* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    width: 100%;
    font-size: 14px;
    color: #333;
    background: #fff;
    font-family: \5FAE\8F6F\96C5\9ED1;
}

time {
    font-family: Arial;
}

ul,
ol,
dl,
p {
    list-style: none;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}

input {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

img {
    max-width: 100%;
    height: auto !important;
}

html,
body,
.main-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
}

/*  layout */

#header, #footer {
    margin: 0 auto;
    min-width: 1230px;
}

#header {
    height: 80px;
    border-bottom: 3px solid #078bde;
}

#logo {
    width: 265px;
    float: left;
    padding-top: 20px;
}

#nav {
    width: 800px;
    line-height: 80px;
    float: right;
}

#index-banner {
    margin: 0 auto;
}

#main {
    margin: 0 auto;
}

#footer {
    background: #214a73;
    margin-top: 30px;
}

#index-news {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

#index-news .book {
    float: left;
    margin-left: 10px;
}

#index-news .news-latest {
    float: right;
    width: 680px;
}

#index-cont {
    background-color: #f0f7fb;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

/* themes*/
a {
    font-weight: normal;
    text-decoration: none;
    color: #333;
    transition: color .2s;
}

a:hover, a:focus {
    color: #d00b0b;
    text-decoration: none;
    outline: none;
}

.container {
    width: 1230px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;

}

.nav {
    float: right;
}

.nav li {
    float: left;
    padding-right: 20px;
}

.nav a {
    color: #0069b2;
    padding: 0 5px 5px;
    font-size: 16px;
}

.nav a:hover {
    color: #d00b0b;
    border-bottom: 2px solid #d00b0b;

}

.index-cont-box {
    float: left;
    width: 410px;
}

.index-cont-box .cont1 {
    padding-top: 15px;
    text-align: center;

}

.index-cont-box .cont1 ul {
    margin: 0 auto;

}

.index-cont-box .cont1 li {
    padding-bottom: 20px;
}

/* 当前位置 */

.main-loc-bar {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background-color: #f0f7fb;
    color: #666;
    border-bottom: 1px solid #eaeaea;
    padding-left: 0;
}

.main-loc-bar .loc {
    float: left;
    padding-left: 10px;
}

.main-loc-bar .search {
    float: right;
    overflow: hidden;
    height: 37px;
    padding-top: 4px;
    background: #f0f7fb;
    padding-right: 6px;
    position: relative;

}

.main-loc-bar .SearchText {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    padding: 0 30px 0 10px;
    border-radius: 14px;
    text-align: left !important;
}

.main-loc-bar .search-btn {
    position: absolute;
    right: 20px;
    top: 5px;
    float: right;
    width: 15px;
    height: 30px;
    border: none;
    background: url(/images/search_bt.png) no-repeat 0 6px;
    background-size: contain;
}

/*栏目大标题*/
.main-title {
    background: url(/images/title_bg.png) no-repeat 0px 4px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c2e0ee;
    position: relative;
}

.main-title .title_cn {
    font-size: 22px;
    color: #1443a6;
    padding-right: 10px;

}

.main-title .title_en {
    font-size: 20px;
    color: #aaaaaa;
}

.main-title .more {
    font-size: 12px;
    color: #66a8cf;
    position: absolute;
    right: 0;
    top: 8px;
}

/*栏目列表标题*/
.cont-title {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    color: #0069b2;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-bottom: 2px solid #c2e0ee;
    overflow: hidden;
}

.cont-title .title-text {
    font-size: 18px;
    float: left;
    font-weight: bold;
}

.cont-title .title-more {

    float: right;
    color: #66a8cf;
    font-size: 12px;
}

.footer-cont1 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #001b35;
    width: 100%;
}

.footer-cont1, .footer-cont1 a {
    color: #fff;
    padding: 0 10px;
}

.footer-cont2 {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #265a8e;
    font-size: 13px;
    color: #c4dfec;
}

.footer-cont2 span {

    padding-left: 10px;
    padding-right: 10px;
}

/* index_focus */
.index_focus {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.index_focus .bd li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.index_focus_post {
    z-index: 10;
}

.index_focus .pic {
    height: auto;
    display: block;
}

.index_focus .pic:hover {
    text-decoration: none;
}

.index_focus .pic img {
    width: 100%;
    max-width: 100%;
}

.index_focus .slide_nav {
    position: absolute;
    left: 45%;
    bottom: 5%;
}

.index_focus .slide_nav a {
    cursor: pointer;
    float: left;
    font-size: 28px;
    font-family: arial;
    color: #fff;
    padding: 5px 10px;
}

.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
    text-decoration: none;
    color: #9c0;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.index_focus_pre, .index_focus_next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    background: url(../images/ico_sliding.png) no-repeat;
}

.index_focus_pre {
    left: 30px;
    background-position: 0 0;
}

.index_focus_pre:hover {
    background-position: 0 -144px;
}

