.header_warp{
    width:100%;
    height:100px;
    background:#fff;
    box-shadow: 0px 0px 5px 0px #bebebe;
    position: fixed;
    left:0;
    top:0;
    z-index: 99;
}
.header_zhanwei{
    width:100%;
    height:100px;
}
.header_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logoimg{
    width:76px;
    height:76px;
    margin-right:15px;
}
.company_name{
    font-size:18px;
    font-weight: bold;
}
.header_tab{
    height:100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_tab .tab{
    font-size: 18px;
    color:#333333;
    width:80px;
    height:100px;
    line-height: 100px;
    text-align: center;
    margin:0 40px;
    display: block;
    cursor: pointer;
    position: relative;
}
.tab .libox{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:90px;
    width:120px;
    background:#fff;
    box-shadow: 0px 3px 31px 4px rgba(90, 90, 164, 0.1);
    display: none;
}
.tab .libox>a{
    display: block;
    width:100%;
    height:60px;
    font-size:20px;
    color:#333;
    text-align: center;
    line-height: 60px;
}
.libox>a:hover{
    color:#5A5AA4;
}
.libox>a.active{
    color:#5A5AA4;
}

.header_tab .tabactive>a{
    color:#5A5AA4;
    font-weight: bold;
}
.header_tab .tabactive::after{
    position: absolute;
    bottom:10px;
    left:50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #ABD0FC;
    border-radius: 50%;
    content:'';
}

.btnbox{
    width: 100px;
    height: 40px;
    background: #B1CEED;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #585AA1;
    line-height: 40px;
    text-align: center;
    cursor:pointer;
}


/* 轮播图 */
.swiperbox{
    width:100%;
}
.swiperbox .swiper-container-fir{
    width:100%;
    position: relative;
}
.swiper-fir-item img{
    width:100%;
}
.pagination1{
    position: absolute;
    left:0;
    bottom:10px;
    text-align: center;
    z-index: 2;
}
.swiper-pagination-bullet{
    width:15px;
    height:5px;
    background:#fff;
    opacity: 1;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    width:15px;
    height:5px;
    background:#00b3ee;
    opacity: 1;
    border-radius: 0;
}


/* 底部 */
.com_footer{
    background:#1C2127;
    box-sizing: border-box;
    padding:73px 0 40px;
}
.com_footer_con{
    width:1200px;
    margin:0 auto 25px;
    display: flex;
    justify-content: space-between;
}
.com_left .footer_tit{
    font-size:28px;
    font-weight: bold;
    color:#fff;
    margin-bottom:30px;
}
.com_left .footer_text{
    font-size:26px;
    color:#999999;
    margin-bottom:10px;
    display: flex;
    justify-content: flex-start;
}
.com_left .footer_text a{
    color:#999999;
}
.com_left .footer_text .footimg{
    width:33px;
    height:33px;
    margin-right:20px;
}
.com_footer .com_right{
    width:152px;
    height:152px;
}
.com_footer .com_right .rightimg{
    width:152px;
    height:152px;
}
.footertip{
    font-size:16px;
    color:#666666;
    text-align: center;
}




/************右侧飘窗**************/
.crm-right-fixed{
   width: 72px;
   height: 308px;
   position: fixed;
   top: 50%;
   right: 0;
   margin-top: -118px;
   z-index: 1111;
}
.watchbox{
    position: absolute;
    left:-188px;
    top:0;
    width:179px;
    height:179px;
    box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.1);
    display: none;
}
.watchbox .watchewm{
    width:179px;
    height:179px;
}
.crm-right-fixed ul{
 margin: 0;
 padding: 0;
}
.crm-right-fixed ul li{
 width: 72px;
 height: 72px;
 position: relative;
 margin-bottom: 3px;
}
.crm-right-fixed ul li:last-child{
 display: none;
}
.crm-right-fixed ul a{
 display: block;
width: 100%;
padding-top:48px;
 padding-bottom: 3px;
color:#FFFFFF;
font-size: 14px;
text-align: center;
background-color: #44abff;
background-position: center 8px;
background-repeat: no-repeat;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
font-family: "微软雅黑" !important;
}
.crm-right-fixed ul a:hover{
 background-color: #f5a623;
}
.crm-right-fixed ul a.icon-tel{
 background-image: url('../img/icon-tel1.png');
}
.crm-right-fixed ul a.icon-tel span{
 width: 170px;
 height: 39px;
 display: inline-block;
 position: absolute;
 left: -173px;
 top: 50%;
 margin-top: -19px;
 background-color: #f5a623;
 box-shadow: 0 0 1px #f5a623;
 display: none;
 color: #FFFFFF;
 font-size: 18px;
 text-align: center;
 line-height: 40px;
}
.crm-right-fixed ul a.icon-tel:hover span{
 display: block;
}
.crm-right-fixed ul a.icon-top{
 background-image: url('../img/icon-top1.png');
}
.crm-right-fixed ul a.icon-qq{
 background-image: url('../img/icon-qq1.png');
 position: relative;
}
.crm-right-fixed ul a.icon-qq:after{
 content: '';
 position: absolute;
 width: 8px;
 height: 8px;
 background: #ff1a1a;
 border-radius: 4px;
 top: 5px;
right: 16px;
}
.crm-right-fixed ul a.icon-qq span{
    width: 170px;
    height: 39px;
    display: inline-block;
    position: absolute;
    left: -173px;
    top: 50%;
    margin-top: -19px;
    background-color: #f5a623;
    box-shadow: 0 0 1px #f5a623;
    display: none;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.crm-right-fixed ul a.icon-qq:hover span{
    display: block;
}
.crm-right-fixed ul a.icon-free{
background-image: url("../img/icon-free1.png");
 position: relative;
 z-index: 2;
}
.ring-right{
    position: absolute;
    top:0;
    width: 72px;
    height: 72px;
    border-radius: 5px;
    background-color: #44abff;
    -webkit-animation: cmcc 2s linear infinite;
    animation: cmcc 2s linear 0s infinite;
    -o-animation:cmcc 2s linear 0s infinite;
    -moz-animation:cmcc 2s linear 0s infinite;
    z-index: 1;
}
.crm-right-fixed ul a.icon-free span{
    display: inline-block;
    width:150px;
    height:150px;
    position: absolute;
    left:-160px;
    top:-35px;
    background:url(../img/ewm.jpg) no-repeat center;
    background-size:150px 150px;
    display: none;
}
.crm-right-fixed ul a.icon-free:hover span{
    display: block;
}

@-webkit-keyframes cmcc {
 /* Safari and Chrome */
 from {
     opacity: 1;
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);       /* for Firefox */
     -ms-transform: scale(0);        /* for IE */
     -o-transform: scale(0);         /* for Opera */
 }
 to {
     opacity: 0;
     transform: scale(1.6);
     -webkit-transform: scale(1.6);
     -moz-transform: scale(1.6);       /* for Firefox */
     -ms-transform: scale(1.6);        /* for IE */
     -o-transform: scale(1.6);         /* for Opera */
 }
}
@keyframes cmcc
{
 from {
     opacity: 1;
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);       /* for Firefox */
     -ms-transform: scale(0);        /* for IE */
     -o-transform: scale(0);         /* for Opera */
 }
 to {
     opacity: 0;
     transform: scale(1.6);
     -webkit-transform: scale(1.6);
     -moz-transform: scale(1.6);       /* for Firefox */
     -ms-transform: scale(1.6);        /* for IE */
     -o-transform: scale(1.6);         /* for Opera */
 }
}

@-moz-keyframes cmcc /* Firefox */
{
 from {
     opacity: 1;
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);       /* for Firefox */
     -ms-transform: scale(0);        /* for IE */
     -o-transform: scale(0);         /* for Opera */
 }
 to {
     opacity: 0;
     transform: scale(1.6);
     -webkit-transform: scale(1.6);
     -moz-transform: scale(1.6);       /* for Firefox */
     -ms-transform: scale(1.6);        /* for IE */
     -o-transform: scale(1.6);         /* for Opera */
 }
}

@-o-keyframes cmcc /* Opera */
{
 from {
     opacity: 1;
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);       /* for Firefox */
     -ms-transform: scale(0);        /* for IE */
     -o-transform: scale(0);         /* for Opera */
 }
 to {
     opacity: 0;
     transform: scale(1.6);
     -webkit-transform: scale(1.6);
     -moz-transform: scale(1.6);       /* for Firefox */
     -ms-transform: scale(1.6);        /* for IE */
     -o-transform: scale(1.6);         /* for Opera */
 }
}

li:hover .ring-right{
 background-color: #f5a623;
}
.icon-free{
 box-shadow: 0 0 8px #079cec;
}
li:hover .icon-free{
 box-shadow: 0 0 8px #f5a623;
}
