@charset"utf-8";

/*自定义分页符样式*/
.container,
.row {
    margin: 0;
    padding: 0;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .inner {
        width: 1024px;
    }
}

@media screen and (max-width: 1024px) {
    .inner {
        width: 100%;
    }
}

/*二级页面背景图*/
.fu-bg {
    width: 100%;
    height: 400px;
    max-width: 100%;
    padding-top: 100px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 100% 100%;
    /* background-repeat: repeat-x;
    animation: animatedBackground 20s linear infinite alternate;
    -o-animation: animatedBackground 20s linear infinite alternate;
    -webkit-animation: animatedBackground 20s linear infinite alternate;
    -moz-animation: animatedBackground 20s linear infinite alternate; */
}

.fu-bg h1 {
    font-size: 32px;
    color: #fff;
    margin-top: 100px;
    padding: 12px 0;
    text-align: center;
    width: 500px;
    background: rgba(53,59,68,0.34);
    margin: 0 auto;
}

.fu-bg p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0 20px;
    width: 500px;
    margin: 0 auto;
    background: rgba(53,59,68,0.34);
}

.gs-bg {
    background-image: url(../images/second/gs-bg.jpg);
}
.js-bg {
    background-image: url(../images/second/js-bg.jpg);
}
.fw-bg {
    background-image: url(../images/second/fw-bg.jpg);
}
.jr-bg {
    background-image: url(../images/second/jr-bg.jpg);
}
.lx-bg {
    background-image: url(../images/second/lx-bg.jpg);
}

@media screen and (max-width: 1200px) {
    .fu-bg {
        height: 340px;
    }
}

@media screen and (max-width: 768px) {
    .fu-bg {
        height: 145px;
        /* height: auto; */
        padding-top: 50px;
    }

    .fu-bg h1 {
        font-size: 26px;
        padding: 10px 0;
        width: 300px;
    }

    .fu-bg p {
        font-size: 16px;
        padding: 10px 10px 20px;
        width: 300px;
    }
}

