.layui-layer-btn .layui-layer-btn0 {
    border-color: #ea3524 !important;
    background-color: #ea3524 !important;
    color: #fff !important;
}
/*fonts*/
.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(https://www.lbdj.com/img/comm/radio_check.png) no-repeat; background-size: 12px 12px; background-position:left center; height:20px; padding-left:20px;}
input[type='radio'].radio:checked + .radio {background:url(https://lbdj.oss-cn-beijing.aliyuncs.com/resource/websitehttps://lbdj.oss-cn-beijing.aliyuncs.com/resource/website/img/comm/radio_checked.png) 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;
    position: fixed;
    top: 50%;
    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;
    overflow: hidden;

    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    border-radius: 5px;
    border: 1px solid #EBEBEB;
}
.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-bottom: 1px solid #EBEBEB;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    background: #fff;
    list-style: none;
}
.fixed-kefu-window ul li:last-child{
    border-bottom:none;
    /*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: #f00;
    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;
}
.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: #f00;
    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(../../resource/website/img/kefu/v2/phone-02.png) no-repeat center;
    margin-top: 16px;
    float: left;
}
.fixed-kefu-window ul li.kefu i{
    background: url(../../resource/website/img/kefu/v3/sqzx.png) no-repeat center;
}
.fixed-kefu-window ul li.shfw i{
    background: url(../../resource/website/img/kefu/v3/shfw.png) no-repeat center;
}
.fixed-kefu-window ul li.phone i{
    background: url(../../resource/website/img/kefu/v2/phone-01.png) no-repeat center;
}
.fixed-kefu-window ul li.liuyan i{
    background: url(../../resource/website/img/kefu/v2/liuyan-01.png) no-repeat center;
}
.fixed-kefu-window ul li.back-top i{
    background: url(../../resource/website/img/kefu/v2/back-top-01.png) no-repeat center;
}
.fixed-kefu-window ul li.yijian i{
    background: url(../../resource/website/img/kefu/v3/yijian.png) no-repeat center;
}
.fixed-kefu-window ul li.kefu:hover i{
    background: url(../../resource/website/img/kefu/v3/sqzx-white.png) no-repeat center;
}
.fixed-kefu-window ul li.shfw:hover i{
    background: url(../../resource/website/img/kefu/v3/shfw-white.png) no-repeat center;
}
.fixed-kefu-window ul li.phone:hover i{
    background: url(../../resource/website/img/kefu/v2/phone-02.png) no-repeat center;
}
.fixed-kefu-window ul li.liuyan:hover i{
    background: url(../../resource/website/img/kefu/v2/liuyan-02.png) no-repeat center;
}
.fixed-kefu-window ul li.back-top:hover i{
    background: url(../../resource/website/img/kefu/v2/back-top-02.png) no-repeat center;
}
.fixed-kefu-window ul li.yijian:hover i{
    background: url(../../resource/website/img/kefu/v3/yijian-white.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;
    /* 	max-width: 205px; */
    padding:5px 10px;
    position: absolute;
    z-index:2000;
    text-shadow:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* 顶部菜单通用样式 */
.child-page-header{
    display: block !important;
}
.header .news_box_cont {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: -8px;
}
.header .news_box {
    position: relative;
    display: block;
    width: 30px;
    height: 16px;
    background: #F3452F;
    border-radius: 30px 30px 30px 0px;
    color: #fff;
}
.header .news_box span {
    position: absolute;
    left: 14px;
    top: -2px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.header .identification {
    position: absolute;
    top: 15px;
    right: -6px;
    width: 34px;
    height: 15px;
    background: #F3452F;
    border-radius: 8px 8px 8px 0px;
}
.header .identification_span {
    position: absolute;
    top: -33px;
    right: 5px;
    color: #FFFFFF;
    font-size: 12px;
}

.header .nav-register-btn {
    opacity:0.7;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    width: 56px;
    font-size: 14px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.header .nav-login-btn {
    opacity:0.7;
    display: inline-block;
    margin-right: 15px;
    line-height: 34px;
    text-align: center;
    width: 56px;
    font-size: 14px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.header .home-nav-login-btn:hover,
.header .home-nav-register-btn:hover{
    color: #FFFFFF;
    background: #F83A22;
    border: 1px solid #F83A22;
}
.header .login-state {
    margin-left: 42px;
}

.header .indexlitleqr .dropqr2{
    width: 330px;
    height: 188px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    position: absolute;
    top: 62px;
    right: -100%;
    display: none;
    z-index: 1;
}
.header .indexlitleqr:hover .dropqr2{
    display: block;
    cursor: default;
}
.header .indexlitleqr .qrcode-con{
    display: flex;
    justify-content: center;
    height: 100%;
}
.header .indexlitleqr .qrcode-con .qrcode{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header .indexlitleqr .qrcode-con .qrcode-name{
    margin-top: 3px;
    font-size: 14px;
    color: #333333;
}


/* 顶部菜单固定风格  */
.header-wrap-fixed{
    width: 100%;
    height: 80px;
    background: #FFF;
    min-width: 1300px;
    line-height: 1;
    position:fixed;
    top:0;
    left:0;
    z-index:500;
    display:none;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.15);
}
.header-wrap-fixed a{
    color: #343544;
    opacity: 1;
}
.header-wrap-fixed a:hover{
    opacity: 1;
}
.header-wrap-fixed .logo{
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    height: 80px;
    padding-left: 20px;
}
.header-wrap-fixed .logo .happynewyear{
    width: 166px;
    margin-left: 15px;
    position: relative;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-wrap-fixed .activity-logo{
    width: 97px;
    height: 73px;
    float: left;
    position: relative;
    left: 37px;
    top: 7px;
}
.header-wrap-fixed .user-head{
    float: right;
    margin-right: 20px;
    height: 100%;
    display: flex;
    position: relative;
}
.header-wrap-fixed .user-head .xd-btn{
    width: 98px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #F83A22;
    cursor: pointer;
    margin-top: 22px;
    border: 1px solid #F3452F;
    box-sizing: border-box;
}
.header-wrap-fixed .user-head .xd-btn:hover{
    color: #FFFFFF;
    background: #F83A22;
}
.header-wrap-fixed .user-head .nav-register-btn{
    border: 1px solid #333333;
}
.header-wrap-fixed .user-head .nav-login-btn{
    border: 1px solid #333333;
}
.header-wrap-fixed .user-head .nav-register-btn:hover,
.header-wrap-fixed .user-head .nav-login-btn:hover{
    opacity: 1;
    color: #F83A22 !important;
    border: 1px solid #F83A22;
}
.header-wrap-fixed .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-fixed .user-head .login-state .no-login-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../resource/website/img/header/no-login-head-black.png) no-repeat;
    margin-right: 5px;
}
.header-wrap-fixed .user-head .login-state .state-text a{
    color: #343544;
    padding: 0 5px;
}
.header-wrap-fixed .user-head .login-state .state-text .split{
    color: #343544;
}
.header-wrap-fixed .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%;
    margin-left: 50px;
}
.header-wrap-fixed .user-head .login-success-state a{
    opacity: 1;
}
.header-wrap-fixed .user-head .login-success-state .user-head-img{
    width: 40px;
}
.header-wrap-fixed .user-head .login-success-state .user-head-img img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.header-wrap-fixed .user-head .login-success-state .name{
    line-height: 40px;
    color: #343544;
    margin-left: 5px;
    display: block;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-wrap-fixed .user-head .login-success-state .down{
    display: inline-block;
    width: 6px;
    height: 4px;
    background: url(../../resource/website/img/header/menu-down-black.png) no-repeat;
    position: relative;
    margin-left: 5px;
}
.header-wrap-fixed .user-head .login-success-state:hover .down{
    transform: rotate(180deg);
}
.header-wrap-fixed .user-head .login-success-state:hover .user-operate{
    display: block;
}
.header-wrap-fixed .user-head .login-success-state .user-operate-con{
    padding-top: 10px;
    position: absolute;
    top: 80px;
    right: 0;
}
.header-wrap-fixed .user-head .login-success-state .user-operate{
    width: 120px;
    height: 70px;
    background: #FFFFFF;
    display: none;
    z-index: 100;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    padding-top: 10px;
}
.header-wrap-fixed .user-head .login-success-state .user-operate a{
    display: block;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    padding-left: 30px;
    color: #333333;
}
.header-wrap-fixed .user-head .login-success-state .user-operate a:hover{
    opacity: 1;
    background: #FFF6F5;
    color: #F83A22;
}
.header-wrap-fixed .header-wrap-inner{
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    /*overflow: hidden;*/
    display: flex;
}
.header-wrap-fixed .header-wrap-inner .nav-menu li{
    float: left;
    height: 100%;
    line-height: 80px;
    padding: 0 14px 5px;
    position: relative;
}
.header-wrap-fixed .header-wrap-inner .nav-menu .parent{
    font-size: 16px;
    position: relative;
}
.header-wrap-fixed .header-wrap-inner .nav-menu li .down{
    display: inline-block;
    width: 6px;
    height: 4px;
    background: url(../../resource/website/img/header/menu-down-black.png) no-repeat;
    position: relative;
    top: -3px;
}
.header-wrap-fixed .header-wrap-inner .nav-menu li:hover .down{
    transform: rotate(180deg);
}
.header-wrap-fixed .header-wrap-inner .nav-menu .parent:hover:before{
    content:" ";
    width:100%;
    height:4px;
    background: #F83A22;
    position:absolute;
    bottom: -8px;
    left:0;
    border-radius: 2px;
    opacity: 1;
}
.header-wrap-fixed .header-wrap-inner .nav-menu .active .parent::before{
    content:" ";
    width:100%;
    height:4px;
    background: #F83A22;
    position:absolute;
    bottom: -8px;
    left:0;
    border-radius: 2px;
    opacity: 1;
}
.header-wrap-fixed .header-wrap-inner .nav-menu .child-con{
     padding-top: 10px;
}
.header-wrap-fixed .header-wrap-inner .nav-menu .child{
    width: 120px;
    background: #FFFFFF;
    border-radius: 4px;
    display: none;
    position: absolute;
    top: 90px;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 100;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.21);
}
.header-wrap-fixed .header-wrap-inner .nav-menu li:hover .child{
    display: block;
}
.header-wrap-fixed .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-fixed .header-wrap-inner .nav-menu .child span{
    color: #333333;
    vertical-align: middle;
    font-size:14px;
    opacity: 1;
}
.header-wrap-fixed .header-wrap-inner .nav-menu .child a:hover{
    background: #FFF6F5;
}
.header-wrap-fixed .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-fixed .header-wrap-inner .child a:hover span{
    color: #F83A22;
}
.header-wrap-fixed .header-wrap-inner .nav-menu .child a .tip-img{
    position: absolute;
    width: 270px;
    height: 280px;
    background: url(../../pc/img/home/gongcdaa.png) no-repeat;
    top: 0;
    left: 120px;
    opacity: 1 !important;
    display: none;
}
.header-wrap-fixed .header-wrap-inner .nav-menu .child a:hover .tip-img{
    display: block;
}
/* 顶部菜单  */
.header-wrap{
    width: 100%;
    height: 80px;
    background: #3c3d48;
    min-width: 1300px;
    line-height: 1;
    /*overflow: hidden;*/
}
.header-wrap a{
    color: #fff;
    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;
    float: left;
    display: flex;
    align-items: center;
    height: 80px;
    padding-left: 20px;
}
.header-wrap .logo .happynewyear{
    width: 166px;
    margin-left: 15px;
    position: relative;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-wrap .activity-logo{
    width: 97px;
    height: 73px;
    float: left;
    position: relative;
    left: 37px;
    top: 7px;
}
.header-wrap .user-head{
    float: right;
    margin-right: 20px;
    height: 100%;
    position: relative;
    display: flex;
}
.header-wrap .user-head .xd-btn{
    width: 98px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #F83A22;
    cursor: pointer;
    margin-top: 22px;
}
.header-wrap .user-head .xd-btn:hover{
    color: #FFFFFF;
    background: #F83A22;
}
.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{
    width: 78px;
    height: 25px;
    float:right;
    margin-right:20px;
    margin-top:28px;
    position: relative;
    cursor: pointer;
    display: none;
}
.header-wrap .indexlitleqr .img{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../resource/2019/ptxd/wlitleqr.png")no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.header-wrap .indexlitleqr .text{
    font-size: 14px;
    color:#FFF;
    opacity: 0.7;
    line-height: 25px;
    float: right;
    cursor: pointer;
}
.header-wrap .indexlitleqr .text:hover{
    opacity: 1;
}

.header-wrap .indexlitleqr .new-app{
    width: 22px;
    height: 16px;
    position: absolute;
    left: -4px;
    top: -15px;
}
.header-wrap .user-head .login-state .no-login-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../resource/website/img/header/no-login-head.png) no-repeat;
    margin-right: 5px;
}
.header-wrap .user-head .login-state .state-text a{
    color: #fff;
    padding: 0 5px;
}
.header-wrap .user-head .login-state .state-text .split{
    color: #fff;
}
.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%;
    margin-left: 50px;
}
.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: #fff;
    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(../../resource/website/img/header/menu-down.png) no-repeat;
    position: relative;
    margin-left: 5px;
}
.header-wrap .user-head .login-success-state:hover .down{
    transform: rotate(180deg);
}
.header-wrap .user-head .login-success-state:hover .user-operate{
    display: block;
}
.header-wrap .user-head .login-success-state .user-operate-con{
    padding-top: 10px;
    position: absolute;
    top: 80px;
    right: 0;
}
.header-wrap .user-head .login-success-state .user-operate{
    width: 120px;
    height: 70px;
    background: #FFFFFF;
    display: none;
    z-index: 100;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    padding-top: 10px;
}
.header-wrap .user-head .login-success-state .user-operate a{
    display: block;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    padding-left: 30px;
    color: #333333;
}
.header-wrap .user-head .login-success-state .user-operate a:hover{
    opacity: 1;
    background: #FFF6F5;
    color: #F83A22;
}
.header-wrap .header-wrap-inner{
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    /*overflow: hidden;*/
    display: flex;
    height: 220px;
}
.header-wrap .header-wrap-inner .nav-menu li{
    float: left;
    height: 100%;
    line-height: 80px;
    padding: 0 14px 5px;
    position: relative;
}
.header-wrap .header-wrap-inner .nav-menu .parent{
    font-size: 16px;
    position: relative;
}
.header-wrap .header-wrap-inner .nav-menu li .down{
    display: inline-block;
    width: 6px;
    height: 4px;
    background: url(../../resource/website/img/header/menu-down.png) no-repeat;
    position: relative;
    top: -3px;
}
.header-wrap .header-wrap-inner .nav-menu li:hover .down{
    transform: rotate(180deg);
}
.header-wrap .header-wrap-inner .nav-menu .parent:hover:before{
    content:" ";
    width:100%;
    height:4px;
    background: #FFF;
    position:absolute;
    bottom: -8px;
    left:0;
    border-radius: 2px;
    opacity: 1;
}
.header-wrap .header-wrap-inner .nav-menu .active .parent::before{
    content:" ";
    width:100%;
    height:4px;
    background: #FFF;
    position:absolute;
    bottom: -8px;
    left:0;
    border-radius: 2px;
    opacity: 1;
}
.header-wrap-fixed .header-wrap-inner .nav-menu .child-con{
    padding-top: 10px;
}
.header-wrap .header-wrap-inner .nav-menu .child{
    width: 120px;
    background: #FFFFFF;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 100;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.21);
}
.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;
    position: relative;
}
.header-wrap .header-wrap-inner .nav-menu .child a:hover{
    background: #FFF6F5;
}
.header-wrap .header-wrap-inner .nav-menu .child a:hover span{
    color: #F83A22;
}
.header-wrap .header-wrap-inner .nav-menu .child a .tip-img{
    position: absolute;
    width: 270px;
    height: 280px;
    background: url(../../pc/img/home/gongcdaa.png) no-repeat;
    top: 0;
    left: 120px;
    opacity: 1 !important;
    display: none;
}
.header-wrap .header-wrap-inner .nav-menu .child a:hover .tip-img{
    display: block;
}
.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;
}
.linkAct{
    display: flex;

}
.header-wrap .header-wrap-inner .nav-menu .child span{
    color: #000000;
    vertical-align: middle;
    font-size:14px;
    opacity: 1;
}

