@font-face {
  font-family: 'iconfont';  /* Project id 3883893 */
  src: url('//at.alicdn.com/t/c/font_3883893_w0hmsiq7d7o.woff2?t=1680955874936') format('woff2'),
       url('//at.alicdn.com/t/c/font_3883893_w0hmsiq7d7o.woff?t=1680955874936') format('woff'),
       url('//at.alicdn.com/t/c/font_3883893_w0hmsiq7d7o.ttf?t=1680955874936') format('truetype');
}
* {
	padding: 0px;
	margin: 0px
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #555;
	margin: 0px auto;
   font-family: Source Han Sans CN;
   /* font-family: Source Han Serif;  */
	font-size: 18px;
	background: #fff;
	letter-spacing: 2px;
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	margin: 0px;
	line-height: 1.8em;
}
b, strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0; /* Remove most spacing between table cells.*/
}
li {
	list-style: none outside none;
}
/*é“¾æŽ¥*/
a {
	text-decoration: none;
	color: #000;
	background: transparent;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #5d9cec;
}
a:active {
	outline: none;
}
/*æ ‡é¢˜*/
h1 {
	font-size: 1.3em;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	margin: 0;
}
h3 {
	font-size: 1.17em;
	margin: 0;
}
h4 {
	font-size: 1em;
	margin: 0;
}
h5 {
	font-size: 0.83em;
	margin: 0;
}
h6 {
	font-size: 0.67em;
	margin: 0;
}
/*è¡¨å•*/
form {
	margin: 0px;
}
button, input, select, textarea {
	font-size: 15px;
	margin: 3px;
	vertical-align: baseline;

}
button, select {
	text-transform: none;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	width: 99%;
}
textarea {
	padding: 2px;
	color: #000000;
	background-color: #fff;
	width: 99%;
}
/*å…¶å®ƒ*/
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
code, kbd, pre, samp {
	font-size: 1em;
}
pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
/*==========@@HTMLé»˜è®¤  ç»“æŸ@@==========*/


/*==========@@å…ƒä»¶ å¼€å§‹@@==========*/
/*å¸¸ç”¨é¢œè‰²*/
.blue {
	color: #00F !important;
}
.green {
	color: #0F0 !important;
}
.red {
	color: #F00 !important;
}
.black {
	color: #000000 !important;
}
.white {
	color: #FFFFFF !important;
}
.gray {
	color: gray;
!important;
}
.purple {
	color: purple;
!important;
}
/*æµ®åŠ¨*/
.clear {
	display: block;
	clear: both;
	overflow: hidden;
	line-height: 25px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
/*å¯¹é½æ–¹å¼*/
.left {
	text-align: left
}
.right {
	text-align: right
}
.center {
	text-align: center
}
/*æŒ‰é’®*/
.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: -moz-inline-stack;
	display: inline-block;
*display: inline;
	vertical-align: middle;
*vertical-align: auto;
	zoom: 1;
	height: 32px;
	line-height: 32px;
	padding: 0px 20px;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	color: #666666;
}
/*é»˜è®¤æ ·å¼*/
.btn {
	background-color: #e7463c;
	color: #fff;
}
.btn:hover {
	background-color: #e71609;
	color: #fff;
}
.btn:active {
	background: #76a312;
	color: #374f00;
}
/*æŒ‰é’®å¤§å°*/
.btn-large {
	font-size: 19px;
	height: 38.4px;
	line-height: 38.4px;
	padding: 0px 26px;
}
.btn-small {
	font-size: 12px;
	height: 25.6px;
	line-height: 25.6px;
	padding: 0px 16px;
}
.btn-tiny {
	font-size: 12px;
	height: 22.4px;
	line-height: 22.4px;
	padding: 0px 13px;
}
/*å—æŒ‰é’®*/
.btn-block {
	display: block;
}
/*è¡¨å•ç±»*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover {
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width: 1px;
	height: 20px;
	line-height: 20px;
	clip: rect;
	padding: 2px;
	color: #000000;
}
.form_text {
	width: 95%;
	background-position: 0px 0px;
}
.form_text:hover {
	background-position: 0px -37px;
}
.form_text_verifycode {
	width: 50px;
	margin-right: 3px;
	background-position: 0px 0px;
}
.form_text_verifycode:hover {
	background-position: 0px -37px;
}
.form_radio {
	width: auto;
	border: 0;
}
.form_checkbox {
	width: auto;
	border: 0
}
.form_select {
	height: 25px;
}
.form_textarea {
	width: 95%;
	height: 80px;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width: 1px;
	padding: 2px;
}
.form_button {
	width: auto;
	vertical-align: middle;
	border: 0 none;/*è§£å†³ieç„¦ç‚¹æ˜¯æœ‰é»‘è‰²è¾¹æ¡†*/
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
.required {
	color: red;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
}
/*å…¶å®ƒ*/
.hide {
	display: none;
}  /*éšè—*/
.more {
	float: right;
	padding-right: 5px;
	display: none;
} /*moreé“¾æŽ¥*/
.code_image {
	cursor: pointer;
	padding-bottom: 6px;
} /*éªŒè¯ç å›¾ç‰‡æ ·å¼*/
/*é¢‘é“*/
.ChannelContent {
	line-height: 2.0em;
}
.ChannelContent p {
	font-size: 22px;
   padding: 15px 0 10px;
   letter-spacing: 2px;
   line-height: 2em;
}
.ChannelSContent, .ChannelSContent p {
	line-height: 1.8em
}
.ChannelContent a {
	color: #ff9d02
}
.ChannelSContent {
	color: #FFF;
	line-height: 25px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}
.ChannelSContent a {
	color: #ff9d02
}
.ChannelSContent img, .InfoContent img {
	max-width: 100%;
   text-align: center !important;
}
.ChannelContentlx h2 {
   font-size:20px;
}
.ChannelContentlx p {
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-indent: 0em !important;
    font-size: 16px;
}
/*ä¿¡æ¯*/
.h-i-box {
    width: 1300px;
    margin: 97px auto 6px auto;
}
.h-i-boxa {
}
.h-i-boxa h1 {
   color: #3e3a39;
   font-size: 38px;
   display: inline-block;
   margin-bottom: 31px;
}
.h-i-boxa img {
    display: inline-block;
    vertical-align: top;
}
.h-i-boxa .h-i-expert {
    width: 78%;
    display: inline-block;
}
.h-mr-r {
    height: 100%;
    margin-left:3%;
    }
.h-i-expert div {
    margin-bottom: 35px;
}
.h-i-expert sp {
    color: #3e3a39;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 11px;
}
.zhuanjiajieshao {
}
.zhuanjiajieshao p {padding: 10px 0;}
.h-i-expert div p {
}
.h-i-expert strong span {
    font-weight: normal;
    margin-left: 34px;
    font-size: 24px;
    font-family: "HiraginoSansGB W3";
}
.h-i-expert div span, .h-i-expert div p {
    line-height: 32px;
}
.h-i-expert div p a{
    text-decoration:underline;
}
.h-i-expert div p a:hover{
    color: #5d9cec;
}
.InfoTitle {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px
}
.InfoTitle h1 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: normal;
}
.InfoTime {
	text-align: left;
	padding: 2px 0px;
	height: 25px
}
.InfoContent, .InfoContent p {
	font-size: 22px;
	padding: 20px 0;
	letter-spacing: 1px;
	color: #888;
}
.InfoContent p.aibiaoti {
	text-align: center;
	color: rgb(255, 0, 0);
	font-size: 28px;
	padding: 30px 0;
}
.InfoContent table {
    margin:auto;
    text-indent: 0em;
}
.InfoContentwenzhang h2 {
    margin-bottom: 23px;
    margin-top: 23px;
    padding: 20px 0px 20px 0px;
    line-height: 28px;
    overflow: hidden;
    font-size: 26px;
    color: #333;
    padding-bottom: 22px;
    margin: 20px auto 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    letter-spacing: 2px;
}
.InfoContentwenzhang h2:after {
    background: #3c76ff;
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    width: 5px;
}
.InfoContentwenzhang h3 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #3c76ffbd;
}
.InfoContentwenzhang h4 {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 5px;
    margin-top: 6px;
}
.InfoContentwenzhang{
    padding: 5px 55px;
    line-height: 37px;
}
.InfoContentwenzhang p {
    font-size: 22px;
    padding: 15px 0 10px;
    letter-spacing: 2px;
    line-height: 2em;
}
.InfoContentwenzhang p.pcenter {
    text-align: center;
    text-indent: 0em !important;
}
.InfoContentwenzhang div {
    padding: 10px 0px 14px 0;
    line-height: 25px;
}
.InfoContentwenzhang img {
    width:500px;
}
.InfoContent div {
   padding: 10px 0px 14px 0;
   line-height: 25px;
}
.InfoContentwenzhang hr {
    margin: 10px;
}
.InfoContentwenzhang table, th, td {
  border: 1px solid #555;
  font-size: 22px;
  padding: 10px 15px;
  letter-spacing: 2px;
}
.InfoAttachment {
	padding: 10px 0px;
	text-align: center;
	width: 81px;
	margin: 0 auto;
}
.InfoContent h2 {
    line-height: 27px;
    margin-bottom: 13px;
    margin-top: 13px;
    font-size: 24px;
    display: block;
}
.InfoContent h3 {
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.InfoPicture {
	text-align: center;
}
.InfoPicture img {
	width: 100%;
	max-width: 100%
}
.info_from_wrap {
	padding: 0 10px;
	text-align: center;
	color: #9999999e;
	border: 0px dashed #ccc;
	line-height: 45px;
	margin-bottom: 7px;
	border-bottom: 1px dashed #dedede;
}
.info_from_wrap a {
	color: #9999999e;
}
.info_from_wrap a:hover {
	color: #555;
}
#ReadLevelTip {
	font-weight: bold;
	color: red;
}
.Tag {
	text-align: left;
	font-weight: bold;
}
.Tag a {
	padding: 0 3px;
	font-weight: normal;
	text-decoration: none;
}
.info_previous_next_wrap {
	background: #5c5c5c;
	padding: 5px 10px;
	border: 1px solid #5c5c5c;
	color: #fff;
	line-height: 1.8em;
	margin-top: 7px;
}
.Next a {
	color: #fff;
}
.Previous a {
	color: #fff;
}
.ny_tlt2 {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.ny_tlt2 p {
	float: left;
	font-size: 24px;
	color: #5c5c5c;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
	font-weight: bold;
}
.ny_tlt2:before {
	content: '';
	width: 4px;
	height: 24px;
	background: #5c5c5c;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.ny_xgwz {
	background: #ffffff;
	padding: 20px 0;
}
.ny_xgwz ul li {
	float: left;
	width: 49%;
	margin-bottom: 9px;
	position: relative;
	background: #f3f5f7;
}
.ny_xgwz ul li a {
	float: left;
	width: 95%;
	padding: 5px 0 5px 5%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ny_xgwz ul li span {
	display: block;
	float: right;
	width: 20%;
	color: #5c5c5c;
	text-align: right;
	padding: 5px 5% 0 0;
}
.ny_xgwz ul li:nth-child(odd) {
	float: left;
}
.ny_xgwz ul li:nth-child(even) {
	float: right;
}
.ny_xgwz ul li:before {
	content: '';
	width: 10px;
	height: 1px;
	background: #5c5c5c;
	position: absolute;
	left: 10px;
	top: 50%;
}
.ny_xgwz ul li:hover {
	background: #5c5c5c;
	color: #fff
}
.ny_xgwz ul li:hover:before {
	background: #ffffff;
}
.ny_xgwz ul li:hover a, .ny_xgwz ul li:hover span {
	color: #ffffff;
}




/*==========@@å…ƒä»¶ ç»“æŸ@@==========*/

/*==========@@æ¨¡å—  å¼€å§‹@@==========*/
/*å·¦ä¾§*/
/*ä¸»ä½“å·¦ä¾§æ ·å¼*/
.left_title {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #01673A;
}
.left_title h2 {
	font-size: 16px;
	color: #01673A;
}
.left_body {
	overflow: hidden;
	zoom: 1;
	color: #01673A;
	padding: 10px 10px 5px;
	border-top: 0;
	border-bottom: 0px
}
.left_bottom {
	height: 15px;
	margin-bottom: 5px;
}
/*æ ·å¼1*/
.left_title1 {
	height: 39px;
	line-height: 39px;
	background: url(../img/left_title1.jpg) no-repeat;
}
.left_title1 h2 {
	text-indent: 1em;
	font-size: 14px;
	color: #000;
}
.left_body1 {
	overflow: hidden;
	zoom: 1;
	color: #000;
	padding: 0 10px 5px;
	border: 5px solid #eff6fe;
	border-bottom: 0;
	border-top: 0
}
.left_bottom1 {
	height: 15px;
	background: url(../img/left_bottom1.jpg) no-repeat;
	margin-bottom: 5px;
}
/*æ ·å¼2*/
.left_title2 {
	line-height: 1.8;
    margin-top: 40px;
    
}
.left_title2 h2 {
	font-size: 40px;
	line-height: 1.8;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}
.left_title2 i {
	display: block;
	height: 8px;
	clear: both;
	float: none;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5d9cec;
}
.left_title2 .t2 {
    line-height: 35px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -11px;
    font-size: 22px;
}
.left_body2 {
	overflow: hidden;
	zoom: 1;
	color: #000;
	border-top: 0;
	border-bottom: 0px
}
.left_bottom2 {
	height: 15px;
	margin-bottom: 5px;
} 
.module-inner{
	width: 94%;
	margin: 20px auto 0;
	}
/*æ ·å¼3*/
.left_title3 {
	line-height: 1.8;
}
.left_title3 h2 {
	font-size: 30px;
	line-height: 1.8;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}
.left_title3 i {
	display: block;
	height: 8px;
	clear: both;
	float: none;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1a408c;
}
.left_body3 {
	overflow: hidden;
	zoom: 1;
	color: #000;
	border-top: 0;
	border-bottom: 0px;
   margin-top: 40px;
}
.left_bottom3 {
	height: 15px;
	margin-bottom: 5px;
}
.left_title4 {
    line-height: 1.8;
    margin-top: 40px;
}
.left_title4 h2 {
	font-size: 30px;
	line-height: 1.8;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}
.left_title4 i {
	display: block;
	height: 8px;
	clear: both;
	float: none;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5d9cec;
}
.left_title4 .t2 {
    line-height: 35px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 12px;
    margin-top: -11px;
}
/*ä¸»ä½“å³ä¾§*/
/*æ ·å¼1*/
.right_title {
   padding: 5px 70px;
}
.right_title h1 {
	font-size: 40px;
	text-align: center;
	padding: 30px 0;
	color: #000;
}
.right_title h2 {
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    padding: 27px 0;
    color: #000;
}
.right_body {
	padding: 5px 0px;
	overflow: hidden;
	zoom: 1;
	border-top: 0;
	border-bottom: 0;
}
.inline-table {
   display: inline-table;
}
.right_bottom {
	display: block;
	clear: both;
	height: 33px;
	overflow: hidden;
	line-height: 3px;
}
/*æ ·å¼2*/
.right_title1 {
}
.right_title1 h2 {
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	padding: 20px 0;
	color: #000;
}
.right_body1 {
	padding: 10px 0;
	overflow: hidden;
	zoom: 1;
	border-top: 0;
	border-bottom: 0;
}
.right_bottom1 {
	height: 5px;
	line-height: 5;
	overflow: hidden;
	font-size: 0px;
	margin-bottom: 5px;
}
/*æ ·å¼3*/
.right_title2 {
	height: 69px;
	line-height: 69px;
}
.right_title2 h2 {
	font-size: 20px;
	font-weight: normal;
	text-indent: 40px;
	color: #FFF;
}
.right_body2 {
	padding: 5px;
	overflow: hidden;
	zoom: 1;
	border-top: 0;
	border-bottom: 0
}
.right_bottom2 {
	height: 5px;
	font-size: 0px;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 5px;
}
/*==========@@æ¨¡å—  ç»“æŸ@@==========*/

/*==========@@é¢‘é“å¸ƒå±€  å¼€å§‹@@==========*/
/*æ¨¡åž‹body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook {
}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback {
	width: 94%;
	margin: 5px auto;
}
#top, #logo, #navigation, #banner, #announcement, #link, #copyright, #floor_1, #floor_2, #floor_3, #floor_4, #floor_5 {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	border: 0px dashed red;
}
#left {
	float: left;
	width: 20%;
	margin-right: 3%;
}
#right {
	float: left;
	width: 100%;
	border-left: 0px solid #E5E5E5;
	padding-left: 0px;
}
/*===é¦–é¡µ å¼€å§‹===*/
#floor_1_main {
	height: 112px;
	background: #666666;
	position: relative;
	z-index: 20;
	margin-top: 0px;
}
#floor_1 {
}
#floor_2_main {
	padding: 40px 0 0 0;
	height: 600px;
}
#floor_2 {
}
#floor_2_1 {
}
#floor_2_1 h2 {
	font-size: 34px;
	line-height: 1.8;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}
