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: 8px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 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: #ee4542;
    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: #ee4542;
}

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

.text_999{
    color: #999;
   
}

.text_998{
    color: #ff7a42;
    font-size: 18px;
    font-weight: bold;
}

.text-primary{
    color: #3986ee!important;
}
.text_zs{
    color: #7e277e!important;
}
.text-danger{
    color: #ff0000!important;
}

.bg_fafafa{
    background: #fafafa;
}
.bg_f5f5f5{
    background: #f5f5f5;
}
.bg_zs{
    background: #7e277e;
}
.badge-danger{
    background: #f7402e;
}
.bg_fbfbfb{
    background: #fbfbfb;
}

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

.ce_xl_width{
    max-width: 1600px;
}
.ce_width{
    max-width: 1400px;
}


/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    padding: 0px 0px 0px 360px;
    border: none;
    background: #fff;
    transition: all 0.3s;
    z-index: 5000;
}
.navbar-brand{
    padding: 12px 0px;
    margin-right: 60px;
}
.navbar-brand img{
    height: 48px;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 20px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 29px 0px;
    position: relative;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}
.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: #ee4542;
}
.nav_min .nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before{
    left: 0%;
    right: 0%;
    background: #ee4542;
}

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

/* 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: 200px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 36px 0px 36px 38px;
    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 */
}
@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 .menu_style a{
    padding: 13px 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    font-size: 14px;
    position: relative;
    color: #474956;
}
.top_xiala .menu_style a:hover{
    color: #ee4542;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #1077bd;
    color: #fff;
}

.nav_media{
    padding: 20px 34px;
    border-left: 1px solid #eee;
    margin-left: 25px;
}

.js-header {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.is-active {
    box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.3);
}

/*banner*/
.banner{
    height: 538px;
}

.banner .swiper-wrapper .swiper-slide h1{
    font-size: 36px;
    line-height: 58px;
}

.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;
}
.banner .swiper-pagination{
    bottom: 48px;
}
.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: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: rgba(255, 255, 255, 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;
}
.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: 38px;
}
.banner:hover .swiper-button-next{
    opacity: 1;
    right: 38px;
}
.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,69,66,1);
}

.parallax-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
    padding-top: 72px;
}

.banner_form{
    width: 370px;
    pointer-events: auto;
    overflow: hidden;
    margin-top: 66px;
}
.banner_form .banner_form_top{
    padding-top: 28px;
}
.banner_form .form_input_height{
    height: 48px;
}
.banner_form_padding{
    padding: 24px 20px 26px 20px;
}
.banner_form .form-control{
    font-size: 14px;
    border-radius: 0px;
}
.banner_form .form-group .input-group .input-group-text{
    background: none;
    padding: 0px;
}
.banner_form .form-group .input-group .input-group-text img{
    height: 40px;
    object-fit: contain;
}
.banner_form_btn{
    background: #ee4542;
    border-color: #ee4542;
    color: #fff;
    font-size: 16px;
    padding: 12px;
}
.banner_form_btn:hover{
    background: #dc403d;
    border-color: #dc403d;
    color: #fff;
}

.banner_p{
    background-image: linear-gradient(to right, #eb706e , #ee4542);
    padding: 2px 14px;
    display: inline-block;
}

/*zhuti*/
.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_bottom{
    margin-bottom: 48px;
}
.bt{
    position: relative;
    padding-bottom: 18px;
}
.bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 3px;
    background: #0e30df;
}
.bt2:before{
    left: 50%;
    margin-left: -24px;
}

