body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

/*返回顶部*/
.totop{
    width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center; 
    background: rgba(255,255,255,1); 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    position: fixed;
    bottom: 60px; 
    right: 0px; 
    cursor: pointer;
    display: none;
    color:#ccc;
    z-index: 1000;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.totop:hover{
    color: #fff;
    background-color: #ffbc2a;
}
@media (max-width: 900px){
    .totop{
        display: none!important;
    }
}

/*在线咨询*/
.kefu_style{
    position: fixed;
    bottom: 120px; 
    right: 0px; 
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    width: 50px;
}
.kefu_style .kefu_style_no_border{
    border: none;
}
.kefu_style .menu{
    display: none;
    position: absolute;
    top: 0px;
    right: 50px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;    /* Firefox */
}
.kefu_style .menu div{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);

}
@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;
    }
}
.kefu_style_a{
    display: block;
    height: 50px;
    line-height: 52px;
    color:#ccc;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.kefu_style_a:hover{
    color: #fff;
    background: #ffbc2a;
}
.kefu_style li:hover .menu{
    display: block;
    transition: all .5s;
}
.kefu_style .menu ul{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
@media (max-width: 900px){
    .kefu_style{
        display: none!important;
    }
}

/*底部响应下拉*/
@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: '-';
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center; 

    }
    .collapsed .bottom_xiala:after{
        content: '+';
        display: inline-block;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus{outline:0;}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #ffbc2a;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    word-break: break-all;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}

.text-primary{
    color: #3ca0e6!important;
}
.text_999{
    color: #999;
}

.bg_000{
    background: #000;
}
.bg_f9f9f9{
	background: #f9f9f9;
}
.bg_f5f5f5{
    background: #f5f5f5;
}

.text-primary{
    color: #3ca0e6;
}

.border-primary {
    border-color: #3ca0e6!important;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pg88{
    padding-left: 88px;
    padding-right: 88px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}

.no_margin{
    margin: 0px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    background: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.navbar{
    padding: 0px 0px 0px 0px;
    transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s; /* Safari */
}
.navbar-brand{
    padding: 15px 0px 15px 0px;
    margin-right: 0px;
}
@media (min-width: 1200px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 24px;
        padding-left: 24px;
    }
}
.nav-link {
    padding: 23px 24px;
    margin: 0px 0px;
    position: relative;
    transition: all 0.3s;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #ffbc2a;
    background: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link.yuyan{
    padding-left: 30px;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    background: #ffbc2a;
    height: 2px;
    border-radius: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-link:hover:before,.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before{
    left: 0%;
    right: 0%;
}

.nav_logo{
    padding: 15px 0px;
}

.nav_min{
    display: block;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 13px 5px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #8e8e8e;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);

}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 240px;
    background: none;
    box-shadow: none;
    border-radius: 8px;
    margin-top: 0px;
    z-index: 1000;
    padding: 10px 0px 0px 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:before{
    content: "";
    position: absolute;
    left: 24px;
    top: -10px;
    width: 0px;
    height: 10px;
    border: 10px solid;
    border-color: transparent transparent  #fff transparent;
}
.top_xiala .dropdown-menu div{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(102,102,102,0.1);
    border-radius: 8px;
    overflow: hidden;
}
.top_xiala .dropdown-item{
    padding: 18px 24px;
}
.top_xiala .dropdown-item:hover{
    background: #ffbc2a;
    color: #fff;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 4px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 14px 18px;
    z-index: 1000;
    background: #ffbc2a;
    color: #fff;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.btn-warning.dropdown-toggle:focus{
    transform:rotate(180deg);
}

.navbar-light .navbar-text{
    padding: 0px 24px;
}
.navbar-light .navbar-text a:hover{
    color: #e94848;
}

.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
}

.search__box {
    position: absolute;
    top: 9px;
    right: 15px;
    background: #ffbc2a;
    height: 42px;
    border-radius: 42px;
    transition: all 0.3s;
}

.search__box:hover{
    background: #ffbc2a;
}
.search__box:hover > .search__txt {
    width: 200px;
    padding: 0 24px;
    transition: 0.5s;
}

.search__box:hover > .search__btn {
    background: #fff;
}
.search__box:hover > .search__btn{
    background: #ffbc2a;
}

.search__btn {
    color: #e84118;
    float: right;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffbc2a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}
.search__btn:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 14px;
    right: 0;
    bottom: 0;
    left: 12px;
    width: 6px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.search__btn:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -2px;
    right: 0;
    bottom: 0;
    left: -2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.search__txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0px;
    color: #fff;
    transition: 0.2s;
    line-height: 42px;
    width: 0;
}
::-webkit-input-placeholder {
    color:#fff;
}
:-moz-placeholder {
    color:#fff;
}
::-moz-placeholder {
    color:#fff;
}
:-ms-input-placeholder { 
    color:#fff;
}

.style_nav{
    transition: all 0.3s;
    z-index: 2000;
}
.fixednav{
    position: fixed;
    /*top: -118px;*/
    left: 0px;
    width: 100%;
    z-index: 2000;
    background: #fff;
}

/*banner*/
.nav_height{
    height: 179px;
}
.banner{
    height: 588px;
}
.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 98px; 
    background: rgba(255,188,42,0.5);
    transition: background 0.5s,opacity 0.5s;
    -webkit-transition: background 0.5s,opacity 0.5s; /* Safari */
}
.banner .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -49px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -49px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
}
.banner:hover .swiper-button-next{
    opacity: 1;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(255,188,42,1);
}