#floor_2_2_1 {
	float: left;
	width: 65%;
}
#floor_2_1 i {
	display: block;
	height: 8px;
	clear: both;
	float: none;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5d9cec;
}
#floor_2_2_2 {
	float: right;
	width: 33%;
}
#floor_3_main {
   margin-bottom: 60px;
   text-align: center;
   background: url(../img/news_bg.jpg) no-repeat top center;
}
#floor_3 {
}
#floor_4_main {
	padding: 0px 0;
   background: #f4f5f5;
   margin: 0px auto;
}
#floor_4 {
}
#floor_4_1 {
}
#floor_4_1 h2 {
	font-size: 24px;
	color: #000;
	text-indent: 60px;
	line-height: 1.8;
	background: url(../img/floor_2_1.png) no-repeat 15px center;
	margin-bottom: 10px;
	font-weight: normal;
}
#floor_4_2_1 {
	float: left;
	width: 59%;
}
#floor_4_2_2 {
	float: right;
	width: 37%;
}
#floor_5_main {
	background: #5c5c5c;
	padding: 50px 0;
	color: #fff;
}
#floor_5 {
}
#floor_5_1 {
	width: 850px;
	float: left;
}
#floor_5_2 {
    float: right;
    padding-right: 8%;
    width: 51%;
    border-left: 1px solid #727171;
    /* background: url(../img/floor_5_2.png) no-repeat right 19px; */
    padding-bottom: 12px;
    padding-top: 23px;
}
}
#floor_5_2 .bdsharebuttonbox {
	margin-bottom: 25px;
	float: right;
}
#floor_5_2 .bdsharebuttonbox .LShare {
	display: inline;
	float: left;
	line-height: 24px;
	height: 24px;
	cursor: pointer;
	margin: 6px 6px 6px 0;
	font-size: 16px;
	color: #fff;
}
#floor_5_2 .WeChat li {
	float: left;
	margin: 0 0 0 10%;
	width: 40%;
}
#floor_5_2 .WeChat li img {
	width: 100%;
}
#floor_5_2 .WeChat li p {
	text-align: center;
	margin-top: 7px;
	overflow: hidden;
	line-height: 22px;
}
/*===é¦–é¡µ ç»“æŸ===*/

/*===äº§å“æ¨¡åž‹ å¼€å§‹===*/
.product .info_product_detail_wrap {
	line-height: 2.2em;
}
.product .info_product_detail_wrap b {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #e7463c;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 10px;
}
.product .info_product_detail_wrap table.detail_table {
	width: 100%;
}
.product .info_product_detail_wrap table.detail_table th {
	width: 180px;
}
.product .info_product_detail_wrap table.detail_table th.none, .product .info_product_detail_wrap table.detail_table td.none {
    border: none;
    font-size: 18px;
    padding: 0;
    letter-spacing: 0;
}
.zhengti {
	float: right;
	background: #f4f4f4;
	color: #999;
	font-size: 20px;
	padding: 0 17px;
}
.dianji {
	width: 40%;
	float: left;
}
.fabu {
}
.desc {
    height: 141px;
    overflow: hidden;
}
.pro_btn {
    padding-bottom: 30px;
    overflow: hidden;
}
.pro_btn1 {
	display: block;
	width: 30%;
	margin-right: 20px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	background: #e7463c;
	border-radius: 11px;
	float: left;
	border: 1px solid #fff;
	margin-top: 25px;
	margin-left: 225px;
}
.pro_btn2 {
	display: block;
	width: 30%;
	margin-right: 0;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #7b7b7b;
	color: #fff;
	border-radius: 11px;
	float: left;
	border: 1px solid #fff;
	margin-top: 25px;
	margin-left: 20px;
}
.pro_btn1:hover {
	color: #e7463c;
	background: #fff;
	font-weight:bold;
}
.pro_btn2:hover {
	color: #7b7b7b;
	background: #fff;
	font-weight:bold;
}
.product .ProductDescription {
	height: 40px;
	color: 01673A;
	margin-top: 10px;
	padding-left: 35px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	display: none;
}
.product .info_product_detail_wrap img {
	width: 481px;
	height: 301px;
	float: left;
	text-align: left;
	margin-right: 20px;
}
.product .InfoTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px;
}
.product .f2 {
	padding: 5px 0px
}
.product .f1 {
	padding: 5px 0px
}
.product .InfoHit {
	padding: 5px 9px;
}
.product .InfoTime {
	padding: 5px 9px;
}
.product .Infodes {
	padding: 5px 9px;
}
/*===äº§å“æ¨¡åž‹ ç»“æŸ===*/

/*===æ‹›è˜é¢‘é“  å¼€å§‹===*/
.job {
}
.joblist {
}
.joblist li {
	overflow: hidden;
}
table.job_table {
	margin: 8px 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}
table.job_table td {
	padding: 8px 5px;
	border: 1px solid #DADBD6;
}
table.job_table .Requirement {
	text-align: left;
	padding: 8px 5px;
	line-height: 1.5em;
}
table.job_table th {
	color: #333;
	font-weight: bold;
	text-align: center;
	border: 1px solid #DADBD6;
}
table.job_table .t1 {
	font-weight: bold;
	padding: 5px 0;
	width: 20%;
}
table.job_table .t2 {
	text-align: left;
	width: 25%;
}
table.job_table .t3 {
	font-weight: bold;
	width: 25%;
}
table.job_table .t4 {
	text-align: left;
	width: 25%;
}
table.job_table .operation {
	text-align: center;
	margin: 0 auto;
}
/*åº”è˜*/
table.resume_table {
	margin: 3px;
	text-align: center;
	width: 97%;
	border-collapse: collapse;
}
table.resume_table th {
	font-weight: bold;
	text-align: left;
	width: 100px;
}
table.resume_table td {
	text-align: left;
}
table.resume_table .operation {
	text-align: center;
}
table.resume_table #Detail {
	height: 200px;
}
/*===æ‹›è˜é¢‘é“  ç»“æŸ===*/

/*===ç•™è¨€é¢‘é“  å¼€å§‹===*/
.guestbook {
}
.guestbooklist {
}
.guestbooklist li {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.MessageTitle {
	color: #227BAD;
	line-height: 1.5em;
	font-weight: bold;
}
.MessageContent {
	padding: 5px;
	margin-bottom: 10px;
}
table.guestbook_table {
	width: 98%;
}
table.guestbook_table th {
	width: 100px;
	text-align: left
}
table.guestbook_table td {
	text-align: left
}
table.guestbook_table .operation {
	text-align: center
}
/*ç®¡ç†å‘˜å›žå¤*/
.answer_wrap {
	padding: 5px;
	border-top: 1px dashed #CCC;
	line-height: 1.5em
}
.answer_title {
}
.answer_body {
}
.Administrator {
	text-align: right;
}
.Reply {
	text-align: right;
}
.AnswerTime {
	color: #999
}
/*ç•™è¨€è¡¨å•*/
.message_title {
	height: 40px;
	padding-left: 35px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.message_body {
	padding-left: 10px;
	padding-right: 10px;
	color: #626262;
}
.message_bottom {
}
/*===ç•™è¨€é¢‘é“  ç»“æŸ===*/

/*===åé¦ˆé¢‘é“ å¼€å§‹===*/
.feedback {
}
table.feedback_table {
	width: 99%;
	text-align: center;
	margin: 0 auto;
}
table.feedback_table th {
	width: 100px;
	text-align: left;
	font-weight: bold;
}
table.feedback_table td {
	text-align: left;
}
table.feedback_table .operation {
	text-align: center
}
/*===åé¦ˆé¢‘é“ ç»“æŸ===*/
/*==========@@é¢‘é“å¸ƒå±€  ç»“æŸ@@==========*/


/*==========@@å…¬å…±æ¿å—  å¼€å§‹@@==========*/
/* é¡¶éƒ¨ */
#top_main {
	height: 34px;
	background: #5c5c5c;
}
#top {
	height: 34px;
	line-height: 34px;
	text-align: right;
}
#top_1 {
	float: left;
	text-align: left;
}
#top_2 {
	float: right;
	text-align: right;
}
#top .MobileEdition {
	font-weight: bold;
	color: red;
}
#top a {
	color: #bfbfbf;
}
#top a:hover {
	color: #e7463c;
	text-decoration: none
}
.top {
	height: 44px;
	line-height: 44px;
	background: #f6f6f6;
	color: #575757;
}
.box {
	width: 94%;
	margin: 0 auto;
}
.box .boxx{
   float: right;
}
.box span{
    letter-spacing: 0;
}
.boxx a {
	display: block;
	color: #666;
	float: left;
   margin-left: 20px;
}
.boxx a:hover {
	color: #5d9cec;
}
.top p {
	padding-left: 130px;
	margin-bottom: 0;
	height: 44px;
	line-height: 44px;
}
.top p a{
	background: red;
	color: white;
	padding: 0 8px;
}
.top p span {
   color: red;
}
/*Logo*/
#logo_main {
}
#logo {
	overflow: hidden;
}
#logo .Language {
	width: 500px;
	float: right;
	padding: 10px;
}
#logo .Language .MobileEdition {
	font-weight: bold;
	color: red;
}
#logo .Member {
	width: 500px;
	height: 35px;
	line-height: 35px;
	float: right;
	text-align: right;
	font-weight: bold;
}
#logo .Member .MemberName, #logo_main .Member .MemberGroupName {
	color: #F30
}
/*å¯¼èˆª*/
#navigation_main {
	background: #fff;
}
#navigation {
	height: 84px;
}
#navigation ul.navigationlist {
	width: 60%;
	float: right;
}
#navigation .WebLogo {
	float: left;
	width: 256px;
	padding: 13px 0 0;
}
#navigation ul.navigationlist li {
	float: left;
	line-height: 84px;
	text-align: center;
}
#navigation ul.navigationlist li:hover {
    color: #ffffff;
    background-color: #5d9cec;
}
#navigation ul.navigationlist li a {
	display: block;
	padding: 0px 23px;
	font-size: 20px;
	color: #555;
	border: 0px dashed red;
}
#navigation ul.navigationlist li a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	/* background: url(../img/navigationlist_a.png) no-repeat center bottom; */
}
#navigation ul.navigationlist .current {
	color: #5d9cec;
	/* background: url(../img/navigationlist_a.png) no-repeat center bottom; */
}
#navigation ul.navigationlist .current:hover {
    color: #ffffff;
    background-color: #5d9cec;
}
/*å¯¼èˆªæ ä¸‹æ‹‰*/
#navigation div.subnavigationlist {
	 display: none;
	 z-index: 100;
	 width: 355px;
	 position: absolute;
	 background: #fff;
	 border-top: 0px solid #fbfcfd;
	 padding: 0px 0;
}
#navigation div.subnavigationlist ul {
	float: left;
	width: 134px;
	min-height: 195px;
	border-right: 1px solid #ddd;
}
#navigation div.subnavigationlist ul li {
	float: none;
	padding: 0px;
	line-height: 28px;
	display: inline;
}
#navigation div.subnavigationlist ul li a {
	display: block;
	font-weight: normal;
	color: #555;
	padding: 0;
	font-size: 17px;
	width: 134px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
#navigation div.subnavigationlist ul li a:hover {
	background: -webkit-linear-gradient(to right, #3793f7 , #093095);
	background: -o-linear-gradient(to right, #3793f7, #093095);
   background: -moz-linear-gradient(to right, #3793f7, #093095);
   background: linear-gradient(to right, #3793f7 , #093095);
   color:#fff;
   font-weight:600;
}
#navigation div.subnavigationlist img {
	width: 186px;
	float: right;
	margin-right: 25px;
	height: 115px;
}
#navigation div.subnavigationlist p {
	width: 188px;
	float: right;
	font-size: 14px;
	display: block;
	line-height: 22px;
	margin-top: 2px;
	margin-right: 20px;
	text-align: left;
	color: #555;
	letter-spacing: 0;
}
/*å…¬å‘Š*/
#announcement {
	margin-top: 5px;
	height: 35px;
	line-height: 35px;
	background-color: #f0f0f0;
	color: #0B3B7D;
}
#announcement .announcement_title {
	float: left;
	font-weight: bold;
	text-indent: 35px;
	background: url(../img/announcement_title.gif) no-repeat 8px center;
	width: 150px;
}
#announcement .announcement_body {
	float: left;
	width: 750px;
}
#announcement .announcement_bottom {
	float: right;
	width: 100px;
}
.announcementlist {
}
.announcementlist li {
	line-height: 35px;
}
/*Jså¹»ç¯ç‰‡æ ·å¼*/
#banner_main {
	position: relative;
	border: 0px solid blue;
}
#banner {
	border: 0px solid red;
	margin: 0 auto;
	overflow: hidden;
	width: 100%
}
.bannerlist {
}
.bannerlist li {
	text-align: center;
	border: 0px dashed red;
	overflow: hidden;
	display: block;
}
.bannerlist li img {
	margin: 0 auto;
	display: block;
	/* max-width: 100%; */
}
#banner_main .hd {
	width: 200px;
	position: absolute;
	top: 544px;
	right: 43%;
	text-align: center;
	border: 0px solid red;
}
#banner_main .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	font-size: 0;
	width: 11px;
	height: 11px;
	line-height: 30px;
	background: #5d9cec;
	margin: 0 7px;
	overflow: hidden;
	transition: all 0.3s ease;
}
#banner_main .hd ul li.on {
	background: none;
	border: 2px solid #5d9cec;
}
/*Flashå¹»ç¯ç‰‡æ ·å¼*/
/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */

