@charset "utf-8";

/*homg page*/
.slider {
    width: 1200px;
    height: 370px;
    padding: 0 130px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #000;
}

.slider .bd {
    position: absolute;
    left: 0;
    top: 0;
}

.slider .bd li {
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 1200px;
    height: 370px;
}

.slider .bd ul {
    margin-left: -1200px !important;
}

.slider .pnBtn {
    position: absolute;
    top: 0;
    width: 130px;
    height: 400px;
    cursor: pointer;
}

.slider .prev {
    left: 0;
}

.slider .next {
    right: 0;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 370px;
    /*background: #000;*/
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slider .hd {
    width: 100%;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 18px;
}

.slider .hd li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 2px 8px;
    cursor: pointer;
    background: #ff0000;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
    box-sizing: content-box;
}

.slider .hd li.on {
    border: 2px solid #ff0000;
    background-color: #ffffff;
    margin: 0 8px;
}

.section-1{
    padding: 22px 0;
    overflow: hidden;
    background: #ffffff;
}
.section-1 .section-left{
    width: 850px;
    height: 382px;
    float: left;
    overflow: hidden;
}
.section-1 .section-left .news-list{
    width: 420px;
    float: left;
    margin-right: 15px;
}

.section-1 .focusBox {
    position: relative;
    width: 415px;
    height: 315px;
    overflow: hidden;
    text-align: left;
    background: white;
}

.section-1 .focusBox .pic img {
    width: 415px;
    height: 315px;
    display: block;
}

.section-1 .focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 48px;
    width: 100%;
    background: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    overflow: hidden;
}

.section-1 .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 48px;
    width: 100%;
    overflow: hidden;
}

.section-1 .focusBox .txt li {
    height: 48px;
    line-height: 48px;
    position: absolute;
    bottom: -48px;
    font-size: 14px;
}

.section-1 .focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.section-1 .focusBox .hd {
    position: absolute;
    z-index: 3;
    bottom: 16px;
    right: 8px;
}

.section-1 .focusBox .hd li {
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
    background: #6c6c6c;
    color: #b0b0b0;
    font-size: 12px;
}

.section-1 .focusBox .hd li a, .section-1 .focusBox .hd li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.section-1 .focusBox .hd li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.section-1 .focusBox .hd li.on{
    background: #d71313;
    color: #ffffff;
}
.section-1 .section-right{
    width: 320px;
    float: left;
    margin-left: 30px;
    overflow: hidden;
}
.section-1 .section-right .sites-list ul{
    width: 100%;
    height: 315px;
    overflow: hidden;
}
.section-1 .section-right li{
    width: 100%;
    height: 52px;
    margin-bottom: 13px;
    overflow: hidden;
}
.section-1 .section-right li:first-child{
    margin-top: 3px;
}
.section-1 .section-right li a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 6px 20px;
    overflow: hidden;
    color: #555555;
    font-size: 16px;
    background: #eeeeee;
    border-radius: 5px;
}
.section-1 .section-right li a .icon{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 30px;
}
.section-1 .section-right li a .icon-1{
    background: url("/dayrui/statics/xjei_new/images/icon_theme_1.png") no-repeat;
}
.section-1 .section-right li a .icon-2{
    background: url("/dayrui/statics/xjei_new/images/icon_theme_2.png") no-repeat;
}
.section-1 .section-right li a .icon-3{
    background: url("/dayrui/statics/xjei_new/images/icon_theme_3.png") no-repeat;
}
.section-1 .section-right li a .icon-4{
    background: url("/dayrui/statics/xjei_new/images/icon_theme_4.png") no-repeat;
}
.section-1 .section-right li a .icon-5{
    background: url("/dayrui/statics/xjei_new/images/icon_theme_5.png") no-repeat;
}
.section-1 .section-right li a:hover{
    color: #ffffff;
    background-color: #d34646;
}
.section-1 .section-right li a:hover .icon{
    background-position-x: -40px !important;
}