.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    position: relative;
    border-radius: 14px;
}
.banner>.swiper-pagination-bullets{
    bottom: 30px;
}
.banner .swiper-pagination-bullet-active{
    background: none;
    border: 2px solid #fff;
    opacity: 1;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px;
}

.banner_nr{
    height: 588px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.banner .swiper-slide .banner_nr .card{
    transform:translateX(-200px);
    opacity:0;
    transition:all .4s;
}
.banner .ani-slide .banner_nr .card{
    transform:translateX(0);
    opacity:1;
}
.banner_nr .card{
    position: relative;
    background: none;
    border: none;
}

.gengduo{
    border:2px solid #ffbc2a;
    color: #fff;
    background: #ffbc2a;
    padding: 10px 48px;
    border-radius: 50px;
}
.gengduo:hover {
    color: #fff;
    background-color: #fbb212;
    border-color: #ffbc2a;
}
.gengduo i{
    position: relative;
    left: 0px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s; /* Safari */
}
.gengduo:hover i{
    left: 15px;
}
.gengduo_fan{
    border:2px solid #fff;
    color: #ffbc2a;
    background: #fff;
    border-radius: 50px;
}

.nr_about_banner{
    position: relative;
    height: 488px;
}
.nr_about_banner .nr_about_text{
    width: 100%;
    z-index: 100;
}
.nr_about_banner_img{
    position: absolute;
    bottom: 42px;
    right: 0px;
}

.banner_img{
    position: absolute;
    bottom: 0px;
    left: 168px;
}

.banner_bottom_style1{
    background: #ffb06a;
}
.banner_bottom_style2{
    background: #90c3f2;
}
.banner_bottom_style3{
    background: #aeacff;
}
.banner_bottom .media{
    height: 180px;
}

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active{
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.bt{
    margin: 88px 0px 48px 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.bt ul li a{
    display: inline-block;
    border: 1px solid #eee;
    padding: 8px 22px;
    border-radius: 50px;
    color: #999;
}
.bt ul li a:hover,.bt ul li.active a{
    border: 1px solid #ffbc2a;
    background: #ffbc2a;
    color: #fff;
}

.kclx_style_margin{
    margin: 0px -7px;
}
.kclx_style{
    margin: 0px;
}
.kclx_style .col{
    padding-left: 5px;
    padding-right: 5px;
}
.kclx_style .card{
    overflow: hidden;
    transition: box-shadow 0.5s;
}
.kclx_style .card:hover{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1)
}
.kclx_style .card .fangda{
    border: 2px solid #fff;
}
.kclx_style .card:hover .fangda img{
    transform:scale(1.1);
}
.kclx_style .card:hover .fangda{
    border: 2px solid #ffbc2a;
}
.kclx_style .card:hover{
    background: #ffbc2a;
    color: #fff;
    border-color: #ffbc2a;
}
.kclx_style .card:hover p{
    color: #fff;
}
.kclx_style .card i{
    position: relative;
    top: 40px;
    transition: top 0.5s;
}
.kclx_style .card:hover i{
    color: #fff;
    top: 0px;
}
.kclx_style .card .card-body{
    padding: 18px 18px;
}
.kclx_style .card .card_body_top p{
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    word-break: break-all; 
    overflow: hidden;
    height: 48px;
}
.kclx_style .card .media{
    border-top: 1px solid #f5f5f5;
}
.kclx_style .card .media .media-body{
    padding: 12px 18px;
    border-right: 1px solid #fff;
}
.kclx_style .card .media i{
    padding: 12px 18px;
}

.video_bg{
    background: rgba(255,188,42,0.2);
}
.video_swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ddd;
    opacity: 1;
    position: relative;
    border-radius: 14px;
}
.video_swiper>.swiper-pagination-bullets{
    width: auto;
    left: auto;
    right: 0px;
    top: 0px;
    height: 24px;
    background: #f9f9f9;
}
.video_swiper .swiper-pagination-bullet-active{
    background: none;
    border: 2px solid #ffbd2e;
    opacity: 1;
}
.video_swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 5px 7px;
}