/*å½“å‰ä½ç½®*/
#location_main {
}
#location {
	display: none;
	color: #01673A;
	float: right;
	padding-right: 8px;
}
#location a {
	color: #01673A;
}
/*å­é¢‘é“åˆ—è¡¨*/
.subchannel_main {
}
.subchannel {
	height: auto;
	text-align: center;
}
.subchannellist {
	display: inline-block;
*display:inline;
	text-align: center;
	background: url(../img/subchannel.png) repeat-x center 50px;
	overflow: hidden;
}
.subchannellist li {
	float: left;
	height: 140px;
	margin: 0 4px;
}
.subchannellist li .border_wrap {
	border: 1px dashed #9e1f62;
	background: #fff;
	text-align: center;
	border-radius: 100px;
}
.subchannellist li .color_wrap {
	margin: 10px;
	background: #9e1f62;
	width: 81px;
	height: 55px;
	padding: 13px 0;
	border-radius: 100px;
}
.subchannellist li img {
	width: 55px;
}
.subchannellist li .Channel_wrap {
	display: block;
	height: 60px;
	width: 115px;
	background: url(../img/channel_wrap.png) no-repeat center bottom;
}
.subchannellist #current .Channel_wrap {
	display: block;
	background: url(../img/channel_wrap_a.png) no-repeat center bottom;
}
.subchannellist #current .ChannelIcon {
	display: block;
	background: url(../img/channel_wrap_a.png) no-repeat center bottom;
}
.subchannellist .current1 .Channel_wrap {
	display: block;
	background: url(../img/channel_wrap_a.png) no-repeat center bottom;
}
.subchannellist .current1 .ChannelIcon {
	display: block;
	background: url(../img/channel_wrap_a.png) no-repeat center bottom;
}
.subchannellist li .ChannelName {
	display: block;
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #6f6f6f;
	max-width: 140px;
}
.subchannellist li a {
}
.subchannellist li a:hover {
}
.subchannellist #current a {
}
.subchannellist li.n1 .color_wrap {
	background: #9e1f62;
}
.subchannellist li.n2 .color_wrap {
	background: #f58221;
}
.subchannellist li.n3 .color_wrap {
	background: #662d91;
}
.subchannellist li.n4 .color_wrap {
	background: #8cc63f;
}
.subchannellist li.n5 .color_wrap {
	background: #ee1c25;
}
.subchannellist li.n6 .color_wrap {
	background: #41c8f4;
}
.subchannellist li.n7 .color_wrap {
	background: #8b5e3c;
}
.subchannellist li.n8 .color_wrap {
	background: #0b76ba;
}
.subchannellist li.n1 .border_wrap {
	border: 1px dashed #9e1f62;
}
.subchannellist li.n2 .border_wrap {
	border: 1px dashed #f58221;
}
.subchannellist li.n3 .border_wrap {
	border: 1px dashed #662d91;
}
.subchannellist li.n4 .border_wrap {
	border: 1px dashed #8cc63f;
}
.subchannellist li.n5 .border_wrap {
	border: 1px dashed #ee1c25;
}
.subchannellist li.n6 .border_wrap {
	border: 1px dashed #41c8f4;
}
.subchannellist li.n7 .border_wrap {
	border: 1px dashed #8b5e3c;
}
.subchannellist li.n8 .border_wrap {
	border: 1px dashed #0b76ba;
}
/*æœç´¢ */
table.search_table {
	width: 99%;
	text-align: center;
}
table.search_table th {
	vertical-align: middle;
	text-align: center;
	padding: 0px 3px;
}
table.search_table td {
	vertical-align: middle;
	width: 60px;
	padding: 0px 3px;
}
/*è”ç³»æˆ‘ä»¬*/
.contact_wrap {
	line-height: 1.8em;
}
.contact_wrap b {
	font-weight: bold;
}
.contact_wrap .WebUrl {
	color: #F00
}
/*è”ç³»æˆ‘ä»¬1*/
.contact_wrap1 {
	line-height: 26px;
	;
	background: url(../img/contact.png) no-repeat;
	width: 315px;
	height: 154px;
	padding-left: 30px;
	padding-top: 20px;
	color: #FFF;
	overflow: hidden;
}
.contact_wrap1 b {
	font-weight: normal;
}
.contact_wrap1 .ico1 {
	background: url(../img/phone.gif) no-repeat 8px center;
	padding: 5px 0px 5px 25px;
}
.contact_wrap1 .ico2 {
	background: url(../img/fax.gif) no-repeat left center;
	padding: 5px 0px 5px 25px;
}
.contact_wrap1 .ico3 {
	background: url(../img/email.gif) no-repeat 1px center;
	padding: 5px 0px 5px 25px;
}
.contact_wrap1 .ico4 {
	background: url(../img/address.gif) no-repeat left center;
	padding: 5px 0px 5px 25px;
}
/*è®¢è´­*/
.order {
	margin: 0px auto
}
.order .WantOrder h1 {
	border-bottom: 1px dotted #999999;
	padding: 5px 0px;
}
.order .f1 {
	float: right;
	color: red;
}
table.order_table {
	width: 98%;
}
table.order_table th {
	width: 100px;
	text-align: left;
}
table.order_table td {
	text-align: left
}
table.order_table .operation {
	text-align: center
}
/* å‹æƒ…é“¾æŽ¥ */ 
#link_main {
	padding: 0 0 30px 0;
}
#link {
}
.link_title {
	float: left;
	width: 100%;
	line-height: 30px;
}
.link_title h2 {
	color: #333;
	height: 38px;
	margin-bottom: -1px;
	font-weight: bold;
	padding-left: 23px;
	line-height: 37px;
	border-bottom: 1px solid #ccc;
	background: url(../img/pecv.png) left center no-repeat;
}
.link_title span {
	float: right;
	color: #999;
	font-weight: normal;
	line-height: 57px;
}
.link_body {
	float: left;
	color: #000;
	border-top: 0px;
	border-bottom: 0px;
}
.link_bottom {
}
.link_pic {
	overflow: auto;
	zoom: 1;
}
.link_pic ul li {
	float: left;
	padding: 1px 5px;
	text-align: center;
	width: 112px;
}
.link_pic img {
	width: 86px;
	height: 30px;
	padding: 2px;
	border: 1px solid #000;
}
.link_pic ul li a:hover img {
	border: 1px solid #e7463c;
}
.link_text {
	overflow: hidden;
}
.link_text ul li {
	float: left;
	text-align: center;
	padding: 1px 15px;
	overflow: hidden;
	white-space: nowrap;
}
.link_text a {
	line-height: 22px;
	color: #aaa;
}
.link_text a:hover {
	color:#5d9cec;
}
/* åº•éƒ¨å¯¼èˆª  */
.bottom_navigation {
	width: 850px;
	overflow: hidden;
	float: left;
}
.bottom_navigation li {
	float: left;
	width: 140px;
	margin-right: 30px;
	overflow: hidden;
}
.bottom_navigation li.n1 {
	margin-right: 0;
}
.bottom_navigation li a {
	display: block;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
/*åº•éƒ¨å¯¼èˆªå­å¯¼èˆª*/
.bottom_navigation .subnavigationlist1 {
}
.bottom_navigation .subnavigationlist1 li {
	float: none;
	padding: 0px;
	line-height: 28px;
	display: block;
}
.bottom_navigation .subnavigationlist1 li a {
	display: block;
	line-height: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 13px;
	text-align: left;
}
.bottom_navigation .subnavigationlist1 li a:hover {
	color: #5d9cec;
}
/* ç‰ˆæƒä¿¡æ¯ */
#copyright_main {
	background: #424242;
	color: #bbb;
	line-height: 55px;
}
#copyright {
	line-height: 55px;
	text-align: center;
}
#copyright a {
	color: #bbb;
	text-decoration: none;
}
#copyright a:hover {
	color: #fff;
	text-decoration: none;
}
#copyright .bottom_info {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 20px;
}
#copyright .TechnicalSupport {
	float: right;
	margin: 0
}
/*åˆ†é¡µæ ·å¼*/
.page {
	width: 100%;
	margin: 0 auto;
	margin-top: 31px;
	padding-top: 17px;
	padding-bottom: 15px;
	text-align: center;
}
.page p {
   display: none;
}
.page a, .page span {
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	text-align: center;
	line-height: 46px;
	border: 1px solid #dfdfdf;
	color: #333;
	margin: 0 5px;
	border-radius: 5px;
}
.page a:link, .page a:visited {
	text-decoration: none;
}
.page .cur, .page a:hover {
   display: inline-block;
   padding: 0 15px;
   text-align: center;
   line-height: 45px;
   border: 1px solid #3892f5;
   color: #fff !important;
   margin: 0 5px;
   background: #3892f5;
   border-radius: 5px;
}
.page .current {
	background: #CC0001;
	color: #FFF;
}
.page #total {
	color: red
}
/*ä¼šå‘˜*/
/*ä¼šå‘˜ç™»å½•*/
table.login_table {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}
table.login_table th {
	width: 100px;
	text-align: left;
	font-weight: bold;
}
table.login_table td {
	text-align: left;
}
table.login_table .operation {
	text-align: center
}
table.login_table .quick_login td {
	text-align: left;
	padding: 10px 0;
}
table.login_table .quick_login td img {
	margin-right: 8px;
	float: left;
}
/*ä¼šå‘˜æ³¨å†Œ*/
table.reg_table {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}
table.reg_table th {
	width: 140px;
	text-align: left;
	font-weight: bold;
}
table.reg_table td {
	text-align: left;
}
table.reg_table .operation {
	text-align: center
}
table.reg_table .MemberCode {
	text-align: left;
	width: 70px;
}
table.reg_table #SmsCode {
	width: 50px;
}
/*å¿˜è®°å¯†ç  ç¬¬ä¸€æ­¥*/
table.forget_table1 {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}
table.forget_table1 th {
	width: 100px;
	text-align: left;
	font-weight: bold;
}
table.forget_table1 td {
	text-align: left;
}
table.forget_table1 .operation {
	text-align: center
}
/*å¿˜è®°å¯†ç  ç¬¬äºŒæ­¥*/
table.forget_table2 {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}
table.forget_table2 th {
	width: 100px;
	text-align: left;
	font-weight: bold;
}
table.forget_table2 td {
	text-align: left
}
table.forget_table2 .operation {
	text-align: center
}
table.forget_table2 #SmsCode {
	width: 60px;
}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay {
	padding: 3px 0;
}
/*ç½‘ç«™åœ°å›¾åˆ—è¡¨*/
.maplist {
}
.maplist li {
	padding: 1px;
}
.maplist li a {
	background: #d1e8fc;
	line-height: 25px;
	display: block;
	padding: 0 20px;
	border: 0px solid #A6CC93;
}
.maplist li a:hover {
	text-decoration: none;
	background: #FFF;
}
.maplist .depth1 {
	font-weight: bold;
	text-indent: 0px;
	font-weight: bold
}
.maplist .depth2 {
	text-indent: 2em
}
.maplist .depth3 {
	text-indent: 4em
}
.maplist .depth4 {
	text-indent: 6em
}
.maplist .depth5 {
	text-indent: 8em
}
.maplist .depth6 {
	text-indent: 10em
}
/*==========@@å…¬å…±æ¿å—  ç»“æŸ@@==========*/


