* {
    margin: 0;
    padding: 0;
}


/*清除浮动*/

.clear-fix:after {
    /*生成内容作为最后一个元素*/
    content: "";
    /*使生成的元素以块级元素显示，占满剩余空间*/
    display: block;
    /*避免生成内容破坏原有布局的高度*/
    height: 0;
    /*使生成的内容不可见,并允许可能被生成内容盖住的内容可以进行点击和交互*/
    visibility: hidden;
    /*重点是这一句*/
    clear: both;
}

.clear-fix {
    /*用于兼容IE,触发IE hasLayout*/
    *zoom: 1;
}

.clear-fixs {
    /*用于兼容IE,触发IE hasLayout*/
    *zoom: 1;
    display: flex;
    flex-direction: column;
}

.clear-fixs>div {
    margin-bottom: 30px;
}

a:hover {
    text-decoration: none;
}

.logo {
    width: 100%;
    /* padding: 10px 0; */
    height: 150px;
    background: url(../images/common/logo-back.png) no-repeat;
}

.logo-container {
    height: 150px;
    width: 1200px;
    display: flex;
    align-items: center;
    line-height: 150px;
    margin: 0 auto;
}

.logo-linker {
    display: inline-block;
    width: 536px;
    height: 73px;
    /*background: url(../images/common/logo.png) no-repeat;*/
}

#qr {
    width: 75px;
    height: 75px;
    display: inline-block;
    /*background: url(../images/common/qr.png) no-repeat;*/
    background-size: 100% 100%;
}

.title {
    width: 320px;
    height: 72px;
    background: url(../images/common/logo.png) no-repeat;
    display: inline-block;
}

#qrs {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 170px;
    height: 170px;
    display: inline-block;
    /*background: url(../images/common/qr.png) no-repeat;*/
    background-size: 100% 100%;
}

.barRight {
    float: right;
    font-size: 14px;
}

.nav {
    height: 60px;
    background-color: #0060D0;
}

.nav-container {
    position: relative;
    height: 60px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.nav-list {
    height: 60px;
    display: flex;
}

.nav-item {
    float: left;
    width: 175px;
    text-align: center;
    display: flex;
    align-items: center;
}

.nav-list .nav-item:last-child {
    margin-right: 0px;
}

a.nav-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.nav-link-active,
a.nav-link:hover {
    width: 100%;
    height: 100%;
    background-color: #004BA3;
    font-weight: bold;
}

.nav-link-txt {
    width: 100%;
    font-size: 20px;
    color: #fff;
    position: relative;
}

.nav-link-txt:after {
    content: "";
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    width: 1px;
    height: 14px;
    top: 50%;
    transform: translate(0, -50%);
}

.nav-list .nav-item:last-child .nav-link-txt:after {
    display: none;
}


/* 
.nav-list .nav-link-txt:last-child {
    border-right: none;
} */

.toolbar-linker1 {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: 1px solid #FFFFFF;
    margin-left: 10px;
}

.toolbar-linker2 {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: 1px solid #FFFFFF;
}

.downArrow {
    display: inline-block;
    background: url('../images/homepage/downArrow.png') no-repeat;
    width: 13px;
    height: 7px;
    background-size: 100% 100%;
    margin-right: 20px;
}

#foot {
    background: url('../images/common/footer.png') no-repeat;
    height: 275px;
    background-size: 100% 100%;
    position: relative;
}

#foot .leg {
    width: 1200px;
    margin: 0 auto;
}

#foot .blogroll {
    float: left;
    margin: 25px 100px 15px 0;
}

#foot .contactUs {
    float: left;
    margin: 25px 50px 15px 180px;
}

#foot .link {
    color: #fff;
    font-size: 18px;
}

#foot ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #fff;
}

#foot ul li {
    margin-top: 12px;
}

#foot ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.copyright {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}


/*备案*/

#referenceMask {
    display: none;
    background: rgba(0, 0, 0, 0.60);
    width: 298px;
    padding: 30px;
    position: absolute;
    right: 100px;
    top: 220px;
    color: #fff;
    z-index: 1001;
}


/*登录*/

#logInMask {
    display: none;
    background: rgba(0, 0, 0, 0.60);
    width: 298px;
    padding: 30px 30px 0 30px;
    position: absolute;
    right: 100px;
    top: 220px;
    color: #fff;
    z-index: 1001;
}

.describe {
    display: inline-block;
}

. {
    /*width: 250px;*/
    /*height: 1px;*/
    /*background-color: rgba(255,255,255,0.5);*/
    /*position: absolute;*/
    /*left: 20px;*/
    /*top: 70px;*/
    width: 180px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 20px;
    bottom: 168px;
}

.inPersonalLine {
    width: 180px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 20px;
    top: 70px;
}

.marketLine {
    width: 250px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 20px;
    bottom: 155px;
}

.supervisionDepartmentLine {
    width: 40px;
    height: 2px;
    background: #BF2E27;
    margin: 10px 0 6px;
}

.bankLine {
    width: 180px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 20px;
    bottom: 155px;
}

.crossBorderLine {
    width: 40px;
    height: 2px;
    background: #BF2E27;
    margin: 10px 0 6px;
}

.customsLine {
    width: 40px;
    height: 2px;
    background: #BF2E27;
    margin: 10px 0 6px;
}

.marketStreetOperationLine {
    width: 40px;
    height: 2px;
    background: #BF2E27;
    margin: 10px 0 6px;
}

.foreignBuyer {
    display: block;
    background: url('../images/homepage/foreignBuyer.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.goodsMan {
    display: block;
    background: url('../images/homepage/goodsMan.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.marketPurchase {
    display: block;
    background: url('../images/homepage/marketPurchase.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.customsEnterprise {
    display: block;
    background: url('../images/homepage/customsEnterprise.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.supervisionDepartment {
    display: block;
    background: url('../images/homepage/supervisionDepartment.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.inPersonal {
    display: block;
    background: url('../images/homepage/inPersonal.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.microCompany {
    display: block;
    background: url('../images/homepage/littleCompany.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.marketProcurementTraders {
    display: block;
    background: url('../images/homepage/marketProcurementTraders.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.marketStreetOperation {
    display: block;
    background: url('../images/homepage/marketStreetOperation.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.bank {
    display: block;
    background: url('../images/homepage/bank.png') no-repeat;
    width: 77px;
    height: 77px;
    background-size: 100% 100%;
}

.titleText {
    font-size: 18px;
    color: #FFFFFF;
}

.remarkText {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.remarkText p:hover {
    color: #FFBD51;
}