@charset "utf-8";
/* ccsoa-css Document */

/* ===============全局样式=============== */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
a:active, a:hover {
	outline: 0
}
img {
	border: none
}
li {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
h4, h5, h6 {
	font-size: 100%
}
button, input, optgroup, option, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}
body {
	line-height: 24px;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif
}
hr {
	height: 1px;
	margin: 10px 0;
	border: 0;
	clear: both
}
a {
	color: #333;
	text-decoration: none
}
a:hover {
	color: #777
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.bg-black {
	background: #000 !important;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.clean {
	clear: both;
}
.one-row {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.two-row {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.three-row {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hidden {
	display: none !important;
}
/* ===============================================================业务系统=============== */
.gray-body {
	background: #f2f2f2 !important;
            min-height: 100vh;
}
.bus-userbar-box {
	width: 100%;
	height: 30px;
}
.bus-userbar {
	width: 1200px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}
.bus-userbar icon {
	font-size: 18px !important;
	color: #FFF !important;
}
.bus-userbar ul {
	float: right;
}
.bus-userbar ul li {
	float: right;
	line-height: 30px;
	padding: 0 10px;
}
.bus-userbar ul li a {
	color: #d7d7d7;
	font-size: 14px;
	line-height: 30px;
}
.bus-userbar ul li a:hover {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.bus-topbar-box {
	width: 100%;
	height: 70px;
	background: #25a79f;
}
.bus-topbar {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.bus-head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.bus-logo {
	width: 344px;
	height: 60px;
	padding: 5px 0;
	float: left;
}
/* ===============================================================导航=== */
.nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 70px;
	display: block;
}
.navbar_nav li {
	float: left;
	position: relative;
	display: block;
}
.navbar_nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #ffdb11;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.navbar_nav li:hover:after {
	width: 100%;
}
.navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
}
.navbar_nav li:hover a {
	color: #fef1ce;
}
.navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}
.navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
	left: -10%;
}
.navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}
.navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #25a79f;
}
.busmain {
	width: 1200px;
	margin: 0 auto;
	padding-top: 90px;
	position: relative;
}
/* ===============================================================左侧菜单栏=== */
.s-side {
	width: 200px;
	background-color: #fff;
	float: left;
}
.s-side-title {
	font-size: 16px;
	background: #e1f2f1;
	color: #25a79f;
	text-align: center;
	height: 140px;
}
.s-side-title h4 {
	font-size: 18px;
	color: #25a79f;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding-top: 15px;
}
.s-side-title span {
	font-size: 14px;
	color: #333;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: block;
	padding-bottom: 10px;
}
.s-side-title a {
	font-size: 14px;
	color: #25a79f;
	text-align: center;
	height: 22px;
	width: 70px;
	line-height: 22px;
	display: block;
	border: 1px solid #25a79f;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto;
}
.s-side .s-firstItem i {
	font-size: 20px;
}
.s-side .s-firstItem span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
	text-shadow: 0px 0px 5px #EEEEEE;
	white-space: 10px;
}
.s-side .first {
	line-height: 40px;
	background: #fff;
	margin-top: 1px;
}
.s-side .d-firstNav {
	color: #25a79f;
	font-size: 14px;
	padding-left: 10px;
	position: relative;
}
.s-side .d-firstNav span {
	display: inline-block;
	margin-left: 25px;
}
.s-side .d-firstNav i.fr {
	font-size: 16px;
}
.s-side .s-secondNav, .s-side .s-secondItem {
	height: 40px;
	background: #f0f9f8;
	border-top: 1px solid #FFF;
}
.s-side .s-secondItem a {
	font-size: 14px;
	display: block;
	padding-left: 50px;
	color: #000;
}
.s-side .s-secondItem a:hover {
	font-size: 14px;
	display: block;
	padding-left: 50px;
	color: #fff;
	background: #6eb5ad
}
.s-secondNav:hover, .d-firstNav:hover {
	background-color: #25a79f;
	cursor: pointer;
	color: #FFF;
}
.s-side .d-secondDrop {
	margin-left: 100px;
	margin-top: 10px;
}
.iconRotate {
	transform: rotate(90deg);
	transition: transform 0.5s;
}
.s-firstDrop, .s-secondDrop {
	display: none;
}
/* ===============================================================左侧菜单图标=== */
.s-side .d-firstNav .icon-0 {
	width: 16px;
	height: 40px;
	background: url(../images/icon-00.png) no-repeat center;
}
.s-side .d-firstNav:hover .icon-0 {
	width: 16px;
	height: 40px;
	background: url(../images/icon-00-0.png) no-repeat center;
}
.s-side .d-firstNav .icon-1 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	background: url(../images/icon-01.png) no-repeat;
}
.s-side .d-firstNav:hover .icon-1 {
	width: 18px;
	height: 18px;
	background: url(../images/icon-01-1.png) no-repeat;
}
.s-side .d-firstNav .icon-2 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	background: url(../images/icon-02.png) no-repeat;
}
.s-side .d-firstNav:hover .icon-2 {
	width: 18px;
	height: 18px;
	background: url(../images/icon-02-1.png) no-repeat;
}
.s-side .d-firstNav .icon-3 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	background: url(../images/icon-03.png) no-repeat;
}
.s-side .d-firstNav:hover .icon-3 {
	width: 18px;
	height: 18px;
	background: url(../images/icon-03-1.png) no-repeat;
}
.s-side .d-firstNav .icon-4 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	background: url(../images/icon-04.png) no-repeat;
}
.s-side .d-firstNav:hover .icon-4 {
	width: 18px;
	height: 18px;
	background: url(../images/icon-04-1.png) no-repeat;
}
.s-side .d-firstNav .icon-5 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	background: url(../images/icon-05.png) no-repeat;
}
.s-side .d-firstNav:hover .icon-5 {
	width: 18px;
	height: 18px;
	background: url(../images/icon-05-1.png) no-repeat;
}
.s-side .d-firstNav .icon-6 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	background: url(../images/icon-06.png) no-repeat;
}
.s-side .d-firstNav:hover .icon-6 {
	width: 18px;
	height: 18px;
	background: url(../images/icon-06-1.png) no-repeat;
}
.s-side .d-firstNav .icon-7 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	background: url(../images/icon-07.png) no-repeat;
}
.s-side .d-firstNav:hover .icon-7 {
	width: 18px;
	height: 18px;
	background: url(../images/icon-07-1.png) no-repeat;
}
.s-side .d-firstNav .icon-8 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	background: url(../images/icon-08.png) no-repeat;
}
.s-side .d-firstNav:hover .icon-8 {
	width: 18px;
	height: 18px;
	background: url(../images/icon-08-1.png) no-repeat;
}
.s-side .d-firstNav .icon-9 {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 11px;
	background: url(../images/icon-09.png) no-repeat;
}
.s-side .d-firstNav:hover .icon-9 {
	width: 18px;
	height: 18px;
	background: url(../images/icon-09-1.png) no-repeat;
}
/* ===============================================================右侧布局=== */
.rightbox {
	background: #FFF;
	width: 980px;
	float: right;
	position: relative;
}
.right-top {
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 20px;
	overflow: hidden;
}
.right-top span {
	line-height: 26px;
	display: block;
	font-size: 18px;
	color: #25a79f;
	margin: 12px 5px;
	font-weight: bold;
}
.ccsoa-right-team2 {
	width: 470px;
	float: left;
	padding: 10px 0;
	line-height: 32px;
	position: relative;
	min-height: 32px;
}
.ccsoa-right-team2-width {
	width: 250px;
}
.ccsoa-right-team2-width-add1 {
	width: 140px;
	margin-right: 10px;
}
.ccsoa-right-team2-width-add2 {
	width: 100px;
}
.ccsoa-right-team1 {
	width: 940px;
	float: left;
	padding: 15px 0;
	line-height: 32px;
	position: relative;
	min-height: 32px;
}
.ccsoa-right-team1-width {
	width: 720px;
}
.ccsoa-right-team1-area {
	width: 226px;
	margin-right: 20px;
}
.ccsoa-right-team01-width {
	width: 520px;
}
.ccsoa-form-foot {
	width: 940px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	margin: 0 auto;
}
.ccsoa-form-foot-inbox {
	padding: 40px 30px;
}
.ccsoa-row {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.under-line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #dcdcdc;
	display: block;
}
/* ===============================================================表单样式=== */
.ccsoa-form {
	margin: 0;
	outline: 0;
	color: #666;
	position: relative;
}
.ccsoa-form-inbox {
	padding: 20px;
}
.ccsoa-form .input, .ccsoa-form .select, .ccsoa-form .textarea, .ccsoa-form .radio, .ccsoa-form .checkbox, .ccsoa-form .toggle, .ccsoa-form .button {
	position: relative;
	display: block;
	font-weight: 400
}
.ccsoa-form .input input, .ccsoa-form .select select, .ccsoa-form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 4px 10px 4px 10px;
	line-height: 24px;
	outline: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: normal;
	-webkit-appearance: normal;
}
.ccsoa-form .input input, .ccsoa-form .select select, .ccsoa-form .textarea textarea, .ccsoa-form .radio i, .ccsoa-form .checkbox i, .ccsoa-form .toggle i, .ccsoa-form .icon-append, .ccsoa-form .icon-prepend {
	border-color: #BDBDBD;
	transition: border-color .3s;
	-o-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s
}
.ccsoa-form .input:hover input, .ccsoa-form .select:hover select, .ccsoa-form .textarea:hover textarea, .ccsoa-form .radio:hover i, .ccsoa-form .checkbox:hover i, .ccsoa-form .toggle:hover i {
	border-color: #25a79f;
}
.ccsoa-form .input input:focus, .ccsoa-form .select select:focus, .ccsoa-form .textarea textarea:focus, .ccsoa-form .radio input:focus+i, .ccsoa-form .checkbox input:focus+i, .ccsoa-form .toggle input:focus+i {
	border-color: #25a79f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(37,167,159,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(37,167,159,.6)
}
.file {
	position: absolute;
	left: 0px;
	top: 2px;
	display: none;
	filter: alpha(opacity=0);
}
.ccsoa-form .input-file .button {
	position: absolute;
	top: 5px;
	right: 4px;
	float: none;
	height: 22px;
	margin: 0;
	padding: 0 14px;
	font-size: 12px;
	line-height: 22px;
}
.ccsoa-form .input-file .button:hover {
	box-shadow: none
}
.ccsoa-form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0
}
.ccsoa-form .button {
	background-color: #3f51b5;
	opacity: .8;
	transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
}
.ccsoa-form .button {
	float: right;
	height: 31px;
	overflow: hidden;
	margin: 10px 0 0 5px;
	padding: 0 25px;
	outline: 0;
	border: 0;
	font: 300 15px/31px 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.ccsoa-form .icon-append {
	right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
}
.ccsoa-form .icon-append {
	position: absolute;
	top: 5px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: url(../images/icon-10.png) no-repeat center;
}
.ccsoa-form .inline-group .radio, .ccsoa-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.ccsoa-form .radio, .ccsoa-form .checkbox {
	font-size: 14px;
	line-height: 32px;
	color: #404040;
	cursor: pointer;
	padding-left: 20px;
	margin-right: 30px;
}
.ccsoa-form .fieldError input, .ccsoa-form .fieldError select, .ccsoa-form .fieldError textarea, .ccsoa-form .radio.fieldError i, .ccsoa-form .checkbox.fieldError i, .ccsoa-form .toggle.fieldError i {
	background: #fff0f0;
	border-color: #A90329;
}
label.fieldError {
	color: #A90329;
	line-height: 32px;
	padding-left: 5px;
	position:absolute; top:0; right:-30px;
}
input.fieldError, select.fieldError, textarea.fieldError {
	border-color: #A90329 !important;
	background: #fff0f0 !important;
}
.ccsoa-fujian {
	width: 170px;
	display: block;
	float: left;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
}
.ccsoa-fujian .imgbox {
	width: 170px;
	height: 170px;
	display: block;
	background: #fcfcfc;
	border: 1px solid #f2f2f2;
	line-height: 170px;
	text-align: center;
	color: #e3e3e3;
}
.ccsoa-fujian span {
	width: 170px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.ccsoa-fujian .imgbox:hover {
	border: 1px solid #e3e3e3;
	background: #f0f9f8;
	color: #cfe2ee;
}
.ccsoa-form .radio input {
	position: absolute;
	top: 10px;
	left: 0px;
}
.ccsoa-form-lab {
	width: 170px;
	text-align: right;
	float: left;
	line-height: 32px;
	color: #333;
	font-size: 14px;
}
.ccsoa-form-lab-inline {
	text-align: right;
	float: left;
	line-height: 32px;
	color: #333;
	font-size: 14px;
}
.ccsoa-form-lab i {
	font-style: normal;
	color: #F00;
	font-size: 20px;
	line-height: 10px;
}
.alert {
	margin-bottom: 20px;
	margin-top: 0;
	padding: 5px 15px 5px 34px;
	color: #675100;
	border-left: 5px solid;
	padding: 10px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.alert-heading {
	font-weight: 600
}
.alert-info {
	border-color: #ffb33c;
	color: #999;
	background: #fef8f4;
}
table.gridtable {
	font-size: 14px;
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 100%;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #e5e5e5;
	background-color: #25a79f;
	color: #FFF;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #e5e5e5;
	background-color: #ffffff;
}
/* ===============================================================按钮样式=== */

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	-o-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	-ms-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-xs {
	padding: 1px 10px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	border-radius: 2px !important;
}
.btn-primary {
	color: #fff;
	background-color: #3f51b5;
	border-color: #2c699d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #5C6BC0;
	border-color: #1f496d
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #3276b1;
	border-color: #2c699d
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-image: none
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}
.btn-info {
	color: #fff;
	background-color: #26C6DA;
	border-color: #26C6DA;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #1fb0c2;
	border-color: #1fb0c2
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #3276b1;
	border-color: #2c699d
}
.height200 {
	height: 200px !important;
}
.mr8 {
	margin-right: 8px;
}
.width80 {
	width: 80px;
	margin-right: 10px;
}
.ta-right {
	text-align: right
}
.ta-left {
	text-align: left
}
.ml170 {
	margin-left: 170px;
}
.min-h300 {
	min-height: 300px;
}
.ml170 {
	margin-left: 170px;
}
.color-1 {
	color: #25a79f;
	padding-left: 5px;
	border-left: 3px solid #25a79f;
}
.bor-bottom-1 {
	border-bottom: 1px dashed #25a79f;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.images-vip {
	width: 400px;
	margin: 40px auto 210px auto;
	text-align: center;
}
.images-vip p {
	width: 270px;
	color: #25a79f;
	font-size: 25px;
	line-height: 25px;
	margin: auto
}
.dakuai {
	width: 490px;
	height: 160px;
	margin: 40px auto;
}
.dakuai-top {
	width: 330px;
	height: 80px;
	float: right;
}
.dakuai-top p {
	width: 330px;
	height: 30px;
	line-height: 24px;
	font-size: 24px;
	color: #25a79f;
	margin-top: 45px;
}
.dakuai-bottom {
	width: 330px;
	float: right;
	padding-top: 10px;
}
/* ===============================================================首页=============== */
.topbar-box {
	width: 100%;
	height: 30px;
	background: #f5f5f5;
}
.topbar {
	width: 1200px;
	margin: 0 auto;
	height: 30px;
	overflow: hidden;
}
.topbar-visit {
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}
.topbar-login {
	float: right;
}
.topbar-login ul li {
	float: left;
	font-size: 14px;
	height: 30px;
}
.topbar-login ul li a {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #999;
}
.topbar-dl {
	background: url(../images/icon-13.png) no-repeat left center;
	color: #999;
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	display: block;
	padding-right: 15px;
}
.topbar-dl:hover {
	background: url(../images/icon-13-1.png) no-repeat left center;
	color: #25a79f;
}
.topbar-zc {
	background: url(../images/icon-12.png) no-repeat left center;
	color: #999;
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	display: block;
}
.topbar-zc:hover {
	background: url(../images/icon-12-1.png) no-repeat left center;
	color: #25a79f;
}
.index-navbox {
	width: 100%;
	height: 90px;
	background: #FFF;
}
.index-navinbox {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}
.index-logo {
	width: 480px;
	height: 90px;
	float: left;
	display: block;
}
.index-logo img {
	width: 480px;
	height: 90px;
}
/* =====================================首页导航=============== */
.index_nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 90px;
	display: block;
}
.index_navbar_nav li {
	float: left;
	position: relative;
	display: block;
}
.index_navbar_nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #25a79f;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.index_navbar_nav li:hover:after {
	width: 100%;
}
.index_navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #666;
	font-size: 16px;
}
.index_navbar_nav li:hover a {
	color: #25a79f;
	font-weight: bold
}
.index_navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}
.index_navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	display: block;
}
.index_navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 90px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
	left: -10%;
	z-index: 999;
}
.index_navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.index_navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.index_navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}
.index_navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #25a79f;
}
/* =====================================首页banner=============== */