/*==========@@é€šç”¨åˆ—è¡¨ å¼€å§‹@@==========*/
/*æ–‡å­—åˆ—è¡¨*/
.textlist {
}
.textlist li {
	padding: 11px 0;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	overflow: hidden;
	background: url(../img/textlist1.png) no-repeat right center;
}
.textlist li .time_wrap {
	 float: left;
	 width: 100px;
	 overflow: hidden;
	 color: #ffffff;
	 height: 100px;
	 background: #5d9cec;
}
.textlist li .time_wrap .day {
	font-size: 44px;
	line-height: 46px;
	display: block;
	text-align: center;
	padding-top: 10px;
}
.textlist li .time_wrap .year {
	font-size: 16px;
	line-height: 37px;
	display: block;
	text-align: center;
}
.textlist li .info_wrap {
	width: 77%;
	float: left;
	margin-left: 15px;
	overflow: hidden;
	padding: 11px;
}
.textlist li .info_wrap .InfoTitle {
	font-size: 24px;
	margin: 2px 0;
	padding: 4px 0;
	display: block;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	color: #333333b3;
}
.textlist li .info_wrap .InfoContent {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	padding: 0;
	color: #565656a6;
	width: 100%;
	line-height: 32px;
	text-indent: 0em;
}
.textlist li .info_wrap .InfoTime {
	color: #b4b4b4;
	padding-right: 15px;
}
.textlist li .info_wrap .InfoHit {
	color: #b4b4b4;
}
.textlist li:hover .InfoTitle {
	color: #ff0000;
}
.textlist li:hover .time_wrap {
	background: #ff0000;
	color: #fff;
}
.textlist li:hover {
	background: url(../img/textlist1_hover.png) no-repeat right center;
	padding-bottom: 11px;
}
/*æ–‡å­—åˆ—è¡¨*/
.textlist1 {
	/* border-top: 1px solid #eaeaea; */
}
.textlist1 li {
	padding: 16px 17px;
	border-bottom: 1px solid #eaeaea;
	/* width: 100%; */
	overflow: hidden;
	/* background: url(../img/textlist1.png) no-repeat right center; */
}
.textlist1 li .time_wrap {
	float: left;
	width: 10%;
	border-right: 1px solid #eaeaea;
	overflow: hidden;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #e7463c;
	line-height: 34px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.textlist1 li .time_wrap .day {
	font-size: 20px;
	line-height: 40px;
	display: block;
	text-align: center;
	padding: 4px 2px 0px;
}
.zhuangtai {
	height: 57px;
	line-height: 58px;
}
.textlist1 li .time_wrap .year {
	font-size: 14px;
	line-height: 23px;
	display: block;
	text-align: center;
	padding: 2px 2px 8px;
}
.textlist1 li .info_wrap {
	width: 85%;
	float: left;
	margin-left: 14px;
	overflow: hidden;
}
.textlist1 li .info_wrap .InfoTitle {
	margin: 2px 0;
	padding: 4px 0;
	display: block;
	text-align: left;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000000cf;
	font-weight: 600;
	font-size: 24px;
}
.textlist1 li .info_wrap .InfoContent {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 0;
	color: #565656a6;
	width: 100%;
	text-indent: 0em;
}
.textlist1 li:hover .InfoTitle {
	color: #5d9cec;
   font-weight: 600;
}
.textlist1 li:hover .day {
	/*color: #5d9cec;*/
}
.textlist1 li:hover {
	background: url(../img/textlist1_hover.png) no-repeat right center;
}
/*å¸¦ç¼©ç•¥å›¾æ–‡å­—åˆ—è¡¨*/
.thumblist {
}
.thumblist li {
}
/*å¸¦ç¼©ç•¥å›¾æ–‡å­—åˆ—è¡¨1*/
.thumblist1 {
}
.thumblist1 li {
	float: right;
   width: 320px;
   margin-right: 5px;
   border: 1px solid #f4f5f5;
}
.thumblist1 li:hover {
   border: 1px solid #5d9cec;
}
.thumblist1 li img {
	width: 294px;
	moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.thumblist1 li img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.thumblist1 li .InfoPicture {
	width: 318px;
	display: block;
	overflow: hidden;
}
.thumblist1 li .InfoTitle {
	  display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 6px;
}
.thumblist1 li .InfoTitle:hover{
    color: #5d9cec;
}
.thumblist1 li .InfoSContent {
	line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
    width: 286px;
    margin-right: 10px;
    float: right;
}
.thumblist1 li .ViewDetail {
	display: block;
	width: 110px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e7463c;
	background: #fff;
	font-family: jrico;
	color: #e7463c;
	text-align: center;
	margin-top: 20px;
}
.btn-more1 {
    border: 1px solid;
    color: #5d9cec;
    display: block;
    width: 140px;
    text-align: center;
    height: 40px;
    line-height: 36px;
    margin: 40px auto;
}
.btn-more1:hover {
	border: 1px solid #5d9cec;
	color: #fff;
	background: #5d9cec;
}
/*å¸¦ç¼©ç•¥å›¾æ–‡å­—åˆ—è¡¨2*/
.thumblist2 {
}
.thumblist2 li {
}
.thumblist2 li img {
	width: 100%;
   height: 488px;
   margin-top: 18px;
   margin-left: 17px;
}
.thumblist2 li .AlbumPicture {
	overflow: hidden;
	float: left;
   width: 46.5%;
}
.thumblist2 li .Album_wrap {
	width: 59.5%;
   float: left;
   margin: -28px 0 0 32px;
}
.thumblist2 li .Album_wrap h2 {
	font-family: arial;
	font-size: 24px;
	line-height: 44px;
	margin-bottom: 10px;
	color: #333;
   margin-top: 18px;
}
.thumblist2 li .Album_wrap h2 i {
	font-style: normal;
	color: #4185a9;
	margin: 0 10px 0 0
}
.thumblist2 li p {
	display: block;
	color: #666;
	text-align: justify;
	line-height: 185%;
}
.thumblist2 li .Album_wrap .ViewDetail {
	display: block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #5d9cec;
	background: #fff;
	color: #5d9cec;
	text-align: center;
	margin-top: 10px;
}
.thumblist2 li .Album_wrap .ViewDetail:hover {
	border: 1px solid #5d9cec;
	color: #fff;
	background: #5d9cec;
}
/*æ©±çª—åˆ—è¡¨*/
.gridlist {
	margin-top: 5px;
}
.gridlist li {
	float: left;
	width: 24.1355%;
	margin-bottom: 20px;
	margin-right: 15px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 23px;
	border: 1px solid #D6D6D6;
	position: relative;
}
.gridlist li:nth-child(4n) {
	margin-right: 0;
}
.gridlist li img {
	/* width: 262px; */
	/* height: 164px; */
}
.gridlist.anli li img {
	width: 262px;
	height: 164px;
}
.gridlist li a {
	white-space: nowrap;
}
.gridlist li .InfoPicture {
	display: block;
	padding-bottom: 30px;
}
.gridlist li .Info_wrap {
	position: absolute;
	bottom: -76px;
	left: 23px;
	background: #fff;
	height: 112px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	right: 23px;
}
.gridlist li .Info_wrap .InfoTitle {
	text-align: left;
	line-height: 18px;
	padding: 0;
	white-space: normal;
	margin-bottom: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
}
.gridlist li .Info_wrap p {
	display: block;
	white-space: normal;
	text-align: left;
	line-height: 1.4em;
	font-size: 14px;
}
.gridlist li:hover {
	border: 1px solid #5d9cec;
}
.gridlist li:hover .InfoTitle {
	color: #5d9cec;
	font-weight: 600;
	margin-top: 15px;
}
.gridlist li:hover .Info_wrap {
	bottom: 15px;
}
.gridlist5 {
	margin-top: 5px;
}
.gridlist5 li {
	float: left;
	width: 18.4%;
	margin-bottom: 20px;
	margin-right: 2%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 23px;
	border: 1px solid #D6D6D6;
	position: relative;
	box-sizing: border-box;
}
.gridlist5 li:nth-child(5n) {
	margin-right: 0;
}
.gridlist5 li img {
	width: 100%;
}
.gridlist5 li a {
	white-space: nowrap;
}
.gridlist5 li .InfoPicture {
	display: block;
	padding-bottom: 30px;
}
.gridlist5 li .Info_wrap {
	position: absolute;
	bottom: -68px;
	left: 23px;
	background: #fff;
	height: 112px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	right: 23px;
}
.gridlist5 li .Info_wrap .InfoTitle {
	display: block;
	text-align: left;
	line-height: 38px;
	padding: 0;
	font-weight: 600;
	font-size: 22px;
}
.gridlist5 li .Info_wrap p {
	display: block;
	white-space: normal;
	text-align: left;
	font-size: 14px;
}
.gridlist5 li:hover {
	border: 1px solid #5d9cec;
}
.gridlist5 li:hover .InfoTitle {
	color: #5d9cec;
	line-height: 40px;
}
.gridlist5 li:hover .Info_wrap {
	bottom: 15px;
}
/*æ©±çª—åˆ—è¡¨1*/
.gridlist1 {
	overflow: hidden;
	margin-bottom: 0;
}
.gridlist1 li {
	position: relative;
	float: left;
	text-align: center;
	overflow: hidden;
	width:14.285%;
}
.gridlist1 li.hover .channel_wrap {
	width: 128px;
}
.gridlist1 li.n1.hover .channel_wrap {
	background: #9e1f62;
}
.gridlist1 li.hover .ChannelPicture {
	display: block;
	width: 190px;
}
.gridlist1 li img {
	width: 100%;
}
.gridlist1 li .channel_wrap {
	display: block;
	height: 100%;
	float: left;
	width: 128px;
}
.gridlist1 li .channel_wrap .ChannelIcon {
	display: inline-block;
	width: 55px;
	height: 55px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 2px;
}
.gridlist1 li .channel_wrap .ChannelName {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 29px;
	word-break: break-all;
	overflow: hidden;
}
.gridlist1 li .ChannelPicture {
	width: 190px;
	float: left;
	display: none;
	height: 105px;
}
.gridlist1 li a {
	white-space: nowrap;
	line-height: 28px;
}
.gridlist1 li.n1.hover .channel_wrap {
	background: #5d9cec;
}
.gridlist1 li.n2.hover .channel_wrap {
	background: #5d9cec;
}
.gridlist1 li.n3.hover .channel_wrap {
	background: #5d9cec;
}
.gridlist1 li.n4.hover .channel_wrap {
	background: #5d9cec;
}
.gridlist1 li.n5.hover .channel_wrap {
	background: #5d9cec;
}
.gridlist1 li.n6.hover .channel_wrap {
	background: #5d9cec;
}
.gridlist1 li.n7.hover .channel_wrap {
	background: #5d9cec;
}
.gridlist1 li.n8.hover .channel_wrap {
	background: #5d9cec;
}
/*æ©±çª—åˆ—è¡¨2*/
.gridlist2 {
	overflow: hidden;
}
.gridlist2 li {
	position: relative;
	float: left;
	text-align: center;
	margin-right: 20px;
	overflow: hidden;
	display: inline /*è§£å†³ie6 åŒè¾¹è·bug*/;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gridlist2 li img {
	width: 275px;
	border: 1px solid #E1E1E1;
	display: block;
}
.gridlist2 li .InfoTitle {
	white-space: nowrap;
	line-height: 19px;
	display: block;
	background: #015D34;
	color: #FFF;
	margin-top: 3px;
}
/*è§†é¢‘åˆ—è¡¨*/
.videolist {
	margin-top: 5px;
}
.videolist li {
	width: 382px;
	float: left;
	margin-right: 15px;
	text-align: center;
	overflow: hidden;
}
.videolist li img {
	border: 1px solid #E1E1E1;
	width: 100%;
}
.videolist li a {
	white-space: nowrap;
	line-height: 28px;
}
/*è§†é¢‘åˆ—è¡¨*/
.videolist1 {
}
.videolist1 li {
	text-align: center;
	overflow: hidden;
}
.videolist1 li img {
	border: 1px solid #E1E1E1;
	width: 100%;
}
.videolist1 li .InfoTitle {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0;
	color: #fff;
	text-align: center;
	background: url(../img/floor_1_main.png) repeat 0 0;
}
/*==========@@é€šç”¨åˆ—è¡¨  ç»“æŸ@@==========*/
.bg0 {
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/home/bg0.png)
}
.bg0, .bg1 {
	background-size: 100%
}
.bg1 {
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/college/bg1.png)
}
.bg3 {
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/journalism/bg3.png)
}
.bg3, .bg4 {
	background-size: 100%
}
.bg4 {
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/serve/bg4.png)
}
.bg5 {
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/team/bg5.png)
}
.bg5, .bg6 {
	background-size: 100%
}
.bg6 {
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/story/bg6.png)
}
.bg7 {
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/joinUs/bg7.png);
	background-size: 100%
}
.app_head {
	width: 100%;
	padding: 3.9375rem 12.5rem;
	background-repeat: no-repeat;
	background-position: 0 0
}
.app_head img {
	width: 9.375rem;
	height: 3.4375rem;
	display: inline-block
}
.app_head .menu {
	height: 3.4375rem;
	padding: 0 1.25rem
}
.app_head .menu .menuBtn {
	cursor: pointer;
	margin: 0 2rem
}
.app_head .menu .menuBtn, .app_head .menu .menuBtn .el-dropdown {
	font-size: 1rem;
	color: #fff;
	font-weight: 700
}
.el-dropdown-menu .dropdownList {
	text-align: center
}
.el-backtop {
	width: 2.5rem!important;
	height: 2.5rem!important;
	font-size: 1.125rem!important;
	z-index: 50!important
}
.app_foot {
	width: 100%
}
.app_foot .navigation {
	width: 100%;
	height: 4.5rem;
	background-color: #7c7b7b;
	color: #fff;
	font-size: 1rem;
	font-weight: 700
}
.app_foot .navigation .menuBtn {
	cursor: pointer;
	position: relative;
	margin-right: 1.25rem
}
.app_foot .navigation .menuBtn:after {
	position: absolute;
	z-index: 10;
	content: "";
	top: 15%;
right:-.6875rem;
	bottom: 15%;
width:.125rem;
	background-color: #fff
}
.app_foot .navigation .menuBtn:last-child {
	margin-right: 0
}
.app_foot .navigation .menuBtn:last-child:after {
	display: none
}
.app_foot .companyDiv {
	width: 75rem;
	margin: 0 auto;
	padding: 2.75rem 0 3.125rem 0
}
.app_foot .companyDiv .qrCodeList {
	width: 14.125rem;
	text-align: center;
	padding: 0 1.25rem
}
.app_foot .companyDiv .qrCodeList .code {
	width: 9.125rem;
	height: 9.125rem;
	margin-bottom: 1.25rem;
	background-color: #e5e5e5
}
.app_foot .companyDiv .bottomMes {
	width: 26.25rem;
	min-height: 12.5rem;
	margin-left: 10.125rem;
	color: #1d1d1b;
	font-weight: 400
}
.app_foot .companyDiv .bottomMes .bottomTitle {
	font-size: 1.1875rem;
	color: #007cc3;
	font-weight: 700
}
.app_foot .companyDiv .bottomMes .logo {
	width: 6.8125rem;
	height: 2.5rem;
	margin: 1.25rem 0
}
.app_foot .companyDiv .bottomMes .icon {
	width: 1.25rem;
	height: 1.25rem
}
.app_foot .companyDiv .bottomMes .flexS {
margin-bottom:.375rem
}
.app_foot .copyright {
	padding: 1.5rem 0;
	color: #505050;
font-size:.8125rem;
border-top:.0625rem solid #e5e5e5
}
.title {
	font-size: 1.75rem;
	font-weight: 700;
	padding: 1.5625rem 0
}
.mes {
	display: inline-block;
	padding:0 .75rem .75rem .75rem;
	font-size: 1.125rem;
	margin-left: 50%;
	transform: translateX(-50%);
	border-bottom:.1875rem solid #505050;
	margin-bottom: 3.1875rem;
}
.banner {
	width: 100%;
	height: 38.5625rem;
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/home/bg0.png);
	background-repeat: no-repeat;
	background-position: 0 -11.3125rem;
	background-size: 100%
}
.standings {
	width: 100%;
	background-color: #f2f2f2
}
.standings .standingsCon {
	width: 75rem
}
.standings .standingsCon .list {
	width: 11.5625rem;
	color: #0c1442;
	text-align: center;
	padding: 3.75rem 0
}
.standings .standingsCon .list .data {
	display: inline-block;
	font-weight: 700;
	font-size: 3.75rem;
border-bottom:.1875rem solid #0c1442;
margin-bottom:.875rem
}
.standings .standingsCon .list .data .addIcon {
	font-size: 1.875rem;
padding-bottom:.5rem
}
.standings .standingsCon .list .h-text {
	font-weight: 700;
	font-size: 1.125rem
}
.software {
    margin-top: 20px;
}
.software .softwareImg {
}
.expertItem {
	width: 100%;
	background-color: #f2f2f2;
	padding-bottom: 3.125rem
}
.expertItem .swiperDiv {
	width: 75rem;
	position: relative;
	margin: 0 auto
}
.expertItem .swiperDiv .swiper-container {
	height: 100%
}
.expertItem .swiperDiv .swiper-container .swiperCon {
	width: 17.125rem;
	cursor: pointer;
	margin: 0 auto
}
.expertItem .swiperDiv .swiper-container .swiperCon .img {
	width: 16.875rem;
	height: 24.125rem;
	background-color: #fff;
border:.0625rem solid #dddcdb;
border-radius:.0625rem
}
.expertItem .swiperDiv .swiper-container .swiperCon .expertPresentation {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 1.5625rem;
padding:0 .5rem
}
.expertItem .swiperDiv .swiper-container .swiperCon .expertPresentation .position {
font-size:.9375rem;
	margin-left: 1.25rem
}
.expertItem .swiperDiv .swiper-container .swiperCon .post {
	font-size: 1rem;
padding:1.0625rem .5rem;
	text-align: left
}
.expertItem .swiperDiv .swiper-container .swiperCon .post span {
margin-right:.625rem
}
.expertItem .swiperDiv .swiper-container .swiperCon .step {
padding:0 .5rem;
font-size:.875rem
}
.expertItem .swiperDiv .swiper-container .swiperCon .step img {
margin-left:.3125rem
}
.expertItem .swiperDiv .custom-button-prev {
	left: -5rem
}
.expertItem .swiperDiv .custom-button-next, .expertItem .swiperDiv .custom-button-prev {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	cursor: pointer
}
.expertItem .swiperDiv .custom-button-next {
	right: -5rem
}
.journalism {
	width: 100%
}
.journalism .journalismDiv {
	width: 75rem;
	margin: 0 auto
}
.journalism .journalismDiv div {
	width: 16.875rem;
	cursor: pointer
}
.journalism .journalismDiv .img {
	width: 16.875rem;
	height: 11.0625rem;
	background-color: #f2f2f2
}
.journalism .journalismDiv .title1 {
	width: 100%;
	margin: 1.25rem 0;
	font-size: 1.25rem;
	height: 3.3125rem;
	font-weight: 700
}
.journalism .journalismDiv .digest {
	font-size: 1rem;
	color: #505050
}
.journalism .journalismDiv .time {
	margin: 1.25rem 0 2.5rem 0;
	color: #505050
}
.journalism .journalismDiv .moreMes {
	height: 25.375rem;
border:.125rem solid #d9d9d9;
border-radius:.125rem;
	padding: 0 1.25rem
}
.journalism .journalismDiv .moreMes .moreMesTitle {
	width: 100%;
	padding: 1.25rem 0;
border-bottom:.0625rem solid #d9d9d9
}
.journalism .journalismDiv .moreMes .moreMesTitle div {
	font-weight: 700;
	font-size: 1.125rem
}
.journalism .journalismDiv .moreMes .moreMesTitle span:hover {
	color: #007cc3
}
.journalism .journalismDiv .moreMes .moreList {
	width: 100%;
	margin: 1.75rem 0;
	font-size: 1.0625rem;
	color: #787878;
	cursor: pointer
}
.journalism .journalismDiv .moreMes .moreList:hover {
	color: #007cc3
}
.journalism .more {
	margin-bottom: 0
}
.learning {
	width: 100%;
	height: 81.25rem;
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/home/learning.png);
	background-repeat: no-repeat;
	background-size: 100%
}
.learning .learningDiv {
	width: 75rem;
	margin: 0 auto
}
.learning .learningDiv .left {
	width: 37.5rem;
	color: #fff;
	padding-top: 20.625rem
}
.learning .learningDiv .left .leftTitle {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1.25rem
}
.learning .learningDiv .left .leftDigest {
	margin: 1.25rem 0;
font-size:.8125rem
}
.learning .learningDiv .left .leftVideo {
	width: 28.75rem;
	height: 16.125rem;
	background-color: #fff
}
.learning .learningDiv .left .leftVideo .textVideo1 {
	width: 100%;
	height: 100%
}
.learning .learningDiv .left .leftVideo .textVideo1 .vjs-big-play-button {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.learning .learningDiv .left .leftMes {
	margin: 1.875rem 0;
	width: 33.125rem
}
.learning .learningDiv .left .leftStep {
font-size:.875rem
}
.learning .learningDiv .left .leftStep img {
margin-left:.375rem
}
.learning .learningDiv .right {
	width: 37.5rem;
	padding-top: 15.1875rem
}
.learning .learningDiv .right .mod {
	width: 23.0625rem;
	height: 17.9375rem;
	background-color: #fff;
box-shadow:.125rem .125rem .125rem .125rem hsla(0,0%,94.1%,.5);
	padding: 1.25rem;
	margin-bottom: 3.125rem;
	cursor: pointer
}
.learning .learningDiv .right .mod .modLabel {
	display: inline-block;
	color: #fff;
	background-color: #0c1442;
padding:.1875rem .625rem;
border-radius:.1875rem
}
.learning .learningDiv .right .mod .modTitle {
	font-size: 1.375rem;
	font-weight: 700;
	color: #000;
margin:.9375rem 0
}
.learning .learningDiv .right .mod .modText {
font-size:.8125rem;
	color: #000;
margin-bottom:.3125rem
}
.learning .learningDiv .right .mod .modText2 {
font-size:.9375rem;
	color: #78787a;
margin-top:.9375rem
}
.learning .learningDiv .right .mod .modText2 img {
margin-left:.625rem
}
.learning .learningDiv .right .mod:nth-child(2) {
	margin-left: 12.5rem
}
.story {
	width: 100%;
	padding-bottom: 7.5rem
}
.story .storyDiv {
	width: 75rem;
	margin: 0 auto
}
.story .storyDiv .mod {
	width: 35.875rem;
	height: 25.625rem;
	padding: 1.5625rem;
	flex-wrap: wrap;
box-shadow:0 0 .625rem #ddd
}
.story .storyDiv .mod .storyTitle {
	width: 100%;
	font-size: 1.4375rem;
	font-weight: 700;
	margin-bottom: 3.125rem
}
.story .storyDiv .mod .storyTitle .flex {
	color: #89898a;
font-size:.875rem;
	cursor: pointer
}
.story .storyDiv .mod .storyTitle .flex img {
width:.875rem;
height:.875rem
}
.story .storyDiv .mod .listData {
	width: 15.625rem;
	height: 17.1875rem;
	cursor: pointer
}
.story .storyDiv .mod .listData .img {
	width: 100%;
	height: 10.3125rem;
	background-color: #d6d4d4;
	margin-bottom: 1.875rem
}
.story .storyDiv .mod .listData .listTitle {
	font-size: 1.0625rem;
	height: 3.125rem;
	font-weight: 700
}
.story .storyDiv .mod .listData .listStep {
margin:.625rem 0;
font-size:.8125rem;
	color: #78787a
}
.story .storyDiv .mod .listData .listStep img {
margin-left:.625rem
}
.academy {
	width: 100%;
	padding-bottom: 3.125rem
}
.academy .academyDiv {
	width: 75rem;
	margin: 0 auto
}
.academy .academyDiv .list {
	width: 22.8125rem;
	background-color: #f4f1f1;
	margin-bottom: 5rem;
	cursor: pointer
}
.academy .academyDiv .list .img {
	width: 22.8125rem;
	height: 17rem;
	background-color: #87ceeb
}
.academy .academyDiv .title1 {
padding:1.25rem .625rem;
	font-size: 1.25rem;
	height: 6.125rem;
	font-weight: 700
}
.academy .academyDiv .digest {
	font-size: 1rem;
padding:0 .625rem;
	color: #505050
}
.academy .academyDiv .pay {
	color: #d10303;
	font-size: 1.375rem;
	font-weight: 700;
padding:.9375rem .625rem
}
.live {
	background-color: #007cc3;
	width: 100%;
	height: 51.25rem
}
.live .foreshow {
	width: calc(100% - 51.25rem);
	height: 51.25rem
}
.live .foreshow .foreshowMes {
	width: 45.8125rem;
	height: 100%;
	color: #fff;
	padding: 2.8125rem 1.25rem
}
.live .foreshow .foreshowMes .foreshowTitle {
	margin: 2.5rem 0;
	font-size: 2.0625rem;
	font-weight: 700
}
.live .foreshow .foreshowMes .list {
	padding: 1.25rem;
	margin-bottom: 1.875rem;
border:.0625rem solid #fff
}
.live .foreshow .foreshowMes .list .time {
	width: 5rem;
font-size:.9375rem;
	margin-right: 3.125rem
}
.live .foreshow .foreshowMes .list .time img {
	width: 1.375rem;
	height: 1.375rem;
margin-bottom:.625rem
}
.live .foreshow .foreshowMes .list .foreshowCon {
	width: 21.1875rem
}
.live .foreshow .foreshowMes .list .foreshowCon .hidLin2 {
	font-weight: 700;
	margin-bottom: 1rem
}
.live .foreshow .foreshowMes .list .appointment {
	width: 8.875rem;
	height: 3.125rem;
	border-radius: 1.5625rem;
	background-color: #fff;
	color: #007cc3;
	margin-left: 1.8125rem;
	cursor: pointer
}
.live .foreshow .foreshowMes .watchMore {
	width: 12.375rem;
	height: 3.125rem;
	color: #fff;
border:.1875rem solid #fff;
	border-radius: 1.5625rem;
	margin-top: 3.125rem;
	cursor: pointer
}
.live .video2 {
	width: 51.25rem;
	height: 51.25rem
}
.live .video2 .textVideo2 {
	width: 100%;
	height: 100%
}
.live .video2 .textVideo2 .vjs-big-play-button {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.j-storyExampleTitle {
	width: 16.5625rem;
	margin: 2.5rem auto;
	font-size: 2.25rem;
	font-weight: 700;
	position: relative;
	flex-wrap: wrap
}
.j-storyExampleTitle:after {
left:.375rem
}
.j-storyExampleTitle:after, .j-storyExampleTitle:before {
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	z-index: 10;
	content: "";
	width: 1.875rem;
height:.1875rem;
	background-color: #000
}
.j-storyExampleTitle:before {
right:.375rem
}
.j-company {
	margin: 2.5rem 0 1.25rem 0;
	font-size: 1.5625rem;
	font-weight: 700
}
.jobMes {
	line-height: 2
}
.stCon {
	background-color: #fafafa;
	padding: 1.5rem 2.125rem;
	margin-bottom: 1.875rem
}
.stCon .stConTitle {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	position: relative
}
.stCon .stConTitle .img {
	cursor: pointer
}
.stCon .stConTitle:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1.5rem;
	width: 100%;
height:.0625rem;
	z-index: 10;
	background-color: #999
}
.hideClass {
	height: 4.9375rem
}
.hideClass, .showClass {
	overflow: hidden;
	transition: 2s
}
.showClass {
	height: auto
}
.joinUsBanner {
	width: 100%;
	height: 14.25rem;
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/joinUs/bg7.png);
	background-repeat: no-repeat;
	background-position: 0 -11.3125rem;
	background-size: 100%
}
.j-content1 {
	width: 100%;
	padding: 3.75rem 0
}
.j-content1 .relation {
	flex-wrap: wrap
}
.j-content1 .relation .address {
	margin: 1.25rem 0
}
.j-content1 .relation .address .map {
	width: 36.875rem;
	height: 16.875rem;
	background-color: #ddd
}
.j-content1 .relation .address .map .rotate-circle, .j-content1 .relation .address .map .tmap-zoom-control {
	display: none
}
.j-content1 .relation .address .mapText {
	width: 36.875rem;
	height: 16.875rem;
	background-color: #d9ebf6
}
.j-content1 .relation .address .mapText p {
	font-size: 1.75rem;
	font-weight: 700
}
.j-content1 .relation .address .mapText div div {
	font-size: 1.0625rem;
margin-bottom:.625rem
}
.j-content1 .relation .agency {
	width: 24.125rem;
	margin-bottom: 1.25rem
}
.j-content1 .relation .agency .img {
	width: 24.125rem;
margin-bottom:.625rem
}
.j-content1 .relation .agency .agencyText {
	background-color: #d9ebf6;
	font-size: 1rem;
	padding: 1.875rem 1.25rem
}
.j-content1 .relation .agency .agencyText div {
margin-bottom:.3125rem
}
.j-content1 .relation .agency .agencyText .addressName {
	font-size: 1.25rem;
	font-weight: 700
}
.j-content1 .relation .agency .agencyText .addressName span {
	font-weight: 300
}
.j-content1 .relation .agency .agencyText .contacts {
font-size:.9375rem;
	font-weight: 700
}
.j-content1 .relation .agency:nth-child(3n) {
	margin: 0 1.25rem
}
.j-content2 {
	width: 100%;
	height: 43.125rem;
	margin: 3.75rem 0;
	position: relative;
	overflow: visible
}
.j-content2 .media {
	position: absolute;
	z-index: 10;
	width: 120rem;
	height: 43.125rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}
