/*
导航
*/

body {
    background: #E8DDCB;
}

#header {
    height: 90px;
}

#header .am-u-md-3 {
    margin-top: 14px;
}

.logo {
    display: block;
    background: url("../images/logo.png") no-repeat;
    background-size: 100% 100%;
}

#header .am-u-md-3 .logo {
    height: 56px;
    width: 214px;
}

#header a {
    display: block;
    color: #333;
    text-align: center;
}

#header a:hover {
    color: #999;
}

#nav {
    height: 60px;
    background: #CDB380;
    margin-bottom: 10px;
}

#nav .am-u-md-2 .logo {
    margin-top: 10px;
    height: 38px;
    width: 150px;
}

#nav form {
    padding-top: 10px;
}

#nav form .am-dropdown-toggle span {
    /*让搜索旁边的三角形垂直居中*/
    vertical-align: middle;
    margin-left: 5px;
}

#nav form .am-dropdown-content:before,
#nav form .am-dropdown-content:after {
    /*去掉上面的三角形*/
    display: none;
}

#nav form .am-dropdown-content {
    min-width: 120px;
    overflow: hidden;
    left: 20px;
}

#nav form .am-dropdown-content li:hover {
    background: #BDE1FF;
}

#nav form .am-dropdown-content #baidu_s {
    height: 40px;
    cursor: pointer;
    line-height: 36px;
}

#nav form .am-dropdown-content #google_s {
    height: 36px;
    cursor: pointer;
}

#nav form .am-dropdown-content #baidu_s img {
    position: absolute;
    right: 6px;
}

#nav form .am-dropdown-content #google_s img {
    position: absolute;
    right: 20px;
}

#nav form div input {
    width: 400px;
    margin: 0 10px 0;
}

#main a {
    color: #222;
}

#main a:hover {
    color: #258be3;
}
.leftsider {
    background-color: #eee;
    float: left;
    margin-bottom: 10px;
}

#leftsider1 {
    min-height: 200px;
    width: 750px;
}

.leftsider .am-panel, #rightsider .am-panel{
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}

.leftsider .am-panel-bd, #rightsider .am-panel-bd{
    padding: 0;
    background: #fcfcfc;
}
.leftsider .am-panel-bd{
    padding-top: 20px;
}

.leftsider ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 35px;
}

.leftsider li {
    float: left;
    width: 122px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 1.4rem;
}

#leftsider2 {
    min-height: 440px;
    width: 750px;
    padding-top: 20px;
    background: #fcfcfc;
}

#leftsider2 .linkinfo {
    width: 100%;
    display: none;
}
#leftsider2 .linktitle,#leftsider2 .linktitle a{
    color: #258BE3;
    font-weight: bold;
}
#rightsider {
    min-height: 650px;
    width: 240px;
    background-color: #eee;
    float: right;
}

#rightsider .am-figure-default {
    margin: 2px;
}

#rightsider .am-panel-bd div {
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 15px;
    color: #333;
    margin: 0 4px;
}
#rightsider .am-panel-bd div i{
    width: 20px;
    display: inline-block;
    cursor: pointer;
    margin-left: 3px;
}
#rightsider .am-panel-bd ul{
    list-style: none;
    margin:0px 10px 0px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#rightsider .am-panel-bd ul li{
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 32px;
    font-size: 1.4rem;
}
footer {
    background: #CDB380;
}
footer p {
    color: #666;
    font-size: 1.3rem;
}


/* start preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wave.sk-spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


/* end preloader */