.fullSlide {
	width: 100%;
	position: relative;
	height: 425px;
	background: #000;
	position: relative;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 425px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 425px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #f00;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 5%;
	background-position: -6px -137px;
}
.banner-nav {
	width: 100%;
	height: 100px;
	background: url(../images/icon-14.png);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.banner-nav-inbox {
	width: 1200px;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
}
.banner-nav1 {
	background: url(../images/icon-15.png) no-repeat;
	width: 300px;
	height: 100px;
	display: block;
	display: block;
	float: left;
}
.banner-nav1:hover {
	background: url(../images/icon-15-1.png) no-repeat;
}
.banner-nav2 {
	background: url(../images/icon-16.png) no-repeat;
	width: 300px;
	height: 100px;
	display: block;
	display: block;
	float: left;
}
.banner-nav2:hover {
	background: url(../images/icon-16-1.png) no-repeat;
}
.banner-nav3 {
	background: url(../images/icon-17.png) no-repeat;
	width: 300px;
	height: 100px;
	display: block;
	display: block;
	float: left;
}
.banner-nav3:hover {
	background: url(../images/icon-17-1.png) no-repeat;
}
.banner-nav4 {
	background: url(../images/icon-18.png) no-repeat;
	width: 300px;
	height: 100px;
	display: block;
	display: block;
	float: left;
}
.banner-nav4:hover {
	background: url(../images/icon-18-1.png) no-repeat;
}
/* ========================================行业动态=============== */

.hydt-line {
	width: 100%;
	height: 500px;
	background: url(../images/bg1.gif) no-repeat left center #f5f4f1;
}
.hydt-line-in {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.hydt-title {
	font-size: 60px;
	font-weight: bold;
	color: #e7e7e7;
	text-align: center;
	display: block;
	position: relative;
	line-height: 70px;
	padding: 20px 0;
	width: 100%;
}
.hydt-title span {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
	position: absolute;
	top: 20px;
	line-height: 70px;
	left: 50%;
	margin-left: -60px;
}
.more1 {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 30px;
	border: 1px solid #666;
	display: block;
	width: 120px;
	text-align: center;
	margin: 15px auto;
}
.more1:hover {
	color: #25a79f;
	border: 1px solid #25a79f;
}
.hot-top {
	background: url(../images/icon-20.png) left center no-repeat;
	padding-left: 25px;
}
.hydt-news {
	width: 670px;
	float: right;
	height: 340px;
	position: relative;
	display: block;
}
.hydt-news ul {
	width: 100%;
	height: 280px;
}
.hydt-news ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.hydt-news ul li a {
	color: #333;
	line-height: 40px;
	font-size: 16px;
	display: block;
	padding-right: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hydt-news ul li span {
	color: #999;
	line-height: 40px;
	font-size: 14px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.hydt-news ul li a:hover {
	color: #25a79f;
}
/* =====================================图片新闻轮播=============== */
.news {
	width: 510px;
	position: relative;
	height: 340px;
	background: #000;
	float: left;
	display: block;
}
.news .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.news .bd ul {
	width: 100% !important;
}
.news .bd li {
	width: 100% !important;
	height: 340px;
	overflow: hidden;
	text-align: center;
}
.news .bd li a {
	display: block;
	height: 340px;
}
/*.news .bd li a:hover{ transition:all 0.6s; transform: scale(1.1); } 放大效果*/
.news .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	background: url(../images/icon-19.png);
	padding-top: 20px;
}
.news .hd ul {
	text-align: center;
}
.news .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 2px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	line-height: 999px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.news .hd ul .on {
	background: #25a79f;
}
/* ====================图片新闻轮播ned=============== */

/* ========================================通知公告*政策法规=============== */
.team2-box {
	width: 100%;
	background: #FFF;
}
.team2-inbox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}
.team2-one {
	width: 600px;
	display: block;
}
.team2-title {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 70px;
	height: 70px;
	display: block;
	font-weight: bold;
	padding-top: 20px;
}
/* ===========政策法规TAB=============== */

.tab {
	width: 600px;
	margin: 0 auto;
}
.tab-title {
	height: 40px;
	font-size: 18px;
	text-align: center;
}
.tab-title .item {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	color: #999;
	font-size: 18px;
}
.tab-title .item-cur {
	color: #25a79f;
}
.tab-cont {
	position: relative;
	width: 600px;
	height: 330px;
}
.tab-cont__wrap {
	position: absolute;
	width: 600px;
}
.tab-cont .item {
	width: 600px;
	height: 330px;
	color: #000;
}
.team-list {
	width: 540px;
	padding: 0 30px;
}
.team-list li {
	width: 100%;
	height: 46px;
	line-height: 46px;
	position: relative;
}
.team-list li a {
	color: #333;
	line-height: 46px;
	font-size: 16px;
	display: block;
	padding-right: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #CCCCCC;
	background: url(../images/icon-21.png) no-repeat left center;
	padding-left: 10px;
}
.team-list li span {
	color: #999;
	line-height: 46px;
	font-size: 14px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.team-list li a:hover {
	color: #25a79f;
	border-bottom: 1px dashed #25a79f
}
.notebox {
	border-right: 1px solid #CCC;
	margin-top: 40px;
}
/* =====================================广告位轮播=============== */
.advert {
	width: 1200px;
	position: relative;
	height: 120px;
	background: #000;
	display: block;
	margin: 0 auto;
}
.advert .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.advert .bd ul {
	width: 100% !important;
}
.advert .bd li {
	width: 100% !important;
	height: 120px;
	overflow: hidden;
	text-align: center;
}
.advert .bd li a {
	display: block;
	height: 120px;
}
.advert .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	background: url(../images/icon-19.png);
	padding-top: 20px;
}
.advert .hd ul {
	text-align: center;
}
.advert .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 2px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	line-height: 999px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.advert .hd ul .on {
	background: #25a79f;
}
/* ====================广告位轮播ned=============== */


/* ========================================综合服务=============== */

.service-line {
	width: 100%;
	height: 600px;
	background: url(../images/bg2.gif) no-repeat center center #f5f4f1;
}
.service-line-in {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.service-title {
	font-size: 60px;
	font-weight: bold;
	color: #f2f2f2;
	text-align: center;
	display: block;
	position: relative;
	line-height: 70px;
	padding: 40px 0 20px 0;
	width: 100%;
}
.service-title span {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
	position: absolute;
	top: 40px;
	line-height: 70px;
	left: 50%;
	margin-left: -60px;
}
.service-jianjie {
	padding: 10px 20px;
	color: #999;
	line-height: 32px;
	font-size: 15px;
	text-indent: 30px;
	display: block;
}
.service-fwbox {
	width: 1200px;
	height: 230px;
	display: block;
	overflow: hidden;
	padding-top: 50px;
}
.service-fw1 {
	width: 364px;
	height: 230px;
	float: left;
	display: block;
	overflow: hidden;
}
.service-fw2 {
	width: 452px;
	height: 230px;
	float: left;
	display: block;
	margin: 0 10px;
	overflow: hidden;
}
.service-fw2-left {
	width: 198px;
	height: 230px;
	float: left;
	display: block;
	margin-right: 10px;
}
.service-fw2-right {
	width: 140px;
	height: 230px;
	float: left;
	display: block;
}
.service-fw1-left {
	width: 94px;
	height: 230px;
	float: left;
	margin-right: 10px;
}
.service-fw1-right {
	width: 260px;
	height: 230px;
	float: left;
}
.service-fw-title1 {
	display: block;
	height: 50px;
	display: block;
	background: #3baeda;
	padding: 10px;
}
.service-fw-title1:hover {
	background: #007aab;
}
.service-fw-name {
	display: block;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
}
.service-fw-en {
	display: block;
	color: #FFF;
	font-size: 8px;
	line-height: 20px;
}
.service-fw-name1 {
	display: block;
	color: #FFF;
	font-size: 16px;
	line-height: 25px;
}
.service-fw-en1 {
	display: block;
	color: #FFF;
	font-size: 8px;
	line-height: 15px;
}
.mt10 {
	margin-top: 10px;
}
.service-fw-title3 {
	display: block;
	height: 50px;
	display: block;
	background: #37bd9c;
	padding: 10px;
}
.service-fw-title3:hover {
	background: #018a68;
}
.service-fw-title2 {
	display: block;
	height: 50px;
	display: block;
	background: #f8a467;
	padding: 10px;
}
.service-fw-title2:hover {
	background: #fe9041;
}
.service-fw-title4 {
	display: block;
	height: 90px;
	display: block;
	background: #f8a467;
	padding: 10px;
}
.service-fw-title4:hover {
	background: #fe9041;
}
/* ========================================活动中心=============== */

.activity-line {
	width: 100%;
	background: #FFF;
}
.activity-line-in {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.activity-top {
	width: 1200px;
	height: 310px;
	display: block;
	overflow: hidden;
}
.activity-top-img {
	width: 500px;
	height: 310px;
	display: block;
	float: left;
	margin-right: 20px;
	overflow: hidden
}
.activity-top-img img:hover {
	transition: all 2s;
	transform: scale(1.3);
}
.activity-top-right {
	width: 680px;
	height: 310px;
	float: left;
}
.activity-top-title {
	height: 30px;
	line-height: 30px;
	color: #333;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 40px;
}
.activity-top-title:hover {
	color: #25a79f
}
.activity-top-lei {
	padding: 5px 20px;
	color: #FFF;
	font-size: 16px;
	background: #25a79f;
	border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.activity-top-neirong {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-indent: 30px;
	padding: 20px 0;
	height: 150px;
	overflow: hidden;
}
.activity-top-neirong:hover {
	color: #25a79f
}
.activity-top-time {
	background: url(../images/icon-22.png) left center no-repeat;
	height: 22px;
	line-height: 22px;
	color: #999999;
	font-size: 14px;
	display: block;
	padding-left: 25px;
}
.activity-list {
	width: 1200px;
	height: 280px;
	display: block;
	padding: 30px 0 20px 0;
}
.activity-list ul {
	width: 1200px;
	height: 280px;
	display: block;
}
.activity-list ul li {
	float: left;
	padding-bottom:20px;
}
.activity-list ul li a {
	width: 208px;
	height: 280px;
	display: block;
	color: #333;
}
.activity-list ul li a:hover {
	color: #25a79f !important
}
.activity-list .tupian {
	width: 208px;
	height: 125px;
	display: block;
	overflow: hidden;
}
.activity-list .tupian img:hover {
	transition: all 2s;
	transform: scale(1.3);
}
.activity-title {
    height: 50px;
    line-height: 25px;
    padding-top:5px;
    font-size: 15px;
    display: block;
}    
.activity-list-title {
	width: 208px;
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.activity-list-next {
	width: 208px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.activity-list-lei {
	color: #25a79f;
	float: left;
	font-size: 14px;
}
.activity-list-time {
	color: #999999;
	float: right;
	font-size: 14px;
}
.activity-list-neirong {
	font-size: 12px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ml40 {
	margin-left: 40px;
}
.pb40 {
	padding-bottom: 40px;
}
/* ========================================项目对接=============== */

.project-line {
	width: 100%;
	height: 670px;
	background: url(../images/bg3.gif) no-repeat center center #dae1eb;
}
.project-line-in {
	width: 1200px;
	margin: 0 auto;
}
.project-title {
	font-size: 60px;
	font-weight: bold;
	color: #d2d9e2;
	text-align: center;
	display: block;
	position: relative;
	line-height: 70px;
	padding: 40px 0 20px 0;
	width: 100%;
}
.project-title span {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
	position: absolute;
	top: 40px;
	line-height: 70px;
	left: 50%;
	margin-left: -60px;
}
/* ===========项目对接TAB=============== */
.project .tab {
	width: 1200px;
	margin: 0 auto;
}
.project .tab-title {
	height: 42px;
	font-size: 18px;
	text-align: center;
}
.project .tab-title .item {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 40px;
	text-align: center;
	color: #333;
	font-size: 20px;
	border: 1px solid #e0eaf3;
}
.project .tab-title .item-cur {
	color: #25a79f;
	border: 1px solid #25a79f;
}
.project .tab-cont {
	position: relative;
	margin-top: 40px;
	width: 1200px;
	height: 360px;
}
.project .tab-cont__wrap {
	position: absolute;
	width: 1200px;
}
.project .tab-cont .item {
	width: 1200px;
	height: 360px;
	color: #000;
}
.project-list {
	width: 1200px;
	height: 360px;
}
.project-list li {
	width: 580px;
	height: 100px;
	float: left;
	padding: 10px;
	display: block;
}
.project-list li a {
	width: 580px;
	height: 100px;
	position: relative;
	display: block;
}
.project-list li:hover {
	background: #FFF;
	transition: all 1s;
	box-shadow: 0px 0px 5px #25a79f;
	-o-box-shadow: 0px 0px 5px #25a79f;
	-ms-box-shadow: 0px 0px 5px #25a79f;
	-moz-box-shadow: 0px 0px 5px #25a79f;
	-webkit-box-shadow: 0px 0px 5px #25a79f;
}
.project-time-box {
	width: 70px;
	height: 70px;
	position: absolute;
	background: #25a79f;
	top: 0;
	left: 0;
}
.project-day {
	background: #FFF;
	height: 40px;
	line-height: 40px;
	color: #25a79f;
	font-size: 18px;
	text-align: center;
	width: 70px;
	display: block;
}
.project-years {
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 70px;
	display: block;
}
.project-right {
	width: 500px;
	height: 100px;
	margin-left: 80px;
	display: block;
}
.project-list-title {
	width: 500px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 18px;
}
.project-list-neirong {
	width: 500px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	height: 60px;
}
/* ========================================人才培训=============== */
.train-line {
	width: 100%;
	background: #FFF;
}
.train-line-in {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.train-box {
	margin: 10px;
	padding: 10px;
	width: 260px;
	float: left;
	background: #fff;
	box-shadow: 0px 0px 5px #888;
	-o-box-shadow: 0px 0px 5px #888;
	-ms-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	display: block;
}
.train-box:hover {
	margin: 10px;
	padding: 10px;
	width: 260px;
	float: left;
	background: #fff;
	box-shadow: 0px 0px 10px #25a79f;
	-o-box-shadow: 0px 0px 10px #25a79f;
	-ms-box-shadow: 0px 0px 10px #25a79f;
	-moz-box-shadow: 0px 0px 10px #25a79f;
	-webkit-box-shadow: 0px 0px 10px #25a79f;
	display: block;
}
.train-box-img {
	width: 260px;
	height: 120px;
	overflow: hidden;
	display: block;
}
.train-box-img img:hover {
	transition: all 0.6s;
	transform: scale(1.2);
}
.train-box span {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	font-size: 18px;
}
.train-box p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	height: 170px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.star-box {
	width: 260px;
	height: 30px;
	border-radius: 40px;
	background: #f4f4f4;
	margin-top: 10px;
	padding: 5px 0;
	text-align: center
}
.star-box span {
	width: 30px;
	height: 30px;
	display: inline-block;
}
.train-box-in {
	width: 1200px;
	margin: 0 auto;
}
/* ========================================招聘推荐=============== */

.recruit-line {
	width: 100%;
	height: 760px;
	background: url(../images/bg4.gif) no-repeat center center #dae1eb;
}
.recruit-line-in {
	width: 1200px;
	margin: 0 auto;
}
.recruit-title {
	font-size: 60px;
	font-weight: bold;
	color: #d3dfe5;
	text-align: center;
	display: block;
	position: relative;
	line-height: 70px;
	padding: 40px 0 20px 0;
	width: 100%;
}
.recruit-title span {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
	position: absolute;
	top: 40px;
	line-height: 70px;
	left: 50%;
	margin-left: -60px;
}
.recruit-inbox {
	width: 1200px;
}
.recruit-box {
	width: 590px;
	margin: 5px;
	float: left;
	display: block;
}
.recruit-img {
	width: 590px;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.recruit-img span {
	display: block;
	color: #000;
	font-size: 30px;
	font-weight: bolder;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
}
.recruit-img img:hover {
	transition: all 0.6s;
	transform: scale(1.1);
}
.recruit-th {
	width: 590px;
	height: 54px;
	background: #25a79f;
	color: #FFF;
	line-height: 54px;
	font-weight: bold;
}
.recruit-tr {
	width: 590px;
	height: 60px;
	background: url(../images/icon-24.png);
	color: #333;
	font-size: 14px;
	line-height: 60px;
	border-bottom: 1px dashed #bcbcbc;
	display: block;
}
.recruit-tr:hover {
	border-bottom: 1px dashed #25a79f;
	background: #FFF;
	color: #25a79f;
}
.recruit-tr-one {
	width: 235px;
	height: 60px;
	float: left;
	padding-left: 5px;
	display: block;
}
.recruit-tr-two {
	width: 245px;
	height: 60px;
	float: left;
	padding-left: 5px;
	display: block;
}
.recruit-tr-time {
	width: 95px;
	height: 60px;
	float: left;
	padding-left: 5px;
	display: block;
}
.recruit-th-one {
	width: 235px;
	height: 54px;
	float: left;
	padding-left: 5px;
	display: block;
}
.recruit-th-two {
	width: 245px;
	height: 54px;
	float: left;
	padding-left: 5px;
	display: block;
}
.recruit-th-time {
	width: 95px;
	height: 54px;
	float: left;
	padding-left: 5px;
	display: block;
}
.recruit-tr1 {
	width: 130px;
	float: left;
	padding-left: 5px;
	display: block;
}
.recruit-tr2 {
	width: 145px;
	float: left;
	padding-left: 5px;
	display: block;
}
.recruit-tr3 {
	width: 300px;
	float: left;
	padding-right: 5px;
	display: block;
	text-align: right;
}
/* =====================================广告位轮播=============== */
.advert2 {
	width: 1200px;
	position: relative;
	height: 120px;
	background: #000;
	display: block;
	margin: 0 auto;
}
.advert2 .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.advert2 .bd ul {
	width: 100% !important;
}
.advert2 .bd li {
	width: 100% !important;
	height: 120px;
	overflow: hidden;
	text-align: center;
}
.advert2 .bd li a {
	display: block;
	height: 120px;
}
.advert2 .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	background: url(../images/icon-19.png);
	padding-top: 20px;
}
.advert2 .hd ul {
	text-align: center;
}
.advert2 .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 2px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	line-height: 999px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.advert2 .hd ul .on {
	background: #25a79f;
}
/* =====================================会员风采=============== */

.member-line {
	width: 100%;
	background: #FFF;
}
.member-line-in {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.member-list {
	width: 1200px;
	margin: 0 auto;
}
.member-list li {
	width: 580px;
	height: 140px;
	float: left;
	display: block;
	margin: 10px;
}
.member-list li a {
	width: 580px;
	height: 140px;
	position: relative;
	display: block;
}
.member-list li:hover {
	background: #f9f9f9;
	transition: all 1s;
	box-shadow: 0px 0px 5px #25a79f;
	-o-box-shadow: 0px 0px 5px #25a79f;
	-ms-box-shadow: 0px 0px 5px #25a79f;
	-moz-box-shadow: 0px 0px 5px #25a79f;
	-webkit-box-shadow: 0px 0px 5px #25a79f;
}
.member-logo {
	width: 110px;
	height: 110px;
	position: absolute;
	background: #fff;
	top: 10px;
	left: 10px;
	box-shadow: 0px 0px 5px #7d7d7d;
	-o-box-shadow: 0px 0px 5px #7d7d7d;
	-ms-box-shadow: 0px 0px 5px #7d7d7d;
	-moz-box-shadow: 0px 0px 5px #7d7d7d;
	-webkit-box-shadow: 0px 0px 5px #7d7d7d;
	padding: 5px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.member-logo img {
	width: 110px;
	max-height: 110px;
	align-items: center;
}
.member-right {
	width: 440px;
	height: 120px;
	margin-left: 140px;
	display: block;
	padding: 10px 0;
}
.member-list-title {
	width: 440px;
	height: 42px;
	line-height: 42px;
	display: block;
	font-size: 18px;
}
.member-list-neirong {
	width: 440px;
	line-height: 26px;
	font-size: 14px;
	color: #999;
	height: 78px;
}
/* =====================================服务外包示范园区=============== */

.park-line {
	width: 100%;
	height: 660px;
	background: url(../images/bg7.gif) no-repeat center center #dae1eb;
}
.park-line-in {
	width: 1200px;
	margin: 0 auto;
}
.park-title {
	font-size: 60px;
	font-weight: bold;
	color: #e6e6e6;
	text-align: center;
	display: block;
	position: relative;
	line-height: 70px;
	padding: 40px 0 20px 0;
	width: 100%;
}
.park-title span {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
	position: absolute;
	top: 40px;
	line-height: 70px;
	left: 50%;
	margin-left: -120px;
}
.park-box-in {
	width: 1200px;
}
.park-box {
	width: 330px;
	height: 360px;
	padding: 20px;
	display: block;
	background: #FFF;
	float: left;
	display: block;
	margin:20px 0;
}
.park-box:hover {
	transition: all 1s;
	box-shadow: 0px 0px 10px #25a79f;
	-o-box-shadow: 0px 0px 10px #25a79f;
	-ms-box-shadow: 0px 0px 10px #25a79f;
	-moz-box-shadow: 0px 0px 10px #25a79f;
	-webkit-box-shadow: 0px 0px 10px #25a79f;
}
.park-img {
	width: 330px;
	height: 180px;
	display: block;
	overflow: hidden;
}
.park-img img:hover {
	transition: all 0.6s;
	transform: scale(1.2);
}
.park-box span {
	width: 330px;
	height: 60px;
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.park-box p {
	width: 330px;
	height: 120px;
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ml45 {
	margin-left: 45px;
}
.mt30 {
	margin-top: 30px;
}
/* =====================================行业研究=============== */

.research-box-in {
	width: 1200px;
	overflow: hidden;
}
.mr40 {
	margin-right: 40px;
}
.research-box {
	width: 560px;
	display: block;
}
.research-title {
	width: 560px;
	height: 48px;
	display: block;
	border-bottom: 1px solid #d9d9d9;
}
.research-name {
	height: 44px;
	display: block;
	border-bottom: 4px solid #25a79f;
	float: left;
	font-size: 20px;
	line-height: 44px;
	color: #333;
	padding-left: 30px;
	padding-right: 10px;
}
.research-bg1 {
	background: url(../images/icon-25.png) no-repeat left center;
}
.research-bg2 {
	background: url(../images/icon-26.png) no-repeat left center;
}
.more2 {
	height: 48px;
	line-height: 48px;
	display: block;
	font-size: 14px;
	color: #999;
	float: right;
}
.more2:hover {
	color: #25a79f;
}
.research-list {
	width: 560px;
	height: 231px;
}
.research-list li {
	width: 100%;
	height: 46px;
	line-height: 46px;
	position: relative;
}
.research-list li a {
	color: #333;
	line-height: 46px;
	font-size: 16px;
	display: block;
	padding-right: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/icon-21.png) no-repeat left center;
	padding-left: 10px;
}
.research-list li span {
	color: #999;
	line-height: 46px;
	font-size: 14px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.research-list li a:hover {
	color: #25a79f;
	border-bottom: 1px solid #25a79f
}
.periodical-box {
	height: 320px;
	width: 1110px;
	padding: 0 45px;
	background: url(../images/icon-27.png) no-repeat bottom center;
	margin-top: 50px;
	display: block;
}
.periodical-title {
	width: 100px;
	height: 320px;
	float: left;
}
.periodical-title span {
	line-height: 100px;
	line-height: 100px;
	font-size: 20px;
	color: #333;
	display: block;
	text-align: center;
}
.periodical-title a {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 30px;
	border: 1px solid #666;
	display: block;
	width: 98px;
	text-align: center;
	margin: 15px auto;
}
.periodical-title a:hover {
	color: #25a79f;
	border: 1px solid #25a79f;
}
.periodical-list {
	width: 1010px;
	height: 214px;
	float: left;
}
.periodical-list li {
	width: 182px;
	margin: 0 10px;
	float: left;
}
.periodical-list li a {
	width: 158px;
	height: 190px;
	display: block;
	padding: 10px;
	background: url(../images/icon-28.png) no-repeat center 100px #FFF;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #c6c6c6;
	color: #333;
	position: relative;
	box-shadow: 3px -3px 10px #bababa;
	-o-box-shadow: 3px -3px 10px #bababa;
	-ms-box-shadow: 3px -3px 10px #bababa;
	-moz-box-shadow: 3px -3px 10px #bababa;
	-webkit-box-shadow: 3px -3px 10px #bababa;
}
.periodical-list li span {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	text-align: center;
	display: block;
}
.periodical-list li i {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	height: 20px;
	display: block;
	font-style: normal;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.periodical-list li a:hover {
	border: 2px solid #25a79f;
	color: #25a79f;
	box-shadow: 5px -5px 10px #999;
	-o-box-shadow: 5px -5px 10px #999;
	-ms-box-shadow: 5px -5px 10px #999;
	-moz-box-shadow: 5px -5px 10px #999;
	-webkit-box-shadow: 5px -5px 10px #999;
}
/* =====================================友情链接=============== */

.interlink-list {
	width: 1200px;
	display: block;
}
.interlink-list li {
	width: 380px;
	margin: 10px;
	float: left;
}
.interlink-list li a {
	display: block;
	width: 355px;
	height: 55px;
	padding: 5px;
	text-align: center;
	box-shadow: 0px 0px 5px #7d7d7d;
	-o-box-shadow: 0px 0px 5px #7d7d7d;
	-ms-box-shadow: 0px 0px 5px #7d7d7d;
	-moz-box-shadow: 0px 0px 5px #7d7d7d;
	-webkit-box-shadow: 0px 0px 5px #7d7d7d;
}
.interlink-list li a:hover {
	box-shadow: 0px 0px 10px #25a79f;
	-o-box-shadow: 0px 0px 10px #25a79f;
	-ms-box-shadow: 0px 0px 10px #25a79f;
	-moz-box-shadow: 0px 0px 10px #25a79f;
	-webkit-box-shadow: 0px 0px 10px #25a79f;
}
/* =====================================服务外包协作平台=============== */

.link2-title {
	line-height: 50px;
	text-align: center;
	width: 1200px;
	font-size: 18px;
	font-weight: bold;
}
.link2-listbox {
	width: 1200px;
	height: 102px;
	overflow: hidden;
}
.link2-listbox li {
	width: 280px;
	line-height: 50px;
	height: 50px;
	float: left;
	padding: 0 10px;
}
.link2-listbox li a {
	width: 270px;
	line-height: 50px;
	height: 50px;
	color: #666;
	display: block;
	border-bottom: 1px dashed #afafaf;
	padding: 0 5px;
}
.link2-listbox li a:hover {
	color: #25a79f;
	border-bottom: 1px dashed #25a79f;
	background: #f7f7f7
}
/* =====================================服务外包示范城市=============== */

.city-line {
	width: 100%;
	background: #f3f3f3;
	padding-top: 40px;
	display: block;
}
.city-line-in {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.city-title {
	width: 1200px;
	height: 50px;
	background: url(../images/bg8.gif) no-repeat top center;
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}
.city-list {
	width: 1200px;
	line-height: 40px;
	border-bottom: 1px dashed #afafaf;
	height: 40px;
}
.city-list li {
	width: 75px;
	height: 40px;
	color: #333;
	float: left;
}
.city-list li a {
	width: 75px;
	height: 40px;
	color: #333;
	display: block;
}
.city-list li a:hover {
	color: #25a79f;
}
/* =====================================首页*页脚=============== */
.footbox {
	background: #333;
	width: 100%;
	height: 170px;
}
.index-foot {
	width: 1200px;
	margin: 0 auto;
	color: #999;
	text-align: center;
	line-height: 26px;
	padding-top: 50px;
	position: relative;
}
.pr10 {
	padding-right: 10px;
}
.foot-mz {
	color: #999;
	text-decoration: underline;
}
.foot-mz:hover {
	color: #25a79f;
}
.wei {
	width: 80px;
	height: 100px;
	display: block;
	text-align: center;
	color: #999;
	font-size: 12px;
	position: absolute;
	top: 40px;
	right: 100px;
}
.chengx {
	width: 80px;
	height: 100px;
	display: block;
	text-align: center;
	color: #999;
	font-size: 12px;
	position: absolute;
	top: 40px;
	right: 0px;
}
/* =====================================项目对接平台=============== */
.platform-bg {
	background: #f5f5f5;
}
.platform-box {
	width: 100%;
	height: 350px;
}
.platform-bg1 {
}
.platform-topbar {
	background: url(../images/icon-29.png);
	width: 100%;
	height: 46px;
}
.platform-index-logo {
	width: 353px;
	height: 46px;
	display: block;
	float: left;
}
.platform-box-in {
	width: 1200px;
	height: 46px;
	margin: 0 auto;
}
.platform-topbar-login {
	float: right;
}
.platform-topbar-login ul li {
	float: left;
	font-size: 14px;
	height: 46px;
	color: #f5f5f5;
	line-height: 46px;
}
.platform-topbar-login ul li a {
	font-size: 14px;
	height: 46px;
	color: #f5f5f5;
	line-height: 46px;
	display: block;
}
.platform-topbar-dl {
	background: url(../images/icon-31.png) no-repeat left center;
	color: #f5f5f5;
	padding-left: 20px;
	line-height: 46px;
	height: 46px;
	display: block;
	padding-right: 15px;
}
.platform-topbar-dl:hover {
	background: url(../images/icon-13-1.png) no-repeat left center;
	color: #25a79f;
}
.platform-topbar-out {
	background: url(../images/icon-77.png) no-repeat left center;
	color: #f5f5f5;
	padding-left: 20px;
	line-height: 46px;
	height: 46px;
	display: block;
	padding-right: 15px;
}
.platform-topbar-out:hover {
	background: url(../images/icon-77-1.png) no-repeat left center;
	color: #25a79f;
}
.platform-topbar-zc {
	background: url(../images/icon-30.png) no-repeat left center;
	color: #f5f5f5;
	padding-left: 20px;
	line-height: 46px;
	height: 46px;
	display: block;
}
.platform-topbar-zc:hover {
	background: url(../images/icon-12-1.png) no-repeat left center;
	color: #25a79f;
}
.platform-box-logo {
	width: 1200px;
	height: 254px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.platform-logo {
	width: 400px;
	height: 90px;
	display: block;
	padding-top: 70px;
}
.platform-nav {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: block;
}
.platform-nav ul {
	width: 1200px;
	height: 50px;
	display: block;
	background: url(../images/icon-36.png);
	border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	position: relative;
}
.platform-nav ul li {
	padding: 10px;
	color: #FFF;
	float: left;
}
.platform-nav ul li a {
	color: #FFF;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0 10px;
	padding: 0 10px;
}
.platform-nav ul li a:hover {
	background: #25a79f;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.platform-nav-line {
	background: url(../images/icon-37.png) no-repeat top center;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.pl-pro-notice-box {
	width: 1180px;
	margin: 0 auto;
	background: #eeeeee;
	padding: 50px 10px;
	border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.pl-pro-notice-title {
	width: 259px;
	height: 120px;
	border-right: 1px solid #444;
	float: left;
	display: block;
}
.pl-pro-notice-title span {
	width: 150px;
	height: 65px;
	line-height: 65px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.pl-pro-notice-title a {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 30px;
	border: 1px solid #666;
	display: block;
	width: 150px;
	text-align: center;
	margin: 0px auto;
}
.pl-pro-notice-title a:hover {
	color: #25a79f;
	border: 1px solid #25a79f;
}
.pl-pro-notice-list {
	width: 920px;
	height: 120px;
	float: left;
}
.pl-pro-notice-list li {
	height: 30px;
	line-height: 30px;
	position: relative;
}
.pl-pro-notice-list li a {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	display: block;
	padding-right: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/icon-38.png) no-repeat left center;
	padding-left: 15px;
	margin-left: 30px;
}
.pl-pro-notice-list li span {
	color: #999;
	line-height: 30px;
	font-size: 14px;
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
}
.pl-pro-notice-list li a:hover {
	color: #25a79f;
	border-bottom: 1px dashed #25a79f;
}
.pl-pro-title {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}
.pl-pro-title span {
	border-bottom: 3px solid #014fb8;
	color: #333;
	font-size: 24px;
	line-height: 37px;
	height: 37px;
	display: block;
	float: left;
	padding: 0 5px;
}
.pl-pro-title a {
	color: #999;
	font-size: 16px;
	line-height: 40px;
	display: block;
	background: url(../images/icon-39.png) no-repeat right center;
	background-size: 30px;
	float: right;
	padding-right: 30px;
}
.pl-pro-title a:hover {
	color: #25a79f;
	background: url(../images/icon-39-1.png) no-repeat right center;
}
.pt20 {
	padding-top: 20px;
}
.pl-pro-fb {
	width: 1200px;
	margin: 20px auto 0 auto;
	display: block;
	position: relative;
}
.pl-pro-fb li {
	background: #fff;
	width: 1200px;
	height: 80px;
	position: relative;
	padding: 24px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.pl-pro-fb li:hover {
	box-shadow: 0px 0px 15px #999;
	-o-box-shadow: 0px 0px 15px #999;
	-ms-box-shadow: 0px 0px 15px #999;
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	border-bottom: 1px dashed #fff;
	z-index: 1;
}
.pl-pro-fb-new {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.pl-pro-fb-btn {
	width: 80px;
	height: 36px;
	background: #1f559c;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 36px;
	margin: 22px 20px;
	float: right;
}
.pl-pro-fb-btn:hover {
	color: #FFF;
	background: #25a79f;
}
.pl-pro-fb-main {
	width: 1080px;
	float: left;
	display: block;
}
.pl-pro-fb-list {
	width: 898px;
	display: block;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	padding: 0 10px;
	float: left;
	position: relative
}
.pl-pro-fb-list h4 {
	width: 798px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.pl-pro-fb-list span {
	line-height: 25px;
	font-size: 13px;
	color: #999;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pl-pro-fbzq {
	width: 200px;
	float: left;
}
.pl-pro-fbyy {
	width: 588px;
	float: left;
	padding-left: 10px;
}
.pl-pro-fb-time {
	width: 100px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.pl-pro-fb-time span {
	color: #25a79f;
	display: block;
}
.pl-pro-fb-time i {
	font-style: normal;
	color: #999;
	display: block;
}
.pi-padding1 {
	padding: 20px 30px;
}
.pi-padding2 {
	padding: 20px 30px 20px 10px;
	border-right: 1px solid #f3f3f3
}
.pi-dingwei {
	position: absolute;
	top: 20px;
	right: 0px;
}
.pl-pro-fbqy {
	width: 798px;
	float: left;
}
.pl-pro-jb {
	width: 1200px;
	margin: 0 auto;
}
.pl-pro-jb li {
	width: 570px;
	padding: 10px;
	height: 170px;
	background: #FFF;
	margin-top: 20px;
}
.pl-pro-jb li:hover {
	box-shadow: 0px 0px 15px #999;
	-o-box-shadow: 0px 0px 15px #999;
	-ms-box-shadow: 0px 0px 15px #999;
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	z-index: 1;
}
.pl-pro-jb-box {
	width: 550px;
	height: 80px;
	padding: 10px;
	display: block;
	border-bottom: 1px dashed #dbdbdb;
}
.pl-pro-jb-list {
	width: 399px;
	display: block;
	padding-left: 10px;
	float: left;
	height: 80px;
}
.pl-pro-jb-list h4 {
	width: 399px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pl-pro-jb-list span {
	line-height: 25px;
	font-size: 13px;
	color: #999;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pl-pro-jb-btn {
	width: 80px;
	height: 36px;
	background: #25a79f;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 36px;
	margin: 22px 10px 10px 10px;
	float: right;
}
.pl-pro-jb-btn:hover {
	color: #fff;
	background: #1f559c
}
.pl-pro-jb-img {
	width: 58px;
	height: 58px;
	float: left;
	margin: 10px 10px 0 10px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.member-logo img {
	width: 110px;
	max-height: 110px;
	align-items: center;
}
.pl-pro-jb-name {
	width: 392px;
	height: 58px;
	float: left;
	line-height: 58px;
	color: #999;
	padding-top: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pl-pro-member-list {
	width: 1200px;
	margin: 10px auto 0 auto;
}
.pl-pro-member-list li {
	width: 590px;
	height: 140px;
	display: block;
	margin-top: 10px;
}
.pl-pro-member-list li a {
	width: 590px;
	height: 140px;
	position: relative;
	display: block;
}
.pl-pro-member-list li:hover {
	background: #fff;
	transition: all 1s;
	box-shadow: 0px 0px 15px #999;
	-o-box-shadow: 0px 0px 15px #999;
	-ms-box-shadow: 0px 0px 15px #999;
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
}
.pl-pro-member-logo {
	width: 110px;
	height: 110px;
	position: absolute;
	background: #fff;
	top: 10px;
	left: 10px;
	box-shadow: 0px 0px 5px #7d7d7d;
	-o-box-shadow: 0px 0px 5px #7d7d7d;
	-ms-box-shadow: 0px 0px 5px #7d7d7d;
	-moz-box-shadow: 0px 0px 5px #7d7d7d;
	-webkit-box-shadow: 0px 0px 5px #7d7d7d;
	padding: 5px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.pl-pro-member-logo img {
	width: 110px;
	max-height: 110px;
	align-items: center;
}
.pl-pro-member-right {
	width: 440px;
	height: 120px;
	margin-left: 140px;
	display: block;
	padding: 10px 0;
}
.pl-pro-member-title {
	width: 440px;
	height: 42px;
	line-height: 42px;
	display: block;
	font-size: 18px;
}
.pl-pro-member-neirong {
	width: 440px;
	line-height: 26px;
	font-size: 14px;
	color: #999;
	height: 78px;
}
/* =====================================项目申报平台=============== */
.pl-declare-box {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 30px;
}
.pl-declare-news {
	width: 379px;
	float: left;
	padding: 0 10px;
}
.pl-declare-news ul li {
	width: 379px;
	height: 36px;
	line-height: 36px;
	position: relative;
}
.pl-declare-news ul li a {
	color: #333;
	line-height: 35px;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/icon-21.png) no-repeat left center;
	padding-left: 15px;
}
.pl-declare-news ul li a:hover {
	color: #25a79f;
	border-bottom: 1px dashed #25a79f;
}
.pl-declare-news ul li span {
	color: #999;
	line-height: 36px;
	font-size: 12px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.pl-declare-pr80 {
	padding-right: 80px;
}
.pl-declare-news-top {
	width: 379px;
	height: 36px;
	display: block;
}
.pl-declare-news-top span {
	display: block;
	padding-left: 30px;
	color: #333;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	float: left;
}
.pl-declare-news-top a {
	display: block;
	font-size: 14px;
	color: #999;
	padding-right: 20px;
	background: url(../images/icon-42.png) no-repeat right center;
	float: right;
	padding-left: 10px;
	line-height: 36px;
}
.pl-declare-news-top a:hover {
	color: #25a79f;
	background: url(../images/icon-42-1.png) no-repeat right center;
}
.pl-declare-bg1 {
	background: url(../images/icon-41.png) no-repeat left center;
	background-size: 28px;
}
.pl-declare-bg2 {
	background: url(../images/icon-43.png) no-repeat left center;
	background-size: 28px;
}
.pl-declare-bg3 {
	background: url(../images/icon-44.png) no-repeat left center;
	background-size: 28px;
}
.pl-declare-rightline {
	border-right: 1px solid #c7c7c7;
}
.pl-declare-linkbox {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
.pl-declare-link {
	width: 340px;
	float: left;
	background: #FFF;
	padding: 20px;
	margin: 0 10px;
}
.pl-declare-link:hover {
	box-shadow: 0px 0px 15px #999;
	-o-box-shadow: 0px 0px 15px #999;
	-ms-box-shadow: 0px 0px 15px #999;
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
}
.pl-declare-link-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #025d97;
	display: block;
	margin: 0 auto;
}
.pl-declare-link-img-icon1 {
	background: url(../images/icon-45.png) center center no-repeat #025d97;
}
.pl-declare-link-img-icon2 {
	background: url(../images/icon-46.png) center center no-repeat #025d97;
}
.pl-declare-link-img-icon3 {
	background: url(../images/icon-47.png) center center no-repeat #025d97;
}
.pl-declare-link span {
	width: 340px;
	height: 60px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	padding: 20px 0;
}
.pl-declare-link-btn1 {
	width: 170px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	background: #025d97;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.pl-declare-link-btn1:hover {
	color: #FFF;
	background: #25a79f;
}
.pl-declare-link-btn2 {
	width: 170px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	background: #a7a7a7;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* =====================================人才培训平台=============== */

.pl-train-course {
	width: 1200px;
	margin: 0 auto;
}
.pl-train-course li {
	width: 220px;
	margin: 10px;
	float: left;
}
.pl-train-course li:hover {
	box-shadow: 0px 0px 15px #7d7d7d;
	-o-box-shadow: 0px 0px 15px #7d7d7d;
	-ms-box-shadow: 0px 0px 15px #7d7d7d;
	-moz-box-shadow: 0px 0px 15px #7d7d7d;
	-webkit-box-shadow: 0px 0px 15px #7d7d7d;
}
.pl-train-course li a {
	width: 200px;
	padding: 10px;
	background: #FFF;
	display: block;
}
.pl-train-course-img {
	width: 200px;
	height: 125px;
	display: block;
	overflow: hidden;
}
.pl-train-course-img img:hover {
	transition: all 2s;
	transform: scale(1.3);
}
.pl-train-course li span {
	color: #333;
	font-size: 14px;
	height: 50px;
	line-height: 25px;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pl-train-course li i {
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	font-style: normal;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pl-train-pd {
	width: 1180px;
	height: 390px;
	background: url(../images/icon-48.png) no-repeat;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	overflow: hidden;
}
.pl-train-icon {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
.pl-train-icon span {
	width: 40px;
	height: 65px;
	border-bottom: 1px solid #FFF;
	display: block;
	float: left;
}
.pl-train-icon-box {
	display: block;
	width: 100px;
	float: left;
	height: 80px;
	color: #FFF;
	overflow: hidden
}
.pl-train-icon-box:hover {
	color: #0569a9
}
.pl-train-icon-box span {
	font-size: 14px;
	text-align: center;
	width: 100px;
	line-height: 30px;
	display: block;
	margin-top: 50px;
}
.pl-train-icon1 {
	background: url(../images/icon-49.png) no-repeat top center;
}
.pl-train-icon1:hover {
	background: url(../images/icon-49-1.png) no-repeat top center;
}
.pl-train-icon2 {
	background: url(../images/icon-50.png) no-repeat top center;
}
.pl-train-icon2:hover {
	background: url(../images/icon-50-1.png) no-repeat top center;
}
.pl-train-icon3 {
	background: url(../images/icon-51.png) no-repeat top center;
}
.pl-train-icon3:hover {
	background: url(../images/icon-51-1.png) no-repeat top center;
}
.pl-train-icon4 {
	background: url(../images/icon-52.png) no-repeat top center;
}
.pl-train-icon4:hover {
	background: url(../images/icon-52-1.png) no-repeat top center;
}
.pl-train-icon5 {
	background: url(../images/icon-53.png) no-repeat top center;
}
.pl-train-icon5:hover {
	background: url(../images/icon-53-1.png) no-repeat top center;
}
.pl-train-icon6 {
	background: url(../images/icon-54.png) no-repeat top center;
}
.pl-train-icon6:hover {
	background: url(../images/icon-54-1.png) no-repeat top center;
}
.pl-train-pd-topbox {
	width: 700px;
	height: 45px;
	border: 4px solid #FFF;
	margin: 0 auto;
	display: block;
	border-bottom: 0 !important;
	border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	position: relative;
	margin-top: 50px;
}
.pl-train-pd-topbox span {
	width: 170px;
	height: 50px;
	display: block;
	background: #FFF;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: -25px auto 0 auto;
	color: #009ada;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}
.pl-pl-train-pd-sm {
	line-height: 24px;
	font-size: 14px;
	color: #FFF;
	padding: 30px 50px 20px 50px;
	height: 96px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ml10 {
	margin-left: 10px;
}
.pl-pl-train-pd-btn {
	width: 200px;
	height: 42px;
	display: block;
	background: #0569a9;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
}
.pl-pl-train-pd-btn:hover {
	color: #fff;
	background: #25a79f;
}
/* =====================================人才招聘平台=============== */


.pl-recruit-into {
	width: 1140px;
	margin: 0 auto;
	background: #eeeeee;
	padding: 50px 20px;
	border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.pl-recruit-into-img {
	width: 450px;
	height: 270px;
	display: block;
	float: left;
	overflow: hidden;
}
.pl-recruit-into-right {
	width: 670px;
	height: 270px;
	float: left;
	padding-left: 20px;
}
.pl-recruit-into-right h4 {
	height: 50px;
	color: #333;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	display: block;
}
.pl-recruit-into-right P {
	font-size: 16px;
	height: 120px;
	line-height: 30px;
	color: #333;
	padding-bottom: 56px;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pl-recruit-into-btn {
	width: 140px;
	height: 44px;
	display: block;
	background: #0569a9;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
}
.pl-recruit-into-btn:hover {
	color: #fff;
	background: #25a79f;
}
.pl-recruit-notice {
	width: 1200px;
	margin: 20px auto 0 auto;
	display: block;
}
.pl-recruit-notice li {
	width: 280px;
	float: left;
	background: #FFF;
	margin: 10px;
}
.pl-recruit-notice li a {
	padding: 10px;
	width: 260px;
	display: block;
}
.pl-recruit-notice-img {
	width: 260px;
	height: 150px;
	display: block;
	overflow: hidden;
}
.pl-recruit-notice-img img:hover {
	transition: all 2s;
	transform: scale(1.3);
}
.pl-recruit-notice h4 {
	color: #333;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
}
.pl-recruit-notice-inbox {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #2783c9;
}
.pl-recruit-notice p {
	font-size: 14px;
	height: 104px;
	line-height: 26px;
	color: #999;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pl-recruit-notice li:hover {
	box-shadow: 0px 0px 15px #7d7d7d;
	-o-box-shadow: 0px 0px 15px #7d7d7d;
	-ms-box-shadow: 0px 0px 15px #7d7d7d;
	-moz-box-shadow: 0px 0px 15px #7d7d7d;
	-webkit-box-shadow: 0px 0px 15px #7d7d7d;
}
.pl-recruit {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.pl-recruit li {
	width: 380px;
	margin: 10px;
	float: left
}
.pl-recruit li:hover {
	box-shadow: 0px 0px 15px #7d7d7d;
	-o-box-shadow: 0px 0px 15px #7d7d7d;
	-ms-box-shadow: 0px 0px 15px #7d7d7d;
	-moz-box-shadow: 0px 0px 15px #7d7d7d;
	-webkit-box-shadow: 0px 0px 15px #7d7d7d;
}
.pl-recruit li a {
	width: 340px;
	padding: 20px;
	background: #FFF;
	display: block;
}
.pl-recruit-top {
	width: 340px;
	height: 100px;
	display: block;
	position: relative;
}
.pl-recruit-top span {
	width: 260px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pl-recruit-ziduan {
	width: 340px;
	height: 30px;
	display: block;
}
.pl-recruit-ziduan em {
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-style: normal;
}
.pl-recruit-top i {
	font-size: 16px;
	color: #fa5f7a;
	font-style: normal;
	font-weight: bold;
	display: block;
	right: 0;
	top: 5px;
	position: absolute;
}
.pl-recruit-gongsi {
	width: 340px;
	height: 40px;
	display: block;
}
.pl-recruit-gongsi span {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.pl-recruit-gongsi-name {
	width: 290px;
	line-height: 40px;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-style: normal;
	float: left;
	padding-left: 10px;
}
.pl-recruit-high {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.pl-recruit-high li {
	width: 220px;
	height: 300px;
	float: left;
	margin: 10px;
	position: relative;
}
.pl-recruit-high li:hover {
	box-shadow: 0px 0px 15px #7d7d7d;
	-o-box-shadow: 0px 0px 15px #7d7d7d;
	-ms-box-shadow: 0px 0px 15px #7d7d7d;
	-moz-box-shadow: 0px 0px 15px #7d7d7d;
	-webkit-box-shadow: 0px 0px 15px #7d7d7d;
}
.pl-recruit-high li a {
	width: 220px;
	height: 300px;
	display: block;
}
.pl-recruit-high li span {
	width: 200px;
	padding-left: 20px;
	display: block;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	background: url(../images/icon-57.png);
}
.pl-recruit-ord {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.pl-recruit-ord li {
	width: 220px;
	height: 300px;
	float: left;
	margin: 10px;
	position: relative;
}
.pl-recruit-ord li:hover {
	box-shadow: 0px 0px 15px #7d7d7d;
	-o-box-shadow: 0px 0px 15px #7d7d7d;
	-ms-box-shadow: 0px 0px 15px #7d7d7d;
	-moz-box-shadow: 0px 0px 15px #7d7d7d;
	-webkit-box-shadow: 0px 0px 15px #7d7d7d;
}
.pl-recruit-ord li a {
	width: 220px;
	height: 300px;
	display: block;
	background: #fff;
}
.pl-recruit-ord-top {
	width: 220px;
	height: 90px;
	background: #004dad;
	position: relative;
}
.pl-recruit-ord-top span {
	width: 90px;
	height: 90px;
	background: #FFF;
	display: block;
	margin: 0px auto 0 auto;
	position: absolute;
	top: 40px;
	left: 65px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0px 0px 15px #7d7d7d;
	-o-box-shadow: 0px 0px 15px #7d7d7d;
	-ms-box-shadow: 0px 0px 15px #7d7d7d;
	-moz-box-shadow: 0px 0px 15px #7d7d7d;
	-webkit-box-shadow: 0px 0px 15px #7d7d7d;
}
.pl-recruit-ord-top span img {
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pl-recruit-ord-name {
	text-align: center;
	padding-top: 50px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.pl-recruit-ord-neirong {
	width: 200px;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	height: 120px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pl-recruit-link {
	width: 1200px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
.pl-recruit-link-title {
	width: 1200px;
	height: 50px;
	background: url(../images/bg10.gif);
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #000;
padding-top:
}
.pl-recruit-link-list {
	width: 1200px;
}
.pl-recruit-link-list li {
	width: 280px;
	line-height: 50px;
	height: 50px;
	float: left;
	padding: 1px 10px;
}
.pl-recruit-link-list li a {
	width: 270px;
	line-height: 50px;
	height: 50px;
	color: #666;
	display: block;
	border-bottom: 1px dashed #afafaf;
	padding: 0 5px;
}
.pl-recruit-link-list li a:hover {
	color: #25a79f;
	border-bottom: 1px dashed #25a79f;
	background: #fff
}

/* =====================================子页面面包屑=============== */

.ccsoa-breadcrumb{ width:1200px; height:40px; margin:0 auto; display:block; font-size:14px;line-height:40px; color:#666; }
.ccsoa-breadcrumb li{ float:left;}
.ccsoa-breadcrumb li span{ background:url(../images/icon-58.png) no-repeat left center; padding-left:20px; background-size:20px; }


/* =====================================企业=============== */
.main-title-box{ width: auto; padding:0 35px; margin:30px auto; display:inline-block; position:relative;  }
.height82{ height:82px; }
.main-title-underline{ height:8px; border-bottom:2px solid #005d95; border-top:2px solid #005d95;}
.main-title-underline-in{ height:2px; background:#005d95; left:0; right:0; position:absolute; bottom:5px;}
.main-title{ height:70px; position:relative;}
.main-title h4{ height:70px; line-height:70px; color:#000; font-weight:bolder; font-size:30px; padding:0 120px 0 100px; max-width:910px; display:block;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.main-title-logo{ width:100px;  height:70px; top:0; left:0; position:absolute;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
	text-align:center;
}
.main-title-logo img{ height:60px; display:block; max-width:100px; max-height:70px; margin:0 auto; }
.main-title-follow{ width:120px; height:60px; top:10px; right:0; line-height:60px; font-size:14px; position:absolute;}
.main-title-inbox{width:1200px; margin:0 auto; text-align: center;}
.main-company{ width:1200px; margin:0 auto;}
.main-company-title{  text-align:center; line-height:30px; font-size:20px; font-weight: bolder; }
.main-company-title p{ font-size:14px; color:#b4b4b4; line-height:24px; }
.main-company-profile{ color:#333; font-size:16px; padding:35px 0; line-height:40px; } 
.main-company-tongji{ width:1200px; display:block; overflow:hidden;}
.main-company-tongji li{ width:372px; height:138px; background:url(../images/icon-59.png) no-repeat; overflow:hidden; float:left;}
.main-company-tongji li:hover{ background:url(../images/icon-59-1.png) no-repeat #dcedfe;}
.main-company-tongji-icon{ width:80px; height:80px; float:left; text-align:center; padding: 29px 16px 29px 90px;}
.main-company-tongji-right{width:100px; height:80px; float:left; padding: 29px 86px 29px 0px; text-align:center;}
.main-company-tongji-right span{ line-height:50px; color:#333; font-size:30px; font-weight:bolder; display:block}
.main-company-tongji-right i{ line-height:30px; color:#333; font-size:18px; font-weight:bolder; font-style:normal; display:block; }
.ml42{ margin-left:42px;}
.main-company-yuan{ width:1200px; overflow:hidden; padding:50px 0;}
.main-company-yuan li{width:372px;  float:left; text-align: center;}
.main-company-yuan li a{ display:block; width:120px; height:120px; margin:0 auto; border-radius:50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; }
.main-company-yuan li span{ font-size:18px; color:#333; font-weight:bold; line-height:40px; display:block;}
.main-company-yuan .have-1{ background:#5a8cbf url(../images/icon-63.png) no-repeat center center; background-size:70px 70px;}
.main-company-yuan .no-1{ background:#e9e9e9 url(../images/icon-63-1.png) no-repeat center center; background-size:70px 70px;}
.main-company-yuan .have-2{ background:#5a8cbf url(../images/icon-64.png) no-repeat center center; background-size:70px 70px;}
.main-company-yuan .no-2{ background:#e9e9e9 url(../images/icon-64-1.png) no-repeat center center; background-size:70px 70px;}
.main-company-yuan .have-3{ background:#5a8cbf url(../images/icon-65.png) no-repeat center center; background-size:70px 70px;}
.main-company-yuan .no-3{ background:#e9e9e9 url(../images/icon-65-1.png) no-repeat center center; background-size:70px 70px;}
.main-company-honor-box{ width:100%; padding-top:50px; background:url(../images/bg1.jpg) no-repeat top center; }
.main-company-honor-inbox{ width:1200px; margin:0 auto; overflow:hidden;}
.main-company-honor-top{ width:590px; background:#FFF; border-radius:10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
.p-tb20{ padding:20px 0;}
.main-company-honor{ width:520px; height:230px; background:url(../images/icon-66.png) no-repeat bottom; padding:20px 35px 0 35px; display:block;}
.main-company-honor li{ width:240px; height:150px; float:left; margin:0 10px; border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	box-shadow: 3px -3px 10px #8d8d8d;
    -o-box-shadow: 3px -3px 10px #8d8d8d;
    -ms-box-shadow: 3px -3px 10px #8d8d8d;
    -moz-box-shadow: 3px -3px 10px #8d8d8d;
    -webkit-box-shadow:3px -3px 10px #8d8d8d; }
.main-company-honor li:hover{box-shadow: 5px -5px 15px #666;
    -o-box-shadow: 5px -5px 15px #666;
    -ms-box-shadow: 5px -5px 15px #666;
    -moz-box-shadow: 5px -5px 15px #666;
    -webkit-box-shadow: 5px -5px 15px #666;}
.main-company-honor li img{ border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;}
.main-company-honor2{width:1040px; height:230px; background:url(../images/icon-68.png) no-repeat center bottom  #FFF; padding:20px 80px 0 80px; display:block;border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;}

.main-company-honor2 li{ width:240px; height:150px; float:left; margin:0 10px; border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	box-shadow: 3px -3px 10px #8d8d8d;
    -o-box-shadow: 3px -3px 10px #8d8d8d;
    -ms-box-shadow: 3px -3px 10px #8d8d8d;
    -moz-box-shadow: 3px -3px 10px #8d8d8d;
    -webkit-box-shadow:3px -3px 10px #8d8d8d; }
.main-company-honor2 li:hover{box-shadow: 5px -5px 15px #666;
    -o-box-shadow: 5px -5px 15px #666;
    -ms-box-shadow: 5px -5px 15px #666;
    -moz-box-shadow: 5px -5px 15px #666;
    -webkit-box-shadow: 5px -5px 15px #666;}
.main-company-honor2 li img{ border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;}
.main-company-honor-dwon{ width:1200px; margin-top:20px; background:#FFF; border-radius:10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;}
.main-company-leader-box{ width:1200px; margin:0 auto; display:block; overflow:hidden; padding-bottom:30px; }
.main-company-leader-img{ width:250px; height:340px; display:block;}
.main-company-leader-right{ width:920px; padding-left:30px; float:left; display:block;}
.main-company-leader-name{ font-size:28px; color:#333; line-height:50px; font-weight:bold; display:block; }
.main-company-leader-zhiwu{ font-size:18px; color:#333; line-height:40px;}
.main-company-leader-jianjie{ font-size:16px; color:#333; line-height:35px;}
.main-company-fangan-box{ width:100%;display:block; overflow:hidden; margin-top:30px;  }
.main-company-fangan-top{ width:100%;height:150px; position:relative; background:url(../images/icon-70.png) no-repeat center;}
.main-company-fangan-top img{ height:150px; min-width:1200px;}
.main-company-fangan-title{ width:1200px; position:absolute; bottom:20px; text-align:center; left:50%; margin-left:-600px; color:#FFF; font-size:20px; font-weight:bold; }
.main-company-fangan-title p{ font-size:14px; font-weight:bold; color:#b4b4b4;}
.main-company-fangan-dwon{ width:100%; background:#323232;}
.main-company-fangan{ width:1200px; margin:0 auto; padding:20px 0;}
.main-company-fangan li{ background:#474747; padding:20px; width:340px; float:left;}
.main-company-fangan li:hover{box-shadow: 0px 0px 20px #fff;
    -o-box-shadow: 0px 0px 20px #fff;
    -ms-box-shadow: 0px 0px 20px #fff;
    -moz-box-shadow: 0px 0px 20px #fff;
    -webkit-box-shadow:0px 0px 20px #fff; }
.main-company-fangan-img{ width:340px; height:180px; overflow:hidden; display:block;}
.main-company-fangan-img img:hover{transition: all 2s; transform: scale(1.3);}
.main-company-fangan span{ width:340px; font-size:20px; color:#f7f7f7; text-align:center; display:block; line-height:30px; padding-top:20px; height:60px; text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;}
.ml30{ margin-left:30px;}
.main-company-contact{ width:1200px; margin:0 auto; padding-bottom:50px;}
.main-company-contact ul{ width:1200px; overflow:hidden;}
.main-company-contact ul li{ width:520px;  background:#f7f7f7; float:left; font-size:16px; line-height:50px; padding-left:70px; margin-top:10px; margin-bottom:10px; position:relative;}
.main-company-contact ul li img{ width:30px; height:30px; position:absolute; top:10px; left:30px;}
.ml20{ margin-left:20px;}


/* =====================================培训机构=============== */

.main-org-srar{ width:440px; height:79px; background:url(../images/icon-78.png) no-repeat; margin:30px auto 0 auto; display:block; position:relative;}
.main-org-srar ul{ text-align:center; height:44px; padding:6px 0;}
.main-org-srar ul li{ width:44px; height:44px; display:inline-block;}
.main-org-srar span{ text-align:center; display:block; font-size:14px; line-height:20px; padding-top:3px; color:#af2f23;}
.pb50{ padding-bottom:50px;}
.main-org-class-box{ width:100%; background:#f8fafc;}
.main-org-class-inbox{ width:1200px; margin:0 auto;}


/* =====================================服务机构=============== */
.main-ervice-list{ width:1200px; margin:0 auto;}
.main-ervice-list ul li{ width:260px; padding:10px; background:#FFF; float:left; margin:10px;}
.main-ervice-list ul li:hover{box-shadow: 0px 0px 5px #888;
    -o-box-shadow: 0px 0px 5px #888;
    -ms-box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;}
.main-ervice-img{ width:260px; height:150px; overflow:hidden;}
.main-ervice-img img:hover{transition: all 2s; transform: scale(1.3);}
.main-ervice-list ul li a{ width:260px; display:block;}
.main-ervice-list ul li h4{ width:260px; height:40px; display:block; line-height:40px; color:#333; font-size:16px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.main-ervice-list ul li span{ width:240px; height:30px; display:block; color:#00479a; font-size:14px; line-height:30px; background:url(../images/icon-80.png) no-repeat left center;  padding-left:20px;}
.main-ervice-list ul li p{ width:240px; height:96px; line-height:24px; color:#999; font-size:12px; text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;}
.main-ervice-topbox{ background:#f7f7f7; padding-bottom:20px;}
.main-ervice-screen{ width:1200px; margin:0 auto; padding:30px 0 0 0;}
.main-ervice-screen .onthis{background:#004e8c !important; color:#fff !important; border:1px solid #004e8c !important; }
.main-ervice-screen ul { width:1100px; padding-left:100px; position:relative; display:block;}
.main-ervice-screen ul li{ width:160px; height:40px; float:left; margin:5px; display:block;}
.main-ervice-screen ul li a{ width:158px; height:38px; background:#fff; line-height:38px; font-size:14px; color:#333; text-align:center; border:1px solid #cfcfcf; display:block;}
.main-ervice-screen ul li a:hover{background:#25a79f; color:#fff; border:1px solid #25a79f;}
.main-ervice-screen-title{ width:100px; font-size:16px; line-height:40px; color:#666; height:40px; position:absolute; left:0; top:5px;}
.main-ervice-screen-search{ width:1200px; height:40px; display:block; padding:10px 0;}
.main-ervice-screen-search span{width:100px; font-size:16px; line-height:40px; color:#666; height:40px; display:block; float:left;}
.main-ervice-screen-search input{ width:328px; height:38px; border:1px solid #cfcfcf; background:#FFF; float:left; margin-left:5px; text-indent:10px; float:left;}
.main-ervice-screen-search select{ width:100px; height:40px; border:1px solid #cfcfcf; background:#FFF; float:left; margin-left:5px; text-indent:10px; float:left;}
.main-ervice-screen-search a{ width:80px; height:40px; line-height:40px; background:#25a79f; color:#FFF; text-align:center; display:block; float:left; margin-left:10px; font-size:14px;}
.main-ervice-screen-list{ width:1200px; margin:0 auto; display:block;  padding-bottom:30px; padding-top:30px;}
.main-ervice-screen-list li{ padding:30px 10px; border-bottom:1px dashed #cccccc; }
.main-ervice-screen-list li:hover{box-shadow: 0px 0px 15px #888;
    -o-box-shadow: 0px 0px 15px #888;
    -ms-box-shadow: 0px 0px 15px #888;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
	border-bottom:1px solid #fff; background:#fdfdfd;}
.main-ervice-screen-list li a{ display:block;}
.main-ervice-screen-img{ width:260px; height:150px; overflow:hidden; float:left;}
.main-ervice-screen-img img:hover{transition: all 2s; transform: scale(1.3);}
.main-ervice-screen-right{ width:910px; height:150px; float:left; padding-left:10px;}
.main-ervice-screen-right h4{ display:block; line-height:35px; color:#333; font-size:16px; }
.main-ervice-screen-right span{ display: block; color: #00479a; font-size: 14px; line-height: 24px; background: url(../images/icon-80.png) no-repeat left center; padding-left: 20px;}
.main-ervice-screen-right p{ padding-top:19px; line-height:24px; height:72px; font-size:14px; color:#999; text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;}
.ccsoa-ervice-title{ font-size:30px; text-align:center; border-bottom:1px solid #CCC;  display:block; padding:30px 0; margin:20px 0;}
.ccsoa-ervice-top{ display:block; overflow:hidden; position: relative;}
.ccsoa-ervice-top ul{ position:relative;}
.ccsoa-ervice-top ul li{min-height:50px; line-height:50px; font-size:16px; border-bottom:1px dashed #CCCCCC;}
.ccsoa-ervice-top li i{ font-style: normal;}
.ccsoa-ervice-hd{ position:relative;}
.ccsoa-ervice-hd li{min-height:40px !important; line-height:40px !important; font-size:16px; border-bottom:1px dashed #CCCCCC; position:relative; padding-left:90px; }
.ccsoa-ervice-hd li span { display:block; line-height:40px; font-size:16px; position:absolute; left:0; top:0; color:#999}
.ccsoa-ervice-hd li i{ font-style: normal;}
.ccsoa-ervice-img{ width:700px; height:404px; float:left; padding-right:30px;}
.ccsoa-ervice-img img{width:700px; height:404px; }
.hd-box{ width:160px; height:190px; position:absolute; right:20px; bottom:20px; background:#fafafa;}
.hd-box img{ width:160px; height:160px;}
.hd-box span{ width:160px; height:30px; line-height:30px; text-align:center; font-size:16px; display:block;}
.hd-box-pc{ width:160px; height:170px; position:absolute; left:160px;  background:#fafafa;}
.hd-box-pc img{ width:140px; height:140px;margin-left:10px;}
.hd-box-pc span{ width:160px; height:30px;  line-height:30px; text-align:center; font-size:16px; display:block;}

.ccsoa-ervice-topright {
    float: left;
    width: 430px;
    height: 360px;
    background-color: #fafafa;
    padding: 20px;
	position:relative;}
.main-video li{ width:540px; padding:20px 20px; background:#f5f5f5; margin-top:20px;}
.main-video li a { width:540px; overflow:hidden; display:block;}
.main-video li p{ text-align:center; line-height:50px; font-size:18px;  overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
.main-video li:hover{ background:#FFF; box-shadow: 0px 0px 15px #888;
    -o-box-shadow: 0px 0px 15px #888;
    -ms-box-shadow: 0px 0px 15px #888;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;}

/* =====================================个人首页=============== */

.main-personal-box{ width:1200px; overflow:hidden; background:#FFF; margin:0 auto; }

/* =====================================园区=============== */

.main-park-jianjie{ width:1200px;color: #333;font-size: 16px; padding: 35px 0; line-height: 40px;}
.main-park-jianjie-img{float:left; clear: both; width:550px; height:310px; padding:0 20px 0 0; overflow:hidden;}
.main-park-jianjie-img img{ width:550px; height:310px;}
.main-park-peitao{ width:1200px; color: #333;font-size: 16px;line-height: 35px; margin:0 auto;}

/* =====================================分页样式=============== */


.large {
  width: 1200px;
  margin:0 auto;
  text-align:center;
  padding:40px 0;
}


.pagination ul li {
  list-style: none;
  display: inline;
  padding-left: 0px;
}

.pagination li {
  counter-increment: pagination;
}
.pagination li:hover a {
  color: #fdfdfd;
  background-color: #25a79f;
  border: solid 1px #036d66;
}
.pagination li.active a {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}

.pagination li:first-child a:after {
  content: "<";
}

.pagination li:nth-child(2) {
  counter-reset: pagination;
}

.pagination li:last-child a:after {
  content: ">";
}
.pagination li a {
  border: solid 1px #d6d6d6;
  border-radius: 0.2rem;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0.9rem;
}
.pagination li a:after {
  content: " " counter(pagination) " ";
}

.large li a {
  display: none;
}
.large li:first-child a {
  display: inline-block;
}
.large li:first-child a:after {
  content: "<";
}
.large li:nth-child(2) a {
  display: inline-block;
}
.large li:nth-child(3) a {
  display: inline-block;
}
.large li:nth-child(4) a {
  display: inline-block;
}
.large li:nth-child(5) a {
  display: inline-block;
}
.large li:nth-child(6) a {
  display: inline-block;
}
.large li:nth-child(7) a {
  display: inline-block;
}
.large li:nth-child(8) a {
  display: inline-block;
}
.large li:last-child a {
  display: inline-block;
}
.large li:last-child a:after {
  content: ">";
}
.large li:nth-last-child(2) a {
  display: inline-block;
}
.large li:nth-last-child(3) {
  display: inline-block;
}
.large li:nth-last-child(3):after {
  padding: 0 1rem;
  content: "...";
}

.ccsoa-mainbox{ width:1200px; margin:0 auto;}
.neirong1{ line-height:40px; font-size:16px; padding: 30px 0 50px 0;}
.neirong1 p { text-indent:30px; }
.main-name{ font-size:24px; color:#333; line-height:40px; font-weight:bold; padding-top:10px; }
.main-name-line{ border-bottom:1px solid #CCC}

.main-news {
	width: 1200px;
	margin:0 auto;
}
.main-news li {
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: relative;
	
}
.main-news li a {
	color: #333;
	line-height: 80px;
	font-size: 16px;
	display: block;
	padding-right: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom:1px dashed #CCCCCC;
}
.main-news li span {
	color: #999;
	line-height: 80px;
	font-size: 14px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.main-news li a:hover {
	color: #25a79f;	
}
.ccsoa-ervice-time{ width:1200px; text-align:center; color:#999;}
.ccsoa-ervice-time span{ padding:0 10px; font-size:14px;}
.main-video{ width:1200px; margin:20px auto;}
.baoming{ margin:60px auto 0 auto; display: block; width:200px; height:50px; background:#25a79f; font-size:16px; text-align:center; line-height:50px; color:#FFF}
.pl-recruit-list{ width:1200px; margin:20px auto 0  auto;}
.pl-recruit-list li{ padding:10px 20px; background:#FFF; margin:10px 0;}
.pl-recruit-list li:hover{ box-shadow: 0px 0px 15px #7d7d7d;
	-o-box-shadow: 0px 0px 15px #7d7d7d;
	-ms-box-shadow: 0px 0px 15px #7d7d7d;
	-moz-box-shadow: 0px 0px 15px #7d7d7d;
	-webkit-box-shadow: 0px 0px 15px #7d7d7d; background:#fafafa}
.pl-recruit-list-top {
    height: 100px;
    display: block;
    position: relative;
}
.pl-recruit-list-top span {

	line-height: 50px;
	font-size: 16px;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} 
.pl-recruit-list-top i {
	font-size: 16px;
	color: #fa5f7a;
	font-style: normal;
	font-weight: bold;
	padding-left:50px;
}
.pl-recruit-list-gongsi {
	height: 40px;
	display: block;
	position:absolute;
	right:0;
	top:30px;
	
}
.pl-recruit-list-gongsi span {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.pl-recruit-list-gongsi-name {
	line-height: 40px;
	color: #333;
	display: block;
	float: right;
	padding-right: 10px;
}
.jfb-box{ width:1160px; padding:20px; background:#FFF; margin:20px auto; overflow:hidden;}

.pl-pro-fb-btn2 {
    width: 180px;
    height: 36px;
    background: #1f559c;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    text-align: center;
    color: #FFF;
    line-height: 36px;
    margin: 22px auto;
}
.fujian-list dd{ }
.fujian-list dd a{ font-size:14px; color:#09C; line-height:32px; border-bottom:1px dashed #CCC; display:block; }

.ccsoa-loginbox {
	width: 100%;
	height: 600px;
}
.ccsoa-loginbox-in{ width:1200px; height:600px; margin:0 auto}
.ccsoa-login-main{ width:360px; height:360px; float:right; background:url(../images/icon-83.png); display:block; margin-top:100px; padding:20px; }
.ccsoa-login-title{ display:block; font-size:18px; line-height:30px; color:#333; font-weight:bold; padding-bottom:20px; padding-left:15px; padding-top:10px;}
.ccsoa-login-inputbox{ height:32px; display:block; padding: 10px 0;}
.pl-pro-fb-btn3 {
    width: 280px;
    height: 36px;
    background: #1f559c;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    text-align: center;
    color: #FFF;
    line-height: 36px;
    margin: 22px auto;
}
.ccsoa-login-zhuce{overflow:hidden; padding-left:70px;}
.ccsoa-login-zhuce a{ font-size:14px; color:#00F; text-decoration: underline; float:right; padding-right:40px; line-height:32px;}
.ccsoa-login-foot{ width:1200px; margin:0 auto; padding:20px 0; background:#FFF;}
.ccsoa-login-footbox{ width:100%; background:#FFF;}
.ccsoa-login-foot ul{ border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; overflow:hidden; text-align:center; }
.ccsoa-login-foot ul li{ display:inline-block }
.ccsoa-login-foot ul li a{ color:#6c6c6c; font-size:14px; line-height:42px; border-right:1px solid #dddddd; padding:0 8px; background-size:cover; } 
.ccsoa-register{ width:1100px; margin:20px auto; padding:20px; background:#FFF; min-height:600px;box-shadow: 0px 0px 5px #7d7d7d;
	-o-box-shadow: 0px 0px 5px #7d7d7d;
	-ms-box-shadow: 0px 0px 5px #7d7d7d;
	-moz-box-shadow: 0px 0px 5px #7d7d7d;
	-webkit-box-shadow: 0px 0px 5px #7d7d7d;}
.ccsoa-register-title{ font-size:18px; line-height:50px; border-bottom:1px dashed #CCCCCC; color:#25a79f; display:block;}
.ccsoa-register-liu{ overflow:hidden;}
.ccsoa-register-liu .first-one{ background:url(../images/icon-84.png) no-repeat;}
.about-left{ width:200px; float:left; height:600px; display:block; background:url(../images/icon-86.png) no-repeat;}
.about-left li{ width:200px; }
.about-left li a{ width:200px; height:50px; display:block; text-align:center; line-height:50px; font-size:16px; color:#333; border-bottom:1px solid #e3e3e3; }
.about-left li a:hover{ background:#b5d9f4;}
.about-onthis{ background:#6094f7; color:#FFF !important; }
.about-right{ width:940px; float:right; min-height:598px; border:1px solid #f0f0f0; padding:0 20px; margin-bottom:20px;}
.about-title{width: 980px;
    margin: 0 auto;
    text-align: center;}