/*聚诚在线（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: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    line-height: 66px;
    border-radius: 58px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#999;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #0064c1;
    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: #0064c1;
}

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_333{
    color: #333;
}
.text_999{
    color: #999;
}
.text-danger{
    color: #be171e!important;
}
.text-success{
    color: #618638!important;
}
.text-primary{
    color: #0064c1!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #618638!important;
}
.bg-primary{
   background: #064270!important; 
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.pt-150{
    padding-top: 220px;
}
.pb-150{
    padding-bottom: 220px;
}

.pt-120{
    padding-top: 120px;
}
.pb-120{
    padding-bottom: 120px;
}

.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;
}

.font{
    font-family: "Anton";
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px;
    border: none;
    background: none;
    transition: 0.5s;
}
.navbar-brand{
    padding-top: 11px;
    padding-bottom: 11px;
    transition: 0.5s;
    width: 85px;
}
.navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 20px 40px 20px 40px;
    font-size: 16px;
    line-height: 28px; 
    cursor: pointer;
}
.navbar-expand-lg .navbar-nav .nav-item:hover{
    color: #0064c1;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 36px 0px 36px 0px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:hover span,.nav_min .navbar-nav .active span{
    color: #bd181c;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 0px;
    position: absolute;
    left: 5px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #0064c1;
    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: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    position: relative;
}
.top_xiala .dropdown-menu a:hover{
    color: #c2171e;
}

.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: #c2171e;
    color: #fff;
}

.pc_yuyan{
    margin-right: 20px;
}
.pc_yuyan li{
}
.pc_yuyan .nav-link{
    padding: 36px 20px 37px 20px;
    display: flex;
    align-items: center;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}

.is-active{
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.is-active .navbar-brand{
    width: 58px;
}


/*主体*/
.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: 68px;
    height: 2px;
    background: #0064c1;
}
.bt2:before{
   left: 50%;
   margin-left: -34px;
}

.gengduo{
    padding: 14px 48px;
    background: #bd181c;
    color: #fff;
    font-size: 16px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #bd181c;
}
.gengduo span{
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
}
.gengduo:hover{
    color: #fff;
    background: #ebbe49;
    border: 1px solid #ebbe49;
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0 5px 15px -5px rgba(153, 153, 153, 0.3);
}

.item {
    height: 1000px;
    width: 100%;
}

.item_yw {
    height: 500px;
    width: 100%;
}

.aitem_list .active {
    color: #0064c1
}
.aitem_list .active a{
    color: #0064c1
}

#boxdiv{
    width: 100%;
    height: 100px;
    position: relative;
    /*  overflow: hidden;*/ /* 限制范围 */
}

.ba_h1{
    color: #4b4b4b;
    font-size: 54px;
    position: absolute;
    cursor: none;
    width: auto;
    height: 50px;
    text-align: center;
}

.yw_con p{
    line-height: 30px;
}



/*#follower {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: red;
  cursor: none; 
}

*/






.item_bg1{
    background: url(../img/item_bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.item_bg2{
    background: url(../img/item_bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.about_card .card-img-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 100, 193, 0.2);
    transition: 0.5s;
}
.about_card .card-img-overlay h4{
    margin-bottom: 0px;
    transition: 0.5s;
    padding-top: 24px;
}
.about_card .card-img-overlay p{
    opacity: 0;
    transition: 0.5s;
}
.about_card:hover .card-img-overlay{
    background: rgba(0, 100, 193, 0.8);
}
.about_card:hover .card-img-overlay h4{
    margin-bottom: 18px;
    padding-top: 0px;
}
.about_card:hover .card-img-overlay p{
    opacity: 1;
}

.item_bg3{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.qqwl_card{
    border-left: 3px solid #0064c1!important;
}
.qqwl_card .card-body{
    padding: 0px 18px 0px 18px;
}
.qqwl_card .card-body h5{
    color: #0064c1;
}

.item_bg4{
    background: url(../img/item_bg4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.fuwu_card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fuwu_card_img{
    width: 88px;
    height: 88px;
    border-radius: 88px;
    background: #0064c1;
    margin: 14px 0px 24px 0px;
    line-height: 88px;
    display: inline-block;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.fuwu_card_img img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.item_bg5{
    height: auto;
}
.di_beian{
    background: #f9f9f9;
    padding: 24px 0px;
    line-height: 24px;
}
.content_media{
    margin-bottom: 24px;
}
.content_media i{
    width: 48px;
    height: 48px;
    border-radius: 58px;
    background: #0064c1;
    color: #fff;
    margin-right: 24px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_media p{
    font-size: 16px;
}
.yuyan_mo{
    display: none;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1400px){
    .item_bg1{

    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .yuyan_pc{
        display: none;
    }
    .yuyan_mo{
        display: block;
        position: fixed;
        right: 0
    }
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .navbar-brand{
        margin-right: 0px;
        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: center;
    }
    .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 #eee;
        background: #fff;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }
    .pc_yuyan{
        padding: 15px;
        background: #fff;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }

    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 900px){
    .md_none{
        display: none;
    }
}

@media (max-width: 768px){
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .item_bg1{
        height: 300px;
    }
    .item_bg1 h1{
        text-align: left;
        font-size: 22px;
    }
    .pb-150 {
        padding-bottom: 0;
    }
    .pt-150 {
        padding-top: 75px;
    }
    .pb-120 {
        padding-bottom: 90px;
    }
    .pt-120 {
        padding-top: 90px;
    }
    #boxdiv{
        width: 85%;
    }
    .fuwu_card_img{
        margin: 14px 0px;
    }
    .fuwu_card h5{
        font-size: 1rem;
    }
}