/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url(../fonts/montserrat-regular.ttf);
}
body{
    /* font-family: Arial light,Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;*/
    font-family:'Poppins', sans-serif,Arial;
    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: 30px;
    z-index: 3000;
    bottom: 40px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 48px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#FEC6C7;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #FEC6C7;
    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: #FEC6C7;
}

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: 30px;
}

h4{
    line-height: 30px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
    line-height: 30px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
    line-height: 38px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.opacity_5{
    opacity: 0.5;
}

.text_666{
    color: #666;
}
.text_999{
    color: #999;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #1da6dd!important;
}
.text-warning{
    color: #FEC6C7!important;
}

.text_light{
    font-weight: 300;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!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;
}
.pb-7{
    padding-bottom: 120px;
}
.pt-7{
    padding-top: 120px;
}
.pb-8{
    padding-bottom: 180px;
}
.pt-8{
    padding-top: 180px;
}

.no_margin{
    margin: 0px;
}

.ce_fluid{
    padding-left: 98px;
    padding-right: 98px;
}
.ce_xl_width{
    max-width: 1600px;
}
.ce_width{
    max-width: 1500px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px 88px;
    border: none;
    backdrop-filter: blur(8px);
    background: hsla(0, 0%, 100%, 0.85);
    transition: 0.5s;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 68px;
    transition: 0.5s;
    margin-right: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    /*width: 100%;*/
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 26px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 37px 0px 37px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 0px;
}
.navbar-expand-lg .navbar-nav .pc_sousuo{
    margin-right: 16px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    /*text-transform: uppercase;*/
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.5s;
}
.nav_min .navbar-nav .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #000;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #000;
    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;
    opacity: 0;
}
.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #000;
}

 .navbar-light .navbar-nav .show>.nav-link{
    color: #000;
 }

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 5px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    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: auto;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 5px 15px rgba(102, 102, 102, 0.1);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.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;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@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 0s;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    position: relative;
    background: #fff;
    color: #666;
}
.top_xiala .dropdown-menu.menu_style2 a{
    border-bottom: none;
    padding: 14px 15px;
    color: #333;
}
.top_xiala .dropdown-menu a:last-child{
    border: none;
}
.top_xiala .dropdown-menu.menu_style2 a:hover{
    padding: 14px 15px 14px 15px;
    color: #fff;
    background: #FEC6C7;
}
.top_xiala .dropdown-menu a:hover{
    color: #fff;
    background: #FEC6C7;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #fff;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}

.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #FEC6C7;
    color: #fff;
}

.md_collapse{
    position: relative;
}
.pc_yuyan{
    margin-right: 0px;
    margin-left: 30px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    font-weight: 400;
    border: 1px solid #000;
    justify-content: center;
    margin-top: 24px;
    font-size: 14px;
}
.nav_min .pc_yuyan .nav-link:before {
    content: none;
}
.nav_min .pc_yuyan .nav-link:hover{
    background: #FEC6C7;
    border: 1px solid #FEC6C7;
    color: #fff;
}
.pc_yuyan .dropdown-menu{
    width: auto;
}
    
.pc_yuyan .nav-link svg{
    fill: #000;
    transition: 0.5s;
}
.pc_yuyan .nav-link:hover svg{
    fill: #000;
}
.pc_yuyan:hover .nav-link svg{
    fill: #F9C359;
}

.nav_sousuo{
    margin-top: 22px;
    position: relative;
    width: 224px;
    height: 44px;
    border-radius: 44px;
    background: none;
    border: 1px solid #000;
}
.nav_sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
    padding: 8px 8px 8px 15px;
    height: 44px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    font-size: 14px;
    /*
    color: #fff;
    -webkit-text-fill-color: #fff;
    */
}

.nav_search_anniu{
    display: inline-block;
    width: 44px;
    height: 44px;
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
    border: none;
    position: relative;
    background: none;
}
.nav_search_anniu:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 0;
    bottom: 0;
    left: 13px;
    width: 6px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    transition: all .5s;
}
.nav_search_anniu:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all .5s;
}
.nav_search_anniu:hover:before{
    background: #FEC6C7;
}
.nav_search_anniu:hover:after{
    border: 1px solid #FEC6C7;
}

.products_nav{
    position: relative;
}
.products_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.products_card{
    margin-bottom: 30px;
}

