@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", SimSun, Tahoma, Verdana, Arial, sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.row {

}

.col {
    float: left;
}

.col-20 {
    width: 20%;
}

.caret {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
}

.caret:before {
    position: absolute;
    left: 0;

    content: "";
    width: 0;
    height: 0;

}

.caret-down:before {
    top: 5px;
    border-top: 6px solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.caret-up:before {
    top: -1px;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid;
}

.container {
    position: relative;
    width: 1010px;
    margin: 0 auto;
}

.header {
    height: 86px;
    background: url(../img/top.jpg) repeat-x;
}

.logo {
    float: left;
    margin-top: 22px;
}

.logo a {
    display: block;
    width: 172px;
    height: 45px;
    background: url(../img/logo.png) no-repeat;
}

.language {
    position: relative;
    float: right;
    margin-top: 30px;
}

.language-button {
    position: relative;
    display: block;
    width: 132px;
    height: 34px;
    line-height: 32px;
    padding: 0 20px 0 40px;
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
    background-color: transparent;
    font-family: SimSun, Tahoma, Verdana, Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.language-button .caret {
    position: absolute;
    top: 10px;
    right: 10px;
}

.language-button .caret:before {
    border-top-color: #a0a0a0;
}

.language.open .language-button {
    border-color: #3296dd;
    color: #3296dd;
}

.language.open .language-button .caret:before {
    border-top-color: #3296dd;
}

.language-desc {
    position: relative;
    overflow: visible;
}

.language-cn-desc:before,
.language-en-desc:before {
    position: absolute;
    left: -28px;
    top: 1px;
    width: 22px;
    height: 16px;
    content: "";
}

.language-cn-desc:before {
    background: url(../img/cn.png) no-repeat;

}

.language-en-desc:before {
    background: url(../img/en.png) no-repeat;
}

.language-list {
    position: absolute;
    top: 45px;
    list-style: none;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #a0a0a0;
    background-color: #fafbfc;
    font-family: SimSun, Tahoma, Verdana, Arial, sans-serif;
    z-index: 999;
}

.language.open .language-list {
    display: block;
}

.language-list:before,
.language-list:after {
    position: absolute;
    content: "";
}

.language-list:before {
    left: 56px;
    top: -13px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #a0a0a0;
    border-left: 6px solid transparent;
}

.language-list:after {
    left: 56px;
    top: -12px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fafbfc;
    border-left: 6px solid transparent;
}

.language-item {
}

.language-item a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 20px 0 40px;
    color: #a0a0a0;
    text-decoration: none;
}

.nav {
    position: relative;
    height: 58px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #dfe1e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfe1e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #dfe1e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #dfe1e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #dfe1e7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #dfe1e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfe1e7', GradientType=0); /* IE6-8 */
}

.nav-bar-list {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-bar-item {
    float: left;
}

.nav-bar-item a {
    position: relative;
    display: block;
    width: 125px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #313131;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
}

.nav-bar-item.current a {
    color: #a40000;
}

.nav-bar-item a:hover,
.nav-bar-item.active a {
    color: #a40000;
    background: url(../img/nav-item-hover.jpg) no-repeat;
}

.nav-content {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: 266px;
    margin: 0 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
    background-color: #fbfcfc;

    -webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.15);

    font-family: SimSun, Tahoma, Verdana, Arial, sans-serif;
}

.nav-content.open {
    display: block;
}

.nav-content-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-content-item {
    display: none;
}

/*.nav-content-item.active {
    display: block;
}*/

.nav-content-wrapper {
    height: 266px;
}

.nav-content-wrapper .link-group-box {
    float: left;
    width: 720px;
    padding: 20px 0 0 20px;
}

.nav-content-wrapper .picture-box {
    float: right;
    width: 288px;
}

.nav-content-wrapper .link-group {
    margin-bottom: 25px;
}

.nav-content-wrapper .link-group-title {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #313131;
    font-weight: normal;
}

.nav-content-wrapper .link-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-content-wrapper .link-group li {
    margin: 10px 0;
}

.nav-content-wrapper .link-group a {
    font-size: 13px;
    color: #7d7d7d;
    text-decoration: none;
}

.nav-content-wrapper .link-group a:hover {
    text-decoration: underline;
}

.nav-content-wrapper .picture-box {
    height: 246px;
    margin: 10px 0;
    padding: 0 20px;
    border-left: 1px solid #d2d2d2;
}

.nav-content-wrapper .picture-box-title {
    margin: 10px 0 20px 0;
    color: #a40000;
    text-align: center;
    font-weight: normal;
}

.footer {
    height: 338px;
    background: url(../img/bottom.jpg) repeat-x;
    font-family: SimSun, Tahoma, Verdana, Arial, sans-serif;
}

.footer .link,
.footer .qr-code {
    height: 310px;
    padding-top: 65px;
}

.footer .link {
    float: left;
}

.footer .qr-code {
    float: right;
}

.footer .qr-code-title {
    margin-top: 20px;
    /*padding-left: 40px;*/
    font-size: 14px;
    color: #d2d2d2;
    /*text-align: center;*/
}

.footer .qr-code-title span {
    position: relative;
    padding-left: 50px;
}

.footer .qr-code-title span:before {
    position: absolute;
    content: "";
    left: 10px;
    bottom: -5px;
    width: 30px;
    height: 26px;
}

.footer .qr-code-weixin .qr-code-title span:before {
    background: url(../img/logo-weixin.png);
}

.footer .qr-code-weibo .qr-code-title span:before {
    background: url(../img/logo-weibo.png);
}

.footer .link-group {
    float: left;
    margin-right: 60px;
}
.footer .link-group-ex {
    float: left;
    margin-right: 0;
}

.footer .link-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .link-group li {
    margin-bottom: 15px;
}

.footer .link-group a {
    color: #d2d2d2;
    font-size: 14px;
    text-decoration: none;
}

.footer .link-group a:hover {
    text-decoration: underline;
}

.footer .link-group-title {
    margin: 0 0 20px 0;
    color: #edb558;
    font-weight: normal;
    font-family: "Microsoft YaHei", SimSun, Tahoma, Verdana, Arial, sans-serif;
}

.footer .qr-code-box {
    float: right;
    margin-left: 70px;
}

.footer .qr-code-box img {
    display: block;
    width: 116px;
    height: 116px;
}

.footer .copyright {
    float: left;
}

.footer .more-link {
    float: right;
}

.footer .copyright,
.footer .more-link {
    font-size: 12px;
    color: #a0a0a0;
}

.footer .copyright a,
.footer .more-link a {
    color: #a0a0a0;
    text-decoration: none;
}

.footer .copyright a:hover,
.footer .more-link a:hover {
    text-decoration: underline;
}
