/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/montserrat-thin.eot);
  src: url(../fonts/montserrat-thin.eot) format('embedded-opentype'),
       url(../fonts/montserrat-thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/montserrat-extralight.eot);
  src: url(../fonts/montserrat-extralight.eot) format('embedded-opentype'),
       url(../fonts/montserrat-extralight.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/montserrat-light.eot);
  src: url(../fonts/montserrat-light.eot) format('embedded-opentype'),
       url(../fonts/montserrat-light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat-regular.eot);
  src: url(../fonts/montserrat-regular.eot) format('embedded-opentype'),
       url(../fonts/montserrat-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/montserrat-medium.eot);
  src: url(../fonts/montserrat-medium.eot) format('embedded-opentype'),
       url(../fonts/montserrat-medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/montserrat-semibold.eot);
  src: url(../fonts/montserrat-semibold.eot) format('embedded-opentype'),
       url(../fonts/montserrat-semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat-bold.eot);
  src: url(../fonts/montserrat-bold.eot) format('embedded-opentype'),
       url(../fonts/montserrat-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/montserrat-extrabold.eot);
  src: url(../fonts/montserrat-extrabold.eot) format('embedded-opentype'),
       url(../fonts/montserrat-extrabold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/montserrat-black.eot);
  src: url(../fonts/montserrat-black.eot) format('embedded-opentype'),
       url(../fonts/montserrat-black.ttf) format('truetype');
}
body{
    /* font-family: Arial light,Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;*/
    font-family:'Montserrat', 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;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 99;
    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: #59bd95;
    color:#fff;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    border-radius: 8px;
}
.right_xf li a p{
    color: #000;
}

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

.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;
}
.btn-info{
    background-color: #55bb92;
    border-color: #55bb92;
}
.btn-outline-success {
    color: #55bb92;
    border-color: #55bb92;
}
.btn-outline-success:hover {
    background: #55bb92;
    border-color: #55bb92;
    color: #fff;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    line-height: 66px;
    border-radius: 8px;
    text-align: center;
    background: #59bd95; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#fff;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #51ab87;
    color:#fff;
}

@media (max-width: 900px){
    /*.right_xf{*/
    /*    display: none!important;*/
    /*}*/
    .right_xf li a{
        width: 45px;
        height: 45px;
    }
    .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: #55bb92;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    /*word-break: break-all;*/
}

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.text_999{
    color: #999;
}
.text-danger{
    color: #be171e!important;
}
.text-success{
    color: #fff!important;
}
.text-primary{
    color: #083864!important;
}
.text-warning{
    color: #55bb92!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-danger{
    background: #eb604a!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;
}
.ce_n_width{
    /*padding-left: 88px;*/
    /*padding-right: 88px;*/
        max-width: 1480px;
}
.maximg img{
    max-width: 100%;
    height: auto !important;
}
/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px 30px 0px 0px;
    border: none;
    background: #083864;
    transition: 0.5s;
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: 98px;
    transition: 0.5s;
    background: #fff;
    margin-right: 40px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 0px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 42px 35px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 37px 15px 37px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 700;
    font-size: 18px;
    color: #55bb92;
    /*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,.top_xiala:hover .nav-link{
    color: #fff;
    background: #eb644e;
}
.nav_min .navbar-nav .nav-link.yuyan{
    padding: 35px 25px;
}
.top_xiala .dropdown-menu a.dropdown-item{
    padding: 11px 15px;
}

/*
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #99cc33;
    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;
    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: #99cc33;
}
*/

 .navbar-light .navbar-nav .show>.nav-link{
    color: #55bb92;
    /*background: #f85b21;*/
 }

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    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 3px 10px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .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;
    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;
}
@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 #f9f9f9;
    font-size: 14px;
    position: relative;
}
.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: #0071ad;
}
.top_xiala .dropdown-menu a:hover{
    color: #fff;
    background: #eb644e;
}

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

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

.md_collapse{
    position: relative;
}
.pc_yuyan{
    position: absolute;
    right: 0px;
    margin-right: 0px;
    margin-left: 30px;
}
.pc_yuyan .nav-link{
    padding: 36px 20px 37px 20px;
    display: flex;
    align-items: center;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}

