*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:microsoft yahei !important;
}
/*html {*/
    /*-webkit-text-size-adjust: 100%;*/
    /*-ms-text-size-adjust: 100%*/
/*}*/
body{
    cursor:pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
}
.visible-xs{
    display: none;
}
.visible-lg{
    display: block;
}
@media(max-width:767px) {
    .visible-xs {
        display: block !important;
    }
    .visible-lg{
        display: none !important;
    }
}
@media(min-width: 768px) {
    .visible-lg{
        display: block;
    }
    .visible-xs {
        display: none !important;
    }
}
.padding10{
    padding: 10px;
}
.padding20{
    padding: 20px;
}
.padding25{
    padding: 25px;
}
.padding40{
    padding: 40px;
}
.paddingL20{
    padding-left: 20px;
}
.marin10{
    margin: 10px;
}
.marinT10{
    margin-top: 10px;
}
.marinT15{
    margin-top: 15px;
}
.marinT20{
    margin-top: 20px;
}

.marinT30{
    margin-top: 30px;
}
.marinT40{
    margin-top: 40px;
}
.marinT50{
    margin-top: 50px;
}
.marinT65{
    margin-top: 65px;
}
.marinT80{
    margin-top: 80px;
}
.marinB100{
    margin-bottom: 100px;
}