/*底部样式*/
.footer-wrap{
    width: 100%;
    background: #202123;
    min-width: 1200px;
    line-height: 1;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-wrap .rights{
    height: 122px;
    width: 100%;
    border-bottom: 1px solid #434548;
    margin-bottom: 30px;
}
@media screen and (max-width: 1366px) {
    .footer-wrap .rights{
        height: 88px;
        width: 100%;
        border-bottom: 1px solid #434548;
        margin-bottom: 10px;
    }
}
.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){
    /*	-ms-flex-pack:start;
        justify-content:flex-start;*/
}
.footer-wrap .rights .rights-inner .rights-item:nth-child(4){
    /*	-ms-flex-pack:end;
        justify-content:flex-end;*/
}
.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(../../resource/website/img/footer/xxpf.png) no-repeat;
}
.footer-wrap .rights .rights-inner .rights-item:nth-child(2) .icon{
    background:url(../../resource/website/img/footer/cpmd.png) no-repeat;
}
.footer-wrap .rights .rights-inner .rights-item:nth-child(3) .icon{
    background:url(../../resource/website/img/footer/zybx.png) no-repeat;
}
.footer-wrap .rights .rights-inner .rights-item:nth-child(4) .icon{
    background:url(../../resource/website/img/footer/ynzb.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: 196px;
    width: 1400px;
    margin: 0 auto;
}
.footer-wrap .footer-center .footer-logo{
    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;
    margin-left: 80px;
    display: flex;
    flex-wrap: wrap;
    width: 153px;
    margin-top: -2px;
}
.hot-line .head{
    font-size: 16px !important;
    margin-bottom: 18px;
    font-weight: 400!important;
}
.footer-wrap .footer-center .hot-line span{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 14px;
}
.footer-wrap .footer-center .hot-line em{
    font-size: 14px;
    display: block;
    line-height: 2;
    color: #828688;
    margin-bottom: 6px;
}
.footer-wrap .footer-center .hot-line div{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
}
.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: 120px;
    text-align: center;
}
.footer-wrap .footer-center .wx-qrcode-ptxd{
    margin-right: 60px;
}
.footer-wrap .footer-center .wx-qrcode-app{
    margin-right: 60px;
}
/*.footer-wrap .footer-center .wx-qrcode-min{*/
/*margin-right:20px;*/
/*margin-left:20px;*/
/*}*/
.footer-wrap .footer-center .wx-qrcode .qr-code-img{
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}
.footer-wrap .footer-center .wx-qrcode span{
    color: #7c8186;
    font-size: 14px;
}

