/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url(../fonts/Poppins-Regular.ttf);
}
body{
    /* font-family: Arial light,Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;*/
    font-family:'Poppins', sans-serif,Arial;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
    color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    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;
}

/*返回顶部*/
.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: 30px;
    z-index: 3000;
    bottom: 40px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 48px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#358BD2;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #358BD2;
    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: #358BD2;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    /*word-break: break-all;*/
}

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px!important;
}
.font14{
    font-size: 14px!important;
}
.font16{
    font-size: 16px!important;
    line-height: 30px;
}
.font17{
    font-size: 17px!important;
}
.font18{
    font-size: 18px!important;
    line-height: 38px;
}
.font20{
    font-size: 20px!important;
}
.font22{
    font-size: 22px!important;
    line-height: 38px;
}

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #0d54b5!important;
}
.text-warning{
    color: #FEC6C7!important;
}

.text_light{
    font-weight: 300;
}

.bg_000{
    background: #000;
}
.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}

.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;
}
.mb_30{
    margin-bottom: 30px;
}
.pb-7{
    padding-bottom: 120px;
}
.pt-7{
    padding-top: 120px;
}
.pb-8{
    padding-bottom: 180px;
}
.pt-8{
    padding-top: 180px;
}

.no_margin{
    margin: 0px;
}

@media (min-width: 1400px){
    .ce_fluid{
        padding-left: 110px;
        padding-right: 110px;
    }
    .ce_xl_width{
        max-width: 1600px;
    }
    .ce_width{
        max-width: 1400px;
    }
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_top{
    width: 100%;
    display: flex;
}
.nav_min{
    padding: 0px;
    border: none;
    background: #0d54b5;
    transition: 0.5s;
    display: block;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 58px;
    transition: 0.5s;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 0px 0px 60px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 42px 0px 42px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 39px 0px 39px 0px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    
}
.navbar-expand-lg .navbar-nav .pc_sousuo{
    margin-right: 16px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.5s;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #e7f623;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #e7f623;
    height: 2px;
    -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;
    opacity: 0;
}
.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #e7f623;
}

 .navbar-light .navbar-nav .show>.nav-link{
    color: #e7f623;
 }

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 5px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    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: 130px;
    width: auto;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 15px rgba(13, 84, 181, 0.1);
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@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{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0s;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    position: relative;
    background: #fff;
    color: #000;s
}
.top_xiala .dropdown-menu.menu_style2 a{
    border-bottom: none;
    padding: 14px 15px;
    color: #333;
}
.top_xiala .dropdown-menu a:last-child{
    border: none;
}
.top_xiala .dropdown-menu.menu_style2 a:hover{
    padding: 14px 15px 14px 15px;
    color: #fff;
    background: #0071ad;
}
.top_xiala .dropdown-menu a:hover{
    color: #000;
    background: #e7f623;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 10px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.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: #1da6dd;
    color: #fff;
}

.md_collapse{
    right: 0px;
}
.pc_yuyan{
    margin-right: 0px;
    margin-left: 12px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 0px;
    padding-right: 20px;
}
.nav_min .pc_yuyan .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.nav_top .pc_yuyan .nav-link{
    padding: 8px 20px 8px 0px;
}
.pc_yuyan .dropdown-menu{
    width: 100px;
}
    
.pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.pc_yuyan .nav-link:hover svg{
    fill: #fff;
}
.pc_yuyan .nav-link:hover{
    color: #e7f623;
}
.pc_yuyan:hover .nav-link svg{
    fill: #e7f623;
}

.nav_top_ul li{
    margin-right: 24px!important;
    line-height: 18px;
}
.nav_top_ul li a{
    color: #fff;
}
.nav_top_ul li img{
    margin-right: 6px;
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: relative;
    top: -2px;
}

.is-active{
    box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.1);
    top: -32px;
}

/*banner*/
.banner{
    padding: 78px 0px;
    background-image: linear-gradient(to right, rgba(68,122,171,1), rgba(101,148,146,1));
}
.banner_card .card-body{
    padding-left: 98px;
}

/*主体*/
.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);
}

.bt{
    font-size: 40px;
    line-height: 68px;
}

