body,
html {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

html *:after,
html *:before {
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
}

*:after,
*:before {
    z-index: -1;
}

.swiper-button-prev {
    background: url("../../images/index/arrow.png") no-repeat;
}

.swiper-button-next {
    background: url("../../images/index/arrow_right.png") no-repeat;
}

.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .48);
}

.swiper-pagination-bullet {
    background: #fff;
}

.index-container {
    /*max-width: 1920px;*/
    overflow: hidden;
}

.header-wrap {
    width: 100%;
    /* height: 840px; */
    position: relative;
    /* left: 50%; */
}

.index-banner-container {
    /* margin-left: -960px; */
}

.nav-wrap {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
}

.nav-wrap.fixedAnimate {
    background: #fff;
    box-shadow: 0 0 5px 1px #ccc;
}

.nav-wrap.fixedAnimate a {
    color: #333;
}

.nav-wrap.fixedAnimate li.login i {
    color: #333;
}

.fade-enter-active {
    margin-top: 0;
    transition: margin-top .3s linear;
}

.fade-enter {
    margin-top: -90px;
}

.fade-leave-active {
    margin-top: -90px;
    transition: margin-top .3s linear;
}

.fade-leave {
    margin-top: 0;
}

.nav {
    font-family: cursive;
    width: 90%;
    position: absolute;
    top: 16.5px;
    left: 5%;
    z-index: 2;
}

.nav-logo {
    display: inline-block;
    width: 236px;
    height: 56px;
}

.nav-logo img {
    width: 100%;
}

.nav-list {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    float: right;
    text-align: center;
}

.nav-list li {
    display: block;
    float: left;
    padding: 0 35px;
    position: relative;
}

.nav-list li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: relative;
    -webkit-transition: color .4s ease-in;
    -moz-transition: color .4s ease-in;
    -ms-transition: color .4s ease-in;
}

/*.nav-list li a:hover i,.nav-list a:hover,.nav-list a.cur{font-weight: 900;}*/
.nav-list a.cur {
    font-weight: bold;
}

.nav-list a i {
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: #fff;
    overflow: hidden;
}

.nav-list a.cur i {
    width: 100%;
    left: 0;
}

.nav-list li.login {
    margin: 0 42px;
}

.nav-list li.login i {
    margin: 0 8px;
    color: #fff;
}
.nav-list .drop-down-menu-wrap{
    min-height: 22px;
}
.nav-list .drop-down-menu{
    color: #ffffff;
    font-size: 14px;
    margin-top: 22px;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.nav-list .drop-down-menu>div:hover{
    background: rgba(255, 255, 255, .1);
}
.nav-list li:hover .drop-down-menu{
    height: auto;
    transition: all 0.3s;
}
.header-phone {
    background: url("../../images/index/icon_header_mobile.png") no-repeat left center;
    padding-left: 20px;
    background-size: 18%;
}

.index-banner .slide {
    width: 100%;
    height: 840px;
    background: url("../../images/index/header_banner_sprites.png") left center;
}

.index-banner .slide span {
    display: block;
    width: 100%;
    height: 840px;
    position: absolute;
    left: 0;
    top: 0;
}

.index-banner .slide img {
    width: 1920px;
    height: 100%;
}

.index-banner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.header-text {
    position: absolute;
    top: 460px;
    right: 70px;
    z-index: 3;
    /*width:100%;text-align: center;*/
}

.header-text span {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    line-height: 60px;
}

.header-text a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 12px 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 135px;
}

.clouds {
    width: 1200px;
    height: 840px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    z-index: 2;
}

.cloud1 {
    position: absolute;
    width: 228px;
    height: 136px;
    top: 113px;
    right: -138px;
}

.cloud2 {
    position: absolute;
    width: 69px;
    height: 40px;
    top: 154px;
    left: 675px;
}

.cloud3 {
    position: absolute;
    width: 651px;
    height: 294px;
    top: 154px;
    left: 500px;
}

.cloud4 {
    position: absolute;
    width: 453px;
    height: 189px;
    top: 450px;
    left: -81px;
}

.clouds img {
    width: 100%;
}

.introduce {
    width: 100%;
    padding-top: 56px;
}

.introduce h2 {
    font-size: 36px;
    color: #8696a6;
    text-align: center;
}

.introduce .line-break-black {
    display: block;
    width: 40px;
    height: 13px;
    margin: 14px auto 95px;
}

