.header {
    height: 91px;
}

.logo {
    font-size: 0;
    float: left;
    margin-top: 13px;
}

.nav {
    float: right;
    line-height: 88px;
}

.nav li {
    float: left;
    font-size: 16px;
    color: #000000;
    margin-left: 30px;
}

.nav li:first-child {
    margin-left: 0;
}

.nav li a:link .icon_1,
.nav li a:visited .icon_1 {
    background: url('../images/nav-icon.png') no-repeat center top;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    top: 50%;
    position: relative;
    margin-top: -8px;
}

.nav li {
    border-top: 3px solid transparent;
}

.nav li.on,
.nav li:hover {
    border-top: 3px solid #c41949;
}

.nav li a:hover,
.nav li.on a:link,
.nav li.on a:visited {
    color: #c41949;
}

.nav li a:hover .icon_1,
.nav li.on a:link .icon_1,
.nav li.on a:visited .icon_1 {
    background: url('../images/nav-icon.png') no-repeat center bottom;
}

.serviceContent_ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 50px;
}

.serviceContent_ul li {
    /* height: 750px; */
    background-position: center right;
    background-repeat: no-repeat;
    padding: 150px 0 150px 148px;
    text-align: left;
    box-sizing: border-box;
    margin: -80px 0;
    color: #1c1c1c;
}

.serviceContent_ul li:nth-child(2n) {
    background-position: center left;
    padding: 150px 148px 150px 0;
    text-align: right;
    box-sizing: border-box;
}

.serviceContent_title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 2;
}

.serviceContent_ul li .serviceContent_info {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 50% 0 0;
}

.serviceContent_ul li:nth-child(2n) .serviceContent_info {
    padding: 0 0 0 50%;
}

.serviceContent_ul li .serviceContent_but {
    margin-top: 20px;
    text-align: left;
    font-size: 0;
}

.serviceContent_ul li:nth-child(2n) .serviceContent_but {
    margin-top: 50px;
    text-align: right;
}

.serviceContent_but a:link,
.serviceContent_but a:visited {
    display: inline-block;
    width: 150px;
    color: #fff;
    font-size: 18px;
    background-color: #f1f1f1;
    text-align: center;
    color: #1c1c1c;
    line-height: 2;
}

.serviceContent_but a:hover {
    background-color: #c41949;
    color: #ffffff;
}

.w100bf_content {
    width: 100%;
    box-sizing: border-box;
    padding: 90px 0;
    overflow: hidden;
}

.p90px148px {
    padding: 90px 148px;
    overflow: hidden;
}

.cooperative-item {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    margin-top: 60px;
}

.cooperative-item .cooperative-col {
    display: inline-block;
    box-sizing: border-box;
    padding: 8px;
    width: 25%;
}

