body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,select,textarea,form{margin: 0; padding: 0;}
body{font:15px/1.5 "PingFang SC","Microsoft YaHei";}
img{border:none;display: block;}
ul,ol,li{list-style:none;}
input,select,textarea{
    outline:none;
    border:none;
    background:none;
    -webkit-appearance:none;
    border-radius: 0;
    -webkit-user-select:auto;
    line-height: inherit;
    text-align: inherit;
    text-indent: inherit;
    color: inherit;
    font-size:inherit;
    font:inherit;
}
textarea{resize:none;}
a{text-decoration:none;color: inherit;color: #fff;}
/*é€‰æ‹©*/
::selection {background-color:#669900; color:#ffffff; text-shadow:none;}
::-moz-selection {background-color:#669900; color:#ffffff;text-shadow:none;}

/*åŽ»æŽ‰açš„ä¸‹åˆ’çº¿*/
a {blr:expression(this.onFocus=this.blur())} /*if IE*/
a {outline:none;color: inherit;}/*if ç«ç‹ç­‰çŽ°ä»£æµè§ˆå™¨æµè§ˆå™¨*/ 
/*white-space:nowrap;overflow:hidden;text-overflow:ellipsis;*/
 
*{
    -webkit-touch-callout:none;
    -ms-touch-callout:none;
    -mozt-touch-callout:none;
    touch-callout:none;
    /* -webkit-user-select:none; */
    /* -khtml-user-select:none; */
    /* -moz-user-select:none; */
    /* -ms-user-select:none; */
    /* user-select:none; */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}
/*è‹±æ–‡è‡ªåŠ¨æ¢è¡Œ
word-break: break-all;
 
/*å¼ºåˆ¶ä¸æ¢è¡Œ*/
/*white-space:nowrap;
 
contenteditable="true"
 */
.fl{
    float: left;
}
.fr{
    float: right;
}
/*// -------------------------------------------------*/
 
 /*
     æ¸…é™¤æµ®åŠ¨**********************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hide from IE Mac */
.clearfix {
    display: block;
}
.abso{
    position: absolute;
}
.rela{
    position: relative;
}
.img100 img{
    width:100%;
}
.over{
    overflow: hidden;
}
input::-webkit-input-placeholder {
    color: inherit;
}

.logo{margin:20px 0 0 30px;float:left;}
/*index*/
.main-content-item {
  color: #333;
}
.title {
  line-height: 1;
  padding:20px 0 20px 0;
  font-size: 19px;
}
.title span{color:#3266cc;margin-right: 30px;}
.main-content-item .do-list .do-list-item {
  width: 13.3%;
  margin-right: 0.9%;
  border-radius: 10px;
  padding: 30px 0;
  float: left;
  background: #6690e3;
	color:#fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.main-content-item .do-list .do-list-item2{background: #6dd0ff;}
.main-content-item .do-list .do-list-item3{background: #ffb955;}
.main-content-item .do-list .do-list-item4{background: #ff7965;}
.main-content-item .do-list .do-list-item5{background: #d4a8ff;}
.main-content-item .do-list .do-list-item6{background: #6e9fff;}
.main-content-item .do-list .do-list-item7{background: #5fccff;}

.main-content-item .do-list .do-list-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.main-content-item .do-list .do-list-item img {
  height: 60px;
  display: inline;
}
.main-content-item .do-list .do-list-item p {
  font-size: 18px;
  margin-top: 15px;
}
.main-content-item .do-list .do-list-item p span{font-size:22px;font-weight: bold;}
.main-content-item .echarts-container {
  margin-top: 24px;
}
.echarts-wrapper {
  border-radius: 10px;
	padding-left:30px;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
  background: #fff;
	padding: 1.5%;
}
.main-content-item .echarts-container .echarts-wrapper .echarts-content {
  height: 100%;
}
.main-content-item .echarts-container.line1 .echarts-wrapper {
  width: 46%;
  height: 410px;
  padding: 1.5%;
  float: left;
}
.main-content-item .echarts-container.line1 .waihui {
  margin-right: 2%;
}
.main-content-item .echarts-container.line2 .echarts-wrapper {
   width: 29.33%;
  height: 330px;
  margin-right: 1%;
  float: left;
}
.main-content-item .echarts-container.line3 .echarts-wrapper {
  height: 660px;
}

/*融资管理-融资申请*/
.time-picker-container {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  background: #fff;
  padding: 12.5px 30px;
  overflow: hidden;
  border-radius: 5px;
}
.time-picker-container .time-picker-wrapper {
	font-size:16px;
  color: #333;
  float: left;
}
.time-picker-container .time-picker-wrapper input {
  width: 190px;
  margin: 0 12px;background: url(../img/rili.png) no-repeat 165px center;
  display: inline;
  border-radius:5px;
}
.time-picker-container .time-picker-wrapper input.in_text{background:none;}
.time-picker-container .time-picker-wrapper .layui-btn {
  border-radius: 3px;
  background: #347eed;
  -webkit-box-shadow: 0 0 7px rgba(33, 110, 221, 0.73);
          box-shadow: 0 0 7px rgba(33, 110, 221, 0.73);
}
.time-picker-container .shenqing {
	
  background: #ff9704;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px rgba(255, 151, 4, 0.73);
          box-shadow: 0 0 7px rgba(255, 151, 4, 0.73);
  float: right;
}


.table-container {
  background: #fff;
  margin-top: 20px;border-radius: 5px;
}
.table-striped{
  width: 100%;
  line-height: 60px;
  border-radius: 5px;overflow:hidden;
  font-size: 16px;
  text-align: center;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.table-striped thead {
  background: #347eed;
  color: #fff;
}
.table-striped tbody > tr:nth-of-type(even) {
  background: #eaf2fd;
}
.table-striped tbody {
  color: #666;
}
.table-striped tbody .action {
  margin: 0 10px;
  cursor: pointer;
}
.table-striped tbody .yellow {
  color: #ff9704;
}
.table-striped tbody .red {
  color: #ec482f;
}
.table-striped tbody .blue {
  color: #216edd;
}
.ds_box{float:left;width:70%;}
.pagination {
  margin-top: 40px;
  padding: 3px;
  overflow: hidden;
  border: 1px solid #ddd;
  color: #666;
  background: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  float: right;
}
.pagination li {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 4px;
}
.pagination li.first {
  border-right: 1px solid #ddd;
}
.pagination li.last {
  border-left: 1px solid #ddd;
}
.pagination li.act {
  background: #216edd;
  -webkit-box-shadow: 0 0 7px rgba(33, 110, 221, 0.73);
          box-shadow: 0 0 7px rgba(33, 110, 221, 0.73);
  color: #fff;
  border-radius: 5px;
}
.pagination li a {
  color: inherit;
  display: block;
}


/*zhang*/
.chuangj{background:#347eed; border-radius:3px; -webkit-box-shadow: 0 0 7px rgba(50, 102, 204, 0.73); box-shadow: 0 0 7px rgba(50, 102, 204, 0.73);float: right;margin-right:12px;}
.zichan_sel{float:left;font-size: 18px;margin-right:80px;line-height:40px;}
.zichan_sel select{width: 190px;border:1px solid #e6e6e6;height:38px; margin: 0 12px;background: url(../img/sel.png) no-repeat 165px center;  display: inline;  border-radius:5px;padding-left:8px;font-size: 15px;}
.zich_box{overflow: hidden;zoom:1;padding:5px 0;}
.zich_box li{ width: 13.5%;  margin-right: 0.9%; font-size:16px;text-align: center;border-radius: 10px;  padding:20px 0;  float: left;   -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);  text-align: center;  cursor: pointer;  -webkit-transition: .3s;  transition: .3s;background:-webkit-linear-gradient(top, #86dbf9, #30bcef);color:#fff;}
.zich_box li:hover {-webkit-transform: scale(1.05); transform: scale(1.05);}
.zich_box li h1{ font-size:34px;font-weight: bold;display: block;}
.zich_box li.zich_02{background:-webkit-linear-gradient(top, #f5b882, #f39038);}
.zich_box li.zich_03{background:-webkit-linear-gradient(top, #f1a6ef, #ef76eb);}
.zich_box li.zich_04{background:-webkit-linear-gradient(top, #f7c396, #f7a35a);}
.zich_box li.zich_05{background:-webkit-linear-gradient(top, #64e9d5, #09dfc0);}
.zich_box li.zich_06{background:-webkit-linear-gradient(top, #5abee5, #009fdb);}
.zich_box li.zich_07{margin-right:0;background:-webkit-linear-gradient(top, #faacb0, #f56a71);}
/* 弹框 */
.tc_box,.tc_box2{ position:fixed; background:url(../img/toum.png); background-size:100% 100%;width:100%; height:100%; top:0; left:0; display:none;z-index:888;}
.tc_box_dh {background:#fff;position:relative; width:796px;padding-bottom:6px; margin:0 auto;top:12%;border-radius:6px;overflow: hidden;}
.dh_tcbt{height:60px;line-height: 60px;font-size:17px;color:#fff;padding:0 25px;background:#347eed;}
.dh_tcbt a{float:right;margin-top: 23px;}
.dh_tcnr{padding:25px 25px 0 25px;height:439px;overflow-y: auto;}
.dh_tcnr td{padding-bottom:29px;}
.dh_tcnrauto{padding:25px 25px 0 25px;height:auto;}
.dh_tcnrauto td{padding-bottom:29px;}
.baog_table td{padding-bottom:0;}
.tc_text{width:210px;border:1px solid #ddd;height:38px;background:#fff;margin-top:6px; display: inline;padding-left:8px;font-size: 15px;}
.tc_text:focus{border:1px solid #216edd;}
.tc_textarea{width:96%;border:1px solid #ddd;height:88px;background:#fff;margin-top:6px; display: inline;padding-left:8px;font-size: 15px;}
.tc_textarea:focus{border:1px solid #216edd;}
.tc_rili{background:#fff url(../img/rili.png) no-repeat 188px center;}
.ziliao_btns{margin-bottom: 25px; display: inline-block; background:#216edd;color:#fff;font-size: 15px;padding:0 30px;line-height: 34px;box-shadow: 0 0 7px rgba(33, 110, 221, 0.5);border-radius:4px;}
.ziliao_btns:hover{background:#3581ee;}
.ziliao_file{margin-right:20px; background:url(../img/sc.png) no-repeat;width:126px;height: 126px;float:left;}
.ziliao_file2{margin-right:20px; background:url(../img/sc2.png) no-repeat;width:126px;height: 126px;float:left;}
.ziliao_file3{margin-right:20px; background:url(../img/sc3.png) no-repeat;width:126px;height: 126px;float:left;}
.sc_filetu img{width:172px;height: 126px;}
.zl_filebtn{width:126px;height: 126px;opacity: 0;}
.tcbot_btns{text-align: center;margin:25px 0;}
.tcbot_btns a{display: inline-block; background:#216edd;color:#fff;font-size: 15px;padding:0 30px;line-height: 34px;box-shadow: 0 0 7px rgba(33, 110, 221, 0.5);border-radius:4px;margin:0 12px;}
.tcbot_btns a:hover{background:#3581ee;color:#fff;}
.tcbot_btns a.hui_btns{background:#8097aa;}
.tcbot_btns a.hui_btns:hover{background:#93aabe;}
.tcbot_btns a.yellow_btns{background:#ff9704;box-shadow: 0 0 7px rgba(255, 151, 4, 0.5);}
.tcbot_btns a.yellow_btns:hover{background:#ffaa33;}
.ziliao_bt{font-size:16px;color:#216edd;margin-bottom:15px;font-weight: bold;}
.baog_table{margin-bottom:25px;}
.baog_table tr{border-bottom:1px solid #ccc;line-height:34px;}
.in_ectj{text-align: center;margin-top:-26px;font-size:15px;}
.in_ectj span{margin:0 9px;color:#216edd;}
.in_ectj span.lvzi{color:#ff9704;}

.wuliu_li{overflow: hidden;zoom:1;margin:25px 35px 35px 35px;display: flex; justify-content: space-around;}
.wuliu_li li{height: 124px;line-height: 124px;padding:0 35px;margin-right:30px; background: #6690e3;color:#fff;font-size: 30px;width:18.7%;float:left;border-radius: 5px;}
.wuliu_li li img{float:right;margin-top:20px;}
.wuliu_li li.wuliu_a2{background: #6dd0ff;}
.wuliu_li li.wuliu_a3{background: #ffb955;}
.wuliu_li li.wuliu_a4{background: #ff7965;margin-right:0;}

.dingshi_qh{ -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15); box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);margin-top: 30px; overflow: hidden;  border-radius: 5px;font-size:18px;height:65px; line-height:65px;margin-bottom:35px;background:#fff url(../img/in_boxbg.png) no-repeat center;}
.dingshi_qh li{float:left;width:134px;}
.dingshi_qh li a{display: block; height:65px; line-height:65px;text-align: center;}
.dingshi_qh li a:hover,.dingshi_qh li a.hover{color:#347eed; background: url(../img/nav_a.png) no-repeat center bottom;}
.diezhang_con{background:#fff; width:42.5%;height:365px;-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);border-radius: 5px;padding:0 30px 30px 30px;margin:35px 0;overflow: hidden;}
.ano-container{margin-bottom:20px;}
.ano-container .ano-title {color: #216edd; margin-top:10px; font-size: 16px;}
.ano-container div { color: #666; margin-top: 25px;}
.ano-container div input {  width: 100px;  border-bottom: 1px solid #84868b;  color: #216edd;  text-align: center;}
.xieyi_sm{margin-bottom: 15px;line-height:36px;color:#666;}
.cak_sel{width: 190px;margin: 0 12px;height:40px;line-height:40px; display: inline;background: url(../img/xiala.png) no-repeat 170px center;border:1px solid #ddd;border-radius: 5px;}
.lan_boxbg{background:#fff;-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);margin-top: 30px;padding:0 30px;
  overflow: hidden;  border-radius: 5px;font-size:18px;margin-bottom:35px; }
.cangk_ul{overflow: hidden;zoom:1;float:left;width:57%;margin-bottom:35px;}
.cangk_ul li{width:16%;float:left;background:#eaf2fd;padding:20px;margin-right: 10px;text-align: center;}
.cangk_ul li img{width:100%;margin-bottom:10px;}
.lanbt{color:#3266cc;font-size:18px;font-weight: bold;text-align: left;padding-left:30px;}
.cangk_botr{width:42%;float:right;}
.cangk_botr td{line-height:70px;}
.lan_boxbg_ban{background:#fff;-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);padding:0 30px 30px 30px;
  overflow: hidden;  border-radius: 5px;font-size:18px;margin-bottom:35px;margin-top: 30px;width:45%;}
.left{float:left;}
.right{float:right;}
.lanzi_table,.wu_table{-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0);}
.lanzi_table td{color:#347eed;}
.mar15{margin-left:2%;}
.diej_tcnr{margin:20px 40px;line-height:26px;}
.diej_text{border-bottom:1px solid #bbb;text-align: center;}
.diej_text2{border:0;width:100%;text-align: center;}
.diej_text3{border:0;width:70%;text-align: center;}
.diej_text4{border-bottom:1px solid #bbb;width:60px;text-align: center;}
.diej_p{text-indent: 24px;margin-top:10px;}
.diej_rp{text-align: right;}
.diej_bor{border:1px solid #c6c6c6;}
.diej_bor td{border-bottom:1px solid #c6c6c6;}
.ziliao_tzs{text-align: center;font-weight: bold;}
.ziliao_scli{float:left;margin-top:20px;}
.rongz_tongj{width:820px;line-height:58px; float:right;margin-top:30px;}
.rongz_tjul{overflow: hidden;zoom:1;}
.rongz_tjul li{float:left;margin-right:40px;line-height:40px;}
.rongz_tjul li b{color:#347eed;}
.rongz_tongj table{border:1px solid #ddd;}
.rongz_tongj td{font-size:15px;height:45px;line-height: 45px;}
.zongy_dl{width:290px;margin:10px 45px 0 70px;float:left;padding-bottom:32px;}
.zongy_dl dd{color:#347eed;font-size:36px;font-weight: bold;margin-bottom:10px;text-align: center;}
.zongy_dl dd span{font-size: 26px;color:#ff9704;}
.zongy_dl dd p{font-size:17px;color:#999;font-weight:normal;}
.zongy_dl dd img{display: inline-block;margin-left:20px;}
.zongy_dl dt{font-size:18px;text-align: center;margin-top: 25px;}
.zongy_dl dt a{border-radius: 3px; background: #347eed; -webkit-box-shadow: 0 0 7px rgba(33, 110, 221, 0.73); box-shadow: 0 0 7px rgba(33, 110, 221, 0.73);color:#fff;font-size:15px;padding:6px 20px;}
.zongy_ul{font-size:15px;width:484px;margin-top:10px;border-left:1px solid #eee;padding-left: 30px; float:left;color:#666;}
.zongy_ul li{overflow: hidden;zoom:1;line-height:36px;color:#407eeb;}
.zongy_ul li span{color:#666;}
.zongy_city{width:484px;font-size:17px;float:right;margin-right:3%; border-left:1px solid #ddd;border-top:1px solid #ddd;}
.zongy_city li{width:120px;border:1px solid #ddd;border-left: 0;border-top: 0; float:left;}
.zongy_city li a{display: block;text-align: center;line-height: 42px;color:#666;}
.zongy_city li a:hover,.zongy_city li a.hover{background:#347eed;color:#fff;}
.zongy_botcon{background:#fff; width:45%;-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);border-radius: 5px;padding:0 30px 30px 30px;margin:35px 0;overflow: hidden;}
.zongy_bot{border-bottom:1px solid #eee;padding:15px 0;overflow: hidden;zoom:1;}
.zongy_bot dt{width:10%;float:left;font-size:10px;color:#999;text-align: center;}
.zongy_bot dt span{display:block;margin:0 auto;border:1px solid #ff9704;border-radius: 5px;color: #ff9704;width:37px;height:37px;line-height: 37px;text-align: center;font-size: 25px;}
.zongy_bot dd{width:90%;float:left;}
.zongy_bot dd h1{font-size:16px;}
.zongy_bot dd p{float:left;color:#999;}
.zongy_botbtns{width:173px;height: 47px;line-height: 47px;text-align: center;border-radius: 3px; background: #f64a51; -webkit-box-shadow: 0 0 7px rgba(246, 70, 80, 0.73); box-shadow: 0 0 7px rgba(246, 70, 80, 0.73);color:#fff;font-size:18px;margin:0 auto;-webkit-animation-name: redPulse; -webkit-animation-duration: 2s;-webkit-animation-duration: 2s;	-webkit-animation-iteration-count: infinite;}
@-webkit-keyframes redPulse{
  from { background-color: #f64a51; -webkit-box-shadow: 0 0 9px #eee; }
  50% { background-color: #ee2e36; -webkit-box-shadow: 0 0 27px #ca1c23; }
  to { background-color: #f64a51; -webkit-box-shadow: 0 0 9px #eee; }
}
.ds_tabnr{width:35%;margin:50px 50px 0 0;float:right;}
.w50_ban{width:60%;float:left;position: relative;height:373px;overflow: hidden;}
.jindu_tcnr{text-align: center;padding:50px 0;}
.jindu_tcnr img{display:block;margin:0 auto;}
.dings_r_lbox{width:65%;float:left;}
.qk_mar{margin-top: 0;}
.dings_r_rbox{width:33%;float:right;}
.dingsdz_con{background:#fff;height:389px;-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);border-radius: 5px;padding-bottom:30px;margin-bottom:35px;overflow: hidden;}
.dingsdz_con2{height:364px;}
.mar_bot{margin-bottom:35px;}

.ds_gd {height:320px;overflow: hidden;}
.ds_gd{color:#347eed;}
.ds_gd li{height:56px;line-height: 56px;overflow: hidden;zoom:1;}
/* .ds_gd li:nth-child(even){background:#eaf2fd;} */
.ds_gd li a{display:inline-block;text-align: center;width:23.6%;}

.jiank_dl{overflow: hidden;zoom:1;margin:30px 0 0 0;background: #c1e3ff;padding:10px;}
.jiank_dl dt{font-size: 18px;float:left;line-height:42px;}
.jiank_dl dt span{margin-right: 30px;color:#0095e1;}
.jiank_dl dd{float:right;width:306px;height: 42px;line-height: 42px; background: url(../img/so.png) no-repeat;}
.jiank_dl dd .jd_text{width:178px;height: 42px;line-height: 42px;padding-left: 10px; background: none;float:left;}
.jiank_dl dd a{display: block;width:60px;height: 42px;line-height: 42px; text-indent:99999px;float:left;}
.fff_boxbg{background:#fff;-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);padding:0 30px 30px 30px;
  overflow: hidden;  border-radius: 5px;font-size:18px;margin-top: 30px;margin-bottom:35px;}
.jd_box_table{margin-left:70px;}
.jd_qh{background: url(../img/paste2.png) no-repeat 60px;width:386px;height:66px;font-size:18px; overflow: hidden;zoom:1;position: relative;margin-left: -60px;}
.jd_qh li{ height: 60px; line-height: 60px; float:left;width:88px; text-align: center;}
.jd_qh li a,.jd_qh li span{display: block;text-indent:99999px;}
.jd_qh li{display: none}
.kuc_dl{overflow: hidden;zoom:1;position: relative;height:865px;z-index: 10;}
.kuc_dl ul{overflow: hidden;zoom:1;position: absolute;z-index: 999;float:left;width:1060px;}
.kuc_dl li{width:525px;height:423px;float:left;}
.kuc_dl li a{display: block;height:415px;}
.kuc_dl li.no01 a.kuc_li_active{border:3px solid #3b7ab5;}
.kuc_dl#table_1{width:1058px;}
.kuc_dl#table_3{width:1058px;}
.kuc_dl#table_4{width:1058px;}
.gun_dong{background: url(../img/r.png) no-repeat top;background-size:100%;width:252px;height:813px;position: absolute;right:5%;top:347px;}
.gun_dong .myscrolls {width:180px;height:133px;margin:45px 0 0 30px;overflow: hidden;}
.gun_dong .myscrolls ul{width:auto;float:none;position: inherit;}
.gun_dong .myscrolls li{height:30px;line-height: 30px; overflow: hidden;}
.echarts_wlmap{width:100%;height:100%;}
.rongz_tj{width:550px;height:390px;float:left;}
.ds_tit{background: #347eed;color: #fff;padding-left: 10px;border-radius:5px 5px 0 0;}
.table_hovertr tbody > tr:nth-of-type(even){background:#eaf2fd;}
.table_hovertr tr:hover,.table_hovertr tbody > tr:nth-of-type(even):hover{background: #5a93c5;color: #fff;cursor:pointer;}
.table_hovertr tr:first-child, .table_hovertr tr:first-child:hover{background:#cbd9ed;color:#666;}
.zongy_news li{text-align: right;background: url(../img/dian.png) no-repeat center left;line-height:42px; padding-left: 15px;color:#333;}
.zongy_news li:first-child,.zongy_news li:nth-child(2){color:#f00;}
.zongy_news li a{float:left;color:#333;}
.zongy_more{text-align: right;}
.zongy_more a{color:#1aa2e9;}
.diej_tjtp{position: absolute;z-index: 10;left:90px;bottom:60px;}
.xiey_table{margin-top:15px;}
.xiey_table td{padding-bottom:6px;}

.qukuai_tcnr{height:439px;overflow-y: auto;margin:35px; background: url(../img/xline.png) no-repeat 165px 30px;}
.qukuai_dl{overflow: hidden;zoom:1;cursor:pointer;}
.qukuai_dl dt{float:left;width:133px;color:#999;text-align: right;padding:15px 45px 15px 0;background: url(../img/shij.png) no-repeat right 15px;}
.qukuai_tcnr dl:hover dt,.qukuai_tcnr dl.hover dt{background: url(../img/shij_hover.png) no-repeat right 15px;}
.qukuai_dl dt span{display: block;font-size:20px;color:#333;}
.qukuai_dl dd{width:500px;float:left;background: url(../img/xline2.png) repeat-x bottom;padding:15px 0 15px 25px;}
.qukuai_dl dd h1{font-size:20px;}
.qukuai_dl dd span{color:#333;font-size: 16px;}
.qukuai_dl dd p{color:#999;font-size:15px;}



@media (max-width: 1660px){
	.cangk_botr td{line-height:57px;font-size:14px;}
	.jd_box_table{margin-left:30px;float:left;}
	.kuc_dl{height:642px;}
	.kuc_dl ul{overflow: hidden;zoom:1;position: absolute;z-index: 999;float:left;}
	.kuc_dl#table_1{width:710px;}
	.kuc_dl#table_3{width:710px;}
	.kuc_dl#table_4{width:710px;}
	.kuc_dl li{width:345px;height:275px;}
	.kuc_dl li img{width:100%;}
	.kuc_dl li a{width:100%;height:275px;}
	.lan_boxbg_ban{width:43.8%;}
	.wuliu_li li{font-size:24px;}
	.zongy_botcon{width:43.5%;margin:0 0 35px 0}
	.zongy_dl{margin:10px 15px 0 10px;}
	.zongy_ul{width:258px;font-size: 13px;}
	.zongy_city{margin-right:0;font-size: 13px;width:296px;margin-top:20px;}
	.zongy_city li{width:24.66%;}
	.diezhang_con{background:#fff; width:40.5%;}
	.in_ectj{font-size:14px;}
	.rongz_tj{width:420px;height:390px;float:left;}
	.rongz_tongj{width:640px;font-size: 14px;}
	.rongz_tongj td{font-size:14px;}
	.table_lineg td{line-height:22px;padding:13px 0;}
	.gun_dong .myscrolls{height:97px;font-size: 14px;}
	.ds_gd li{font-size:13px;}
	.lanbt{padding-left:10px;}
	.diej_tjtp{width:80%;left:63px;}
	table td,.table-striped{font-size:13px;}
	.cangk_ul li{margin-right: 9px;}
	.gun_dong{width:195px;height:643px;}
	
}
















