/* 1.public */
.wrap {
    width: 1200px;
    margin: 0 auto;
}
#top {
    height: 40px;
    background-color: #eeeeee;
    width: 100%;
    min-width: 1200px;
}
#top p {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}
#top p a {
    color: #0067b8;
    font-size: 16px;
}
#top p span {
    padding: 0 10px;
    font-size: 16px;
    color: #0067b8;
}
#top .op_bar{
    float: right;
    padding-top: 11px;
}
#top .op_bar a:hover{
    text-decoration: underline;
}

#header{
    height: 130px;
    background: url(../images/new_logo.png) no-repeat 0 center;
    position: relative;
}
#header > .tt_bar{
   position: absolute;
   right: 0;
   top: 31px;
}
#header > .tt_bar > h1{
    font-size: 24px;
    color: #0067b8;
    font-weight: normal;
    line-height: 35px;
}

#header #platform{
    position: absolute;
    height: 40px;
    left: 87px;
    top: 72px;
}
#header #platform .plat{
    padding: 0 10px;
}
#header #platform .plat > h1{
    font-size: 16px;
    color: #fc4361;
    line-height: 40px;
}
#header #platform .plat .drop_bar{
    position: absolute;
    top: 40px;
    width: 373px;
    background: #fff;
    z-index: 10000;
    left: 15px;
    overflow: hidden;
    display: none;
}
#header #platform .plat.on .drop_bar{
    display: block;
}
#header #platform .plat .drop_bar > h1{
    font-size: 16px;
    height: 40px;
    text-align: center;
    background-color: #2dbb9d;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
}
#header #platform .plat .drop_bar > ul{
    background-color: #f3faff;
    padding: 6px 0;
}
#header #platform .plat .drop_bar > ul li{
    height: 30px;
    text-align: center;
    line-height: 30px;
}
#header #platform .plat .drop_bar > ul li a:hover{
    text-decoration: underline;
}

#nav {
    width: 100%;
    height: 52px;
    position: relative;
    background-color: #0067b8;
}
#nav a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
#nav ul{
    height: 52px;
    float: right;
}
#nav ul li {
	float: left;
	line-height: 50px;
	margin: 0 20px;
}
#nav ul li a:hover{
    text-decoration: underline;
}
#footer {
    height: 130px;
    width: 100%;
    min-width: 1200px;
    background-color: #0067b8;
    margin-top: 30px;
}
#footer p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
#footer .cp {
    padding-top: 15px;
    position: relative;
}
#footer p.ba {
    position: relative;
    text-indent: 25px;
    background: url(../images/icon_bei.png) no-repeat 0 10px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
.cp.wrap img {
    height: 65px;
    position: absolute;
    right: 0;
    top: 64px;
    width: 52px;
}
.pr_bar {
    float: right;
    width: 290px;
    margin-top: 10px;
}
.pl_bar {
    float: left;
    width: 230px;
    margin-top: 10px;
}

/* 2.index */
#top_info_bar{
    position: relative;
    height: 500px;
}
#top_info_bar .info_bar_l {
    width: 220px;
    height: 533px;
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: 380px;
    z-index: 999;
    margin-top: -52px;
}
#top_info_bar .info_bar_l > .tt{
    height: 52px;
    background-color: #2d446e;
    position: relative;
}
#top_info_bar .info_bar_l > .tt h1{
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
}
#top_info_bar .info_bar_l > .tt h1 .shadow{
    width: 24px;
    height: 26px;
    background: url(../images/t_shadow.jpg) no-repeat;
    position: absolute;
    right: -24px;
    bottom: 0px;
}

#top_info_bar .info_bar_l .mc {
    position: absolute;
    top: 52px;
    overflow: visible;
    width: 220px;
    background: #fff;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding: 5px 0;
}
#top_info_bar .info_bar_l .item { }

#top_info_bar .info_bar_l h3 {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    position: relative;
}
#top_info_bar .info_bar_l h3 a{
    color: #525252;
    font-size: 16px;
    padding: 0 15px;
    display: block;
    height: 36px;
    line-height: 36px;
}
#top_info_bar .info_bar_l h3 span{
    position: absolute;
    right: 15px;
    top: 0;
}
#top_info_bar .info_bar_l .hover h3 a{
    color: #fff;
}
#top_info_bar .info_bar_l .hover h3 {
    background-color: #0067b8;
}
#top_info_bar .info_bar_l .hover h3 span{
    color: #fff;
}
#top_info_bar .info_bar_l .item .i-mc{
    display: none;
    position: absolute;
    left: 220px;
    top: 0;
    width: 620px;
    border: 1px solid #fff;
    background: url(../images/imc_bg.png) repeat;
    overflow: hidden;
}
#top_info_bar .info_bar_l .hover .i-mc {
    display: block;
    z-index: 12;
}
#top_info_bar .info_bar_l .hover .i-mc ul{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    overflow: hidden;
}
#top_info_bar .info_bar_l .hover .i-mc > ul li{
    float: left;
    color: #fff;
    font-size: 14px;
    width: 185px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
    cursor: pointer;
}
#top_info_bar .info_bar_l .hover .i-mc > ul li a{
    color: #fff;
    font-size: 14px;
}
#top_info_bar .info_bar_l .hover .i-mc > ul li:hover{
    color: #ffff00;
}
#top_info_bar .info_bar_l .hover .i-mc > ul li:hover a{
    color: #ffff00;
}
#top_info_bar .info_bar_l .hover .i-mc .ll{
    float: left;
    width: 190px;
    height: 430px;
    margin: 10px 0;
}
#top_info_bar .info_bar_l .hover .i-mc .ll.br{
    border-right: 1px dashed #fff;
}
#top_info_bar .info_bar_l .hover .i-mc .ll h1{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-left: 18px;
    padding-bottom: 10px;
}
#top_info_bar .info_bar_l .hover .i-mc .ll ol{
    padding-left: 18px;
}
#top_info_bar .info_bar_l .hover .i-mc .ll ol li{
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    width: 185px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
}
#top_info_bar .info_bar_l .hover .i-mc .ll ol li a{
    color: #fff;
    font-size: 14px;   
}
#top_info_bar .info_bar_l .hover .i-mc .ll ol li:hover{
    color: #ffff00;
}
#top_info_bar .info_bar_l .hover .i-mc .ll ol li:hover a{
    color: #ffff00;
}

#top_info_bar > .info_bar_l > .plat_bottom{
    height: 91px;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
}
#top_info_bar > .info_bar_l > .plat_bottom a.ico_1 {
    background-position: 4px 7px;
    float: left;
}
#top_info_bar > .info_bar_l > .plat_bottom a.ico_2 {
    background-position: 4px -66px;
    float: right;
}
#top_info_bar > .info_bar_l > .plat_bottom a.ico_3 {
    background-position: 4px -137px;
    float: left;
}
#top_info_bar > .info_bar_l > .plat_bottom a.ico_4 {
    background-position: 4px -207px;
    float: right;
}
#top_info_bar > .info_bar_l > .plat_bottom a {
    display: block;
    width: 103px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background-image: url(../images/icon_op.png);
    background-repeat: no-repeat;
    background-color: #ff9900;
    text-indent: 28px;
    margin-bottom: 9px;
    border: 1px solid #fff;
}
#top_info_bar > .info_bar_r{
    width: 300px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 300px;
}
#top_info_bar > .info_bar_r .bp {
    width: 272px;
    margin-top: 20px;
    background: url(../images/top_bg.png) repeat;
    padding: 10px 15px 15px;
    border-radius: 8px;
    position: relative;
    z-index: 999;
}
#top_info_bar > .info_bar_r .bp ul {
    overflow: hidden;
    clear: both;
    margin-left: 2px;
}
#top_info_bar > .info_bar_r .bp ul li {
    float: left;
    font-size: 16px;
    color: #0067b8;
    padding: 6px 0px 6px 0;
    margin-right: 15px;
    cursor: pointer;
}
#top_info_bar > .info_bar_r .bp ul li.on {
    border-bottom: 2px solid #0067b8;
}
#top_info_bar > .info_bar_r .bp .search {
    height: 30px;
    background-color: #bfbfbf;
    width: 270px;
    margin-left: 2px;
    margin-top: 10px;
}
#top_info_bar > .info_bar_r .bp .search input {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
#top_info_bar > .info_bar_r .bp .search input.inbar {
    padding: 0 0 0 5px;
    height: 28px;
    width: 199px;
    margin-top: 1px;
    margin-left: 1px;
    line-height: 28px;
}
#top_info_bar > .info_bar_r .bp .search input.btn {
    background-color: #0067b8;
    border: medium none;
    color: #fff;
    float: right;
    height: 30px;
    width: 65px;
}
#top_info_bar > .info_bar_r .bp .search a.search_btn {
    background-color: #0067b8;
    border: medium none;
    color: #fff;
    float: right;
    height: 30px;
    width: 65px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    font-size: 13px;
}
#top_info_bar > .info_bar_r .bp .head-search {
    display: none;
}

