body{
    min-width: 1280px;
    font-family:MicrosoftYaHei; 
}
.pc .container{
   min-width: 1170px!important;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{
    float: left;
}
.pc .col-md-12,.pc .col-sm-12{
    width: 100%;
}
.pc .col-md-10,.pc .col-sm-10{
    width:83.33%;
}
.pc .col-md-9,.pc .col-sm-9{
    width:75%;
}
.pc .col-md-8,.pc .col-sm-8{
    width:66.66%;
}
.pc .col-md-7,.pc .col-sm-7{
    width:58.33%;
}
.pc .col-md-6,.pc .col-sm-6{
    width: 50%;
}
.pc .col-md-5,.pc .col-sm-5{
    width:41.66%;
}
.pc .col-md-4,.pc .col-sm-4{
    width: 33.33%;
}
.pc .col-md-3,.pc .col-sm-3{
    width:25%;
}
.pc .col-md-2,.pc .col-sm-2{
    width:16.66%;
}


/*头部图片轮播样式*/
/*-- Main slide --*/

/*#main-slide .item {*/
    /*height: 600px;*/
/*}*/

#section1 {
    box-shadow: #ccc 10px 0px 27px 1px;
    background-color: #333333;
	display: none;
}

#main-slide .item img{
    width: 100%;
}

#main-slide .item .slider-content {
    z-index: 12;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
    z-index: 12;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content{
    top: 45%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li{
    width: 5px !important;
    height: 5px !important;
    border: none !important;
    margin: 1px 16px !important;
    background-color: #fff;
}
.carousel-indicators .active{
    width: 12px !important;
    height: 12px !important;
    background-color: #F9B900;
}
.left_banner, .right_banner {
    padding-top: 170%;
}
/*#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right{
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
    left: auto;
    right: 0;
    color: #8995A2;
    background: transparent;
}

#main-slide .carousel-control .fa-angle-right{
    left: 0;
    right: auto;
    color: #8995A2;
    background: transparent;
}


#main-slide .carousel-control i{
    background: rgba(0,0,0,.7);
    color: #fff;
    line-height: 100px;
    font-size: 96px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
*/

#main-slide .slider-content h1{
    font-size: 52px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p{
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #D8D8D8;
}

.slider.btn{
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 300;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
    background: transparent;
    border: 1px solid #fff;
}

.slider.btn.btn-default{
    margin-left: 4px;
    background: #ECECEC
}

.slider.btn.btn-default:hover{
    background: #000;
    color: #fff;
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
    z-index: 12;
}

.slider-content-right{
    position: relative;
}

/*-- Animation --*/
.carousel .item.ctive .animated1 {
    -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
    animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
    -webkit-animation: bounceIn 1s ease-in 800ms both;
    animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: flipInX 2s ease-in-out 800ms both;
    animation: flipInX 2s ease-in-out 800ms both;
}

.float_left > .left-1,
.float_right > a{
    color:#F9B900;
} 
.float_left .shu{
    padding: 0 19px 0 12px;
}
 .float_left .font20{
    color: #FFFFFF;
}
 .float_left .font16{
    color: #AEAEAE;
    margin-left: 12px;
}
.section1 .float_right a{
    font-size: 16px;
    margin-right: 6px;
}

.float_right span:after{
    content: ">";
       width: 6px;
    height: 11px;
    color: rgba(249, 185, 0, 1);
    position: absolute;
    margin-left: 15px;
}
.font38{
    font-size: 38px;
}
#page-top .overlay-panel{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,1);
    z-index: 1;
    -webkit-mask-image:linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.35));
}


#section2 .title .font38{
    color: #444444;
    letter-spacing: 5px;
}
#section2 .title .font16{
    color: #AEAEAE;
    letter-spacing: 5px;
    margin-top: 8px;
    margin-bottom: 0;
}
.cc{
    font-family: MicrosoftYaHeiSemibold;
    margin-bottom: 0;
    color: #444444;
    cursor: pointer;
}
.change .img2{
    display: none;
}
.change_1:hover .img1{
    display: none;
}
.change_1:hover .img2{
    display: block;
    cursor: pointer;
}
.change_1:hover .cc{
    color: #F9B900;
}