.index_focus_next {
    right: 30px;
    background-position: 0 -72px;
}

.index_focus_next:hover {
    background-position: 0 -216px;
}

.index_focus_info {
    position: absolute;
    left: 10%;
    bottom: 20%;
    width: 800px;
    height: 200px;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: "\5fae\8f6f\96c5\9ed1";
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    background: url("../images/index_focus_bg.png") no-repeat;
    _background: none;
}

.index_focus_info h3 {
    font-size: 36px;
    line-height: 70px;
    font-family: \5fae\8f6f\96c5\9ed1, \u9ed1\u4f53, "Lucida Grande";
    display: none;
}

.index_focus_info .text {
    width: 500px;
    line-height: 24px;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
    display: none;
}

/* banner */

#banner {
    background: url(/images/banner_bg.png) repeat-x;
}

.banner {
    height: 257px;
    text-align: center;
}

.banner.about {
    background: url(/images/banner01.jpg);
}

.banner.news {
    background: url(/images/banner02.jpg);
}

.banner .focus {
    margin: 0 auto;
    width: 500px;
    height: 80px;
    line-height: 80px;
    margin-top: 80px;
    background-color: rgba(0, 0, 0, 0.5); /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */

}

.banner .focus h1 {
    color: #FFFFFF;
    font-size: 36px;
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .banner .focus {
        background-color: #000000;
        filter: Alpha(opacity=50);
        position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }

    .banner .focus h1 {
        position: relative; /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

/* detail */
.detail, .news-list {
    width: 1195px;
    margin: 0 auto;
    overflow: hidden;
}

.detail .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    padding: 10px 50px 10px;
    color: #565656;

}

.detail .title-info {
    color: #787878;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

.detail .content {
    font-size: 16px;
    line-height: 36px;

}

.detail .content p {
    margin-bottom: 10px;
}

/* news-list */

.news-list ul {
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;

}

.news-list .title {
    font-size: 18px;
    float: left;
    width: 950px;
    padding-bottom: 10px;
    color: black;
}

.news-list .intro {
    float: left;
    width: 950px;
}

.news-list .date {
    float: right;
    width: 100px;
    height: 100px;
    background-color: #f0f7fb;
    text-align: center;
    margin-right: 50px;
}

.news-list .date .day {
    font-size: 24px;
    line-height: 24px;
    padding-top: 28px;
}

.news-list .date .month {
    line-height: 14px;
}

/* news-pic-list */

.news-pic-list ul {
    float: left;
    border-bottom: 1px dotted #ddd;
    width: 300px;
}

.news-pic-list .title {
    text-align: center;
    height: 60px;
    line-height: 30px;
}

.news-pic-list .thumb {
    overflow: hidden;

}

.news-pic-list .thumb img:hover {
    transition: all 0.9s;

}

.news-pic-list .thumb img:hover {
    transform: scale(1.1);

}

/* cont-list*/
.cont-list {
    padding-top: 15px;
}

.cont-list .top {
    line-height: 30px;
    color: #b8b7b7;
    padding-bottom: 10px;
}

.cont-list .top h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;

}

.cont-list li {
    line-height: 33px;
    overflow: hidden;
    background: url(/images/icon_list.png) no-repeat 0 center;
    padding-left: 10px;
}

.cont-list span {
    float: right;
    font-size: 13px;
    color: #b8b7b7;
}

.pages {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.pagination {
    height: 36px;
    margin: 0 auto;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
    background-color: #f5f5f5;
}

.pagination .active a {
    color: #999999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

/* 图书版块 */
.books-show {
    width: 1195px;
    height: 450px;
    position: relative;
}

#imageFlow {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0%;
    bottom: 0;
    background-color: #ffF
}

#imageFlow .diapo {
    position: absolute;
    left: -1000px;
    cursor: pointer;
    -ms-interpolation-mode: nearest-neighbor;
}

#imageFlow .link {
    border: dotted #fff 1px;
    margin-left: -1px;
    margin-bottom: -1px;
}

#imageFlow .bank {
    visibility: hidden;
}

#imageFlow .top {
    position: absolute;
    width: 100%;
    height: 40%;
    background: #181818;
}

#imageFlow .text {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 16%;
    text-align: center;
    color: #FFF;
    font-family: verdana, arial, Helvetica, sans-serif;
    z-index: 1000;
}

#imageFlow .title {
    font-size: 0.9em;
    font-weight: bold;
}

#imageFlow .legend {
    font-size: 0.8em;
}

#imageFlow .scrollbar {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80%;
    height: 16px;
    z-index: 1000;
}

#imageFlow .track {
    position: absolute;
    left: 1%;
    width: 98%;
    height: 16px;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

#imageFlow .arrow-left {
    position: absolute;
}

#imageFlow .arrow-right {
    position: absolute;
    right: 0px;
}

#imageFlow .bar {
    position: absolute;
    height: 16px;
    left: 25px;
}



