/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(../eot/montserrat-thin.eot);
  src: url(../eot/montserrat-thin.eot) format('embedded-opentype'),
       url(../ttf/montserrat-thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(../eot/montserrat-extralight.eot);
  src: url(../eot/montserrat-extralight.eot) format('embedded-opentype'),
       url(../ttf/montserrat-extralight.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../eot/montserrat-light.eot);
  src: url(../eot/montserrat-light.eot) format('embedded-opentype'),
       url(../ttf/montserrat-light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../eot/montserrat-regular.eot);
  src: url(../eot/montserrat-regular.eot) format('embedded-opentype'),
       url(../ttf/montserrat-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../eot/montserrat-medium.eot);
  src: url(../eot/montserrat-medium.eot) format('embedded-opentype'),
       url(../ttf/montserrat-medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../eot/montserrat-semibold.eot);
  src: url(../eot/montserrat-semibold.eot) format('embedded-opentype'),
       url(../ttf/montserrat-semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../eot/montserrat-bold.eot);
  src: url(../eot/montserrat-bold.eot) format('embedded-opentype'),
       url(../ttf/montserrat-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(../eot/montserrat-extrabold.eot);
  src: url(../eot/montserrat-extrabold.eot) format('embedded-opentype'),
       url(../ttf/montserrat-extrabold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(../eot/montserrat-black.eot);
  src: url(../eot/montserrat-black.eot) format('embedded-opentype'),
       url(../ttf/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: 16px;
    line-height: 16px;
    background-repeat: repeat;
	color: #333;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    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;
}
.madiv{
    display: block;
    overflow: hidden;
}
.madiv img{
    max-width: 100%; 
    height: auto !important;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 0px;
    bottom: 60px;
    z-index: 3000;
    cursor: pointer;
    transition: all 0.5s;
    display: none;
    padding-top: 6px;
}
.totop:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -6px;
    width:0;
    height:0;
    border-width:0 6px 6px;
    border-style:solid;
    border-color:transparent transparent #3c3f47;/*透明 透明  灰*/
}
.totop span{
    width: 46px;
    height: 46px;
    background: #3c3f47; 
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.totop:hover span{
    background: #a43033;
    color:#fff;
}
.totop:hover:before{
    border-color:transparent transparent #a43033;/*透明 透明  灰*/
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #333;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #a43033;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 26px;
    /*word-break: break-all;*/
}

h6{
    line-height: 28px;
}

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #0070ee;
}
.bg-danger{
    background: #a43033!important;
}
.bg_f3f3f3{
    background: #f3f3f3;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}

.no_margin{
    margin: 0px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.sousuo_group{
    position: relative;
    margin-right: 30px;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    height: 70px;
    line-height: 70px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    color: #666;
}
.sousuo_control::-webkit-input-placeholder {
    color: #fff;
}
.sousuo_control:hover{
    border: none;
}
.search_anniu_top{
    display: inline-block;
    width: 58px;
    height: 58px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 10px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}
.search_anniu_top2{
    width: 70px;
    height: 69px;
    background: none;
}
.search_anniu_top2:before{
    background: #fff;
}
.search_anniu_top2:after{
    border: 1px solid #fff;
}

.search_anniu2{
    display: inline-block;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
    position: absolute;
    left: 50px;
    top: 24px;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 38px;
    left: 20px;
    width: 38px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 38px;
    left: 20px;
    width: 38px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}
.pc_yuyan{
    padding-right: 30px;
}
.pc_yuyan a{
    color: #fff;
}
.pc_yuyan svg {
    fill: #fff;
}

.fixTop .pc_yuyan a{
    color: #666
}
.fixTop .pc_yuyan svg {
    fill: #666;
}


.nav_min{
    padding: 35px 30px;
}
.nav_min .navbar-toggler{
    background: #a43033;
    border: none;
    border-radius: 0px;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 24px;
}
.nav_min .navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 3px 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.nav_min .navbar-toggler .icon-bar:nth-of-type(3) {
    width: 12px;
}
.nav_min .navbar-toggler:hover .icon-bar{
    width: 22px;
}

.nav_min{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

.nav_style {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav_style.fixTop {
    background: #fff;
    padding: 0px;
    position: fixed;
    top: 0px;
}

.nav_style.fixTop .search_anniu_top2:after{
    border: 1px solid #696969;
}
.nav_style.fixTop .search_anniu_top2:before{
    background: #696969;
}
.nav_style.fixTop .sousuo_control::-webkit-input-placeholder {
    color: #696969;
}

.ce_style{
    transition: height 0.1s ease
}
.ce_style_left{
    z-index: 1;
    width: 50%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: -100%;
    top: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.show .ce_style_left{
    left: 0px;
}
.ce_style_left:after{
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 100vh solid #fff;
    border-right: 3vw transparent solid;
    transform: translate3d(-1px, 0, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ce_style_right{
    width: 50%;
    height: 100%;
    background: rgba(255, 94, 60, 0.9);
    position: fixed;
    right: -100%;
    top: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.show .ce_style_right{
    right: 0px;
}

.nav_ul{
    padding-left: 30%;
    width: 100%;
}
.nav_ul li{
    width: 100%;
}
.nav_ul li a{
    font-size: 24px;
    line-height: 60px;
    position: relative;
    display: block;
    width: 100%;
}
.nav_ul li a i{
    position: absolute;
    top: 16px;
    right: 48px;
    color: #999;
}
.nav_ul .active a{
    color: #a43033;
}


/*banner*/
.banner .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: none;
    opacity: 0.5;
    position: relative;
    border-radius: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
}
.banner .swiper-pagination-bullet-active:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-right-color: rgba(255,255,255,0.3);
    transform: rotate(45deg);
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.banner>.swiper-pagination-bullets{
    bottom: 30px;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(164,48,51,0.3);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
    left: 38px;
}
.banner:hover .swiper-button-next{
    opacity: 1;
    right: 38px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
    color: #fff;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(164,48,51,1);
}

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}

.gengduo{
    border:2px solid #fff;
    background: #fff;
    color: #000;
    padding: 12px 48px;
}
.gengduo:hover {
    color: #fff;
    background-color: #006fc6;
    border-color: #006fc6;
}
.gengduo i{
    position: relative;
    left: 0px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s; /* Safari */
}
.gengduo:hover i{
    left: 15px;
}

.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 10px 15px -10px rgba(0, 0, 0, 0.3);
}

.news_bg{
    background: #5c5c5c;
    padding: 22px 0px;
}
.news{
    margin-left: 140px;
    margin-right: 84px;
    position: static;
}
.news .swiper-wrapper .swiper-slide a{
    display: block;
    line-height: 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    padding-right: 88px;
}
.news .swiper-wrapper .swiper-slide a span{
    position: absolute;
    top: 0px;
    right: 0px;
}
.news_bt{
    background: #a43033;
    color: #fff;
    height: 36px;
    width: 112px;
    position: absolute;
    left: 15px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}
.news_an{
    position: relative;
    font-size: 14px;
}
.news_an .swiper-button-next,.news_an .swiper-button-prev{
    width: 28px;
    height: 36px; 
    background: #ccc;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.news_an .swiper-button-prev{
    left: auto;
    right: 30px;
    opacity: 1;
    margin-top: -18px;
}
.news_an .swiper-button-next{
    right: 0px;
    opacity: 1;
    margin-top: -18px;
}
.news_an .swiper-button-prev:after,.news_an .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.news_an .swiper-button-prev:hover:after,.news_an .swiper-button-next:hover:after{
    color: #fff;
}
.news_an .swiper-button-next:hover,.news_an .swiper-button-prev:hover{
    background: rgba(164,48,51,1);
}

.news_bt_anniu{
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-left: 20px;
    font-size: 14px;
}
.news_bt_anniu:hover{
    color: #a43033;
    border: 1px solid #a43033;
}

/*bottom*/
.bottom_bg{
    padding-top: 24px;
    background: #fff;
    font-size: 14px;
}

.di_media .media{
    margin-bottom: 10px;
}
.di_media .media i{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #646464;
    margin-right: 8px;
}

.di_bqsy{
    border-top: 1px solid #dedede;
    line-height: 32px;
    padding-top: 14px;
}
.di_gzwm{
    margin-bottom: 38px;
}
.di_gzwm li{
    margin: 8px 8px 0px 8px;
}
.di_gzwm li a i{
    display:  inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #c9c9c9;
    color: #fff;
}
.di_gzwm li a:hover i{
    background: #a43033;
}

.di_bah{
    background: #dedede;
    padding: 10px 0px;
}
.di_bah p{
    line-height: 24px;
}

/* ----------------------------------------------------------------
    公司概况
----------------------------------------------------------------- */
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}

/*.ny_p p{
    margin-bottom: 24px;
}*/
.ny_bt{
    line-height: 38px;
    border-left: 8px solid #a43033;
    padding-left: 18px;
    margin-bottom: 24px;
}
.ny_fbt{
    color: #a43033;
    margin-bottom: 24px;
}

.ny_nav_bt{
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 24px;
}
.ny_nav_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 42px;
    height: 2px;
    background: #eee;
}
.ny_nav_bt a{
    display: none;
}
.ny_nav_bt a i{
    background: #fff;
    color: #a43033;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    text-align: center;
    position: absolute;
    top: 24px;
    right: 15px;
}
.ny_nav_bt a i.ny_nav_bt_i{
    top: 8px;
}
.ny_nav_bt a.collapsed i{
    transform:rotate(-90deg);
}

.ny_nav_ul ul li a.ny_nav_a{
    display: block;
    padding: 8px 0px;
    line-height: 32px;
    border-bottom: 1px dashed #dfdfdf;
}
.ny_nav_ul ul li.active a.ny_nav_a{
    color: #a43033;
}
.ny_nav_ul ul li{
    position: relative;
}
.ny_nav_a_xiala{
    position: absolute;
    top: 10px;
    right: 0px;
    background: #d8d8d8;
    width: 29px;
    height: 29px;
}
.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{
    padding: 12px 0px;
}
.ny_xiala_ul li a{
    display: block;
    padding: 0px 20px;
    line-height: 32px;
}

/* ----------------------------------------------------------------
    发展历程
----------------------------------------------------------------- */
.ny_nav_bt2{
    background: #a43033;
    color: #fff;
    padding: 16px 20px;
    margin-bottom: 0px;
}
.ny_nav_bt2:before{
    content: none;
}
.ny_nav_ul2{
    background: #fff;
    position: relative;
}
.ny_nav_ul2:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 100%;
    background: #dddddd;
}
.ny_nav_ul2 ul li a.ny_nav_a{
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    border-right: 1px solid #ddd;
    padding: 8px 20px;
}

.ny_nav_a_xiala2{
    right: 15px;
    background: #fff;
}
.ny_nav_a_xiala2:before{
    background: #ccc;
}
.ny_nav_a_xiala2:after{
    background: #df3438;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_nav_a_xiala2.collapsed:after{
    background: #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ny_nav_ul2 ul li.active a.ny_nav_a{
    position: relative;
}
.ny_nav_ul2 ul li.active a.ny_nav_a:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100%;
    background: #a43033;
}

.at_ce_style{
    position: relative;
}
.at_ce_style:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.at_ce_style .media{
    padding-left: 38px;
    position: relative;
    margin-bottom: 38px;
}
.at_ce_style .media:before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border: 1px solid #ddd;
    background: #fff;
}
.at_ce_style .media .at_ce_rq{
    margin-right: 24px;
    padding-left: 15px;
    margin-bottom: 18px;
    position: relative;
}
.at_ce_style .media .at_ce_rq:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0%;
    width:0;
    height:0;
    border-width:15px 15px 15px 0;
    border-style:solid;
    border-color:transparent #a43033 transparent transparent;/*透明 灰 透明 透明 */
}
.at_ce_style .media .at_ce_rq span{
    display: inline-block;
    color: #fff;
    padding: 8px 14px 8px 10px;
    background: #a43033;
}
/*.at_ce_style .media .media-body ul li{
    line-height: 30px;
}*/
.ny_xiala_ul2{
    border: 1px solid #ddd;
    border-top: none;
}
.ny_xiala_ul2 .active a{
    color: #a43033;
}


/* ----------------------------------------------------------------
    资质证书
----------------------------------------------------------------- */
.at_hr_ns_style{
    border: 1px solid #eee;
}
.at_hr_ns_style .fangda{
    padding: 15px;
    height: 208px;
}
.at_hr_ns_style .fangda img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.at_hr_ns_style:hover .fangda img{
    transform:scale(1.1);
}
.at_hr_ns_style .card-img-overlay h6{
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    width: 100%;
    line-height: 20px;
    max-height: 54px;
    overflow: hidden;
    font-size: 14px;
}

/* ----------------------------------------------------------------
    直播中心
----------------------------------------------------------------- */
.ny_banner .swiper-button-next,.ny_banner .swiper-button-prev{
    background: rgba(0,0,0,0.3);
    border-radius: 0px;
}
.ny_banner .swiper-button-prev{
    left: 0px;
    opacity: 1;
    margin-top: -25px;
}
.ny_banner .swiper-button-next{
    right: 1px;
    opacity: 1;
    margin-top: -25px;
}
.ny_banner:hover .swiper-button-prev{
    opacity: 1;
    left: 0px;
}
.ny_banner:hover .swiper-button-next{
    opacity: 1;
    right: 0px;
}

/* ----------------------------------------------------------------
    三大产品
----------------------------------------------------------------- */
.about_pt_swiper{
    height: auto;
    padding: 20px 0px 50px 0px;
}
.about_pt_swiper .swiper-slide {
    background: #fff;
    transition: 300ms;
    transform: scale(0.8);
}
.about_pt_swiper .swiper-slide p{
    background: #a43033;
    padding: 16px 24px;
    color: #fff;
    margin: 0px;
    font-size: 16px;
}
.about_pt_swiper .swiper-slide-active,.about_pt_swiper .swiper-slide-duplicate-active{
    transform: scale(1);
    z-index: 3000;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.about_pt_swiper .swiper-button-next,.about_pt_swiper .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(254,254,254,1);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about_pt_swiper .swiper-button-prev{
    left: 15px;
    opacity: 1;
    margin-top: -25px;
}
.about_pt_swiper .swiper-button-next{
    right: 15px;
    opacity: 1;
    margin-top: -25px;
}
.about_pt_swiper:hover .swiper-button-prev{
    opacity: 1;
    left: 38px;
}
.about_pt_swiper:hover .swiper-button-next{
    opacity: 1;
    right: 38px;
}
.about_pt_swiper .swiper-button-prev:after,.about_pt_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.about_pt_swiper .swiper-button-prev:hover:after,.about_pt_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.about_pt_swiper .swiper-button-next:hover,.about_pt_swiper .swiper-button-prev:hover{
    background: rgba(164,48,51,1);
}

/* ----------------------------------------------------------------
    六大工艺
----------------------------------------------------------------- */
.at_pt_row{
    margin: 0px -0.25rem;
}

.at_pt_ty_swiper .swiper-pagination-bullet{
    width: 14px;
    height: 5px;
    background: none;
    opacity: 1;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #c8c8c8;
}
.at_pt_ty_swiper .swiper-pagination-bullet:before{
    content: none;
}
.at_pt_ty_swiper .swiper-pagination-bullet-active:after{
    content: none;
}
.at_pt_ty_swiper>.swiper-pagination-bullets{
    bottom: 30px;
}
.at_pt_ty_swiper .swiper-pagination-bullet-active{
    opacity: 1;
    background: #ff8800;
}
.at_pt_ty_swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 4px;
}

/* ----------------------------------------------------------------
    加入我们
----------------------------------------------------------------- */
.join_style .card{
    border: none;
    margin-bottom: 15px;
}
.join_style .card-header{
    background: #fff;
    padding: 0px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.join_style .card-header a{
    display: block;
    padding: 30px 60px 30px 30px;
}
.join_style .card-header h5{
    /*margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.join_style .card-header ul li{
    font-size: 14px;
    color: #999;
}
.bottom_xiala2:after{
    content: '-';
    display: inline-block;
    text-align: center; 
    color: #fff;
    font-size: 20px;
}
.collapsed .bottom_xiala2:after{
    content: '+';
    display: inline-block;
}
.bottom_xiala2{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 28px;
    height: 28px;
    line-height: 20px;
    border-radius: 28px;
    background: #df3438;
    text-align: center; 
}
.join_style .card-body{
    padding: 0px 30px 48px 30px;
}
.join_style .card-body h5{
    margin: 48px 0px 24px 0px;
}
.join_style .card-body ul li{
    line-height: 24px;
    color: #999;
}

/* ----------------------------------------------------------------
    新闻中心
----------------------------------------------------------------- */
.news_media{
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.neimgdiv{
    flex: .25;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 19%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.newrt{
    margin-left:4%;
    flex: .7;
}
.news_media img{
    width: 220px;
    height: 168px;
    object-fit: cover;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 14px 18px;
    border: none;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #da010c;
    color: #fff;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}
.scpro{
    display: block; 
    overflow: hidden;
    text-align: center;
}

/* ----------------------------------------------------------------
    数字文创
----------------------------------------------------------------- */
.mg_fe_style{
    height: 238px;
}

/* ----------------------------------------------------------------
    盈浩商城
----------------------------------------------------------------- */
.sg_mall_bt{
    padding-bottom: 16px;
    position: relative;
}
.sg_mall_bt:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 58px;
    height: 2px;
    background: #da010c;
    margin-left: -29px;
}

/* ----------------------------------------------------------------
    社会责任
----------------------------------------------------------------- */
.pt_ds_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide{
    cursor: pointer;
    opacity: 0.6;
    padding: 8px;
    border: 1px solid #eee;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide img,.pt_ds_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_ds_swiper2 .swiper-button-next:after,.pt_ds_swiper2 .swiper-button-prev:after{
    color: #1c1f89;
}

.pt_ds_swiper2 .swiper-button-next,.pt_ds_swiper2 .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pt_ds_swiper2 .swiper-button-prev{
    left: 0px;
    opacity: 1;
    margin-top: -25px;
}
.pt_ds_swiper2 .swiper-button-next{
    right: 0px;
    opacity: 1;
    margin-top: -25px;
}
.pt_ds_swiper2:hover .swiper-button-prev{
    opacity: 1;
}
.pt_ds_swiper2:hover .swiper-button-next{
    opacity: 1;
}
.pt_ds_swiper2 .swiper-button-prev:after,.pt_ds_swiper2 .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.pt_ds_swiper2 .swiper-button-prev:hover:after,.pt_ds_swiper2 .swiper-button-next:hover:after{
    color: #fff;
}
.pt_ds_swiper2 .swiper-button-next:hover,.pt_ds_swiper2 .swiper-button-prev:hover{
    background: rgba(164,48,51,1);
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_form .form-control{
    border-color: #eee;
    padding: 12px 18px;
}
.form_input_height{
    height: 58px;
}
.contact_form .form-group .input-group .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact_form .form-group .input-group .input-group-text{
    background: none;
    border-color: #eee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
}

.gengduo_contact{
    border:2px solid #df3438;
    background: #df3438;
    color: #fff;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #a43033;
    border-color: #a43033;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){

}

@media (max-width: 1200px){
    .search_anniu2{
        left: 24px;
    }
}
@media (max-width: 900px){
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .md_news_bt_anniu{
        margin-top: 18px;
        text-align: left!important;
    }
    .md_news_bt_anniu .news_bt_anniu{
        margin-left: 0px;
        margin-right: 20px;
    }
    .ny_nav_bt a{
        display: block;
    }
}

@media (max-width: 768px){
    .md_news_bt_anniu{
        display: none;
    }
    .news{
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 36px;
    }
    .news_an .swiper-button-prev,.news_an .swiper-button-next{
        margin-top: -36px;
    }
    .nav_min{
        position: static;
        padding: 15px;
    }
    .nav_min form{
        display: none;
    }
    .nav_min .navbar-toggler{
        margin-left: auto!important;
        width: 38px;
        height: 38px;
        padding-left: 8px;
    }
    .nav_style.fixTop{
        position: static;
        padding: 15px;
    }
    
    .at_ce_style .media{
        flex-direction: column;
    }

    .ce_style_left{
        width: 100%;
    }
    .nav_ul{
        padding-left: 24px;
    }
    .search_anniu2{
        left: auto;
        right: 0px;
        top: 0px;
    }

    .ce_style_right{
        display: none;
    }
    .pc_yuyan {
        padding-right: 0;
        margin-left: inherit !important;
    }
    .pc_yuyan a{
        color: #666;
        padding: 0;
    }
    .pc_yuyan svg {
        fill: #666;
    }
}