.footer-wrap .footer-yqlj{
    width: 100%;


    margin-top: 23px;
}
.footer-area{
    width: 1400px;
    border-top: 1px solid #757677;
    padding-top: 25px;
    margin: 0 auto;
}
.footer-yqlj .footer-friendship{


    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #7c8186;
    line-height: 25px;
    display: flex;
    margin-bottom: 20px;

}
.footer-yqlj .footer-friendship .title{
margin-right: 25px;
    color: #FFFFFF;
}
.footer-list{
    flex: 1;
}
.footer-list .item{
     margin-right: 15px;
margin-bottom: 15px !important;
    /*line-height: 26px;*/
    nt-family: MicrosoftYaHei;
    color: #828688 ;
}
.footer-list .item:hover{
    color: #fff;
}
.footer-wrap .footer-yqlj .yqlj-inner{
    width: 1200px;
    margin: 0 auto;
}
.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-group{
    width: 100%;
    /*border-bottom: 1px solid #434548;*/
    display: flex;
    flex-direction: column;
}
.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-group .btn-tab{
    /*width: 86px;*/
    /*height: 30px;*/
    line-height: 30px;
    text-align: center;
    color: #828688;
    /*background: #202224;*/
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-group .btn-tab .title{
    width: 140px;
    /*height: 16px;*/
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 25px;
    text-align: left;
}
.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;*/
    display: flex;
    flex-wrap: wrap;
}
.footer-wrap .footer-yqlj .yqlj-inner .btn-tab-con .page .tab-item{
    /*float: left;*/
    /*margin-bottom: 10px;*/
    width: auto !important;
}
.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;
}
.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: 1920px) {
    .header-wrap .logo {
        left: 18px;
    }
    .header-wrap .header-wrap-inner {
        left: 47%;
        width: 825px;
        /*overflow: hidden;*/
    }
    .header-wrap .header-wrap-inner .nav-menu li{
        padding: 0 7px 5px;
    }
    .header-wrap-fixed .logo{
        left: 18px;
    }
    .header-wrap-fixed .header-wrap-inner {
        width: 825px;
        left: 47%;
    }
    .header-wrap-fixed .header-wrap-inner .nav-menu li {
        padding: 0 7px 5px;
    }
    .header .login-state{
        margin-left: 20px;
    }
}


