/*html, body {*/


/*position: relative;*/


/*height: 100%;*/


/*}*/


/*body {*/


/*background: #eee;*/


/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/


/*font-size: 14px;*/


/*color:#000;*/


/*margin: 0;*/


/*padding: 0;*/


/*}*/


/*控制轮播图的样式*/

#swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#homepage-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#J-homepage-slide {
    width: 100%;
    height: 100%;
}

#homepage-slide .slide-list {
    height: 494px;
}

.slide-list {
    list-style: none;
    margin: 0;
    width: 100%;
    height: 100%;
}

.slide-item {
    float: left;
    width: 100%;
    height: 100%;
}

.homepage-slide-box {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-position: bottom;
}

#homepage-slide .slide-indicator {
    position: absolute;
    left: 50%;
    bottom: 10px;
    padding: 0;
}

.slide-indicator {
    margin: 0;
    position: absolute;
    list-style: none;
}

#homepage-slide .slide-indicator li {
    margin-right: 5px;
    margin-left: 5px;
}

.slide-indicator li {
    float: left;
}

#homepage-slide .slide-indicator a {
    width: 15px;
    height: 15px;
    line-height: 12px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #c6c6c6;
}

.slide-indicator a {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.slide-indicator .on,
.slide-indicator a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

#homepage-slide .slide-indicator .on {
    background-color: #e76200;
}


/*提示*/

#tip {
    width: 1200px;
    margin: 0 auto;
    background: #F2F4FA;
    height: 48px;
    line-height: 48px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 4px 0;
    box-sizing: border-box;
}

.loudspeaker {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/homepage/loudspeaker.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 12px;
}

.remind1 {
    display: inline-block;
    font-size: 14px;
    color: #294390;
    font-weight: 700;
    margin-left: 37px;
}

#tip p {
    margin: 0;
    font-size: 14px;
    color: #294390;
    height: 40px;
}

#tip p a {
    font-size: 14px;
    color: #294390;
    line-height: 44px;
}

.closeRemind {
    width: 13px;
    height: 13px;
    background: url(../images/homepage/closeRemind.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    z-index: 1001;
}


/*小广告*/

#ad {
    width: 1200px;
    margin: 0 auto;
}

#ad .ad-panel {
    display: inline-block;
    width: 285px;
    height: 230px;
    box-sizing: border-box;
    box-shadow: 2px 4px 5px 0 rgba(230, 230, 230, 0.75);
    border: solid 1px #ececec;
    text-align: center;
}


/*加号选择器:选中后三个a,设置左间距 */

#ad>div+div {
    margin-left: 14px;
}

#ad .ad-panel:hover {
    text-decoration: none;
}

#ad .ad-panel .advertising1 {
    height: 145px;
    background: url(../images/homepage/advertising1.png) no-repeat;
    background-size: 100% 100%;
}

#ad .ad-panel .advertising2 {
    height: 145px;
    background: url(../images/homepage/advertising2.png) no-repeat;
    background-size: 100% 100%;
}

#ad .ad-panel .advertising3 {
    height: 145px;
    background: url(../images/homepage/advertising3.png) no-repeat;
    background-size: 100% 100%;
}

#ad .ad-panel .advertising4 {
    height: 145px;
    background: url(../images/homepage/advertising4.png) no-repeat;
    background-size: 100% 100%;
}

#ad .ad-panel p:nth-child(2) {
    font-size: 22px;
    color: #333;
    line-height: 35px;
}

#ad .ad-panel p:nth-child(3) {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/*外贸资讯和通知公告*/

#foreignTradeAndNotice {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.foreignTrade {
    float: left;
    width: 49%;
}

#foreignTradeAndNotice .column {
    border-bottom: 6px solid #F0F0F0;
    height: 52px;
    line-height: 52px;
}

.notice {
    float: right;
    width: 49%;
}

.tradeInformation {
    /* width: 99px; */
    height: 58px;
    /* background: url(../images/homepage/tradeInformation.png) no-repeat;
    background-size: 100% 100%; */
    float: left;
    display: flex;
}

.tradeInformation span:nth-child(1) {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 6px solid #294390;
}

.tradeInformation span:nth-child(2) {
    font-family: 'ArialMT';
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
}

