aside {width: 100%;background: url(/static/new/2021/bg_aside.png) center bottom no-repeat #fff;display: flex;justify-content: center;position: relative; color: #414141;}
aside a {  color: #414141; }
footer { width: 100%; display: flex; justify-content: center; align-items: center; color: #fff; background-image: linear-gradient(to bottom,#1C81CF,#1C81CF); }
aside::before { display: block; content: ''; width: 100%; background-image: linear-gradient(to bottom,rgba(7,0,2,0) 10%,rgba(7,0,2,0) 20%,rgba(7,0,2,.1)); position: absolute; left: 0;  }
@media screen and (max-width: 1000px) {
aside { background-size: auto 23.6vw; justify-content: space-between; box-sizing: border-box; padding:9.5vw 13vw 28vw; }
aside::before {  height: 3vw; top: -3vw; }
aside i { display: none; }
aside section { display: none; }
aside section dl { font-size: 3.5vw; line-height: 2; margin-bottom: 2vw; }
aside section dl dt { font-weight: bold; }
aside section:nth-of-type(1),
aside section:nth-of-type(3) { display: block; }
aside section:nth-of-type(1) dl:nth-of-type(1) dt { color: #8fb95f; }
aside section:nth-of-type(1) dl:nth-of-type(2) dt { color: #e6772c; }
aside section:nth-of-type(3) dl:nth-of-type(1) dt { color: #29c3af; }
aside section:nth-of-type(3) dl:nth-of-type(2) dt { color: #e60012; }
aside section:nth-of-type(3) dl:nth-of-type(3) dt { color: #9d02ab; }
aside section:nth-of-type(3) dl:nth-of-type(4) dt { color: #005491; }
footer { height: 18vw; font-size: 3vw; }
footer {flex-direction: column;}
}
@media screen and (min-width: 1001px) {
aside a:hover { color: #005491; }
aside { height: 33vw; justify-content: space-around; padding:0 3%; box-sizing: border-box; }
aside::before {  height: 1.5vw; top: -1.5vw; }
aside section { margin-top: 3.5vw; }
aside i { height: 12vw; width: 0; border-right: 1px dashed #ebebeb; margin:3.5vw 0 0; }
aside section dt,
aside section dd { margin-bottom: .85vw; font-size: 1.2vw; }
aside section:nth-of-type(1) dt { color: #8fb95f; }
aside section:nth-of-type(2) dt { color: #e6772c; }
aside section:nth-of-type(3) dt { color: #29c3af; }
aside section:nth-of-type(4) dt { color: #e60012; }
aside section:nth-of-type(5) dl:nth-of-type(1) dt { color: #9d02ab; }
aside section:nth-of-type(5) dl:nth-of-type(1) { margin-bottom: 2vw; }
aside section:nth-of-type(5) dl:nth-of-type(2) dt { color: #005491; }
aside section:nth-of-type(1) { order: 1; }
aside section:nth-of-type(2) { order: 3; }
aside section:nth-of-type(3) { order: 5; }
aside section:nth-of-type(4) { order: 7; }
aside section:nth-of-type(5) { order: 9; }
aside section:nth-of-type(6) { order: 11; }
aside i:nth-of-type(1) { order: 2; }
aside i:nth-of-type(2) { order: 4; }
aside i:nth-of-type(3) { order: 6; }
aside i:nth-of-type(4) { order: 8; }
aside i:nth-of-type(5) { order: 10; }
footer { height: 7.5vw; font-size: 1vw; }
footer .copy{width: 40%;float: left;}
footer .icp{width: 20%;float: right;}

.wechat_sus {
    display: none;
    width: 70px;
    height: auto;
    position: fixed;
    right: 1%;
    top: 30%;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 10px 0;
	z-index: 9;
}
.wechat_sus .pic{position: absolute; right: 70px; top: -60px;}
.wechat_sus img{margin:10px 0;}
.goTop{cursor:pointer;}

}