/*common css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    box-sizing: border-box;
    font-family: "microsoft yahei";
}
em {
    font-style: normal;
}
table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
    font-size: 14px;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ul, ol, li, dt, dd {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-size: 100%;
}
legend {
    color: #5E5E5E;
}
strong {
    font-weight: bold;
}
.clearfix {
    display: block;
    zoom: 1;
}
.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/*·âÃæstyle*/
.home_bg{
    width:100%;
    height:100%;
    background:url(home_bg.jpg) no-repeat;
    background-size:100% 100%;
}
.cover{
    margin:auto;
    width:66.5%;
    height:86%;
    background:url(../images/cover_bg.png) no-repeat;
    background-size:100% 100%;
    position: absolute;
    top:7%;
    left:16.5%;

}
.content_page{
    margin:auto;
    width:66.5%;
    height:86%;
    position: absolute;
    top:7%;
    left:16.5%;
    display: none;
}
.home_ball{
    position: absolute;
    top:22%;
    left:10%;
}
.home_ball img{
    animation:circle_ni 8s linear 3s infinite;
    -moz-animation:circle_ni 8s linear 3s infinite;
    -webkit-animation:circle_ni 8s linear 3s infinite;
    -o-animation:circle_ni 8s linear 3s infinite;
}
.ball_cir img{
    animation:circle_shun 8s linear 3s infinite;
    -moz-animation:circle_shun 8s linear 3s infinite;
    -webkit-animation:circle_shun 8s linear 3s infinite;
    -o-animation:circle_shun 8s linear 3s infinite;
}
.ball_cir{
    position: absolute;
    top:22%;
    left:10%;
}
.big_title{
    position: absolute;
    top:43%;
    left:30%;
}
/*Èý½ÇÐÎ*/
.cover h1{
    position: absolute;
    top:35%;
    left:48%;

}
.cover h2{
    position: absolute;
    top:43%;
    left:36%;

}
.cover h3{
    position: absolute;
    top:50%;
    left:29.5%;

}
.cover h4{
    position: absolute;
    top:46%;
    left:86%;

}
.cover h5{
    position: absolute;
    top:50%;
    left:86%;

}
.cover h6{
    position: absolute;
    top:54%;
    left:84%;

}
.star7{
    position: absolute;
    top:73%;
    left:60%;

}
.star8{
    position: absolute;
    top:70%;
    left:56%;

}
/*²Ëµ¥*/
.aside_menu{
    position: absolute;
    bottom:0;
    left:0;
    z-index: 9999;
    overflow: hidden;
    display: none;
}
.big_circle,.small_circle{
    background-color:rgba(0,0,0,0.5);
    border-radius: 50%;
}
.big_circle{
    position: absolute;
    top:0;
    right:0;
}
.small_circle{
    border:2px solid #847c80;
    margin-left:14%;
    margin-top:14%;
    background-color:rgba(0,0,0,0);
}
.list1,.list2,.list3,.list4{
    border-radius: 50%;
    width:18%;
    height:18%;
    background-color:#a31e09;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}
.list1:hover,.list2:hover,.list3:hover,.list4:hover{
    background-color: #f55656;
}
.list1 img,.list2 img,.list3 img,.list4 img{
   margin-top: 5%;
}
.list1{
    position: absolute;
    top:5%;
    left:31%;
}
.list2{
    position: absolute;
    top:10%;
    left:56%;
}
.list3{
    position: absolute;
    top:28%;
    left:73%;
}
.list4{
    position: absolute;
    top:52%;
    left:75%;
}

.list{
    width:70px;
    position: absolute;
    bottom:5%;
    left:8%;
}
.list h1,.list h2,.list h3{
    background-color:#fff;
    width:70px;
    height:70px;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;

    padding-top: 20px;
}
.list a{
    display: inline-block;
    width:70px;
    height: 70px;
    color: #a31e09;
}
.list a:hover{
    color: #fff;
}
.list h1:hover,.list h2:hover,.list h3:hover {
    background-color: #a31e09;
    color: #fff;
}

.change_pages{
    width:50px;
    height:50px;
    background: url(button_enter.png) no-repeat;
    position: absolute;
    bottom:5%;
    right:5%;
}
.change_pages:hover{
    background: url(button_enter_hover.png) no-repeat;
}
.cover{
    display: none;
}
.next_pages{
    width:50px;
    height:50px;
    background: url(../images/button_next.png) no-repeat;
    position: absolute;
    bottom:5%;
    right:5%;
}
.next_pages:hover{
    background: url(../images/button_next_hover.png) no-repeat;
}
.pre_pages{
    width:50px;
    height:50px;
    background: url(../images/button_previous.png) no-repeat;
    position: absolute;
    bottom:5%;
    left:5%;
}
.pre_pages:hover{
    background: url(../images/button_previous_hover.png) no-repeat;
}
.re_top{
    width:280px;
    height:50px;
    background: url(button_backhome.png) no-repeat;
    position: absolute;
    bottom:5%;
    right:15%;
}
.re_top:hover{
    background: url(button_backhome_hover.png) no-repeat;
}
@-webkit-keyframes circle_shun
{
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100%{transform: rotate(360deg);}
}
@-moz-keyframes circle_shun
{
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100%{transform: rotate(360deg);}
}

@-o-keyframes circle_shun
{
    0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100%{transform: rotate(360deg);}
}
@-webkit-keyframes circle_ni
{
    0% {transform: rotate(360deg);}
    50% {transform: rotate(180deg);}
    100%{transform: rotate(0deg);}
}
@-moz-keyframes circle_ni
{
    0% {transform: rotate(360deg);}
    50% {transform: rotate(180deg);}
    100%{transform: rotate(0deg);}
}

@-o-keyframes circle_ni
{
    0% {transform: rotate(360deg);}
    50% {transform: rotate(180deg);}
    100%{transform: rotate(0deg);}
}