.gengduo{
    padding: 22px 64px;
    background: #e7f623;
    color: #0c0c0c;
    font-size: 18px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 15px 15px rgba(0, 59, 139, 0.1);
    border: none;
}
.gengduo2{
    padding: 22px 24px;
}
.gengduo svg{
    position: relative;
    top: -2px;
    fill: #fff;
    transition: 0.5s;
}
.gengduo:hover{
    color: #0c0c0c;
    background: #d5e320;
}
.gengduo:hover svg{
    fill: #0c0c0c;
    transform: rotate(-45deg);
}

.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 5px 30px -5px rgba(8, 133, 206, 0.4);
}

.about_p p{
    line-height: 28px;
}
.about_p1 p {
    margin-bottom: 18px;
}

.row_30{
    margin-left: -30px;
    margin-right: -30px;
}
.col_30{
    padding-left: 30px;
    padding-right: 30px;
}

.ix_wmdfw_ul{
    padding: 58px 38px 48px 38px;
    border-radius: 8px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: 48px;
    background: #fff;
}
.ix_wmdfw_ul li{
    background: #f9f9f9;
    font-size: 16px;
    padding: 8px 18px;
    line-height: 30px;
    margin-bottom: 16px;
}

.ix_pz_bg{
    background-image: linear-gradient(to bottom, rgba(68,122,169,1), rgba(1,60,139,1));
    margin-top: -40px;
    padding-top: 40px;
}
.ix_pz_card{
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}
.ix_pz_card .card-body{
    padding-top: 28px;
    padding-bottom: 28px;
}

