/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    line-height: 66px;
    border-radius: 58px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#999;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #00478b;
    color:#fff;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #00478b;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    word-break: break-all;
}

h6{
    line-height: 28px;
}

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
    line-height: 30px;
}
.mt-4.font16 p{
    line-height: 26px;
    margin-bottom: 10px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #064296!important;
}
.text-warning{
    color: #ff5a3c!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}

.no_margin{
    margin: 0px;
}

.ce_width{
    max-width: 1400px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    background: #fff;
    padding: 0px 48px;
    box-shadow: 0px 2px 8px rgba(102, 102, 102, 0.1);
}
.nav_min .container-fluid{
    padding: 0px 0px 0px 58px;
}   
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    margin-right: 30px;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 37px 0px;
    position: relative;
    font-size: 16px;
}
.nav_min .navbar-nav .nav-link{
    color: #000;
    transition: all 0.3s;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link{
    color: #00478b;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #00478b;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-link:hover:before,.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before{
    left: 0%;
    right: 0%;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 13px 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #00478b;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 180px;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 5px 5px rgba(153,153,153,0.1);
    border-radius: 0px;
    border: none;
    border-top: 1px solid #eee;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    display: block;
    padding: 18px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #f5f5f5;
    transition: all .5s;
    transition: padding 0.5s;
}
.top_xiala .dropdown-menu a:hover{
    color: #00478b;
    padding: 18px 20px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 1000;
    background: #eee;
    color: #999;
    border-radius: 50px;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #00478b;
    color: #fff;
}

.yuyan_top_xiala .nav-link{
    padding: 30px 0px 30px 0px;
    transition: all .5s;
}
.yuyan_top_xiala{
    margin-left: 30px;
}
.yuyan_top_xiala .dropdown-menu{
    right: 0px;
    left: auto;
}

.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
}
.sousuokuang .card{
    padding-top: 200px;
    padding-bottom: 200px;
}
.navbar .container_style{
    display: block;
}
.sousuo_group{
    position: relative;
}
.sousuo_group:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #eee;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 15px 24px;
    height: 78px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.sousuo_control:hover{
    border: none;
}
.search_anniu_top{
    display: inline-block;
    width: 58px;
    height: 58px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 14px;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 10px;
    height: 2px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #666;
    transition: all .5s;
}
.search_anniu_top2{
    width: 78px;
    height: 78px;
}

.search_anniu2{
    display: inline-block; 
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 38px;
    left: 20px;
    width: 38px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 38px;
    left: 20px;
    width: 38px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}

.nav_min:hover .search_anniu_top:hover:before{
    background: #00478b;
}
.nav_min:hover .search_anniu_top:hover:after{
    border: 2px solid #00478b;
}

.yuyan{
    margin-left: 24px;
}
.yuyan .list-inline-item:not(:last-child){
    margin-right: 0px;
}
.yuyan li{
    margin: 0px 4px;
}
.yuyan li a{
    opacity: 0.7;
}
.yuyan .active a{
    opacity: 1;
}

.sousuo_style{
    display: inline-block;
    width: 88px;
    height: 78px;
    position: relative;
    overflow: hidden;
}
.sousuo_style:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 14px;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transition: all .5s;
}
.sousuo_style:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: all .5s;
}
.sousuo_style:hover:before{
    background: #00478b;
}
.sousuo_style:hover:after{
    border: 2px solid #00478b;
}

.md_sousuo{
    display: none;
}
.pc_sousuo{
    margin-left: 10px;
}

/*banner*/
.banner{
    height: 100vh;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: flex-end;
}
.banner .swiper-wrapper .swiper-slide p{
    line-height: 36px;
}
.banner .swiper-wrapper .swiper-slide div{
    transform:translateX(400px);
    opacity:0;
    transition:all .8s;
}
.banner .swiper-wrapper .ani-slide div{
    transform:translateX(0);
    opacity:1;
}

.banner h1{
    font-size: 48px;
    margin-bottom: 24px;
}
.banner h4{
    font-weight: normal;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-button-prev{
    top: auto;
    bottom: 68px;
    left: auto;
    right: 110px;
    opacity: 1;
    margin-top: -25px;
}
.banner .swiper-button-next{
    top: auto;
    bottom: 68px;
    right: 48px;
    opacity: 1;
    margin-top: -25px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
    color: #fff;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(0,71,139,1);
}

.banner_card{
    margin-bottom: 68px;
    padding: 0px 48px;
}

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.card:hover .fangda img{
    transform:scale(1.1);
}

.gengduo{
    width: 158px;
    height: 48px;
    border:2px solid #fff;
    background: none;
    color: #fff;
    position: relative;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    padding: 9px 24px;
}
.gengduo:hover {
    color: #fff;
    background-color: #00478b;
    border-color: #00478b;
}
.gengduo2{
    text-align: center;
    color: #666;
    box-shadow: 0px 2px 8px rgba(204, 204, 204, 0.7);
}
.gengduo i{
    position: absolute;
    top: 13px;
    right: 24px;
    transition: right 0.5s;
    -webkit-transition: right 0.5s; /* Safari */
}
.gengduo:hover i{
    right: 18px;
}

.hvr-float {
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.3);
}

