/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #333;
}

::-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;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    line-height: 66px;
    border-radius: 58px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#999;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #EE4D12;
    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: #ee4d12;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    /*word-break: break-all;*/
}

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

/*h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}*/

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #064370!important;
}
.text-success{
    color: #618638!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #618638!important;
}
.bg-primary{
   background: #064270!important; 
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}
.mb_30{
    margin-bottom: 30px;
}

.no_margin{
    margin: 0px;
}

.ce_xl_width{
    max-width: 1600px;
}
.ce_width{
    max-width: 1400px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px;
    border: none;
    background: #fff;
    transition: 0.5s;
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 60px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 38px 0px;
    position: relative;
    transition: 0.5s;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
}
.nav_min .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: #ee4d12;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ee4d12;
    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,.nav-link:hover:before{
    left: 0%;
    right: 0%;
}

.navbar-nav{
    margin-right: 30px;
}

.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: #ee4d12;
    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: 100%;
    width: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .top_xiala .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: 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;
    font-size: 14px;
    position: relative;
}
.top_xiala .dropdown-menu a:hover{
    color: #ee4d12;
}

.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;
}

.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #ee4d12;
    color: #fff;
}

.pc_yuyan li{
    margin-left: 42px;
    margin-right: 0px;
}
.pc_yuyan .nav-link{
    padding: 31px 15px 32px 0px;
    display: flex;
    align-items: center;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}

.search_anniu_top{
    display: inline-block;
    width: 30px;
    height: 68px;
    border: none;
    position: relative;
    background: none;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 0;
    bottom: 0;
    left: 13px;
    width: 6px;
    height: 1px;
    background: #333;
    transform: rotate(45deg);
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #333;
}
.md_search_anniu_top{
    margin-top: 0px;
}

.md_search_anniu_top:before{
    background: #666;
}
.md_search_anniu_top:after{
    border: 1px solid #666;
}
.search_anniu_top:hover:before{
    background: #ee4d12;
}
.search_anniu_top:hover:after{
    border: 1px solid #ee4d12;
}

.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #f9f9f9;
}
.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: 68px;
    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: 5px;
}
.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);
}

.is-active{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/*banner*/
.banner{
    height: 666px;
    position: relative;
    background: #fff;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide h1{
    font-size: 60px;
}
.banner .swiper-pagination{
    bottom: 38px;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.banner .swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.banner .swiper-slide .pc_cr{
    transform:translateX(400px);
    opacity:0;
    transition:all 1s;
}
.banner .ani-slide .pc_cr{
    transform:translateX(0);
    opacity:1;
}

.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;
    z-index: 1000;
}
.banner .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
    left: 15px;
}
.banner:hover .swiper-button-next{
    opacity: 1;
    right: 15px;
}
.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(238,77,18,1);
}

.banner_nr{
    background: rgba(0, 0, 0, 0.3);
    padding: 38px 48px;
}
.banner_nr h2{
    position: relative;
    padding-bottom: 24px;
}
.banner_nr h2:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 78px;
    height: 2px;
    background: #fff;
}

