﻿@charset "utf-8";
/* CSS Document */
.focus-box {  background-position:center; position:relative; font-family:'\5b8b\4f53'; }
.focus-container {
    overflow: hidden;
    position: relative;
    visibility: hidden;
}
.mbanner .focus-container {
    overflow: hidden;
    position: relative;
    visibility: hidden;
    height: 590px !important;
}
.focus-container .focus-item { position:absolute; width:100%; height: 100%; left:0; top:0; overflow: hidden;}
.focus-container .focus-item img { width: 100%; height: 95%; border:0; vertical-align: top;}
.focus-title-bar {position:absolute;bottom: 34px;z-index: 40;/*width: 100%;height: 40px;*/margin-left: -550px;}
.focus-title-bg { /*width: 100%; height: 100%; background-color: #000; opacity: 0.7; filter:alpha(opacity=70);*/}
.mbanner .focus .focus-pagination {
    position: absolute;
    right: 93px;
    bottom: 160px;
    margin-right: 0px;
    z-index: 60;
}
.mbanner .focus-title {  
    display: inline-block;
    white-space: nowrap;
    height: 34px;
    line-height: 34px;
    margin: 0px;
    padding: 0 15px;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    position: absolute;
    left: 15px;
    top: 48px;
    z-index: 50;}