.gengduo{
    background-image: linear-gradient(to right, #eb706e , #ee4542);
    color: #fff;
    display: inline-block;
    padding: 14px 38px;
    pointer-events: auto;
    font-size: 16px;
    transition: 0.5s;
}
.gengduo2{
    background: none;
    border: 1px solid #ee4542;
    color: #ee4542;
}
.gengduo:hover{
    background-image: linear-gradient(to right, #ee4542 , #ee4542);
    color: #fff;
    opacity: 0.9;
}

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

.shuju{
    margin-top: -30px;
    /*position: relative;*/
    z-index: 2000;
}
.index_shuju{
    box-shadow: 0px 4px 15px rgba(204, 204, 204, 0.2);
}
.index_shuju_col{
    padding-top: 18px;
    padding-bottom: 8px;
}
.index_shuju_col a{
    display: inline-block;
    padding: 8px 18px;
    background: #fff;
    border-radius: 5px;
}

.product{
    border: 1px solid #ddd;
    transition: 0.5s;
}
.product:hover{
    box-shadow: 0px 0px 15px rgba(153, 153, 153, 0.3);
}
.product_top{
    padding: 20px 14px 20px 14px;
}
.product_top .product_top_border{
    border-bottom: 1px solid #eee;
    padding: 14px 0px;
}
.product_top .product_top_border .form-control{
    border: none;
    padding: 0px 0px;
    height: 24px;
    font-size: 18px;
    color: #000;
    border-radius: 0px;

    position: relative;
    left: -4px;
}
.product_bottom{
    padding: 18px 14px;
}
.product_bottom_anniu{
    display: inline-block;
    padding: 8px 14px;
    color: #ee4542;
    border: 1px solid #ee4542;
    transition: 0.5s;
    margin-left: 8px;
}
.product_bottom_anniu2{
    color: #000;
    border: 1px solid transparent;
    background-color: #ff7a42;
}
.product_bottom_anniu:hover{
    background: #ee4542;
    color: #fff;
}

.product_row{
    margin: 0px -8px;
}
.product_col{
    padding: 0px 8px;
}

.cpys_card{
    height: 268px;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: 0.5s;
}
.cpys_card_border_right{
    border-right: none;
}
.cpys_card_border_bottom{
    border-bottom: none;
}
.cpys_card .card-body{
    padding: 68px 48px 18px 48px;
    transition: 0.5s;
}
.cpys_card .card-body img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
}
.cpys_card .card-body p{
    opacity: 0;
    transition: 0.5s;
}
.cpys_card:hover{
    box-shadow: 0px 0px 15px rgba(153, 153, 153, 0.3);
    z-index: 1000;
}
.cpys_card:hover .card-body{
    padding: 48px 48px 48px 48px;
}
.cpys_card:hover .card-body p{
    opacity: 1;
}

.cpgnts_card .card-body{
    padding: 40px;
}
.cpgnts_card .card-body img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 24px;
}
.cpgnts_nr{
    padding: 0px 58px 0px 18px;
    position: relative;
}
.cpgnts_nr:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 4px;
    height: 20px;
    background: #ee4542;
}

.case_swiper .swiper-button-next,.case_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;
}
.case_swiper .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -25px;
}
.case_swiper .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -25px;
}
.case_swiper:hover .swiper-button-prev{
    opacity: 1;
    left: 15px;
}
.case_swiper:hover .swiper-button-next{
    opacity: 1;
    right: 15px;
}
.case_swiper .swiper-button-prev:after,.case_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.case_swiper .swiper-button-prev:hover:after,.case_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.case_swiper .swiper-button-next:hover,.case_swiper .swiper-button-prev:hover{
    background: rgba(238,69,66,1);
}
.case_swiper_p{
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 78px;
}