#data_center{
	margin-top: 23px;
}

.fullSlide{ 
    min-width:1200px; 
    position:relative;  
    height:500px; 
    overflow:hidden;  
}   
.fullSlide .bd{ 
    position:relative; 
    z-index:0;  
}   
.fullSlide .bd ul{ 
    width:100% !important;  
}   
.fullSlide .bd li{ 
    width:100% !important; 
    height:500px; 
    overflow:hidden; 
    text-align:center;  
}   
.fullSlide .bd li a{ 
    display:block; 
    height:500px; 
}
.fullSlide .bd li a.t{
    height: 181px;
    margin-top: 52px;
}
.fullSlide .bd li a.b{
    height: 160px;
    margin-top: 38px;
}
.fullSlide .hd{ 
    width:1200px; 
    left:50%; 
    margin-left: -535px;
    position:absolute; 
    z-index:1; 
    bottom:33px; 
    overflow:hidden;  
}   
.fullSlide .hd ul {
    width: 395px;
    margin: 0 auto;
}
.fullSlide .hd ul li{ 
    float: left;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: url(../images/banner_dot.png) center right;
    cursor: pointer;
    overflow: hidden;
    margin: 0 4px;
}   
.fullSlide .hd ul li.on{
    background: url(../images/banner_dot.png) center left;
}
#slide_news {
    margin-top: 25px;
    height: 440px;
    overflow:hidden;
}
#slide_focus {
    width: 660px;
    height: 440px;
    float: left;
}
#news {
    height: 340px;
    width: 300px;
    margin-top: 25px;
}
#news>.hd {
    height: 40px;
}
#news>.hd>ul {
    height: 40px;
}
#news>.hd>ul>li {
    height: 40px;
    line-height: 40px;
    background: url(../images/top_news_tbg.png) repeat;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 149px;
    text-align: center;
}
#news>.hd>ul>li>a {
    font-size: 16px;
    color: #fff;
}
#news>.hd>ul>li.on {
    background: url(../images/top_news_tbgh.png) repeat;
}

#news>.bd {
    background: url(../images/top_bg.png) repeat;
    height: 300px;
    border-radius: 0 0 8px 8px;
}
#news>.bd>ul {
    height: 280px;
    overflow: hidden;
    padding: 10px 20px 0;
}
#news>.bd>ul>li {
    padding-left: 15px;
    background: url(../images/news_arrow.png) no-repeat 0 7px;
    text-align: justify;
    line-height: 25px;
}
#news>.bd>ul>li>a {
    font-size: 14px;
    color: #333333;
}
#news>.bd>ul>li>a:hover {
    color: #0067b8;
}

#policy {
    height: 178px;
    margin-top: 30px;
    margin-left: -21px;
}
#policy>.part_2 {
    margin-left: 21px;
    width: 386px;
}
#policy>.part_2>.hd{
    height: 39px;
    border-bottom: 1px solid #5396E1;
    font-size: 18px;
    color: #5396E1;
    position: relative;
}
#policy>.part_2>.hd > a{
    position: absolute;
    color: #5896d5;
    right: 0;
    top: 12px;
}
#policy>.part_2>.hd.c1 > a{
    color: #4baac8;
}
#policy>.part_2>.hd.c2 > a{
    color: #f46a6a;
}
#policy>.part_2>.hd.c1{
    border-bottom: 1px solid #4baac8;
}
#policy>.part_2>.hd.c2{
    border-bottom: 1px solid #f46a6a;
}
#policy>.part_2>.hd>ul {
    height: 39px;
}
#policy>.part_2>.hd>ul li {
    width: 120px;
    height: 39px;
    line-height: 39px;
    font-weight: bold;
    color: #fff;
    background-color: #5896d5;
    text-align: center;
    border-radius: 8px 8px 0 0;
}
#policy>.part_2>.hd.c1>ul li{
    background-color: #4baac8;
}
#policy>.part_2>.hd.c2>ul li{
    background-color: #f46a6a;
}



#policy>.part_2>.bd>ul {
    padding-top: 5px;
}
#policy>.part_2>.bd>ul li {
    height: 18px;
    padding: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#policy>.part_2>.bd>ul li a {}



#policy>.part_4 {
    width: 292px;
    height: 178px;
}
#policy>.part_4>.tp {
    height: 84px;
}
#policy>.part_4>.tp a {
    display: block;
    width: 144px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    background-color: #ffb900;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 2px;
    margin-left: 2px;
    float: left;
    font-weight: bold;
    background-image: url(../images/icon_op.png);
    background-repeat: no-repeat;
    background-color: #FFB900;
    text-indent: 28px;
}
#policy>.part_4>.tp a.ico_1 {
    background-position: 18px 7px;
}
#policy>.part_4>.tp a.ico_2 {
    background-position: 18px -66px;
}
#policy>.part_4>.tp a.ico_3 {
    background-position: 18px -137px;
}
#policy>.part_4>.tp a.ico_4 {
    background-position: 18px -207px;
}
#policy>.part_4>.bp {
    width: 292px;
    margin-top: 20px;
}
#policy>.part_4>.bp ul {
    overflow: hidden;
    clear: both;
    margin-left: 2px;
}
#policy>.part_4>.bp ul li {
    float: left;
    font-size: 16px;
    color: #f46a6a;
    padding: 6px 0px 6px 0;
    margin-right: 15px;
    cursor: pointer;
}
#policy>.part_4>.bp ul li.on {
    border-bottom: 2px solid #f46a6a;
}
#policy>.part_4>.bp .search {
    height: 30px;
    background-color: #bfbfbf;
    width: 290px;
    margin-left: 2px;
    margin-top: 10px;
}
#policy>.part_4>.bp .search input {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
#policy>.part_4>.bp .search input.inbar {
    padding: 0 0 0 5px;
    height: 28px;
    width: 218px;
    margin-top: 1px;
    margin-left: 1px;
    line-height: 28px;
}
#policy>.part_4>.bp .search input.btn {
    background-color: #f46a6a;
    border: medium none;
    color: #fff;
    float: right;
    height: 30px;
    width: 65px;
}
#policy>.part_4>.bp .search a.search_btn {
    background-color: #f46a6a;
    border: medium none;
    color: #fff;
    float: right;
    height: 30px;
    width: 65px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    font-size: 13px;
}
#policy>.part_4>.bp .head-search {
    display: none;
}


/*双创活动周*/
#new_active { margin-top: 30px; height: auto; overflow: hidden;}
#new_active h2{
	border-bottom: 1px solid #0067b8;
	height: 46px;
	position: relative;
}
#new_active h2 span{
	display: inline-block;
	width: 460px;
    height: 45px;
	text-align: center;
    color: #fff;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #0067b8;
	margin-bottom: 1px;
}
#new_active h2 a.btn_active {
	background: url(../images/btn_active.png) no-repeat;
	position: absolute;
	display: inline-block;
	right: 0;
	width: 164px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
#new_active .p1 { height: auto; overflow: hidden; padding-top: 10px;}
#new_active .p1 .hd {
    height: 45px;
    padding-top: 20px;
}
#new_active .p1 .hd ul {
	width: 665px;
	margin: 0 auto;
}
#new_active .p1 .hd ul li {
    margin: 0 auto;
    height: 45px;
    text-align: center;
    width: 220px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #eeeeee;
    font-weight: normal;
    float: left;
    margin-left: 1px;
}
#new_active .p1 .hd ul li:hover { cursor: pointer;}
#new_active .p1 .hd ul li a {color: #666666;}
#new_active .p1 .hd ul li.on {
	background-color: #0067b8;
}
#new_active .p1 .hd ul li.on a { color: #fff;}
#new_active .p1 .bd {
	border: 1px solid #dcdcdc;
	padding: 20px;
} 
#new_active .bd .add_newsbox { height: auto; overflow: hidden;}
.ml_20 { margin-left: 20px; float: left;}
#new_active .bd .w_570 {
	width: 570px;
	height: auto;
	overflow: hidden;
}
#new_active .bd .w_372 {
	width: 372px;
	height: auto;
	overflow: hidden;
}
#new_active .bd .w_372 ul {
	width: 332px;
}
#new_active .bd h3 {
	font-size: 16px;
	color: #0067b8;
	text-indent: 1em;
	border-bottom: 1px solid #0067b8;
	height: 32px;
	line-height: 32px;
}
#new_active .bd h3 a { font-size: 14px; color: #0067b8; font-weight: normal;}
#new_active .bd ul {
	background-color: #ebf2f9;
	padding: 20px;
	width: 530px;
	height: 170px;
	margin-top: 1px;
}
#new_active .tp_msg {
	height: 100px;
	width: 100%;
	margin-bottom: 15px;
}
#new_active .tp_msg img { width: 150px; height: 100px;}
#new_active .w_372 .tp_msg dl { width: 50%;}
#new_active .w_372 .tp_msg dt { height: auto; overflow: hidden; line-height: 24px;}
#new_active .zx_news .tp_msg dl { width: 70%;}
#new_active .tp_msg dt { height: 36px; line-height: 36px;}

