body {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
    line-height: 26px;
}
a {
    text-decoration: none !important;
}
h2{
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 35px;
}
h3{
    font-weight: bold;
}
/* 平滑滚动 */
#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%;
}

/*主导航*/
.mainMenuList .mainLink a {
    font-weight: bold;
}
.mainMenuList .mainLink {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 15px;
    margin-top: 18px;
}

.mainMenuList .dropmenu0_b .mainLink {
    border-left: none;
}

#mainMenu {
    position: fixed;
    z-index: 999;
    
    top: 0;
}

.caidan0 {
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding-right: 30px;
    padding-left: 30px;
}
#mainMenu a {
    color: #000;
}
#mainMenu .secondMenu a {
    display: block;  
}
#mainMenu .secondMenu a:hover {
    background-color: #085caa;
}

#mainMenu ul {
    list-style-type: none;
    float: right;
    height: 100%;
}

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

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

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

#mainMenu ul li:hover {
    overflow: initial;
    background-color: #F6F6F6;
}

/*主导航二级菜单*/
#mainMenu .caidan0 .secondMenu {
    position: absolute;
    left: 0px;
    top: 79px;
    background: #00478b;
    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 22px;
    color: #fff;
}

.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;
}
#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: #8EC31F;
}
#mainMenu .btn-group .dropdown-menu {
    margin-top: 60px;
}
#mainMenu .btn-group .dropdown-toggle {
    white-space: nowrap;
    color: #999 !important;
}

.caidan0 .active .mainLink a{
    color: #00478b!important;
}
.caidan0 .active:before {
    content: '';
    position: absolute;
    top: 38px;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #00478b;
    border-radius: 100%;
}
.caidan0 img{
    width: 160px;
}


#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 bottom, rgb(6 31 58 / 55%) 50%, rgb(38 98 163 / 20%));
    opacity: 0.8;
    z-index: 2;
}

#shipin video {
    position: absolute;
    z-index: 1;
    left: 50;
    top: 50;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#shipin .lb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 3;
    text-align: center;
}
#shipin .lb-text h1{
    font-weight: bold;
    font-size: 60px;
}
#shipin .lb-text span{
    font-size: 22px;
        margin-top: 5px;
    margin-bottom: 1px;
    color: #ccc;
}
#shipin .lb-text p{
   color: #ccc;
}

#pot{
    background-color: #F6F6F6;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 80px;
    margin-bottom: 85px;
}
#pot a{
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    background-color: #00478b;
    padding: 15px 55px;
    margin-top: 25px;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
}
#pot a:hover{
    background-color: #e60012;
}

#cp{
    padding-left: 0;
    padding-right: 0;
}
#cp h2{
    text-align: center;
}
#cp a {
    display: block;
    overflow: hidden;
    position: relative;
}
#cp a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000 -20%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 20%); 
    z-index: 9;
}
#cp a h3 {
    position: absolute;
    bottom: 35px;
    text-align: center;
    display: block;
    color: #fff;
    z-index: 99;
    width: 100%;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#cp img {
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
#cp a:hover img{
    transform: scale(1.1);
}
#cp .owl-nav{
    display: none;
}
#cp .owl-dots{
    display: none;
}
#ys{
    background-color: #00478b;
    color: #fff;
    padding: 45px 15px;
}
#ys img {
    width: 38px;
    height: 38px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
#ys span {
    display: block;
    text-align: center;
}

#xw{
    margin-top: 85px;
    margin-bottom: 85px;
    padding: 0;
}
#xw img{
     display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
#xw .pictitle0{
    display: block;
    overflow: hidden;
}
#xw .pictitle0 div{
    display: block;
    overflow: hidden;
}
#xw img:hover{
    transform: scale(1.1);
}
#xw .pictitle{
    padding-left: 40px;
    display: block;
    overflow: hidden;
    position: relative;
}
#xw .pictitle p{
    padding-top: 30px;
    color: #999;
    margin-bottom: 5px;
}
#xw .pictitle h3{
    color: #071027;
    line-height: 34px;
}
#xw .pictitle h6{
    color: #000;
    padding-top: 12px;
    line-height: 26px;
    font-weight: 300;
}
#xw .pictitle h5{
    position: absolute;
    bottom: 25px;
    left: 40px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
#xw .pictitle h5 i{
    font-size: 14px;
    transition: 0.3s ease-in-out;
}
#xw .pictitle h5:hover{
    color: #e60012;
}
#xw .pictitle h5:hover i{
    margin-left: 5px;
}

#lx{
    padding: 50px 40px;
    background-color: #F6F6F6;
}
#lx .text-end{
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#lx span{
    color: #999;
}
#lx a{
    font-weight: bold;
    color: #000;
    font-weight: 300;
}
#lx a i{
    font-size: 14px;
    transition: 0.3s ease-in-out;
}
#lx a:hover{
    color: #e60012;
}
#lx a:hover i{
    margin-left: 5px;
}

#di{
    height: 307px;
    background-position: center center;
    background-image: url(di.jpg);
    background-size: cover;
    position: relative;
    color: #fff;
    padding-top: 50px;
    margin-top: 50px;
}
#di a{
    color: #fff;
}
#di a:hover{
   
    text-decoration: underline!important;
}
#di::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
#di .container{
    z-index: 9;
    position: sticky;
    height: 100%;
}
#di .row{
    padding-left: 0;
    padding-right: 0;
}
#di .container img{
    width: 160px;
}
#di .d-block{
    margin-left: 35px;
}
#di .text-end {
    text-align: right !important;
    display: flex;
    justify-content: flex-end;
}
#di .di1{
    position: absolute;
    bottom: 20px;
    width: 100%;
    backdrop-filter: blur(1rem);
    background-color: #fff3;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
