@charset "utf-8";

/* CSS Document */

* {
    margin: 0 auto;
    padding: 0;
}

body {
    color: #000;
    font-size: 12px;
    line-height: 22px;
    font-family: "Microsoft YaHei";
    /* min-width: 1200px; */
}

ul,
li {
    list-style: none;
}

img {
    border: none;
    display: inline-block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
}

i {
    font-style: normal;
}

input,
textarea,
select {
    outline: none;
    font-family: Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    list-style: none;
}

em,
i {
    font-style: normal;
}

.clear {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.m-c {
    width: 1200px;
    margin: auto;
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 10px
}


/*-----------------------------------------------------------------------------------------------------------------------*/

/*头部*/
.header{ width: 100%; margin: auto; position: relative; z-index: 9; display: block;}
.header_top{ width: 100%; float: left; height: 190px; background: url("../images/top_bj.jpg") top center no-repeat;}

.header_top_c{   margin: auto;}
.logo{ width: 328px; height: 80px; float: left; margin-top: 60px;}
.header_search{ float: right; width: 470px; height: 36px; margin-top: 146px;}

.header_select{ float: left; height: 36px;  width: 88px; line-height: 36px; font-size: 14px; border: solid 1px #B5B5B5; padding: 3px 0;}
.header_text{ float: left; margin-left: 4px; width: 224px; height: 34px; border:solid 1px #B5B5B5; padding: 0 3px; border-right: none; line-height: 34px; }
.header_image{ cursor: pointer; width: 56px; height: 36px; float: left; background: #C03331; text-align: center; border-bottom-right-radius: 5px; border-top-right-radius: 5px;}
.header_img{ display: block; margin-top: 8px;}

.header_senior{ width: 85px; height: 36px; float: left; margin-left: 4px; background: #C03331; border-radius: 5px; text-align: center;}
.header_senior a{ display: block; line-height: 36px; color: #fff; font-size: 14px;}


.header_nav{ width: 100%; height: 56px; float: left; background: #698a4d;}
.nav{ width: 1146px; height: 56px; margin: auto;}
.nav ul li{ width: 126px; height: 56px; float: left; position: relative; text-align: center;}
.nav ul li a{ font-size: 16px; line-height: 56px; color: #fff;}
.nav_dl{ display: none; width: 100%; position: absolute; top: 100%; left: 0; background: #698a4d;}
.nav_dl dd{ width: 100%; height: 30px;}
.nav_dl dd a{ line-height: 30px !important; font-size: 14px;}
.nav_dl dd:hover{ background: #016893;}

/*内容*/

.middle_content{ width: 1170px; margin: auto; margin-top: 26px;}

.index_left{ width: 780px; float: left; background: url("../images/yy_1.png") top right repeat-y; padding-bottom: 30px;}
.slideBox{ width:770px; height:340px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ display: none; height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ width: 100%; height: 340px; zoom:1; vertical-align:middle; position: relative;}

.slideBox_layer{ width: 100%; height: 30px; position: absolute; left: 0; bottom: 0; background:#C033318a;}
.slideBox_layer span{ margin: 0 10px; line-height: 30px; color: #fff; font-size: 16px;}

.indexQhk{ width: 770px; float: left; margin-top: 34px; position: relative;}

.slideTxtBox {
    width: 100%;
    text-align: left;
    position: relative;
}

.slideTxtBox .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
}

.slideTxtBox .hd ul li {
    width: 122px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}

.slideTxtBox .hd ul li.on {
    height: 44px;
    color: #C03331;
  border-bottom:4px solid #C03331;

}

.slideTxtBox .bd ul {
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

.slideTxtBox_derived {
    width: 100%;
    float: left;
    margin-top: 18px;
}


.slideTxtBox_derived span {
    float: right;
    font-family: Arial;
}

.slideTxtBox_derived em {
    float: left;
    font-size: 14px;
}

.slideTxtBox_derived .iconfont {
    display: block;
    float: left;
    color: #ccc;
    line-height: 22px;
    cursor: pointer;
    font-size: 20px;
    margin-right: 8px;
}

.slideTxtBox_derived .der {
    color: #026525;
}

.check_box{
    list-style-type:none;
}

.slideTxtBox_list {
    width: 100%;
    display:inline-block;
    vertical-align:top;
    overflow: hidden;

    padding: 15px 0%;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.slideTxtBox_list_right {
    float: left;
    width: 100%px;
    position: relative;
}

.slideTxtBox_lm {
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    height: 25px;
    line-height: 24px;
    background: #2255B1;
}

.slideTxtBox_lm a {
    color: #fff;
}

.slideTxtBox_list_title {
    width: 100%;
    float: left;
    position: relative;
}

.slideTxtBox_list_title a {
    font-size: 16px;
    line-height: 27px;
    color: #094c20;
    text-transform: capitalize;
}

.slideTxtBox_list_author {
    width: 100%;
    float: left;
}

.slideTxtBox_list_author span {
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}


.slideTxtBox_list_time {
    width: 100%;
    float: left;
}

.slideTxtBox_list_time i {
    font-size: 14px;
    float: left;
    line-height: 24px;
    color: #666;
}

.slideTxtBox_list_zy {
    width: 100%;
    float: left;
}

.slideTxtBox_list_zy i:nth-child(1) {
    padding-left: 0;
}

.slideTxtBox_list_zy i:last-child {
    border: none;
}

.slideTxtBox_list_zy i {
    float: left;
    font-size: 14px;
    padding: 0 4px;
}

.slideTxtBox_list_zy i a {
    color: #666;
    font-size: 14px;
    margin-right: 4px;
}

.slide {
  
}

.slide_red {
    color: #2d548f !important;
}

.slideTxtBox_count {
    color: #f00;
}

.slideTxtBox_list_zy {
    width: 100%;
    float: left;
}

.slideTxtBox_list_zy b {
    font-size: 14px;
    color: #000;
}

.slideTxtBox_list_zy .font_describe {
    font-size: 14px;
}

.slideTxtBox_list_shuffling {
    float: left;
    position: relative;
    width: 100%;
}

.aa_1,
.aa_2 {
    display: none;
}

.bb_1,
.bb_2 {
    display: none;
}

/* 核心代码 */

.focus_v {
    width: 368px;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

.focus {
    width: 368px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.focus ul {
    height: 380px;
    position: absolute;
}

.focus ul li {
    float: left;
    width: 368px;
    height: 160px !important;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.focus ul li img {
    max-width: 450px;
    max-height: 158px;
    margin: 0 auto;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
}

.focus .btn {
    display: none;
    position: absolute;
    width: 780px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 5px;
    text-align: center;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 13px;
    height: 13px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.focus .btn span.on {
    background: yellow;
}

.focus .preNext {
    position: absolute;
    top: 30%;
    cursor: pointer;
    display: block;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 80%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}





.index_right{ width: 337px; float: right;}
.index_login{ width: 100%; float: left; border: solid 1px #ccc;}
.index_loginName{ width: 100%; height: 64px; float: left; background: url("../images/lo_1.jpg") top center no-repeat; text-align: center;}
.index_loginName span{ font-size: 20px; color: #fff; line-height: 64px; font-weight: bold;}
.index_loginWay{ width: 254px; float: left; margin-left:42px; margin-top: 20px; padding-bottom: 15px; }
.index_loginWay ul li{ width: 253px; height: 45px; text-align: center; background: url("../images/ico_1.png") 26% center no-repeat,#698a4d; margin-bottom: 20px;}
/*.index_loginWay ul li:hover{ background:#C03331 url("../images/ico_1.png") 26% center no-repeat, ;}*/
.index_loginWay ul li a{ display: block; color: #fff; font-size: 16px; line-height: 45px;}

.index_journal{ width: 100%; float: left; border: solid 1px #ccc; margin-top: 20px; padding-bottom: 10px;background: #698a4d;}
.index_jouImg{  width: 253px;  height: 220px; float: left;margin-top: 10px; margin-left: 43px;}
.index_jouImg img{ width: 160px; border: solid 1px #ccc; 
margin-left: 45px;}
.index_jouMs{ width: 148px; float: right; margin-top: 10px; margin-right: 10px;}
.index_jouMs h3{ width: 100%; float: left; color: #C03331; font-size: 16px; line-height: 22px; font-weight: bold; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top: 5px;}
.index_jouMs p{ width: 100%; float: left; line-height: 24px; font-size: 14px; color: #666; margin-top: 10px;}
.index_jouMs a{ width: 100%; float: left; color: #C03331; font-size: 14px; line-height: 24px; margin-top: 10px;}
.index_jouMs a:hover{ color: #4A8A68;}

.index_magazine{ width: 100%; float: left; margin-top: 20px;}
.index_mag{ width: 100%; height: 40px; float: left; border-bottom: solid 1px #ccc; line-height: 40px;}
.index_mag span{ float: left; font-size: 18px; color: #C03331; font-weight: bold; border-bottom: solid 1px #4A8A68;}
.index_mag a{ float: right; font-size: 14px; color: #666;}
.index_mag a:hover{ color: #C03331;}
.index_magList{ width: 100%; float: left;}
.index_magList ul li{ width: 100%; height: 30px; margin-top: 5px; float: left;}
.index_magList ul li i{ float: left; line-height: 24px;  color: #2A5290; font-size: 50px;}
.index_magList ul li a{ float: left; width: 70%; margin-left: 5px; font-size: 14px; color: #666; line-height: 30px; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.index_magList ul li span{ display: block; float: right; font-size: 14px;  color: #666; line-height: 30px;}
.index_magList ul li:hover a{ color: #C03331;}
.index_magList ul li:hover span{ color: #C03331;}


.index_provisions{ width: 100%; float: left; margin-top: 20px;}
.index_pro{ width: 100%; height: 40px; float: left; border-bottom: solid 1px #ccc; line-height: 40px;}
.index_pro span{ float: left; font-size: 18px; color: #C03331; font-weight: bold; border-bottom: solid 1px #4A8A68;}
.index_pro a{ float: right; font-size: 14px; color: #666;}
.index_pro a:hover{ color: #C03331;}
.index_proList{ width: 100%; float: left;}
.index_proList ul li{ width: 100%; height: 30px; margin-top: 5px; float: left; }
.index_proList ul li a{ float: left; width: 70%; font-size: 14px; color: #666; line-height: 30px; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.index_proList ul li span{ display: block; float: right; font-size: 14px;  color: #666; line-height: 30px;}
.index_proList ul li:hover a{ color: #C03331;}
.index_proList ul li:hover span{ color: #C03331;}


.index_magLink{ width: 100%; float: left;}
.index_magLink ul li{ width: 100%; height: 30px; margin-top: 5px; float: left; }
.index_magLink ul li i{ float: left; line-height: 24px;  color: #666; font-size: 50px;}
.index_magLink ul li a{ float: left; width: 70%; margin-left: 5px; font-size: 14px; color: #666; line-height: 30px; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.index_magLink ul li span{ display: block; float: right; font-size: 14px;  color: #666; line-height: 30px;}
.index_magLink ul li:hover a{ color: #C03331;}
.index_magLink ul li:hover span{ color: #C03331;}


.index_ewm{ float: left; width: 100%; text-align: center; padding:8px 0;}
.index_ewm img{ width: 212px; height: 212px;}
.index_ewm span{ width: 100%; display: block; color: #000; font-size: 16px; line-height: 24px;}

.index_copyright{ width: 100%; float: left; margin-top: 15px; /*background: #F0F0F0;*/}
.index_copyright ul{ width: 96%; float: left; margin: 2% 18px;}
.index_copyright ul li{ width: 100%; float: left; margin-bottom: 5px;}
.index_copyright ul li i{ display: block; float: left; font-size: 14px; color: #333; font-weight: bold;}
.index_copyright ul li p{ display: block; float: left; font-size: 14px; color: #333;width: 212px;}



/*底部*/
.footer{ width: 100%; margin: auto; height: auto; position: relative;}
.footer_top{ float: left; width: 100%; height: 182px; background: #698a4d;}
.footer_top_c{   margin: auto;}
.footer_top_left{padding-left:5px; width: 448px; height: 224px; float: left;、* background: url("../images/foot_s1.png") right center no-repeat;*/}
.footer_top_left h3{ float: left; margin-top: 40px; width: 100%; font-size: 16px; color: #fff;}
.footer_top_left p{ float: left; font-size: 14px; line-height: 24px; color: #fff;}

.footer_top_right{ width: 698px; float: right;}
.footer_top_lm{ width: 120px; float: left; margin-top: 40px; margin-left: 85px;}
.footer_top_lm h3{ width: 100%; font-size: 16px; color: #fff;}
.footer_top_lm ul li{ width: 100%; float: left;}
.footer_top_lm ul li a{ font-size: 14px; color: #fff; line-height: 24px;}

.footer_top_lm2{ width: 230px; float: right; margin-top: 40px;}
.footer_top_lm2 h3{ width: 100%; font-size: 16px; color: #fff;}
.footer_top_lm2 ul li{ width: 100%; float: left;}
.footer_top_lm2 ul li a{ font-size: 14px; color: #fff; line-height: 24px;}

.footer_bottom{padding:0 5px; width: 100%; height: 42px; float: left; background: #698a4d;}
.footer_bottom_c{   margin: auto;}
.footer_bottom_left{ float: left; line-height: 42px; color: #fff; font-size: 14px;}

.footer_bottom_right{ float: right; line-height: 42px; color: #fff; font-size: 14px;}



.top_share {
    float: right;
    text-align: center;
}

.top_share ul {
    width: 100%; float: left;
}

.top_share ul li { margin-top: 10px;
    float: left;
    width: 25px; height: 25px;
    margin-left: 10px;
}

.top_share ul li img {
    float: left;
}


.index_info_r1{ width:100%; float:left; background:#F6F6F6; position:relative; }
.index_right_pic{ width:100px; float:left; margin:11px;}
.index_book_info{ width:125px; float:right; margin-right:18px; margin-top:30px;}
.index_info_r1 i{ display:block; width:100%; height:16px; position:absolute; bottom:-16px; left:0;}


.index_info_right_tit{ color:#000; line-height:50px; font-size:18px; font-weight:bold}
.index_info_r2{ width:100%; float:left; background:#F3F8FE; padding-bottom:20px;}
.index_info_list{ width:90%; float:left; margin-left:5%; padding-top:28px; border-bottom:solid 1px #ccc; padding-bottom:5px;}
.index_info_list .index_select{ width: 100%; float: left; margin-top:20px; margin-bottom:50px}
.index_info_list .index_select .select_s{ width: 100%; height: 36px; float: left; border: solid 1px #003469;overflow: hidden; color: #666;}
.index_info_list h2{width:100%;display:block;float:left;font-size:18px;color:#666;font-weight:bold;}
.index_info_list ul{ width:100%; float:left; margin-top:20px;}
.index_info_list ul li{ width:100%; float:left; margin-bottom:10px;}
.index_info_list ul li h3{ width:100%; float:left; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#55a978; font-weight:bold; font-size:14px}


/*主体内容*/

.index_info_c {
    width: 100%;
    float: left;
    margin-top: 32px;
    overflow: hidden;
    padding-bottom: 100px;
}

.index_info_left {
    width: 810px;
    float: left;
}

/*主体左侧*/

.index_info_right {
    width: 266px;
    float: right;
}