.my{
    animation: amleft 1s;
}
@keyframes amleft
{
    from {width: 0}
    to{width: 140px}
}

.header .hot-tag{
    box-sizing: border-box;
    width: 90px;
    height: 24px;
    background: #F3452F !important;
    border-radius: 12px 12px 12px 0px;
    margin-left: 32px;
    line-height: 24px;
    font-size: 12px;
    font-family: Helvetica;
    color: #FFFFFF;
    position:absolute;
    top: 5px;
    left: 15px;
    text-align: center;
}


.header-wrap-fixed .indexlitleqr{
    width: 78px;
    height: 25px;
    float:right;
    margin-right:20px;
    margin-top:28px;
    position: relative;
    cursor: pointer;
    /*display: none;*/
}
.header-wrap-fixed .indexlitleqr .img{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../../resource/2019/ptxd/blitleqr.png")no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.header-wrap-fixed .indexlitleqr .text{
    font-size: 14px;
    color:#777;
    line-height: 25px;
    float: right;
    cursor: pointer;
}
.header-wrap-fixed .indexlitleqr .text:hover{
    color:#333;
}
.header-wrap-fixed .indexlitleqr .dropqr{
    width: 160px;
    height: 199px;
    background: url("../../resource/2019/ptxd/chopic.png")no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    margin-top:25px;
    margin-left: -30px;
    display: none;
}

.header-wrap-fixed .indexlitleqr .new-app{
    width: 22px;
    height: 16px;
    position: absolute;
    left: -4px;
    top: -15px;
}