* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: Arial, Helvetica, sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 0!important;
}
a{
    text-decoration: none;
}
/* 平滑滚动 */
#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%;
}

/*主导航*/
.caidan0 .active a {
    color: #d71f1f !important;
    font-weight: bold;
}
.mainLink a:hover{
    color: #d71f1f!important;
}
#mainMenu{
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.1); */
    position: fixed;
    z-index: 999;
}

#mainMenu a{
    color: #000;
}

#mainMenu ul{
    list-style-type: none;
    height: 90%;
    float: inline-end;
}

#mainMenu ul li{
    position: relative;
    overflow: hidden;
    z-index: 999;
    margin-left: 40px;
}
#mainMenu ul i{
    padding-left: 30px;
    color: #d71f1f;
}
#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: -30px;
    top: 51px;
    background: #E50014;
    padding: 25px 0 25px 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}
#mainMenu .caidan0 .secondMenu a{
    display: block;
    width: 100%;
    white-space: nowrap;
    color: #fff !important;
    line-height: 33px;
    padding: 0 30px;
}
#mainMenu .caidan0 .secondMenu a:hover{
    border-left: 4px solid #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 ;
    }
.caidan0 {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px 22px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.yuyan:hover{
    color: #d71f1f!important;
}    
#shipin{
    padding: 0;
    overflow: hidden;
    height: 100vh;
    position: relative;
}    

#shipin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0c2438 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 70%);
}
.wenzi{
    position: absolute;
    z-index: 998;
    bottom: 60px;
    color: #fff;
}
.wenzi i{
    width: 9px;
    height: 9px;
    background-color: #fe0000;
    display: block;
    border-radius: 100px;
    float: left;
    margin-top: 7px;
    margin-right: 7px;
}
.wenzi p{
    color: #a1a1a1;
}
.wenzi h1{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 3px;
}
#jianjie{
    margin-top: 85px;
}
#jianjie .zuo img{
    border-radius: 10px;
    width: 100%;
} 
#jianjie .zuo{
    padding-right: 50px;
}
#jianjie .you{
    margin-top: 9px;
}
#jianjie .you1 p{
    color: #666666;
    font-weight: 300;
    line-height: 26px;
    text-align: justify;
    margin-top: 30px;
    padding-bottom: 35px;
}
.bt p{
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}
.bt i{
    width: 9px;
    height: 9px;
    background-color: #fe0000;
    display: block;
    border-radius: 100px;
    float: left;
    margin-top: 7px;
    margin-right: 7px;
}
.bt h1{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 3px;
}
.bt a{
    color: #000;
}
/* .bt a:hover{
    color: #fe0000;
} */
.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: 3px;
}
.an p{
    display: block;
    float: left;
}
.an:hover{
    color: #fe0000;
}
.an:hover i{
    transform: rotate(45deg);
}
#hx{
    background-color: #fafafa;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 85px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 15px;
    padding-left: 20px;
}
#hx .hx1 img {
    display: block;
    float: left;
    transition: all 0.8s;
}
#hx .hx1 a:hover img{
    transform: rotateY(360deg);
}
#hx .hx1 span {
    display: block;
    float: left;
    width: 80%;
    margin-left: 5%;
}
#hx .hx1  h4 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
}
#hx .hx1 p {
    color: #666666;
    font-weight: 300;
}
#cp .fl{
    float: right;
    margin-top: -34px;
}
#cp .fl .class{
    color: #000;
} 
#cp .fl .class span{
    color: #b9b9b9;
    padding: 0 6px;
}
#cp .fl .class:hover{
    color: #fe0000;
}
#cp .fl a:last-child span {
    display: none;
}
#cp{
    margin-top: 80px;
}
#lb2 .cp0{
    background-color: #fafafa;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #000;
    padding-bottom: 25px;
    transition: all 0.4s ease;
}
#lb2 .cp0 img {
    display: block;
    height: auto;
    width: 80%;
    margin: 0 auto;
}
#lb2 .cp0:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#lb2 .owl-stage{
    padding-top: 26px;
}
#lb2 .owl-nav{
    display: none;
}
#lb2 .owl-dots{
    padding-bottom: 30px;
    padding-top: 20px;
}
#ly img{
    width: 100%;
    transition: all .3s ease-in-out;
    height: 100%;
}
#ly a{
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 280px;
    margin-top: 25px;
}
#ly a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0c2438, rgba(255, 0, 0, 0));
    opacity: 0.5;
    z-index: 99;
}
#ly a:hover img{
    transform: scale(1.1);
}

