.about1_body_bg{
    background-image:url('../images/news_bg.jpg');
}
.content_main_bg{
    position: fixed;
    right: 0%;
    top: 8%;
    width: 40%;
    height: 80%;
    background-image: url('../images/akm.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30%;
    -webkit-animation:fadeInUp 1s .2s ease both;
    -moz-animation:fadeInUp 1s .2s ease both;}
@-webkit-keyframes fadeInUp{
    0%{opacity:0;
        -webkit-transform:translateY(200px)}
    100%{opacity:1;
        -webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
    0%{opacity:0;
        -moz-transform:translateY(200px)}
    100%{opacity:1;
        -moz-transform:translateY(0)}
}
.speech_body_bg2{background:none;width:80%;top:32%;}
.speech_body_bg2 span{font-size:50px;}
.nav_footer li{width:25%;}
#page2 .footer_desc{display:none;}
.header{position:fixed;}
.content_main{width:1200px;min-width:1200px;margin:6em auto 0;}
.newsMore{overflow:hidden;margin:30px auto 4em;width:80%;width:1200px;font-size:14px;}
.newsMore div{float:left;}
.newsMore div.next{float:right;}
.newsMore div.red a{color:#D0343C;font-weight:600;}