#new_active .tp_msg dt a{ font-size: 16px; color: #0067b8;}
#new_active .tp_msg dd { line-height: 20px; font-size: 14px; color: #999999;}
#new_active  li {
	line-height: 30px;
}
#new_active li a{ color: #0067b8;}


/*服务平台*/
#sp_col {
    margin-top: 30px;
    height: auto;
	overflow: hidden;
}
#sp_col>.plat{
    height: 196px;
}
#sp_col>.plat.p1{
    height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
#sp_col > .plat.p1 ol {
    height: 90px;
    margin-left: -11px;
    padding-top: 20px;
}
#sp_col > .plat.p1 ol li {
    float: left;
    width: 161px;
    height: 90px;
    margin-left: 11px;
}
#sp_col>.plat.p1 ol li .item{
    height: 90px;
    position: relative;
    overflow: hidden;
}
#sp_col>.plat.p1 ol li .i_1{
    background: url(../images/spi_1.png) no-repeat;
}
#sp_col>.plat.p1 ol li .i_2{
    background: url(../images/spi_2.png) no-repeat;  
}
#sp_col>.plat.p1 ol li .i_3{
    background: url(../images/spi_3.png) no-repeat; 
}
#sp_col>.plat.p1 ol li .i_4{
    background: url(../images/spi_4.png) no-repeat;
}
#sp_col>.plat.p1 ol li .i_5{
    background: url(../images/spi_5.png) no-repeat;
}
#sp_col>.plat.p1 ol li .i_6{
    background: url(../images/spi_6.png) no-repeat;
}
#sp_col>.plat.p1 ol li .i_7{
    background: url(../images/spi_7.png) no-repeat;
}
#sp_col>.plat.p1 ol li .i_8{
    background: url(../images/spi_8.png) no-repeat;
}

#sp_col>.plat.p1 ol li:hover .item{
    background: #0067b8;
    border-radius: 30px 0 30px 0;
}
#sp_col>.plat.p1 ol li img{
    display: block;
    margin: 12px auto 0;
}
#sp_col>.plat.p1 ol li h1{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 12px;
}
#sp_col > .plat.p1 ol li h1.lg {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 7px;
}
#sp_col>.plat.p2{
    height: auto;
	overflow: hidden;
}
#sp_col > .plat.p3 {
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
#sp_col > .plat.p3 ul {
	background: url(../images/t3_bg.jpg) no-repeat;
}
#sp_col > .plat.p3 ul li {
	height: 40px;
	width: 275px;
	margin-left: 20px;
	float: left;
	background: url(../images/t3_col.png) no-repeat;
	margin-bottom: 20px;
}
#sp_col > .plat.p3 ul li:hover {
	background: url(../images/t3_colh.png) no-repeat;
}

#sp_col > .plat.p3 ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

#sp_col>.plat>.tt{
    height: 46px;
    border-bottom: 1px solid;
    position: relative;
}
#sp_col>.plat>.tt>a{
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 50px;
    height: 20px;
    text-align: center;
    border-radius: 5px;
}
#sp_col>.plat>.tt.t1>a{
    background-color: #0066b8;
}
#sp_col>.plat>.tt.t2>a{
    background-color: #fc4362;
}
#sp_col>.plat>.tt.t3>a{
    background-color: #ffa700;
}
#sp_col>.plat>.tt.t1{
    border-color: #0067b8;
}
#sp_col>.plat>.tt.t2{
    border-color: #fc4361;
}
#sp_col>.plat>.tt.t3{
    border-color: #ffa700;
}
#sp_col>.plat>.tt.t1>h2{
    background-color: #0067b8;
}
#sp_col>.plat>.tt.t2>h2{
    background-color: #fc4361;
}
#sp_col>.plat>.tt.t3>h2{
    background-color: #ffa700;
}

#sp_col>.plat>.tt>h2{
    position: relative;
    height: 45px;
    color: #fff;
    text-align: center;
    width: 220px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
}
#sp_col>.plat>.tt.t1>h2 .shadow {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/shadow_5.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}
#sp_col>.plat>.tt.t2>h2 .shadow {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/shadow_4.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}
#sp_col>.plat>.tt.t3>h2 .shadow {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/hd_pic/activity_shadow.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}

#sp_col>.plat>h2>a {
    position: absolute;
    color: #fff;
    font-size: 14px;
    right: 15px;
    top: 9px;
}
#sp_col>.plat>ul {
    margin-left: -1px;
    padding-top: 19px;
    overflow: hidden;
}
#sp_col>.p2>ul>li {
    width: 199px;
    height: 55px;
    background-color: #ebf2f9;
    float: left;
    margin-left: 1px;
    margin-top: 1px;
}
#sp_col>.p2>ul>li>a {
    display: block;
    width: 199px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}
#sp_col>.plat.p1>ul>li.lg > a{
    line-height: 18px;
    padding-top: 6px;
	height: 44px;
}
#sp_col>.plat.p2>ul>li.lg > a{
	line-height: 18px;
    padding-top: 10px;
    height: 45px;
}
#sp_col>.plat>ul>li:hover{
    background-color: #0067b8;
}
#sp_col > .plat > ul > li:hover a {
	color: #fff;
	-moz-box-shadow: 0px 0px 5px #b2b2b2;
	-webkit-box-shadow: 0px 0px 5px #b2b2b2;
	box-shadow: 0px 0px 5px #b2b2b2;
	border-radius: 5px;
}
#sp_col>.plat.p1>ul{
	margin-left: -4px;
	padding-top: 19px;
	overflow: hidden;
}
#sp_col>.plat.p1>ul>li {
	border-radius: 5px;
    width: 196px;
    height: 50px;
	line-height: 50px;
    background-color: #d6e8fb;
    float: left;
    margin-left: 4px;
    margin-bottom: 5px;
}
/* #sp_col>.plat.p1>ul>li:nth-child(6n) {margin-right: 0;} */
#sp_col>.plat.p1>ul>li>a {
    display: block;
	width: 196px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}
#sp_col>.plat.p1>ul>li:hover{
    background-color: #0067b8;
}
#sp_col>.plat.p1>ul>li:hover a{
    color: #fff;
}
#sp_col>.plat.p2>ul>li:hover{
    background-color: #fc4362;
}

#adv_slide {
    clear: both;
    position: relative;
    width: 1200px;
    height: 100px;
    margin: 30px auto 0;
    position: relative;
}
#adv_slide>.hd {
    position: absolute;
    height: 100px;
    width: 10px;
    right: 10px;
    z-index: 999
}
#adv_slide>.hd>ul {
    width: 10px;
    padding-top: 10px;
}
#adv_slide>.hd>ul>li {
    width: 7px;
    height: 7px;
    background-color: #cccccc;
    margin-bottom: 8px;
}
#adv_slide>.hd>ul>li.on {
    background-color: #19A256;
}
#adv_slide>.bd {
    position: relative;
    z-index: 100;
    height: 100px;
}
#adv_slide>.bd>ol>li {
    width: 1200px;
    height: 100px;
}
#adv_slide>.bd>ol>li img {
    height: 100px;
    width: 1200px;
    display: block;
}

#zt_bar{
	height: 74px;
	margin-top: 30px;
	margin-left: -14px;
}
#zt_bar li{
	float: left;
	width: 289px;
	height: 74px;
	margin-left: 14px;
}

#slide_col {
    margin-top: 30px;
    height: 280px;
}
#slide_col >.tt{
    height: 46px;
    border-bottom: 1px solid #24cadd;
    position: relative;
}
#slide_col >.tt > h2 {
    position: relative;
    height: 45px;
    color: #fff;
    text-align: center;
    width: 220px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #24cadd;
}
#slide_col >.tt > h2 > .shadow {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/shadow_3.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}

