/* 功能样式，以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: MicrosoftYaHei;
}
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
}
/* 页面样式 */

.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('./image/联系我们.png') no-repeat center;
}
.top-bar-icon-friends{
    background: url('./image/合作伙伴.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;
    z-index: 1;
}
.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('./image/logo水印.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: 30%;
}
.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;
}
.bg{
    position: relative;
}
.header-1{
    position: absolute;
    left: 4%;
    top: 15%;
    height: 1.9%;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
}
.header-2{
    position: absolute;
    left: 4%;
    top: 40%;
    width:92%;
    height: 3.8%;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 20px;
}

.list{
    margin: 80px 0 60px 0;
}
.list-top{
    margin-left: 10%;
    width: 90%;
}
.top-tabs{
    min-width: 1170px;
}
.tab-item{
    float: left;
    line-height: 26px;
    font-size: 20px;
    color: #999999;
    text-align: center;
    font-weight: 400;
    margin-right: 30px;
    cursor: pointer;
}
.tab-item.active{
    border-bottom: 4px solid #B21E0F;
}
.tab-item:hover{
    border-bottom: 4px solid #B21E0F;
}
.tab-item:last-child{
    margin-right: 0;
}
.module{
    margin-top: 1.1%;
    text-align: center;
}
.module-title{
    display: inline-block;
}
.module-content{
    margin-top: 0.6%;
}
.module-title-txt{
    font-size: 18px;
    color: #333333;
    margin: 0 16px;
    font-weight: 500;
}
.benefit-item{
    display: inline-block;
    width: 240px;
    margin-right: 140px;
    text-align: center;
}
.benefit-item:last-child{
    margin-right: 0;
}
.benefit-item-img{
    width: 100px;
    margin-bottom: 24px;
}
.benefit-item-title{
    line-height: 32px;
    font-size: 24px;
    color: #333333;
    margin-bottom: 32px;
}
.benefit-item-desc{
    line-height: 21px;
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
}
.feature-img{
    width: 100%;;
}
.scene-item{
    width: 100%;
    box-sizing: border-box;
    padding: 2%;
    border: 1px solid #eee;
    margin-bottom: 32px;
    border-radius: 5px;
}
.scene-item:last-child{
    margin-right: 0;
}
.scene-top{
    position: relative;
}
.scene-item-title{
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}
.scene-item-desc{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
.scene-item-img{
    float: left;
    width: 30.4%;
    height: 6%;
    display: inline-block;
    margin-right: 4%;
}
.scene-item-right{
    overflow: hidden;
    text-align: left;
}
.endorse-tabs, .other-tabs{
    margin-top: 1%;
}
.endorse-tabs-item, .other-tabs-item{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    margin-right: 20px;
    cursor: pointer;
}
.endorse-tabs-item:last-child, .other-tabs-item:last-child{
    margin-r4ght: 0;
}
.endorse-tabs-item:hover, .endorse-tabs-item.current, .other-tabs-item:hover, .other-tabs-item.current{
    border-bottom: 4px solid #B21E0F;
    color: #333;
}
.endorse-img{
    display: inline-block;
    width: 100%;
}
.endorse-content{
    text-align: center;
}
.other-content{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.other-content-card{
    width: 100%;
    box-sizing: border-box;
    padding: 2%;
    border: 1px solid #eee;
    margin-bottom: 1.1%;
    border-radius: 5px;
}
.other-content-card:nth-child(2n-1){
    margin-right: 2%;
}
.other-content-card-img{
    float: left;
    width: 15%;
    height: 1.8%;
    display: inline-block;
    margin-right: 2.1%;
}
.other-content-card-right{
    overflow: hidden;
    text-align: left;
}
.other-content-card-title{
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}
.other-content-card-title1{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    width: 100%;
    float: left;
}
.other-content-card-desc{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

.trade-content-card{
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 15px;
}
.trade-content-card-title{
    margin-right:75%;
    line-height: 40px;
    font-size: 25px;
    color: #333333;
    text-align: left;
    margin-top: 30px;
}
.trade-box{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content:space-between;
}
.trade-box li{
    width: 40%;
    text-align:left;
    margin-left:10%;
    margin-top:30px;
    list-style:disc;
    color:red;
    }
 .industry-box{
     display: flex;
     flex-direction: row;
     justify-content:space-between;
 }
 .industry-box li{
     width: 40%;
     text-align:left;
     margin-left:10%;
     margin-top:30px;
     list-style:disc;
     color:red;
 }