.j-content2 .media .img2 {
	width: 60rem;
	height: 43.125rem
}
.j-content2 .media .mediaConnection {
	width: 60rem;
	height: 43.125rem;
	padding: 2.5rem;
	padding-top: 1.25rem;
	background-color: #d9ebf6;
	position: relative
}
.j-content2 .media .mediaConnection p {
	font-size: 1rem;
	color: #000
}
.j-content2 .media .mediaConnection .el-form {
	margin-top: 2.5rem
}
.j-content2 .media .mediaConnection .el-form .el-input {
margin-bottom:.8125rem;
	font-size: 1.0625rem
}
.j-content2 .media .mediaConnection .el-form .el-input .el-input__inner {
	background-color: #d9ebf6;
	border: 0;
	border-radius: 0;
	height: 3.125rem;
border-bottom:.0625rem solid #000
}
.j-content2 .media .mediaConnection .el-form .el-input .el-input__inner::-webkit-input-placeholder {
color:#969696
}
.j-content2 .media .mediaConnection .el-form .el-input .el-input__inner::-moz-input-placeholder {
color:#969696
}
.j-content2 .media .mediaConnection .el-form .el-input .el-input__inner::-ms-input-placeholder {
color:#969696
}
.j-content2 .media .mediaConnection .btnImg {
	width: 12.3125rem;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	left: 2.5rem;
	bottom: 4.375rem
}
.j-content2 .media .mediaConnection .explain {
	display: inline-block;
	color: #888;
font-size:.875rem;
	position: absolute;
	z-index: 10;
	left: 2.5rem;
	bottom: 1.25rem
}
.j-content3 {
	width: 100%;
	padding: 3.75rem 0
}
.j-content3 .usBg {
	width: 100%;
	height: 35.0625rem;
	position: relative
}
.j-content3 .us {
	position: absolute;
	z-index: 10;
	width: 120rem;
	height: 35.0625rem;
	top: 3.75rem;
	left: 50%;
	transform: translateX(-50%)
}
.j-content3 .joinExampleTitle {
	width: 25rem;
	margin: 5rem auto;
	font-size: 2.25rem;
	font-weight: 700;
	position: relative;
	flex-wrap: wrap;
	color: #040f58
}
.j-content3 .joinExampleTitle div {
	width: 100%
}
.j-content3 .joinExampleTitle .j-text {
margin-top:.9375rem;
font-size:.9375rem
}
.j-content3 .joinExampleTitle:after {
	left: 5rem
}
.j-content3 .joinExampleTitle:after, .j-content3 .joinExampleTitle:before {
	position: absolute;
	top: 30%;
	transform: translateY(50%);
	z-index: 10;
	content: "";
	width: 1.875rem;
height:.1875rem;
	background-color: #040f58
}
.j-content3 .joinExampleTitle:before {
	right: 5rem
}
.j-content3 .recruitment {
	width: 100%
}
.j-content3 .recruitment img {
	width: 36.875rem;
	cursor: pointer
}
.j-content3 .recruitmentExplain {
	color: #787878;
font-size:.875rem;
	margin-top: 1.5625rem
}
.j-content3 .usBg2 {
	margin-top: 6.25rem;
	width: 100%;
	height: 31rem;
	position: relative
}
.j-content3 .flow {
	position: absolute;
	z-index: 10;
	width: 120rem;
	height: 31rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}
