/*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;*/
/*}*/
.type-area {
    width: 1200px;
    margin: 0 auto;
}
/*控制轮播图的样式*/
#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: 362px;
}
.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: 10px auto;
    background-color: #fffbe2;
    border: 1px solid #e3e3e3;
    height: 40px;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.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;
    color: #f07a08;
    font-size: 14px;
    font-weight: 700;
    margin-left: 37px;
}
#tip p {
    margin: 0;
    font-size: 14px;
    color: #333;
    height: 40px;
}
#tip p a {
    color: #f06e04;
}
.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;
}
/* 业务介绍 */
.business {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.business-item {
    width: 274px;
    height: 343px;
    border: 1px solid #F1F1F1;
    box-shadow: 0 2px 4px 5px rgba(242,242,242,0.50);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.business-item img {
    width: 172px;
    height: 203px;
}
.business-item span:nth-child(2) {
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
}
.business-item span:nth-child(3) {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}
/* 外贸资讯 */
.foreignTrade {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.foreignTrade-item {
    width: 377px;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.foreignTrade-item img {
    width: 100%;
    height: 228px;
}
.foreignTrade-item-bottom {
    width: 100%;
    height: 82px;
    background: #EEEEEE;
    padding: 15px 23px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foreignTrade-item-bottom span:nth-child(1) {
    font-size: 16px;
    color: #333333;
}
.foreignTrade-item-bottom span:nth-child(2) {
    font-size: 14px;
    color: #8C8C8C;
}
/*外贸资讯和通知公告*/
#foreignTradeAndNotice {
    width: 1200px;
    margin: 0 auto;
}

.notice {
    float: right;
    width: 49%;
    border-top: 2px solid #d8d8d8;
}

.tradeInformation {
    width: 99px;
    height: 52px;
    background: url(../images/homepage/tradeInformation.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-top: 2px solid #0063bb;
}
.noticeBulletin {
    width: 78px;
    height: 52px;
    background: url(../images/homepage/noticeBulletin.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-top: 2px solid #0063bb;
}
.more {
    float: right;
    color: #999999;
}
.substance {
    min-height: 157px;
    margin: 20px 0;
}

.informationNew {
    float: left;
}
.informationNewPic {
    display: inline-block;
    width:100%;
    height: 228px;
    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;
}
.newList {
    float: left;
    width: 280px;
    line-height: 33px;
    font-size: 14px;
    margin-left: 30px;
}
.noticeList {
    height: 33px;
    font-size: 14px;
}
.mainTitle {
    font-weight: 700;
}
.content {
    float: left;
    width: 83%;
}
.date {
    float: right;
    width: 14%;
    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: 45px;
}
.risk,.reporting {
    
    flex:1;
    
}
#riskAndPolicies .column {
    border-bottom: 1px solid #ececec;
    height: 52px;
    line-height: 52px;
}
.policies,.daily {
    flex:1;
    
}
.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: 241px;
    height: 157px;
    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;
    display: flex;
}

#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;padding: 52px 0 38px 0;}
.daily-content{color:#666;font-size:16px;font-family:"microsoft yahei";float: left;width: 250px;height: 67px;line-height:67px;background: #ebf6ff;border-radius: 5px;margin: 0 43px 38px 0;padding-left:18px;box-sizing: border-box;}
.daily-content span{display: inline-block;}
.daily-content span:first-child{width:25px;height: 25px;margin-right: 5px;}
.daily-content span:first-child img{width: 100%;height:100%;vertical-align: text-bottom;}
/*进出口*/
#export .column{
	border-bottom: 1px solid #ececec;
    height: 54px;
    line-height: 54px;
}

#chartContainer{
    top:-20px;
}
.exportGoods{
	width: 151px;
    height: 52px;
    background: url(../images/homepage/exportProduct.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    border-bottom: 2px solid #0063bb;
    margin-top: -10px;
}
.exportCountries{
	width: 226px;
    height: 52px;
    background: url(../images/homepage/exportCountries.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: -10px;
    border-bottom: 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;width: 28%;height:22px;line-height:22px;display: inline-block;color:#999;font-size: 14px;font-family: "微软雅黑";}
.title-box {
    width: 1200px;
    margin: 0 auto;
    height: 127px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-box div:nth-child(1) {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}
.title-box div:nth-child(2) {
    font-size: 16px;
    color: #8C8C8C;
    margin-top: 12px;
}
/* tab */
.tab {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.tab-item {
    width: 309px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #A3A3A3;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.tab-item-active {
    color: #333333;
    border-bottom: 2px solid #327EE3;
}
/* 风险预警-通知公告-政策法规 */
#riskAndNoticeAndPolicies {
    width: 100%;
    height: 310px;
    padding: 0 19px;
    box-sizing: border-box;
    display: flex;
    background: #F7F7F7;
}
.tab-left {
    width: 455px;
    height: 100%;
    padding-top: 25px;
    box-sizing: border-box;
}
.tab-left img {
    width: 100%;
    height: 192px;
}
.tab-left-details {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}
.tab-right {
    flex: 1;
    height: 100%;
    margin-left: 88px;
    padding-top: 12px;
    box-sizing: border-box;
}
.tab-right-item {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}


.tab-right-item a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-right-item span {
    /* line-height: 40px; */
    flex-shrink: 0;
}
.tab-right-item span:nth-child(1) {
    width: 418px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
}
.tab-right-item span:nth-child(2) {
    font-size: 14px;
    color: #8D8D99;
}