/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/**
 * Common styles for entire site
 */
html, body {
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    outline: none;
    color: #4A4A4A;
}

a {
    color: inherit;
    text-decoration: none;
}

.vertical-center:before {
    display: inline-block;
    vertical-align: middle;
    content: '\20';
    height: 100%;
    margin-right: -.25em;
}

.hide,
.none {
    display: none;
}

#site {
    width: 100%;
    overflow: hidden;
}

/**
 * Header styles
 */

header {
    position: relative;
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 99;
}

header.holder {
    visibility: hidden;
    display: none;
}

header .main-sub-menu {
    width: 100%;
    height: auto;
    border-bottom: 8px solid #BCA377;
    position: absolute;
    top: 120px;
    left: 0;
    background: rgba(255, 255, 255, 0.87);
}

header .main-sub-menu .sub-menu-wrapper {
    border-top: 2px solid #0d468a;
}

header .main-sub-menu .top {
    width: 100%;
    height: 185px;
}

header .main-sub-menu .top > div {
    width: 50%;
    height: 185px;
    line-height: 185px;
    text-align: center;
    float: left;

}

header .main-sub-menu .top > div img {
    vertical-align: middle;
}

header .main-sub-menu .top > div span {
    display: inline-block;
    padding-left: 15px;
    color: #14355C;
    margin-left: 20px;
    position:relative;
}

header .main-sub-menu .top > div span:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'YintaiIcon' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1B3C8B;
    font-size: 0.5em;
    content: "\e902";
}

header .main-sub-menu .tab-2 .top {
    width: 100%;
    height: 185px;
    display: flex;
    justify-content: space-between;
}

header .main-sub-menu .tab-2 .top > div {
    padding: 0 5%;
    width: 30%;
}

header .main-sub-menu .tab-2 .top > div img {
    vertical-align: middle;
    float: left;
    margin-top: 40px;
    width: 170px;
    height: 104px;
}

header .main-sub-menu .tab-2 .top > div > span {
    background: none;
    color: #484848;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 55%;
    margin-left: 5%;
}

header .main-sub-menu .tab-2 .top > div > span a{
    margin-left:20px;
}

header .main-sub-menu .tab-2 .extra {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

header .main-sub-menu .tab-2 .extra > ul {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

header .main-sub-menu .tab-2 .extra > ul > li > div.title:nth-child(1) {
    margin-bottom: 64px;
}

header .main-sub-menu .tab-2 .extra > ul > li > ul > li {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
}

header .main-sub-menu .tab-2 .extra > ul > li .title {
    font-size: 18px;
    color: #14355C;
    padding-left: 15px;
    margin-left: -15px;
    line-height: 28px;
    position:relative;
}

header .main-sub-menu .tab-2 .extra > ul > li .title:after{
    position: absolute;
    top: 0;
    left:0;
    font-family: 'YintaiIcon' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1B3C8B;
    font-size: 0.5em;
    content: "\e902";
}

header .main-sub-menu .tab-2 .top {
    background: rgba(155, 155, 155, 0.25);
}

header .main-sub-menu .tab-2 .top > div {
    padding: 0 3%;
    width: 45%;
}

header .main-sub-menu .tab-2 .top > div > span {
    background: none;
    color: #484848;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:left;
}

header.fixed-wrapper {
    position: fixed;
    left: 0;
    top: -65px;
    height: 65px;
    background: #113662;
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -ms-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
}

header.fixed-wrapper.active {
    top: 0;
}

header h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

header h1.main-logo {
    background: url("../img/main_logo.png") no-repeat center;
    background-size: 100%;
    width: 92px;
    height: 55px;
    margin: 32.5px 0 0 50px;
    padding: 0;
    font-size: 0;
    float: left;
}

header h1.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

header.fixed-wrapper h1.main-logo {
    background-image: url("../img/main_logo_fixed.png");
    width: 59px;
    height: 35px;
    margin: 13px 0 0 50px;
}

header ul.main-nav {
    margin: 0;
    padding: 0;
    height: 120px;
    list-style: none;
    color: #14355C;
    font-size: 0.75em;
    font-weight: 800;
    float: right;
}

header ul.main-nav > li {
    display: block;
    width: 180px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 1rem;
    color: #14355C;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    position: relative;
}

.english-edition header ul.main-nav > li{
    font-size:0.55rem;
    overflow:hidden;
}

header ul.main-nav > li:before {
    position: absolute;
    width: 1px;
    height: 30px;
    font-size: 0;
    background: #14355C;
    left: 0;
    top: 45px;
    content: "";
}

header ul.main-nav > li a {
    display: block;
    width: 100%;
    height: 100%;
}

header ul.main-nav > li.active,
header ul.main-nav > li:hover {
    background: #eee;
}

header ul.main-nav > li:last-child {
    color: #9B9B9B;
}

header ul.main-nav > li:last-child:hover {
    background: none;
}

header ul.main-nav > li:last-child span {
    display: inline-block;
    margin: 0 5px;
}

header ul.main-nav > li:last-child span.active {
    color: #14355C;
}

header ul.main-nav > li:last-child:after {
    content: '';
}

header ul.main-nav > li ul.sub-nav {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 100px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
}

header .nav-icon {
    display: none;
}

header .extra-bar {
    margin: 44px 20px 0 0;
    font-size: 0.75em;
    color: #A9936C;
    float: right;
}

header .extra-bar a.language-link.english {
    color: #9B9B9B;
    font-size: 0.9em;
}

header .extra-bar a.language-link.english:after {
    content: 'English';
}

header .extra-bar a.language-link.chinese:after {
    content: '中文';
}

header.fixed-wrapper ul.main-nav,
header.fixed-wrapper .extra-bar {
    color: #fff;
    margin-top: 19px;
}

.mobile-main-sub-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 98;
    display: none;
    visibility: hidden;
}

.mobile-main-sub-menu .mask-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(17, 70, 138, 0.2);
}

