* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: Arial, Helvetica, sans-serif;
}
a{
    text-decoration: none!important;
}
p {
    margin-top: 0;
    margin-bottom: 0!important;
    line-height: 26px;
}
h2{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0!important;
}
/* 平滑滚动 */
#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.scrollbar-thumb{
    background-color: rgba(0,0,0,0.5);
}

.scrollbar-track-y{
    width: 5px !important;
    background-color: rgba(0,0,0,0.2) !important;
}


/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/
.swiper div.swiper-wrapper{
    height: auto;
}

.swiper-slide img{
    width: 100%;
}
#shipin {
    padding: 0;
    height: 100vh;
    display: block;
    overflow: hidden;
}
#shipin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #031841 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 70%);
}
/*主导航*/
.mainMenuList .mainLink a{
    font-weight: bold;
}
.mainMenuList .mainLink {
    border-left: 1px solid #E4EBF9;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 15px;
    margin-top: 23px;
}
.mainMenuList .dropmenu0_b .mainLink {
    border-left: none;
}
#mainMenu{
    position: fixed;
    z-index: 999;
}
.caidan0{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 8px;
    background-color: #fff;
    z-index: 999;
    border-top: 4px #2656A6 solid;
}

#mainMenu a{
    color: #000;
}
#mainMenu a:hover{
    color: #EE4532;
}
#mainMenu ul{
    list-style-type: none;
    float: right;
    height: 100%;
}

#mainMenu ul li{
    position: relative;
    overflow: hidden;
    z-index: 999;
}

#mainMenu ul li i{
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}

/*主导航二级菜单*/
#mainMenu .caidan0 .secondMenu{
    position: absolute;
    left: -15px;
    top: 60px;
    background: #fff;
    padding: 25px 0 25px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}
#mainMenu .caidan0 .secondMenu a {
    display: block;
    width: 100%;
    white-space: nowrap;
    transition: all 0.3s;
    line-height: 40px;
    padding: 0 30px;
}
#mainMenu .secondMenu a{
    display: block;
}


.mobile-li i.icon{
display: none;
}
.offcanvas-body .mobile-li a{
 display: flex;
justify-content: space-between;
}
.offcanvas-body .mobile-li i.icon{
 display: inline-block;
}
.offcanvas-body .mobile-li>div{
display: none ;
}


.wenzi{
    margin-top: -120px;
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    z-index: 998;
    position: sticky;
}
.wenzi .zi p{
    color: #999;
}
.wenzi .zi1{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #999;
}
.wenzi .zi1 span{
    padding-left: 15px;
    color: #999;
}
.wenzi .zi1 span i{
    color: #EE4532;
}
.wenzi h1{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}
#mainMenu .btn-group i{
    color: #EE4532;
}
#mainMenu .btn-group .dropdown-menu{
    margin-top: 55px;
}
#mainMenu .btn-group .dropdown-menu .yuyan{
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 20px;
    line-height: 30px;
}
#mainMenu .btn-group .dropdown-menu .yuyan:hover{
    color: #EE4532;
}
#mainMenu .caidan0 .secondMenu a:hover{
    color: #EE4532;
}
#jjnr1{
    margin-top: 110px;
}
#jjnr img{
    width: 100%;
    border-radius: 5px;
}
#jjnr1 h2{
    line-height: 45px;
}
#jjnr1 .p{
    padding-bottom: 35px;
}
#jjnr1 b{
    text-align: center;
    padding-top: 5px;
}
#jjnr1 .col-4{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
#jjnr1 .col-4 b{
    position: absolute;
    z-index: 99;
    color: #000;
    font-size: 14px;
    background-color: #fff8;
    backdrop-filter: blur(1rem);
    width: 90%;
    bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.jjnr2 div p{
    color: #999;
 }
