﻿.wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.wrap-block {
    margin-top: 16px;
}

.header .wrap {
    height: 80px;
    overflow: visible;
}
.header .logo {
    padding-top: 13px;
}
.header .nav-block {
    width: 840px;
    font-size: 14px;
}
.header .nav li {
    float: left;
    position:relative;
}
.header .nav li.on span a , .header .nav li.cur span a {
    background: #3B62AA;
    color: #fff;
}
.header .nav li span a {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    display: inline-block;
    transition: all 0.3s ease;
}
.header .nav li span a:hover {
    background:#3B62AA;color:#fff;text-decoration:none;
}
.header .nav li .subnav {
    width: 122px;
    padding: 10px 0;
    background: #3B62AA;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 1993;
}
.header .nav li .subnav dd a {
    padding-left: 20px;
    line-height: 30px;
    display: block;
    color: #fff;
}




.banner {
    width: 100%;
    background: rgb(250, 75, 69);
    height: 360px;
}



.navsub {
    width: 100%;
}
.navsub .block{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eaeaea;
}
.navsub .block li.navitem {
    float : left;
    margin-right: 80px;
}
.navsub .block li.navitem:last-child {
    margin-right: 0;
}
.navsub .block li.navitem.cur a {
    display: inline-block;
    border-bottom: 1px solid #3B62AA;
    
    color: #3B62AA;
    font-weight: normal;
    margin-bottom: -1px;
}
.nav-content, .nav-content-item {
    width: 100%;
}




.footer .footer-top {
    background: #2c2f3c;
}
.footer .footer-top .logo h3 {
    color: #A3A4A9;
    font-size: 24px;
}
.footer .footer-top .logo p {
    color: #A3A4A9;
    font-size: 27px;
}
.footer .inner-block {
    margin: 40px 0;
    overflow: hidden;
}
.footer-top .items {
    margin-left: 80px;
    overflow: hidden;
}
.footer-top .items li h3 {
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer-top .items li a {

    font-size: 14px;
    color: #A3A4A9;
    line-height: 30px;
}
.footer .footer-top .img {
    overflow: hidden;
}
.footer .footer-top .img span {
    display: inline-block;
    margin: 0 6px;
}
.footer .footer-top .img img {
    width: 90px;
    border-radius: 6px;
    overflow: hidden;
    border: 4px solid #fff;
}
.footer .footer-top .img p {
    text-align: center;
    margin-bottom: 6px;
}

.footer-bottom {
    width: 100%;
    background: #22242C;
    color: #8A8A8A;
}
.footer-bottom a {
    color: #8A8A8A;
}

.footer-bottom p {
    text-align: center;
    line-height: 20px;
}
.footer-bottom p:first-child{
    margin-top: 16px;
}
.footer-bottom p:last-child{
    margin-bottom: 16px;
}




.about-banner {
    width: 100%;
    height: 300px;
    
}
.about-banner.about {
    background:url('../image/sub_banner.png') no-repeat center;
}
.about-banner.coop {
    background:url('../image/sub_banner_shangwu.png') no-repeat center;
}
.about-banner.pinpai {
    background:url('../image/sub_banner_pinpai.png') no-repeat center;
}
.about-banner.service {
    background:url('../image/sub_banner_kefu.png') no-repeat center;
}
.about-banner.xx {
    background:url('../image/sub_banner_xx.png') no-repeat center;
}
.about-banner.contact {
    background:url('../image/sub_banner_contact.png') no-repeat center;
}

.subnav-wrap {
    border-bottom: 1px solid #DADADA;
}

.subnav-wrap ul li {
    float: left;
    margin-right: 56px;
    
}

.subnav-wrap ul li a {
    height: 76px;
    line-height: 76px;
    display: inline-block;
    padding: 0 10px;
}
.subnav-wrap ul li a.active {
    border-bottom:1px solid #3B62AA;
    color: #3B62AA;
}
.subnav-wrap ul li a:hover {
    border-bottom:1px solid #3B62AA;
    color: #3B62AA;
}

.banner {
    width: 100%;
}


.annual-inner .annual-items {
    margin: 60px 0;
}
.annual-inner .annual-items .item {
    width: 380px;
    height: 150px;
    background: #fff;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.annual-inner .annual-items .item:nth-child(3n) {
    margin-right: 0;
}
.annual-inner .annual-items .item h4.yesr {
    font-size: 16px;
    display: block;
    width: 100px;
    height: 40px;
    background: #3C59A1;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.annual-inner .annual-items .item p {
    margin: 20px;
    font-size: 16px;
}



.recom-right {
    width: 300px;
    overflow: hidden;
}
.recom-right div.title {
    padding: 0;
    margin: 0;
}
.recom-right .title span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-right:20px;
    border-bottom: 1px solid #08b8c3;
    font-size: 16px;
}
.recom-right .detail p {
    font-size: 14px;
    color: #8A8A8A;
}