.cooperative-item .cooperative-col img {
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.cooperative_dian {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.cooperative_dian span {
    display: inline-block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    margin: 0 5px;
    border-radius: 50px;
    border: 1px solid #c41949;
    cursor: pointer;
}

.cooperative_dian span.on {
    background-color: #c41949;
}

.cooperative-row {
    transition: all ease 0.3s;
}

.Customer {
    background-position: center;
    background-repeat: no-repeat;
    height: 770px;
    box-sizing: border-box;
    padding: 90px 0;
}

.Customer_centent {
    height: 300px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 85px;
    padding: 35px 100px;
    text-align: center;
    font-size: 0;
}

.col_w20 {
    display: inline-block;
    width: 20%;
}

.col_w20_title {
    font-size: 60px;
    font-weight: bold;
    color: #c41949;
}

.col_w20_info {
    font-size: 30px;
    color: #c41949;
}

.row_item {
    padding: 80px 0 0 0;
}

.row_item::after {
    clear: both;
    display: block;
    content: '';
}

.row_item_col_fl {
    float: left;
    font-size: 0;
}

.row_item_col_fr {
    float: right;
    width: 730px;
}

.row_item_col_fr ul {
    position: relative;
    border-left: 1px solid #e8e8e8;
    padding: 0;
    list-style: none;
    margin: 0;
}

.row_item_col_fr ul li {
    padding-left: 28px;
    position: relative;
}

.row_item_col_fr ul li::after {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #c41949;
    background-color: #ffffff;
    box-shadow: 0 0 0 8px #ffffff;
    display: block;
    content: '';
    position: absolute;
    left: -9px;
    top: 4px;
}

.row_item_col_fr_title {
    font-size: 18px;
    color: #1c1c1c;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row_item_col_fr_info {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin-top: 10px;
    padding-bottom: 20px;
}

.row_item_col_fr_title a:link,
.row_item_col_fr_title a:visited {
    color: #1c1c1c;
}

.row_item_col_fr_title a:hover {
    color: #c41949;
}

.footer {
    border-top: 38px solid #eeeeee;
    background: url('../images/footer_bg.png') no-repeat center;
    padding: 80px 148px 40px 148px;
    color: #ffffff;
    overflow: hidden;
}

.rwm_title {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.footer_item {
    border-right: 2px solid #ffffff;
    position: relative;
}

.footer_item::after {
    position: absolute;
    right: -4px;
    top: 0;
    width: 6px;
    background-color: #c41949;
    height: 70px;
    display: block;
    content: '';
}

.footer_item_title {
    font-size: 18px;
}

.footer_item_title_info {
    font-size: 12px;
    opacity: 0.5;
    line-height: 1.6;
}

.footer_item ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 15px;
}

.footer_item ul li {
    line-height: 2.2;
    font-size: 12px;
}

.footer_item ul li a:link,
.footer_item ul li a:visited {
    color: #ffffff;
}

.footer_item ul li a:hover {
    color: #c41949;
}

.footer_item_contact {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.8;
}

.mt45 {
    margin-top: 45px;
    border-top: 2px solid #ffffff;
    line-height: 3.6;
    font-size: 14px;
}

.footer_bottom_left {
    float: left;
}

.footer_bottom_right {
    float: right;
    color: #c41949;
    cursor: pointer;
}

.mt45::after {
    clear: both;
    display: block;
    content: '';
}

.route {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 3.1;
    padding: 0 160px;
}

.route a:link,
.route a:visited {
    color: #1c1c1c;
}

.route a:hover {
    color: #c41949;
}

.agent_ul li {
    padding: 60px 160px;
}

.agent_ul li::after {
    clear: both;
    display: block;
    content: '';
}

.agent_ul_left {
    width: 48%;
    float: left;
    overflow: hidden;
    border-radius: 12px;
}

.agent_ul_left img {
    width: 100%;
}

.agent_ul_right {
    width: 48%;
    float: right;
}

.agent_ul li:nth-child(2n) {
    background-color: #f8f9fb;
}

.agent_ul li:nth-child(2n) .agent_ul_left {
    float: right;
}

.agent_ul li:nth-child(2n) .agent_ul_right {
    float: left;
}

.agent_ul ul {
    margin: 0 auto;
    padding: 0;
}

.agent_ul_right_title {
    font-size: 24px;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 2.4;
}

.agent_ul_right_font {
    font-size: 18px;
    line-height: 1.66;
    color: #1c1c1c;
}

.agent_ul_right_font_ul {
    margin-top: 25px;
}

.agent_ul_right_font_ul::after {
    clear: both;
    display: block;
    content: '';
}

.agent_ul_right_font_ul div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    background: url("../images/item_img_icon.png") no-repeat left;
    padding-left: 34px;
    line-height: 1.66;
    font-size: 18px;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    background-size: 24px;
}

.aboutUs_centent {
    padding: 50px 160px;
}

.aboutUs_centent_title {
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    font-size: 0;
}

.aboutUs_centent_title::after {
    clear: both;
    display: block;
    content: '';
}

.aboutUs_centent_title_item {
    display: inline-block;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: bold;
    padding: 35px;
}

.aboutUs_centent_title_item a:link,
.aboutUs_centent_title_item a:visited {
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    cursor: pointer;
}

.aboutUs_centent_title_item.on a:link,
.aboutUs_centent_title_item.on a:visited,
.aboutUs_centent_title_item a:hover {
    border-bottom: 2px solid #c41949;
}

.aboutUs_centent_info {
    line-height: 1.8;
    position: relative;
}

.aboutUs_centent_info_title {
    text-indent: 38px;
    color: #1c1c1c;
    font-size: 18px;
    margin-top: 30px;
}

.aboutUs_centent_info_font {
    text-indent: 38px;
    color: #4a4a4a;
    font-size: 19px;
}

.aboutUs_centent_img {
    padding: 40px;
    text-align: center;
}

.aboutUs_centent_img img {
    margin: 0 20px;
    width: 510px;
    height: 295px;
}

.aboutUs_img_ym {
    font-size: 0;
    position: relative;
}

.aboutUs_img_ym img {
    width: 100%;
}

.logo_centent {
    padding: 100px 140px;
    font-size: 0;
    position: relative;
}

.logo_centent::after {
    clear: both;
    display: block;
    content: '';
}

.logo_centent .logoDiv {
    float: left;
    padding: 20px 15px;
    width: 25%;
}

.logo_centent .logoDiv img {
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.aboutUs_item {
    border-top: 1px solid #eeeeee;
    position: relative;
}

.aboutUs_item img {
    width: 100%;
}

.aboutUs_bottom {
    padding: 0 160px;
}



.logistics_ul li {
    padding: 60px 160px;
}

.logistics_ul li::after {
    clear: both;
    display: block;
    content: '';
}

.logistics_ul_left {
    width: 48%;
    float: left;
    overflow: hidden;
    border-radius: 12px;
}

.logistics_ul_left img {
    width: 100%;
}

.logistics_ul_right {
    width: 48%;
    float: right;
}

.logistics_ul li:nth-child(2n) {
    background-color: #f8f9fb;
}

.logistics_ul li:nth-child(2n) .logistics_ul_left {
    float: right;
}

.logistics_ul li:nth-child(2n) .logistics_ul_right {
    float: left;
}

.logistics_ul ul {
    margin: 0 auto;
    padding: 0;
}

.logistics_ul_right_title {
    font-size: 24px;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 2.4;
}

.logistics_ul_right_font {
    font-size: 18px;
    line-height: 1.66;
    color: #1c1c1c;
}

.logistics_ul_right_font_ul,
.logistics_ul_right_font_ul_1 {
    margin-top: 25px;
}

.logistics_ul_right_font_ul::after,
.logistics_ul_right_font_ul_1::after {
    clear: both;
    display: block;
    content: '';
}

.logistics_ul_right_font_ul div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    background: url("../images/item_img_icon.png") no-repeat left;
    padding-left: 34px;
    line-height: 1.66;
    font-size: 18px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    background-size: 24px;
}

.logistics_ul_right_font_ul_1 div {
    box-sizing: border-box;
    padding-right: 20px;
    background: url("../images/item_img_icon.png") no-repeat left;
    padding-left: 34px;
    line-height: 1.66;
    font-size: 18px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    background-size: 24px;
}

.logistics_jk {
    padding: 60px 160px;
}

.logistics_jk_title {
    font-size: 36px;
    color: #1c1c1c;
    text-align: center;
}

.logistics_jk_centent {
    margin-top: 70px;
}

.logistics_jk_centent::after {
    clear: both;
    display: block;
    content: '';
}

.logistics_jk_ul {
    float: left;
    width: 32%;
}

.logistics_jk_ul_title {
    font-size: 24px;
    font-weight: bold;
}

.logistics_jk_ul_mt {
    margin-top: 16px;
}

.logistics_jk_ul_mt div {
    box-sizing: border-box;
    padding-right: 20px;
    background: url("../images/item_img_icon.png") no-repeat left 4px;
    line-height: 1.25;
    font-size: 16px;
    padding: 5px 0 5px 34px;
    background-size: 24px;
}



.news_centent {
    padding: 50px 160px;
}

.news_centent_title {
    text-align: center;
    font-size: 0;
}

.news_centent_title::after {
    clear: both;
    display: block;
    content: '';
}

.news_centent_title_item {
    display: inline-block;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: bold;
    padding: 35px 60px;
}

.news_centent_title_item a:link,
.news_centent_title_item a:visited {
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    cursor: pointer;
}

.news_centent_title_item.on a:link,
.news_centent_title_item.on a:visited,
.news_centent_title_item a:hover {
    border-bottom: 2px solid #c41949;
}

.news_ul {
    padding: 0 145px;
}

.news_ul ul::after {
    clear: both;
    display: block;
    content: '';
}

.news_ul ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.news_ul li {
    padding: 15px;
    width: 33.3333%;
    box-sizing: border-box;
    float: left;
    min-height: 420px;
}

.news_ul_li_img {
    position: relative;
    font-size: 0;
}

.news_ul_li_centent {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #c41949;
    top: 0;
    padding: 60px 20px;
    color: #fff;
}

.news_ul_li_dey {
    font-size: 44px;
    line-height: 1.2;
}

.news_ul_li_month {
    font-size: 24px;
    line-height: 1.2;
}

.news_ul_li_title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
    display: -webkit-box;
    /* 显示多行文本容器 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*显示行数*/
    overflow: hidden;
    /*隐藏多出部分文字*/
    text-overflow: ellipsis;
    /*用省略号代替多出部分文字*/
    height: 56px;
}

.news_views {
    font-size: 16px;
    margin-top: 20px;
}

.news_views a:link,
.news_views a:visited {
    color: #fff;
}

.news_views a:hover {
    text-decoration: underline;
}

