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

.ix_jg_card_bt h4 span.g-price-edit-title-tag {background: #fe5b4c;
    border-radius: 4px 1px;
    font-size: 12px;
    color: #fff;}

/*返回顶部*/
.g-price-footer {
    display: none;
    position: absolute;
    width: 87%;
    height: 55px;
    background-color: #e7fbf3;
    border: 1px solid #3fde9c;
    font-size: 16px;
    z-index: 1;
    line-height: 53px;
    text-align: center;
}
.right_xf{
    position: fixed;
    left: 15px;
    bottom: 90px;
    z-index: 2000;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 56px;
    padding: 12px 8px;
    color:#999;
    border-radius: 8px;
    background: #fff;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    position: relative;
}
.right_xf li a:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 2px;
    background: #E1E6ED;
}
.right_xf li .right_no:before{
    content: none;
}
.right_xf li a p{
    line-height: 20px;
    font-size: 14px;
    margin-top: 6px;
}
.right_xf li a img{
    width: 100%;
    height: 24px;
    object-fit: contain;
}
.right_xf li a:hover{
    color: #4c6aff;
}

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

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

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    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: #be171e;
    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: #4C6AFF;
}

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;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.text_999{
    color: #999;
}
.text-success{
    color: #618638!important;
}
.text-primary{
    color: #4C6AFF!important;
}
.text-dark{
    color: #080B19!important;
}
.text-muted{
    color: #545A6E!important;
}
.text_FE6C5E{
    color: #FE6C5E;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg_F2F5FF{
    background: #F2F5FF;
}
.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;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.modal-body{
    padding: 38px 30px;
    position: relative;
}
.display_swiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.display_swiper .swiper-button-next,.display_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;
    z-index: 1000;
}
.display_swiper .swiper-button-prev{
    opacity: 1;
    left: 15px;
    margin-top: -25px;
}
.display_swiper .swiper-button-next{
    opacity: 1;
    right: 15px;
    margin-top: -25px;
}
.display_swiper .swiper-button-prev:after,.display_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.display_swiper .swiper-button-prev:hover:after,.display_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.display_swiper .swiper-button-next:hover,.display_swiper .swiper-button-prev:hover{
    background: rgba(76,106,255,1);
}

.tanchuang_tuichu{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}
.search_anniu2{
    display: inline-block; 
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 18px;
    height: 2px;
    background: #666;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 18px;
    height: 2px;
    background: #666;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}

/*nav_top*/
.nav_top{
    background: #333;
    color: #fff;
}
.nav_top_fws{
    line-height: 20px;
    padding: 7px 0px;
}

.nav_top_yjsm a{
    color: #fff;
    line-height: 20px;
    display: inline-block;
    padding: 7px 0px;
}

.nav_top .list-inline-item{
    position: relative;
    margin: 0px 0px;
}
.nav_top .list-inline-item:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
}
.nav_top .list-inline-item .nav-link{
    color: #fff;
    padding: 10px 38px 10px 10px;
    position: relative;
}
.top_xiala .nav-link .icon{
    fill: #fff;
}
.nav_top .list-inline-item .nav-link span{
    position: absolute;
    right: 10px;
    transition: all 0.5s;
}
.nav_top .list-inline-item:hover .nav-link span{
    transform: rotate(180deg);
}

.menu_hz{
    font-size: 12px;
    border-radius: 3px;
    background: linear-gradient(to right, #ff7c4d, #f65b39);
    padding: 3px 8px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 12px;
}
.top_xiala{
    position: relative;
}
.top_xiala:hover{
    background: #fff;
}
.top_xiala:hover .nav-link{
    color: #4C6AFF;
}
.top_xiala:hover .nav-link .icon{
    fill: #4C6AFF;
}
.top_xiala .dropdown-menu{
    left: 0px!important;
    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 */
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 10px 30px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
.top_xiala2 .nav-link span{
    transition: all 0.5s;
}
.top_xiala2:hover .nav-link span{
    transform: rotate(180deg);
}
@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;
}
.menu_style2 h6{
    padding: 12px 0px;
    border-bottom: 1px solid #eee;
}
.top_xiala .menu_style2 a{
    border-bottom: none;
    padding: 14px 0px;
    font-size: 16px;
    color: #545A6E;
}
.nav_ul_flex{
    display: flex;
    flex-wrap: wrap;
}
.nav_ul_flex li{
    width: 50%;
    padding-right: 24px;
}
.top_xiala .dropdown-menu a:hover{
    color: #4C6AFF;
}

.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: #4C6AFF;
    color: #fff;
}

.navbar-brand{
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: 24px;
}
.navbar-brand img{
    height: 28px;
    object-fit: contain;
}

.form-inline ul{
    display: flex;
    align-items: center;
}
.nav_tel{
    display: flex;
    align-items: center;
}

.nav_min{
    padding: 0px;
    border: none;
    background: #fff;
    transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 9px 0px 9px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 28px 0px;
    position: relative;
    transition: 0.5s;
}
.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-right: 0px;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 36px 0px 36px 0px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 40px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    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: #000;
}
.nav_min .nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #4C6AFF;
    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%;
}