.noticeBulletin {
    width: 78px;
    height: 52px;
    background: url(../images/homepage/noticeBulletin.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-bottom: 6px solid #294390;
}

.more {
    float: right;
    font-size: 14px;
    color: #294390;
}

.substance {
    min-height: 160px;
    margin: 20px 0;
}

.informationNew {
    float: left;
}

.informationNewPic {
    display: inline-block;
    width: 230px;
    height: 160px;
    /*background-image: url(../images/homepage/informationNew.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.informationNewText {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: rgba(50, 50, 50, 0.7);
    color: #fff;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newList {
    float: left;
    width: 250px;
    line-height: 33px;
    font-size: 14px;
    margin-left: 6px;
}

.newLists {
    float: left;
    width: 350px;
    line-height: 33px;
    font-size: 14px;
    margin-left: 6px;
}

.afters {
    padding-left: 14px;
    box-sizing: border-box;
    position: relative;
}

.afters a:hover {
    text-decoration: underline;
    color: #294390;
}

.afters .content:hover {
    text-decoration: underline;
    color: #294390;
}

.afters::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #294390;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.noticeList {
    height: 33px;
    font-size: 14px;
}

.mainTitle {
    font-weight: 700;
}

.content {
    float: left;
    width: 78%;
}

.date {
    float: right;
    width: 20%;
    color: #999999;
}


/*市场采购贸易流程*/

#process {
    width: 100%;
    /*height: 350px;*/
    padding-bottom: 60px;
    background: #f5f5f5;
}

.process-content {
    width: 1200px;
    margin: 0 auto;
}

.process-content .process-title {
    text-align: left;
    padding-top: 20px;
}

.process-content .process-title p:nth-child(1) {
    font-size: 24px;
    color: #00549f;
}

.process-content .process-title p:nth-child(2) {
    font-size: 14px;
    color: #999;
}

.process-content .process-panel {
    display: inline-block;
    position: relative;
    width: 20%;
    text-align: center;
}

.processText {
    font-size: 34px;
    color: #eb5a03;
}

.process-detail {
    margin-top: 20px;
    font-size: 20px;
}

.commonProcess1 {
    width: 149px;
    height: 136px;
    background: url(../images/homepage/commonProcess1.png) no-repeat;
    background-size: 100% 100%;
}

.commonProcess2 {
    width: 144px;
    height: 136px;
    background: url(../images/homepage/commonProcess2.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.commonProcess3 {
    width: 162px;
    height: 128px;
    background: url(../images/homepage/commonProcess3.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.commonProcess4 {
    width: 174px;
    height: 119px;
    background: url(../images/homepage/commonProcess4.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.commonProcess5 {
    width: 132px;
    height: 132px;
    background: url(../images/homepage/commonProcess5.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.process-content .arrow {
    width: 34px;
    height: 45px;
    line-height: 194px;
    background: url(../images/homepage/arrow.png) no-repeat;
    position: absolute;
    top: 42px;
}

.process-content .arrow1 {
    left: 199px;
}

.process-content .arrow2 {
    left: 218px;
}

.process-content .arrow3 {
    left: 223px;
}

.process-content .arrow4 {
    left: 239px;
}

.process-content .process-panel p {
    margin-top: 20px;
}


/*风险预警和政策法规*/

#riskAndPolicies,
#export {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.risk {
    width: 623px;
    float: left;
}

.reporting {
    float: left;
    width: 49%;
}

#riskAndPolicies .column {
    border-bottom: 6px solid #F0F0F0;
    height: 52px;
    line-height: 52px;
}

.policies {
    width: 557px;
    float: left;
    margin-left: 20px;
}

.daily {
    width: 254px;
    float: right;
}

.riskWarning {
    width: 78px;
    height: 52px;
    background: url(../images/homepage/riskWarning.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-top: 2px solid #0063bb;
}

.policyNew {
    float: left;
}

.policyNewPic {
    width: 230px;
    height: 160px;
    background: url(../images/homepage/policyNew.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.policiesRegulations {
    width: 110px;
    height: 52px;
    background: url(../images/homepage/policiesRegulations.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-top: 2px solid #0063bb;
}

.noticeList>a {
    display: inline-block;
    width: 100%;
    line-height: 33px;
}


/*统计*/

#reportingAndDaily {
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}

#reportingAndDaily .column {
    border-bottom: 1px solid #ececec;
    height: 43px;
    line-height: 43px;
}

.reporting,
.daily {
    border-top: none;
}

.reportingStatistics {
    width: 190px;
    height: 43px;
    background: url(../images/homepage/reportingStatistics.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-bottom: 2px solid #0063bb;
}

.dailyStatistics {
    width: 95px;
    height: 43px;
    background: url(../images/homepage/dailyStatistics.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-bottom: 2px solid #0063bb;
}

.daily .substance {
    width: 100%;
    box-sizing: border-box;
}

.daily .substance .daily-content:nth-child(2n-1) {
    margin-right: 10px;
}

.daily-content {
    color: #666;
    font-size: 16px;
    font-family: "microsoft yahei";
    float: left;
    width: 122px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    background: url(../images/homepage/daily.png) no-repeat;
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
}

.daily-content span {
    font-size: 12px;
    color: #FFFFFF;
}

.daily-content span:nth-child(2) {
    margin-top: 6px;
}


/*进出口*/

#export .column {
    border-bottom: 6px solid #F0F0F0;
    height: 54px;
    line-height: 54px;
}

.exportGoods {
    width: 151px;
    height: 52px;
    background: url(../images/homepage/exportProduct.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-top: 2px solid #0063bb;
}

.exportCountries {
    width: 226px;
    height: 52px;
    background: url(../images/homepage/exportCountries.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-top: 2px solid #0063bb;
}

.ranking,
.rankingCountries {
    width: 3.4%;
}

.ranking span {
    width: 19px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-image: -webkit-linear-gradient(left, #13dffd, #0a8bfc);
}

.rankingCountries span {
    width: 19px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-image: -webkit-linear-gradient(left, #fca620, #f63000);
}

.export-title {
    width: 36%;
}

.export-title p {
    padding-left: 10px;
    box-sizing: border-box;
    width: 234px;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
}

.export-goodsValue {
    width: 52%;
}

.export-goodsValue span:first-child {
    width: 73%;
    margin-left: 5%;
    display: inline-block;
    position: relative;
}

.table-ranking .export-goodsValue span:first-child i {
    display: inline-block;
    height: 22px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #13dffd, #0a8bfc);
    margin-right: 5px;
}

.table-rankingCountries .export-goodsValue span:first-child i {
    display: inline-block;
    height: 22px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #fca620, #f63000);
    margin-right: 5px;
}

.export-goodsValue .num {
    padding-left: 2%;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-family: "微软雅黑";
}


/* 业务入口 备案 */

.access {
    width: 1200px;
    margin: 20px auto 0;
}

.access-title {
    display: flex;
    border-bottom: 6px solid #F0F0F0;
}

.access-title div {
    padding: 7px 20px;
    background: rgba(41, 67, 144, 0.05);
    margin-right: 10px;
    font-size: 18px;
    color: #294390;
    cursor: pointer;
}

.access-title .active {
    background: #294390;
    color: #FFFFFF;
}

.access-item {
    width: 100%;
    height: 118px;
    background: url(../images/homepage/access-back.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

.access-items {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.access-items a {
    width: 140px;
    height: 60px;
    background-color: #fff;
    font-size: 14px;
    color: #294390;
    padding: 0 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 8px;
}

.accesstwo {
    display: none;
}


/* 进出口 */

.rankings {
    width: 49%;
    float: left;
}

.countriess {
    width: 49%;
    float: right;
}

.list {
    width: 100%;
    /* padding: 0 77px 0 0; */
    box-sizing: border-box;
}

.list li {
    width: 400px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 18px;
    position: relative;
}

.list-title {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.list-title span:nth-child(1) {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    background: #4EA0FF;
    border-radius: 3px;
    border-radius: 3px;
}

.list-title span:nth-child(2) {
    font-size: 16px;
    color: #333333;
}

.list-title span:nth-child(3) {
    width: 180px;
    font-size: 16px;
    color: #4EA0FF;
    position: absolute;
    left: 408px;
    bottom: -3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-titles span:nth-child(1) {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    background: #FFA30B;
    border-radius: 3px;
    border-radius: 3px;
}

.list-titles span:nth-child(2) {
    font-size: 16px;
    color: #333333;
}

.list-titles span:nth-child(3) {
    width: 180px;
    font-size: 16px;
    color: #FFA30B;
    position: absolute;
    left: 408px;
    bottom: -3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bar {
    width: 100%;
    height: 14px;
    background: rgba(255, 163, 11, 0.20);
}

.bar span {
    display: flex;
    height: 100%;
    background: #FFA30B;
}

.bars {
    width: 100%;
    height: 14px;
    background: rgba(78, 160, 255, 0.20);
}

.bars span {
    display: flex;
    height: 100%;
    background: #4EA0FF;
}


/* 广告 */

.ad {
    width: 1200px;
    height: 200px;
    background: url(../images/homepage/ad.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px auto 0;
    padding: 55px 130px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ad span:nth-child(1) {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
}

.ad span:nth-child(2) {
    font-size: 20px;
    color: #FFFFFF;
}