.jjnr2{
    position: relative;
}
.jjnr2 span{
    position: absolute;
    left: 15px;
    bottom: 0;
}
.jjnr2 span i{
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #EE4532;
    display: inline-block;
    position: relative;
    top: -2px;
}
.jjnr2 span a{
    font-weight: bold;
    color: #000;
    margin-right: 20px;
}
.jjnr2 span a:hover{
    color: #EE4532;
}
.an {
    color: #000;
    display: block;
    overflow: hidden;
}
.an i{
    font-size: 12px;
    transition: all 0.4s ease;
    display: block;
    float: left;
    margin-left: 6px;
    margin-top: 5px;
}
.an p{
    display: block;
    float: left;
}
.an:hover{
    color: #EE4532;
}
.an:hover i{
    transform: rotate(45deg);
}
#jjnr1 .text-end{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#jjnr{
    margin-top: 30px;
}
.jjnr3{
    padding-right: 12px;
}

#cp{
    background-color: #F8FAFF;
    border-top: 1px solid #E4EBF9;
    border-bottom: 1px solid #E4EBF9;
    margin: 80px 0;
    padding: 80px 0;
}
#cp .cpa{
    border: 1px solid #E4EBF9;
    background-color: #fff;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 15px;
    transition: all 0.4s ease;
    margin-top: 30px;
}
#cp .cpa:hover{
    transform: translateY(-10px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#cp .cpa p{
    background-color: #F8FAFF;
    color: #000;
    width: 90%;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 5px;
    padding: 15px 0;
}
#cp .owl-carousel .owl-item img {
    display: block;
    height: auto;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.owl-dots{
    margin-top: 15px;
}
.owl-nav{
    display: none;
}
#cp .cpb{
    margin-bottom: 5px;
}
#cp .cpb .nav-tabs{
--bs-nav-tabs-border-color:none;
float: inline-end;
}
#cp .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color:#2555A5 !important;
    background-color:#F8FAFF !important;
    border-color: #F8FAFF !important;
}
#cp .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: #F8FAFF !important;
    color: #2555A5 !important;
    
}
#cp .nav .nav-link{
    color:#000;
    padding: 0!important;
    margin-left: 20px;
}
#cp .cpb img{
    padding-right: 5px;
}
#cp .cpc{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#sl .sl1{
    text-align: center;
    margin-bottom: 40px;
}
#sl .sl1 a img{
    display: block;
    overflow: hidden;
    margin: 0 auto;
    transform-origin: bottom center;
    transition: all 0.3s ease;
    width: 53px;
}
#sl .sl1 a:hover img {
    transform: scale(1.1);
    animation: topShake 0.5s ease infinite;
}
@keyframes topShake{
    0%{transform: scale(1.1) rotate(0deg) translateX(0);}
    25%{transform: scale(1.1) rotate(-3deg) translateX(-2px);}
    50%{transform: scale(1.1) rotate(0deg) translateX(0);}
    75%{transform: scale(1.1) rotate(3deg) translateX(2px);}
    100%{transform: scale(1.1) rotate(0deg) translateX(0);}
}
#sl .sl1 a b{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 2px;
}
#sl .sl1 a span {
    display: block;
    overflow: hidden;
    text-align: center;
    color: #999;
}
#sl .sl2{
    margin-top: 40px;
}
#sl .sl2 a{
    border-left: 1px solid #E4EBF9;
    margin-bottom: 30px;
}
#sl .sl3 img{
    max-width: 100%;
}

#hz{
    background-color: #F8FAFF;
    border-top: 1px solid #E4EBF9;
    border-bottom: 1px solid #E4EBF9;
    padding: 50px 0;
}
#hz span{
    font-size: 18px;
    font-weight: bold;
}
#hz p{
    color: #999;
}
#hz a img{
   display: block;
   overflow: hidden;
   margin: 0 auto;
}
#hz .hz1{
    border-right: 1px solid #E4EBF9;
}
#hz .hz2{
    padding-top: 10px;
}

