@charset "UTF-8";

/*banner*/
/*.banner{
    width: 100%;
    height:calc(100vh - 0px);
    overflow: hidden;
    position: relative;
	top:0;
  background:#fff;
}
.swiper-container {
    width:1920px;
    height: 100%;
    position: absolute;
    left: 0px;
    margin-left: 0%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
  background: #fff;
}
.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next{
    opacity: 1;
}
.swiper-button-prev,.swiper-button-next{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top:-25px;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
}
.swiper-button-prev::after,.swiper-button-next::after{
    content: "<";
    font-size: 40px;
    font-family: SimSun;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 60px;
}
.swiper-button-next{
    left: auto;
    right: 20px;
}
.swiper-button-next::after{
    content: ">";

}*/


/*visa*/
.visa{
    position: relative;
    z-index: 99;
    background: none;
    margin-top: -210px;
}
.visa ul{
    margin: -2.5px;
}
.visa ul li{
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.visa ul li .visa-box{
    margin: 0 2.5px;
    height: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding: 20px 0;
}
.visa ul li .visa-pic{
    width: 55px;
    height: 55px;
    background: #ceac44;
    margin: 0 auto;
    border-radius: 50%;
}
.visa ul li .visa-main h2{
    font-size: 16px;
    padding-top: 10px;
    line-height: 25px;
}
.visa ul li .visa-main h2 a{
    color: #fff;
}
.visa ul li .visa-main a.visa-more{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}



/*train*/
.train{
    padding-top: 60px;
}
.train ul li{
        width: 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin: 0 auto 30px auto;
        text-align: center;
        position: relative;
    }
.train ul li .train-pic{
    width: 100%;
    height: 100%;
    /*background: #ceac44;*/
    margin: 0 auto;
    /*border-radius: 50%;*/
}



/*about*/
.about{
    /*background: #f4f4f4;*/
    width: 100%;
   /* padding-bottom: 50px;*/
}
.about p{
    color: #999999;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}

.about .container {
    margin-top: 60px;
    margin-bottom:115px;
}

/*said*/
.said{
    width: 100%;
}
.flipster {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.flip-items, .flip-item {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}
.flip-items {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.flipster-carousel .flip-items {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}
.flip-item {
    position: absolute;
    opacity: 0.99;
}
.flip-past, .flip-future, .flip-next, .flip-prev {
    cursor: pointer;
}
.flipster-carousel .flip-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}
.flipster-carousel .flip-past {
    -webkit-transform: translateX(-230%) translateZ(0) rotateY(0deg) scale(0.85);
    -moz-transform: translateX(-230%) translateZ(0) rotateY(0deg) scale(0.85);
    -o-transform: translateX(-230%) translateZ(0) rotateY(0deg) scale(0.85);
    -ms-transform: translateX(-230%) translateZ(0) rotateY(0deg) scale(0.85);
    transform: translateX(-230%) translateZ(0) rotateY(0deg) scale(0.85);
}
.flipster-carousel .flip-past, .flipster-carousel .flip-future {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 1;
    -webkit-transition-delay: 87.5ms;
    -moz-transition-delay: 87.5ms;
    -o-transition-delay: 87.5ms;
    transition-delay: 87.5ms;
}

.flipster-carousel .flip-prev {
    -webkit-transform: translateX(-120%) translateZ(0) rotateY(0deg) scale(0.85);
    -moz-transform: translateX(-120%) translateZ(0) rotateY(0deg) scale(0.85);
    -o-transform: translateX(-120%) translateZ(0) rotateY(0deg) scale(0.85);
    -ms-transform: translateX(-120%) translateZ(0) rotateY(0deg) scale(0.85);
    transform: translateX(-120%) translateZ(0) rotateY(0deg) scale(0.85);
}
.flipster-carousel .flip-prev, .flipster-carousel .flip-next {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 2;
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-current {
    z-index: 999;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
    padding-top: 8px;
}
.flipster-carousel .flip-current .said-box{
    opacity: 1;
}
.flipster-carousel .flip-next .said-box,.flipster-carousel .flip-future .said-box,.flipster-carousel .flip-past .said-box,.flipster-carousel .flip-prev .said-box,.flipster-carousel .flip-hidden .said-box{
    opacity: 0;
}
.flipster-carousel .flip-next {
    -webkit-transform: translateX(120%) translateZ(0) rotateY(0deg) scale(0.85);
    -moz-transform: translateX(120%) translateZ(0) rotateY(0deg) scale(0.85);
    -o-transform: translateX(120%) translateZ(0) rotateY(0deg) scale(0.85);
    -ms-transform: translateX(120%) translateZ(0) rotateY(0deg) scale(0.85);
    transform: translateX(120%) translateZ(0) rotateY(0deg) scale(0.85);
}
.flipster-carousel .flip-future {
    -webkit-transform: translateX(230%) translateZ(0) rotateY(0deg) scale(0.85);
    -moz-transform: translateX(230%) translateZ(0) rotateY(0deg) scale(0.85);
    -o-transform: translateX(230%) translateZ(0) rotateY(0deg) scale(0.85);
    -ms-transform: translateX(230%) translateZ(0) rotateY(0deg) scale(0.85);
    transform: translateX(230%) translateZ(0) rotateY(0deg) scale(0.85);
}
.flipster-carousel .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
    -moz-transform: rotateY(0deg) translateX(0) scale(0.5);
    -o-transform: rotateY(0deg) translateX(0) scale(0.5);
    -ms-transform: rotateY(0deg) translateX(0) scale(0.5);
    transform: rotateY(0deg) translateX(0) scale(0.5);
    -webkit-transition-delay: 116.66666666666667ms;
    -moz-transition-delay: 116.66666666666667ms;
    -o-transition-delay: 116.66666666666667ms;
    transition-delay: 116.66666666666667ms;
}


.flipster .flipto-prev, .flipster .flipto-next {
    position: absolute;
    top: 21%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    z-index: 999;
    font-family: SimSun;
    text-align: center;
    display: block;
    color: #c7c7c7;
    border: solid 1px #e4e4e4;
    border-radius: 50px;
}
.flipster .flipto-prev:hover, .flipster .flipto-next {
    color: #ceac44;
    border: 1px solid #ceac44;
}
.flipster .flipto-prev {
    left: 20%;
}
.flipster .flipto-next {
    right: 20%;
}
.flip-content{
    padding-bottom: 150px;
}
.said-box{
    width: 650px;
    margin: 0 auto;
    text-align: center;
    margin-left: -325px;
    left: 50%;
    padding-top: 20px;
    position: absolute;
}
.said-pic{
    width:100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.messages2{
    margin-top: -8px;
    width: 100%;
    height: auto;
    background:url(http://qiniu.cantontoy.com/qw1.png) no-repeat right;
    position: relative;
}

.messages2 .container{
   margin: 175px auto;
   position: relative;
}

.messages2 .contact_right{
    position: absolute;
    right: 1.5%;
    bottom: 20%;
    padding-top:56px;
    background:#fff;
    width:846px;
    height: 266px;
    display:flex;
    justify-content: center;
}

.messages2 .contact_right .xinxi{
    text-align: left;
    color:#B5B5B5;
}

.xinxi p{
    margin-bottom:3px;
}

.xinxi p:nth-of-type(1){
    margin-bottom:11px;
    color:#666;
    text-align: center;
}


/*messages*/
.messages{
    width: 100%;
    background:url(../images/mess_bg3.jpg) no-repeat center;
    position: relative;
}
/*.messages::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    left: 0;
    z-index: 1;
    top:0;
}*/
.messages .messages-box{
    display: table;
    width: 50%;
    height:400px;    
    float: left;
    position: relative;
    z-index: 9;
}
.messages .messages-box h2{
    color: #fff;
    font-size: 35px;
    line-height: 60px;
}
.messages .messages-box a{
    color: #2957A8;
    font-size: 12px;
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    /* background: #000; */
    border: 1px solid #2957A8;
}

.messages .mess-box{
    display: table;
    width: 390px;
    float: right;
    position: relative;
    z-index: 9;
    height: 480px;
    margin: 10px 0;
    background: #fff;
    overflow: hidden;
}
.messages .mess-box .title::after{
    content: "";
    position: absolute;
    width: 650px;
    height: 210px;
    z-index: 555;
    border-radius: 120%;
    top: 42%;
    left: 50%;
    margin: -325px;
    background: #ceac44;
}
.messages .mess-box .title span{
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    position: relative;    
    z-index: 566;
    display: block;
    padding-top: 30px;
}
.mess_nr{
    padding: 50px 34px 0 34px;
}
.mess_nr input{
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 50;
    line-height: 50px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.mess_nr button{
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background: #000;
    color: #fff;
    font-weight: 700;
}


/*INVESTMENT*/
.investment{
    width: 100%;
    background: #fff;
   /* padding-bottom: 50px;*/
}
.investment ul{
    margin: 0 -15px;
}
.investment ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.investment ul li :hover {
    background:#2558AD;
}
.investment ul li :hover p{
    color: #fff !important;
}
.investment ul li :hover a{
    color: #fff !important;
}
.investment ul li .btn {
    display: inline-block;
    width: 188px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    color:#fff;
    margin:30px auto;
}
.investment ul li:nth-of-type(2){
    border-left: 1px solid #7C9BCE;
    border-right: 1px solid #7C9BCE;
}

.investment ul li .invest-box{
    margin: 0 15px;
    position: relative;
}
.investment ul li .invest-pic{
    position: relative;
    text-align: center;
}
.investment ul li h4{
    width: 80%;
    text-align: center;
    position: absolute;
    left: 10%;
    bottom:-80px; 
    height: 40px;
    /*background: #c7a12a;*/
}
.investment ul li h4 a{
    color: #999999;
    font-size: 20px;
    line-height: 40px;   
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 10px;
}
.investment ul li p{
    margin: 0 auto;
    width: 250px;
    color: #999999;
    font-size:16px;
    line-height: 22px;
    padding: 90px 10px 0 10px;
    text-align:justify;
    text-justify:newspaper;    
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 210px;
}


/*subscribe*/
.subscribe{
    width: 100%;
    padding-top: 40px;
}
.subscribe-main{
    background: url(../images/subscribe-bg.png) top right no-repeat;
    max-width: 753px;
    margin: auto;
    text-align: center;
    padding: 75px 15px 70px;
}
.subscribe-main p{
    color: #494949;
    font-size: 14px;
    line-height: 22px;    
    max-width: 490px;
    margin: 20px auto 40px;
}
.subs-box{
    font-size: 0;
    line-height: 0;
}
.subs-box input[type=email]{
    border: 1px solid #ddd;
    height: 50px;
    padding: 9px 10px;
    line-height: 30px;
    max-width: 425px;
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    color: inherit;
}
.subs-box input[type=submit] {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    height: 50px;
    border: none;
    padding: 10px 25px;
    font-weight: 700;
    line-height: 30px;
    background: #c7a12a;
    cursor: pointer;
}
