*{
    /*box-sizing: border-box;*/
    transition: all .3s;
}
.container{
    /*margin: 0 auto;*/
    width: 100%;
}
.d-flex {
    display: flex;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
}
.d-flex-center{
    display: flex;
    justify-content: center;
}
.align-c{
    align-items: center;
}
.align-end{
    align-items: flex-end;
}
.flex-wrap{
    flex-wrap: wrap;
}
.limit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limit-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.limit-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
    display: flex;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.split-line-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 45px;
}
.split-line-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 31px;
}

.wapon{
    display: none !important;}
.fix_form {
    display: none;

}
.nc-container #nc_1_wrapper{
    width: 100% !important;
}
.nc-container #nc_2_wrapper{
    width: 100% !important;
}
.nc-container #nc_3_wrapper{
    width: 100% !important;
}
.nc-container .nc_scale span{
    height: 100% !important;
}
.fix_input {
    position: fixed;
    left: 0px;
    top: 50px;
    z-index: 89;
    background-color: rgba(61,87,110,.5);
}
.search {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 8px 0;
}
.search_input_box {
    width: 93%;
    height: 35px;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.search_input_box input {
    width: 76%;
    height: 97%;
    float: left;
    border: 0;
    outline: none;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    resize: none;
    line-height: 20px;
    font-size: 12px;
}
.submit {
    width: 44px;
    height: 36px;
    right: 20px;
    bottom: 8px;
    padding-top: 4px;
    position: absolute;
    opacity: 0;
}
.search_input_box {
    width: 86.67%;
    height: 100%;
    padding: 0 10px;
    border-radius: 5px;
    margin: 0 auto;
    background: #fff url(../img/77.jpg) no-repeat center right 10px;
    background-size: 15px 15px;
}
.cont_flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.mask_left{
    width: 81.07%;
    height: 100%;
    position: fixed;
    right:-81.07%;
    top:0px;
    z-index: 1000;
    background: #fff;
}
.mask_top{
    height: 55px;
    line-height: 55px;
    padding:0 15px;
    border:1px solid #dddddd;
    z-index:1000;
}
.mask_lr_icon{
    display:inline-block;
    margin-right:10px;
}
.mask_lr_icon img{
    width: 25px;
}
.mask_login_register a{
    display: inline-block;
    font-size:12px;
}
.english_chinese{
    width: 90px;
    height: 30px;
    font-size:0px;
    line-height: 0px;
    border-radius: 5px;
    margin-left:25px;
    margin-top:12px;
    border:1px solid #ddd;
}
.english_chinese a{
    display:inline-block;
    width: 44px;
    height: 29px;
    line-height: 30px;
    text-align: center;
    font-size:12px;
    color:#898989;

}
.english_chinese a.on{
    color:#fff;
    font-size:12px;
    background-color: #FFA200;/*#41577c;*/
    border-radius: 5px;
}
.mask_close img{
    width: 15px;
}
.mask_nav{
    height: 48px;
    /*line-height: 48px;*/
    width: 100%;
    border-bottom:1px solid #ddd;
}
.mask_nav a{
    text-align: center;
    margin: 0 7px;
    font-size: 13px;
}
.mask_nav a.on{
    color: #FFA200;/*#41577c;*/
    border-bottom: 1px solid #FFA200;/*#41577c;*/
}
.mask_main{
    padding:0 15px;
}
.mask_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom:1px solid #dddddd;
}
.mask_item_left{
    font-size:12px;
    color:#363636;
}
.mask_item_right img{
    width: 8px;
}
.mask_item_right{
    font-size: 14px;
    color: gray;
}
.cont_flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

/***********************左侧联系我们菜单**************************/
.floor-menu{
    position: fixed;
    z-index: 3;
    right: 0;
    top: 400px;
    border: 1px solid #ddd;
    transition: all .5s;
}
.floor-menu li:hover {
    background-color: #ffb700;

}
.floor-menu li:hover a span{
    color:#fff !important;
}

.floor-menu li a span:hover{
    color:#fff !important;
}
.floor-menu li {
    background-color: #fff;
    border-bottom: 2px solid #f4f4f4;
    list-style: none;
}
.floor-menu li a {
    padding: 10px;
    display: block;
}
.floor-menu li.active a span {
    color: #ffb700;
}
.floor-menu li a span {
    text-align: center;
    display: block;
    color: #2d2d2d;
    width: 68px;
    height: 38px;
    line-height: 20px;
    font-size: 14px;
}
.QRCodeInSidebar {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: all .3s;
    right: 89px;
    top: -1px;
}

.QRCodeInSidebar1 {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: all .3s;
    right: 79px;
    top: 240px;
}
.QRCodeInSidebar2 {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: all .3s;
    right: 89px;
    top: -1px;
}
.wechat1 {
    /*background-image: url(/static/lamp/images/upload/qywx.png);*/
}
.wechat2 {
    background-image: url(../img/lianxiwomen.png);
}
.wechat3 {
    background-image: url(../img/chaton.png);
}
.wechat1, .wechat2, .wechat3 {
    width: 120px;
    height: 120px;
    background-size: cover;
    display: inline-block;
}


.upload-text-hit {
    font-size: 14px;
    margin-top: 10px;
    color: #4C6494;
    line-height: 1.2em;
}

.d-dialog .d-title {
    background: none;
    border: none;
    text-align: center;
    line-height: 40px;
}



@media (max-width: 1200px) {
    .split-line-4{
        grid-gap: 20px;
    }
}


@media (max-width: 992px) {
    .wapon{
        display: block !important;}
    .floor-menu{
        display: none;
    }
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1540px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1660px){
    .floor-menu{
        right: calc(50% - 830px);
    }
}

