@charset "UTF-8";

html {
    font-size: 100%;
    height: 100%;
    width: 100%;
    outline: none;
}

body {
    background: #FFF;
    font-family: arial, "Microsoft Yahei", "黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    line-height: 26px;
    text-align: left;
    margin: auto;
    width: 100%;
    height: 100%;
    outline: none;
    overflow-x: hidden;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@-webkit-keyframes iconFloat {
    0% {
        top: 0;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes iconFloat {
    0% {
        top: 0;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes iconFloat {
    0% {
        top: 0;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}

@keyframes iconFloat {
    0% {
        top: 0;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}


a:hover {
    text-decoration: none;
    color: #c7a12a;
}

ul,
ol {
    padding-left: 0;
    margin: 0
}

li {
    list-style: none;
}

textarea:focus,
input:focus {
    color: #666;
}

iframe,
embed,
object {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

/* Other Fixes */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border-spacing: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    font-family: arial, "Microsoft Yahei", "黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
    text-decoration: none;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    color: #fff;
    background: #a3a3a3;
}

::-moz-selection {
    color: #fff;
    background: #a3a3a3;
}

::-webkit-input-placeholder {
    color: #838383;
    text-overflow: ellipsis;
}

:-moz-placeholder {
    color: #838383 !important;
    text-overflow: ellipsis;
    opacity: 1;
}

::-moz-placeholder {
    color: #838383 !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #838383 !important;
    text-overflow: ellipsis;
    opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1,
h2 {
    font-weight: normal;
}

h1 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
    font-family: arial, 'Microsoft Yahei', sans-serif;
    text-transform: none;
    margin: 0;
}

h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-family: arial, 'Microsoft Yahei', sans-serif;
    text-transform: none;
    margin: 0;
}

h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    font-family: arial, 'Microsoft Yahei', sans-serif;
    text-transform: none;
    margin: 0;
}

h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-family: arial, 'Microsoft Yahei', sans-serif;
    text-transform: none;
    margin: 0;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}




/* ==========================================================================
 Background Color
========================================================================== */

.gray-bg {
    background-color: #f3f3f3;
}

.color-overlay {
    position: relative;
    height: 100%;
    width: 100%
}



/* ==========================================================================
 Floats and Margins
========================================================================== */

/* Float */
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.margin-20-0 {
    margin: 20px 0;
}



.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/* ==========================================================================
Sections
========================================================================== */

/*
.jwz-icon{
    background: url(../images/jwz-icon.png) no-repeat;
    display: block;
    position: relative;
}
*/

section {
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 9;
}

.nr-cz {
    vertical-align: middle;
    display: table-cell;
}

.nr-djz {
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}


.isotope,
.isotope .portfolio-item,
.isotope .post-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.align-center {
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.align-left {
    text-align: left;
    line-height: 0;
    font-size: 0;
}

.align-right {
    text-align: right;
    line-height: 0;
    font-size: 0;
}

.align-left li,
.align-right li,
.align-center li {
    display: inline-block;
}

.pagerMain {
    text-align: center;
    margin-top: 20px;
}

.pagerMain a {
    width: auto;
    padding: 0 15px;
    height: 30px;
    border: 1px solid #e4e4e4;
    line-height: 30px;
    background: #fff;
    color: #666666;
    font-size: 13px;
    display: inline-block;
    border-radius: 2px;
    font-family: "宋体";
    margin: 5px;
    border-radius: 4px;
}

.pagerMain a.page_current {
    color: #fff;
    background: #472310;
    border: 1px solid #472310;
}

.pagerMain a:hover {
    background: #472310;
    color: #fff;
}

.jjbq-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jjbq-box li {
    -webkit-box-flex: 0;
}

.train .jjbq-box li img {
    width: 90%;
    height: 90%;
}

.train .title {
    position: absolute;
    width: 56px;
    height: 90%;
    left: 5%;
    top: 0;
    padding: 0px 10px;
    background: #2558AD;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.train ul li a {
    color: #fff;
}

.container {
    width: 1200px;
    margin: 0px auto;
}

em {
    font-style: normal;
}

img {
    -webkit-user-drag: none;
    vertical-align: middle;
    max-width: 100%;
}

.time4 {

    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}



.ho_til {
    width: 100%;
    text-align: center;
    margin: 0px 0 20px 0;
    position: relative;
}

.ho_til:after {
    /*content: "";
    position: absolute;
    width: 58px;
    height: 2px;
    left: 50%;
    margin-left: -29px;
    display: block;
    background: rgba(199,161,42,0.6);
    bottom: 0;*/
}

.ho_til h2 {
    color: #333333;
    font-size: 30px;
    line-height: 55px;
}

.ho_til h5 {
    color: #c7a12a;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
}


.logo2 {
    width: 261px;
    margin: 0 auto;
}


/* Header */
header {
    overflow: hidden;
    z-index: 10;
    position: relative;
    width: 100%;
    background: #fff;
}

.navbar {
    z-index: 999;
    position: fixed !important;
    width: 100%;
    top: 0px;
    left: 0;
    background: #292929;
}

.head-top {
    background: #fff;
    height: 92px;
}

.head-top p {
    float: left;
    line-height: 50px;
    color: #585858;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
}

.head-top .title1 {
    color: #333;
    font-size: 16px;
}

.head-top .title2 {
    color: #005cb2;
    font-size: 25px;
}

.head-top .column {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    float: right;
}

.navbar .cd-nav {
    display: none;
}

.head_font {
    float: left;
}

.head-top p img {
    padding: 0 5px 0 15px;
}

.head-top p a {
    font-size: 14px;
}

.lanager {
    float: right;
    line-height: 50px;
    color: #c7a12a;
    font-size: 14px;
}

.lanager a {
    color: #c7a12a;
}

.logo {
    float: left;
    width: 250px;
    line-height: 92px;
}

.bottom_xinxi {
    padding: 0 10%;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.bottom_xinxi p {
    border-top: 1px solid #CCCCCC;
    padding-top: 33px;
}

.bottom_xinxi img {
    padding-bottom: 17px;
}

.bottom_xinxi div {
    width: 280px;
}

.nav-tab {
    float: right;
    position: relative;
    z-index: 9;
    padding-top: 0px;
}

.nav-tab .sub-li {
    position: relative;
    margin: 0 15px;
}

.nav-tab .sub-li a {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 33px 30px;
    display: block;
    /*border-bottom: 1px solid #fff;*/
}

.nav-tab .sub-li .menu-links {
    color: #333333;
}

.nav-tab .sub-li:hover a.menu-links,
.nav-tab .sub-li.current a.menu-links {
    color: #16358E;
    /*border-bottom: 1px solid #fff;*/
}

.nav-tab .current {
  /*  background: #16358e; */
      border-bottom: 2px solid #16358E;
}

.nav-tab .tuqi{
    width: 0;
    height: 0;
    border-width: 0 3px 3px;
    border-style: solid;
    border-color: transparent transparent #16358E;
    margin: 0px auto;
    position: relative;
}

.sub-menu {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    padding: 10px;
    top: 53px;
    z-index: 99999;
    text-align: center;
    display: none;
    left: -25px;
    min-width: 130px;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.nav-tab .sub-li:nth-of-type(7) .sub-menu {
    min-width: 275px;
}

.nav-tab .sub-menu li {
    display: block;
    line-height: 35px;
}

.nav-tab .sub-menu li a {
    line-height: 35px;
    white-space: nowrap;
}

.nav-tab .sub-menu li:hover a {
    color: #c7a12a;
    border-bottom: 1px solid #c7a12a;
}

/*foot*/

#footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: left;
    z-index: 0;
    background: #4d4d4d;
}

.foot-nav {
    padding: 45px 0 40px 0;
}

.foot_tab1 {
    float: left;
    width: 25%;
}

.last_foot {
    width: 24%;
}

.foot_tab1 h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 45px;
}

.foot_tab1 ul li a,
.last_foot p,
.last_foot p a {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 25px;
}

.foot_tab1.last_tab {
    text-align: right;
}

.foot-bq {
    border-top: 1px solid #5f5f5f;
    min-height: 172px;
}

.foot-bq p {
    /*float: left;*/

}

.foot-bq_font p,
.foot-bq_font p a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.foot_menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.foot-bq_font {
    text-align: left;
    max-width: 977px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top:48px;
}
.foot-bq_font .foot_menu li{
    padding: 0 39px;
     border-left: 1px solid rgba(255, 255, 255, 1);   
}
.foot-bq_font .foot_menu li:nth-of-type(1){
    padding: 0 39px 0 0;
    border-left: 0;   
}
.foot-bq_font .foot_menu li a{
    color: #fff;
    font-size: 18px;   
}

.share-buttons {
    float: right;
    margin-top: 7.5px;
}

.share-buttons li {
    float: left;
    opacity: 0.5;
}

.share-buttons li:hover {
    opacity: 1;
}


/*nav*/
.cd-header-buttons {
    position: absolute;
    display: none;
    top: 32%;
    right: 0;
}

.cd-header-buttons li {
    display: inline-block;
}

.cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}

.cd-search-trigger::after {
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 30px;
    background: #2e3233;
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.cd-nav-trigger span::before {
    top: -8px;
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
}

.cd-nav-trigger span::after {
    top: 8px;
}

.cd-nav-trigger.nav-is-visible span {
    background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
    background: #2e3233;
}

.cd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}

/*点击导航效果*/
.cd-nav {
    width: 100%;
}

.cd-primary-nav,
.cd-primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #2e3233;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.overflow-hidden .cd-primary-nav {
    right: 0;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
    visibility: hidden;
}

.cd-primary-nav {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
}

/*
.cd-primary-nav ul{
    right:0;
}*/
.cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    z-index: 99999;
}

.cd-primary-nav a,
.cd-primary-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children>a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children>a::before,
.has-children>a::after {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.has-children>a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.has-children>a::before,
.has-children>a::after {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.cd-primary-nav.is-hidden,
.cd-primary-nav ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-primary-nav .go-back a {
    padding-left: 40px;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children>a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.has-children>a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-primary-nav .see-all a {
    color: #c7a12a;
    font-weight: bold;
    font-size: 15.5px;
}

.lanager1 a {
    color: #c7a12a;
}


/*main*/
.cd-main-content {
    z-index: 99;
}

.cd-main-content,
.cd-main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-main-content,
.cd-main-header {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.cd-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}


.about-wz1 {
    display: block;
}

.about-wz2 {
    display: none;
}

.contact-map {
    height: 327px;
    width: 692px;
    margin-bottom: 0;
}

#submit-button {
    float: left;
    height: 55px;
    line-height: 55px;
    margin-top: 10px;
    padding: 0 70px;
    background: #292929;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.share {
    text-align: center;
    margin-right: 50px;
    color: #666666;
}

.share p {
    padding-bottom: 50px;
}

.share a {
    margin-right: 20px;
}

.contactUs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/*media*/
@media screen and (max-width:1240px) {

    .container,
    .banner-box {
        margin: 0 15px;
        max-width: 1200px;
        width: auto;
        position: relative;
    }

}

@media screen and (max-width:1160px) {

    .foot_tab1 h3 {
        font-size: 18px;
        font-weight: 700;
    }
}

@media screen and (max-width:1080px) {
    .foot_menu {
    margin-left: 15px;
}
    .flipster .flipto-prev {
        left: 0%;
    }

    .flipster .flipto-next {
        right: 0%;
    }

    .nav-tab .sub-li {
        margin: 0 5px;
    }
}



@media screen and (max-width:915px) {

    .foot_tab1 {
        width: auto;
        padding-right: 20px;
    }

    .foot_tab1:last-child {
        padding-right: 0;
    }

    .contact_left {
        padding-bottom: 30px;
    }

    .contact_left,
    .contact_right {
        width: 100%;
        float: none;
    }

    /*ny-ban*/
    .banner h1 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 26%;
    }

    .messages2 .contact_right {
        position: absolute;
        right: 1.5%;
        bottom: -266px;
        padding-top: 56px;
        background: #fff;
        width: 100%;
        height: 266px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .xinxi {
        position: absolute;
        top: 0;
        left: 5%;
    }

    .share {
        position: absolute;
        top: -130px;
        left: 40%;
    }

    .share p {
        padding-bottom: 10px;
    }

}

@media screen and (max-width:1050px) {
    .header {
        height: 60% !important;
    }
}

@media screen and (max-width:876px) {

    /*.header .banner2,.header .banner2 .swiper-container{
    height:calc(100vh - 205px)
  }*/
    .nav-tab,
    .lanager {
        display: none;
    }

    .cd-header-buttons {
        display: block;
    }
}

@media screen and (max-width:830px) {
    .messages .messages-box {
        display: block;
        float: none;
        height: auto;
        padding: 20px 0;
        width: 100%;
    }

    .messages .mess-box {
        display: block;
        float: none;
        width: 100%;
    }

    .messages .mess-box .title::after {
        margin: -325px -400px;
        width: 800px;
    }
}

@media screen and (max-width:820px) {
    .messages2 .container {
        margin: 280px auto;
        position: relative;
    }

    .messages2 {
        background-position: 96% 5%;
    }

    .header {
        height: 60% !important;
    }

    /*.banner .swiper-slide img{
    max-height:100%;
  }
  .swiper-container {
    
     margin-left: 0%;
     width: 100%;
     left: 0;
}*/
    .visa {
        margin-top: 0;
        padding-top: 50px;
    }

    .cd-main-content {
        background: #fff;
    }

    .train {
        margin-top: 0;
    }

    .visa ul li {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto;
    }

    .visa ul li .visa-box {
        height: auto;
        margin: 2.5px;
    }
}

@media screen and (max-width:760px) {
    
    .subscribe-main {
        background: none;
        border: 1px solid #d1d1d1;
    }

    .subs-box input[type=email] {
        width: calc(95% - 120px);
        width: -webkit-calc(95% - 120px);
        width: -moz-calc(95% - 120px);
    }


    /*investment*/

    .invest h2 {
        font-size: 24px;
        line-height: 25px;
        text-align: left;
    }

    .invest-pic {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .invest li h2,
    .invest li .invest-pic {
        text-align: left !important;
        padding-left: 0 !important;
    }

    .invest-font {
        width: 100%;
    }

    .invest li {
        margin: 30px 0;
        padding-bottom: 0;
    }

    /*contact*/
    .contact_left h3 {
        font-size: 18px;
        line-height: 25px;
        padding: 20px 0 15px 0;
    }

    .contact_left p,
    .contact_left p a {
        font-size: 14px;
        line-height: 25px;
    }
}

@media screen and (max-width:690px) {
    container {
        height: calc(100vh - 355px);
    }

    .investment ul li {
        width: 100%;
        -ms-flex: 0 0 1003%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .investment ul li .invest-pic {
        text-align: center;
    }

    .investment ul li:nth-of-type(2) {
        border-left: 0px solid #7C9BCE;
        border-right: 0px solid #7C9BCE;
    }

    .investment ul li p {
        width: auto;
    }

    .bottom_xinxi {
        flex-direction: column;
    }

    .bottom_xinxi div {
        margin: 50px auto;
    }
}

@media screen and (max-width:660px) {

    .flipster-carousel .flip-past,
    .flipster-carousel .flip-future {
        display: none;
    }

    .said-box {
        width: 400%;
        margin-left: 0;
        left: -150%;
    }

    .foot_tab1 {
        width: 50%;
        padding: 0;
    }

    .foot-bq {
        padding: 15px 0;
    }
.foot_menu {
    flex-direction: column;
}
    .foot-bq_font p {
        float: none;
        text-align: left;
    }

    .foot-bq_font p,
    .foot-bq_font p a {
        line-height: 25px;
    }

    .share-buttons {
        float: none;
        width: 100%;
        font-size: 0;
        text-align: 0;
        text-align: center;
    }

    .share-buttons li {
        display: inline-block;
        float: none;
    }

    /*about*/
    .about-main h2 {
        font-size: 20px;
        text-align: left !important;
        font-weight: 700;
    }

    /* .about-main p{
     text-align: left !important;
  }*/
    .about-main .about-wz1 {
        display: none;
    }

    .about-main .about-wz2 {
        display: block;
    }

    .about-main,
    .edu-right p {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        padding-bottom: 10px;
    }

    /*education*/
    .edu-left {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }

    .edu-right {
        width: 100%;
        float: none;
    }

    .edu-right h3 {
        font-size: 16px;
        font-weight: 700;
    }

    /*visa*/
    .edu-main h1 {
        padding-bottom: 30px;
        line-height: 25px;
    }

    .cnav_tab li {
        margin: 4px 0px;
    }

    .cnav_tab li a {
        line-height: 22px;
        padding: 5px 10px;
        text-align: center;
    }


    /*Investment*/
    .invest-font,
    .invest-font p {
        text-align: left;
        text-align: left;
        font-size: 14px;
    }
}

@media screen and (max-width:568px) {
    .cnav_tab {
        top: 132px;
        position: relative;
    margin-bottom: 110px;
    margin-left: 20%;
    }

    .container {
    margin-left: 2% !important;
}

    .messages2 .container {
        margin: 280px auto;
        position: relative;
    }

    .messages2 {
        background-position: 96% 5%;
    }

    .header {
        height: 40% !important;
    }

    .train ul li {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:500px) {

    .ema {
        display: none;
    }
}

@media screen and (max-width:460px) {
    .visa ul li {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .visa ul li .visa-pic {
        float: left;
    }

    .visa ul li .visa-box {
        padding: 15px;
    }

    .visa-main {
        float: left;
        padding-left: 10px;
        text-align: left;
    }

    .train ul li h2 a {
        font-size: 15px;
        font-weight: 700;
    }

    .ho_til h2 {
        font-size: 30px;
        line-height: 40px;
    }

}

@media screen and (max-width:450px) {
     .container {
    margin-left: 2% !important;
}
    .logo {
        width: 130px;
    }
    .foot-bq_font p, .foot-bq_font p a {
    width: 370px;
}
.product {
        margin-left: 15%;
    }

    /*.header .banner2,.header .banner2 .swiper-container{
    height:calc(100vh - 405px)
  }*/
}

@media screen and (max-width:430px) {
    .header {
        height: 70% !important;
    }

    .flipster-carousel .flip-prev {
        -webkit-transform: translateX(-100%) translateZ(0) rotateY(0deg) scale(0.80);
        -moz-transform: translateX(-100%) translateZ(0) rotateY(0deg) scale(0.80);
        -o-transform: translateX(-100%) translateZ(0) rotateY(0deg) scale(0.80);
        -ms-transform: translateX(-100%) translateZ(0) rotateY(0deg) scale(0.80);
        transform: translateX(-100%) translateZ(0) rotateY(0deg) scale(0.80);
    }

    .flipster-carousel .flip-next {
        -webkit-transform: translateX(100%) translateZ(0) rotateY(0deg) scale(0.80);
        -moz-transform: translateX(100%) translateZ(0) rotateY(0deg) scale(0.80);
        -o-transform: translateX(100%) translateZ(0) rotateY(0deg) scale(0.80);
        -ms-transform: translateX(100%) translateZ(0) rotateY(0deg) scale(0.80);
        transform: translateX(100%) translateZ(0) rotateY(0deg) scale(0.80);
    }

    .flip-content {
        padding-bottom: 200px;
    }

    .said-box {
        width: 300%;
        left: -100%;
    }

    .flipster .flipto-prev,
    .flipster .flipto-next {
        display: none;
    }
}

@media screen and (max-width:390px) {
    .foot-bq_font p, .foot-bq_font p a {
        width: 290px;
}
    .foot_tab1 {
        width: 100%;
        margin-bottom: 30px;
    }
}