.font90{
    font-size: 90px;
}
#section3 div{
    position: absolute;
    margin-top: -65px;
    right: 0;
}
#section3 .q{
    color: #F5F7FA;
    margin-bottom: 0;
    line-height: 127px;
    font-family: Arial-Black;
    letter-spacing: 10px;
    font-weight: bold;
}
#section3 .a{
    color: #ffffff;
    margin-bottom: 0;
    line-height: 127px;
    font-family: Arial-Black;
    float: right;
    letter-spacing: 10px;
    font-weight: bold;
}
/***************/


.marginBo60{
    margin-bottom: 60px;
}

.float_left{
    float: left;
    display: flex;
}
.float_right{
    float:right;
}

.height_77{
    height: 77px;
    line-height: 77px;
}
#flow{
    width:900px;
    height:24px;
    margin:0 auto;
    /*border:1px solid red;*/
    overflow: hidden;
    margin-top: 30px;
}
#flow ul{
    list-style: none;
    padding:0;
    margin:0
}
#flow ul li{
    height:24px;
    line-height: 24px;
    cursor: pointer;
}
#flow .font20{

}
/*********渐变背景**************/
.back{
    height: 100%;
    background: linear-gradient(to right, #FFF , #FBFCFF);
}
/*******************************/
.margin-left-2{
    margin-left: -200px;
}
.margin-left-1{
    margin-left: -100px;
}
.marin-left1{
    margin-left: 136px;
    line-height: 30px;
    letter-spacing: 1.33px;
}
/**************/
.open_account{
    position: absolute;
    width: 300px;
    height: 90px;
    background: #F9B900;
    left: 50%;
    margin-left: -150px;
    margin-top: -45px;
    text-align: center;
    line-height: 90px;
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

#section4 .container{
    padding-bottom: 167px;
    padding-top: 130px;
}
#section4 .title .font38{
    color: #444444;
    letter-spacing: 5px;
    text-align: center;
    /*margin-left: 16%;*/
}
#section4 .title .font16{
    color: #AEAEAE;
    letter-spacing: 5px;
    margin-top: 8px;
    margin-bottom: 0;
}
#section4 .tt{
    background-color: #F7F8F9;
}
#section4 .tt .col-md-4.last_select .firstline{
    border-right: 0!important;
}
#section4 .tt .col-md-4.last_select .secondline{
    border-right: 0!important;
}
#section4 .tt .col-md-4 .firstline{
    border-bottom: 1px #DDDDDD solid;
    border-right: 1px #DDDDDD solid;
}
#section4 .tt .col-md-4 .secondline{
    border-right: 1px #DDDDDD solid;
    padding-bottom: 30px;
}
#section4 .tt .font20{
    margin-bottom: 0px;
    line-height: 103px;
    color: #888888;
}
#section4 .tt .font15{
    padding: 0 26px;
    color: #888888;
    line-height: 26px;
    margin-bottom: 0;
}
#section4 .col-md-4:hover{
    background-color: #FFFFFF;
}
#section4 .col-md-4:hover .row .font20{
    color: #222222;
}

#section4 .col-md-4:hover .secondline p{
    font-size: 17px;
    color: #222222;
    padding-left: 21px;
    padding-right: 18px;
}

/*#section4 .owl-prev , #section4 .owl-next{
    display: block;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    color: #ccc;
    font-size: 40px;
}

#section4 .owl-prev{
    position: absolute;
    top: 25%;
}

.license_c{
    width: 222px;
    height: 300px;
    border: 1px solid #ddd;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

#section4 .owl-next{
    position: absolute;
    right:0;
    top:25%
}

#section4 .clients{
    margin: 116px 0;

    
}

*/

