/*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-size: 100% 100%; */
}

#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-color: #FFF8F7; */
    height: 48px;
    line-height: 48px;
    position: relative;
    box-sizing: border-box;
    padding-top: 4px;
    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;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin-left: 37px;
}

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

#tip p a {
    color: #333333;
}

.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: 45px;
}

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

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

.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 {
    width: 100%;
    height: 326px;
    margin-top: 10px;
}

.informationNew {
    float: left;
}

.informationNewPic {
    display: inline-block;
    width: 241px;
    height: 157px;
    /*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;
}

.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: 80px;
    background: #f5f5f5;
}

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

.process-content .process-title {
    text-align: center;
    padding-top: 40px;
}

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

.process-content .process-title p:nth-child(2) {
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
}

.process-panel {
    display: inline-block;
    position: relative;
    width: 110px;
    height: 150px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.process-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}
.process-panel>div:nth-child(1) {
    width: 100px;
    height: 100px;
}
.commonProcess1 {
    background: url(../images/homepage/commonProcess1.png) no-repeat;
    background-size: 100% 100%;
}

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

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

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

.commonProcess5 {
    background: url(../images/homepage/commonProcess5.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.commonProcess6 {
    background: url(../images/homepage/commonProcess6.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.commonProcess7 {
    background: url(../images/homepage/commonProcess7.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.commonProcess8 {
    background: url(../images/homepage/commonProcess8.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.arrow {
    width: 20px;
    height: 27px;
    background: url(../images/homepage/arrow.png) no-repeat;
    background-size: 100% 100%;
}

.process-panel p {
    margin-top: 8px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}


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

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

#export {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.risk,
.policies {
    width: 550px;
    height: 484px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(191, 46, 39, .1);
}

.risk {
    margin-right: 60px;
}

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

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

.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;
}

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

.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;
}


/*进出口*/

#export .column {
    border-bottom: 1px solid #ececec;
    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: "微软雅黑";
}


/* 外贸咨询 通知公告 风险预警 政策法规 */

.tabs {
    width: 1200px;
    height: 148px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 48px 0;
    box-sizing: border-box;
}

.tab-item {
    width: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.tab-item:after {
    content: "";
    border-right: 1px solid #D8D8D8;
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.tabs .tab-item:last-child:after {
    display: none;
}

.tab-item span:nth-child(1) {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.tab-item span:nth-child(2) {
    font-size: 12px;
    color: #666666;
    width: 125px;
    background: #F6F6F6;
    text-align: center;
}

.tabs .active span:nth-child(1) {
    color: #BF2E27;
}

.tabs .active span:nth-child(2) {
    color: #BF2E27;
    background: #FFF8F7;
}


/* 外贸咨询 通知公告 风险预警 政策法规 盒子 */

.tabs-box {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 40px;
}

.tabs-left,
.tabs-left img {
    width: 550px;
    height: 300px;
}

.tabs-right {
    flex: 1;
    margin-left: 30px;
}

.right-item {
    width: 550px;
}

.right-item li {
    width: 100%;
    height: 45px;
    margin-bottom: 7px;
    padding-left: 28px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
}

.right-item li:hover a {
    color: #BF2E27;
    text-decoration: underline;
}

.right-item li:hover:after {
    background-color: #BF2E27;
}

.right-item li a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
}

.right-item li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 50%;
    background-color: #999999;
    transform: translate(0, -50%);
}

.mores {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #FFF8F7;
}

.mores a {
    font-size: 14px;
    color: #BF2E27;
}


/* 近一周申报统计 */

.reporting {
    width: 100%;
    height: 400px;
    background: url(../images/homepage/reporting-back.png) no-repeat;
    background-size: 100% 350px;
    background-position: center;
}

.chartContainers {
    width: 100%;
    margin-top: 10px;
}


/* 每日统计 出口商品排名 */

#reportingExport {
    width: 1200px;
    height: 968px;
    margin: 0 auto;
    background: url(../images/homepage/map.png) no-repeat;
}

.dailys {
    width: 100%;
    margin-top: 50px;
}

.substances {
    width: 100%;
    box-sizing: border-box;
    display: flex;
}

.daily-content {
    color: #666;
    font-size: 16px;
    width: 25%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.daily-content span {
    display: inline-block;
}

.daily-content span:nth-child(1) {
    font-family: 'DINAlternate-Bold';
    font-size: 52px;
    color: #FF9F02;
    margin-bottom: 20px;
}

.daily-content span:nth-child(2) {
    font-size: 20px;
    color: #333333;
}


/* 进出口 */

.list {
    width: 510px;
    margin-left: 54px;
    box-sizing: border-box;
}

.list li {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 18px;
    position: relative;
}
.list li:nth-child(1):after {
    content: "1";
}
.list li:nth-child(2):after {
    content: "2";
}
.list li:nth-child(3):after {
    content: "3";
}
.list li:nth-child(4):after {
    content: "4";
    background: #FFFFFF !important;
    color: #4EA0FF !important;
}
.list li:nth-child(5):after {
    content: "5";
    background: #FFFFFF !important;
    color: #4EA0FF !important;
}
.list li::after {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0%,-50%);
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #4EA0FF;
    background-color: #4EA0FF;
    font-size: 16px;
    color: #FFFFFF;
}
.lists li:nth-child(1):after {
    content: "1";
}
.lists li:nth-child(2):after {
    content: "2";
}
.lists li:nth-child(3):after {
    content: "3";
}
.lists li:nth-child(4):after {
    content: "4";
    background: #FFFFFF !important;
    color: #FFA30B !important;
}
.lists li:nth-child(5):after {
    content: "5";
    background: #FFFFFF !important;
    color: #FFA30B !important;
}
.lists li::after {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0%,-50%);
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #FFA30B;
    background-color: #FFA30B;
    font-size: 16px;
    color: #FFFFFF;
}
.list-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

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