.section-2{
    padding: 22px 0;
    overflow: hidden;
    background: #f5f5f5;
}
.section-2 .section-left,
.section-2 .section-middle{
    width: 410px;
    height: 382px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.section-2 .section-left .message{
    float: left;
    line-height: 32px;
    color: #888888;
    font-size: 14px;
    margin-left: 32px;
}
.section-2 .section-left .message .num{
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    background: #e72121;
    border-radius: 50%;
    color: #ffffff;
    vertical-align: initial;
    display: inline-block;
}
.section-2 .section-right{
    width: 320px;
    float: left;
    overflow: hidden;
}
.section-2 .section-right .common-heading{
    padding-left: 5px;
}
.section-2 .section-right .hd li{
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    overflow:hidden;
    text-align: center;
    margin: 1px 0;
    cursor: pointer;
    font-size: 22px;
    color: #535353;
}
.section-2 .section-right .hd li.on{
    background: #bd2d30;
    color: #ffffff;
}
.section-3{
    padding: 22px 0;
    overflow: hidden;
    background: #ffffff;
}
.section-3 .section-left,
.section-3 .section-middle{
    width: 410px;
    height: 222px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.section-3 .section-left li{
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    height: 45px;
    line-height: 25px;
    border: 1px solid #ffc000;
    background: #fff4cc;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-size: 14px;
    border-radius: 5px;
}
.section-3 .section-left li a{
    /* width: 100%;*/
    height: 25px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*padding-left: 90px;*/
    position: relative;
    box-sizing: border-box;
}
.section-3 .section-left li label{
    display: block;
    color: #d30004;
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
}
.section-3 .section-left li span{
    line-height: 25px;
    color: #333333;
}
.section-3 .section-left li:last-child label{
    width: 150px;
}
.section-3 .section-left li a:hover span{
    text-decoration: underline;
}
.section-3 .section-middle .news-list li{
    height: 31px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.section-3 .section-middle .news-list li .date{
    top: 3px;
}
.section-3 .section-right{
    width: 320px;
    float: left;
    height: 222px;
}
.section-3 .section-right .links-list li{
    margin-bottom: 8px;
}
.section-3 .section-right .links-list li select{
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    height: 45px;
    line-height: 25px;
    border: 1px solid #cccccc;
    background: #eeeeee;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    color: #555555;
}
.section-4{
    padding: 22px 0;
    overflow: hidden;
    background: url("/dayrui/statics/xjei_new/images/school_bg.jpg")  no-repeat center bottom #f7f7f7;
}
.section-4 .common-heading{
    margin-bottom: 40px;
}
.section-4 .school-list{
    width: 100%;
    height: 186px;
    margin: 20px auto;
    overflow: hidden;
}
.section-4 .school-list li{
    width: 260px;
    height: 180px;
    overflow: hidden;
    border: 3px solid #eeeeee;
    float: left;
    margin-right: 40px;
}
.section-4 .school-list li a{
    display: block;
}
.section-4 .school-list li img{
    width: 260px;
}
.section-4 .school-list li:hover{
    border-color: #bd2d30;
}

/*ÄÚÒ³*/
.inner-page{
    min-height: 690px;
    padding: 30px 0 0px;
    background: url("/dayrui/statics/xjei_new/images/inner_page_bg.jpg") no-repeat center bottom #f4f5f7;
}
.inner-page .left-menu{
    width: 180px;
    border: 1px solid #d1d4d4;
    float: left;
    margin-right: 18px;
}
.inner-page .left-menu .menu-top{
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 9px 0;
    background: #a0292c;
}
.inner-page .left-menu ul{
    padding: 20px;
    overflow: hidden;
    background: #ffffff;
}
.inner-page .left-menu ul li{
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.inner-page .left-menu ul li a{
    line-height: 32px;
    font-size: 14px;
    color: #000000;
    display: block;
    text-align: center;
}
.inner-page .left-menu ul li.on a,
.inner-page .left-menu ul li a:hover{
    background: #a0292c;
    color: #ffffff;
}
.inner-page .right-container{
    width: 900px;
    border: 1px solid #d0d3d3;
    float: left;
    background: #ffffff;
    overflow: hidden;
}
.inner-page .breadcrumb{
    line-height: 24px;
    color: #000000;
    font-size: 14px;
    padding: 9px 15px;
    background: #eaeded;
    border-bottom: 1px solid #d0d3d3;
}
.inner-page .breadcrumb a{
    color: #000000;
}
.inner-page .breadcrumb a:hover{
    color: #bd2d30;
}
.inner-page .right-container-main{
    padding: 15px;
    overflow: hidden;
}
.inner-page .news-list li{
    height: 44px;
    padding: 10px 88px 10px 30px;
    background: url("/dayrui/statics/xjei_new/images/icon_list_page.png") no-repeat left center;
}
.inner-page .news-list li:hover{
    background: url("/dayrui/statics/xjei_new/images/icon_list_page_hover.png") no-repeat left center;
}
.inner-page .news-list li .date{
    width: 88px;
    top: 10px;
    font-size: 14px;
    color: #999999;
}
/*2018-9-13 ÐÂÔö*/
.work-title{
    color:#d30004;
}
.work-content{
   color:#333333;
}

/*add by zjw 20210611*/
/*return top start*/
{ padding:0px; margin:0px;}
*html{background-image:url(/about:blank);background-attachment:fixed;}
#tbox{width:54px; float:right; position:fixed; right:50px; bottom:15px;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
_margin-bottom:15px;
margin-bottom:100px;
}
#pinglun,#xiangguan,#gotop{ width:54px; height:56px; background:url(/dayrui/statics/xjei_new/images/icon.png) no-repeat; display:block;}
#pinglun{ background-position:0 0;}
#xiangguan{ background-position:0 -59px;}
#gotop{ background-position:0 -118px;}



/*return top end*/

/*cnzz*/
#cnzz_stat_icon_1261711041,#cnzz_stat_icon_1261711098{
	display:block;
	text-align:center;
}
