



header{
    height: 65px;
    background: #fff ;
    line-height: 65px;
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
}
header .logo{
    margin-right: 15px;
}
header .bsp-ico{
    height: 30px;
    /* width: 192px; */
    /* background-color: #ECF1FC; */
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    font-size:30px;
    font-weight:500;
    color: #323232;
    line-height: 30px;
}
header .bsp-ico img{
    margin-left: 12px;
    vertical-align: middle;
}

header .fr-line{
    float: right;
    line-height: 30px;
    /* margin-top: 16.5px; */
}

header .fr-line .btn{
    display: inline-block;
    width:90px;
    height:30px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(1, 120, 222, 1);
    border-radius:4px;
    line-height: 30px;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
    color: #0178DE;
    text-decoration: none;
    vertical-align: middle;
}
header .fr-line .btn.blue{
    background-color: #0178DE;
    color: #fff;
}

header .fr-line .linkList{
    display: inline-block;
}

header .fr-line .linkList>li{
    display: inline-block;
    margin-right: 10px;
    font-size:16px;
    font-weight:500;
    color:rgba(1,1,1,1);
}

header .fr-line .linkList>li>a{
    font-size:16px;
    font-weight:500;
    color:rgba(1,1,1,1);
    text-decoration: none;
}

header .fr-line .linkList>li.active>a{
    color: #0178DE;
}

.feature-content-list{
    color: #323232;
    font-size: 14px;
    font-weight:500;
    margin-top: 20px;
    line-height: 26px;
}

.feature-title-list .point{
    width:6px;
    height:6px;
    background:rgba(209,209,209,1);
    border-radius:50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.contact-number{
    height: 100%;
    line-height: 66px;
    background:rgba(1,120,222,1);
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    display: inline-block;
    padding: 0 8px;
    margin-left: 15px;
}

/* new */

.page-content img.logo{
  width: 180px;
}

header .linkList .pop-trigger{
    position: relative;
    vertical-align: margin;
    line-height:66px;
    height: 66px;
}

header .linkList .pop-trigger>a{
   position: relative;
   display: inline-block;
   z-index: 3;
   background:#fff;
   /* animation-fill-mode:forwards; */
}

header .linkList .pop-content{ 
   position: absolute;
   height: auto;
   line-height:1.5;
   left: -18px;
   z-index: -1;
   visibility: hidden;
   /* border-radius: 4px; */
   transform-origin:50% 0%;
   transform: scaleY(0.5);
   -o-transform: scaleY(0.5);
   -ms-transform: scaleY(0.5);
   -moz-transform: scaleY(0.5);
   -webkit-transform: scaleY(0.5);
}
header .linkList .pop-content img{
    position: absolute;
    top: -9px;
    left: -3px;
    z-index: -1;
    width: 108%;
    height: 122%;
}
header .linkList .pop-content a{
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    padding: 3px 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
header .linkList .pop-content a:hover{
    background: #0178DE;
    color: #fff;
}
header .linkList .pop-trigger:hover{
    /* animation:setVsible 0.1s linear 0.25s; */
}
header .linkList .pop-trigger:hover .pop-content{
    transition: all 0.5s;
    top:100%;
    z-index: 4;
    visibility: visible;
    display: inline-block;
    transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -webkit-transform: scaleY(1);
}