#ly a:hover i{
    transform: rotate(45deg);
}
#ly  h3{
    position: absolute;
    bottom: 25px;
    left: 40px;
    color: #fff;
    z-index: 99;
    font-size: 22px;
    transition: all 0.4s ease;
}
#ly  h3 p{
    float: left;
}
#ly  h3 i{
    float: left;
    margin-top: 6px;
    margin-left: 5px;
    transition: all 0.4s ease;
    font-size: 13px;
}
#xw{
    margin-top: 80px;
}
#xw .tList{
    background-color: #f9f9f9;
    display: block;
    overflow: hidden;
    padding: 45px 30px 45px 30px;
    color: #666;
    border-radius: 10px;
    transition: all 0.3s;
    margin-top: 28px;
}
#xw .tList:hover{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transform: translateY(-15px);
}
#xw .tList:hover b i{
    transform: rotate(45deg);
}
#xw .tList span{
    font-size: 14px;
    font-weight: 300;
    font-family: sans-serif;
}
#xw .tList p{
    font-size: 22px;
    color: #000;
    line-height: 30px;
    padding-top: 10px;
    display: block;
    overflow: hidden;
    min-height: 110px;
}
#xw .tList b{
    font-size: 14px;
    font-weight: 300;
}
#xw .tList b i{
    font-size: 12px;
    transition: all 0.4s ease;
    display: block;
    float: right;
    padding-left: 5px;
    padding-top: 2px;
}
#hz .owl-nav{
    display: none;
}
#hz .owl-dots{
    display: none;
}
#hz {
    margin-top: 80px;
    margin-bottom: 40px;
}
#hz img{
    filter: grayscale(100%);
    opacity: 0.7;
}
#hz .cp0:hover img{
    filter: grayscale(0);
    opacity: 1;
}
.di{
    background-image: url(di.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #8f8f8f;
    padding-top: 60px;
    padding-bottom: 15px;
    position: relative;
}
.di::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000;
}
.di a{
    color: #8f8f8f;
}
.di h5{
    color: #fff;
    font-weight: bold;
}
.di .di1 a{
    padding: 8px 33px;
    background-color: #d71f1f;
    color: #fff;
    float: right;
    border-radius: 100px;
    margin-top: -22px;
    font-weight: 300;
    transition: all 0.3s;
}
.di .di1 a:hover{
    padding: 8px 50px;
}
.di .di2{
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    padding: 27px 0;
    margin: 27px 0;
}
.di .di2 a span{
    display: block;
    float: left;
    margin-left: 15px;
}
.di .di2 a img{
    display: block;
    float: left;
}
.di .di2 h4{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.di .top{
    cursor: pointer;
    float: inline-end;
    margin-top: -9px;
}
.di .top i{
    font-size: 30px;
    color: #d71f1f;
}
.mini_top .caidan0{
    margin-top: 0;
}

/*内页*/
.banner {
    width: 100%;
    height: 400px;
    background-position: center center;
    color: #fff;
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-bottom: 40px;
    background-size: cover;}
.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 90%);
	z-index: 1;
}
.a1 {
    background-image: url(a3.jpg);
}
.a2 {
    background-image: url(a2.jpg);
}
.a4 {
    background-image: url(a4.jpg);
}
.a5 {
    background-image: url(a5.jpg);
}

.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:30px;
	text-shadow: 0px 0px 0px #000;
    float: left;
    font-weight: bold;
	}
.banner div h3  p{
    font-weight: bold;
}  
.banner div h3  .navLink{font-family: 'mont1';font-weight: bold;}  
.banner div h5{
	font-size:14px;
	opacity:0.7;
    float: right;
    margin-top: 18px;
}
.banner div h5 a{
    color: #FFF;
    opacity:0.7;
}
.banner div h5 .nav{
	display: contents;
	color: #FFF;
	}			
.banner div h3 a{
	color:#fff;
}
#pagemenu{
    background-color: #f8f9f9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 998;
    border-bottom: 1px solid #dfe0e2;
    }
#pagemenu a{
    color: #000;
    font-size: 18px;
    margin-right: 55px;
    margin-top: 18px;
    margin-bottom: 18px;
    display: block;
    float: left;
    font-family: 'mont1';
    }
#pagemenu a:hover{
    color: #d71f1f;
    }