#slide_col > .col_bar{
    padding-top: 20px;
    height: 212px;
}
#slide_col > .col_bar > .hd{
    width: 220px;
    float: left;
    height: 212px;
}
#slide_col > .col_bar > .hd ul{
    height: 212px;
}
#slide_col > .col_bar > .hd ul li{
    height: 70px;
    width: 220px;
    margin-bottom: 1px;
    background-color:#e5e5e5;
    position: relative;
}
#slide_col > .col_bar > .hd ul li.on{
    color: #fff;
    background-color: #24cadd;
}
#slide_col > .col_bar > .hd ul li.on > a{
    color: #fff;
}
#slide_col > .col_bar > .hd ul li a{
    display: block;
    width: 107px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #666;
    padding-left: 113px;
    position: relative;
}
#slide_col > .col_bar > .hd ul li a > div{
    background-color: #000;
    width: 50px;
    height: 50px;
    left: 22px;
    top: 10px;
    background: url(../images/slide_col_bg.png) no-repeat;
    position: absolute;
}
#slide_col > .col_bar > .hd ul li .t_1 {
    background-position: -96px 3px;
}
#slide_col > .col_bar > .hd ul li .t_2 {
    background-position: -94px -140px;
}
#slide_col > .col_bar > .hd ul li .t_3 {
    background-position: -96px -70px;
}
#slide_col > .col_bar > .hd ul li.on .t_1 {
    background-position: 0px 3px;
}
#slide_col > .col_bar > .hd ul li.on .t_2 {
    background-position: 0px -140px;
}
#slide_col > .col_bar > .hd ul li.on .t_3 {
    background-position: 0px -70px;
}

#slide_col > .col_bar > .bd{
    height: 232px;
}
#slide_col > .col_bar > .bd .con_1{
    height: 232px;
}
#slide_col > .col_bar > .bd .con_1 .col_tabs{
    width: 542px;
    float: left;
    margin-left: 16px;
}
#slide_col > .col_bar > .bd .con_1 .col_tabs > .c_hd{
    height: 40px;
}
#slide_col > .col_bar > .bd .con_1 .col_tabs > .c_hd ul{
    height: 40px;
}
#slide_col > .col_bar > .bd .con_1 .col_tabs > .c_hd ul li{
    height: 40px;
    float: left;
    width: 270px;
    margin-right: 1px;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: #eeeeee;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}
#slide_col > .col_bar > .bd .con_1 .col_tabs > .c_hd ul li.on{
    background-color: #24cadd;
    color: #fff;
}
#slide_col > .col_bar > .bd .con_1 .col_tabs > .c_bd{
    overflow: hidden;
}
#slide_col > .col_bar > .bd .con_1 .col_tabs > .c_bd .ct_1{
    padding-top: 2px;
}
#slide_col > .col_bar > .bd .con_1 .col_tabs > .c_bd .ct_1 a{
    display: block;
    height: 56px;
    background: #e9fbfd url(../images/slide_col_icon.png) no-repeat 12px 14px;
    margin-bottom: 1px;
    line-height: 56px;
    padding-left: 50px;
    font-size: 14px;
    color: #24cadd;
    width: 220px;
    margin-right: 1px;
    float: left;
}
#slide_col > .col_bar > .bd .con_1 .col_tabs > .c_bd .ct_1 a.sp{
    height: 84.5px;
    background: #e9fbfd url(../images/slide_col_icon.png) no-repeat 12px 28px;
    line-height: 84.5px;
}

#slide_col > .col_bar > .bd .con_1 .col_tabs > .c_bd .ct_1 a:hover{
    opacity: 0.7;
    filer:alpha(opacity=70);
}
#slide_col > .col_bar > .bd .con_1 > ul{
    
}
#slide_col > .col_bar > .bd .con_1 > ul > li.p1{
    float: left;
    width: 240px;
    height: 212px;
    margin-left: 16px;
}
#slide_col > .col_bar > .bd .con_1 > ul > li.p2{
    float: left;
    width: 220px;
    height: 212px;
    margin-left: 16px;
}
#slide_col > .col_bar > .bd .con_1 > ul > li.p3{
    float: left;
    width: 472px;
    height: 212px;
    margin-left: 16px;
}

#slide_col > .col_bar > .bd .con_1 > ul > li.lg{
    width: 407px;
    float: right; 
    margin-left: 0;
}
#slide_col > .col_bar > .bd .con_1 > ul > li > h1{
    position: relative;
    height: 40px;
    background-color: #24cadd;
    font-size: 16px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    line-height: 40px;
    text-indent: 20px;
    font-weight: normal;
}
#slide_col > .col_bar > .bd .con_1 > ul > li > h1 > a{
    position: absolute;
    text-indent: 0;
    color: #24cadd;
    right: 10px;
    display: block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    top: 10px;
    text-align: center;
    border-radius: 3px;
}
#slide_col > .col_bar > .bd .con_1 > ul > li > ul.l_bar{
    background-color: #e9fbfd;
    height: 152px;
    padding: 10px 18px; 
}
#slide_col > .col_bar > .bd .con_1 > ul > li > ul.l_bar > li{
    height: 37px;
    border-bottom: 1px dashed #24cadd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 12px;
}
#slide_col > .col_bar > .bd .con_1 > ul > li > ul.l_bar > li h1{
    font-size: 15px;
    font-weight: normal;
    color: #24cadd;
}
#slide_col > .col_bar > .bd .con_1 > ul > li > ul.l_bar > li p{

}
#slide_col > .col_bar > .bd .con_1 > ul > li > ol{
    background-color: #e9fbfd;
    height: 152px;
    padding: 10px 18px;
}
#slide_col > .col_bar > .bd .con_1 > ul > li > ol li{
    height: 29px;
    border-bottom: 1px dashed #24cadd;
    line-height: 29px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#slide_col > .col_bar > .bd .con_2{
    height: 232px;
}
#slide_col > .col_bar > .bd .con_2 .plat{
    width: 475px;
    height: 212px;
    margin-left: 10px;
}
#slide_col > .col_bar > .bd .con_2 .plat.fr{
    width: 970px;
}
#slide_col > .col_bar > .bd .con_2 .plat .title{
    height: 40px;
    background-color: #24cadd;
    border-radius: 5px 5px 0 0;
}
#slide_col > .col_bar > .bd .con_2 .plat .title h1{
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size:16px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1{
    height: 172px;
    background-color: #e9fbfd;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1 p{
    text-align: center;
    font-size:14px;
    color: #24cadd;
    padding-top: 5px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1 h3{
    text-align: center;
    color: #24cadd;
    padding-top: 8px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1 ul{
    overflow: hidden;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1 ul li{
    float: left;
    height: 30px;
    width: 184px;
    margin-left: 8px;
    margin-top: 8px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1 ul li.lg{
    width: 152px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1 ul li.md{
    width: 100px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1 ul li.sm{
    width: 90px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1 ul li a{
    display: block;
    border: 1px dashed #24cadd;
    height: 28px;
    border-radius: 5px;
    text-align: center;
    color: #24cadd;
    line-height: 30px;
    font-size:14px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p1 ul li a:hover{
    color: #fff;
    border-style: solid;
    background-color: #24cadd;
}

#slide_col > .col_bar > .bd .con_2 .plat .p2{
    height: 172px;
    background-color: #e9fbfd;
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .info_item {
    height: 114px;
    padding-top: 9px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .info_item h3{
    text-align: center;
    color: #24cadd;
}

#slide_col > .col_bar > .bd .con_2 .plat .p2 .fl{
    width: 220px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .fl ul{
    
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .fl ul li{
    width: 84px;
    height: 40px;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .fl ul li.lg{
    width: 110px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .fl ul li a{
    display: block;
    border: 1px dashed #24cadd;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    color: #24cadd;
    line-height: 40px;
    font-size: 14px;   
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .fl ul li a:hover{
    color: #fff;
    border-style: solid;
    background-color: #24cadd;   
}

#slide_col > .col_bar > .bd .con_2 .plat .p2 .fr{
    width: 265px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .fr .msg{
    padding-top: 4px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .fr .msg p{
    padding: 0 5px;
}
#slide_col > .col_bar > .bd .con_2 .plat .p2 .fr .bar {
    border: 1px dashed #24cadd;
    border-radius: 5px;
    color: #24cadd;
    font-size: 12px;
    width: 252px;
    text-align: justify;
}
#slide_col > .col_bar > .bd .con_2 .plat .btn_bar {
    height: 30px;
    font-size: 0;
    padding-left: 266px;
    padding-top: 8px;
    overflow: hidden;
}
#slide_col > .col_bar > .bd .con_2 .plat .btn_bar a {
    display: inline-block;
    *zoom: 1;
    *display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #448aca;
    border-radius: 30px;
    color: #fff;
    margin-left: 20px;
}
#slide_col > .col_bar > .bd .con_2 .plat .btn_bar a:hover{
    background-color: #ff9900;
}



#slide_col > .col_bar > .bd .con_3{
    height: 232px;
}
#slide_col > .col_bar > .bd .con_3 > ul{
    padding-top: 2px;
}
#slide_col > .col_bar > .bd .con_3 > ul > li{
    float: left;
    width: 310px;
    height: 212px;
    margin-left: 16px;
}
#slide_col > .col_bar > .bd .con_3 > ul > li.p1{
    width: 150px;
}
#slide_col > .col_bar > .bd .con_3 > ul > li.p3{
    width: 472px;
}
#slide_col > .col_bar > .bd .con_3 > ul > li > h1{
    position: relative;
    height: 40px;
    background-color: #24cadd;
    font-size: 16px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    line-height: 40px;
    text-indent: 20px;
}
#slide_col > .col_bar > .bd .con_3 > ul > li > h1 > a{
    position: absolute;
    text-indent: 0;
    color: #24cadd;
    right: 10px;
    display: block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    top: 10px;
    text-align: center;
    border-radius: 3px;
    font-weight: normal;
}
#slide_col > .col_bar > .bd .con_3 > ul > li > .l_bar{
    height: 172px;
}
#slide_col > .col_bar > .bd .con_3 > ul > li > .l_bar > a{
    display: block;
    height: 56px;
    background: #e9fbfd url(../images/px_icon.png) no-repeat 12px 14px;
    margin-bottom: 1px;
    line-height: 56px;
    padding-left: 50px;
    font-size: 14px;
    color: #24cadd;
}
#slide_col > .col_bar > .bd .con_3 > ul > li > .l_bar > a.ic_2{
    background-position: 12px -42px;
}
#slide_col > .col_bar > .bd .con_3 > ul > li > .l_bar > a.ic_3{
    background-position: 12px -100px; 
}