/*主体*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.card:hover .fangda img{
    transform:scale(1.1);
}

.bt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bt h3{
    position: absolute;
}
.bt h1{
    font-size: 72px;
    opacity: 0.1;
}

.gengduo{
    padding: 12px 24px;
    background: none;
    color: #fff;
    font-size: 14px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fff;
}
.gengduo span{
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
}
.gengduo2{
    background: #EE4D12;
    border: 1px solid #EE4D12;
}
.gengduo3{
    background: #E1E1E1;
    border: 1px solid #E1E1E1;
    color: #fff;
}
.gengduo:hover{
    color: #fff;
    background: #EE4D12;
    border: 1px solid #EE4D12;
}

.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(153, 153, 153, 0.3);
}

.product_ul li a{
    padding: 10px 38px;
    border: 1px solid #eee;
    margin: 0px 15px 15px 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
}
.product_ul li a span{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 5px;
}
.product_ul li a span.product_ul_icon1{
    background: url(../img/product_ul_icon1.png) center no-repeat;
}
.product_ul li a span.product_ul_icon2{
    background: url(../img/product_ul_icon2.png) center no-repeat;
}
.product_ul li a span.product_ul_icon3{
    background: url(../img/product_ul_icon3.png) center no-repeat;
}
.product_ul li a span.product_ul_icon4{
    background: url(../img/product_ul_icon4.png) center no-repeat;
}
.product_ul li a:hover,.product_ul .active a{
    background: #EE4D12;
    border: 1px solid #EE4D12;
    color: #fff;
}
.product_ul li a:hover span.product_ul_icon1,.product_ul .active a span.product_ul_icon1{
    background: url(../img/product_ul_icon1_1.png) center no-repeat;
}
.product_ul li a:hover span.product_ul_icon2,.product_ul .active a span.product_ul_icon2{
    background: url(../img/product_ul_icon2_1.png) center no-repeat;
}
.product_ul li a:hover span.product_ul_icon3,.product_ul .active a span.product_ul_icon3{
    background: url(../img/product_ul_icon3_1.png) center no-repeat;
}
.product_ul li a:hover span.product_ul_icon4,.product_ul .active a span.product_ul_icon4{
    background: url(../img/product_ul_icon4_1.png) center no-repeat;
}

.ps_card{
    overflow: visible;
}
.ps_card .ps_card_bk{
    padding: 8px;
    box-shadow: 0px 0px 15px rgba(181, 181, 181, 0.2);
}

.fangda.zsimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 138%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.zsimg:hover .fdimg{
    transform:scale(1.1);
}

.ix_about{
    position: relative;
}
.ix_about_img{
    position: absolute;
    top: 0px;
    right: 0px;
}

.ix_news_card{
    padding: 38px 38px 44px 38px;
}
.ix_news_card .card-body h5{
    line-height: 32px;
}

.ix_news_ul{
    border-top: 1px solid #eee;
}
.ix_news_ul_a{
    display: block;
    padding: 18px 110px 28px 42px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.ix_news_ul_a:before{
    content: "";
    position: absolute;
    left: 12px;
    top: 20px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #CBCBCB;
}
.ix_news_ul_a p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}
.ix_news_ul_a_right{
    position: absolute;
    height: 84px;
    top: 18px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.ix_solution_bg{
    background: url(../img/ix_solution_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.ix_news_row{
    margin-left: -30px;
    margin-right: -30px;
}
.ix_news_col{
    padding-right: 30px;
    padding-left: 30px;
}
.fangda.cjimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.cjimg:hover .fdimg{
    transform:scale(1.1);
}
.trip_mfzx_form .form-group label{
    font-size: 16px;
    margin-bottom: 14px;
}
.trip_mfzx_form .form-group{
    margin-bottom: 24px;
}
.trip_mfzx_form .form-control{
    border: none;
    padding: 12px 20px;
}
.trip_mfzx_form .form_input_height{
    height: 48px;
}
.contact_us .trip_mfzx_form .form-control{
    border: 1px solid #eee;
}
.contact_us .trip_mfzx_form .form-group{
    margin-bottom: 16px;
}
.contact_gengduo{
    padding: 18px 48px;
}
.ix_about_p p{
    line-height: 30px;
}
.ix_about_bg{
    background: linear-gradient(90deg, #064270 70%, #FFF 30%);
}

/*bottom*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: none;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 21px;
        width: 2px;
        height: 16px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
}

.bottom_bg{
    background: #F7F8F8;
    padding-top: 50px;
}

.bottom_ct_us{
    padding-top: 12px;
}
.bottom_ct_us li{
    margin-bottom: 12px;
}
.bottom_ct_us .media .fa{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_follow li{
    margin-right: 24px!important;
}
.bottom_follow li .fa{
    font-size: 24px;
}
.bottom_follow li a{
    color: #fff;
}
.bottom_follow li a:hover{
    opacity: 0.5;
}

.di_beian{
    border-top: 1px solid #D4D4D4;
    padding: 24px 0px;
    line-height: 24px;
    margin-top: 25px;
}

.di_beian_right{
    text-align: right;
}
.news_details_nr{
    padding: 48px;
}

.di_row{
    margin-left: -8px;
    margin-right: -8px;
}
.di_col{
    padding-left: 8px;
    padding-right: 8px;
}

.di_erweima{
    box-shadow: 0px 0px 20px rgba(181, 181, 181, 0.2);
}

/* ----------------------------------------------------------------
    企业介绍
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 430px;
    display: flex;
    align-items: center;
}

.about_bt_h3{
    padding-bottom: 15px;
    position: relative;
}
.about_bt_h3:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 72px;
    height: 6px;
    border-radius: 5px;
    background: #EE4D12;
}

.about_us_company p{
    font-size: 18px;
    line-height: 32px;
}
.about_bg{
    width: 100%;
    height: 623px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f9f9f9;
    z-index: -1;
}

.at_ae_card{
    box-shadow: 0px 0px 20px rgba(171, 171, 171, 0.1);
    margin-bottom: 30px;
}
.about_bg_h{
    height: 377px;
}
.about_bg_cj{
    height: 300px;
}

.pt_details_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 6px;
    border: 1px solid #eee;
}
.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-thumb-active {
    opacity: 1;
}
.pt_details_swiper2 .swiper-button-next:after,.pt_details_swiper2 .swiper-button-prev:after{
    color: #618638;
}

.pt_details_swiper2 .swiper-button-next,.pt_details_swiper2 .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(255,255,255,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(238,77,18,1);
}

.pt_details_swiper .swiper-wrapper .swiper-slide{
    height: auto!important;
}

.at_ae_ds_xqjs{
    background: #03416A;
    display: inline-block;
    padding: 14px 32px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.details_style{
    display: flex;
    justify-content: space-between;
}
.details_style_a{
    display: inline-block;
    border-radius: 50px;
    padding: 14px 38px;
    background: #03416A;
    color: #fff;
    transition: 0.5s;
}
.details_style_a:hover{
    background: #EE4D12;
    color: #fff;
}

.about_news_details_card p{
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}
.about_news_details_card .fangda img{
    height: 220px;
}
.about_news_details_card .card-body{
    padding-left: 38px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 10px 16px;
    border: none;
    border-radius: 5px;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #014478;
    color: #fff;
    border: none;
}
.pagination a:first-child{
    border-radius: 5px;
}
.pagination a:last-child{
    border-radius: 5px;
}



/* ----------------------------------------------------------------
    发展历程
----------------------------------------------------------------- */
.course{
    background: url(../img/course.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 430px;
    display: flex;
    align-items: center;
}

.course_card{
    position: relative;
}
.course_card:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #f6b1c3;
}
.course_card_right{
    padding-left: 18px;
    position: relative;
}
.course_card_rq{
    color: #E9023A;
    z-index: 1000;
    position: relative;
}
.course_card_rq:before {
    content: "";
    position: absolute;
    left: -42px;
    top: 15px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #f6b1c3;
}
.course_card_right:before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0px;
    width: 68px;
    height: 68px;
    border-radius: 68px;
    border: 1px solid #f7b2c4;
    background: #fff;
}
.course_card_right:after{
    content: "";
    position: absolute;
    left: -14px;
    top: 0px;
    width: 68px;
    height: 68px;
    background: #fff;
}

