
header.sticky{top: -165px;}
.w1600{width: 96%;margin: 0px auto;max-width: 1600px;}
.headtwo{margin-top: 15px;margin-bottom: 15px;padding-left:500px;}
.headtwo p{text-align: center;color: #000;font-size: 16px;font-weight: 400;}


.headone {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
}

.pc_nav nav ul li a {
    color: #000;
}

.header-wrapper {
    display: flex;
    align-items: center; /* 垂直居中 */
    gap: 15px; /* 图片与文字之间的间距 */
}

.text-content {
    display: flex;
    flex-direction: column; /* 文字垂直排列 */
    margin-left: 64px;
    margin-top: 5px;
     padding-right: 12px;
     position: relative; 
}

h1.fl {
    display: flex;
    align-items: center;     /* 垂直居中 */
    gap: 12px;               /* 图与文字块间距 */
    color: #000;             /* 文字白 */
}



h1.fl a {
    display: inline-block;   /* 原来可能是 inline，现在让它成块 */
    text-align: center;      /* 文字在图标正下方居中，可去掉 */
}

h1.fl a::after {
    content: '万航国际物流';
    white-space: pre;
    line-height: 1.3;
    font-size: 16px;
    color: #000;
    display: block;          /* 关键：让伪元素独占一行 */
    margin: 65px 0 0 21px;      /* 上间距 + 水平居中（可选） */
}

/* 整条右边再写两段字 + 白线 —— 用 h1 的伪元素 */
h1.fl::after {
    content: '中南美航线货代专家';
    white-space: pre;
    color:#000;
    line-height: 1.3;
    padding-left: 12px;               /* 文字离白线距离 */
    border-left: 1px solid #000;      /* 白色竖线 */
    margin-left: 12px;                /* 竖线离左字块距离 */
    font-size: 22px;
}


.text1, .text2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

.logo-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.left-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.right-block {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 20px;
}

.right-block p {
    margin: 0;
    font-size: 14px;
    color: #000;
}


.logo-section img {
   margin-left: 50px;
   width: 50px;
   height: 50px;
}

.company-name {
    margin-left: -7px;
    margin-top: 5px;
    font-size: 28px;
    color: #000;
    white-space: nowrap;
}


.headthree{color: #000;position: relative;padding-left:660px;}
.headthree_felx{display: flex;justify-content: center;margin-top:-59px;}
.headthree_item>a{padding: 15px 20px;font-size: 16px;}

.hdcpab{
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hdcpab_box{display: flex;flex-wrap: wrap;}
.hdcp_item{width: calc(100% / 3);    padding: 5px 30px;}
.hdcp_item a{
    display: flex;
    align-items: center;
    line-height: 1.6;
    padding: 5px 0;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}
.hdcp_item a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}
.hdcp_item a span {
    position: relative;
    z-index: 4;
    flex: 1;
    padding-left: 10px;
    font-size: 15px;font-weight: 400;color: #000;
}
.hdcp_item a svg {
    width: auto;
    height: 10px;
    fill: #000;
}
.hdcp_item a:hover{border-bottom: 1px solid #fff;}


.itemp_box{ position: relative;}
.itemp_box .itemab{
    position: absolute;
	left: -20px;
    top: 40px;
	width: calc(100% + 40px);
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	box-shadow: inset 0px 15px 6px -15px rgba(0, 0, 0, 0.25);
	display: none;
	background: rgb(148, 2, 51,0.8);
	z-index: 99;
}

.itemab_box {
    padding: 10px 15px;
}

.itemab_box a{
    display: block;
    text-align: center;
    padding: 5px 0;
    /* border-bottom: 1px solid #d9d9d9; */
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
    font-size: 16px;
}

.mb_btn{
	display: none;
}
#navToggle {
    height: 50px;
	padding: 9px 0px 9px 15px;
    display: inline-block;
}
#navToggle span {
    position: relative;
    width: 25px;
    height: 1px;
	margin-top: 16px;
	transition: 0.3s;
    display: block;
    background: #fff;
}
#navToggle span:after{
    bottom: 10px;
}
#navToggle span:after,#navToggle span:before{
    transition: 0.3s;
    display: block;
    background: #fff;
	content: '';
    position: relative;
    width: 100%;
    height: 1px;
    left: 0;
}
#navToggle span:before {
    top: 8px;
}



.a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #940233;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 2%;
    z-index: 100;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0
}

.a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -80%
}

.a_txt .div3 ul {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e9e9e9;
}

.mblink_item {
    display: flex;
}

.mblink_itema {
    height: 60px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    color: #333;
}

.mblink_itematxt {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mblink_itemi {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.a_txt2 {
    display: none;
    margin-bottom: 30px;
}

.a_txt2 a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a_closed img {
    margin-right: 20px;
    display: inline-block;
}



@media screen and (max-width: 1200px){
    .headtwo,.headthree{display: none !important;}
    header.sticky{top: 0px;}
    header{padding: 0px 2% 0px 0px ;;}
    .headone img{height: 40px;}
    .headone{justify-content: space-between;align-items: center;}

	.mb_btn {display: flex;align-items: center;}
}