
html {
    font-family: 'Microsoft YaHei,sans-serif' important;
    font-size: 13px;
    color: #666;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fafafa;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 0;
    padding: 0;
}

img {
    border: 0px;
}

ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}
input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
 }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

* {
    webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button,
select,
textarea {
    outline: none;
    border: none;
    outline: none;
    background: none;
    font-family: 'Microsoft YaHei';
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.mt10{
    margin-top: 10px;
}
.font-17{
    font-size: 17px;
}
.font-32{
    font-size: 32px;
}
.two-line{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;   
  }
  .three-line{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;   
  }
/* 补充*/

html {
    -webkit-text-size-adjust: 100%;
}
input,
textarea {
    border: 0;
    -webkit-appearance: none;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }
img {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
input,textarea{outline:none;}
.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.padding-box {
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.text-left {
    text-align: left;
       margin-top: 10px;
    overflow: hidden;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}
.border-gray {
    border: solid 1px #efefef;
}

.border-left-gray {
    border-left: solid 1px #efefef;
}

.border-right-gray {
    border-right: solid 1px #efefef;
}

.border-top-gray {
    border-top: solid 1px #efefef;
}

.border-bottom-gray {
    border-bottom: solid 1px #efefef;
}
.center,.centers{
    width: 1200px;
    margin: 0 auto;
}
.center{
    overflow: hidden;
}

.border-ring {
    border-radius: 100%;
}

.margin-none {
    margin: 0;
}

.margin-left-none {
    margin-left: 0;
}

.margin-right-none {
    margin-right: 0;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.padding-none {
    padding: 0;
}

.padding-left-none {
    padding-left: 0;
}

.padding-right-none {
    padding-right: 0;
}

.padding-top-none {
    padding-top: 0;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.hide {
    display: none;
}
dd{
    margin: 0;
    -webkit-margin-start: 0px;
}
.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.mt20{
    margin-top: 20px;
}
.pointer {
    cursor: pointer !important;;
}

.auto {
    cursor: auto;
}
.bg-white {
    background: #fff !important;
}

.fg-white {
    color: #fff;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    text-align: center;
    display: none;
}
.wrap{
    width: 100%;
    overflow: hidden;
}
.border-none{
    border:none!important;;
}
.mb19{
    margin-bottom: 12px;
}
.mb12{
    margin-bottom: 5px;
}
/*index*/
.i-more{
    display: block;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 40px;
    font-size: 18px;
}
.home_banner_swiper {
    height: 620px;
    overflow: hidden;
}
.home_banner_swiper .pagination-content{
    z-index: 10;
    height: 88px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px dashed #ffffff;
    display: none;
}
.home_banner_swiper .pagination-content .swiper-pagination {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    top: -13px;
}
.home_banner_swiper .zit{
    top:106px;
    left: 50%;
    width: 1200px;
    color: #fff;
    margin-left: -600px;
    overflow: hidden;
}
.home_banner_swiper .zit .fonts{
  font-size: 32px;
}
.home_banner_swiper .zit .zxf{
    margin-top: 16px;
    font-size: 36px;
  }
  .home_banner_swiper .zit .dsb{
     width: 418px;
     height: 64px;
     margin-top: 20px;
     background: url(../images/title.png);
     overflow: hidden;
  }
  .prevn{
    width: 60px !important;
    height: 60px!important;
    margin-top: -50px !important;
    background-size: cover !important;
  }
  .cour-jt{
      width: 1200px;
      margin: 0 auto;
  }
  .cour-jt .swiper-button-next {
    right: -20px;
  }
   .cour-jt .swiper-button-prev{  
      left: -20px;
   
  }
  .cour-jt .swiper-button-next,.cour-jt .swiper-button-prev{
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
  }
.home_banner_swiper  .swiper-slide {
      display: block;
    }
    .home_banner_pagination {
        bottom: 25px !important;
    }
    .home_peoject_container  .swiper-slide{
        position: relative;
        width:380px !important;
        height: 352px;
        webkit-box-shadow: 0 5px 15px  rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 15px  rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
    .home_country_container  .swiper-slide{
        width: 278px !important;
        height: 369px;
        webkit-box-shadow: 0 5px 15px  rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 15px  rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 24px 11px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
     .city-bottom-wrapper {
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 120px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }
    
   .city-bottom-wrapper .bottom-triangle {
        width: 0;
        border-bottom: 3em solid #fff;
        border-right: 30em solid transparent
    }
    
    .city-bottom-wrapper .city-info-wrapper {
        width: 100%;
        background: #fff;
        height: 78px;
        margin-top: -.1em
    }
    
     .city-bottom-wrapper .city-info-wrapper .city-title {
        text-align: left;
        padding-top: .4em;
        margin-left: 20px;
        font-family: Graphik,Arial,San Fransisco,sans-serif;
        font-size: 1.6em
    }
    
    .city-bottom-wrapper .city-info-wrapper .city-tag-line {
        text-align: left;
        margin-left: 20px;
        color: #9a9a9a;
        opacity: 0;
        transform: translateY(1em);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    
   .city-bottom-wrapper .city-info-wrapper .city-tag-line span {
        font-size: 16px;
    }
    /* .home_classroom_container  .swiper-slide:hover  */
    .home_country_container .swiper-slide:hover{
        margin-top: 30px;
    }

 .home_peoject_container  .swiper-slide:hover,.home_classroom_container .swiper-slide:hover{
   /* transform: translateY(-.3em); */
    margin-top: 1px;
    }
    .list-trv li:hover,.tn-list .tn-item:hover{
    transform: translateY(-.3em);
    }
 .home_peoject_container  .swiper-slide:hover,
    .tn-list .tn-item:hover,.list-trv li:hover
     {
        /* transform: translateY(-.3em); */
      
        -webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 3px 16px 0 rgba(0,0,0,.2);
        box-shadow: 0 3px 16px 0 rgba(0,0,0,.2)
    }
    .home_country_container  .swiper-slide:hover .city-bottom-wrapper {
        height:130px;
    }
    
    .home_country_container  .swiper-slide:hover .city-bottom-wrapper .city-tag-line {
        opacity: 1;
        transform: translateY(0)
    }
    
    .heg34{
        height: 280px;
    }
    .home_banner_swiper  .swiper-pagination-bullet {
        width: 25px;
        height: 25px;
        margin: 0 9px !important;
        margin-top: 0;
        background: url(../images/bayd.png) center;
        background-repeat:no-repeat;
        opacity: 1;
    }
    .home_banner_swiper .swiper-pagination-bullet-active {
        background: url(../images/cbayd.png);
}
.home_classroom {
    position: relative;
}
.home_classroom_container {
        height: 400px;
 }
 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
     outline: none;
 }
 .home_classroom_container  .swiper-slide {
          height: 334px  !important;
          width: 278px !important;
          webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
          -moz-box-shadow: 0 5px 15px rgba(0,0,0,.1);
          box-shadow: 0 5px 15px rgba(0,0,0,.1);
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -khtml-border-radius: 5px;
          border-radius: 5px;
          margin: 10px 11px;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }
 .home_classroom_container  .swiper-slide  .img {
            height: 179px;   
   }
   .home_classroom_container  img{
            width: 100%;
        
          }
 .home_classroom_container  .swiper-slide  .info {
            padding: 20px 18px 24px 18px;
            overflow: hidden;
            position: relative;
            /* height: 280px; */
 }
 .home_classroom_container  .swiper-slide  .info  .text {         
    font-size: 16px;
    color: #31424e;
    line-height: 25px;
    height: 50px;
    text-align: left;
    margin-bottom: 29px;
            }
            .home_classroom_container .swiper-slide  .info .look {
            font-size: 13px;
            color:#b0b0b0;
            }
            .home_classroom_container .swiper-slide .img{
                height: 199px;
                overflow: hidden;
            }
            .home_classroom_container .swiper-slide  .info .look i{
               display: inline-block;
               width: 17px;
               height: 11px;
               margin-right: 9px;
               vertical-align: middle;
               background-position: -243px 0;
          }
          .home_classroom_container  .swiper-pagination-bullet{
      width: 27px;
      height: 5px;
      opacity: 1;
      border-radius: 0;
      background: #b9b9b9;
  }   
  .swiper-button-next, .swiper-button-prev{
      cursor: pointer !important;
  }
  .home_classroom_container .swiper-pagination-bullet-active{
    background: #ff5c5c;
}         
.pb61{
    padding-bottom: 61px;
}             
    .look-back>li{
        position: relative;
            float: left;
             width: 300px;
             height: 342px;
             overflow: hidden;
        }
        .look-back>li:hover .item_img_mask{
         opacity: 1;
        } 
        .look-back>li:hover .item_icon{
            opacity: 1;
           }   
        .item_img{
            height: 100%;
        }
        .item_img p{
            margin-top: 292px;
            color: #fff;
            font-size: 16px;
            padding: 0 4px;
        }
       .item_img_mask {
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(0,0,0,.7);
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all .2s ease 0s;
        }
        .item_icon {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -23px;
            margin-top: 0;
            opacity: 0;
            transition: all .3s ease 0s;
            font-size: 0;
            transform: translateY(-50%);
        }
         .item_icon .PostImage {
            height: 46px;
            width: 46px;
            display: inline-block;
            text-align: center;
            position: relative;
        }
       .item_icon .PostImage i {
            display:inline-block;
            width: 18px;
            height: 19px;
            top: 13px;
            left: -1px;
            transition: all .2s ease 0s;
            position: relative;
            z-index: 2;
            background-position: -43px 0;
        }
       /* .item_icon .PostImage:hover .item_icon_bg {
            background-color: transparent;
            border-color: #fff;
            color: #fff;
            transform: scale(1.2,1.2);
        } */
        .item_icon .PostImage .item_icon_bg {
            border-radius: 50%;
            border: 2px solid transparent;
            background: #fff;
            height: 100%;
            width: 100%;
            transition: all .2s ease 0s;
            position: absolute;
            left: -2px;
            top: -2px;
        }
        .com-title{
            padding:40px 0;
        }
        .com-title h3 {
            font-size: 32px;
            color: #494949;
        }
        .com-title span {
            display: inline-block;
            width: 220px;
            height: 1px;
            background: #eee;
            vertical-align: middle;
        }
        .com-title span:first-child{
            margin-right: 48px;
        }
        .com-title span:last-child{
            margin-left: 48px;
        }
        .com-title p {
            margin-top: 15px;
            font-size: 18px;
            color: #a5a5a5;
        }
        .countries{
            height: 417px;
            margin: 10px 0 87px  0;
        }
  
        .homePage .moreButton {
            width: 233px;
            height: 59px;
            border:1px solid #ccc;
            margin: 0 auto; 
            margin-top: 43px;
            margin-bottom: 79px;    
            font-size: 16px;
            color: #7f7f7f;
            display: block;
            text-align: center;
            line-height: 59px;
        }
        .project{
           height: 478px;
        }
    .project .swiper-pagination{
        bottom: 36px !important;
    }
    .project  .swiper-pagination-bullet{
      width: 28px;
      height: 5px;
      border-radius: 0!important;
      background: #b9b9b9;
    }
    .project  .swiper-pagination-bullet-active{
        background: #ff4646;
    } 
    .project .img{
        width: 100%;
        height: 220px;
        overflow: hidden;
    }
    .project .img img{
        width: 100%;
    }
    .project .one{
        overflow: hidden;
        font-size: 18px;
        height: 50px;
        line-height: 27px;
        color: #444;
    }
    .project .text{
    padding: 20px 15px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    }
    .project>li:nth-child(3n){
        margin-right: 0;
    }  
.mtb25{
    margin-top: 20px ;
    margin-bottom: 58px;
}
.max-two{
    font-size: 16px;
    color: #000;
    height: 46px;
    line-height: 25px;
}
.project .address{
  top:0;
  left:0;
  padding: 7px 12px;
  overflow: hidden;
  background: #ff4646;
  color: #fff;
  font-size: 14px;
}
.project .address>span{
    display: block;
    font-size: 12px;
    color: #ccc;
    text-decoration: line-through;
}
.project .day{
    width: 100%;
    margin: 24px 0 17px 0;
}
.lijid{
    margin-top: 19px;
}
.lijid>span:first-child{
    font-size: 28px;
    color: #ff4646;
}
.lijid>span i{
    font-size: 15px;
}
.lijid>span:last-child{
    display: block;
    float: right;
    margin-top: 3px;
font-size: 16px;
color: #999;
}
.index-dz{
    height: 480px;
    background: url(../images/index-dz.jpg);
    background-size: cover;
}
.wd565{
    width: 1200px;
    margin: 0 auto;
    padding: 52px 0 47px 0;
    margin-top: 52px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    filter:alpha(opacity=50);
    overflow: hidden;
}
.wd565 .dz-title{
  font-size: 38px;
}
.gotop{
    position: fixed;
    display: none;
    bottom: 120px;
    right: 0;
    background: url(../images/go_top.png);
    width: 40px;
    height: 40px;
    z-index: 9;
    transition: all ease-in-out .2s;
}
.wd565 .dz-con{
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 40px;
    width: 900px;
    margin: 0 auto;
    margin-top: 25px;
  }
  .wd565 .dz-tel{
    margin-top: 18px;
    font-size: 30px;
  }
  .wd565 .dz-btn{
      display: block;
      width: 160px;
      height: 42px;
      margin: 0 auto;
      margin-top: 33px;
      line-height: 42px;
      border-radius: 5px;
      box-shadow:0 0 5px rgba(255, 63, 44, .52);
      background: #ff4646;
     font-size: 18px;
    color: #fff;
  }
.header{
    height: 69px;
    line-height: 69px;
    padding: 0!important;
     background: #fafafa;
     box-shadow: 0px 2px 5px #ddd;
}
.defg{
    position: relative;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    /*overflow: hidden;*/
}
.heighr320{
    height: 320px;
    margin-bottom: 30px;
}
.header .logo{
    display: block;
    width: 118px;
    margin:3px 24px 0 0;
    float: left;
    overflow: hidden;
}
.header .logo a{
    display: block;
    width: 100%;
    overflow: hidden;
}
.header .index-search{
    display: inline-block;
    width: 18px;
    height: 19px;
    background-position: -43px 0;
    vertical-align:bottom;
}
.header .nav{
    width: 760px;
    height:69px;
    margin-top: 0;
    line-height: inherit;
    overflow: hidden;
}
.header .nav >a{
 position: relative;
 display: block;
 float: left;
 width: auto;
 padding: 0 20px;
 height: 69px;
 color: #333;
 font-size: 16px;
}
.header .nav >a .wire {
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 2px;
    width: 100%;
    left: 0px;
}
.header .nav >a .wire div {
    position: relative;
    width: 0px;
    margin: auto;
    background: #ff4646;
    height: 2px;
}

.header .nav >a .wire div{-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}

.header .nav >a:hover .wire div,
.header .nav >a.active .wire div {
    width: 56px;
}
.header .nav >a.active{
    color: #ff4646;
}
 .header .login{
       display: inline-block;
       margin-left: 32px;
       color: #333;
       font-size: 16px;  
   }
 .header .login span{
    display: inline-block;
    margin: 0 20px;
   }
   .i-masb{
    color: #31424e;
    font-size: 16px;
   }
   .i-masb p,.i-masb img{
    margin-bottom: 20px;
   }
   .paren-list .bosx{
    float: left;
    width: 210px;
    height: 210px;
    margin: 0 36px 27px 0;
    overflow: hidden;
   } 
   .paren-list .bosx img{
     margin-bottom: 0;
   } 
   .paren-list .bosx:nth-child(5n){
    margin-right: 0;
}
  .i-masb p{
    line-height: 26px;
   }
.main-footer{
    padding-top:56px;
    font-size: 14px;
    color: #000;
    background: #333;
}
.footer-bottom{
    line-height: 40px;
    height: 40px;
    color: #676767;
   background: #262626;
}
.footer-bottom a{
    color: #676767;    
}
.footer-bottom a:hover{
    color: #fff;    
}
.footer-icon{
    width: 270px;
    overflow: hidden;
}
.footer-project{
    width: 141px;  
    margin-left: 100px;
    overflow: hidden;
}
.friendly-link{
    border-top:1px solid #484848;
    padding-top: 24px;
    margin-bottom: 24px;
}
.friendly-link a{
    margin-right: 20px;
}
.friendly-link a:hover{
  color: #fff;
}
.friendly-link a,.friendly-link span{
    display: inline-block;
    font-size: 14px;
    color: #6e6e6e;
}
.footer-project>li:first-child{
    margin-bottom: 25px;
}
.footer-project>li:last-child{
    margin-bottom: 42px;
}
.footer-project>li:first-child a{
    color: #fff;
    font-size: 16px;
   }
.footer-project>li{
    margin-bottom: 15px;
}
.footer-project>li a{
 font-size: 14px;
 color: #a1a1a1;
}
.footer-project>li a:hover{
    color: #fff;
   }
.footer-focus{
    width:277px;
    margin-left: 30px;
    color: #adadad;
    overflow: hidden;
}
.wd123{
    width: 123px;
}
.ml30{
    margin-left: 30px !important;
}
.footer-focus p{
    margin-top: 15px;
}
.yx-task{
    margin-top: 20px;
    font-size: 14px;
 color: #a1a1a1; 
}
.yx-task span{
display: inline-block;
}
.yx-task .addree{
    width: 10px;
    margin-right: 10px;
    height: 14px;
    background-position: -21px 0;
}
.yx-task .tel{
    width: 12px;
    margin-right: 9px;
    height: 13px;
}
.mas-icon{
    background: url(../images/icons.png);
    background-size: 300px 200px;
}
/*游学项目*/

.row-hot{
    padding: 20px 0;
    background: #fff;
}
.r-title h2{
    font-size: 26px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
    margin-bottom: 35px;
}
.row-hot .r-navbar{
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
    color: #eee;
    line-height: 22px;
}
.row-hot .r-navbar a {
    color: #333;
    display: inline-block;
    margin: 0 27px;
    vertical-align: top;
    padding-bottom: 12px;
}
.row-hot .r-navbar a:hover {
    color: ff4937;
    border-bottom: 3px solid #ff4937;
}
.row-hot .r-navbar a.on {
    color: ff4937;
    border-bottom: 3px solid #ff4937;
}
.row-hot .r-navbar .divide {
    display: inline-block;
    margin-top: 3px;
    width: 3px;
    height: 15px;
    background-color: #eee;
    overflow: hidden;
    line-height: 100px;
    vertical-align: top;
}
.hot-list{
    line-height: 24px;
    font-size: 14px;
}
.hot-list a{
 display: block;
 float: left;
 width: 25%;
 text-align: left;
 color: #666;
 margin:0 0 38px 0;
}
.hot-list a span{
    color: #b1b1b1;
}
.tn-list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.tn-item {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tn-item:hover {
 box-shadow: 0 0 33px rgb(56,70,78,.1);
}
.tn-image {
    float: left;
    width: 375px;
    height: 230px;
    overflow: hidden;
    position: relative;
}
.tn-wrapper {
    float: right;
    width: 792px;
    height: 230px;
    padding-top: 20px;
}
.tms-left{
    width: 533px;
    overflow: hidden;
} 
.tms-left .title{
    height: 36px;
    font-size: 24px;
    color: #31424e;
}
.tms-left .bourn .tn-ding{
    display: inline-block;
    width: 220px;
}
.tms-left .shuom{
 margin-top: 14px;
 font-size: 14px;
 color: #999;
 height: 48px;
 line-height: 24px;
}
.tms-left .leader{
    margin-top: 14px !important;
}
.tms-left .bourn{
    margin-top: 20px;
}
.tms-right .add-price{
    font-size: 30px;
    margin-top: 2px;
    text-align: right;
}
.tms-left .bourn,.tms-left .leader{
 
    font-size: 14px;
    color: #999;
}
.tms-left .bourn .q-first{
    display: inline-block;
    margin-right:19px;
    vertical-align: sub;
    background: url(../images/q-first.png);
    background-size: 92px 18px;
}
.tms-left .bourn .q-first{
  width: 14px;
  height: 18px;
}
.tms-left .bourn .num-icon{
    width: 18px;
    height: 18px;
    background-position: -23px 0;
}

.tms-left .bourn .type-icon{
    width: 16px;
    height: 17px;
    background-position: -50px 0;
}
.tms-left .bourn .age-icon{
    width: 17px;
    height: 17px;
    background-position: -75px 0;
}
 .tn-ding span{
     display: inline-block;
     margin-left: 10px;
    color: #666;
}
.type-travl{
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}
.type-travl a{
    padding: 4px 14px;
    overflow: hidden;
    margin-left: 19px;
    display: inline-block;
    vertical-align: middle;
}
.type-travl a.active{
    color: #fff;
    background: #ff4937;
  }
.leader-time{
    margin-top: 30px;
    font-size: 15px;
    color: #666;
}
.leader-time .leader-img{
  display:inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin:0 7px 0 12px;
    vertical-align: middle;
    overflow: hidden;
}
.tms-right{
    width: 210px;
    margin:45px 35px 0 0;
    overflow: hidden;
}
.tms-right .destination{
/* width: 62px;
height: 34px; */
padding: 0 12px;
margin-right: 26px;
line-height: 34px;
border:1px solid #eee;
font-size: 14px;
color: #999;
}
.tms-right .price{
    margin: 75px 26px 0 0;
    font-size: 32px;
    color: #ff4937;
}
.tms-right .price span{
    text-decoration: line-through;
    font-size: 14px;
    color: #b6b6b6;
}
.tms-right .now{
    display: block;
    width: 169px;
    height: 50px;
    margin-top: 24px;
    line-height: 50px;
    background:#ff4937;
    font-size: 16px;
    border-radius: 3px;
    color:#fff;
    box-shadow: 0 0 13px #ffe1e1;
 }
 .bm-content,.price-calculate{
    display: inline-block; 
    vertical-align: top; 
 }
 .bm-content{
    width: 820px;
    margin-right: 26px;
    height: auto;
}
.xmu-fs{
    float: left;
    position: relative;
    width: 210px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    margin:0 11px 9px 0;
    border:1px solid #eee;
    box-sizing: border-box;
}
.xs-check{
    border:2px solid #ff4646;
   }
.xmu-fs.xs-check span{
 display: block;
}
.xmu-fs span{
    display: none;
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 15px;
    height: 17px;
    background: url(../images/check.png);
}
 .price-calculate{
    z-index: 88;
    width: 350px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(76, 89, 101, 0.10);
    -moz-box-shadow: 0px 1px 3px 0px rgba(76, 89, 101, 0.10);
    box-shadow: 0px 1px 3px 0px rgba(76, 89, 101, 0.10);
    border-radius: 3px;
    margin-bottom: 10px;
 }
 .m-info{
     width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 47px;
    zoom: 1;
    height: 47px;
    margin: 0 ;
   background: #fc6462;
   font-weight: normal;
 }
 .m-info .info-title{
   margin-right: 3px;
}
.info-icon {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-block;
}
.mas-con{
    padding:20px 0;
    margin: 0 27px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}
.mas-con:last-child{
    border-bottom: none;
}
.mas-con>span{
 display: block
}
.mas-con>span.red{
    font-size: 16px;
    color: red;
   }
   /*关于我们*/
   .about-banner{
       height: 452px;
   }
   .about-title{
       margin: 25px 0;
       font-weight: normal;
       color: #000;
       font-size: 18px;
   }
   .about-p{
    margin-bottom: 25px;
    color: #666;
    line-height: 36px;
    font-size: 14px;  
   }
   .about-tream{
       width: 700px;
       margin: 0 auto;
       margin-top: 30px;
       color: #666;
       line-height: 28px;
       font-size: 14px;  
   }
   .column-left,.column-right{
    background: #fff;
    border-radius: 0 0 3px #f6f6f7;
   }
   .column-left{
       width: 230px;
       padding-top: 16px;
       height: 374px;
   }
   .column-left .coul{
     display: block;
     padding-left: 40px;
     height: 32px;
     line-height: 32px;
     font-size: 16px;
     color: #666;
     margin-bottom: 20px;
   }
   .column-left .coul:hover{
    color: #ff4646;
  }
   .column-left .check{
  border-left: 3px solid #ff4646;
  }
   .column-right{
     width: 946px;
     min-height: 709px;
     margin-bottom: 50px;
     color: #333;
   }
   .column-right h1{
   font-weight: normal;
   margin: 0;
   padding: 26px 29px;
   border-bottom: 1px solid #eee;
   font-size: 25px;
  }
  .column-right .content{
    padding: 0 30px;
    margin-top: 35px;
    overflow: hidden;
   }
   
   .column-right .content p,.column-right .content ul{
    font-size: 14px;
    color: #666;
    line-height: 1.5em;
    margin-bottom: 12px;
   }
   .column-right .content .small,.column-right .content h2{
     margin-bottom: 17px;
    font-size: 18px;
    color: #333;
   }
   .team-list{
       margin-top: 40px;
   }
   .team-list li{
     width: 350px;
     float: left;
     padding-bottom: 15px;
     margin-right: 30px;
     overflow: hidden;
   }
   .team-list li .img{
    width: 100%;
   height: 185px;
    overflow: hidden;
  }
  .team-list li img{
    width: 100%;
  }
  .team-list li p{
  padding: 0 20px;
  margin-top: 20px;
  }
  .team-list li p:first-child{
     color: #333;
     font-size: 16px;
    }
    .team-list li p:last-child{
        color: #999;
        font-size: 14px;
       }
 .team-list li:nth-child(3n){
        margin-left: 0;
 }
 /*游记*/
 .travel-de{
     width: 881px;
     margin-bottom: 38px;
     padding: 0 29px;
     overflow: hidden;
     background: #fff;
     box-shadow: 0 0 3px #f3f4f4;
 }
 .travel-de .title{
     padding: 44px 0 30px 0;
     border-bottom: 1px solid #eee;
 }
 .travel-de h1{
    font-size: 28px;
    color: #31424e;
    margin: 0;
    font-weight: normal;
}
.travel-de .writer{
    margin-top: 23px;
    font-size: 12px;
    color: #999;
}
.travel-de .writer span{
   display: inline-block;
   margin: 0 17px;
}
.travel-de .content{
    padding-bottom: 28px;
    border-bottom: 1px solid #eee;
}
.travel-de .content a{
  color: #0073b6;
text-decoration: underline;
}
.travel-de .content, .travel-de .content img{
    margin-top: 26px;
}
.travel-de .content,.travel-de .content p{
  font-size: 15px;
  color: #666;
 }
 .travel-de .content p{
     line-height:32px;
     margin-bottom: 26px; 
 }
 .travel-de .content img{
  width: auto;
  max-width: 100%;
}
.fy-page{
    padding: 27px 0;
    overflow: hidden;
}
.fy-page a{
    display:block;
    width: 45%;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.travel-ta{
    width: 302px;
    padding: 19px 20px;
    box-shadow: 0 0 3px #f3f4f4;
    overflow: hidden;
    background: #fff;
}
.travel-ta .title{
    font-size: 16px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.travel-ta .title span{
   display: block;
   font-size: 12px;
   color: #999;
}
.travel-ta .title span i{
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 9px;
    vertical-align: middle;
    background-position: -264px 0;
  
 }
 .trav-list>li{
  margin-top: 26px;
 }
 .trav-list>li .img{
    width: 90px;
    height: 70px;
    overflow: hidden;
   }
   .trav-list>li .text-box{
     font-size: 14px;
     color: #474747;
   }
   .trav-list>li .text-box .texts{
        width: 157px;
        height: 40px;
       font-size: 12px;
       color:#666;
       line-height: 22px;
       margin-top: 5px;
   }
   .trav-list>li .text{
    width: 157px;
    height: 48px;
    line-height: 22px;
    overflow: hidden;
   }
   .trav-list>li .look{
       margin-top: 5px;
    font-size: 12px;
    color: #b6b6b6;
   }
   .trav-list>li .look i{
  display: inline-block;
   width: 17px;
   height: 11px;
   margin-right: 6px;
   background-position: -243px 0;
   vertical-align: middle;
   }
   .travel-banner{
       height: 400px;
   }
   .travse-boxs{
    top:200px;
    left: 50%;
    margin-left: -338px;
    width: 676px;
    border-radius: 3px;
    overflow: hidden;
}
.travse-boxs input,.travse-boxs span{
    display: block;
    height: 52px;
    line-height: 52px;
}
.travse-boxs input{
  width: 556px;
  border:none;
  color: #999;
  font-size: 14px;
  text-indent: 16px;
  background: #fff;
}
.travse-boxs span{
 width: 120px;
 background: #ff4937;
 color: #fff;
 font-size: 17px;
}
.travse-boxs span i{
 display: inline-block;
 width:17px;
 height: 17px;
 margin-right: 8px;
background-position: -283px 0;
vertical-align: middle;
}
.no-find {
    background-color: #fffceb;
    color: #333;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #fabf9d;
}
.mt61{
    margin-top: 61px;
}
.no-find i.icon {
display: inline-block;
width: 20px;
height: 22px;
margin-right: 5px;
background: url(../images/xtip.png);
overflow: hidden;
vertical-align: middle;
}
   .travse-box{
       top:200px;
       left: 50%;
       margin-left: -381px;
       width: 762px;
       border-radius: 3px;
       overflow: hidden;
   }
   .travse-box input,.travse-box span{
       display: block;
       height: 50px;
       line-height: 50px;
   }
   .travse-box input{
     width: 324px;
     border:none;
     color: #999;
     font-size: 14px;
     text-indent: 16px;
     border-radius: 3px;
     background: #fff;
}
.travse-box .ads{
    position: absolute;
    left: 295px;
    top:17px;
    width: 12px;
    height: 16px;
    background-position: 0 -73px;
}
 .cdf{
    position: absolute;
    right: 15px;
    top:15px;
    width: 23px;
    height: 23px;
    background-position: -16px -72px;  
}
#test6{
    width: 262px;
    padding-left: 0;
    margin-left: 10px;
}
.travse-box span{
    width: 155px;
    margin-left: 10px;
    background: #ff4937;
    color: #fff;
    font-size: 17px;
}
.list-trv{
  width: 1200px;
  margin: 0 auto;
  margin-top: 61px;
}
.list-trv>li{
    float: left;
    width: 380px;
    height: 445px;
    background: #fff;
    margin:0 30px 32px 0;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .pic-icon{
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 19px;
      background-position: -263px -22px;
      vertical-align: middle;
  }
  .list-trv>li .img{
    height: 241px;
  }
  .list-trv>li .content{
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
  }
  .list-trv>li .content .title{
      line-height: 25px;
    font-size: 18px;
    color: #31424e;
  }
  .list-trv>li .content .wrod{
      height: 75px;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
  }
  .list-trv>li .content .writer{
    margin: 12px 0 12px 0;
    font-size: 13px;
    color: #999;
  }
  .list-trv>li .content span.red{
    color: #ff8352;
  }
  .list-trv>li .hot,.home_classroom_container .swiper-slide .hot{
      left: -5px;
      top:15px;
    width: 58px;
    height: 36px;
    background: url(../images/hot.png);
  }
  .list-trv>li .content span.look{
    display: inline-block;
    width: 17px;
    height: 11px;
    margin-right: 6px;
    background-position: -243px 0;
    vertical-align: middle;
    transform:  all 0.3s;
  }
  .list-trv>li:hover{
    -webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0px 0px 10px 0px #ccc;
  }
  .list-trv>li:nth-child(3n){
    margin-right: 0;
  }
  .com-page{
      padding: 30px 0;
  }
 /*时间轴*/
 .foot-prink{
     padding: 20px;
 }
 .prink-time{
     font-size: 18px;
     color: #666;
 }
 .prink-time span{   
 display: inline-block;
 width: 80%;
 margin-left: 20px;
 vertical-align: middle;
 height: 1px;
 background: #ddd;
}
.prink-list{
    margin-top: 25px;
}
.prink-list>li{
    float: left;
    width: 200px;
    padding-bottom: 20px;
    border:1px solid #ddd;
    margin:0 25px 20px 0;
    overflow: hidden;
}
.prink-list>li:nth-child(4n){
    margin-right: 0;
}
.prink-list>li .img{
    height: 130px;
}
.prink-list>li img{
    width: 100%;
    overflow: hidden;
}
.prink-list>li .prink-text{
    padding: 0 15px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    height: 37px;
}
.prink-list>li .prink-money{
    padding: 0 15px;
    margin-top: 15px;
    font-size: 18px;
    color:red;
}
.prink-list>li .prink-money span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color:#999;
    margin-left: 10px;
    text-decoration: line-through;
}
/*我的余额*/
.balance{
    margin-top: 15px;
    font-size: 14px;
    color:#999;   
}
.balance-money{
    margin-top: 25px;  
    font-size: 50px;
    color: #ff4646;
}
.balance-money>span{
 display: inline-block;
}
.balance-money>span.icon{
  width: 12px;
  height: 12px;
  margin-left:6px;
  vertical-align: middle; 
   }
.balance-money>span.withdrawal{
    margin-left: 10px;
    font-size: 14px;
    color: #999;
    vertical-align: baseline;
}
.particulars-line{
    font-size: 18px;
    color: #3f4146;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
    height: 50px;
    padding-top: 10px;
}
.bg-grag{
    background: #fafafa !important;
}
.particulars-line>li {
    padding: 26px 95px;
    overflow: hidden;
    display: inline;
    margin-right: 17px;
}
.particulars-line>li.active {
   color: #ff4646;
   border-bottom: 1px solid #ff4646;
}
.particulars-list{
    padding: 16px 0;

}
.mr-tx{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    vertical-align: middle;
    background-position: -124px -160px;
}
.mr-tx img{
    border-radius: 100%; 
}
.tx-down{
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 6px;
    vertical-align: middle;
    background-position: -232px -53px;  
}
.tc-nac{
    display: none;
    top: 69px;
    right: 0;
    width: 113px;
    padding-bottom: 10px;
    box-shadow: 0 0 12px rgba(56, 70, 78, 0.2);
    background: #fff;
    z-index: 222;
}
.tc-nac a{
 display: block;
 height: 38px;
 line-height: 38px;
 font-size: 12px;
 color: #999;
}
.tc-nac a:hover{
    color: #ff4646;
   }
.tc-nac .bg-line{
    height: 6px;
    margin-top: -4px;
    background: url(../images/meun.png);
}
.tx-up{
    width: 10px;
    background-position: -250px -52px;  
}
.bg-fc{
    background: #fcfcfc;
}
.xm-dp{
    padding: 36px 0 30px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.xm-dp .img{
    width: 100px;
    height: 100px;
    margin-right: 19px;
}
.xm-dp .text-box{
    width: 600px;
    font-size: 15px;
    color: #999;
    overflow: hidden;
}
.xm-dp .text-box .title{
   font-size: 16px;
   color: #31424e;
}
.xm-dp .text-box .address{
 margin-top: 15px;
}
.xm-dp .text-box .price{
    margin-top: 26px;
}
.star-box{
    font-size: 14px;
    color: #999;
    padding: 24px 0;
    overflow: hidden;
}
.star-box .star{
    display: inline-block;
    width: 31px;
    height: 30px;
    margin-right: 21px;
    vertical-align: middle;
    background-position: -148px -98px;
}
.dp-box{
    width: 100%;
    padding: 22px 15px;
    min-height: 335px;
    font-size: 14px;
    color: #999;
    border:1px solid #eee;
    outline: none;
    overflow: hidden;
}
.dp-btn{
    width: 182px;
    height: 50px;
    margin: 0 auto;
    margin-top: 53px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    border-radius: 3px;
    box-shadow: 0 0 9px rgba(252, 59, 59, 0.5);
    background: #ff4646;
}
.star-box .unstar{
    background-position: -185px -98px;   
}
.zdfetr{
    width: 600px;
    margin: 0 auto;
    padding: 43px 0;  
    background: #fff;
    border-bottom:1px solid #eee;
}
.zdfetr:nth-child(2n+1){ 
    background: #fcfcfc;
}
.particulars-list>li{
    font-size: 14px;
    color: #999;
}
.zdfetr>li{
    font-size: 13px;
    color: #666;
}
.particulars-list>li,.zdfetr>li{
    width: 25%;
    float: left;
    overflow: hidden;
}
.zdfetr>li.red{
    color: #ff4646;
    font-size: 16px;
}
.particulars-list>li.monery{
    color: #ff4646;
}
.zdfetr>li.one-line{
    color: #999;
}
.add-tuxedo{
    display: block;
    width: 139px;
    height: 44px;
    margin: 40px 0 34px 0;
    line-height: 44px;
    background: #ff4646;
    color: #fff !important;
    font-size: 15px
}
.add-tuxedo i{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 7px;
    background-position: -114px -52px;
    vertical-align: text-top;
}
.bule-dd{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 3px;
    background-position: -244px -168px;
}
.pay-mas{
    background: url(../images/pay-bg.png);
    background-size: 146px 386px;
}
.zfb{
    display: inline-block;
    width: 110px;
    height: 35px;
    margin-right: 58px;
    background-position: -18px -191px;
    overflow: hidden;
}
.payment-chioce{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 29px;
    background-position: -22px -52px;
    vertical-align: super;
}
.pay-way{
    margin-top: 33px;
}
.payment-chioce div{
    display: none;
    top:5px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 100%;
    background: #ff635e;
}
.payment-chioce.checked div{
    display: block;
}
.wchat{
    display: inline-block;
    width: 120px;
    height: 32px;
    margin-right: 52px;
    background-position: -18px -314px;
    overflow: hidden;
}
.particulars-list .ofter>span{
    display: inline-block;
    font-size: 14px;
    color: #ff8352;
}
.particulars-list .ofter>span.approve{
   padding: 4px 10px;
   color: #000;
   border:1px solid #ddd;
   vertical-align: middle;
   overflow: hidden;
   }
.particulars-list .ofter>span.edit{
 margin-right: 18px;
}
.border-be{
    border-bottom: 1px solid #eee;
}
.travel{
    padding: 0 20px;
    overflow: hidden;
}
.travel-header{
    margin-top: 20px;
    color: #999;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.travel-header .title{
    color: #000;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}
.travel-header .indo{
margin-top: 20px;
}
.travel-header .indo span{
  display: inline-block;
}
.mrl10{
    margin: 0 18px;
}
.deposit{
    color: #666;
    font-size: 18px; 
}
.deposit span{
    display: inline-block;
    color: #ff4646;
    font-size: 24px; 
}
.link-style{
    margin-top: 20px;
}
.link-style span{
    display: inline-block;
    width: 82px;
    margin-right: 15px;
    color: #666;
    font-size: 14px; 
}
.sex-box{
    display:inline-block;
}
.sex-box>i{
    display:inline-block;
    width: 16px;
    height:16px;
    margin-right: 8px;
    vertical-align: middle;
    background-position: -22px -52px;
}
.sex-box>i:last-child{
    margin-left: 36px;
}
.sex-box>i.checked{
    background-position: 0 -52px;
}
.link-style input{
    display: inline-block;
    width: 275px;
    height: 31px;
    line-height: 31px;
    border:1px solid #eee;
    text-indent: 6px;
    color: #666;
    font-size: 14px; 
    outline: none;
    background: #fff;
}
.ofter-people{
   padding-left: 14px;
   margin-top: 22px;
   color: #333;
   font-size: 14px;
   border-left: 3px solid #fe5252;
   overflow: hidden;
}
.ofter-z{
    margin-top: 25px;
    color: #a5a4a4;
    font-size: 14px;
}
.ofter-z>span{
    display: inline-block;
    margin:0 27px 10px 0;
}
.ofter-z>span:last-child{
    margin-right: 0;
}
.ofter-z .user-choose,.ofter-z .preserve,.bm-agree>i{
 display: inline-block;
 width: 14px;
 height: 14px;
  margin-right: 10px;
 background-position: -60px -52px;
 vertical-align: middle;
}
.ofter-z .check{
    background-position: -43px -52px;
   }
.centu{
    padding: 28px 31px 28px 34px;
    margin-top: 20px;
    color: #999;
    font-size: 14px;
    background: #fafafa;
    overflow: hidden;
}
.bm-agree{
    height: 59px;
    margin-bottom: 50px;
    line-height: 59px;
    color: #666;
    font-size: 14px;
    background: #fff;
}
.bm-agree >i.choose{
  background-position: -76px -52px;
}
.bm-agree .color-yellow{
    color: #ffa63d;
  }
  .bm-agree .dj-num{
    font-size: 17px;
    color: #555;
    margin-right: 22px;
  }
.bm-agree .dj-num span{
    font-size: 23px;
    color: #ff4646;
  }
  .bm-agree .agree{
      width: 142px;
      height: 59px;
      line-height: 59px;
      background: #ff4646;
      color: #f9f9f9;
      font-size: 18px;     
  }
.oter-dd{
    width: 100%;
    margin:0 50px 0 20px;
    overflow: hidden;
}
.mt0{
    margin-top: 0 !important;
}
.friter-o{
   font-size: 15px;
   color: #333;
}
.people-del{
    width: auto;
    font-size: 15px;
    color: #888;
}
.people-del i{
 display: inline-block;
 width: 14px;
 height: 15px;
 margin-right: 7px;
 vertical-align: middle;
 background-position: -95px -52px;
}
.wd600{
    width: 758px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.step{
    width: 80px;
    margin-right: 128px;
    font-size: 15px;
    color: #666;
}
.mr0{
    margin-right: 0;
}
.step p{
    margin: -10px 0 30px 0;
}
.step .step-one{
    width: 80px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 66px;
    text-align: center;
    background: url(../images/xgzf.png);
}
.step .step-one.active{
    color: #fff;
    background: url(../images/c-zf.png);

}
.step .on{
    color: #ff5858;
}
.ty-line{
    padding-left: 16px;
    border-left: 3px solid #ff4646;
}
.line-mas{
    top: 32px;
    width: 116px;
    height: 1px;
    background: #ddd;
}
.line-one{
    left: 77px;
}
.line-two{
    left: 294px;
}
.line-three{
    left: 502px;
}
.mt15{
    margin-top: 15px;
}
.pd-all{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 118px;
    padding: 76px 0 35px 0;
    color: #666;
    font-size: 15px;
    overflow: hidden;
    background: #fff;
}
.pd-all span{
 display: inline-block;
}
.sure-inf {
    width: 71px;
    height: 93px;
    margin: 0 auto;
    background-position: -229px -67px;
}
.order-success{
    margin-top: 31px;
    color: #333;
    font-size: 26px;
    overflow: hidden;
}
.order-sure{
    margin-top: 32px;
}
.order-btn{
    width: 354px;
    margin: 0 auto;
    margin-top: 61px;
    overflow: hidden;
}
.order-btn a{
    display: block;
    width: 162px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    font-size: 16px;
    color: #999;
    border:1px solid #eee;
    box-sizing: border-box;
}
.ml50{
    margin-left:30px;
}
.order-btn a.look-order{
   background: #ff4646;
   border:none;
    color: #fff;
}
.dd-succ{
    padding: 22px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 22px;
    color: #333; 
}
.dd-succ .title i{ 
 display: inline-block;
 width: 34px;
 height: 34px;
 margin-right: 16px;
 background-position: -198px -160px;
 vertical-align: middle;
}
.color6{
    color: #666;
}
.colorred{
   color:#ff4646;
}
.offered{
    margin-top: 22px;
    font-size: 15px;
    color: #999;
}
.offered>span{
    display: inline-block;
    margin-right: 97px;
}
.offered>span:last-child{
    margin-right: 0;
}
.sma-dot{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 14px;
    border-radius: 100%;
    background: #c2c2c2;
    vertical-align: middle;
}
.linkman{
    margin-top: 38px;
    font-size: 15px;
   color: #333;
}
.wd1137{
    width: 1137px;
    margin: 0 auto;
    margin-top: 22px;
    background: #fafafa;
}
.wd1100{
    padding: 20px 0 23px 0;
    border-bottom: 1px solid #eee;
}
.wd1111{
    margin-top: 33px !important;
}
.tail-section{
    width: 600px;
}
.section-right{
    width: 500px;
    font-size: 13px;
    color: #666
}
.section-text{
    font-size: 16px;
    margin:  48px 0 23px 0;
}
.section-text span{
    font-weight: bold;
    font-size: 32px;
    color:#ff4646;
}
.section-right .btn{
    line-height: 42px;
    border:1px solid #ff4646;
    color: #ff4646;
}
.section-right .btn,.section-right .btns{
   width: 123px;
   height: 42px;
   font-size: 14px;
}
.wd1100,.wd1111{
    width: 1100px;

    margin: 0 auto;
    overflow: hidden;
}
.wd1100:last-child{
    border-bottom: none;
}
.bnspan>span{
    margin-right: 40px;
}
.bnspan>span:first-child{
    margin-left: 43px;
}
.often-pel{
    width: 688px;
    margin: 0 auto;
}
.deposit>i{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right:12px;
    vertical-align: middle;
}
.red-dot{
    display: inline-block;
    width: 15px;
    height:15px;
    margin:0 17px 0 13px;
    vertical-align: middle;
    background-position:  -135px -52px;
}
.nr-icon{
background-position: -86px -22px;
}
.ct-icon{
    background-position: -118px -22px;
    }
.lx-icon{
    background-position: -149px -22px;
 }
.djsy{
    margin-top: 19px;
    font-size: 15px;
    color: #999;
}
.djsy span{
    color: #ff4937;
}
.login-title{
    margin-top: .32rem;
    font-size: .32rem;
    color: #000;
    }
.label {
   margin-top: 20px;
   margin-bottom: 20px;
   overflow: hidden;
   color: #999;
}
.label a{
    color: #999;
   margin-right: 5px;
 }
.label span{
    padding: 20px 0;
    overflow: hidden;

    color: #666;
 }
 /*详情*/
 .pd22{
     padding: 22px;
     background: #fff;
     overflow: hidden;
 }
 .r-side{
  /* width: 532px; */
  width:493px;
  overflow: hidden;
 }
 .r-side .tn-img{
     width: 100%;
   height: 349px;
   }
 .r-main{
    width: 560px;
  overflow: hidden;
 }
 .r-main .tn-title{
     font-size: 18px;
     color: #31424e;
     font-weight: 700;
 }
 .r-main .flash-sale{
     margin-top: 20px;
    padding: 10px 11px;
    overflow: hidden;
    color: #fff;
    background: #ff4646;
 }
 .r-main .time{
     display: inline-block;
     font-size: 16px;  
}
.r-main .time i{
    display: inline-block;
   width: 19px;
   height: 18px;
   margin-right: 10px;
   background-position: -179px 0;  
   vertical-align: bottom;
}
.r-main .end{
  font-size: 14px;  
}
.r-main .end span{
    display: inline-block;
    width: 22px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;  
    background: #333;
    vertical-align: middle;
    margin: 0 3px;
  }
  .r-main .promotion{
      padding: 32px 11px;
      overflow: hidden;
      background: #f3f3f3;
  }
  .r-main .promotion .one,.r-main .destination span:first-child{
      font-size: 14px;
      letter-spacing: 2px;
      color: #999;
  }
  .r-main .promotion .two{
      display: inline-block;
      margin: 0 13px 0 36px;
      font-size: 21px;
      color: #f81b2a;
  }
  .r-main .promotion .three{
      display: inline-block;
      text-decoration: line-through;
      font-size: 10px;
      color: #2b2e32;
  }
  .r-main .destination{
      padding-left: 11px;
      font-size: 14px;
      color: #666;
      margin-top: 24px;
  }
  .letter0{
      letter-spacing: 0 !important;
  }
  .ml38{
      margin-left: 38px;
  }
  .ml23{
    margin-left: 23px;
}
  .r-main .destination span.red{
      display: inline-block;
      margin-left: 17px;
      color: #ff4646;
}
.r-main .three-color{
    margin-top: 30px;
}
.r-main .three-color>span{
    display: inline-block;
    width: 40px;
    height: 40px;
    /* margin-right: 16px; */
    overflow: hidden;
}
.r-main .three-color .red{
  background-position: 0 -160px;
}
.r-main .three-color .yellow{
    background-position: -40px -160px;
}
.r-main .three-color .green{
    background-position: -80px -160px;
}
.r-main .join{
    margin-top: 43px;
    height: 50px;
}
.r-main .join .apply{
display:inline-block;
width: 154px;
line-height: 50px;
color: #fff;
background: #ff4646;
overflow: hidden;
}
.r-main .join .bs-collect,.r-main .join .apply{
    border-radius: 4px;
    height: 50px;
}
.r-main .join .share{
    background: #fff5f4;
    border:1px solid #ff4646;
    box-sizing: border-box;
    color: #ff4545;
    margin-left: 15px;
}
.join a{
    display: inline-block;
    vertical-align: top;
}
.button-collection{
    cursor: pointer;
    color: #2fc7a7;
    margin-top: 10px;
    width: 67px;
}
.button-collection:hover{
text-decoration: underline ;
}
.r-main .join .bs-collect,.wez-ff{
  display: inline-block;
  width: 50px;
  margin-left: 15px;
  color: #999;
  border:1px solid #ccc;
  vertical-align: top;
}
.r-main .join .bs-collect i,.wez-ff i{
    display: block;
    margin:  0 auto;
    margin-top: 6px;
    width: 16px;
    height: 16px;
    background-position: -95px 0;
  }
  .r-main .join .bs-collect i.check{
    background-position: -70px 0;
  }
  .r-main .join .bs-collect span,.wez-ff span{
    display: block;
    margin-top: 5px;
  }
  .pd30{
      padding: 0 30px;
      overflow: hidden;
      background: #fff;
      }
  .pro-tab1{
      padding: 20px 0;
      border-bottom: 1px dashed #e5e5e5;
      overflow: hidden;
      color: #31424e;
      font-size: 18px;
  }
  .add-group{
      display: block;
      width: 123px;
      height: 40px;
      line-height: 40px;
      border-radius: 3px;
      background: #2fc7a7;
      color: #fff;
      font-size: 14px;
      margin: 9px 25px 0 0;
  }
  .add-group:hover{
    color: #fff;
}
  .pro-tab1 i{
  display: inline-block;
  width: 29px;
  height:29px;
  margin-right: 10px;
  vertical-align: middle;
  background-position: -162px -160px;
}
.trip{
    margin-top: 33px;
}
.trip .det-ind{
   margin-left: 15px;
   font-size: 12px;
   color:#31424e;
   padding-left: 13px;
   border-left: 3px solid #ff4646
}
.trip p{
   margin:20px 0 0 29px;
   font-size: 12px;
   color:#666;
}
.trip img{
    margin-top: 20px;
}
.teach-team{   
    width: 100%;
    margin: 31px 0 0 0;
    overflow: hidden;
}
.kn-im{
    width: 539px;
    margin: 0 60px 38px 0;
}
.lyo{
    font-size: 12px;
    color: #ccc;
    margin-top: 7px;
    transition: all ease;
}
.lyo span{
 display: inline-block;
 width: 10px;
 height: 10px;
 margin-left: 3px;
 background: url(../images/detail-e.png);
 vertical-align: middle;
}
.lyo:hover{
   color:#ff4646;
}
.kn-im:nth-child(2n){
 margin-right: 0;
}
.teach-team .img{   
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.teach-team .text{
    /* width: 377px; */
    width: 300px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}
.teach-team .text  .title{
    padding-bottom: 23px;
    border-bottom: 1px solid #eee;
}
.teach-team .text  p{
  font-size: 14px;
  line-height: 26px;
}
.teach-team .text  h3{
    width: 80%;
    float: left;
    font-size: 18px;
    color: #31424e;
    font-weight: 600;
}
.teach-team .text .title p{
    line-height: 30px; 
}
.teach-team .text p{
    margin-top: 10px;
    overflow: hidden;
}
.projet-zx{
    width: 1095px;
    margin-left:36px; 
    overflow: hidden;
}
.projet-zx>li{
    width: 100%;
    font-size: 14px;
    color: #999;
    padding-top: 37px ;
    overflow: hidden;
   }
   .projet-zx>li .photo{
    width: 55px;
    overflow: hidden;
   }
   .projet-zx>li .photo .img{
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
   }
   .projet-zx>li .photo p{
    margin-top: 19px;
   }
   .projet-zx>li .textds{
       width: 996px;
       overflow: hidden;
   }
   .projet-zx>li .star{
    margin-top: 9px;
 }
 .projet-zx>li .star span{
  display: inline-block;
  margin-right: 9px;
  width: 14px;
  height: 14px;
 }
 .projet-zx>li .star span:last-child{
    margin-right: 16px;
   }
.projet-zx>li .stars{
   background-position: -207px 0;
}
.projet-zx>li .unstars{
    background-position: -225px 0;
}
.projet-zx>li .textds .content{
    padding-bottom: 27px;
    margin-top: 20px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
}
.projet-zx>li .textds .content img{
    width: auto;
    max-width: 100%;
}
.detail-qes{
    margin-top: 30px;
    padding: 14px;
    border:1px solid #eee;
    min-height: 300px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.zx-sumbit{
    margin-top: 27px;
}
.zx-sumbit .present{
    background: #ff4646;
    color: #fff;
}
.lad-more{
 display: block;
  border:1px solid #eee;
  color: #666;
  box-sizing: border-box;
}
.zx-sumbit .present,.lad-more{
    width: 124px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px; 
    font-size: 14px;
}
.zx-service{
    margin-top: 13px;
    color: #666;
    font-size: 12px;
}
.zx-service span{
    color: #ff4646;
}
.icon-rc{
 background: url(../images/rc.png);
 background-size: 200px 200px;
}
.red-day{
    top: -7px;
    left: -19px;
    width: 41px;
    height:48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    background-position: -27px -130px;
}
.wd903{
    width: 1018px;
    padding:0 0 30px 52px;
    border-left: 1px dashed #eee;
    overflow: hidden;
}

.rc-play{
    color: #31424e;
    font-size: 16px;
    overflow: hidden;

}
.rc-play strong{
    display: inline-block;
    vertical-align: middle;
}
.rc-play i{
 display: inline-block;
 width: 29px;
 height: 29px;
 border-radius: 100%;
 margin-right: 17px;
 vertical-align: middle;
}
.xc-line{
    float: right;
    width: 8px;
    margin-top: 20px;
}
.xc-line .small-one{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    overflow: hidden;
    background: #eee;
}
.xc-line .active{
  border:2px solid #ffb6af;
  background: #ff4937;
}
.xc-line .small-line{
    width: 2px;
    height: 39px;
    margin: 0 auto;
    background: #eee;
}
.load-pdf{
    display: block;
    width: 181px;
    height: 54px;
    line-height: 54px;
    background: #ff4747;
    color: #fff !important;
    font-size: 16px;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 35px;
    box-shadow: 0 0 11px #fec7c7;
}

/*分页*/
.pagetion{
    display: block;
    width: 100%;
    margin: 60px 0 46px 0;
    float: left;
    left: 50%;
    text-align: center;
}
.paging{
    display: inline-block;
    width: auto;
    right: 50%;
}
.paging li{
    display: inline-block;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 14px;
    color: #999;
}
.paging li.active{
    color: #fff;
    background: #ff4646;
}
.wd30{
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    overflow: hidden;
}
#soform {
    float: left;
    height: 19px;
    width: 18px;
    margin-top: 2px;
    overflow: hidden;
    transition: all ease-out .1s;
}
#soform.open{
    background: #fff;
    width: 180px;
    margin-top: -4px;
    border:1px solid #ddd;
    border-radius: 14px;
    height: 30px;
}
#soform.open .index-search{
 margin: 6px 0 0 8px;
}
#soform form {
    width: 180px;
    height: 30px;
}
#soform form input[type=text] {
    line-height: 30px;
    height: 30px;
    color: #8b8d90;
    text-indent: 12px;
    outline: none;
    float: right;
    width: 150px;
}
.gray_transparent {
    position: absolute;
    left: 50%;
    top: 17%;
    width: 1040px;
    margin-left: -491px;
    padding: 32px 20px;
    overflow: hidden;
    background: #fff;
    z-index: 1200000;
    display: none;
    height: 650px;
    overflow-y: scroll;
}
.gray_transparent h3{
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    }
 .gray_transparent h3 i{
     display: inline-block;
    width: 6px;
    height: 22px;
    background: #ff4646;
    margin-right: 10px;
    vertical-align: middle;
 }
 .gray_transparent .close{
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    text-align: center;
 }
 .gray_transparent .content{
   margin-top: 15px;
   text-align: left;
 }
 .gray_transparent .content ul {
    width: 100%;
    padding: 0;
    padding-left: 20px;
}
.gray_transparent  .content h6 {
    color: #ff4646;
    font-size: 14px;
    margin: 12px 0;
}
.wdk200{
    width: 200px;
    height: 200px;
}
.gray_transparent  .content ul li {
    line-height: 22px;
    width: 100%;
    color: #393939;
}
.chace-time{
    display: inline-block;
    width: 486px;
}
.chace-time .layui-form-radio{
   width: 100%;
   margin: 0 10px 10px 0;
   padding-bottom: 6px;
   border-bottom: 1px solid #eee;
}
.chace-time .layui-form-radio:last-child{
    border-bottom: none;
 }
.chace-time  .layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #ff4646 !important; 
}
.main-content{
    margin: 20px 0;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.wd903 .frd{
    margin-top: 25px;
    padding-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.main-content p,.wd903 .frd p{
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 5px;
}
.layui-table td, .layui-table th{
    border:1px solid #fff !important;
}
.layui-table tr:hover{
    background: #fff !important;
}
.wd903 .frd img,.main-content img{
    max-width: 100% ;
    margin: 10px 0;
}
.layui-table img{
    max-width: 100% !important;
}
.tn-img .swiper-pagination-bullet-active{
    background: #ff4646;
}
.book_steplist{
    margin: 20px 0 40px 0;
}
.book_steplist>li{
    float: left;
    width:14%;
    margin-right: 4px;
    text-align: center;
    overflow: hidden;
}
.book_steplist>li:last-child{
    margin-right: 0;
}
.book_steplist>li .title{
    font-size: 16px;
    color: #333;
    padding: 5px 0;
}
.book_steplist>li p{
    font-size: 13px;
    color: #999;
    line-height: 1.3;
    padding: 0 10px;
    text-align: left;
    text-align: justify
}
.i-promise,.t-study{
    width: 1200px;
    margin:  0 auto;
    overflow: hidden;
}
.i-promise .swiper-slide,.t-study .swiper-slide{
    width: 100% !important;
    height: 320px;
    overflow: hidden;
}
.i-promise  .swiper-pagination-bullet,.t-study  .swiper-pagination-bullet{
    background: #fff !important;
    opacity: .5 !important;
}
.i-promise .swiper-pagination-bullet-active,.t-study .swiper-pagination-bullet-active{
    background: #fff !important;
    opacity: 1 !important;
}
/*右侧浮动功能键*/
.fixedBox{position:fixed;bottom:50px;right:20px;z-index:999;width:48px;display: none;}
.fixedBox li{position:relative;float:left;width:48px;height: 47px}
.fixedBox li .icon{display:inline-block;background:url(../images/fixedBoxBg.png) no-repeat 0 0;width:48px;}

.fixedBox .bdsq,.fixedBox .tel,.fixedBox .wechat{height: 47px}
.fixedBox .bdsq .icon,.fixedBox .tel .icon,.fixedBox .wechat .icon{height: 47px}

.fixedBox .back{height: 48px}
.fixedBox .back .icon{height: 48px}

.fixedBox li.bdsq .icon{background-position:0 0}
.fixedBox li.bdsq .icon:hover{background-position:-48px 0}

.fixedBox li.tel .icon{background-position:0 -47px}
.fixedBox li.tel .icon:hover{background-position:-48px -47px}

.fixedBox li.wechat .icon{background-position:0 -94px}
.fixedBox li.wechat .icon:hover{background-position:-48px -94px}

.fixedBox li.back .icon{background-position:0 -141px}
.fixedBox li.back .icon:hover{background-position:-48px -141px}

.fixedBox li .link{position:absolute;right:60px;top:0;padding:1px 7px 1px 1px;overflow:hidden;zoom:1;cursor:pointer;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;display:none}
.fixedBox li .link a img{vertical-align:middle}
.fixedBox li .link a:hover{color:#33a9e4}
.fixedBox li.on .backPop{display:block}

.fixedBox .wechat .link{width:114px;height: 133px;background:url(../images/fixedBoxBg.png) no-repeat -96px -48px;}

.fixedBox .bdsq .link,.fixedBox .tel .link,.fixedBox .back .link{width:154px;height:46px;line-height:46px;background:url(../images/fixedBoxBg.png) no-repeat -96px 0;}
.fixedBox .bdsq .link a,.fixedBox .tel .link a,.fixedBox .back .link a{display:inline-block;float:left;text-align:center;width:50%;height:46px;line-height:46px;color:#666;transition:color 0.3s ease-out 0s;-moz-transition:color 0.3s ease-out 0s;
-webkit-transition:color 0.3s ease-out 0s;-o-transition:color 0.3s ease-out 0s;vertical-align:middle}
.fixedBox .bdsq .link{width: 115px;height: 187px; margin-right: -16px;border-left: 1px #dddfe1 solid;white-space: nowrap;background:url(images/bdsqlink.png) no-repeat -54px 0;z-index: 99;}
.fixedBox .bdsq .link a{width: 100px;}