.course_card_left{
    padding-left: 0px;
    padding-right: 18px;
}
.course_card_left:before{
    left: 100%;
    margin-left: -18px;
    top: 0px;
}
.course_card_left:after{
    left: 100%;
    margin-left: -53px;
    top: 0px;
}
.course_card_left .course_card_rq:before{
    left: auto;
    right: -43px;
    top: 15px;
}

.course_card_ul li{
    font-size: 18px;
    line-height: 38px;
    position: relative;
    padding-right: 18px;
}
.course_card_ul li:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 14px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #EE4D12;
}
.course_card_ul2 li{
    padding-right: 0px;
    padding-left: 18px;
}
.course_card_ul2 li:before{
    right: auto;
    left: 0px;
    top: 14px;
}

.lccon p{
    line-height: 28px;
}

/* ----------------------------------------------------------------
    产品应用
----------------------------------------------------------------- */
.product_banner{
    background: url(../img/product_banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 430px;
    display: flex;
    align-items: center;
}

.product_bt{
    color: #EE4D12;
}
.product_zhonglei_ul li{
    line-height: 38px;
}

.fangda.prosimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.prosimg:hover .fdimg{
    transform:scale(1.1);
}


/* ----------------------------------------------------------------
    发展历程
----------------------------------------------------------------- */
.culture_banner{
    background: url(../img/culture_banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 430px;
    display: flex;
    align-items: center;
}

.culture_bt{
    line-height: 34px;
}
.culture_bg{
    position: relative;
}
.culture_bg:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 285px;
    background: linear-gradient(90deg, #FFF 50%, #064270 50%);
}

.culture_swiper{
    padding-bottom: 88px;
}
.culture_swiper .swiper-button-prev,.culture_swiper .swiper-button-next{
    background: none;
    width: 10px;
    height: 18px;
}
.culture_swiper .swiper-button-prev{
    top: auto;
    bottom: 48px;
    left: 0px;
    opacity: 0.5;
    margin-top: 0px;
}
.culture_swiper .swiper-button-next{
    top: auto;
    bottom: 48px;
    right: auto;
    left: 58px;
    opacity: 0.5;
    margin-top: 0px;
}
.culture_swiper .swiper-button-next:hover,.culture_swiper .swiper-button-prev:hover{
    background: none;
    opacity: 1;
}

.culture_swiper2 .swiper-pagination{
    bottom: 15px;
}
.culture_swiper2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.culture_swiper2 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    position: relative;
    border-radius: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.culture_swiper2 .swiper-pagination-bullet-active{
    width: 30px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}
.ix_product_swiper{
    margin-bottom: 28px;
}
.ix_product_swiper .swiper-wrapper{
    justify-content: center;
}
@media (min-width: 900px){
    .ix_product_swiper .swiper-wrapper .swiper-slide{
        width: auto!important;
    }
}
.ix_product_swiper .swiper-wrapper .swiper-slide{
    padding: 10px 38px;
    border: 1px solid #eee;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    opacity: 1;
    justify-content: center;
}
.ix_product_swiper .swiper-wrapper .swiper-slide-thumb-active,.ix_product_swiper .swiper-wrapper .swiper-slide:hover{
    background: #EE4D12;
    border: 1px solid #EE4D12;
    color: #fff;
}
.ix_product_swiper .swiper-wrapper .swiper-slide span{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 5px;
}
.ix_product_swiper .swiper-wrapper .swiper-slide span.product_ul_icon1 {
    background: url(../img/product_ul_icon1.png) center no-repeat;
}
.ix_product_swiper .swiper-wrapper .swiper-slide span.product_ul_icon1{
    background: url(../img/product_ul_icon1.png) center no-repeat;
}
.ix_product_swiper .swiper-wrapper .swiper-slide span.product_ul_icon2{
    background: url(../img/product_ul_icon2.png) center no-repeat;
}
.ix_product_swiper .swiper-wrapper .swiper-slide span.product_ul_icon3{
    background: url(../img/product_ul_icon3.png) center no-repeat;
}
.ix_product_swiper .swiper-wrapper .swiper-slide span.product_ul_icon4{
    background: url(../img/product_ul_icon4.png) center no-repeat;
}
.ix_product_swiper .swiper-wrapper .swiper-slide:hover span.product_ul_icon1,.ix_product_swiper .swiper-wrapper .swiper-slide-thumb-active span.product_ul_icon1{
    background: url(../img/product_ul_icon1_1.png) center no-repeat;
}
.ix_product_swiper .swiper-wrapper .swiper-slide:hover span.product_ul_icon2,.ix_product_swiper .swiper-wrapper .swiper-slide-thumb-active span.product_ul_icon2{
    background: url(../img/product_ul_icon2_1.png) center no-repeat;
}
.ix_product_swiper .swiper-wrapper .swiper-slide:hover span.product_ul_icon3,.ix_product_swiper .swiper-wrapper .swiper-slide-thumb-active span.product_ul_icon3{
    background: url(../img/product_ul_icon3_1.png) center no-repeat;
}
.ix_product_swiper .swiper-wrapper .swiper-slide:hover span.product_ul_icon4,.ix_product_swiper .swiper-wrapper .swiper-slide-thumb-active span.product_ul_icon4{
    background: url(../img/product_ul_icon4_1.png) center no-repeat;
}

.ix_product_swiper2 .swiper-wrapper .swiper-slide{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 430px;
    display: flex;
    align-items: center;
}

.contact_us{
    padding: 48px;
    box-shadow: 0px 0px 30px rgba(193, 193, 193, 0.2);
}
.contact_us label{
    margin: 18px 0px 12px 0px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1400px){
    
}
@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;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 48px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .container{
        position: relative;
        justify-content: center;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .search_anniu_top{
        width: 58px;
        height: 68px;
        margin-top: 0px;
    }
    .search_anniu_top:after{
        border: 2px solid #666;
    }
    .search_anniu_top:before{
        background: #666;
    }
    .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;
        background: #fff;
    }
    .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;
    }
    .pc_yuyan{
        padding: 15px;
        background: #fff;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }

    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }

    .lg_top_nav{
        display: none;
    }

    .navbar-nav{
        margin-right: 0px;
    }
    .di_h1{
        font-size: 30px;
    }
}
@media (max-width: 900px){
    .md_none{
        display: none;
    }
    
    .bottom_bg{
        padding-top: 40px;
    }
    .ix_about_bg{
        background: linear-gradient(90deg, #064270 70%, #FFF 30%);
    }

    .ix_about_img{
        position: relative;
    }
    .ix_about_bg{
        background: #064270;
    }
    .product_ul li a{
        margin: 0px 0px 15px 0px;
    }
    .di_beian_right{
        text-align: left;
    }

    .ix_product_swiper .swiper-wrapper{
        display: flex;
        justify-content: flex-start;
    }
    .ix_product_swiper .swiper-wrapper .swiper-slide{
        padding: 10px 15px;
    }
}

@media (max-width: 768px){
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner{
        margin-bottom: 48px;
        height: 380px;
    }
    .banner .swiper-wrapper .swiper-slide h1{
        font-size: 32px;
    }
    
    .ix_news_row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .ix_news_col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product_ul li a {
        padding: 10px 10px;
    }

    .product_banner,.culture_banner,.course,.contact_banner,.about_banner{
        height: 150px;
    }
    .product_banner h1,.culture_banner h1,.course h1,.contact_banner h1,.about_banner h1{
        font-size: 30px;
    }
    .product_banner h4,.culture_banner h4,.course h4,.contact_banner h4,.about_banner h4{
        font-size: 14px;
    }

    .culture_bg:before{
        height: 150px;
        background: #064270;
    }
    .course_card:before{
        left: 0px;
    }

    .course_card_right:after{
        content: none;
    }
    .course_card_rq:before{
        left: -29px;
    }
    .course_card_right{
        display: flex;
        flex-direction: column;
    }
    .course_card_rq{
        padding-left: 24px;
    }
    .course_card_left{
        padding-left: 20px;
        flex-direction: column-reverse;
    }
    .course_card_ul{
        text-align: left!important;
    }
    .course_card_ul li{
        padding-right: 0px;
        padding-left: 18px;
    }
    .course_card_ul li:before{
        left: 0px;
        right: auto;
    }
    .course_card_left:before{
        left: -43px;
        margin-left: 0px;
        top: 0px;
    }
    .course_card_left .course_card_rq:before{
        left: -31px;
        right: auto;
        top: 15px;
    }
    .course_card_ul2{
        padding-left: 0px!important;
    }

    .contact_us{
        padding: 30px;
    }
    .about_news_details_card .card-body{
        padding: 15px;
    }
}