/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  src: url(../fonts/montserrat-regular.ttf);
}
body{
    font-family: "Arial","Microsoft YaHei","微软雅黑",Helvetica,'montserrat',"Hiragino Sans GB",sans-serif;
    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;
}

/*控件*/
input:disabled + label {/*禁用的指针*/
    cursor: not-allowed
}
.Radio input,
.Checkbox input {
    display: none
}
.Radio label,
.Checkbox label {
    padding: 0 16px 0 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}
.Radio label:before,
.Checkbox label:before {
    box-sizing: border-box;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0px 8px 0px 0px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.1S;
}
.Radio label:hover:before,
.Checkbox label:hover:before {
    border-color: #57B37B;
}
.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
    background-color: #CCC;
    border-color: #999;
    opacity: 0.5;
}
.Radio input:disabled + label,
.Checkbox input:disabled + label {  
    opacity: 0.5;
}
.Radio input:checked + label:before {
    border: 5px solid #57B37B;
}
.Checkbox label:before {
    background: url(../img/ico_tick.svg) no-repeat center;
    background-size: 0;
    border-radius: 0px;
    transition: 0.2S;
}
.Checkbox input:checked + label:before {
    background-color: #57B37B;
    background-size: 16px;
    border-color: #57B37B;
}
.HoverLabel label {
    display: block;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}
.HoverLabel label:hover {
    background-color: #EEE;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    bottom: 111px;
    right: 12px;
    z-index: 3000;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #265787;
    color:#fff;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    margin: 3px 0px 0px 0px;
}
.right_xf li a p{
    color: #000;
}
.right_xf li a:hover{
    background: #3070AE;
    color:#fff;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 48px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: auto;
    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: 12px;
    z-index: 3000;
    bottom: 60px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 8px;
    text-align: center;
    background: #265787; 
    cursor: pointer;
    color:#fff;
    display: none;
    transition: all 0.5s;   
}
.totop:hover{
    background: #3070AE;
    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: #333;
}

a, a:hover, a:focus{
    text-decoration: none;
    outline: none;
}

a:hover, a:focus{
    color: #265787;
}

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

p{
    line-height: 24px;
}

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;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #ED53A5!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #1345A3!important;
}
.text-warning{
    color: #ED7E39!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}
.bg_1982A0{
    background: #1982A0;
}
.bg_FEF5F8{
    background: #FEF5F8;
}
.bg_FBD7E3{
    background: #FBD7E3;
}

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

.no_margin{
    margin: 0px;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 92%;
    position: relative;
}
.wrap_xl{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1400px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

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

/*nav*/
.nav_min{
    padding: 0px 0px 0px 0px;
    border: none;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s;
    border-top: 15px solid #265787;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 52px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 0px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 38px 30px 38px 10px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    color: #000;
    /*text-transform: uppercase;*/
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #E62129;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #fff;
    background: #265787;
}

/*.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 24px;
    background: #E62129;
    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;
}*/
.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link:before{
    left: 25%;
    right: 25%;
    opacity: 1;
    color: #fff;
    background: #265787;
}


 .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
    background: #265787;
 }
 .active .nav-link,.top_xiala:hover .nav-link{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #fff;
    background: #265787;
}

.navbar-toggler{
    border: none;
    padding: 6px 15px 10px 15px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 20px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #000;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) 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: 100%;
    width: 240px;
    background: #F3F3F3;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.nav_min .container{
    position: static;
}
.top_xiala2{
    position: static;
    display: block;
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
@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: 1198px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}

.menu_a a{
    padding: 15px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    color: #000;
    background: #fff;
    text-align: center;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #fff;
    background: #265787;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    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: 1198){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #265787;
    color: #fff;
}

.helist{
    position: relative;
}
.helist .fa.fa-angle-right{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
}
.three_li{
    display: none;
    position: absolute;
    right: -100%;
    top: 0;
    min-width: 100%;
    background: #D24E7F;
    z-index: 9
}
.helist:hover .three_li{
    display: block;
}

.nav_form{
    margin-left: 30px;
}

.pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 13px 38px 13px 16px;
    display: flex;
    align-items: center;
    color: #fff;
    background: #265787;
    border-radius: 42px;
    transition: 0.5s;
}
.nav_min .pc_yuyan .nav-link span{
    right: 16px;
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    color: #fff;
    background: #3070AE;
}
.nav_min .pc_yuyan:hover .nav-link span{
    color: #fff;
}
    
