html,body{
    font-family: arial, '微软雅黑';
}
.icon {
    width: 16px;
    height: 16px;
}
.icon-s {
    width: 10px;
    height: 10px;
}

.icon-m {
    width: 12px;
    height: 12px;
}

.icon-ml {
    width: 14px;
    height: 14px;
}


.icon-l {
    width: 20px;
    height: 20px;
}

.icon-xl {
    width: 24px;
    height: 24px;
}

.icon-xxl {
    width: 32px;
    height: 32px;
}

.icon, .icon-s, .icon-m,.icon-ml,.icon-l, .icon-xl, .icon-xxl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.icon-left:before, .icon-right::before, .icon-up::before, .icon-down::before {
    font-size: 0;
    content: ' ';
    display: block;
    box-sizing: border-box;
    width: 70.7106737%;
    height: 70.7106737%;
    border: solid 1px #ccc;
    transform-origin: 50% 50%;
}

.icon-right:before {
    margin-top: 14.6446632%;
    transform: rotate(45deg);
    border-left-color: transparent!important;
    border-bottom-color: transparent!important;
}

.icon-left:before {
    margin-top: 14.6446632%;
    margin-left: 39.6446632%;
    transform: rotate(-45deg);
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
}

.icon-up::before {
    margin-top: 39.6446632%;
    margin-left: 14.6446632%;
    /*margin-top: 14.6446632%;*/
    transform: rotate(45deg);
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

.icon-down::before {
    margin-left: 14.6446632%;
    margin-top: -7.3223316%;
    transform: rotate(45deg);
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.icon-add::after, .icon-add::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 50%;
    transform-origin: 50% 50%;
}
.icon-add::before {
    transform: rotate(90deg);
}

.view-port{
    min-width: 1280px;
}
.cc-viewport, .cc-view, .cc-view-body{
    background-color: #FFF;
}
.cc-header{
    height: 87px;
    background-color: #FFF;
    box-shadow: none;
}
.cc-header ~ .cc-view {
    padding-top: 86px;
}
.container{
    width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0 3px  rgba(0,0,0,.1);
}
.content{
    width: 1280px;
    padding: 0 100px;
    margin-left: auto;
    margin-right: auto;
}
.header{
    padding: 10px 0;
}
.footer{
    background-color: #1F2534;
    padding: 42px 0;
    color: #FFF;
    line-height: 2.5;
}
.main-nav{
    text-align: right;
}
.nav-item{
    position: relative;
    display: inline-block;
    line-height: 60px;
    margin-left: 40px;
    cursor: pointer;
}
.nav-item a{
    color: #9B9B9B;
    text-decoration: none;
}
.nav-item.active a{
    position: relative;
    font-weight: 600;
    color: #5A76A8;
    line-height: 2;
    display: inline-block;
}
.nav-item.active a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-top: solid 1px #5A76A8;
    display: block;

}
.welldoing{
    position: relative;
    background: url(../images/col-bg-02.png) no-repeat 0 0;
    color: #FFF;
    padding-top: 42px;
    padding-bottom: 42px;
}
.title{
    font-size: 20px;
    letter-spacing: 1px;
}
.large-title{
    font-size: 30px;
}
.sub-title{
    font-size: 20px;
}
.text{
    color: rgba(74,74,74,.65);
}
.welldoing h2{
    opacity: .5;
}
.lag{
    display: inline-block;
    width: 150px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
}
.lags{
    line-height: 2;
}
/**/
.tab{
    margin-left: 150px;
    width: 740px;
}
.tab-title{
    padding: 60px 0;
}
.tab-title-item.active .icon-circle{
    background-color: #FFF;
    color:#66BB6A;
}
.tab-content{
    /*width: 740px;*/
}
.tab-content-item{
    display: none;
}
.tab-content-item.active{
    display: block;
}
.icon-circle{
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #FFF;
    border-radius: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.split-line{
    height: 1px;
    border-top: 1px solid #FFF;
}
/*下啦菜单*/
.dropdownmenu{
    position: relative;
    display: inline-block;
    line-height: 26px;
    padding: 0 15px;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    background-color: #66BB6A;
}
.dropdownmenu:hover{
    background-color: #5CB362;
}
.dorpdownmenu-list{
    display: none;
    position: absolute;
    min-width: 100%;
    top:28px;
    left: 0;
    padding: 5px 0;
    border-radius: 3px;
    background-color: #66BB6A;
    list-style: none;
}
.dropdownmenu.opened .dorpdownmenu-list{
    display: block;
}
.dropdownmenu-list-item{
    padding:0 15px;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
}
.dropdownmenu-list-item a{
    color: #FFF;
}
.dropdownmenu-list-item:hover{
    background-color: #5CB362;
}
.dropdownmenu .icon:before{
    border-color: #FFF;
    margin-left: 5px;
}
/*平台介绍*/
.brand{
    margin-top: 50px;
    height: 674px;
    background: url(../images/brand-bg.png) no-repeat 0 100%;
}
.welfare .large-title,
.brand .large-title{
    color: #5A76A8;
}
.welfare .sub-title,
.brand .sub-title{
    color: rgba(90,118,168,.3);
}
.brand-data{
    padding-top: 10px;
    color: #5A76A8;
}
.brand-data-title{
    font-size: 30px;
    color: #5A76A8;
}
.fw-card{
    position: relative;
    /*width: 350px;*/
    height: 310px;
    padding: 30px 15px;
    border-radius: 5px;
    color: #5CBBCA;
}

.fw-card .title{
    padding-top: 30px;
    padding-bottom: 30px;
}
.fw-card .title,
.fw-card .text{
    color: #5CBBCA;
}
.fw-card-bg .title,
.fw-card-bg .text{
    color:#FFF;
}
.fw-card-bg .bg{
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#3DBDB6,#0089CE);
    opacity: .7;
}
.swj-img{
    width: 335px;
    height: 196px;
    margin-right: 20px;
}

.welfare{
    padding: 60px 0;
}
.yibai{
    width: 258px;
    height: 224px;
    margin-left: 100px;
}