.news_page {
    padding: 50px 0 50px 0;
    text-align: center;
}

.news_page div {
    display: inline-block;
    border: 1px solid #dbdbdb;
}

.news_page div a:link,
.news_page div a:visited {
    display: block;
    float: left;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    border-right: 1px solid #dbdbdb;
}

.news_page div a:last-child {
    border-right: 0 !important;
}

.news_page div a.page-num-current:link,
.news_page div a.page-num-current:visited,
.news_page div a.page-num-current:hover {
    background-color: #c41949;
    color: #ffffff;
}

.crossBorder_ul li {
    padding: 60px 160px;
}

.crossBorder_ul li::after {
    clear: both;
    display: block;
    content: '';
}

.crossBorder_ul_left {
    width: 48%;
    float: left;
    overflow: hidden;
    border-radius: 12px;
}

.crossBorder_ul_left img {
    width: 100%;
}

.crossBorder_ul_right {
    width: 48%;
    float: right;
}

.crossBorder_ul li:nth-child(2n) {
    background-color: #f8f9fb;
}

.crossBorder_ul li:nth-child(2n) .crossBorder_ul_left {
    float: right;
}

.crossBorder_ul li:nth-child(2n) .crossBorder_ul_right {
    float: left;
}

.crossBorder_ul ul {
    margin: 0 auto;
    padding: 0;
}

.crossBorder_ul_right_title {
    font-size: 24px;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 2.4;
}

.crossBorder_ul_right_font {
    font-size: 18px;
    line-height: 1.66;
    color: #1c1c1c;
}

.crossBorder_ul_right_font_ul,
.crossBorder_ul_right_font_ul_1 {
    margin-top: 25px;
}

.crossBorder_ul_right_font_ul::after,
.crossBorder_ul_right_font_ul_1::after {
    clear: both;
    display: block;
    content: '';
}

.crossBorder_ul_right_font_ul div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    background: url("../images/item_img_icon.png") no-repeat left;
    padding-left: 34px;
    line-height: 1.66;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-size: 24px;
}

.crossBorder_ul_right_font_ul_1 div {
    box-sizing: border-box;
    padding-right: 20px;
    background: url("../images/item_img_icon.png") no-repeat left;
    padding-left: 34px;
    line-height: 1.66;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-size: 24px;
}

.crossBorder_centent_bottom {
    padding: 60px 160px;
    text-align: center;
    font-size: 18px;
    line-height: 1.66;
    color: #1c1c1c;
}

.news_show_title {
    background-color: #eeeeee;
    padding: 40px;
    text-align: center;
    line-height: 2;
}

.news_show_title_font {
    color: #000000;
    font-size: 24px;
    padding: 5px 0;
    line-height: 1.5;
}

.news_show_title_time {
    font-size: 18px;
    color: #818181;
}

.news_show_title_time span {
    margin: 0 20px;
}

.news_show_centent {
    font-size: 26px;
    line-height: 1.66;
    color: #000000;
    margin-top: 30px;
}

.news_show_centent .news_show_centent_font p {
    text-indent: 52px;
}

.news_show_centent .news_show_centent_img {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}

.news_show_centent .news_show_centent_img img {
    width: 32%;
    margin-left: 2%;
}

.news_show_centent .news_show_centent_img img:first-child {
    margin-left: 0;
}

.item_1 {
    margin-top: 90px;
}

.item_1 img {
    width: 100%;
}

.rwm_img img {
    width: 160px;
}


.h120_nav {
    height: 120px;
}

.h120_nav.fixed .aboutUs_centent_title {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}

#item1 {
    top: -150px;
    position: absolute;
}

#item2,
#item3,
#item4,
#item5 {
    top: -120px;
    position: absolute;
}

.companyProfile {
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 148px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.companyProfile_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}

.companyProfile_name {
    font-size: 18px;
    line-height: 1.5;
}

