@charset "UTF-8";
/* reset */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}
/* End reset */
body {
    background: url(img/head-bg.jpg) 0 0 repeat-x;
    font-family:  'YaHei', 'Microsoft YaHei';
    font-size: 14px;
}

a {
    text-decoration: none;
}
img {
    border:none;
}

.clearfix {  display:block; height:0; clear:both;}
.clearfix:after{ content:''; }

.wp {
    margin: 0 auto;
    width: 1240px;
    min-height: 640px;
    background: url("img/top-bg.jpg") right top no-repeat;
}

.head {
    height: 125px;
}

.logo {
    margin-top: 40px;
    float: left;
}

.top-nav {
    padding-top:56px;
    width:700px;
    float: right;
}

.top-nav .txt li {
    float: left;
    line-height: 50px;
}
.top-nav .txt a {
    text-decoration: none;
}
.top-nav .txt span {
    color:#fff;
    padding: 0 15px;
}

.top-nav .txt .active {
    color:#138FEE;
}

.top-nav .icon {
    padding-top:10px;
    float: right;
}
.top-nav .icon li {
    float: left;
    width:32px;
    margin: 0 4px;
}
.top-nav .icon a {
    display: block;
    height:35px;
    width:32px;
    background: url("img/icons.png") 50% 0 no-repeat;
}

.top-nav .icon .i-share {
    background-position: 50% -50px;
}

.top-nav .icon .i-en {
    background-position: 50% -100px;
}

.top-nav .icon .i-search {
    background-position: 50% -150px;
}

.box {
    padding: 20px 20px 0 20px;
    background:#fff;
    min-height: 300px;
}

.nav {
    height: 45px;
    background:#EB5D84;
}

.nav li {
    float: left;
    line-height: 45px;
    float: left;
    width: 200px;
    text-align: center;
    font-size: 16px;
}
.nav a {

}

.nav a span {
    color:#fff;
}
.nav .l-1 {
    background: #0D9CA9;
}
.nav .l-2 {
    background: #55C9BF;
}
.nav .l-3 {
    background: #8A72E3;
}
.nav .l-4 {
    background: #6CB0EF;
}
.nav .l-5 {
    background: #55C9BF;
}

.banner {
    position: relative;
    height: 200px;
    margin-top:15px;
    overflow: hidden;
}

.banner img {
    width: 1200px;
    height: 200px;
}

.banner .slick-dots {
    bottom: 10px;
}
.banner .slick-dots li {
    margin:0;
    width:36px;
}
.banner .slick-dots li button:before {
    content: '▃▃▃▃';
    color:#9FB6D6;
}
.banner .slick-dots li.slick-active button:before {
    color: #333;
}

.home-news {
    height: 360px;
    margin-top: 25px;
    overflow: hidden;
}

.home-news .tabs {
    float: left;
    width:150px;
}
.home-news .tabs a {
    position: relative;
    display: block;
    height: 86px;
    line-height: 86px;
    width:144px;
    background: #3875C8;
    margin-bottom: 5px;
    color:#fff;
    font-size: 18px;
    opacity: .5;
}
.home-news .tabs a.active {
    font-weight: bold;
    opacity: 1;
}
.home-news .tabs a .arr {
    position: absolute;
    right: -10px;
    top:32px;
    width:20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color:#3875C8;
    font-family: 'SimSun';
    display: none;
}

.home-news .tabs a.active .arr {
    display: block;
}

.home-news .tabs a .i {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin: 30px 0 0 0;
    background: url("img/icons.png") 0 -250px no-repeat;
}

.home-news .tabs .tab-2 {
    background-color: #55c9bf;
}
.home-news .tabs .tab-2 .arr {
    color: #55c9bf;
}

.home-news .tabs .tab-3 {
    background-color: #8a72e3;
}
.home-news .tabs .tab-3 .arr {
    color: #8a72e3;
}

.home-news .tabs .tab-4 {
    background-color: #eb5d84;
}
.home-news .tabs .tab-4 .arr {
    color: #eb5d84;
}

.home-news .tabs-content {
    float: right;
    width:1035px;
    height: 360px;
}