.introduce .line-break-black img {
    width: 100%;
}

.introduce-bg {
    width: 44%;
    height: 680px;
    background: #f0f3f6;
    position: relative;
}

.introduce-pic {
    display: block;
    width: 550px;
    height: 550px;
    position: absolute;
    top: 65px;
    right: -60px;
}

.introduce-text1 {
    display: block;
    width: 520px;
    height: 320px;
    position: absolute;
    top: 0;
    right: -660px;
}

.introduce-text2 {
    display: block;
    width: 531px;
    height: 496px;
    position: absolute;
    top: 400px;
    right: -660px;
    background: #fff;
    /* box-shadow: 0 24px 50px rgba(51,51,51,.1); */
}

.introduce-pic img,
.introduce-text1 img,
.introduce-text2 img {
    width: 100%;
}

.introduce.active .introduce-pic {
    display: block;
    -webkit-animation: fadeRight 1s;
    -moz-animation: fadeRight 1s;
    animation: fadeRight 1s;
}

.holiday {
    width: 100%;
    padding-top: 190px;
    position: relative;
}

.holiday h2 {
    font-size: 36px;
    color: #8696a6;
    text-align: center;
}

.holiday .line-break-black {
    display: block;
    width: 40px;
    height: 13px;
    margin: 14px auto 95px;
}

.holiday .line-break-black img {
    width: 100%;
}

.holiday-cont {
    width: 1200px;
    margin: 0 auto;
}

.holiday-cont-left {
    width: 500px;
    height: 1000px;
    background: #f0f3f6;
    position: relative;
}

.holiday-cont-item1 {
    position: absolute;
    left: -30px;
    top: 80px;
    text-align: right;
}

.holiday-cont-item1 span {
    display: block;
    width: 500px;
    height: 500px;
    overflow: hidden;
}

.holiday-cont-item1 span img {
    height: 100%;
}

.holiday-cont-item1 strong {
    display: block;
    color: #333;
    font-size: 24px;
    margin-top: 20px;
}

.holiday-cont-item1 strong .line {
    display: block;
    margin-top: 14px;
}

.holiday-cont-item1 .category {
    left: 0;
    top: 10px;
    background: url("../../images/index/accept.png") no-repeat left top;
    background-size: 100% 100%;
}

.holiday-cont-item2 {
    width: 600px;
    position: absolute;
    left: 60px;
    bottom: -110px;
}

.holiday-cont-item2 strong {
    display: inline-block;
    vertical-align: top;
}

.holiday-cont-item2 strong .line {
    display: block;
    float: left;
}

.holiday-cont-item2 strong em {
    display: block;
    margin-left: 14px;
    font-size: 24px;
    color: #333;
    width: 36px;
    line-height: 1;
}

.holiday-cont-item2 span {
    display: inline-block;
    width: 480px;
    height: 320px;
}

.holiday-cont-item2 span img {
    width: 100%;
    height: 100%;
}

.holiday-cont-item2 .category {
    left: 55px;
    top: 10px;
    background: url("../../images/index/cas.png") no-repeat left top;
    background-size: 100% 100%;
}

.holiday-cont-right {
    width: 34.7%;
    height: 540px;
    background: #f0f3f6;
    position: absolute;
    right: 0;
    top: 360px;
    z-index: -1;
}

.holiday-cont-item3 {
    position: absolute;
    top: 80px;
    left: 620px;
}

.holiday-cont-item3 strong {
    font-size: 24px;
    color: #333;
}

.holiday-cont-item3 strong .line {
    display: block;
    height: 2px;
    margin-bottom: 14px;
}

.holiday-cont-item3 span {
    display: block;
    width: 580px;
    height: 400px;
    margin-top: 20px;
}

.holiday-cont-item3 span img {
    width: 100%;
    height: 100%;
}

.holiday-cont-item3 .category {
    right: 0;
    bottom: 10px;
    background: url("../../images/index/accept.png") no-repeat left top;
    background-size: 100% 100%;
}

.holiday-cont-item4 {
    position: absolute;
    bottom: -70px;
    left: 620px;
}

.holiday-cont-item4 strong {
    font-size: 24px;
    color: #333;
}

.holiday-cont-item4 strong .line {
    display: block;
    height: 2px;
    margin-bottom: 14px;
}

.holiday-cont-item4 span {
    display: block;
    width: 580px;
    height: 400px;
    margin-top: 20px;
}