.companyProfile_info {
    line-height: 1.5;
    font-size: 18px;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.companyProfile_left {
    width: 48%;
}

.companyProfile_right {
    width: 48%;
    font-size: 40px;
    text-align: right;
}
.companyProfile_right span{
    color: #c41949;
}
.companyProfile_but{
    margin-top: 50px;
}
.companyProfile_but a:link,.companyProfile_but a:visited{
    color: #fff;
    border-radius: 50px;
    border: 1px solid #ffffff;
    display: inline-block;
    line-height: 2.4;
    padding: 0 15px;
    text-decoration: none;
}
.companyProfile_but a:hover{
    background-color: #1c1c1c;
}
.banner_vodeo{
    overflow: hidden;
    font-size: 0;
    height: 650px;
    position: relative;
}
.banner_vodeo video{
    width: 100%;
}

.position_show{
    position: relative;
    height: auto;
}
.position_show img{max-width: 100%;}
.showtop{
    transition: all 0.4s ease;
    transform: translateY(500px);
    opacity: 0;
}
.showtop_on{
    transform: translateY(0);
    opacity: 1;
}
.banner_vodeo_show{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner_vodeo_title{
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 2;
    margin-top: -50px;
}

.banner_vodeo_font{
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
}


@media (max-width: 576px) {

    .container-md,
    .container-sm,
    .container {
        width: 100%;
        max-width: 100%;
    }

    .nav {
        float: right;
        padding-top: 40px;
        height: 40px;
        width: 110px;
        margin-top: 20px;
        position: relative;
        z-index: 100000;
    }

    .nav::before {
        content: '导航';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        background-color: #c41949;
        color: #fff;
        padding: 0 10px;
        border-radius: 4px;
    }

    .nav li {
        display: none;
        white-space: nowrap;
        background-color: #fff;
        margin: 0;
        float: none;
        position: relative;
        right: 0;
        width: 100%;
        border-left: 1px solid #dbdbdb !important;
        border-right: 1px solid #dbdbdb !important;
    }

    .nav li:first-child {
        border-top: 1px solid #dbdbdb !important;
    }

    .nav li:last-child {
        border-bottom: 1px solid #dbdbdb !important;
    }

    .nav:hover li {
        display: block;
        border: 0;
        height: 30px;
        line-height: 30px;
        background-color: #ffffff;
    }

    .nav li a {
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        display: block;
    }

    .nav li a:link .icon_1,
    .nav li a:visited .icon_1 {
        margin-top: 6px;
    }

    .w100bf_content {
        padding: 45px 0;
    }

    .serviceContent_ul li {
        margin: -70px 0;
    }

    .cooperative-item {
        margin-top: 35px;
    }

    .serviceContent_ul li,
    .serviceContent_ul li:nth-child(2n) {
        padding: 50px 20px;
        height: auto;
        background-size: contain;
    }

    .serviceContent_title {
        font-size: 18px;
    }

    .serviceContent_ul li .serviceContent_info {
        font-size: 14px;
    }

    .serviceContent_but a:link,
    .serviceContent_but a:visited {
        font-size: 14px;
    }

    .serviceContent_ul li .serviceContent_but {
        margin-top: 20px;

    }

    .serviceContent_but a:link,
    .serviceContent_but a:visited {
        line-height: 40px;
        height: 40px;
        width: 130px;
    }

    .p90px148px {
        padding: 40px 20px;
    }

    .Customer {
        padding: 90px 0;
        height: auto;
    }

    .row_item {
        padding: 50px 0;
    }

    .row_item_col_fl,
    .row_item_col_fr {
        width: 100%;
        float: none;
    }

    .row_item_col_fl img {
        width: 100%;
    }

    .row_item_col_fr {
        margin-left: 5px;
        margin-top: 30px;
    }

    .row_item_col_fr_info {
        font-size: 14px;
    }

    .row_item_col_fr_title {
        font-size: 16px;
    }

    .row_item_col_fr ul li::after {
        top: 4px;
    }

    .row_item {
        padding-bottom: 0;
    }

    .rwm_img img {
        width: 100%;
    }

    .footer {
        padding: 25px 12px;
        background-size: cover;
    }

    .footer .col.col-2 {
        width: 50% !important;
    }

    .footer .col.col-6 {
        width: 100% !important;
    }

    .footer .col.col-4.col_rm {
        width: 100% !important;
        margin-top: 10px;
    }

    .crossBorder_ul li {
        padding: 20px;
    }

    .route {
        padding: 0 20px;
        font-size: 14px;
    }

    .crossBorder_ul_right_title {
        font-size: 18px;
    }

    .crossBorder_ul_right_font {
        font-size: 14px;
    }

    .crossBorder_ul_right_font_ul div {
        font-size: 14px;
        padding: 5px 0 5px 34px;
    }

    .crossBorder_centent_bottom {
        padding: 20px;
        font-size: 14px;
    }

    .crossBorder_ul_right_font_ul div {
        background-size: 14px;
        padding-left: 24px;
    }

    .logistics_ul li {
        padding: 20px;
    }

    .logistics_ul_right_title {
        font-size: 18px;
    }

    .logistics_ul_right_font {
        font-size: 14px;
    }

    .logistics_ul_right_font_ul div,
    .logistics_ul_right_font_ul_1 div {
        font-size: 14px;
        padding: 5px 0 5px 24px;
        background-size: 18px;
    }

    .logistics_jk {
        padding: 20px;
    }

    .logistics_jk_title {
        font-size: 20px;
    }

    .logistics_jk_ul_title {
        font-size: 20px;
    }

    .logistics_jk_ul_mt div {
        font-size: 14px;
        background-size: 20px;
        padding: 6px 0 6px 28px;
    }

    .crossBorder_ul_left,
    .crossBorder_ul_right,
    .logistics_ul_left,
    .logistics_ul_right,
    .agent_ul_left,
    .agent_ul_right {
        width: 100%;
        float: none;
    }

    .logistics_ul_right_font_ul,
    .logistics_ul_right_font_ul_1,
    .crossBorder_ul_right_font_ul,
    .crossBorder_ul_right_font_ul_1,
    .agent_ul_right_font_ul,
    .agent_ul_right_font_ul_1 {
        margin-top: 0;
    }

    .logistics_jk_centent {
        margin: 0;
    }

    .logistics_jk_ul {
        width: 100%;
        float: none;
        margin: 20px 0 0 0 !important;
    }

    .logistics_jk_ul_mt {
        margin-top: 10px;
    }

    .agent_ul li {
        padding: 20px;
    }

    .agent_ul_right_title {
        font-size: 18px;
    }

    .agent_ul_right_font {
        font-size: 14px;
    }

    .agent_ul_right_font_ul div,
    .agent_ul_right_font_ul_1 div {
        font-size: 14px;
        background-size: 20px;
        padding: 6px 0 6px 28px;
    }


    .news_centent {
        padding: 10px;
    }

    .news_ul {
        padding: 0 10px;
    }

    .news_centent_title_item {
        font-size: 14px;
        padding: 10px;
    }

    .news_ul li {
        padding: 10px;
    }

    .news_ul_li_centent {
        padding: 15% 10px;
    }

    .news_ul_li_dey {
        font-size: 24px;
    }

    .news_ul_li_month {
        font-size: 14px;
    }

    .news_ul_li_title {
        font-size: 14px;
        margin-top: 10px;
        height: 40px;
    }

    .news_views {
        margin-top: 10px;
        font-size: 14px;
    }

    .news_ul li {
        width: 100%;
    }




    .aboutUs_centent {
        padding: 20px;
    }

    .aboutUs_centent_title_item {
        font-size: 14px;
        padding: 10px 5px;
    }

    .aboutUs_centent_info_title {
        font-size: 14px;
        text-indent: 28px;
        margin-top: 20px;
    }

    .aboutUs_centent_info_font {
        text-indent: 28px;
        font-size: 14px;
    }

    .aboutUs_centent_img {
        padding: 25px 0;
    }

    .aboutUs_centent_img {
        font-size: 0;
    }

    .aboutUs_centent_img img {
        width: 48%;
        height: auto;
        margin: 0 1%;
    }

    .logo_centent {
        padding: 20px 15px;
    }

    .aboutUs_bottom {
        padding: 0 20px;
    }

    .logo_centent .logoDiv {
        padding: 5px;
    }

    .news_show_title {
        background-color: #eeeeee;
        padding: 15px;
        text-align: center;
        line-height: 2;
        margin: 0 10px;
    }

    .news_show_title_font {
        padding: 10px 0;
        font-size: 14px;
    }

    .news_show_title_time {
        font-size: 14px;
    }

    .news_show_centent {

        font-size: 14px;
        margin: 0 10px;
        margin-top: 15px;
    }

    .news_show_centent .news_show_centent_img {
        margin-top: 15px;
    }

    .cooperative_dian {
        padding-top: 20px;
    }

    .cooperative-item .cooperative-col {
        padding: 5px;
    }

    .Customer {
        padding: 50px 0;
        background-size: cover;
    }

    .item_1 {
        margin-top: 50px;
    }

    .row_item_col_fr_title {
        font-size: 16px;
    }

    .row_item_col_fr_info {
        font-size: 14px;
    }

    .agent_ul_right_font_ul div,
    .agent_ul_right_font_ul_1 div {
        padding: 3px 0 3px 34px;
    }

    .news_page {
        padding: 35px 0;
    }

    .news_page div a:link,
    .news_page div a:visited {
        height: 32px;
        line-height: 32px;
        padding: 0 12px;
        font-size: 14px;
    }

    #item1 {
        top: -60px;
        position: absolute;
    }

    #item2,
    #item3,
    #item4,
    #item5 {
        top: -44px;
        position: absolute;
    }

    .companyProfile {
        padding: 20px;
        height: 280px;
    }
    .companyProfile_right{
        font-size: 16px;
    }
    .companyProfile_title{
        font-size: 14px;
    }
    .companyProfile_name,.companyProfile_info{
        font-size: 14px;
    }
    .companyProfile_but{
        margin-top:20px;
        font-size: 14px;
    }
    .companyProfile_left{
        width: 51%;
    }
    .h120_nav{
        height: 45px;
    }
    .banner_vodeo_title{
        font-size: 36px;
    }

    .banner_vodeo_font{
        font-size: 14px;
    }
    .banner_vodeo{
        height: 250px;
    }
    .news_show_centent .news_show_centent_font p {
    text-indent: 0px;
      }
}

