* {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif，'mont',  ;
}
a {
    text-decoration: none !important;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
    line-height: 24px;
}
h1{
   font-size: 55px;
   font-weight: bold;
}
h2{
   font-size: 35px;
   font-weight: bold;
}
.h2{
    font-weight: bold;
}
h3{
   font-size: 24px;
   font-weight: bold;
}
@font-face{
    font-family: 'mont';
    src: url('montserrat-light-webfont.woff2') format('woff2'),
        url('montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}  
@font-face{
    font-family: 'mont1';
    src: url('montserrat_extra_bold-webfont.woff2') format('woff2'),
        url('montserrat_extra_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 
@font-face{
    font-family: 'mont2';
    src: url('montserrat-hairline-webfont.woff2') format('woff2'),
        url('montserrat-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}  
.anniu  i{
        font-size: 14px;
    padding-top: 3px;
    color: #8EC31F;
    transition: all .3s ease-in-out;
    float: left;
}
.anniu Strong{
    text-decoration: underline;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 6px;  
        font-weight: bold;
}
.anniu:hover i{
transform: rotate(45deg);
}
/* 平滑滚动 */
#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: #8EC31F;
    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 {
    border-left: 1px solid #CCCCCC;
    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;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    top: 0;
}

.caidan0 {
    background-color: #fff;
    z-index: 999;
}
#mainMenu a {
    color: #000;
}
#mainMenu .secondMenu a {
    display: block;  
}
#mainMenu .secondMenu a:hover {
    background-color: #3083C2;
}

#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;
}

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

.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 a{
    color: #0E6EB8!important;
}
.caidan0 .mobile-li:hover{
    background-color: #0E6EB8;
}
.caidan0 .mobile-li:hover a{
    color: #fff!important;
}

/*轮播*/
.carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.carousel-inner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
#lbwenzi{
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
}
#lbwenzi h1{
    margin: 0;
    display: inline;
}
#lbwenzi p{
    color: #999;
    padding-top: 10px;
}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
.carousel-item #lbwenzi{
    text-align: center;
    bottom: 40%;
    z-index: 1;
}
.w-100 {
    transform: scale(1.2);
    /* 应用缩放动画 */
    animation: scaleDown 3s ease-out forwards;
        height: 100% !important;
}
/* 定义缩放动画 */
@keyframes scaleDown {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}
.carousel-control-next, .carousel-control-prev{
    width: 2%!important;
}
.carousel .carousel-indicators .active {
    opacity: 1;
    width: 22px!important;
}
 .carousel .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
}
.carousel-item{
    height: 100vh!important;
}

#cp img{
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
#cp{
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
#cp h2{
    width: 100%;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 40px;
}
#cp a{
    display: block;
    overflow: hidden;
    position: relative;
}
#cp a .zi{
    position: absolute;
    bottom: 40px;
    left: 45px;
    right: 45px;
    color: #fff;
    z-index: 99;
}
#cp a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 60%);
    z-index: 99;
}
#cp a .zi p{
    font-size: 14px;
    line-height: 20px;
    padding-top: 3px;
    padding-bottom: 13px;
}
#cp a:hover img{
    transform: scale(1.1);
}
#cp a:hover i{
    transform: rotate(45deg);
}

#zt{
    text-align: center;
    padding-top: 85px;
    padding-bottom: 85px;
    background-image: url(bj.png);
    background-repeat: no-repeat;
    background-position: center;
}
#zt h2{
    padding-bottom: 35px;
}
#zt a{
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    color: #000;
    margin-top: 45px;
}

#in{
    text-align: center;
    position: relative;
    color: #fff ;  
    overflow: hidden;
    padding-left: 0;
    padding-right: 0; 
    min-height: 680px;
}
#in p{
    color: #999;
}
.intu{
    width: auto;
    height: 100%;
}
#in:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
}
#in .container{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#in .container1{
    top: 90px;
} 
#in .container2{
    bottom: 90px;
} 
#in .container2 .row{
    background-color: #0E6EB8;
    padding: 25px 15px;
}
#in .container2 .row .col-lg{
    text-align: center;
    padding: 8px 0;
}
#in .container2 .row .col-lg:hover img{
transform: scale(1.1);
    animation: topShake 0.5s ease infinite;
}
#in .container2 .row .col-lg img{
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 12px;
        transition: all 0.3s ease;
}
#in .container2 .row .col-lg span{
    font-size: 14px;
    line-height: 16px !important;
    color: #fff !important;
    display: block;
}

