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;
}

.section1-1 {
	width: auto;
}

.slider-item {
	display: none;
}

.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(img/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(img/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: 16px;
	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;
}


/*se2*/

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

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

.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;
}

.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: #00ac69;
	border-bottom: 2px solid #007b46;
	margin: 0 1%;
}

.btn-group .btn3 {
	background-color: #00b9ef;
	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: 45.5%;
	width: 45%\9;
	background-color: #fff;
	margin-right: 1%;
	padding: 16px 2%;
	min-height: 118px;
	margin-bottom: 10px;
	margin-left: 0.5%\9;
	margin-right: 0.5%\9;
}

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

.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: 690px;
	margin: 0 auto;
	font-size: 0;
}

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

.contact_item div {
	*display: inline;
}

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

.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%;
    max-height: 145px;
    overflow: hidden;
	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(img/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: 334px;
	/* 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: 50px;
	height: 50px;
}

.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: 12px;
	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: 12px;
	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: 10px 14px;
	font-size: 1.2em;
}

.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: 16px;
}

.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: 1.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(img/spot_line.png) repeat-y left top
}

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

.point-list .date {
	display: block;
}

.point-list a {
	color: #808080;
	width: 90%;
    display: block;
}

.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: 24px;
	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(img/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: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
}

.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;
}