.nav_min .pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.nav_min .pc_yuyan:hover .nav-link svg{
    fill: #fff;
}

.lg_sousuo{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    border-radius: 50px;
}
.lg_sousuo .form-control{
    width: 148px;
    height: 28px;
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
    padding: 0px 12px;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 10px;
}
.lg_sousuo .btn{
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px;
}

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    transition: all .5s;
    background: #265787;
}
.md_sousuo:hover{
    background: #3070AE;
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -2px;
    right: 2px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #fff;
}
.search_anniu_top:hover:after{
    border: 1px solid #fff;
}

.search_anniu_top2{
    display: inline-block;
    width: 68px;
    height: 58px;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}

.search_anniu_top2:hover:before{
    background: #57B37B;
}
.search_anniu_top2:hover:after{
    border: 1px solid #57B37B;
}

.sousuokuang{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #fff;
    display: flex;
    border-top: 1px solid #eee;
    z-index: 3000;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 120px;
    padding-bottom: 120px;
}
.container_style ul li{
    line-height: 24px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: 2px solid #eee;
    background: none;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px 18px;
    height: 58px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0px;
}
.search_anniu2{
    display: inline-block; 
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}
.tanchuang_tuichu{
    position: absolute;
    right: -58px;
    top: 0px;
    background: #eee;
    cursor: pointer;
    transition: all .5s;
}
.tanchuang_tuichu:hover{
    background: #265787;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

.hidden{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/*banner*/
.banner{
    height: 850px;
    position: relative;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}

.banner_nr h1{
    font-size: 58px;
}

/*主体*/
.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{
    padding: 6px 6px 6px 28px;
    background: #fff;
    color: #000!important;
    font-size: 16px;
    line-height: 36px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #fff;
}
.gengduo span{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #265787;
    border-radius: 36px;
    text-align: center;
    margin-left: 28px;
    transition: 0.5s;
}
.gengduo span svg{
    fill: #fff;
    position: relative;
    width: 14px;
    height: 14px;
    top: -2px;
    transition: 0.5s;
}
.gengduo2{
    background: #265787;
    color: #fff!important;
    border: 2px solid #265787;
}
.gengduo2 span{
    background: #fff;
}
.gengduo2 span svg{
    fill: #265787;
}
.gengduo:hover{
    color: #fff!important;
    background: #3070AE;
    border: 2px solid #3070AE;
}
.gengduo:hover span{
    background: #fff;
}
.gengduo:hover span svg{
    fill: #3070AE;
}

.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: 0px 10px 30px rgba(0, 37, 74, 0.1);
}

.p_13 p{
    font-size: 13px;
    line-height: 24px;
}
.p_15 p{
    font-size: 15px;
    line-height: 26px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 38px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 38px;
}
.p_20 p,.p_20{
    font-size: 20px;
    line-height: 38px;
}
.p_em p{
    text-indent: 2em;
}
.p_mb p{
    margin-bottom: 18px;
}

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

.row_24{
    margin-left: -24px;
    margin-right: -24px;
}
.col_24{
    padding-left: 24px;
    padding-right: 24px;
}

.row_10{
    margin-left: -10px;
    margin-right: -10px;
}
.col_10{
    padding-left: 10px;
    padding-right: 10px;
}

.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.row_5{
    margin-left: -5px;
    margin-right: -5px;
}
.col_5{
    padding-left: 5px;
    padding-right: 5px;
}

.ix_bt h3{
    font-size: 34px;
    margin-bottom: 14px;
}
.ix_bt h3 span.ix_bt_xian{
    position: relative;
    padding-bottom: 3px;
}
.ix_bt h3 span.ix_bt_xian:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 17px;
    background: #8BAFD2;
}
.ix_bt h3 span.ix_bt_xian strong{
    position: relative;
}

