@charset "utf-8";

/* CSS Document */

* {
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}

html,
body,
div,
p,
span,
font,
em,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
input,
button,
a {
    margin: 0 auto;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    background: #f5f6f8;
}

b {
    font-weight: normal;
    font-size: 16px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #c10e14;
}

img {
    border: 0px;
    vertical-align: top;
}

em,
i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}

input,
textarea {
    outline: none;
}

.header {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.top {
    width: 1200px;
    position: relative;
}

.top .logo {
    float: left;
    margin: 36px 0 0 13px;
}

.top .lang {
    float: right;
    margin-top: 35px;
    color: #cccccc;
    padding-right: 16px;
}

.top .lang a {
    color: #be0208;
    padding: 0 5px;
}

.top .lang a:hover {
    color: #be0208;
}

.top .search {
    position: absolute;
    top: 61px;
    right: 16px;
    width: 360px;
}

.top .search .keyword a {
    display: inline-block;
    min-width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666666;
    float: left;
    margin: 14px 20px 0 0;
}

.top .search .keyword a.world {
    background: url(../images/world.png) left top no-repeat;
    width: 82px;
    height: 58px;
    line-height: 58px;
    color: #eb4635;
    border: 0;
    margin: 0;
}

.top .search-form {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    float: right;
    padding: 0 4px 0 15px;
    margin-top: 14px;
    overflow: hidden;
}

.top .search-form input {
    height: 38px;
    line-height: 38px;
    width: 105px;
    border: 0;
    float: left;
    color: #999;
    font-size: 14px;
}

.top .search-form button {
    width: 50px;
    height: 40px;
    background: url(../images/search.png) 17px center no-repeat;
    border: 0;
    border-left: 1px solid #cfcfcf;
    float: right;
    cursor: pointer;
}

.nav {
    clear: both;
    width: 1200px;
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav ul.dropdown {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.nav ul.dropdown li {
    float: left;
    width: 10%;
    text-align: center;
    position: relative;
}

.nav ul.dropdown li a {
    display: inline-block;
    height: 60px;
    position: relative;
    z-index: 2000;
    text-align: left;
    text-decoration: none;
}

.nav ul.dropdown>li.on>a,
.nav ul.dropdown>li>a:hover {
    border-bottom: 2px solid #be0208;
    position: relative;
    color: #be0208
}

.nav ul.dropdown ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 200px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.nav ul.dropdown ul li {
    width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    text-align: left;
}

.nav ul.dropdown ul li a {
    padding: 0 32px;
    height: 42px;
    display: inline-block;
    width: 200px;
}

.nav ul.dropdown ul li a:hover {
    background: #f5f6f8;
    color: #be0208;
}

.main {
    box-shadow: 0px 2px 2px #eaebec inset;
    overflow: hidden;
    padding-bottom: 50px;
}

.main-content {
    width: 1200px;
}

.yuanjiao {
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
}

.mt {
    height: 52px;
    line-height: 52px;
    position: relative;
}

.mt:after {
    content: '';
    display: block;
    height: 2px;
    background: #f1f1f1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.mt span {
    float: left;
    min-width: 70px;
    position: relative;
    /*text-indent: -1000px;*/
    overflow: hidden;
}

.mt span:after {
    content: '';
    display: block;
    height: 2px;
    background: #bd0004;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.mt span a {
    display: block;
    /*text-indent: -1000px;*/
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}

.mt .more {
    float: right;
}

.list li {
    background: url(../images/dot.jpg) left center no-repeat;
    padding-left: 12px;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.calendar {
    display: none;
    width: 330px;
    height: 308px;
    margin: 20px auto 0;
    border: 1px solid #dcdcdc;
}

.calendar-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    background: #be0208;
    text-align: center;
}

.calendar-title a.title {
    display: inline-block;
    font-size: 20px;
    text-indent: 10px;
    text-align: center;
    color: #fff;
}

#backToday {
    display: none;
}

.calendar-title .arrow {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 25px;
}

.calendar-title .arrow span {
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.calendar-title .arrow span:hover {
    color: #888;
}

.calendar-title .arrow-prev {
    float: left;
}

.calendar-title .arrow-next {
    float: right;
}

.calendar-week,
.calendar-date {
    overflow: hidden;
}

.calendar-week .item,
.calendar-date .item {
    float: left;
    width: 46px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.calendar-week {
    font-weight: bold;
    font-size: 14px;
    padding-left: 3px;
    color: #be0208;
}

.calendar-date {
    padding-left: 3px;
}

.calendar-date .item span {
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    height: 37px;
}

.calendar-date .item span {
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 13px;
    line-height: 27px;
    margin-top: 5px;
    color: #aaa;
}

.calendar-date .item span:hover,
.calendar-date .item-curMonth span:hover {
    background-color: #f0f0f0;
}

.calendar-date .item-curMonth span {
    color: #333;
}

.calendar-date .item-curDay span {
    border: 1px solid #c10e14;
}

.calendar-date .item-showDay span,
.calendar-date .item-showDay span:hover {
    color: #fff;
    background-color: #c10e14;
}

.calendar-today {
    display: none;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 253px;
    height: 145px;
    padding: 7px;
    background-color: rgba(190, 2, 8, 0.85);
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#85be0208', EndColorStr='#85be0208');
    border-radius: 4px;
}

.calendar-today .triangle {
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(190, 2, 8);
    opacity: 0.85;
}

.calendar-today p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    max-height: 135px;
    overflow-y: auto;
    overflow-x: hidden;
}

.calendar-today p a {
    display: block;
    color: #fff;
}

.calendar-today .ycimg {
    float: left;
}

.calendar-today .ycimg img {
    width: 120px;
    height: 105px;
    margin-right: 10px;
}

.footer {
    background: #272723;
    margin-top: 30px;
    position: relative;
}

.footer-con {
    width: 1200px;
    overflow: hidden;
    padding: 30px 0;
}

.footer .footer-con {
    background: #272723;
}

.footer-dx {
    border: 1px solid #4b4b4b
}

.footer-menu-left,
.footer-menu-right1 {
    height: 178px;
    /* border-right: 1px solid #4b4b4b; */
}

.footer-menu dl dt {
    /* margin-top: 8px; */
    margin-bottom: 16px;
}

.footer-menu dl dd {
    /* margin-top: 8px; */
    margin-bottom: 6px;
}

.right1 dl dt {
    margin-bottom: 20px;
}

.footer-con .left {
    width: 100%;
}

.footer-con .right1 {
    float: right;
    padding-right: 10px;
}

.footer-menu dl {
    width: 220px;
    float: left;
    line-height: 1.8;
}
.footer-menu dl:last-child{
    float: right;
    width: auto;
}
.footer-menu dt a {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.footer-menu dd a {
    color: #98999b;
    font-size: 14px;
}

.footer-link {
    width: 1200px;
    padding: 20px 0;
}

.footer-link .option {
    background-color: #3d3d3d;
    width: 400px;
    text-align: left;
    padding: 0 20px;
}

.footer-link dd {
    float: left;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    line-height: 36px;
    width: 140px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 15px;
}

.footer-link dd.option span {
    color: white;
    display: block;
    width: 100%;
    height: 34px;
    background: url("../images/arrdown.png") right center no-repeat;
    cursor: pointer;
}

.footer-link dd.option {
    width: 230px;
    text-align: left;
    padding: 0 20px;
}

.footer-link dd.option span {
    display: block;
    width: 100%;
    height: 34px;
    background: url("../images/arrdown.png") right center no-repeat;
    cursor: pointer;
}

.footer-link dd.option span em {
    display: none;
    background: none;
}

.footer-link dd.option span.arrup {
    background-image: url("../images/arrup.png");
    position: relative;
}

.footer-link dd.option span.arrup em {
    position: absolute;
    left: 50%;
    top: -11px;
    width: 14px;
    height: 10px;
    margin-left: 7px;
    background: url("../images/arrbg.png") left top no-repeat;
    z-index: 2;
    display: block;
}

.footer-copy {
    background: #be0208;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}

.footer-copy .footer-con {
    position: relative;
    background: #be0208;
}

.footer-copy .footer-con img {
    position: absolute;
    right: 195px;
    top: 54px;
    width: 80px;
    height: 80px;
}

.footer-copy a {
    color: #fff;
    padding: 0 10px;
}

.toolbar-item,
.toolbar-layer {
    background: url(../images/toolbar.png) no-repeat;
}

.toolbar {
    position: fixed;
    right: 0px;
    bottom: 198px;
    z-index: 99999999999999999;
}

.toolbar-item {
    display: block;
    width: 52px;
    height: 52px;
    margin-top: 1px;
    position: relative;
    -moz-transition: background-position 1s;
    -ms-transition: background-position 1s;
    -o-moz-transition: background-position 1s;
    -webkit-moz-transition: background-position 1s;
    transition: background-position 1s;
}

.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    width: 172px;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.toolbar-item-weixin {
    background-position: 0 -220px;
}

.toolbar-item-weixin:hover {
    background-position: 0 -282px;
}

.toolbar-item-weixin .toolbar-layer {
    height: 212px;
    background-position: 0 0;
}

.toolbar-item-feedback {
    background-position: 0 -468px;
}

.toolbar-item-feedback:hover {
    background-position: 0 -530px;
}

.toolbar-item-weibo {
    background-position: 0 -344px;
}

.toolbar-item-weibo:hover {
    background-position: 0 -406px;
}

.toolbar-item-top {
    background-position: 0 -592px;
}

.toolbar-item-top:hover {
    background-position: 0 -654px;
}

.toolbar-layer {
    position: absolute;
    right: 47px;
    bottom: -12px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.singleart {
    background: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 30px;
}

.singleart h1 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
}

.singleart p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    text-indent: 2em;
}

.singleart img {
    max-width: 810px;
}