.mobile-main-sub-menu .container {
    position: absolute;
    width: 260px;
    height: auto;
    top: 53px;
    right: 0;
    bottom: 0;
    background: #F1F1F1;
    z-index: 99;
    font-size: 1.3em;
    color: #4A4A4A;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-main-sub-menu ul {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

.mobile-main-sub-menu ul.first-level {
    visibility: inherit;
}

.mobile-main-sub-menu ul li {
    position: relative;
    cursor: pointer;
    padding: 18px 25px;
    border-bottom: 1px solid #c1c1c1;
}

.mobile-main-sub-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.mobile-main-sub-menu ul li:after {
    position: absolute;
    top: 22px;
    right: 25px;
    font-family: 'YintaiIcon' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1B3C8B;
    font-size: 0.4em;
    content: "\e902";
}

.mobile-main-sub-menu ul li.mobile-nav-back {
    background: #1B3C8B;
    color: #fff;
}

.mobile-main-sub-menu ul li.mobile-nav-back:after {
    color: #fff;
    content: "\e901";
}

.mobile-main-sub-menu ul li.third-link {
    padding-left: 60px;
}

.mobile-main-sub-menu ul li.third-link:before {
    position: absolute;
    width: 0;
    height: 18px;
    left: 50px;
    top: 21px;
    border-left: 3px solid #BCA377;
    content: '';
}

.text-black {
    color: #4a4a4a !important;
}

.text-blacks {
    color: #303539 !important;
}

.text-blue {
    color: #0D468A !important;
}

.text-gold {
    color: #BCA377 !important;
}

.text {
    font-size: 1rem;
    text-align: justify;
}

.text22 {
    font-size: 1.222222rem;
}

.text24 {
    font-size: 1.333333rem;
}

.text28 {
    font-size: 1.55555rem;
}

.text36 {
    font-size: 2rem;
}

.text30 {
    font-size: 1.667rem;
}

h1 {
    font-size: 2.78rem;
    font-weight: normal;
    margin: 0;
}

h2 {
    font-size: 1.78rem;
    font-weight: normal;
    margin: 0;
}

h3 {
    font-size: 1.44rem;
    font-weight: normal;
    margin: 0;
}

h4 {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}

p {
    font-size: 1rem;
    margin: 0;
    text-align: justify;
}

/*字体新规则开始*/
.text-s1 {
    font-size: 1.33333rem;
}

.text-s2 {
    font-size: 1.77777rem;
}

.text-s3 {
    font-size: 2.5rem;
}

.text-s4 {
    font-size: 3.555555rem;
}

.text-s5 {
    font-size: 1.11111rem;
    /*line-height:32px;*/
}

.text-xw1 {
    font-size: 1.22222rem;
}

.text-xw2 {
    font-size: 0.77777rem;
}

.text {
    font-size: 1rem;
}

.text-22 {
    font-size: 1.22222rem;
}

.text-24 {
    font-size: 1.333333rem;
}

.text-26 {
    font-size: 1.44444rem;
}

.text-32 {
    font-size: 1.77777rem;
}

.text-36 {
    font-size: 2rem;
}

.bold {
    font-weight: bold;
}

/*字体新规则结束*/

/*头部KV下文字*/
.top-text-content {
    padding: 100px 90px 60px 90px !important;
}

.page-style {
    width: 110px;
    height: 45px;
    position: relative;
    float: right;
    margin: 40px 0;
}

.page-style span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ebe4d4;
    cursor: pointer;
}