.holiday-cont-item4 span img {
    width: 100%;
    height: 100%;
}

.holiday-cont-item4 .category {
    left: 0;
    top: 77px;
    background: url("../../images/index/accept.png") no-repeat left top;
    background-size: 100% 100%;
}

.holiday-cont .category {
    width: 100px;
    height: 28px;
    text-align: left;
    padding-left: 22px;
    line-height: 28px;
    font-size: 12px;
    color: #f0f0f0;
    border-radius: 3px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.holiday-desc {
    position: absolute;
    right: 19%;
    bottom: -20px;
    width: 118px;
    height: 32px;
    background: #fff;
    /* box-shadow: 0 24px 50px rgba(51,51,51,.1); */
    /* background: url("../../images/index/holiday-desc2.png") no-repeat center top; */
    background-size: 100% 100%;
}

.holiday-btn {
    display: block;
    width: 118px;
    height: 32px;
    border: 1px solid #8696a6;
    color: #8696a6;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    position: absolute;
    /* bottom: 150px;
    left: 50%; */
    /* margin-left: -60px; */
    overflow: hidden;
    z-index: 1;
}
.holiday-btn span{
    position: relative;
    z-index: 99;

}
.holiday-btn:after {
    content: '';
    width: 0;
    height: 0;
    /* -webkit-transform: rotate(360deg); */
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #8696a6 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* border-width: 80px 200px 0 0; */
}

.holiday-btn:hover {
    color: #fff;
}

.holiday-btn:hover:after {
    border-width: 80px 200px 0 0;
}

.video {
    position: relative;
    margin-top: 150px;
    width: 100%;
    height: 780px;
    background: url("../../images/index/banner2.jpg") no-repeat center center;
    overflow: hidden;
    text-align: center;
}

.video h2 {
    display: none;
    width: 830px;
    font-size: 36px;
    color: #fff;
    font-weight: 100;
    margin: 265px auto 100px;
}

.video em {
    display: none;
    padding-left: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    background: url("../../images/index/local.png") no-repeat left center;
    background-size: 24px 30px;
}

/* .video span{display:none;width:102px;height:102px;margin:0 auto;cursor: pointer;}
.video span img{width:100%;}
.video video{display:none;position: absolute;top: 0;left: 0;}
 .video.active h2 {display:block;-webkit-animation: fadeInUp .6s;-moz-animation: fadeInUp .6s;animation: fadeInUp .6s;}
.video.active span {display:none;-webkit-animation: fadeInUp 1.2s;-moz-animation: fadeInUp 1.2s;animation: fadeInUp 1.2s;}
.video.active em{display:none;-webkit-animation: fadeInUp 1.8s;-moz-animation: fadeInUp 1.8s;animation: fadeInUp 1.8s;}  */
.trip {
    width: 100%;
    padding-top: 90px;
}

.trip h2 {
    font-size: 36px;
    color: #8696a6;
    text-align: center;
}

.trip .line-break-black {
    display: block;
    width: 40px;
    height: 13px;
    margin: 14px auto 55px;
}

.trip .line-break-black img {
    width: 100%;
}

.trip-cont {
    width: 1200px;
    margin: 0 auto;
}

.trip-desc {
    display: block;
    /* width: 1200px;
    height: 225px;
    background: url("../../images/index/trip-desc.jpg") no-repeat; */
    background-size: 100% auto;
    position: relative;
    box-shadow: 0 24px 50px rgba(51, 51, 51, .1);
}

.trip-desc em {
    display: block;
    width: 118px;
    height: 32px;
    border: 1px solid #8696a6;
    color: #8696a6;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.trip-desc em:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #8696a6 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.trip-desc em:hover {
    color: #fff;
}
.trip-desc em:hover:after {
    border-width: 80px 200px 0 0;
}

.jiari-list {
    width: 1200px;
    margin: 100px auto;
    /* border:1px solid red; */
}

.jiari-item {
    /* display: none; */
    width: 555px;
    height: 520px;
    box-shadow: 0 24px 50px rgba(51, 51, 51, .1);
    float: left;
    margin: 0 45px 45px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -webkit-transform .2s;
    -o-transition: -webkit-transform .2s;
    transition: transform .2s;
}

.jiari-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.jiari-item.margin0 {
    margin: 0 0 45px;
}

.jiari-item span {
    display: block;
    width: 555px;
    height: 400px;
}

.jiari-item span img {
    width: 100%;
    height: 100%;
}

.jiari-item em {
    display: block;
    font-size: 22px;
    color: #333;
    padding: 26px 20px 0 26px;
    font-weight: 100;
}

.jiari-item strong {
    display: block;
    padding-right: 26px;
    margin: 10px 0;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
}

.jiari-item i {
    display: block;
    padding-right: 26px;
    text-align: right;
}


.zhilv-list,.course-list {
    width: 1200px;
    margin: 100px auto;
}

.zhilv-item,.course-item {
    display: none;
    width: 370px;
    height: 380px;
    box-shadow: 0 24px 50px rgba(51, 51, 51, .1);
    float: left;
    margin: 0 45px 45px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -webkit-transform .2s;
    -o-transition: -webkit-transform .2s;
    transition: transform .2s;
}
.course-item{
    height: 266px;
}
.zhilv-item:hover,.course-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.zhilv-item.margin0 ,.course-item.margin0{
    margin: 0 0 45px;
}

.zhilv-item span {
    display: block;
    width: 370px;
    height: 246px;
}

.zhilv-item span img ,.course-item span img{
    width: 100%;
    height: 100%;
}

.zhilv-item em {
    display: block;
    font-size: 22px;
    color: #333;
    padding: 26px 20px 0 26px;
    font-weight: 100;
}

.zhilv-item strong {
    display: block;
    padding-left: 26px;
    margin: 10px 0;
    font-weight: 100;
}

.zhilv-item i {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 6px 14px;
    font-size: 12px;
    color: #f0f0f0;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 3px;
    background: #7fc441;
}
.course-item .info{
    position: absolute;
    bottom: 10px;
    color: #ffffff;
}
.course-item .info em{
    display: block;
    width: 100%;
    height: 22px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.course-item .info i{
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
}
.zhenp-list {
    width: 1200px;
    margin: 100px auto;
}

.zhenp-item {
    display: none;
    width: 370px;
    /* height: 620px; */
    box-shadow: 0 24px 50px rgba(51, 51, 51, .1);
    float: left;
    margin: 0 45px 45px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -webkit-transform .2s;
    -o-transition: -webkit-transform .2s;
    transition: transform .2s;
}

.zhenp-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.zhenp-item.margin0 {
    margin: 0 0 45px;
}

.zhenp-item span {
    display: block;
    width: 370px;
    height: 370px;
}

.zhenp-item span img {
    width: 100%;
    height: 100%;
}

.zhenp-item em {
    display: block;
    font-size: 22px;
    color: #333;
    padding: 26px 20px 0 26px;
    font-weight: 100;
}

.zhenp-item strong {
    display: block;
    padding-left: 26px;
    margin: 10px 0;
    font-weight: 100;
}

.zhenp-item i {
    display: block;
    padding-left: 26px;
}

/*.trip-bg{width:540px;height:540px;background: #f0f3f6;margin-top: 226px;position: relative;}
.trip-next{display: block;width: 14px;height: 37px; position: absolute;right: -240px;top: 160px;}
.trip-next img{width: 100%;}
.trip-desc{width:360px;height:540px;background: #fff;box-shadow: 0 24px 50px rgba(51,51,51,.1);margin-top: -80px;position: relative;background: url(../../images/index/trip-desc.png) no-repeat center top;background-size:100% 100%;}
.trip-btn{display: block;width:118px;height:32px;border:1px solid #8696a6;color: #8696a6;line-height: 32px;text-align: center;margin:0 auto;font-size: 14px;overflow:hidden;position: absolute;bottom:53px;left:50%;margin-left: -60px;z-index: 2;}
.trip-btn:after{content: '';width: 0; height: 0;-webkit-transform: rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: #8696a6 transparent transparent transparent;position: absolute;top: 0;left: 0;z-index: -1;}
.trip-btn:hover{color: #fff;}
.trip-btn:hover:after {border-width: 80px 200px 0 0;}
#list li{width:540px;position:absolute;overflow:hidden;cursor:pointer;}
#list li img{width:100%;height:100%;vertical-align:top;}
#list li div{width:100%;height:100%;background:#000;filter:alpha(opacity=70); opacity:0.7; position:absolute; z-index:1; top:0px; left:0px;}
#list li .b_tit{width:100%;height:210px;position:absolute; z-index:1; bottom:0; left:0px;margin:0px;padding:0px;}
#list li .tit{display: block;width:100%;height:220px;position: absolute;left:0;bottom:0;background: rgba(0,0,0,.8);padding:24px 0 0 35px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing: border-box;}
#list li .tit em{display: block;color: #fff;font-size: 24px;}
#list li .tit i{display: block;margin:13px 0 8px;width: 48px;height: 2px;}
#list li .tit strong{display: block;width:300px;height:94px;overflow:hidden;color: #fff;font-size: 36px;}*/
.mobile-client {
    margin-top: 90px;
    width: 100%;
    height: 780px;
    background: url("../../images/index/banner3.jpg") no-repeat center center;
    overflow: hidden;
}

.mobile-client-cont {
    display: block;
    width: 1200px;
    height: 780px;
    margin: 0 auto;
    position: relative;
}

.appdownload-mobile {
    display: block;
    width: 425px;
    position: absolute;
    left: 0;
    top: 100px;
}

.appdownload-mobile img {
    width: 100%;
}

.mobile-title {
    position: absolute;
    left: 600px;
    top: 200px;
    width: 500px;
}

.mobile-title span {
    display: block;
}

.mobile-title span em {
    color: #fff;
    font-size: 36px;
    margin-left: 35px;
    font-weight: 100;
}

.mobile-title span i img {
    vertical-align: middle;
}

.mobile-p {
    position: absolute;
    left: 600px;
    top: 350px;
    width: 500px;
}

.mobile-p p {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}

.mobile-ul {
    position: absolute;
    left: 600px;
    top: 450px;
    width: 500px;
}

.mobile-ul ul li {
    float: left;
}

.mobile-ul ul li strong {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

.mobile-ul ul li a,
.mobile-ul ul li span {
    display: block;
}

.mobile-ul ul li span {
    padding-right: 38px;
}

.mobile-ul ul li:last-child {
    padding-left: 38px;
}

.mobile-ul ul li a:last-child {
    margin-top: 16px;
}

.voices {
    width: 100%;
    padding-top: 90px;
}

.voices h2 {
    font-size: 36px;
    color: #8696a6;
    text-align: center;
}

.voices .line-break-black {
    display: block;
    width: 40px;
    height: 13px;
    margin: 14px auto 55px;
}

.voices .line-break-black img {
    width: 100%;
}

.voices-cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.voices-list {
    padding: 25px 0 25px 45px;
}

.voices-list li {
    width: 67px;
    height: 67px;
    margin-right: 12px;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 67px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    float: left;
}

.voices-list li img {
    width: 100%;
    border-radius: 50%;
}

.voices-list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(210, 210, 210, 0.6);
    color: #f5f5f5;
}

.voices-list li span.more {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    color: #333;
    font-size: 12px;
}

.voices-desc-list {
    width: 1200px;
    height: 420px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
}

.voices-desc-list ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 420px;
}

.voices-item {
    display: block;
    width: 1200px;
    height: 420px;
    float: left;
    position: relative;
}

.voices-item h5 {
    font-size: 30px;
    color: #333;
    padding: 40px 0 30px 65px;
    margin: 0;
    font-weight: inherit;
}

.voices-item p {
    width: 590px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    color: #8696a6;
    padding-left: 65px;
}

.voices-item span {
    display: block;
    height: 420px;
    position: absolute;
    bottom: 0;
    right: 1px;
}

.voices-item span img {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* .voices-item.active{display:block;}
.voices-item.active h5 {z-index:3;-webkit-animation: fadeInU 1s;-moz-animation: fadeInU 1s;animation: fadeInU 1s;}
.voices-item.active p {z-index:3;-webkit-animation: fadeInU 1.6s;-moz-animation: fadeInU 1.6s;animation: fadeInU 1.6s;}
.voices-item.active span{z-index:3;-webkit-animation: fadeInU 2.2s;-moz-animation: fadeInU 2.2s;animation: fadeInU 2.2s;} */
/*.voices-desc.active span {-webkit-animation: voicesAnimate 1s;-moz-animation: voicesAnimate 1s;animation: voicesAnimate 1s;}
.voices-desc.active p {-webkit-animation: voicesAnimate 1.6s;-moz-animation: voicesAnimate 1.6s;animation: voicesAnimate 1.6s;}
.voices-desc.active h5{-webkit-animation: voicesAnimate 2.2s;-moz-animation: voicesAnimate 2.2s;animation: voicesAnimate 2.2s;}*/
.pierre {
    width: 100%;
    height: 780px;
    background: url("../../images/index/banner5.jpg") no-repeat center center;
    text-align: center;
    margin-top: 117px;
    overflow: hidden;
}

.pierre-cont {
    display: block;
}

.pierre h3 {
    display: none;
    font-size: 36px;
    color: #fff;
    padding-top: 193px;
    font-weight: 100;
}

.pierre h3 i {
    display: block;
    width: 40px;
    height: 13px;
    margin: 13px auto 0;
}

.pierre p {
    display: none;
    font-size: 24px;
    color: #fff;
    margin-top: 55px;
    font-weight: 100;
    line-height: 40px;
}

.pierre a {
    display: none;
    width: 150px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 120px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    z-index: 2;
    overflow: hidden;
}

.pierre a:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #f0f3f6 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pierre a:hover {
    color: #6e6c5d;
}

.pierre a:hover:after {
    border-width: 200px 200px 0 0;
}

.pierre.active h3 {
    display: block;
    -webkit-animation: fadeInUp .6s;
    -moz-animation: fadeInUp .6s;
    animation: fadeInUp .6s;
}

.pierre.active p {
    display: block;
    -webkit-animation: fadeInUp 1.2s;
    -moz-animation: fadeInUp 1.2s;
    animation: fadeInUp 1.2s;
}

.pierre.active a {
    display: inline-block;
    -webkit-animation: fadeInUp 1.8s;
    -moz-animation: fadeInUp 1.8s;
    animation: fadeInUp 1.8s;
}

.message {
    width: 1200px;
    margin: 90px auto 110px;
}

.message .title {
    color: #333;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.message-item {
    width: 580px;
    height: 350px;
    padding: 43px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 24px 50px rgba(51, 51, 51, .1);
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    position: relative;
}

.message-item li {
    height: 310px;
}

.message-item h5 {
    color: #006cb8;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 100;
}

.message-item p {
    color: #333;
    font-size: 18px;
    margin: 24px auto 50px;
    font-weight: 100;
}

.message-item span {
    display: block;
    width: 89px;
    height: 48px;
    position: absolute;
    right: 43px;
}

.message-item span img {
    width: 100%;
}

.message-item li.active h5 {
    -webkit-animation: fadeInThenUp 1s;
    -moz-animation: fadeInThenUp 1s;
    animation: fadeInThenUp 1s;
}

.message-item li.active p {
    -webkit-animation: fadeInThenUp 1.6s;
    -moz-animation: fadeInThenUp 1.6s;
    animation: fadeInThenUp 1.6s;
}

.message-item li.active span {
    -webkit-animation: fadeInThenUp 2.2s;
    -moz-animation: fadeInThenUp 2.2s;
    animation: fadeInThenUp 2.2s;
}

.holiday-layer {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.holiday-layer-cont {
    width: 660px;
    height: 300px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -330px;
    top: 50%;
    margin-top: -150px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .11);
}

.holiday-layer-cont img {
    margin-top: 50px;
}

.holiday-layer-cont p {
    font-size: 30px;
}

@-webkit-keyframes fadeInThenUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -moz-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInThenUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -moz-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInThenUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -moz-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        -moz-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        -moz-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        -moz-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInU {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInU {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInU {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* nav hover */
.hoverNav {
    display: block;
    left: 0;
    animation-name: navHover;
    -webkit-animation: navHover .2s linear 0s normal none;
    -moz-animation: navHover .2s linear 0s normal none;
    animation: navHover .2s linear 0s normal none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes navHover {
    0% {
        width: 0;
    }

    10% {
        width: 10%;
    }

    20% {
        width: 20%;
    }

    30% {
        width: 30%;
    }

    40% {
        width: 40%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 60%;
    }

    70% {
        width: 70%;
    }

    80% {
        width: 80%;
    }

    90% {
        width: 90%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes navHover {
    0% {
        width: 0;
    }

    10% {
        width: 10%;
    }

    20% {
        width: 20%;
    }

    30% {
        width: 30%;
    }

    40% {
        width: 40%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 60%;
    }

    70% {
        width: 70%;
    }

    80% {
        width: 80%;
    }

    90% {
        width: 90%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes navHover {
    0% {
        width: 0;
    }

    10% {
        width: 10%;
    }

    20% {
        width: 20%;
    }

    30% {
        width: 30%;
    }

    40% {
        width: 40%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 60%;
    }

    70% {
        width: 70%;
    }

    80% {
        width: 80%;
    }

    90% {
        width: 90%;
    }

    100% {
        width: 100%;
    }
}

.outNav {
    display: block;
    left: 0;
    animation-name: outNav;
    -webkit-animation: outNav .2s linear 0s normal none;
    -moz-animation: outNav .2s linear 0s normal none;
    animation: outNav .2s linear 0s normal none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes outNav {
    0% {
        width: 100%;
    }

    10% {
        width: 90%;
    }

    20% {
        width: 80%;
    }

    30% {
        width: 70%;
    }

    40% {
        width: 60%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 40%;
    }

    70% {
        width: 30%;
    }

    80% {
        width: 20%;
    }

    90% {
        width: 10%;
    }

    100% {
        width: 0;
    }
}

@-moz-keyframes outNav {
    0% {
        width: 100%;
    }

    10% {
        width: 90%;
    }

    20% {
        width: 80%;
    }

    30% {
        width: 70%;
    }

    40% {
        width: 60%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 40%;
    }

    70% {
        width: 30%;
    }

    80% {
        width: 20%;
    }

    90% {
        width: 10%;
    }

    100% {
        width: 0;
    }
}

@-ms-keyframes outNav {
    0% {
        width: 100%;
    }

    10% {
        width: 90%;
    }

    20% {
        width: 80%;
    }

    30% {
        width: 70%;
    }

    40% {
        width: 60%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 40%;
    }

    70% {
        width: 30%;
    }

    80% {
        width: 20%;
    }

    90% {
        width: 10%;
    }

    100% {
        width: 0;
    }
}

.outNavReturn {
    display: block;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    animation-name: outNav;
    -webkit-animation: outNav .2s linear 0s normal none;
    -moz-animation: outNav .2s linear 0s normal none;
    animation: outNav .2s linear 0s normal none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes outNav {
    0% {
        width: 100%;
    }

    10% {
        width: 90%;
    }

    20% {
        width: 80%;
    }

    30% {
        width: 70%;
    }

    40% {
        width: 60%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 40%;
    }

    70% {
        width: 30%;
    }

    80% {
        width: 20%;
    }

    90% {
        width: 10%;
    }

    100% {
        width: 0;
    }
}

@-moz-keyframes outNav {
    0% {
        width: 100%;
    }

    10% {
        width: 90%;
    }

    20% {
        width: 80%;
    }

    30% {
        width: 70%;
    }

    40% {
        width: 60%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 40%;
    }

    70% {
        width: 30%;
    }

    80% {
        width: 20%;
    }

    90% {
        width: 10%;
    }

    100% {
        width: 0;
    }
}

@-ms-keyframes outNav {
    0% {
        width: 100%;
    }

    10% {
        width: 90%;
    }

    20% {
        width: 80%;
    }

    30% {
        width: 70%;
    }

    40% {
        width: 60%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 40%;
    }

    70% {
        width: 30%;
    }

    80% {
        width: 20%;
    }

    90% {
        width: 10%;
    }

    100% {
        width: 0;
    }
}

.hoverNavReturn {
    display: block;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    animation-name: hoverNavReturn;
    -webkit-animation: hoverNavReturn .2s linear 0s normal none;
    -moz-animation: hoverNavReturn .2s linear 0s normal none;
    animation: hoverNavReturn .2s linear 0s normal none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes hoverNavReturn {
    0% {
        width: 0;
    }

    10% {
        width: 10%;
    }

    20% {
        width: 20%;
    }

    30% {
        width: 30%;
    }

    40% {
        width: 40%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 60%;
    }

    70% {
        width: 70%;
    }

    80% {
        width: 80%;
    }

    90% {
        width: 90%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes hoverNavReturn {
    0% {
        width: 0;
    }

    10% {
        width: 10%;
    }

    20% {
        width: 20%;
    }

    30% {
        width: 30%;
    }

    40% {
        width: 40%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 60%;
    }

    70% {
        width: 70%;
    }

    80% {
        width: 80%;
    }

    90% {
        width: 90%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes hoverNavReturn {
    0% {
        width: 0;
    }

    10% {
        width: 10%;
    }

    20% {
        width: 20%;
    }

    30% {
        width: 30%;
    }

    40% {
        width: 40%;
    }

    50% {
        width: 50%;
    }

    60% {
        width: 60%;
    }

    70% {
        width: 70%;
    }

    80% {
        width: 80%;
    }

    90% {
        width: 90%;
    }

    100% {
        width: 100%;
    }
}

.header-text {
    display: block;
    animation-name: headerTitle;
    -webkit-animation: headerTitle .8s ease-out both;
    -moz-animation: headerTitle .8s ease-out both;
    animation: headerTitle .8s ease-out both;
}

@-webkit-keyframes headerTitle {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes headerTitle {
    from {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes headerTitle {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chana {
    position: relative;
}

.chana .English {
    position: absolute;
    left: 0;
    top: 80px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(0, 0, 0, .3)
}
.nav-wrap .server-tel{
    position: absolute;
    color: #fff;
    font-size: 12px;
    left: 65px;
    top: 0px;
    line-height: 18px;
}
.fixedAnimate .server-tel{
    color: #999999;
}
#about_tsingpu {
    margin: 100px 235px;
    display: flex;
    font-family: 'fzs';
    /* min-height: 400px; */
}
#about_tsingpu_jgl {
    width: 100px;
    border-right: 1px #000 solid;
}
#about_tsingpu_jgr {
    width: 100px;
    border-left: 1px #000 solid;
}
#about_tsingpu_title {
    flex-shrink: 0;
    width: 300px;
    text-align: right;
    /* font-size: 50px; */
    font-size: 30px;
    font-family: "fdbsjw2";
}
#about_tsingpu_content {
    text-align: left;
    /* font-size: 38px; */
    font-size: 16px;
    line-height: 25px;
    font-family: 'fzs';
}

#about_en_tsingpu {
    margin: 100px 235px;
    display: flex;
    font-family: 'fdbsjw2';
    /* min-height: 400px; */
}
#about_en_tsingpu_jgl {
    width: 100px;
    border-right: 1px #000 solid;
}
#about_en_tsingpu_jgr {
    width: 100px;
    border-left: 1px #000 solid;
}
#about_en_tsingpu_title {
    flex-shrink: 0;
    width: 300px;
    text-align: right;
    font-size: 30px;
    font-family: "fdbsjw2";
}
#about_en_tsingpu_content {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    font-family: 'fdbsjw2';
}

.index_picture_line {
    display: flex;


}
.index_picture_item {
    /*flex: 1;*/
    width: 33.33%;
}
.index_picture_item img{
    display: block;
    width: 100%;
    transition:transform 0.5s;
}
.index_picture_item img:hover{
    transform: scale(1.1,1.1);
}

#index_code {
    margin: 10% 20%;
    text-align: center;
    display: flex;
    justify-content: center;
}

#index_wechat {
    text-align: center;
}
#code_l {
    border-right: 1px #000 solid;
    width: 15%;
}
#code_r {
    border-left: 1px #000 solid;
    width: 15%;
}
#index_minipro {

}
.index_code_title {
   font-family: 'fdbsjw2';
    font-size: 30px;
    margin-bottom: 50px
}
.index_code_bottom {
    font-family: 'fzs';
    font-size: 15px;
    margin-top: 50px
}

.input_subtitle{
    text-align: center;
    font-size: 40px;
    font-family: 'fdbsjw2';
    font-weight: 700;
    margin: 150px 0;
}
.input_subtitle .text{
    width: 500px;
    display: inline-block;
    line-height: 80px;
}
.index_product{

}
.index_product_content_pic img{
    width: 100%;
   display: block;
}
.index_product_content_text{
    font-size: 16px;
    line-height: 25px;
    width: 1200px;
    margin: 100px auto 110px;
    font-family: 'fzs';
}

.index_product_content_img_list_1 img{
    display: block;
    float: left;
}
.index_product_content_img_list_1 img.big{
    width: 50%;
}
.index_product_content_img_list_1 img.small{
    width: 25%;
}


.index_product_content_img_list_2 img{
    display: block;
    float: left;
}
.index_product_content_img_list_2 img.big{
    width: 85%;
}
.index_product_content_img_list_2 img.small{
    width: 15%;
}


.index_product_content_img_list_3{
    display: block;
    float: right;
}
.index_product_content_img_list_3 img.big{
    width: 60%;
    float: left;
}
.index_product_content_img_list_3 img.small{
    width: 40%;
    float: left;
}