.pc_yuyan .nav-link svg{
    fill: #55bb92;
}
.pc_yuyan .nav-link:hover svg{
    fill: #55bb92;
}
.pc_yuyan:hover .nav-link svg{
    fill: #55bb92;
}

.sousuo_group{
    position: relative;
    /*margin-left: 15px;*/
}
.sousuo_control{
    box-shadow: none;
    border: 1px solid #55bb92;
    background: #fff;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 8px 8px 16px;
    height: 48px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.search_anniu_top{
    display: inline-block;
    width: 58px;
    height: 48px;
    border: none;
    background: #55bb92;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
}
.search_anniu_top: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;
}
.search_anniu_top: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;
}

.is-active{
    box-shadow: 0px 4px 8px rgba(85, 187, 146, 0.1);
}

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

/*banner*/
.banner{
    height: 788px;
    position: relative;
    background: #fff;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide h1{
    font-size: 36px;
    line-height: 58px;
}
.banner .swiper-pagination{
    bottom: 38px;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 12px 0px 12px;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    position: relative;
    border-radius: 12px;
    -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);
    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: 24px;
}
.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(153,204,51,1);
}

/*主体*/
.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{
    
    padding-bottom: 24px;
}
.bt strong{
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    display: inline-block;
    color: #59bd95;
}
.bt strong:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #55bb92;
}
.bt strong:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #55bb92;
}

.gengduo{
    padding: 16px 38px;
    background: #083864;
    color: #fff;
    font-size: 16px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #083864;
}
.gengduo span{
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
}
.gengduo2{
    border: 1px solid #0071ad;
    background: none;
    color: #0071ad;
}
.gengduo:hover{
    color: #fff;
    background: #8ab82f;
    border: 1px solid #8ab82f;
}

.gengduo_ul li{
    margin-right: 14px!important;
    margin-bottom: 14px!important;
}

.banner_bottom_icon1 .card-body img{
    width: 78px;
    height: 78px;
    object-fit: contain;
    margin-bottom: 28px;
}
.banner_bottom_text h3{
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.ix_product_card .card-body{
    padding-left: 0px;
    padding-right: 0px;
}
.about_row{
    margin-left: -30px;
    margin-right: -30px;
}
.about_col{
    padding-left: 30px;
    padding-right: 30px;
}

.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 */
    background: #55bb92;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0 5px 15px -5px rgba(85, 187, 146, 0.3);
}

.news_card{
    background: #fff;
    box-shadow: 0px 4px 16px rgba(74, 90, 117, 0.2);
    margin-bottom: 48px;
}
.news_card .card-body{
    padding: 24px 24px 24px 24px;
}
.news_card .card-body h5{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 85%;
    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);
}

.fangda.cataiimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    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; 
}