.lineHeight30{
    line-height: 30px;
}
.inlineBlock{
    display: inline-block;
}
.with50{
    width: 50%;
}
.with47{
    width: 47%;
}
.with32{
    width: 32%;
}
.with33{
    width: 33.3%;
}
.with20{
    width: 20%;
}
.with25{
    width: 25%;
}
.height120{
    height: 120px;
}
.show{
    display: block!important;
}
.hidden{
    display: none!important;
}
.clamp5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.clamp2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.clamp1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.font12{
    font-size: 12px;
}
.font14{
  font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
}
.font26{
    font-size: 26px;
}
.font32{
    font-size: 32px;
}
.font50{
    font-size: 50px;
}
.red{
    color: red;
}
.colorWhite{
    color: #ffffff;
}
.color28{
    color: #282828;
}
.color80{
    color: #808080;
}
.borderGray{
    border: 1px solid #dddddd;
}
.textIndent{
    text-indent: 30px;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.flex{
    display: flex;
}
.flex-1{
    flex: 1;
}
.flexCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexBetween{
    display: flex;
    justify-content: space-between;
}
.flexColumn{
    flex-direction: column;
}
.flex-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.relative{
    position: relative;
}
.clearBoth{
    clear: both;
}
.textCenter{
    text-align: center;
}
.container{
    margin-top: 80px;
}
.main{
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

/*************/
header{
    position: fixed;
    width: 100%;
    /*height: 81px;*/
    z-index: 90000;
    top: 0;
    background-color: #ffffff;
}
.navbar{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    /*height: 80px;*/
    align-items: center;
    -webkit-box-align:center;
}
@media(max-width:767px) {
    header{
        border: none!important;
    }
    .navbar{
        justify-content: space-between;
        padding-left: 20px;
    }
    .container{
        margin-top: 60px;
    }
}
.navbar .navbar-nav{
    display: flex;
    align-items: center;
    justify-content:space-between ;
    flex:1;
}
.navbar .navbar-control{
    background-color: #3084D8;
    height: 61px;
    line-height: 61px;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.navbar .navbar-control img{
    width: 30px;
    height: 30px;
}
.layui-nav{
    background-color: #ffffff!important;
    white-space: nowrap;
}
.layui-nav .layui-nav-item{
    line-height: 80px;
}
.layui-nav .layui-nav-item a{
    font-size: 16px;
    color: #282828;
}
.layui-nav .layui-nav-item a:hover{
    color: #3084D8;
}
.layui-nav .layui-this a{
    color: #3084D8;
}
.layui-nav .layui-this:after ,.layui-nav-bar{
    background-color: #3084D8;
    top: 0;
    height: 6px;
}
.layui-nav .layui-nav-bar{
    top: 0 !important;
}
.navbar .nav-tel{
    font-size: 22px;
    color: #3084D8;
    padding-left: 40px;
    background: url(/page/img/icon_tel.png) 5px 5px no-repeat;
}
.navbar-child{
    width:100%;
    position: absolute;
    background-color: #000000;
    display: none;
    z-index: 1200;
}
.navbar-child .navbar-child-dl{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.navbar-child .navbar-child-dl dd{
    display: inline-block;
}
.navbar-child .navbar-child-dl a{
    color: #ffffff;
    padding: 20px;
    display: block;
}
.navbar-child .navbar-child-dl a:hover{
    color: #3084D8;
    border-bottom: 3px solid #3084D8;
}
.navbar-xs{
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
    filter:Alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    /*opacity: 0.5;*/
    *zoom:1;
}
.navbar-nav-xs{
    width: 70%;
    background-color: #fff;
    height: 100%;
    float: right;
    position: relative;
}
.navbar-nav-xs .navbar-nav-item{
    border-bottom: 1px solid #dddddd;
    position: relative;
    display: block;
    width: 100%;
    *zoom: 1;
    vertical-align: middle;
    line-height: 60px;
}
.navbar-nav-xs .navbar-nav-item dd{
    border-bottom: 1px solid #dddddd
}
.navbar-nav-xs .navbar-nav-item dd:last-child{
    border: none;
}
.navbar-nav-xs .navbar-nav-item.active span{
    color:#3084D8 ;
}
.navbar-nav-xs .navbar-nav-item a{
    height: 60px;
    line-height: 60px;
    /*display: block;*/
    padding: 0 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #282828;
}
.navbar-nav-xs .navbar-nav-child {
    display: none;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    border-top: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
}

/***************/

.icon{
    width: 53px;
    height: 59px;
}
.icon-box{
    background: url("/page/img/icon_box.png") no-repeat;
    background-size: 53px 59px;
}
.icon-book{
    background: url("/page/img/icon_book.png") no-repeat;
    background-size: 53px 59px;
}
.icon-eye{
    background: url("/page/img/icon_eye.png") no-repeat;
    background-size: 53px 59px;
}
.icon-show{
    background: url("/page/img/icon_show.png") no-repeat;
    background-size: 53px 59px;
}
.icon-ok{
    background: url("/page/img/icon_ok.png") no-repeat;
    background-size: 53px 59px;
}
.icon-start{
    background: url("/page/img/icon_start.png") no-repeat;
    background-size: 53px 59px;
}
.icon-set{
    background: url("/page/img/icon_set.png") no-repeat;
    background-size: 53px 59px;
}
.icon-person{
    background: url("/page/img/icon_person.png") no-repeat;
    background-size: 53px 59px;
}
.icon-ratio{
    background: url("/page/img/icon_ratio.png") no-repeat;
    background-size: 53px 59px;
}
.icon-block{
    background: url("/page/img/icon_block.png") no-repeat;
    background-size: 53px 59px;
}
.icon-start-2{
    background: url("/page/img/icon_start_2.png") no-repeat;
    background-size: 53px 59px;
}
.icon-start-3{
    background: url("/page/img/icon_start_3.png") no-repeat;
    background-size: 53px 59px;
}
.icon-zhi{
    background: url("/page/img/icon_zhi.png") no-repeat;
    background-size: 53px 59px;
}
.icon-set-2{
    background: url("/page/img/icon_set_2.png") no-repeat;
    background-size: 53px 59px;
}
.icon-set-3{
    background: url("/page/img/icon_set_3.png") no-repeat;
    background-size: 53px 59px;
}
.icon-link{
    background: url("/page/img/icon_link.png") no-repeat;
    background-size: 53px 59px;
}
.icon-info{
    background: url("/page/img/icon_info.png") no-repeat;
    background-size: 53px 59px;
}
.icon-camera{
    background: url("/page/img/icon_camera.png") no-repeat;
    background-size: 53px 59px;
}

.icon-ren{
    background: url("/page/img/icon_ren.png") no-repeat;
    background-size: 53px 59px;
}
.icon-wu{
    background: url("/page/img/icon_wu.png") no-repeat;
    background-size: 53px 59px;
}
.icon-shi{
    background: url("/page/img/icon_shi.png") no-repeat;
    background-size: 53px 59px;
}

.icon-five-start{
    background: url("/page/img/icon_five_start.png") no-repeat;
    background-size: 53px 59px;
}
.icon-right{
    background: url("/page/img/icon_right.png") no-repeat;
    background-size: 53px 59px;
}
.icon-yuan{
    background: url("/page/img/icon_yuan.png") no-repeat;
    background-size: 53px 59px;
}

.icon-message{
    background: url("/page/img/icon_message.png") no-repeat;
    background-size: 53px 59px;
}
.icon-eye-2{
    background: url("/page/img/icon_eye_2.png") no-repeat;
    background-size: 53px 59px;
}
.icon-liuc{
    background: url("/page/img/icon_liuc.png") no-repeat;
    background-size: 53px 59px;
}
.icon-zhan{
    background: url("/page/img/icon_zhan.png") no-repeat;
    background-size: 53px 59px;
}
.icon-guan{
    background: url("/page/img/icon_guan.png") no-repeat;
    background-size: 53px 59px;
}

footer{
    background-color: #2e3033;
    /*height: 350px;*/
}
.foot{
    display: flex;
    justify-content: space-between;
    padding: 40px;
    /*height: 300px;*/
}
.foot span{
    display: block;
    font-size: 16px;
    color: #ffffff;
}
.foot li{
    font-size: 12px;
    color: #999999;
}
.foot ul{
    margin-top: 25px;
}
.foot a{
    color: #999999;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
}
footer .copy>a{
    line-height: 25px;
    text-align: center;
    font-size: 10px;
    color: #666666;
    padding: 20px 30px;
    display: block;
}
.foot .tel{
    font-size: 22px;
    color: #3084D8;
    padding-left: 30px;
    background: url(/page/img/icon_tel_bule.png) 5px 5px no-repeat;
}
.foot .time{
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}
@media(max-width:767px) {
    .foot_main{
        flex-direction: column;
    }
    .foot_menu{
        border-bottom: 1px solid #666666;
    }
    .foot_link{
        justify-content: center;
    }
    .foot{
        padding: 20px 10px;
    }
    .foot a{
        font-size: 14px;
    }
}


/***************/
.line{
    position: relative;
}
.line:after{
    position: absolute;
    content: "";
    height: 4px;
    width: 80px;
    background-color: #3084DB;
    bottom: -20px;
    left: 0;
}
.li-shadow  li:hover{
    box-shadow: 2px 2px 10px 2px #ddd;
    -moz-box-shadow: 2px 2px 10px 2px #ddd;
    -webkit-box-shadow: 2px 2px 10px 2px #ddd;
}
