* {
margin: 0;
padding: 0;
}
html,body,.swiper-container{
	height:100%;
	width: 100%;
	font-family: "Microsoft YaHei";
	max-width: 425px;
	margin: 0 auto;
	overflow: hidden;
}
ul,ol,li{list-style: none;}
img{max-width: 100%;display: block;margin:0 auto;}
#music #audio-btn {
 width: 30px;
 height: 30px;
 position: fixed;
 z-index: 1000;
 top: 20px;
 right: 20px;
 border-radius: 50%;
 z-index: 999;
 opacity: 0.5;
}
#music .on { 
 background: url('/home/mobile/summit/static/images/150/yy.png') no-repeat 0 0; 
 -webkit-animation: rotating 2.2s linear infinite; 
 animation: rotating 2.2s linear infinite;
 background-size: cover;
}
#music .off {
 background: url('/home/mobile/summit/static/images/150/yy.png') no-repeat 0 0;
 background-size: cover;
}
.swiper-slide{overflow: auto;}
.swiper-slide-box {width: 100%;box-sizing: border-box;}
.swiper-slide-box .img1{position: absolute;width: 100%;height:100%;z-index: 1;top: 0;left:0;}
.swiper-slide-box .img2{position: absolute;width: 100%;height:100%;z-index: 2;top: 0;left:0;}
.swiper-slide-box .yq{position: relative;width:3.56rem;z-index: 5;margin:0 auto;}
.swiper-slide-box .indexbtm{position: absolute;width: 100%;left: 0;bottom: 3rem;z-index: 5;}
/* .swiper-slide-box .tit1{box-sizing: border-box;font-size: 0.48rem;text-align: center;color: #fff;clear: both;} */
.swiper-slide-box .hytit{ 
  clear:both;
  font-size: 0.48rem;
  color:#fff;
  text-align: center;
  /* width:80%; */
  margin:0 auto;
  text-shadow: 0 0 0.1rem #736f8f!important;
  -webkit-text-shadow: 0 0 0.1rem #736f8f!important;
}
.swiper-slide-box .box1{position: absolute;width: 90%;min-height:calc(100% - 2.5rem);z-index: 2;top:0.6rem;right:5%;padding-top: 1rem;border-radius: 5px;background: rgba(0,0,0,.4);}
.cbox{width: 90%;box-sizing: border-box;margin: 0 auto; margin-bottom: 0.5rem;}
.fytop2{width:65%;margin: 0 auto;line-height: 1.7rem;margin-top: -1.25rem;}
.fytop{width: 50%;margin: 0 auto;line-height: 2rem;text-align: center;font-size: 1rem;color: #fff;}
.fytop3{width: 50%;margin: 0 auto;line-height: 0.7rem;text-align: center;font-size: 0.6rem;color: #fff;text-transform: uppercase;}
/* .pbox p span,.rc p span{color: #fff !important;} */
.swiper-slide-box .c5{font-size: 0.28rem;color: #fff;padding: 0.5rem 0 0;text-align: left;}
.swiper-slide-box .rc{font-size: 0.7rem;color: #fff;line-height: 2;padding: 1rem 0;}
.swiper-slide-box .zj_list{color: #fff;font-size: 0.28rem;padding: 0.25rem 0;text-align: left;}
.swiper-slide-box .zj_list li{display: flex;margin-bottom: 0.2rem;align-items:center;}
.swiper-slide-box .zj_list .pic{width: 2.5rem;border-radius: 4px;overflow: hidden;} 
.swiper-slide-box .zj_list .zjjs{flex: 1;padding-left: 0.5rem;}
.swiper-slide-box .zj_list .zjjs .name{font-weight: bold;margin-bottom: 0.25rem;}
.swiper-slide-box .hzxz{font-size: 0.7rem;color: #fff;line-height: 2;padding: 1rem 0;}
.hzxz ul li{color: #fff;font-size: 0.28rem; box-sizing: border-box;overflow: hidden;line-height: 2;height: 1.4rem;margin-bottom: 0.5rem;}
.hzxz ul li span{display: block;width: 70%;float: left;overflow: hidden;}
.hzxz ul li a{display: block;width: 50px;float: right;text-align: center;line-height: 25px;text-decoration: none;color: #fff;font-size: 0.28rem;border: solid 1px #fff;border-radius: 0.7rem;}
.swiper-slide-box .c4{text-align: center;}
.swiper-slide-box .c4 img{margin: 10px auto;}

/* .btn{height: 38px;color: #fff;font-size: 14px;position: absolute;bottom: 2rem;z-index: 99;width: 90%;left: 5%;} */
.btn input{float: left;width: 100%;height: 100%;font-size:14px; background: rgb(74, 62, 179);border: none;outline: none;border-radius: 19px;text-align: center;line-height: 38px;color: #fff;}
.btn a{display: block;float: right;text-decoration: none; width: 40%;height: 100%;border: solid 2px rgb(74, 62, 179);border-radius: 19px;text-align: center;line-height: 34px;color: #fff;box-sizing: border-box;margin-right: 5%;font-size: 14px;}
/* .btn2{height: 38px;color: #fff;font-size: 14px;position: initial;bottom: 40px;z-index: 99;visibility: initial !important;width: 100%;padding-top: 20px;clear: both;} */
.swiper-slide-box .btn2 .baoming,.swiper-slide-box .btn .baoming{float: left;margin-left: 5%;border: none; border: none;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
.jt2{position: absolute;
width: 100%;
animation:fade2 3000ms infinite;
-webkit-animation:fade2 2000ms infinite;
color: #fff;
font-size: 28px;
font-weight: bold;
text-align: center;
z-index: 999;
}
@keyframes fade2 {
    from { opacity: 0;bottom: 0px; }
    50% { opacity: 1.0; bottom: 10px;}
    to { opacity: 0; bottom: 20px;}
}
 
@-webkit-keyframes fade2 {
    from { opacity: 0;bottom: 0px; }
    50% { opacity: 1.0; bottom: 10px;}
    to { opacity: 0; bottom: 20px;}
}
@-moz-keyframes expandOpen {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8) translateZ(0);
    transform: scale(1.8) translateZ(0);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(0.95) translateZ(0);
    transform: scale(0.95) translateZ(0);
  }
  80% {
    -moz-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
  }
  90% {
    -moz-transform: scale(0.98) translateZ(0);
    transform: scale(0.98) translateZ(0);
  }
  100% {
    -moz-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}
@-o-keyframes expandOpen {
  0% {
    opacity: 0;
    transform: scale(1.8) translateZ(0);
  }
  50% {
    opacity: 1;
    transform: scale(0.95) translateZ(0);
  }
  80% {
    transform: scale(1.05) translateZ(0);
  }
  90% {
    transform: scale(0.98) translateZ(0);
  }
  100% {
    transform: scale(1) translateZ(0);
  }
}
@keyframes expandOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8) translateZ(0);
    -moz-transform: scale(1.8) translateZ(0);
    transform: scale(1.8) translateZ(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.95) translateZ(0);
    -moz-transform: scale(0.95) translateZ(0);
    transform: scale(0.95) translateZ(0);
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
  }
  90% {
    -webkit-transform: scale(0.98) translateZ(0);
    -moz-transform: scale(0.98) translateZ(0);
    transform: scale(0.98) translateZ(0);
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}
@-webkit-keyframes expandOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8) translateZ(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.95) translateZ(0);
  }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
  }
  90% {
    -webkit-transform: scale(0.98) translateZ(0);
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
  }
}
.expandOpen {
  -moz-animation-name: expandOpen;
  -o-animation-name: expandOpen;
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
@-webkit-keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(-220deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes rotateIn {
  from {
    opacity: 0;
    -moz-transform: rotate(-220deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes rotateIn {
  from {
    opacity: 0;
    -o-transform: rotate(-220deg);
  }
  to {
    opacity: 1;
    -o-transform: rotate(0deg);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(-220deg);
    -moz-transform: rotate(-220deg);
    -o-transform: rotate(-220deg);
    transform: rotate(-220deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.copyright{
  width:100%;
  position: absolute;
  left:0;bottom:0.15rem;
  text-align: center;
  font-size:0.24rem;
  color:#fff;
  opacity: 0.7;
  z-index: 5;
}
.content2 .top, .content3 .top, .content5 .top{
  width:2.34rem;
  height: 0.97rem;
  background:url('/home/mobile/summit/static/images/150/p_img.png') no-repeat;
  background-size:100% 100%;
  margin:0.5rem auto 0;
  position: relative;
  color: #fff;
  text-align: center;
}
.content2 .top .text1, .content3 .top .text1, .content5 .top .text1{
  font-size: 0.42rem;
  position: relative;
  top: -0.1rem;
}
.content2 .top .text2, .content3 .top .text2, .content5 .top .text2{
  font-size: 0.26rem;
  /* margin-top: 0.1rem; */
}
.content3 .top{
  width:2.6rem;
}
.content-box{
  width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;
}
.c_box{
  width: 100%;
  position: relative;
  z-index: 5;
  text-align: center;
  color:#fff;
}
.content1 .yq1{
  width: 3.56rem;
  height: 2rem;
  background:url('/home/mobile/summit/static/images/150/icon1.png') no-repeat center 0;
  background-size:contain;
  margin: 0.53rem auto 0.3rem;
}
.content1 .title{
  font-size: 0.42rem;
  font-weight: bold;
  position: relative;
  z-index: 5;
  text-align: center;
  color: #fff;
  padding:0 0.3rem 0.3rem;
  text-shadow: 0 0 0.1rem #736f8f!important;
  -webkit-text-shadow: 0 0 0.1rem #736f8f!important;
}
.content1 .logo{
  position: relative;
  z-index: 5;
  width:3.88rem;
  height:1.2rem;
  background-size:contain;
  margin:0.8rem auto 0.2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.content1 .date{
  font-size:0.48rem;
  font-weight: bold;
  /* margin-top:0.6rem; */
  text-shadow: 0 0 0.1rem #736f8f!important;
  -webkit-text-shadow: 0 0 0.1rem #736f8f!important;
}
.content1 .c_text2{
  font-size:0.33rem;
  text-shadow: 0 0 0.1rem #736f8f!important;
  -webkit-text-shadow: 0 0 0.1rem #736f8f!important;
}
.content1 .c_text3{
  /* margin-top:0.7rem; */
  text-shadow: 0 0 0.1rem #736f8f!important;
  -webkit-text-shadow: 0 0 0.1rem #736f8f!important;
}
.content1 .c_text3 .c_t1{
   font-size:0.3rem;
}
.content1 .c_text3 .c_t2{
   font-size:0.75rem;
}
.content2, .content3, .content4, .content5{
  color:#fff;
  text-align: center;
}
.content2 .title{
  font-size:0.42rem;
  font-weight: bold;
  margin-top:1rem;
}
.content2 .logo{
  width:2.88rem;
  height: 0.7rem;
  background:url('/home/mobile/summit/static/images/invitation/logo.png') no-repeat;
  background-size:contain;
  margin:0.6rem auto 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.content2 .date{
  font-size:0.48rem;
  font-weight: bold;
  margin-top:0.6rem;
}
.content2 .c_text2{
  font-size:0.33rem;
}
.content2 .c2_text1{
  font-size:0.36rem;
  font-weight: bold;
  margin-top:0.4rem;
}
.content2 .c2_bg{
  width:1.22rem;
  height:0.16rem;
  background:url('/home/mobile/summit/static/images/invitation/c2_img2.png') no-repeat;
  background-size:cover;
  margin:0.2rem auto 0;
}
.content2 .c2_text2{
  font-size:0.9rem;
  margin-top:0.2rem;
}
.content2 .btns{
  margin:0.6rem auto 0;
}
.content3{
  position: inherit!important;
  margin: 0.6rem auto 0;
  top: 0!important;
  right: 0!important;
}
.content3 .cbox{
  padding-bottom:0.3rem;
}
.content3 p{
  text-align: left;
  margin-top:0.15rem;
  line-height: 0.4rem!important;
}
.content3 .c3_text_box{
  display: flex;
  align-items: center;
  margin-top:0.2rem;
  justify-content: center;
}
.content3 .c3_text_box .c3_text1{
  background:url('/home/mobile/summit/static/images/150/c2_img2.png') no-repeat left bottom;
  background-size:1.29rem 0.1rem;
  font-size:0.3rem;
}
.content3 .c3_text_box .c3_text2{
  font-size:0.24rem;
  text-align: left;
  line-height: 0.4rem;
}
.content4{
  position: inherit!important;
    top: 0!important;
    right: 0!important;
    margin: 0.6rem auto 0;
}
.content4 .btns{
  margin-top:0.2rem;
}
.content4 .cbox{
  padding-bottom:0.3rem;
}
.content4 .title{
  font-size:0.4rem;
  font-weight: bold;
  margin-top:0.3rem;
}
.content4 .top{
  display: flex;
  align-items: center;
  justify-content: center;
}
.content4 .c2_text1{
  font-size:0.36rem;
}
.content4 .c2_text2{
  font-size:0.7rem;
}
.content4 .date{
  font-size:0.48rem;
  margin-top:0rem;
}
.content4 .c_text2{
  font-size:0.33rem;
}
.content4 .list{
  font-size:0.24rem;
  width: 6rem;
}
.content4 .list img{
  width:5.3rem;
  height: 5.3rem;
  margin:0 auto;
}
.content4 .list .name{
  /* text-align: left; */
  margin-top:0.26rem;
  font-weight: bold;
}
.content4 .list .detail{
  text-align: left;
}
.content4 .list .title{
  margin-top:0.26rem;
}
.content4 .list .text{
  margin-top:0.26rem;
  overflow: hidden;
  /* display: -webkit-box;
  -webkit-line-clamp:5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; */
  line-height: 0.4rem;
  max-height:2rem;
  margin-bottom:0.2rem;
}
.content5{
  position: inherit;
    margin: 0.6rem auto 0.7rem;
    top: 0;
    right: 0;
}
.content5 .c5_bg{
  width:6.09rem;
  height: 3rem;
  /* background:url('/home/mobile/summit/static/images/invitation/c5_img2.jpg') no-repeat; */
  background-size:cover;
  margin:0.5rem auto 0;
}
.content5 .c5_img{
  /* width:2.44rem;
  height: 0.36rem;
  background:url('/home/mobile/summit/static/images/invitation/c4_img2.png') no-repeat;
  background-size:cover; */
  margin:0.4rem auto 0;
  font-size: 0.4rem;
  color: #cbf6fa;
  letter-spacing: 2px;
}
.content5 .c5_logo{
  width:1.51rem;
  height:1.51rem;
 /* background:url('/home/mobile/summit/static/images/invitation/c5_logo.png') no-repeat;*/
  background-size:cover;
  border-radius: 50%;
  margin:0.3rem auto 0;
}
.content5 .c5_text1{
  font-size:0.47rem;
  color:#7feffa;
  margin-top:0.3rem;
}
.content5 .c5_text2{
  font-size:0.28rem;
  color:#cbf6fa;
  margin-top:0.1rem;
}
.content5 .c5_text3{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:0.5rem;
}
.content5 .c5_text3 .icon{
  display:inline-block;
  width:0.45rem;
  height:0.45rem;
  background:url('/home/mobile/summit/static/images/invitation/c5_tel.png') no-repeat;
  background-size:cover;
  margin-right:0.2rem;
}
.content5 .c5_text3 .tel{
  font-size:0.46rem;
  font-weight: bold;
}
.content5 .c5_top{
  padding:0.4rem 0;
}
.content5 .title{
  font-size:0.38rem;
  font-weight: bold;
  padding-bottom:0.2rem;
}
.content5 .c5_text5{
  font-size:0.26rem;
  width: 80%;
  margin: 0.2rem auto;
}
.content5 .c5_text6{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:0.34rem;
  margin-top:0.2rem;
  color:#cbf6fa;
}
.content5 .c5_t1{
  font-size: 0.24rem;
}
.content5 .c5_t3{
  font-size:0.36rem;
  margin-left:0.1rem;
}
.content5 .c5_address1, .content5 .c5_person1, .content5 .contant1{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  margin-top:0.3rem;
  color:#cbf6fa;
}
.content5 .c5_address1 .icon{
  display: inline-block;
  width:0.23rem;
  height: 0.3rem;
  background:url('/home/mobile/summit/static/images/invitation/c5_icon1.png') no-repeat;
  background-size:contain;
  margin-right: 0.14rem;
}
.content5 .c5_address2, .content5 .c5_person2{
  font-size:0.24rem;
  width: 80%;
  margin:0.1rem auto;
}
.content5 .c5_person1 .icon{
  display:inline-block;
  width:0.24rem;
  height: 0.27rem;
  background:url('/home/mobile/summit/static/images/invitation/c5_icon2.png') no-repeat;
  background-size:contain;
  margin-right: 0.14rem;
  
}
.content5 .contant1 .icon{
  display: inline-block;
  width: 0.24rem;
  height:0.24rem;
  background:url('/home/mobile/summit/static/images/invitation/c5_icon3.png') no-repeat;
  background-size:contain;
  margin-right: 0.14rem;
}
.content5 .contant2{
  font-size: 0.3rem;
  font-weight: bold;
  margin-top:0.1rem;
}



.swiper-container2{
  width: 100%;
  height: 100%;
  max-width: 750px;
 padding:0.3rem 0 0;

}
.swiper-container2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:inherit
}
.swiper-pagination-bullet{
  background:#b0b0b0;
}
.swiper-pagination-bullet-active{
  background:#b3c869;
}