.index_product{
    margin-bottom: 30px;
}
.index_product .card-img-overlay{
    padding: 38px 38px 52px 38px;
    display: flex;
    align-items: flex-end;
}

.index_about_card .index_about_bg{
    background: url(../img/index_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index_about_card .index_about_bg .card-body{
    padding: 100px;
}
.index_about_card .fangda{
    height: 100%;
}
.index_about_card .fangda img{
    height: 100%;
}

.index_news_card .card-body .h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 58px;
    line-height: 32px;
    color: #000;
}

.email_bg{
    background: url(../img/email_bg.jpg) #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sousuo_control:hover{
    border: none;
}
.di_sousuo .sousuo_control{
    height: 58px;
}
.sousuo_a{
    font-size: 16px;
    padding: 21px 38px;
    background: #034ab5;
    color: #fff;
    border:none;
}
.sousuo_a:hover{
    background: #0055d5;
    color: #fff;
}

/*bottom*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: none;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #fff;
        text-align: center;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 21px;
        width: 2px;
        height: 16px;
        background: #fff;
        text-align: center;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #fff;
        text-align: center;
    }
}

.bottom_bg{
    background: #00478b;
    color: #fff;
    padding-top: 50px;
    position: relative;
    
}

.ix_bottom_media img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #ddd;
    object-fit: none;
}
.ix_bottom_media .media-body p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.bottom_top_border{
    border-bottom: 1px solid #eee;
}

.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_ul .card{
    background: none;
    padding: 15px 0px 28px 0px;
}
.bottom_ul .card ul li a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card ul li a.text_999{
    color: #999;
}
.bottom_ul .card ul li a:hover{
    color: #0082ff;
}

.di_media .media{
    margin-bottom: 8px;
}
.di_media .media i{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00478b;
    background: #fff;
}
.di_media .media:hover i{
    background: #00478b;
    color: #fff;
    transition: all 0.3s;
}

.bottom_media{
    border-radius: 8px;
    padding: 12px;
    background: #0056a7;
}
.bottom_media i{
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #ddd;
    color: #999;
    text-align: center;
    line-height: 48px;
}

.bottom_beian{
    margin-top: 15px;
    padding: 15px 0px;
    border-top: 1px solid #0052a0;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ny_fnav{
    border-bottom: 1px solid #eee;
}
.about_list li{
    line-height: 30px;
}
.about_list p{
    line-height: 22px;
    margin: 8px 0;
}
.about_span{
    font-size: 24px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    background: #f9f9f9;
    border-radius: 100px;
}

.course_top .swiper-button-next,.course_top .swiper-button-prev{
    width: 40px;
    height: 40px; 
    background: rgba(0,71,139,1);
    border-radius: 50px;
    transition: background 0.5s,opacity 0.5s;
    -webkit-transition: background 0.5s,opacity 0.5s; /* Safari */
}
.course_top .swiper-button-prev{
    top: 0px;
    left: 0px;
    opacity: 1;
    margin-top: 0px;
}
.course_top .swiper-button-next{
    top: 0px;
    right: 0px;
    opacity: 1;
    margin-top: 0px;
}
.course_top:hover .swiper-button-prev{
    opacity: 1;
}
.course_top:hover .swiper-button-next{
    opacity: 1;
}
.course_top .swiper-button-prev:after,.course_top .swiper-button-next:after{
    color: #fff;
    font-size: 16px;
}
.course_top .swiper-button-prev:hover:after,.course_top .swiper-button-next:hover:after{
    color: #fff;
}
.course_top .swiper-button-next:hover,.course_top .swiper-button-prev:hover{
    background: rgba(0,136,197,1);
}
.course_center{
    background: #fff;
}
.course_center .swiper-wrapper .swiper-slide{
    height: auto;
}
.course_center>.swiper-scrollbar{
    width: 3px;
}
.course_center .swiper-scrollbar-drag{
    background: rgba(50,142,58,1);
}
.course_top_rq{
    padding: 55px 0px 18px 0px;
    position: relative;
}
.course_top_rq:before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #00478b;
    border: 2px solid #00478b;
}
.course_top_rq:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
}
.course_top{
    position: relative;
}
.course_top:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    width: 100%;
    height: 2px;
    background: #eee;
}

.about_hzhb_row{
    margin: 0px -9px;
}
.about_hzhb_col{
    padding: 0px 9px;
}
.about_hzhb_col div{
    border: 1px solid #eee;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    margin-bottom: 18px;
}
.about_hzhb_col img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_jieshao{
    padding: 0px 24px;
}