.slbz_bg{
    background: url(../img/slbz_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.xytd_swiper .card .card-body{
    padding: 38px;
}
.xytd_swiper{
    padding-bottom: 88px;
}
.xytd_swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ddd;
    opacity: 1;
    position: relative;
    border-radius: 14px;
}
.xytd_swiper>.swiper-pagination-bullets{
    bottom: 0px;
}
.xytd_swiper .swiper-pagination-bullet-active{
    background: none;
    border: 2px solid #ffbd2e;
    opacity: 1;
}
.xytd_swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 5px 7px;
}

.slbz_card{
    border: 6px solid #fff;
    transition: border 0.5s;
}
.slbz_card:hover{
    border-color: #ffbc2a;
}
.slbz_card .card-body h6{
    position: relative;
    top: 0px;
    transition: top 0.5s;
}
.slbz_card:hover .card-body h6{
    top: -16px;
}
.slbz_card .card-body p{
    position: relative;
    padding-top: 20px;
}
.slbz_card .card-body p:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -20px;
    background: #fff;
    height: 2px;
    width: 40px;
    transition: background 0.5s;
}

.slbz_card:hover .card-body p:before{
    background: #ffbc2a;
}

.xytd_card{
    background: none;
    height: 280px;
    display: flex;
    align-items: center;
}
.xytd_card .xytd_card_nr{
    height: 178px;
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 38px 138px 38px 38px;
    transition: height 0.5s,background-color 0.5s;
    width: 100%;
}
.xytd_card .xytd_card_nr p{
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    word-break: break-all; 
    overflow: hidden;
    height: 48px;
}
.xytd_card_top{
    position: absolute;
    bottom: 0px;
    right: 15px;
    opacity: 0;
}
.xytd_card_bottom{
    position: relative;
}

.xytd_card:hover .xytd_card_nr{
    height: 100%;
    background-color: #ffbc2a;
    color: #fff;
}
.xytd_card:hover .xytd_card_bottom h4 span{
    color: #fff;
}
.xytd_card:hover .xytd_card_top{
    opacity: 1;
}
.xytd_card:hover h6,.xytd_card:hover p{
    color: #fff;
}
.xytd_card_bottom .gengduo{
    opacity: 0;
    transition: opacity 1s;
}
.xytd_card:hover .xytd_card_bottom .gengduo{
    opacity: 1;
}

