/* 功能样式，以f-开头，如左浮动，右浮动 */
.f-fl{
    float: left;
}
.f-fr{
    float: right;
}
.f-pr{
    position: relative;
}
.f-pa{
    position: absolute;
}
.f-txtl{
    text-align: left;
}
.f-txtc{
    text-align: center;
}
.f-txtr{
    text-align: right;
}
.f-cb::after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* 默认样式覆盖 */
body, html{
    font-family: Microsoft YaHei;
    min-width: 1280px;
}
ul,li{
    list-style-type: none;
    margin: 0;
    padding: 0
}
a{
    text-decoration: none;
    color: inherit;
}
h1,h2,p{
    font-weight: normal;
    margin: 0;
    padding: 0
}
/* 页面样式 */
.main-content{
    min-width: 1280px;
    margin: 0 4.2%;
}
.top-bar{
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #333;
}
.top-logo{
    width: 481px;
    height: 40px;
    padding: 20px 0;
}
.top-bar-right{
    padding-right: 4%;
}
.top-bar-icon{
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    top: 2px;
    margin-right: 8px;
}
.top-bar-icon-contact-us{
    background: url('http://v.95588.com/userfiles/Resources/ICBC/gongtonngyinng/images/lianxiwomen.png') no-repeat center;
}
.top-bar-icon-friends{
    background: url('http://v.95588.com/userfiles/Resources/ICBC/gongtonngyinng/images/hezuohuoban.png') no-repeat center;
}
.top-bar-link{
    /* margin-right: 84px; */
    margin-right: 20px;
    position: relative
}
.top-bar-search{
    display: inline-block;
    width: 240px;
    height: 40px;
    margin-top: 20px;
    margin-right: 24px;
}
.login-btn{
    display: inline-block;
    background: #C7000B;
    border-radius: 2px;
    border-radius: 2px;
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    border-style: none;
}
.nav-bar{
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    position: relative;
}
/* .nav-bar-list{
    width: 1280px;
    margin: 0 auto;
} */
.nav-bar-item{
    float: left;
    width: 10%;
    height: 80px;
    line-height: 80px;
    position: relative;
    color: #333333;
    text-align: center;
}
.nav-bar-item.nav-bar-item-more{
    position: static;
}
.nav-bar-name{
    cursor: pointer;
    padding-bottom: 20px;
}

.nav-bar-menus{
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    color: rgba(255,255,255,0.8);
    /* width: 160px; */
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
}
.nav-bar-menus.nav-bar-menus2{
    width: 200px;
    text-align: left;
}
.nav-bar-menus.nav-bar-menus3{
    right: 0;
    left: 0;
    width: auto;
    text-align: left;
}
.nav-bar-menus.nav-bar-menus2 .nav-bar-menu-item{
    width: 48%;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
}
.nav-bar-menu-item{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.nav-bar-item:hover > .nav-bar-menus{
    display: block;
}
.nav-bar-item:hover > .nav-bar-name{
    border-bottom: 4px solid#C7000B;
}
.nav-bar-item:hover > .nav-bar-name.nav-bar-name-more{
    border-bottom: none;
}
.nav-bar-item.current > .nav-bar-name{
    border-bottom: 4px solid#C7000B;
}
.nav-bar-menu-item:hover{   
    color: rgba(0,0,0,0.8);
    background-color: rgba(255,255,255,0.8);
}
.logo-area{
    height: 598px;
}
.logo-area-content{
    padding-top: 200px;
    padding-left: 20px;
    background-color: #fff;
    background-image: url('http://v.95588.com/userfiles/Resources/ICBC/gongtonngyinng/images/logo_shuiyin001.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 398px;
    background-size: cover;
}
.logo-area-item{
    text-align: center;
    float: left;
    width: 25%;
}
.logo-area-item:last-child{
    margin-right: 0;
}
.logo-area-logo{
    width: 80px;
    height: 80px;
}
.logo-area-bigtxt{
    font-size: 40px;
    color: #CCA371;
    text-align: center;
    margin-top: 24px;
}
.logo-area-smalltxt{
    margin-top: 16px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.logo-area-line{
    position: absolute;
    top: 334px;
    height: 1px;
    width: 100%;
    background-color: #CCA371;
}
.bottom{
    background: #333;
}
.menu-all-content{
    padding: 91px 0 56px 0;
    border-bottom: 1px solid #838383;
}
.menu-all-content.nav-menu-all-content{
    padding: 40px 0 45px 0;
    border-bottom: none;
}
.menu-all-item{
    width: 12%;
    float: left;
}
.menu-all-item2{
    width: 16%;
}
.menu-all-name{
    color: #fff;
    font-size: 20px;
}
.bottom-menu-icon{
    margin-right: 8px;
}
.menu-all-menus{
    color: #d2d2d2;
    padding: 24px 0 0 24px;
}
.menu-all-menu-item{
    padding-top: 16px;
}
.menu-all-menu-item2{
    display: inline-block;
    width: 40%;
}
.contact-us{
    padding: 55px 0 64px 0;
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    border-bottom: 1px solid #838383;
}
.contact-us-left{
    float: left;
    padding-left: 30px;
}
.contact-us-bigtxt{
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.contact-us-p{
    margin-top: 25px;
}
.contact-us-right{
    float: right;
}
.contact-us-qritem{
    float: left;
    text-align: center;
    margin-right: 40px;
    width: 160px;
}
.contact-us-qrcode{
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-bottom: 8px;
}
.copyright{
    font-size: 20px;
}
.copyright-item{
    float: left;
    color: #FFFFFF;
    margin-right: 72px;
    line-height: 80px;
}
.copyright-img{
    float: right;
    width: 250px;
    height: 44px;
    margin-top: 18px;
}