
.n-banner {
    height: 500px;
    background-size: cover;
}
.focus {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    text-align: left;
    width: 1200px;
    line-height: 1.3;
}
.focus .title {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 6px;
    text-shadow: 0px 3px 2rem rgba(0, 0, 0, 0.2);
}

.focus .desc {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 0px 3px 0.9rem rgba(0, 0, 0, 0.35);
    padding: 30px 0 50px;
}
.focus .btn,
.focus a.btn {
    padding: 10px 20px 10px 28px;
    background: #ff6800;
    border-radius: 24px;
    display: inline-block;
}
.focus .btn .btn-text {
    float: left;
    margin-right: 18px;
    line-height: 30px;
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.more-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.more-icon i {
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 5px);
    transform: rotate(135deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #ff6800;
    border-left: 1px solid #ff6800;
}
/* 右侧咨询栏 */

#consult_toolbar {
    position: fixed;
    right: 0px;
    top: 250px;
    z-index: 1020;
}

#consult_toolbar .line {
    width: 10px;
    height: 1px;
    background: #e7e7e7;
    margin: 0 auto;
}

#consult_toolbar .toolbarbox {
    width: 52px;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 0px 12px #f3f3f3;
    color: #ffffff;
    text-align: center;
}

#consult_toolbar .toolbarbox img {
    display: block;
    padding: 17px 0 20px;
    margin: 0 auto;
}

#consult_toolbar .toolbarbox .msg {
    display: none;
}

#consult_toolbar .toolbarbox .chat {
    position: relative;
    cursor: pointer;
}

#consult_toolbar .toolbarbox .chat img {
    padding-bottom: 10px;
}

#consult_toolbar .toolbarbox .chat .chat_msg {
    position: absolute;
    right: 100%;
    top: 14px;
    width: 215px;
    height: 40px;
    margin-right: 20px;
    line-height: 40px;
    border-radius: 5px;
    background: #ff6800 url(../images/chat_light.gif) no-repeat center;
}

#consult_toolbar .toolbarbox .chat .chat_msg p {
    font-size: 16px;
}

#consult_toolbar .toolbarbox .chat .chat_msg p:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 100%;
    display: block;
    border: 8px solid transparent;
    border-left: 8px solid #ff6800;
}

#consult_toolbar .toolbarbox .mobile {
    position: relative;
    cursor: pointer;
}

#consult_toolbar .toolbarbox .mobile .msg {
    position: absolute;
    right: 100%;
    top: 9px;
    width: 187px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    background: url(../images/tel_msg.png) no-repeat;
}

#consult_toolbar .toolbarbox .go {
    position: relative;
    cursor: pointer;
}

#consult_toolbar .toolbarbox .go .msg {
    position: absolute;
    right: 100%;
    top: 7px;
    width: 77px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    background: url(../images/top_msg.png) no-repeat;
}
/* 底部 */
.footer {
    background-color: #252525;
}
.footer .fl {
    float: left;
}
.footer .fr {
    float: right;
}
.footer .wrapper {
    width: 1430px;
    margin: auto;
}
.footer .foot-det {
    text-align: justify;
    line-height: 0;
}

.footer .foot-cont {
    padding: 50px 0 0;
    color: #a9a9a9;
    border-bottom: 1px solid #303233;
}

.footer .foot-copy {
    padding: 19px 0;
    font-size: 12px;
    line-height: 33px;
    color: #999;
}

.foot-tit {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 16px 2px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #303233;
}

.foot-block {
    margin: 0 0 45px 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1.8;
}
.foot-one {
    width: 40%;
    padding-right: 80px;
    box-sizing: border-box;
}
.foot-second {
    width: 40%;
    padding-right: 80px;
    box-sizing: border-box;
}
.foot-three {
    width: 20%;
}
.ftd-cont .item {
    padding-top: 13px;
    line-height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.ftd-cont .item em {
    font-style: normal;
}
.ftd-cont .item .iconfont {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #bababa;
    background-color: #282828;
}
.ftd-cont .item img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.zxzx_box {
    padding-bottom: 10px;
}
.zxzx_box .item {
    float: left;
    padding: 15px 0px 10px 60px;
    color: #eee;
    font-size: 12px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.zxzx_box .item span {
    position: absolute;
    left: 0px;
    top: 15px;
}
.zxzx_box .item a {
    float: left;
    text-align: left;
}
.zxzx_box .item a.border_abtn {
    padding: 1px 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-left: 20px;
    font-size: 10px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
}
.zxzx_box .item a.border_abtn .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.zxzx_box .item a.border_abtn .share_item {
    display: none;
    position: absolute;
    top: -30px;
    right: -160px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 9;
    border-radius: 10px;
    color: #666;
}
.zxzx_box .item a.border_abtn:hover .share_item {
    display: block;
}
.share_item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}
.contactView {
    width: 200px;
    padding: 10px 10px;
    padding-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 10001;
    position: fixed;
    bottom: 50px;
    right: 20px;
    text-align: center;
    box-shadow: 0 10px 26px 0 rgb(35 111 251 / 12%);
    border-radius: 5px;
}
.contactView .qrcode img {
    width: 100%;
}
.contactView .wtext {
    font-size: 15px;
    font-weight: bolder;
    color: #000;
}
.contactView .wechat {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contactView .contactlist .ct {
    font-size: 15px;
}
.contactView .contactlist ul li .cc {
    font-size: 18px;
    font-weight: bolder;
    color: #236efb;
    font-family: 'Arail';
}