#section1 .license_c img{
    width: 171px;
    height: 128px;
    margin: 31px auto;
}
#section1 .home {
    display: flex;
    align-content: center;
}
#section1 .home .mouseover{
    display: none;
}
#section1 .home:hover .mouseout{
    display:none;
    transition: all .1s linear;

}
#section1 .home:hover .mouseover{
    display:block; 
    margin: 15px auto;
    font-size: 14px;
    color: #8E8E8E;
    transition: all .5s linear;
}
#section1 .home:hover .license_c{
    /*width: 280px;
    height: 380px;*/
    transform: scale(1.1);
    cursor: pointer;
    left: 960px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 18px 16px 0px rgba(235, 235, 235, 0.72);
    /*margin-top: -15px;*/
    transition: all .1s linear;

}
.owl-carousel .owl-wrapper-outer {
    
    padding: 30px 0;
}

.more :after{
    content: ">";
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: 5px;
}
.details{
    position: absolute;
    margin-top: 50%;
    color: #888;
}
.text_c .tm{
    color: #888;
}
.text_c .tn{
    color: #444;
}
/*。。。。。。。。。。。。。。。。*/
#section6 .info_list p{
    margin: 0px;
}

.marinTop39{
    margin-top: 39px;
}
.paddingRight20{
    padding-right: 22px;
}
/*.....改.......*/
.paddingLeft{
    padding-left: 24px;   
}
.paddingLeft .more{
    position: absolute;
    right: 0px;
}
/*............*/
.more{
    color:#222;
    font-size: 14px;
}
.text_01{
    color: #E7E7E7;
    font-size: 24px;
}

#section7 {
    padding-top: 120px;
    padding-bottom: 90px; 
}

#section7 h3{
    font-size: 44px;
    color:#F9B900;
    margin: -50px auto 167px auto;
}
#team-section .team-member{
    width: 354px;
    height: 211px;
    border:1px solid #EBEBEB;
    padding: 30px;
}
.header_img_c{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float:left;
    background: #ddd;
    margin-right: 20px;
}
 .bmg{
    background: url('https://www.libkr.com.hk/templates/default/static/image/index/background.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    z-index: -1;
}
.marginBo50{
    cursor: pointer;
}

/*........................................*/
/*.btn11{
    background: url(image/img.jpg) no-repeat 0 -500px;
}
*/
/*...............................................*/

.marginBo50{
    margin-left: 70px ;
}

#team-section .owl-controls{
    margin-top: 100px;
}

/*.................icon-click...................*/
.click{
    position: fixed;
    right: 20px;
    bottom: 60px;
}
   
.click{
    z-index: 20;
}
.click .icon_img:hover{
    background: #F9B900;
}
.click .icon_img{
    padding: 12px;
    width: 58px;
    height: 58px;
    background: #004285;
    border-radius: 50%;
    box-shadow: 0px 7px 12px 0px rgba(142, 142, 142, 0.5);
    display: flex;
    flex-direction: column;
    margin-top: 10px;
	display: none;
}

/*公告*/
.click .slider_gonggao{
    position: absolute;
    right: 98px;
    bottom: 6%;
}
.click .slider_gonggao .gonggao_s{
    display: none;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
}

.tant14 p ,.tant13 p{
    color: #333;
    padding: 2px 10px;
}

.icon_gonggao:hover .gonggao_s{
    display: flex;
}
.icon_gonggao:hover .triangle{
    display: block;
}