@media (min-width: 576px) and (max-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        width: 100%;
        max-width: 100%;
    }

    .nav {
        float: none;
        padding-left: 20px;
    }

    .nav li a {
        font-size: 14px;
    }

    .w100bf_content {
        padding: 45px 0;
    }

    .serviceContent_ul li,
    .serviceContent_ul li:nth-child(2n) {
        padding: 80px 30px;
        height: auto;
        background-size: contain;
    }

    .serviceContent_title {
        font-size: 18px;
    }

    .serviceContent_ul li .serviceContent_info {
        font-size: 16px;
    }

    .serviceContent_but a:link,
    .serviceContent_but a:visited {
        font-size: 14px;
    }

    .serviceContent_ul li .serviceContent_but {
        margin-top: 20px;

    }

    .serviceContent_but a:link,
    .serviceContent_but a:visited {
        line-height: 40px;
        height: 40px;
        width: 130px;
    }

    .p90px148px {
        padding: 50px 30px;
    }

    .Customer {
        padding: 90px 0;
        height: auto;
    }

    .row_item {
        padding: 50px 0;
    }

    .row_item_col_fl,
    .row_item_col_fr {
        width: 100%;
        float: none;
    }

    .row_item_col_fl img {
        width: 100%;
    }

    .row_item_col_fr {
        margin-left: 5px;
        margin-top: 30px;
    }

    .row_item_col_fr_info {
        font-size: 14px;
    }

    .row_item_col_fr_title {
        font-size: 18px;
    }

    .row_item_col_fr ul li::after {
        top: 4px;
    }

    .row_item {
        padding-bottom: 0;
    }

    .rwm_img img {
        width: 100%;
    }

    .footer {
        padding: 35px 30px;
        background-size: cover;
    }

    .footer .col.col-2 {
        width: 30% !important;
    }

    .footer .col.col-6 {
        width: 70% !important;
    }

    .footer .col.col-4.col_rm {
        width: 100% !important;
        margin-top: 10px;
    }

    .crossBorder_ul li {
        padding: 30px 30px;
    }

    .route {
        padding: 0 30px;
        font-size: 14px;
    }

    .crossBorder_ul_right_title {
        font-size: 20px;
    }

    .crossBorder_ul_right_font {
        font-size: 14px;
    }

    .crossBorder_ul_right_font_ul div {
        font-size: 14px;
        padding: 5px 0 5px 34px;
    }

    .crossBorder_centent_bottom {
        padding: 30px 30px;
        font-size: 14px;
    }


    .logistics_ul li {
        padding: 30px 30px;
    }

    .logistics_ul_right_title {
        font-size: 20px;
    }

    .logistics_ul_right_font {
        font-size: 14px;
    }

    .logistics_ul_right_font_ul div,
    .logistics_ul_right_font_ul_1 div {
        font-size: 14px;
        padding: 5px 0 5px 34px;
        background-size: 24px;
    }

    .logistics_jk {
        padding: 24px;
    }

    .logistics_jk_title {
        font-size: 24px;
    }

    .logistics_jk_ul_title {
        font-size: 24px;
    }

    .logistics_jk_ul_mt div {
        font-size: 14px;
        background-size: 20px;
        padding: 6px 0 6px 28px;
    }

    .agent_ul li {
        padding: 30px;
    }

    .agent_ul_right_title {
        font-size: 18px;
    }

    .agent_ul_right_font {
        font-size: 14px;
    }

    .agent_ul_right_font_ul div,
    .agent_ul_right_font_ul_1 div {
        font-size: 14px;
        padding: 5px 0 5px 34px;
        background-size: 24px;
    }


    .news_centent {
        padding: 20px;
    }

    .news_ul {
        padding: 0 20px;
    }

    .news_centent_title_item {
        font-size: 18px;
        padding: 15px;
    }

    .news_ul li {
        padding: 10px;
    }

    .news_ul_li_centent {
        padding: 10% 10px;
    }

    .news_ul_li_dey {
        font-size: 24px;
    }

    .news_ul_li_month {
        font-size: 14px;
    }

    .news_ul_li_title {
        font-size: 14px;
        margin-top: 10px;
        height: 40px;
    }

    .news_views {
        margin-top: 10px;
        font-size: 14px;
    }

    .news_ul li {
        width: 50%;
    }


    .aboutUs_centent {
        padding: 20px;
    }

    .aboutUs_centent_title_item {
        font-size: 18px;
        padding: 15px;
    }

    .aboutUs_centent_info_title {
        font-size: 14px;
        text-indent: 28px;
        margin-top: 20px;
    }

    .aboutUs_centent_info_font {
        text-indent: 28px;
        font-size: 14px;
    }

    .aboutUs_centent_img {
        padding: 40px 0;
    }

    .aboutUs_centent_img {
        font-size: 0;
    }

    .aboutUs_centent_img img {
        width: 48%;
        height: auto;
        margin: 0 1%;
    }

    .logo_centent {
        padding: 20px 15px;
    }

    .aboutUs_bottom {
        padding: 0 20px;
    }

    .logo_centent .logoDiv {
        padding: 10px;
    }


    .news_show_title {
        background-color: #eeeeee;
        padding: 15px;
        text-align: center;
        line-height: 2;
    }

    .news_show_title_font {
        padding: 10px 0;
        font-size: 14px;
    }

    .news_show_title_time {
        font-size: 14px;
    }

    .news_show_centent {
        margin-top: 15px;
        font-size: 14px;
    }

    .news_show_centent .news_show_centent_img {
        margin-top: 15px;
    }

    .cooperative_dian {
        padding-top: 20px;
    }

    #item1 {
        top: -80px;
        position: absolute;
    }

    #item2,
    #item3,
    #item4,
    #item5 {
        top: -56px;
        position: absolute;
    }

    .companyProfile {
        padding: 20px;
        height: 320px;
    }
    .companyProfile_right{
        font-size: 20px;
    }
    .companyProfile_title{
        font-size: 14px;
    }
    .companyProfile_name,.companyProfile_info{
        font-size: 14px;
    }
    .companyProfile_but{
        margin-top:20px;
        font-size: 14px;
    }
    .h120_nav{
        height: 60px;
    }

    .banner_vodeo_title{
        font-size: 50px;
    }

    .banner_vodeo_font{
        font-size: 18px;
    }
    .banner_vodeo{
        height: 350px;
    }
    .news_show_centent .news_show_centent_font p {
    text-indent: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .container-md,
    .container-sm,
    .container {
        width: 100%;
        max-width: 100%;
    }

    .nav {
        float: none;
        padding-left: 20px;
    }

    .nav li a {
        font-size: 14px;
    }

    .w100bf_content {
        padding: 45px 0;
    }

    .serviceContent_ul li,
    .serviceContent_ul li:nth-child(2n) {
        padding: 80px 30px;
        height: auto;
        background-size: contain;
    }

    .serviceContent_title {
        font-size: 18px;
    }

    .serviceContent_ul li .serviceContent_info {
        font-size: 14px;
    }

    .serviceContent_but a:link,
    .serviceContent_but a:visited {
        font-size: 14px;
    }

    .serviceContent_ul li .serviceContent_but {
        margin-top: 20px;

    }

    .serviceContent_but a:link,
    .serviceContent_but a:visited {
        line-height: 40px;
        height: 40px;
        width: 130px;
    }

    .p90px148px {
        padding: 50px 30px;
    }

    .Customer {
        padding: 90px 0;
        height: auto;
    }

    .row_item {
        padding: 50px 0;
    }

    .row_item_col_fl,
    .row_item_col_fr {
        width: 100%;
        float: none;
    }

    .row_item_col_fl img {
        width: 100%;
    }

    .row_item_col_fr {
        margin-left: 5px;
        margin-top: 30px;
    }

    .row_item_col_fr_info {
        font-size: 14px;
    }

    .row_item_col_fr_title {
        font-size: 18px;
    }

    .row_item_col_fr ul li::after {
        top: 4px;
    }

    .row_item {
        padding-bottom: 0;
    }

    .rwm_img img {
        width: 100%;
    }

    .footer {
        padding: 35px 30px;
    }

    .crossBorder_ul li {
        padding: 50px 30px;
    }

    .route {
        padding: 0 30px;
        font-size: 14px;
    }

    .crossBorder_ul_right_title {
        font-size: 20px;
    }

    .crossBorder_ul_right_font {
        font-size: 16px;
    }

    .crossBorder_ul_right_font_ul div {
        font-size: 16px;
        padding: 5px 0 5px 34px;
    }

    .crossBorder_centent_bottom {
        padding: 50px 30px;
        font-size: 16px;
    }


    .logistics_ul li {
        padding: 50px 30px;
    }

    .logistics_ul_right_title {
        font-size: 20px;
    }

    .logistics_ul_right_font {
        font-size: 16px;
    }

    .logistics_ul_right_font_ul div,
    .logistics_ul_right_font_ul_1 div {
        font-size: 16px;
        padding: 5px 0 5px 34px;
        background-size: 24px;
    }

    .logistics_jk {
        padding: 50px 30px;
    }

    .logistics_jk_title {
        font-size: 32px;
    }

    .logistics_jk_ul_title {
        font-size: 32px;
    }

    .logistics_jk_ul_mt div {
        font-size: 16px;
        background-size: 24px;
        padding: 6px 0 6px 32px;
    }

    .agent_ul li {
        padding: 50px 30px;
    }

    .agent_ul_right_title {
        font-size: 32px;
    }

    .agent_ul_right_font {
        font-size: 16px;
    }

    .agent_ul_right_font_ul div,
    .agent_ul_right_font_ul_1 div {
        font-size: 16px;
        padding: 5px 0 5px 34px;
        background-size: 24px;
    }


    .news_centent {
        padding: 35px 30px;
    }

    .news_ul {
        padding: 0 30px;
    }

    .news_centent_title_item {
        font-size: 20px;
        padding: 30px 45px;
    }

    .news_ul li {
        padding: 10px;
    }

    .news_ul_li_centent {
        padding: 8% 15px;
    }

    .news_ul_li_dey {
        font-size: 28px;
    }

    .news_ul_li_month {
        font-size: 14px;
    }

    .news_ul_li_title {
        font-size: 14px;
        margin-top: 10px;
        height: 40px;
    }

    .news_views {
        margin-top: 10px;
        font-size: 14px;
    }

    .aboutUs_centent {
        padding: 35px 30px;
    }

    .aboutUs_centent_title_item {
        font-size: 20px;
        padding: 25px;
    }

    .aboutUs_centent_info_title {
        font-size: 18px;
        text-indent: 32px;
    }

    .aboutUs_centent_info_font {
        text-indent: 32px;
        font-size: 16px;
    }

    .aboutUs_centent_img {
        padding: 40px 0;
    }

    .aboutUs_centent_img {
        font-size: 0;
    }

    .aboutUs_centent_img img {
        width: 48%;
        height: auto;
        margin: 0 1%;
    }

    .logo_centent {
        padding: 45px 25px;
    }

    .aboutUs_bottom {
        padding: 0 30px;
    }

    .logo_centent .logoDiv {
        padding: 12px;
    }


    .news_show_title {
        background-color: #eeeeee;
        padding: 20px;
        text-align: center;
        line-height: 2;
    }

    .news_show_title_font {
        padding: 10px 0;
        font-size: 16px;
    }

    .news_show_title_time {
        font-size: 16px;
    }

    .news_show_centent {
        margin-top: 20px;
        font-size: 16px;
    }

    .news_show_centent .news_show_centent_img {
        margin-top: 20px;
    }

    .cooperative_dian {
        padding-top: 20px;
    }

    #item1 {
        top: -100px;
        position: absolute;
    }

    #item2,
    #item3,
    #item4,
    #item5 {
        top: -80px;
        position: absolute;
    }

    .companyProfile {
        padding: 30px;
        height: 350px;
    }
    .companyProfile_right{
        font-size: 24px;
    }
    .companyProfile_title{
        font-size: 16px;
    }
    .companyProfile_name,.companyProfile_info{
        font-size: 14px;
    }
    .companyProfile_but{
        margin-top: 30px;
        font-size: 14px;
    }
    .h120_nav{
        height: 80px;
    }
    .banner_vodeo_title{
        font-size: 60px;
    }

    .banner_vodeo_font{
        font-size: 24px;
    }
    .banner_vodeo{
        height: 450px;
    }
    .news_show_centent .news_show_centent_font p {
    text-indent: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .serviceContent_ul li {
        padding: 100px 0 100px 80px;
        height: auto;
        background-size: contain;
        margin: -50px 0;
    }

    .serviceContent_ul li:nth-child(2n) {
        padding: 100px 80px 100px 0;
    }

    .p90px148px {
        padding: 80px 80px;
    }

    .footer {
        padding: 80px 80px 40px 80px;
    }

    .Customer_centent {
        padding: 25px 75px;
        height: auto;
        margin-top: 50px;
    }

    .Customer {
        height: auto;
        background-size: cover;
    }

    .col_w20_title {
        font-size: 42px;
    }

    .col_w20_info {
        font-size: 24px;
    }

    .row_item_col_fl {
        width: 48%;
    }

    .row_item_col_fl img {
        width: 100%;
    }

    .row_item_col_fr {
        width: 48%;
    }

    .row_item_col_fr_info {
        font-size: 14px;
    }

    .row_item_col_fr_title {
        font-size: 18px;
    }

    .row_item_col_fr ul li::after {
        top: 4px;
    }

    .row_item {
        padding-bottom: 0;
    }

    .serviceContent_title {
        font-size: 24px;
    }

    .serviceContent_ul li .serviceContent_info {
        font-size: 18px;
    }

    .serviceContent_but a:link,
    .serviceContent_but a:visited {
        font-size: 16px;
    }

    .rwm_img img {
        width: 100%;
    }

    .crossBorder_ul li {
        padding: 50px 100px;
    }

    .route {
        padding: 0 100px;
        font-size: 14px;
    }

    .crossBorder_ul_right_title {
        font-size: 24px;
    }

    .crossBorder_ul_right_font {
        font-size: 18px;
    }

    .crossBorder_ul_right_font_ul div {
        font-size: 18px;
        padding: 5px 0 5px 34px;
    }

    .crossBorder_centent_bottom {
        padding: 50px 100px;
        font-size: 18px;
    }


    .logistics_ul li {
        padding: 50px 100px;
    }

    .logistics_ul_right_title {
        font-size: 24px;
    }

    .logistics_ul_right_font {
        font-size: 18px;
    }

    .logistics_ul_right_font_ul div,
    .logistics_ul_right_font_ul_1 div {
        font-size: 18px;
        padding: 5px 0 5px 34px;
        background-size: 24px;
    }

    .logistics_jk {
        padding: 50px 100px;
    }

    .logistics_jk_title {
        font-size: 36px;
    }

    .logistics_jk_ul_title {
        font-size: 36px;
    }

    .logistics_jk_ul_mt div {
        font-size: 18px;
        background-size: 24px;
        padding: 6px 0 6px 32px;
    }

    .agent_ul li {
        padding: 50px 100px;
    }

    .agent_ul_right_title {
        font-size: 24px;
    }

    .agent_ul_right_font {
        font-size: 18px;
    }

    .agent_ul_right_font_ul div,
    .agent_ul_right_font_ul_1 div {
        font-size: 18px;
        padding: 5px 0 5px 34px;
        background-size: 24px;
    }


    .news_centent {
        padding: 35px 100px;
    }

    .news_ul {
        padding: 0 90px;
    }

    .news_centent_title_item {
        font-size: 20px;
        padding: 30px 45px;
    }

    .news_ul li {
        padding: 10px;
    }

    .news_ul_li_centent {
        padding: 8% 15px;
    }

    .news_ul_li_dey {
        font-size: 32px;
    }

    .news_ul_li_month {
        font-size: 16px;
    }

    .news_ul_li_title {
        font-size: 16px;
        margin-top: 10px;
        height: 45px;
    }

    .news_views {
        margin-top: 10px;
        font-size: 14px;
    }

    .aboutUs_centent {
        padding: 50px 100px;
    }

    .aboutUs_centent_title_item {
        font-size: 20px;
        padding: 25px;
    }

    .aboutUs_centent_info_title {
        font-size: 18px;
        text-indent: 32px;
    }

    .aboutUs_centent_info_font {
        text-indent: 32px;
        font-size: 16px;
    }

    .aboutUs_centent_img {
        padding: 40px 0;
    }

    .aboutUs_centent_img {
        font-size: 0;
    }

    .aboutUs_centent_img img {
        width: 48%;
        height: auto;
        margin: 0 1%;
    }

    .logo_centent {
        padding: 50px 92px;
    }

    .aboutUs_bottom {
        padding: 0 108px;
    }

    .logo_centent .logoDiv {
        padding: 15px;
    }


    .news_show_title {
        background-color: #eeeeee;
        padding: 25px;
        text-align: center;
        line-height: 2;
    }

    .news_show_title_font {
        padding: 10px 0;
        font-size: 21px;
    }

    .news_show_title_time {
        font-size: 16px;
    }

    .news_show_centent {
        margin-top: 20px;
        font-size: 18px;
    }

    .news_show_centent .news_show_centent_img {
        margin-top: 20px;
    }

    .cooperative_dian {
        padding-top: 30px;
    }

    #item1 {
        top: -110px;
        position: absolute;
    }

    #item2,
    #item3,
    #item4,
    #item5 {
        top: -90px;
        position: absolute;
    }

    .companyProfile {
        padding: 40px 80px;
        height: 380px;
    }
    .companyProfile_right{
        font-size: 28px;
    }
    .companyProfile_title{
        font-size: 18px;
    }
    .companyProfile_name,.companyProfile_info{
        font-size: 16px;
    }
    .companyProfile_but{
        margin-top: 30px;
        font-size: 14px;
    }
    .h120_nav{
        height: 80px;
    }

    .banner_vodeo_title{
        font-size: 70px;
    }

    .banner_vodeo_font{
        font-size: 28px;
    }
    .banner_vodeo{
        height: 550px;
    }
     .news_show_centent .news_show_centent_font p {
    text-indent: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .serviceContent_ul li {
        padding: 150px 0 150px 80px;
        height: auto;
        background-size: contain;
        margin: -80px 0;
    }

    .serviceContent_ul li:nth-child(2n) {
        padding: 150px 108px 150px 0;
    }

    .p90px148px {
        padding: 90px 108px;
    }

    .footer {
        padding: 80px 108px 40px 108px;
    }

    .Customer_centent {
        padding: 25px 75px;
        height: auto;
        margin-top: 50px;
    }

    .Customer {
        height: auto;
        background-size: cover;
    }

    .col_w20_title {
        font-size: 42px;
    }

    .col_w20_info {
        font-size: 24px;
    }

    .row_item_col_fl {
        width: 48%;
    }

    .row_item_col_fl img {
        width: 100%;
    }

    .row_item_col_fr {
        width: 48%;
    }

    .row_item_col_fr_info {
        font-size: 14px;
    }

    .row_item_col_fr_title {
        font-size: 18px;
    }

    .row_item_col_fr ul li::after {
        top: 4px;
    }

    .row_item {
        padding-bottom: 0;
    }

    .serviceContent_title {
        font-size: 24px;
    }

    .serviceContent_ul li .serviceContent_info {
        font-size: 18px;
    }

    .serviceContent_but a:link,
    .serviceContent_but a:visited {
        font-size: 18px;
    }

    .rwm_img img {
        width: 160px;
    }

    .crossBorder_ul li {
        padding: 60px 108px;
    }

    .route {
        padding: 0 108px;
        font-size: 18px;
    }

    .crossBorder_ul_right_title {
        font-size: 24px;
    }

    .crossBorder_ul_right_font {
        font-size: 18px;
    }

    .crossBorder_ul_right_font_ul div {
        font-size: 18px;
        padding: 5px 0 5px 34px;
    }

    .crossBorder_centent_bottom {
        padding: 50px 108px;
        font-size: 18px;
    }

    .logistics_ul li {
        padding: 60px 108px;
    }

    .logistics_ul_right_title {
        font-size: 24px;
    }

    .logistics_ul_right_font {
        font-size: 18px;
    }

    .logistics_ul_right_font_ul div,
    .logistics_ul_right_font_ul_1 div {
        font-size: 18px;
        padding: 5px 0 5px 34px;
    }

    .logistics_jk {
        padding: 50px 108px;
    }

    .logistics_jk_title {
        font-size: 42px;
    }

    .logistics_jk_ul_title {
        font-size: 42px;
    }

    .logistics_jk_ul_mt div {
        font-size: 18px;
    }

    .agent_ul li {
        padding: 60px 108px;
    }

    .agent_ul_right_title {
        font-size: 24px;
    }

    .agent_ul_right_font {
        font-size: 18px;
    }

    .agent_ul_right_font_ul div,
    .agent_ul_right_font_ul_1 div {
        font-size: 18px;
        padding: 5px 0 5px 34px;
    }

    .news_centent {
        padding: 35px 108px;
    }

    .news_ul {
        padding: 0 90px;
    }

    .news_centent_title_item {
        font-size: 24px;
        padding: 30px 45px;
    }

    .news_ul li {
        padding: 10px;
    }

    .news_ul_li_centent {
        padding: 10% 15px;
    }

    .news_ul_li_dey {
        font-size: 36px;
    }

    .news_ul_li_month {
        font-size: 18px;
    }

    .news_ul_li_title {
        font-size: 16px;
        margin-top: 10px;
        height: 45px;
    }

    .news_views {
        margin-top: 10px;
        font-size: 14px;
    }


    .aboutUs_centent {
        padding: 50px 108px;
    }

    .aboutUs_centent_title_item {
        font-size: 24px;
        padding: 30px 45px;
    }

    .aboutUs_centent_info_title {
        font-size: 18px;
        text-indent: 36px;
    }

    .aboutUs_centent_info_font {
        text-indent: 36px;
        font-size: 18px;
    }

    .aboutUs_centent_img {
        padding: 40px 0;
    }

    .aboutUs_centent_img {
        font-size: 0;
    }

    .aboutUs_centent_img img {
        width: 48%;
        height: auto;
        margin: 0 1%;
    }

    .logo_centent {
        padding: 80px 98px;
    }

    .aboutUs_bottom {
        padding: 0 108px;
    }

    .news_show_title {
        background-color: #eeeeee;
        padding: 30px;
        text-align: center;
        line-height: 2;
    }

    .news_show_title_font {
        padding: 10px 0;
        font-size: 21px;
    }

    .news_show_title_time {
        font-size: 16px;
    }

    .news_show_centent {
        margin-top: 20px;
        font-size: 21px;
    }

    .news_show_centent .news_show_centent_img {
        margin-top: 20px;
    }

    .cooperative_dian {
        padding-top: 40px;
    }

    #item1 {
        top: -130px;
        position: absolute;
    }

    #item2,
    #item3,
    #item4,
    #item5 {
        top: -102px;
        position: absolute;
    }


    .companyProfile {
        padding: 40px 80px;
        height: 420px;
    }
    .companyProfile_right{
        font-size: 34px;
    }
    .h120_nav{
        height: 110px;
    }

    .banner_vodeo_title{
        font-size: 80px;
    }

    .banner_vodeo_font{
        font-size: 32px;
    }

    .banner_vodeo{
        height: 600px;
    }
     .news_show_centent .news_show_centent_font p {
    text-indent: 0px;
    }
}