#slide_col > .col_bar > .bd .con_3 > ul > li.p2 > ol{
    background-color: #e9fbfd;
    height: 152px;
    padding: 10px 18px;
}
#slide_col > .col_bar > .bd .con_3 > ul > li.p2 > ol li{
    height: 29px;
    border-bottom: 1px dashed #24cadd;
    line-height: 29px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#slide_col > .col_bar > .bd .con_3 > ul > li.p3 > ol{
    background-color: #e9fbfd;
    height: 152px;
    padding: 10px 18px;
}
#slide_col > .col_bar > .bd .con_3 > ul > li.p3 > ol li{
    height: 29px;
    border-bottom: 1px dashed #24cadd;
    line-height: 29px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

#star_products{
    margin-top: 30px;
}
#star_products >.tt{
    height: 46px;
    border-bottom: 1px solid #fc4361;
    position: relative;
}
#star_products >.tt > h2 {
    position: relative;
    height: 45px;
    color: #fff;
    text-align: center;
    width: 220px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #fc4361;
}
#star_products >.tt > h2 > .shadow {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/shadow_4.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}
#star_products .tt .btn_group{
    position: absolute;
    right: 0;
    top: 7px;
}
#star_products .tt .btn_group > a{
   display: block; 
   height: 32px;
   width: 164px;
   float: left;
   margin-left: 21px;
   text-align: center;
   line-height: 32px;
   color: #fff;
   font-size: 16px;
}
#star_products .tt .btn_group > .bt_1{
    background: url(../images/hd_pic/bt_1_bg.jpg) no-repeat;
}
#star_products .tt .btn_group > .bt_2{
    background: url(../images/hd_pic/bt_2_bg.jpg) no-repeat;
}
#star_products .tt .btn_group > .bt_3{
    background: url(../images/hd_pic/bt_3_bg.jpg) no-repeat;
}
#star_products .p1{
    margin-top: 20px;
    overflow: hidden;
}
#star_products .p1 > h2{
    margin: 0 auto;
    height: 45px;
    color: #fff;
    text-align: center;
    width: 220px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #fc4361;
    font-weight: normal;
}
#star_products .p1 ul{
    border: 1px solid #dcdcdc;
    height: 148px;
    background-color: #fafafa;
    padding-left: 5px;
    padding-top: 30px;
}
#star_products .p1 ul li{
    float: left;
    width: 114px;
    height: 150px;
    background: url(../images/star_bg.png) no-repeat center 0;
    margin: 0 42px;
}
#star_products .p1 ul li > h1{
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    padding-top: 34px;
    font-size: 28px;
}
#star_products .p1 ul li > h1 span{
    font-size: 14px;
}
#star_products .p1 ul li > h2{
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    padding-top: 44px;
    text-align: center;
}
#star_products .p2{
    margin-top: 20px;  
}
#star_products .p2 .hd{
    height: 45px;
}
#star_products .p2 .hd ul{
    width: 665px;
    height: 45px;
    margin: 0 auto;
}
#star_products .p2 .hd ul li{
    margin: 0 auto;
    height: 45px;
    color: #fff;
    text-align: center;
    width: 220px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #eeeeee;
    font-weight: normal;
    float: left;
    margin-left: 1px;
}
#star_products .p2 .hd ul li a{
    font-size: 16px;
}
#star_products .p2 .hd ul li.on{
    background-color: #fc4361;
}
#star_products .p2 .hd ul li.on a{
    color: #fff;
}
#star_products .p2 .bd{
    border: 1px solid #dcdcdc;
    height: 200px;
}
#star_products .p2 .bd > ul{
    overflow: hidden;
    padding-top: 20px;
    padding-left: 6px;
}
#star_products .p2 .bd > ul li{
    width: 282px;
    margin: 0 7px;
    float: left;
    height: 179px;
    background: url(../images/institutions_bg.jpg) no-repeat center bottom;
}
#star_products .p2 .bd > ul li .bar{
    border: 1px solid #e5e5e5;
    background-color: #f4f4f4;
    width: 280px;
    height: 143px;
    border-radius: 8px;
    padding-top: 15px;
}
#star_products .p2 .bd > ul li .bar.pb{
    padding-top: 8px;
    height: 150px;
}
#star_products .p2 .bd > ul li .bar.pb .a_bar{
    padding-top: 9px;
}

#star_products .p2 .bd > ul li .bar dl{
    padding: 0 12px;
    margin-bottom: 8px;
    height: 20px;
    line-height: 20px;
 clear: both;
}
#star_products .p2 .bd > ul li .bar dl dt{
    float: left;
    width: 80px;
    font-size: 14px;
    color: #fc4361;
}
#star_products .p2 .bd > ul li .bar dl dd{
    float: left;
    width: 175px;
    text-align: justify;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#star_products .p2 .bd > ul li .bar dl.lg{
    height: 40px;
}
#star_products .p2 .bd > ul li .bar dl.lg dd{
    height: 40px;
    white-space: normal;
}
#star_products .p2 .bd > ul li .bar > .a_bar{
    border-top: 1px dashed #fc4361;
    margin: 0 12px;
    text-align: center;
    padding-top: 10px;
}
#star_products .p2 .bd > ul li .bar > .a_bar a{
    color: #fc4361;
}
#star_products .p2 .bd > ul li .bar > .a_bar a:hover{
    color: #3F7CCD;
}

#institutions {
    margin-top: 30px;
    height: 428px;
}
#institutions >.tt{
    height: 46px;
    border-bottom: 1px solid #0067b8;
    position: relative;
}
#institutions >.tt > h2 {
    position: relative;
    height: 45px;
    color: #fff;
    text-align: center;
    width: 220px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #0067b8;
}

#institutions >.tt > h2 > .shadow {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/shadow_5.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}
#institutions >.tt > a{
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 14px;
    color: #0067b8;
}
.m_tbar{
    width: 1200px;
    margin: 0 auto;
}
.m_tbar > h1{
    font-size: 24px;
    color: #227ecb;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-weight: normal;
}
.m_tbar > ol{
    margin: 0 auto;
    height: 3px;
    padding: 5px 0;
}
.m_tbar > ol.w1{
    width: 100px;
}
.m_tbar > ol.w2{
    width: 150px;
}
.m_tbar > ol li{
    float: left;
    height: 3px;
    width: 50%;
}
.m_tbar > ol li.lg{
    width: 75px;
}
.m_tbar > ol li.c1{
    background-color: #24cadd;
}
.m_tbar > ol li.c2{
    background-color: #fbca05;
}
.m_tbar > h2{
    font-size: 15px;
    color: #227ecb;
    text-align: center;
    font-weight: normal;
}

