/* 头部css -------------------------------------- */

.g-hd {
	position: relative;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}
.header {
	background-image: url(../images/hd-gradual.png);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.hd-top {
	min-width: 1200px;
	height: 69px;
	border-bottom: 1px solid #797e93;
	line-height: 69px;
}

.hd-top .logo img {
	width: 212px;
	height: 69px;
}

.hd-top .line {
	width: 1px;
	height: 39px;
	background-color: #fff;
	margin: 16px 0 0 0;
}

.hd-top ul li {
	float: left;
	height: 69px;
	color: #ccc;
	font-size: 14px;
	margin: 0 10px;
}

.hd-top p {
	line-height: 16px;
	font-size: 15px;
	margin: 21px 0 0 0;
	color: #fff;
	text-align: center;
}

.hd-top .fa {
	font-size: 20px;
	padding: 0 10px 0 0;
}

.hd-top .phone {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 30px;
}

.hd-top .phone .fa {
	font-size: 25px;
}

.hd-top p span {
	display: block;
	font-size: 12px;
}

.hd-top a {
	display: inline-block;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
	line-height: 69px;
}

.hd-top a:hover,
.hd-top a:hover i {
	color: #00a2ca;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	/* Firefox 4 */
	-webkit-transition: color 0.3s;
	/* Safari and Chrome */
	-o-transition: color 0.3s;
	/* Opera */
}


/* 定位头部css -------------------------------------- */

.position-nav {
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0 1px 9px 0 hsla(0, 0%, 74%, .5);
	display: none;
}

.position-wrap {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.position-wrap .line1 {
	width: 1px;
	height: 28px;
	background: #e4e4e4;
	position: absolute;
	left: 0;
	top: 21px;
}

.position-wrap li {
	float: left;
	height: 70px;
	overflow: hidden;
	width: 16.666667%;
	position: relative;
}

.position-wrap li .line {
	width: 1px;
	height: 28px;
	background: #e4e4e4;
	position: absolute;
	right: 0;
	top: 21px;
}

.position-wrap li a {
	display: block;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #73777a;
	text-decoration: none;
}

.g-doc .fix {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
	height: 70px;
	transition: all .3s;
	visibility: visible;
	display: block;
}

.position-nav a:hover,
.position-nav .active a {
	border-bottom: 2px solid #00c1de;
	color: #00c1de;
}


/* 导航css -------------------------------------- */

.nav-wrap {
	height: 45px;
	border-bottom: 1px solid #797e93;
	min-width: 917px;
}

.nav {
	height: 45px;
	width: 917px;
}

.nav> li {
	float: left;
	padding: 0 45px;
	height: 45px;
	position: relative;
}

.nav> li.newcar {
	background: url(../images/newImg.png) no-repeat 104px 1px;
}

.nav> li> a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
}

.nav> li.current> a,
.nav> li:hover> a {
	color: #00a2ca;
}

.nav_level {
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	height: auto;
	background: #00a2ca;
	z-index: 9999;
}

.nav_level a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 46px;
	text-align: center;
}

.nav_level a:hover {
	background: #00a2ca;
}


/* 广告css -------------------------------------- */

.ad {
	width: 100%;
	height: 93px;
	margin: 40px 0 0 0;
	background: url(../images/ad.png) no-repeat center center;
	color: #ffffff;
}

.ad h2 {
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
	font-family: "宋体";
	font-weight: bold;
}

.ad p {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}


/* 搜索css -------------------------------------- */

.search {
	width: 149px;
	margin: 9px 0 0 0;
}

.search-inp {
	float: right;
	width: 100px;
	height: 26px;
	padding: 0;
	line-height: 26px;
	text-indent: 10px;
	border: none;
	background: #8f95a9;
	color: #fff;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.search-btn {
	float: right;
	width: 30px;
	height: 26px;
	padding: 0;
	line-height: 26px;
	border: none;
	cursor: pointer;
	background: #8f95a9;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
}

.search-btn i {
	color: #fff;
	line-height: 24px;
}

.register-btn a {
	display: block;
	width: 121px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: #1296ea;
	text-align: center;
}

.register-btn a:hover {
	background: #14a3fe;
}


/* 轮播css -------------------------------------- */

.slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 470px;
	background: #071a5d;
}

.slider .bd {
	position: relative;
	z-index: 0;
}

.slider .bd li {
	height: 470px;
	overflow: hidden;
	margin: 0 auto;
	width: 1880px;
}

.slider .bd li img {
	display: block;
	animation: bm 20s linear 0s infinite alternate;
	-moz-animation: bm 20s linear 0s infinite alternate;
	-webkit-animation: bm 20s linear 0s infinite alternate;
	-o-animation: bm 20s linear 0s infinite alternate;
}

