#banner{
    height: 100%;
}
#banner .swiper-wrapper{
    height: 100%;
}
#banner .swiper-slide{
    height: 100%;
}
#banner .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper-button-prev, .swiper-button-next{
    width: 74px;
    height: 74px;
    background-image: url('../images/arrow.png');
    background-size: cover;
}
.swiper-button-prev{
    /* transform: rotate(180deg); */
    left: 6%;
    right: auto;
}
.swiper-button-next{
    right: 6%;
    left: auto;
}


.notice{
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,.5);
    border-radius: 40px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    z-index: 1;
}
.notice .title{
    width: 55px;
}
.notice .text{
    width: 975px;
    height: 40px;
}
#notice .swiper-slide{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    cursor: pointer;
}
.recruitment{
    margin-right: 10px;
    margin-bottom: 10px;
    width: 352px;
}
.recruitment .head{
    line-height: 29px;
    background-color: #00ADBF;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
}
.recruitment .head .en{
    font-size: 12px;
    font-style: italic;
}
.recruitment .body{
    height: 117px;
    background-color: rgba(0,0,0,.6);
    position: relative;
    padding: 5px 80px 0 15px;
}
.recruitment .body table{
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}
.recruitment .body thead th{
    font-weight: normal;
    border-bottom: 1px solid;
}
.recruitment .body td{
    padding: 4px 0;
}
.recruitment .body .more{
    color: #fff;
    font-size: 11px;
    right: 19px;
    bottom: 27px;
    position: absolute;
}
.recruitment .body .more:hover{
    color: #1c1a1e;
}

.query{
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 1;
}

.query .play{
    width: 143px;
    height: 40px;
    background-color: #A5ACB2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: 48px;
    line-height: 40px;
    background-image: url("../images/play.png");
    background-position: 6px 7px;
    font-size: 12px;
    color: #fff;
    background-repeat: no-repeat;
}
.play-zone{
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 228px;
}

.play-zone .small-zone{
    position: absolute;
    left: 0;
    top: 0;
    width: 351px;
    height: 208px;
    background-color: rgba(0,0,0,.6);
    transition: all .2s linear;
}
.play-zone .small-zone.bigger{
    height: auto;
    bottom: 0;
    right: 0;
    width: auto;
}
.play-zone .small-zone .close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px;
    height: 13px;
    background-image: url("../images/close.png");
    background-size: 100% 100%;
}
.play-zone  .toggle{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 15px;
    height: 14px;
    background-image: url("../images/toggle.png");
    background-size: 100% 100%;
}