.zizhi_swiper{
    padding-bottom: 48px;
}
.zizhi_swiper .swiper-pagination-bullet{
    background: rgba(238, 238, 238, 1);
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.zizhi_swiper .swiper-pagination-bullet-active{
    opacity: 1;
    background: rgba(238, 69, 66, 1);
}

/*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: #eee;
    padding-top: 58px;
}

.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: #fff;
    background: #666;
    border: 1px solid #666;
}
.di_media .media:hover i{
    background: #1077bd;
    color: #fff;
    border: 1px solid #1077bd;
    transition: all 0.3s;
}

.bottom_border{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #000;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
    text-transform: uppercase;
}
.bottom_ul .card{
    background: none;
    padding: 15px 0px 24px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #ccc;
}
.bottom_ul .card a:hover{
    color: #ee4542;
}

.bottom_ul_anli{
    display: flex;
    flex-wrap: wrap;
}
.bottom_ul_anli li{
    width: 50%;
}

.bottom_dianhua:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 225px;
    background: #37395a ;
}

.di_beian{
    padding: 24px 0px;
    line-height: 24px;
}

.di_beian_ul li{
    line-height: 30px;
    margin-right: 32px!important;
}

/* ----------------------------------------------------------------
    产品介绍
----------------------------------------------------------------- */
.product_banner{
    background: url(../img/product_banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 488px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------------------------------------------------------------
    邮箱优势
----------------------------------------------------------------- */
.case_bt{
    position: relative;
    overflow: hidden;
}
.case_bt li{
    width: 90px;
}
.case_bt li a{
    display: inline-block;
    padding: 24px 0px;
    font-size: 16px;
    color: #666;
    position: relative;
}
.case_bt .active a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #eb2b03;
    position: absolute;
    bottom: 0px;
    border-radius: 5px;
}
.case_bt .active a,.case_bt li a:hover{
    color: #e61d15;
}
.ae_sy_nav li{
    width: 338px;
}
.ae_sy_nav li a{
    font-size: 18px;
    font-weight: bold;
    display: relative;
    padding-left: 32px;
    color: #999;
}
.ae_sy_nav li a:before{
    left: 0px;
}
.ae_sy_nav li:nth-child(1) a{
    background: url(../img/ae_sy_nav1.png) left center no-repeat;
}
.ae_sy_nav li:nth-child(1) a:hover,.ae_sy_nav .active:nth-child(1) a{
    background: url(../img/ae_sy_nav1_2.png) left center no-repeat;
}
.ae_sy_nav li:nth-child(2) a{
    background: url(../img/ae_sy_nav2.png) left center no-repeat;
}
.ae_sy_nav li:nth-child(2) a:hover,.ae_sy_nav .active:nth-child(2) a{
    background: url(../img/ae_sy_nav2_2.png) left center no-repeat;
}

.advantage_logo_card{
    box-shadow: 0px 0px 30px rgba(102,102,102,0.1);
}
.advantage_logo_card .card-body{
    padding: 68px 30px;
}
.advantage_logo_card .card-body img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 28px;
}

.refreshing_gndy{
    padding-left: 26px;
    position: relative;
}
.refreshing_gndy:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #10c2f9;
    border: 3px solid #92e4fc;
}
.refreshing_gndy2:before{
    background: #ff4600;
    border: 3px solid #fcb89d;
}

.hwys_ul{
    padding-left: 16px;
    position: relative;
}
.hwys_ul li{
    line-height: 16px;
}
.hwys_ul:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2px;
    height: 50px;
    background: #0e6f7f;
}
.hwys_ul2:before{
    background: #8d300d;
}

.ae_aqzy_hx_media{
    background: #fff;
    padding: 28px 30px;
    box-shadow: 0px 0px 30px rgba(102,102,102,0.1);
}

.major_zhuanyi{
    padding: 1px 0px;
    height: 680px;
}
.major_zhuanyi:hover{
    position: relative;
}
.major_zhuanyi_box{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.major_zhuanyi h3{
    font-size: 28px;
    padding: 80px 16px 0px 16px;
    margin: 0px;
}
.major_zhuanyi p{
    height: 250px;
    padding: 80px 16px 0px 16px;
}
.major_zhuanyi_banner{
    margin-top: 124px;
    position: relative;
}
.major_zhuanyi_banner2{
    margin-top: 134px;
    position: relative;
}
.huangtiao{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    background: #e92c11;
    z-index: -1;
}
.huangtiao1{
    right: 16px;
}
.huangtiao2{
    left: 16px;
}

.ae_security_hxjsys li{
    padding-left: 28px;
    margin-bottom: 24px;
    position: relative;
    line-height: 24px;
}
.ae_security_hxjsys li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #eb2b03;
    position: absolute;
    left: 0px;
    top: 8px;
    border-radius: 5px;
}

.ae_security_fjl1 span{
    display: inline-block;
    padding: 10px 28px;
    background-color: #fff;
    border: 1px solid #d7d8d9;
    margin-right: 18px;
}

.ae_security_fjl2{
    height: 358px;
    border: 1px solid #d7d8d9;
    margin-left: -1px;
    padding: 48px 24px 0px 24px;
}
.ae_security_fjl2 li{
    padding-left: 34px;
    margin-bottom: 24px;
    line-height: 24px;
    background: url(../img/ae_security_fjl_dui.png) no-repeat;
    background-position: left 7px;
}
.ae_sy_flj_top{
    margin-top: -1px;
}
.ae_sy_flj_bottom{
    margin: 48px 0px 48px 0px;
}