#institutions .p1{
    overflow: hidden;
    padding-top: 20px;
}
#institutions .p1 .hd{
    height: 45px;
    padding-top: 20px;
}
#institutions .p1 .hd ul{
    width: 665px;
    height: 45px;
    margin: 0 auto;
}
#institutions .p1 .hd ul li{
    margin: 0 auto;
    height: 45px;
    color: #fff;
    text-align: center;
    width: 220px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #eeeeee;
    font-weight: normal;
    float: left;
    margin-left: 1px;
}
#institutions .p1 .hd ul li a{
    font-size: 16px;
}
#institutions .p1 .hd ul li.on{
    background-color: #0067b8;
}
#institutions .p1 .hd ul li.on a{
    color: #fff;
}

#institutions .p1 .bd{
    overflow: hidden;
    height: 230px;
    border: 1px solid #dcdcdc;
}
#institutions .p1 .bd .con_1{
    overflow: hidden;
    padding-bottom: 15px;
    border-radius: 0 0 10px 10px;
    padding-top: 15px;
}

#institutions .p1 .bd .con_1 .row_1 .pr ul li div{
    width: 86px;
    height: 86px;
    border: 1px solid #227ecb;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(../../pic/icon_tb1.png);
}
#institutions .p1 .bd .con_1 .row_1 .pr ul li div.s_1{
    background-position: 20px 21px;
}
#institutions .p1 .bd .con_1 .row_1 .pr ul li div.s_2{
    background-position: -98px 21px;
}
#institutions .p1 .bd .con_1 .row_1 .pr ul li div.s_3{
    background-position: -220px 21px;
}
#institutions .p1 .bd .con_1 .row_1 .pr ul li div.s_4{
    background-position: -339px 21px;
}
#institutions .p1 .bd .con_1 .row_1 .pr ul li div.s_5{
    background-position: -459px 21px;
}
#institutions .p1 .bd .con_1 .row_1 .pr ul li div.s_6{
    background-position: -579px 21px;
}


#institutions .p1 .bd .con_1 .row_2{
    height: 39px;
    position: relative;
    padding-top: 47px;
    padding-bottom: 15px;
}
#institutions .p1 .bd .con_1 .row_2 > div{
    width: 147px;
    height: 39px;
    position: absolute;
    text-align: center;
    line-height: 39px;
    background: url(../../pic/ar_bg.png) no-repeat;
    color: #fff;
    font-size: 16px;
}

#institutions .p1 .bd .con_1 .row_3{
    height: 214px;
}
#institutions .p1 .bd .con_1 .row_3 > ul{
    overflow: hidden;
    padding-top: 4px;
}
#institutions .p1 .bd .con_1 .row_3 > ul > li{
    float: left;
    width: 222px;
    height: 190px;
    margin-left: 23px;
    box-sizing:border-box;
}
#institutions .p1 .bd .con_1 .row_3 ul li > .tt{
    background-color: #71afe2;
    height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
}
#institutions .p1 .bd .con_1 .row_3 ul li .bar{
    border: 1px solid #71afe2;
    height: 133px;
    position: relative;
    padding-top: 15px;
    background: url(../images/layer_1_bg.jpg) no-repeat;
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_1{
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_2{
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_3{
    width: 417px;
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_4{ 
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_1 .layer_1{
    width: 191px;
    margin: 0 auto;
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_1 .layer_1 .btn_bar{

}
#institutions .p1 .bd .con_1 .row_3 ul li.l_1 .layer_1 .btn_bar > a{
    font-size: 14px;
    color: #fff;
    display: block;
    width: 191px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    background-color: #fd6e06;
    border-radius: 5px;
    margin-bottom: 5px;
}


#institutions .p1 .bd .con_1 .row_3 ul li.l_2 .layer_2{
    width: 191px;
    margin: 0 auto;
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_2 .layer_2 .btn_bar{

}
#institutions .p1 .bd .con_1 .row_3 ul li.l_2 .layer_2 .btn_bar > a{
    font-size: 14px;
    color: #fff;
    display: block;
    width: 191px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    background-color: #fd6e06;
    border-radius: 5px;
    margin-bottom: 5px;
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_3 .layer_3{
    width: 400px;
    padding-left: 9px;
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_3 .layer_3 .btn_bar{

}
#institutions .p1 .bd .con_1 .row_3 ul li.l_3 .layer_3 .btn_bar > a{
    font-size: 14px;
    color: #fff;
    display: block;
    width: 191px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    background-color: #fd6e06;
    border-radius: 5px;
    margin-bottom: 5px;
    float: left;
    margin-left: 5px;
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_4 .layer_4{
    width: 191px;
    margin: 0 auto;
}
#institutions .p1 .bd .con_1 .row_3 ul li.l_4 .layer_4 .btn_bar{

}
#institutions .p1 .bd .con_1 .row_3 ul li.l_4 .layer_4 .btn_bar > a{
    font-size: 14px;
    color: #fff;
    display: block;
    width: 191px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    background-color: #fd6e06;
    border-radius: 5px;
    margin-bottom: 5px;
}

#institutions .p1 .bd .con_2{
    height: 230px;
    overflow: hidden;
}
#institutions .p1 .bd .con_2 > h1 {
    font-size: 24px;
    color: #24cadd;
    font-weight: normal;
    text-align: center;
    padding: 30px 30px 15px;
}
#institutions .p1 .bd .con_2 > p {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 5px 0;
}
#institutions .p1 .bd .con_2 > ul{
    height: 70px;
    padding-top: 45px;
}
#institutions .p1 .bd .con_2 > ul li{
    height: 70px;
    width: 269px;
    background: url(../images/op_bg.png) no-repeat;
    float: left;
    margin: 0 15px;
    line-height: 70px;
}
#institutions .p1 .bd .con_2 > ul li.op_1{
    background-position: 0 0;
}
#institutions .p1 .bd .con_2 > ul li.op_2{
    background-position: -297px 0;
}
#institutions .p1 .bd .con_2 > ul li.op_3{
    background-position: -595px 0;
}
#institutions .p1 .bd .con_2 > ul li.op_4{
    background-position: -892px 0;
}
#institutions .p1 .bd .con_2 > ul li a{
    color: #fff;
    font-size: 18px;
    text-indent: 92px;
    display: block;
}
#institutions .p1 .bd .con_2 > ul li a span{
    padding: 0 10px;
}

#institutions .p1 .bd .con_3{
    overflow: hidden;
    height: 230px;
}
#institutions .p1 .bd .con_3 > p{
    text-align: center;
    font-size: 14px;
    color: #0067b8;
    line-height: 23px;
    padding-top: 13px;
}
#institutions .p1 .bd .con_3 .hd_1{
    padding-top: 23px;
    overflow: hidden;
}
#institutions .p1 .bd .con_3 .hd_1 ul{
    padding-left: 24px;
}
#institutions .p1 .bd .con_3 .hd_1 ul li{
    float: left;
    width: 130px;
    height: 130px;
    background:url(../images/con3_tb.png) no-repeat;
    margin-left: 32px;
}
#institutions .p1 .bd .con_3 .hd_1 ul li h2{
    color: #0067b8;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    padding-top: 100px;
}
#institutions .p1 .bd .con_3 .hd_1 ul li h2.lg{
    padding-top: 90px;
}
#institutions .p1 .bd .con_3 .hd_1 ul li.c_1{
    background-position: 19px 0;
}
#institutions .p1 .bd .con_3 .hd_1 ul li.c_2{
    background-position: -153px 0;
}
#institutions .p1 .bd .con_3 .hd_1 ul li.c_3{
    background-position: -326px 0;
}
#institutions .p1 .bd .con_3 .hd_1 ul li.c_4{
    background-position: -499px 0;
}
#institutions .p1 .bd .con_3 .hd_1 ul li.c_5{
    background-position: -670px 0;
}
#institutions .p1 .bd .con_3 .hd_1 ul li.c_6{
    background-position: -843px 0;
}
#institutions .p1 .bd .con_3 .hd_1 ul li.c_7{
    background-position: -1016px 0;
}