#pagemenu .smenuvnow{
    color: #d71f1f;
}
#nr{
    margin-top: 50px;
}
#nr p{
    font-weight: 300;
    color: #666666;
    line-height: 28px;
    text-align: justify;
}
#nr img{
    max-width: 100%;
    border-radius: 10px;
}
#nr .jjzi p{
    padding-bottom: 25px;
    color: #000;
    font-size: 18px;
}
#nr .jjzi h2{
    margin-bottom: 3px;
}
#nro{
    background-color: #fafafa;
    margin-top: 55px;
    padding: 12px 0;
}
.anu{
    width: 170px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #d71f1f;
    color: #fff;
    border-radius: 100px;
    font-weight: 300;
    transition: all 0.3s;
    margin-bottom: 50px;
    display: block;
}
.anu:hover{
    width: 195px;
}
.lc{
    font-weight: 300;
    color: #666666;
    line-height: 28px;
    text-align: justify;
}
.lc .col-lg-1{
    border-right: 1px solid #dfe0e2;
    position: relative;
}
.lc .col-12 span{
    border: 1px solid #dfe0e2;
    border-radius: 10px;
    padding: 14px 12px 14px 12px;
    margin-left: 2px;
    display: inline-block;
    margin-bottom: 20px;
}
.lc:hover span{
    background: #d71f1f;
    color: #fff;
    border: none;
}
.lc .col-lg-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    width: 15px;
    height: 15px;
    background: #d71f1f;
    border-radius: 100%;
    border: 3px solid #fed4d4;
    margin-top: 21px;
}
.cpquery0 img{
    border-radius: 10px;
    height: 220px;
    display: block;
    margin: 0 auto;
    width: auto;
    border: 0;
} 
.cpquery00 {
    display: block;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    transition: all .3s;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    overflow: hidden;
}
.cpquery00:hover{
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}
.cpquery00 p{
    padding-bottom: 15px;
    text-align: center !important;
    padding-top: 15px;
}
#pp .cpquery0 img{
    height: auto;
    width: 75%;
}
#pp .cpquery0 p{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}
#pp .cpquery0 .cpquery00 {
    min-height: 130px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}   
#hbcp1{
    background: linear-gradient(to bottom, #8383a3 0%, #f5f5ff 100%);
    padding-top: 130px;
    padding-bottom: 22px;
} 
#hbcp1 .hbcp2 h3{
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 15px;

}
#hbcp1 .hbcp2 h2{
    padding-top: 30px;
    font-weight: bold;
}
#hbcp1 .hbcp2 span{
    font-weight: 300;
    line-height: 28px;
}
#hbcp1 .hbcp2 p {
    display: block;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 28px;
    font-weight: 300;
}
#hbcp1 .owl-nav{
    display: none;
}
#zcxq {
    padding-top: 40px;
}
#zcxq p{
    font-weight: 300;
    line-height: 28px;
    color: #666;
}
#zcxq strong{
    color: #d71f1f;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    padding-top: 20px;
}
#zcxq table{
	width: 100%;
	margin-top: 20px;
	line-height: 21px;
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
    color: #777;
}

#zcxq table td{
	text-align: center;
	min-height: 30px;
	padding: 10px;
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

