﻿/*固定导航*/
.fc-header-fixed {
    border-bottom: 1px solid #ddd;
}

.fc-header-fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    display: none;
    z-index: 9999;
}

.fd-fixed-nav {
    padding: 0;
    list-style: none;
    height: 100%;
    margin: 0
}

.fd-fixed-nav > li > a {
    display: inline-block;
    width: 172px;
    text-decoration: none;
    color: black;
    text-align: center;
}

.fd-fixed-nav > li > a:hover, .fd-fixed-nav > li > a.active {
    color: #2B72FF
}



/*导航*/
header {
    height: 100px;
}

.fd-logo {
    height: 100%;
}

.fd-nav {
    padding: 0;
    list-style: none;
    height: 100%;
    margin: 0
}

.fd-nav > li > a {
    display: inline-block;
    width: 180px;
    text-decoration: none;
    color: black;
    text-align: center;
}

.fd-nav > li > a:hover, .fd-nav > li > a.active {
    color: #2B72FF
}

/*导航二级下拉菜单*/
ul.dropdown-menu {
    position: absolute;
    display: none;
    padding: 10px;
    width: 180px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    z-index: 9999;
}

ul.dropdown-menu > li {
    float: none;
    display: block;
    width: 100%;
}

ul.dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #F1F1F1;
}

ul.dropdown-menu > li > a {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #000000;
    padding: 0 0;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

ul.dropdown-menu > li > a:hover {
    color: #1165ff;
    text-decoration: none;
}



/*底部*/
footer {
    height: 366px;
    padding: 80px 20px 15px;
    color: #000;
}

.footLeft {
    float: left;
    width: 612px;
}

.footRight {
    float: right;
    width: 600px;
}

.footH {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.contactUs {
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px;
}

    .contactUs li {
        float: left;
        width: 304px;
    }

.contactInfo {
    font-size: 1em;
    height: 25px;
    line-height: 25px;
}

.address {
    margin-bottom: 30px;
}

.copyRight {
    font-size: 1em;
    line-height: 30px;
}

.QRCode {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.QRCode li {
    float: right;
}

.QRCode li:nth-child(2) {
    margin-right: 70px;
}

.QRCode dt {
    width: 100px;
    height: 100px;
}

.QRCode dt img {
    width: 100px;
}

.QRCode dd {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 1em;
}

.office {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 25px;
}


/*首页*/

.home-ad {
    height: 600px;
    background: url(/images/banner/banner7.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 1220px;
    color: white;
    position:relative;
}
.home-txt-video {
    margin-top: 60px;
}
.home-banner-title {
    font-size: 5rem;
}
.home-banner-content {
    font-size: 3rem;
}
.home-video {
    cursor: pointer;
}
.home-menu {
    position: absolute;
    left:0;
    right:0;
    list-style: none;
    background-color: rgba(3,93,148,0.5);
    bottom:25px;
    padding:0 25px;
    
}
.home-menu>li{
    line-height:50px;
    height:50px;
    text-align:center;
    font-size:1.16rem;
}
.home-menu>li:nth-child(2n){
    width:60px;
}
.home-menu>li>a{
    color:white;
    line-height:50px;
    height:50px;
    text-align:center;
    display:inline-block;
    padding:0 6px;
}
.home-menu>li>a:hover{
    color:#FEEFA3;
}
.home-title{
    font-size:3.33rem;
    margin:100px 0 20px;
    color:black;
    text-align:center
}
.home-content {
    font-size: 1em;
    margin-bottom: 100px;
    color: #666666;
    text-align: center
}
.home-factoring-img{
    margin-bottom:20px;
}
.home-factoring-award{
    margin-bottom:110px;
}
.home-expert-wisdom {
    background-color: #F8F9FA;
    padding:50px 0;
}

.expert-item {
    padding: 20px 30px;
    background-color: white;
    width: 390px;
    border-radius: 15px;
}
.expert-name{
    font-size:2.5rem;
    margin:50px 0 14px;
}
.expert-intro {
    font-size: 1.16rem;
    margin-bottom:14px;
    color:#999999;
}
.expert-content {
    font-size: 1.16rem;
    color: #333333;
}
.home-partner:before{
    content:"";
    display:table;
}
.home-partner {
    height: 728px;
    background: url(/images/home/customer-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 1220px;
    color: white;
}
.partner-title {
    font-size: 3.33rem;
    margin: 50px 0 30px;
    text-align: center;
}
.partner-content {
    font-size: 1em;
    margin-bottom:20px;
    text-align: center;
}
.partner-intro {
    text-indent: 35px;
    line-height: 30px;
    font-size: 1em;
    margin-bottom: 20px;
    text-align: justify;
}
.customer-case-wrap {
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    margin-top: 67px;
   /* box-shadow: 0 0 12px 0 #dddddd;
    background-color: white;*/
    margin-bottom: 150px;
}
.customer-title {
    font-size: 3.33rem;
    text-align: center;
    margin: 20px 0 60px;
}