a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var {
    margin : 0;
    padding: 0;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

hr {
    -moz-box-sizing: content-box;
    box-sizing     : content-box;
    height         : 0
}

button,
html input[type=button],
input[type=submit] {
    -webkit-apperance: button;
    cursor           : pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

ol,
ul {
    list-style: none
}

img {
    border        : 0;
    vertical-align: middle
}

em,
i,
u {
    font-style: normal
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}

.clear,
.clr {
    display    : block;
    overflow   : hidden;
    clear      : both;
    height     : 0;
    line-height: 0;
    font-size  : 0
}

.clearfix:after {
    content   : ".";
    display   : block;
    height    : 0;
    clear     : both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.dorpdown {
    position: relative
}

.dorpdown-layer {
    display : none;
    position: absolute
}

.dorpdown:hover .dorpdown-layer,
.hover .dorpdown-layer {
    display: block
}

.cw-icon {
    position: relative;
    cursor  : default;
    zoom    : 1
}

.cw-icon .i,
.cw-icon i {
    display : block;
    position: absolute;
    overflow: hidden
}

.w {

    width : 1200px;
    margin: 0 auto;
    height: 3000px;
}

.root61 .w {
    width: 1200px;
}

body {
    font      : 14px/150% Microsoft yahei, Verdana, "\5b8b\4f53";
    color     : #666;
    background: #fff
}

a {
    color          : #666;
    text-decoration: none
}

/* a:hover {
    color: #C81623
} */

.border {
    border-width: 0 1px 1px 0 !important;
}

.none {
    display: none;
}

.span_block {
    display  : inline-block;
    word-wrap: break-word;
}

/*新增底部入口*/
.fuBot {
    font-size         : 0;
    position          : fixed;
    bottom            : 0;
    background-color  : #ffffff;
    height            : 0.98rem;
    width             : 100%;
    z-index           : 9;
    -ms-filter        : "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#dfdfdf)";
    /*IE 8*/
    -moz-box-shadow   : 0 -2px 4px rgba(223, 223, 223, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 -2px 4px rgba(223, 223, 223, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow        : 0 -2px 4px rgba(223, 223, 223, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter            : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#dfdfdf);
    /*IE 5.5-7*/
}

.fuBot>a,.fuBot>div,.addCode {
    display     : inline-block;
    width       : 32.6%;
    height      : 100%;
    padding-left: 0.4rem;
    box-sizing  : border-box;

}

.fuBot>.addCode {
    background-color: #fc4e1d;

}

.fuBot>.addCode>span>i {
    color: #ffffff !important;
}

.fuBot>a>span,
.fuBot>div>span {
    float      : left;
    line-height: normal;
    text-align : center;
}

.spanOne,
.spanTwo {
    -ms-filter        : "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#FFEFD5)";
    /*IE 8*/
    -moz-box-shadow   : 0 0 4px 2px rgba(255, 239, 213, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 0 4px 2px rgba(255, 239, 213, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow        : 0 0 4px 2px rgba(255, 239, 213, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter            : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#FFEFD5);
    /*IE 5.5-7*/
}

.fuBot>a>span:nth-of-type(1),
.fuBot>div>span:nth-of-type(1) {
    margin-top  : 15%;
    margin-right: 0.2rem;
}

.fuBot>a>span:nth-of-type(2),
.fuBot>div>span:nth-of-type(2) {
    display   : block;
    width     : 1rem;
    margin-top: 8%;
}

.fuBot>a>span>i:nth-of-type(1),
.fuBot>div>span>i:nth-of-type(1) {
    display  : block;
    font-size: 0.2rem;
    color    : #333333;
}

.fuBot>a>span>i:nth-of-type(2),
.fuBot>div>span>i:nth-of-type(2) {
    font-size: 0.24rem;
    color    : #333333;
}

.fuBot img {
    width : 0.42rem;
    height: 0.42rem;

}

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.1);
    }
}

.demo {
    width : 200px;
    height: 200px;

    background-size                  : 200px 200px;
    -webkit-animation-name           : scaleDraw;
    /*关键帧名称*/
    -webkit-animation-iteration-count: infinite;
    /*动画播放的次数*/
    -webkit-animation-duration       : 0.5s;
    /*动画所花费的时间*/
}
.xq_content p{
    text-indent:0 !important;
}
.xq_content img {
    max-width: 100%;
    height   : auto;
}

/*
2021-1-23测试老师入口*/
.isTeacher {
    /*display: none;*/
    position: fixed;
    right   : 0rem;
    /*bottom: 12%;*/
    top     : 70%;
    z-index : 1;
}

.isTeacher a:nth-child(1),.isTeacher>div{
    display        : block;
    width          : 1.64rem;
    height         : 1.9rem;
    background     : url("../img/isTeacherNew.png") no-repeat;
    background-size: 100% 100%;
    position       : relative;
    right          : 0rem;
    top            : -0.2rem;
}

.isTeacher i {
    width          : 0.42rem;
    height         : 0.42rem;
    background     : url("../img/isCloseBtn.png") no-repeat;
    background-size: 100% 100%;
    position       : absolute;
    top            : 96%;
    /* right       : -0.2rem; */
    /* display     : none; */
    bottom         : -0.2rem;
    left           : 45%;
    transform      : translate(-0.15rem);
}

/* 左侧悬浮二维码 */
.fix-left {
    width     : 90px;
    height    : 153px;
    margin-top: 0;
    left      : 0;
    position  : fixed;
    top       : 50%;
    z-index   : 9;
    background: url('../img/guanwang_mobile.png') center/cover no-repeat;
}

.fix-close {
    position  : absolute;
    left      : calc(50% - 12px);
    bottom    : -24px;
    width     : 24px;
    height    : 24px;
    opacity   : .6;
    background: url('../img/icon_close.png') center/cover no-repeat;
    cursor    : pointer;
}

.wechat_successLay,#wechat_successLay_mokao{
    position        : fixed;
    top             : 0;
    left            : 0;
    width           : 100% !important;
    height          : 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index         : 11;
    display         : none;
}

.wechat_successLay_wrap {
    /* position       : relative;
    width          : 5rem;
    height         : 5.8rem;
    background     : url(../img/wechat_tan.png) no-repeat;
    background-size: 100% 100%;
    top            : 20%;
    left           : 50%;
    transform      : translateX(-50%);
    z-index        : 12;
    box-sizing     : border-box;
    padding-top    : 2.19rem; */
    position: relative;
    width: 5.66rem;
    height:8.2rem;
    background: url(../img/tan_m.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 12;
    box-sizing: border-box;
    padding-top: 3.66rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wechat_form_close {
    width          : 0.56rem;
    height         : 0.56rem;
    background     : url(../img/modal_success_close.png) no-repeat;
    background-size: 100% 100%;
    position       : absolute;
    bottom         : -0.8rem;
    left           : 50%;
    transform      : translate(-50%);
}

.wechat_content {
    /* width        : 3.06rem;
    height       : 3.06rem;
    margin       : 0 auto;
    border-radius: 10px; */
    width: 2rem;
    height: 2rem;
}

.wechat_content>img {
    /* width        : 3.06rem;
    height       : 3.06rem;
    border-radius: 10px; */
    width: 2rem;
    height: 2rem;
}
.wechat_successLay_wrap .p1{
    font-weight: 550;
    font-size: 0.36rem;
    color: #333333;
}
.wechat_successLay_wrap .p2,.wechat_successLay_wrap .p3{
    font-weight: 400;
    font-size: 0.26rem;
    color: #999999;
    text-align: center;
}
.wechat_successLay_wrap .p2{
    margin-bottom: 0.1rem;
}
.wechat_successLay_wrap .p3{
    margin-top: 0.1rem;
}

/* 特岗拦截弹窗 */
.tegangModal {
    position        : fixed;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index         : 999911;
}

.tegangBox {
    position       : relative;
    width          : 5.6rem;
    height         : 4.4rem;
    background     : url(../img/modal_tagang_bk.png) no-repeat;
    background-size: 100% 100%;
    top            : 50%;
    left           : 50%;
    transform      : translate(-50%, -50%);
    z-index        : 11;
    padding-top    : 0.7rem;
    box-sizing     : border-box;
    display        : flex;
    flex-direction : column;
    align-items    : center;
}

.tegangHorn {
    width          : 1.74rem;
    height         : 1.69rem;
    background     : url(../img/modal_tagangHorn.gif?v=1) no-repeat;
    background-size: 100% 100%;
    position       : absolute;
    right          : 0;
    top            : -0.2rem;
}

.tegangBox>p {
    font-size: 0.28rem;
    color    : #666666;
}

.tegangBox_title {
    font-weight  : bold;
    font-size    : 0.36rem !important;
    color        : #DD3C2B !important;
    margin-bottom: 0.5rem;
}

.tegangBox_text {
    margin-top: 0.2rem;
}

.tegangBox_btn {
    width        : 4rem;
    height       : 0.8rem;
    background   : #DD3C2B;
    border-radius: 0.4rem;
    font-weight  : bold;
    font-size    : 0.32rem;
    color        : #FFFFFF;
    text-align   : center;
    line-height  : 0.8rem;
    margin-top   : 0.58rem;
}
.still_more>a,.more_info>a,.upMoreData{
    color: #E53333 !important;
} 
/* 新增公告预约图标 */
.slide_ggyy{
    position: fixed;
    top:49.5%;
    right:0;
    width:1.64rem;
    text-align: center;
    z-index: 1;
}
.slide_ggyy_con{
    display: inline-block;
    width:1.64rem;
    height:1.81rem;
    background: url("../img/ggyy_gw.png?v=20250206") no-repeat;
    background-size: 100% 100%;
}
.slide_ggyy_close{
    display: inline-block;
    width:0.48rem;
    height:0.48rem;
    background: url("../img/ggyy_close.png") no-repeat;
    background-size: 100% 100%;
}
/* 公共二维码弹窗 */
.common_code{
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10001;
}
.common_codeimg{
    position: relative;
    width: 7.5rem;
    height:7.4rem;
    background: url(../img/common_codeimg.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    box-sizing: border-box;
    padding-top: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.common_code_p1{
    font-weight: 600;
    font-size:0.42rem;
    color: #333333;
}
.common_code_p2{
    font-size: 0.24rem;
    color: #333333;
}
.common_code_icon{
    width:2.6rem;
    height:2.6rem;
    margin-top: 0.4rem;
}
.common_code_icon>img{
    width:2.6rem;
    height:2.6rem;
}
.common_code_close{
    width:0.4rem;
    height:0.4rem;
    background: url(../img/common_code_close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom:0;
    transform: translate(-50%);
    cursor: pointer;
    z-index: 13;
}