#zcxq .firstRow td{
	color: #fff;
	background: #d71f1f;
	font-weight: bold;
}
#zcxq .firstRow td p{
    font-weight: bold!important;
    color: #000;
    font-size: 16px;
}
#zcxq img{
    max-width: 100%;
}
.next_pre{
    padding-bottom: 55px;
    color: #666;
    padding-top: 30px;
}
.next_pre a{
    color: #666;
}
.next_pre a:hover{
    color: #d71f1f!important;
}
.active>.page-link, .page-link.active {
    background-color: #d71f1f!important;
    border-color: #d71f1f!important;
}
.hbxw {
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 30px;
}
.hbxw .you{
    align-content: center;
    padding: 0 40px;
}
.hbxw .you span{
    color: #666;
}
.hbxw .you  h2{
    font-size: 22px;
    padding-bottom: 12px;
    padding-top: 8px;
}
.hbxw .you .an p {
    font-weight: normal!important;
    color: #000!important;
}
.hbxw .you .an{
    margin-top: 17px;
}
.hbxw .you .an i{
    padding-top: 3px;
}
.hbxw .you .an:hover p{
    color: #d71f1f!important;
}
.xwxq{
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    align-items: flex-end;
}
.xwxq .text-end {
    color: #000;
    font-weight: bold;
}
.xwxq h3{
    line-height: 37px;
}
.xwxq span{
    color: #666;
}
.hblx strong{
    font-weight: bold;
    color: #000;
}
.owl-carousel .owl-stage {
    display: flex !important;
    align-items: center !important;
}
#tj .navLink{
    color: #d71f1f;
    font-weight: bold;
}
#tj h5{
    color: #d71f1f;
    font-weight: bold;
    padding-bottom: 15px;
}
#tj p{
    color: #666;
    padding: 0 15px;
}
#tj .cpquery00{margin-bottom: 55px;
padding-bottom: 15px;}
#mainMenu ul li i{
    display: none;
}
#tj i{
    float: right;
    color: #d71f1f;
}
#tj .an {text-align: right!important;}
.carousel-control-prev-icon {
    background-image: url(z.png)!important;
}
.carousel-control-next-icon {
    background-image: url(y.png)!important;
}
.hbwz{
    display: flex!important;
    align-content: center!important;
    flex-direction: column!important;
    flex-wrap: nowrap!important;
    justify-content: center!important;
}
#hbcp1 .hbcp2 .cpxqhb{
    font-size: 16px;
    color: #434359;
}
#hbcp1 .hbcp2 .cpxqhb .nav{
    display: contents;
}
#hbcp1 .hbcp2 .cpxqhb a{
    color: #434359;
}
@media (max-width: 768px) {
#tj .an {
    text-align: left!important;
    padding-bottom: 20px;
} 
#tj i{
    float: left;
} 
#tj .navLink {
    float: inline-start;
} 
.carousel {
    padding-top: 65px;
}  
#jianjie {
    margin-top: 45px;
}
.carousel-indicators {
    margin-bottom: 0;
}  
#jianjie .zuo{
    padding-right: 15px;
}
#ly a{
    height: 115px;
}
.lc .col-lg-1{
    border: none;
}
.lc .col-lg-1:before{
    display: none;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #fff!important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.bt h1 {
    font-size: 25px;
    line-height: 32px;
}
#jianjie .zuo img {
    margin-bottom: 20px;
}
#hx {
    margin-top: 45px;
    padding-bottom: 25px;
}
#hx .gx-5 {
    --bs-gutter-x: none;
    margin-bottom: 20px;
}
#cp .fl {
    float: none;
    margin-top: 0;
}
#cp {
    margin-top: 45px;
}
#ly h3 {
    bottom: 7px;
    left: 19px;
    font-size: 20px;
}
#ly a {
    margin-top: 16px;
}
#xw {
    margin-top: 45px;
}
#xw {
    margin-top: 45px;
}
.di .di2 {
    border-top: none;
}
.di {
    padding-top: 5px;
}
.di .di2 a span {
    padding-bottom: 15px;
}
#hz {
    margin-top: 45px;
    margin-bottom: 25px;
}
.banner {
    height: 265px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.banner::before {
    height: 265px;
}
#pagemenu a {
    margin-right: 16px;
}
.jjtu img{
    display: block;
    margin-top: 30px;
}
.lc .col-12 span {
    border: none;
    margin-bottom: 0;
}
.lc .col-lg-1 span{
    font-weight: bold;
    font-size: 22px;
    color: #000;
}
.cpquery0 img{
    height: auto;
}
#pagemenu a {
    margin-top: 0;
    margin-bottom: 0;
}
#pagemenu {
    padding-bottom: 15px;
    padding-top: 15px;
}
.cpquery00 p{
    padding-bottom: 0!important;
    line-height: 22px!important;
    padding-top: 0;
}
.cpquery00 {
    padding-bottom: 15px;
}
#hbcp1 .hbcp2 h2 {
    padding-top: 0;
}

#zcxq strong {
    font-size: 20px;
}
#tj .cpquery00 {
    margin-bottom: 20px;
}
#tj{
    padding-bottom: 40px;
}
.hbxw .you {
    padding: 40px 20px;
}
#hbcp1 {
    padding-top: 110px;
}
.xwxq {
    padding-bottom: 0;
    padding-top: 0;
}
#container{
    height: 300px!important;
}
.offcanvas-body li {
    list-style-type: none;
}
.offcanvas-body .mobile-li a {
    color: #000;
    line-height: 45px;
}
.offcanvas-body .mobile-li .secondMenu a {
    color: #fe0000 !important;
}
.offcanvas-body .dropmenu0_b i{
    display: none;
}
.offcanvas-body .dropmenu4_b i{
    display: none;
}
#hbcp1 .hbcp2 .cpxqhb {
    padding-bottom: 20px;
}
.yuyan{
    padding-top: 12px;
    display: block;
}
}