a {
	text-decoration: none;
}

.fa-map-marker {
	font-size: 16px;
}

.head {
	width: 100%;
	height: 200px;
	background: url(../img/head_bg.jpg) no-repeat center;
	background-size: cover;
	background-color: #222;
}

.odometer_item {
	background-color: #ed6500;
	color: #fff;
	display: inline-block;
	font-size: 34px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	border-radius: 3px;
	margin: 1px;
	overflow: hidden;
	-moz-border-radius: 3px;
	/* Old Firefox */
	-webkit-border-radius: 3px;
	/* Safari and Chrome */
	-o-border-radius: 3px;
	/* Opera */
}

.odometer_space {
	visibility: hidden;
}

.odometer_space,
.odometer_text {
	padding: 0px;
	display: inline-block;
}

.odometer_text {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.odometer_text span {
	display: block;
	height: 100%;
	line-height: 37px;
	color: Red;
}

.odometer_line {
	position: absolute;
	z-index: 3;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #aaa;
	opacity: 0.6;
	top: 50%;
	left: 0px;
}

.wrap {
	margin: auto;
	max-width: 1200px;
	min-width: 1024px;
	position: relative;
}

body {
	margin: auto;
	min-width: 1200px;
	position: relative;
}

.logo {
	display: inline-block;
	max-width: 50%;
	margin-top: 4em;
}

.logo img {
	max-width: 100%;
	margin-top: -20px;
}

.title {
	display: inline-block;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-left: 10%;
	line-height: 200px;
}

@media screen and (max-width: 1020px) {
	.title {
		margin-left: 2%;
	}
}

.head-menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: right;
	z-index: 2;
	line-height: 2.6em;
}

.head-menu a {
	color: #fff;
	display: inline-block;
	margin-left: 1em;
}

.head-menu a:visited {
	color: #fff;
}

.head-menu a:hover {
	text-decoration: underline;
}

.head_right {
	position: absolute;
	min-width: 33em;
	right: 0;
	top: 0;
	height: 100%;
}

.head_sub_left {
	float: left;
	display: inline-block;
	margin-top: 54px;
	margin-right: 4px;
}

.head_sub_left p {
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 4px;
}

.head_sub_left .input-box {
	font-size: 0;
	position: relative;
}

.head_sub_left input {
	width: 180px;
	height: 22px;
	border: 1px solid #ebebeb;
	font-size: 12px;
	border-left: 0;
	border-right: 0;
	line-height: 22px;
	display: inline-block;
	padding-left: 6px;
}

.head_sub_left .input-box span {
	padding: 1px 16px 1px 8px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border: 1px solid #ebebeb;
	font-size: 12px;
	background: url(img/xialasanjiao.png) no-repeat center #fff;
	background-position: 95% 50%;
}

.head_sub_left .input-box .search_btn {
	padding: 1px 16px 1px 8px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border: 1px solid #ebebeb;
	border-left: 0;
	font-size: 12px;
	background: url(img/search.png) no-repeat center #fff;
	background-position: 50% 50%;
	vertical-align: middle;
}

.head_sub_left .input-box .dropdown {
	position: absolute;
	top: 26px;
	left: 0;
	background-color: #fff;
	width: 74px;
	height: auto;
	display: none;
}

.head_sub_left .input-box .dropdown li {
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
}

.hot_list {
	color: #fff;
	margin-top: 4px;
}

.hot_list a {
	color: #fff;
	padding-right: 4px;
	vertical-align: middle;
}

.hot_list a:hover {
	text-decoration: underline;
}

.head_sub_right {
	float: right;
	line-height: 200px;
}

.head_sub_right a {
	color: #000;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 4px;
	background: #fff;
}

.nav {
	background-color: #fff;
	height: 56px;
	text-align: center;
	line-height: 56px;
	position: relative;
	z-index: 2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #ccc;
}

.nav_menu {
	display: table;
	width: 100%;
}

.nav_menu>li {
	vertical-align: middle;
	display: table-cell;
	width: auto;
	padding: 0 6px;
	*display: inline;
	position: relative;
	*zoom: 1;
	*padding: 0 12px;
}

.nav_menu>li>a {
	color: #262626;
	font-size: 14px;
	display: block;
	position: relative;
}

.nav_menu>li>a:hover {
	color: #1199d7;
}

.nav_menu>li>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #333;
	width: 100%;
	left: 0;
	display: block;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	display: none\9;
}

.nav_menu>li:hover>a:after {
	display: block;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	display: block\9;
}

.nav_menu .nav_menu_sub {
	display: none\9;
	padding: 20px;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	margin-left: -128px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	position: absolute;
	left: 50%;
	top: 100%;
	min-width: 100%;
	background-color: #fff;
	width: 204px;
}

.nav_menu .nav_menu_sub ul {}

.nav_menu .nav_menu_sub ul:after {
	content: "";
	display: block;
	clear: both;
}

.nav_menu .nav_menu_sub li {
	float: left;
	width: 50%;
	white-space: nowrap;
	border-top: 1px solid #ddd;
}

.nav_menu .nav_menu_sub li a {
	display: block;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}

.nav_menu .nav_menu_sub li a {
	border-right: 1px solid #ddd;
	border-right: 0\9;
}

.nav_menu .nav_menu_sub li:nth-child(2n+2) a {
	border-right: 0;
}

.nav_menu .nav_menu_sub li:first-child {
	border-top: 0;
	border-top: 1px solid #ddd\9;
}

.nav_menu .nav_menu_sub li:nth-child(2) {
	border-top: 0;
}

.nav_menu .nav_menu_sub li a:hover {
	color: #4b94f2;
}

.nav_menu>li:hover .nav_menu_sub {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	display: block\9;
}

.nav_menu .type02 {
	width: 260px;
	margin-left: -150px;
}

.nav_menu .type02 li {
	float: none;
	width: 100%;
	text-align: left;
	line-height: 2.2em;
	padding: 0.5em 0;
	clear: both;
}

.nav_menu .type02 li a {
	border-right: 0;
}

.nav_menu .type02 li:nth-child(2) {
	border-top: 1px solid #ddd;
}

.nav_menu .conference-info {
	position: relative;
}

.nav_menu .pull-right {
	position: absolute;
	right: 0;
	top: 0;
}

.nav_menu .more-conference {
	display: block;
	text-align: center;
	border-top: 1px solid #ddd;
	font-size: 1.4em;
	color: #000;
}

.nav_menu .more-conference:hover {
	color: #4b94f2;
}

.nav_menu .type03 {
	padding: 0;
	margin-left: -102px;
}

.nav_menu .type03 li {
	float: none !important;
	width: auto;
	position: relative;
}

.nav_menu .type03 li a {
	border-right: 0;
	border-bottom: 1px solid #ddd;
	margin: 0 20px;
}

.nav_menu .type03 li:hover>.nav_menu_sub_menu {
	display: block;
}

.nav_menu .type03>ul>li:last-child>a {
	border: 0;
}

.nav_menu .type03 li:hover>a {
	color: #4b94f2;
}

.nav_menu .type03 .nav_menu_sub_menu {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
}

.nav_menu .type03 .nav_menu_sub_menu li {
	border: 0;
}

.nav_menu .type03 .nav_menu_sub_menu a {
	line-height: 3em;
}

@media only screen and (max-width: 1070px) {
	.nav_menu li a {
		font-size: 12px;
	}
}

.show_data {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #f7f7f7;
	margin-bottom: 10px;
	font-size: 14px;
	color: #262626;
	padding-top: 17px;
	padding-bottom: 17px;
	font-size: 0;
	text-align: center;
}

.show_data .wrap {
	min-width: 1024px;
	max-width: 1200px;
	display: table;
	width: 100%;
}

.show_data .wrap>span {
	display: table-cell;
	padding-left: 0 !important;
}

.show_data .wrap>span:last-child {
	text-align: right;
	padding-right: 8px !important;
}

.show_data .wrap>span:first-child {
	text-align: left;
	padding-left: 8px !important;
}

.show_con {
	margin: 0 20px;
	display: inline-block;
}