.page-style span.disabled {
    background: #e4e1e1;
}

.page-style span:first-child {
    position: absolute;
    left: 0;
    top: 0;
}

.page-style span:last-child {
    position: absolute;
    right: 0;
    top: 0;
}

.page-style span a {
    color: black;
    width: 45px;
    height: 45px;
    display: block;
}

footer.pc-footer {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 5px solid #C8A974;
    box-sizing: border-box;
    display: block;
    z-index: 2;
}

footer.pc-footer .top-container {
    width: 100%;
    height: 334px;
    background: #113662;
}

footer.pc-footer .top-container .left-container {
    width: 65%;
    border-right: 1px dashed #FFFFFF;
    box-sizing: border-box;
    margin-top: 40px;
    float: left;
}

footer.pc-footer .top-container .left-container > ul {
    width: 95%;
    margin: 0 0 0 5%;
    padding: 0;
    list-style: none;
}

footer.pc-footer .top-container .left-container > ul > li {
    width: 20%;
    float: left;
}

footer.pc-footer .top-container .left-container > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2.4;
}

footer.pc-footer .top-container .left-container > ul > li > ul > li {
    color: #fff;
    font-size: 0.78rem;
}

footer.pc-footer .top-container .title {
    color: #E9C689 !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

footer.pc-footer .top-container .follow-wrapper .title{
    text-align:center;
}

footer.pc-footer .top-container .right-container {
    width: 35%;
    margin-top: 40px;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

footer.pc-footer .top-container .right-container .follow-wrapper {
    width: auto;
    height: 230px;
    margin:0 auto;
}

footer.pc-footer .top-container .right-container .follow-wrapper .sns-list {
    margin: 20px 0 0 0;
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

footer.pc-footer .top-container .right-container .follow-wrapper .sns-list .wechat-img{
    width:258px;
    height:258px;
    background:url('../img/yintai.jpeg');
    position: absolute;
    top: -56px;
    left: -275px;
}

footer.pc-footer .top-container .right-container .follow-wrapper .sns-list .wechat {
    width: 62px;
    height: 49px;
    background: url('../img/weixin.png') no-repeat;
    background-size:100%;
    float: left;
}

footer.pc-footer .top-container .right-container .follow-wrapper .sns-list .weibo {
    width: 62px;
    height: 50px;
    background: url('../img/weibo.png') no-repeat;
    background-size:100%;
    margin-left: 28px;
    float: left;
}

footer.pc-footer .top-container .right-container .links-wrapper {
    width: 35%;
    height: 230px;
    float: right;
}

footer.pc-footer .top-container .right-container .links-wrapper ul {
    color: #F2E4CB;
    font-size: 0.78rem;
    margin: 10px 0 0 0;
    line-height: 2.4;
}

/*footer.pc-footer .top-container .right-container .links-wrapper ul li:before {
    width: 20px;
    content: "·";
    display: inline-block;
}*/

footer.pc-footer .bottom-container {
    width: 100%;
    height: 50px;
    background: #082850;
    color: white;
    line-height: 50px;
    font-size: 0.78rem;
}

footer.pc-footer .bottom-container .copyright {
    width: 46%;
    margin-left: 7%;
    box-sizing: border-box;
    float: left;
}

footer.pc-footer .bottom-container ul {
    width: 40%;
    margin-right: 7%;
    float: right;
}

footer.pc-footer .bottom-container ul li {
    width: 20%;
    text-align: right;
    float: left;
}

footer.mobile-footer {
    display: none;
    color: #fff;
    border-top: 3px solid #C8A974;
}

footer.mobile-footer .top-container {
    width: 100%;
    font-size: 0.78rem;
    background: #113662;
}

footer.mobile-footer .top-container .left-container {
    width: 70%;
    padding: 20px 0 20px 2%;
    box-sizing: border-box;
    float: left;
}

footer.mobile-footer .top-container .left-container ul {
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 2;
}

footer.mobile-footer .top-container .left-container ul li {
    width: 33%;
    text-align: center;
    float: left;
}

footer.mobile-footer .top-container .follow-wrapper {
    width: 30%;
    padding: 20px 0 0 0;
    line-height: 2;
    text-align: center;
    float: right;
    overflow: hidden;
}

footer.mobile-footer .top-container .follow-wrapper .sns-list {
    margin: 2px 0 0 0;
}

footer.mobile-footer .top-container .follow-wrapper .sns-list .wechat {
    width: 25px;
    height: 20px;
    background: url('../img/weixin.png') no-repeat;
    background-size:100%;
    display: inline-block;
    margin:0 5px;
}

footer.mobile-footer .top-container .follow-wrapper .sns-list .weibo {
    width: 25px;
    height: 20px;
    background: url('../img/weibo.png') no-repeat;
    background-size:100%;
    display: inline-block;
    margin:0 5px;
}

footer.mobile-footer .bottom-container {
    background: #082850;
    font-size: 0.64rem;
    text-align: center;
    line-height: 1.6;
    padding: 8px 0;
}

.common-kv {
    position: relative;
    height: 680px;
}

.common-bottom-size {
    padding-bottom: 100px !important;
}

.third-nav-wrapper {

    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-top: 8px;
    left: 0;
    top: 0;
    background: #111C58;
}

.volunteer-page .third-nav-wrapper {
    position: static;
}

.third-nav-wrapper ul {
    float: right;
}

.third-nav-wrapper ul > li {
    position: relative;
    width: 160px !important;
    height:50px;
    line-height:50px;
    color: #fff;
    text-align: center;
    background: #0D2865;
    float: left;
}

.english-edition .third-nav-wrapper ul > li{
    width:250px !important;
    font-size:14px;
}

.third-nav-wrapper ul > li:before {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    left: 0;
    top: 15px;
    content: "";
}

    .third-nav-wrapper.no-active ul li.active {
        font-weight:normal;
        color:#ffffff;
    }

    .third-nav-wrapper ul > li.active {
        color: #A9946D;
        font-weight: 800;
    }

.english-edition .third-nav-wrapper ul > li.active{
    font-weight: bold;
}

.third-nav-wrapper ul > li.title {
    background: #111C58;
    border-left: none;
}

.third-nav-wrapper ul > li.title:before {
    display: none;
}

.bottom-tab-style {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bottom-tab-style .content {
    width: 100%;
    font-size: 1rem;
    overflow: hidden;
    color: #4a4a4a;
}

.bottom-tab-style .content-bottom {
    width: 100%;
    font-size: 1rem;
    overflow: hidden;
    color: #4a4a4a;
}

.bottom-tab-style .content-bottom > div {
    float: right;
}

.bottom-tab-style .content > div {
    float: right;
}

.bottom-tab-style .content .left {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.bottom-tab-style .content .left.active {
    background: #EFEFEF;
    color: #999999;
}

.bottom-tab-style .content .center ul .right {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.bottom-tab-style .content .center ul .right a {
    width: 100px !important;
    height: 50px !important;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.bottom-tab-style .content .center ul .right.active {
    background: #EFEFEF;
    color: #999999;
}

.bottom-tab-style .content .right {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.bottom-tab-style .content .right.active {
    background: #EFEFEF;
    color: #999999;
}

.bottom-tab-style .content .center ul li {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #E5E5E5;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-right:1px;
}

.bottom-tab-style .content .center ul li.active {
    background: #EFEFEF;
    color: #999999;
}

.bottom-tab-style .content .center ul li a {
    width: 52px;
    height: 52px;
    display: block;
}

.bottom-tab-style .content .center ul li.tebie {
    border: 0;
}

.bottom-tab-style .content .follow {
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
    display: block;
    float: none;
}

.bottom-tab-style .follow input {
    width: 50px;
    height: 25px;
    display: inline-block;
    margin: 5px;
    text-align: center;
    border: 1px solid #E5E5E5;
}

.bottom-tab-style .follow b {
    display: inline-block;
    width: 60px;
    height: 35px;
    margin: 7.5px 5px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 35px;
    text-align: center;
    color: #4a4a4a;
    border: 1px solid #efefef;
    background: -webkit-linear-gradient(white, #e4e4e4);
    background: -o-linear-gradient(white, #e4e4e4);
    background: -moz-linear-gradient(white, #e4e4e4);
    background: linear-gradient(white, #e4e4e4);
    font-weight: normal;
}


.kv-wrapper {
    perspective: 1000px;
    position: relative;
}

/*button样式*/
.more {
    width: 150px;
    height: 44px;
    position: relative;
}

.more .txt-content {
    width: 130px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0d468a;
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    color: white;
}

.more .icon-content {
    width: 25px;
    height: 25px;
    border: 4px solid white;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0d468a;
}

.more .icon-content i {
    width: 9px;
    height: 9px;
    background: url('../img/more_icon.png');
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/more_icon.png', sizingMethod='scale');
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: block;
}

.more:hover .icon-content i {
    -webkit-animation: btn-arrow-animation 1.5s infinite;
    -moz-animation: btn-arrow-animation 1.5s infinite;
    -ms-animation: btn-arrow-animation 1.5s infinite;
}

.mobile-tab{
    display:none !important;
}

@-webkit-keyframes btn-arrow-animation {
    0%, 75%, 100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }

    25% {
        -webkit-transform: translate(7px, 7px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate(-7px, -7px);
        opacity: 0;
    }
    51% {
        -webkit-transform: translate(-7px, -7px);
        opacity: 1;
    }
}

@-moz-keyframes btn-arrow-animation {
    0%, 75%, 100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }

    25% {
        -moz-transform: translate(7px, 7px);
        opacity: 0;
    }
    50% {
        -moz-transform: translate(-7px, -7px);
        opacity: 0;
    }
    51% {
        -moz-transform: translate(-7px, -7px);
        opacity: 1;
    }
}


@-ms-keyframes btn-arrow-animation {
    0%, 75%, 100% {
        -ms-transform: translate(0, 0);
        opacity: 1;
    }

    25% {
        -ms-transform: translate(7px, 7px);
        opacity: 0;
    }
    50% {
        -ms-transform: translate(-7px, -7px);
        opacity: 0;
    }
    51% {
        -ms-transform: translate(-7px, -7px);
        opacity: 1;
    }
}

@media screen and (max-width: 1440px) {
    .top-text-content {
        padding: 90px 90px 90px 90px !important;
    }

    .common-bottom-size {
        padding-bottom: 90px !important;
    }

    .page-template .carousel-kv-wrapper > ul li,
    .common-kv {
        height: 612px !important;
    }

    .tiny-kv {
        height: 410px !important;
    }

    .english-edition footer.pc-footer{
        height:auto;
    }

    .english-edition footer.pc-footer .top-container{
        height:auto;
        min-height:310px;
        padding-bottom:40px;
    }
}

@media screen and (max-width: 1280px) {
    header ul.main-nav > li {
        width: 140px;
    }

    .english-edition header ul.main-nav > li{
        width:160px;
    }

    .english-edition header ul.main-nav > li.last{
        width:80px;
    }

    .english-edition header ul.main-nav > li.tab-1{
        width:140px;
    }
    
    .page-template .carousel-kv-wrapper > ul li,
    .common-kv {
        height: 544px !important;
    }
}

@media screen and (max-width: 1080px) {
    .english-edition header .main-sub-menu .tab-2 .extra > ul > li > ul > li{
        font-size:14px;
    }

    .english-edition header .main-sub-menu .tab-2 .extra > ul > li .title{
        font-size:14px;
    }
}

@media screen and (max-width: 1024px) {
    .english-edition footer.pc-footer .top-container{
        min-height:405px;
    }

    .english-edition .third-nav-wrapper ul > li{
        width:190px !important;
    }

    header .main-sub-menu .tab-2 .top > div > span {
        width: 40%;
        margin-left: 5%;
    }

    .top-text-content {
        padding: 80px 90px 80px 90px !important;
    }

    .page-template .carousel-kv-wrapper > ul li,
    .common-kv {
        height: 435px !important;
    }

    .tiny-kv {
        height: 290px !important;
    }

    .common-bottom-size {
        padding-bottom: 80px !important;
    }

}

/**
 * Header styles for mobile and Pad
 */
@media screen and (max-width:1024px){
    .third-nav-wrapper.property ul > li{
        width:230px !important;
    }
}

@media screen and (max-width: 1023px) {
    .mobile-tab{
        display:block !important;
        position:absolute;
        right:65px;
        top:0;
        line-height:50px;
        height:50px;
    }

    .mobile-tab span.active{
        color:#A9936C;
    }

    html, body {
        font-size: 16px;
    }

    header {
        position: fixed;
        left: 0;
        top: 0;
        height: 50px;
        border-bottom: 3px solid #BCA377;
    }

    header.holder {
        position: relative;
        display: inherit;
        margin: 0;
    }

    header ul.main-nav {
        display: none;
    }

    header .nav-icon {
        color: #A9936C;
        margin: 0;
        height: 100%;
        padding: 8px 12px 0 12px;
        line-height: 1.6;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        font-size: 0.8em;
        float: right;
        display: block;
        text-align: center;
        box-sizing: border-box;
    }

    header .nav-icon:after {
        content: '导航';
        display: block;
    }

    header .nav-icon.active:after {
        content: '关闭';
    }

    header .extra-bar {
        margin: 0;
        padding: 40px 18px 0 18px;
        background: rgba(216, 216, 216, 0.37);
        height: 100%;
        box-sizing: border-box;
    }

    footer.pc-footer {
        display: none;
    }

    footer.mobile-footer {
        display: block;
    }

    header h1.main-logo {
        width: 46px;
        height: 28px;
        margin: 16px 0 0 16px;
    }

    header .main-sub-menu {
        display: none;
    }

    .mobile-main-sub-menu {
        display: block;
    }

    .third-nav-wrapper {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile-tab{
        display:block !important;
        position:absolute;
        right:65px;
        top:0;
        line-height:50px;
        height:50px;
    }

    .mobile-tab span.active{
        color:#A9936C;
    }

    .page-template .carousel-kv-wrapper > ul li,
    .common-kv {
        height: 326px !important;
    }

    .tiny-kv {
        height: 220px !important;
    }

    .top-text-content {
        padding: 70px 20px 70px 20px !important;
    }

    .common-bottom-size {
        padding-bottom: 70px !important;
    }
}

/**
 * Header styles for mobile
 */
@media screen and (max-width: 767px) {
    html, body {
        font-size: 14px;
    }

    .page-style {
        margin-right: 30px;
    }

    .text-black {
        color: #4a4a4a !important;
    }

    .text-gold {
        color: #BCA377 !important;
    }

    .text {
        font-size: 1rem;
    }

    .text22 {
        font-size: 1.222222rem;
    }

    .text36 {
        font-size: 2rem;
    }

    .text30 {
        font-size: 1.667rem;
    }

    h1 {
        font-size: 2.78rem;
        font-weight: normal;
        margin: 0;
    }

    h2 {
        font-size: 1.78rem;
        font-weight: normal;
        margin: 0;
    }

    h3 {
        font-size: 1.2rem;
        font-weight: normal;
        margin: 0;
    }

    h4 {
        font-size: 1rem;
        font-weight: normal;
        margin: 0;
    }

    p {
        font-size: 12px;
        margin: 0;
        text-align: justify;
    }
}

@media screen and (max-width: 769px) {
    footer {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    #mobileWechat{
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.5);
        position:fixed;
        top:0;
        left:0;
        z-index:9999;
    }

    #mobileWechat .content{
        width:258px;
        height:258px;
        background:url('../img/yintai.jpeg');
        position:absolute;
        left:50%;
        top:50%;
        margin:-129px 0 0 -129px;
    }

    .page-template .carousel-kv-wrapper > ul li,
    .common-kv {
        height: 150px !important;
    }

    .tiny-kv {
        height: 200px !important;
    }

    .common-bottom-size {
        padding-bottom: 70px !important;
    }

    .bottom-tab-style .content .right {
        width: 74px !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: center;
        border: 1px solid #E5E5E5;
        cursor: pointer;
    }

    .bottom-tab-style .content .center ul li {
        float: left;
        width: 30px;
        height: 30px;
        border: 1px solid #E5E5E5;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }

    .bottom-tab-style .content .left {
        width: 75px !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: center;
        border: 1px solid #E5E5E5;
        cursor: pointer;
    }

    .bottom-tab-style .content .left a {
        width: 75px !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: center;
        border: 1px solid #E5E5E5;
        cursor: pointer;
    }

    .bottom-tab-style .content .center ul .right a {
        width: 75px !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: center;
        cursor: pointer;
    }

    .bottom-tab-style .content .center ul li a {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 320px) {
    .page-template .carousel-kv-wrapper > ul li,
    .common-kv {
        height: 166px !important;
    }

    .tiny-kv {
        height: 160px !important;
    }

    .mobile-main-sub-menu ul li.third-link:before {
        position: absolute;
        width: 0;
        height: 18px;
        left: 50px;
        top: 21px;
        border-left: 3px solid #BCA377;
        content: '';
    }
}

.ie-icon{
    display:none;
}