.is-active{
    box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.1);
}
.is-active .navbar-brand{
    height: 68px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*banner*/
.banner{
    background: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 128px;
}
.banner_nr{
    padding-top: 48px;
    padding-bottom: 48px;
}
.banner_nr h1{
    font-size: 52px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 38px;
}
.banner_nr span{
    display: inline-block;
    font-size: 30px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    line-height: 30px;
    padding: 32px 90px;
}

/*主体*/
.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: 50px;
    height: 3px;
    background: #1da6dd;
    z-index: 100;
}
.bt2:before{
    left: 50%;
    margin-left: -25px;
}

.gengduo{
    padding: 22px 64px;
    background: rgba(254, 198, 199, 0.3);
    color: #fff;
    font-size: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
}
.gengduo svg{
    position: relative;
    top: -2px;
    fill: #fff;
}
.gengduo2{
    /*font-size: 24px;*/
    /*display: inline-block;*/
    /*line-height: 58px;*/
    /*color: #FEC6C7;*/
    /*border-bottom: 1px solid #FEC6C7;*/
    border: 1px solid #CBCBCB;
    color: #FEC6C7;
    font-size: 14px;
    padding: 9px 28px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border-radius: 50px;
}
.gengduo2 svg{
    /*transform: rotate(0deg);*/
    /*transition: 0.5s;*/
     fill: #fec6c7;
}
.gengduo2:hover svg{
    /*transform: rotate(-45deg);*/
    fill: #fff;
}
.gengduo:hover,.gengduo2:hover{
    color: #fff;
    background: #FEC6C7;
    border: 1px solid #FEC6C7;
}


.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(29, 166, 221, 0.3);
}

.about_p p{
    line-height: 30px;
    margin-bottom: 18px;
}

.row_30{
    margin-left: -30px;
    margin-right: -30px;
}
.col_30{
    padding-left: 30px;
    padding-right: 30px;
}

.ix_iray_bg{
    /*background: url(../img/ix_iray_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    height: 100vh;
    display: flex;
    align-items: center;
}
.iray_nr{
    padding-top: 48px;
    padding-bottom: 48px;
}
.iray_nr h1{
    font-size: 36px;
    color: #FEC6C7;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.iray_nr_p{
    font-size: 16px;
    line-height: 30px;
}
.ix_collection_bg{
    /*background: url(../img/ix_collection_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    height: 100vh;
    display: flex;
    align-items: center;
}

.ix_creative_bg{
    background: url(../img/ix_creative_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}

.ix_fast_bg{
    background: url(../img/ix_fast_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}
.ix_fast_nr h1{
    color: #000;
    text-shadow: none;
}
.ix_fast_img img{
    margin-top: 48px;
    margin-bottom: 48px;
    border-radius: 20px;
    box-shadow: -30px 30px 30px rgba(0, 0, 0, 0.1);
}

.ix_news_bg{
    background: #FAF0E8;
}
.ix_news_bt{
    font-size: 36px;
}

.ix_news_swiper{
    /*border-top: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
    /*padding-top: 60px;*/
    /*padding-bottom: 60px;*/
}
.ix_news_swiper .swiper-wrapper .swiper-slide{
    width: 40%;
    /*padding-right: 88px;*/
}

.ix_news_card{
    padding-right: 88px;
    border: none;
    background: none;
    /*border-right: 1px solid #000;*/
    color: #000;
}
.ix_news_card .card-body{
    padding: 0px;
}
.ix_news_card:hover{
    color: #000;
}
.ix_news_card .card-body h3{
    font-size: 28px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin: 10px 0px 15px 0px;
}
.ix_news_card .gengduo2{
    /*color: #000;*/
    /*border-bottom: 1px solid #000;*/
}
.ix_news_card .gengduo2 svg{
    fill: #fec6c7;
}
.ix_news_card .gengduo2:hover svg{
    fill: #fff;
}