#xm{
    background-color: #F8F9FA;
    margin-bottom: 85px;
    margin-top: 90px;
}
#xm:hover .xm2 div img{
    transform: scale(1.1);
}
#xm .xm2 div img{
transition: all 0.3s ease;
}
#xm .xm2 div{
    overflow: hidden;
    
}
#xm .xm1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 70px;
    color: #000;
}
#xm .xm1 p{
    padding-top: 10px;
    padding-bottom: 25px;
}
#xm .xm1 strong{
    margin-top: 22px;
    font-weight: bold;
}
#xm .xm1 span{
    color: #999;
        line-height: 20px;
    display: block;
    overflow: hidden;
}
#xm .xm2 img{
    width: 100%;
    height: 100%;
}
#xm .xm2 {
    padding: 0;
}

#xw{
    padding-left: 0;
    padding-right: 0;
}
#xw a img{
    width: 100%;
}
#xw a div{
    background-color: #F8F9FA;
    padding: 55px 45px;
    color: #000;
}
#xw a .xwdiv{
    padding: 40px 45px!important;
    margin-bottom: 30px;
}
#xw a p{
    color: #999;
    font-size: 14px;
}
#xw a h5{
    padding-top: 5px;
    padding-bottom: 20px;
}
#xw a  span{
    display: block;
    overflow: hidden;
}
#xw h2{
    text-align: center;
    padding-bottom: 40px;
}

#kj {
    padding: 80px 0;
    background-color: #0E6EB8;
    color: #fff;
    margin-top: 90px;
}
#kj .kj1 div{
    border-right: 1px solid #3083C2;
}
#kj p{
   line-height: 20px;
    font-weight: 300 !important;
    padding-left: 45px;
    opacity: 0.8;
} 
#kj a{
    color: #fff;
    float: right;
    margin-top: 20px;
} 

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

.banner img{
    width: 100%;
}
.banner{
    display: block;
    overflow: hidden;
    height: 45vh;
    position: relative;
    margin-bottom: 70px;
    margin-top: 79px;

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

#jjcp img{
    width: 100%; 
    height: 100%;
}
#jjcp {
    background-color: #F8F9FA;
    margin-top: 50px;
}
#jjcp .jjcp1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 60px;
}
#jjcp .jjcp1 strong{
    font-weight: bold;
}
#jjcp .jjcp2{
    padding: 0;
}
.jjin:before{
        background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 80%)!important;
}
.jjin{
    margin-top: 60px!important;
}

#jj{
    padding-top: 60px;
}
#jj img{
    max-width: 100%;
}
#jj  .ss{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
#jj .col-12{
    padding: 0;
}

.nycp1{
    background-color: #F8F9FA;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}
.nycp1 .tu{
    padding: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.nycp1 .tu img{
    width: 100%;
    transition: all .3s ease-in-out;
}
.nycp1:hover .tu img{
    transform: scale(1.1);
}

.nycp1 .you{
    padding: 65px 65px;
    color: #000;
}
.nycp1 .you .jian{
        padding-top: 5px;
    padding-bottom: 35px;
    display: block;
    overflow: hidden;
}

#nrcp .nycp2{
    margin-top: 105px!important;
}
#nrcp .nycp2 strong{
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 24px;
        margin-bottom: 10px;
    margin-top: 22px;

}
#nrcp .nycp2 strong:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 15px;
    height: 5px;
    background-color: #0E6EB8;
}
#nrcp .nycp3{
    background-color: #F8F9FA;
    padding: 65px;
}
#nrcp .nycp3 img{
    max-width: 100%;
}
#nrcp .nycp3 strong{
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px;
}
#nrcp .nycp3 strong:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 15px;
    height: 5px;
    background-color: #0E6EB8;
}
#nrcp .nycp3 .nr{
    padding: 0;
}
tbody > tr:nth-of-type(odd) {
    background-color: #f2f3f5;
}
#nrcp .nycp3  table{
	width: 100%;
	line-height: 21px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#nrcp .nycp3  table td{
	text-align: center;
	min-height: 30px;
	padding: 15px 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#nrcp .nycp3  .firstRow td{
	color: #fff;
	background: #0E6EB8;
	font-weight: bold;
}	

.PingHei_text{
    padding-top: 35px;
    padding-left: 0;
}
.PingHei_text a{
    font-weight: bold;
    color: #000;
}
.xman img{
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
.xman div{
    display: block;
    overflow: hidden;
}
.xman:hover img{
transform: scale(1.1);
transition: all .3s ease-in-out;
}
.xman span{
    color: #000;
    font-size: 20px;
    text-align: center;
    background-color: #F8F9FA;
    display: block;
    overflow: hidden;
    padding: 25px 20px;
    margin-bottom: 30px;
}

#xwxq{
    z-index: 9;
    color: #fff;
}
#xwxq .col-12{
    font-size: 30px;
    font-family: 'mont2';
    line-height: 34px;
    text-align: center;
    font-weight: bold;
}
#xwxq .col-12 p{
    font-size: 16px!important;
    opacity: 0.7;
    padding-top: 15px;
}