/*页码*/
.mypage {
    clear: both;
    width: 100%;
    height: auto;
    border: #a72126 0px solid;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}

.pc_dis {
    display: none;
}

.mypage a {
    color: #4d555d;
    width: auto;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    margin-right: 5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mypage span {
    color: #717171;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
}

.mypage .linking,
.mypage a:hover {
    color: #fff;
    background: #a72126;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .pc_dis {
        display: block;
    }

    .ph_dis {
        display: none;
    }

    .mypage {
        padding: 15px 0;
    }
}

/* 副页 title */
.new-title {
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    top: -52px;
}

.new-inner {
    width: 1200px;
    margin: 0 auto;
}

.new-inner ul {
    overflow: hidden;
    margin: 0 auto;
}

.new-inner ul li {
    float: left;
    text-align: center;
    padding: 15px 0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.new-inner ul li a {
    font-size: 16px;
    color: #fff;
}

.new-inner ul li.active a {
    color: #fff;
}

.new-inner ul li.active {
    background: #e60012;
}

.new-inner ul li:hover a {
    color: #fff;
}

.new-inner ul li:hover {
    background: #e60012;
}
.fu-con{
    margin-top: -52px;
    width: 100%;
    padding: 20px 0;
}

.gs-inner ul {
    width: 500px;
}

.gs-inner ul li {
    width: 33.3%;
}
.fw-inner ul {
    width: 750px;
}

.fw-inner ul li {
    width: 33.3%;
}

@media screen and (max-width: 1200px) {
    .new-inner {
        width: 1024px;
    }

    .fu_bg {
        height: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .new-inner {
        width: 100%;
        display: none;
    }
    .fu-con{
        margin-top: 0;
        padding: 0;
    }
    .fu-con .inner{
        padding: 10px 10px;
    }
}

/* 公司概况 */
.gs-con h2{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 15px;
}
.gs-con p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}
.gs-con p img{
    display: block;
    max-width: 100%;
    margin: 15px auto;
}
.gs-con img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/* 公司愿景 */
.gsyj{
    width: 100%;
}
.yj-lf{
    float: left;
    width: 55%;
}
.yj-lf .txt{
    margin-top: 150px;
    width: 100%;
    background-color: #f1f1f1;
    padding: 30px 60px 50px;
}
.yj-lf .txt h2{
    font-size: 18px;
    color: #333;
    padding: 15px 0;
    width: 145px;
    border-bottom:2px solid #333;
    margin-bottom: 15px;
}
.yj-lf .txt h2:before{
    /*content: '';*/
    display: block;
    width: 24px;
    height: 2px;
    background-color: #333;
    margin-bottom: 15px;
}
.yj-lf .txt p{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    padding-bottom: 20px;
}
.yj-lf .txt span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border-bottom:1px solid #333;
    letter-spacing: 4px;
    width: 258px;
}
.yj-rt{
    float: left;
    width: 45%;
}
.yj-rt img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
/* 公司纪事 */
.sc-con ul li{
    width: 100%;
    margin-bottom: 20px;
}
.sc-con ul li a{
    padding: 10px;
    display: block;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    position: relative;
    top: 0;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear; 
    -moz-transition: all 0.25s linear; 
}
.sc-txt{
    width: 74%;
    float: left;
    padding-right: 20px;
    padding-left: 15px;
}
.sc-txt h2{
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    position: relative;
    padding: 20px 0;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear; 
    -moz-transition: all 0.25s linear; 
    padding-right: 80px;
    color: #333;
}
.sc-txt h2 span{
    position: absolute;
    right: 0;
    bottom: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    width: 80px;
    text-align: center;
}
.sc-txt p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    height: 78px;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear; 
    -moz-transition: all 0.25s linear; 
    text-align: justify;
}
.sc-txt b{
    display: block;
    font-size: 14px;
    background-color: #e8e8e8;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    color: #999;
    width: 120px;
    text-align: center;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear; 
    -moz-transition: all 0.25s linear; 
    font-weight: normal;
}
.sc-im{
    float: left;
    width: 26%;
}
.sc-im img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* 公司纪事动态 */
.xw-det{
    width: 100%;
}
.f-det{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D7;
}
.f-det h4{
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 38px;
}
.f-det span{
    font-size: 12px ;
    color: #999999;
    line-height: 24px;
}
.f-det:hover h4{
    color: #e60012;
}
.f-det:hover span{
    color: #e60012;
}
.f-det:hover{
    border-bottom: 1px solid #e60012;
}
.f-cont{
    padding: 20px 0;
}
.f-cont p{
    font-size: 14px;
    color: #5b5b5b;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 22px;
}
.f-cont img{
    display: block;
    max-width: 100%;
    margin: 15px auto;
}
.f-return ul li{
    float: left;
    width: 33.33%;
    color: #333;
    height:60px;
    line-height: 60px;
    font-size: 14px;
}
.f-return ul li:hover a{
    color: #e60012;
}
.f-return ul{
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.f-return ul li:nth-child(2){
    text-align: center;
}
.f-return ul li:nth-child(3){
    text-align: right;
}

/* 合作伙伴 */
.hbcon{
    width: 100%;
}
.hbcon ul{
    overflow: hidden;
    width: 100%;
    padding: 5px 0;
}
.hbcon ul li{
    float: left;
    width: 25%;
    padding: 8px 6px;
}
.hbcon ul li span{
    display: block;
    margin: 20px 0;
}
.hbcon ul li span img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.hbcon ul li a{
    display: block;
    width: 100%;
    border:1px solid #e7e7e7;
    padding: 12px;
    position: relative;
    top: 0;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear; 
    -moz-transition: all 0.25s linear; 
}
.hbcon ul li h3{
    font-size: 20px;
    color: #333;
    line-height: 24px;
    text-align: center;
    height: 48px;
    overflow: hidden;
}
.hbcon ul li p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: center;
    height: 48px;
    overflow: hidden;
    margin: 10px 0;
}
/* 模式案例 */
.alcon{
    width: 100%;
}
.alcon ul{
    width: 100%;
    overflow: hidden;
}
.alcon ul li{
    float: left;
    width: 33.3%;
    padding: 15px 22px;
}
.alcon ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 8px;
}
.alcon ul li img{
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; 
    -moz-transition: all 0.3s linear; 
}
.al-mb{
    position: absolute;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    left: 0;
    right: 0;
    top:0;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; 
    -moz-transition: all 0.3s linear; 
}
.alcon ul li a h1{
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 36px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; 
    -moz-transition: all 0.3s linear; 
    opacity: 1;
}
.al-nei{
    padding: 12px 10px;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; 
    -moz-transition: all 0.3s linear; 
}
.al-nei span{
    display: block;
    width: 34px;
    height: 42px;
    margin: 10px auto 0;
}
.al-nei span img{
    width: 100%;
}
.al-nei h2{
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}
.al-nei p{
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
}
/* 商业保理服务 */
.zj-jianj .txt p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
}
.zj-jianj h1{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    border-bottom:1px solid #ddd;
    margin-bottom: 15px;
}
.zj-jianj .im img{
    width: 100%;
    padding: 10px 0;
}
.zj-jianj .im{
    overflow: hidden;
}
.zj-jianj .txt img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto !important;
}
.zj-jianj .lf{
    width: 50%;
    padding-right: 15px;
}
.zj-jianj .rt{
    width: 50%;
    padding-left: 15px;
}
/*加入我们*/
.join{
    margin-bottom: 25px;
}
.join-title ul{
    background-color: #e60012;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    margin-bottom: 20px;
}
.join-title ul li{
    font-size: 15px;
    color: #fff;
    float: left;
    width: 16.6%;
    text-align: center;
    padding: 10px 0;
}
.join-con .panel-group .panel{
    border: none;
    box-shadow: none;
}
.join-con .panel-heading{
    border-bottom: 1px dashed #dddddd;
}
.join-con .panel-title{
    overflow: hidden;
    border: none;
}
.join-con .panel-title li{
    float: left;
    width: 16.6%;
    text-align: center;
    font-size: 15px;
}
.join-con .panel-title li a{
    color: #000;
}
.join-con .panel-body{
    border-top: none !important;
    border-bottom:1px dashed #dddddd;
}
.tab-zpyq h1{
    font-size: 14px ;
    color: #e60012;
    padding-bottom: 15px;
    text-align: left;
}
.tab-zpyq h2{
    font-size: 14px;
    color: #333333;
    padding-bottom: 15px;
}
.tab-zpyq p{
    font-size: 12px;
    color: #757575;
    padding-bottom: 15px;
    line-height: 20px;
}
/* 联系我们 */
.lx-im{
    width: 100%;
}
.lx-im img{
    width: 100%;
}
.lx-box{
    padding: 30px 20px;
}
.lx-top{
    overflow: hidden;
}
.lx-rt{
    float: right;
    width: 50%;
}
.lx-rt img{
    max-width: 100%;
    display: block;
    margin: 30px auto 0;
}
.lx-txt{
    float: left;
    width: 50%; 
    padding-left: 50px;
    margin: 20px 0;
}
.lx-bot{
    overflow: hidden;
}
.lx-txt h1{
    font-size: 24px;
    color: #62758b;
    margin-bottom: 15px;
}
.lx-txt h2{
    font-size: 20px;
    color: #778398;
    margin-bottom: 15px;
}
.lx-txt p{
    font-size: 16px;
    color: #778398;
    margin-bottom: 10px;
    line-height: 24px;
}
#ab_location{
    width: 100%;
    height: 500px;
    margin: 20px 0;
}
.lxwm{
    margin-top: -20px;
}

