/*样式*/
/*css初始化*/
* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    /*清除浮动*/
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #666666;
    text-decoration: none;
}

input {
    border: 0;
    /*所有表单边框为0*/
    box-sizing: border-box;
    /*css3盒子模型 border 和padding 都包含到width里*/
}

.container {
    /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
    width: 1140px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
}

/*css初始化结束*/
body {
    background-color: #e9f3f9;
    /*整个页面背景色*/
    margin: 0 auto;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA;
    line-height: 180%;
}

.clear {
    height: 20px;
    clear: both;
}

.wrap {
    width: 100%;
    background: url(../images/bk.png) no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

.head {
    width: 1140px;
    height: 290px;
    margin: 0 auto;
    position: relative;
}

.head img {
    display: inline-block;
    position: absolute;
    top: 25%;
}

.navbk {
    height: 50px;
    background-color: #3992d0;
}

.navbar {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nav {
    width: 900px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}

.nav li {
    position: relative;
    width: 125px;
    text-align: center;
}

.nav li a:hover {
    background: rgba(99, 170, 222, 0.8)
}

.nav li a {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
}

.nav ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 1000;
}

.nav ul li {
    background-color: #ffffff;
}

.nav ul li a {
    font-size: 14px;
    color: #666666;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.nav ul li a:hover {
    background-color: #dde9f7;
    border-bottom: 1px solid #dddddd;
}

.navbar iframe {
    position: absolute;
    top: 25%;
    right: 0;
}

/* 第一部分 */
.column {
    display: flex;
    justify-content: space-between;
}

/*焦点图*/
.focus {
    position: relative;
    width: 500px;
    height: 300px;
    background-color: #000;
    z-index: 200;
}

.focus img {
    width: 500px;
    height: 300px;
}

.focus .shadow .title {
    width: 300px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 340px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 6px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
    left: 420px;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
    width: 80px;
}

.focus .D1fBt a {
    display: inline;
    width: 6px;
    height: 6px;
    border-radius: 7px;
    color: #B0B0B0;
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
    font: 12px/15px "\5B8B\4F53";
    line-height: 12px;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: 30px;
    height: 56px;
    background: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046054947.png) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -30px;
    left: 0;
    background-position: 0 -56px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -30px;
    right: 0;
    background-position: -30px -56px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -30px 0;
}

.focusManinR {
    float: right;
    width: 340px;
}

.focusManinR h3 {
    font-size: 16px;
    color: #2c509c;
    font-weight: normal;
}

.focusManinR h3 a:link,
.focusManinR h3 a:visited,
.leftLm h3 a:link,
.leftLm h3 a:visited {
    color: #2c509c;
}

.focusManinR h3 a:hover,
.leftLm h3 a:hover {
    color: #cc0000;
}

.focuslist {
    background-image: url(http://www.jcrb.com/zyw2015gb/201506/W020150623595046042251.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 24px;
}

/* 要闻 */
.news {
    width: 370px;
}

.newstitle {
    height: 40px;
    border-bottom: 2px solid #f0f0f0;
    box-sizing: border-box;
    position: relative;
}

.newstitle h1 {
    width: 100px;
    height: 40px;
    text-align: center;
    border-bottom: 2px solid #3992d0;
    line-height: 40px;
    box-sizing: border-box;
}

.newstitle h1 a,
.column_mtitle h4 a {
    display: block;
    font-size: 18px;
    color: #3992d0;
    font-weight: 600;
}

.more {
    position: absolute;
    right: 15px;
    top: 2px;
}

.news ul,
.column_m ul {
    padding: 8px;
    box-sizing: border-box;
}

.news ul li a,
.column_m ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666666;
}

.news ul li a::before,
.column_m ul li a:before {
    content: "\2022";
    color: #c11d36;
    font-size: 10px;
    margin-right: 5px;
}

.firicon,
.righticon {
    width: 210px;
}

.firtitle {
    height: 45px;
    background: url(../images/iconbk.png) no-repeat bottom;
}

.firtitle h2 a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #3992d0;
}

.fir ul,
.sec ul {
    height: 50px;
    border: 1px solid #f0f0f0;
    margin-top: 8px;
}

.fir ul li,
.sec ul li {
    background-color: #f5f6f7;
    margin: 2px;
}

.fir ul li a,
.sec ul li a {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fir ul li a span,
.sec ul li a span {
    margin-left: 15px;
    letter-spacing: 1.5pt;
}

/* 通知公告 */
.notice {
    height: 40px;
    background-color: #e8f3fc;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}

.noticetitle a {
    width: 100px;
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #3992d0;
    font-weight: 600;
}

.notice_t {
    width: 1000px;
}

.notice_t li {
    float: left;
    margin-right: 10px;
}

.notice_t li a::before {
    content: "\2022";
    font-size: 5px;
    color: #c11d36;
    margin-right: 5px;
}

.notice_t li a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
}

.column_b {
    width: 885px;
}

.column_f {
    display: flex;
    justify-content: space-between;
}

.column_m {
    width: 436px;
    height: 207px;
    padding: 10px;
    background: url(../images/lmbk.png) no-repeat;
    box-sizing: border-box;
}

.column_mtitle {
    height: 35px;
    line-height: 35px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
}

.banner {
    display: flex;
    justify-content: space-between;
}

.banner img {
    flex: 1;
}

.link {
    height: 60px;
    background-color: #e8f3fc;
    border-radius: 8px;
}

.link>a {
    display: block;
    font-size: 18px;
    color: #3992d0;
    width: 100px;
    line-height: 60px;
    text-align: center;
    float: left;
}

.link ul {
    width: 900px;
    float: left;
}

.link ul>a {
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
    float: left;
    margin-right: 20px;
}

footer {
    width: 1140px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.ban_icon {
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
}
.ban_icon a {
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}
.ban_icon p {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 5px;
    color: #666666;
}
.ban_icon img {
    float: left;
}
/* 侧栏 */

.silder_bar {
    width: 164px;
    height: 198px;
    position: fixed;
    right: 5px;
    top: 355px;
}

.silderbk {
    height: 198px;
    background: url(../images/ces.png) no-repeat;
    background-position: right;
}

.silderbk li {
    width: 164px;
    height: 64px;
}

.af {
    background-position: 0 0;
}

.ac {
    background-position: 0 67px;
}

.at {
    background-position: 0 134px;
}

.af img,
.ac img,
.at img {
    display: none;
}

.af:hover img,
.ac:hover img,
.at:hover img {
    display: block;
}