.wx-cont{
    margin:55px 0px;
}
/*列*/
.asdet-list{
    overflow:hidden;
    background:transparent;
    margin-bottom:90px;
    padding:8px;
}
.asdet-list li{
    margin-bottom:8px;
}
.asdet-list a{
	color:#5ecbd0;
    display: block;
    height:45px;
    line-height:45px;
	background: #fdffff;
	text-align: center;
    border-radius:4px;
    border: 1px solid #cbe5e6;
    font-size: 0.9rem;
    letter-spacing: 2px;
}
/*底部*/
.bom-fix{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
    z-index:100;
    height:52px;
    padding:16px 0px;
	background: #5fccd0;
}
.bom-fix .bom-go{
	width: 25%;
	text-align:center;
    height:20px;
    line-height:20px;
	float: left;
	border-right:1px solid #c6e7e8;
	color: #fff;
}
.bom-fix .bom-go:last-child{
    border:0;
}
.bom-fix-pop{
    position:fixed;
    left:0;
    bottom:50px;
    width:120px;
    height:180px;
    background:url(../images/asdetindex-pop.jpg) no-repeat;
    background-position:-58px -44px;
    background-size:200%;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
    opacity:0;
    z-index:-10;
}
.bom-fix-pop a{
    display:block;
    text-align:center;
    color:#fff;
    width:120px;
    line-height:45px;
}
.bom-fix-pop a:nth-child(1){
    line-height:42px;
    margin-top:8px;
}
.pop-zz-box{
    position:fixed;
    width:100%;
    height:100%;
    z-index:98;
    left:0;
    top:0;
    background:rgba(0,0,0,0);
    display:none;
}
/*内容*/
.index-cont{
    position: relative;
    overflow:hidden;
}
.index-cont-bac{
    width:100%;
    position:relative;
    z-index:0;
}
/*大图*/
/*第一组图片*/
.ic-box1{
    width:45%;
    position:absolute;
    left:0;
    top:0;
    margin-top:15px;
    z-index:1;
}
.box1-all-img img{
    position:absolute;
    max-width:none;
    width:120%;
    left:0;
    top:0;
    margin-top:-10%;
    margin-left:-10%;
    opacity:0;
    z-index:2;
    -webkit-transition:0.7s;
    -moz-transition:0.7s;
    -ms-transition:0.7s;
    -o-transition:0.7s;
    transition:0.7s;
}
.ic-box1 a.ic-box1-img img{
    width:100%;
    margin-top:0;
    margin-left:0;
    opacity:1;
    z-index:1;
}
/*第二组图片*/
.ic-box2{
    width:48%;
    position:absolute;
    right:0;
    top:0;
    margin-top:70px;
    z-index:1;
}
.box2-all-img img{
    position:absolute;
    max-width:none;
    width:120%;
    right:0;
    top:0;
    margin-top:-10%;
    margin-right:-10%;
    opacity:0;
    z-index:2;
    -webkit-transition:0.7s;
    -moz-transition:0.7s;
    -ms-transition:0.7s;
    -o-transition:0.7s;
    transition:0.7s;
}
.ic-box2 a.ic-box2-img img{
    width:100%;
    margin-top:0;
    margin-right:0;
    opacity:1;
    z-index:1;
}
/*三四五，三组图片公共样式*/
.ic-box3,.ic-box4,.ic-box5{
    width:85px;
    position:absolute;
    left:50%;
    top:63%;
    z-index:1;
}
.box3-all-img img,.box4-all-img img,.box5-all-img img{
    position:absolute;
    max-width:none;
    width:120%;
    right:0;
    top:0;
    margin-top:-10%;
    margin-right:-10%;
    opacity:0;
    z-index:2;
    -webkit-transition:0.7s;
    -moz-transition:0.7s;
    -ms-transition:0.7s;
    -o-transition:0.7s;
    transition:0.7s;
}
.ic-box3 a.ic-box3-img img,.ic-box4 a.ic-box4-img img,.ic-box5 a.ic-box5-img img{
    width:100%;
    margin-top:0;
    margin-right:0;
    opacity:1;
    z-index:1;
}
/*第三组图片*/
.ic-box3{
    margin-left:-100px;
    margin-bottom:10px;
}
/*第四组图片*/
.ic-box4{
    margin-left:-10px;
    margin-bottom:10px;
}
/*第五组图片*/
.ic-box5{
    margin-left:80px;
    margin-bottom:10px;
}
/*每一组特定的文字介绍与链接*/
.ic-box6{
    width:120px;
    position:absolute;
    left:50%;
    bottom:0;
    margin-bottom:260px;
    margin-left:-60px;
    z-index:3;
}
.box6-all-img img{
    position:absolute;
    max-width:none;
    width:120%;
    right:0;
    top:0;
    margin-top:-10%;
    margin-right:-10%;
    opacity:0;
    z-index:2;
    -webkit-transition:0.7s;
    -moz-transition:0.7s;
    -ms-transition:0.7s;
    -o-transition:0.7s;
    transition:0.7s;
}
.ic-box6 a.ic-box6-img img{
    width:100%;
    margin-top:0;
    margin-right:0;
    opacity:1;
    z-index:1;
}