.page {
    width:100%;height:100%;
    position: relative;
    background: url(/home/mobile/summit/static/images/6//bg.jpg) no-repeat center;
    background-size: cover;
}
*{
    -webkit-overflow-scrolling: touch;
}

p{
    margin:0;padding:0;
}
.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;
    bottom: 0;
    height: 0.5rem;
}
.jt2 span{
    display: inline-block;
    width:0.6rem;
    height:0.36rem;
    background:url('/home/mobile/summit/static/images/invitation/arrow.png') no-repeat;
    background-size: cover;
    margin:0 auto;
}
@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;}
}
#audio-btn {
    width:0.72rem;
    height:0.72rem;
    background:url('/home/mobile/summit/static/images/2/music.png') no-repeat;
    background-size:cover;
    position: fixed;
    top:0.3rem;
    right: 0.3rem;
    z-index: 2;
    animation:music;
}
#music .on { 
background: url('/home/mobile/summit/static/images/2/music.png') no-repeat 0 0; 
-webkit-animation: music 2.2s linear infinite; 
/* animation: music 2.2s linear infinite; */
background-size: cover;
animation:music 3s linear infinite;
}
#music .off {
background: url('/home/mobile/summit/static/images/2/music.png') no-repeat 0 0;
background-size: cover;
}
/* .musicBtn{
    width:0.72rem;
    height:0.72rem;
    background:url('../images/music.png') no-repeat;
    background-size:cover;
    position: fixed;
    top:0.3rem;
    right: 0.3rem;
    z-index: 2;
    animation:music;
}
.musicBtn.active{
    animation:music 3s linear infinite;
} */

@keyframes music
{
    from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}

}

.musicBtn{
    width:0.72rem;
    height:0.72rem;
    background:url('/home/mobile/summit/static/images/invitation/music.png') no-repeat;
    background-size:cover;
    position: fixed;
    top:0.3rem;
    right: 0.3rem;
    z-index: 2;
    animation:music;
}
.musicBtn.active{
    animation:music 3s linear infinite;
}