.newCon {
	width: 100%;
	padding: 2.5rem 0
}
.newCon .newList {
	width: 47.8125rem
}
.newCon .newList .lists {
	height: 11.5625rem;
	padding: 2.5625rem 0;
border-bottom:.0625rem solid #b4b4b4;
	cursor: pointer
}
.newCon .newList .lists .specialTime {
	width: 7.8125rem;
	height: 6.375rem;
padding:.3125rem;
	background-color: #787878;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700
}
.newCon .newList .lists .specialTime .flexE {
	font-size: 2rem;
margin-top:.625rem;
padding-right:.625rem
}
.newCon .newList .lists .listsCon {
	width: calc(100% - 7.8125rem);
	padding: 0 1.875rem;
	height: 6.375rem
}
.newCon .newList .lists .listsCon .newListTitle {
	width: 100%;
padding-bottom:.625rem;
	font-size: 1.5625rem;
	font-weight: 700
}
.newCon .newList .lists .listsCon .newListDigest {
	color: #787878
}
.newCon .newList .lists:hover {
border-bottom:.0625rem solid #007cc3
}
.newCon .newList .lists:hover .specialTime {
	background-color: #007cc3
}
.newCon .newList .emphasis {
	padding-top: 0;
	height: 15.3125rem
}
.newCon .newList .emphasis .empImg {
	width: 18.1875rem;
	height: 12.6875rem;
	background-color: #87ceeb
}
.newCon .newList .emphasis .empCon {
	width: 27.1875rem
}
.newCon .newList .emphasis .empCon .time {
	font-size: 1.0625rem;
	font-weight: 700
}
.newCon .newList .emphasis .empCon .empTitle {
padding:.625rem 0;
	font-size: 1.3125rem;
	font-weight: 700
}
.newCon .newList .emphasis .empCon .abstracts {
	color: #787878
}
.newCon .recommend {
	width: 20.9375rem
}
.newCon .recommend .advertising {
	width: 100%
}
.newCon .recommend .moreMes {
margin-top:.625rem;
	width: 100%;
	height: 22.3125rem;
border:.125rem solid #d9d9d9;
border-radius:.125rem;
	padding: 0 1.25rem
}
.newCon .recommend .moreMes .moreMesTitle {
	padding: 1.25rem 0;
border-bottom:.0625rem solid #d9d9d9
}
.newCon .recommend .moreMes .moreMesTitle div {
	font-weight: 700;
	font-size: 1.125rem
}
.newCon .recommend .moreMes .moreMesTitle span:hover {
	color: #007cc3
}
.newCon .recommend .moreMes .moreList {
	width: 100%;
	margin: 1.4375rem 0;
	font-size: 1rem;
	color: #787878;
	cursor: pointer
}
.newCon .recommend .moreMes .moreList:hover, .textTitle {
	color: #007cc3
}
.textTitle {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 1.875rem 0;
	font-size: 2rem
}
.sendTime {
	font-size: 1rem;
	color: #999;
	margin-bottom: 1.875rem
}
.author {
margin:.625rem;
	font-weight: 700
}
.textCon {
	text-indent: 2em;
	color: #666;
	line-height: 2;
	margin-bottom: 2.5rem
}
p>img {
	max-width: 100%;
	/* display: block; */
}
.newsBanner {
	width: 100%;
	height: 14.25rem;
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/journalism/bg3.png);
	background-repeat: no-repeat;
	background-position: 0 -11.3125rem;
	background-size: 100%
}
.more {
	background-color: #7c7b7b;
	color: #fff;
	width: 10.75rem;
	height: 2.0625rem;
	border-radius:.3125rem;
	cursor: pointer;
	/* margin-bottom: 3.75rem; */
}
.serveBanner {
	width: 100%;
	height: 14.25rem;
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/serve/bg4.png);
	background-repeat: no-repeat;
	background-position: 0 -11.3125rem;
	background-size: 100%;
	font-size: 3.4375rem;
	font-weight: 700;
	padding: 3.75rem 25.625rem;
	color: #fff
}
.tabs .tabsMod .el-tabs__content .support {
	width: 100%;
	height: 56.25rem
}
.tabs .tabsMod .el-tabs__content .serverSite {
	position: absolute;
	z-index: 10;
	width: 120rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 6.25rem 0
}
.tabs .tabsMod .el-tabs__content .serverSite .img {
	width: 62.5rem;
	height: 43.6875rem
}
.tabs .tabsMod .el-tabs__content .serverSite .serveIntroduce {
	width: calc(100vw - 66.8125rem);
	background-color: #f5f5f5
}
.tabs .tabsMod .el-tabs__content .serverSite .serveIntroduce .companyName {
	font-size: 1.5rem;
	color: #007cc3;
	padding: 3.4375rem
}
.tabs .tabsMod .el-tabs__content .serverSite .serveIntroduce .professionalWork {
	width: 40rem;
	line-height: 1.7;
	padding: 0 3.4375rem;
	margin-bottom: 5rem
}
.tabs .tabsMod .el-tabs__content .serverSite .serveIntroduce .look {
	padding: 3.75rem 2.5rem;
	background-color: #007cc3
}
.tabs .tabsMod .el-tabs__content .serverSite .serveIntroduce .look .city, .tabs .tabsMod .el-tabs__content .serverSite .serveIntroduce .look .province {
	margin-right: 1.25rem
}
.tabs .tabsMod .el-tabs__content .serverSite .serveIntroduce .look .search {
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
	background-color: #fff;
border-radius:.25rem
}
.tabs .tabsMod .el-tabs__content .serverSite .serveIntroduce .look .search img {
	width: 2rem;
	height: 2rem
}
.tabs .tabsMod .el-tabs__content .case {
	width: 100%;
	flex-wrap: wrap;
	padding-top: 3.75rem
}
.tabs .tabsMod .el-tabs__content .case .caseList {
	width: 17.4375rem;
	height: 20.75rem;
	background-color: #f6f6f7;
	margin-bottom: 1.875rem;
	padding: 1.25rem;
	cursor: pointer
}
.tabs .tabsMod .el-tabs__content .case .caseList h5 {
	color: #007cc3;
	font-weight: 700;
	margin: 0;
	font-size: 1.25rem
}
.tabs .tabsMod .el-tabs__content .case .caseList h6 {
	color: #007cc3;
font-size:.9375rem;
margin:.625rem 0
}
.tabs .tabsMod .el-tabs__content .case .caseList .img {
	width: 14.9375rem;
	height: 9.4375rem;
	background-color: #87ceeb
}
.tabs .tabsMod .el-tabs__content .case .caseList .step {
	padding: 2.125rem 0;
font-size:.875rem
}
.tabs .tabsMod .el-tabs__content .case .caseList .step img {
margin-left:.3125rem
}
.tabs .tabsMod .el-tabs__content .pagination {
	margin: 3.75rem 0
}
.tabs .tabsMod .el-tabs__content .pagination .el-pagination .el-pager li {
	font-size: 1rem
}
.serveDialog .el-dialog {
	width: 52.5rem;
	border-radius: 2rem
}
.serveDialog .el-dialog .el-dialog__header {
	width: 100%;
	height: 9.9375rem;
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/serve/popTitle.png);
	background-size: 100%
}
.serveDialog .el-dialog .el-dialog__body {
	padding: 2.625rem
}
.serveDialog .el-dialog .el-dialog__body h2 {
	font-size: 1.375rem;
	color: #007cc3;
	margin-bottom: 1.75rem
}
.serveDialog .el-dialog .el-dialog__body .text {
	font-size: 1.125rem;
	line-height: 2
}
.serveDialog2 .el-dialog {
	width: 75rem;
	height: 37.5rem
}
.serveDialog2 .el-dialog .el-dialog__body, .serveDialog2 .el-dialog .el-dialog__header {
	padding: 0
}
.serveDialog2 .el-dialog .el-dialog__body .leftBg {
	width: 43.75rem;
	height: 37.5rem
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes {
	width: 31.25rem;
	height: 37.5rem;
	padding: 0 2.5rem;
	font-size: 1rem;
	background-color: #f8f8f8
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .topLogo {
	padding: 1.875rem 0
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .topLogo img {
	width: 8.125rem
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .fontWeight {
	font-weight: 700;
	color: #000;
margin:.1875rem 0
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .blackBg {
	background-color: #000;
	width: 100%;
	height: 2.5rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 1.25rem
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .hosMes {
	width: 100%;
	background-color: #fff;
	height: 6.5rem;
	position: relative
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .hosMes .hosMesList {
	width: 100%;
	text-align: center
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .hosMes .hosMesList p {
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 0;
	color: #000
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .hosMes .hosMesList span {
	color: #b4b4b4
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .hosMes:after {
	position: absolute;
	z-index: 10;
	content: "";
width:.125rem;
	height: 1.4375rem;
	background-color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .achievement {
	padding-top: 1.25rem
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .achievement .achievementData {
	width: 16.875rem;
	height: 9.375rem
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .achievement .achievementData .achievementDataTitle {
	font-weight: 700;
margin-bottom:.75rem
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .achievement .achievementData p {
	color: #333;
	margin-bottom: 0
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .achievement .achievementData div {
font-size:.875rem;
	color: #333
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .achievement .qrcode {
border-radius:.125rem;
border:.125rem solid #959597;
	width: 7.125rem;
	height: 9.375rem;
	flex-wrap: wrap
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .achievement .qrcode .s-q-img {
	width: 5.5rem;
	height: 5.5rem
}
.serveDialog2 .el-dialog .el-dialog__body .caseMes .achievement .qrcode .s-q-text {
	text-align: center;
font-size:.75rem;
	line-height: .5
}
.listCon {
	flex-wrap: wrap;
padding:3.75rem .625rem 3.75rem .625rem
}
.listCon .showMes {
	margin: 0 auto;
	margin-bottom: 3.125rem;
	width: 75rem;
	height: 29.625rem
}
.listCon .showMes .headImg {
	width: 20.5625rem;
	height: 29.8125rem;
	background-color: #ccc;
	margin-right: 4.625rem
}
.listCon .showMes .t-mes {
	width: 33.75rem;
	height: 29.625rem
}
.listCon .showMes .t-mes .title1 {
margin:.5rem 0;
	font-size: 2.125rem;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #212121
}
.listCon .showMes .t-mes .title1 span {
	font-size: 1.375rem;
	font-family: Arial;
	font-weight: 400;
	color: #666;
	margin-left: 1.0625rem
}
.listCon .showMes .t-mes .school {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666
}
.listCon .showMes .t-mes .degree {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
margin-left:.625rem
}
.listCon .showMes .t-mes .boundary1 {
	width: 32.5rem;
height:.0625rem;
	background-color: #999;
margin:.875rem 0 2rem 0
}
.listCon .showMes .t-mes li {
font-size:.9375rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 1.75rem;
	color: #666
}
.listCon .showMes .t-mes .story {
	margin-top: 2.1875rem;
font-size:.9375rem;
	color: #666
}
.listCon .showMes .indicatorDiv {
	width: 3.0625rem;
	height: 29.625rem;
	flex-direction: column;
	margin-left: 12.875rem
}
.listCon .showMes .indicatorDiv .indicator {
	width: 3.0625rem;
	height: 3.0625rem;
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #b2b2b2;
	cursor: pointer
}
.listCon .teamSlideshow {
	width: 75rem;
	height: 6.25rem;
	background-color: #ddd;
	margin: 0 auto;
	margin-bottom: 3.75rem;
	position: relative
}
.listCon .teamSlideshow .swiper-container {
	height: 100%
}
.listCon .teamSlideshow .swiper-container .swiperCon {
	padding: 0 2.625rem;
	background: #f5f5f5
}
.listCon .teamSlideshow .swiper-container .swiperCon .t-mes {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 1.875rem
}
.listCon .teamSlideshow .swiper-container .swiperCon .img {
	width: 3.0625rem;
	height: 4.5625rem
}
.listCon .teamSlideshow .prev {
	width: 3.5625rem;
	height: 100%
}
.listCon .teamSlideshow .next {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	width: 2.625rem;
	height: 100%;
	cursor: pointer
}
.listCon .teamSlideshow .custom-button-prev {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 37.5rem;
	height: 6.25rem;
	cursor: pointer
}
.listCon .teamSlideshow .custom-button-next {
	position: absolute;
	z-index: 30;
	top: 0;
	right: 0;
	width: 37.5rem;
	height: 6.25rem;
	cursor: pointer
}
.listCon .teamSlideshow .swiper-slide-active .swiperCon {
	background-color: #343434;
	color: #fff
}
.t-more {
	background-color: #7c7b7b;
	color: #fff;
	width: 10.75rem;
	height: 2.0625rem;
	font-size: 1rem;
border-radius:.3125rem;
	cursor: pointer
}
.teamBanner {
	width: 100%;
	height: 14.25rem;
	background-image: url(https://cdnjson.com/images/2024/05/24/bg5cd015b78838a8b98.png);
	background-repeat: no-repeat;
	background-position: 0 -11.3125rem;
	background-size: 100%;
	font-size: 3.4375rem;
	font-weight: 700;
	padding: 3.75rem 25.625rem;
	color: #fff
}
.tabs .tabsMod .el-tabs__content .listCon {
	flex-wrap: wrap;
padding:3.75rem .625rem 3.75rem .625rem
}
.tabs .tabsMod .el-tabs__content .listCon .list {
	width: 35.8125rem;
	height: 19.6875rem;
	padding: 1.125rem;
box-shadow:0 0 .25rem .25rem #f5f5f5;
	margin-bottom: 2.125rem;
	cursor: pointer
}
.tabs .tabsMod .el-tabs__content .listCon .list .avatar {
	margin-right: 1.25rem;
	width: 11.1875rem;
	height: 16.5rem
}
.tabs .tabsMod .el-tabs__content .listCon .list .listText {
	width: 21.125rem;
	height: 16.5rem;
	color: #78787a;
font-size:.875rem;
	position: relative
}
.tabs .tabsMod .el-tabs__content .listCon .list .listText .title {
	font-size: 1.375rem;
	margin: 1.25rem 0 0 0;
	padding: 0;
	color: #000
}
.tabs .tabsMod .el-tabs__content .listCon .list .listText .post {
margin:.75rem 0;
	font-size: 1rem
}
.tabs .tabsMod .el-tabs__content .listCon .list .listText .record ul {
	padding-left: 1.125rem;
font-size:.8125rem
}
.tabs .tabsMod .el-tabs__content .listCon .list .listText .record ul li:nth-child(n+5) {
	display: none
}
.tabs .tabsMod .el-tabs__content .listCon .list .listText .expList {
margin-bottom:.625rem
}
.tabs .tabsMod .el-tabs__content .listCon .list .listText .t-step {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
font-size:.9375rem
}
.storyBanner {
	width: 100%;
	height: 14.25rem;
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/story/bg6.png);
	background-repeat: no-repeat;
	background-position: 0 -11.3125rem;
	background-size: 100%
}
.s-support {
	width: 100%;
	height: 37.125rem;
	margin: 3.75rem 0;
	position: relative
}
.s-live {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120rem;
	height: 37.125rem;
	background-color: #d1e7f4
}
.s-live .s-video2 {
	width: 66.25rem;
	height: 37.125rem
}
.s-live .s-video2 .img, .s-live .s-video2 .textVideo2 {
	width: 100%;
	height: 100%
}
.s-live .s-video2 .textVideo2 .vjs-big-play-button {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.s-live .foreshow {
	width: calc(100% - 66.25rem);
	height: 37.125rem
}
.s-live .foreshow .foreshowMes {
	width: 100%;
	color: #000;
	padding: 0 10.625rem 0 3.125rem;
	flex-wrap: wrap
}
.s-live .foreshow .foreshowMes .foreshowTitle {
	width: 100%;
	font-weight: 700;
	font-size: 1.625rem;
	margin-bottom: 3.125rem
}
.s-live .foreshow .foreshowMes .foreshowText {
	width: 100%;
	font-size: 1.3125rem;
	line-height: 2
}
.storyExample {
	width: 75rem
}
.storyExample .storyExampleTitle {
	width: 16.5625rem;
	margin: 0 auto;
	font-size: 2.25rem;
	font-weight: 700;
	position: relative;
	flex-wrap: wrap;
	margin-bottom: 5rem
}
.storyExample .storyExampleTitle div {
	width: 100%
}
.storyExample .storyExampleTitle .st-text {
margin-top:.9375rem;
font-size:.9375rem
}
.storyExample .storyExampleTitle:after {
left:.375rem
}
.storyExample .storyExampleTitle:after, .storyExample .storyExampleTitle:before {
	position: absolute;
	top: 30%;
	transform: translateY(50%);
	z-index: 10;
	content: "";
	width: 1.875rem;
height:.1875rem;
	background-color: #000
}
.storyExample .storyExampleTitle:before {
right:.375rem
}
.storyExample .storyListCon {
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 3.75rem
}
.storyExample .storyListCon .storyList {
	width: 22.8125rem;
	height: 31.0625rem;
	margin-bottom: 3.28125rem;
	background-color: #f7f7f7;
	cursor: pointer
}
.storyExample .storyListCon .storyList .img {
	width: 100%;
	height: 15.5625rem;
	background-color: #87ceeb
}
.storyExample .storyListCon .storyList .storyListTitle {
	font-size: 1.6875rem;
	font-weight: 700;
	padding: 1.875rem 1.25rem
}
.storyExample .storyListCon .storyList .storyListText {
font-size:.9375rem;
	height: 4.25rem;
	padding: 0 1.25rem;
	color: #787878
}
.storyExample .storyListCon .storyList .writer {
	padding: 1.875rem 1.25rem;
	font-size: 1rem;
	font-weight: 700
}
.storyExample .storyListCon .storyList:nth-child(3n+2) {
	margin-left: 3.25rem;
	margin-right: 3.25rem
}
.td2-img {
	width: 22.8125rem;
	height: 34.1875rem;
	margin-right: 2.5rem;
	margin-bottom: 2.5rem;
	position: relative
}
.resume1 {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 40rem;
	width: 22.8125rem;
	font-size: 1rem;
	font-weight: 700
}
.td2-imgBg {
	width: 40rem;
	float: left
}
.td2-imgBg .td2-img2 {
	width: 37.5rem;
	margin-right: 2.5rem;
	position: relative
}
.td2-imgBg .resume2 {
	width: 100%;
	height: 3.125rem;
	font-size: 1rem;
	font-weight: 700
}
.td2-imgBg:after {
	clear: both;
	content: ".";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}
.sendWord .flex {
	font-size: 2.0625rem;
	font-weight: 700;
	margin-bottom: 2.8125rem
}
.text {
	margin-top: 2.5rem;
	text-indent: 2em;
	line-height: 2.2;
	font-size: 1.0625rem;
}
.collegeBanner {
	width: 100%;
	height: 14.25rem;
	background-image: url(http://yice-prod.oss-cn-guangzhou.aliyuncs.com/img/college/bg1.png);
	background-repeat: no-repeat;
	background-position: 0 -11.3125rem;
	background-size: 100%;
	font-size: 3.4375rem;
	font-weight: 700;
	padding: 3.75rem 25.625rem;
	color: #fff
}
.tabs .tabsMod .el-tabs__content .situation {
	width: 100%;
	padding: 3.125rem 0
}
.tabs .tabsMod .el-tabs__content .situation .situationTitle {
	font-size: 1.875rem;
	font-weight: 700;
	color: #007cc3;
	margin-bottom: 3.125rem
}
.tabs .tabsMod .el-tabs__content .situation .textCss p {
	text-indent: 2em;
	margin-bottom: 2.5rem;
	padding: 0 7.1875rem;
	font-size: 1rem
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg {
	position: relative;
	width: 100%;
	height: 30.25rem
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120rem;
	height: 28.375rem;
	background-color: #87ceeb
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel .swiperDiv {
	width: 82.5rem;
	height: 100%;
	position: relative;
	margin: 0 auto
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel .swiperDiv .swiper-container {
	height: 100%
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel .swiperDiv .swiper-container .swiper-wrapper {
	align-items: center
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel .swiperDiv .swiper-container .swiper-slide {
	height: 17.5625rem;
	transition: 1s;
	transform: scale(.7);
	cursor: pointer
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel .swiperDiv .swiper-container .swiper-slide .swiperCon {
	width: 100%;
	height: 100%
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel .swiperDiv .swiper-container .swiper-slide-next {
	transform: scale(1)
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel .swiperDiv .swiper-container .swiper-slide-next .swiperCon {
	height: auto
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel .custom-button-prev {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: -3.75rem;
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	cursor: pointer
}
.tabs .tabsMod .el-tabs__content .situation .carouselBg .carousel .custom-button-next {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	right: -3.75rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer
}
.tabs .tabsMod .el-tabs__content .situation .mesList {
	width: 75rem;
	margin: 0 auto
}
.tabs .tabsMod .el-tabs__content .situation .mesList .list {
border-top:.0625rem solid #999;
	height: 23.875rem
}
.tabs .tabsMod .el-tabs__content .situation .mesList .list .c-listCon {
	width: 50%;
	height: 100%;
	flex-wrap: wrap
}
.tabs .tabsMod .el-tabs__content .situation .mesList .list .c-listCon .c-text .bigTitle {
	font-weight: 700;
	font-size: 1.875rem;
	margin-bottom: 2.125rem
}
.tabs .tabsMod .el-tabs__content .situation .mesList .list .c-listCon .c-text .miniTitle {
	font-size: 1.25rem;
	line-height: 1.9
}
.tabs .tabsMod .el-tabs__content .situation .mesList .list .c-listCon img {
	width: 34.375rem;
	height: 21.625rem;
border-radius:.75rem
}
.tabs .tabsMod .el-tabs__content .situation .mesList .list:first-child {
	border: 0
}
.tabs .tabsMod .el-tabs__content .situation .mesList .list:first-child .miniTitle {
	width: 12.5rem
}
.tabs .tabsMod .el-tabs__content .situation2 {
	padding: 3.75rem 0;
	flex-wrap: wrap
}
.tabs .tabsMod .el-tabs__content .situation3 {
	width: 100%;
	padding: 3.75rem 0
}
.tabs .tabsMod .el-tabs__content .situation3 .activityCon {
transform:translateY(-.625rem);
	margin-bottom: 3.125rem
}
.tabs .tabsMod .el-tabs__content .situation3 .cycleTime {
	font-size: 1.75rem;
	font-weight: 700;
	padding-left: 2.5rem;
	color: #007cc3
}
.tabs .tabsMod .el-tabs__content .situation3 .cycleTime .cycleTitle {
	padding-left: 3.75rem
}
.tabs .tabsMod .el-tabs__content .situation3 .activityText {
	font-size: 1rem;
	margin-top: 1.25rem;
	margin-left: 12.125rem
}
.tabs .tabsMod .el-tabs__content .situation4 {
	width: 100%;
	padding-bottom: 8.125rem
}
.tabs .tabsMod .el-tabs__content .situation4 .situation4Title {
	color: #007cc3;
	font-weight: 700;
	font-size: 1.375rem;
	padding: 2.5rem 0 3.75rem 0
}
.tabs .tabsMod .el-tabs__content .situation4 .img {
	width: 69.6875rem;
	height: 29.6875rem;
	margin: 0 auto
}
.tabs .tabsMod .el-tabs__content .situation6 {
	width: 100%;
	padding-bottom: 8.125rem
}
.tabs .tabsMod .el-tabs__content .situation6 .situation6Title {
	color: #007cc3;
	font-weight: 700;
	font-size: 1.375rem;
	padding: 2.5rem 0 3.75rem 0
}
.tabs .tabsMod .el-tabs__content .situation6 .honorList {
	width: 100%;
	flex-wrap: wrap
}
.tabs .tabsMod .el-tabs__content .situation6 .honorList .honorCredential {
	width: 23.75rem;
	padding: 2.5rem;
	margin-bottom: 1.875rem;
	background-color: #e6e6e6
}
.tabs .tabsMod .el-tabs__content .situation6 .honorList .honorCredential .img {
	width: 18.75rem;
	height: 11.5625rem
}
.tabs .tabsMod .el-tabs__content .situation6 .honorList .honorCredential .flex {
	margin-top: 1.25rem;
	align-items: flex-start;
	height: 3.125rem
}
label {
	font-weight: 700
}
html {
	height: 100%;
	box-sizing: border-box
}
body {
	margin: 0;
	padding: 0
}
#app {
	height: 100%
}
*, :after, :before {
	box-sizing: inherit;
}
.no-padding {
	padding: 0!important
}
.padding-content {
padding:.25rem 0
}
a:active, a:focus {
	outline: none
}
a, a:focus, a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none
}
div:focus {
	outline: none
}
.fr {
	float: right
}
.fl {
	float: left
}
.pr-5 {
padding-right:.3125rem
}
.pl-5 {
padding-left:.3125rem
}
.block {
	display: block
}
.pointer {
	cursor: pointer
}
.inlineBlock {
	display: block
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
aside {
	background: #eef1f6;
padding:.5rem 1.5rem;
	margin-bottom: 1.25rem;
border-radius:.125rem;
	display: block;
	line-height: 2rem;
	font-size: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #2c3e50;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
aside a {
	color: #337ab7;
	cursor: pointer
}
aside a:hover {
	color: #20a0ff
}
.app-container {
padding:.625rem;
	height: calc(100vh - 1.33333rem);
	overflow: auto;
	background: #e6e6e6
}
.components-container {
	margin: 1.875rem 3.125rem;
	position: relative
}
.pagination-container {
	margin-top: 1.875rem
}
.sub-navbar {
	height: 3.125rem;
	line-height: 3.125rem;
	position: relative;
	width: 100%;
	text-align: right;
	padding-right: 1.25rem;
	transition: position .6s ease;
	background: linear-gradient(90deg, #20b6f9, #20b6f9 0, #2178f1 100%, #2178f1 0)
}
.sub-navbar .subtitle {
	font-size: 1.25rem;
	color: #fff
}
.sub-navbar.deleted, .sub-navbar.draft {
	background: #d0d0d0
}
.link-type, .link-type:focus {
	color: #337ab7;
	cursor: pointer
}
.link-type:focus:hover, .link-type:hover {
	color: #20a0ff
}
.filter-container {
padding-bottom:.625rem
}
.filter-container .filter-item {
	display: inline-block;
	vertical-align: middle;
margin-bottom:.625rem
}
.multiselect {
	line-height: 1rem
}
.multiselect--active {
	z-index: 1000!important
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
-webkit-appearance:none
}
input[type=number] {
	-moz-appearance: textfield
}
.flex {
	justify-content: center
}
.flex, .flexS {
	display: flex;
	align-items: center;
}
.flexS {
	justify-content: flex-start
}
.flexE {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.flexT {
	align-items: flex-start
}
.flexB {
	align-items: flex-end
}
.flexSA {
	justify-content: space-around
}
.flexSB {
	justify-content: space-between
}
.cu {
	cursor: pointer
}
.hidLin1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.hidLin2 {
	-webkit-line-clamp: 2;
	line-clamp: 2
}
.hidLin2, .hidLin3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}
.hidLin3 {
	-webkit-line-clamp: 3;
	line-clamp: 3
}
.hidLin4 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical
}
.tabs {
	width: 75rem;
	margin: 0 auto;
	position: relative
}
.tabs .tabsTitle {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	font-size: 1rem;
	height: 5.5rem;
padding:.75rem
}
.tabs .tabsMod .el-tabs__header .el-tabs__nav-scroll {
	display: flex;
	justify-content: flex-end
}
.tabs .tabsMod .el-tabs__header .el-tabs__active-bar {
	background-color: #aa030e;
height:.25rem
}
.tabs .tabsMod .el-tabs__header .el-tabs__item {
	height: 5.5rem;
	line-height: 5.5rem;
	font-size: 1rem;
	font-weight: 500
}
.tabs .tabsMod .el-tabs__header .el-tabs__item:hover, .tabs .tabsMod .el-tabs__header .is-active {
	color: #000
}
.tabs .tabsMod .el-tabs__content {
	position: relative;
	width: 100%;
	overflow: visible
}
.index07 {
	min-height: 771px;
	/* background:#f5f8fa; */
}
.I-title {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 40px;
}
.I-title .t1 {
	line-height: 58px;
	font-size: 40px;
	font-weight: 600;
}
.I-title .t2 {
	line-height: 35px;
	font-size: 22px;
	color: #666666;
}
.I-title.It2 .t1 {
	color: #fff;
}
.I-title.It2 .t2 {
	color: #cbcbcb;
}
.I-title1 {
	text-align: center;
	padding-top: 40px;
}
.I-title1 .t1 {
	line-height: 65px;
	font-size: 40px;
	font-weight: 600;
	color: #FFFFFF;
}
.I-title1 .t2 {
	line-height: 35px;
	font-size: 16px;
	color: #FFFFFF;
}
.I-title i {
	display: block;
	height: 15px;
	clear: both;
	float: none;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5d9cec;
}
.I-title1 i {
	display: block;
	height: 15px;
	clear: both;
	float: none;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1a408c;
}
#index_advantage {
	padding-bottom: 0px;
}
#index_advantage .box {
	background-image: url(/public/static/admin/images/advantage_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-size: cover;
}
#index_advantage .box ul {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#index_advantage .box ul li {
	float: left;
	height: 300px;
	width: 25%;
	line-height: 20px;
	text-align: center;
	display: table;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
}
#index_advantage .box ul li:nth-child(1), #index_advantage .box ul li:nth-child(3), #index_advantage .box ul li:nth-child(6) {
	
}
#index_advantage .box ul li .bg {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/public/static/admin/images/bg3.png);
	background-repeat: repeat;
}
#index_advantage .box ul li:nth-child(1) .bg, #index_advantage .box ul li:nth-child(3) .bg, #index_advantage .box ul li:nth-child(6) .bg {
	background-image: url(/public/static/admin/images/bg4.png);
}
#index_advantage .box ul li span {
	font-size: 60px;
	display: block;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	line-height: 45px;
	padding-bottom: 20px;
	font-weight: bold;
}
#index_advantage .box ul li div {
	vertical-align: middle;
	display: table-cell;
	position: relative;
}
#index_advantage .box ul li.more {
	background-image: none;
	background-color: #0061b0;
}
#index_advantage .box ul li.more a {
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #85aece;
	border-left-color: #85aece;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
#index_advantage .box ul li:hover .bg {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.shijianfenbu {
    width: 100%;
    background: #f4f4f4;
    line-height: 40px !important;
    color: #5a5a5a;
    padding: 30px !important;
    box-sizing: border-box;
    position: relative;
    padding-top: 55px !important;
    margin-bottom: 0px;
    text-indent: 0em!important;
    font-size: 22px;
    letter-spacing: 2px;
}
.shijianfenbu hr {
    margin: 12px;
}
.shijianfenbu a {
    text-decoration:underline;
}
.shijianfenbu a:hover{
    color: #5d9cec;
}
.shijianfenbu .sjfb-t {
    display: inline-block;
    color: #fff;
    background: #e7463c;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    left: -5px;
    top: 5px;
}
.shijianfenbu h3 {
    margin-bottom: -16px;
    margin-top: -16px;
    font-size: 24px;
    text-indent: -0.2em!important;
}
.contact12 {
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
}
.conn {
    color: #555;
    line-height: 28px;
    padding-top: 10px;
    z-index: 1;
    position: relative;
}
.tags_title {
    border-bottom: 1px solid #DDD;
    margin: 25px 0 30px;
}
.contact12 .tags_title span {
    float: left;
    width: auto;
    cursor: pointer;
}
.tags_title span {
    width: 80px;
    padding: 0 15px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-bottom: -1px;
    background: #f8f8f8;
    color: #333;
    display: block;
    margin-left: 5px;
    border: 1px solid #DDD;
    border-bottom: 1px solid #f8f8f8;
    font-weight: bold;
}
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.content1 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}
.contact12 .content1 ul li {
    float: left;
    width: 30%;
    margin-right: 45px;
}
.contact12 .content1 ul li.lx1 em {
    background: url(../img/contact_tel.png) center center no-repeat;
}
.contact12 .content1 ul li a em {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 15px;
}
.contact12 .content1 ul li a {
    display: block;
}
.contact12 .content1 ul li a .wz {
    float: left;
    width: 67%;
    margin-top: -3px;
}
.contact12 .content1 ul li a .wz p, .contact12 .content1 ul li a .wz2 p {
    font-size: 20px;
    padding-bottom: 0px;
}
.contact12 .content1 ul li a .wz span, .contact12 .content1 ul li a .wz2 span {
    font-size: 20px;
}
.contact12 .content1 ul li a .wz2 {
    float: left;
    width: 67%;
    margin-top: 5px;
}
.contact12 .content1 ul li.lx2 em {
    background: url(../img/contact_email.png) center center no-repeat;
}
.contact12 .content1 ul li:nth-child(3n) {
    margin-right: 0;
}
.contact12 .content1 ul li.lx3 em {
    background: url(../img/contact_address.png) center center no-repeat;
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}
.clear {
    clear: both;
}
.clearfix {
    zoom: 1;
    margin-top: 10px;
}
.contact12 .content1 ul li a {
    display: block;
}
em {
    font-style: normal;
}
.contact12 .content1 ul li a em {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 15px;
}


.contact8 {
    background: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.max {
    min-width: 1200px;
}
.box2 {
    width: 94%;
    margin: 0 auto;
}
.biaost {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 34px;
    margin-bottom: 16px;
}
.job-list {
    border: 1px solid #dcdfe2;
    border-top: 2px solid #d0d4d8;
    margin-bottom: 58px;
}
.job-list .title {
    height: 49px;
    line-height: 49px;
    background: #5d9cec;
    border-bottom: 1px solid #fafbfb;
    color: #fff;
    padding: 0;
    font-size: 22px;
}
.job-list ul.tabble li.company-name {
    width: 25%;
    padding-left: 20px;
}
.job-list ul.tabble li {
    float: left;
    border: none;
    padding: 0 5px;
}
.job-list ul.tabble li.cname {
    width: 100px;
}
.job-list ul.tabble li.caddress {
    width: 37%;
}
.job-list ul.tabble li.caddress1 {
    width: 13%;
}
.l-table li.caddress1 {
    padding-left: 104px!important;
}
.job-list ul.tabble li.tel {
    width: 15%;
}
.l-table li.tel {
    padding-left: 105px!important;
}
ul:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.job-list .job-con {
    margin-bottom: 0;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    font-size: 20px;
}
.job-list ul.job-info li {
    line-height: 49px;
    border-bottom: 1px dashed #dcdfe2;
}
.job-list ul.job-info li .tabble:nth-child(odd) {
    background: #fff!important;
}
.l-table li.caddress {
    padding-left: 105px!important;
}
.bg-fff {
    background-color: #fff;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-center {
    text-align: center;
}
.text-center p {
    margin: 0px 0 10px;
}
.mt30 {
    margin-top: 30px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.mt30 {
    margin-top: 30px;
}
.fs24 {
    font-size: 24px;
}
.button:hover, .button:visited, .button:active {
    color: #fff;
    opacity: .8;
}
a.button {
    text-decoration: none;
    color: #fff;
}
.button-orange {
    border-color: #ff9913 !important;
    background: #ff9913 !important;
}
.button {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 50px;
    border: 1px solid #00b7ee;
    background: #00b7ee;
    color: #fff;
}
.fs16 {
    font-size: 16px;
}
.fs30 {
    font-size: 30px;
}
.footer-2017 {
    padding: 0;
}
.footer-2017 .tryout {
    padding: 100px 0;
    text-align: center;
    background-size: 100%;
    background: url(https://cdnjson.com/images/2024/05/24/backimg99ebe03145810967.png);
}
.footer-2017 .tryout h3 {
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: 300;
}
.footer-2017 .tryout p {
    font-size: 24px;
    line-height: 24px;
    color: #666;
    margin: 34px 0 80px 0;
    font-weight: 200;
}
.footer-2017 .tryout .enter input {
    border: 1px solid #59c3a1;
    width: 340px;
    height: 60px;
    padding-left: 10px;
    float: left;
    outline: none;
    font-size: 24px;
    color: #a6a6a6;
    border-radius: 0;
}
.footer-2017 .tryout .enter span {
    font-size: 24px;
    color: #fff;
    font-weight: 200;
    cursor: pointer;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: #59c3a1;
    display: inline-block;
    float: left;
}
.footer-2017 .tryout .enter {
    width: 532px;
    margin: 0 auto;
}
.footer-2017 .wrap_footer {
    background: #1F2430;
    padding: 1px 0 6px;
}
.solution_car_4 {
    background: url(../img/image_dibubanner.jpg) no-repeat 0 center;
    background-size: 100%;
}
.solution_car_4_cont {
    width: 89%;
    margin: 0 auto;
    padding: 30px 0 26px 0;
    display: flex;
}
.solution_car_4_left {
    width: 80%;
}
.solution_car_4_left_title {
    font-size: 24px;
    color: white;
}
.solution_car_4_left_subTitle {
    margin-top: 20px;
    color: white;
}
.solution_car_4_right {
    flex: 1;
    text-align: right;
}
.solution_car_4_right_button > .li_ji_zi_xun {
    width: 148px;
    height: 47px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    background: #5d9cec;
}
.solution_car_4_right_button > .li_ji_zi_xun:hover {
    background: red;
}	
.footer-2017 .wrap_footer .wrap_content {
    width: 94%;
    margin: 50px auto 0;
    background: #1F2430;
}
.wrap_content {
    max-height: unset;
    padding-bottom: 20px;
    height: auto;
    overflow: auto;
    color: #a5a6abad;
}
.footer-2017 .wrap_footer .wrap_left {
    width: 38%;
    margin-right: 1%;
}
.footer-2017 .wrap_footer .wrap_right {
    width: 60%;
    margin-right: 1%;
}
.footer-2017 .wrap_footer .wrap_right ul {
    padding-bottom: 20px;
    height: 242px;
}
.footer-2017 .wrap_footer .wrap_right ul li.li_one {
    margin-left: 0;
}
.footer-2017 .wrap_footer .wrap_right ul li {
    float: left;
    margin-left: 80px;
}
.footer-2017 .wrap_footer .wrap_right ul li h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    margin-bottom: 25px;
}
.footer-2017 .wrap_footer .wrap_right ul li a {
    font-weight: 400;
    line-height: 36px;
    display: block;
}
.footer-2017 .wrap_footer .wrap_right ul li a:hover {
    font-weight: 600;
    color: #ffffff;    
}
.footer-2017 .wrap_footer .wrap_right .li_one .iconfont {
    color: red;
    padding: 0 5px;
    position: absolute;
    animation: 1s 1s invi cubic-bezier(.23,1.7,.15,1.84) infinite forwards normal;
    font-size: 25px;
}
.footer-2017 .wrap_footer .wrap_right .iso_img {
    border-bottom: 1px solid #424854;
}
.footer-2017 .wrap_footer .wrap_right .iso_img img {
    float: left;
    padding: 0px 40px 30px 0px;
    height: 77px;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.footer-2017 .wrap_footer .wrap_right .wrap_concat {
    line-height: 36px;
    margin-top: 30px;
}
.footer-2017 .wrap_footer .wrap_right .wrap_concat span {
    font-weight: 400;
}
.footer-2017 .wrap_footer .wrap_right .wrap_concat span .iconfont {
    color: rgba(165,166,171,1);
    margin-right: 10px;
    font-size: 14px;
}
.icon-HOT-copy:before {
    content: "\e88a";
}
.icon-24gf-telephone2:before {
    content: "\e96d";
}
.icon-youxiang-:before {
    content: "\e6af";
}
.footer-2017 .wrap_footer .wrap_right .wrap_concat span.span_two {
    margin-left: 40px;
}
.footer-2017 .wrap_footer .wrap_left .record {
    margin-top: 24px;
}
.footer-2017 .wrap_footer .wrap_left .record p {
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.mt9991 {
  margin-top: 30px !important;
  background: url(https://s4.ax1x.com/2021/12/07/ocPAp9.jpg) no-repeat center top;
  padding: 80px 0;
  background-size: cover;
  margin-bottom: 1cm;
}
#gunping_main {
  height: 34px;
  background: #f4f5f5;
  position: relative;
  z-index: 20;
  margin-top: 0px;
}
#gunping {
  width: 94%;
  margin: 0px auto; 
}
#gunping img{
  width: 19px;
  height: 19px;
  margin-top: 8px;
}
.tongzhigonggao {
  color:red;
  font-weight: bold;
}
.gonggaogunping {
  margin: 30px;
  margin-top: -23px;
}
.yemiangunping {
  margin-top: -49px;
  margin-left: 9%;
}
.yemiangunping a:hover{
  color:#5d9cec;
}
.InfoContentwenzhang a {
	text-decoration : underline;
}
.InfoContentwenzhang a:hover {
	color:#5d9cec;
}
.position{height:50px;line-height:50px;padding-left:20px;background:url(/images/position_icon.png) no-repeat left;width: 94%;margin:0 auto;}
.position a{ color:#666; padding:0 8px;}
.position span{ margin-left:8px;}
.main1{width:100%;height:auto;overflow:hidden;border-bottom: 1px solid #66666626;}
.main1_c{ height:auto; overflow:hidden; padding-bottom:20px;}
.main1_left{ width:220px; height:auto; overflow:hidden;}
.main1_l{ width:220px; height:auto; overflow:hidden; background:url(/images/body_Lyy.png) no-repeat right top; padding:6px 10px 0 0;}
.main1_r{ width:934px;padding:6px 10px 0 0;line-height:26px;}
.wentou {
    text-indent: 0em !important;
    font-size: 24px !important;
    line-height: 35px;
    font-weight: bold;
}
.content-img-box {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}
.content-img-box img.bg {
    width: 100%;
    height: auto;
    float: left;
}
.hidden-lg {
    display: none !important;
}
.content-img-box .content-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.vertical-middle-sm {
    display: table;
    height: 100%;
    width: 100%;
}
.vertical-middle-sm>div {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
}
.content-img-box .content-box h2{
    color: #fff;
}
.content-box h2:after {
    margin-left: 0;
    transform: translateX(-50%);
    content: '';
    width: 30%;
    height: 2px;
    background-color: #c7000b;
    position: absolute;
    left: 50%;
    margin-left: -15%;
    bottom: 0;
    min-width: 35px;
}
.content-box h2 {
    position: relative;
    padding: 0px 0;
    padding-bottom: 8px;
    margin: 0;
    float: none !important;
    max-width: 100%;
    line-height: 1.5em;
    font-size: 1.9em;
    text-align: center;
}
.content-icon-box .row {
    margin: 70px auto 0 auto;
    width: 85.652%;
    max-width: 1430.016px;
    text-align: center;
}
.content-icon-box .col-xs-6 {
    float: none;
    display: inline-block;
    width: 24%;vertical-align: top;
}
.content-icon-box .col-xs-6 .iconfont {
    color: #fff;
    font-size: 60px;
    font-weight: normal;
}
.content-icon-box .col-xs-6 .title {
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    margin: 5px 0 15px 0;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-coin:before {
    content: "\e608";
}
.icon-network:before {
    content: "\e60a";
}
.icon-users:before {
    content: "\e609";
}
.icon-rise:before {
    content: "\e60b";
}
.icon-huoyan:before {
    content: "\e63d";
}
.content-box h2:after {
    content: '';
    width: 6%;
    height: 2px;
    background-color: #c7000b;
    position: absolute;
    left: 50%;
    margin-left: -15%;
    bottom: 0;
    min-width: 27px;
}
.content-box h2:after {
    margin-left: 0;
    transform: translateX(-50%);
}
.list-about-7 {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 180px;
    background: url(../images/bg4.jpg) no-repeat center bottom;
    height: 900px;
}
.list-about-7 .container {
    width: 1000px;
    margin: 0 auto;
}
.container img {
    border: 0;
    width: 77%;
    vertical-align: middle;
}
.list-about-7 .title-none {
    display: none;
}
.list-about .title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.list-about .title .t1 {
    color: #444;
    font-size: 24px;
    letter-spacing: 3px;
}
.list-about .title .t2 {
    color: #333;
    font-size: 36px;
    line-height: 50px;
    font-family: "SIMYOU";
}
.list-about-7 .txtbox {
    width: 80%;
    float: right;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.zhuanhua {
    margin: 40px auto 0;
}
.zhuanhua img{
    width:100%;
}
/* é¦–é¡µå³ä¾§å›¾ç‰‡è½®æ’­ */
.bn317 {
    width: 100%;
    z-index: 20;
    position: relative;
}
.bn317 .list, .bn317 li, .bn317 img {
    height: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.bn317 li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.bn317 li img {
    width: 100%;
    display: block;
    position: relative;
    /* left: 50%; */
    /* margin-left: -960px; */
    top: 0;
}
.bn317 li a {
    display: block;
    width: 100%;
}
.bn317 .tip {
    width: 100%;
    height: 6px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 10;
}
.bn317 .tip span {
    width: 10px;
    height: 10px;
    margin: 0 9px;
    border: 2px solid #67b306;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border-radius: 100%;
}
.bn317 .tip span.cur {
    background: #67b306;
}
.bn317 .prev, .bn317 .next {
    width: 50px;
    height: 70px;
    position: absolute;
    z-index: 12;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    transition: none;
    /* background: url(/images/btn317.png) no-repeat 0 center; */
}
.bn317 .prev {
    left: 3%;
    background-position: 8px center;
}
.bn317 .next {
    right: 3%;
    background-position: -59px 0;
}
/* æœåŠ¡è¯¦æƒ…é¡µ æœåŠ¡æŽ¨è */
.index-case_301 {
    width: 100%;
    min-width: 1300px;
}
.index-case_301 .box {
    margin: auto;
    position: relative;
}
.index-case_301 .box .title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 28px;
    padding: 50px 0 30px;
}
.index-case_301 .box .title span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-top: 5px;
}
.index-case_301 .box .title:before {
    width: 60px;
    height: 1px;
    background: #dedede;
    position: absolute;
    content: '';
    top: 63px;
    left: -80px;
}
.index-case_301 .box .title:after {
    width: 60px;
    height: 1px;
    background: #dedede;
    position: absolute;
    content: '';
    top: 63px;
    right: -80px;
}
.index-case_301 .box .list {
    width: 100%;
    display: table;
}
.index-case_301 .box .list li {
    width: 23.5%;
    height: 335px;
    background: #fff;
    float: left;
    margin: 0 2% 0 0;
    box-sizing: border-box;
}
.index-case_301 .box .list li:nth-child(4n) {
    margin: 0;
}
.index-case_301 .box .list li .img {
    width: 100%;
}
.index-case_301 .box .list li .img img{
    width: 100%;
}
.index-case_301 .box .list li .tbox {
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all ease .3s;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.07);
}
.index-case_301 .box .list li .tbox .t1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    padding: 20px 0 14px;
    transition: all ease .3s;
}
.index-case_301 .box .list li:hover .tbox .t1 {
    color: #397bcb;
}
.index-case_301 .box .list li .tbox .t2 {
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.hotBanner .tubiao span{
    font-size: 34px;
    color: red;
}
/* æ–°banneræ ·å¼ */
#b238_main {
    position: relative;
    overflow: hidden;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}
#b238_main .b238 {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    min-width: 1200px;
}
#b238_main #b238 {
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
    z-index: 0;
}
#b238_main #b238, #b238_main .b238 ul {
    overflow: hidden;
}
#b238_main .b238 li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}
#b238_main .b238 li:first-child {
    display: block;
}
#b238_main .b238 li img {
    width: 1920px;
    height: 800px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
    min-width: 1200px;
}
#b238_main #b238 .tip {
    width: 1000px;
    height: 14px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 30px;
    z-index: 12;
}
#b238_main #b238 .tip span {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    border: 5px solid #5d9cec;
    border-radius: 50%;
    transition: all .5s;
}
#b238_main #b238 .tip span.cur {
    background: #fff;
}
#b238_main .b238 #btn_prev, #b238_main .b238 #btn_next {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 12;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    opacity: 0;
}
#b238_main .b238 #btn_prev {
    left: 3%;
    background-position: -8px -5px;
}
#b238_main .b238 #btn_next {
    right: 3%;
    background-position: -50px -5px;
}
#b238_main #b238:hover #btn_prev, #b238_main #b238:hover #btn_next {
    opacity: 1;
}
/* å³ä¾§å®¢æœCSS  åœ¨å¤´éƒ¨æ–‡ä»¶é‡Œ */
.kf122 dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #5d9cec;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    top: 0;
    margin: 8px 0 0;
}
.kf122 dd span {
    display: block;
    color: #fff;
}
.kf122 dd.t1222 .box122 {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    /* border-radius: 5px; */
    background: #5d9cec;
    opacity: 0;
    transition: all .5s;
}
.kf122 dd.t1222 .box122:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #5d9cec;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}
.kf122 dd.code122 .box122 {
    position: absolute;
    top: 0;
    width: 140px;
    right: -172px;
    height: 140px;
    margin-right: 10px;
    /* border-radius: 5px; */
    background: #5d9cec;
    opacity: 0;
    transition: all .5s;
}
.kf122 dd:hover {
    background: #333;
}
.kf122 dd.code122 .box122:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #5d9cec;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}
/* é¢œè‰² end*/
.kf122 {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}
.kf122 dd:first-child {
    margin-top: 0;
}
.kf122 dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(/images/kf122.png) no-repeat center 0;
    margin-bottom: 5px;
}
.kf122 dd.qq122 i {
    background-position-y: 0;
}
.kf122 dd.t1222 i {
    background-position-y: -30px;
}
.kf122 dd.code122 i {
    background-position-y: -60px;
}
.kf122 dd.top122 i {
    background-position-y: -90px;
}
.kf122 dd.t1222 .box122 p {
    font-size: 14px;
    margin: 15px auto 4px;
}
.kf122 dd.t1222 .box122 h3 {
    font-size: 18px;
    font-weight: bold;
}
.kf122 dd.code122 .box122 img {
    width: 140px;
    height: 140px;
    padding: 11px;
}
.kf122 dd.t1222:hover .box122 {
    opacity: 1;
    right: 80px;
}
.kf122 dd.code122:hover .box122 {
    opacity: 1;
    right: 80px;
}
/* æœç´¢æ¡† CSS */
.ey-search-151 {float: right;}
.search-151 {
    width: 280px;
    margin: 9px auto 7px;
}
.search-151-bd .form-151-group {
    border: 1px solid #ccc;
    position: relative;
    height: 35px;
    z-index: 3;
}
.search-151-bd .form-151 input {
    width: 206px;
    height: 15px;
    line-height: 15px;
    color: #222;
    outline: none;
    border: none;
    padding: 15px 0 14px 6px;
    margin: 0;
}
.search-151-bd .form-151 .btn-151 {
    border: none;
    background: #5d9cec;
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 25px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    width: 70px;
    cursor: pointer;
    margin: 0;
}
/* æ–‡ç« åŽå£°æ˜Ž */
.shengming {
    margin: 0;
    padding: 0;
    border: 0;
}
.shengming .wk-sm1{
    margin: 14px 5px;
}
.shengming .wk-sm2{
    margin-top: 20px;
    border: 1px solid #0e338e;
    width: 100%;
    box-sizing: border-box;
}
.shengming .wk-sm3{
    border: 1px solid #3891f6;
    margin: 4px -6px -6px 5px;
    padding: 5px 10px;
    box-sizing: border-box;
}
.shengming .wk-sm4{
    margin-top: -22px;
}
.shengming .wk-sm5{
    display: inline-block;
    background: #0099e6;
    padding: 0px 5px;
    box-sizing: border-box;
}
.shengming .wk-sm6{
    color: #ffffff;
    min-width: 1em;
}
.shengming .wk-sm7{
    /* font-size: 18px; */
}
.shengming .wk-sm8{
    margin-top: 10px;
    margin-bottom: 10px;
}
.shengming .wk-sm9 {
    color: #999;
    min-width: 1em;
    line-height: 30px;
    letter-spacing: 2px;
}
.shengming .wk-sm9 a{
    text-decoration:underline;
}
.shengming .wk-sm9 a:hover{
	color: #5d9cec;
}
.shengming .wk-sm10{
    display: block;
}
.shengming .wk-sm11{
    display: block;
    padding: 10px 2px 0;
}
.top30{
    margin-top:30px !important;
}
.width80p {
    width: 77% !important;
}
#left .leftcon {
    width: 100%;
    float: left;
    padding: 26px 0 15px;
    background: #5d9cec8f;
}
#left .left-tit {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0 20px 0;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    background: url(/images/bg340.png) no-repeat center bottom;
}
#left .leftnav {
    margin: 0 30px;
    margin-bottom: 20px;
}
#left .leftnav li {
    margin-bottom: 10px;
    text-align: center;
}
#left .leftnav li .aLink {
    display: block;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
}
#left .leftnav li .aLink:hover {
    background: #fff;
	color:#5d9cec;
}
#left .left-tit.left-tit2 {
    font-size: 30px;
    padding-bottom: 19px;
}
#left .leftcon .leftpro {
    margin: 0 10px;
}
#left .leftcon .leftpro .item {
    float: left;
    width: 100%;
    margin: 0 auto 20px;
}
#left .leftcon .leftpro .item a {
    width: 100%;
    display: block;
}
#left .leftcon .leftpro .item a img {
    width: 100%;
    display: block;
}
#left .leftcon .leftpro .item a h3 {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    background: #5d9cec;
    padding: 0 5px;
    font-weight: 400;
    letter-spacing: 1px;
}
#left .leftcon .leftpro .item a h3:hover {
	color: #5d9cec;
    background: #fff;
}
#left .leftcon form {
    border-top: 0;
    padding: 0 20px;
    /* background: #fff; */
}
#left .leftcon form select {
    width: 100%;
    height: 48px;
    border: 1px solid #e7e7e7;
    font-size: 18px;
}
#left .leftcon form textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #e7e7e7;
    margin-top: 12px;
    padding: 5px 5px 30px;
    display: block;
    font-size: 18px;
}
#left .leftcon form .text:nth-of-type(1) {
    margin-top: 0;
}
#left .leftcon form .submit {
    width: 100%;
    /* height: 42px; */
    line-height: 42px;
    background: #ff0000;
    color: #fff;
    margin-top: 12px;
    cursor: pointer;
    font-size: 18px;
}
#left .leftcon form .text {
    width: 100%;
    height: 48px;
    line-height: 40px;
    border: 1px solid #e7e7e7;
    margin-top: 12px;
    padding-left: 5px;
    text-indent: 0;
    font-size: 18px;
}
#left .leftcon .server li {
    /* background: #fff; */
    margin-top: 12px;
}
#left .leftcon .server li .p {
    padding: 20px 20px 0 20px;
    text-align: center;
}
#left .leftcon .server li .p img {
    border-radius: 3px;
    margin: 0 auto;
	width: 45%;
}
#left .leftcon .server li .t {
    /* background: #fff; */
    margin: 10px 23px;
}
#left .leftcon .server li .t h3 {
    line-height: 25px;
    font-size: 20px;
    padding: 2px 3px 0px;
    text-align: center;
    }
#left .leftcon .server li .t .sp {
    padding: 8px 0;
}
#left .leftcon .server li .t p {
    font-size: 18px;
    padding: 7px 0;
    line-height: 21px;
    letter-spacing: 0px;
}
#left .leftcon .server li .t p em {
    color: #d72025;
}
#left .leftcon .server li .t a {
    display: block;
    padding: 8px 0 20px 0;
}
#left .leftcon .server li .t span {
    display: block;
    width: 119px;
    height: 36px;
    line-height: 36px;
    background: url(/uploads/allimg/20240524/1-24052415450Hb.png);
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    padding-left: 33px;
}
.aligncenter {
    text-align:center !important; 
}