/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 10px;
}
html{
	font-size: 12px;
}
body {
    font-family: "微软雅黑";
    font-size:12px;
    color:#333;
    background: url(../img/body_bg3.jpg) no-repeat !important;
    background-size: 100% 100% !important; 
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
h2{
	font-size: 20px;
}
ul,ol {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
th,td {
	word-break:keep-all;
    white-space:nowrap; 
    overflow:hidden;
    text-overflow:ellipsis;
}

/*字体导入*/
/* @font-face {
  font-family: 'PingFang Bold';
  src: url('font/PingFang Bold_0.ttf');
  font-weight: normal;
  font-style: normal;
} */
/*字体导入 end*/
/*星空背景CSS开始*/
body {
  background: radial-gradient(200% 100% at bottom center, #0070aa, #0b2570, #000035, #000);
  background: radial-gradient(220% 105% at top center, #000 10%, #000035 40%, #0b2570 65%, #0070aa);
  background-attachment: fixed;
  overflow: hidden;
}

@keyframes rotate {
  0% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
  }
  100% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
  }
}
.stars {
  transform: perspective(500px);
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  perspective-origin: 50% 100%;
  left: 50%;
  animation: rotate 90s infinite linear;
}

.star {
  width: 2px;
  height: 2px;
  background: #F7F7B6;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0 -300px;
  transform: translate3d(0, 0, -300px);
  backface-visibility: hidden;
}
/*星空背景CSS结束*/

/*时钟CSS开始*/
.now_time{
	width: 280px;
	height: 24px;
	position: absolute;
	/* right: 15.9%;
	top: 2.5%; */
	right: 54%;
	top: 2%;
	font: 14px "微软雅黑";
	color: #3cffea;
	text-align: center;
	z-index: 999;
}
.now_time p{
	display: inline-block;
}
/*时钟CSS结束*/
/*logo CSS开始*/
.logo{
	width: 25%;
	position: fixed;
	left: 2%;
	top: 2.4%;
	z-index: 9999;
}
.logo img{
	width: 100%;
}
/*logo CSS结束*/
/*技术支持CSS开始*/
.techical_support{
	width: 300px;
	position: fixed;
	/* left: 36px;
	bottom: 0px; */
	right: 0.5%;
	top: 2%;
	font: 14px "微软雅黑";
	color: #3cffea;
	z-index: 999;
}
/*技术支持CSS结束*/
/*大数据看板标题CSS开始*/
.bgkanban_title{
	/* width: 50%;
	position: absolute;
	left: 20%; */
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.bgkanban_title img{
	display: block;
	width: 100%;
}
/*大数据看板标题CSS结束*/
/*标题CSS开始*/
.chart_title{
	height: 50px;
	width: 100%;
	margin: 0 auto;
}
.chart_title span{
	width: 100%;
	font: 14px/50px "微软雅黑";
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	text-align: center;
}
.table_title{
	width: 100%;
	height: 30px;
	font: 14px/30px "微软雅黑";
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #4456ff;
}
.table_title_b{
	width: 100%;
	height: 30px;
	font: 14px/30px "微软雅黑";
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #40bad0;
}
/*标题CSS结束*/
/*公共类*/
.m_border{
	padding: 0 5%;
    background: linear-gradient(to left, #0084ff, #0084ff) left top no-repeat, 
                linear-gradient(to bottom, #0084ff, #0084ff) left top no-repeat, 
                linear-gradient(to left, #0084ff, #0084ff) right top no-repeat,
                linear-gradient(to bottom, #0084ff, #0084ff) right top no-repeat, 
                linear-gradient(to left, #0084ff, #0084ff) left bottom no-repeat,
                linear-gradient(to bottom, #0084ff, #0084ff) left bottom no-repeat,
                linear-gradient(to left, #0084ff, #0084ff) right bottom no-repeat,
                linear-gradient(to left, #0084ff, #0084ff) right bottom no-repeat;
    background-size: 1px 16px, 16px 1px, 1px 16px, 16px 1px;  
	border: 1px solid #1a5f9f;
    -moz-box-shadow: 0 0 24px 2px rgba(0,132,255,0.2) inset;
   	-webkit- box-shadow: 0 0 24px 2px rgba(0,132,255,0.2) inset;
    box-shadow: 0 0 24px 2px rgba(0,132,255,0.2) inset;
}
.r_empty{
	width: 100%;
	height: 16%;
}
.flex_box{
	width: 100%;
	height: 84%;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:space-between;
}
/*公共类结束*/

/*左边盒子CSS开始*/
.left_box{
	width: 83%;
	height: 100%;
	/*display: inline-block;*/
	/*float: left;*/
	float: right;
}
.chart_ul{
	width: 100%;
	height: 100%;
	position: relative;
}
.chart_ul .chart_li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility:hidden;
}
.chart_ul .chart_li_fb{
	visibility:visible;	
}
/*模块标题css*/
.chart_l .talents_label{
	width: 100%;
	height: 6%;
}
.chart_l .talents_label h2{
	color: #3cffea;
	display: inline-block;
	font-family: "微软雅黑";
}
.chart_l .talents_label h2 p{
	font: 12px "微软雅黑";
	display: inline-block;
}
/*模块标题css end*/
/*人才分布样式start*/
.chart_ul .chart_li_fb .chart_l{
	width: 33%;
	height: 100%;
	float: left;
	/*padding: 0 0 2% 2%;*/
	padding: 0 0 2% 1%;
}
.chart_ul .chart_li_fb .chart_c{
	width: 38%;
	height: 100%;
	float: left;
	padding: 0 0 2% 2%;
}
.chart_ul .chart_li_fb .chart_r{
	width: 29%;
	height: 100%;
	/*padding: 0 1% 2% 2%;*/
	padding: 0 2% 2% 2%;
	float: left;
}

.chart_li_fb .chart_l .l_top{
	width: 100%;
	height: 10%;
}
.chart_li_fb .chart_l .l_center{
	width: 100%;
	height: 47%;
}
.chart_li_fb .chart_l .l_bottom{
	width: 100%;
	height: 50%;
}

.chart_li_fb .chart_l .l_top img{

}
.chart_li_fb .chart_l .l_center .talents_num{
	width: 100%;
	height: 25%;
	margin: 12% 0 0 0;
}
.chart_li_fb .chart_l .l_center .talents_num span{
	font: 18px "微软雅黑";
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 40px;
}
.chart_li_fb .chart_l .l_center .talents_num p{
	font: 36px "微软雅黑";
	color: #f85107;
	text-align: center;
}
.chart_li_fb .chart_l .l_center .high_talents_num{
	width: 100%;
	height: 25%;
	margin: 12% 0 0 0;
}
.chart_li_fb .chart_l .l_center .high_talents_num span{
	font: 18px "微软雅黑";
	color: #ffffff;
	display: block;
	text-align: center;
	line-height: 40px;
}
.chart_li_fb .chart_l .l_center .high_talents_num p{
	font: 30px "微软雅黑";
	color: #ffd440;
	text-align: center;
}
.chart_li_fb .chart_l .l_bottom .fb_qqhyfb{
	width: 100%;
	height: 90%;
}


.chart_li_fb .chart_c .c_top{
	width: 100%;
	height: 10%;
}
.chart_li_fb .chart_c .c_center{
	width: 100%;
	height: 60%;
}
.chart_li_fb .chart_c .c_bottom{
	width: 100%;
	height: 30%;
    /*margin: 15% 0 0 0;*/
    margin: 4% 0 0 0;
}
.chart_li_fb .chart_c .c_center .chart_map_box{
	width: 100%;
	height: 80%;
}
.chart_li_fb .chart_c .c_center .chart_map_box #rencaigongji{
	width: 120%;
	height: 120%;
	margin: -4% 0 0 -15%;
}

.chart_li_fb .chart_c .c_center .talents_num{
	width: 100%;
	height: 20%;
	padding: 15px 0 0 0;
}
.chart_li_fb .chart_c .c_center .talents_num span.top{
	font: 16px "微软雅黑";
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 0 50%;
}
.chart_li_fb .chart_c .c_center .talents_num span.bot{
	font: 30px "微软雅黑";
	color: #ffd440;
}
.chart_li_fb .chart_c .c_center .talents_num p{
	font: 16px "微软雅黑";
	color: #ffffff;
	padding: 0 0 0 55%;
}
.chart_li_fb .chart_c .c_bottom .table_roll{
	width: 100%;
	overflow: hidden;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_fb .chart_c .c_bottom .table_roll .scrollTbody{
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.chart_li_fb .chart_c .c_bottom .table_roll .scrollTbody td:nth-child(1){
	width: 24%;
}
.chart_li_fb .chart_c .c_bottom .table_roll .scrollTbody td:nth-child(2){
	width: 24%;
}
.chart_li_fb .chart_c .c_bottom .table_roll .scrollTbody td:nth-child(3){
	width: 4%;
}
.chart_li_fb .chart_c .c_bottom .table_roll .scrollTbody td:nth-child(4){
	width: 24%;
}
.chart_li_fb .chart_c .c_bottom .table_roll .scrollTbody td:nth-child(5){
	width: 24%;
}


.chart_li_fb .chart_r .r_top{
	width: 100%;
	height: 47%;
}
.chart_li_fb .chart_r .r_bottom{
	width: 100%;
	height: 50%;
}
.chart_li_fb .chart_r .r_top>span{
	width: 100%;
	display: inline-block;
	font: 16px "微软雅黑";
	color: #ffffff;
	font-weight: bold;
    text-align: center;
    margin: 25px 0 25px 0;
}
.chart_li_fb .chart_r .r_top .tongji_ul{
	width: 100%;
}
/* .chart_li_fb .chart_r .r_top .tongji_ul li{
	width: 48%;
	height: 48px;
	color: #ffffff;
	margin: 0 2% 0 0;
	float: left;
} */
.chart_li_fb .chart_r .r_top .tongji_ul li{
	width: 100%;
	height: 48px;
	color: #ffffff;
}
.chart_li_fb .chart_r .r_top .tongji_ul li .xueli{
	background: rgba(0,78,255,0.5);
	font: 14px/22px "微软雅黑";
	text-align: center;
}
.chart_li_fb .chart_r .r_top .tongji_ul li img{
	display: inline-block;
	height: 18px;
	margin: 5px 0 0 3px;
}
.chart_li_fb .chart_r .r_top .tongji_ul li p{
	font: 14px/26px "微软雅黑";
	float: right;
	font-weight: bold;
} 
.chart_li_fb .chart_r .r_bottom .fb_ylfs{
	width: 100%;
	height: 84%;
}
/*人才分布样式end*/







/*人才供需样式start*/
.chart_ul .chart_li_gx .chart_l{
	width: 28%;
	height: 100%;
	float: left;
	padding: 0 0 2% 1%;
}
.chart_ul .chart_li_gx .chart_c{
	width: 48%;
	height: 100%;
	padding: 10% 0 2% 2%;
	float: left;
}
.chart_ul .chart_li_gx .chart_r{
	width: 24%;
	height: 100%;
	padding: 0 2% 2% 2%;
	float: left;
}

.chart_li_gx .chart_l .l_top{
	width: 100%;
	height: 10%;
}
.chart_li_gx .chart_l .l_center{
	width: 100%;
	height: 50%;
}
.chart_li_gx .chart_l .l_bottom{
	width: 100%;
	height: 47%;
}

.chart_li_gx .chart_l .l_top img{
	display: block;
    /*height: 75%;
    padding: 11px 0 0 28px;*/
    width: 100%;
    padding: 5% 0 0 0;
}
.chart_li_gx .chart_l .l_center .hygxtg_box{
	width: 100%;
	height: 75%;
}
.chart_li_gx .chart_l .l_center .hygxtg_box .table_roll{
	width: 100%;
	overflow: hidden;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_gx .chart_l .l_center .hygxtg_box .table_roll .fixedThead{
	width: 100%;
	text-align: center;
}
.chart_li_gx .chart_l .l_center .hygxtg_box .table_roll .fixedThead th:nth-child(1){
	width: 40%;
}
.chart_li_gx .chart_l .l_center .hygxtg_box .table_roll .fixedThead th:nth-child(2){
	width: 20%;
}
.chart_li_gx .chart_l .l_center .hygxtg_box .table_roll .fixedThead th:nth-child(3){
	width: 20%;
}
.chart_li_gx .chart_l .l_center .hygxtg_box .table_roll .fixedThead th:nth-child(4){
	width: 20%;
}

.chart_li_gx .chart_l .l_center .hygxtg_box ul{
	width: 100%;
	height: 20%;
	margin: 5% 0 0 0;
}
.chart_li_gx .chart_l .l_center .hygxtg_box ul li{
	width: 50%;
	height: 95%;
	padding-top: 5%;
	float: left;
	color: #fff;
}
.chart_li_gx .chart_l .l_center .hygxtg_box ul li p{
	font: 14px "微软雅黑";
	text-align: center;
}
.chart_li_gx .chart_l .l_center .hygxtg_box ul li span{
	font: 28px "微软雅黑";
	color: #ffd440;
}
.chart_li_gx .chart_l .l_center .hygxtg_box ul li span.span_b{
	color: #f85107;
}


.chart_li_gx .chart_l .l_bottom .table_roll{
	width: 100%;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody{
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody td{
	width: 100%;
}
.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody td .td_left{
	width: 20%;
	height: 100%;
	float: left;
}
.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody td .td_left img{
	display: block;
	/*width: 36px;*/
	height: 32px;
}
.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody td .td_center{
	width: 30%;
	height: 100%;
	float: left;
}
.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody td .td_right{
	width: 50%;
	height: 100%;
	float: left;

}

.chart_li_gx .chart_c .c_top{
	width: 100%;
	height: 8%;
}
.chart_li_gx .chart_c .c_center{
	width: 100%;
	height: 46%;
	margin: 2% 0 3% 0;
	padding: 0 0 0 4%;	
}
.chart_li_gx .chart_c .c_bottom{
	width: 100%;
	height: 40%;
	padding: 0 0 0 4%;
}

.chart_li_gx .chart_c .c_top .num_ul{
	width: 100%;
	padding: 0 5%;
	height: 100%;
}
.chart_li_gx .chart_c .c_top .num_ul li{
	width: 33.3%;
	height: 100%;
	color: #fff;
	float: left;
}
.chart_li_gx .chart_c .c_top .num_ul li .img{
	width: 30%;
	height: 100%;
	float: left;
}
.chart_li_gx .chart_c .c_top .num_ul li .img img{
	display: block;
	width: 100%;
}
.chart_li_gx .chart_c .c_top .num_ul li p{
	width: 70%;
	height: 50%;
	float: left;
	text-align: center;
	font:26px "微软雅黑";
	font-weight: 550;
	color: #ffde00;
}
.chart_li_gx .chart_c .c_top .num_ul li span{
	display: inline-block;
	width: 70%;
	height: 50%;
	text-align: center;
}
.chart_li_gx .chart_c .c_center .chart_gxgx_box{
	width: 100%;
	height: 90%;
}
.chart_li_gx .chart_c .c_bottom .chart_gxzhl_box{
	width: 100%;
	height: 90%;
}



.chart_li_gx .chart_r .r_top{
	width: 100%;
	height: 50%;
}
.chart_li_gx .chart_r .r_bottom{
	width: 100%;
	height: 47%;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box{
	width: 100%;
	height: 85%;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box .table_roll{
	width: 100%;
	overflow: hidden;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box .table_roll .fixedThead{
	width: 100%;
	text-align: center;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box .table_roll .fixedThead th:nth-child(1){
	width: 40%;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box .table_roll .fixedThead th:nth-child(2){
	width: 20%;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box .table_roll .fixedThead th:nth-child(3){
	width: 20%;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box .table_roll .fixedThead th:nth-child(4){
	width: 20%;
}

.chart_li_gx .chart_r .r_top .gwgxtg_box ul{
	width: 100%;
	height: 20%;
	margin: 5% 0 0 0;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box ul li{
	width: 50%;
	height: 95%;
	padding-top: 5%;
	float: left;
	color: #fff;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box ul li p{
	font: 14px "微软雅黑";
	text-align: center;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box ul li span{
	font: 28px "微软雅黑";
	color: #ffd440 ;
}
.chart_li_gx .chart_r .r_top .gwgxtg_box ul li span.span_b{
	color: #f85107;
}


.chart_li_gx .chart_r .r_bottom .table_roll{
	width: 100%;
	overflow: hidden;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_gx .chart_r .r_bottom .table_roll .scrollTbody{
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.chart_li_gx .chart_r .r_bottom .table_roll .scrollTbody td{
	width: 100%;
}
/* .chart_li_gx .chart_r .r_bottom .table_roll .scrollTbody td .td_left{
	width: 20%;
	height: 100%;
	float: left;
}
.chart_li_gx .chart_r .r_bottom .table_roll .scrollTbody td .td_left img{
	display: block;
	width: 36px;
	height: 32px;
} */
.chart_li_gx .chart_r .r_bottom .table_roll .scrollTbody td .td_center{
	width: 50%;
	height: 100%;
	float: left;
}
.chart_li_gx .chart_r .r_bottom .table_roll .scrollTbody td .td_right{
	width: 50%;
	height: 100%;
	float: left;

}
/*人才供需样式end*/





/*人才供应样式start*/
.chart_ul .chart_li_gy .chart_l{
	width: 33%;
	height: 100%;
	float: left;
	padding: 0 0 2% 1%;
}
.chart_ul .chart_li_gy .chart_c{
	width: 50%;
	height: 100%;
	float: left;
	padding: 0 0 2% 2%;
}
.chart_ul .chart_li_gy .chart_r{
	width: 17%;
	height: 100%;
	padding: 0 2% 2% 2%;
	float: left;
}

.chart_li_gy .chart_l .l_top{
	width: 100%;
	height: 10%;
}
.chart_li_gy .chart_l .l_center{
	width: 100%;
	height: 54%;
}
.chart_li_gy .chart_l .l_bottom{
	width: 100%;
	height: 43%;
}

.chart_li_gy .chart_l .l_top img{

}
.chart_li_gy .chart_l .l_center .rczytgb_box{
	width: 100%;
	height: 85%;
}
.chart_li_gy .chart_l .l_center .rczytgb_box .table_roll{
	width: 100%;
	overflow: hidden;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_gy .chart_l .l_center .rczytgb_box .table_roll .fixedThead th:nth-child(1){
	width: 30%;
}
.chart_li_gy .chart_l .l_center .rczytgb_box .table_roll .fixedThead th:nth-child(2){
	width: 20%;
}
.chart_li_gy .chart_l .l_center .rczytgb_box .table_roll .fixedThead th:nth-child(3){
	width: 30%;
}
.chart_li_gy .chart_l .l_center .rczytgb_box .table_roll .fixedThead th:nth-child(4){
	width: 20%;
}
.chart_li_gy .chart_l .l_bottom .chart_xinchou_box{
	width: 100%;
	height: 90%;
	margin: -6% 0 0 0;
}

.chart_li_gy .chart_c .c_top{
	width: 100%;
	height: 10%;
}
.chart_li_gy .chart_c .c_center{
	width: 100%;
	height: 60%;
}
.chart_li_gy .chart_c .c_bottom{
	width: 100%;
	height: 30%;
}
.chart_li_gy .chart_c .c_center .chart_map_box{
	width: 100%;
	height: 100%;
}
.chart_li_gy .chart_c .c_center .chart_map_box #map_box{
	width: 100%;
	height: 100%;
	/*margin: -15% 0 0 -10%;*/
	margin: 0 0 0 0;
}
.chart_li_gy .chart_c .c_bottom .b_left{
	width: 50%;
	height: 100%;
	float: left;
}
.chart_li_gy .chart_c .c_bottom .b_left #hangyefenbu{
	width: 100%;
	height: 90%;
	margin: -5% 0 0 0;
}
.chart_li_gy .chart_c .c_bottom .b_right{
	width: 50%;
	height: 100%;
	float: left;
}
.chart_li_gy .chart_c .c_bottom .b_right #nianlingfenbu{
	width: 100%;
	height: 90%;
	float: left;
	margin: -14% 0 0 0;
}


.chart_li_gy .chart_r .r_top_t{
	width: 100%;
	height: 36%;
}
.chart_li_gy .chart_r .r_top_b{
	width: 100%;
	height: 26%;
}
.chart_li_gy .chart_r .r_bottom{
	width: 100%;
	height: 32%;
}
.chart_li_gy .chart_r .r_top_t .table_roll{
	width: 100%;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_gy .chart_r .r_top_t .table_roll .fixedThead{
	width: 100%;
	text-align: center;
}
.chart_li_gy .chart_r .r_top_t .table_roll .fixedThead th:nth-child(1){
	width: 50%;
}
.chart_li_gy .chart_r .r_top_t .table_roll .fixedThead th:nth-child(2){
	width: 50%;
}

.chart_li_gy .chart_r .r_top_b .table_roll{
	width: 100%;
    border: none;
    text-align: center;
    color: #3cffea;
	border-collapse:collapse !important;
}
.chart_li_gy .chart_r .r_top_b .table_roll .fixedThead{
	width: 100%;
	text-align: center;
}
.chart_li_gy .chart_r .r_top_b .table_roll .fixedThead th:nth-child(1){
	width: 50%;
}
.chart_li_gy .chart_r .r_top_b .table_roll .fixedThead th:nth-child(2){
	width: 50%;
}
.chart_li_gy .chart_r .r_top_b .table_roll .scrollTbody tr{
	border-bottom: 1px solid #3cffea;
	height: 28px;
}
.chart_li_gy .chart_r .r_top_b .table_roll .scrollTbody tr:last-child{
	border: none;
}
.chart_li_gy .chart_r .r_bottom #gongzuonianxian{
	width: 100%;
	height: 76%;
}

/*人才供应样式end*/





/*人才属性样式start*/
.chart_ul .chart_li_sx .chart_l{
	width: 33%;
	height: 100%;
	float: left;
	padding: 0 0 2% 1%;
}
.chart_ul .chart_li_sx .chart_c{
	width: 50%;
	height: 100%;
	padding: 10% 0 2% 2%;
	float: left;
}
.chart_ul .chart_li_sx .chart_r{
	width: 17%;
	height: 100%;
	padding: 0 2% 2% 2%;
	float: left;
}

.chart_li_sx .chart_l .l_top{
	width: 100%;
	height: 10%;
}
.chart_li_sx .chart_l .l_center{
	width: 100%;
	height: 54%;
}
.chart_li_sx .chart_l .l_bottom{
	width: 100%;
	height: 43%;
}

.chart_li_sx .chart_l .l_top img{

}

.chart_li_sx .chart_l .l_center .table_roll{
	width: 100%;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_sx .chart_l .l_center .table_roll .scrollTbody{
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.chart_li_sx .chart_l .l_center .table_roll .scrollTbody td{
	width: 48%;
	padding: 0 0 0 2%;
}
.chart_li_sx .chart_l .l_center .table_roll .scrollTbody td .td_left{
	width: 30%;
	height: 100%;
	float: left;
	margin: 0 0 0 10%;
}
.chart_li_sx .chart_l .l_center .table_roll .scrollTbody td .td_left img{
	display: block;
	/*width: 36px;*/
	height: 32px;
}
.chart_li_sx .chart_l .l_center .table_roll .scrollTbody td .td_right{
	width: 60%;
	height: 100%;
	float: left;
	text-align: left;
	color: #3cffea;
	font-family:"微软雅黑";
}
.chart_li_sx .chart_l .l_bottom .gangwei_box{
	width: 100%;
	height: 90%;
}
.chart_li_sx .chart_l .l_bottom .gangwei_box .gw_ul{
	width: 100%;
	height: 100%;
	padding: 0 4%;
}
.chart_li_sx .chart_l .l_bottom .gangwei_box .gw_ul li{
	width: 23%;
	height: 15%;
	margin: 1%;
	float: left;
	background:#53b4f2;
	border-radius: 3px;
}
.chart_li_sx .chart_l .l_bottom .gangwei_box .gw_ul li p{
	font:14px/22px "微软雅黑";
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.chart_li_sx .chart_l .l_bottom .gangwei_box .gw_ul li span{
	font:14px/20px "微软雅黑";
	text-align: center;
	color: #ffffff;
	display: block;
}
.chart_li_sx .chart_c .c_top{

}
.chart_li_sx .chart_c .c_center{
	width: 100%;
	height: 80%;
	position: relative;
}
.chart_li_sx .chart_c .c_bottom{
	width: 100%;
	height: 20%;
}
.chart_li_sx .chart_c .c_bottom .sx_xbjg{
	width: 100%;
	height: 100%;
}
.chart_li_sx .chart_c .c_bottom .ce_xbjg{
	width: 40%;
	height: 40px;
	margin: -68px auto 0 auto;
}
.chart_li_sx .chart_c .c_bottom .ce_xbjg p{
	font: 14px/30px "微软雅黑";
	color: #ffffff;
	text-align: center;
}
.chart_li_sx .chart_c .c_bottom .ce_xbjg .xbjg_jb{
	width: 100%;
	height:10px;
	background: linear-gradient(to right, #99da69, #9f3edd);
}
.chart_li_sx .chart_c .c_center .sx_gongzuonianxian{
	width: 100%;
	height: 90%;
}
.chart_li_sx .chart_c .c_center .inner_top{
	width: 50%;
	height: 35%;
	position:absolute;
	top: 15%;
	left: 25%;
}
.chart_li_sx .chart_c .c_center .inner_top #sx_nianlingfenbu{
	width: 100%;
	height: 90%;
    margin: -15% 0 0 0;
}
.chart_li_sx .chart_c .c_center .inner_bot{
	width: 50%;
	height: 35%;
	position:absolute;
	bottom: 15%;
	left: 25%;
}
.chart_li_sx .chart_c .c_center .inner_bot #sx_zhichengxueli{
	width: 100%;
	height: 100%;
    margin: -7% 0 0 0;
}
	

.chart_li_sx .chart_r .r_top{
	width: 100%;
	height: 47%;
}
.chart_li_sx .chart_r .r_bottom{
	width: 100%;
	height: 50%;
}
.chart_li_sx .chart_r .r_top .pingjunnianxin{
	width: 100%;
	height: 80%;
}
.chart_li_sx .chart_r .r_top .pingjunnianxin #pingjunnianxin{
	width: 100%;
	height: 90%;
}

.chart_li_sx .chart_r .r_bottom .zytj_box{
	width: 100%;
	height: 90%;
}
.chart_li_sx .chart_r .r_bottom .zytj_box .table_roll{
	width: 100%;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_sx .chart_r .r_bottom .zytj_box .table_roll .fixedThead{
	width: 100%;
	text-align: center;
}
.chart_li_sx .chart_r .r_bottom .zytj_box .table_roll .fixedThead th:nth-child(1){
	width: 50%;
}
.chart_li_sx .chart_r .r_bottom .zytj_box .table_roll .fixedThead th:nth-child(2){
	width: 50%;
}

/*人才属性样式end*/





/*人才需求样式start*/
.chart_ul .chart_li_xq .chart_l{
	width: 50%;
	height: 100%;
	float: left;
	padding: 0 0 2% 1%;
}
.chart_ul .chart_li_xq .chart_r{
	width: 50%;
	height: 100%;
	padding: 0 2% 2% 2%;
	float: left;
}

.chart_li_xq .chart_l .l_top{
	width: 100%;
	height: 10%;
}
.chart_li_xq .chart_l .l_center{
	width: 100%;
	height: 45%;
}
.chart_li_xq .chart_l .l_bottom{
	width: 100%;
	height: 52%;
}

.chart_li_xq .chart_l .l_top img{

}
.chart_li_xq .chart_l .l_center .inner_left{
	width: 48.5%;
	height: 100%;
	margin: 0 3% 0 0;
	float: left;
}
.chart_li_xq .chart_l .l_center .inner_left .table_roll{
	width: 100%;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_xq .chart_l .l_center .inner_left .table_roll .fixedThead{
	width: 100%;
	text-align: center;
}
.chart_li_xq .chart_l .l_center .inner_left .table_roll .fixedThead th:nth-child(1){
	width: 50%;
}
.chart_li_xq .chart_l .l_center .inner_left .table_roll .fixedThead th:nth-child(2){
	width: 50%;
}
.chart_li_xq .chart_l .l_center .inner_left .table_roll .scrollTbody{
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.chart_li_xq .chart_l .l_center .inner_left .table_roll .scrollTbody td:nth-child(1){
	width: 50%;
}
.chart_li_xq .chart_l .l_center .inner_left .table_roll .scrollTbody td:nth-child(2){
	width: 50%;
}
.chart_li_xq .chart_l .l_center .inner_right{
	width: 48.5%;
	height: 100%;
	float: left;
}

.chart_li_xq .chart_l .l_center .inner_right .table_roll{
	width: 100%;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_xq .chart_l .l_center .inner_right .table_roll .fixedThead{
	width: 100%;
	text-align: center;
}
.chart_li_xq .chart_l .l_center .inner_right .table_roll .fixedThead th:nth-child(1){
	width: 50%;
}
.chart_li_xq .chart_l .l_center .inner_right .table_roll .fixedThead th:nth-child(2){
	width: 50%;
}
.chart_li_xq .chart_l .l_center .inner_right .table_roll .scrollTbody{
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.chart_li_xq .chart_l .l_center .inner_right .table_roll .scrollTbody td:nth-child(1){
	width: 50%;
}
.chart_li_xq .chart_l .l_center .inner_right .table_roll .scrollTbody td:nth-child(2){
	width: 50%;
}
.chart_li_xq .chart_l .l_bottom .qiyexuqiu{
	width: 100%;
	height: 90%;
}

.chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll{
	width: 100%;
    border-collapse: collapse;
    border: none;
    text-align: center;
    color: #3cffea;
}
.chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll .fixedThead{
	width: 100%;
	text-align: center;
}
.chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll .fixedThead th:nth-child(1){
	width: 30%;
}
.chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll .fixedThead th:nth-child(2){
	width: 15%;
}
.chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll .fixedThead th:nth-child(3){
	width: 10%;
}
.chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll .fixedThead th:nth-child(4){
	width: 15%;
}
.chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll .fixedThead th:nth-child(5){
	width: 30%;
}
/* .chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll .scrollTbody td:nth-child(5){
	text-align: left;
    white-space:pre-line; 
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
} */

.chart_li_xq .chart_r .r_top{
	width: 100%;
	height: 17%;
}
.chart_li_xq .chart_r .r_center{
	width: 100%;
	height: 46%;
	padding: 5%;
	background: url(../img/ciyun_bg.png) no-repeat 40px;
	background-size:90% 90%; 
}
.chart_li_xq .chart_r .r_bottom{
	width: 100%;
	height: 21%;
}
.chart_li_xq .chart_r .r_top .num_ul{
	width: 100%;
	height: 100%;
}
.chart_li_xq .chart_r .r_top .num_ul li{
	width: 33.3%;
	height: 100%;
	color: #fff;
	float: left;
}
.chart_li_xq .chart_r .r_top .num_ul li .img{
	width: 100%;
	height: 50%;
}
.chart_li_xq .chart_r .r_top .num_ul li .img img{
	height: 100%;
	display: block;
	margin: 0 auto;
}
.chart_li_xq .chart_r .r_top .num_ul li p{
	width: 100%;
	height: 25%;
	text-align: center;
	font:24px "微软雅黑";
	color: yellow;
}
.chart_li_xq .chart_r .r_top .num_ul li span{
	display: inline-block;
	width: 100%;
	height: 25%;
	line-height: 20px;
	text-align: center;
}

.chart_li_xq .chart_r .r_center .zhiweiciyun{
	width: 100%;
	height: 100%;
}

.chart_li_xq .chart_r .r_bottom .nxxz_ul{
	width: 100%;
	height: 100%;
}
.chart_li_xq .chart_r .r_bottom .nxxz_ul li{
	width: 25%;
	height: 100%;
	float: left;
}
.chart_li_xq .chart_r .r_bottom .nxxz_ul li .li_nxxz{
	width: 100%;
	height: 85%;	
}
.chart_li_xq .chart_r .r_bottom .nxxz_ul li .chart_title{
	margin: -12% 0 0 0;
}

/*人才需求样式end*/




/*右边盒子CSS开始*/
.right_box{
	width: 17%;
	height: 100%;
	/*float: right;*/
	float: left;
	/*overflow: hidden;*/
}
.right_box ul{
	height: 100%;
	width: 90%;
	/*padding: 8% 0 0 0;*/
	padding: 25% 0 9.5% 0;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.right_box ul li{
    width: 100%;  
    height: 19%;
    border: 3px solid #06345e;
    border-radius: 3px; 
    font-size: 22px;
    color: #2b698c;
    background-size: 100% 100%;
    position: relative;

    display: flex;
	justify-content: center;
	align-items: center;
}
.right_box ul li img{
	width: 100%;
	display: block;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1001;
}
.right_box ul li h4{
	width: 130px;
	height: 30px;
	background: #05335f;
	text-align: center;
	font:18px "微软雅黑";
	color: #2b698c;
	position: absolute;
	top: 0;
	left:50%;
	margin-left: -65px; 
	z-index: 1002;
}
.right_box ul li.active{  
    border: 3px solid #00d2aa;
    -moz-box-shadow: 0 0 24px 2px rgba(0,210,170,0.75), 0 0 24px 2px rgba(0,210,170,0.75) inset;
   	-webkit- box-shadow: 0 0 24px 2px rgba(0,210,170,0.75), 0 0 24px 2px rgba(0,210,170,0.75) inset;
    box-shadow: 0 0 24px 2px rgba(0,210,170,0.75), 0 0 24px 2px rgba(0,210,170,0.75) inset;
}
.right_box ul li.active img{
	opacity: 1;
}
.right_box ul li.active h4{
	background: #00d2aa;
	color: #ffffff;
    -moz-box-shadow: 0 0 24px 2px rgba(0,210,170,0.75), 0 0 24px 2px rgba(0,210,170,0.75) inset;
   	-webkit- box-shadow: 0 0 24px 2px rgba(0,210,170,0.75), 0 0 24px 2px rgba(0,210,170,0.75) inset;
    box-shadow: 0 0 24px 2px rgba(0,210,170,0.75), 0 0 24px 2px rgba(0,210,170,0.75) inset;
}

/*样式公用部分*/

.xz_table_hygxtg{
	overflow: hidden;
	height: 168px;
}
.xz_table_rcgykb{
	overflow: hidden;
	height: 230px;
}
.xz_table_gwgxtg{
	overflow: hidden;
	height: 168px;
}
.xz_table_gwxqkb{
	overflow: hidden;
	height: 230px;
}
.xz_table_rczytgb{
	overflow: hidden;
	height: 280px;
}
.xz_table_dqgyqk{
	overflow: hidden;
	height: 168px;
}
.xz_table_rcfc{
	overflow: hidden;
	height: 276px;
}
.xz_table_gwxqtj{
	overflow: hidden;
	height: 196px;
}
.xz_table_hyxqtj{
	overflow: hidden;
	height: 224px;
}
.xz_table_gwxq{
	overflow: hidden;
	height: 224px;
}
.xz_table_qyxqmx{
	overflow: hidden;
	height: 252px;
}

.table_roll{
	border-collapse:separate !important;
	border-spacing:0 7px;
}
.table_roll .fixedThead{
	width: 100%;
	text-align: center;
}
.scrollTbody{
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.table_roll tr{
	width: 100%;
	height: 21px;
	font: 12px "微软雅黑" !important;
}

/*.chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll{
	border-collapse:collapse !important;
}
.chart_li_xq .chart_l .l_bottom .qiyexuqiu .table_roll tr{
	width: 100%;
	height: 60px;
}*/
.chart_li_sx .chart_l .l_center .table_roll{
	border-collapse:collapse !important;
}
.chart_li_sx .chart_l .l_center .table_roll .scrollTbody tr{
	width: 100%;
	height: 46px;
	font: 12px "微软雅黑" !important;
	border-bottom: 1px solid #40bad0;
}
.chart_li_gx .chart_l .l_bottom .table_roll{
	border-collapse:collapse !important;
}
.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody tr{
	width: 100%;
	height: 46px;
	font: 12px "微软雅黑" !important;
	border-bottom: 1px solid #40bad0;
}
.chart_li_gx .chart_r .r_bottom .table_roll{
	border-collapse:collapse !important;
}
.chart_li_gx .chart_r .r_bottom .table_roll .scrollTbody tr{
	width: 100%;
	height: 46px;
	font: 12px "微软雅黑" !important;
	border-bottom: 1px solid #40bad0;
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
	/*标题CSS开始*/
	.chart_title{
		height: 66px;
	}
	.chart_title span{
		font: 18px/66px "微软雅黑";
	}

	.table_title{
		width: 100%;
		height: 32px;
		font: 16px/32px "微软雅黑";
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background: #4456ff;
	}
	/*标题CSS结束*/

	.xz_table_dqgyqk,.xz_table_hygxtg,.xz_table_gwgxtg{
		overflow: hidden;
		height: 216px;	/*28px 36px 6*/
	}
	.xz_table_rcgykb{
		overflow: hidden;
		height: 300px; /*46px*/
	}
	.xz_table_gwxqkb{
		overflow: hidden;
		height: 300px; /*46px*/
	}
	.xz_table_rczytgb{
		overflow: hidden;
		height: 360px;	/*28px 36px 6*/
	}
	.xz_table_gwxqtj{
		overflow: hidden;
		/*height: 224px;*/
		height: 252px;	/*28px 36px 7*/
	}
	.xz_table_rcfc{
		overflow: hidden;
		height: 360px; /*60px*/
	}
	.xz_table_hyxqtj,.xz_table_gwxq{
		overflow: hidden;
		height: 256px;
	}
	.xz_table_qyxqmx{
		overflow: hidden;
		height: 324px;	/*28px 36px 9*/
	}

	.table_roll tr{
		width: 100%;
		height: 29px;
		font: 15px "微软雅黑" !important;
	}
	/*供应人才数据*/
	.chart_li_gy .chart_r .r_top_b .table_roll .scrollTbody tr{
		height: 32px;
	}
	.chart_li_sx .chart_l .l_center .table_roll .scrollTbody tr{
		height: 60px;
		font: 15px "微软雅黑" !important;
	}
	.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody tr{
		height: 60px;
		font: 15px "微软雅黑" !important;
	}
	.chart_li_gx .chart_r .r_bottom .table_roll .scrollTbody tr{
		height: 60px;
		font: 15px "微软雅黑" !important;
	}
	
	/*人才属性字体大小*/
	.chart_li_sx .chart_l .l_bottom .gangwei_box .gw_ul li p{
		font:16px/26px "微软雅黑";
	}
	.chart_li_sx .chart_l .l_bottom .gangwei_box .gw_ul li span{
		font:16px/24px "微软雅黑";
	}

	/*分布看版字体大小*/
	.chart_li_fb .chart_l .l_center .talents_num span{
		font: 24px "微软雅黑";
	}
	.chart_li_fb .chart_l .l_center .talents_num p{
		font: 46px "微软雅黑";
	}
	.chart_li_fb .chart_l .l_center .high_talents_num span{
		font: 24px "微软雅黑";
	}
	.chart_li_fb .chart_l .l_center .high_talents_num p{
		font: 40px "微软雅黑";
	}

	/*供需看版字体大小*/
	.chart_li_gx .chart_l .l_center .hygxtg_box ul li p{
		font: 16px "微软雅黑";
	}
	.chart_li_gx .chart_l .l_center .hygxtg_box ul li span{
		font: 30px "微软雅黑";
	}
	.chart_li_gx .chart_r .r_top .gwgxtg_box ul li p{
		font: 16px "微软雅黑";
	}
	.chart_li_gx .chart_r .r_top .gwgxtg_box ul li span{
		font: 30px "微软雅黑";
	}
	.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody td .td_left img{
		height: 38px;
	}
	.chart_li_sx .chart_l .l_center .table_roll .scrollTbody td .td_left img{
		height: 38px;
	}
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
	/*标题CSS开始*/
	.chart_title{
		height: 88px;
	}
	.chart_title span{
		font: 24px/88px "微软雅黑";
	}
	.table_title{
		width: 100%;
		height: 46px;
		font: 24px/46px "微软雅黑";
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background: #4456ff;
	}
	.table_title_b{
		width: 100%;
		height: 46px;
		font: 24px/46px "微软雅黑";
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background: #40bad0;
	}
	/*标题CSS结束*/

	.xz_table_hygxtg,.xz_table_gwgxtg{
		overflow: hidden;
		/*height: 192px;*/
		height: 252px;	/*28px 6*/
	}
	.xz_table_rcgykb{
		overflow: hidden;
		/*height: 250px;*/
		height: 300px; /*46px*/
	}
	.xz_table_gwxqkb{
		overflow: hidden;
		/*height: 250px;*/
		height: 300px; /*46px*/
	}
	.xz_table_rczytgb{
		overflow: hidden;
		/*height: 320px;*/
		height: 420px;	/*28px 10*/
	}
	.xz_table_dqgyqk,.xz_table_gwxqtj{
		overflow: hidden;
		/*height: 224px;*/
		height: 294px;	/*28px 7*/
	}
	.xz_table_rcfc{
		overflow: hidden;
		/*height: 300px;*/
		height: 360px; /*46px*/
	}
	.xz_table_hyxqtj,.xz_table_gwxq{
		overflow: hidden;
		height: 256px;
	}
	.xz_table_qyxqmx{
		overflow: hidden;
		/*height: 324px;*/
		height: 378px;	/*28px 9*/
	}

	.table_roll tr{
		width: 100%;
		height: 35px;
		font: 18px "微软雅黑" !important;
	}

	/*供应人才数据*/
	.chart_li_gy .chart_r .r_top_b .table_roll .scrollTbody tr{
		height: 32px;
	}
	.chart_li_sx .chart_l .l_center .table_roll .scrollTbody tr{
		height: 60px;
	}
	.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody tr{
		height: 60px;
	}
	.chart_li_gx .chart_r .r_bottom .table_roll .scrollTbody tr{
		height: 60px;
	}
	
	/*人才属性字体大小*/
	.chart_li_sx .chart_l .l_bottom .gangwei_box .gw_ul li p{
		font:24px/40px "微软雅黑";
	}
	.chart_li_sx .chart_l .l_bottom .gangwei_box .gw_ul li span{
		font:24px/30px "微软雅黑";
	}

	/*分布看版字体大小*/
	.chart_li_fb .chart_l .l_center .talents_num span{
		font: 26px "微软雅黑";
	}
	.chart_li_fb .chart_l .l_center .talents_num p{
		font: 56px "微软雅黑";
	}
	.chart_li_fb .chart_l .l_center .high_talents_num span{
		font: 26px "微软雅黑";
	}
	.chart_li_fb .chart_l .l_center .high_talents_num p{
		font: 46px "微软雅黑";
	}

	/*供需看版字体大小*/
	.chart_li_gx .chart_l .l_center .hygxtg_box ul li p{
		font: 20px "微软雅黑";
	}
	.chart_li_gx .chart_l .l_center .hygxtg_box ul li span{
		font: 34px "微软雅黑";
	}
	.chart_li_gx .chart_r .r_top .gwgxtg_box ul li p{
		font: 20px "微软雅黑";
	}
	.chart_li_gx .chart_r .r_top .gwgxtg_box ul li span{
		font: 34px "微软雅黑";
	}
	.chart_li_gx .chart_l .l_bottom .table_roll .scrollTbody td .td_left img{
		height: 42px;
	}
	.chart_li_sx .chart_l .l_center .table_roll .scrollTbody td .td_left img{
		height: 42px;
	}
}