@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    background: #fff;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
    height: 0;
}

li {
    list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

.img_scale {
    overflow: hidden;
}

.img_scale img {
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}

.img_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.wrapper {
    width: 1250px;
    margin: 0 auto;
}

.hide {
    display: none;
}

.dis_flex {
    display: flex;
}

.justify_space_between {
    justify-content: space-between;
}

.justify_left {
    justify-content: left;
}
.align_items_center{
    align-items: center;
}

.bg02 {
    background: url(../images/bg02.png) bottom center no-repeat #f7fbfd;
    height: 1130px;
}

.bg04 {
    background: url(../images/bg04.png) right center no-repeat #0061be;
    height: 352px;
}

.bg03 {
    background: url(../images/bg03.png) bottom center no-repeat #ffffff;
    height: 430px;
}
.bg05{
    background: url(../images/bg05.png) top center repeat-y #fff;
}

.header {
    height: 166px;
    border-bottom: 1px solid #fff;
    background: url(../images/bg01.png) right center no-repeat #0061be;
}

/* 头部右侧 */
.header-right {
    display: flex;
    align-items: center;
}

.header-right .lan {
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
}

.header-right .lan a {
    color: #fff;
    font-size: 16px;
}

.search-box {
    position: relative;
    height: 50px;
    width: 250px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

.search-box input {
    width: 250px;
    height: 50px;
    padding: 0 40px 0 15px;
    font-size: 14px;
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
}

.search-box input::placeholder {
    color: #fff;
}

.search-box .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/* 主导航样式 */
.header-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.main-nav {
    display: flex;
    list-style: none;
    position: relative;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: block;
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

.nav-link:hover {
    color: #fff;
    text-decoration: none;
}

/* 下拉菜单样式 */
.dropdown-menu {
    position: absolute;
    top: 70px;
    left: -40px;
    background: rgba(255, 255, 255, 0.8);
    width: 188px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    padding: 0 0 0 0;
    border-bottom: 3px solid rgba(0, 97, 190, 0.8);
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.95);
    z-index: 101;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    padding: 12px 24px;
    color: #373737;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.dropdown-item:hover {
    color: #fff;
    background: #0061be;
    text-decoration: none;
}

/* 首页特殊处理，没有下拉菜单 */
.nav-item:first-child .nav-link {
    color: #fff;
}

/* Banner区域 */
.banner {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: auto;
    width: auto;
    z-index: 10;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 12px;
    height: 12px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
    font-size: 24px !important;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.index_thumbs .title {
    height: 85px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.index_thumbs .title a {
    display: block;
    font-size: 16px;
    color: #0464c0;
    text-decoration: none;
    background: url(../images/arrow01.png) left center no-repeat;
    padding-left: 30px;
}

.index_thumbs .con {
    display: flex;
    justify-content: space-between;
}

.index_thumbs .thumbs_pic {
    width: 630px;
    height: 480px;
    background: url(../images/index01.png) left bottom no-repeat;
    display: flex;
    justify-content: flex-end;
}

.index_thumbs .thumbs_pic .pic {
    width: 600px;
    height: 450px;
    position: relative;
}

.index_thumbs .thumbs_pic .pic img {
    width: 600px;
    height: 450px;
    object-fit: cover;
}

.index_thumbs .thumbs_pic .pic .info {
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 97, 190, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_thumbs .thumbs_pic .pic .info .date {
    width: 106px;
    height: 67px;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.index_thumbs .thumbs_pic .pic .info .date span {
    display: block;
    font-size: 32px;
}

.index_thumbs .thumbs_pic .pic .info h2 {
    font-size: 22px;
    color: #fff;
    width: 450px;
    margin-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_thumbs .thumbs_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.index_thumbs .thumbs_list .item {
    width: 606px;
    height: 106px;
    background: url(../images/index03.png) left bottom no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_thumbs .thumbs_list .item .date {
    width: 84px;
    height: 84px;
    text-align: center;
    color: #0061be;
    font-size: 14px;
    background: url(../images/index05.png) no-repeat;
}

.index_thumbs .thumbs_list .item .date span {
    display: block;
    font-size: 32px;
    padding-top: 10px;
}

.index_thumbs .thumbs_list .item h2 {
    font-size: 22px;
    color: #191919;
    width: 470px;
    margin-left: 15px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_thumbs .thumbs_list .item:hover {
    cursor: pointer;
    background: url(../images/index04.png) left bottom no-repeat;
}

.index_thumbs .thumbs_list .item:hover .date {
    background: url(../images/index06.png) no-repeat;
    color: #fff;
}

.index_thumbs .thumbs_list .item:hover h2 {
    color: #fff;
}

.news_con {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.news_con .list {
    width: 400px;
}

.news_con .list .title {
    display: flex;
    justify-content: space-between;
    height: 65px;
}

.news_con .list .title a {
    display: block;
    font-size: 16px;
    color: #0464c0;
    text-decoration: none;
    background: url(../images/arrow01.png) left center no-repeat;
    padding-left: 30px;
    height: 44px;
    line-height: 44px;
}

.news_con .list .con {
    height: 396px;
    background: url(../images/index08.png) no-repeat;
    display: flex;
    justify-content: flex-end;
}

.news_con .list .con .item_list {
    width: 386px;
}

.news_con .list .con .item_list .item {
    border-bottom: 1px dashed #ebebeb;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_con .list .con .item_list .item a {
    width: 234px;
    display: block;
    font-size: 16px;
    color: #191919;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/arrow02.png) left center no-repeat;
    padding-left: 16px;
}

.news_con .list .con .item_list .item span {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    color: #0061be;
}

.news_con .list .con .item_list .item:hover {
    background: url(../images/index09.png) no-repeat;
}

.news_con .list .con .item_list .item:hover a {
    color: #fff;
    background: url(../images/arrow03.png) left center no-repeat;
}

.news_con .list .con .item_list .item:hover span {
    color: #fff;
}

.index_logistics .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 104px;
}

.index_logistics .con {
    background: rgba(0, 97, 190, 0.32);
    height: 240px;
    padding: 20px 20px;
    overflow: hidden;
}
.index_logistics .con_marquee{
    width: 1210px;
    margin:0 auto;
    overflow: hidden;
}
.index_logistics .marquee-track {
    display: flex;
    width: max-content;
    gap: 16px;
    will-change: transform;
}

.index_logistics .con .pic {
    width: 320px;
    height: 240px;
    border: 1px solid #fff;
}

.index_logistics .con .pic img {
    width: 320px;
    height: 240px;
    object-fit: cover;
}

.footer_link{
    height: 74px;
    border-bottom: 1px solid #88b5e1;
    color: #fff;
}
.footer_link h2{
    font-size: 20px;
    width: 130px;
}
.footer_link .link_list a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 0 10px;
}
.footer01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 225px;
    color: #fff;
    line-height: 30px;
}
.copyright{
    text-align: center;
    background: #448dd3;
    color: #fff;
    height: 52px;
    line-height: 50px;
}
.copyright a{
    color: #fff;
    text-decoration: none;
}

.ny_banner{
    height: 360px;
    position: relative;
}
.ny_banner .ny_menu{
    background: url(../images/ny01.png) left center no-repeat;
    position: absolute;
    left: 0;
    bottom: -29px;
    line-height: 55px;
    height: 55px;
    color: #fff;
    width: 100%;
}
.ny_banner .ny_menu a{
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
}
.ny_banner .ny_menu a.active,
.ny_banner .ny_menu a:hover{
    font-weight: bold;
}

.ny_name{
    height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2276c7;
    margin-top: 29px;
}
.ny_name span{
    font-size: 24px;
    color: #0061be;
    font-weight: bold;
}
.ny_name .ny_pos{
    color: #928d8d;
    font-size: 14px;
}
.ny_name .ny_pos a{
    color: #928d8d;
    padding: 0 10px;
}
.ny_name .ny_pos i{
    color: #0061be;
}
.ny_page{
    margin-top: 80px;
}
.ny_page .ny_header{
    height: 150px;
    color: #0061be;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.ny_page .ny_con01{
    padding: 20px 20px;
    color: #303030;
    line-height: 30px;
    font-size: 16px;
}

.ny_page01 .ny_header{
    border-bottom: 1px solid #0061be;
    text-align: center;
}
.ny_page01 .ny_header h2{
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
    color: #191919;
}
.ny_page01 .ny_header p{
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    color: #777;
}
.ny_page01 .ny_con02{
    padding: 20px 20px;
    color: #303030;
    line-height: 30px;
    font-size: 16px;
}

.pic_list{
    margin-top: 60px;
}
.pic_list .item{
    height: 206px;
    padding: 18px 18px;
    display: flex;
    justify-content: space-between;
    background: url(../images/ny02.png) bottom right no-repeat;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pic_list .item .pic{
    width: 275px;
    height: 206px;
}
.pic_list .item .pic img{
    width: 275px;
    height: 206px;
    object-fit: cover;
}
.pic_list .item .txt{
    width: 900px;
}
.pic_list .item .txt .date{
    font-size: 14px;
    color: #0061be;
    margin-top: 10px;
}
.pic_list .item .txt a{
    display: block;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    color: #191919;
    text-decoration: none;
}
.pic_list .item .txt p{
    color: #9e9e9e;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.pic_list .item .txt .more{
    text-align: right;
}
.pic_list .item .txt .more a{
    display: inline-block;
    font-size: 12px;
    color: #4bb1bc;
    text-decoration: none;
}
.pic_list .item .txt .more a i{
    font-size: 16px;
}
.pic_list .item:hover{
    background: url(../images/ny03.png) no-repeat center center;
}
.pic_list .item:hover .txt .date,
.pic_list .item:hover .txt a,
.pic_list .item:hover .txt p,
.pic_list .item:hover .txt .more a{
    color: #fff;
}

.txt_list{
    padding: 20px 0;
}
.txt_list .item {
    height: 146px;
    background: url(../images/ny04.png) right bottom no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.txt_list .item .date {
    width: 104px;
    height: 104px;
    text-align: center;
    color: #0061be;
    font-size: 14px;
    background: url(../images/ny06.png) no-repeat;
}

.txt_list .item .date span {
    display: block;
    font-size: 32px;
    padding-top: 20px;
}

.txt_list .item h2 {
    font-size: 22px;
    color: #191919;
    width: 1050px;
    margin-left: 15px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt_list .item:hover {
    cursor: pointer;
    background: url(../images/ny05.png) left bottom no-repeat;
}

.txt_list .item:hover .date {
    background: url(../images/ny07.png) no-repeat;
    color: #fff;
}

.txt_list .item:hover h2 {
    color: #fff;
}