.news_style:hover .fangda img{
    transform:scale(1.1);
}

.zlhz_swiper{
    padding-top: 15px;
    padding-bottom: 48px;
}
.zlhz_swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ddd;
    opacity: 1;
    position: relative;
    border-radius: 14px;
}
.zlhz_swiper>.swiper-pagination-bullets{
    bottom: 0px;
}
.zlhz_swiper .swiper-pagination-bullet-active{
    background: none;
    border: 2px solid #ffbd2e;
    opacity: 1;
}
.zlhz_swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 5px 7px;
}
.zlhz_img{
    box-shadow: 0px 5px 15px rgba(102,102,102,0.1);
    height: 78px;
    line-height: 58px;

}

.mfstkc_bg{
    background: url(../img/mfstkc_bg.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 88px;
}
.mfstkc_form{
    padding: 78px 120px 78px 120px;
    box-shadow: 0px 10px 30px rgba(102,102,102,0.1)
}
.mfstkc_form .form-control{
    border-color: #eee;
}

.form_control_height{
    height: 48px;
    line-height: 48px;
}

.skxs_right{
    padding: 60px;
}

/*bottom*/
.bottom_bg{
    background: #f9f9f9;
    margin-top: 1px;
}
.bottom_border_top{
    border-top: 1px solid #eee;
    margin-top: 58px;
    padding: 18px 0px;
    line-height: 32px;
}
.bottom_nav li{
    line-height: 30px;
    color: #999;
}
.bottom_nav li a{
    color: #999;
}
.bottom_nav li a:hover{
    color: #ffbc2a;
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.pagination{
    margin: 0px 0px 0px 0px;
}
.page-link{
    background: #f5f5f5;
    color: #000;
    margin: 0px 8px;
    padding: 18px 22px;
    border: none;
}
.page-link:hover,.page-item.active .page-link{
    background: #ffbc2a;
    color: #fff;
}
.page-item:first-child .page-link{
    border-radius: 0px;
}
.page-item:last-child .page-link{
    border-radius: 0px;
}

.about_nav_bg{
    background: #fff;
    box-shadow: 0px 8px 8px rgba(153,153,153,0.1);
}
.nav-scroller{
    position: relative;
    z-index: 2;
    height: 58px;
    overflow-y: hidden;
}
.nav-scroller .nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav a{
    display: block;
    padding: 23px 24px;
    font-size: 16px;
    position: relative;
    color: #999;
}
.nav-scroller .nav a:hover,.nav-scroller .nav .active{
    color: #ffbc2a;
}

.about_nav_bg{
    position: fixed;
    top: 180px;
    transition: all 0.3s;
}
.fixednav2{
    position: fixed;
    top: 62px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.nav_height2{
    height: 238px;
}

/* ----------------------------------------------------------------
    产品中心_详情页
----------------------------------------------------------------- */
.pt_ds_bt{
    padding: 68px 0px 24px 0px;
    color: #ffbc2a;
    position: relative;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #f5f5f5;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 1px;
    width: 94px;
    height: 3px;
    background: #ffbc2a;
}
.pt_ds_nr_bt{
    color: #ffbc2a;
    position: relative;
    padding-left: 15px;
}
.pt_ds_nr_bt:before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 3px;
    height: 18px;
    background: #ffbc2a;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-link{
    background: #f5f5f5;
    color: #000;
    margin: 0px 8px;
    padding: 18px 22px;
    border: none;
}
.page-link:hover,.page-item.active .page-link{
    background: #ff9900;
    color: #fff;
}
.page-item:first-child .page-link{
    border-radius: 0px;
}
.page-item:last-child .page-link{
    border-radius: 0px;
}


.pagination{
    margin: 0px 0px 0px 0px;
}
.page-link{
    background: #f5f5f5;
    color: #000;
    margin: 0px 8px;
    padding: 18px 22px;
    border: none;
}
.page-link:hover,.page-item.active .page-link{
    background: #ef841a;
    color: #fff;
}
.page-item:first-child .page-link{
    border-radius: 0px;
}
.page-item:last-child .page-link{
    border-radius: 0px;
}

.pagination {
	margin: 0px 0px 88px 0px;
}
.pagination {
	margin: 46px 0px 8px 0px;
	padding-left: 400px;
}
.pagination>a {
	background: #f5f5f5;
	color: #000;
	margin: 0px 7px;
	padding: 11px 16px;
	border: none;
}
.pagination>a:hover {
	color: #000;
}
.pagination>a:first-child {
	border-radius: 0px;
}
.pagination>a:last-child {
	border-radius: 0px;
}
.pagination>a.page-num-current, .pagination>a.page-num-current:focus, .pagination>a.page-num-current:hover {
	background: #036eb8;
	color: #fff;
}
.pagination>li>a, .pagination>li>span {
	background: #f5f5f5;
	color: #000;
	margin: 0px 12px;
	padding: 16px 22px;
	border: none;
}
.pagination>li>a:hover {
	color: #000;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0px;
}


/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: #78afec
}
.about_wenhua{
    box-shadow: 0px 5px 15px rgba(102,102,102,0.1);
}
.about_wenhua h4{
    padding-bottom: 24px;
    position: relative;
    margin: 0px 0px 32px 0px;
}
.about_wenhua h4:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 3px;
    background: #ffbc2a;
    box-shadow: 0px 5px 10px rgba(255,188,42,1)
}
.about_wenhua .card-body{
    padding: 32px 28px;
}