.bg_ix_about{
    background: url(../img/bg_ix_about.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ix_about_card .card-body{
    padding: 58px;
}
.about_p p{
    margin-bottom: 24px;
}

.ix_yyhy_card{
    margin-bottom: 30px;
}
.ix_yyhy_card .card-img-overlay{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ix_yyhy_card .card-img-overlay h3 strong{
    display: inline-block;
    padding: 8px 30px;
    background: #fff;
    color: #55bb92;
}

.ix_yyhy_card .card-img-overlay h3 strong:hover{
    display: inline-block;
    padding: 8px 30px;
    background: #f18700;
    color: #fff;
}
.ix_yyhy_card .card-img-overlay h3 strong.cs{
    color: #55bb92;
}

.ix_yyhy_card_ot .card-img-overlay h3 strong{
    display: inline-block;
    padding: 8px 30px;
    background: #083864;
    color: #55bb92;
}
.ix_yyhy_card_ot .card-img-overlay h3 strong.cs2{
    color: #55bb92;
}


.video_card{
    position: relative;
    height: 615px;
}
.video_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_card .card-img-overlay{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video_aniu_a{
    display: flex;
}
.video_aniu{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    color: #fff;
    z-index: 2;
    background-color: #55bb92;
    cursor: pointer;
    position: relative;
}
.video_aniu .video_aniu_top{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
}
.video_aniu i{
    position: absolute;
    z-index: 1000;
    top: 14px;
    left: 26px;
}
.video_aniu .video_aniu_top .circle01,.video_aniu .video_aniu_top .circle02{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background-color: #55bb92;
}
.video_aniu .video_aniu_top .circle01{
    animation:scalej01 2s .4s infinite;
    -webkit-animation:scalej01 2s .4s infi
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}
.video_aniu .video_aniu_top .circle02{
    animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;
}
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

.bubble{width:100%;height:100%;position:absolute;left:0;top:0;z-index: -1;} 
.bubble span{display:block;width:20px;height:20px;border-radius:50%;-webkit-border-radius:50%;z-index:-1; 
transition: ease 1s;-webkit-transition: ease 1s;position:absolute;left:50%;
bottom:0px;transform: translateX(-50%);-webkit-transform: translateX(-50%);opacity:0;-webkit-opacity:0;}
.bubble span:nth-child(1){animation:pao 4s linear infinite;-webkit-animation:pao 4s linear infinite;background: rgba(85,187,146,.6);}
.bubble span:nth-child(2){animation:pao3 6s linear infinite;-webkit-animation:pao3 6s linear infinite;
-webkit-transition-delay:0.3s;transition-delay:0.3s;background: rgba(85,187,146,.8);}
.bubble span:nth-child(3){animation:pao2 3s linear infinite;-webkit-animation:pao2 3s linear infinite;
-webkit-transition-delay:0.8s;transition-delay:0.8s;background: rgba(85,187,146,1);}
.bubble span:nth-child(4){animation:pao4 9s linear infinite;-webkit-animation:pao4 9s linear infinite; background: rgba(85,187,146,.3);}
.bubble span:nth-child(5){animation:pao5 7s linear infinite;-webkit-animation:pao5 7s linear infinite; background: rgba(85,187,146,.5);}
 @keyframes pao{
    0% {
        transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
        -webkit-transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
        opacity:1;-webkit-opacity:1;
    }
 
    50% {
        transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
        -webkit-transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
        opacity:.5;-webkit-opacity:.5;
    }
 
    100% {
        transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
        -webkit-transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
        opacity:0;-webkit-opacity:0;
    
    }
 }
 @keyframes pao2 {
    0% {
        transform:translate(-200%,0px) rotate(360deg) scale(1,1);
        -webkit-transform:translate(-200%,0px) rotate(360deg) scale(1,1);
        opacity:1;-webkit-opacity:1;
    }
 
    50% {
        transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
        -webkit-transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
        opacity:.5;-webkit-opacity:.5;
    }
 
    100% {
        transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
        -webkit-transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
        opacity:0;-webkit-opacity:0;
    
    }
 }
 @keyframes pao3 {
    0% {
        transform: translate(0%,0px) rotate(360deg) scale(1,1);
        -webkit-transform: translate(0%,0px) rotate(360deg) scale(1,1);
        opacity:1;-webkit-opacity:1;
    }
 
    50% {
        transform: translate(-250%,-50px) rotate(360deg) scale(.8,.8);
        -webkit-transform:translate(-250%,-50px) rotate(360deg) scale(.8,.8);
        opacity:.5;-webkit-opacity:.5;
    }
 
    100% {
        transform: translate(-300%,-100px) rotate(360deg) scale(.4,.4);
        -webkit-transform:translate(-300%,-100px) rotate(360deg) scale(.4,.4);
        opacity:0;-webkit-opacity:0;
    
    }
 }
@keyframes pao4 {
    0% {
        transform: translate(400%,0px) rotate(360deg) scale(1,1);
        -webkit-transform: translate(400%,0px) rotate(360deg) scale(1,1);
        opacity:1;-webkit-opacity:1;
    }

    50% {
        transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
        -webkit-transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
        opacity:.5;-webkit-opacity:.5;
    }

    100% {
        transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
        -webkit-transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
        opacity:0;-webkit-opacity:0;
    }
}
@keyframes pao5 {
    0% {
        transform: translate(-400%,0px) rotate(360deg) scale(.1,.1);
        -webkit-transform:translate(-400%,0px) rotate(360deg) scale(.1,.1);
        opacity:1;-webkit-opacity:1;
    }

    50% {
        transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
        -webkit-transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
        opacity:.5;-webkit-opacity:.5;
    }

    100% {
        transform: translate(0%,-100px) rotate(360deg) scale(1,1);
        -webkit-transform: translate(0%,-100px) rotate(360deg) scale(1,1);
        opacity:0;-webkit-opacity:0;
    }
}

.cartifications_img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    padding: 24px;
    object-fit: contain;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(102, 102, 102, 0.1);
}
.cartifications_img img{
    max-width: 100%;
}
.product_swiper2{
    display: none;
}
.ass_member{
    display: block;
    text-align: center;
}
.ass_member .cartifications_img{
    display: inline-block;
    margin: 0 15px;
    min-width: 264px;
}

.product_swiper{
    padding: 15px 15px 78px 15px;
}
.product_swiper .swiper-pagination{
    bottom: 0px;
}
.product_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.product_swiper .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: rgba(221, 221, 221, 0.5);
    opacity: 0.5;
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.product_swiper .swiper-pagination-bullet-active{
    width: 28px;
    opacity: 1;
    background: rgba(85, 187, 146, 1);
}

.tanchuang_tuichu{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}
.tanchuang_tuichu .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;
    margin-top: 0px;
    cursor: pointer;
}
.tanchuang_tuichu .search_anniu2:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 18px;
    height: 2px;
    background: #666;
    transform: rotate(45deg);
}
.tanchuang_tuichu .search_anniu2:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 18px;
    height: 2px;
    background: #666;
    transform: rotate(-45deg);
}
.tanchuang_tuichu .search_anniu2:hover{
    transform: rotate(180deg);
}

