/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei light","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #333;
}

::-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;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 50%;
    z-index: 1000;
    margin-bottom: -150px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}
.right_xf li a{
    display: inline-block;
    width: 66px;
    height: 66px;
    color:#999;
    border-radius: 5px;
    background: #fff;
    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 img{
    width: 100%;
    height: 24px;
    object-fit: contain;
}
.right_xf li a:hover{
    color: #4c6aff;
}

.right_xf li,.erweima{
    position: relative;
}
.right_xf .menu,.erweima .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 66px;
    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,.erweima .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,.erweima: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;
    border-radius: 58px;
    line-height: 66px;
    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: #1b9ce5;
    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: #5394dc;
}

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;
}
.font18{
    font-size: 18px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #5394dc!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;
}

.pc_cr{
    max-width: 1400px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    padding: 0px;
    border: none;
}
.navbar-brand{
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.5s;
    margin-right: 22px;
}
.navbar-brand img{
    max-height: 62px;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 29px 0px;
    position: relative;
}
.nav_min .navbar-nav .nav-link{
    color: #666;
    font-size: 16px;
    transition: all 0.3s;
}

.fixed-top .navbar-nav .nav-link{
    color: #fff;
}
.fixed-top .search_anniu_top:before{
    background: #fff;
}
.fixed-top .search_anniu_top:after{
    border: 2px solid #fff
}
.fixed-top .navbar-toggler .icon-bar{
    background: #fff;
}

.fixTop.fixed-top .navbar-nav .nav-link{
    color: #666;
}
.fixTop.fixed-top .search_anniu_top:before{
    background: #666;
}
.fixTop.fixed-top .search_anniu_top:after{
    border: 2px solid #666
}
.fixTop.fixed-top .navbar-toggler .icon-bar{
    background: #666;
}



.navbar-expand-lg .navbar-nav .pc_yuyan{
    padding: 21px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.nav_min .navbar-nav .nav-link span{
    position: absolute;
    right: 0px;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:hover span,.nav_min .navbar-nav .active span{
    color: #0093d1;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #0093d1;
    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;
}
.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: 17px 0px;
    position: absolute;
    left: 5px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #666;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav_style.fixTop {
    position: fixed;
    z-index: 1001;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(153, 153, 153, 0.1);
}

/* 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: 100%;
    width: 240px;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.1);
    border-radius: 0px;
    border: none;
    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{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    border-bottom: 1px solid #f9f9f9;
}
.top_xiala .dropdown-menu a:hover{
    color: #1b9ce5;
    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;
    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: #1b9ce5;
    color: #fff;
}

.search_anniu_top{
    display: inline-block;
    width: 58px;
    height: 66px;
    border: none;
    position: relative;
    margin-top: 5px;
    background: none;
    border: none;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 8px;
    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: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #666;
    transition: all .5s;
}

.search_anniu_top:hover:before{
    background: #5394dc;
}
.search_anniu_top:hover:after{
    border: 2px solid #5394dc;
}

.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #f9f9f9;
    z-index: 2000;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 0px;
    padding-bottom: 0px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 15px 15px;
    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_anniu2{
    display: inline-block; 
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
    margin-top: 10px;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}

/*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: center;
    justify-content: center;
    padding-top: 88px;
}*/
.banner .swiper-pagination-bullet{
    width: 68px;
    height: 4px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner>.swiper-pagination-bullets{
    bottom: 20px;
}
.banner .swiper-pagination-bullet-active{
    width: 68px;
    opacity: 1;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-button-prev{
    left: 30px;
    opacity: 1;
    /*margin-top: 19px;*/
}
.banner .swiper-button-next{
    right: 30px;
    opacity: 1;
    /*margin-top: 19px;*/
}
.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,147,209,1);
}

/*主体*/
.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);
}

.fangda.sbpimg {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
    transition:all 0.5s ease-out; 
}
.fdimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fangda.sbpimg:hover{
    transform:scale(1.1);
}
.sbph6{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    color: #fff;
}