/* ----------------------------------------------------------------
    加入我们
----------------------------------------------------------------- */
.join_us_banner{
    background: #ffd885;
}

.recruit_xiala:after{
    content: '-';
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    line-height: 35px;
    font-size: 24px;
    text-align: center; 
    background: #ffbc2a;
    color: #fff;
}
.collapsed .recruit_xiala:after{
    content: '+';
    display: inline-block;
}
.recruit_style{
    background: #fff;
    cursor: pointer;
    padding: 28px 80px 28px 30px;
    position: relative;
}
.recruit_style h4{
    margin: 0px 0px 16px 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.recruit_style p span{
    color: #999;
    margin-right: 14px;
}
.recruit_style .recruit_xiala{
    position: absolute;
    top: 40px;
    right: 30px;
}
.recruit{
    margin-bottom: 30px;
}
.recruit .well{
    border: none;
    border-radius: 0px;
    border: 1px solid #f9f9f9;
    box-shadow: none;
    background: #fff;
    padding: 1px 48px 48px 48px;
}
.recruit .well h4{
    margin: 48px 0px 28px 0px;
    font-size: 18px;
}
.recruit .well ul li{
    line-height: 24px;
}
.recruit_contact{
    margin-top: 48px;
}
.recruit_contact h3{
    margin: 12px 0px;
    font-size: 18px;
}

.search .form-control{
    border-radius: 50px;
    background: #fff;
    box-shadow: none;
    height: 58px;
    padding: 12px 24px;
    border-right: none;
    border-color: #eee;
}
.search .search_anniu,.search .search_anniu:focus{
    width: 68px;
    height: 58px;
    line-height: 58px;
    background: #fff;
    border-color: #eee;
    border-left: none;
    padding: 0px;
    border-radius: 50px;
}
.search .search_anniu:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 16px;
    right: 0;
    bottom: 0;
    left: 16px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transition: all .5s;
}
.search .search_anniu:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: all .5s;
}
.search .search_anniu:hover:before{
    background: #ffbc2a;
}
.search .search_anniu:hover:after{
    border: 2px solid #ffbc2a;
}