.link_msss{
    position: relative;
}
.link_msss:before{
    content: '买三送三';
    position: absolute;
    left: 0px;
    top: 3px;
    display: inline-block;
    color: #fff;
    background-color: #E52B55;
    padding: 4px 6px;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.link_msss2:before{
    content: 'NEW';
}

.is-active{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.is-active .nav_top .nav_top_fwsri{
    display: none;
}
.nav_top_fwsri{
    color: #666;
}

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

/*banner*/
.banner{
    height: 480px;
    position: relative;
    background: #fff;
}
.banner1 {
    height: 350px;
    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-pagination{
    bottom: 28px;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.banner .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    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.3);
    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(76,106,255,1);
}

.parallax-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.parallax_form{
    pointer-events: auto;
    background: #fff;
    padding: 28px;
}
.parallax_form .form-control{
    border-color: #eee;
    font-size: 14px;
}
.parallax_form .form_input_height{
    height: 44px;
}
.parallax_form .input-group-text{
    background: #7098fe;
    color: #fff;
    border-color: #7098fe;
    box-shadow: none;
}

/*主体*/
.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{
    position: relative;
    padding-bottom: 24px;
}
.bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 88px;
    height: 3px;
    background: #be171e;
}
.bt2:before{
   left: 50%;
   margin-left: -44px;
}

.gengduo{
    padding: 14px 40px;
    background: #4C6AFF;
    color: #fff;
    font-size: 16px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #4C6AFF;
}
.gengduo2{
    padding: 14px 58px;
}
.gengduo_nav{
    font-size: 14px;
    padding: 10px 16px;
}
.gengduo_nav2{
    background: #fff;
    color: #4C6AFF;
    border: 1px solid #4C6AFF;
}
.gengduo_zhankai{
    padding: 18px 40px;
    background: #fff;
    color: #272E47;
    border: 1px solid #E1E3E8;
}
.gengduo:hover{
    color: #fff;
    background: #4988fa;
    border: 1px solid #4988fa;
}
.gengduo2:hover{
    background: #4988fa;
    border: 1px solid #4988fa;
}


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

.ix_jg_box{
    box-shadow: 0 5px 15px -5px rgba(76, 106, 255, 0.3);
    overflow: hidden;
}
.ix_jg_card{
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #edf0ff;
}
.ix_jg_card_border_none{
    border-right: none;
}
.ix_jg_card_bt{
    padding: 24px 5px 0px 5px;
}
.ix_jg_card_bt p{
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 80px;
}
.ix_jg_card_nr{
    padding: 24px 5px 28px 5px;
}
.ix_jg_card_nr ul li{
   color: #7A8599;
    font-size: 14px;
    height: 22px;
    text-indent: 22px;
    background: url(../img/dui.png) no-repeat;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px;
    background-size: 14px;
    margin-bottom: 8px;
}
.ix_jg_card_nr .jiage{
    color: #545A6E;
}
.ix_jg_card_nr .jiage strong{
    font-size: 24px;
    color: #FE6C5E;
}

.yxjgcx{
    box-shadow: 0 5px 15px -5px rgba(76, 106, 255, 0.3);
    overflow: hidden;
}
.yxjgcx_top{
    background: url(../img/yxjgcx_top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 24px 24px;
    position: relative;
}
.yxjgcx_top img{
    width: 58px;
    object-fit: contain;
    position: absolute;
    top: -1px;
    left: -2px;
}
.yxjgcx_nr{
    padding: 38px 24px 38px 24px;
}
.yxjgcx_nr1{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E1E6ED;
    padding-bottom: 24px;
}
.yxjgcx_nr1 span{
    font-size: 14px;line-height: 30px;
}
.yxjgcx_nr1 span strong{
    font-size: 32px;
}
.yxjgcx_nr2{
    margin-top: 40px;
}
.yxjgcx_nr3{
    display: flex;
    justify-content: space-between;
}
.shuliang{
    display: flex;
    align-items: center;
}
.shuliang input{
    width: 40px;
    border: none;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #111F33;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.shuliang .shuliang_anniu{
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
}
.shuliang .jian{
    background: url(../img/jian.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.shuliang .jia{
    background: url(../img/jia.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hdsl{
    width: 100%;
    height: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-top: 15px;
}
.hdsl .hdsl_1{
    width: 100%;
    height: 100%;
    background-color: #E1E6ED;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}
.hdsl .hdsl_2{
    width: 18px;
    height: 18px;
    background: url(../img/hdsl_2.png);
    position: absolute;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    cursor: default;
    top: -5px;
    left: 0;
}
.hdsl .hdsl_text{
    position: relative;
    left: -20px;
    color: #fff;
    margin-top: 26px;
    width: 62px;
    height: 26px;
    background: #94A6FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding: 4px 12px;
}
.hdsl .hdsl_text::before{
    position: absolute;
    left: 0;
    right: 0;
    top: -13px;
    margin: auto;
    content: " ";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #94A6FF;
    border-left: 8px solid transparent;
}
.yxjgcx_nr3{
    position: relative;
}
.yxjgcx_nr3 .limit-tip{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
    opacity: 0;
    color: #E12F2E;
    transition: all 0.3s linear;
    position: absolute;
    bottom: -48px;
    right: 0;
    font-size: 12px;
    text-align: right;
    width: 100%;
}
.te-through{
    text-decoration: line-through;
}
.yxjgcx_nr1 .te-through-fon{
    font-size: 20px;
    text-decoration: line-through;
}
.yxjgcx_nr1 .te-through-fon strong{
    font-size: 20px;
}

.gdyxgn{
    padding-left: 22px;
}

.gengduo_zhankai i{
    transition: all 0.3s;
    transform: rotate(180deg);
}
.gengduo_zhankai.collapsed i{
    transform: rotate(0deg);
}

.bg_table {
    font-size: 22px;
    font-weight: 500
}
.bg_table thead tr {
    background: #F8F9FB
}
.bg_table thead tr th {
    height: 90px;
    line-height: 90px;
    padding: 0;
    color: #676C73;
    font-weight: 500;
    white-space: nowrap;
}
.bg_table thead tr th:nth-child(2) {
    font-size: 24px;
    color: #FFFFFF;
    background: #386ee7;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    line-height: 40px;
    height: 40px;
    padding: 25px
}
.bg_table thead tr th:nth-child(2) i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUpSURBVHgB7ZtLi1xFFMdPDyo+orQbBVc3KxFcZCA7EXqQCO4mroVp/QKJ4GPhonuWrrpduREy+QSTlbibIGQhWWRiXIrduFGiEAUfE5Gc/A9dBZ2bqjp1H9NTt6d+cKierltV5/673lVDlMlkMplMJpPJZDKZjtGjY4KZ+wiGsD6dLIe9Xu8adQmIV8BmnA4j6gqcnniW9EXkdMWzpCsipy+epVURWxlE4FSB4ABWOKLnsKu0egrYjidujIFll1KAwzVvZsQ9Kd/Gq6qJdR3sw26lKN6Sj2mKqIh3LwXxLIqIO7RqIsQ7R4kBn6bJiIgC97skngW+7Z24iCjoSsCJZMWzKCIO6DhRxBtSRwiIeHwtCBlP1kE8gVfdhyPD0bqIZ1mZiIp4Y+owfNzzWGSwva7iWYyIM8873tLSP6HE+6rxFGvJMYUdk3X2kxSPXZez+cxUD1fa/+HvA+fDvd4f8HULH2eOaLUZawJeh7mWO0MU+gUKn/sSIk5+QRHwaUe0FamJUOW87GeiRzdJjuDLf0oevjngnBTU3RiIMEVwyZP5pvyCSvqXETxD1SkLW66hWlp55j78+4XC/sm7TR1R8l6boUqy7BQphchW1cARdQ0FXFTSbiA4C3uWHq0h5aZaro0xceVnlrkP+9HXdI1vBQLp51znNhdjzlJiBeybggpHtLq3hvRPIXidFs1Za7KuZi3fiRAbFBbevs8R7IdQ0+XwHuau1scvOxaF8msNUeBVJb2Id54WNbFNyoL/C7sJf44o7I+8i2uQkL79MlUoPBqZ1iDYd0RJf7GFgg+V9CLeW7QYnUNl+5ry8t+u9FLjvoUff1LYjwkCl0hziujXqeRMJcz8b+QpfEvrdJH+RQTvUFhEX79m43wDioj3E4XLF9/Hjqg5RfhfptaZCJzYI/fQf2ic0EbmVxFcIHdfFju1KT/3Hcq9SeFyfS1I2NRakM+JyphBRTpgVx+yB0fej8hD+sO37Z/UDKl5NyhcXkH+PvxDpJ9SDWqfyimjWNSpl1kBXCC/bw9I7ytvoKyvqb6v0SOui0bHmrzYsRDHas+jkMe7CETIUN/mGzRuo4yvSC9Dmu22I0qdx2o0ElCAczKaTRxRUTN5k8cHCN6kx30LjcY/wz5H/v9QOO9WBw1yONkYZWSOWe7J9Eaa/Nnlrx3+2e/uSnnI9zcl30bLtBhaEVAILPeuw9GtiPTPIfgS9hKFffsV9jHyvKvkJ92LbzsqqnuJYYPaQ/qSueP7gZm4BsEL/Y3gE9hfsBdgZ2DPL9kZ8+inEeIV5J+u7PZSvS/Ii2se9zybk1HLIzz3Cuwb2B3Y98buGDsfkT60QVprqrJS4OSA/USdM+C512C3jRDW1LmlSes7/FJ3l5NBapvnJWYcec6A596A/W7so8g0o6blJgP7r1LIIU7UvWk89x7ss8hnfec3Sd3TqQT7T7yuUItwC31vknD47uCIWkApY0xdBy9xLlA7dqghgVq+T+sCXmboeclGNwDYP+LOOLKf7Qzsv+QoL1tQRXidRtxY2H8rqtIcjRfdgo/kr9jVhsN3USYUAa/7oKGhCHBZSds/1eJZOLzcGwTS+a4Wd2eZ1hbsX+45Vw58GgcNDfYv90SU/tJzl6qIfaqAAAcecQ5MfGiZtk2nHQ4PDBPOg4aOUstcpL8xumo4fJ14mRmv2zKtLTj8P21WvIIyfjj8n0Tru0xrC/Yv97q7Mbpq+PHl3pgy1eHFki8PGJlMJpPJZDKZTCaTySTEQ2eYeyyfCJLCAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    vertical-align: top
}
.bg_table tbody tr {
    background: #F8F9FB
}
.bg_table tbody tr td {
    height: 80px;
    line-height: 80px;
    padding: 0px 24px;
    border: 1px solid #DFE3E6;
    position: relative;
    white-space: nowrap;
}
.bg_table tbody tr td:first-child {
    text-align: center
}
.bg_table tbody tr td:nth-child(2) {
    border: none;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 1px solid #386ee7;
    padding-left: 26px
}
.bg_table tbody tr td:nth-child(2) a {
    position: absolute;
    background-image: url(../img/Frame-321.png);
    background-repeat: no-repeat;
    -webkit-background-size: 84px 89px;
    -moz-background-size: 84px 89px;
    background-size: 84px 89px;
    width: 84px;
    height: 89px;
    margin: 0;
    border: none;
    top: -8px;
    right: 0px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}
.bg_table tbody tr td:last-child {
    padding-left: 20px;
    font-size: 16px
}
.bg_table tbody tr:nth-child(odd) {
    background: #ECEFF4
}
.bg_table tbody tr:nth-child(odd) td:nth-child(2) {
    background-color: #d8dff7
}
.bg_table tbody tr:nth-child(even) td:nth-child(2) {
    background-color: #fafefd
}
.bg_table tbody tr:hover td:nth-child(2) a,.g-container .g-main-content .main-functions table tbody tr.active td:nth-child(2) a {
    opacity: 1
}
.bg_table tbody tr:hover td:nth-child(2) span,.g-container .g-main-content .main-functions table tbody tr.active td:nth-child(2) span {
    color: #386ee7
}

.tishi{
    display: inline-block;
}
.tishi img{
    cursor: pointer;
}
.tishi p{
    position: absolute;
    margin-left: 26px;
    margin-top: -21px;
    display: none;
    font-size: 12px;
    background: #313233;
    line-height: 1.5;
    color: #fff;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tishi p::after {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 5px solid #313233
}
.tishi:hover p{
    display: block;
}

.bg_table2 thead tr th{
    border: none;
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
}
.bg_table2 thead tr th.th2{
    text-align: left;
    padding: 28px 0px;
    font-size: 18px;
    font-weight: 400;
}
.bg_table2 tbody tr td{
    padding: 20px 0px;
    vertical-align: middle;
    border-color: #eee;
    white-space: nowrap;
}
.bg_table2 tbody tr td.td_2{
    padding-top: 38px;
}
.bg_table2 tbody tr td:nth-child(2){
    background: rgba(0, 0, 0, .02);
    text-align: center;
    width: 40%;
}
.bg_table2 tbody tr td:nth-child(3){
    background: rgba(56, 110, 231, .04);
    text-align: center;
    width: 40%;
}

.wsmxzwm_img{
    width: 150px;
    height: 150px;
    background: url(../img/wsmxzwm_img.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-right: 24px;
}
.wsmxzwm_img2{
    background: url(../img/wsmxzwm_img2.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.wsmxzwm_img3{
    background: url(../img/wsmxzwm_img3.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.wsmxzwm_img4{
    background: url(../img/wsmxzwm_img4.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.wsmxzwm_media{
    background: #fff;
    padding: 24px;
    box-shadow: 0 5px 15px -5px rgba(76, 106, 255, 0.3)
}

.cptxgn_swiper_top{
    height: 512px;
}
.cptxgn_swiper_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
    font-size: 20px;
    padding: 20px 20px;
    border-radius: 5px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.cptxgn_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    background: #7088FF;
    color: #fff;
}
.cptxgn_swiper_bottom{
    border: 1px solid #ECEFF4;
    background: #fff;
}

.hyjjfa_swiper_top{
    margin-bottom: 24px;
}

.g-price-edit-price-under {
  color: #9fa2ad;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: line-through;
}
.hyjjfa_swiper_top .swiper-wrapper .swiper-slide{
    font-size: 20px;
    padding-top: 5px;
    height: 38px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.hyjjfa_swiper_top .swiper-wrapper .swiper-slide::before{
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    width: 32px;
    height: 4px;
    border-radius: 4px;
}
.hyjjfa_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    color: #4C6AFF;
}
.hyjjfa_swiper_top .swiper-wrapper .swiper-slide-thumb-active::before{
    background: #4C6AFF;
}
.hyjjfa_swiper_bottom .card .card-body{
    padding: 30px;
}
.hyjjfa_swiper_bottom_ul li{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    background: #FFF0DB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #E5A344;
    margin: 5px 10px 5px 0;
}

.hyjjfa_logo img{
    height: 48px;
    object-fit: contain;
}

.news{
    background: #fff;
    padding: 18px;
}
.rq{
    margin-right: 18px;
    width: 60px;
    height: 68px;
    background: #4C6AFF;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.rq h4{
    font-size: 24px;
    display: inline-block;
    height: 24px;
    margin-bottom: 12px;
}
.news .media-body h5{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}
.news .media-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

/*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){
    .parallax_form {
    pointer-events: auto;
    background: #fff;
    padding: 28px;
    display: none;
    }
    
    .banner {
    height: 300px;
    position: relative;
    background: #fff;
    width: 650px;
    }
    .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: #313845;
    color: #C0C8D6;
}
.bottom_top{
    padding: 16px 0px;
    border-bottom: 1px solid #4a556a;
}
.bottom_top_style{
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #C0C8D6;
}
.bottom_top_style svg{
    fill: #C0C8D6;
    margin-right: 12px;
}

.bottom_zt{
    padding-top: 50px;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    position: relative;
    color: #C0C8D6;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 18px;
}
.bottom_ul .card{
    background: none;
    padding: 18px 0px 15px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 28px;
    font-size: 12px;
    color: #C0C8D6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}
.bottom_ul .card a.text_999{
    color: #ccc;
}
.bottom_ul .card a:hover{
    color: #C0C8D6;
}

.bottom_follow li{
    margin-right: 16px!important;
}
.bottom_follow li .fa{
    font-size: 24px;
}
.bottom_follow li a{
    color: #000;
}
.bottom_follow li a:hover{
    opacity: 1;
}

.di_beian{
    padding: 24px 0px;
    line-height: 24px;
}
.di_about{
    padding-left: 48px;
}
.di_about ul li{
    line-height: 22px;
    margin-bottom: 14px;
}

.ol_style li a{
    color: #C0C8D6;
}
.ol_style .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #C0C8D6;
    content: "-";
}

.bottom_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 4px;
}
.ix_lxwm ul li{
    margin-right: 40px!important;
}
.ix_lxwm_ul2 li a{
    color: #C0C8D6;
    position: relative;
}
.ix_lxwm_ul2 li a .erweima{
    position: absolute;
    top: -110px;
    left: -28px;
    opacity: 0;
    transition: 0.5s;
}
.ix_lxwm_ul2 li a:hover .erweima{
    opacity: 1;
}

.ix_lxwm_ul1 li{
    line-height: 24px;
}

/* ----------------------------------------------------------------
    AI 写信
----------------------------------------------------------------- */
.ai_letter_banner{
    background: url(../img/ai_letter_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
}
.ai_letter_banner h1{
    color: #272E47;padding-bottom: 50px;
}
.ai_letter_banner p{
    font-size: 16px;
    line-height: 32px;
    color: #545A6E;
}
.fa_bott{
    color:#7A8599; 
    font-size:16px;
}
.ai_letter_bt{
    color: #272E47;
}
.al_letter_cjtd_media{
    padding: 20px;
    border-radius: 8px;
    background-color: #F2F5FF;
}
.al_letter_cjtd_media_bt{
    font-size: 66px;
    margin-right: 20px;
}

.al_letter_rsgn_card{
    margin-bottom: 168px;
}
.al_letter_rsgn_ul li{
    padding-left: 20px;
    color: #545A6E;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
    background: url(../img/li_icon1.png);
    background-position: top 10px left;
    background-repeat: no-repeat;
}

.al_letter_wsmxzwy_card .card-body{
    padding: 14px;
}
.al_letter_wsmxzwy_card .card-body img{
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 18px 0px 28px 0px;
}

/* ----------------------------------------------------------------
    服务优势
----------------------------------------------------------------- */
.service_banner{
    background: url(../img/service_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
}
.banner_h1{
    font-size: 60px;padding-bottom: 50px;
}

.service_fu_banner{
    background: url(../img/service_fu_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.service_fwys_media{
    box-shadow: 0px 9px 36px rgba(47,56,111,0.1);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 32px;
    margin-bottom: 30px;
}
.service_fwys_media img{
    width: 56px;
    height: 56px;
    border-radius: 56px;
    object-fit: contain;
    margin-right: 20px;
}

.service-position-img{
    margin-top: 30px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.service-position-img .service-position-img-person{
    z-index: 2;
    position: absolute;
    left: 19px;
    top: 83px;
}
.service-position-img .service-position-img-form{
    z-index: 1;
    position: absolute;
    left: 17px;
    top: 44px;
}
.service-position-img .service-position-img-arrow{
    z-index: 3;
    position: absolute;
    left: 271px;
    top: 0px;
}

.service_fwjz_bg{
    background: url(../img/service_fwjz_bg.png) no-repeat left top;
    padding-top: 260px;
}

.service_fwplus_ul{
    border: 1px solid #DFE3E6;
}
.service_fwplus_ul li{
    padding-left: 0px;
}
.service_fwplus_ul li .col-lg-6{
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
}
.service_fwplus_ul li p{
    color: #8B919A;
}
.service_fwplus_ul li.service_fwplus_ul_li{
    background: #FAFAFA;
}
.service_fwplus_ul li img{
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-right: 18px;
}

.bg_ktwyqyyxlc{
    background: #4C6AFF;
}

.liucheng_card .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.liucheng_card .card-body span{
    width: 68px;
    height: 68px;
    border-radius: 68px;
    background: #4C6AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    margin-bottom: 18px;
}
.liucheng_card .card-body span svg{
    fill: #fff;
}

/* ----------------------------------------------------------------
    产品功能
----------------------------------------------------------------- */
.intro_banner{
    background: url(../img/intro_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
}

.aitem_list{
    background: #ECEFF4;
}
.aitem_list li{
    font-weight: 600;
    font-size: 18px;
    padding-left: 28px;
    line-height: 58px;
    cursor: pointer;
    margin: 0px 50px;
    color: #676C73;
    position: relative;
}
.aitem_list li:hover,.aitem_list .active{
    color: #111F33;
}
.aitem_list .active::after,.aitem_list li:hover::after{
    width: 100%;
    height: 4px;
    background: #236DEF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
.aitem_list .atime_bg1{
    background: url(../img/aitem_list_bg1.png) no-repeat left 17px;
    background-size: 24px 24px;
}
.aitem_list .atime_bg2{
    background: url(../img/aitem_list_bg2.png) no-repeat left 17px;
    background-size: 24px 24px;
}
.aitem_list .atime_bg3{
    background: url(../img/aitem_list_bg3.png) no-repeat left 17px;
    background-size: 24px 24px;
}
.aitem_list .atime_bg4{
    background: url(../img/aitem_list_bg4.png) no-repeat left 17px;
    background-size: 24px 24px;
}
.aitem_list .atime_bg5{
    background: url(../img/aitem_list_bg5.png) no-repeat left 17px;
    background-size: 24px 24px;
}
.aitem_list .atime_bg1:hover,.aitem_list .active.atime_bg1{
    background: url(../img/atime_bg1_1.png) no-repeat left 17px;
    background-size: 24px 24px;
}
.aitem_list .atime_bg2:hover,.aitem_list .active.atime_bg2{
    background: url(../img/atime_bg2_1.png) no-repeat left 17px;
    background-size: 24px 24px;
}
.aitem_list .atime_bg3:hover,.aitem_list .active.atime_bg3{
    background: url(../img/atime_bg3_1.png) no-repeat left 17px;
    background-size: 24px 24px;
}
.aitem_list .atime_bg4:hover,.aitem_list .active.atime_bg4{
    background: url(../img/atime_bg4_1.png) no-repeat left 17px;
    background-size: 24px 24px;
}
.aitem_list .atime_bg5:hover,.aitem_list .active.atime_bg5{
    background: url(../img/atime_bg5_1.png) no-repeat left 17px;
    background-size: 24px 24px;
}

.email_row{
    margin-left: -10px;
    margin-right: -10px;
}
.email_col{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.email_card{
    box-shadow: 0px 9px 36px rgba(47,56,111,0.1);
}
.email_card .card-body img{
    width: 56px;
    height: 56px;
    object-fit: contain;
}
.email_card .card-body h5{
    color: #111F33;
    margin-top: 20px;
}
.email_card .card-body p{
    color: #676C73;
    margin-top: 8px;
}
.email_yjsf_bg{
    background: #F8F9FB url(../img/email_yjsf_bg.png) no-repeat top center;
}

.email_bottom_bg{
    background: radial-gradient(33.4% 90.9% at 48.33% 2.4%, #42A3FD 0%, #0042C1 100%);
}
.gengduo_email{
    background: #fff;
    color: #236DEF;
    border-color: #fff;
}



.gengduo_email8{
    background: #fff;
    color: #236DEF;
    border-color: #fff;
}

.gengduo8 {
    padding: 250px 150px;
}

.gengduo_email8 {
    background: #fff0;
    color: #236DEF;
    border-color: #fff0;
}

/* ----------------------------------------------------------------
    定价标准
----------------------------------------------------------------- */
.price_banner{
    background: url(../img/price_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
}

.price_bottom_bg{
    background: url(../img/email_bottom_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
}

.price_card{
    border: 2px solid #E1E3E8;
    box-shadow: 15px 0 15px -15px #dedede, -15px 0 15px -15px #dedede;
    border-radius: 20px;
}
.price_card:hover{
    border: 2px solid #4C6AFF;
}
.price_card .card-body{
    padding: 48px;
}
.price_card .card-body .price_card_zhutu img{
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.price_card_bt{
    color: #080B19;
    font-size: 28px;
    line-height: 36px;
    margin-top: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E1E3E8;
}
.price_card_h5{
    margin-top: 24px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}

.price_card_nr{
    color: #7A8599;
    height: 240px;
    margin-top: 28px;
}
.price_card_nr p{
    font-size: 16px;
    text-indent: 22px;
    background: url(../img/dui.png) no-repeat;
    background-size: 16px;
    background-position: top 4px left;
    margin-bottom: 8px;
}

.price_card_jiage strong{
    font-size: 40px;
}
.price_card_gengduo{
    padding: 12px 40px;
}

/* ----------------------------------------------------------------
    解决方案
----------------------------------------------------------------- */
.solution_banner{
    background: url(../img/solution_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
}

.solution_card{
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}
.solution_card .card-body{
    padding: 24px 152px 28px 34px;
}
.solution_card .card-body h4{
    color: #4E5A70;
    font-size: 21px;
    padding-bottom: 10px;
    position: relative;
}
.solution_card .card-body h4::before{
    display: block;
    content: '';
    width: 28px;
    height: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #4C6AFF;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.solution_card .card-body p{
    font-size: 16px;
    margin-top: 10px;
    color: #7A8599;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
}

.solution_card2{
    margin-bottom: 100px;
}
.solution_card2 .card-body h4{
    color: #4E5A70;
    font-size: 21px;
}
.solution_card2 .card-body p{
    font-size: 16px;
    margin-top: 10px;
    color: #7A8599;
    font-size: 16px;
    line-height: 1.9;
}
.solution_card_dui{
    background: url(../img/solution_card_dui.jpg) no-repeat;
    background-size: 14px;
    background-position: 0;
    font-size: 16px;
    color: #7A8599;
    margin-right: 38px;
    margin-top: 23px;
    padding-left: 22px;
    white-space: nowrap;
}

.solution_fasy_card{
    border-color: #ECEFF4;
}
.solution_fasy_card .card-body{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.solution_fasy_card .card-body img{
    width: 76px;
    height: 76px;
    object-fit: contain;
}
.solution_fasy_card .card-body h4{
    color: #4E5A70;
    font-size: 21px;
}
.solution_fasy_card .card-body p{
    color: #7A8599;
}

.solution_khal_bg{
    background: #f8fafd url(../img/solution_khal_bg.png) no-repeat;
    -webkit-background-size: 100% 350px;
    -moz-background-size: 100% 350px;
    background-size: 100% 350px;
}

.solution_khal_swiper .swiper-pagination{
    bottom: 42px;
    left: 122px;
    width: auto;
}
.solution_khal_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.solution_khal_swiper .swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    background-color: #4C6AFF;
    opacity: 0.5;
    position: relative;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.solution_khal_swiper .swiper-pagination-bullet-active{
    opacity: 1;
}

.solution_khal_swiper .swiper-slide .pc_cr{
    transform:translateX(400px);
    opacity:0;
    transition:all 1s;
}
.solution_khal_swiper .ani-slide .pc_cr{
    transform:translateX(0);
    opacity:1;
}

.solution_khal_swiper .swiper-button-next,.solution_khal_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;
    z-index: 1000;
}
.solution_khal_swiper .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -25px;
}
.solution_khal_swiper .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -25px;
}
.solution_khal_swiper:hover .swiper-button-prev{
    opacity: 1;
    left: 15px;
}
.solution_khal_swiper:hover .swiper-button-next{
    opacity: 1;
    right: 15px;
}
.solution_khal_swiper .swiper-button-prev:after,.solution_khal_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.solution_khal_swiper .swiper-button-prev:hover:after,.solution_khal_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.solution_khal_swiper .swiper-button-next:hover,.solution_khal_swiper .swiper-button-prev:hover{
    background: rgba(76,106,255,1);
}

/* ----------------------------------------------------------------
    客户案例
----------------------------------------------------------------- */
.user_banner .swiper-pagination{
    bottom: 28px;
}
.user_banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: #4C6AFF;
}

.user_hxtd{
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f0f2f5;
}
.user_ldgn p span{
    position: relative;
}
.user_ldgn p span::before{
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background-color: #4C6AFF;
    vertical-align: middle;
    margin-right: 5px;
}

.user_kh{
    border-top: 1px solid #f0f2f5;
}
.user_kh img{
    padding: 8px 0px;
}

.user_flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.user_card{
    border-color: #EBEDF2;
}

.picture{
    width: 100%;
    position: relative;
    height: 336px;
    overflow: hidden;
    background: url(../img/picture.png) repeat-x left center;
    -webkit-animation: scrollToUp 30s linear infinite;
    animation: scrollToUp 30s linear infinite;
    -webkit-backface-visibility: hidden;
    background-size: 4427px 336px;
}
.picture:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes scrollToUp {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3490px 0
    }
}

@keyframes scrollToUp {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -3490px 0
    }
}

.user_khpj_bg{
    background: url(../img/user_khpj_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.yinghao{
    display: inline-block;
    width: 34px;
    height: 25px;
    background: url(../img/yinghao.png) no-repeat;
    background-size: contain;
}

.user_siper_bottom .swiper-wrapper .swiper-slide{
    transition: 300ms;
    transform: scale(0.8)
}
.user_siper_bottom .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 88px;
    object-fit: scale-down;
}
.user_siper_bottom .swiper-wrapper .swiper-slide-active,.user_siper_bottom .swiper-wrapper .swiper-slide-duplicate-active{
    transform: scale(1);
}

.user_siper_bottom{
    padding-bottom: 60px;
}

.user_siper_bottom .swiper-pagination{
    bottom: 0px;
}
.user_siper_bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.user_siper_bottom .swiper-pagination-bullet{
    width: 32px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    position: relative;
    border-radius: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.user_siper_bottom .swiper-pagination-bullet-active{
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.user_siper_top .swiper-button-next,.user_siper_top .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(255,255,255,0.3);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.user_siper_top .swiper-button-prev{
    left: 0px;
    opacity: 1;
    margin-top: -25px;
}
.user_siper_top .swiper-button-next{
    right: 0px;
    opacity: 1;
    margin-top: -25px;
}
.user_siper_top .swiper-button-prev:after,.user_siper_top .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.user_siper_top .swiper-button-prev:hover:after,.user_siper_top .swiper-button-next:hover:after{
    color: #fff;
}
.user_siper_top .swiper-button-next:hover,.user_siper_top .swiper-button-prev:hover{
    background: rgba(76,106,255,1);
}

.user_siper_top .swiper-slide{
    padding: 0px 58px;
}

.user_siper_bottom .swiper-wrapper .swiper-slide{
    opacity: 0.5;
}
.user_siper_bottom .swiper-wrapper .swiper-slide-active{
    opacity: 1;
}

.user_botttom_bg{
    background: url(../img/user_botttom_bg.png) #416fee;
    background-color: #416fee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    align-items: center;
}

/* ----------------------------------------------------------------
    开通邮箱
----------------------------------------------------------------- */
.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.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(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pt_details_swiper2 .swiper-button-prev{
    left: 15px;
    opacity: 1;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-next{
    right: 15px;
    opacity: 1;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-prev:after,.pt_details_swiper2 .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.pt_details_swiper2 .swiper-button-prev:hover:after,.pt_details_swiper2 .swiper-button-next:hover:after{
    color: #fff;
}
.pt_details_swiper2 .swiper-button-next:hover,.pt_details_swiper2 .swiper-button-prev:hover{
    background: rgba(76,106,255,1);
}

.ktyx_right{
    padding-left: 48px;
}
.ktyx_gmnx_ul li a{
    width: 80px;
    height: 34px;
    background: #fff;
    color: #666;
    border: 1px solid #D4D4D4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0px;
}
.ktyx_gmnx_ul .active a,.ktyx_gmnx_ul li a:hover{
    color: #dc3545;
    border-color: #dc3545;
}

.ktyx_gmnx_ul li{
    position: relative;
}
.ktyx_gmnx_ul li .ktyx_gmnx_ul_song{
    position: absolute;
    top: -28px;
    left: 13px;
    text-align: center;
    background: #E12F2E;
    width: 55px;
    height: 20px;
    line-height: 20px;
    border-radius: 14px;
    color: #fff;
}
.ktyx_gmnx_ul li .ktyx_gmnx_ul_song::before {
    position: absolute;
    top: 20px;
    left: 17px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-right-width: 4.5px;
    border-top-width: 6px;
    border-top-color: #E12F2E;
    border-left-width: 4.5px;
}




.ktyx_aitem_nav{
    background: none;
    position: relative;
}
/*.ktyx_aitem_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #4C6AFF;
}*/
.ktyx_aitem_nav li{
    color: #666;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 38px;
    line-height: 50px;
    margin: 0px;
}
.ktyx_aitem_nav li:hover, .ktyx_aitem_nav .active,.ktyx_aitem_nav .active:hover{
    background: #4c6aff;
    color: #fff;
}

.ktyx_bottom_xx{
    border-bottom: 1px dashed #eee;
}
.ktyx_aitem_nav_top{
    top: 114px;
    background: #fff;
}

.ktyx_ktlc i {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #eee;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: -40px;
    z-index: 1000;
}
.ktyx_ktlc{
    overflow: visible;
}

.ketx_zhengming{
    position: relative;
}
.ketx_zhengming span{
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(76, 106, 255, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 8px;
    transition: 0.5s;
}
.ketx_zhengming span:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.ketx_zhengming span:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .5s;
}
.ketx_zhengming_a:hover .ketx_zhengming span{
    opacity: 1;
}

.ktyx_cjwt .card{
    border: none;
}
.ktyx_cjwt .card .card-header{
    padding: 24px 24px 24px 24px;
    background: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    position: relative;
}
.ktyx_cjwt .card .card-body{
    padding: 18px 24px 30px 24px;
}
.ktyx_cjwt .card .card-header:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 26px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #4C6AFF;
}


.ktyx_right{
    padding-left: 48px;
}
.ktyx_gmnx_ul div{
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    color: #666;
    border: 1px solid #D4D4D4;
    display: inline-block;
    margin: 5px 0px;
    cursor: pointer;
}
.ktyx_gmnx_ul .active,.ktyx_gmnx_ul div:hover{
    color: #dc3545;
    border-color: #dc3545;
}

.ktyx_gmnx_ul{
    position: relative;
}
.ktyx_gmnx_ul .ktyx_gmnx_ul_song{
    position: absolute;
    top: -28px;
    text-align: center;
    background: #E12F2E;
    width: 55px;
    height: 20px;
    line-height: 20px;
    border-radius: 14px;
    color: #fff;
}
.ktyx_gmnx_ul .yearSpan3{
    left: 200px;
}
.ktyx_gmnx_ul .yearSpan5{
    left: 293px;
}
.ktyx_gmnx_ul .yearSpan10{
    left: 386px;
}
.ktyx_gmnx_ul .ktyx_gmnx_ul_song::before {
    position: absolute;
    top: 20px;
    left: 17px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-right-width: 4.5px;
    border-top-width: 6px;
    border-top-color: #E12F2E;
    border-left-width: 4.5px;
}
.limit-tip {
    opacity: 0;
    color: #E12F2E;
    transition: all 0.3s linear;
}







.details_tabs{
    border: none;
    position: relative;
}
.details_tabs .nav-link{
    font-size: 18px;
    background: none;
    padding: 28px 0px 28px 0px;
    display: inline-block;
    color: #999;
    margin-right: 28px;
    border: none;
    position: relative;
    text-transform: uppercase;
}
.details_tabs .nav-link.active{
    border: none;
    font-weight: 700;
}
.details_tabs:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.details_tabs .nav-link.active:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #4C6AFF;
}

.news_details_nr{
    padding: 48px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 12px 16px;
    border: 1px solid #eee;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #4c6aff;
    color: #fff;
    border: 1px solid #4c6aff;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

.news_banner{
    height: 288px;
}



/* ----------------------------------------------------------------
    新加
----------------------------------------------------------------- */
.solution2_banner{
    background: url(../img/solution2_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
    display: flex;
    align-items: center;
}
.solution2_banner p{
    color: #545a6e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 20px;
}

.xingchuang_fajz{
    background: #f7fafe;
}
.xingchuang_fajz .card-body{
    padding: 22px 22px 30px 22px;
}
.xingchuang_fajz .card-body h4{
    color: #272e47;
    font-weight: 600;
    line-height: 28px;
    font-size: 20px;
    margin: 10px 0;
}
.xingchuang_fajz .card-body p{
    color: #545a6e;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.xingchuang_jscd_bg{
    background: #f7fafe;
}

.xingchuang_jscd_card{
    padding: 20px 48px 20px 68px;
    box-shadow: 0 3px 6.2px 0 rgba(192,200,214,.4);
    margin-bottom: 30px;
}
.xingchuang_jscd_card img{
    width: 100%;
    object-fit: scale-down;
}
.xingchuang_jscd_card .card-body{
    padding-left: 0px;
    padding-right: 0px;
}
.xingchuang_jscd_card .card-body h4{
    color: #272e47;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
}
.xingchuang_jscd_card .card-body p{
    color: #545a6e;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 12px;
}

.xingchuang_gchzz{
    width: 100%;
    position: relative;
    height: 260px;
    overflow: hidden;
    background: url(../img/xingchuang_gchzz.png) repeat-x left center;
    -webkit-animation: scrollToUp2 30s linear infinite;
    animation: scrollToUp2 30s linear infinite;
    -webkit-backface-visibility: hidden;
    background-size: 1728px 260px;
}
.xingchuang_gchzz:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes scrollToUp2 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1728px 0
    }
}

@keyframes scrollToUp2 {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -1728px 0
    }
}

.xingchuang_bottom{
    background: url(../img/xingchuang_bottom.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.xingchuang_bottom_bt{
    color: #000;
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
}
.xingchuang_gengduo{
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    background: none;
    line-height: 18px;
}

@media (max-width: 900px){
    .xingchuang_jscd_card{
        padding: 20px 24px 20px 24px;
    }
    .xingchuang_jscd_card .card-body{
        padding-bottom: 12px;
    }
}
@media (max-width: 760px){
    .solution2_banner p{
        font-size: 14px;
    }
    .xingchuang_bottom_bt{
        font-size: 24px;
    }
}





/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1400px){
    
}

@media (max-width: 1200px){
    .navbar-brand{
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0px;
    }
    .nav_min .navbar-brand img{
        height: 38px;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .container{
        position: relative;
        justify-content: center;
    }
    .nav_min .container_no{
        padding-left: 0px;
        padding-right: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .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: 27px 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;
    }

    .form-inline{
        padding: 15px;
        width: 100%;
    }
}
@media (max-width: 900px){
    .al_letter_rsgn_card{
        margin-bottom: 88px;
    }
    .al_letter_rsgn_card .card-body{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .md_none{
        display: none;
    }

    .di_about{
        border: none;
        padding-left: 0px;
    }
    
    .bottom_zt{
        padding-top: 0px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-bottom: 1px solid #4a556a;
    }
    .bottom_ul .card{
        padding: 15px 0px;
        border-top: 1px solid #999!important;
    }
    .ix_lxwm{
        margin-top: 24px;
    }

    .nav_top_fws{
        margin-left: 0px !important;
    }

    .ktyx_right{
        padding-left: 15px;
    }
}

@media (max-width: 760px){
    .ai_letter_banner{
        height: 380px;
        background-position: center left;
    }
    .ai_letter_banner h1{
        font-size: 30px;
    }
    .ai_letter_banner p{
        font-size: 16px;
    }

    .news_banner{
        height: 288px;
    }

    .price_banner{
        background-position: center;
    }

    .user_banner{
        height: 380px;
    }
    .user_banner h1{
        font-size: 30px;
    }

    .wsmxzwm_media{
        display: flex;
        flex-direction: column;
    }
    .bottom_top_style{
        text-align: center;
    }

    .form-inline ul{
        align-items: flex-start;
        flex-direction: column;
    }
    .form-inline ul li{
        margin-bottom: 14px;
    }
    .service-position-img{
        height: 200px;
    }

    .price_card_nr{
        height: auto;
        margin-bottom: 38px;
    }

    .news_details_nr{
        padding: 30px;
    }
    .pagination a{
        margin: 0px 4px;
        padding: 10px 14px;
    }
}
@media (max-width: 760px){
    .ktyx_gmnx_ul_song {
        display: none;
    }
}