.gengduo{
    border:2px solid #e5322d;
    background: #e5322d;
    color: #fff;
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding: 12px 38px;
}
.gengduo:hover {
    color: #fff;
    background-color: #d12e29;
    border-color: #d12e29;
}

.index_bt{
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}
.index_bt:before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -29px;
    bottom: 0px;
    width: 58px;
    height: 2px;
    background: #0093d1;
}
.index_bt2:before{
    background: #fff;
}
.index_bt3:before{
    left: 0px;
    margin-left: 0px;
}

.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 15px -5px rgba(0, 0, 0, 0.3);
}

.innopa{
    padding: 0;
}
.moimg{
    display: none;
}

.index_product{
    /*margin-bottom: 30px;*/
}
.index_product .card-img-overlay{
    padding: 30px 25px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.index_product .card-img-overlay:hover{
    background: rgba(0, 0, 0, 0.5);
}

.ix_about_bg{
    background: url(../img/ix_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ix_about_nr_bg{
    background: rgba(0, 0, 0, 0.6);
}
.ix_about_left{
    padding: 48px;
}
.ix_about_left_bt{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.ix_about_right{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    height: 258px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ix_about_right h1 strong{
    font-size: 48px;
}
.ix_about_right h1 strong i{
    font-style: initial;
}
.ix_about_right h1 strong span{
    font-size: 30px;
}
.ix_about_right2{
    border-bottom: none;
}
.ix_about_right:hover{
    background: rgba(0, 0, 0, 0.2);
}

.index_news_card .card-body h6{
    /*line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 58px;*/
}
.call_us_i i {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

/*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{
    /*border-top: 1px solid #eee;*/
    padding-top: 35px;
    background: #fff;
    color: #fff;
    background: url(../img/footbg.jpg) no-repeat center center;
    background-size: cover;
}

.bottom_ul{
    padding-bottom: 15px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #fff;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_ul .card{
    background: none;
    padding: 24px 0px 15px 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: #999;
}
.bottom_ul .card a:hover{
    color: #0093d1;
}

.di_beian{
    padding-top: 15px;
    padding-bottom: 15px;
    /*border-top: 1px solid #eee;*/
}

.di_input{
    border: none;
    height: 48px;
    border-radius: 0px;
    background: #f9f9f9;
}
.di_button{
    background: #1b9ce5;
    border: 2px solid #1b9ce5;
    padding: 10px 24px;
    color: #fff;
    border-radius: 0px;
}

.di_media .media{
    margin-bottom: 8px;
}
.di_media .media i{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background: #eee;
}
.di_media .media:hover i{
    background: #0093d1;
    color: #fff;
    transition: all 0.3s;
}

.di_ul li{
    line-height: 36px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_form .form-control{
    border-color: #eee;
    padding: 12px 18px;
    border-radius: 0;
    font-size: 16px;
}
.form_input_height{
    height: 47px;
}
.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 #1b9ce5;
    background: #1b9ce5;
    color: #fff;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #448cdc;
    border-color: #448cdc;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clear {
    clear: both;
}
.section {

}
.subMenu .inner {
    position: relative;
    font-size: 16px;
}

.subMenu {
    width: 100%;
    z-index: 1000;
    background: #f9f9f9;
    position: relative;
}

.subMenu:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.subMenu .inner {
    font-weight: 400;
}

.subMenu .inner .subNavBtn {
    display: inline-block;
    color: #666;
    padding: 24px 0px;
    margin-right: 60px;
    position: relative;
    top: 0;
}
.subMenu .active:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #429ee4;
}
.subMenu .active {
    color: #0093d1!important;
    position: relative;
}
.about_nav{
    position: relative;
    z-index: 2;
    overflow-y: hidden;
    display: -ms-flexbox;
    margin-top: -1px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    display: flex;
    justify-content: flex-start;
}
.about_nav::-webkit-scrollbar {
    /*滚动条整体样式*/
    height: 0px;
}

/* SECTIONS */
.about_p p{
    color: #666;
    line-height: 27px;
}
.maximg img{
    max-width: 100%;
    height: auto;
}

.s1 {
    background: url(../img/s1.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about_ywfgfw{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
}
.about_ywfgfw:hover{
    background: rgba(255, 255, 255, 0.1);
}

.s3 {
    background: url(../img/s3.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.course_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
}
.course_top .swiper-button-next,.course_top .swiper-button-prev{
    width: 40px;
    height: 40px; 
    background: rgba(255,255,255,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: #000;
    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(83,148,220,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 24px 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: #ccc;
    border: 2px solid #ccc;
}
.swiper-slide-thumb-active .course_top_rq:before{
    background: #0093d1;
    border: 2px solid #0093d1;
}
.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_corporate_nr{
    padding: 48px;
}

.about_zzzs_swiper .swiper-slide{
    transform: scale(0.8);
}
.about_zzzs_swiper .swiper-slide-active,.about_zzzs_swiper .swiper-slide-duplicate-active{
    transform: scale(1);
}
.about_zzzs_swiper{
    padding-bottom: 48px;
}
.about_zzzs_swiper .swiper-pagination{
    top: auto;
    bottom: 0px;
}
.about_zzzs_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0093d1;
}

.about_zzzs_swiper .swiper-button-next,.about_zzzs_swiper .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about_zzzs_swiper .swiper-button-prev{
    left: 15px;
    opacity: 1;
    margin-top: -25px;
}
.about_zzzs_swiper .swiper-button-next{
    right: 15px;
    opacity: 1;
    margin-top: -25px;
}
.about_zzzs_swiper .swiper-button-prev:after,.about_zzzs_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.about_zzzs_swiper .swiper-button-prev:hover:after,.about_zzzs_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.about_zzzs_swiper .swiper-button-next:hover,.about_zzzs_swiper .swiper-button-prev:hover{
    background: rgba(0,147,209,1);
}

.s6 {
    background: url(../img/s6.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about_whln_card img{
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin: 68px 0px 24px 0px;
}
.about_hzhb_img{
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----------------------------------------------------------------
    产品与服务
----------------------------------------------------------------- */
.product_banner{
    background: url(../img/product_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_bottom{
    position: relative;
    background: #f9f9f9;
}
.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: 16px;
    display: block;
    padding: 24px 0px;
    position: relative;
    color: #999;
}
.products_nav_swiper .swiper-wrapper .active a,.products_nav_swiper .swiper-wrapper .swiper-slide a:hover{
    color: #0093d1;
}
.products_nav_swiper .swiper-wrapper .active a:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #0093d1;
}
.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(204,204,204,1);
    -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(25,103,172,1);
}

.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_details_swiper{
    padding: 0px 0px 0px 1px;
}
.pt_details_swiper .swiper-wrapper .swiper-slide{
    cursor: pointer;
    opacity: 0.8;
}
.pt_details_swiper .swiper-wrapper .swiper-slide img,.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_details_swiper .swiper-wrapper .swiper-slide img{
    padding: 6px;
    border: 1px solid #eee;
    background: #fff;
}
.pt_details_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_details_swiper2 .swiper-button-next:after,.pt_details_swiper2 .swiper-button-prev:after{
    color: #1c1f89;
}

.pt_details_swiper2 .swiper-button-next,.pt_details_swiper2 .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pt_details_swiper2 .swiper-button-prev{
    left: 15px;
    opacity: 1;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-next{
    right: 15px;
    opacity: 1;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-prev:after,.pt_details_swiper2 .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.pt_details_swiper2 .swiper-button-prev:hover:after,.pt_details_swiper2 .swiper-button-next:hover:after{
    color: #fff;
}
.pt_details_swiper2 .swiper-button-next:hover,.pt_details_swiper2 .swiper-button-prev:hover{
    background: rgba(0,147,209,1);
}

.pt_list_row{
    margin: 0px -24px;
}
.pt_list_col{
    padding: 0px 24px;
}
.pt_list_col ul li{
    line-height: 28px;
}

.table thead th{
    background: #5394dc;
    padding: 15px 15px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}
.table td{
    padding: 20px 15px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.ps_ds_ul{
    padding: 0px 38px;
}
.ps_ul li{
    margin-bottom: 14px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-link{
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 12px 16px;
    border: 1px solid #eee;
}
.page-link:hover,.page-item.active .page-link{
    background: #0093d1;
    color: #fff;
    border: 1px solid #0093d1;
}
.page-item:first-child .page-link{
    border-radius: 0px;
}
.page-item:last-child .page-link{
    border-radius: 0px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_us_banner{
    background: url(../img/contact_us_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_png{
    background: #fff;
    padding: 24px 30px;
}
.service_png p{
    margin: 5px 0;
}

.news_ds_p{
    display: block;
    overflow: hidden;
}
.news_ds_p p{
   /* margin-bottom: 18px;*/
    line-height: 28px;
}

.news_card{
    border-bottom: 1px solid #eee!important;
    padding: 0;
}
.news_card:last-child{
    border-bottom:none !important;
}
.news_wy .rtime{
    display: inline-block;
    float: right;
    color:#6c757d;
    font-size: 14px;
}

.news_card_2.news_card {
    padding: 18px 0px;
    border: none!important;
}
.fangda.newsimg{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 55%;
    background: #fff;
    transition:all 0.5s ease-out; 
}
.fdimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_news_card .fangda.newsimg:hover{
    transform:scale(1.1);
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    
}

@media (max-width: 1200px){
    .top_xiala .dropdown-toggle {
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle {
        display: block;
    }
    .navbar-brand{
        margin-right: 0px;
        padding: 9px 15px;
    }
    .navbar-brand img{
        height: 50px;
        object-fit: contain;
    }
    .yuyan_top_xiala .nav-link{
        padding: 20px 0px 20px 0px;
    }
    .nav_min .container{
        padding: 0px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .search_anniu_top{
        width: 58px;
        height: 68px;
        margin-top: 0;
    }
    .md_search_anniu_top{
        margin-top: 5px;
    }
    .yuyan_top_xiala{
        margin-right: 0px;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #eee;
    }
    .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 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }

    .products_right_top .form-control{
        width: 150px;
    }

    .index_products{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@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: 24px;
    }
    .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-top: 1px solid #eee;
    }
    .di_socialize{
        margin-top: 24px;
    }
    .bottom_beian{
        border-top: none;
        padding: 24px 0px 24px 0px;
        margin-top: 0px;
    }
    .bottom_ul .card{
        padding: 15px 0px;
    }
    .di_beian{
        margin-top: 0px;
    }

    /*.banner{
        height: 488px;
    }*/
    .ps_ds_ul{
        padding: 0px 15px;
    }
    .md_top{
        margin: 10px 0px;
    }

    .ix_about_right{
        padding: 38px 0px;
    }
    .ix_about_left{
        padding: 38px 30px;
    }
    .ix_about_right{
        height: auto;
    }
    .ix_about_right h6{
        font-size: 14px;
    }
    .ix_about_right{
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: none;
    }
    .ix_about_right3{
        border-left: none;
    }
    .subMenu .inner .subNavBtn{
        margin-right: 30px;
    }
}

@media (max-width: 768px){
    .banner h3{
        font-size: 20px;
        line-height: 32px;
    }

    .product_banner,.contact_us_banner,.about_banner{
        height: 240px;
    }
    .pcimg{
        display: none;
    }
    .moimg{
        display: block;
    }
    .innopa {
        padding: 0 15px;
    }
    .innopa.col-lg-8{
        margin: 0 15px;
    }
}