#di #test {
    cursor: pointer;
}
#di #test:hover{
     text-decoration: underline!important;
}

.banner img{
    width: 100%;
}
.banner{
    display: block;
    overflow: hidden;
    height: 415px;
    position: relative;
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.2); */
    z-index: 1;
}
.w-100 {
    transform: scale(1.2);
    height: 415px;
    /* 应用缩放动画 */
    animation: scaleDown 3s ease-out forwards;
}
/* 定义缩放动画 */
@keyframes scaleDown {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
.banner h2{
    z-index: 9;
    
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 35px;
    font-weight: bold;
    margin-bottom: 0.5rem;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.xman div{
    display: block;
    overflow: hidden;
}
.xman div img{
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
.xman:hover img{
    transform: scale(1.1);
}
.xman span{
    color: #000;
    font-size: 20px;
    text-align: center;
    background-color: #F6F6F6;
    display: block;
    overflow: hidden;
    padding: 25px 20px;
    margin-bottom: 30px;
}
#lb3{
    width: 41.66666667%;
}
#cpxq .zuo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#cpxq .zuo  p{
    margin-bottom: 0;
}
#cpxq .zuo h3{
    padding-bottom: 20px;
}
#cpxq .zuo strong {
    font-weight: bold;
}
#cpxq .zuo a{
    color: #000;
    margin-top: 30px;
    font-weight: bold;
}
#cpxq .zuo a i{
    font-size: 14px;
    transition: 0.3s ease-in-out;
}
#cpxq .zuo a:hover{
    color: #e60012;
}
#cpxq .zuo a:hover i{
    margin-left: 5px;
}
#cpxq .zuo .bj{
    background-color: #F6F6F6;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}
#cpxq .shang{
    margin-top: 105px;
    margin-bottom: 25px;
}
#cpxq .owl-nav{
    display: none;
}
#cpxq .owl-dots{
    position: absolute;
    bottom: 8px;
    right: 25px;
}
#cpxq .owl-dots .owl-dot.active span {
    background: #e60012 !important;
}
#cpxq  .owl-dots span {
    background-color: #00478b !important;
    margin: 5px 3px !important;
}
#cpxq video{
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
tbody > tr:nth-of-type(odd) {
    background-color: #F6F6F6;
}
#cpxq   table{
	width: 100%;
	line-height: 21px;
	border-top: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
}
#cpxq   table td{
	min-height: 30px;
	padding: 15px 25px;
	border-left: 1px solid #e7e5e5;
	border-bottom: 1px solid #e7e5e5;
}
#cpxq  .firstRow td{
	color: #fff;
	background: #00478b;
	font-weight: bold;
}
.next_pre a{
    color: #000;
}	
.next_pre a:hover{
    color: #e60012;
}

#guanyu img{
    width: 100%;
}
#guanyu .sp{
    margin-top: 20px;
}

.xwa{
    margin-top: 0  !important;
    margin-bottom: 0  !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.xwa .pictitle0{
    margin-bottom: 30px;
}
.xwa .pictitle{
    margin-bottom: 30px;
}

.xwnr{
    margin-top: 30px;
}
.xwsj{
    color: #999;
}
.next_pre{
    margin-top: 20px;
}

#lxa .lxb{
    background-color: #F6F6F6;
    margin-bottom: 25px;
    padding: 45px 35px;
}
#lxa .lxb i{
    font-size: 35px;
}
#lxa .lxb p{
   font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}
#ditu{
    margin-top: 25px;
}

/* 二级分类隐藏 */
 .secondMenu{
    display: none;
 }


@media (max-width: 768px) {
 .navbar-brand  img{
    width: 130px;
 }
#shipin{
    height: 400px;
    background-image: url(shouji.jpg);
    background-size: cover;
} 
#shipin video{
    height: 400px;
}
#shipin:before{
    height: 400px;
}
#shipin .lb-text h1 {
    font-size: 35px;
}
#shipin .lb-text {
    position: absolute;
    top: 29%;}
#shipin .lb-text span {
    font-size: 16px;
}
#shipin .lb-text p{
    display: none;
}
h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 35px;
}
#pot {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
#cp a h3 {
    bottom: 8px;}
#ys img {
    margin-bottom: 2px;
}  
#ys span {
    margin-bottom: 5px;
} 
#xw {
    margin-top: 60px;
    margin-bottom: 60px;
} 
#xw .pictitle h5{
    display: none;
}
#xw .pictitle {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    overflow: hidden;
    position: relative;
}
#lx .text-end{
    text-align: left!important;
}
#di .d-block {
    margin-left: 0px!important;
    margin-right: 5px!important;
}
#di .text-end {
    text-align: right !important;
    display: flex;
    justify-content: flex-start;
}
#di .container img {
    width: 130px;
    margin-bottom: 10px;
}
#di .di1 {
    padding-left: 10px;
    padding-right: 10px;
}
.banner{
    height: 215px;
}
.w-100 {
    transform: scale(1.2);
    height: 215px;
    animation: scaleDown 3s ease-out forwards;
}
.banner h2 {
    bottom: 8px;
}
#cpxq .zuo .bj {
    padding: 40px 20px;
}
#lb3 {
    width: 100%;
}
#cpxq table td {
    padding: 10px 15px;
}

#lxa .lxb {
    background-color: #F6F6F6;
    margin-bottom: 25px;
    padding: 30px 15px;
}
.offcanvas-body li {
        list-style-type: none;
        padding: 10px 0;
}
#xw {
    padding-left: 15px;
    padding-right: 15px;
}
.xwa .pictitle0 {
    margin-bottom: 0px;
}
#cpxq video{
    width: 100%;
}
/* 二级分类隐藏 */
.offcanvas-body i{
    display: none;
}
}