body {
    font-family: '微软雅黑', 'Regular', 'Arial' !important;
    word-break: break-all;
    color: #333333;
}

a {
    color: #1d274e;
    /* display: block; */
}

.rt {
    float: right;
}

.lf {
    float: left;
}

.clearfix::before,
.clearfix::after {
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.vc {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.oneLine {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twoLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.thirdLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.scale .vc {
    transition: all 0.6s;
}

.scale:hover .vc {
    transform: scale(1.1);
}

.red {
    color: #ff3900;
}

.pt_94px {
    padding-top: 94px;
}

.pb_94px {
    padding-bottom: 20px;
}

/* header start */
.header {
    z-index: 999;
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    width: 100%;
    top: 0;
    transition: all .5s;
    height: 90px;
}

.headerFixed {
    background: rgba(0, 0, 0, 0.32);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
    left: 0;
}

/* footer start */
footer {
    margin-top: 80px;
}

.ft_top {
    background: #232222;
    padding: 40px 0;
}

.ft_top .ft_top_lf {
    width: 50%;
}

.ft_top_lf .tel_txt {
    width: 60%;
    float: left;
}

.ft_top_lf img {
    float: left;
    margin-right: 14px;
}

.ft_top_lf .tel_txt span {
    color: #ffffff;
    display: block;
}

.tel_txt .big_tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.tel_txt .small_tit {
    font-size: 14px;
}

.ft_top_rt {
    width: 50%;
}

.ft_top_rt .ft_list_1 {
    float: right;
    margin-right: 43px;
}

.ft_list_1 span,
.ft_list_1 a {
    display: block;
    color: #ffffff;
}

.ft_list_1 a {
    font-size: 12px;
    color: #cccccc;
    line-height: 22px;
}

.ft_list_1 span {
    margin-bottom: 2px;
}

.ft_top_rt .ft_list_1:nth-of-type(1) {
    margin-right: 0;
}

.ft_bom {
    height: 60px;
    background: #000000;
}

.ft_bom .ft_copy {
    margin-top: 24px;
}

.ft_bom .ft_copy p {
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.navUserBtn {
    display: inline-block;
    font-size: 12px;
    margin: auto;
    width: 36px;
    height: 36px;
    background: url(../images/icon/member.png) no-repeat center;
    background-size: 24px;
    vertical-align: middle;
}

.navPhoneCtrl {
    position: absolute;
    right: 0px;
    padding: 25px 0 0 0;
    display: none;
}

.navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    float: right;
    z-index: 11;
    margin: auto;
    height: 36px;
    text-align: right;
}

.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #e05a3f;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 20px;
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
}

#menu {
    z-index: 1000;
}

#menu .btns {
    padding: 10px 10px;
    overflow: hidden;
}

#menu .btns>span {
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
}

#menu .btns a {
    display: block;
    border: 1px #ccc solid;
    text-align: center;
    line-height: 32px;
    color: #333;
}

#menu ul li ul a {
    color: #333;
}

@media screen and (max-width: 1023px) {
    .navPhoneCtrl {
        display: block;
    }

    .menu_list,
    .logReg_btn {
        display: none;
    }
}

/* 分页 */
.page {
    text-align: center;
    font-size: 0;
    padding: 20px 0;
}

.page a,
.page span {
    color: #666666;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    min-width: 30px;
    line-height: 28px;
    height: 30px;
    margin: 0 7px;
    padding: 0 8px;
    vertical-align: middle;
    transition: all 0.5s;
    box-sizing: border-box;
    background: #f8fbff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.page span.cur,
.page a:hover,
.page a.cur {
    background: #4f4dff;
    color: #fff;
}

.page .prev,
.page .next {
    border: solid 1px #e2e6eb;
    background: none;
}

.page .totalNum,
.page .goNum {
    background: none;
    color: #666666;
    font-size: 12px;
}

.goNum input {
    width: 38px;
    height: 28px;
    border: solid 1px #e2e6eb;
    margin: 0 3px;
}

/* 导航下拉 */
/* .menu_list .childPro {
    transition: all 0.6s;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    position: absolute;
    border-radius: 5px;
    left:50%;
    opacity: 0;
    margin-left: -210px;
}

.menu_list .childPro a {
    font-size: 14px;
    transition: all 0.6s;
    line-height: 36px;
    height: 0px;
    overflow: hidden;
}

.menu_list .childPro a:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.menu_list li:hover .childPro {
    opacity: 1;
}

.menu_list li:hover .childPro a {
    height: 36px;
}

.menu_list .childPro a:hover {
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding-left: 15px;
} */

.menu_list li:hover .child {
    z-index: 1;
    display: block \9;
    visibility: visible;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 10px
}

.menu_list li:hover .child a {
    height: 40px
}

.menu_list .child {
    font-size: 16px;
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -210px;
    z-index: -1;
    top: 80px;
    display: none \9;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all .5s;
}

.menu_list .child .box {
    background: #000 \9;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    position: relative;
    border-radius: 5px
}

.menu_list .child a {
    padding: 0 5px;
    display: block;
    color: #cfcfcf;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    line-height: 38px;
    height: 0;
    transition: .5s height cubic-bezier(.73, .32, .34, 1.5), .5s background, .5s padding-left
}

.menu_list .child a:hover {
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 15px
}