.index-nav {
    background-image: url("/static/assets/images/index-nav.png");
    border-radius: 4px;
}


.index-put {
    display: block;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #fff;
    vertical-align: middle;
    background-color: #0e5094;
    background-image: none;
    border: 1px solid #0e5094;
    border-radius: 0;
}

.index-li {
    padding: 4px 25px !important;
}

.nav-contain .nav-inner .am-nav li a:hover {
    background: none;
    color: #000;
}

.am-topbar-nav > li > a:hover:after {
    border-bottom-color: #fff;
    opacity: 0;
}

.index-title {
    height: auto;
    width: 100%;
    font-size: 18px;
}

.am-nav-tabs > li.am-active > a {
    border: none;
}

.am-nav-tabs {
    border-bottom: 2px solid #ddd;
}

.am-nav-tabs > li > a {
    border: none;
}

.am-nav-tabs > li {
    margin-bottom: inherit;
}

.am-nav-tabs > li.am-active > a, .am-nav-tabs > li.am-active > a:hover, .am-nav-tabs > li.am-active > a:focus {
    border: none;
    color: #2196f3;
}

.index-login {
    height: auto;
    border: 1px solid #ddd;
}

.login-btn {
    width: 100%;
    background-color: #2771ae;
    color: #fff;
}

.am-topbar-form {
    padding: inherit;
}

.am-topbar-right {
    margin-right: inherit;
}

.slider-p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}

.zhuanti {
    background-color: #3673a9;
    float: left;
    width: 5%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhuantiword {
    color: #fff;
}
.index-btitle {
    background-color: #3673a9;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.index-box{
    border: 1px solid #ddd;
}
.index-contact{
    background-image: url("/static/assets/images/contact.png");
    background-size:100% 100%;
    height:302px;
    padding-top:40px ;
}
.contact-p{
    margin: 5px 0px 0 10px;
}
.am-flink >li{
    float: left;
}
.footer-image{
    background-image: url("/static/assets/images/bottom.png");
    margin-top: 60px;
    background-size:100% 100%;
    padding-bottom: 30px;
}
.pagelist {padding:10px 0; text-align:center;}
.pagelist span,.pagelist a{ border-radius:3px; border:1px solid #dfdfdf;display:inline-block; padding:5px 12px;}
.pagelist a{ margin:0 3px;}
.pagelist span.current{ background:#09F; color:#FFF; border-color:#09F; margin:0 2px;}
.pagelist a:hover{background:#09F; color:#FFF; border-color:#09F; }
.pagelist label{ padding-left:15px; color:#999;}
.pagelist label b{color:red; font-weight:normal; margin:0 3px;}