#wh{
    background-color: #2B467A;
    background-image: url(bj.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 100%;
    padding: 80px 0;
}
#wh span{
    color: #fff;
    padding-bottom: 30px;
}
#wh h2{
    color: #fff;
}
#wh p{
    color: #95A3BD;
}
#wh a{
    padding-top: 40px;
}
#wh  a p{
    color: #fff!important;
}
#wh  a i{
    color: #fff!important;
}
#xw{
    padding-bottom: 80px;
    padding-top: 80px;
}
#xw .xw1 .text-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#xw .xw1 {
    margin-bottom: 40px;
}
#xw .xw2 .tList img{
    width: 100%;
    overflow: hidden;
}
#xw .xw2 .tList div{
    border: 1px solid #E4EBF9;
    background-color: #F8FAFF;
    border-radius: 5px;
    padding-bottom: 40px;
     transition: all 0.4s ease;
}
#xw .xw2 .tList div:hover{
    transform: translateY(-10px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#xw .xw2 .tList div p{
    color: #999;
    padding: 10px 35px;
    font-size: 14px;
    margin-top: 25px;
}
#xw .xw2 .tList div h5{
    color: #000;
    padding: 0 35px;
    line-height: 28px;
}

#di{
    background-color: #000;
    border-top: 4px solid #2656A6;
    padding: 40px 0;
}
#di .di1 :hover{
    color: #EE4532;
}
#di .di1 a{
    display: block;
    overflow: hidden;
    float: left;
    color: #999;
    margin-right: 30px;
}
#di .di1{
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#test {
    cursor: pointer;
    color: #999;
    padding-top: 8px;
}
#di .di2 p{
    color: #999;
}
#di .di2 .text-end{
    color: #999;
}
#di .di2 .text-end i{
    color: #EE4532;
}

.banner {
    width: 100%;
    height: 420px;
    background-position: center center;
    color: #fff;
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-bottom: 25px;
    background-size: cover;
}
.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    background: linear-gradient(to top, #031841 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 70%);
	z-index: 1;
}
.toptu1 {
    background-image: url(toptu1.jpg);
}
.banner h2{
    color: #fff;
    padding-bottom: 5px;
}
.banner div {
    z-index: 998;
    animation: yidong 2s;
}	
/* @keyframes yidong
    {
    from {letter-spacing: 20px; left: 200px; opacity: 0}
    to {letter-spacing: 0px;left:50px; opacity: 1}
    }  */
.banner div h3{
	font-size:28px;
	font-weight: 300;
	text-shadow: 0px 0px 0px #000;
    margin: 0;
	}
.banner div h5{
	font-size:14px;
    line-height: 25px;
    color: #999;
}
.banner div h5 .fa{
    float: right;
    color: #fff;
    font-family: 'poppinsbold' !important;
    opacity: 1!important;
}
.banner div h5 .nav{
	display: contents;
    color: #999;
    font-size: 14px;
}			
.banner div h3 a{
	color:#fff;}
.banner h1 .navLink{
    color: #fff;
    font-size: 45px;
    font-family: 'poppinsbold';
}
.banner h5 .navLink{
    color: #fff;
    font-family: 'poppinslight' ;
}
#nyfl .col-12 div{
    border-top: 1px solid #E4EBF9;
    border-bottom: 1px solid #E4EBF9;
    margin-top: 40px;
    padding: 20px 0;
} 
#nyfl .col-12 div .smenuv{
    color: #000;
    padding-right: 25px;
} 
#nyfl .col-12 div .smenuvnow{
    position: relative;
    padding-left: 20px;
    
} 
#nyfl .col-12 div .smenuvnow::before {
   content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 9px;
    height: 7px;
    background: #009933;
    z-index: 1;
} 

.nr{
    padding: 40px 0;
}
.nr p{
    text-align: justify;
}
.ys1 img{
    max-width: 100%;
    border-radius: 5px;
}
.ys1 strong{
   text-align: center;
    background-color: #F8FAFF;
    padding: 20px 0;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #E4EBF9;
}
#ys2{
    background-color: #F8FAFF;
    border-top: 1px solid #E4EBF9;
    border-bottom: 1px solid #E4EBF9;
    padding: 50px 0;
}
#ys2 img{
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#ys2 strong{
    border: 1px solid #E4EBF9;
    background-color: #fff;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    display: block;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}