.layui-layer-btn .layui-layer-btn0 {
    border-color: #ea3524 !important;
    background-color: #ea3524 !important;
    color: #fff !important;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.c333 {
    color: #333;
}

.c666 {
    color: #666;
}

.c999 {
    color: #999;
}

.c-white {
    color: #fff;
}


.pos-a {
    position: absolute;
}

.pos-f {
    position: fixed;
}

.pos-r {
    position: relative;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.margin25 {
    margin: 25px;
}

.margin30 {
    margin: 30px;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t25 {
    margin-top: 25px;
}

.m-t30 {
    margin-top: 30px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom25 {
    margin-bottom: 25px;
}

.bottom30 {
    margin-bottom: 30px;
}

.m-l5 {
    margin-left: 5px;
}

.m-l10 {
    margin-left: 10px;
}

.m-l15 {
    margin-left: 15px;
}

.m-l20 {
    margin-left: 20px;
}

.m-l25 {
    margin-left: 25px;
}

.m-l30 {
    margin-left: 30px;
}

.m-r5 {
    margin-right: 5px;
}

.m-r10 {
    margin-right: 10px;
}

.m-r15 {
    margin-right: 15px;
}

.m-r20 {
    margin-right: 20px;
}

.m-r25 {
    margin-right: 25px;
}

.m-r30 {
    margin-right: 30px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding25 {
    padding: 25px;
}

.padding30 {
    padding: 30px;
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t25 {
    padding-top: 25px;
}

.p-t30 {
    padding-top: 30px;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b25 {
    padding-bottom: 25px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-l5 {
    padding-left: 5px;
}

.p-l10 {
    padding-left: 10px;
}

.p-l15 {
    padding-left: 15px;
}

.p-l20 {
    padding-left: 20px;
}

.p-l25 {
    padding-left: 25px;
}

.p-l30 {
    padding-left: 30px;
}

.p-r5 {
    padding-right: 5px;
}

.p-r10 {
    padding-right: 10px;
}

.p-r15 {
    padding-right: 15px;
}

.p-r20 {
    padding-right: 20px;
}

.p-r25 {
    padding-right: 25px;
}

.p-r30 {
    padding-right: 30px;
}

.border-n {
    border: none !important;
}

input.focusin,
select.focusin,
textarea.focusin {
    border: 1px solid #ea3524 !important;
    outline: none;
}

input.hover,
select.hover,
textarea.hover {
    border: 1px solid #ea3524 !important;
    outline: none;
}

.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 998;
    display: none;
}

input[type='radio'].radio {
    opacity: 0;
    filter: Alpha(opacity=0);
    display: inline-block;
    height: 20px;
}

label.radio {
    background: url() no-repeat;
    background-size: 12px 12px;
    background-position: left center;
    height: 20px;
    padding-left: 20px;
}

input[type='radio'].radio:checked+.radio {
    background: url() no-repeat;
    background-size: 12px 12px;
    background-position: left center;
}

.layui-layer-hui div {
    color: #fff;
}

.no-list-data-tip {
    text-align: center;
    color: #666;
    height: 100px;
    line-height: 100px;
}

.border-red {
    border: 1px solid red
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px rgba(234, 53, 36, .05);
    -moz-box-shadow: 0 0 10px rgba(234, 53, 36, .05);
    box-shadow: 0 0 10px rgba(234, 53, 36, .05);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
}

select.placeholder {
    color: #666;
}

.hot_star {
    color: #EA3524;
    margin-right: 5px;
}

#newBridge .icon-right-center {
    right: 9px !important;
    top: 50%;
    left: auto;
    bottom: auto;
    margin: -174px 0 0 0 !important;
}

#newBridge .nb-icon-base .nb-icon-inner-wrap {
    border-radius: 0 !important;
}

.nb-icon-inner-wrap {
    border: 1px solid #ddd !important;
    height: 70px !important;
    width: 72px !important;
    background-position-x: 3px !important;
}

.fixed-kefu-window {
    width: 72px;
    height: 280px;
    position: fixed;
    top: 50%;
    margin-top: -140px;
    z-index: 999;
    right: 0;
}

.fixed-kefu-window .fixed-kefu-inner {
    position: relative;
    width: 100%;
    height: auto;
}

.fixed-kefu-window ul {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: auto;
    border-right: none;
    overflow: hidden;
}

.fixed-kefu-window ul li:nth-child(1) {
    border-top-left-radius: 5px;
}

.fixed-kefu-window ul li {
    width: 72px;
    height: 69px;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: none;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    background: #fff;
    list-style: none;
}

.fixed-kefu-window ul li:last-child {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 5px;
}

.fixed-kefu-window ul li a {
    color: #333;
    text-decoration: none;
}

.fixed-kefu-window ul li:hover {
    background: #ff4700;
    color: #fff;
}

.fixed-kefu-window ul li:hover a {
    color: #fff;
}

.fixed-kefu-window ul li:hover span {
    color: #fff !important;
}

.fixed-kefu-window ul li span {
    font-size: 12px;
}

.fixed-kefu-window ul li i {
    width: 40px;
    height: 44px;
    display: block;
    margin-left: 16px;
    background-size: 40px 44px !important;
}

.fixed-kefu-window ul li.back-top {
    padding-top: 12px;
    height: 53px;
}

.fixed-kefu-window ul li.phone {
    position: relative;
}

.fixed-kefu-window ul li.phone:hover {
    border-left: none;
}

.fixed-kefu-window .phone-zk-con {
    position: absolute;
    z-index: 1;
    width: 215px;
    height: 69px;
    line-height: 69px;
    top: 71px;
    right: 0;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    display: none;
}

.fixed-kefu-window .phone-zk {
    position: relative;
    z-index: 1;
    width: 143px;
    height: 69px;
    line-height: 69px;
    background: #ff4700;
    right: -145px;
    color: #fff;
    font-size: 14px;
}

.fixed-kefu-window .phone-zk b {
    float: left;
    font-weight: normal;
}

.fixed-kefu-window .phone-zk em {
    width: 40px;
    height: 38px;
    display: block;
    background: url() no-repeat center;
    margin-top: 16px;
    float: left;
}

.fixed-kefu-window ul li.kefu i {
    background: url(/public/images/common/right-bar/service.png) no-repeat center;
}

.fixed-kefu-window ul li.phone i {
    background: url(/public/images/common/right-bar/phone.png) no-repeat center;
}

.fixed-kefu-window ul li.back-top i {
    background: url(/public/images/common/right-bar/top.png) no-repeat center;
}

.fixed-kefu-window ul li.yijian i {
    background: url(/public/images/common/right-bar/feedback.png) no-repeat center;
}

.fixed-kefu-window ul li.kefu:hover i {
    background: url(/public/images/common/right-bar/servicefocus.png) no-repeat center;
}

.fixed-kefu-window ul li.phone:hover i {
    background: url(/public/images/common/right-bar/phonefocus.png) no-repeat center;
}

.fixed-kefu-window ul li.back-top:hover i {
    background: url(/public/images/common/right-bar/topfocus.png) no-repeat center;
}

.fixed-kefu-window ul li.yijian:hover i {
    background: url(/public/images/common/right-bar/feedbackfocus.png) no-repeat center;
}

.fixed-kefu-window .liuyan-pane {
    position: absolute;
    width: 239px;
    height: 167px;
    border: 1px solid #ddd;
    right: 74px;
    top: 140px;
    font-size: 14px;
    color: #333;
    display: none;
    background: #fff;
}

.fixed-kefu-window .liuyan-pane .tw-phone {
    margin-top: 14px;
}

.fixed-kefu-window .liuyan-pane .tw-phone input {
    width: 142px;
    height: 23px;
    border: 1px solid #ddd;
    outline: none;
    padding-left: 5px;
    font-size: 12px;
}

.fixed-kefu-window .liuyan-pane span {
    width: 70px;
    height: 23px;
    text-align: right;
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 12px;
}

.fixed-kefu-window .liuyan-pane .tw-des {
    margin-top: 15px;
}

.fixed-kefu-window .liuyan-pane .tw-des textarea {
    width: 142px;
    height: 70px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    padding-left: 5px;
    font-size: 12px;
    padding-top: 3px;
    font-family: "Microsoft Yahei";
}

.fixed-kefu-window .liuyan-pane .btn {
    width: 64px;
    height: 28px;
    background: #f00;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-left: 75px;
    margin-top: 5px;
}


.head_top_con {
    width: 100%;
    height: 35px;
    background: #fafafa;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.head_top_con .top_inner {
    width: 1200px;
    height: 34px;
    background-color: #fafafa;
    margin: 0 auto;
    line-height: 35px;
}

.head_top_con .top_inner .service {
    width: 400px;
    height: 100%;
    float: left;
    font-size: 12px;
    color: #333;
}

.head_top_con .top_inner .service>img {
    width: 34px;
    height: 27px;
    float: left;
    margin-top: 4px;
}

.head_top_con .top_inner .nav {
    width: 700px;
    height: 100%;
    float: right;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.head_top_con .top_inner .nav .free-reg {
    color: #ea3524;
}

.head_top_con .top_inner .nav span {
    float: right;
    margin-right: 15px;
    color: #333;
    font-size: 12px;
}

.head_top_con .top_inner .nav a {
    float: right;
    margin-right: 15px;
    color: #333;
    font-size: 12px;
}

.head_top_con .top_inner .nav a:hover {
    color: #EA3524;
}

.head_top_con .top_inner .nav a.name {
    color: #333;
    cursor: default;
}


.nav-wrap {
    width: 100%;
    height: 101px;
    background: #fff;
}

.nav-wrap .nav {
    width: 1200px;
    height: 101px;
    margin: 0 auto;
}

.nav-wrap .nav img {
    width: 121px;
    height: 75px;
    margin-top: 13px;
    float: left;
}

.nav-wrap .nav .slogan {
    display: block;
    float: left;
    font-size: 16px;
    color: #c40000;
    margin-left: 10px;
    line-height: 101px;
}

.nav-wrap .nav span.vertical {
    display: inline-block;
    height: 50px;
    width: 127px;
    background: url(../../resource/website/img/comm/sx_logo_2018.png) no-repeat;
    position: relative;
    top: 25px;
    left: 0;
}

.nav-wrap .nav .nav-right {
    float: right;
}

.nav-wrap .nav .nav-right li {
    float: left;
    height: 98px;
}

.nav-wrap .nav .nav-right li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    line-height: 98px;
    text-align: center;
    box-sizing: border-box;
}

.nav-wrap .nav .nav-right li.active a {
    color: red;
}

.nav-wrap .nav .active {
    border-bottom: 3px solid red;
}

.nav-wrap .nav .nav-right .nav-ljxd {
    position: relative;
}

.nav-wrap .nav .nav-right .nav-ljxd i {
    position: absolute;
    width: 32px;
    height: 22px;
    display: block;
    background: url(../../resource/website/img/home/sp_new.png) no-repeat;
    top: 39px;
    right: -16px;
}


.wrap-us {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
}

.wrap-us .us {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
}

.wrap-us .us .left {
    width: auto;
    float: left;
    height: 160px;
    position: relative;
}

.wrap-us .us .left ul {
    float: left;
    padding: 40px 40px 0;
}

.wrap-us .us .left ul li a {
    color: #999999;
    line-height: 26px;
    font-size: 14px;
    position: relative;
    left: 10px;
}

.wrap-us .us .left ul li .one {
    font-size: 20px;
    color: #333;
    line-height: 34px;
    position: relative;
    left: 0px;
    cursor: text;
}

.wrap-us .us .left .one-line {
    position: absolute;
    width: 1px;
    height: 130px;
    background: #ddd;
    top: 40px;
    left: 160px;
}

.wrap-us .us .right {
    width: 220px;
    float: right;
    height: 120px;
    padding-top: 40px;
}

.wrap-us .us .right img {
    position: relative;
}

.wrap-us .us .right div img {
    width: 18px;
    height: 15px;
    top: 1px;
}

.wrap-us .us .right em img {
    width: 20px;
    height: 20px;
    top: 5px;
}

.wrap-us .us .right div {
    font-size: 16px;
    line-height: 26px;
}

.wrap-us .us .right p {
    margin-top: 5px;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
}

.wrap-us .us .right span a {
    font-size: 14px;
    color: #999999;
}

.wrap-us .us .middle {
    float: left;
    position: relative;
}

.wrap-us .us .middle dt,
.wrap-us .us .middle dd {
    float: left;
}

.wrap-us .us .middle dd {
    margin-left: 10px;
}

.wrap-us .us .middle dd div {
    padding-top: 18px;
    line-height: 30px;
    font-size: 16px;
}

.wrap-us .us .middle dl {
    padding: 42px 15px 0 0;
}

.wrap-us .us .middle img {
    width: 115px;
    height: 115px;
}

.wrap-us .us .middle p {
    width: 190px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.wrap-us .friend-links {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.wrap-us .friend-links ul {
    margin-left: 48px;
    margin-top: 15px;
}

.wrap-us .friend-links ul li {
    float: left;
    color: #999;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    padding: 0 8px;
    border-right: 1px solid #999;
    margin-bottom: 10px;
}

.wrap-us .friend-links ul li a {
    color: #999;
    line-height: 16px;
    font-size: 14px;
}

.friend-links ul li a:hover {
    color: #ea3524;
}

.wrap-footer {
    width: 100%;
    background: #FFF;
    overflow: hidden;
}

.wrap-footer .footer {
    width: 1200px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #dddddd;
    padding-top: 15px;
    margin-top: 15px;
    color: #999;
    box-sizing: border-box;
    font-size: 16px;
}

.wrap-footer .footer a {
    color: #999;
    font-size: 16px;
}

.jqTooltipMsg {
    border: 1px solid #FF7E72;
    font-size: 13px;

    padding: 5px 10px;
    position: absolute;
    z-index: 2000;
    text-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.header1{
    width: 100%;
    height: 80px;
    background: #FFF;
    min-width: 1200px;
    line-height: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.header-wrap .user-head .login-success-state a {
    opacity: 1;
}



.header-wrap {
    width: 100%;
    height: 80px;
    background: #fff;
    /* position: fixed; */
    /* z-index: 10; */
    /* top: 0; */
}

.header-wrap a {
    color: #181818;
    opacity: 0.7;
    
}

.header-wrap .title {
    color: #fff;
    vertical-align: top;
    font-size: 16px;
    border-left: 1px solid #666;
    padding-left: 15px;
}

.header-wrap a:hover {
    opacity: 1;
}

.header-wrap .logo {
    position: relative;
    height: 80px;
    left: 28px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-wrap .logo>a {
    opacity: 1;
}

.header-wrap .logo>a>img {
    width: 180px;
}

.header-wrap .activity-logo {
    width: 97px;
    height: 73px;
    float: left;
    position: relative;
    left: 37px;
    top: 7px;
}

.header-wrap .user-head {
    float: right;
    margin-right: 25px;
    height: 100%;
    position: relative;
}

.header-wrap .user-head .xd-btn {
    display: block;
    width: 100px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #181818;
    opacity: 1;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #181818;
    border-radius: 36px;
    float: left;
    margin-top: 22px;
    margin-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header-wrap .user-head .xd-btn:hover {
    opacity: 1;
    background-color: #ff4700;
    border: 0;
    color: #fff;
}

.header-wrap .user-head .login-state {
    float: left;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 80px;
}

.header-wrap .indexlitleqr,
.header-wrap-fixed .indexlitleqr {
    width: 92px;
    height: 25px;
    float: right;
    margin-right: 20px;
    margin-top: 28px;
    position: relative;
    cursor: pointer;
    /* display: none; */
}


.header-wrap .indexlitleqr .img,
.header-wrap-fixed .indexlitleqr .img {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("/public/images/header/litleqr.png")no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.header-wrap .indexlitleqr .text,
.header-wrap-fixed .indexlitleqr .text {
    font-size: 14px;
    color: #181818;
    line-height: 25px;
    float: right;
    cursor: pointer;
}

.header-wrap .indexlitleqr .text:hover,
.header-wrap-fixed .indexlitleqr .text:hover {
    color: #f22a51;
}

.header-wrap .indexlitleqr .dropqr,
.header-wrap-fixed .indexlitleqr .dropqr {
    width: 160px;
    height: 199px;
    background: url(https://jiehuo-qiniu.wushuibao.com/wx_mini_eqcode.png);
    position: absolute;
    margin-top: 25px;
    margin-left: -30px;
    display: none;
    z-index: 10;
}

.header-wrap .user-head .login-state .no-login-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/public/images/header/no-login-head.png) no-repeat;
    margin-right: 5px;
    background-size: cover;
}

.header-wrap .user-head .login-state .state-text a {
    color: #181818;
    padding: 0 5px;
}

.header-wrap .user-head .login-state .state-text .split {
    color: #181818;
}

.header-wrap .user-head .login-success-state {
    float: left;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.header-wrap .user-head .login-success-state a {
    opacity: 1;
}

.header-wrap .user-head .login-success-state .user-head-img {
    width: 40px;
}

.header-wrap .user-head .login-success-state .user-head-img img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.header-wrap .user-head .login-success-state .name {
    line-height: 80px;
    color: #181818;
    margin-left: 5px;
    display: block;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-wrap .user-head .login-success-state .down {
    display: inline-block;
    width: 6px;
    height: 4px;
    background: url() no-repeat;
    position: relative;
    margin-left: 5px;
}

.header-wrap .user-head .login-success-state:hover .user-operate {
    display: block;
}

.header-wrap .user-head .login-success-state .user-operate {
    width: 120px;
    height: 64px;
    background: #fff;
    position: absolute;
    top: 80px;
    right: -25px;
    display: none;
    z-index: 100;
}

.header-wrap .user-head .login-success-state .user-operate a {
    display: block;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    padding-left: 30px;
}

.header-wrap .header-wrap-inner {
    width: 875px;
    position: absolute;
    left: 47%;
    margin-left: -400px;
}

.header-wrap .header-wrap-inner .nav-menu li {
    float: left;
    height: 100%;
    line-height: 80px;
    padding: 0 18px 5px;
    position: relative;
}

.header-wrap .header-wrap-inner .nav-menu .parent {
    font-size: 16px;
}

.header-wrap .header-wrap-inner .nav-menu li .down {
    display: inline-block;
    width: 6px;
    height: 4px;
    background: url() no-repeat;
    position: relative;
    top: -3px;
}

.header-wrap .header-wrap-inner .nav-menu .parent:hover {
    border-bottom: 3px solid #ff4700;
    opacity: 1;
    padding-bottom: 5px;
}

.header-wrap .header-wrap-inner .nav-menu .active .parent {
    border-bottom: 3px solid #ff4700;
    opacity: 1;
    padding-bottom: 5px;
}

.header-wrap .header-wrap-inner .nav-menu .child {
    width: 120px;
    background: #3c3d48;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    position: absolute;
    top: 80px;
    padding-bottom: 10px;
    z-index: 100;
}

.header-wrap .header-wrap-inner .nav-menu li:hover .child {
    display: block;
}

.header-wrap .header-wrap-inner .nav-menu .child a {
    display: block;
    height: 32px;
    line-height: 32px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-wrap .header-wrap-inner .nav-menu .child i {
    color: #fff;
    vertical-align: middle;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
}

.header-wrap .header-wrap-inner .nav-menu .child span {
    color: #fff;
    vertical-align: middle
}


.footer-wrap {
    width: 100%;
    background: #2e3033;
    min-width: 1200px;
    line-height: 1;
    position: relative;
}

.footer-wrap .rights {
    height: 123px;
    width: 100%;
    border-bottom: 1px solid #434548;
    margin-bottom: 30px;
}

.footer-wrap .rights .rights-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
}

.footer-wrap .rights .rights-inner .rights-item {
    width: 25%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;

    -ms-flex-pack: center;
    justify-content: center;
}

.footer-wrap .rights .rights-inner .rights-item:nth-child(1) {}

.footer-wrap .rights .rights-inner .rights-item:nth-child(4) {}

.footer-wrap .rights .rights-inner .rights-item .icon {
    width: 60px;
    height: 56px;
    margin-right: 12px;
}

.footer-wrap .rights .rights-inner .rights-item:nth-child(1) .icon {
    background: url(/public/images/common/a1.png) no-repeat;
}

.footer-wrap .rights .rights-inner .rights-item:nth-child(2) .icon {
    background: url(/public/images/common/a2.png) no-repeat;
}

.footer-wrap .rights .rights-inner .rights-item:nth-child(3) .icon {
    background: url(/public/images/common/a3.png) no-repeat;
}

.footer-wrap .rights .rights-inner .rights-item:nth-child(4) .icon {
    background: url(/public/images/common/a4.png) no-repeat;
}

.footer-wrap .rights .rights-inner .rights-item .des p {
    font-size: 26px;
    color: #fff;
    font-family: Arial;
}

.footer-wrap .rights .rights-inner .rights-item .des em {
    font-size: 16px;
    color: #d1d1d1;
    margin-top: 5px;
    display: block;
}

.footer-wrap .footer-center {
    height: 156px;
    width: 1200px;
    margin: 0 auto;
}

.footer-wrap .footer-center .footer-logo {
    margin-top: 20px;
    float: left;
}

.footer-wrap .footer-center .footer-nav {
    float: left;
}

.footer-wrap .footer-center .footer-nav .footer-nav-item {
    float: left;
    margin-left: 60px;
}

.footer-wrap .footer-center .footer-nav .footer-nav-item h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-wrap .footer-center .footer-nav .footer-nav-item li a {
    color: #7c8186;
    font-size: 14px;
    line-height: 1.8;
}

.footer-wrap .footer-center .footer-nav .footer-nav-item li a:hover {
    color: #fff;
}

.footer-wrap .footer-center .hot-line {
    float: left;
    text-align: center;
    margin-left: 100px;
}

.footer-wrap .footer-center .hot-line span {
    color: #fff;
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
    font-family: Arial;
}

.footer-wrap .footer-center .hot-line em {
    color: #7c8186;
    font-size: 14px;
    display: block;
    line-height: 2;
}

.footer-wrap .footer-center .hot-line a {
    display: block;
    width: 115px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #fff;
    opacity: 0.7;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 36px;
    margin: 8px auto 0;
}

.footer-wrap .footer-center .hot-line a:hover {
    opacity: 1;
}

.footer-wrap .footer-center .wx-qrcode {
    float: right;
    width: 112px;
    text-align: center;
}

.footer-wrap .footer-center .wx-qrcode-ptxd {
    margin-right: 60px;
}




.footer-wrap .footer-center .wx-qrcode .qr-code-img {
    width: 112px;
    height: 112px;
    overflow: hidden;
    margin-bottom: 10px;
}


.footer-wrap .footer-center .wx-qrcode .qr-code-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-wrap .footer-center .wx-qrcode span {
    color: #7c8186;
    font-size: 14px;
}

.footer-wrap .footer-yqlj {
    width: 100%;
}

.footer-wrap .footer-yqlj .yqlj-inner {
    width: 1200px;
    margin: 0 auto;
}

.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-group {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #434548;
}

.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-group .btn-tab {
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #7b7f81;
    background: #202224;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-group .btn-tab.active {
    color: #fff;
    background: #474b50;
}

.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-con {
    color: #606265;
}

.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-con .page {
    color: #606265;
    display: none;
    padding-top: 15px;
    min-height: 49px;
}

.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-con .page .tab-item {
    float: left;
    margin-bottom: 10px;
}

.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-con .page a {
    color: #636060;
}

.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-con .page a:hover {
    color: #fff;
}

.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-con .page i {
    color: #606265;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    top: -3px;
}

.footer-wrap .footer-bottom {
    text-align: center;
    color: #8f8f90;
    font-size: 14px;
    /* height: 60px;
    line-height: 60px; */
    border-top: 1px solid #434548;
    line-height: 24px;
    overflow: hidden;
}

.footer-wrap .footer-bottom {}

.footer-wrap .footer-bottom>div:nth-of-type(1) {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-wrap .footer-bottom div,
.footer-wrap .footer-bottom span,
.footer-wrap .footer-bottom a {
    text-align: center;
    color: #8f8f90;
    font-size: 14px;
}

@media screen and (max-width: 1500px) {
    .header-wrap .logo {
        left: 18px;
    }

    .header-wrap .header-wrap-inner {
        left: 49%;
        width: 550px;
        /* width: 460px; */
    }

    .header-wrap .header-wrap-inner .nav-menu li {
        padding: 0 8px 5px;
    }

    .header-wrap-fixed .logo {
        left: 18px;
    }

    .header-wrap-fixed .header-wrap-inner {
        width: 715px;
        left: 50%;
    }

    .header-wrap-fixed .header-wrap-inner .nav-menu li {
        padding: 0 8px 5px;
    }
}


.my {
    animation: amleft 1s;
}

@keyframes amleft {
    from {
        width: 0
    }

    to {
        width: 140px
    }
}

.hot-tag {
    width: 111px;
    height: 25px;
    background: url(../../pc/img/common/jiaobiao2.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    line-height: 18px;
}

.iframe-kefu {
    /* display: none; */
    /* width: 300px;
    height: 1000px; */
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 700px;
    /* top: -94px; */
    z-index: 10000;
    border: 1px solid #999;
}

.iframe-kefu>p {
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
}

.iframe-kefu-title {
    width: 268px;
    height: 70px;
    /* display: none; */
    overflow: hidden;
    position: absolute;
    right: -268px;
    /* right: 80px; */
    top: 0;
    z-index: 10000;
    padding: 16px;
    box-sizing: border-box;
    background-image: url(/public/images/common/right-bar/bg.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.iframe-kefu-title>div {
    position: relative;
    overflow: hidden;
    /* cursor: pointer; */
}

.iframe-kefu-title>div>p {
    width: 8px;
    height: 8px;
    background-image: url(/public/images/common/right-bar/close.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 8px;
    cursor: pointer;
}

.iframe-kefu-title>div>div:first-of-type {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    width: 214px;
    cursor: pointer;
}

.iframe-kefu-title>div>div:last-of-type {
    font-size: 14px;
    width: 224px;
    color: #666;
    margin-top: 4px;
    cursor: pointer;
}

.iframe-kefu-title>div>div:first-of-type>p {
    width: 20px;
    height: 20px;
    overflow: hidden;
    float: left;
    background-image: url(/public/images/common/right-bar/user.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}