.odometer_name {
	width: auto;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.odometer_name:last-child {
	width: auto;
	margin-left: 5px;
}

.odometer_item {
	background-color: #fff;
	color: #000;
	display: inline-block;
	font-size: 25px;
	line-height: 34px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	border-radius: 6px;
	margin: 1px;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border: 1px solid #ff0000;
	padding: 0 2px;
}

/*@media only screen and (max-width:1188px) {
	.odometer_item {
		font-size: 21px;
	}
}

@media only screen and (max-width:1120px) {
	.odometer_item {
		font-size: 18px;
	}
}

@media only screen and (max-width:1090px) {
	.odometer_item {
		font-size: 15px;
	}
}*/

.odometer {
	padding-left: 6px;
}

.odometer_space,
.odometer_text {
	padding: 0px;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.odometer_text {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.section {
	position: relative;
	margin-bottom: 10px;
	clear: both;
}

.section-margin {
	margin: 0 8px;
}

.section-margin .column {
	float: left;
	width: 33.3%;
}

.section-margin .column .sub-item-3s {
	float: none;
	width: auto;
	margin: 6px 6px 12px;
}

.section-margin a {
	color: #262626;
}

.sub-section1 {
	width: 540px;
	float: left;
	left: 8px;
	top: 0;
	overflow: hidden;
}

.section1-1 {
	width: auto;
}

.slider-item {
	display: none;
	height: 258px;
	overflow: hidden;
}

.slider-item img {
	max-width: 100%;
}

.join-btn-group {
	font-size: 0;
	margin-top: 10px;
}

.join-btn-item {
	width: 32%;
	display: inline-block;
	cursor: pointer;
	margin-left: 2%;
	*margin-left: 1.5%;
}

.join-btn-item:first-child {
	margin-left: 0;
}

.join-btn-item a {
	display: inline-block;
	width: 100%;
}

.join-btn-item a img {
	max-width: 100%;
}

.sub-section2 {
	background-color: #fff;
	margin-left: 548px;
	height: 328px;
	overflow: hidden;
}

.activity-con {
	margin-bottom: 10px;
	float: left;
	width: 60.8%;
}

.lunbo {
	float: left;
	width: 38%;
	height: 100%;
	padding-left: 1.2%;
}

.sub-item-3s p {
	/**/
}

.activity-con:last-child {
	margin-bottom: 0;
}

.activity-head {
	border-bottom: 2px solid #4b94f2;
	overflow: hidden;
	position: relative;
}

.activity-head-more {
	position: absolute;
	right: 1em;
	top: 1em;
}

.activity-head span {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 0 2px;
	height: 36px;
	line-height: 36px;
	border-radius: 6px 6px 0 0;
}

.activity-head span.selected {
	background-color: #4b94f2;
}

.activity-head span.selected a {
	color: #fff;
}

.activity-head .btn-more {
	color: #fff;
	font-size: 14px;
	float: right;
	vertical-align: middle;
	margin-top: 2px;
}

.activity-list {}

.activity-list-item {
	border-top: 1px solid #ddd;
	margin: 0 1em;
	padding: 0.6em 0;
}

.activity-list-item h3 {
	font-size: 1.5em;
	overflow: hidden;
	height: 1.4em;
	padding-bottom: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity-list-item p {
	height: 2.6em;
	line-height: 1.3em;
	margin-bottom: 6px;
	color: #666;
	overflow: hidden;
}

.activity-list-property {
	color: #aaa
}

.activity-list-property>div {
	height: 1.6em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity-list-property span {
	margin-right: 1em;
}

.activity-list-property .iconfont,
.activity-list-property .fa {
	width: 1.2em;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 4px;
}

.activity-list-item:first-child {
	border: 0
}

.buttons {
	word-spacing: -6px;
}

.buttons a {
	float: left;
	width: 13%;
	margin-left: 1.5%;
	text-align: center;
	display: inline-block;
}

.buttons a:first-child {
	margin-left: 0;
}

.buttons a img {
	width: 100%;
}

.buttons:after {
	content: "";
	display: block;
	clear: both;
}

.object-apply {
	background-color: #f0f0f0;
	padding: 2em 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-action a * {
	vertical-align: middle;
	display: inline-block;
}

.section-action a {
	display: inline-block;
	margin: 0 20px;
	color: #4b94f2;
	border: 1px solid #4b94f2;
	padding: 3px 12px;
	border-radius: 3px;
}

.section-action .iconfont {
	font-size: 10px;
}

.list-con {
	height: 100%;
	overflow: hidden;
}

.object-apply .section-con1 {
	background: none;
}

.activity-list ul {
	border-left: 1px solid #e2e2e2;
	height: 100%;
	margin-left: 3px;
}

.activity-list ul li {
	background: url(/scy/img/home/spot.png) no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	margin-left: -3px;
	margin-bottom: 4px;
	line-height: 160%;
}

.activity-list ul li a {
	color: #666;
	font-size: 12px;
}

.section-con-right {
	width: 220px;
	position: absolute;
	right: 8px;
	top: 0;
}

.section-con-right .btn-item {
	margin-bottom: 4px;
	width: 100%;
}

.section-con-right.se2 .btn-item {
	margin-bottom: 8px;
	width: 100%;
}

.section-con-right .btn-item:last-child {
	margin-bottom: 0;
}

.section-con-right .btn-item img {
	max-width: 100%;
}

.section-con-center {
	width: 220px;
	position: absolute;
	right: 236px;
	top: 0;
}

.section2-1 {
	width: auto;
	margin-right: 456px;
	background: url(/scy/img/sry/v1/blue_btn2.jpg) no-repeat center;
	background-size: cover;
	height: 316px;
}

.se-list {
	margin-top: 30px;
}

.section-head {
	border: 0;
	text-align: center;
}

.section-head .se-title {
	display: inline-block;
	width: auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 6px 8px;
	/*font-size: 16px;*/
	margin-left: 8px;
	background: none;
	font-size: 2.5em;
	color: #444;
	padding-bottom: 20px
}

.section-action {
	padding: 1em 0;
	text-align: center;
	font-size: 1.3em;
}

.section-head .report-btn {
	float: right;
	display: inline-block;
	background-color: #00ac69;
	color: #fff;
	vertical-align: baseline;
	padding: 4px 12px;
	margin-top: 2px;
	font-size: 14px;
	border-bottom: 2px solid #00884e;
	border-radius: 4px;
	margin-left: 16px;
}

.section-head .report-btn:hover {
	background-color: #04be75;
}

.section-head .more-btn {
	float: right;
	margin-top: 12px;
	display: inline-block;
	color: #262626;
	margin-left: 16px;
	font-size: 14px;
}

.section-head .more-btn:hover {
	text-decoration: underline;
	vertical-align: baseline;
}

.section-con {
	width: 100%;
}

.section2-1 {
	height: 280px;
}

.btn-con {
	width: 100%;
	text-align: center;
	padding: 40px 0;
}

.btn-con .name {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	vertical-align: middle;
}

.btn-con .name:hover {
	color: #efefef;
}

.btn-con .login {
	height: 42px;
	background-color: #fff;
	letter-spacing: 4px;
	border-radius: 6px;
	display: inline-block;
	font-size: 26px;
	line-height: 42px;
	padding-right: 14px;
	padding-left: 26px;
	color: #0063b2;
	margin-left: 40px;
	vertical-align: middle;
	margin-top: 4px;
}

.btn-con .login:hover {
	background-color: #efefef;
}

.btn-con .btn-items {
	width: 10%;
	margin: 0 1%;
	display: inline-block;
	text-align: center;
}

@media only screen and (max-width:1110px) {
	.btn-con .btn-items {
		margin: 0 0.1%;
	}
}

.btn-con>div {
	font-size: 0;
	margin: auto;
}

.btn-con>div:first-child {
	margin-bottom: 20px;
}

.btn-con .btn-items img {
	width: 6rem;
	margin: auto;
}

.btn-con .btn-items span {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}


/*se1*/

.section-con1 {
	background-color: #eeefef;
	font-size: 0;
}

.section-con1 .mt {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sub-item-3s {
	float: left;
	width: 28.6%;
	background-color: #fff;
	margin-right: 1%;
	padding: 16px 2%;
	min-height: 210px;
	width: 28%\9;
	margin-left: 0.6%\9;
	margin-right: 0.6%\9;
}

.sub-item-3s:nth-child(3n),
.sub-item-3z:nth-child(3n) {
	margin-right: 0;
	float: right;
}

.sub-item-3s p {
	font-size: 15px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 10px;
}

.sub-a a {
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	color: #565656;
	margin-right: 7px;
	margin-bottom: 6px;
}

.sub-sub-a a {
	display: inline-block;
	font-size: 12px;
	color: #909090;
	margin-right: 12px;
	margin-bottom: 6px;
}

.sub-a a:hover {
	text-decoration: underline;
}

.sub-sub-a a:hover {
	text-decoration: underline;
}

.sub-item-3s:nth-child(3n) a {
	margin-right: 40px;
}

.time519 .sub-item-3z {
	margin-bottom: 10px;
}

/*se2*/

.section-con2 {
	font-size: 0;
}

.child5,
.time519 .sub-item-3z:nth-child(5) {
	/*position: absolute;
    left: 12.5%;
    top: 46%;*/
	margin-top: 10px;
}

.child6,
.time519 .sub-item-3z:nth-child(6) {
	/*position: absolute;
left: 38%;
    top: 46%;*/
	margin-top: 10px;
}

.child7,
.time519 .sub-item-3z:nth-child(7) {
	/*position: absolute;
    left: 63.2%;
    top: 46%;*/
	margin-top: 10px;
}

.child8,
.time519 .sub-item-3z:nth-child(8) {
	/*position: absolute;
    left: 63.5%;
    top: 46%;*/
	margin-top: 10px;
}

.section-con2 .mt {
	padding-top: 20px;
	position: relative;
}

.sub-item-3z {
	float: left;
	width: 31%;
	background-color: #fff;
	margin-right: 3.2%;
	padding: 16px 0;
	min-height: 118px;
	margin-bottom: 20px;
	text-align: center;
	width: 30%\9;
	/*	margin-left: 1.5%\9;*/
	margin-right: 1.5%\9;
}

.sub-item-3z .item-logo {
	width: 33%;
	margin: 0 auto;
	min-height: 100px;
}

.sub-item-3z .item-logo img {
	max-width: 100%;
}

.sub-item-3z .item-info a {
	color: #3a7dc1;
	font-size: 16px;
	margin: 6px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 70%;
}

.sub-item-3z .item-info a:hover {
	text-decoration: underline;
}

.sub-item-3z .item-info p {
	color: #909090;
	font-size: 14px;
	margin-bottom: 2px;
}

.sub-item-3z .item-info p:last-child {
	margin-bottom: 0px;
}

.btn-group {
	margin-top: 20px;
}

.btn-group>a {
	width: auto;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	padding: 8px 6px;
	display: inline-block;
	text-align: center;
}

.btn-group .btn1 {
	background-color: #ed705f;
	border-bottom: 2px solid #c54837;
}

.btn-group .btn2 {
	background-color: #00b9ef;
	border-bottom: 2px solid #007b46;
	margin: 0 1%;
}

.btn-group .btn3 {
	background-color: #00ac69;
	border-bottom: 2px solid #006f91;
}

.btn-group .btn1:hover {
	background-color: #ed877a;
}

.btn-group .btn2:hover {
	background-color: #05c479;
}

.btn-group .btn3:hover {
	background-color: #32c6f1;
}

.btn-icon {
	width: 16px;
	display: inline-block;
}


/*se5*/

.section-con5 {
	font-size: 0;
}

.section-con5 .mt {}

.sub-item-2s {
	float: left;
	width: 28.33333333333333333%;
	width: 45%\9;
	background-color: #fff;
	margin-right: 1%;
	padding: 16px 2%;
	min-height: 64px;
	margin-bottom: 10px;
	margin-left: 0.5%\9;
	margin-right: 0.5%\9;
}

.sub-item-2s:nth-child(2n) {
	
}

.sub-item-2s p {
	font-size: 20px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 10px;
}

.sub-item-2s .sub-a a {
	color: #666;
	font-weight: normal;
	font-size: 14px;
}


/*se6*/

.section-con6 .mt {
	position: relative;
	padding-top: 20px;
}

.section-con6 .btn-group-right {
	width: 250px;
	position: absolute;
	right: 0;
	height: 100%;
}

.section-con6 .btn-item {
	margin-bottom: 8px;
}

.section-con6 .btn-item img {
	max-width: 100%;
}

.bottom_contact {
	width: 100%;
	background-color: #dcdddd;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

.contact_box {
	width: 860px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.contact_item {
	display: inline-block;
	width: 130px;
	margin: 0 23px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

.contact_item div {
	*display: inline;
}

.contact_img img {
	max-width: 100%;
	width: 85px;
}

.bottom_rights {
	width: 100%;
	background-color: #231916;
	padding: 4px 0;
}

.bottom_rights p {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.section-con3 .mt {
	margin-top: 20px;
}

.section-con4 {}

.section-con4 .mt {
	padding-top: 20px;
}

.sub-item-4s {
	float: left;
	width: 21.5%;
	padding: 6px 1%;
	margin-right: 2%;
	background-color: #fff;
	margin-bottom: 20px;
	margin-left: 0.7%\9;
	margin-right: 0.8%\9;
}

.sub-item-4s:nth-child(4n) {
	margin-right: 0;
}

.video-con {
	position: relative;
}

.video-box {
	background-color: #ddd;
	width: 100%;
	padding-top: 70%;
	position: relative;
}

.video-box .video-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(img/play_normal_bddc2e1.png) no-repeat;
	width: 52px;
	height: 51px;
	margin-left: -26px;
	margin-top: -26px;
}

.video-con img {
	max-width: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	height: auto\9;
}

.video-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	padding: 10px 2%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
	filter: Alpha(opacity=80);
	opacity: 0.8;
	width: 90%\9;
	margin-left: 3%\9;
}

.video-title {
	font-size: 14px;
	color: #262626;
	margin-top: 6px;
	padding: 0 6px;
	height: 2.6em;
	line-height: 1.3em;
	overflow: hidden;
}

.video-check {
	text-align: right;
	margin-top: 10px;
	height: 20px;
	overflow: hidden;
}

.video-check>span {
	margin-left: 8px;
	display: inline-block;
}

.video-check span {
	vertical-align: middle;
	display: inline-block;
	color: #8a8a8a;
	font-size: 12px;
}

.video-check span img {
	width: 14px;
}


/*/////////////////*/

.clear_float:after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	height: 0;
}

.clear_float {
	zoom: 1;
}

.mentor_con .mentor_inf {
	float: left;
	width: 20%;
	text-align: center;
	padding: 15px 1.7%;
	height: 260px;
	margin: 0.7%;
	background-color: #fff;
}

.mentor_inf a,
.mentor_inf span {
	display: block;
	line-height: 160%;
}

.mentor_inf span.address {
	color: #34c371;
}

.mentor_inf img {
	display: inline-block;
	height: 9em;
}

.mentor_inf a {
	font-size: 16px;
	color: #359FD2;
	font-weight: bold;
	padding-top: 10px;
}

.mentor_inf span {
	font-size: 12px;
	color: #939598;
}

.mentor_inf .text_left {
	text-align: left;
}

.format_left {
	float: left;
	/*	margin-right: 296px;*/
	width: 80%;
}

.format_left ul li {
	padding: 16px;
}

.left_con {
	float: left;
	width: 25%;
	margin-right: 18px;
}

.left_con img {
	width: 100%;
}

.right_con {
	overflow: hidden;
	/* position: relative; */
}

.right_con .right_con_title {
	margin-bottom: 10px;
}

.right_con .right_con_title a {
	color: #359FD2;
	font-weight: bold;
	font-size: 18px;
}

.right_con .right_con_inf p,
.right_con .right_con_inf a {
	color: #333;
	font-size: 14px;
}

.right_con .right_con_inf p {
	line-height: 140%;
}

.format_right {
	float: left;
	width: 268px;
	padding-right: 14px;
	margin-left: -282px;
	min-height: 500px;
}

.list-con .con_time {
	float: right;
}

.leader {
	background-color: #f0f0f0;
	padding: 2em 0;
}

.leader .section-action a {
	color: #fff;
	border: 1px solid #fff;
}

/* and and or */

@media only screen {
	.object-apply {
		background-image: url(img/bg1.jpg);
	}

	.leader {
		background-image: url(img/bg2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.service-object .section-action a {
		color: #fff;
		border: 1px solid #fff;
	}

	.leader .section-action a {
		color: #fff;
		border: 1px solid #fff;
	}

	.leader .se-title {
		color: #fff;
	}

	.service-object .se-title {
		color: #fff;
	}

	.service-object {
		background-image: url(/scy/img/sry/v1/bg3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* use styles here */
}

.iconfont {
	vertical-align: middle;
	margin-right: 0.5em;
}

.right_con_inf p {
	padding: 0.2em 0;
}

.right_con_inf span {
	margin-right: 1em;
}

.right_con_inf span,
.right_con_inf a {
	vertical-align: middle;
	line-height: 1.6em;
	display: inline-block;
}

.right_con_inf .icon-phone {
	font-size: 15px;
}

.xs-imgInfo {
	font-size: 1rem;
}

.xs-imgInfo dd {
	border-bottom: 1px solid #ddd;
}

.xs-imgInfo .xs-imgInfo-title {
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2.4rem;
	padding: 0 1rem;
}

.xs-imgInfo .xs-imgInfo-img {
	float: left;
	margin-left: 1rem;
}

.xs-imgInfo .xs-imgInfo-info {
	float: right;
	margin-right: 1rem;
	text-align: right;
}

.xs-imgInfo .xs-imgInfo-info li {
	padding: 0.5em 0;
}

.xs-column {
	background-color: #eee;
	font-size: 1rem;
}

.xs-column .xs-column-title {
	font-size: 1.2em;
	position: relative;
	line-height: 2.4em;
	padding: 0 0.5em;
	border-bottom: 1px solid #ddd;
}

.xs-column .xs-column-title h3 {
	font-size: 1em;
}

.xs-column .xs-column-action {
	position: absolute;
	right: 0.5em;
	top: 0;
}

.xs-column .xs-column-body {
	background-color: #fff;
}

.xs-icon-button {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
}

.xs-icon-button span {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	width: 100%;
}

.xs-icon-button:hover span {
	display: inline-block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.xs-icon-button span a {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	white-space: nowrap;
}

.xs-icon-button a {
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 1.8em;
	padding: 0.2em 0.5em;
}

.xs-icon-button a:hover {
	background-color: #eee;
}

.xs-icon-button .iconfont {
	margin-right: 0.3em;
	font-size: 1em;
	vertical-align: middle;
}

.xs-icon-button:hover>a {
	background-color: #01329d;
	color: #fff;
}

.xs-search {
	display: inline-block;
	position: relative;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 0.2em;
	line-height: 1.2em;
	font-size: 1.2rem;
}

.xs-search * {
	vertical-align: middle;
}

.xs-search .iconfont {
	color: #01329d;
	font-weight: bold;
	position: absolute;
	left: 0.2em;
	top: 0.3em;
	font-size: 1em;
}

.xs-search span {
	display: block;
	margin-left: 1.4em;
	margin-right: 4em;
}

.xs-search input {
	border: 0;
	width: 100%;
	font-size: 1em;
}

.xs-search input[type=button] {
	background-color: #ddd;
	color: #000;
	width: auto;
	position: absolute;
	right: 0.2em;
	top: 0.2em;
	padding: 0 0.5em;
	line-height: 1.5em;
	cursor: pointer;
}

.xs-search input[type=button]:hover {
	background-color: #01329d;
	color: #fff;
}

.xs-tab {
	font-size: 1.2rem;
}

.xs-tab .xs-tab-title {
	border-bottom: 2px solid #ccc;
	position: relative;
	padding: 0.2em 0.2em 0 0.2em;
	background-color: #fff;
	line-height: 3em;
}

.xs-tab .xs-tab-bar .iconfont {
	margin-right: 0.2em;
}

.xs-tab .xs-tab-bar li {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0.4em;
	background-color: #eee;
	line-height: 2.4em;
}

.xs-tab .xs-tab-bar li:hover {
	background-color: #ddd;
	border-color: #ddd;
}

.xs-tab .xs-tab-bar li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 0 0.8em;
}

.xs-tab .xs-tab-action {
	position: absolute;
	right: 0;
	top: 0;
}

.xs-tab .xs-tab-bar li.selected {
	background-color: #fff;
	border-top: 2px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: -2px;
}

.xs-tab .xs-tab-bar li.selected:hover {
	background-color: #fff;
}

.page-path {
	background-color: #eeeeef;
	line-height: 2em;
	font-size: 1.2em;
}

.page-path a {
	color: #333;
}

.page-path a:visited {
	color: #333;
}

.page-path a:hover {
	color: #333;
	text-decoration: underline;
}

.main-body {
	margin-top: 20px;
}

.main-body .wrap {}

.main-body .main-body-left {
	float: left;
	width: 320px;
	/* border:1px solid #e7e8e8; */
	margin-right: 24px;
}

.main-body .main-body-right {
	overflow: hidden;
	min-height: 600px;
}

.main-body .main-body-left .xs-imgInfo {
	/* margin:10px; */
}

.main-body-left .xs-imgInfo-info {
	text-align: left;
	float: left;
	line-height: 100%;
}

.main-body-left .xs-imgInfo-img {
	margin-right: 20px;
	margin-left: 1em;
}

.main-body-left .xs-imgInfo-img img {
	width: 40px;
}

.main-body-left .xs-imgInfo {
	line-height: 40px;
	color: #999;
}

.main-body-left .xs-imgInfo dd {
	border: 0;
	padding-top: 16px;
	position: relative;
	cursor: pointer;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.xs-imgInfo-info a {
	color: #333;
}

.xs-imgInfo-info a:visited {
	color: #333;
}

.xs-imgInfo-sub {
	padding: 10px 0;
	left: 100%;
	top: 0;
	z-index: 2;
	line-height: 2em;
	clear: both;
	border-top: 2px solid #518cca;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.xs-imgInfo-subitem {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

.xs-imgInfo-subitem:first-child {
	padding-top: 0;
}

.xs-imgInfo-subitem:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.xs-imgInfo-third a {
	display: inline-block;
	margin: 0 0.5em;
	font-family: "Ã¥Â®â€¹Ã¤Â½â€œ";
}

.xs-imgInfo-subitem a {
	white-space: nowrap;
	color: #000;
}

.xs-imgInfo-subitem>a {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0.5em;
	font-family: ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ;
}

.main-body-left .xs-imgInfo dd:hover {
	background-color: #eeefef;
}

.main-body-left .xs-imgInfo dd:hover .xs-imgInfo-sub {
	display: block;
}

.main-body-left .xs-imgInfo dd a:hover {
	text-decoration: underline;
}

.main-body-left .xs-imgInfo .selected {
	background-color: #eeefef;
}

.main-body-left .xs-imgInfo h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
}

.main-body-left .xs-imgInfo h3 a {
	color: #518cca;
}

.LRR .main-body-left {
	float: right;
	margin-right: 0;
	margin-left: 14px;
	width: 300px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.action {
	line-height: 25px;
	height: 25px;
}

.blue-btn {
	display: inline-block;
	color: #fff;
	background-color: #518cca;
	border-bottom: 2px solid #124787;
	border-radius: 3px;
	line-height: 2.6em;
	padding: 0 1em;
}

.blue-btn:hover {
	background-color: #124787
}

.apply-help .xs-column {
	border-top: 1px solid #e8e8e9;
	background: none;
}

.apply-help .xs-column-title {
	border: 0;
	padding: 2em 0 1.5em;
}

.apply-help .xs-column-title img {
	height: 3.6em;
}

.apply-help .xs-column-body p {
	font-size: 1.3em;
	line-height: 1.8em;
	text-indent: 2em;
	padding-bottom: 2em;
}

.apply-help .xs-column-body p em {
	font-size: 2em;
	color: #009944;
	margin-right: 0.5em;
}

.apply-help .action .blue-btn {
	font-size: 1.4em;
}

.table01 {
	border-collapse: collapse;
}

.apply-help .xs-column-body img {
	max-width: 100%;
}

.table01 td,
.table01 th {
	border: 1px solid #e8e8e8;
	line-height: 2em;
	font-size: 1.3em;
	padding: 10px 20px;
	vertical-align: middle;
}

td.nowrap,
th.nowrap {
	white-space: nowrap;
}

.table01 th {
	font-size: 2em;
}

.apply-help .xs-column-body dl {
	line-height: 2em;
	font-size: 1.4em;
}

.apply-help .xs-column-body dt {
	font-weight: bold;
}

.apply-help .xs-column-body a:hover {
	text-decoration: underline;
}

.table02 {
	border-collapse: collapse;
	width: 100%;
}

.table02 td,
.table02 th {
	border: 1px solid #c0d2e2;
	padding: 6px 10px;
	font-size: 1.2em;
	vertical-align: middle;
}

.table02 th {
	background-color: #dbedfa;
	text-align: center;
}

.mul-search-tag {
	border: 1px solid #e8e8e8;
	border-top: 0;
}

.search-tag-item {
	border-top: 1px solid #e8e8e8;
	padding: 4px 14px;
	font-size: 1.1em;
}

.search-tag-title {
	float: left;
}

.search-tags {
	overflow: hidden;
}

.search-tag-item a {
	display: inline-block;
	padding: 2px 8px;
	color: #000;
	margin: 2px 10px 2px 0;
	line-height: 1.8em;
}

.search-tag-item a.selected {
	background-color: #518cca;
	color: #fff;
	border-radius: 2px;
}

.search-tag-item a:hover {
	background-color: #e8e8e8;
}

.search-tag-item .xs-icon-button a {
	margin: 0;
	background-color: #fff;
	line-height: 1.8em;
}

.search-tag-item .xs-icon-button:hover>a {
	background-color: #518cca;
}

.search-tag-item .xs-icon-button {
	margin: 2px 10px 2px 0;
	vertical-align: baseline;
}

.search-bar {
	line-height: 60px;
}

.search-bar .xs-search {
	margin-left: 20px;
	border: 0;
	width: 300px;
}

.search-bar .xs-search span {
	margin-left: 0;
	margin-right: 7em;
}

.search-bar .xs-search input[type="text"] {
	padding: 7px 0;
	text-indent: 7px;
	border: 1px solid #e8e8e8;
	border-radius:0.5em;
}

.search-bar .xs-search input[type=button] {
	border: 0;
	background-color: #518cca;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	width: 5em;
	padding: 4px 0;
	border-radius: 0.5em;
	*padding: 0;
	line-height: 1.8em;
}

.apply-object-list {
	margin-top: 20px;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	border-top: 0;
}

.apply-object-list .format_left_con {
	border-top: 1px solid #e8e8e8;
	padding: 20px;
}

.apply-object-list .left_con {
	width: 20%;
}

.apply-object-list .right_con .right_con_title a {
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.apply-object-list p {
	font-size: 1.3em;
	padding-bottom: 20px;
	color: #666;
}

.apply-object-list .object-property {
	font-size: 1.2em;
	position: absolute;
	/* left:24%; */
	bottom: 18px;
	width: 70%;
}

.apply-object-list .object-property span {
	display: inline-block;
	margin-right: 30px;
	color: #999;
}

.apply-object-list .object-property span:first-child {
	margin-left: 0;
}

.apply-object-list .object-property .fa {
	font-size: 1.2em;
	margin-right: 0.2em;
}

.apply-object-list .format_left_con {
	position: relative;
}

.apply-object-list .properties {
	padding-bottom: 6px;
}

.apply-object-list .object-action a {
	display: inline-block;
	margin-left: 2em;
	color: #518cca;
}

.apply-object-list .object-action a:hover {
	text-decoration: underline;
}

.apply-object-list .object-action a:first-child {
	margin-left: 0;
}

.apply-object-list .object-action .fa {
	font-size: 14px;
	color: #518cca;
}

.pager {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2em;
	clear: both;
}

.pager a {
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	color: #666;
}

.pager a:hover {
	background-color: #e0e0e0;
}

.pager a.current {
	background-color: #518cca;
	color: #fff;
	border-color: #518cca;
}

.banner {
	position: relative;
	font-size: 16px;
}

.banner .banner_con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner img {
	width: 100%;
}

.banner .banner_con .title {
	position: absolute;
	bottom: 0;
	height: 46px;
	line-height: 46px;
	background-color: rgba(0, 0, 0, 0.7);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#b8000000, endColorstr=#b8000000);
	left: 0;
	width: 100%;
	margin-left: 0;
	font-size: 18px;
}

.banner .bar {
	position: absolute;
	right: 10px;
	bottom: 14px;
}

.banner .bar span {
	height: 14px;
	width: 14px;
	display: inline-block;
	background-color: #fff;
	margin: 0 10px;
	border-radius: 50%;
	cursor: pointer;
}

.banner .bar span.cur {
	background-color: #fd9909;
}

.banner .banner_con .title a {
	color: #fff;
	position: relative;
	text-indent: 1em;
}

.banner_con a {
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
}

.banner_con a img {
	width: 100%;
}

.banner_act {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#b8000000, endColorstr=#b8000000);
	bottom: 0;
}

.banner_act .banner_act_left {
	float: left;
	margin-left: 30px;
	height: 40px;
	line-height: 40px;
}

.banner_act_left span {
	display: inline-block;
	vertical-align: middle;
	color: #fd9909;
}

.banner_act .banner_act_right {
	float: right;
	margin-right: 30px;
	height: 40px;
	line-height: 40px;
}

.banner_act_right span {
	display: inline-block;
	*display: inline;
	padding: 0 3px;
	vertical-align: middle;
	cursor: pointer;
}

.banner_act_right span img {
	width: 100%;
	*width: 15px;
	*height: 15px;
}

.innovate-boject {
	margin-bottom: 20px;
}

.innovate-boject .format_left_con {
	padding: 14px;
}

.innovate-boject .format_left_con:hover {
	background-color: #e8e8e8;
}

.green-font {
	color: #009b48 !important;
}

.green-font * {
	color: #009b48 !important;
}

.column01 {
	background: none;
}

.column01 .xs-column-title {
	border-bottom: 2px solid #30abe3;
	padding: 0;
}

.column01 .xs-column-title h3 {
	font-size: 18px;
}

.column01 .xs-column-title .xs-icon-button {
	font-size: 14px;
}

.column01 .xs-column-title .xs-icon-button:hover a {
	background-color: none;
	color: #0063B2;
}

.column01 .xs-column-title .xs-icon-button a:hover {
	background: none;
}

.column01 .xs-column-body {
	padding: 10px;
}

.point-list {
	background: url(/scy/img/home/spot_line.png) repeat-y left top
}
.point-list li {
	padding: 5px 0;
	font-size: 1.2em;
	color: #808080;
	padding-left: 12px;
	background: url(/scy/img/home/spot.png) no-repeat 0px 4px;
}
.point-list .date {
	display: block;
}

.point-list a {
	color: #808080;
}

.point-list a:hover {
	color: #30abe3;
}

.statistc-tab {
	display: inline-block;
	background-color: #e8e8e8;
	padding: 10px 20px;
	font-size: 16px;
}

.leader-list {
	border: 1px solid #e8e8e8;
	border-top: 0;
	margin-bottom: 20px;
	zoom: 1\9;
}

.leader-list:after {
	clear: both;
	content: "";
	display: block;
}

.leader-list .leader-left {
	width: 150px;
	float: left;
	margin-right: 2%;
	height: 200px;
	text-align: center;
	background-color: #eee;
	line-height: 200px;
}

.leader-list .leader-left img {
	max-width: 100%;
	max-height: 100%;
}

.leader-list .leader-list-column1 {
	padding: 2% 0;
	zoom: 1\9;
}

.leader-list .leader-list-column1:after {
	content: "";
	display: block;
	clear: both;
}

.leader-list .leader-right {
	float: right;
	width: 220px;
	margin-left: 2%;
}

.leader-list .leader-right .fa {
	margin-right: 4px;
	width: 7%;
}

.leader-list .leader-right span {
	display: block;
	font-size: 16px;
	line-height: 2em;
	color: #808080;
}

.leader-list .leader-center a:link {
	color: #056ad3;
}

.leader-list .leader-center a:visited {
	color: #056ad3;
}

.leader-list .leader-center {
	overflow: hidden;
	height: 200px;
	position: relative;
	padding-right: 30px;
}

.leader-list .leader-center h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 14px;
	color: #818080;
}

.leader-additional {
	position: absolute;
	left: 0;
	bottom: 0
}

.leader-list .leader-center h3 em {
	font-size: 1.6em;
	margin-right: 10px;
	font-weight: bold;
}

.leader-list .leader-center h4 {
	font-size: 18px;
	margin-bottom: 14px;
}

.leader-list .leader-center p {
	font-size: 16px;
	color: #6b6b6a;
	line-height: 1.8em;
}

.leader-list .leader-center .leader-list-column2 {
	border-top: 0;
}

.leader-list .leader-list-item {
	padding: 0 1.5%;
	border-top: 1px solid #e8e8e8;
}

.xs-tab.tab03.ongoing-activ .leader-list-column2 {
	line-height: 30px;
}

.leader-list .leader-list-column2 {
	clear: both;
	line-height: 50px;
	font-size: 16px;
	border-top: 1px solid #e8e8e8;
}

.college-list .sub-item-4s {
	padding: 0;
	width: 23.5%;
}

.college-list .sub-item-4s>div {
	border: 1px solid #e8e8e8;
	padding: 8px;
}

.college-list .video-info {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-indent: 10px;
}

.college-list .video-title {
	font-size: 1.3em;
}

.college-list .video-title a {
	color: #808080
}

.xs-tab .xs-tab-bar li {
	*display: inline;
}

.tab03 .xs-tab-title {
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	background: none;
}

.tab03 .xs-tab-bar li {
	background: none;
	border: 0;
	font-size: 23px;
	line-height: 1.8em;
}

.tab03 .xs-tab-bar li.selected {
	border: 0;
	border-bottom: 3px solid #37bded;
	background: none;
}

.tab03 .xs-tab-bar li.selected a {
	color: #37bded;
}

.trailer {
	padding: 10px 0;
}

.trailer .xs-tab-body {
	padding: 20px;
}

.tab03 .point-list li {
	padding: 0 16px;
	font-size: 18px;
}

.point-list li .date2 {
	position: absolute;
	right: 10px;
	top: 10px;
}

.tab03 .point-list li>div {
	padding: 10px;
	position: relative;
	border-bottom: 1px dashed #e8e8e8;
}

.whit-row {
	background: #fff;
	padding: 10px 0;
}

.gray-row {
	background-color: #efefef;
	padding: 10px 0;
}

.ongoing-activ .xs-tab-body {
	padding: 10px 0;
}

.ongoing-activ .leader-list {
	border: 0;
}

.ongoing-activ .leader-list:after {
	content: "";
	display: block;
	clear: both;
}

.ongoing-activ .leader-list-item {
	width: 49%;
	margin: 1% 2% 1% 0;
	background-color: #fff;
	border: 0;
	padding: 0;
	float: left;
	width: 48%\9;
	margin: 1%\9;
}

.ongoing-activ .leader-list-item>div {
	border: 1px solid #e8e8e8;
	padding: 10px;
}

.ongoing-activ .leader-list-item:nth-child(2n) {
	margin-right: 0;
}

.ongoing-activ .leader-left {
	width: 70%;
}

.ongoing-activ .leader-center {
	margin: 0;
	padding: 0 14px;
}

.ongoing-activ .leader-center span {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.ongoing-activ h3 {
	font-size: 24px;
	line-height: 2em;
	font-weight: bold;
}

.ongoing-activ .leader-list-column2 {
	position: relative;
	padding-top: 10px;
}

.ongoing-activ .leader-list-column2>span {
	display: inline-block;
	margin-right: 1em;
	margin-left: 0.5em;
	color: #717071;
	font-size: 14px;
}

.ongoing-activ .active-state {
	position: absolute;
	right: 0;
	top: 10px;
}

.ongoing-activ .leader-list-column2 .fa {
	margin-right: 0.2em;
}

.ongoing-activ .active-state .xs-icon-button a {
	color: #fff;
	font-size: 16px;
}

.disable {
	background-color: #9e9f9f;
	border-bottom-color: #9e9f9f;
}

.disable:hover a,
.disable:hover,
.disable a:hover {
	background-color: #9e9f9f !important;
}

.session-activ .leader-list-item {
	position: relative;
}

.session-activ .leader-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 340px;
	height: 100%;
	background-color: #eeefef;
	padding: 0 10px;
}

.session-activ .leader-right>div {
	display: table;
	height: 100%;
	width: 100%;
}

.session-activ .leader-right>div>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*position: relative;
	*top: 50%;
	width: 100%;
}

.session-activ .leader-right img {
	max-width: 320px;
	*position: relative;
	*top: -25%;
}

.session-activ .leader-center {
	margin-right: 380px;
	padding-right: 20px;
	min-height: 200px;
	position: relative;
	overflow: visible;
}

.contests-list .leader-list-item {
	float: none;
	margin: 20px 0;
	width: auto;
}

.contests-list .leader-list-item>div {
	padding: 0;
}

.contests-list .leader-list-column1 {
	padding: 0;
	position: relative;
}

.contests-list .leader-right {
	width: 26%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.contests-list .leader-right>div {
	display: table;
	width: 100%;
	height: 100%;
}

.contests-list .leader-right>div>div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.contests-list .active-state {
	position: static;
	width: auto;
	margin-top: 10px;
	display: inline-block;
}

.contests-list .leader-center span {
	width: auto;
}

.contests-list .leader-center {
	margin-left: 30%;
	padding: 20px;
	min-height: 200px;
}

.session-activ .leader-property {
	position: absolute;
	top: 100%;
	color: #808080;
	font-size: 16px;
}

.session-activ .leader-property span {
	margin-right: 2em;
}

.session-activ .leader-center h3 {
	font-size: 26px;
}

.session-activ .leader-list {
	border: 0;
	padding: 0;
}

.session-activ .leader-list-item {
	border: 0;
	padding: 10px;
	border: 1px solid #e8e8e8;
	margin: 14px 0;
}

.session-activ .xs-tab-body {
	padding-top: 20px;
}

.star {
	display: inline-block;
	width: 12px;
	height: 11px;
	background: url(img/star.png) no-repeat;
	margin: 0 2px;
}

.star.gray {
	background-position: right top;
}

.k-icon {
	display: inline-block;
	background: url(/scy/img/icon/icon.png) no-repeat;
}

.k-icon-tag {
	width: 19px;
	height: 19px;
}

.k-icon-tag-blue {
	width: 19px;
	height: 19px;
	background-position: left -326px;
}

.k-icon-down {
	width: 18px;
	height: 19px;
	background-position: -24px top;
}

.k-icon-rarrow {
	width: 5px;
	height: 6px;
	background-position: left -19px;
}

.k-icon-address {
	width: 17px;
	height: 22px;
	background-position: -8px -22px;
}

.k-icon-eye {
	width: 26px;
	height: 16px;
	background-position: -29px -25px;
}

.k-icon-eye-red {
	width: 21px;
	height: 15px;
	background-position: -11px -299px;
}

.k-icon-eye-blue {
	width: 21px;
	height: 15px;
	background-position: -71px -301px;
}

.k-icon-good {
	width: 19px;
	height: 19px;
	background-position: -46px top;
}

.k-icon-good-red {
	width: 16px;
	height: 16px;
	background-position: -42px -298px;
}

.k-icon-good-blue {
	width: 16px;
	height: 16px;
	background-position: -102px -298px;
}

.k-icon-windows {
	width: 27px;
	height: 26px;
	background-position: -69px top;
}

.k-icon-android {
	width: 30px;
	height: 33px;
	background-position: -104px top;
}

.k-icon-ios {
	width: 24px;
	height: 30px;
	background-position: -142px top;
}

.k-icon-address2 {
	width: 13px;
	height: 16px;
	background-position: -63px -37px;
}

.k-icon-rang {
	width: 13px;
	height: 15px;
	background-position: -84px -38px;
}

.k-icon-angle {
	width: 10px;
	height: 16px;
	background-position: -104px -36px;
}

.k-icon-search {
	width: 27px;
	height: 26px;
	background-position: left -59px;
}

.k-icon-phone_red {
	width: 38px;
	height: 40px;
	background-position: left -100px;
}

.k-icon-edit {
	width: 38px;
	height: 38px;
	background-position: -46px -103px;
}

.k-icon-edit-red {
	width: 38px;
	height: 38px;
	background-position: -46px -320px;
}

.k-icon-edit-blue {
	width: 63px;
	height: 63px;
	background-position: -68px -367px;
}

.k-icon-address3 {
	width: 29px;
	height: 42px;
	background-position: -94px -99px;
}

.k-icon-address3_blue {
	width: 63px;
	height: 63px;
	background-position: -136px -368px;
}

.k-icon-mail {
	width: 21px;
	height: 15px;
	background-position: -38px -63px;
}

.k-icon-print {
	width: 23px;
	height: 19px;
	background-position: -66px -61px;
}

.k-icon-post {
	width: 26px;
	height: 20px;
	background-position: -96px -63px;
}

.k-icon-address4 {
	width: 17px;
	height: 22px;
	background-position: -129px -62px;
}

.k-icon-rarrow2 {
	width: 8px;
	height: 10px;
	background-position: -122px -41px;
}

.k-icon-zt {
	width: 31px;
	height: 34px;
	background-position: -7px -154px;
}

.k-icon-sq {
	width: 26px;
	height: 33px;
	background-position: -40px -155px;
}

.k-icon-zw {
	width: 39px;
	height: 39px;
	background-position: -77px -152px;
}

.k-icon-zc {
	width: 31px;
	height: 36px;
	background-position: -122px -152px;
}

.k-icon-xl {
	width: 36px;
	height: 30px;
	background-position: -155px -152px;
}

.k-icon-tc {
	width: 33px;
	height: 27px;
	background-position: -133px -105px;
}

.k-icon-ly {
	width: 32px;
	height: 31px;
	background-position: -153px -60px;
}

.k-icon-cg {
	width: 35px;
	height: 36px;
	background-position: -3px -201px;
}

.k-icon-ly2 {
	width: 41px;
	height: 42px;
	background-position: -45px -200px;
}

.k-icon-csd {
	width: 45px;
	height: 42px;
	background-position: -93px -200px;
}

.k-icon-hz {
	width: 46px;
	height: 36px;
	background-position: -153px -205px;
}

.k-icon-tj {
	width: 35px;
	height: 35px;
	background-position: -5px -255px;
}

.k-icon-yw {
	width: 43px;
	height: 26px;
	background-position: -46px -260px;
}

.k-icon-je {
	width: 33px;
	height: 33px;
	background-position: -100px -257px;
}

.k-icon-yxq {
	width: 33px;
	height: 33px;
	background-position: -143px -257px;
}

.k-icon-person {
	width: 23px;
	height: 21px;
	background-position: -143px -35px;
}

.k-icon-phone {
	width: 22px;
	height: 22px;
	background-position: -173px -35px;
}

.k-icon-phone-blue {
	width: 63px;
	height: 63px;
	background-position: left -366px;
}

.k-icon-person2 {
	width: 16px;
	height: 16px;
	background-position: -191px -11px;
}

.k-icon-phone2 {
	width: 16px;
	height: 16px;
	background-position: -218px -11px;
}

.k-icon-address5 {
	width: 12px;
	height: 16px;
	background-position: -244px -11px;
}

.icon-span {
	display: inline-block;
}

.icon-span * {
	vertical-align: middle;
}

.icon-span .k-icon {
	margin-right: 0.2em;
}

.product-list:after {
	content: "";
	display: block;
	clear: both;
}

.product-item:hover {
	box-shadow: 0 0 1em rgba(96, 0, 255, 0.5);
}

.product-item:hover .product-item-thumb,
.product-item:hover .product-item-property {
	border-color: #604e9e;
}

.product-item {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3em;
	*width: 30%;
	*margin: 0 1.5% 3em;
}

.product-item:nth-child(3n+3) {
	margin-right: 0;
}

.product-item-thumb {
	border: 1px solid #e7e7e7;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}

.product-item-thumb a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.product-item-thumb img {
	width: 100%;
}

.product-item-property {
	border: 1px solid #e7e7e7;
	border-top: 0;
	padding: 0.5em 0;
}

.product-item-p-item {
	padding: 0.2em 1em;
}

.product-item-p-l {
	float: left;
	width: 70%;
}

.product-item-p-r {
	float: right;
	width: 30%;
	text-align: right;
}

.qjd-product-tab .xs-tab-title {
	background: none;
	border: 0;
	text-align: center;
}

.qjd-product-tab .xs-tab-bar li.selected {
	background: none;
	border: 0;
}

.qjd-product-tab .xs-tab-bar li {
	border: 0;
	line-height: 1em;
	font-size: 1.8em;
	font-weight: bold;
}

.qjd-product-tab .xs-tab-bar li:hover {
	background: none;
}

.qjd-product-tab .xs-tab-bar li em {
	font-size: 14px;
	font-weight: normal;
}

.qjd-product-tab .xs-tab-bar li.selected a {
	color: #4871b6;
}

.qjd-product-tab .xs-tab-bar li.selected:hover {
	background: none;
}

.qjd-product-tab .xs-tab-bar li a {
	color: #898989;
}

.qjd-product-tab .xs-tab-bar li a:hover {
	color: #4871b6
}

.qjd-product-tab .xs-tab-bar .line {
	display: inline-block;
	width: 6em;
	border-bottom: 2px solid #005baa;
	height: 0;
	vertical-align: text-top;
}

.xs-column-body .mul-search-tag {
	margin-top: 2.5em;
}

.gray-section {
	background-color: #eee;
}

.section-row {
	padding: 3em 0;
}

.leader-detail {
	text-align: center;
	line-height: 1.6em;
}

.leader-header {
	padding-bottom: 20px;
}

.leader-header>a {
	display: inline-block;
	width: 10%;
	max-width: 160px;
}

.leader-header img {
	border-radius: 50%;
	width: 100%;
}

.leader-name h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 20px;
}

.leader-detail p {
	font-size: 1.2em;
	line-height: 1.6em;
}

.leader-other {
	padding-top: 1em;
}

.leader-other * {
	vertical-align: middle;
	font-size: 14px;
}

.leader-other .k-icon {
	margin-right: 0.5em;
}

.leader-other span {
	margin: 0 1em;
}

.leader-card:after {
	content: "";
	display: block;
	clear: both;
}

.leader-card-item {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	width: 23%\9;
	margin-left: 1%\9;
	margin-right: 1%\9;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.leader-card-item:nth-child(4n+4) {
	margin-right: 0;
}

.leader-card-item>div {
	border: 1px solid #4b94f2;
	padding: 20px;
}

.leader-card .image {
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.leader-card .image .k-icon {
	vertical-align: middle;
	margin-top: 10px\9;
}

.leader-card h4 {
	font-size: 1.4em;
	font-weight: bold;
}

.leader-card p {
	font-size: 14px;
	line-height: 140%;
	height: 40px;
}

.introduction {
	border-top: 1px solid #ddd;
	padding: 20px 0;
	line-height: 160%;
}

.padding-big {
	padding: 40px 0;
}

.introduction:first-child {
	border: 0;
}

.introduction h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.introduction-info {
	padding-left: 12px;
	font-size: 16px;
	line-height: 180%;
}

.introduction-info em {
	font-weight: bold;
	font-style: normal;
	margin: 0.5em 0;
	display: inline-block
}

.page-action {
	text-align: center;
}

.page-action {
	border-top: 1px solid #ddd;
	padding-top: 3em;
}

.page-action a:hover {
	opacity: 0.8;
}

.green-important {
	font-size: 26px;
	color: #00a04f;
	line-height: 180%;
}

.table03 {
	width: 100%;
	border-collapse: collapse;
}

.table03 td,
.table03 th {
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	vertical-align: middle;
}

.table03 th {
	font-weight: bold;
	text-align: center;
}

.table-caption {
	padding-bottom: 20px;
	position: relative;
}

.table-caption .word {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-weight: bold;
}

.company-name {
	text-align: center;
	font-size: 2em;
	line-height: 4em;
}

.company-info h4 {
	text-indent: 2em;
}

.company-info p {
	text-indent: 2em;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
}

.blak {
	color: #000 !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.contact_type a {
	color: #000;
}

.contact_type a:visited {
	color: #000;
}

.headline {
	border: 0;
}

.tab03 .point-list li:last-child>div {
	border: 0;
}

.company-list {
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}

.company-list .table-row {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #eaf0f2;
}

.table-head .company {
	text-align: left;
	text-indent: 140px;
}

.company-list .company {
	width: 43%;
}

.company-list .table-col {
	display: inline-block;
	text-align: center;
	padding: 10px 0px;
	color: #464646;
	font-size: 14px;
	vertical-align: middle;
}

.table-head .table-col {
	font-weight: 700;
}

.company-list .founder,
.company-list .industry,
.company-list .location,
.company-list .round,
.company-list .object {
	width: 13%;
}

.table-body {
	border: 1px solid #e8e8e8;
	border-bottom: 0;
}

.table-body .founder,
.table-body .industry,
.table-body .location,
.table-body .round {
	margin-top: 15px;
	margin-bottom: 15px;
}

.table-head .company {
	text-align: left;
	text-indent: 140px;
}

.table-body .table-col {
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
}

.company-list .avatar {
	float: left;
	margin: 15px;
}

.company-list .avatar img {
	width: 50px;
}

.company-list .info {
	text-align: left;
	margin-top: 15px;
	line-height: 180%;
	overflow: hidden;
	margin-bottom: 15px;
}

.company-list .table-body .info .name {
	font-weight: bold;
}

.company-list a {
	color: #53aeed;
}

.table-head {
	background: #f3f3f3;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.artical-body .mainbody {
	line-height: 360%;
}

.artical-body p {
	text-indent: 2em;
}

.artical-body .big_title {
	text-align: center;
	font-size: 40px;
	line-height: 200%;
	margin-top: 20px;
}

.artical-body .sub_title {
	text-align: center;
	font-size: 30px;
}

.artical-body .big_property {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	font-size: 20px;
	margin-top: 10px;
}

.artical-body .big_property * {
	display: inline-block;
	margin: 0 20px;
}

.artical_title {
	text-align: center;
	font-size: 40px;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
}

.artical_attribute {
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 20px;
}

.artical_attribute span {
	display: inline-block;
	margin: 0 1em;
}

.artical_content {
	padding: 20px;
	font-size: 16px;
	line-height: 200%;
}

.artical_content p {
	text-indent: 2em;
}

.artical_content img {
	/* margin: auto;
	display: block;
	max-width: 80%; */
}

.product-detail .xs-column .xs-column-title h3 {
	font-size: 20px;
	color: #4b94f2;
	font-weight: bold;
}

.product-detail .xs-column-body pre {
	text-indent: 0;
	font-size: 16px;
	font-family: 'Microsoft YaHei UI';
	line-height: 100%;
}

.product-detail .xs-column .xs-column-body {
	padding-bottom: 20px;
}

.product-detail .contact_logo {
	float: left;
}

.product-detail .contact_detail {
	overflow: hidden;
}

.product-detail .contact_detail p {
	padding: 0;
}

.product-detail .xs-column-body:after {
	content: "";
	display: block;
	clear: both;
}

.product-detail .xs-column-title {
	padding: 1em 0;
}

.choice-items a {
	display: inline-block;
	margin: 0.2em;
	padding: 0 0.2em;
	white-space: nowrap;
}

.choice-items a:hover {
	background-color: #eee;
}

.choice-items a.selected {
	background-color: #518cca;
	color: #fff;
}

.table01 input {
	border: 1px solid #ddd;
	padding: 0.5em;
	border-radius: 0.4em;
	margin-right: 1em;
	margin-left: 0.4em;
}

.main-body-right {
	padding-bottom: 30px;
}

.achieved-detail .leader-header img {
	max-width: 250px;
}

.mul-search-table {
	display: table;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.mul-search-table .search-tag-item {
	display: table-row;
	*display: inline-block;
	*border: 1px solid #eee;
}

.mul-search-table .search-tag-title,
.mul-search-table .search-tags {
	display: table-cell;
	border: 1px solid #eee;
	padding: 8px;
	overflow: visible;
	float: none;
	*border: 0;
}

.mul-search-table .search-tag-title {
	white-space: nowrap;
	border-right: 0;
	*float: left;
}

.mul-search-table .search-tags {
	border-left: 0;
}

.margin0 {
	margin: 0 !important;
}

.marginT16 {
	margin-top: 16px;
}

.third-detail {
	width: auto;
	margin-right: 320px;
	min-height: 800px;
}

.third-detail .vc-detail-con {
	border-bottom: none;
	margin: 20px 0 40px;
}

.third-detail .detail-title {
	font-size: 1.8em;
	line-height: 220%;
	border-bottom: 1px dashed #ddd;
}

.third-detail .detail-title .k-icon {
	vertical-align: middle;
	margin-right: 10px;
}

.third-detail .detail-content {
	font-size: 16px !important;
	font-family: "宋体" !important;
	line-height: 180%;
	padding: 16px 20px 0 20px;
}

.third-detail .detail-content p,
.third-detail .detail-content * {
	font-size: 16px !important;
	font-family: "宋体", Arial !important;
	white-space: normal !important;
}

.third-detail .detail-content table {
	width: 100% !important;
}

.third-detail .detail-content td,
.third-detail .detail-content th {
	text-align: center !important;
	border: 1px solid #666 !important;
	vertical-align: middle !important;
}

.third-detail .detail-content img {
	max-width: 100% !important;
}

.third-detail .detail-content .ph {
	margin-top: 10px;
}

.third-detail .detail-content .ph em {
	display: inline-block;
	width: 4em;
	text-align: right;
}

.submit_question textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #aaa;
}

.question .txt,
.answer_item .txt {
	float: left;
	color: #ffaa00;
	font-weight: bold;
}

.answer {
	margin-bottom: 10px;
}

.eg-list li {
	position: relative;
	line-height: 240%;
	font-size: 16px;
	border-bottom: 1px solid #666;
}

.eg-list {
	margin: 20px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666
}

.eg-list .name {
	margin-left: 10px;
}

.eg-list .date {
	color: #999;
	position: absolute;
	right: 10px;
}

.start_full {
	background: url(img/r-gray-rate.png) no-repeat;
	width: 93px;
	height: 15px;
	display: inline-block;
	line-height: 10px;
}

.start_full .start_percent {
	background: url(img/r-org-rate.png) no-repeat;
	height: 15px;
	display: inline-block;
	line-height: 15px;
}

.detail-comment {
	font-size: 14px;
	padding: 10px;
	margin: 0 20px;
	line-height: 200%;
	border-bottom: 1px dashed #ddd;
}

.detail-comment .k-icon {
	vertical-align: middle;
}

.section-con-center .btn-item {
	margin-top: 10px;
}

.bottomLineB {
	background-color: #FBFBFB;
	border-bottom: 1px solid #a1c0dc !important;
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}

.bottomLineH {
	background-color: #f1f1f1;
	border-bottom: 1px solid #a1c0dc !important;
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}

.upfileimgs {
	height: 25px;
	width: 56px;
	background: url(/Web/template/venture/images/Upload_2.gif) no-repeat left 50%;
	margin: 0 auto;
	position: relative;
}

.upfileimputimgs {
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	display: block;
}

.section4 .section-head {
	border: 0;
	text-align: center;
	margin-top: -35px;
	margin-bottom: 82px;
	color: #397cf7;
}

.section4 .section-head .se-title {
	display: inline-block;
	width: auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 6px 8px;
	/* font-size: 16px; */
	margin-left: 0px;
	background: none;
	font-size: 24px;
	color: #397cf7;
	padding-bottom: 20px;
}

.section4 .section-head em:first-child {
	float: left;
}

.section4 .section-head em:last-child {
	float: right;
}

.fl-r {
	float: right;
	margin-right: 0 !important;
}

.mapNewBigTCon {
	display: table;
	width: 100%;
}

.mapNewBigTCon h2 {
	display: table-cell;
	width: 33.33333%;
}

.mapNewBigTitle {
	color: #d9f8ff;
	font-size: 22px;
	letter-spacing: 7px;
	text-shadow: 2px 2px 11px rgba(0, 174, 255, 0.8);
	font-weight: bold;
}

.MapNewleftCon {
	position: absolute;
	width: 27%;
	top: 10%;
	/* background-color: rgba(66, 121, 184, 0.5); */
	border-radius: 10px;
	bottom: 0%;
	width: 359px;
}

h2.NewTitle {
	background-color: rgba(66, 121, 184, 0.5);
	color: #d9f8ff;
	font-size: 0;
	letter-spacing: 3px;
	text-shadow: 2px 2px 11px rgba(0, 174, 255, 0.8);
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #5ea7ff;
	display: table;
	width: 100%;
}

h2.NewTitle a {
	padding: 10px 0;
	font-size: 16px;
	display: table-cell;
	color: #d9f8ff;
	background-color: rgba(25, 78, 138, 0.5);
	/*border: 1px solid #5ea7ff;
    border-top: 0;
    border-left: 0;*/
}

h2.NewTitle a.select {
	/*border-right:1px solid #5ea7ff;*/
	background-color: #5ea7ff;
}

.MapChartsCon {
	background-color: rgba(66, 121, 184, 0.5);
	border-radius: 5px;
	border: 1px solid #5ea7ff;
	font-size: 0;
	margin: 10px 0;
	margin-top: 0;

}

.MapChartsCon .Item {
	width: 25%;
	height: 100px;
	display: inline-block;
}

.LYChartsItemCon .Item {
	width: 100%;
	height: 195px;
}

ul.MapNewCgList {
	display: block;
	margin: 0 5px;
}

ul.MapNewCgList li {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
}

ul.MapNewCgList000 li {
	height: 28px;
	line-height: 28px;
}

ul.MapNewCgList li span {
	display: inline-block;
	font-size: 12px;
	color: #d9f8ff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.MapSiChuan {
	position: absolute;
	bottom: 0;
	right: 8%;
	width: 12%;
	border: 1px dashed #446adc;
	padding: 0.5%;
}

.MapSiChuan img {
	display: block;
	width: 100%;
}

.xu_listContent {
	line-height: 16px;
	overflow: hidden;
	position: relative;
	height: 107px;
}

.MapNewCenterCon {
	position: absolute;
	bottom: 35px;
	width: 44.2%;
	/*width: 72.2%;*/
	left: 28%;
	/*left: 0%;*/
	font-size: 0;

}

.MapNewCenterItem {
	width: 49%;
	display: inline-block;
	margin-left: 1%;
}

.MapNewCenterItem {
	width: 100%;
	display: inline-block;
	margin-left: 0%;
	margin-right: 0;
}

.MapNewCenterItem .Item {
	vertical-align: middle;
}

.MapNewCenterItem .Item p {
	font-size: 14px;
	color: #fff;
	padding: 0 0 0 14px;
	margin-top: 4px;
	line-height: 2.5;
	text-shadow: 2px 2px 11px rgba(0, 174, 255, 0.8);
}

.QRHNAVItemCon .Item {
	width: 100%;
	height: 116px;
	display: block;
}

.MapNewCenterItem .Item p em {
	color: #84fba8;
	font-weight: bold;
}

.MapNewCenterItem .Item p span {
	color: #ffc93e;
	font-size: 13px;
	vertical-align: middle;
	letter-spacing: 2px;
	border-radius: 5px;
	/* border: 1px solid #ffc93e; */
	padding: 0 2px;
	margin: 0 4px;
}

.MapNewCenterItem:first-child+.MapNewCenterItem {
	margin-right: 0;
}

.QYChartsItemCon .Item {
	width: 100%;
	height: 204px;
}

.MapChartsCon .NewTitle {
	border: 0;
	background-color: transparent;
	position: relative;
}

.ZTChartsItemCon .Item {
	width: 50%;
	height: 140px;
}

.MapNewRightCon {
	position: absolute;
	right: 0;
	top: 10%;
	width: 27%;
	min-height: 40%;
	width: 359px;
	/* background-color: rgba(66, 121, 184, 0.5); */
}

.KCTSSJYDATE ul li {
	color: #ffffff;
	font-size: 12px;
	/* margin: 6px 0; */
	padding: 4px 0;
	margin-left: 0;
	border-bottom: 1px dashed #5ea7ff;
	padding-left: 5px;
	line-height: 1.3;
}

.KCTSSJYDATE ul li:first-child {
	padding-top: 0;
}

.KCTSSJYDATE ul li:first-child+li+li+li {
	border-bottom: 0;
}

.KCTSSJYDATE ul li em {
	color: #84fba8;
	font-weight: bold;
}

.KCTSSJYDATE ul li span {
	color: #ffc93e;
	font-size: 13px;
	vertical-align: middle;
	letter-spacing: 1px;
	border-radius: 5px;
	/*border: 1px solid #ffc93e;*/
	padding: 0 1px;
	margin: 0 4px;
}

.KCPrundoc ul {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.KCPrundoc ul li {
	display: inline-block;
	text-align: center;
	width: 20%;
	position: relative;
	cursor: pointer;
}

.KCPrundoc ul li a {
	position: relative;
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}

.KCPrundoc ul li a img.icon1 {
	display: block;
	width: 100%;
}

.KCPrundoc ul li a img.icon2 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

img.iconJia {
	display: block;
	vertical-align: middle;
	width: 8px;
	position: absolute;
	left: 93%;
	top: 40%;
}

.KCPrundoc ul li.select a img.icon2,
.KCPrundoc ul li:hover a img.icon2 {
	display: block;
}

.KCPrundoc .KCPrundocItemCon p {
	font-size: 13px;
	color: #91c5ff;
	line-height: 1.7;
	text-indent: 2em;
}

.KCPrundoc .KCPrundocItemCon p em {
	color: #ffc93e;
}

.KCPrundoc .KCPrundocItemCon .Item {
	width: 98%;
	margin: 0 auto;
	display: block;
	height: 90px;
}

.KCPrundoc .KCPrundocItemCon .Item h3 {
	font-size: 16px;
	font-weight: bold;
	color: #84fba8;
}

ul.QRHMail {
	width: 98%;
	margin: 0 auto;
}

ul.QRHMail {
	font-size: 0;
	margin-bottom: 1%;
}

ul.QRHMail li {
	display: inline-block;
	font-size: 12px;
	width: 50%;
	height: 115px;
}

ul.QRHMail li a {
	display: block;
	background-color: rgba(66, 121, 184, 0.5);
	border: 1px solid #5ea7ff;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

ul.QRHMail li:first-child a {
	border-radius: 15px 0px 0px 15px;
}

ul.QRHMail li:first-child+li a {
	border-radius: 0 15px 15px 0;
}

ul.QRHMail li:first-child+li+li a {
	border-radius: 15px 0 0 15px;
}

ul.QRHMail li:first-child+li+li+li a {
	border-radius: 0 15px 15px 0;
}

ul.QRHMail li a .ManiWord {
	font-size: 16px;
	text-align: center;
	line-height: 120px;
	color: #d9f8ff;
	text-shadow: 2px 2px 11px rgba(0, 174, 255, 0.8);
	letter-spacing: 4px;
}

ul.QRHMail li a img {
	width: 100%;
}

ul.QRHMail li a .showWord {
	position: absolute;
	top: 100%;
	transition: all 0.5s;
	background-color: #264b9c;
	color: #60f3c1;
	width: 96%;
	left: 0;
	height: 96%;
	padding: 2%;
}

ul.QRHMail li a:hover .showWord {
	top: 0;
}

h2.XQSJ {
	letter-spacing: inherit !important;
	border-top: 1px solid #5ea7ff !important;
	border-bottom: 1px solid #5ea7ff !important;

}

h2.XQSJ a {
	font-size: 14px;
	letter-spacing: inherit;
}

.XQSJItemCon .Item {
	width: 98%;
	margin: 0 auto;
	height: 163px;
	display: block;
}

.XQSJItemCon .Item3 p,
.XQSJItemCon .Item2 p {
	font-size: 14px;
	color: #d9f8ff;
	line-height: 1.6;
	padding-top: 4px;
	text-indent: 2em;
}

.XQSJActivebg {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
}

.XQSJActivebg p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	background-color: rgba(80, 80, 80, 0.7);
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	font-size: 12px;
}

.layui-carousel-ind ul {
	background-color: transparent;
}

body {
	margin: auto;
	min-width: 1340px;
	position: relative;
}

.JGLXContent .Item {
	vertical-align: top;
	height: 112px;
	position: relative;
	margin-top: 22px;
}

.ItemCXZY {
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

.ItemCXZY a {
	display: inline-block;
	width: 40%;
	position: relative;
	margin-top: 20px;
}

.ItemCXZY a img {
	width: 100%;
}

.ItemCXZY a span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: -7px;
	color: #ffffff;
}

.ItemCXZY p {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
}

.JGLXContent .Item img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.JGLXContent .Item p {
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	color: #a9dae6;
	padding-top: 6px;
	/*letter-spacing: 0.8px;*/
}

.JGLXContent .Item span {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #53fec0;
}

a.QRHContent {
	display: block;
	width: 96%;
	height: 96%;
	padding: 2%;
}

a.QRHContent .leftWord {
	font-size: 12px;
	width: 65%;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	text-shadow: 2px 2px 11px rgba(0, 174, 255, 0.8);
	margin-top: 0;
	line-height: 1.3;
}

a.QRHContent .leftWord p {
	margin-bottom: 5px;
	padding-left: 5px;
	color: #91c5ff;
	font-size: 12px;
}

a.QRHContent .leftWord p i {
	margin-right: 4px;
}

a.QRHContent h3 {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 11px rgba(0, 174, 255, 0.8);
	text-align: center;
}

a.QRHContent .rightImg {
	width: 35%;
	display: inline-block;
	height: 69%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-top: 0;
	background-color: #fff;
}

.layui-carousel,
.layui-carousel>[carousel-item]>* {
	background-color: transparent !important;
}

.layui-carousel>[carousel-item]:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	line-height: 20px;
	margin: -10px 0 0 -50px;
	text-align: center;
	color: transparent;
	font-family: layui-icon !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.MapNewXQSJHDcON {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 163px;
}

.MapNewXQSJList li a {
	font-size: 0;
	color: #d9f8ff;
	display: block;
	width: 100%;
}

.MapNewXQSJList li a .leftImg {
	width: 40%;
	height: 68px;
	background-size: cover;
	background-position: center;
	display: inline-block;
}

.MapNewXQSJList li a .rightWord {
	width: 59%;
	height: 100px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	padding-left: 1%;
	color: #91c5ff;
	font-size: 14px
}

.MapNewXQSJList li {
	font-size: 14px;
	color: #d9f8ff;
	display: block;
	padding: 10px 0;
	height: 69px;
	padding-bottom: 0;
}

.MapNewCgItemCon .ItemMapNew {
	height: 201px;
}

.CGNbtnmore {
	display: block;
	margin: 0 auto;
	padding: 4px;
	width: 30%;
	font-size: 14px;
	border: 1px solid #5ea7ff;
	background-color: rgba(66, 121, 184, 0.5);
	color: #d9f8ff;
	border-radius: 20px;
	text-align: center;
	margin-top: -6px;
	letter-spacing: 2px;
}

.CGNbtnmore>* {
	vertical-align: middle;
}

.CGNbtnmore span {
	margin-right: 5px;
}

.CGNbtnmore:hover {
	color: #d9f8ff;
	background-color: rgba(66, 121, 184, 1);
}

.layui-carousel-ind ul {
	display: none !important;
}

.item-view-cc.item-view-ccaddd .item-list .item-list-box img {
	position: absolute;
	top: 6%;
	left: 0;
	width: 45%;
	height: auto;
	left: 50%;
	margin-left: -80.5px;
}

.item-view-cc.item-view-ccaddd .item-list .item-list-box .blank {
	padding-top: 47%;
}

.item-view-cc.item-view-ccaddd .item-list .item-list-box .cc-box {
	top: 28%;
}

.item-view-cc.item-view-ccaddd .item-list .item-list-box .title1 {
	font-size: 15px;
}

.item-view-cc.item-view-ccaddd .item-list .item-list-box .num {
	font-size: 26px !important;
}



.section-gjxhz .HJNav {
	font-size: 0;
}

.section-gjxhz .HJNav ul {
	font-size: 0;
	border: 1px solid #3a88cb;
	border-bottom: 0;
}

.section-gjxhz .HJNav ul li {
    display: inline-block;
    background-color: #3a88cb;
    width: 20%;
    line-height: 45px;
    margin-left: 0;
    border-radius: 0;
    overflow: hidden;
}

.section-gjxhz .HJNav ul li:first-child {
	margin-left: 0%;
}

.section-gjxhz .HJNav ul li a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}

.section-gjxhz .HJNav ul li a i {
	font-size: 28px;
}

.section-gjxhz .HJNav ul li.select {
	background-color: #eff0f5;
}

.section-gjxhz .HJNav ul li.select a {
	color: #000000;
}

.section-gjxhz .GJCon {
	border: 1px solid #3a88cb;
    border-top: 0;
}

.section-gjxhz .GJCon .GJConNav,
.section-gjxhz .GJCon .Item1 .ZCNavCon {
	font-size: 0;
	padding: 20px 0;
	text-align: center;
}
.section-gjxhz .GJCon .Item{
	background-color: rgb(239, 240, 245);
    display: block;
}

.section-gjxhz .GJCon .GJConNav a,
.section-gjxhz .GJCon .Item1 .ZCNavCon a {
	display: inline-block;
	margin: 0 68px;
	position: relative;
}

.section-gjxhz .GJCon .GJConNav a i,
.section-gjxhz .GJCon .Item1 .ZCNavCon a i {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABPCAYAAAC9FghPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABVNJREFUeNrsXG2IlGUUvWNSGxQE2Y+F2Ag224+0FsJExVYo0AqsyCjrhyYWZBCVlODHj1IKMv9U0gcVVBRktAV9LH25sLC7lLhJq64pYlMklUJBsLosbucw52Fm3l33c+Z935m9Fw77a2fmPe9zz7334d6b6cwOWMI2C1gDPA28CbwMDCb9g5K0hcA+4C3gWmAn0Assn4mkXAl8AHQBLUBWJ+UI0AR8BXwO1M8EUi4GNgOHgfuBM8B2oAF4EZgPbAT+AW4HDur0XFKtpNylh9yuh/xYZGwFgrBRS16SK70NzAaeAn4BHorr98bxJXSHvcAnwNXSjGXAKrnNaPYXsA64EegGaqU73dKhiiXlcuBV4ADQCpwCNgALgI4JfgYJXAysBn7X/1KH3hNRFUMKj/yjQL/+msi5BtgNDE3y84aBD4FGYId06EG5FPXporSTwhOxXyTMAb4Drgcek3hOx/4Dtsgd26RL1Kc+6VXqSLlKmkHtmAccA+4GbgEOlZj4E/rsZRLuen331yIscVLC2zqstxXe5ny9zXIadekG6dRp4FbpFzPiy5IgJaM846D8ukbJ2Fz5fVy1w5B0qkF/Ta56VHp2QVykMAPtFAl1StMXAQ8AJxPKkENka9EJmiNd+1E6VzZSrlCusE9h8qRyiZuAHkuH9UlrqDm/iiTq3Ed6gSUj5cJIVjmkrLNRWec5S5+16fdtkc6tUorwrEqNaZHCavUn1R8Ur3agWfXJv5ZuG5C+NSvPqVFJ0S89zEyWFIa5L1StNqp6XSEcs8qyrDLiJcqQ66SHe+Ve45JyqU4Fo8ptSrg2KsS2W2Vbl2op6uDfwM3Sx9clzCNImSW9OCL9mC29aJB+DFp12Dk911w9F/XxYYXwJ/XclunMDlynqLJA/9ijGN9r1W+Uhl2Wv+lj9r2OJ+QOEfKHfG/RDCHElImv0IXWcZUJKws15V2p9LDNPPvScpfmsV0yVZw5KU6Kk+KkOClOipPipDgpToqT4qQ4KU6Km5PipDgpToqT4qQ4KU6Kk+KkOClOipPipLg5KU6Kk+KkOClOipOSelI4gjZme3YVG1tG1xaSwqFotoiGAerztmdXodXr+dluz4Zj9u1/RlI4DhLas/+0Mdqzq8gK2+3ZQxva7Tnv2BPcJ7Rnh7bzwvbsJ0zt2VUiF6O124e29MHRhDY6oMBxFrZpH7CElzKUwDjkzWFvttxzpjk6wDBu9AmjLJzk4ChLWMrwqSW0lGEaRgLeFwlst//NikddJh2SSUTh0NNK+eELFvNShikYh5449MmJNs43csh7h17wmO32E8lTwlKGMB5HP3xGX7Y2pSGc48A/W37ZRHR8rmTJW3SQslYkdVkMSxkmaDwF31hueLveRg5ali2jjY7cLhQx71gZlzKMYwwIryggcGo+OpIbS5o/bMXD2Wctt1eJLrXJchOqcVhYNnFUJNB2y1WmsmyiJLVPGOOfZ/mlDM9LjO8sMyGtwA+WXzbRoZOxQScl8YIwLHzgvoFD8uc2Ra+mEpPBadE9BeXICcsvhOhLY5X8rRWvBlkuP99l01zKYLkh6+dUn9xjI1eHpPrqYMiKl8iYSgX6/SNT+M6wbKJfJNQoz2iyMi2bKOd9SnTdEP3+NUWv1gl+RogeYdlErzLR1cpMK/aSKSymutdy0+R80O8LHnQ0I4FviMClVry4qivOS6Zy2x5V4duUcgeX2Gb5pQxhhRldbb3ll02EFWexLJvIJLQ7sk71033SjKySrzUF0apdWtQf94/LJLxQs1WRqSUS3h+33KxwYpcuSVqHdIJR6biq8eYkCaH9L8AAmJc/OmC3GFgAAAAASUVORK5CYII=');
	background-position: center;
	background-size: 100% 100%;
	width: 80px;
	height: 90px;
	line-height: 90px;
	display: block;
	margin: 0 auto;
	font-size: 25px;
	color: #0066cc;
	margin-bottom: 5px;
}

.section-gjxhz .GJCon .GJConNav a p,
.section-gjxhz .GJCon .Item1 .ZCNavCon a p {
	font-size: 16px;
	color: #3a88cb;
}

.section-gjxhz .GJCon .GJConNav a.line:before,
.section-gjxhz .GJCon .Item1 .ZCNavCon a.line:before {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background-color: #3a88cb;
	position: absolute;
	top: 50%;
	left: 110%;
	margin-top: -10px;
}

.section-gjxhz .GJCon .GJConNav a.line1:before {
	content: "";
	display: block;
	width: 170px;
	height: 2px;
	background-color: #3a88cb;
	position: absolute;
	top: 50%;
	left: 110%;
	margin-top: -10px;
}

.section-gjxhz .GJCon .GJConNav a .iconSanJiao,
.section-gjxhz .GJCon .Item1 .ZCNavCon a .iconSanJiao {
	position: absolute;
	top: 106%;
	left: 50%;
	width: 24px;
	margin-left: -14px;
	display: none;
}

.section-gjxhz .GJCon .GJConNav a:hover p,
.section-gjxhz .GJCon .GJConNav a.select p,
.section-gjxhz .GJCon .Item1 .ZCNavCon a:hover p,
.section-gjxhz .GJCon .Item1 .ZCNavCon a.select p {
	color: #3a88cb;
}

.section-gjxhz .GJCon .GJConNav a:hover i,
.section-gjxhz .GJCon .GJConNav a.select i,
.section-gjxhz .GJCon .Item1 .ZCNavCon a:hover i,
.section-gjxhz .GJCon .Item1 .ZCNavCon a.select i {
	color: #ffffff;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABPCAYAAAC9FghPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABrtJREFUeNrsnFmIHFUUhm9Vb+PEBSMx4kpAMXlRVAxuQUTjQ8REozGuCG4PRoQgiCCKPriAK4q7ogZN1LhF45JoMNGI0TgajCjuCkqiKCazZbqrF//T9d+ZM9fq2XuWnnvgpzud6aqur875762izg1OuHOzqWOEUIWvohQl78tQB3Q4dAM0F9oC3QrJj2rm38rflfhqZdTriEe6TtsNlDSQDBRBeegA6FroGmh/fk8+Ow5aBj0C/czv5KAiFRBIWC84YZ1hpAg+y4Nr5WeLodeg2xUQG/tAS6E3oauhPaGd3F6W27PZpvc3LqG4INLqLEu0QadAz0LPQUf1sz0pqweg5dB8qJNZlnPguIDGHIouD7dMsvQT8Y2DocegVdDCQe7jVGaVgDwS2sXPM1Ra7TtQr2MCpVap5AhDMmNvesY70JXQHsP4nedDb0E3Qfty+yWVNemEkgpGC0qQkCHWN3L0DYGyCHoBuo+ZMhIhfnMj9Cp0OTSF+7P7zqhyCtXvrRsUTT+lMsOWiny+Azoeehp6ETqpTqOblNGT9Jt5zJrIAWM16IwJh5AZrpFKFKD9oLs5aiw2oxOnQ69Aj9OY88zSrPKblOM5wXChBI556SE25BnaHboUWgNdxxQfzWhiKa3lUO76TWaww3jYD7Cghm908KwsgJ6HHoVmmLGNadBt0MvQBYTQllBS4VCgJGWG9o2drOmnoNeh08z4imPoNeJpJ/P3GgUnqaQSodQaUTKOb8jZuIVD4yVmfMcZPGkyATwI6uqjpHoBCvuZmocqBS8kjJtpqhMh9oKWcJ60hH7XymN1Z8XdHDQUPaI0cYjrZHk8w3KZaSZmHALdA63gjDpPX2xScLqzJXTmHDY7hOah0BMcYuebxog5HMKX82rcZo31zCqLUE3NDa8r5Kr0eqbcZaTZaCGz7Tegu6DprIjuSwYLpY0Zch4vvu6ADjSNHVM5rxE4VzAZqhxCjionslTkSvRYM7liFm9oybGfKRkjWXIO9DCdejLHXN6mWCqZMtsD6TVvmxPSZHz0RLs1Wh8qWzyU/0dq2PczGzACD8VDGTgUHz5TBjZZ8eGheCgeiofioXgoHoqH4qF4KB6Kh+Kh+PBQPBQPxUPxUDwUD8VD8VA8FA+lYaFUPAafKR7KEKJin7j20RPVh4v/9L7SK7bL826roXboKjNxGxJGIraZ+AHr1QJFWuXfg74y8WPo0u01fRLBaGViSGfsb9X6IRRpZZXnaaXt7UMTt38smAR+I8mwEmoxPS097QJFns2Xp5lkFQppkvwRuh/aaOIG6dkNCGMrYXxi4na6ZnKQLpa8QOmi0QZ8beL7z6HvTdwjI2U1owFgbDdxl8q70D+shBwZWFWh2F5eUYnllCMcKSlpgtrEkpK+vKkTEIYc7Fr6xq88thSzo4sMumWh2EVbLJSIr1lu4F/oIfrNWSbuGp8oDxCuN3Fb7hfKN/KEUVAwIv67YI227GRKUWWMbZffDfoa+gnaAF0MHTGOYcjvlJ7Bj+gbTTy+zgQYWkULxV4YJmVLpMDYDX8KfWvipstzTbxCzniJv1jyb0N/87McTTQpMyKVBHJs1SYod72jEv+wpN5HTknlSHwlz4Q0Us3n0D5m1yw00BXMEjtgFJxyKdSA0c0grUy2orLFZk6xBhSdOXKZ8CDhLDRj09EuQ6t0kX7G359zDLSgXiPHIsrKPsp28qave/R/6nKyXyw6gKzviL7kHOcD+s2sUYDxu4nXWtjAwcAuPdDeBwxdBRqIVa9en4rzXmeN/XKk0q2odmZLqsCM2coRSkaqenS77+DUfBV9wy4PoofYpFIpOUAqzvEaF4r7n0FCWaXURjNOSRVYTnbVjGWcFZ9Nv8mMEBCZb7wEfcP9VRKyIj8AGOVadwfS/RiX4YYqzlym5AzfuqQKqqR+ge5lei/i7Hio0cLZ6MccSZr7yIyCO6K4vtHX7ZL0ABzdek2gAJWd4dsFZN83sfxa6DcCR1bhOWyQl/Sy7Mc6Ts2zVIczE40UjEh5YDmhVPq+yzSI4c6ozAmcsionDOFFx292MfU3c5QSz5nWxz7loNewVP4wPYtTuMNr3snSkqm9rOKAZuGDaap0/caoskqpbEmrTMmqIdz6TTtvUazn/GZewr3idRxit/B7accv8o6JRmr/7ohSrnFyRwSKC6jswHEzppjgOQV1PfWdiddUeB+6CDoa+sHEK1ZsJLwpCSDyCXOnKMFAK0O9zTqc9lt3fmNqGHKRae9ePtiVODbxFsVMXsFuU5f0nQlQoqSpueN/xgzjvvN/AgwA1lBwkvML3TAAAAAASUVORK5CYII=');
}

.section-gjxhz .GJCon .GJConNav a:hover .iconSanJiao,
.section-gjxhz .GJCon .GJConNav a.select .iconSanJiao,
.section-gjxhz .GJCon .Item1 .ZCNavCon a:hover .iconSanJiao,
.section-gjxhz .GJCon .Item1 .ZCNavCon a.select .iconSanJiao {
	display: block;
}

.section-gjxhz .GJCon .GJConNav .zcItem,
.section-gjxhz .GJCon .ZCNavContent .zcItem {
	background-color: #eff0f5;
	padding: 20px;
	border-radius: 5px;
}

.fr {
	float: right;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul {
	font-size: 0;
	min-height: 272px;
	
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li {
	display: inline-block;
	width: 48%;
	font-size: 12px;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 8px;
	margin-left: 0.8%;
	margin-bottom: 0.8%;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li:first-child+li+li+li+li,
.section-gjxhz .GJCon .ZCNavContent .zcItem ul li:first-child+li+li,
.section-gjxhz .GJCon .ZCNavContent .zcItem ul li:first-child {
	margin-left: 0%;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li a.info {
	display: block;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li h2 i {
	color: #005baa;
	margin-right: 5px;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li p {
	font-size: 14px;
	color: #666666;
	line-height: 170%;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li p.p1 {
	margin-bottom: 8px;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li p.p2 {
	display: inline-block;
	margin-right: 0;
	width: 49%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li p.p2:first-child+p.p2 {
	float: right;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li p.p2 i {
	color: #000000;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: bottom;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li p.p2 span {}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li .btn {
	text-align: right;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li .btn a {
	display: inline-block;
	padding: 8px 14px;
	text-align: center;
	font-size: 14px;
	background-color: #006f91;
	color: #ffffff;
	border-radius: 8px;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li .btn a.disabled {
	background-color: #5c5c5c;
}

.section-gjxhz .GJCon .ZCNavContent .zcItem ul li a:hover h2 {
	color: #005baa;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem {
	background-color: #eff0f5;
	padding: 20px;
	border-radius: 8px;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem .ActiveTypeNav {
	text-align: center;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem .ActiveTypeNav a {
	display: inline-block;
	text-align: center;
	padding: 8px 20px;
	background-color: #ffffff;
	border-radius: 18px;
	color: #999999;
	font-size: 16px;
	margin: 0 60px;
	position: relative;
	margin-bottom: 20px;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem .ActiveTypeNav a.select {
	background-color: #005baa;
	color: #ffffff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.fl {
	float: left;
}

.fr {
	float: right !important;
	margin-right: 0px !important;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem .ActiveTypeNav a.select::after {
	content: "";
	display: block;
	position: absolute;
	top: 70%;
	left: 50%;
	width: 24px;
	margin-left: -12px;
	height: 24px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAXCAYAAACBMvbiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOS0xMC0yNFQxMTowNzozNiswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTktMTAtMjRUMTE6MDk6NTkrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMTAtMjRUMTE6MDk6NTkrMDg6MDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N2VhZmYwZDMtMjc3Ni0wMjQ4LTk2NzAtYjIwMDIyOGVmMzUyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQyMzA4RTU1NzE2QzExRTk5NkQ0ODQ5QTI5NTZEQzQ2IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NDIzMDhFNTU3MTZDMTFFOTk2RDQ4NDlBMjk1NkRDNDYiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MjMwOEU1MjcxNkMxMUU5OTZENDg0OUEyOTU2REM0NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MjMwOEU1MzcxNkMxMUU5OTZENDg0OUEyOTU2REM0NiIvPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3ZWFmZjBkMy0yNzc2LTAyNDgtOTY3MC1iMjAwMjI4ZWYzNTIiIHN0RXZ0OndoZW49IjIwMTktMTAtMjRUMTE6MDk6NTkrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ByOTnAAABWUlEQVRIicXWvStFYRwH8I+bwR/oLa+lxEAUA2UwKRPFQsliMpgoBgaKwaBsFJFBSopBusU1nGfQ6d573u51f9Pp93vO9/kMz+k5bfp3tzCi9bVdwiSuWwy5xkQJn+jCR4sgH+jGZyk0bjHaIswobqD0p7mLtX+GrId9xTEwi8t/glxi5m8jjimLzs9bkyFvonNSroeBRwyh0iRIBcN4iA+qYeAAy03CLGO/2qAWBhZw2mDIWcitWvUw3+jFS4MgL+gJuZkx8Iy+egEp6xv9Ia9mJWHgBIsFMYs4TlqUBgNLOMwJOQrvJ1ZazA8G8ZQR8oSB8H7DMPAqOoDlpIWhyqIP4DXtBlkwcIG5lGvncZ4lPCsGVrGXsGYPK1mD82Aqoj/Duxrz+zDPfJ3kwcC76EL9ivW/0BnmmSsvBq4wFetNh36uKoKBTeyE5x1sFAlrL4iBMXRgvGjQL0u8SdUU/fjtAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem .Itemtype {
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList {
	font-size: 0;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li {
	font-size: 14px;
	padding: 18px;
	padding-bottom: 0;
	border-top: 1px solid #e8e8e8;
	/* box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2); */
	margin-bottom: 20px;
	transition: all 0.5s;
	position: relative;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li:first-child {
	border-top: none;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li a .leftImg {
	float: left;
	width: 25%;
	height: 160px;
	overflow: hidden;
	margin-right: 10px;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li a .leftImg img {
	width: 100%;
	transition: all 0.5s;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li a .rightword h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 0.5s;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li a .rightword p {
	font-size: 14px;
	line-height: 1.8;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li a .rightword p i {
	font-size: 22px;
	margin-right: 5px;
	vertical-align: middle;
	color: #373c64;
	font-weight: normal;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li:hover {
	/* box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2); */
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li a:hover .leftImg img {
	transform: scale(1.12);
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li a:hover h1 {
	color: #373c64;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li a .rightword p span {
	margin-right: 10px;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li a .rightword p.p1 {
	text-indent: 2em;
	margin-bottom: 10px;
	height: 75px;
	overflow: hidden;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li .btnCon a {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 16px;
	border: 2px solid #005baa;
	color: #005baa;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li .btnCon a:hover {
	background-color: #005baa;
	color: #ffffff;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li .btnCon a i {
	vertical-align: middle;
	font-size: 18px;
	margin-right: 5px;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li .btnCon {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li .btnCon a.disble {
	border: 2px solid #999999;
	color: #ffffff;
	background-color: #999999;
}

.section-gjxhz .GJCon .ActiveNavContent .ActiveItem ul.ActiveList li .btnCon a.disble:hover {
	border: 2px solid #999999;
	background-color: #999999;
	color: #ffffff;
}

.section-gjxhz .GJCon .ProjectItem {
	background-color: #eff0f5;
	padding: 20px;
	border-radius: 5px;
	/* margin-top: 20px; */
}
.LeiBitList ul li{
	border: 1px solid #ccc;
	display: inline-block;
	float: left;
	width: 24%;
	padding: 0;
	margin: 0%;
	margin-bottom: 15px;
	margin-right: 1.111111%;
	transition: all 0.5s;
	border-radius: 5px;
	background-image: url("/Web/template/img/addbg01.png");
	background-size: cover;
	background-position: center;
}
.LeiBitList ul li:nth-child(4n){
	float: right;
	margin-right: 0px;
}
.LeiBitList ul li a{
	font-size:16px;
	display: block;
	padding: 15px 5px;
	color:#ffffff;
	/* font-weight: bold; */
}
.LeiBitList ul li a img{
	margin:0 5px;
	width:28px;
}
.LeiBitList ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 5px 5px rgba(0,0,0,0.08);
}
.section-gjxhz .GJCon ul.ProjectList {
	font-size: 0px;
}

.section-gjxhz .GJCon ul.ProjectList li {
	padding: 10px;
	border-radius: 5px;
	display: inline-block;
	width: 23%;
	margin-left: 0.63%;
	margin-bottom: 0.63%;
	background-color: #ffffff;
	transition: all 0.5s;
}

.section-gjxhz .GJCon ul.ProjectList li:hover {
	transform: translateY(-5px);
}

.section-gjxhz .GJCon ul.ProjectList li:first-child,
.section-gjxhz .GJCon ul.ProjectList li:first-child+li+li+li+li,
.section-gjxhz .GJCon ul.ProjectList li:first-child+li+li+li+li+li+li+li+li {
	margin-left: 0%;
}

.section-gjxhz .GJCon ul.ProjectList li .list-Img {
	width: 30%;
    height: 108px;
    line-height: 108px;
	float: left;
	background-color: #e8e8e8;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 10px;
}

.section-gjxhz .GJCon ul.ProjectList li .list-Img img {
	display: inline-block;
	width: 100%;
}

.section-gjxhz .GJCon ul.ProjectList li .list-Info {
	overflow: hidden;
}

.section-gjxhz .GJCon ul.ProjectList li .list-Info h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.section-gjxhz .GJCon ul.ProjectList li .list-Info p.p1 {
	margin-bottom: 5px;
}

.section-gjxhz .GJCon ul.ProjectList li .list-Info p {
	font-size: 14px;
	color: #666;
	line-height: 170%;
}

.section-gjxhz .GJCon ul.ProjectList li a:hover h2 {
	color: #005baa;
}

.section-gjxhz .GJCon ul.ProjectList li .ShowBtn {
	padding-top: 10px;
	text-align: center;
}

.section-gjxhz .GJCon ul.ProjectList li .ShowBtn>a {
	width: auto;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	padding: 6px 2px;
	display: inline-block;
	text-align: center;
}

.section-gjxhz .GJCon ul.ProjectList li .ShowBtn>a>* {
	cursor: pointer;
}

.section-gjxhz .GJCon ul.ProjectList li .ShowBtn>a.btn1 {
	background-color: #ed705f;
	border-bottom: 2px solid #c54837;
}

.section-gjxhz .GJCon ul.ProjectList li .ShowBtn>a.btn2 {
	background-color: #00ac69;
	border-bottom: 2px solid #007b46;
	margin: 0 1%;
}

.section-gjxhz .GJCon ul.ProjectList li .ShowBtn>a.btn3 {
	background-color: #00b9ef;
	border-bottom: 2px solid #006f91;
}

.section-gjxhz .GJCon .btnMore {
	text-align: center;
}

.section-gjxhz .GJCon .btnMore a {
	display: inline-block;
	padding: 6px 20px;
	border: 1px solid #005baa;
	color: #005baa;
	border-radius: 16px;
	font-size: 16px;
	transition: all 0.5s;
	margin: 0 10px;
}

.section-gjxhz .GJCon .btnMore a:hover {
	background-color: #005baa;
	color: #ffffff;
}

.section-gjxhz .GJCon .zcItem .btnMore {
	padding-top: 10px;
}

.personnelItem {
	padding-top: 20px;
}

.section-gjxhz .GJCon .rcfwItem {
	background-color: #eff0f5;
	padding: 20px;
	border-radius: 5px;
}

.section-gjxhz .GJCon ul.ProjectList.caseList li {
	width: 48% ;
	margin-left: 0.8%;
	margin-bottom: 0.8%;
}

.section-gjxhz .GJCon ul.ProjectList.caseList li:first-child,
.section-gjxhz .GJCon ul.ProjectList.caseList li:first-child+li+li+li+li,
.section-gjxhz .GJCon ul.ProjectList.caseList li:first-child+li+li+li+li+li+li+li+li{
	margin-left:0.8%;
}
.section-gjxhz .GJCon ul.ProjectList.caseList li:first-child+li+li+li+li+li+li,
.section-gjxhz .GJCon ul.ProjectList.caseList li:first-child+li+li+li+li,
.section-gjxhz .GJCon ul.ProjectList.caseList li:first-child+li+li,
.section-gjxhz .GJCon ul.ProjectList.caseList li:first-child{
	margin-left:0%;
}

#PagerContainer{
	margin-left:-100px;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	margin-bottom: 10px;
}

#PagerContainer span:nth-child(1){
	color: #c5c3cc;
	margin-right: 5px;
}
#PagerContainer .current1{
	color: #c5c3cc;
	margin-right: 5px;
}

#PagerContainer .pre{
	padding: 4px 8px;
	margin-right: 8px;
	border: 1px solid #eaeaea;
	user-select: none;
	border-radius: 2px;
	margin: 0 10px;
}
#PagerContainer .current{
	cursor: default;
	color: #fff;
	border-color: #f67605;
	background-color: #f67605;
	width: 38px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #eaeaea;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	user-select: none;
	border-radius: 2px;
	margin: 0 2px
}
#PagerContainer .skip_span{
	color: #c5c3cc;
	margin-right: 5px;
}
#PagerContainer .skip_select {
	font-size: 16px;
	height: 24px;
	width: 50px;
}













#PagerContainer2{
	margin-left:-100px;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	margin-bottom: 10px;
}

#PagerContainer2 span:nth-child(1){
	color: #c5c3cc;
	margin-right: 5px;
}
#PagerContainer2 .current1{
	color: #c5c3cc;
	margin-right: 5px;
}

#PagerContainer2 .pre{
	padding: 4px 8px;
	margin-right: 8px;
	border: 1px solid #eaeaea;
	user-select: none;
	border-radius: 2px;
	margin: 0 10px;
}
#PagerContainer2 .current{
	cursor: default;
	color: #fff;
	border-color: #f67605;
	background-color: #f67605;
	width: 38px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #eaeaea;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	user-select: none;
	border-radius: 2px;
	margin: 0 2px
}
#PagerContainer2 .skip_span{
	color: #c5c3cc;
	margin-right: 5px;
}
#PagerContainer2 .skip_select {
	font-size: 16px;
	height: 24px;
	width: 50px;
}