@media screen and (min-width: 1024px){
    .sc-con ul li a:hover{
        box-shadow:0 0 10px rgba(0,0,0,0.2);
        top: -5px;
    }
    .sc-con a:hover .sc-txt h2{
        color: #0e3580;
    }
    .sc-con a:hover .sc-txt b{
        color: #fff;
        background-color: #e60012;
    }
    .hbcon ul li a:hover{
        top: -5px;
        box-shadow:0 0 10px rgba(0,0,0,0.2);
    }
    .alcon ul li a:hover>img{
        transform: scale(1.05,1.05);
    }
    .alcon ul li a:hover h1{
        opacity: 0;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear; 
        -moz-transition: all 0.3s linear; 
    }
    .alcon ul li a:hover .al-mb,.alcon ul li a:hover .al-nei{
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear; 
        -moz-transition: all 0.3s linear; 
        opacity: 1;
    }
    
}

@media screen and (max-width: 1200px) {
   
    .yj-lf .txt{
        padding: 20px 40px;
        margin-top: 100px;
    }
}
@media screen and (max-width: 1024px) {
    .yj-lf .txt p{
        font-size: 14px;
    }
    .yj-lf .txt{
        margin-top: 50px;
        padding: 15px 20px;
    }
    .sc-txt p{
        height: auto;
        line-height: 24px;
        font-size: 14px;
    }
    .sc-txt{
        width: 66%;
    }
    .sc-im{
        width: 34%;
    }
    .hbcon ul li{
        width: 33.3%;
    }
    .alcon ul li{
        padding: 8px 12px;
    }
}
@media screen and (max-width: 768px) {
    .yj-lf{
        width: 100%;
    }
    .yj-rt{
        display: none;
    }
    .yj-lf .txt{
        margin-top: 0px;
        padding: 10px 10px 30px;
    }
    .sc-txt,.sc-im{
        float: none;
        width: 100%;
        padding: 0 ;
    }
    .sc-txt h2{
        padding-right: 0;
        line-height: 24px;
        font-size: 16px;
    }
    .sc-txt h2 span{
        bottom: 0px;
    }
    .sc-txt b{
        margin-top: 10px;
    }
    .f-det h4{
        font-size: 18px;
        line-height: 30px;
    }
    .f-return ul li{
        height: 40px;
        line-height: 40px;
        width: 100%;
        text-align: left;
    }
    .f-return ul li:nth-child(2){
        text-align: left;
    }
    .f-return ul li:nth-child(3){
        text-align: left;
    }
    .f-cont p{
        font-size: 12px;
    }
    .hbcon ul li{
        width: 50%;
    }
    .hbcon ul li h3{
        font-size: 17px;
        line-height: 20px;
        height: 20px;
    }
    .hbcon ul li p{
        font-size: 15px;
        line-height: 20px;
        height: 40px;
    }
    .hbcon ul li span img{
        width: 100px;
    }
    .hbcon ul li a{
        padding: 6px;
    }
    .alcon ul li{
        padding: 5px;
        width:50%;
    }
    .alcon ul li a h1{
        font-size: 16px;
    }
    .zj-jianj .rt,.zj-jianj .lf{
        width: 100%;
        padding: 0;
    }
    .jn{
        padding-top: 25px;
    }
    .join{
        padding: 0;
    }
    .join-title ul li:nth-child(2),.join-title ul li:nth-child(3){
        display: none;
    }
    .join-title ul li{
        width: 25%;
    }
    h1.xq-hid{
        display: block;
        padding: 8px 0;
    }
    .tab-zpyq h1{
        padding-bottom: 8px;
    }
    .join-con .panel-title li{
        width: 25%;
        font-size: 14px;
    }
    .join-con .panel-title li:nth-child(2),.join-con .panel-title li:nth-child(3){
        display: none;
    }
    .join-con .panel-heading{
        padding: 10px 0;
    }
    .lx-rt,.lx-txt{
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .lx-box{
        padding: 15px 10px;
    }
    .lx-rt img{
        margin: 0;
    }
    #ab_location{
        margin: 0 ;
        height: 300px;
    }
    .lx-txt h1{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .lx-txt h2{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .lx-txt p{
        font-size: 14px;
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 370px) {
    .alcon ul li{
        padding: 5px 0;
        width:100%;
    }
    .alcon ul li a h1{
        font-size: 14px;
    }
}


/*动画*/
@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 70% 0;
    }
}