@charset "UTF-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,tbody,table,select,span,em{
    margin:0;
    padding:0;
    list-style: none;
}
body {
    font-family:"微软雅黑",Helvetica Neue,Tahoma,sans-serif;
    -webkit-font-smoothing:antialiased;
    background: #fbfbfb;
}
a:focus{
    outline: none;
}
input{
    outline:none;
}
.clearFix{
    zoom:1;
}
.clearFix:after {
    clear: both;
    display: block;
    content: "";
}
/*index*/
.nav-business-wrap{
    margin-top: 20px;
    width: 220px;
    height: 280px;
    background: url(l-choiceBcg.png) no-repeat;
    margin-left: -600px;
    position: absolute;
    left: 50%;
    top:0;
    z-index: 9;
}
.nav-business-wrap li{
    padding: 0 20px;
}
.business-nav{
    width: 180px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url(l-bannerBtn.png) no-repeat;
    display: block;
}
.business-nav:hover{
    color: #fff;
}
.business-bottom{
    padding: 15px 0;
}
.business-bottom a{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    border-right: 1px solid #5a5a5a;
    padding-right: 10px;
}
.business-bottom a:hover{
    color: #fff;
}
.business-bottom a.first{
    padding-left: 30px;
}
.business-bottom a.second{
    padding-left: 7px;
}
.business-bottom a.third{
    padding: 0 0 0 7px;
    border: none;
}
.news-content{
    width: 1200px;
    margin: 0 auto;
}
.news-wrap{
    float: left;
    width: 580px;
    padding-top: 36px;
}
.wrap-first{
    padding-right: 40px;
}
.news-wrap .title h3{
    float: left;
    font-size: 18px;
    color: #404040;
    line-height: 32px;
}
.news-wrap .title a{
    float: right;
    color: #d9d9d9;
}
.news-wrap .title .icon{
    font-size: 32px;
    line-height: 32px;
}
.news-wrap .title a:hover .icon{
    color: #e60012;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-info{
    padding-top: 12px;
}
.news-info a{
    font-size: 14px;
    color: #404040;
    line-height: 30px;
}
.news-info a:hover{
    color: #e60012;
}
.news-info .news-det{
    float: left;
	max-width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-info .news-det i{
    color: #c8c8c8;
    font-size: 14px;
}
.news-info .news-time{
    float: right;
}
.finace-platform{
    width: 1200px;
    margin: 35px auto 0;
}
.top-title{
    width: 466px;
    height: 28px;
    margin: 0 auto;
}
.top-title .fl-bcg{
    float: left;
    width: 149px;
}
.top-title h3{
    float: left;
    width: 168px;
    font-size: 18px;
    color: #404040;
    line-height: 28px;
    text-align: center;
}
.top-title .fr-bcg{
    float: left;
    width: 149px;
}
.platform-wrap{
    padding-top: 33px;
}
.platform-wrap li{
    float: left;
    width: 285px;
    margin-right: 20px;
}
.platform-img{
    width: 285px;
    height: 130px;
    overflow: hidden;
}
.col-img-1 img {
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
}
.col-img-1:hover img {
    transform: scale(1.05);
    webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.platform-info{
    width: 285px;
    height: 310px;
    background: #f2f2f2;
}
.platform-business{
    padding-top: 16px;
}
.platform-info h3{
    font-size: 16px;
    color: #404040;
    height: 22px;
    line-height: 22px;
    margin-bottom: 14px;
}
.platform-info h3 img{
    margin-right: 16px;
    float: left;
}
.platform-det{
    height: 100px;
}
.platform-det{
    margin-left: 18px;
}
.platform-det a{
    font-size: 14px;
    color: #404040;
    line-height: 20px;
    margin-bottom: 11px;
    width: 131px;
    display: block;
    height: 20px;
    float: left;
}
.platform-det a i{
    font-size: 16px;
    color: #bfbfbf;
    margin-right: 5px;
}
.platform-det a:hover{
    color: #e60012;
}
.platform-line{
    margin: 0 0 16px 18px;
}
.platform-line .line-det{
    width: 246px;
    height: 1px;
    background: #d8d8d8;
}
.finace-tool{
    width: 1200px;
    margin: 39px auto 0;
    padding-bottom: 60px;
}
.tool-wrap li{
    float: left;
    width: 12.5%;
    text-align: center;
    padding-top: 36px
}
.tool-wrap li .icon{
    font-size: 48px;
    color: #636363;
    height: 48px;
    line-height: 48px;
}
.tool-wrap li p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding-top: 10px;
}
.tool-wrap li a:hover p{
    color: #e60012;
}
.col-img-2 .icon{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}
.col-img-2:hover .icon{
    webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    position: relative;
}
.banner-swiper{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 320px;
    z-index: 0;
    top: -1px;
}
.fx_grid_c1{
    margin:0 auto;
}
.fx_banner{
    background:#f0f0f0;
    overflow:hidden;
    position:relative;
}
.fx_banner_inner{
    position:relative;
    height:320px;
}
.fx_banner_img{

}
.fx_banner_img li{
    float:left;
    height:320px;
    width:1903px;
    position:relative;
}
.fx_banner .control{
    width:220px;
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left:-110px;
    text-align:center;
}
.fx_banner .control li{
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin:0 5px;
    width:40px;
    height:4px;
    cursor:pointer;
    background:#ecdbc1;
}
.fx_banner .control li a{
    display:none;
}
.fx_banner .control li.current{
    background:#fff;
}

@media (max-width:768px){
    .main_body{
        background: #f2f2f2;
    }
    .news-content{
        min-width: 375px;
        width: auto;
    }
    .news-wrap{
        width: 100%;
        float: none;
        height: 150px;
        background: #fff;
        margin-top: 10px;
        padding: 15px 15px 0;
    }
    .news-info{
        padding: 0;
    }
    .news-wrap .title h3{
        font-size: 15px;
        font-weight: bold;
    }
    .news-info .news-det{
        max-width: 350px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .finace-platform{
        width: auto;
        margin: 19px auto 0;
    }
    .top-title{
        width: 373px;
        height: 23px;
        font-size: 15px;
        font-weight: bold;
    }
    .top-title .fl-bcg,.top-title .fr-bcg{
        width: 120px;
    }
    .top-title .fl-bcg img,.top-title .fr-bcg img{
        width: 120px;
        height: 22.5px;
    }
    .top-title h3{
        width: 133px;
        font-size: 15px;
        font-weight: bold;
        line-height: 23px;
    }
    .platform-wrap{
        padding-top: 19px;
    }
    .platform-wrap li{
        float: none;
        width: 100%;
    }
    .platform-img{
        width: 100%;
        height: auto;
    }
    .platform-img img{
        width: 100%;
        height: auto;
    }
    .platform-info{
        width: 100%;
        height: auto;
        background: #fff;
        margin-bottom: 10px;
    }
    .platform-det{
        height: auto;
        padding-bottom: 8px;
    }
    .platform-det a{
        width: 50%;
    }
    .platform-line{
        margin: 0 18px 16px;
    }
    .platform-line .line-det{
        width: 100%;
    }
    .finace-tool{
        width: auto;
        margin: 19px auto 0;
        padding-bottom: 40px;
    }
    .tool-wrap{
        background: #fff;
        margin-top: 23px;
        padding-bottom: 23px;
    }
    .tool-wrap li{
        width: 25%;
        padding-top: 20px;
    }
    .tool-wrap li p{
        padding: 0;
    }
    .fx_grid_c1{
        height: auto;
        overflow: hidden;
    }
    .fx_grid_c1 img{
        width: 100%;
    }
}



/*----2019-12-13 -----*/
.news-content{
    padding-top: 40px;
}
.u-videoContent{
    float: left;
    width: 508px;
    margin-right: 80px;
}
.news-wrap{
    float: none;
    padding: 0;
}
/* 轮播图 */
.wrap-ani {
    width: 508px;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.animate {
    position: relative;
    width: 100%;
    height: 340px;
}
.animate li {
    position: absolute;
    width: 508px;
    height: 340px;

}
.animate li.one {
    right: 0;
    z-index: 10;
}
.animate img {
    display: block;
}
.item {
    position: absolute;
    overflow: hidden;
    bottom: 10px;
    z-index: 100000;
    width: 100%;
    cursor: pointer;
    padding-left: 15px;
}
.item li {
    display: inline-block;
    width: 42px;
    height: 4px;
    margin: 0 3px;
    color: #fff;
    background: #fff;
}
.item li.active {
    background: #e60012;
}
.item li:hover {
    background: #e60012;
}
/*end*/
.ul-newNotice{
    float: left;
}
.wrap-first{
    padding-top: 14px;
}
.news-wrap .title h3{
    font-weight: bold;
}


.u-newVideo{
    float: left;
    width: 508px;
    height: 340px;
    overflow: hidden;
    position: relative;
    margin-right: 80px;
}
.u-newVideo .banner .swiper-pagination-bullet{width:42px;height:4px;background:#fff;border-radius:0;margin:0 3px;opacity: 1}


@media (max-width:768px){
    .u-videoContent{
        float: none;
        margin: 0;
        width: 100%;
    }
    .wrap-ani,.animate,.animate li{
        width: 100%;
        min-height: 328px;
        height: 100%;
    }
    .animate li{
        height: auto;
        overflow: hidden;
    }
    .animate img{
        width: 100%;
        height: auto;
    }
    .ul-newNotice{
        float: none;
    }
    .news-wrap{
        padding: 15px;
    }
    .news-wrap{
        height: auto;
    }
    .item li {
        display: inline-block;
        width: 21px;
        height: 2px;
        margin: 0 3px;
        color: #fff;
        background: #fff;
    }
    .news-content{
        padding-top: 15px;
    }
}


@media (min-width:768px){
    .container{width:1200px;padding:0 10px}
    .row{margin:0}
    .u-newVideo .swiper-wrapper{height:340px !important}
    .u-newVideo .swiper-slide{height:340px !important}
    .u-newVideo .main_content{width:508px;height:340px;margin:0 auto}
    .u-newVideo .window{width:508px;margin:0;height:340px;position:relative}
    .u-newVideo .window .slide{position:absolute;left:0;top:0;width:508px;height:340px}
    .u-newVideo .window .kv{position:absolute;left:0;top:0;width:508px;height:340px}
    .u-newVideo .window .img{height:340px;width:508px;display:block;position:absolute;top:0;margin-left:-254px;left:50%}
}
*{padding:0}
@media (max-width:767px){a{font-size:12px}body{font-size:12px}
    .banner .swiper-pagination-bullet{width:20px;height:2px}
    .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 7px}
    .banner .window .img{height:auto}
    .banner .window .img img{width:100%}
    .banner .swiper-container{height:auto !important}


    .u-newVideo{float: none;width: 100%;height: auto}
    .u-newVideo .banner .swiper-pagination-bullet{width:20px;height:2px;background:#fff;border-radius:0;margin:0 3px;opacity: 1}

}
.u-newVideo .banner .swiper-pagination-bullet-active{background:#e60012}
.u-newVideo .banner .swiper-pagination{height:20px;bottom:10px;left:0;width:100%}