#ditu{
    padding: 0;
    margin-top: 60px;
}
#ditu p {
    margin-bottom: -8px !important;
}
#ditu .gm-style .place-card-large {
    display: none!important;
    opacity: 0;
}
#di .di2 .text-end i {
    color: #fff;
    font-size: 25px;
}
#di .di2 .text-end .icon-mianshulogo{
    font-size: 24px!important;
}
#di .di2 .text-end i:hover{
    color: #8EC31F;
}
#di .di2 .text-end{
    margin-top: -5px;
}
@media (max-width: 768px) {
#lbwenzi h1{
   font-size: 18px; 
}   
#lbwenzi p {
    color: #999;
    line-height: 16px;
    font-size: 14px;
    padding-top: 3px;
} 
#nrcp .nycp3 .nr{
    overflow-x: auto;
}
.carousel .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
}
.carousel {
    height: auto!important;
}
.carousel-inner{
    height: auto!important;
    margin-top: 58px;
}
.carousel-item{
    height: auto!important;
}
.w-100 {
    height: 45%!important;
}
h1 {
    font-size: 25px;
}
.carousel-item #lbwenzi {
    bottom: 6%;
}
#cp h2 {
    padding-top: 40px;
    padding-bottom: 15px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
#cp a .zi {
    bottom: 25px;
    left: 25px;
    right: 25px;
}
#zt h2 {
    padding-bottom: 15px;
}
#zt {
    padding-top: 40px;
    padding-bottom: 40px;
}
#zt a {
    margin-top: 20px;
}
#in .container1 {
    top: 40px;
}
#in .container2 {
    bottom: 0px;
}
#in .container2 .row .col-lg span {
    line-height: 16px !important;
    display: block;
}
#xm {
    margin-bottom: 40px;
    margin-top: 0px;
}
#xm .xm1 {
    padding: 40px 25px;
}
#xw h2 {
    padding-bottom: 15px;
}
#xw a div {
    padding: 40px 25px;
    margin-bottom: 30px;
}
#kj {
    padding: 40px 0;
    margin-top: 40px;
}
#kj p {
    padding-left: 0;
}
#kj a {
    float: left;
}
.banner h1{
    font-size: 25px;
}
.banner{
    height: auto;
    margin-top: 57px;
    margin-bottom: 40px;
    height: 200px;
}
.banner .w-100{
    height: 85% !important;
}
#jjcp {
    margin-top: 40px;
}
#jjcp .jjcp1 {
    padding: 40px 25px;
}
.jjin {
    margin-top: 40px !important;
}
#in .container3 {
    display: none;
}
#jj .col-12 {
    padding: 25px;
}
#jj {
    padding-top: 40px;
}
#kj .kj1 div {
    border-right: none;
}
.nycp1 .you {
    padding: 40px 25px;
}
.nycp1 .you .jian {
    padding-bottom: 12px;
}
#nrcp .nycp2 {
    margin-top: 55px !important;
}
#nrcp .nycp3 {
    padding: 40px 25px;
}
.xman span {
    font-size: 16px;
    padding: 12px 12px;
}
#xw a .xwdiv {
    padding: 40px 25px !important;
}
#xwxq .col-12 {
    font-size: 16px;
        font-family: 'mont1';
    line-height: 20px;
    padding-top: 15px;
    text-align: center;
}
#xwxq .col-12 p {
    font-size: 12px !important;
    padding-top: 3px;
}
.PingHei_text a {
    font-weight: 300;
    font-size: 14px;
}
.PingHei_text {
    line-height: 18px;
}
#ditu {
    margin-top: 40px;
}
.offcanvas-body li {
        list-style-type: none;
        padding: 10px 0;
}
.dropmenu0_b .iconfont {
        display: none;
}
.dropmenu1_b .iconfont {
        display: none;
}
.dropmenu2_b .iconfont {
        display: none;
}
.dropmenu3_b .iconfont {
        display: none;
}
.dropmenu5_b .iconfont {
        display: none;
}
.yy a{
    width: 100%;
    display: block;
    overflow: hidden;
    padding-top: 5px;
}
#xw {
    padding-left: 15px;
    padding-right: 15px;
}
}

.dropmenu3_b .secondMenu {
    display: none !important; 
}
.dropmenu2_b .secondMenu {
    display: none !important; 
}