.produce_card .card-body{
    background: #083864;
    color: #55bb92;
    padding-top: 30px;
    padding-bottom: 30px;
}
.produce_card .produce_card_img{
    width: 100%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.produce_card .produce_card_img img{
    width: 138px;
    height: 138px;
    object-fit: contain;
}

/*bottom*/
.bottom_bg{
    background: #083864;
    color: #55bb92;
    padding-top: 50px;
}

.di_beian{
    padding: 15px 0px;
    line-height: 20px;
    border-top: 1px solid #0a447a;
    margin-top: 30px;
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_follow li{
    margin-right: 9px!important;
    margin-bottom: 9px!important;
}
.bottom_follow li .fa{
    width: 38px;
    height: 38px;
    border-radius: 30px;
    background: #55bb92;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_follow li a{
    color: #083864;
}
.bottom_follow li a:hover{
    opacity: 0.5;
}

.bottom_contact{
    text-align: right;
}
.bottom_contact li{
    color: #55bb92;
    line-height: 20px;
    position: relative;
    padding: 8px 28px 8px 0;
}
.bottom_contact li i{
    position: absolute;
    right: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------------------------------------------------------------
    登录
----------------------------------------------------------------- */
.sign_in_right{
    position: relative;
    height: 100%;
}
.sign_in_right_anniu{
    position: absolute;
    right: 38px;
    top: 38px;
}
.sign_in_right_anniu .contact_anniu{
    margin: 0px;
    font-size: 14px;
    padding: 12px 20px;
}
.contact_form {
    padding: 38px;
}

/* ----------------------------------------------------------------
    produce_list
----------------------------------------------------------------- */
.pe_list_nav h3{
    padding: 18px;
}
.pe_list_nav ul{
    background: #fff;
    border-top-left-radius: 14px;
    padding: 10px 0px;
}
.pe_list_nav ul li a{
    display: block;
    padding: 18px 18px;
    font-size: 16px;
    color: #999;
}
.pe_list_nav ul li a:hover,.pe_list_nav ul li.active a{
    color: #55bb92;
}
.pe_list_nav ul li.active a{
    font-weight: 700;
}

.pe_list_nav_right{
    padding-right: 48px;
}

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

.news_details_nr{
    padding: 48px;
}
/*.about_p p{
    margin-bottom: 24px;
}*/

/* ----------------------------------------------------------------
    restaurant
----------------------------------------------------------------- */
.restaurant_bottom{
    color: #eb644e;
}
.restaurant_bottom .bottom_contact li{
    color: #eb644e;
}
.restaurant_bottom .bottom_follow li .fa{
    background: #eb644e;
}

.restaurant_top_nav .pc_yuyan .nav-link svg{
    fill: #eb644e;
}
.restaurant_top_nav .search_anniu_top{
    background: #eb644e;
}
.restaurant_top_nav .sousuo_control{
    border: 1px solid #eb644e;
}
.restaurant_top_nav .navbar-nav .nav-link{
    color: #eb644e;
}
.restaurant_top_nav .navbar-nav .nav-link:hover,.restaurant_top_nav .navbar-nav .active>.nav-link,.restaurant_top_nav .top_xiala:hover .nav-link{
    color: #eb644e;
    background: #55bb92;
}

.rt_bt strong{
    display: inline-block;
    color: #55bb92;
    background: #083864;
    padding: 8px 20px;
}
.et_card .restaurant_img{
    width: 216px;
    height: 180px;
    border-radius: 8px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}
.et_card .restaurant_img img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.et_card .card-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 40px;
}

.et_card2{
    background: url(../img/et_card2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.et_card2 .card-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 160px 48px;
}
.pi1,.pi2,.pi3{display:none;}
.re_list1{
    position: relative;
}
.re_list1 .catalage_card_text{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(235 100 78);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all .5s;
}
.re_list1 .catalage_card_text a{
    display: block;
    font-size: 18px;
    margin: 16px 0px;
    color: #fff;
}
.re_list1 .catalage_card_text a:hover{
    text-decoration: underline;
}
.re_list1:hover .catalage_card_text{
    opacity: 1;
}














.rt_list_nav ul li a:hover, .rt_list_nav ul li.active a{
    color: #55bb92;
}
.oneli{
    position: relative;
}
.oneli .ny_xiala_ul2{
    padding-left: 15px;
}
.oneli .ny_nav_a_xiala {
    position: absolute;
    top: 11px;
    right: 18px;
    background: #fff;
    width: 28px;
    height: 28px;
    z-index: 9;
}

.ny_nav_a_xiala:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    margin-top: -8px;
    width: 1px;
    height: 17px;
    background: #fff;
    transform:rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_nav_a_xiala:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: 0px;
    width: 17px;
    height: 1px;
    background: #fff;
}
.ny_nav_a_xiala.collapsed:before{
    transform:rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_xiala_ul li.twoli a{
    padding: 12px 18px;
}
.rt_list_nav ul li.active .twoli a{
    color: #999;
}
.pe_list_nav ul li.active .twoli a{
    font-weight: normal;
}
.ny_xiala_ul li.active a{
    background: #064270;
    color: #fff !important;
}
.ny_nav_ul2{
    background: #fff;
    position: relative;
}
.ny_nav_ul2 ul li a.ny_nav_a{
    font-size: 16px;
    padding: 13px 0;
}
.ny_nav_a_xiala2:before{
    background: #ccc;
}
.ny_nav_a_xiala2:after{
    background: #55bb92;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.su_bg ul li.active .twoli a{
    color: #999;
}
.su_bg ul li.active .twoli a{
    font-weight: normal;
}
.su_bg .ny_xiala_ul li.active a{
    background: #55bb92;
    color: #fff !important;
}
.su_bg .ny_nav_a_xiala2:after{
    background: #55bb92;
}

.ny_nav_a_xiala2.collapsed:after{
    background: #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.information_ul li{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    border: 1px solid #eee;
    padding: 24px 130px 24px 24px;
    position: relative;
    line-height: 24px;
    background: #fff;
}
.information_ul li .rpdf{
    position: absolute;
    right: 12px;
    top: 18px;
    padding: 12px;
}


.se_card .card-img-overlay{
    align-items: flex-end;
    justify-content: flex-start;
    padding: 48px;
}
.catalage_card .produce_card_img{
    position: relative;
}
.catalage_card .produce_card_img .catalage_card_text{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(70, 159, 135, 0.9);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all .5s;
}
.catalage_card .produce_card_img .catalage_card_text a{
    display: block;
    font-size: 18px;
    margin: 24px 0px;
    color: #fff;
}
.catalage_card .produce_card_img .catalage_card_text a:hover{
    text-decoration: underline;
}
.catalage_card:hover .produce_card_img .catalage_card_text{
    opacity: 1;
}

.about_style p{
    font-size: 16px;
    /*margin-bottom: 18px;*/
}
.about_style .rt_bt{
    margin-bottom: 28px;
}
.about_style h3{
    padding-top: 12px;
}

.fwzz{
    padding-top: 49px;
    position: relative;
}
.fwzz_nr{
    background: #fff;
    border: 1px solid #f1f1f1;
    padding-top: 68px;
    padding-bottom: 28px;
    transition: 0.5s;
}
.fwzz .fwzz_nr span{
    display: inline-block;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -49px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: 0.5s;
}
.fwzz .fwzz_nr span.span1{
    background: url(../img/fwzz_span1.png) #083864 center no-repeat;
}
.fwzz .fwzz_nr span.span2{
    background: url(../img/fwzz_span2.png) #083864 center no-repeat;
}
.fwzz .fwzz_nr span.span3{
    background: url(../img/fwzz_span3.png) #083864 center no-repeat;
}
.fwzz .fwzz_nr span.span4{
    background: url(../img/fwzz_span4.png) #083864 center no-repeat;
}
.fwzz .fwzz_nr span.span5{
    background: url(../img/fwzz_span5.png) #083864 center no-repeat;
}
.fwzz .fwzz_nr span.span6{
    background: url(../img/fwzz_span6.png) #083864 center no-repeat;
}
.fwzz .fwzz_nr span.span7{
    background: url(../img/fwzz_span7.png) #083864 center no-repeat;
}
.fwzz .fwzz_nr span.span8{
    background: url(../img/fwzz_span8.png) #083864 center no-repeat;
}



.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(255,255,255,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pt_details_swiper2 .swiper-button-prev{
    left: 15px;
    opacity: 1;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-next{
    right: 15px;
    opacity: 1;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-prev:after,.pt_details_swiper2 .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.pt_details_swiper2 .swiper-button-prev:hover:after,.pt_details_swiper2 .swiper-button-next:hover:after{
    color: #fff;
}
.pt_details_swiper2 .swiper-button-next:hover,.pt_details_swiper2 .swiper-button-prev:hover{
    background: #55bb92;
}
.fangda.prsvideo{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    background: #000;
}
.fangda.prsvideo video{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fangda.inimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    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; 
}

/* ----------------------------------------------------------------
    about us
----------------------------------------------------------------- */
.about_nav{
    background: #fff;
    padding: 16px 0px;
}
.about_nav li a{
    display: block;
    line-height: 56px;
    font-size: 24px;
    padding: 0px 32px;
    font-weight: 700;
    color: #999;
    position: relative;
    margin: 24px 0px;
}
.about_nav li a:hover,.about_nav li.active a{
    color: #55bb92;
}
.about_nav li.active a:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 5px;
    background: #55bb92;
}


/* ----------------------------------------------------------------
    contact
----------------------------------------------------------------- */
.contact_us_card{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.ct_fangshi{
    background: #99cc33;
}
.ct_fangshi_top{
    padding: 30px;
    border-bottom: 1px solid #fff;
}

.ct_fangshi_bottom{
    padding: 30px;
}
.ct_fangshi_bottom_ul li{
    line-height: 38px;
    margin-bottom: 18px;
    padding-left: 58px;
    position: relative;
}
.ct_fangshi_bottom_ul li i{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    border: 2px solid #fff;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.contact_us_card .card-body{
    padding: 48px;
}
.trip_mfzx_form .form-control{
    font-size: 14px;
    border-color: #eee;
}
.trip_mfzx_form .form_input_height{
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    padding-left: 36px;
    height: 48px;
}

.trip_mfzx_form .form-group{
    position: relative;
}
.trip_mfzx_form .form-group label{
    position: absolute;
    top: 16px;
    left: 8px;
}

.contact_icon li{
    font-size: 16;
    position: relative;
    margin: 12px 0px;
}
.contact_icon li i{
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #083864;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}
.searform{
    position: relative;
}
.searpdiv{
    position: absolute;
    width: 100%;
    background: #fff;
    top: 48px;
    padding: 10px 20px;
    height: 315px;
    overflow: hidden;
    overflow-y:auto;
    display: none;
}
.searpdiv a{
    display: block;
    line-height: 30px;
}
.searform:hover .searpdiv{
    display: block;
}

.top_swiper .swiper-button-next,.top_swiper .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.1);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.top_swiper .swiper-button-prev{
    left: 30px;
    opacity: 1;
    margin-top: -25px;
}
.top_swiper .swiper-button-next{
    right: 30px;
    opacity: 1;
    margin-top: -25px;
}
.top_swiper .swiper-button-prev:after,.top_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.top_swiper .swiper-button-prev:hover:after,.top_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.top_swiper .swiper-button-next:hover,.top_swiper .swiper-button-prev:hover{
    background: #55bb92;
}




/*弹*/
#hd_main{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,0.5);
    overflow-x: hidden;
    overflow-y: auto;
}
.lm_box{
    background: #fff;
    max-width: 800px;
    margin: 1.75rem auto;
    position: relative;
}
.tanchuang_tuichu{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}
.search_anniu3{
    display: inline-block; 
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}
.search_anniu3:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 18px;
    height: 2px;
    background: #666;
    transform: rotate(45deg);
}
.search_anniu3:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 18px;
    height: 2px;
    background: #666;
    transform: rotate(-45deg);
}
.search_anniu3:hover{
    transform: rotate(180deg);
}
/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1810px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 42px 25px;
    }
}
@media (max-width: 1670px){
    .navbar-brand{
        margin-right: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 42px 20px;
    }
}
@media (max-width: 1565px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 42px 11px;
    }
}
@media (max-width: 1440px){
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
    }
}