.query-box{
    width: 351px;
    height: 208px;
    background-color: #334C66;
}
.query-box .head .item{
    background-color: #00ADBF;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    flex: 1;
    line-height: 29px;
    text-align: center;
}
.query-box .head .item.active{
    background-color: #334C66;
    color: #a9a9a9;
}
.query-box .body{
    padding: 0 25px;
    font-size: 14px;
}
.query-box .body .airline{
    padding: 12px 0;
}
.query-box .body .logistics{
    padding: 27px 0 21px 0;
}
.query-box .body .logistics input{
    height: 72px;
    margin-bottom: 10px;
}
.query-box .body .airline .row{
    margin-bottom: 11px;
}
.query-box .body .airline .label{
    width: 49px;
    color: #fff;
}
.query-box .body .airline .input{
    width: calc(100% - 49px);
}
.query-box .body .airline .port{
    width: 81px;
    position: relative;
}
.query-box .body .airline .port-list{
    right: auto;
    width: 200px;
    background-color: #fff;
}
.query-box .body .airline .port-list.right{
    right: 0;
    left: auto;
}
.query-box .body .airline .port-list .item:hover{
    background-color: #00F7DE;
}
.query-box .body .airline .exchange{
    width: 24px;
    height: 12px;
    background-image: url("../images/exchange-1.png");
    background-size: 100% 100%;
    margin: 0 8px;
}
.query-box .body  input{
    height: 30px;
    border: none;
    outline: none;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.query-box .body>.item{
    display: none;
}
.query-box .body>.item.active{
    display: block;
}
.query-box .body .btn{
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    background-color: #00ADBF;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.query-box .body .btn .icon{
    width: 14px;
    height: 14px;
    background-image: url("../images/glass.png");
    background-size: 100% 100%;
    margin-right: 5px;
}
.news-wrapper{
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    z-index: 1;
}
.news-wrapper .item{
    width: 128px;
    height: 128px;
    background-color: rgba(0,0,0,.85);
    color: #fff;
    padding-top: 85px;
    text-align: center;
    background-position: center 33px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

/* .news-wrapper .item.dynamic:hover:after{
    content:'';
    position: absolute;
    border-width: 0 8px 8px;
    border-style: solid;
    top: -8px;
    left: 20px;
    border-color: transparent transparent rgba(255,255,255,.85);
} */
.news-wrapper .item:hover:after{
    content:'';
    position: absolute;
    border-width: 0 8px 8px;
    border-style: solid;
    top: -8px;
    left: 20px;
    border-color: transparent transparent rgba(255,255,255,.85);
}
.news-wrapper .item .name{
    font-size: 14px;
}
.news-wrapper .item .e-name{
    font-size: 12px;
    margin-top: 2px;
    font-family: Microsoft YaHei;
    font-style: italic;
}
.news-wrapper .item:hover{
    color: #000;
    background-color: rgba(255,255,255,.85);
}
.news-wrapper .item.dynamic{
    background-image: url("../images/news-icon-1.png");
}
.news-wrapper .item.dynamic:hover{
    background-image: url("../images/news-icon-1-1.png");
}
.news-wrapper .item.logistics{
    background-image: url("../images/news-icon-2.png");
}
.news-wrapper .item.logistics:hover{
    background-image: url("../images/news-icon-2-1.png");
}
.news-wrapper .item.cgopore{
    background-image: url("../images/news-icon-3.png");
}
.news-wrapper .item.cgopore:hover{
    background-image: url("../images/news-icon-3-1.png");
}
.news-wrapper .item.business{
    background-image: url("../images/news-icon-5.png");
}
.news-wrapper .item.business:hover{
    background-image: url("../images/news-icon-5-1.png");
}
.news-wrapper .item.tool{
    background-image: url("../images/news-icon-4.png");
}
.news-wrapper .item.tool:hover{
    background-image: url("../images/news-icon-4-1.png");
}
.news-wrapper .item.network{
    background-image: url("../images/news-icon-6.png");
}
.news-wrapper .item.network:hover{
    background-image: url("../images/news-icon-6-1.png");
}
.news-wrapper .item.recruitment{
    background-image: url("../images/news-icon-7.png");
}
.news-wrapper .item.recruitment:hover{
    background-image: url("../images/news-icon-7-1.png");
}
.news-wrapper .item.about{
    background-image: url("../images/news-icon-8.png");
}
.news-wrapper .item.about:hover{
    background-image: url("../images/news-icon-8-1.png");
}
.news-wrapper .item.airlineNetwork{
    background-image: url("../images/news-icon-9.png");
}
.news-wrapper .item.airlineNetwork:hover{
    background-image: url("../images/news-icon-9-1.png");
}
.news-wrapper .item.port{
    background-image: url("../images/news-icon-10.png");
}
.news-wrapper .item.port:hover{
    background-image: url("../images/news-icon-10-1.png");
}
.news-wrapper .news-list{
    position: absolute;
    top: -148px;
    left: 0;
    z-index: 1;
    display: none;
    padding-bottom: 14px
}
.news-wrapper .tags-list{
    position: absolute;
    top: -138px;
    left: 0;
    z-index: 1;
    display: none;
    padding-bottom: 14px
}
.news-wrapper .dynamic:hover .news-list{
    display: flex;
}
.news-wrapper .airlineNetwork:hover .tags-list{
    display: flex;
}
.news-wrapper .port:hover .tags-list{
    display: flex;
}
.news-wrapper .cgopore:hover .tags-list{
    display: flex;
}
.news-wrapper .tool:hover .tags-list{
    display: flex;
}
.news-wrapper .network:hover .tags-list{
    display: flex;
}
.news-wrapper .logistics:hover .tags-list{
    display: flex;
}
.news-wrapper .about:hover .tags-list{
    display: flex;
}
.news-wrapper .news-list .list{
    height: 135px;
    width: 354px;
    background-color: rgba(0,0,0,.65);
    padding: 16px 25px 16px 9px;
    color: #fff;
    font-size: 14px;
}
.news-wrapper .news-list .list .image{
    width: 139px;
    height: 103px;
    margin-right: 12px;
}

.news-wrapper .news-list .list .text{
    width: 169px;
}
.news-wrapper .news-list .list li{
    list-style: none;
    text-align: left;
    line-height: 2.4;
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.news-wrapper .news-list .list li:hover{
    color: #000;
}
.news-wrapper .news-list .list li:hover:before{
    background-color: #000;
}
.news-wrapper .news-list .list li:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

#video{
    width: 100%;
    height: 100%;
}

.product-buyer-name {

	max-width: 210px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: pre-wrap;
	
	height: 64px;
	text-indent: 2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}

.news-wrapper .tags-list.port{
    left: -136px;
}

.news-wrapper .tags-list.tool{
    left: -136px;
}
.news-wrapper .tags-list.info{
    left: 0px;
}
.news-wrapper .tags-list.logistics{
    left: -545px;
}
.news-wrapper .tags-list.about{
    left: -545px;
}
.submenu{
    background-color: rgba(0,0,0,.65);
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
    width: 128px;
    height: 125px;
    padding-top: 100px;
    text-align: center;
    background-position: center 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.submenu:hover{
    color: #000;
    background-color: rgba(255,255,255,.85);
}

.item-1-1{
    background-image: url("../images/index/1-1.jpg");
}
.item-1-2{
    background-image: url("../images/index/1-2.jpg");
}
.item-1-6{
    background-image: url("../images/index/5-1.jpg");
}
.item-1-7{
    background-image: url("../images/index/3-3.jpg");
}
.item-1-3{
    background-image: url("../images/index/1-3.jpg");
}
.item-1-4{
    background-image: url("../images/index/1-4.jpg");
}
.item-1-5{
    background-image: url("../images/index/1-5.jpg");
}
.item-2-1{
    background-image: url("../images/index/2-1.jpg");
}
.item-2-2{
    background-image: url("../images/index/2-2.jpg");
}
.item-2-3{
    background-image: url("../images/index/2-3.jpg");
}
.item-2-4{
    background-image: url("../images/index/2-4.jpg");
}
.item-2-5{
    background-image: url("../images/index/2-5.jpg");
}
.item-2-6{
    background-image: url("../images/index/2-6.jpg");
}
.item-2-7{
    background-image: url("../images/index/2-7.jpg");
}
.item-3-1{
    background-image: url("../images/index/3-1.jpg");
}
.item-3-2{
    background-image: url("../images/index/3-2.jpg");
}
.item-3-3{
    background-image: url("../images/index/3-3.jpg");
}
.item-3-4{
    background-image: url("../images/index/3-4.jpg");
}
.item-4-1{
    background-image: url("../images/index/4-1.jpg");
}
.item-4-2{
    background-image: url("../images/index/4-2.jpg");
}
.item-4-3{
    background-image: url("../images/index/4-3.jpg");
}
.item-4-4{
    background-image: url("../images/index/4-4.jpg");
}
.item-4-5{
    background-image: url("../images/index/4-5.jpg");
}
.item-5-1{
    background-image: url("../images/index/5-1.jpg");
}
.item-5-2{
    background-image: url("../images/index/5-2.jpg");
}
.item-5-3{
    background-image: url("../images/index/5-3.jpg");
}
.item-5-4{
    background-image: url("../images/index/5-4.jpg");
}
.item-5-5{
    background-image: url("../images/index/5-5.jpg");
}
.item-6-1{
    background-image: url("../images/index/6-1.jpg");
}
.item-6-2{
    background-image: url("../images/index/6-2.jpg");
}
.item-6-3{
    background-image: url("../images/index/6-3.jpg");
}
.item-6-4{
    background-image: url("../images/index/6-4.jpg");
}
.item-6-5{
    background-image: url("../images/index/6-5.jpg");
}
.item-6-6{
    background-image: url("../images/index/6-6.jpg");
}
.item-7-1{
    background-image: url("../images/index/7-1.jpg");
}
.item-7-2{
    background-image: url("../images/index/7-2.jpg");
}
.item-7-3{
    background-image: url("../images/index/7-3.jpg");
}
.item-7-4{
    background-image: url("../images/index/7-4.jpg");
}
.item-7-5{
    background-image: url("../images/index/7-5.jpg");
}
.item-7-6{
    background-image: url("../images/index/7-6.jpg");
}


.notic_a{
	white-space: nowrap;
	text-overflow: ellipsis;
 	overflow: hidden;
 	width: 257px;
    line-height: 1.4;
 	display: block;
 	text-align: left;
}
.notic_a:hover{
	text-overflow:inherit;
	overflow: visible;
	white-space: pre-line;
	text-align: left;
}