/*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: #000;
    color: #fff;
    padding-top: 45px;
}

.bottom_bg1{
    padding-top: 90px;
}

.bottom_ul{
    padding-bottom: 25px;
}

.bottom_bg1 .bottom_ul {
    padding-bottom: 70px;
}


.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 300;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 48px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #fff;
}
.bottom_ul .card a:hover{
    color: #FEC6C7;
}

.di_beian{
    padding: 20px 0px;
    line-height: 24px;
    background: #000;
    /*margin-top: 58px;*/
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_follow li{
    margin-top: 7px!important;
    margin-right: 14px!important;
    margin-bottom: 7px!important;
}
.bottom_follow li a{
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #fff;
    color: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_follow li a svg{
    color: #fff;
    fill: #242E24;
    width: 24px;
    height: 24px;
}
.bottom_follow li a{
    color: #fff;
}
.bottom_follow li a:hover{
    color: #fff;
    background: #FEC6C7;
}
.bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_right_p{
    padding-right: 24px;
}

.dbh1{
    font-family: "Microsoft YaHei light";
}
/*.db_logo{*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/

/*.lxwm_bottom{*/
/*    text-align: right;*/
/*}*/
.bottom_contact li{
    color: #fff;
    line-height: 26px;
    position: relative;
    font-weight: 300;
    padding: 5px 0 5px 20px;
    overflow: hidden;
}

.bottom_ul .bottom_contact a{
    line-height: 26px;
}


.bottom_contact li img{
    width: 14px;
    height: 14px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    left: 0px;
}

.erweima_card .card-body{
    padding: 0px 0px 48px 0px;
}
.di_f_bototm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ----------------------------------------------------------------
    Our story
----------------------------------------------------------------- */
/*.iray_story_banner{*/
/*    height: 100vh;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding-top: 128px;*/
/*}*/

.iy_banner_nr,.iray_story_real_nr{
    padding: 0 100px;
}
.iy_banner_nr h1{
    font-size: 36px;
    margin-bottom: 32px;
}
.iy_banner_nr p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.iray_story_real{
    height: 950px;
    padding-top: 128px;
}
.iray_story_real_nr h1{
    font-size: 34px;
    margin-bottom: 24px;
}
.iray_story_real_nr p{
    line-height: 32px;
}

.iray_story_creative{
    height: 950px;
    padding-top: 128px;
}

.iray_story_organic{
    background: url(../img/iray_story_organic.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

.iray_story_organic_swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.iray_story_organic_swiper .swiper-slide{
    background-position: center;
    background-size: cover;
    width: 25%;
    opacity: 0.7;
}
.iray_story_organic_swiper .swiper-slide-active{
    opacity: 1;
}

.iray_story_organic_swiper .swiper-slide img {
    display: block;
    width: 100%;    
}

/* ----------------------------------------------------------------
    Collection
----------------------------------------------------------------- */
.collection_swiper .swiper-button-next,.collection_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.collection_swiper .swiper-button-prev{
    left: 24px;
    opacity: 1;
    margin-top: 4px;
}
.collection_swiper .swiper-button-next{
    right: 24px;
    opacity: 1;
    margin-top: 4px;
}
.collection_swiper .swiper-button-prev:after,.collection_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.collection_swiper .swiper-button-prev:hover:after,.collection_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.collection_swiper .swiper-button-next:hover,.collection_swiper .swiper-button-prev:hover{
    background: rgba(254,198,199,1);
}

.collection_card .card-body{
    padding: 48px 24px;
}
.collection_card .card-body h5{
    font-size: 22px;
}
.collection_card .card-body .gengduo{
    margin-top: 32px;
    border-color: #CBCBCB;
    background: #fff;
    color: #FEC6C7;
    font-size: 14px;
    padding: 9px 28px;
    line-height: 24px;
}
.collection_card .card-body .gengduo svg{
    fill: #FEC6C7;;
}
.collection_card:hover .card-body .gengduo{
    border-color: #FEC6C7;
    background: #FEC6C7;
    color: #fff;
}
.collection_card:hover .card-body .gengduo svg{
    fill: #fff;;
}

.collection_list_banner{
    background: url(../img/collection_list_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 525px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    background: #F6F6F6;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    /*border-radius: 40px!important;*/
    border: 1px solid #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
}
.pagination a:hover{
    color: #F9C359;
}
.page_ul{
    background: #F6F6F6;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.page_ul a{
    margin-right: 0px;
}
.pagination a.page_link_left{
    margin-right: 20px;
    border-radius: 40px;
}
.pagination a.page_link_right{
    margin-left: 20px;
    border-radius: 40px;
}
.page_ul a.page-num-current{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    background: #F9C359;
    box-shadow: 0px 0px 13px rgba(249, 195, 89, 1.0);
    border: 1px solid #F9C359;
    color: #fff;
}

.cn_list_nav{
    padding-right: 40px;
}
.cn_list_nav h4{
    background: #F8C6C4;
    border-radius: 10px;
    color: #fff;
    padding: 14px 30px;
    margin-bottom: 42px;
    font-size: 18px;
}
.cn_list_nav li{
    margin-bottom: 25px;
}
.cn_list_nav li a{
    display: block;
    line-height: 38px;
    font-size: 18px;
    padding-left: 28px;
    padding-right: 30px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 38px;
}
.cn_list_nav li a:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #DCDCDC;
}
.cn_list_nav li a svg{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
    fill: #DCDCDC;
}
.cn_list_nav li a:hover:after,.cn_list_nav li.active a:after{
    background: #F8C6C4;
}
.cn_list_nav li a:hover svg,.cn_list_nav li.active a svg{
    fill: #F8C6C4;
}
.cn_list_nav li.active a{
    color: #F8C6C4;
}

.cn_list_img img{
    box-shadow: 0px 0px 30px rgba(142, 142, 142, 0.2);
}
.cn_list_ul p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
}
.maximg img{
    max-width: 100%;
    height: auto !important;
}
/* ----------------------------------------------------------------
    Sustainability
----------------------------------------------------------------- */
.sustainability_banner{
    height: 750px;
    display: flex;
    align-items: center;
    padding-top: 0;
}

.sy_animal_bt h1{
    font-size: 42px;
}
.sy_animal_bt p{
    font-size: 20px;
}

.animal_swiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 30px 15px 35px 15px;
    position: relative;
}
.animal_swiper .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background: #000;
}
.animal_swiper2{
    background: #F5F5F5;
}
.animal_swiper2 .card .card-body{
    padding: 88px;
}
.animal_swiper2 .card .card-body h3{
   font-size: 38px;
}
.animal_swiper2 .card .card-body h1{
   font-size: 48px;
   color: #C90000;
   margin-top: 28px;
}
.animal_swiper2 .card .card-body p{
    font-size: 18px;
    line-height: 38px;
}
.animal_swiper2 .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sy_in_bg{
    /*background: url(../img/sy_in_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}
.sy_in_bg h1{
    font-size: 46px;
    margin-bottom: 18px;
}
.sy_in_bg h5{
    font-size: 20px;
    margin-bottom: 42px;
}
.sy_in_bg ul{
    margin-bottom: 32px;
}
.sy_in_bg ul li{
    font-size: 26px;
    padding: 32px 42px;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.5);
    border: 3px solid #fff;
    border-radius: 15px;
    margin-right: 30px;
}
.sy_in_bg ul .list-inline-item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
}
.sy_in_bg h2{
    font-size: 38px;
    margin-bottom: 18px;
}
.sy_in_bg p{
    font-size: 18px;
    line-height: 36px;
}

.organic_swiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 30px 0px 35px 0px;
    position: relative;
    width: auto;
}
.organic_swiper .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background: #000;
}
.organic_swiper2{
    background: #fff;
}
.organic_swiper2 .card .card-body{
    padding: 88px;
}
.organic_swiper2 .card .card-body h3{
   font-size: 38px;
}
.organic_swiper2 .card .card-body h1{
   font-size: 48px;
   color: #C90000;
   margin-top: 28px;
}
.organic_swiper2 .card .card-body p{
    font-size: 18px;
    line-height: 38px;
}
.organic_swiper2 .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sy_closed_bg{
    /*background: url(../img/sy_closed_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}

/* ----------------------------------------------------------------
    News
----------------------------------------------------------------- */
.news_banner{
    /*background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    height: 680px;
}

.fangda.newsimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.newsimg:hover .fdimg{
    transform:scale(1.1);
}

.news_card{
    margin-bottom: 120px;
    padding-left: 38px;
    padding-right: 68px;
}
.ix_news_card .card-body h4{
    font-size: 16px;
}
.ix_news_card .card-body h3{
    font-size: 20px;
}

.about_us_ul li{
    padding-bottom: 24px;
}
.about_us_ul li a{
    display: inline-block;
    font-size: 22px;
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 22px;
    padding: 22px 68px;
    border-radius: 50px;
    border: 1px solid #FEC6C7;
    background: #fff;
    color: #656565;
    font-weight: 400;
    margin-bottom: 24px;
}
.about_us_ul li a svg{
    fill: #656565;
    position: relative;
    top: -2px;
}
.about_us_ul .active a,.about_us_ul li a:hover{
    color: #000;
    background: #FEC6C7;
    color: #fff;
}
.about_us_ul li.active a svg,.about_us_ul li a:hover svg{
    fill: #fff;
}

.news_border_right{
    position: relative;
}
.news_border_right:before{
    content: "";
    position: absolute;
    right: 15px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
    z-index: 1000;
}


.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 140%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.proimg:hover .fdimg{
    transform:scale(1.1);
}

/* ----------------------------------------------------------------
    Contact
----------------------------------------------------------------- */
.contact_banner{
    /*background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    height: 680px;
}

.contact_card .contact_card_right img{
    border-radius: 25px;
}
.contact_card .bottom_contact li img{
    width: 28px;
    height: 28px;
    left: 12px;
    top: 21px;
}
.contact_card .bottom_contact li{
    font-size: 20px;
    line-height: 60px;
    color: #000;
    margin-bottom: 24px;
    padding-left: 60px;
}
.contact_card .bottom_contact li span{
    display:inline-block;
    line-height: 34px;
    margin: 6px 0;
}

.contact_bg{
    /*background: url(../img/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}
.trip_mfzx_form{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 58px 88px 48px 88px;
}
.trip_mfzx_form h1{
    font-size: 36px;
}
.trip_mfzx_form h5{
    font-size: 16px;
}
.trip_mfzx_form .form-control{
    border: none;
    box-shadow: none;
    border-radius: 8px;
    font-size: 14px;
    line-height: 32px;
    padding: 20px 30px;
}
.trip_mfzx_form .form_input_height{
    height: 58px;
}
.trip_mfzx_form .form-group{
    margin-bottom: 24px;
}

.contact_gengduo{
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 18px 24px;
    font-size: 16px;
    text-align: center;
    transition: 0.5s;
    border: none;
}
.contact_gengduo:hover{
    background: #FEC6C7;
    color: #fff;
}

/*详情分页*/
.top_swiper_nr{
    padding-bottom: 100px;
    text-align: center;
}
.top_swiper_nr .fy_sun{
    position: relative;
    width: auto;
    display: inline-block;
    background: #F6F6F6;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    bottom: 0;
    margin-top: 50px;
}
.top_swiper_nr .fy_sun .swiper-pagination-bullet:only-child {
    display: block !important;
}
.top_swiper_nr .fy_sun span{
    display: inline-block;
    background: #F6F6F6;
    color: #aaa;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #F6F6F6;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    opacity: 1;
    border-radius: 0;
    position: relative;
    top: -6px;
}
.top_swiper_nr .fy_sun span:hover{
    color: #F9C359;
}
.top_swiper_nr .fy_sun span.swiper-pagination-bullet-active{
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 8px !important;
    background: #F9C359;
    box-shadow: 0px 0px 13px rgba(249, 195, 89, 1.0);
    border: 1px solid #F9C359;
    color: #fff;
    position: relative;
    top: -6px;
}
.top_swiper_nr .swiper-button-prev{
    background: #F6F6F6;
    color: #aaa;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #F6F6F6;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    left: -55px;
    bottom: 0;
    top: inherit;
    right: inherit;
}
.top_swiper_nr .swiper-button-prev:after{
    font-size: 14px;
    color: #aaa;
    font-weight: bold;
}
.top_swiper_nr .swiper-button-next{
    background: #F6F6F6;
    color: #aaa;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #F6F6F6;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    right: -55px;
    bottom: 0;
    top: inherit;
    left: inherit;
}
.top_swiper_nr .swiper-button-next:after{
    font-size: 14px;
    color: #aaa;
    font-weight: bold;
}
.top_swiper_nr .swiper-button-next.swiper-button-lock,.top_swiper_nr .swiper-button-prev.swiper-button-lock{
    display: block;
}
.top_swiper_nr .fy_hb{
    position: relative;
    display: inline-block;
    max-width: 68%;
}

.db_wx{
    position: relative;
}
.wx_ewm{
    position: absolute;
    bottom: 55px;
    left: -35px;
    display: none;
}
.db_wx:hover .wx_ewm{
    display: block;
}



/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}
@media (max-width: 1500px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 20px;
    }
}
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1400px){
    .row_30{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30{
        padding-left: 15px;
        padding-right: 15px;
    }

    .ce_fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min{
        padding: 0px 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 15px 0px 15px;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 15px;
    }
    .nav_sousuo{
        width: 180px;
    }
    .banner_nr h1{
        font-size: 42px;
    }

    .cn_list_nav{
        padding-right: 0px;
    }

    .about_us_ul li a{
        padding: 18px 38px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .db_logo{
        text-align: left;
    }
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 48px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: flex-start;
    }
    .nav_min .container{
        position: relative;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 54px;
        top: 0px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #fff;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px 15px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 22px 40px 22px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding-left: 0px;
        padding-right: 40px;
    }
    /*.bottom_contact li{*/
    /*    display: block;*/
    /*    margin-right: 0;*/
    /*}*/

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

    .nav_sousuo{
        width: 100%;
    }
    .nav_sousuo{
        margin-top: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan{
        margin-top: 15px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding: 0px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .ix_iray_bg,.ix_collection_bg,.ix_creative_bg,.ix_fast_bg,.iray_story_banner,.iray_story_real,.iray_story_creative,.iray_story_organic{
        height: auto;
        padding: 68px 0px;
    }
    .di_f_bototm{
        flex-direction: column;
    }
    .ix_news_card,.ix_news_swiper .swiper-wrapper .swiper-slide{
        padding-right: 30px;
    }
    .ix_news_card .card-body h4{
        font-size: 14px;
    }
    .ix_news_card .card-body h3{
        font-size: 16px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 48px;
        margin: 10px 0px 15px 0px;
    }
    .bottom_follow li{
        margin-top: 7px !important;
        margin-right: 7px !important;
        margin-left: 7px !important;
        margin-bottom: 7px !important;
    }
    .iray_story_real_nr h2 {
        font-size: 22px;
    }

    .collection_list_banner,.contact_banner,.news_banner{
        height: 480px;
    }
    .contact_card .bottom_contact li{
        font-size: 22px;
    }
    .trip_mfzx_form{
        padding: 58px 48px 48px 48px;
    }

    .iy_banner_nr h1{
        font-size: 38px;
    }
    /*.iy_banner_nr p,.iray_story_real_nr p{*/
    /*    font-size: 18px;*/
    /*    line-height: 38px;*/
    /*}*/

    .animal_swiper .swiper-wrapper .swiper-slide .media h4{
        font-size: 16px;
    }
    .animal_swiper2 .card .card-body,.organic_swiper2 .card .card-body{
        padding: 48px;
    }
    .iy_banner_nr, .iray_story_real_nr {
        padding: 0 25px;
    }
    .cn_list_nav h4{
        font-size: 16px;
    }
    .cn_list_nav li a{
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .lxwm_bottom {
        text-align: left;
    }
    .bottom_contact li{
        margin-left: 0;
        margin-right: 30px;
    }
}
@media (max-width: 990px){
    .iy_banner_nr, .iray_story_real_nr {
        padding: 25px 0 0 0;
    }
    .bottom_contact li{
        display: block;
        margin-right: 0;
    }
}
@media (max-width: 900px){
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .bottom_bg{
        padding-top: 30px;
    }
    .bottom_top{
        margin-bottom: 0px;
        border: none;
    }
    .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: 14px;
        border-bottom: 1px solid #333;
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }
    .erweima_card{
        margin-top: 24px;
    }
    .erweima_card .card-body{
        padding: 0px 0px 30px 0px;
    }

    .banner{
        height: 680px;
        padding-top: 68px;
    }
    .banner_nr h1{
        font-size: 48px;
    }
    .banner_nr span{
        font-size: 18px;
        padding: 15px 48px;
    }
    .iray_nr h1,.iy_banner_nr h1,.iray_story_real_nr h1{
        font-size: 38px;
    }
    .iray_nr p{
        font-size: 16px;
        line-height: 30px;
    }
    .iray_nr p strong{
        font-weight: 400;
    }
    .gengduo2,.gengduo{
        font-size: 14px;
    }
    .ix_news_swiper .swiper-wrapper .swiper-slide{
        width: 50%;
    }

    .iray_story_organic_swiper .swiper-slide{
        width: 50%;
    }
}

@media (max-width: 768px){
    .banner{
        height: 285px;
    }
    .banner_nr h1,.iy_banner_nr h1,.iray_story_real_nr h1,.iray_story_real_nr h1,.sy_in_bg h1,.sy_animal_bt h1{
        font-size: 22px;
    }
    .iy_banner_nr h1{
        margin-bottom: 0;
    }
    .iray_nr h1{
        font-size: 24px;
    }
    .iray_nr h2,.sy_in_bg h2{
        font-size: 24px;
    }
    .ix_fast_img img{
        margin-bottom: 0px;
    }
    .ix_news_bt{
        font-size: 24px;
    }
    .ix_news_swiper .swiper-wrapper .swiper-slide{
        width: 100%;
        padding-right: 0px;
    }
    .di_f_bototm{
        text-align: center;
    }

    .collection_list_banner,.contact_banner,.news_banner{
        height: 280px;
    }
    .contact_card h1{
        font-size: 24px;
    }
    .contact_card .bottom_contact li{
        font-size: 14px;
        line-height: 22px;
        padding-left: 48px;
    }
    .contact_card .bottom_contact li span{
        line-height: 22px;
        margin: 0;
    }
    .contact_card .bottom_contact li img{
        width: 24px;
        height: 24px;
        top: 3px;
        left: 6px;
    }
    .trip_mfzx_form{
        padding: 38px 15px 28px 15px;
    }
    .trip_mfzx_form h1{
        font-size: 22px;
    }
    .trip_mfzx_form h5{
        font-size: 14px;
    }

    .iy_banner_nr p, .iray_story_real_nr p{
        font-size: 14px;
        line-height: 26px;
    }
    .iray_story_organic_swiper .swiper-slide{
        width: 100%;
    }

    .about_us_ul li a{
        font-size: 14px;
        padding: 12px 32px;
    }
    .news_card{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 68px;
    }

    .animal_swiper2 .card .card-body,.organic_swiper2 .card .card-body{
        padding: 30px;
    }
    .sy_in_bg ul li{
        font-size: 16px;
        padding: 14px 24px;
    }
    .pt-6 {
        padding-top: 50px;
    }
    .pb-6 {
        padding-bottom: 50px;
    }
    .mt-5, .my-5 {
        margin-top: 2rem !important;
    }
    .mb-5, .my-5 {
        margin-bottom: 2rem !important;
    }

    .iray_nr_p {
        font-size: 14px;
        line-height: 28px;
    }
    .top_swiper_nr .fy_sun{
        height: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .top_swiper_nr .fy_sun span{
        top: 0;
    }
    .top_swiper_nr .fy_sun span.swiper-pagination-bullet-active{
        box-shadow: none;
        top: 0;
    }
    .dbh1{
        font-size: 16px;
        margin-bottom: 0;
    }
    .dbh2{
        font-size: 13px;
    }
    .cn_list_nav h4{
        font-size: 18px;
        padding: 8px 30px;
        margin-bottom: 25px;
    }
    .cn_list_nav li {
        margin-bottom: 15px;
    }
    .cn_list_nav li a{
        font-size: 16px;
        padding-left: 24px;
    }
    .cn_list_nav li a:after{
        width: 9px;
        height: 9px;
        border-radius: 9px;
        margin-top: -5px;
    }
    .cn_list_nav li a svg{
        width: 15px;
    }
    .cn_list_ul p {
        font-size: 14px;
    }
    .top_swiper_nr .fy_sun span{
        width: 20px;
        height: 40px;
        line-height: 40px;
    }
    .top_swiper_nr .fy_sun span.swiper-pagination-bullet-active{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .trip_mfzx_form .form_input_height {
        height: 50px;
    }
    .trip_mfzx_form .form-control{
        padding: 15px;
        font-size: 14px;
    }
    .contact_gengduo{
        font-size: 16px;
        padding: 18px;
    }
    .h2, h2 {
        font-size: 22px;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }
    .h4, h4 {
        font-size: 22px;
    }
    h5 {
        line-height: 22px;
    }
}