#institutions > .p2{
    overflow: hidden;
    padding-top: 20px;
}
#institutions > .p2 > .bar{
    width: 1200px;
    margin: 0 auto;
}
#institutions > .p2 > .bar ul{
    margin-left: -4px;
    padding-top: 25px;
    overflow: hidden;
}
#institutions > .p2 > .bar > ul li{
    float: left;
    margin-left: 4px;
    *margin-left: 3px;
}
#institutions > .p2 > .bar > ul li.p_1{
    width: 196px;
    height: 242px;
}
#institutions > .p2 > .bar > ul li.p_2{
    width: 296px;
    height: 242px;
}
#institutions > .p2 > .bar > ul li.p_3{
    width: 397px;
    height: 242px;
}
#institutions > .p2 > .bar > ul li.p_4{
    width:  297px;
    height: 242px;
}
#institutions > .p2 > .bar > ul li h1{
    height: 30px;
    line-height: 30px;
    border-bottom: 3px solid #000;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 4px;
}
#institutions > .p2 > .bar > ul > li > ul{
    padding: 8px 0;
    margin-left: -4px;
    overflow: hidden;
}
#institutions > .p2 > .bar > ul > li > ul li{
    height: 36px;
    width: 96px;
    float: left;
    margin-left: 4px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
} 
#institutions > .p2 > .bar > ul > li > ul li a{
    font-size: 14px;
    color:#fff;
    display: block;
    height: 36px;
} 
#institutions > .p2 > .bar > ul > li p{
    font-size: 14px;
    text-align: justify;
    line-height: 23px;
}
#institutions > .p2 > .bar > ul li.p_1 h1{
    color: #ff9900;
    border-color: #ff9900;
}
#institutions > .p2 > .bar > ul li.p_1 ul li{
    background-color: #ff9900;
}
#institutions > .p2 > .bar > ul li.p_1 p{
    color: #ff9900;
    background-color: #fff5e5;
    padding: 8px 14px;
}
#institutions > .p2 > .bar > ul li.p_2 h1{
    color: #24cadd;
    border-color: #24cadd;
}
#institutions > .p2 > .bar > ul li.p_2 ul li{
    background-color: #24cadd;
}
#institutions > .p2 > .bar > ul li.p_2 p{
    color: #24cadd;
    background-color: #e9fafc;
    padding: 20px 14px 21px;
}
#institutions > .p2 > .bar > ul li.p_3 h1{
    color: #227ecb;
    border-color: #227ecb;
}
#institutions > .p2 > .bar > ul li.p_3 ul li{
    background-color: #227ecb;
}
#institutions > .p2 > .bar > ul li.p_3 p{
    color: #227ecb;
    background-color: #e8f2fa;
    padding: 37px 14px 47px;
}
#institutions > .p2 > .bar > ul li.p_4 h1{
    color: #28aa90;
    border-color: #28aa90;
}
#institutions > .p2 > .bar > ul li.p_4 ul li{
    background-color: #28aa90;
}
#institutions > .p2 > .bar > ul li.p_4 p{
    color: #28aa90;
    background-color: #e9f6f4;
    padding: 33px 14px 33px;
}



/*#data_center {
    margin-top: 30px;
    height: 800px;
}*/

#data_center >.tt{
    height: 46px;
    border-bottom: 1px solid #9c5bfe;
    position: relative;
}
#data_center >.tt > h2 {
    position: relative;
    height: 45px;
    color: #fff;
    text-align: center;
    width: 220px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #9c5bfe;
}
#data_center >.tt > h2 > .shadow{
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/shadow_6.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}
#data_center >.tt > a{
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 14px;
    color: #9c5bfe;
}
#data_center > .data_bar{
    height: 90px;
    background: url(../images/data_bar.jpg) no-repeat 0px 20px;
    padding-top: 20px;
}
#data_center > .data_bar > ul{
    height: 90px;
}
#data_center > .data_bar > ul li{
    float: left;
    color: #fff;
    padding: 0 21px;
    width: 128px;
    text-align: center;
    padding-top: 18px;
}
#data_center > .data_bar > ul li h1{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
#data_center > .data_bar > ul li h2{
    font-size: 24px;
    font-weight: normal;
    padding-top: 13px;
    color: #fff;
}
#data_center > .data_bar > ul li h2 span{
    font-size: 16px;
    padding-left: 5px;
}

#data_center > .btn_group_1{
    padding-top: 35px;
    position: relative;
}
#data_center .btn_group_1 .p1 .hd{
    height: 45px;
    padding-top: 20px;
}
#data_center .btn_group_1 .hd ul{
    width: 965px;
    height: 45px;
    margin: 0 auto;
}
#data_center .btn_group_1 .hd ul li{
    margin: 0 auto;
    height: 45px;
    color: #fff;
    text-align: center;
    width: 480px;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
    background-color: #eeeeee;
    font-weight: normal;
    float: left;
    margin-left: 1px;
}
#data_center .btn_group_1 .hd ul li a{
    font-size: 16px;
}
#data_center .btn_group_1 .hd ul li.on{
    background-color: #9d5bfe;
}
#data_center .btn_group_1 .hd ul li.on a{
    color: #fff;
}
#data_center .btn_group_1 .bd{
    height: 386px;
    border: 1px solid #9d5bfe;
}
#data_center .btn_group_1 .bd .charts_bar{
    overflow: hidden;
}
#data_center .btn_group_1 .bd .charts_bar .item{
    float: left;
    width: 399px;
    height: 386px;
}
#data_center .btn_group_1 .bd .charts_bar .item > h1{
    font-size: 16px;
    color: #9d5bfe;
    text-align: center;
    line-height: 25px;
    padding-top: 15px;
}
#data_center .btn_group_1 .bd .charts_bar .item > a{
    display: block;
    color: #fff;
    background-color: #3d93fe;
    line-height: 30px;
    font-size: 14px;
    border-radius: 30px;
    width: 120px;
    height: 30px;
    text-align: center;
    margin: 5px auto 0;
    position: relative;
    z-index: 100;
}
#data_center .btn_group_1 .bd .charts_bar .item_1{

}
#data_center .btn_group_1 .bd .charts_bar .item_2{
    
}
#data_center .btn_group_1 .bd .charts_bar .item_3{
    
}
#data_center .btn_group_1 .bd .charts_bar .item_1 .chart_1{
    width: 399px;
    height: 300px;
}
#data_center .btn_group_1 .bd .charts_bar .item_2 .chart_2{
    width: 399px;
    height: 300px; 
}
#data_center .btn_group_1 .bd .charts_bar .item_3 .chart_3{
    width: 399px;
    height: 300px;
}
#data_center .btn_group_1 .bd .charts_bar .item_4{
    width: 375px;
}
#data_center .btn_group_1 .bd .charts_bar .item_5{
    
}
#data_center .btn_group_1 .bd .charts_bar .item_6{
    
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4{
    width: 355px;
    height: 300px;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul {
    overflow: hidden;
    padding-top: 12px;
    padding-left: 20px;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li {
    height: 49px;
    width: 330px;
    margin-bottom: 7px;
    position: relative;
    border: 1px solid;
    border-radius: 25px 0 25px 0;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li.c1{
    border-color: #fa7092;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul .b1{
    background-color: #fa7092;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li.c2{
    border-color: #40a3d8;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul .b2{
    background-color: #40a3d8;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li.c3{
    border-color: #24cadd;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul .b3{
    background-color: #24cadd;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li.c4{
    border-color: #ff9900;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul .b4{
    background-color: #ff9900;  
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li.c5{
    border-color: #9d5bfe;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul .b5{
    background-color: #9d5bfe;  
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li > div {
    height: 33px;
    width: 100px;
    border-radius: 24px 0 24px 0;
    position: absolute;
    left: 0;
    top: -1px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 17px;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li > div.lg {
    padding-top: 6px;
    height: 44px;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li p{
    padding-left: 110px;
    font-size: 14px;
    padding-top: 5px;
}
#data_center .btn_group_1 .bd .charts_bar .item_4 .chart_4 > ul li p.lg{
    padding-top: 15px;
}
#data_center .btn_group_1 .bd .charts_bar .item_5 .chart_5{
    width: 435px;
    height: 300px;
    background: url(../images/chart5_bg.jpg) no-repeat 0px 18px;
    position: relative;
}
#data_center .btn_group_1 .bd .charts_bar .item_5 .chart_5 p{
    font-size: 14px;
    color: #666666;
    position: absolute;
    text-align: center;
}
#data_center .btn_group_1 .bd .charts_bar .item_5 .chart_5 p.p1 {
    left: 49px;
    top: 81px;
}
#data_center .btn_group_1 .bd .charts_bar .item_5 .chart_5 p.p2 {
    left: 265px;
    top: 81px;
}
#data_center .btn_group_1 .bd .charts_bar .item_5 .chart_5 p.p3{
    top: 192px;
    left: 23px;
}
#data_center .btn_group_1 .bd .charts_bar .item_5 .chart_5 p.p4 {
    top: 192px;
    left: 153px;
}
#data_center .btn_group_1 .bd .charts_bar .item_5 .chart_5 p.p5{
    top: 192px;
    right: 32px;
}
#data_center .btn_group_1 .bd .charts_bar .item_6 .chart_6{
    width: 399px;
    height: 300px;
    padding-left: 25px;
    margin-top: -20px;
}
#data_center > .btn_group_2{
    padding-top: 35px;
    height: 50px;
    position: relative;
}
#data_center > .btn_group_2 {
    padding-top: 25px;
    height: 150px;
    position: relative;
}
#data_center > .btn_group_2 > .tt {
    position: absolute;
    height: 99px;
    width: 90px;
    background-color: #9c5bfe;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 18px;
    left: 0;
    line-height: 23px;
    letter-spacing: 2px;
    padding-top: 50px;
}
#data_center > .btn_group_2 > ol {
    height: 145px;
    border: 1px dashed #7970fe;
    border-radius: 30px;
    padding-left: 103px;
    padding-top: 2px;
}
#data_center > .btn_group_2 > ol li {
    float: left;
    width: 340px;
    height: 60px;
    margin-right: 24px;
    margin-top: 8px;
    border-radius: 10px;
}
#data_center > .btn_group_2 > ol li.d_1{
    background: url(../images/data_col1.jpg) center  no-repeat;
}
#data_center > .btn_group_2 > ol li.d_2{
    background: url(../images/data_col2.jpg) center 0 no-repeat;   
}
#data_center > .btn_group_2 > ol li.d_3{
    background: url(../images/data_col3.jpg) center 0 no-repeat;   
}
#data_center > .btn_group_2 > ol li.d_4{
    background: url(../images/data_col4.jpg) center 0 no-repeat;   
}
#data_center > .btn_group_2 > ol li.d_5{
    background: url(../images/data_col5.jpg) center 0 no-repeat;   
}
#data_center > .btn_group_2 > ol li.d_6{
    background: url(../images/data_col6.jpg) center 0 no-repeat;   
}