/*weixin*/
.click .slider_weixin{
    position: absolute;
    right: 98px;
    margin-top: -108px;
}
.click .slider_weixin .weixin_s{
    display: none;
    justify-content: space-around;
    align-items: center;
    padding: 6px;
    background-color: #F9B900;
}
.click .slider_weixin .weixin_s div{
    width: 20px;
}
.click .slider_weixin .weixin_s p{
    margin-top: 10px;
    color: rgba(245, 247, 250, 1);
    font-size: 14px;
    text-align: left;
    font-family: MicrosoftYaHei;
}
.triangle{
    position: absolute;
    right: -21px;
    width: 0;
    height: 0;
    border: 21.5px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color:#F9B900;
    border-right: none;
}
.icon_weixin:hover .weixin_s{
    display: flex;
}
.icon_weixin:hover .triangle{
    display: block;
}
/*客服*/
.slider_service{
    text-indent: 13px;
    font-size: 16px;
    text-align: left;
    position: absolute;
    top: 78px;
    right: 30px;
    width: 0;
    height: 58px;
    line-height: 58px;
    white-space: nowrap;
    font-size: 20px;
    background-color: #F9B900;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    color: #fff;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
.icon_service:hover .slider_service{
    width: 136px;
}
.slider_phone{
    text-indent: 13px;
    font-size: 16px;
    text-align: left;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 0;
    height: 58px;
    line-height: 58px;
    white-space: nowrap;
    font-size: 20px;
    background-color: #F9B900;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    color: #fff;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
.icon_phone:hover .slider_phone{
    width: 165px;
}

/*....................................*/
#section8{
    height: 407px;
    background-size: cover;
    background-position: center;
    background-color: #152239;  
}
#section8 .bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
#section8 .title .font38{
    color: #FFFFFF;
    letter-spacing: 5px;
    z-index: 1;
}
#section8 .title .font16{
    color: #FFFFFF;
    letter-spacing: 5px;
    margin-top: 8px;
    margin-bottom: 0;
    font-family: MicrosoftYaHeiSemi;
}
/*#section8 .license_c{
    padding:14px 0px 13px 0px;
    background-color: white;
}*/
#section8 .jiantou{
    position: absolute;
    width: 16px;
    height: 30px;
}
#section8 .jt_left{
    top: 225px;
    left: -40px;
}
#section8 .jt_right{
    top: 225px;
    right: -40px;
}
#section8 .overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(21, 34, 57, 1);
    z-index: 1;
    -webkit-mask-image:linear-gradient(to top, rgba(21, 34, 57, 1), rgba(47, 71, 107, 0.32));
}

/*tan*/
.tan{
}
.tan{
    width: 600px;
    height: auto;
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    top: 8%;
    /*margin-left: -300px;*/
    z-index: 9990;
    border: 10px solid rgba(255, 255, 255, 0.2)!important;
}
.tan12{
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}
.tant13{
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    background: #f9b900;
    height: 40px;
    line-height: 40px;
    /*border: 1px solid #e0e0e0 !important;*/
}
.tant14{
    border: 1px solid #e0e0e0 !important;
    background: #fff;
    padding: 0 2%;
    max-height: 470px;
    overflow-y:auto;
}
.tant14 p{padding: 1px 0;line-height: 20px;font-size: 14px}
.tan_p1{
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}
.tan_p{
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}
.tan_s{
    color: #f00;
    font-size: 14px;
}
.close{
    font-size:18px!important;
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    color:#fff;
    width:30px;
    height:30px;
    text-align:center;
    opacity: 1;
}
.tan_2{
    width: 1280px;
    height: auto;
    position: fixed;
    top: 15%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99999;
    /*background-color: rgba(0, 0, 0, 0.22);*/
}
.tan_21{
    position: relative;
}
.tan_21 img{
    width:100%;
}
.close2{
    font-size: 18px!important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 145px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;

}
.close2-x:hover{
    color: #ccc;
}


.tan_3{
    width: 1280px;
    height: auto;
    position: fixed;
    top: 15%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99999;
    /*background-color: rgba(0, 0, 0, 0.22);*/
}
.tan_22{
    position: relative;
}
.tan_22 img{
    width:100%;
}
.close3{
    font-size: 18px!important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 145px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;

}
.close3-x:hover{
    color: #ccc;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}
a.details.font-family3 {
    position: absolute;
    bottom: 43px;
}
#page-top #main-slide .item:first-child{
    max-height: 950px !important;

}