.home-news .img, .home-news .img a {
    position: relative;
    float: left;
    width:526px;
    height: 360px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.home-news .img a {
    display: none;
}
.home-news .img a.active {
    display: block;
}
.home-news .news-list {
    width: 460px;
    float: right;
    line-height: 36px;
}
.home-news .news-list li {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}
.home-news .news-list li.active .title {
    color:#138FEE;
}
.home-news .news-list .i {
    color:#666;
    width: 20px;
    float: left;
    font-size: 12px;
}
.home-news .news-list .active .i {
    color:#138FEE;
}
.home-news .news-list .title {
    color:#333;
    float: left;
    width: 380px;
    height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.home-news .news-list .first .title {
    font-size: 18px;
    font-weight: bold;
}
.home-news .news-list .desc {
    width:410px;
    display: block;
    float: left;
    height: 68px;
    line-height: 24px;
    overflow: hidden;
    color: #999;
    margin: 5px 0 21px;
    font-size: 14px;
}

.home-news .news-list a:hover .title {
    color:#138FEE;
}
.home-news .news-list .date {
    color:#999;
    position: absolute;
    right: 0;
    top: 0;
}

.home-news .status-icon {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    line-height: 6px;
    text-align: center;
}
.home-news .status-icon span {
    display: inline-block;
    width: 20px;
    height: 6px;
    background: #aaa;
    cursor: pointer;
}
.home-news .status-icon span.on {
    background: #3875C8;
}

.footer {
    position: relative;
}
.footer .wxewm {
    position: absolute;
    right: 0;
    top: 20px;
}
.footer .wxewm img {
    width: 80px;
    height: 80px;
}

.footer .btm {
    background: #F8F8F8;
    height: 80px;
    text-align: center;
    line-height: 25px;
    padding: 15px 0;
    color:#999;
    margin-top: 30px;
    font-size: 12px;
    width:100%;
    float: left;
}
.footer .btm .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url(img/icons.png) 50% -300px no-repeat;
    vertical-align: middle;
}

.footer .btm .phone .i {
    background-position: 50% -350px;
}

.footer .btm .email .i {
    background-position: 50% -400px;
}

.footer .links {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
    min-height: 110px;
    position: relative;
}
.footer .links .tit {
    float: left;
    width: 145px;
    height: 64px;
    background: url("img/link-title.jpg") 0 0 no-repeat;
}

.footer .links .link-col {
    float: left;
    width: 200px;
    margin-left: 30px;
    line-height: 26px;
}

.footer .links dd {
    height: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.footer .links dt {
    color:#999;
}

.footer .links a {
    color:#333;
}
.footer .links .more {
    display: none;
}

.footer .links .more-switch {
    color:#999;
    cursor: pointer;
}
.footer .links .hide-more {
    display: none;
}

.main {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.side {
    width: 200px;
    float: left;
    background: #F6F6F6;
}

.side dt a {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-indent: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: #3774C7 url(img/menu-head-bg.png) right bottom no-repeat;
    color: #fff;
    display: block;
}


.side dd a {
    display: block;
    line-height: 20px;
    border-bottom: 1px solid #fefefe;
    border-top: 1px solid #f3f3f3;
    font-size: 16px;
    color:#666;
    padding: 13px 10px 13px 40px;
}

.side dd.active a {
    background: #55C9C0 url(img/menu-arrow.png) 16px 50% no-repeat;
    color:#fff;
}

.content-wp {
    width: 960px;
    float: right;
}

.crumb, .crumb a, .crumb, .crumb a:link, .crumb a:visited {
    color:#999;
    text-decoration: none;
}

.list .item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.list .img, .list .img img {
    float: left;
    height: 96px;
    width: 128px;
}
.list .item .img {
    margin-right: 20px;
}
.list .item .attr {
    max-height: 96px;
}


.list .item .top {
    line-height: 24px;
    height: 24px;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.list .item .tag {
    color:#fff;
    display: inline-block;
    padding: 0 8px;
    float: left;
    border-radius: 3px;
    margin-right: 5px;
    background: #0D9CA9;
}

.list .item .tag-0 {
    background: #0D9CA9;
}

.list .item .tag-1 {
    background: #55C9BF;
}

.list .item .tag-2 {
    background: #8A72E3;
}

.list .item .tag-3 {
    background: #3774C7;
}

.list .item .tag-4 {
    background: #55C9BF;
}

.list .item .tag-5 {
    background: #EB5D84;
}

.list .item .title {
    font-size: 18px;
    color: #333;
}

.list .item .desc {
    display: block;
    font-size: 13px;
    color:#666;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    margin: 8px 0;
}

.list .item .btm {
    font-size: 12px;
    color:#999;
}
.list .item .btm em {
    font-style: normal;
}

.list .item .count {
    margin: 0px 12px;
}

#list-pager {
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    font-size: 13px;
}

#list-pager a, #list-pager span {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    color:#999;
    padding: 0 16px;
    border-radius: 5px;
}

#list-pager a {
    border: 1px solid #e0e0e0;
    color:#666;
}

#list-pager .PrevDisabled {
    border-color:#f6f6f6;
}

#list-pager div, #list-pager input {
    line-height: 40px;
    height: 40px;
    background: #fff;
    float: left;
}
#list-pager .defaultInputStyle {
    border: 1px solid #ddd;
    text-align: center;
}
#list-pager #gotopagebut {
    border-color:#ddd;
    padding: 0 10px;
    cursor: pointer;
    margin-right: -2px;
    background: #f5f5f5;
}

.detail .title {
    font-size: 22px;
    color:#333;
    text-align: center;
    line-height: 33px;
    padding: 30px 0 0;
}
.detail .attr {
    padding: 10px 0 20px;
    font-size: 13px;
    text-align: center;
    color:#999;
}
.detail .attr span {
    margin: 0 8px;
}
.detail .content {
    font-size: 15px;
    line-height: 2;
    color: #454545;
}

.detail .pre-next {
    margin: 20px 0 ;
    height: 40px;
    line-height: 40px;
}
.detail .pre-next .pre, .detail .pre-next .next {
    float: left;
    width: 48%;
    height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#666;
    font-size: 15px;
}
.detail .pre-next .next {
    float: right;
    text-align: right;
}

/* 图片列表 */
.img-list {
    width: 1100px;
    padding: 20px 0;
}
.img-item {
    display: block;
    float: left;
    width:180px;
    height: 150px;
    margin: 15px 78px 15px 0;
}
.img-item img {
    width:100%;
    height: 121px;
    float: left;
}
.img-item span {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    color:#666;
}

.main .album td, .main .album th {
    text-align: center;
}