@media (max-width: 1400px){

    .ce_n_width{
        padding-left: 48px;
        padding-right: 48px;
    }

    .pe_list_nav_right{
        padding-right: 15px;
    }
    .et_card .card-body{
        flex-direction: column;
    }
    .et_card .restaurant_img{
        margin-top: 24px;
        width: 100%;
    }
}
@media (max-width: 1370px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 42px 8px;
    }
    .nav_min .navbar-nav .nav-link {
        font-size: 14px;
    }
    .searform{
        width: 200px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .searform{
        width: auto;
    }
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .navbar-brand{
        margin-right: 0px;
        height: 68px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px 15px 0px 0px;
    }
    .nav_min .container{
        position: relative;
        justify-content: center;
    }
    .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 #0b4b86;
        background: #083864;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 22px 50px 22px 15px;
    }
    .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 .nav-link.yuyan {
        padding: 15px 25px;
    }

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

    .search_anniu_top{
        height: 48px;
    }
    .search_anniu_top2{
        margin-top: 5px;
    }
    .pc_yuyan{
        margin-left: 0px;
    }

    .sousuo_group{
        width: 100%!important;
        padding: 24px 0px;
        margin-left: 15px;
    }
}
@media (max-width: 965px){
    .ass_member{
        display: none;
    }
    .product_swiper2{
        display: block;
    }
    
}
@media (max-width: 900px){
    .md_none{
        display: none;
    }

    .ce_n_width{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .bottom_bg{
        padding-top: 38px;
    }
    .bottom_contact{
        text-align: left;
        margin-top: 30px;
    }
    .bottom_contact li{
        padding-left: 28px;
        padding-right: 0px;
    }
    .bottom_contact li i{
        left: 0px;
        right: auto;
    }
    .di_beian{
        margin-top: 38px;
    }

    .et_card{
        margin-bottom: 30px;
    }

    .video_card{
        height: 488px;
    }

    .et_card2 .card-body{
        flex-direction: column;
    }
    .et_card2 .restaurant_img{
        margin-top: 24px;
        width: 100%;
    }
    .et_card2 .restaurant_img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 768px){
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .about_row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .about_col{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_us_card .card-body,.news_details_nr{
        padding: 30px;
    }
}