*{margin: 0;padding: 0;list-style: none;}
html,
body {
  position: relative;
  height: 100%;
}
img{max-width: 100%;}
#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;
}
@keyframes music
{
    from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}

}
.swiper-container {
  width: 100%;
  height: 100%;
  max-width: 750px;
}
.page{
	width: 100%;
	height: 100%;
	position: relative;
	background: url(/home/mobile/summit/static/images/8/bg.jpg) no-repeat center;background-size: cover;
}
.inv_page1{
	display: flex;
	align-items: center;
}
.logo2{padding: 0.4rem 0.48rem;box-sizing: border-box;}
.logo2 img{display: block;height: 0.8rem;}
.year{height: 1.52rem;display: block;width: auto;margin-left: 0.48rem;margin-bottom: 0.4rem;}
.zw{color: #002469;font-size: 0.3rem;line-height: 0.6rem;margin-left: 0.48rem;margin-bottom: 0.4rem;text-align: left;}
.zw span{font-size: 0.4rem;font-weight: bold;}
.company{color: #fff;background: rgba(69,103,176,.84);font-size: 0.36rem;line-height: 0.5rem;padding: 0.2rem 0.48rem;border-radius: 0 0.45rem 0.45rem 0;margin-bottom: 0.5rem;float: left;}
.zhname{font-size: 0.4rem;text-align: center;color: #002469;line-height: 0.5rem;margin: 0.2rem;}
.zwimg{display: block;margin: 0 auto;}
.copyright {
    position: inherit;
    bottom: 3px;
    width: calc(100% - 0.6rem);
    text-align: center;
    font-size: 0.2rem;
    color: #0b3a6c;
    z-index: 5;
    opacity: 0.7;
    margin-left: 0.3rem;
    margin-top: 0.1rem;
}
.title{font-size: 0.5rem;}
.inv2_warp{
    flex:1;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom:0.2rem;
}
.inv_page5{color: #fff;}
.inv_page5 .inv5_box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex:1;
}
.inv_page5 .logo{
    /* width:2.78rem; */
    height:0.94rem;
    text-align: center;
    padding-top: 0.5rem;
    box-sizing: content-box;
}
.inv_page5 .logo img{
    height: 100%;
    border-radius:0.05rem;
}
.inv_page5 .com_name{
    font-size:0.44rem;
    font-weight: 500;
    margin-top:0.5rem;
    margin-bottom:0.4rem;
}

.inv_page5 .list{
    margin-bottom: 0.44rem;
}
.inv_page5 .list .icon1{
    display:inline-block;
    width:0.23rem;
    height:0.29rem;
    background:url('/home/mobile/summit/static/images/7/icon8.png') no-repeat;
    background-size:100% 100%;
    margin-right:0.15rem;
}
.inv_page5 .list .icon2{
    display:inline-block;
    width:0.27rem;
    height:0.27rem;
    background:url('/home/mobile/summit/static/images/7/icon9.png') no-repeat;
    background-size:100% 100%;
    margin-right:0.15rem;
}
.inv_page5 .list .icon3{
    display:inline-block;
    width:0.24rem;
    height:0.2rem;
    background:url('/home/mobile/summit/static/images/7/icon10.png') no-repeat;
    background-size:100% 100%;
    margin-right:0.15rem;
}
.inv_page5 .list .text1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0.32rem;
}
.inv_page5 .list .text2{
    font-size:0.26rem;
    margin-top:0.1rem;
}
.inv_page5 .bg2{
    width:2.92rem;
    height:0.41rem;
    background:url('/home/mobile/summit/static/images/7/icon4.png') no-repeat;
    background-size:100% 100%;
    margin:1rem auto 0;
}
.inv_page5 .gw_text{
    font-size:0.26rem;
    margin-top:0.3rem;
}
.inv_page5 .gw_text span{
    font-size:0.32rem;
}
.inv_page5 .footer_btn{
    margin-top:0.6rem;
}
.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;display: block;max-width: 100%;}
.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;}




