.contact_style{
    background: #fff;
    box-shadow: 0px 5px 15px rgba(102,102,102,0.1)
}



/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: #4679cc;
}

/* ----------------------------------------------------------------
    新闻中心-详情页
----------------------------------------------------------------- */
.ne_nav{
    background: #fff;
    box-shadow: 0px 5px 15px rgba(153,153,153,0.2);
    overflow: hidden;
    padding-bottom: 12px;
}
.ne_nav h5{
    border-bottom: 1px solid #f5f5f5;
    padding: 28px 24px;
}
.ne_nav .list-group-item{
    border: none;
    padding: 17px 24px;
    border-radius: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ne_nav .list-group-item:hover{
    background: #ffbc2a;
    color: #fff;
}

/* ----------------------------------------------------------------
    学员天地_详情页
----------------------------------------------------------------- */
.st_ds_left{
    padding: 24px 24px 0px 24px;
}
.st_ds_right{
    padding: 30px;
}
.st_ds_right h4{
    border-bottom: 1px solid #eee;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-bottom: 28px;
}
.st_ds_right p{
    line-height: 30px;
    margin-bottom: 30px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    
}

@media (max-width: 1200px){
    .nav_min .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
    .top_xiala .dropdown-menu{
        position: relative;
    }

    .kyfwpt_swiper_style .swiper-button-prev{
        left: 15px;
    }
    .kyfwpt_swiper_style .swiper-button-next {
        right: 15px;
    }
    .bottom_bg{
        padding-top: 38px;
    }
    .bottom_ul{
        padding-bottom: 0px
    }
    .bottom_border{
        margin-top: 38px;
    }
}

@media (max-width: 986px){
    .navbar-brand img{
        width: 260px;
    }
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .nav-scroller .nav a{
        margin-right: 30px;
    }
    .recruit .well{
        padding: 1px 30px 30px 30px;
    }
    .contact_card .card .card-body{
        padding: 24px;
    }
    .nav_logo{
        padding: 4px 0px;
    }
    .nav_height {
        height: 142px;
    }
    .fixednav{
        top: -80px;
    }
    .navbar-nav .nav-link{
        padding: 24px 0px;
    }

    .banner_img{
        left: 0px;
    }

    .bt_min{
        flex-direction: column;
    }
    .bt h4{
        margin-bottom: 14px;
    }
    .bt ul li a{
        margin-top: 14px;
    }
    .mfstkc_form{
        padding: 78px 60px 78px 60px;
    }
    .nav_logo2{
        display: none!important;
    }

    .skxs_right{
        padding: 30px;
    }
    .about_banner h1{
        text-align: center;
        padding: 38px 0px 18px 0px!important;
    }

    .about_nav_bg{
        top: 142px;
    }
    .nav_height2{
        height: 200px;
    }
    .fixednav2{
        top: 62px;
    }
    .nav-scroller .nav a{
        padding: 23px 12px;
        margin-right: 14px;
    }
    .bt{
        margin: 68px 0px 48px 0px;
    }
    .bottom_nav_min li{
        display: inline-block;
        margin-right: 30px;
    }
}

@media (max-width: 768px){
    .search__box:hover > .search__txt {
        width: 180px;
    }

    .banner{
        height: 388px;
    }
    .banner_nr{
        height: 388px;
    }
    .banner_nr h1{
        font-size: 28px;
    }

    .banner_nr{
        justify-content: flex-start;
        padding-top: 24px;
    }
    .kclx_style_margin{
        margin: 0px;
    }
    .skxs_right{
        padding: 30px 0px;
    }
    .mfstkc_form{
        padding: 78px 30px 78px 30px;
    }
    .mfstkc_form .form_control_height{
        margin-top: 14px;
    }
    .about_banner h1{
        font-size: 24px;
    }
    .no_min_padding{
        padding: 0px;
    }
}