@keyframes bm {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@-moz-keyframes bm
/* Firefox */

{
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@-webkit-keyframes bm
/* Safari and Chrome */

{
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@-o-keyframes bm
/* Opera */

{
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
}

.slider .hd {
	width: 100%;
	position: absolute;
	z-index:9999;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.slider .hd ul {
	text-align: center;
}

.slider .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 60px;
	height: 3px;
	margin: 0 4px;
	background: #fff;
	overflow: hidden;
	vertical-align: top;
	line-height: 9999px;
}

.slider .hd ul .on {
	background: #f2ff29;
}

.slider .timer {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	background: #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
	font-size: 0;
	overflow: hidden;
}

.slider .txt {
	position: absolute;
	bottom: 0;
	z-index:99;
	height: 350px;
	width: 100%;
	overflow: hidden;
}

.slider .txt ul {
	width: 1200px;
	margin: 0 auto;
}

.slider .txt li {
	position: absolute;
	height: 275px;
	bottom: -275px;
	display: none;
	
}

.slider .txt li a h2 {
	font-size: 37px;
	color: #dcdcdc;
	margin: 18px 0 0 0;
	font-weight: normal;
}

.slider .txt li a h2 span {
	color: #00b7ee;
}

.slider .txt li a p {
	font-size: 13px;
	color: #fff;
	margin: 10px 0 0 0;
	font-family: "宋体";
	letter-spacing: .5px;
}

.slider .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.txt_dw2 img{position: absolute; left:0px!important; top: -80px!important; height: 280px;}
.txt_dw3 img{position: absolute; left:0px!important; top: -80px!important; height: 280px;}
.slider .txt .block {
	display: block;
}


/* 首页搜索css -------------------------------------- */

.page-search {
	height: 100px;
	background: #0699e5;
	border-bottom: 2px solid #00c1de;
}

.page-search .lpic {
	width: 170px;
	height: 100px;
	background: #59bfff;
}

.page-search .lpic img {
	width: 170px;
	height: 100px;
	display: block;
}

.page-search .sch-bar .ipt-domain {
	width: 634px;
	font-size: 16px;
	color: #666;
	height: 50px;
	vertical-align: top;
	border: none;
	background: #fff;
}

.page-search .btn-go-sch:hover {
	background: #00c6f1;
	transition: all .3s;
}

.page-search .btn-go-sch {
	width: 175px;
	height: 50px;
	border: 0 none;
	background: #00d2ff;
	vertical-align: top;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.sch-bar {
	margin: 25px 0 0 35px;
}

.sch-bar .fa-search {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 49px;
	background: #fff;
	text-align: center;
	color: #848484;
	font-size: 20px;
}

.select {
	position: relative;
	float: left;
}

.select dt {
	height: 50px;
	display: inline-block;
	background: #fff url(../images/angle-down.png) no-repeat 92px center;
	line-height: 50px;
	cursor: pointer;
	width: 120px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
	color: #5c5c5c;
	font-size: 16px;
	text-indent: 20px;
}

.select dt .select-line {
	position: absolute;
	width: 1px;
	height: 32px;
	left: 0;
	top: 9px;
	background: #dbdbdb;
}

.select dd {
	position: absolute;
	left: 0;
	top: 50px;
	border: 1px solid #d2ccc4;
	background: #fff;
	display: none;
	z-index: 999;
}

.select dd ul {
	padding: 4px;
	width: 118px;
	max-height: 250px;
	overflow: auto;
	text-align: center;
}

.select dd ul li a {
	line-height: 35px;
	display: block;
	padding: 0 8px;
	color: #5c5c5c;
	font-size: 16px;
}

.select dd ul li a:hover {
	background: #f5f5f5;
}


/* 营销内容css -------------------------------------- */

.module-wrap {
	width: 100%;
	min-width: 1200px
}

.module-wrap .inner {
	width: 100%;
	height: 229px;
	border-bottom: 1px solid #c8d0d4;
	background: #fbfbfb
}

.module-wrap .inner .clearfix {
	width: 1200px;
	margin: 0 auto;
	height: 228px
}

.module-wrap .inner .clearfix .left {
	width: 171px;
	height: 182px;
	float: left;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 28px;
	border-right: 1px dashed #e9e9e9;
	padding-top: 4px
}

.module-wrap .inner .clearfix .left .logo {
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 7px
}

.module-wrap .inner .clearfix .left .logo1 {
	display: none;
	width: 36px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 7px
}

.module-wrap .inner .clearfix .left .name {
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #373d41;
	overflow: hidden;
	margin-bottom: 8px
}

.module-wrap .inner .clearfix .left .info {
	height: 38px;
	line-height: 19px;
	width: 145px;
	font-size: 14px;
	color: #73777a;
	overflow: hidden;
	margin-bottom: 24px
}

.module-wrap .inner .clearfix .left .learn {
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #777f84;
	overflow: hidden
}

.module-wrap .inner .clearfix .left .learn .icon2 {
	display: inline-block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	position: relative;
	top: -4px;
	margin-left: 7px
}

.module-wrap .inner .clearfix .left .learn .icon1 {
	display: none;
	width: 18px;
	height: 18px;
	overflow: hidden;
	position: relative;
	top: -4px;
	margin-left: 7px
}

.module-wrap .inner .clearfix .left:hover .logo {
	display: none
}

.module-wrap .inner .clearfix .left:hover .logo1 {
	display: block
}

.module-wrap .inner .clearfix .left:hover .learn {
	color: #00c1de
}

.module-wrap .inner .clearfix .left:hover .learn .icon2 {
	display: none
}

.module-wrap .inner .clearfix .left:hover .learn .icon1 {
	display: inline-block
}

.module-wrap .inner .clearfix .middle {
	width: 528px;
	height: 221px;
	float: left;
	padding: 6px 0 0 20px
}

.module-wrap .inner .clearfix .middle .list {
	width: 508px
}

.module-wrap .inner .clearfix .middle .list .list-li {
	width: 254px;
	height: 60px;
	float: left;
	margin-bottom: 10px
}

.module-wrap .inner .clearfix .middle .list .list-li .more {
	width: 241px;
	height: 51px;
	display: block;
	padding: 9px 0 0 13px;
	position: relative;
	overflow: hidden;
	text-decoration: none
}

.module-wrap .inner .clearfix .middle .list .list-li .more .yu {
	font-size: 14px;
	color: #373d41;
	height: 22px;
	line-height: 22px;
	overflow: hidden
}

.module-wrap .inner .clearfix .middle .list .list-li .more .yu span {
	color: red;
	font-size: 12px;
	font-weight: 700;
	margin-left: 2px;
	display: inline-block;
	transform: translateY(-1px)
}

.module-wrap .inner .clearfix .middle .list .list-li .more .yu img {
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 5px
}

.module-wrap .inner .clearfix .middle .list .list-li .more .exp {
	font-size: 13px;
	color: #aab0b4;
	height: 20px;
	line-height: 20px;
	overflow: hidden
}

.module-wrap .inner .clearfix .middle .list .list-li .more .exp span {
	color: #ff8a00
}

.module-wrap .inner .clearfix .middle .list .list-li .more .jian {
	position: absolute;
	width: 6px;
	height: 9px;
	overflow: hidden;
	display: none;
	right: 8px;
	top: 25px
}

.module-wrap .inner .clearfix .middle .list .list-li:hover {
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	transition: all .3s
}

.module-wrap .inner .clearfix .middle .list .list-li:hover .more .jian {
	display: block
}

.module-wrap .inner .clearfix .right {
	width: 479px;
	height: 228px;
	float: left;
	background: #f3f4f5
}

.module-wrap .inner .clearfix .right .service {
	width: 480px
}

.module-wrap .inner .clearfix .right .service .service-li {
	width: 240px;
	height: 115px;
	float: left;
	position: relative;
	border: 1px solid #ddd
}

.module-wrap .inner .clearfix .right .service .service-li .golink {
	display: block;
	width: 218px;
	height: 88px;
	padding: 25px 0 0 20px;
	text-decoration: none
}

.module-wrap .inner .clearfix .right .service .service-li .golink .rbt {
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #373d41;
	overflow: hidden;
	margin-bottom: 6px
}

.module-wrap .inner .clearfix .right .service .service-li .golink .rexp {
	width: 145px;
	height: 38px;
	line-height: 19px;
	font-size: 14px;
	color: #777f84;
	overflow: hidden
}

.module-wrap .inner .clearfix .right .service .service-li .golink .gobtn {
	display: none;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 45px;
	right: 15px;
	background: url(../images/arrow-36-36.png) no-repeat 50%;
	background-size: 20px 20px
}

.module-wrap .inner .clearfix .right .service .service-li .golink .gobtn1 {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 45px;
	right: 15px;
	background: url(../images/arrow-44-44.png) no-repeat 50%;
	background-size: 20px 20px
}

.module-wrap .inner .clearfix .right .service .li1 {
	left: -1px
}

.module-wrap .inner .clearfix .right .service .li2 {
	top: -1px;
	border-bottom: 0 solid #ddd
}

.module-wrap .inner .clearfix .right .service .li2:hover {
	border-bottom: 1px solid #ddd
}

.module-wrap .inner .clearfix .right .service .li3 {
	top: -1px;
	left: -1px;
	border-bottom: 0 solid #ddd
}

.module-wrap .inner .clearfix .right .service .li3:hover {
	border-bottom: 1px solid #ddd
}

.module-wrap .inner .clearfix .right .service .service-li:hover {
	position: relative;
	z-index: 2;
	background-color: hsla(0, 0%, 100%, .8);
	border: 1px solid #ddd;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	transition: all .3s
}

.module-wrap .inner .clearfix .right .service .service-li:hover .golink .gobtn {
	display: block
}

.module-wrap .inner .clearfix .right .service .service-li:hover .golink .gobtn1 {
	display: none
}


/* 政府服务css -------------------------------------- */

.government-service {
	min-width: 1200px;
	background-color: #fff;
}

.service-wrap .inner {
	width: 1200px;
	margin: 0 auto;
}

.service-wrap .inner .ititle {
	padding-top: 35px;
	text-align: center;
	position: relative;
}

.service-wrap .inner .ititle .golink {
	display: inline-block;
	padding: 0 18px;
	height: 54px;
	line-height: 54px;
	text-decoration: none;
	background-color: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.service-wrap .inner .ititle .golink:hover .txt {
	color: #00a2ca;
}

.service-wrap .inner .ititle .golink .txt {
	font-size: 28px;
	color: #373d41;
	line-height: 54px;
}

.service-wrap .inner .ititle .line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c9c9c9;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 1;
}

.service-wrap .inner .idescribe {
	text-align: center;
	color: #5c5c5c;
	font-size: 14px;
}

.service-wrap .inner .des {
	text-align: center;
}

.service-wrap .inner .des li {
	display: inline-block;
	padding: 0 34px;
	font-size: 14px;
	color: #73777a;
	line-height: 48px;
}

.service-wrap .inner .des li i {
	margin-right: 10px;
	font-size: 14px;
	color: #0699e5;
}

.government-list {
	overflow: hidden;
	padding: 20px 0;
}

.government-list .list {
	float: left;
	width: 32.3333%;
	height: 465px;
	border: 1px solid #eaeaea;
	transition: all .3s;
	background-color: #fff;
	margin: 0 .5%;
	position: relative;
}

.government-list .list .list-hd {
	height: 113px;
	background-color: #20a8ff;
	overflow: hidden;
	position: relative;
}

.government-list .list .list-hd .golink {
	display: block;
	padding-top: 20px;
	position: relative;
	text-align: center;
	font-size: 0;
	text-decoration: none;
}

.government-list .list .list-hd .golink .h2 {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	position: relative;
	margin-bottom: 5px;
}

.government-list .list .list-hd .golink .t1 {
	font-size: 13px;
	color: #ffffff;
	line-height: 20px;
	width: 75%;
	margin: 0 auto;
}

.government-list .list .list-hd .list-logo {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 8px;
	left: 10px;
}

.government-list .list .col {
	width: 90%;
	overflow: hidden;
	margin: 15px auto 0 auto;
	border-bottom: 1px dashed #c2c6c9;
	margin-bottom: 10px;
}

.government-list .list .col .tt {
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	color: #0699e5;
	overflow: hidden;
	margin-bottom: 4px;
	text-align: center;
}

.government-list .list .col .exp {
	line-height: 24px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #73777a;
	overflow: hidden;
}

.government-list .list .col .exp.lh {
	line-height: 31px;
}

.government-list .list .col .exp i {
	padding-right: 10px;
	color: #0699e5;
}

.government-list .list .col .exp .list-info {
	float: left;
	width: 25%;
}

.government-list .list .col .exp .list-info em {
	display: block;
	width: 27px;
	height: 27px;
	margin: 10px auto 0 auto;
	background: url(../images/g-icon.png);
}

.government-list .list .col .exp .list-info em.icon1 {
	background-position: 0 0;
}

.government-list .list .col .exp .list-info em.icon2 {
	background-position: -28px 0;
}

.government-list .list .col .exp .list-info em.icon3 {
	background-position: -55px 0;
}

.government-list .list .col .exp .list-info em.icon4 {
	background-position: -81px 0;
}

.government-list .list .col .exp .list-info p {
	text-align: center;
	line-height: 18px;
	margin-top: 10px;
}

.government-list .list .col .exp .list-info p span {
	color: #009cff;
}

.government-list .list .col .exp .staff {
	float: left;
	width: 33.3333%;
	margin: 5px 0 0 0;
}

.government-list .list .button {
	overflow: hidden;
	position: absolute;
	width: 90%;
	margin: 0 5% 5% 5%;
	bottom: 0;
}

.government-list .list .button .list-more {
	text-decoration: none;
	display: block;
	float: left;
	width: 96px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #0ba7ff;
	border: 1px solid #0ba7ff;
	border-radius: 3px;
}

.government-list .list .button .list-more:hover {
	background: #0ba7ff;
	color: #fff;
}

.government-list .list .button .list-qq {
	color: #02ccff;
	display: block;
	float: right;
	padding-top: 10px;
}

.government-list .list .button .list-qq i {
	padding-right: 5px;
}

.government-list .list:hover {
	height: 465px;
	margin-top: -8px;
	border: 1px solid #00c1de;
	box-shadow: 0 0 10px 5px rgba(0, 193, 222, .2);
}


/* 首页更多按钮css -------------------------------------- */

.imore {
	height: 28px;
	width: 100%;
	text-align: center;
}

.imore .morelink {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #777f84;
	text-decoration: none;
}

.imore .morelink .lo1 {
	display: none;
	width: 15px;
	height: 16px;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	background: url(../images/arrow-36-36.png) no-repeat 50%;
	background-size: 100%;
}

.imore .morelink .lo2 {
	display: inline-block;
	width: 15px;
	height: 16px;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	background: url(../images/arrow-32-32.png) no-repeat 50%;
	background-size: 100%;
}

.imore .morelink:hover .lo1 {
	display: inline-block;
}

.imore .morelink:hover .lo2 {
	display: none;
}

.imore .morelink:hover {
	color: #00c1de;
	transition: all .3s;
}


/* 企业服务css -------------------------------------- */

.enterprise-service {
	min-width: 1200px;
	background-color: #fff;
}

.enterprise-service .fa-check {
	color: #73777a!important;
}

.enterprise-service .text {
	margin-bottom: 10px;
	overflow: hidden;
}

.enterprise-service .text .tcon {
	float: left;
	width: 33.3333%;
	text-align: center
}

.enterprise-service .text .tcon .lt {
	display: inline-block;
	margin-right: 12px;
	width: 50px;
	height: 50px;
	vertical-align: top
}

.enterprise-service .text .tcon .lt img {
	width: 50px;
	height: 50px
}

.enterprise-service .text .tcon .rt {
	display: inline-block;
	text-align: left
}

.enterprise-service .text .tcon .rt .h4 {
	font-size: 18px;
	color: #373d41;
	line-height: 26px
}

.enterprise-service .text .tcon .rt i {
	width: 160px;
	display: block;
	height: 24px;
	overflow: hidden;
	font-style: normal;
	font-size: 14px;
	color: #73777a;
	line-height: 24px
}

.enterprise-service .enterprise-list {
	overflow: hidden;
	padding: 20px 0;
}

.enterprise-service .enterprise-list .box {
	width: 24%;
	float: left;
	margin: 0 .5%;
	transition: all .3s;
}

.enterprise-service .enterprise-list .box .top {
	height: 95px;
}

.enterprise-service .enterprise-list .box .top .top-tit {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	padding-top: 15px;
	margin-left: 6.3%;
}

.enterprise-service .enterprise-list .box .top .top-inf {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-left: 6.3%;
	margin-top: 5px;
}

.enterprise-service .enterprise-list .box .mid {
	background: #fff;
	border: 1px solid #dfdfdf;
	padding-bottom: 15px;
}

.enterprise-service .enterprise-list .box .mid .mid-tit {
	padding-top: 15px;
	margin-left: 6.3%;
}

.enterprise-service .enterprise-list .box .mid .lister {
	margin-top: 12px;
	margin-left: 6.3%;
	height: 104px;
	position: relative;
}

.enterprise-service .enterprise-list .box .mid .lister .word {
	font-size: 14px;
	line-height: 20px;
	color: #373d41;
	margin-top: 8px;
}

.enterprise-service .enterprise-list .box .mid .lister .word span {
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 50%;
	background: #63a2ff;
	margin-right: 6px;
	position: relative;
	top: -4px;
}

.enterprise-service .enterprise-list .box .mid .lister .price {
	position: absolute;
	bottom: 0;
	right: 6.3%;
	font-size: 14px;
	color: #575757;
}

.enterprise-service .enterprise-list .box .mid .lister .price span {
	color: #d40000;
	font-size: 20px;
}

.enterprise-service .enterprise-list .box .mid .line {
	margin: 18px 7% 0;
	overflow: hidden;
}

.enterprise-service .enterprise-list .box .mid .line .dasa {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #c2c6c9;
}

.enterprise-service .enterprise-list .box .mid .btn .go:hover {
	background: #0ba7ff;
	color: #fff;
}

.enterprise-service .enterprise-list .box .mid .btn {
	overflow: hidden;
}

.enterprise-service .enterprise-list .box .mid .btn .go {
	width: 115px;
	height: 30px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	color: #0ba7ff;
	margin-top: 20px;
	margin-left: 6.3%;
	text-align: center;
	border: 1px solid #0ba7ff;
	border-radius: 3px;
}

.enterprise-service .enterprise-list .box .mid .btn .buy:hover {
	background: #f66161;
	color: #fff;
}

.enterprise-service .enterprise-list .box .mid .btn .buy {
	width: 115px;
	height: 30px;
	float: right;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	color: #f66161;
	margin-top: 20px;
	margin-right: 6.3%;
	text-align: center;
	border: 1px solid #f66161;
	border-radius: 3px;
}

.enterprise-list .box:hover {
	margin-top: -8px;
	border: 1px solid #00c1de;
	box-shadow: 0 0 10px 5px rgba(0, 193, 222, .2);
}


/* 商家服务css -------------------------------------- */

.business-service {
	min-width: 1200px;
	background-color: #fff;
}

.business-service .inner .business-list {
	overflow: hidden;
	padding: 20px 0;
}

.business-service .inner .business-list .good.sp {
	width: 590px;
}

.business-service .inner .business-list .good {
	float: left;
	width: 290px;
	height: 400px;
	border: 1px solid #eaeaea;
	transition: all .3s;
	background-color: #fff;
	position: relative;
}

.business-service .inner .business-list .good .business-hd {
	height: 114px;
	background-color: #f6f7f9;
	margin-bottom: 18px;
}

.business-service .inner .business-list .good.sp .business-hd {
	background: url(../images/business-sp.jpg) no-repeat left top;
}

.business-service .inner .business-list .good .business-hd .more {
	display: block;
	height: 79px;
	padding-top: 36px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.business-service .inner .business-list .good .business-hd .more .h2 {
	font-size: 18px;
	color: #373d41;
	line-height: 24px;
}

.business-service .inner .business-list .good.sp .business-hd .more {
	text-align: left;
	text-indent: 120px;
}

.business-service .inner .business-list .good.sp .business-hd .more .h2 {
	color: #fff;
}

.business-service .inner .business-list .good.sp .business-hd .more .t1 {
	color: #fff;
}

.business-service .inner .business-list .good .business-hd .more .t1 {
	font-size: 14px;
	color: #73777a;
	line-height: 24px;
	margin-bottom: 5px;
}

.business-service .inner .business-list .good .list {
	width: 294px;
	height: 259px;
	border-right: 1px solid #e1e1e1;
	float: left;
	position: relative;
}

.business-service .inner .business-list .sp .list1 {
	width: 294px;
	border-right: 0;
}

.business-service .inner .business-list .good .sp .list .info {
	padding: 0 20px;
	overflow: hidden;
}

.business-service .inner .business-list .good .info {
	padding: 0 18px;
	overflow: hidden;
}

.business-service .inner .business-list .sp .list .info .info-tit {
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #373d41;
	overflow: hidden;
}

.business-service .inner .business-list .good .info .info-tit {
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #373d41;
	overflow: hidden;
}

.business-service .inner .business-list .sp .list .info .info-tit .tip {
	margin-left: 3px;
	display: inline-block;
	width: 27px;
	height: 16px;
	vertical-align: middle;
	overflow: hidden;
}

.business-service .inner .business-list .good .info .info-tit .tip {
	margin-left: 3px;
	display: inline-block;
	width: 27px;
	height: 16px;
	vertical-align: middle;
	overflow: hidden;
}

.business-service .inner .business-list .sp .list .info .info-exp {
	line-height: 20px;
	font-size: 14px;
	color: #777f84;
	overflow: hidden;
	padding-bottom: 13px;
	border-bottom: 1px dashed #e4e4e4;
	margin-bottom: 15px;
}

.business-service .inner .business-list .good .info .info-exp {
	line-height: 20px;
	font-size: 14px;
	color: #777f84;
	overflow: hidden;
	padding-bottom: 13px;
	border-bottom: 1px dashed #e4e4e4;
	margin-bottom: 15px;
}

.business-service .inner .business-list .sp .list .col {
	width: 255px;
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px dashed #eaeaea;
	margin-bottom: 16px;
}

.business-service .inner .business-list .good .col {
	width: 253px;
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px dashed #eaeaea;
	margin-bottom: 16px;
}

.business-service .inner .business-list .sp .list .col .col-li {
	float: left;
	width: 127px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
}

.business-service .inner .business-list .good .col .col-li {
	float: left;
	width: 126px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
}

.business-service .inner .business-list .sp .list .col .col-li .ltxt {
	float: left;
	width: 38px;
	height: 38px;
	border: 1px dashed #e1e0e1;
	border-radius: 8px;
	display: table;
	margin-right: 8px;
}

.business-service .inner .business-list .good .col .col-li .ltxt {
	float: left;
	width: 45px;
	height: 38px;
	border: 1px dashed #e1e0e1;
	border-radius: 8px;
	display: table;
	margin-right: 8px;
}

.business-service .inner .business-list .sp .list .col .col-li .ltxt .tt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 19px;
	font-size: 14px;
	color: #000;
}

.business-service .inner .business-list .good .col .col-li .ltxt .tt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 19px;
	font-size: 14px;
	color: #000;
}

.business-service .inner .business-list .sp .list .col .col-li .rtxt {
	float: left;
	width: 79px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #73777a;
	line-height: 40px;
}

.business-service .inner .business-list .good .col .col-li .rtxt {
	float: left;
	width: 73px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #73777a;
	line-height: 40px;
}

.business-service .inner .business-list .sp .list .price {
	padding-left: 23px;
	font-size: 14px;
	color: #373d41;
	line-height: 28px;
	margin-bottom: 8px;
}

.business-service .inner .business-list .good .price {
	padding-left: 20px;
	font-size: 14px;
	color: #373d41;
	line-height: 28px;
	margin-bottom: 8px;
}

.business-service .inner .business-list .sp .list .price em {
	font-style: normal;
	color: #d40000;
	font-size: 18px;
}

.business-service .inner .business-list .good .price em {
	font-style: normal;
	color: #d40000;
	font-size: 18px;
}

.business-service .inner .business-list .sp .list .button {
	padding-left: 23px;
	position: absolute;
	right: 15px;
	bottom: 30px;
}

.business-service .inner .business-list .good .button {
	padding-left: 20px;
	position: absolute;
	bottom: 40px;
	right: 15px;
}

.business-service .inner .business-list .sp .list .button a {
	text-decoration: none;
	display: block;
	width: 96px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #0ba7ff;
	border: 1px solid #0ba7ff;
	border-radius: 3px;
}

.business-service .inner .business-list .sp .list .button a：hover {
	background: #0ba7ff;
	color: #fff;
}

.business-service .inner .business-list .good .button a {
	text-decoration: none;
	display: block;
	width: 96px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #0ba7ff;
	border: 1px solid #0ba7ff;
	border-radius: 3px;
}

.business-service .inner .business-list .good .button a:hover {
	background: #0ba7ff;
	color: #fff;
}

.business-service .inner .linklist {
	width: 1198px;
	height: 68px;
	background: #fbfbfc;
	border: 1px solid #e0e2e3;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 23px;
}

.business-service .inner .linklist .tiao {
	float: left;
	width: 33.33333%;
	height: 68px;
	line-height: 68px;
	text-align: center;
	overflow: hidden;
}

.business-service .inner .linklist .tiao span {
	display: inline-block;
	width: 3px;
	height: 15px;
	background: #373d41;
	font-size: 0;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.business-service .inner .linklist .tiao .golink {
	display: inline-block;
	font-size: 14px;
	color: #373d41;
	text-decoration: none;
}

.business-service .inner .linklist .tiao .golink:hover {
	color: #00c1de;
	transition: all .3s;
}

.business-service .inner .linklist .tiao .golink:hover em {
	color: #00c1de;
}

.business-service .inner .linklist .tiao .golink em {
	font-style: normal;
	color: #fe9110;
	font-size: 14px;
}

.business-service .inner .business-list .good:hover {
	height: 400px;
	margin-top: -8px;
	border: 1px solid #00c1de;
	box-shadow: 0 0 10px 5px rgba(0, 193, 222, .2);
}


/* 底部css -------------------------------------- */

.g-ft {
	min-width: 1200px;
	height: 582px;
	background: #2e3033;
	margin-top: 30px;
	color: #fff;
}

.footer-icon {
	height: 89px;
}

.footer-icon li {
	float: left;
	width: 20%;
	height: 89px;
	text-align: center;
	opacity: 0.9;
	overflow: hidden;
	padding-top: 28px;
	border-bottom: 1px solid #45484c;
}

.footer-icon li:first-child {
	border-left: 0 none;
}

.footer-icon li span {
	font-size: 14px;
	line-height: 32px;
	color: #efefef;
	display: block;
	float: left;
	padding-left: 20px;
}

.footer-icon li i {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icon_bottom.jpg) no-repeat;
	float: left;
}

.footer-icon li i.icon01 {
	background-position: 0 0;
}

.footer-icon li i.icon02 {
	background-position: -32px 0;
}

.footer-icon li i.icon03 {
	background-position: -64px 0;
}

.footer-icon li i.icon04 {
	background-position: -96px 0;
}

.footer-icon li i.icon05 {
	background-position: -128px 0;
}

.footer-middle {
	overflow: hidden;
	padding-bottom: 80px;
	border-bottom: 1px solid #45484c;
}

.footer-nav {
	width: 650px;
	margin-top: 30px;
}

.footer-nav dl {
	float: left;
	width: 25%;
}

.footer-nav dt {
	font-size: 14px;
	margin-bottom: 30px;
	color: #ffffff;
}

.footer-nav dd {
	line-height: 30px;
	color: #cacbcb;
}

.footer-nav dt a {
	color: #ffffff;
}

.footer-nav dd a {
	color: #cacbcb;
	font-size: 12px;
}

.footer-social {
	width: 220px;
}

.footer-contact {
	margin-top: 30px;
}

.footer-contact dd,
.contact dd {
	line-height: 30px;
	font-size: 12px;
	color: #cacbcb;
}

.footer-contact dd .phone {
	background: #00a4ff;
	height: 35px;
	width: 190px;
	text-align: center;
	color: #fff;
	line-height: 35px;
	margin-top: 20px;
}

.footer-qrcode span {
	display: block;
	float: left;
	width: 104px;
	margin-left: 20px;
	text-align: center;
}

.footer-qrcode span:first-child {
	margin-left: 0;
}

.footer-qrcode span> img {
	width: 104px;
	height: auto;
}

.footer-bottom {
	overflow: hidden;
	margin: 25px 0 0 0;
	font-size: 12px;
}

.footer-link {
	overflow: hidden;
}

.footer-link li {
	float: left;
	margin: 0 20px;
}

.footer-link li a {
	color: #cacbcb;
}

.footer-link li:first-child {
	margin-left: 0;
}

.footer-bottom p {
	color: #cacbcb;
	margin-top: 10px;
}

.footer-bottom .select {
	border: 1px solid #6d6f71;
	width: 190px;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
	color: #cccccc;
}

.footer-bottom .select .fa-flag {
	padding-right: 5px;
}

.footer-bottom .select .fa-caret-down {
	display: block;
	position: absolute;
	right: 5px;
	top: 10px;
}


/* 内页政府服务列表css -------------------------------------- */

.sub-government {
	padding: 20px 0;
	background: #f3f3f3;
}

.sub-government .inner .government-list .list:hover {
	height: 465px;
	margin-top: 0;
	border: 1px solid #00c1de;
	box-shadow: 0 0 10px 5px rgba(0, 193, 222, .2);
}


/* 案例导航css -------------------------------------- */

.menu-nav {
	height: 75px;
	position: relative;
}

.menu-nav .on-nav {
	height: 75px;
	overflow: hidden;
	position: relative;
}

.menu-nav .on-nav li {
	float: left;
	height: 35px;
	width: 80px;
	text-align: center;
	margin: 0 10px;
	margin-top: 25px;
}

.menu-nav .on-nav li a {
	display: block;
	height: 32px;
	color: #373d41;
}

.menu-nav .on-nav li a:hover {
	border-bottom: 3px solid #59bfff;
	color: #59bfff;
}

.menu-nav .on-nav li.nav-active a {
	border-bottom: 3px solid #59bfff;
	color: #59bfff;
}

.menu-nav .on-nav .more-btn {
	top: 18px;
	position: absolute;
	right: 0;
	height: 35px;
	width: 80px;
	text-align: center;
}

.menu-nav .on-nav .more-btn a {
	height: 35px;
	background: #59bfff;
	line-height: 35px;
	color: #fff;
	display: block;
	border-radius: 5px;
}

.menu-nav .on-nav .more-btn-close {
	top: 18px;
	position: absolute;
	right: 0;
	height: 35px;
	width: 80px;
	text-align: center;
	display: none;
}

.menu-nav .on-nav .more-btn-close a {
	height: 35px;
	background: #f25050;
	line-height: 35px;
	color: #fff;
	display: block;
	border-radius: 5px;
}

.menu-nav .more-nav {
	overflow: hidden;
	padding: 10px 0;
}

.menu-nav .more-menu {
	position: absolute;
	top: 75px;
	width: 100%;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 999;
	display: none;
}

.menu-nav .more-nav li {
	float: left;
	width: 100px;
	text-align: center;
	margin: 10px 0;
}

.menu-nav .more-nav li a {
	display: block;
	color: #fff;
}

.menu-nav .more-nav li a:hover {
	color: #59bfff;
}


/* 详细页css -------------------------------------- */

.detail-main {
	overflow: hidden;
}

.detail-right {
	background: #ffffff;
}

.detail-right {
	width: 280px;
}

.detail-right .menu-head {
	background: #ff6c00;
	color: #fff;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
}

.customer-menu {
	padding-bottom: 20px;
}

.detail-right .customer-menu li {
	height: 49px;
	margin: 0 8px;
	line-height: 49px;
	border-bottom: 1px solid #e3e3e3;
	background: url(../images/qq.jpg) no-repeat 10px;
	text-indent: 50px;
}

.detail-right .customer-menu li a {
	display: block;
	color: #191919;
}

.detail-right .after-sale {
	margin: 15px;
}

.detail-right .after-sale li {
	margin: 10px 0;
}

.detail-right .after-sale li:first-child {
	font-size: 18px;
}

.detail-right .after-sale .code {
	margin: 30px 0;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 30px;
}

.detail-right .after-sale .code img {
	width: 110px;
	height: 110px;
	margin-left: 70px;
}

.detail-right .after-sale .code p {
	text-align: center;
	font-size: 16px;
}

.detail-right .recommend-menu {
	margin: 30px 20px;
}

.detail-right .recommend-menu li {
	padding: 5px;
	border: 1px solid #f1f1f1;
	margin: 15px 0;
}

.detail-right .recommend-menu li a .pic {
	width: 68px;
	height: 68px;
	margin-right: 10px;
}

.detail-right .recommend-menu li a .text {
	width: 150px;
	height: 68px;
}

.detail-right .recommend-menu li a {
	overflow: hidden;
	display: block;
}

.detail-right .recommend-menu li a .text h2 {
	color: #0368a8;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
}

.detail-right .recommend-menu li a .text p {
	color: #656565;
	height: 38px;
	line-height: 19px;
	overflow: hidden;
}

.gray-line {
	height: 15px;
	background: #f5f5f5;
	width: 100%;
}

.detail-left {
	width: 895px;
	margin-right: 25px;
}

.detail-left .detail-left-top {
	background: #fff;
	padding: 20px;
	position: relative;
}

.detail-left .detail-left-bottom {
	background: #fff;
	padding: 0 20px 20px 20px;
}

.detail-left .detail-left-bottom .pro-info-tit {
	height: 50px;
	line-height: 50px;
	color: #191919;
	font-size: 16px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
}

.detail-left .detail-left-bottom .pro-info-tit span {
	border-top: 2px solid #08a0ff;
	display: block;
	width: 87px;
	text-align: center;
}

.detail-left .detail-left-top .info-box1 {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #bcc1c4;
}

.detail-left .detail-left-top .info-box1 li {
	float: left;
	height: 87px;
}

.detail-left .detail-left-top .blue-line {
	width: 87px;
	height: 2px;
	background: #08a0ff;
	position: absolute;
	top: 0;
}

.detail-left .detail-left-top .info-box1 .info1 {
	width: 87px;
	margin-right: 30px;
}

.detail-left .detail-left-top .info-box1 .info2 {
	width: 300px;
	margin-right: 80px;
}

.detail-left .detail-left-top .info-box1 .info2 h2 {
	font-size: 20px;
	margin: 10px 0;
}

.detail-left .detail-left-top .info-box1 .info2 p {
	font-size: 14px;
	color: #5f5f5f;
}

.detail-left .detail-left-top .info-box1 .info3 {
	width: 340px;
}

.detail-left .detail-left-top .info-box1 .info3 .price {
	font-size: 24px;
	text-align: right;
	margin-top: 40px;
}

.detail-left .detail-left-top .info-box1 .info3 .price span {
	font-size: 33px;
	color: #d40000;
}

.detail-left .detail-left-top .info-box1 .info3 .exp .list-info {
	float: left;
	width: 25%;
}

.detail-left .detail-left-top .info-box1 .info3 .exp .list-info em {
	display: block;
	width: 27px;
	height: 27px;
	margin: 10px auto 0 auto;
	background: url(../images/g-icon.png);
}

.detail-left .detail-left-top .info-box1 .info3 .exp .list-info em.icon1 {
	background-position: 0 0;
}

.detail-left .detail-left-top .info-box1 .info3 .exp .list-info em.icon2 {
	background-position: -28px 0;
}

.detail-left .detail-left-top .info-box1 .info3 .exp .list-info em.icon3 {
	background-position: -55px 0;
}

.detail-left .detail-left-top .info-box1 .info3 .exp .list-info em.icon4 {
	background-position: -81px 0;
}

.detail-left .detail-left-top .info-box1 .info3 .exp .list-info p {
	text-align: center;
	line-height: 18px;
	margin-top: 10px;
	color: #5c5c5c;
}

.detail-left .detail-left-top .info-box1 .info3 .exp .list-info p span {
	color: #009cff;
}

.detail-left .detail-left-top .info-box2 {
	overflow: hidden;
	margin-bottom: 10px;
}

.detail-left .detail-left-top .info-box2.view-line {
	border-bottom: 1px dashed #bcc1c4;
	padding-bottom: 10px;
}

.detail-left .detail-left-top .info-box2 li {
	float: left;
	width: 33.3333%;
	line-height: 20px;
	margin: 8px 0;
}

.detail-left .detail-left-top .info-box2 li span {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #0699e5;
	margin-right: 6px;
	position: relative;
	top: -3px;
}

.detail-form {
	padding-bottom: 40px;
}

.detail-form dl {
	margin-top: 18px;
	padding-right: 20px;
}

.detail-form dt {
	padding-top: 10px;
	text-align: left;
	width: 80px;
}

.detail-form dd,
.detail-form dt {
	float: left;
	line-height: 1.5;
}

.detail-info-group ul {
	float: left;
	margin-bottom: -8px;
	max-width: 750px;
}

.detail-form-group {
	overflow: hidden;
}

.detail-info-list {
	overflow: hidden;
}

.detail-info-group li {
	border: 1px solid #d9d9d9;
	cursor: pointer;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
	position: relative;
	padding: 10px;
}

.detail-info-group li:hover,
.detail-info-group li.current {
	border: 1px solid #0093de;
	background: url(../images/current.png) no-repeat right bottom;
}

.number-box {
	overflow: hidden;
	margin-top: 5px;
}

.number-box li {
	float: left;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	font-size: 20px;
	padding: 0 8px;
}

.number-box li.plus {
	border-left: none;
	cursor: pointer;
	color: #999;
	width: 30px;
	padding: 0;
}

.number-box li.reduce {
	border-right: none;
	cursor: pointer;
	color: #999;
	width: 30px;
	padding: 0;
}

.number-box li .number {
	width: 30px;
	font-size: 16px;
	border: none;
	line-height: 24px;
	text-align: center;
}

.buy-btn a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #ff6602;
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 15px;
	bottom: 60px;
}

.form-group {
	overflow: hidden;
	margin: 5px 0;
}

.control-label {
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #888;
	width: 130px;
	float: left;
}

.form-input {
	padding-top: 10px;
	width: 280px;
	float: left;
}

.form-textarea {
	padding-top: 10px;
	width: 700px;
	float: left;
}

.form-rdo {
	float: left;
	margin-top: 5px;
	width: 280px;
}

.form-textarea .demand {
	display: block;
	width: 98%;
	height: 100px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-upload {
	width: 87px;
	height: 87px;
	float: left;
	border-radius: 5px;
	border: 1px solid #c5c5c5;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
}

.form-upload a {
	color: #767676;
}

.form-upload a i {
	font-size: 20px;
	padding-top: 25px;
}

.form-btn {
	overflow: hidden;
	width: 280px;
	margin: 30px auto 10px auto;
}

.form-btn a {
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}

.form-btn .btn-red {
	background: #9e0001;
}

.form-btn .btn-gray {
	background: #cccccc;
}

.rdolist {
	display: none;
}

.rdobox.checked {
	background: #3498DB;
	color: #fff;
}

.rdobox {
	display: inline-block;
	padding: 10px;
	line-height: 16px;
	background: #eee;
	border-radius: 3px;
	color: #666;
	font-family: 'Microsoft YaHei';
}

.check-image {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	background: url(../images/input-unchecked.png) no-repeat;
	vertical-align: middle;
}

.unchecked {
	background: #ECF0F1;
	color: #666;
	transition-property: background;
	transition-delay: 0s;
	transition-duration: .1s;
	transition-timing-function: linear;
}

.info-header {
	height: 36px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #08a0ff;
	background: #f7f7f7
}

.info-header .ih {
	width: 110px;
	height: 34px;
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	float: left;
	cursor: pointer
}

.info-header .ih a {
	color: #000;
}

.info-header .ih:hover {
	background: #08a0ff;
}

.info-header .ih:hover a {
	color: #fff;
}

.info-header .ih.on {
	background: #08a0ff;
}

.info-header .ih.on a {
	color: #fff;
}

.nav_down {
	display: none;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 40px;
	top: 45px;
}

.nav_down li {
	background: rgba(17, 87, 202, 0.5);
	padding: 0px 20px;
	width: 200px;
}
.nav_down li:hover{background: #050D92;}
.nav_down a {
	line-height: 50px;
	font-size: 14px;
	color: #fff;
}

.nav_top {
	position: relative;
}

.nav_top:hover .nav_down {
	display: block;
}

.index_mian {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.mian1 {
	height: 340px;
	margin-top: 40px;
}

.mian1_bj {
	width: 1200px;
	height: 340px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/div_bj.png);
	background-size: 100% 100%;
	z-index: -100;
}

.mian2 {
	height: 580px;
}

.mian3 {
	height: 100px;
}
.mian4{height: 410px; width: 100%; background: #ecf3fe;}
.mian4_kuang{width: 1200px; height: 410px; position: relative; margin: 0 auto;}
.mian5{height: 225px; background: #5a47ca; font-size: 32px; color: #fff;text-align: center;padding-top: 50px;}

.mian6 {
	height: 920px;
	margin-top: 40px;
}
.mian5_left{width:580px; float: left; margin-left: 50px; margin-top: 30px; }
.mian5_list li{ height: 100px; margin-bottom: 20px;}
.mian5_list>li>span{ width: 100px; height: 100px; border: 10px solid #fff; border-radius: 100px; background: #3680f1; font-size: 40px; text-align: center; line-height: 80px; display: block; color: #fff; font-weight: bold; float: left; margin-right: 20px;}
.mian5_list>li>p{color:#111; font-size: 16px;line-height: 10px;}
.mian5_list>li>p>span{color: #0053d2; font-size: 20px;line-height: 40px;display: block; padding-top: 10px;}
.mian5_left2{width:440px; float: left; margin-left: 100px; margin-top: 30px; }
.mian7{ height: 670px;}
.index_tit{position:absolute; left: 0px; top: 80px;width: 600px; font-size: 16px;}
.index_tit img{ float: left; margin-right: 25px;}
.index_tit span{ font-size: 22px; color: #3685fe; font-weight: bold; line-height: 40px;}
.mian7_left{width: 585px; height: 415px; float: left; margin-top: 200px; background: #fff;}
.mian7_right{width: 585px; height: 415px; float: right; margin-top: 200px;background: #fff;}
.mian7_left p{text-align: center; font-size: 24px;line-height: 100px;}
.mian7_right p{text-align: center; font-size: 24px;line-height: 100px;}
.mian7_right span{font-weight: bold; color:#0563f2;}
.mian7_left img{margin-left: 50px;}
.mian7_right img{margin-left: 50px; margin-top: 20px;}
.mian8{width: 100%; height: 460px; background: url(../images/mian_bj.jpg); background-size: 100% 100%;}
.mian_biaoti{text-align: center; font-size: 16px; }
.mian_biaoti span{font-weight: bold; font-size: 22px; }
.mian8_biaoti{padding-top: 170px;}
.mian8>.index_mian>img{width: 1031px; margin: 30px auto 0 auto; display: block;}
.mian9{height: 415px;}
.mian_list li{font-size: 16px; position: relative; padding-left: 20px; line-height: 30px;}
.mian_list li span{ width: 7px; height: 7px; position: absolute; background: #3685fe; left: 0px; top: 12px;border-radius: 10px;}
.mian_list_tit{font-size: 20px!important; font-weight: bold; padding: 0px!important; }
.mian9_ding{padding:180px 0 0 60px;}
.mian9>img{position: absolute; top: 50px; right: 145px;}
.mian10{width: 100%; height: 670px; background: url(../images/mian_bj.jpg); background-size:100% 100%; }
.mian10>.index_mian>p{font-size: 22px; text-align: center; font-weight: bold; border-bottom: 1px solid #3685fe; padding: 115px 10px 10px 10px; width: 260px; margin: 0 auto;}
.mian11{height: 1100px;}
.mian11_p{text-align: center; font-size: 22px; font-weight: bold; padding: 30px 0 10px 0;}
.mian11>img{margin:0 auto;  display: block; padding:30px 0;}
.mian11_p span{font-size: 18px; color: #242424;font-weight: 300;}
.mian12{width: 100%; background:url(../images/mian_bj.jpg); background-size: 100% 100%; height: 670px; }
.mian12>img{margin:0 auto;  display: block; padding:150px 0 0 0;}
.mian13{height: 470px;}
.mian14{width: 100%; background:url(../images/mian_bj.jpg); background-size: 100% 100%; height: 910px; }
.mian15{ height: 580px;}
.mian16{ height: 770px;width: 100%; background:url(../images/mian_bj.jpg); background-size: 100% 100%;}
.mian16_ding{top:233px; left: 135px; position: absolute;}
.mian17{ padding-top: 150px;}
.mian17_tit1{ width: 180px; height: 60px; border-radius: 10px; text-align: center; line-height: 60px; font-size: 20px; color: #fff; background: #1958d1; margin:0px auto 0 auto;}
.mian17_tit2{margin: 50px auto 50px auto;}
.mian18{height: 1210px;width: 100%; background:url(../images/mian_bj.jpg); background-size: 100% 100%;}
.mian18_kuang1{width: 220px; height: 100px; border-radius: 10px; text-align: center; line-height: 30px; font-size: 20px; color: #fff; background: #1958d1; position: absolute; left: 253px; top: 220px; padding-top: 20px;}
.mian18_ding{position: absolute; left: 665px; top:210px; }
.mian18_kuang2{width: 800px; height: 40px; border-radius: 10px; text-align: center; line-height: 40px; font-size: 20px; color: #fff; background: #1958d1; position: absolute; left: 200px; top: 390px;}
.mian18_kuang3{width:160px; height: 40px; border-radius: 10px; text-align: center; line-height: 40px; font-size: 20px; color: #fff; background: #1958d1;  margin: 60px auto 40px auto;}
.mian19{height: 678px;}
.mian20{ height: 260px; background: #6a52de;}
.mian20_txt1{text-align: center; font-size: 42px; color: #fff; line-height: 130px;}
.mian20_txt1 span{font-size: 60px; font-weight: bold;}
.mian20_txt2{text-align: center; font-size: 42px; color: #fefb00; line-height: 70px;}
.mian20_txt2 span{width: 500px; height: 80px; display: block; border-radius: 20px;border: 5px solid #fefb00; float: left;}
.mian22{ height: 350px;}
.mian22 p{font-size: 16px; padding-top:50px; text-align: left; color: #111;}
.hd ul li{z-index:999999999;}
.mian23{height:330px; background:url(../images/mian_bj.jpg); background-size: 100% 100%;padding-top:60px;}
.mian23>.index_mian>div{width:500px; height:85px; border-radius: 10px; text-align: center; line-height: 85px; font-size: 50px; color: #fff; background: #1d6fec;  margin: 0px auto 0px auto; font-weight: bold; }
.mian23>.index_mian>p{ font-size: 45px; color: #111; text-align: center; padding-top: 20px;}
.mian23>.index_mian span{color:#1d6fec; font-weight: bold; font-size: 50px; }
.mian24{height: 365px; }
.mian24_ding{position: absolute; left: 0px; top: 135px;}
.mian24_ding li{font-size: 20px;}
.mian24_ding li i{ color: #540fd3; font-size: 24px; font-weight: bold;}
.mian25{height:330px; background:url(../images/mian_bj.jpg); background-size: 100% 100%;}
.mian25 p{text-align: center; font-size: 35px;}
.mian25 .index_mian{padding-top: 120px;}
.mian25 span{font-size: 45px; font-weight: bold; color: #1d6fec;}
.mian26{ height: 425px;}
.mian26 p{ font-size: 20px; position: absolute; left: 80px; top: 80px;}
.mian26 span{ font-size: 30px; font-weight: bold; color: #1d6fec;}



.hd-register span {
	font-size:14px !important;
	color:#ffffff !important;
}
.hd-register em {
	font-size:20px !important;
	color:#ffffff !important;
	font-family:Arial, Helvetica, sans-serif
}



.jjfa{
	padding-top: 70px;
	padding-bottom: 80px;
}
.bgc-white{
	background-color: #fff;
}
.jjt{
	margin-bottom: 55px;
}
.jjfaul:after{
	content: '';
	clear: both;
	display: table;
}
.jjfaul>li{
	width: 590px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #d1d1d1;
	border-radius: 2px;
}
.jjfaul>li .jjfaul-hd{
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 25px;
	text-align: center;
}
.jjfaul>li .jjfaul-hd:after{
	content: "\e8f0";
	font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
}
.jjfaul>li .jjfaul-hd h3{
	color: #ffffff;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.jjfaul>li .jjfaul-hd p{
	font-size: 22px;
	color: #fff;
}

.jjfaul>li .jjfaul-hb{
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 240px;
	padding: 20px 20px;
}
.jjfaul>li .jjfaul-hb.long{
	height: 426px;
}
.jjfaul>li .jjfaul-hb .fans{
	position: absolute;
	top: 40px;
	left: 80px;
	width: 147px;
}
.jjfaul>li .jjfaul-hb .fansp{
	background-color: #eeeeee;
	padding: 20px 30px 10px;
	border-radius: 8px;
	position: absolute;
	top: 40px;
	right: 30px
}
.jjfaul>li .jjfaul-hb .fansp p{
	color: #121212;
	font-size: 18px;
	margin-bottom: 10px;
}
.jjfaul>li .jjfaul-hb .crmul{
	margin-top: 15px;
}
.jjfaul>li .jjfaul-hb .crmul li{
	border: 1px solid #731cd4;
	font-size: 18px;
	width: 49%;
	margin-right: 2%;
	float: left;
	color: #1a1a1a;
	text-align: center;
	line-height: 42px;
	margin-bottom: 10px;
	border-radius: 4px;
}
.jjfaul>li .jjfaul-hb .crmul li:nth-child(2n){
	margin-right: 0;
}
.jjfaul>li .jjfaul-hb .pushul{
	margin-top: 5px;
}
.jjfaul>li .jjfaul-hb .pushul li{
	font-size: 18px;
	width: 49%;
	margin-right: 2%;
	float: left;
	color: #121212;
	text-align: center;
	line-height: 42px;
	margin-bottom: 15px;
	border-radius: 4px;
	background-color: #eeeeee;
}
.jjfaul>li .jjfaul-hb .pushul li.long{
	width: 60%;
}
.jjfaul>li .jjfaul-hb .pushul li.short{
	width: 38%;
}
.jjfaul>li .jjfaul-hb .pushul li:nth-child(2n){
	margin-right: 0;
}
.jjfaul>li .jjfaul-hb .xsck{
	color: #fb4812;
	font-size: 22px;
	margin-top: 15px;
}
.mpul{
	
}
.mpul li{
	color: #121212;
	font-size: 19px;
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 86px;
	position: relative;
}
.mpul li:last-child{
	border-bottom: 0;
}
.mpul li:after{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #007bdf;
	border-radius: 50%;
	position: absolute;
	left: 62px;
	top: 19px;
}
/*.jjfaul>li img{
	width: 590px; 
}*/
.jjfaul>li:nth-child(2n){
	margin-right: 0px;
}

.jjtitle{
	text-align: center;
	position: relative;
	margin-bottom: 44px;
}
.jjtitle:after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 28px;
}
.jjtitle h2{
	display: inline-block;
	font-size: 36px;
	height: 60px;
	line-height: 56px;
	padding: 0 50px;
	background-color:#fff;
	border-radius: 8px;
	border-style: solid;
	border-width: 2px;
	letter-spacing: 2px;
	position:relative;
	z-index: 9;
}


.jjlab{
	width: 100%;
	text-align: center;
	margin-bottom: 55px;
}
.jjlab>li{
	display: inline-block;
	font-size: 18px;
	padding: 4px 15px;
	margin: 0 10px;
	border-radius: 4px;
}
.jjlab>li i{
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
}

.jjtitle.jjtitle-blue:after{
	background-color: #207be6;
}
.jjtitle.jjtitle-blue h2{
	border-color: #207be6;
	color: #207be6;
}
.jjlab.jjlab-blue>li{
	background-color: #d6e3f2;
}
.jjlab.jjlab-blue>li i{
	color: #207be6;
}
.jjfaul.jjfaul-blue>li .jjfaul-hd{
	background-image: url(../images/jjbg1.jpg);
}



.jjtitle.jjtitle-orange:after{
	background-color: #fb4511;
}
.jjtitle.jjtitle-orange h2{
	border-color: #fb4511;
	color: #fb4511;
}
.jjlab.jjlab-orange>li{
	background-color: #eeeeee;
}
.jjlab.jjlab-orange>li i{
	color: #fb4511;
}
.jjfaul.jjfaul-orange>li .jjfaul-hd{
	background-image: url(../images/jjbg2.jpg);
}


.jjtitle.jjtitle-purple:after{
	background-color: #7a25d6;
}
.jjtitle.jjtitle-purple h2{
	border-color: #7a25d6;
	color: #7a25d6;
}
.jjlab.jjlab-purple>li{
	background-color: #eeddff;
}
.jjlab.jjlab-purple>li i{
	color: #7a25d6;
}
.jjfaul.jjfaul-purple>li .jjfaul-hd{
	background-image: url(../images/jjbg3.jpg);
}