/* 首页滚动广告 */

.home-slide {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.home-slide .prev,
.home-slide .next {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  z-index: 99;
  background: url("../image/index-ico.png") no-repeat;
}

.home-slide .prev {
  left: 5%;
  margin-top: -23px;
  background-position: -42px 0;
}

.home-slide .next {
  right: 5%;
  margin-top: -23px;
  background-position: -42px -46px;
}

.home-slide .prev:hover {
  background-position: -42px -92px;
}

.home-slide .next:hover {
  background-position: -42px -138px;
}

.home-slide .container-bd {
  width: 1920px;
  height: 600px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
}

.home-slide .container-bd>ul>li>a {
  display: table-cell;
  width: 1920px;
  height: 600px;
  vertical-align: middle;
  text-align: center;
}

.home-slide .container-bd>ul>li>a img {
  vertical-align: middle;
}

.home-slide .container-hd {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  text-align: center;
}

.home-slide .container-hd>ul {
  height: 3px;
}

.home-slide .container-hd>ul>li {
  display: inline-block;
  width: 48px;
  height: 1px;
  margin: 0 10px;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #dedede;
}

.home-slide .container-hd>ul>li.on {
  border: 1px solid #3db1fa;
  background: #3db1fa;
}

.section {
  padding: 65px 0;
}

.home-block-bt {
  text-align: center;
  position: relative;
  z-index: 99;
}

.home-block-bt h3 {
  font-size: 40px;
  font-weight: normal;
}

.home-block-bt p {
  color: #7f7e7e;
  line-height: 26px;
  padding-top: 20px;
  font-size: 15px;
}

/* block1 */

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

.section1-block .pic {
  width: 1095px;
  height: 375px;
  margin: 50px auto 0;
}

.section1-block .get-btn {
  display: inline-block;
  width: 246px;
  height: 70px;
  vertical-align: top;
  font-size: 0;
  background: url("../image/index-ico.png") no-repeat -187px -175px;
}

.section1-block .get-btn:hover {
  background: url("../image/index-ico.png") no-repeat -187px -260px;
}

.section1-block .get-btn:active {
  background: url("../image/index-ico.png") no-repeat -187px -344px;
}

/* block2 */

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

.section2-block ul {
  width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
  font-size: 0;
}

.section2-block li {
  display: inline-block;
  width: 280px;
}

.section2-block li i {
  display: inline-block;
  width: 105px;
  height: 105px;
  background: url("../image/index-ico.png") no-repeat;
}

.section2-block li i.ico01 {
  background-position: 0 -509px;
}

.section2-block li i.ico02 {
  background-position: -115px -509px;
}

.section2-block li i.ico03 {
  background-position: -230px -509px;
}

.section2-block li i.ico04 {
  background-position: -345px -509px;
}

.section2-block li span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

/* block3 */

.section3 {
  overflow: hidden;
  position: relative;
  background: #f7fcf9;
}

.skin-circle1 {
  width: 316px;
  height: 277px;
  position: absolute;
  left: 3%;
  bottom: 0;
  -webkit-animation: index-circle ease-in-out 6s infinite;
  -o-animation: index-circle ease-in-out 6s infinite;
  animation: index-circle ease-in-out 6s infinite;
  background: url("../image/index-circle1.png") center no-repeat;
}

.skin-circle2 {
  width: 628px;
  height: 549px;
  position: absolute;
  right: -15%;
  top: -30%;
  -webkit-animation: index-circle ease-in-out 5s infinite;
  -o-animation: index-circle ease-in-out 5s infinite;
  animation: index-circle ease-in-out 5s infinite;
  background: url("../image/index-circle2.png") center no-repeat;
}

.easy-block {
  width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
  position: relative;
}

.easy-block .fl,
.easy-block .fr {
  width: 160px;
  position: absolute;
  top: 80px;
}

.easy-block .fl {
  left: 0;
}

.easy-block .fr {
  right: 0;
}

.easy-block .fl li,
.easy-block .fr li {
  color: #666;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 14px;
}

.easy-block .fr li {
  text-align: right;
}

.easy-block .fl li i,
.easy-block .fr li i {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: -5px 15px 0 0;
  background: url("../image/index-ico.png") no-repeat;
}

.easy-block .fr li i {
  margin: -5px 0 0 15px;
}

.easy-block .fl li .ico01 {
  background-position: 1px -61px;
}

.easy-block .fl li .ico02 {
  background-position: 1px -91px;
}

.easy-block .fl li .ico03 {
  background-position: 1px -121px;
}

.easy-block .fl li .ico04 {
  background-position: 0 -151px;
}

.easy-block .fl li .ico05 {
  background-position: 1px -181px;
}

.easy-block .fl li .ico06 {
  background-position: 1px -211px;
}

.easy-block .fr li .ico07 {
  background-position: 1px -242px;
}

.easy-block .fr li .ico08 {
  background-position: 0 -272px;
}

.easy-block .fr li .ico09 {
  background-position: 1px -304px;
}

.easy-block .fr li .ico010 {
  background-position: 0 -333px;
}

.easy-block .fr li .ico011 {
  background-position: 0 -360px;
}

.easy-block .fr li .ico012 {
  background-position: 1px -389px;
}

.skin-slide {
  display: inline-block;
  width: 697px;
  height: 387px;
  background: url("../image/skin-bg.png") center no-repeat;
}

.skin-slide .bd-slide {
  width: 490px;
  height: 316px;
  margin: 25px 0 0 102px;
  overflow: hidden;
  background: url("../image/white.png") center no-repeat;
}

.skin-slide .bd-slide li {
  width: 490px;
  height: 316px;
}

/* block4 */

.system-content {
  width: 1160px;
  padding-top: 50px;
  margin: 0 auto;
}

.system-l {
  float: left;
  width: 706px;
  height: 519px;
  position: relative;
  background: url("../image/system-l.png") center no-repeat;
}

.circle-menu-list {
  padding: 110px 40px 20px 160px;
}

.circle-menu {
  float: left;
  display: none;
  width: 60px;
  height: 59px;
  margin: 20px 20px 0;
  background: url("../image/circle-menu-ico.png") no-repeat;
}

.circle-menu-line {
  background-position: 0 0;
}

.circle-menu-hotel {
  background-position: -60px 0;
}

.circle-menu-ticket {
  background-position: -120px 0;
}

.circle-menu-car {
  background-position: -180px 0;
}

.circle-menu-visa {
  background-position: -240px 0;
}

.circle-menu-gl {
  background-position: 0 -59px;
}

.circle-menu-tuan {
  background-position: -60px -59px;
}

.circle-menu-diary {
  background-position: -120px -59px;
}

.circle-menu-photo {
  background-position: -180px -59px;
}

.circle-menu-jb {
  background-position: -240px -59px;
}

.system-r {
  float: right;
  width: 400px;
  padding-top: 30px;
}

.system-r h4 {
  line-height: 38px;
  font-size: 30px;
  font-weight: normal;
}

.system-txt {
  padding-top: 20px;
}

.system-txt p {
  color: #909693;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

.system-item-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}

.system-item-block .item-tit {
  color: #909693;
  font-size: 15px;
}

.system-item-list>a {
  display: block;
  float: left;
  color: #666;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 15px 28px 0 0;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #d2f5dd;
}

.system-item-list>a:hover {
  color: #0ccc6c
}

.system-item-list>a i {
  display: inline-block;
  width: 15px;
  height: 10px;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  background: url("../image/index-ico.png") no-repeat 0 -42px;
}

.system-item-list>a.active {
  color: #fff;
  background: #0ccc6c;
}

.system-item-list>a.active i {
  background: url("../image/index-ico.png") no-repeat 0 -22px;
}

.system-item-list>a.last {
  color: #f36f5b;
  background: #fadc6c;
}

.system-item-list>a.last:hover {
  background: #ffce60;
}

.system-item-list>a.last i {
  width: 12px;
  height: 12px;
  margin: -3px 5px 0 0;
  background: url("../image/index-ico.png") no-repeat 0 0;
}

.super-block {
  width: 1160px;
  margin: 0 auto;
  padding-top: 50px;
}

.super-block li {
  float: left;
  width: 160px;
  margin-right: 90px;
  text-align: center;
}

.super-block li.last {
  margin-right: 0;
}

.super-block li i {
  display: block;
  width: 71px;
  height: 60px;
  margin: 0 auto;
  background: url("../image/index-ico.png") no-repeat;
}

.super-block li .ico01 {
  background-position: 6px -429px;
}

.super-block li .ico02 {
  background-position: -65px -429px;
}

.super-block li .ico03 {
  background-position: -135px -429px;
}

.super-block li .ico04 {
  background-position: -209px -429px;
}

.super-block li .ico05 {
  background-position: -282px -429px;
}

.super-block li .txt {
  display: block;
  height: 48px;
  line-height: 24px;
  text-align: left;
  margin-top: 20px;
  overflow: hidden;
  font-size: 14px;
}

/* block5 */

.section5-block {}

.section5-block ul {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

.section5-block ul li {
  float: left;
  width: 200px;
  margin-right: 50px;
}

.section5-block ul li .pic {
  display: block;
  width: 200px;
  height: 90px;
}

.section5-block ul li .bt {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.section5-block ul li.last {
  margin-right: 0;
}

/* block6 */

.section6 {
  background: #f6fafb;
}

/* 动画 */

@keyframes index-circle {
  0% {
    -webkit-transform: translate(-50px, 50px);
    -moz-transform: translate(-50px, 50px);
    -ms-transform: translate(-50px, 50px);
    -o-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50px, 50px);
    -moz-transform: translate(-50px, 50px);
    -ms-transform: translate(-50px, 50px);
    -o-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}

/* vew_add */

.section1-block .pic {
  width: 1200px;
  height: 400px;
}
.section1-block .pic img{width:100%;}
.section1-block .pic li {
  float: left;
  height: 288px;
  position: relative;
}

.section1-block .pic li .img {
  position: absolute;
  left: -18px;
  top: -3px;
}

.section1-block .pic li.pc {
  width: 269px;
}

.section1-block .pic li.pc .img {
  top: 5px;
  left: -11px;
}

.section1-block .pic li.wap {
  margin-left: 121px;
  width: 114px;
}

.section1-block .pic li.wechat {
  width: 111px;
  margin-left: 119px;
}

.section1-block .pic li.xcx {
  width: 111px;
  margin-left: 117px;
}

.section1-block .pic li.app {
  width: 111px;
  margin-left: 118px;
}

.section1-block .pic li>a {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 126px;
  height: 37px;
  margin-left: -63px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  ;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.section1-block .pic li>a:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
}

.section1-block .pic li.pc>a {
  background: url(../image/pc-btn-ico.png) no-repeat;
}

.section1-block .pic li.wap>a {
  background: url(../image/wap-btn-ico.png) no-repeat;
}

.section1-block .pic li.wechat>a {
  background: url(../image/wechat-btn-ico.png) no-repeat;
}

.section1-block .pic li.xcx>a {
  background: url(../image/xcx-btn-ico.png) no-repeat;
}

.section1-block .pic li.app>a {
  background: url(../image/app-btn-ico.png) no-repeat;
}

.section2-block .support {
  padding-top: 80px;
}

.section2-block .support h3 {
  font-size: 24px;
  font-weight: normal;
}

.section2-block .support>ul {
  padding-top: 35px;
}

.section2-block .support-type li {
  float: left;
  width: 310px;
  padding: 0 45px;
}

.section2-block .support-type li>a {
  display: block;
  width: 310px;
}

.section2-block .support-type li>a .pic {
  float: left;
  width: 80px;
  height: 80px;
  background: url(../image/support-type-ico.png) no-repeat;
}

.section2-block .support-type li.li-1>a .pic {
  background-position: 0 0;
}

.section2-block .support-type li.li-1:hover>a .pic {
  background-position: 0 -99px;
}

.section2-block .support-type li.li-2>a .pic {
  background-position: -98px 0;
}

.section2-block .support-type li.li-2:hover>a .pic {
  background-position: -98px -99px;
}

.section2-block .support-type li.li-3>a .pic {
  background-position: -196px 0;
}

.section2-block .support-type li.li-3:hover>a .pic {
  background-position: -196px -99px;
}

.section2-block .support-type li>a .info {
  padding-left: 98px;
  text-align: left;
}

.section2-block .support-type li>a .info strong {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section2-block .support-type li>a .info span {
  display: block;
  font-size: 13px;
  color: #909693;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section2-block .support-type li:hover .info strong {
  color: #04c052;
}

.section2-block .support-type li:hover .info span {
  color: #77d39d;
}

.section2-block .support-mode li {
  float: left;
  width: 340px;
  padding: 0 30px;
}

.section2-block .support-mode li .pic {
  width: 77px;
  height: 59px;
  margin: 0 auto;
  background: url(../image/support-type-ico.png) no-repeat;
}

.section2-block .support-mode li.li-1 .pic {
  background-position: 0 -200px;
}

.section2-block .support-mode li.li-2 .pic {
  background-position: -87px -200px;
}

.section2-block .support-mode li.li-3 .pic {
  background-position: -174px -200px;
}

.section2-block .support-mode li h4 {
  font-size: 15px;
  color: #333;
  margin: 14px 0 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section2-block .support-mode li .des {
  color: #909693;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

.section-new {
  background: #f6fafb;
  padding-bottom: 75px;
}

.section-new-block {
  width: 941px;
  margin: 0 auto;
  padding-top: 60px;
}

.section-new-block .list {
  float: left;
  width: 400px;
}

.section-new-block .list li {
  margin-bottom: 25px;
}

.section-new-block .list li .pic {
  float: left;
  width: 50px;
  height: 50px;
  background: url(../image/support-type-ico.png) no-repeat;
}

.section-new-block .list li.li-1 .pic {
  background-position: 0 -269px;
}

.section-new-block .list li.li-2 .pic {
  background-position: -56px -269px;
}

.section-new-block .list li.li-3 .pic {
  background-position: -112px -269px;
}

.section-new-block .list li.li-4 .pic {
  background-position: -168px -269px;
}

.section-new-block .list li.li-5 .pic {
  background-position: -224px -269px;
}

.section-new-block .list li .info {
  padding-left: 70px;
}

.section-new-block .list li .info strong {
  display: block;
  line-height: 26px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-new-block .list li .info span {
  display: block;
  color: #909693;
  line-height: 24px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-new-block .img {
  float: right;
  width: 451px;
  height: 397px;
  background: url(../image/strong-img.png) no-repeat;
}



@media screen and (max-width: 1199px){
  .home-slide{
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .home-slide .container-bd{
    width: 100%;
    margin-left: 0;
    left: 0;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .home-slide .container-bd>ul>li>a{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .home-slide .container-bd>ul>li>a img{
    width: 140%;
    height: auto;
    margin-left: -20%;
  }
  .section1-block .pic{
    width: 100%;
    height: auto;
  }
  .section2-block ul{
    width: 100%;
  }
  .section2-block .support-type li{
    width: 31%;
    padding: 0 1%;
  }
  .section2-block .support-mode li{
    width: 31%;
    padding: 0 1%;
  }
  .section-new-block{
    width: 90%;
  }
  .section2-block li{
    width: 25%;
  }
  .system-content{
    width: 100%;
  }
  .system-l{
    width: 56%;
    background-size: 100% auto;
  }
  .system-r{
    width: 40%;
  }
  .super-block{
    width: 100%;
  }
  .super-block li{
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .section5-block ul{
    width: 100%;
  }
  .section5-block ul li{
    width: auto;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 15px;
  }
  .section-new-block .list{
    width: 44%;
  }
  .section-new-block .img{
    width: 55%;
  }
  .section2-block .support-type li>a{
    width: 100%;
  }
  .section2-block .support-type li>a .info span{
    overflow: visible;
    white-space: pre-wrap;
    height: 25px;
    line-height: 25px;
  }
}


@media screen and (max-width: 768px){
  .system-l{
    width: 100%;
  }
  .system-r{
    width: 96%;
  }
  .super-block li{
    margin-bottom: 30px;
  }
  .section5-block ul li{
    margin-left: 3%;
    margin-right: 3%;
  }
  .super-block li{
    margin-left: 5%;
    margin-right: 5%;
  }
  .home-block-bt h3{
    font-size: 20px;
  }
  .section{
    padding: 15px 0;
  }
  .section2-block .support h3{
    font-size: 20px;
  }
}


@media screen and (max-width: 640px){
  .section1-block{
    display: none;
  }
  .section2-block li{
    width: 50%;
    margin-bottom: 15px;
  }
  .home-block-bt h3{
    line-height: 1.2;
    padding: 0 10px;
  }
  .system-r h4{
    line-height: 1.4;
    font-size: 20px;
  }
  .system-txt{
    padding-top: 10px;
  }
  .system-item-block{
    margin-top: 15px;
    padding-top: 15px;
  }
  .section2-block .support>ul{
    padding-top: 0;
  }
  .section2-block .support-type li{
    width: 48%;
  }
  .section-new-block .list{
    width: 100%;
  }
  .section-new-block .img{
    display: none;
  }
  .system-l{
    display: none;
  }
  .system-item-list>a{
    margin: 15px 15px 0 0;
  }
  .section5-block ul li{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .section2-block .support-mode li{
    width: 48%;
  }
  .home-block-bt p{
    padding: 0 10px;
  }
  .super-block li{
    width: 42%;
    margin-left:4%;
    margin-right: 4%;
  }
  .section5-block ul li .pic{
    width: 100%;
    height: auto;
  }
  .section5-block ul li .pic img{
    width: 100%;
  }
}