.mod2 .focus-title {
    display: inline-block;
    /* white-space: nowrap; */
    width: 450px;
    height: 60px;
    line-height: 55px;
    margin: 0px;
    /* padding: 0 15px; */
    color: #000;
    font-size: 15px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    position: absolute;
    /* right: 0px; */
    left: 500px;
    top: -80px;
    z-index: 50;
	background: #a8efeb;
}
.mbanner .focus-title a,.mbanner .focus-text a {color: #fff; text-decoration: none;}
.post-4 .focus-title a,.post-4 .focus-text a {color: #000; text-decoration: none; font-weight: bold;}
.focus-title a:hover,.focus-text a:hover {/* color: #e5e5e5; text-decoration: none;*/}
.focus-text-box {
    position: absolute;
    top: 461px;
    z-index: 2000;
    width: 40%;
    height: 100px;
}
.focus-text-bg { }
.focus-text-inner { position: absolute; left: -10px; top: 0; z-index: 30; height: 100%; overflow: hidden;}
.focus-text{  padding:10px; line-height: 1.5; color: #fff; font-size: 13px; }
.focus-navigation { display:block; width:30px; text-align:center; height:50px; line-height:50px; background:#000; text-decoration: none; color:#fff; font-size:30px; font-weight:bold; text-decoration: none; cursor:pointer; position:absolute; top:50%; margin-top:-25px; z-index: 50; opacity: 0.7; filter:alpha(opacity=70);}
.focus-navigation:hover { font-size: 30px; font-weight: bold; color: #fff; text-decoration: none;}
.focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.focus-prev { left:0px;}
.focus-next { right:0px;}
.focus-pagination {
    position: absolute;
    left: 20px;
    bottom: 30px;
    z-index: 60;
    
    text-align: right;
}
.focus-page {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 5px;
    background-color: #343434;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}
.focus-page span { display: none;}
.focus-page:hover { text-decoration: none; font-size: 12px; color: #fff; font-weight: bold; }
.focus-page-active {
    background-color: #fff;
}

/* sudyExtend */
/**选择菜单**/
.sudy-select { display:inline-block; position:relative; z-index:100;}
.sudy-select .select-name { display:inline-block; line-height:24px; padding:0 22px 0 5px; background:url(images/arrow01_down.gif) no-repeat right 50%; border:1px solid #CCC; cursor:pointer;}
.select-down .select-name { background-image:url(images/arrow01_up.gif);}
.select-down .select-open { background-image:url(images/arrow01_down.gif);}
.select-up .select-name { background-image:url(images/arrow01_down.gif);}
.select-up .select-open { background-image:url(images/arrow01_up.gif);}
.sudy-select .select-list { border:1px solid #999; position:absolute; left:0; background-color:#fff; display:none; z-index:100; z-index:100; _margin-top:_2px;}
.sudy-select .select-list li { line-height:24px; cursor:pointer; white-space:nowrap;}
.sudy-select .select-list li.hover { background-color:#06C; color:#fff;}

/**日历**/
.sudy-pubdate { width:42px; height:42px; border-radius:5px; overflow:hidden; background-color:#f2f2f2; border:1px solid #8d1212;}
.sudy-pubdate span { display:block; width:100%; font-family:Tahoma, Geneva, sans-serif; font-size:14px; font-weight:bold; text-align:center;}
.sudy-pubdate span.pubdate-month { height:20px; line-height:20px; font-size:16px; color:#fff; border-bottom:1px solid #999; background-color:#C00;}
.sudy-pubdate span.pubdate-day { height:20px; border-top:1px solid #e5e5e5; background-color:#f2f2f2;}

/**选项卡**/
.sudy-tab {}
.sudy-tab .tab-menu { 
    float:left;
    width:132px;
/*height:24px; border-bottom:1px solid #ccc;*/
}
.sudy-tab .tab-menu li {
    display: inline-block;
    width: 101px;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /* padding: 0 10px; */
    border-radius: 5px 0 0 5px;
    cursor: default;
    background-color: #00a7c2;
    font-family: "微软雅黑";
    padding-left: 29px;
}
.sudy-tab .tab-menu .tab_li1{
    margin-bottom: 5px;
}
.sudy-tab .tab-menu .tab_li2{
    margin-bottom: 5px;
}
.sudy-tab .tab-menu .tab_li3{
    margin-bottom: 5px;
}
.sudy-tab .tab-menu li.selected {
    background-color: #e1eef0;
    color: #000000;
    cursor:pointer;
}


/**输入框提示**/
.sudy-input {display:inline-block; _display:inline; position:relative; font-family:Tahoma, Geneva, sans-serif; vertical-align:top;}
.sudy-input input,.sudy-input textarea { display:inline-block; height:17px; line-height:17px; color:#333; font-size:13px; vertical-align:top; padding:3px; background-color:#fff; border:1px solid #ccc; outline:none; border-radius:3px; overflow:hidden;}
.sudy-input textarea { height:85px;}
.sudy-input .tip { display:block; height:25px; line-height:25px; color:#888; font-size:13px; position:absolute; left:10px; top:0;}

/**链接菜单**/
.sudy-links { display:inline-block; }
.sudy-links .links-name { display:inline-block; font-weight:bold; line-height:24px; padding:0 20px 0 5px; background:#fff url(images/arrow.png) no-repeat right 50%; border:1px solid #444; cursor:default;}
.sudy-links .wrap-open { }
.sudy-links .links-wrap { overflow:hidden; white-space:nowrap; border:1px solid #444; padding:3px 0; background-color:#fff; line-height:1.7; position:absolute; display:none; left:0; bottom:25px; z-index: 10000;}
.sudy-links .links-wrap a { display:block; padding:0 10px;}
.sudy-links .links-wrap a:hover { color:#fff; background-color:#1e90ff;}

/**scroll滚动**/
.sudy-scroll {
    position: relative;
    padding-top: 32px;
    width: 1132px !important;
}
.sudy-scroll-wrap {
    position: relative;
    left: 104px;
    top: -22px;
    overflow: hidden;
    width: 921px !important;
}
.container71 .sudy-scroll-wrap {
    position: relative;
    left: 104px;
    top: -14px;
    overflow: hidden;
    width: 921px !important;
}
.sudy-scroll-nav .nav-prev, .sudy-scroll-nav .nav-next {
    display: block;
    width: 85px;
    height: 208px;
    text-align: center;
    line-height: 209px;
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #fff;
    background: #7fd3e0;
    cursor: pointer;
    position: absolute;
    top: 12%;
    margin-top: -12px;
    z-index: 100;
}
.container71 .sudy-scroll-nav .nav-prev, .container71 .sudy-scroll-nav .nav-next {
    display: block;
    width: 85px;
    height: 208px;
    text-align: center;
    line-height: 209px;
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #fff;
    background: #99d2df;
    cursor: pointer;
    position: absolute;
    top: 12%;
    margin-top: -12px;
    z-index: 100;
}
.sudy-scroll-nav .nav-prev:active,.sudy-scroll-nav .nav-next:active { background:#00a7c2;}
.sudy-scroll-nav .nav-prev:hover,.sudy-scroll-nav .nav-next:hover { background:#00a7c2;}
.sudy-scroll-nav .nav-next { right:0px;}
.sudy-scroll-nav .nav-prev { left:0px;}
.sudy-scroll-page { width:100%; height:10px; text-align:center; position:absolute; left:0; bottom:-15px; z-index:100;}
.sudy-scroll-page .page-index { display:inline-block; width:10px; height:10px; border-radius:5px; overflow:hidden; background:#666; margin:0 3px;}
.sudy-scroll-page .active { background:#F30}
.sudy-scroll-page .page-index span { display:none;}
.scroll li {
    padding-left: 19px;
}
.scroll li.i1 {
    padding-left: 0px;
}
.scroll2 li {
    padding-left: 19px;
}
.scroll2 li.i1 {
    padding-left: 0px;
}
.scroll img {
    width: 209px;
    height: 209px;
}
.scroll2 img {
    width: 209px;
    height: 209px;
}
.tubiaoti {
    width: 174px;
    height: 32px;
    line-height: 31px;
    background-color: #0099be;
    position: relative;
    bottom: 51px;
    left: 42px;
}
.tubiaoti .news_title {
    padding-left: 8px;
}
.tubiaoti .news_title a {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}
.tubiaoti2 {
    width: 174px;
    height: 32px;
    line-height: 31px;
    background-color: #0099be;
    position: relative;
    bottom: 49px;
    left: 42px;
}
.tubiaoti2 .news_title, .tubiaoti2 .news_zhichen, .tubiaoti2 .news_title a{
    padding-left: 8px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}

.tubiaoti3 {
    width: 268px;
    height: 32px;
    line-height: 31px;
    background-color: #0099be;
    position: relative;
    top: -45px;
    left: 199px;
}
.tubiaoti3 .news_title, .tubiaoti3 .news_title a{
    padding-left: 8px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}
.tubiaoti4 {
    width: 268px;
    height: 32px;
    line-height: 31px;
    background-color: #0099be;
    position: relative;
     top: -45px;
    left: 199px;
}
.tubiaoti4 .news_title, .tubiaoti4 .news_title a {
    padding-left: 8px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}
.zdzy_shuxian{
    padding:0 10px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}
.zdzy{
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}
.tubiaoti5 {
    width: 174px;
    height: 32px;
    line-height: 31px;
    background-color: #0099be;
    position: relative;
    bottom: 55px;
    left: 42px;
}
.tubiaoti5 .news_title {
    padding-left: 8px;
}
.tubiaoti5 .news_title, .tubiaoti5 .news_title a{
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}

.tubiaoti6 {
    width: 174px;
    height: 32px;
    line-height: 31px;
    background-color: #0099be;
    position: relative;
    top: -51px;
    left: 42px;
}
.tubiaoti6 .news_title, .tubiaoti6 .news_title a {
    padding-left: 8px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}
.bysfc_shuxian{
    padding:0 8px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}
.bysfc{
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
}