.neimg {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 57%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------
    陸運
----------------------------------------------------------------- */
.ptoduct_banner{
    background: url(../img/ptoduct_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_zgwl{
    margin-bottom: 24px;
}

.product_zgwl span{
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    background: #00478b;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-right: 12px;
}

/* ----------------------------------------------------------------
    各區域分部
----------------------------------------------------------------- */
.region_banner{
    background: url(../img/region_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st_faqs_list{
    border-bottom: 1px solid #eee;
}
.st_faqs_list .ny_nav_a{
    padding: 20px 40px 20px 54px;
    line-height: 38px;
    display: block;
    font-size: 16px;
    border-top: 1px solid #eee;
    position: relative;
}

.st_faqs_list .ny_nav_a .wh{
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 38px;
    background: #00478b;
    color: #fff;
    margin-right: 16px;
    position: absolute;
    left: 0px;
    top: 20px;
}
.st_faqs_list_nr{
    padding: 18px 0px 38px 54px;
}

.st_faqs_list .ny_nav_a .jiahao{
    position: absolute;
    top: 24px;
    right: 0px;
    width: 29px;
    height: 29px;
}
.st_faqs_list .ny_nav_a .jiahao:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    margin-top: -8px;
    width: 1px;
    height: 17px;
    background: #ccc;
    transform: rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.st_faqs_list .ny_nav_a .jiahao:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: 0px;
    width: 17px;
    height: 1px;
    background: #ccc;
}
.st_faqs_list .collapsed .jiahao:before{
    transform:rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* ----------------------------------------------------------------
    联络我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_card{
    box-shadow: 0px 5px 15px rgba(51, 51, 51, 0.1);
}

.contact_card .card-body{
    padding: 38px;
}

/* ----------------------------------------------------------------
    聯絡我們
--------------------------------------------------------------- */
.contact_form .form-control{
    border-color: #eee;
    padding: 12px 18px;
}
.form_input_height{
    height: 58px;
}
.contact_form .form-group .input-group .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact_form .form-group .input-group .input-group-text{
    background: none;
    border-color: #eee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
}

.gengduo_contact{
    border:2px solid #00478b;
    background: #00478b;
    color: #fff;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #005db6;
    border-color: #005db6;
}

/* ----------------------------------------------------------------
    新聞資訊
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 16px 20px;
    border: 1px solid #eee;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #00478b;
    color: #fff;
    border: 1px solid #00478b;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

.news_ds_p p{
    margin-bottom: 18px;
    line-height: 28px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 15px;
    }
    .index_about_card .index_about_bg .card-body{
        padding: 68px 15px;
    }
    .bottom_beian{
        margin-top: 68px;
    }
}

@media (max-width: 1200px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 0px;
    }
    .yuyan_top_xiala{
        margin-left: 0px;
    }
    .yuyan_top_xiala .nav-link{
        padding: 20px 0px;
    }

    .md_collapse{
        border-top: 1px solid #eee;
    }
    .md_collapse::-webkit-scrollbar{
        display: none;
    }
    .nav_min{
        padding: 0px 15px;
    }

    .pc_sousuo{
        display: none;
    }
    .md_sousuo,.yuyan_sousuo{
        display: block;
        width: 100%;
        padding: 0px;
        margin-bottom: 18px;
        background: none;
    }
}
@media (max-width: 900px){
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }

    .bottom_bg{
        padding-top: 48px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-bottom: 1px solid #0052a0;
    }
    .md_lxwm{
        margin-top: 24px;
    }
    .bottom_media{
        margin-top: 38px;
    }

    .md_sousuo .sousuo_group:before{
        content: none;
    }
    .md_sousuo .sousuo_group{
        border: 1px solid #eee;
    }
    .md_sousuo .sousuo_control{
        height: 68px;
        padding: 15px;
    }
    .md_sousuo .search_anniu_top{
        width: 68px;
        height: 68px;
    }
}

@media (max-width: 768px){
    .navbar-brand img{
        width: 200px;
    }
    .bottom_pt{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .banner h1{
        font-size: 24px;
    }
    .banner h4{
        font-size: 16px;
    }
    .banner{
        height: 488px;
    }
    .banner_card{
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .banner .swiper-button-prev{
        bottom: 30px;
        right: 75px;
    }
    .banner .swiper-button-next{
        bottom: 30px;
        right: 15px;
    }
    .index_product .card-img-overlay{
        padding: 24px 24px 24px 24px;
    }

    .about_banner,.contact_banner,.news_banner,.ptoduct_banner,.region_banner{
        height: 258px;
        font-size: 28px;
    }
    .about_banner h1,.contact_banner h1,.news_banner h1,.ptoduct_banner h1,.region_banner h1{
        font-size: 30px;
    }
    .about_jieshao{
        padding: 0px;
    }
    .about_hzhb_col div{
        height: 120px;
    }

    .contact_card .card-body{
        padding: 24px;
    }
}