.ix_bz_bg{
    background: url(../img/ix_bz_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_bz_swiper{
    border: 1px solid #ddd;
}
.ix_bz_swiper .swiper-wrapper .swiper-slide{
    width: auto;
    font-size: 18px;
    line-height: 32px;
    padding: 16px 24px;
    cursor: pointer;
}
.ix_bz_swiper .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #e7f623;
}
.ix_bz_swiper2{
    border: 1px solid #ddd;
    border-top: none;
}
.ix_bz_swiper2 .swiper-wrapper .swiper-slide{
    padding: 28px 24px;
}
.ix_bz_card_right{
    padding: 78px 38px 48px 38px;
}
.ix_bz_card_left{
    background: url(../img/ix_bz_card_left.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 78px;
    height: 100%;
}

.ix_pingjia_swiper .swiper-wrapper .swiper-slide{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.ix_pingjia_swiper .card-body{
    padding: 28px 0px 32px 0px;
}
.ix_pingjia_swiper{
    padding-bottom: 48px;
}
.ix_pingjia_swiper .card-body img{
    width: 98px;
    height: 98px;
    border-radius: 98px;
    object-fit: cover;
}

.ix_pingjia_swiper .swiper-pagination{
    bottom: 0px;
}
.ix_pingjia_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 8px 0px 8px;
}
.ix_pingjia_swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    position: relative;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ix_pingjia_swiper .swiper-pagination-bullet-active{
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.trip_mfzx_form .form-control{
    font-size: 14px;
    border: none;
    background: #eee;
    padding: 14px 18px;
}
.trip_mfzx_form .form_input_height{
    border: 1px solid #eee;
    padding-left: 50px;
    height: 58px;
}

.trip_mfzx_form .form-group{
    position: relative;
    margin-bottom: 24px;
}
.trip_mfzx_form .form-group label{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 22px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d54b5;
}

.ix_contact_ul{
    margin-top: 24px;
}
.ix_contact_ul li{
    line-height: 24px;
    padding-left: 58px;
    position: relative;
    margin-bottom: 20px;
}
.ix_contact_ul li b{
    display: inline-block;
    font-weight: normal;
    padding: 6px 0;
}
.ix_contact_ul li span{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    border: 1px solid #000;
    position: absolute;
    left: 0px;
    object-fit: scale-down;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ix_contact_ul li span img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/*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: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 21px;
        width: 2px;
        height: 16px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
}

.bottom_bg{
    background: #111111;
    color: #999;
    padding-top: 45px;
}

.bottom_top{
    border-bottom: 1px solid #3f3f3f;
    display: flex;
    margin-bottom: 68px;
    justify-content: space-between;
}
.bottom_top h6 a{
    color: #fff;
    padding: 30px 0px;
    display: inline-block;
}
.bottom_top h6 a:hover{
    color: #245eac;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    position: relative;
    color: #999;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #fff;
}
.bottom_ul .card a:hover{
    color: #e7f623;
}

.di_beian{
    padding: 20px 0px;
    line-height: 20px;
    background: #232323;
    margin-top: 10px;
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_follow li{
    margin-right: 24px!important;
    margin-bottom: 14px!important;
}
.bottom_follow li .fa{
    font-size: 30px;
}
.bottom_follow li a{
    color: #fff;
}
.bottom_follow li a:hover{
    color: #e7f623;
}

.bottom_right_p{
    padding-right: 24px;
}
.bottom_contact li{
    color: #fff;
    line-height: 36px;
    position: relative;
}
.bottom_contact li i{
    position: absolute;
    left: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.bottom_right_p{
    padding-right: 24px;
}
.bottom_contact li{
    color: #fff;
    line-height: 24px;
    position: relative;
    padding: 6px 0 6px 28px;
}
.bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    left: 0px;
}
.bottom_ul .bottom_contact li a{
    line-height: 24px;
}

.bottom_input .input-group-text{
    border-radius: 0px;
    background: none;
    border-color: #333;
    padding: 15px;
    color: #fff;
}
.bottom_input .form-control{
    background: 111px;
    border-color: #333;
    padding: 15px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 14px;
    height: 48px;
}
.bottom_input .input-group-append .btn{
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 0px;
    border-color: #333;
    background: #333;
    color: #fff;
    font-size: 14px;
}
.bottom_input .input-group-append .btn:hover{
    border-color: #e7f623;
    background: #e7f623;
    color: #000;
}

/* ----------------------------------------------------------------
    获取报价
----------------------------------------------------------------- */
.at_banner{
    background: url(../img/at_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}

.get_form .form-control{
    background: none;
    border: 1px solid #ddd;
    font-size: 16px;
}
.get_form .form_input_height{
    padding-left: 18px;
}
.get_nr_right_card{
    overflow: visible;
}
.get_nr_right_card .card-body{
    padding: 0px 28px 42px 28px;
}
.get_nr_right_card .get_nr_right_card_img{
    margin-top: -19px;
    margin-bottom: 32px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}
.contact_card{
    padding-top: 38px;
    padding-bottom: 38px;
    border-radius: 15px;
}
.contact_card .card-body img{
    width: 68px;
    height: 68px;
    object-fit: contain;
    margin-bottom: 30px;
}

.about_shuju{
    margin-top: 24px;
}
.about_shuju .card-body h1 strong{
    font-size: 60px;
    color: #003b8b;
}
.about_shuju .card-body h1 span{
    font-size: 60px;
    color: #003b8b;
}
.about_shuju .card-body h5{
    color: #003b8b;
}

/* ----------------------------------------------------------------
    设备
----------------------------------------------------------------- */
.device_banner{
    background: url(../img/device_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}

.nav_bottom{
    position: relative;
}
.nav_bottom:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.products_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
}
.products_nav_swiper .swiper-wrapper .swiper-slide a{
    font-size: 18px;
    display: block;
    padding: 32px 0px;
    position: relative;
    color: #999;
    font-weight: 700;
}
.products_nav_swiper .swiper-wrapper .active a,.products_nav_swiper .swiper-wrapper .swiper-slide a:hover{
    color: #003b8b;
}
.products_nav_swiper .swiper-wrapper .active a:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #003b8b;
}
.products_nav_bottom:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.products_nav_swiper .swiper-button-next{
    width: 38px;
    height: 78px; 
    background: rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.products_nav_swiper .swiper-button-next{
    right: 0px;
    margin-top: -39px;
}
.products_nav_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.products_nav_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.products_nav_swiper .swiper-button-next:hover{ 
    background: rgba(190,23,30,1);
}

.device_bt{
    margin-top: 68px;
}
.device_bt_bottom{
    width: 150px;
    height: 24px;
    background: #e0e6ee;
    margin: -20px auto 0px auto;
}

.tanchuang_tuichu{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}
.tanchuang_tuichu .search_anniu2{
    display: inline-block; 
    width: 24px;
    height: 24px;
    background: #0d54b5;
    line-height: 18px;
    border-left: none;
    padding: 0px;
    border-radius: 24px;
    position: relative;
    transition: all .5s;
    margin-top: 0px;
    cursor: pointer;
}
.tanchuang_tuichu .search_anniu2:before{
    content: "";
    position: absolute;
    top: 11px;
    left: 3px;
    width: 18px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.tanchuang_tuichu .search_anniu2:after{
    content: "";
    position: absolute;
    top: 11px;
    left: 3px;
    width: 18px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.tanchuang_tuichu .search_anniu2:hover{
    transform: rotate(180deg);
}

.device_card{
    border-radius: 15px;
    margin-bottom: 68px;
}
.device_card .card-body{
    padding-top: 32px;
    padding-bottom: 32px;
}

.fangda.sbimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}


/* ----------------------------------------------------------------
    服务
----------------------------------------------------------------- */
.service_cnc_banner{
    /*background: url(../img/service_cnc_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    height: 400px;
    display: flex;
    align-items: center;
}

.service_bottom_banner{
    background: url(../img/service_bottom_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.se_ul table td{
    padding: 10px 0;
    min-width: 160px;
}

.div_ov{
    width: 100%;
    overflow-x:auto;
}
.se_ul1 table td{
    padding: 3px 0;
    min-width: 190px;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

/*.se_c_ul li{
    line-height: 30px;
    padding-left: 16px;
    position: relative;
}
.se_c_ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin-top: -3px;
    background: #000;
}*/

.service_sm_banner{
    /*background: url(../img/service_sm_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    height: 400px;
    display: flex;
    align-items: center;
}
.service_sm_banner2{
    height: 400px;
}

.service_pg_banner{
    background: url(../img/service_pg_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}
/*.service_pg_banner2{
    background: url(../img/service_pg_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}*/

/*.service_rm_banner{
    background: url(../img/service_rm_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}
.service_rm_banner2{
    background: url(../img/service_rm_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}

.service_lm_banner{
    background: url(../img/service_lm_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}*/
.service_lm_banner2{
    /*background: url(../img/service_lm_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    height: 400px;
    display: flex;
    align-items: center;
}

/*.service_dc_banner{
    background: url(../img/service_dc_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}*/

/*.service_pp_banner{
    background: url(../img/service_pp_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}*/

/*.se_pp_card{
    margin-bottom: 58px;
}*/
.se_pp_card .card-body{
    padding-left: 58px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1400px){
    .row_30{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1200px){
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0px;
        height: 38px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .container{
        position: relative;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 54px;
        top: 10px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #0b4799;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 22px 40px 22px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding-left: 0px;
        padding-right: 40px;
    }

    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .pt-7{
        padding-top: 68px;
    }
    .pb-7{
        padding-bottom: 68px;
    }
    .pt-8{
        padding-top: 68px;
    }
    .pb-8{
        padding-bottom: 68px;
    }

    .nav_min .pc_yuyan .nav-link{
        justify-content: flex-start;
    }
    .banner{
        padding: 48px 0px;
    }
    .banner_card .card-body{
        padding: 30px;
    }
    .ix_bz_card_left{
        padding: 48px;
    }

    .is-active{
        top: 0px;
    }
}
@media (max-width: 900px){
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .bottom_bg{
        padding-top: 0px;
    }
    .bottom_top{
        margin-bottom: 0px;
        border: none;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .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 #333;
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }
    .erweima_card{
        margin-top: 24px;
    }
    .erweima_card .card-body{
        padding: 0px 0px 30px 0px;
    }

    .banner_card .card-body{
        padding: 48px 0px 0px 0px;
    }
    .se_pp_card .card-body{
        padding-left: 15px;
    }
}

@media (max-width: 768px){
    .banner_card .card-body h1{
        font-size: 2rem;
    }
    .banner_card .card-body h4{
        font-size: 1rem;
        line-height: 32px;
    }
    .ix_bz_card_left{
        padding: 30px;
    }
    .ix_bz_card_right{
        padding: 38px 30px;
    }
    .ix_wmdfw_ul{
        padding: 30px;
    }
    
    .about_shuju .card-body h1 strong,.about_shuju .card-body h1 span{
        font-size: 30px;
    }
    .about_shuju .card-body h5{
        font-size: 14px;
        line-height: 24px;
    }

    .at_banner h2{
        font-size: 30px;
    }
    .at_banner h5{
        font-size: 14px;
    }
    .gengduo{
        font-size: 14px;
        padding: 14px 38px;
    }

    .at_banner{
        height: 200px;
    }
    .h1, h1 {
        font-size: 1.8rem;
    }
    .font16 {
        line-height: 26px;
    }
    .h3, h3 {
        font-size: 1.5rem;
        line-height: 32px;
    }
    h4 {
        line-height: 34px;
    }
    h5 {
        line-height: 24px;
    }
}