@media (min-width: 1400px) {
    .serviceContent_ul li {
        padding: 150px 0 150px 148px;
        /* height: 750px; */
        background-size: contain;
        margin: -100px 0;
    }

    .serviceContent_ul li:nth-child(2n) {
        padding: 150px 148px 150px 0;
    }

    .p90px148px {
        padding: 90px 148px;
    }

    .footer {
        padding: 80px 148px 40px 148px;
    }

    .Customer_centent {
        height: 300px;
        margin-top: 85px;
        padding: 35px 100px;
    }

    .Customer {
        height: auto;
        background-size: cover;
    }

    .col_w20_title {
        font-size: 60px;
    }

    .col_w20_info {
        font-size: 30px;
    }

    .row_item_col_fl {
        width: 48%;
    }

    .row_item_col_fl img {
        width: 100%;
    }

    .row_item_col_fr {
        width: 48%;
    }

    .row_item_col_fr_info {
        font-size: 14px;
    }

    .row_item_col_fr_title {
        font-size: 18px;
    }

    .row_item_col_fr ul li::after {
        top: 4px;
    }

    .row_item {
        padding: 80px 0 0 0;
    }

    .serviceContent_title {
        font-size: 24px;
    }

    .serviceContent_ul li .serviceContent_info {
        font-size: 18px;
    }

    .serviceContent_but a:link,
    .serviceContent_but a:visited {
        font-size: 18px;
    }

    .rwm_img img {
        width: 160px;
    }

    .crossBorder_ul li {
        padding: 60px 160px;
    }

    .route {
        padding: 0 160px;
    }

    .logistics_ul li {
        padding: 60px 160px;
    }

    .agent_ul li {
        padding: 60px 160px;
    }

    .news_centent {
        padding: 50px 160px;
    }

    .news_ul {
        padding: 0 145px;
    }

    .aboutUs_centent {
        padding: 50px 160px;
    }

    .news_show_title {
        background-color: #eeeeee;
        padding: 40px;
        text-align: center;
        line-height: 2;
    }

    .cooperative_dian {
        padding-top: 50px;
    }

    #item1 {
        top: -150px;
        position: absolute;
    }

    #item2,
    #item3,
    #item4,
    #item5 {
        top: -120px;
        position: absolute;
    }
    .companyProfile {
        padding: 50px 148px;
        height: 470px ;
    }
    .h120_nav{
        height: 120px;
    }

    
    .banner_vodeo_title{
        font-size: 48px;
    }

    .banner_vodeo_font{
        font-size: 24px;
    }
    .banner_vodeo{
        height: 650px;
    }
    
}
