/**
*filename:index.html
*author:yang
*time:2020/09/28
*/

.index_banner {
  width: 100%;
  min-width: 1200px;
  height: 680px;
  overflow: hidden;
}

.index_banner .swiper-slide {
  width: 1200px;
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content {
  width: 100%;
  /*height: 1080px;*/
  height: 380px;
  background: url("../gw_images/1.jpg") no-repeat center/cover;
}
.nav {
  width: 100%;
  height: 100px;
}
.nav_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.nav_list {
  width: 100%;
  height: 184px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.nav_item {
  width: 404px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  transform: translateY(0);
}
.nav_item:hover{
  transform: translateY(-15px);
}
.nav1 {
  background: url("../gw_images/n1.png") no-repeat center/100%;
}
.nav2 {
  background: url("../gw_images/n2.png") no-repeat center/100%;
}
.nav3 {
  background: url("../gw_images/n3.png") no-repeat center/100%;
}
.nav_item_text {
  font-size: 30px;
  font-weight: bold;
  color: #fff2e3;
  text-align: center;
  font-family: "宋体";
}
.nav_item_icon {
  width: 40px;
  height: 26px;
  padding-top: 18px;
  margin: 0 auto;
}
.video_title {
  font-size: 60px;
  color: #111111;
  text-align: center;
  padding-top: 50px;
  font-family: "宋体";
  font-weight: bold;
}
.video {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.video_line {
  width: 50px;
  height: 1px;
  background-color: #111111;
  margin: 0 auto;
  margin-top: 25px;
}
.video_subtitle {
  width: 781px;
  text-align: center;
  font-size: 22px;
  color: #111111;
  margin: 0 auto;
  margin-top: 30px;
  font-family: "宋体";
  font-weight: bold;
}
.video_main {
  width: 1101px;
  height: 620px;
  margin: 0 auto;
  margin-top: 50px;
}
.video_1 {
  width: 100%;
  height: 100%;
}
.select {
  width: 100%;
  height: 660px;
  background: url("../gw_images/select.jpg") no-repeat center/cover;
}
.select_container {
  width: 1200px;
  height: auto;
  /* overflow: hidden; */
  padding-top: 103px;
  margin: 0 auto;
}
.title {
  width: 610px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.t1,
.t2,
.t3,
.t4 {
  width: 98px;
  height: 34px;
  float: left;
}
.title_text {
  font-size: 36px;
  font-weight: bold;
  color: #e4c2a6;
  font-family: "宋体";
  padding: 0 30px;
  float: left;
}
.package {
  width: 1200px;
  height: auto;
  margin-top: 83px;
}
.package_li {
  width: 380px;
  height: 311px;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  position:relative;
  
}
.package_li_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1.5s;
  backface-visibility: hidden;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 15px;
}
.package_li_item img {
  width: 100%;
  height: 100%;
}
.package_li_item.front{
  z-index:99;
}
.package_li_item.back {
  z-index:0;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -o-transform:rotateY(-180deg); 
}
.package_li:hover .front {
  transform: translateZ(100px);
  z-index:0!important;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg) translateZ(1px);
}

.package_li:hover .back {
  z-index:99!important;
  transform: rotateY(-360deg);
  -webkit-transform: rotateY(-360deg);
}

.package_li_item.back{
    background: url("../gw_images/p4.png")no-repeat center;
}
.package_logo{
    width:161px;
    height:39px;
    margin:0 auto;
    padding-top:34px;
}
.package_logo img{
    width:100%;
    height:100%；
}
.package_detail{
    padding-top:29px;
    text-align: center;
    font-size: 18px;
	color: #000000;
}
.package_num{
    font-size: 18px;
    text-align: center;
    color: #000000;
    padding-top:10px;
}
.price{
    font-size: 36px;
    color: #000000;
    text-align: center;
    padding-top:15px;
}
.price span{
    font-size: 20px;
	color: #000000;
}
.pack_more{
    width: 201px;
	height: 43px;
	background-color: #013049;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 21px;
    margin:0 auto;
    margin-top:25px;
    font-size: 16px;
    text-align: center;
    line-height: 43px;
	color: #fef1e1;
}
.know{
    width:100%;
    height:720px;
    background: url("../gw_images/k1.jpg")no-repeat center/cover;
}
.know_container{
    width:1200px;
    height:100%;
    margin:0 auto;
}
.title_text.know_1{
    color:#013049;
}
.know_container .title{
    width:518px;
    padding-top:100px;
}
.know_list{
    width:100%;
    height:400px;
    padding-top:77px;
}
.know_item{
    width: 216px;
	height: 350px;
	background-color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(1, 48, 73, 0.3);
	border-radius: 20px;
    border: solid 2px #013049;
    cursor: pointer;
    transition: all .3s ease;
    transform: translateY(0);
}
.know_item:hover{
    transform: translateY(-15px);
}
.know_item:nth-of-type(2n){
    margin-top:50px;
}
.know_item_img{
    width:216px;
    height:220px;
    border-radius: 20px;
    overflow: hidden;
}
.know_title{
    font-size: 18px;
    padding-top:24px;
    text-align: center;
	color: #013049;
}
.know_con{
    width:182px;
    margin:0 auto;
    margin-top:18px;
    font-size: 14px;
	color: #013049;
}
.picture{
    width:100%;
    height:auto;
    overflow: hidden;
}
.picture_li{
    width:100%;
    height:600px;
}
.picture_li:last-child{
    height:540px;
}
.picture_li.five{
  background: url("../gw_images/5.jpg")no-repeat center/cover;
}
.picture_li.six{
  background: url("../gw_images/6.jpg")no-repeat center/cover;
}
.picture_li.seven{
  background: url("../gw_images/7.jpg")no-repeat center/cover;
}
.buy{
    width:100%;
    height:auto;
    overflow: hidden;
    padding:60px 0;
    background-color: #fff;
}
.buy_container{
    width:1200px;
    height:auto;
    overflow: hidden;
    margin:0 auto;
}
.buy_list{
    width:100%;
    height:auto;
    overflow: hidden;
}
.buy_item{
    width: 280px;
	height: 60px;
	background-color: #fff9f3;
	border-radius: 30px;
    /* border: solid 1px #eed5be; */
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
	color: #111111;
}
.buy_item.one{
    background:url("../gw_images/001.png")no-repeat;
}
.buy_item.two{
    background:url("../gw_images/002.png")no-repeat;
}
.buy_item.three{
    background:url("../gw_images/003.png")no-repeat;
}
.buy_item.four{
    background:url("../gw_images/004.png")no-repeat;
}
.buy_tel{
    text-align: center;
    padding-top:60px;
    font-size: 36px;
    color: #000000;
    font-family: "宋体";
    font-weight: bold;
}
.buy_text{
    text-align: center;
    padding-top:19px;
    font-size: 36px;
	color: #000000;
}
.footer{
    width:100%;
    height:360px;
    background-color: #222;
}
.footer_container{
    width:1200px;
    height:100%;
    margin:0 auto;
}
.footer_top{
    /* width:100%; */
    height:60px;
    padding:30px 83px;
    border-bottom:1px solid rgba(255,255,255,0.1);
}
.footer_top_img{
    width:60px;
    height: 60px;
}
.footer_top_img img{
    width:100%;
    height:100%;
}
.footer_top_text{
    padding-left:20px;
    line-height: 60px;
    font-size: 18px;
	color: #eeccaf;
}
.logo_footer{
    width:181px;
    height:43px;
}
.logo_footer img{
    width:100%;
    height:100%;
}
.footer_middle{
    padding-top:40px;
    padding-bottom:23px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer_middle_left{
    width:745px;
}
.f_tel{
	font-size: 14px;
	color: #ffffff;
}
.f_tel_con{
	font-size: 16px;
	color: #ffffff;
}
.footer_addr{
	font-size: 14px;
	color: #ffffff;
}
.footer_addr_con{
    font-size: 16px;
	color: #ffffff
}
.footer_wechat{
    width: 100px;
	height: 100px;
}
.footer_wechat img{
    width:100%;
    height:100%;
}
.footer_right_text{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.footer_bottom{
    font-size: 14px;
    text-align: center;
    line-height: 55px;
	color: #ffffff;
}
.package_mask{
    width: 100%;
    height:100vh;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
    z-index:1000;
    display: none;
}
.package_mask_container{
    width: 1000px;
    height: 760px;
    position: absolute;
    margin:auto;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: url("../gw_images/p_mask.png")no-repeat center/cover;
}

.package_mask_list{
    width:900px;
    height:auto;
    overflow: hidden;
    padding-top:40px;
    margin:0 auto;
}
.package_mask_item{
    width: 100%;
	height: 90px;
	background-color: #013049;
    border-radius: 45px;
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.package_mask_logo{
    width: 158px;
    height: 38px;
    padding-left:30px;
}
.package_mask_item img{
    width: 100%;
    height: 100%;
}
.package_mask_detail{
    width:302px;
    padding-left:40px;
}
.package_mask_detail img{
    width:23px;
    height:32px;
}
.detailText{
    font-size: 16px;
	color: #fbe5cf;
}
.package_mask_price{
    width:112px;
    font-size: 40px;
    font-weight: bold;
    font-family: "宋体";
    color: #fbe5cf;
    text-align: right;
    padding-left:80px;
}
.package_mask_price span{
    font-size: 20px;
	font-weight: bold;
	color: #fbe5cf;
}
.package_mask_btn{
    font-size: 18px;
    color: #013049;
    width: 120px;
	  height: 44px;
	  background-color: #f5c7a1;
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    margin-left:39px;
    cursor: pointer;
}
.pack_bottom_text{
    font-size: 18px;
    color: #013049;
    text-align: center;
    padding-top:15px;
}
.detailText.span{
    padding:0 10px;
}

.buy_mask{
  width:100%;
  height:100vh;
  background-color: rgba(0,0,0,0.5);
  z-index:10000;
  position: fixed;
  left:0;
  top:0;
  display:none;
}
.buy_con{
  width: 640px;
	height: 480px;
	background-image: linear-gradient(0deg, #fff4e5 0%, #f5c7a0 100%);
  border-radius: 10px;
  position: absolute;
  margin:auto;
  left:0;
  top:0;
  bottom:0;
  right:0;
}
.buy_mask_title{
  text-align: center;
  font-size: 30px;
  padding-top:50px;
  font-weight: bold;
  color: #013049;
  font-family: "宋体";
}
.buy_mask_list{
  width:550px;
  height:auto;
  /* overflow: hidden; */
  margin:0 auto;
  padding-top:40px;
}
.buy_mask_item{
  width:100%;
  height:60px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom:20px;
}
.buy_mask_label{
  font-size: 18px;
  color: #333333;
  padding-left:20px;
}
.buy_mask_item input{
  width:80%;
  height:100%;
  font-size: 18px;
  color: #999999;
}
.buy_mask_select{
  cursor: pointer;
  width:80%;
  height:100%;
}
.buy_mask_select select{
  width:100%;
  height:100%;
  font-size: 18px;
  color: #999999;
  line-height: 60px;
}
.buy_mask_submit{
  width: 550px;
	height: 60px;
	background-color: #013049;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  cursor: pointer;
}
/* 修改 */
.package{
  margin-top: 33px;
  position: relative;
}
.package .swiper-container{
  padding:50px 10px;
  position: static;
}
.package .swiper-button-next:after, .package .swiper-button-prev:after{
  color:#fff!important;
}
.package .swiper-button-next, .package  .swiper-container-rtl .swiper-button-prev{
  right:-37px;
}
.package .swiper-button-prev, .package .swiper-container-rtl .swiper-button-next {
  left: -37px;
}
/* 套餐支付弹窗 */
.flex_center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay_mask{
  width:100%;
  height:100vh;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top:0;
  left:0;
  z-index: 999;
  display: none;
}
.pay_mask.active{
  display: flex;
}
.pay_container{
  width:560px;
  height:580px;
  background: linear-gradient(to bottom,#f4c6a1,#fff3e5);
  border-radius:8px;
  position: relative;
  display: none;
}
.pay_container.active{
  display: block;
}
.pay_title{
  font-size: 36px;
  color:#013049;
  font-weight: bold;
  font-family: "宋体";
  text-align: center;
  padding-top:50px;
}
.pay_close{
  display: block;
  width:40px;
  height:40px;
  background: url("../gw_images/close.png")no-repeat;
  position: absolute;
  top:30px;
  right:37px;
}
.pay_form{
  width:480px;
  height:auto;
  overflow: hidden;
  margin:58px auto 0;
}
.pay_form_item{
  display: flex;
  align-items: center;
  margin-bottom:22px;
}
.pay_form_item:last-child{
  margin-bottom:0;
}
.pay_form_label{
  width:20%;
  font-size: 18px;
  color:#013049;
  text-align: center;
}
.pay_form_input{
  height:34px;
  border-radius:4px;
  border:1px solid #c3ae99;
}
.w_30{
  width:30%;
}
.pay_form_input input{
  width:90%;
  margin:0 auto;
  height:100%;
  display: block;
  padding:0;
  border:none;
  background: 0;
  font-size: 14px;
  color:#013049;
}
.pay_form_input input::placeholder{
  font-size: 14px;
  color:#c3ae99;
}
.pay_form_select{
  height:34px;
  border-radius:4px;
  background:0;
  border:1px solid #c3ae99;
  text-align: center;
  color:#013049;
}
.pay_form_select option{
  text-align: center;
}
.pay_form_label .icon{
  font-size: 14px;

}
.w_78{
  width:78%;
}
.w_94{
  width:94%!important;
}
.w_50{
  width:50%!important;
}
.getverify_code_btn{
  width:121px;
  height:34px;
  border-radius:4px;
  color:#fff;
  background: #013049;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.pay_btn{
  width:205px;
  height:53px;
  background: #013049;
  color:#fff;
  text-align: center;
  margin:0 auto;
  line-height: 53px;
  font-size: 20px;
  border-radius:4px;
  display: block;
  margin-top:78px;
}
.pay_order{
  width:480px;
  margin:0 auto;
  padding-top:66px;
}
.pay_order_time{
  margin-bottom:40px;
}
.pay_order_time_label{
  font-size: 18px;
  color:#013049;
}
.pay_order_time_text{
  font-size: 18px;
  color: #013049;
}
.w_20{
  width:20%;
}
.pay_order_wechat_code{
  width:203px;
  height:203px;
  margin:0 auto;
  margin-top:40px;
  border:1px solid #eac9ad;
  background: #fff;
  border-radius:10px;
  position: relative;
}
.pay_order_wechat_code img{
  width:191px;
  height:191px;
}
.pay_success{
  margin-top:105px;
}
.pay_success_img{
  width:140px;
  height:140px;
  margin:0 auto;
}
.pay_success_img img{
  width:100%;
  height:100%;
}
.pay_success_text{
  font-size: 20px;
  color:#013049;
  text-align: center;
  margin-top:46px;
}
.pay_success_orderNo{
  font-size: 18px;
  color:#013049;
  text-align: center;
  margin-top:20px;
}