@keyframes music
{
    from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}

}
.copyright{
    width:100%;
    text-align: center;
    font-size:0.24rem;
    color:#fff;
    opacity: 0.5;
    padding:0.2rem 0 0.05rem;
}
.page .bg{
    width:100%;height:100%;
    position: absolute;
    top:0;left:0;
}
.con_box{
    position: relative;
}
.page .close{
    width:0.41rem;
    height:0.43rem;
    background:url('/home/mobile/summit/static/images/invitation/close.png') no-repeat;
    background-size: cover;
    position: absolute;
    left:0.15rem;bottom:0.2rem;
}
/* 第一页内容 */
.index_bg1{position: absolute;width: 100%;top: 4.5rem;left: 0;z-index: 1;}
.index_bg2{position: absolute;width: 100%;top: 3.8rem;left: 0;z-index: 1;}
.box1{position: relative;z-index: 2;}
.index_logo{padding-top: 0.4rem;position: relative;}
.index_name{width: calc(100% - 1rem);margin-left: 0.5rem; margin-top: 0.2rem;font-size: 0.35rem;color: #fff;text-align: center;line-height: 0.5rem;}
.index_zw{font-size: 0.3rem;color: #fff;text-align: center;line-height: 0.8rem;margin: 0.1rem 0;}
.index_zw span{font-size: 0.6rem;color: #fff;font-weight: bold;}
.index_yq{margin-top: 20%;}
.year{position: absolute;width: 100%;bottom: 1.5rem;left: 0;z-index: 5;}
.zh{font-size: 0.36rem;line-height: 0.5rem;color: #256991;margin-top: 0.2rem;}
.date{font-size: 0.32rem;line-height: 0.5rem;color: #256991;margin-top: 0.1rem;}
.adr{font-size: 0.25rem;line-height: 0.4rem;color: #256991;}
.zwt{background: #fff;margin-top:0.1rem;border: solid 1px #fff;border-radius: 5px;overflow: hidden; border-image: -webkit-linear-gradient(#a8e5dd, #80a2f6) 20 20;
 border-image: -moz-linear-gradient(#a8e5dd, #80a2f6) 20 20;
 border-image: -o-linear-gradient(#a8e5dd, #80a2f6) 20 20;
 border-image: linear-gradient(#a8e5dd, #80a2f6) 20 20;}
/* 第二页内容 */
.content2{
     width: 94%;
    margin: 0 auto;
    background: rgba(1,64,113,.4);
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.content2 .top{
    font-weight: bold;
}
.tit{
    font-weight: normal;
    color: #fff;
    width: calc(100% - 0.6rem);
    margin-left: 0.3rem;
    height: 0.7rem;
    border: solid 1px #FFFFFF;
    border-radius: 0.1rem;
    margin-top: 0.35rem;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    font-size: 0.3rem;
    justify-content:space-between;
}
.content2 .c2_text1{
     font-size: 0.65rem;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #dfdfdf, #fff);
    -webkit-background-clip: text;
    color: transparent;
}
.content2 .c2_text2{
    font-size: 0.52rem;
    margin-top: -0.4rem;
    color: #c30622;
    line-height: 0.6rem;
}
.content2 .c2_text2 span{color: #fff;}
.content2 .list .name{
    color:#fff;
    font-size:0.28rem;
    background-image: linear-gradient(to right, rgba(12,79,129,1.0) , rgba(12,79,129,0));
    padding: 0 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content2 .list .name span{font-size: 0.32rem;}
.content2 .list img{
    width:5.3rem;
    /*height: 5.3rem;*/
    margin:0 auto;
}
.content2 .list .name{
     text-align: left; 
    margin-top:0.2rem;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
}
.content2 .list .detail{
    text-align: left;
}
.content2 .list .title{
    margin-top:0.26rem;
}
.content2 .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;
}

/* 第三页内容 */
.content3{
     width: 94%;
    margin: 0 auto;
    background: rgba(1,64,113,.4);
    min-height: 100%;
    text-align: center;
    color: #fff;
}
.content3 p{
    text-align: left;
    line-height: 0.4rem!important;
    color: #fff;
}
.content3 .par_box{
    font-size:0.24rem;
    color: #fff;
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    padding: 0.3rem 0;
    box-sizing: border-box;
    clear: both;
}
    

.content3 .par_box .par{
    text-indent:2em;
    margin-bottom:0.4rem;
    line-height: 0.36rem;
    text-align: left;
}
.content3 .c3_text_box{
    display: flex;
    align-items: center;
    margin:0.2rem auto;
    justify-content: center;
    font-size:0.24rem;
    color: #666;
    text-align: left;
    padding: 0 0.4rem;
}
.content3 .c3_text_box span{
	font-size: 0.28rem;
	color: #013683;
	display: block;
	font-weight: bold;
}
.content3 .c3_text_box .c3_text1{
    flex: 1;
}
.content3 .c3_text_box .c3_text2{
    flex: 1;
}

/* 第四页内容 */
.content6{
	 width: 94%;
    margin: 0 auto;
    background: rgba(1,64,113,.4);
    height: 100%;
    text-align: center;
    color: #fff;
}
.apply_box{width: auto;}
.apply_box .apply_bg{background: url(/home/mobile/summit/static/images/6//yqm_03.png) no-repeat;background-size: 100% 100%;width: 100%;padding-bottom: 0.6rem;box-sizing: content-box;}
.apply_box .a_text1{padding-top: 0.4rem;letter-spacing:2px;}
.apply_box .apply_btn{margin: 1rem auto 0;background: #0c4f81;color: #fff;line-height: 0.75rem;text-decoration: none;font-size: 0.34rem;border-radius: 0.37rem;}
.content6 .par_box{
    font-size:0.24rem;
    color: #fff;
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    padding: 0.3rem 0;
    box-sizing: border-box;
    clear: both;
}
.apply_box .title, .apply_box .title_top,.apply_box .a_text1,.apply_box .a_text2{color: #1c3c64;}
.apply_box .a_text3,.apply_box .a_text4{color: #1c3c64;}
/* 第五页内容 */
.content5{
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.c5_top .title{
	font-size: 0.36rem;
	color: #fff;
	text-align: center;
	margin-top: 0.3rem;
}
.c5_address{
	margin-top: 0.16rem;
}
.c5_address .text1{
	font-size: 0.3rem;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #dfdfdf, #fff);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}
.c5_address .text2{
	font-size: 0.3rem;
    color: #1ff2ff;
    line-height: 0.5rem;
}
.c5_address .text2 i{
	margin-right: 0.1rem;
	font-size: 0.3rem;
	vertical-align: middle;
}
.c5_address p{
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
}
.c5_address img{
	display: block;
	width: 2.3rem;
	margin: 0.1rem auto;
}
.c5_logo{
	width: 2.78rem;
    height: 1.16rem;
    border-radius: 5px;
	background-size: cover;
	margin: 0.2rem auto;
}
.c5_img{
	font-size: 0.45rem;
	color: #fff;
	text-align: center; 
	margin-top: 0.5rem;
}
.c5_text6{
	font-size: 0.24rem;
	color: #fff;
	margin-bottom: 0.5rem;
}
.c5_text6 span{font-size: 0.32rem;}
.backBtn{
    position: fixed; z-index: 1000; top: 0.2rem; left: 0.2rem; border-radius: 50%; z-index: 999;font-size:0.3rem;color:#fff;text-align:center;display: flex;align-items: center;line-height:0.48rem;

}
.backBtn .icon{
    width:0.26rem;
    height:0.48rem;
    display: block;
    background:url('/home/mobile/summit/static/images/invitation/back.png') no-repeat;background-size:contain;margin-right:0.08rem;
}
.ex_pic{
    width: 100%;
    text-align:center;
}
.ex_pic img{
    width:6rem;
    height:3rem;
    object-fit: cover;
    border-radius:3px;
}
/*.index_logo,.top,.tit{animation: 2s ease 0.2s 1 normal both running puffIn;}
.index_zw,.index_name{animation: 2s ease 0.4s 1 normal both running puffIn;}
.index_yq,.zh,.date,.adr,.c5_logo,.c5_top,.c5_img,.c5_text6{animation: 2s ease 0.6s 1 normal both running puffIn;}*/
@-webkit-keyframes puffIn {
	0% {
		opacity: 0;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(2)
	}

	to {
		opacity: 1;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(1)
	}
}

@keyframes puffIn {
	0% {
		opacity: 0;
		transform-origin: 50% 50%;
		transform: scale(2)
	}

	to {
		opacity: 1;
		transform-origin: 50% 50%;
		transform: scale(1)
	}
}

.puffIn {
	-webkit-animation-name: puffIn;
	animation-name: puffIn
}
.czitem{text-align: left;padding: 10px;}
.czitem img{display: block;border-radius: 5px;}
.czitem h2{font-size: 0.32rem;margin: 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 2;}
.czitem h2 a{color: #fff;text-decoration: none;}
.flexbox{display: flex;align-items: center;justify-content: space-between;font-size: 0.28rem;}
.czs{font-size: 0.28rem;font-weight: bold;margin-top: 5px;}