.list-title span:nth-child(2) {
    font-size: 16px;
    color: #4EA0FF;
}
.list-titles {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

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

.list-titles span:nth-child(2) {
    font-size: 16px;
    color: #FFA30B;
}
.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;
}

.public {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
}

.public>div {
    flex: 1;
}
.public>div:nth-child(1) {
    margin-right: 20px;
}
.public-title {
    width: 100%;
    height: 40px;
    border-left: 6px solid #0060D0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
} 
.public-title div:nth-child(1) {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: -4px;
}
.public-title div:nth-child(2) {
    font-size: 12px;
    color: #666666;
    margin-bottom: -2px;
}
.line {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    height: 9px;
}

/* 市场采购业务入口 市场采购备案入口 */
.business {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    padding: 20px 39px 4px 39px;
    justify-content: space-between;
    box-sizing: border-box;
    background: #F7FBFF;
    margin-top: 10px;
}
.business a{
    width: 160px;
    height: 46px;
    background-image: linear-gradient(270deg, #0086EB 0%, #0060D0 100%);
    border-radius: 3px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.record {
    background: #FFF9F7 !important;
}
.record a{
    background-image: linear-gradient(270deg, #E1964F 0%, #C73A1F 100%) !important;
}
.public-items {
    padding-top: 10px;
}
.public-item {
    width: 100%;
    height: 30px;
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px 0 10px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.public-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 50%;
    background-color: #999999;
    transform: translate(0, -50%);
}
.public-item div:nth-child(1) {
    font-size: 14px;
    color: #333333;
    width: 420px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.public-item div:nth-child(1):hover a {
    color: #0060D0;
    text-decoration: underline;
}

.public-item:hover:after {
    background-color: #0060D0;
}
.public-item div:nth-child(2) {
    font-size: 16px;
    color: #999999;
}

.more-btn {
    position: absolute;
    right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    width: 50px;
}
.flow {
    width: 100%;
    background-color: #FAFAFA;
    height: 260px;
    margin-top: 30px;
    padding: 30px 0;
    box-sizing: border-box;
}
.flow-box {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.forex {
    width: 100%;
    height: 143px;
    background: url(../images/homepage/forex.png) no-repeat;
    background-size: 100% 100%;
}
.customs {
    width: 100%;
    height: 143px;
    background: url(../images/homepage/customs.png) no-repeat;
    background-size: 100% 100%;
}
.forexs {
    padding: 34px 50px; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.forexs div {
    font-size: 24px;
    color: #FFFFFF;
}
.forexs a {
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 13px;
    font-size: 14px;
    color: #0060D0;
}
/* 每日更新 */
.daily-statistics {
    width: 100%;
    height: 295px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 35px 10px;
    box-sizing: border-box;
}
.daily-statistics div {
    width: 240px;
    height: 78px;
    background-color: royalblue;
    margin-bottom: 40px;
    background-size: 100% 100%;
    padding: 16px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.daily-statistics div span:nth-child(1) {
    font-size: 20px;
    color: #FFFFFF;
}
.daily-statistics div span:nth-child(2) {
    font-size: 14px;
    color: #FFFFFF;
}

.daily-statistics div:nth-child(1) {
    background: url(../images/homepage/statistics1.png) no-repeat;
}
.daily-statistics div:nth-child(2) {
    background: url(../images/homepage/statistics2.png) no-repeat;
}
.daily-statistics div:nth-child(3) {
    background: url(../images/homepage/statistics3.png) no-repeat;
}
.daily-statistics div:nth-child(4) {
    background: url(../images/homepage/statistics4.png) no-repeat;
}
/* 友情链接 */
.links {
    width: 100%;
    margin: 20px 0;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.links a {
    width: 190px;
    height: 50px;
    background-size: 100% 100%;
}
.links a:nth-child(1) {
    background: url(../images/homepage/entry1.png) no-repeat;
}
.links a:nth-child(2) {
    background: url(../images/homepage/entry2.png) no-repeat;
}
.links a:nth-child(3) {
    background: url(../images/homepage/entry3.png) no-repeat;
}
.links a:nth-child(4) {
    background: url(../images/homepage/entry4.png) no-repeat;
}
.links a:nth-child(5) {
    background: url(../images/homepage/entry5.png) no-repeat;
}
.links a:nth-child(6) {
    background: url(../images/homepage/entry6.png) no-repeat;
}