.fn_gftjgn_img .card-body img{
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 18px;
}

/* ----------------------------------------------------------------
    企业邮箱+钉钉
----------------------------------------------------------------- */
.mx_nr{
    border: 1px solid #eee;
}
.mx_nr_top{
    border-bottom: 1px solid #eee;
    padding: 36px;
}
.mx_nr_top img{
    height: 200px;
    object-fit: contain;
    margin-bottom: 28px;
}
.mx_nr_bottom{
    padding: 0px 24px 24px 24px;
}
.mx_nr_bottom_style{
    padding: 22px 24px 36px 30px;
    position: relative;
}
.mx_nr_bottom_row{
    margin-left: -12px;
    margin-right: -12px;
}
.mx_nr_bottom_col{
    padding-left: 12px;
    padding-right: 12px;
}
.mx_nr_dui:before{
    content: "";
    position: absolute;
    left: 5px;
    top: 24px;
    width: 20px;
    height: 14px;
    background: url(../img/mx_nr_dui.png) no-repeat;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-link{
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 12px 16px;
    border: 1px solid #eee;
}
.page-item:first-child .page-link{
    margin-left: 8px;
}
.page-link:hover,.page-item.active .page-link{
    background: #f33414;
    color: #fff;
    border: 1px solid #f33414;
}
.page-item:first-child .page-link{
    border-radius: 0px;
}
.page-item:last-child .page-link{
    border-radius: 0px;
}


/* ----------------------------------------------------------------
    客户案例_详情页
----------------------------------------------------------------- */
.case_form{
    position: static;
    margin-top: 0px;
    width: 100%;
}
.about_us_bt{
    color: #eb2b03;
    margin: 0px;
    padding-left: 15px;
    position: relative;
}
.about_us_bt:before{
    content: "";
    width: 5px;
    height: 24px;
    background: #eb2b03;
    position: absolute;
    left: 0px;
    top: 10px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_p p{
    margin-bottom: 18px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.join_bg{
    background: url(../img/join_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.join_form{
    padding: 10px;
    box-shadow: 0px 0px 24px rgba(153, 153, 153, 0.2);
}
.join_form .form-control{
    padding: 15px 0px;
    border: none;
    border-bottom: 1px solid #eee;
}

.service_media{
    border-bottom: 1px solid #fafafa;
    padding: 48px 58px 58px 58px;
}
.service_media img{
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.service_tj{
    box-shadow: 0px 0px 24px rgba(153, 153, 153, 0.2);
}
.service_tj img{
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin: 24px 24px 32px 24px;
}

.case_banner{
    height: auto;
}
.banner .swiper-pagination{
    bottom: 30px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1400px){
    .nav_menu{
        display: none;
    }
    .nav_min{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 12px;
    }
}

@media (max-width: 1200px){
    .navbar-brand{
        margin-right: 0px;
    }
    .navbar-brand img{
        height: 44px;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .container{
        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;
    }
    .md_search_anniu_top{
        margin-top: 5px;
    }
    .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;
    }
    .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;
        color: #666;
    }
    .nav_media{
        padding: 24px 15px;
        margin: 0px;
        color: #666!important;
    }

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

    .jgjsq{
        display: none;
    }
}
@media (max-width: 900px){
    .md_none{
        display: none;
    }

    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-bottom: 1px solid #ddd;
    }
    .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;
    }
    .bottom_flex{
        padding-top: 38px;
        padding-bottom: 28px;
    }
    .bottom_dianhua{
        margin-top: 24px;
    }

    .parallax-bg{
        position: static;
        padding: 0px 0px 24px 0px;
    }
    .banner_form{
        width: 100%;
        box-shadow: 0px 0px 15px rgba(153, 153, 153, 0.3);
    }
    .shuju{
        margin-top: 0px;
    }
    .cpys_card{
        border: none;
    }

    .di_beian_ul li{
        margin-right: 5px!important;
    }
    .bottom_bg{
        padding-top: 0px;
    }
}

@media (max-width: 768px){
    .product_banner{
        height: 288px;
    }
    .service_media{
        padding: 38px;
    }

    .md_join{
        padding: 24px!important;
    }
    .md_media{
        display: block;
    }
}