#data_center > .btn_group_2 > ol li a{
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
}

#link {
    text-align: center;
    margin-top: 30px;
    clear: both;
}
#link>h2 {
    font-size: 18px;
}

#link>.link_bar {
    height: 35px;
    margin-top: 25px;
    padding-left: 25px;
    text-align: center;
}
#link>.link_bar>.select {
    border: 1px solid #aaaaaa;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 33px;
    margin: 0 10px;
    position: relative;
    width: 265px;
}
#link>.link_bar>.select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
#link>.link_bar>.select .select_text {
    padding: 0 20px 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: left;
}
#link>.link_bar .select_ul {
    display: none;
    position: absolute;
    top: 34px;
    left: -1px;
    width: 265px;
    border: 1px solid #aaaaaa;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    height: 200px;
    z-index: 999;
    overflow: auto;
}
#link>.link_bar .select_ul li {
    line-height: 30px;
    text-indent: 10px;
    text-align: left;
}
#link>.link_bar .select_ul li:hover {
    color: #fff;
    background: #6AA7EA;
}
#link>.link_bar .select_ul li.cur {
    color: #fff;
    background: #195DA3;
}

#side_bar {
    background: url("../images/side_bar_bg.png") no-repeat scroll;
    height: 655px;
    position: fixed;
    right: 6px;
    top: 130px;
    width: 94px;
    padding-top: 52px;
}

#side_bar>a.ic_1,
#side_bar>a.ic_2{
    background-image: url("../images/side_bar_icon.png");
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    font-size: 12px;
    height: 22px;
    margin: 8px auto 0;
    text-align: center;
    width: 60px;
}
#side_bar>a:hover {
    color: #0093d9;
}
#side_bar>a.ic_1 {
    background-position: -42px 0;
    padding-top: 28px;
}
#side_bar>a.ic_1:hover {
    background-position: 11px 0;
}
#side_bar>a.ic_2 {
    background-position: -42px -52px;
    padding-top: 32px;
}
#side_bar>a.ic_2:hover {
    background-position: 13px -52px;
}
#side_bar>div.ic_3 {
    background-image: url("../images/side_bar_icon.png");
    background-position: -35px -105px;
    background-repeat: no-repeat;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    height: 22px;
    margin: 8px auto 0;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: 75px;
}
#side_bar>div.ic_3:hover {
    background-position: 21px -105px;
    color: #0093d9;
}
#side_bar>div.ic_3:hover .asid_share_triangle {
    display: block;
}
#side_bar>div.ic_3:hover .asid_sha_layer {
    display: block;
}
#side_bar>a.ic_4 {
    background-image: url("../images/side_bar_pc.png");
    background-repeat: no-repeat;
	background-position: 13px 0;
    color: #666666;
    display: block;
    font-size: 12px;
    height: 22px;
    margin: 8px auto 0;
    text-align: center;
    width: 60px;
	padding-top: 30px;
	margin-top: 260px;
}
#side_bar>a.ic_4:hover{
	background-image: url("../images/side_bar_pc1.png");
	color: #0093d9;
}
.asid_share_triangle {
    bottom: 4px;
    display: none;
    height: 40px;
    position: absolute;
    right: 60px;
    width: 12px;
    z-index: 100;
}
.border_sj,
.con_sj {
    display: block;
    font-family: SimSun;
    font-size: 18px;
    height: 28px;
    overflow: hidden;
    width: 18px;
}
.border_sj {
    color: #ccc;
    font-style: normal;
}
.con_sj {
    color: white;
    margin: -28px 0 0 -2px;
}
.asid_sha_layer {
    border: 1px solid #ccc;
    bottom: -40px;
    display: none;
    height: 211px;
    position: absolute;
    right: 62px;
    width: 200px;
}
#side_bar>.goTop {
    background: url("../images/goTop.png") no-repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 77px;
    position: absolute;
    width: 94px;
}




#platform_1 {
    overflow: hidden;
    margin-top: 30px;
}
#platform_1>h2 {
    text-align: center;
    height: 40px;
    background-color: #29bb9c;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    line-height: 40px;
    color: #fff;
}
#platform_1>.bar {
    border: 1px solid #29BB9C;
    overflow: hidden;
    padding-bottom: 10px;
}
#platform_1>.bar>.map {
    float: left;
    width: 395px;
    height: 682px;
    background: url(../images/map.png) no-repeat center center;
    position: relative;
}
#platform_1>.bar>.map>div {
    cursor: pointer;
    height: 15px;
    position: absolute;
    width: 15px;
}

#platform_1>.bar>.map>div.szs {
    left: 242px;
    top: 121px;
}
#platform_1>.bar>.map>div.yc {
    left: 223px;
    top: 181px;
}
#platform_1>.bar>.map>div.wz {
    left: 211px;
    top: 251px;
}
#platform_1>.bar>.map>div.zw {
    left: 108px;
    top: 307px;
}
#platform_1>.bar>.map>div.gy {
    left: 211px;
    top: 477px;
}
#platform_1>.bar>.map>div.tool {
    display: none;
}
.qtip-title a {
    font-size: 15px;
}
.area {
    padding-top: 10px;
    padding-bottom: 10px;
}
.area>h3 {
    font-size: 14px;
}
.area p {
    padding-top: 10px;
    font-size: 14px;
}
.area p a {}
.area p span {
    padding: 0 6px 0 5px;
}
#platform_1>.bar>.plat_bar {
    float: right;
    width: 790px;
    overflow: hidden;
    margin-right: 8px;
}
#platform_1>.bar>.plat_bar>.item {
    margin-top: 10px;
}
#platform_1>.bar>.plat_bar>.item>h2 {
    background-color: #29bb9c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 45px;
    width: 115px;
}
#platform_1>.bar>.plat_bar>.item>ul {
    border: 1px solid #29bb9c;
    padding: 0 7px 7px 7px;
}
#platform_1>.bar>.plat_bar>.item ul li {
    height: 18px;
    border-bottom: 1px dashed #29bb9c;
    padding: 10px 0 6px 10px;
    clear: both;
}
#platform_1>.bar>.plat_bar>.item ul li span {
    float: left;
    display: block;
}
#platform_1>.bar>.plat_bar>.item ul li span.s1 {
    margin-right: 10px;
    width: 345px;
}
#platform_1>.bar>.plat_bar>.item ul li span.s2 {
    margin-right: 10px;
    width: 115px;
}
#platform_1>.bar>.plat_bar>.item ul li span.s3 {
    margin-right: 10px;
    width: 140px;
}
#platform_1>.bar>.plat_bar>.item ul li span.s4 {
    white-space: nowrap;
}