.ix_about_bg{
    background: url(../img/about_vision_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.ix_about_right{
    position: relative;
}
.ix_about_right:before{
    content: "";
    position: absolute;
    right: -38px;
    bottom: -58px;
    width: 566px;
    height: 380px;
    background: #265787;
}
.ix_about_right img{
    position: relative;
}

.ix_fuwu_bg{
    background: url(../img/ix_fuwu_bg.png) #265787;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.ix_fuwu_card{
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
}
.ix_fuwu_card .card-body{
    padding: 24px 24px 48px 24px;
}
.ix_fuwu_card .card-body svg{
    fill: #fff;
    width: 38px;
    height: 38px;
    margin-top: 30px;
    margin-bottom: 24px;
}
.ix_fuwu_card:hover{
    background: rgba(255, 255, 255, 1);
}
.ix_fuwu_card:hover svg{
    fill: #265787;
}
.ix_fuwu_card:hover h5{
    color: #000;
}
.ix_fuwu_card:hover p{
    color: #7E7E7E;
}

.hzhb_swiper_top{
    margin-bottom: 68px;
    position: relative;
    height: 128px;
}
.hzhb_swiper_top:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 38px;
    width: 100%;
    height: 2px;
    background: #E5E5E5;
}
.hzhb_swiper_top .swiper-wrapper{
    align-items: center;
}
.hzhb_swiper_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hzhb_swiper_top .swiper-wrapper .swiper-slide h5{
    margin-bottom: 18px;
    transition: 0.5s;
}
.hzhb_swiper_top .swiper-wrapper .swiper-slide strong{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #D6D6D6;
    font-size: 20px;
    color: #fff;
    transition: 0.5s;
}
.hzhb_swiper_top .swiper-wrapper .swiper-slide-thumb-active h5{
    font-size: 24px;
}
.hzhb_swiper_top .swiper-wrapper .swiper-slide-thumb-active strong{
    width: 78px;
    height: 78px;
    border-radius: 78px;
    background: #265787;
    color: #fff;
}
.hzhb_swiper_bottom_logo{
    background: #fff;
    height: 120px;
    padding: 14px;
    margin-bottom: 20px;
}
.hzhb_swiper_bottom_logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.ix_yyly_bg{
    background: url(../img/ix_yyly_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ix_yyly_swiper_button{
    display: flex;
    margin-top: 58px;
}
.ix_yyly_swiper_button .swiper-button-next,.ix_yyly_swiper_button .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 15px;
    z-index: 1000;
    position: static;
}
.ix_yyly_swiper_button .swiper-button-prev{
    margin-top: 0px;
    margin-right: 24px;
}
.ix_yyly_swiper_button .swiper-button-next{
    margin-top: 0px;
}
.ix_yyly_swiper_button .swiper-button-prev:after,.ix_yyly_swiper_button .swiper-button-next:after{
    color: #265787;
    font-size: 18px;
}
.ix_yyly_swiper_button .swiper-button-prev:hover:after,.ix_yyly_swiper_button .swiper-button-next:hover:after{
    color: #fff;
}
.ix_yyly_swiper_button .swiper-button-next:hover,.ix_yyly_swiper_button .swiper-button-prev:hover{
    background: rgba(38, 87, 135, 1);
}

.ix_yyly_swiper .card{
    padding: 12px 12px 0px 12px;
}
.ix_yyly_swiper .card .card-body{
    padding: 24px 15px;
}

.ix_news_swiper{
    padding: 0px 24px 48px 24px;
}
.ix_news_swiper .swiper-button-next,.ix_news_swiper .swiper-button-prev{
    width: 90px;
    height: 42px; 
    background: rgba(38,87,135,0);
    border: 1px solid #000;
    border-radius: 42px;
    z-index: 1000;
}
.ix_news_swiper .swiper-button-next svg,.ix_news_swiper .swiper-button-prev svg{
    width: 28px;
    height: 28px;
}
.ix_news_swiper .swiper-button-prev{
    left: auto;
    right: 130px;
    top: 48px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-next{
    right: 24px;
    top: 48px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-prev:after,.ix_news_swiper .swiper-button-next:after{
    content: none;
}
.ix_news_swiper .swiper-button-next:hover,.ix_news_swiper .swiper-button-prev:hover{
    background: rgba(38,87,135,1);
    border: 1px solid #265787;
}
.ix_news_swiper .swiper-button-next:hover svg,.ix_news_swiper .swiper-button-prev:hover svg{
    fill: #fff;
}

.ix_news_bg{
    position: relative;
}
.ix_news_bg:before{
    content: "NEWS";
    position: absolute;
    right: 0px;
    top: 128px;
    font-size: 200px;
    color: rgba(0, 0, 0, 0.02);
}

.ix_news_card .fangda{
    border-radius: 24px;
    position: relative;
}
.ix_news_card_right{
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1000;
    background: #fff;
    justify-content: center;
    align-items: center;
}
.ix_news_card_right svg{
    width: 24px;
    height: 24px;
}
.ix_news_card_right:hover{
    background: #265787;
}
.ix_news_card_right:hover svg{
    fill: #fff;
}
.ix_news_card_rq{
    display: inline-block;
    background: #265787;
    padding: 12px 28px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    line-height: 24px;
}
.ix_news_card .card-body{
    padding-left: 0px;
    padding-right: 0px;
}
.ix_news_card .card-body h5{
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.ix_news_card .card-body p{
    font-size: 15px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}

.ix_news_card{
    margin-bottom: 68px;
}

/*bottom*/
@media (min-width: 980px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 980px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 980px){
    .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
        transform: rotate(90deg);
        opacity: 0;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
        transform: rotate(0deg);
        opacity: 1;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: #00254A;
    padding-top: 88px;
    color: #fff;
}

.bottom_ul{
    padding-bottom: 48px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.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 .bottom_nav_a a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #C8C8C8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #fff;
}

.di_beian{
    padding: 30px 0px;
    line-height: 24px;
    margin-top: 24px;
    border-top: 1px solid #fff;
}
.botom_beianhao .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    padding-left: 28px;
    color: #C8C8C8;
    line-height: 36px;
    position: relative;
    font-size: 16px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 8px;
    left: 0px;
}
.bottom_bg .bottom_contact li span{
    margin-left: 70px;
}

.bottom_erweima{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 260px;
    height: 260px;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow .list-inline-item:not(:last-child){
    margin-right: 12px;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    color: #000;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #000;
    fill: #000;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #000;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #71A7DB;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_dibu{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.ix_dzlc_card .card-body{
    padding: 0px;
}
.ix_dzlc_card .card-body span{
    width: 120px;
    height: 120px;
}
.ix_dzlc_card2 .card-body span{
    background: none;
    border: 2px solid #fff;
}

.md_erweima{
    display: flex;
    justify-content: flex-end;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    /*background: url(../img/about_banner.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    align-items: center;
}
.about_banner h2{
    font-size: 34px;
}

.about_breadcrumb li a,.about_breadcrumb li{
    line-height: 24px;
    display: inline-block;
    color: #fff;
}
.about_breadcrumb .about_breadcrumb_home a{
    padding-left: 36px;
    position: relative;
    color: #fff;
}
.about_breadcrumb .about_breadcrumb_home a svg{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0px;
    top: 0px;
    fill: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "-";
    line-height: 24px;
    color: #fff;
}

.about_youshi_bf{
    background: url(../img/about_youshi_bf.png) #2C5D87;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_youshi_card .card-body svg{
    width: 58px;
    height: 58px;
}
.about_youshi_card:hover .card-body h4{
    color: #000;
}

.about_zhengshu_bg{
    background: url(../img/about_zhengshu_bg.png) #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.honor_swiper_bg{
    padding: 150px 110px 150px 110px;
    background: #265787;
}
.honor_swiper{
    width: 100%;
    height: 458px;
}
.honor_swiper .swiper-wrapper .swiper-slide{
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
    opacity: 0.5;
}
.honor_swiper .swiper-wrapper .swiper-slide-thumb-active{
    font-size: 24px;
    opacity: 1;
}
.honor_swiper .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.honor_swiper .swiper-wrapper .swiper-slide-thumb-active:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.honor_swiper2{
    margin-top: 48px;
    z-index: 1000;
}
.honor_swiper2 .media img{
    width: 278px;
    margin-left: 78px;
}
.honor_swiper2 .media .media-body{
    padding-bottom: 48px;
}
.honor_swiper2 .media .media-body h1{
    font-size: 46px;
    padding-bottom: 18px;
    margin-bottom: 24px;
    position: relative;
}
.honor_swiper2 .media .media-body h1:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 5px;
    border-radius: 5px;
    background: #FFF;
}
.honor_swiper2 .media .media-body h1 span{
    font-size: 20px;
}
.honor_swiper2 .swiper-button-next,.honor_swiper2 .swiper-button-prev{
    width: 42px;
    height: 42px;
}
.honor_swiper2 .swiper-button-prev{
    top: auto;
    left: 0px;
    bottom: 0px;
}
.honor_swiper2 .swiper-button-next{
    top: auto;
    right: auto;
    left: 68px;
    bottom: 0px;
}
.honor_swiper2 .swiper-button-next:after, .honor_swiper2 .swiper-button-prev:after{
    content: none;
}

.about_zhengshu_left{
    padding-left: 8vw;
    padding-right: 60px;
}

.at_fzls_bg{
    background: url(../img/at_fzls_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 300px;
}
.about_fzlc_swiper{
    padding: 0px 15px;
}
.about_card{
    padding-right: 38px;
    border-left: 1px dashed #fff;
    padding-left: 32px;
    position: relative;
    height: 320px;
}
.about_card:after{
    content: "";
    position: absolute;
    left: -13px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #fff;
}
.about_card:before{
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    width: 7px;
    height: 48px;
    border-radius: 25px;
    background: #fff;
}

.at_ce_card{
    background: #F7F7F7;
    padding: 15px 15px 0px 15px;
}
.at_ce_card .card-body{
    padding: 24px 0px 24px 0px;
}
.at_ce_card:hover{
    background: #fff;
}

.at_ce_ds_ul .list-inline-item:not(:last-child){
    margin-right: 30px;
}
.culture_ds{
    position: relative;
    width: 100%;
}
.culture_ds_swiper{
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 48px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}
.culture_ds_swiper .swiper-wrapper .swiper-slide{
    cursor: pointer;
    opacity: 0.6;
}
.culture_ds_swiper .swiper-wrapper .swiper-slide-thumb-active{
    opacity: 1;
    border: 3px solid #fff;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-item .page-link{
    background: #fff;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px!important;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_ul .page-item .page-link{
    background: #fff;
}
.page_ul{
    background: #fff;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.product_ul .page_ul{
    background: #fff;
}
.page_ul .list-inline-item{
    margin-right: 0px;
}
.page-item .page_link_left{
    margin-right: 20px;
}
.page-item .page_link_right{
    margin-left: 20px;
}
.page-item .page-link:hover{
    color: #265787;
}
.page-item.active .page-link{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    color: #fff;
    background: #265787;
    box-shadow: 0px 0px 13px rgba(5, 83, 150, 0.27);
    border: none;
}

.at_ry_media{
    background: #fff;
    padding: 38px 24px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.at_ry_media .media-body{
    position: relative;
    padding: 0px 158px 0px 24px;
}
.at_ry_media .media-body h5{
    font-size: 20px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 35px;
}
.at_ry_media:hover{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.at_ry_media a{
    position: absolute;
    right: 0px;
    top: 50%;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 38px;
    background: #265787;
    color: #fff;
    margin-top: -24px;
}
.at_ry_media .at_ry_media_span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #265787;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.at_ry_media:hover{
    background: #265787;
    color: #fff;
}
.at_ry_media:hover .at_ry_media_span{
    background: #fff;
    color: #265787;
}
.at_ry_media:hover .media-body p{
    color: #fff;
}
.at_ry_media:hover a{
    background: #fff;
    color: #265787;
}

/* ----------------------------------------------------------------
    产品技术
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    align-items: center;
}

.products_nav{
    background: #fff;
    border-radius: 8px;
    position: sticky;
    top: 108px;
    padding-bottom: 30px;
}
.ps_nav_bt{
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    background: #265787;
}
.faq_style .card{
    border: none;
    background: none;
    padding: 0px 14px;
}
.faq_style .faq_bt{
    display: block;
    padding: 18px 60px 18px 20px;
    cursor: pointer;
    position: relative;
}
.faq_style .faq_bt.collapsed{
    background: #fff;
}
.faq_style .faq_bt h4{
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
..faq_style .faq_bt h4 a{
    display: block;
}
.faq_style .faq_bt span{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0%;
    right: 0px;
    margin-top: 0px;
}
.faq_style .card .card-body{
    border-top: none;
    padding: 0px 0px 0px 0px;
}
.faq_style .faq_bt span{
    width: 60px;
    height: 60px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: 0.5s;
    transform:rotate(180deg);
    color: #055396;
}
.faq_style .faq_bt span.collapsed{
    transform:rotate(0deg);
    color: #000;
}
.faq_style .card{
    border-color: #eee;
    border-radius: 0px;
}
.faq_style_ul{
    background: #F8F8F8;
}
.faq_style_ul li{
    padding: 0px 20px;
}
.faq_style_ul li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 12px 0px;
    border-bottom: 1px solid #fff;
    color: #2A2A2A;
}
.faq_style_ul li.active a,.faq_style_ul li a:hover{
    color: #265787;
}
.faq_style_ul li:last-child a{
    border: none;
}

.ps_card{
    padding: 12px 12px 0px 12px;
}

/*详情页*/
.ps_ds_zhutu_kuang{
    padding: 28px;
    background: #fff;
}
.ps_ds_zhutu{
    padding: 0px 20% 0px 0px;
    position: relative;
}
.ps_ds_swiper_top{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18%;
    height: 100%;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide{
    opacity: 0.8;
    cursor: pointer;
    height: auto;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    opacity: 1;
    border: 5px solid #265787;
}

.pt_ds_bt{
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 30px;
    font-size: 36px;
    padding-top: 24px;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 6px;
    border-radius: 6px;
    background: #265787;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.ps_ds_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul .gengduo{
    padding: 12px 68px;
    font-size: 16px;
    line-height: 24px;
}
.pt_ds_gengduo{
    background: #265787;
    border: 2px solid #265787;
    color: #fff!important;
}
.gengduo_fhlb{
    background: #fff;
    border: 2px solid #E5E5E5;
    color: #000!important;
}

/* ----------------------------------------------------------------
    团队风采
----------------------------------------------------------------- */
.team_banner{
    background: url(../img/team_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    align-items: center;
}

/* ----------------------------------------------------------------
    团队风采
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    align-items: center;
}

.device_nav_swiper{
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
}
.device_nav_swiper .swiper-wrapper{
    display: flex;
    justify-content: center;
}
.device_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    margin: 0px 15px;
    background: #F9F9F9;
    font-size: 18px;
    line-height: 24px;
    padding: 14px 58px;
    border-radius: 50px;
    border: 2px solid #F2F2F2;
}
.device_nav_swiper .swiper-wrapper .active,.device_nav_swiper .swiper-wrapper .swiper-slide:hover{
    box-shadow: 0px 5px 15px rgba(52, 79, 148, 0.3);
    border: 2px solid #265787;
    background: #265787;
    color: #fff!important;
}

.device_nav_swiper .swiper-button-next{
    width: 38px;
    height: 56px; 
    background: rgba(38,87,135,1);
    border-radius: 0px;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    top: 0px;
    right: 0px;
    margin-top: 0px;
}
.device_nav_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.device_nav_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.device_nav_swiper .swiper-button-next:hover{
    background: rgba(38,87,135,1);
}

.news_card{
    margin-bottom: 88px;
}
.news_card .card-body{
    padding: 0px;
}
.news_card .card-body h6 .icon{
    width: 16px;
    height: 16px;
    fill: #999;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.news_pagination .page-item .page-link{
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}
.news_pagination .page_ul{
    background: #f9f9f9;
}
.news_pagination .page-item.active .page-link{
    background: #265787;
    border: 1px solid #265787;
}

.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #265787;
    border-radius: 0px;
    padding: 30px 38px;
}
.ns_ds_bottom ul li a{
    color: #fff;
}
.news_gengduo,.news_gengduo:hover{
    background: #fff;
    color: #055396!important;
    border-color: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 4px 46px;
    font-weight: 400;
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    align-items: center;
}

.contact_lxfs_media{
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    padding: 24px 24px 24px 32px;
    width: 100%;
    background: #fff;
}
.contact_lxfs_media img{
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}
.contact_lxfs_media h5{
    font-size: 20px;
}
.contact_lxfs_media .media-body{
    padding-left: 32px;
}
.contact_lxfs_media .media-body .contact_lxfs_media_p{
    font-size: 14px;
    line-height: 18px;
}

.contact_zxly{
    background: url(../img/contact_zxly.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.trip_mfzx_form .form_input_height{
    height: 62px;
}
.trip_mfzx_form .form-control{
    border-radius: 8px;
    padding: 15px 18px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #ddd;
    box-shadow: none;
}
.trip_mfzx_form .form-group{
    margin-bottom: 18px;
}
.contact_zxly_card{
    overflow: visible;
}
.contact_zxly_card .card-body{
    padding-left: 90px;
}
.contact_zxly_card .contact_zxly_card_left img{
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
}
.contact_gengduo{
    padding: 14px 48px;
    line-height: 24px;
    font-size: 16px;
}

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

@media (min-width: 1198px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    .device_nav_swiper .swiper-wrapper{
        justify-content: flex-start;
    }
    .device_nav_swiper .swiper-wrapper .swiper-slide{
        margin: 0px 24px 0px 0px;
    }
}
@media (max-width: 1600px){
    .row_30 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30{
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand{
        height: 38px;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 28px 24px 28px 24px
    }
    .banner_nr h1{
        font-size: 48px;
    }

    .banner{
        height: 680px;
    }
    .ix_about_right:before{
        width: 70%;
        height: 80%;
    }

    .at_ce_card h5{
        font-size: 14px;
    }
    .about_zhengshu_left{
        padding-left: 6%;
    }
    .honor_swiper2 .media img{
        margin-left: 48px;
    }
    .honor_swiper_bg{
        padding: 150px 48px 150px 48px;
    }
}

@media (max-width: 1400px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 28px 18px 28px 18px;
    }
    .navbar-brand{
        height: 30px;
    }
}

@media (max-width: 1198px){
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }

    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 19px;
        margin-bottom: 19px;
        padding: 0px;
        height: 30px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        /*justify-content: center;*/
    }
    .nav_min .nav_container{
        position: relative;
        /*justify-content: center;*/
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 58px;
        top: 15px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #000!important;
    }
    .search_anniu_top:before{
        background: #000!important;
    }
    .search_anniu_top2{
        width: 68px;
        height: 58px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .md_collapse .navbar-nav{
        padding: 15px 15px 15px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 40px 20px 15px;
    }
    .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: 15px;
        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;
    }

    .nav_min .pc_yuyan .nav-link svg,.nav_min .pc_yuyan:hover .nav-link svg{
        fill: #000;
    }
    .nav_min .pc_yuyan .nav-link,.navbar-light .navbar-nav .show>.nav-link,.nav_min .pc_yuyan:hover .nav-link{
        color: #000;
        background: none;
    }
    .nav-link:before{
        content: none;
    }

    .bottom_dibu{
        flex-direction: column;
    }
    .botom_beianhao li{
        display: block;
    }
    .botom_beianhao .list-inline-item:not(:last-child){
        margin-right: 0px;
    }
    .botom_beianhao{
        margin-top: 12px;
        text-align: center;
    }

    .banner{
        height: 480px;
    }
    .banner_nr h1{
        font-size: 38px;
    }

    .ix_news_swiper .swiper-button-next, .ix_news_swiper .swiper-button-prev{
        width: 58px;
        height: 38px;
        border-radius: 38px;
        top: 0px;
    }
    .ix_news_swiper .swiper-button-prev{
        right: 98px;
    }

    .container_style{
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .ix_news_card{
        margin-bottom: 48px;
    }
    .nav_min{
        border-top: 5px solid #265787;
    }

    .about_banner{
        height: 380px;
    }

    .device_nav_swiper{
        padding-bottom: 15px;
    }
    .news_card .card-body{
        padding-top: 28px;
    }

    .contact_zxly_card .card-body{
        padding: 48px 0px 0px 0px;
    }
}
@media (max-width: 980px){
    /*top*/

    /*bottom*/
    .bottom_bg{
        padding-top: 0px;
    }
    .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: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian,.di_about{
        margin-top: 24px;
    }
    .md_erweima{
        margin-top: 24px;
    }
    .md_erweima{
        justify-content: center;
    }

    .ix_about_right{
        margin-top: 48px;
    }
    .ix_about_right:before{
        content: none;
    }
    
    .ns_ds_bottom{
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }
    .ns_ds_bottom ul{
        margin-bottom: 24px;
    }

    .device_nav_swiper .swiper-wrapper .swiper-slide{
        font-size: 14px;
        padding: 8px 38px;
    }
    .device_nav_swiper .swiper-button-next{
        height: 44px;
    }
    .about_zhengshu_left{
        padding-right: 6%;
    }
    .honor_swiper_bg{
        padding: 48px 6% 48px 6%;
    }
}

@media (max-width: 768px){
    .tanchuang_tuichu{
        right: 0px;
        background: none;
        margin-top: -5px;
    }

    .wrap,.wrap_lg,.wrap_md{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }

    .banner_nr h1,.ix_bt h3,.about_banner h2,.about_bt h2,.pt_ds_bt,.news_bt{
        font-size: 24px;
        line-height: 38px;
    }
    .banner_nr h5,.p_16 p, .p_16{
        font-size: 14px;
        line-height: 24px;
    }
    .news_card h4{
        font-size: 18px;
        line-height: 32px;
    }
    .ix_bt h5{
        font-size: 15px;
    }

    .banner{
        height: 380px;
    }
    .ix_bt h3 span.ix_bt_xian:before{
        height: 12px;
    }
    .gengduo{
        font-size: 14px;
    }
    .hzhb_swiper_bottom_logo{
        height: 100px;
    }

    .about_banner{
        height: 240px;
    }
    .about_banner h2{
        margin-bottom: 14px !important;;
    }

    .ps_ds_zhutu_kuang{
        padding: 15px;
    }
    .ps_ds_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
        border: 3px solid #265787;
    }
    .ps_ds_ul .gengduo{
        font-size: 14px;
        padding: 8px 30px;
    }
    .ps_ds_ul .list-inline-item:not(:last-child){
        margin-right: 15px;
    }
    .news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 12px;
    }

    .device_nav_swiper .swiper-wrapper .swiper-slide{
        margin: 0px 8px 0px 0px;
        padding: 8px 28px;
    }
    .at_fzls_bg{
        padding-bottom: 120px;
    }
    .honor_swiper2 .media{
        display: block;
    }
    .honor_swiper2 .media .media-body{
        padding-bottom: 24px;
    }
    .honor_swiper2{
        padding-bottom: 48px;
    }
    .at_ry_media{
        display: block;
    }
    .at_ry_media a{
        position: static;
        margin-top: 24px;
    }
    .at_ry_media .media-body{
        padding: 0px;
    }
    .at_ry_media .at_ry_media_span{
        margin-bottom: 14px;
    }
    .top_xiala .dropdown-toggle {
    display: block;
    position: absolute;
    top: 8px;
    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;
}
}























/* 分页导航容器样式 */
nav[aria-label="Page navigation example"] {
    text-align: center;
    margin: 20px 0;
}

/* 基础分页容器样式 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto; /* 水平居中 */
    border-radius: 4px;
}

/* 分页列表项基本样式 */
.pagination li {
    display: inline;
}

/* 分页链接基本样式 */
.pagination a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    transition: all 0.3s ease;
}

/* 第一个和最后一个分页项的边界圆角 */
.pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
        height: 33.5px;
}

.pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
            height: 33.5px;
}

/* 鼠标悬停时的样式 */
.pagination a:hover {
    background-color: #eee;
    color: #23527c;
    z-index: 2;
}

/* 选中页（当前页）的样式 - 蓝色背景 */
.pagination .active a {
    z-index: 3;
    color: white;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

/* 禁用状态的样式 */
.pagination .disabled a {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination .disabled a:hover {
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

/* 省略号等特殊符号的样式调整 */
.pagination a span {
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

/* 响应式调整 - 小屏幕下的样式 */
@media (max-width: 768px) {
    .pagination a {
        padding: 4px 8px;
        font-size: 12px;
    }
}


















/* 表格容器样式 */
.col-lg-12 {
   
    justify-content: center;
}

/* 表格样式 */
table {
    border-collapse: collapse;
 width: 100%;
    margin: 0 auto;
}

/* 单元格样式 */
td {
    border: 1px solid #bbb;
    padding: 15px;
    line-height: 1.5;
    font-family: "微软雅黑", sans-serif;
    font-size: 12pt;
    color: #000;
}

/* 第一行样式 */
.firstRow td {
    font-weight: bold;
}

/* 特定单元格样式 */
.kso1 span {
    font-size: 18px;
    color: #333;
}