@charset "utf-8";
/* CSS Document */

/*@font-face {
    font-family:'fzfysjt';
    src:url('/template/bjshool_PC/Public/static/themes/css/fzfysjt.ttf');
}*/

body {
    min-width: 768px;
    max-width: none;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/back.png) !important;
}

.header,
.body,
.footer {
    min-width: 768px;
}

#map img {
    max-width: none;
    max-height: none;
}

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

.clear {
    *zoom: 1;
}

.middle {
    font-size: 0;
    letter-spacing: -1.5em;
}

.middle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    overflow: hidden;
}

.justify {
    text-align: justify;
}

.justify:after {
    content: '';
    padding-left: 100%;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 12;
}

#header .logo {
    overflow: hidden;
    position: absolute;
    left: 40px;
}

#header .nav {
    text-align: center;
    margin-top: 1%;
}

#header .nav.snmask:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 50px;
    background: url(/template/bjshool_PC/Public/static/themes/image/opacity-60.png);
}

#header .nav ul li {
    position: relative;
    background: url(/template/bjshool_PC/Public/static/themes/image/opacity-0.png) no-repeat;
    display: inline-block;
}

#header .nav ul li>a {
    display: block;
    line-height: 24px;
    padding: 28px;
    color: #fff;
    font-size: 15px;
}

#header .nav ul li a:hover {
    color: #c2a680;
}

#header .nav ul .cur a {}

#header .subnav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 50px;
    line-height: 50px;
    display: none;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}

#header .subwrap {
    display: inline-block;
}

#header .subnav h1 {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

#header .subnav ul {
    display: inline-block;
    overflow: hidden;
    background: url(/template/bjshool_PC/Public/static/themes/image/subnav_liststyle.png) left no-repeat;
    padding-left: 8px;
    vertical-align: middle;
}

#header .subnav ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#header .subnav ul li a {
    padding: 0 8px;
    font-size: 12px;
    color: #fff;
    line-height: 50px;
}

#header .nav li.cur a {
    color: #c2a680;
    /*background:url(/template/bjshool_PC/Public/static/themes/image/arrow1.png) center bottom no-repeat;*/
}

#header .nav li b {
    display: block;
    visibility: hidden;
    width: 18px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    top:54px;
    margin-left: -9px;
}

#header .nav li.cur b {
    visibility: visible;
}

#header .nav li b img {
    vertical-align: top;
}

#header .nav_child {
    position: absolute;
    left: 0;
    top: 75%;
    width: 100%;
}

.page1660 #header .nav_child{
    top:67px;
}
.page1440 #header  .nav_child{
    top:70px;
}
.page1366 #header .nav_child{
    top:70px;
}
.page1280 #header .nav_child{
    top:71px;
}
#header .nav_child .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    background: url(/template/bjshool_PC/Public/static/themes/image/black60.png);
}

#header .nav_child .child.now {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    height: 50px;
}

#header .nav_child .child a {
    color: #fff;
}

#header .nav_child .child strong {
    color: #fff;
    background: url(/template/bjshool_PC/Public/static/themes/image/bo/img6.png) right center no-repeat;
    padding-right: 15px;
    margin-right: 8px;
}

#header .nav_child .child p {
    display: inline-block;
    margin-right: 15px;
}

#header .nav_child .child p a {
    font-size: 12px;
    margin-right: 15px;
}

#header .nav_child .child strong a {
    font-size: 15px;
}

#header .nav_child .child strong a:hover {
    color: darkred;
}

#header .nav_child .child .p {
    display: inline-block;
}

#header .nav_child .child p.last {
    margin: 0;
}

#header .nav_child .child p.last strong {
    margin: 0;
    background: none;
    padding: 0;
}

#header .nav_child .child p.last strong a {
    margin: 0;
}

#header .tools {
    position: absolute;
    top: 16px;
    right: 40px;
    text-align: center;
}

#header .tools ul {
    float: left;
    /*padding-top:10px;*/
}

#header .tools li {
    float: left;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
    height: 20px;
    position: relative;
}

#header .tools li:first-child {
    border: 0;
    margin: 0;
}

#header .tools li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

#header .tools li a img {
    max-height: none;
}

#header .tools li a:hover {
    opacity: 0.8;
}

#header .tools li a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#header .tools a img {
    display: inline-block;
    width: 17px;
}

#header .tools li.lang {
    width: 41px;
    height: 20px;
}

#header .tools li.login {
    width: 39px;
    height: 20px;
}

#header .tools li.scbtn {
    width: 40px;
    height: 20px;
}

#header .tools li.login:hover img {
    margin-top: -24px;
}

#header .tools .lang a img {
    width: 18px;
}

#header .tools .lang:hover img {
    margin-top: -28px;
}

#header .tools li.scbtn:hover img {
    margin-top: -28px;
}

#header .tools .menutool {
    float: left;
    margin-left: 28px;
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    margin-top: 5px;
}

#header .tools .menutool img {
    width: 100%;
    height: auto;
    max-height: none;
}

#header .tools .menutool:hover img {
    margin-top: -33.8px;
}

#header .login {
    z-index: 3;
}

#header .lang {
    z-index: 2;
}

#header .scbtn {
    z-index: 1;
}

#header .search {
    position: absolute;
    right: 0;
    top: 0;
    background: url(/template/bjshool_PC/Public/static/themes/image/search.png) center bottom no-repeat;
    width: 280px;
    height: 40px;
    padding-top: 40px;
    display: none;
}

#header .search .kw {
    background: none;
    border: none;
    width: 220px;
    height: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    float: left;
}

#header .search .ok {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}

#header .language {
    display: none;
    background: url(/template/bjshool_PC/Public/static/themes/image/login-box.png) no-repeat 0 bottom;
    width: 80px;
    height: 70px;
    position: absolute;
    top: 0;
    padding-top: 35px;
    left: -2px;
}

#header .language .a {
    cursor: pointer;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    padding: 0;
}

#header .language .a:hover {
    color: #c2a680;
}

#header .loginbox {
    display: none;
    background: url(/template/bjshool_PC/Public/static/themes/image/login-box.png) no-repeat 0 bottom;
    width: 80px;
    height: 70px;
    position: absolute;
    top: 0;
    padding-top: 35px;
    left: -2px;
}

#header .loginbox .a {
    cursor: pointer;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    padding: 0;
}

#header .loginbox .a:hover {
    color: #c2a680;
}

#header .tools ul li:hover a {
    opacity: 0.8;
}

/*#footer {width:100%;color: #000;background-color:#272727;color:#fff;}
#footer .link {text-align:center;}
#footer .link ul {display:inline-block;overflow:hidden;}
#footer .link li {float:left;padding-left:9px;margin-left:10px;border-left:1px solid #fff;}
#footer .copy {text-align:center;margin-bottom:10px;line-height:1.8;}
#footer .ftbj {display:inline-block;}
#footer .share {text-align:center;font-size:0;}
#footer .share a {display:inline-block;}
#footer .sinawb {background:url(/template/bjshool_PC/Public/static/themes/image/footer_icobg.png) no-repeat;width:20px;height:20px;padding:9px;margin-right:10px;}
#footer .qqwb {background:url(/template/bjshool_PC/Public/static/themes/image/footer_icobg.png) no-repeat;width:20px;height:20px;padding:9px;margin-right:10px;}
#footer .qq { width:20px;height:20px;padding:9px;margin-right:14px;}
#footer .jy {width:72px;height:28px;border:1px solid #7f7f7f;line-height:28px;text-align:center;}
#footer a {color:#FFF;}
#footer a:hover {color:#909090;}
*/

.fBottom {
    position: fixed;
    bottom: 0;
    left: 0;
}

/*下、上、左、右箭头*/

.arrDown:after {
    border-top: 10px solid #aeaeae;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.arrUp:after {
    border-bottom: 10px solid #aeaeae;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.arrLeft:after {
    border-right: 10px solid #aeaeae;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.arrRight:after {
    border-left: 10px solid #aeaeae;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.arrTopleft:after {
    border-top: 100px solid red;
    border-right: 100px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.arrTopright:after {
    border-top: 100px solid red;
    border-left: 100px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.arrBottomleft:after {
    border-bottom: 100px solid red;
    border-right: 100px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.arrBottomright:after {
    border-bottom: 100px solid red;
    border-left: 100px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

/*模糊滤镜*/

.blur {
    filter: url(/template/bjshool_PC/Public/static/themes/css/blur.svg);
    /* FireFox, Chrome, Opera */
    -webkit-filter: blur(10px);
    /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
    /* IE6~IE9 */
}

/*渐变兼容*/

.gradient {
    background-image: linear-gradient(#f9f9f9, #f0f0f0);
    background-image: -webkit-linear-gradient(#f9f9f9, #f0f0f0);
    background-image: -moz-linear-gradient(#f9f9f9, #f0f0f0);
    background-image: linear-gradient(#f9f9f9, #f0f0f0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, gradientType=0, startColorstr='#FFF9F9F9', endColorstr='#FFF0F0F0') \9;
}

/* 高光效果 */

.flashlight {
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 800px;
    height: 450px;
}

.flashlight:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    overflow: hidden;
    width: 200px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.flashlight:hover:before {
    left: 150%;
    -webkit-transition: left 1s ease 0s;
    -moz-transition: left 1s ease 0s;
    transition: left 1s ease 0s;
}

/*复用图片包裹*/

.scaleimg {
    overflow: hidden;
}

.scaleimg:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    overflow: hidden;
}

.scaleimg img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.scaleimg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

/*流程模块*/

.process {}

.process ul {
    overflow: hidden;
    padding: 10px;
}

.process ul li {
    float: left;
    height: 20px;
    color: #FFF;
    line-height: 20px;
    padding: 0 25px 0 10px;
    position: relative;
}

.process ul li:nth-child(1) {
    background-color: red;
}

.process ul li:nth-child(2) {
    background-color: green;
}

.process ul li:nth-child(3) {
    background-color: blue;
}

.process ul li:after {
    border-left: 15px solid #aeaeae;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.process ul li:nth-child(1):after {
    border-left-color: red;
    border-top-color: green;
    border-bottom-color: green;
}

.process ul li:nth-child(2):after {
    border-left-color: green;
    border-top-color: blue;
    border-bottom-color: blue;
}

.process ul li:nth-child(3):after {
    border-left-color: blue;
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}

/*复用标题*/

.t_head {}

.t_head .h1 {}

.t_head .h2 {}

.t_head .h3 {}

.t_head .p {}

.t_head .link {}

.transition {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.translateX-100 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.translateX_100 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.translateY-100 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
}

.translateY_100 {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
}

.s .translateX-100,
.s .translateX_100,
.s .translateY_100,
.s .translateY-100 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*	弹窗	*/

.alert .close {
    background: #8e8e8e url(../image/pop_close.png) center no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.alert .close:hover {
    background-color: #ec5656;
}

.alert .head h1 {
    font-size: 14px;
    line-height: 30px;
}

.alert .btnWarp {
    padding: 8px 20px;
}

.alert .btnWarp button {
    font-size: 12px;
    line-height: 1;
    padding: 8px 20px;
    margin: 0 10px;
}

/* 视频弹窗 */

.pop-video {}

.pop-video .close {
    background: #0d7b6f url(../image/pop_close.png) center no-repeat;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    right: 10px;
    top: 10px;
}

.pop-video .close:hover {
    background-color: #ec5656;
}

.pop-video .dialog {
    width: 842px;
    height: 536px;
    position: relative;
    z-index: 1;
}

#vPlayer {
    width: 100%;
    height: 100%;
}

.jwlogo {
    display: none;
}

.sidebar {
    position: fixed;
    left: 52%;
    bottom: 50%;
    z-index: 999;
    display: none;
}

.sidebar a {
    min-width: 42px;
    height: 42px;
    display: block;
    margin-bottom: 1px;
    margin-left: 40px;
    overflow: hidden;
}

.sidebar ul {}

.sidebar li {
    position: relative;
    min-width: 42px;
    height: 42px;
    background: url(/template/bjshool_PC/Public/static/themes/image/sidebar_bg.png) no-repeat;
    margin-bottom: 1px;
    text-align: center;
}

.sidebar li a {
    position: absolute;
    right: 0;
    top: 0;
    /*font-family:fzfysjt;*/
    font-size: 24px;
    color: #fff;
    border-radius: 21px;
    white-space: nowrap;
}

.sidebar li a span {
    display: none;
    padding: 3px 20px;
}

.sidebar li a span:first-child {
    display: block;
    padding: 3px;
}

.sidebar li a:hover {
    background-color: #977343;
}

.sidebar li a:hover span {
    display: block;
}

.sidebar li a:hover span:first-child {
    display: none;
}

.sidebar li.share i {
    margin: 0 10px;
    display: inline-block;
    width: 30px;
    height: 22px;
}

.sidebar li.share span {
    padding: 0 10px;
}

.sidebar li.share .i1 {
    background-position: 0px 0px;
}

.sidebar li.share .i2 {
    background-position: -52px 0;
}

.sidebar li.share .i3 {
    background-position: -103px 0px;
}

.sidebar .gotop {
    background: url(/template/bjshool_PC/Public/static/themes/image/sidebar_gotop.png) no-repeat;
}

.sidebar .close {
    background: url(/template/bjshool_PC/Public/static/themes/image/sidebar_close.png) no-repeat;
}

.sidebar .close.up {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/sidebar_up.png);
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.navbar .layer {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: url(/template/bjshool_PC/Public/static/themes/image/nav_bg.jpg) center top repeat;
}

.navbar .close {
    position: absolute;
    right: 50px;
    top: 50px;
    background: url(/template/bjshool_PC/Public/static/themes/image/navbar_close.png) no-repeat;
    width: 50px;
    height: 50px;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
}

.navbar .close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.navbar .logo {
    padding-top: 125px;
    margin-bottom: 82px;
}

.navbar .list {
    overflow: hidden;
    display: inline-block;
}

.navbar .item {
    float: left;
    min-width: 160px;
    color: #fff;
    text-align: center;
}

.navbar .item h1 {
    font-size: 26px;
    padding-bottom: 26px;
    background: url(/template/bjshool_PC/Public/static/themes/image/nav_liststyle.png) center bottom no-repeat;
    margin-bottom: 12px;
    color: inherit;
}

.navbar .item dl {
    background: url(/template/bjshool_PC/Public/static/themes/image/nav_dot.png) center top no-repeat;
    padding-top: 18px;
    margin-bottom: 14px;
}

.navbar .item h1+dl {
    background: none;
    padding: 0;
}

.navbar .item dt {
    font-size: 16px;
    margin-bottom: 2px;
}

.navbar .item dd {
    font-size: 16px;
    padding: 4px 0;
}

.navbar .item a {
    color: #eaa1a1;
}

.navbar .item a:hover {
    color: #fff;
}

.home {}

.jqueryFireFly {
    box-shadow: rgb(255, 255, 255) 0px 0px 3px 3px;
}

.home .focus {
    position: relative;
    width: 100%;
}

.home .focus ul {
    overflow: hidden;
    padding-bottom: 47%;
    position: relative;
}

.home .focus li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.home .focus li+li {
    z-index: -1;
}

.home .focus li img {
    width: 100%;
    height: auto;
}

.home .focus li a {
    display: block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .focus .nav {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.home .focus .nav i {
    display: inline-block;
    width: 27px;
    height: 24px;
    margin: 0 5px;
    line-height: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: url(/template/bjshool_PC/Public/static/themes/image/bo/dian2.png) no-repeat left center;
}

.home .focus .nav i.now {
    background-position: right center;
}

/*.home .focus .nav i.now:after{background:#fff none repeat scroll 0 0;border-radius:100%;content:"";display:inline-block;height:4px;width:4px;}
*/

.home .block1 {
    /*overflow:hidden;*/
}

.home .block1 .left {
    float: left;
}

.home .block1 .right {
    float: right;
}

.home .block1 .title {
    overflow: hidden;
    color: #fff;
}

.home .block1 .box4 .item div .title {
    overflow: visible;
}

.home .block1 .title .more {
    float: right;
    font-family: fzfysjt;
    color: #fff;
    position: relative;
    line-height: 1;
    width: 1em;
    padding: 10px 17px;
    margin-top: 5px;
}

.home .block1 .title .more i {
    position: absolute;
    left: 0;
    top: 0;
    background: url(/template/bjshool_PC/Public/static/themes/image/more.png) no-repeat;
    width: 48px;
    height: 100%;
}

.home .block1 .title .more:hover i {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.home .block1 .title h1 {
    display: inline-block;
    /*font-family:fzfysjt;*/
    /*background: url(/template/bjshool_PC/Public/static/themes/image/title_dot.png) no-repeat center 25px !important;*/
    overflow: hidden;
    padding-top: 10px;
    color: inherit;
    font-size: 0;
}

.home .block1 .title h1 .s1 {
    margin-right: 48px;
}

.home .block1 .title h1 span {
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
    display: inline-block;
}

.home .block1 .box1 {
    transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
    -webkit-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.home .block1.show .box1 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    position: relative;
    z-index: 99;
}

.home .block1 .box1 .img {
    float: left;
    height: 100%;
    position: relative;
}

.home .block1 .box1 .img {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: transform 1.5s ease-out 0s;
    -webkit-transition: transform 1.5s ease-out 0s;
    opacity: 0;
}

.home .block1.show .box1 .img {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.home .block1 .box1 .cont {
    overflow: hidden;
    color: #fff;
}

.home .block1 .box1 {
    background-size: 100%;
}

.home .block1 .box1 .cont h1 {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
}

.home .block1 .box1 .cont h2 {
    font-family: Arial;
    margin-bottom: 22px;
    color: #c2a680;
}

.home .block1 .box1 .cont h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: inherit;
}

.home .block1 .box1 .cont p {
    line-height: 22px;
    margin-bottom: 25px;
    height: 44px;
    overflow: hidden;
}

.home .block1 .box1 .cont .link {
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    margin-left: 1px;
}

.home .block1 .box2 {
    overflow: hidden;
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block1_news_bg.jpg);
    transition: opacity 0.5s ease-out 0.6s, transform 1s ease-out 0.6s;
    -webkit-transition: opacity 0.5s ease-out 0.6s, transform 1s ease-out 0.6s;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.home .block1.show .box2 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.home .block1 .box2 .news {
    overflow: hidden;
    color: #fff;
    padding: 6% 3% 2% 3%;
}

.home .block1 .box2>.img {
    float: right;
    overflow: hidden;
    width: 50%;
}

.home .block1 .box2 .img img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    width: 100%;
    height: 100%;
}

.home .block1 .box2 .img:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.home .block1 .box2 .scroll-list {
    margin: 0 3%;
    overflow: hidden;
    padding-top: 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background-repeat: repeat-x;
}

.home .block1 .box2 .scroll-list li {
    overflow: hidden;
    display: none;
}

.home .block1 .box2 .scroll-list li:nth-child(-n+5) {
    display: block;
}

.home .block1 .box2 .scroll-list p {
    width: 60px;
    float: right;
    font-family: Arial;
    font-size: 17px;
    height: 26px;
}

.home .block1 .box2 .scroll-list span {
    font-size: 22px;
    line-height: 1;
}

.home .block1 .box2 .scroll-list a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    padding-left: 20px;
    margin-right: 65px;
    position: relative;
    display: block;
    padding-top: 0;
}

.home .block1 .box2 .scroll-list a:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}

.home .block1 .box2 .scroll-list a:hover {
    /*color:#d8a8a8;20190128*/
    color: #f3eb96;
}

.home .block1 .box2 .scroll-year {
    position: relative;
    padding: 5% 12% 0;
    margin-left: 14px;
    overflow: hidden;
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block1_news_line.png) left top repeat-x;
}

.home .block1 .box2 .scroll-year a {
    position: absolute;
    bottom: 8%;
    background: url(/template/bjshool_PC/Public/static/themes/image/scroll-year_arr.png) no-repeat;
    width: 28px;
    height: 28px;
}

.home .block1 .box2 .scroll-year .prev {
    left: 0;
    background-position: left;
}

.home .block1 .box2 .scroll-year .next {
    right: 0;
    background-position: right;
}

.home .block1 .box2 .scroll-year ul {
    overflow: hidden;
}

.home .block1 .box2 .scroll-year li {
    float: left;
    font-family: Impact, Arial;
    line-height: 46px;
    color: #a64544;
    padding: 0 4%;
}

.home .block1 .box2 .scroll-year li.n {
    color: #fff;
}

.home .block1 .box3 {
    transition: opacity 0.5s ease-out 0s, transform 1s ease-out 0s;
    -webkit-transition: opacity 0.5s ease-out 0s, transform 1s ease-out 0s;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.home .block1.show .box3 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.home .block1 .box3 ul {
    overflow: hidden;
}

.home .block1 .box3 li {
    float: left;
    position: relative;
    overflow: hidden;
}

.home .block1 .box3 .l1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block1_box3_bg1.jpg) right center/*no-*/
    repeat;
    /*background-size:cover;*/
}

.home .block1 .box3 .l2 {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block1_box3_bg2.jpg) right center/*no-*/
    repeat;
    /*background-size:cover;*/
}

.home .block1 .box3 .l3 {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block1_box3_bg3.jpg) right center/*no-*/
    repeat;
    /*background-size:cover;*/
}

.home .block1 .box3 .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -126px;
    width: 240px;
    height: 252px;
}

.home .block1 .box3 li .bg img {
    display: none;
}

.home .block1 .box3 li .bg img.i1 {
    display: block;
}

.home .block1.show .box3 li .bg img {
    -webkit-animation: swinging 30s linear 0s infinite;
    animation: swinging 30s linear 0s infinite;
}

.home .block1.show .box3 li .bg img:hover {
    animation-play-state: paused;
}

@-moz-keyframes swinging {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes swinging {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes swinging {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swinging {
    -webkit-animation-name: swinging;
    -moz-animation-name: swinging;
    -o-animation-name: swinging;
    animation-name: swinging;
}

.home .block1 .box3 .ico {
    overflow: hidden;
}

.home .block1 .box3 .cont {
    color: #fff;
    position: relative;
    z-index: 2;
}

.home .block1 .box3 .cont h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.home .block1 .box3 .cont a {
    color: #fff;
}

.home .block1 .box3 .cont a:hover {
    opacity: 0.8;
}

.home .block1 .box3 .cont p {
    line-height: 22px;
    text-align: center;
}

.home .block1 .box4 {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block1_box4_bg.jpg);
    transition: opacity 0.5s ease-out 0.3s, transform 1s ease-out 0.3s;
    -webkit-transition: opacity 0.5s ease-out 0.3s, transform 1s ease-out 0.3s;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.home .block1.show .box4 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.home .block1 .box4 .item {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 2% 2% 2%;
}

.home .block1 .box4 .item:first-child {
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home .block1 .box4 .title {
    margin: 0 38px 0 3%;
}

.home .block1 .box4 .list {
    margin-bottom: 5%;
}

.home .block1 .box4 .list ul {
    overflow: hidden;
}

.home .block1 .box4 .list li {
    float: left;
    width: 22.5%;
    color: #fff;
    margin-left: 2%;
}

.home .block1 .box4 .list h1 {
    font-family: Impact, Arial;
    margin-bottom: 10px;
    padding-right: 30px;
    color: inherit;
}

.home .block1 .box4 .list p {}

.home .block1 .box4 .tip {
    padding-left: 6%;
}

.home .block1 .box4 .tip p {
    color: #a0b4c2;
}

.home .block1 .box4 .tip i {
    margin-right: 15px;
    padding-right: 20px;
    display: inline-block;
    background: url(/template/bjshool_PC/Public/static/themes/image/wxx_shuxina.png) right center no-repeat;
    /*width:75px;*/
}

.home .block1 .box4 .news {
    margin: 3% 6%;
    overflow: hidden;
}

.home .block1 .box4 .news li {
    overflow: hidden;
    padding: 6px 0;
    height: 24px;
    line-height: 24px;
}

.home .block1 .box4 .news p {
    float: right;
    font-family: Arial;
    font-size: 16px;
    color: #fff;
}

.home .block1 .box4 .news a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.home .block1 .box4 .news a:hover {
    color: #a0b4c2;
}

.home .block1 .box4 .news a {
    position: relative;
    padding-left: 24px;
}

.home .block1 .box4 .news a:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}

.home .block1 .box4 .list1 {
    color: #fff;
    margin: 0 5%;
    margin-top: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home .block1 .box4 .list1 .a {
    position: relative;
    padding: 15px 0;
    padding-left: 28px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .block1 .box4 .list1 .a em {
    width: 19px;
    height: 14px;
    /*background:url(/template/bjshool_PC/Public/static/themes/image/lyc/index-icon1.png) no-repeat left center;*/
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}

.home .block1 .box4 .list1 .a em img {
    vertical-align: top;
}

.home .block1 .box2 .list1 {
    color: #fff;
    margin: 0 3%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home .block1 .box2 .list1 .a {
    position: relative;
    padding: 5px 0;
    padding-left: 25px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .block1 .box2 .list1 .a em {
    width: 19px;
    height: 14px;
    /*background:url(/template/bjshool_PC/Public/static/themes/image/lyc/index-icon2.png) no-repeat left center;*/
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}

.home .block1 .box2 .list1 .a em img {
    vertical-align: top;
}

.home .block2 {
    overflow: hidden;
    position: relative;
}

.home .block2 .box {
    position: relative;
    height: 100%;
    float: left;
    margin-right: 30px;
    background: center top no-repeat;
}

.home .block2 .box .title {
    /*padding-top: 58px;*/
    margin-bottom: 92px;
    position: relative;
}

.home .block2 .box .title:after {
    content: "";
    display: block;
    width: 6px;
    height: 30px;
    /*background: url(/template/bjshool_PC/Public/static/themes/image/lyc/home_line.png);*/
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -45px;
}

.home .block2 .box .title h1 {
    color: #fff;
    /*font-family:fzfysjt;*/
    font-size: 0;
    /*background: url(/template/bjshool_PC/Public/static/themes/image/title_dot.png) center no-repeat;*/
    overflow: hidden;
    text-align: center;
}

.home .block2 .box .title h1 span {
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    font-size: 26px;
}

.home .block2 .box .title h1 .s1 {
    margin-right: 48px;
}

.home .block2 .num {
    overflow: hidden;
    color: #fff;
    margin: 0 30px 10px;
}

.home .block2 .num p {
    float: right;
    font-size: 26px;
    width: 58px;
    height: 58px;
    background: url(/template/bjshool_PC/Public/static/themes/image/jian.png) center no-repeat;
    text-align: center;
    margin-left: 8px;
    background-size: contain;
}

.home .block2 .num b {
    overflow: hidden;
    display: block;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 58px;
    line-height: 1;
}

.home .block2 .tip {
    background: url(/template/bjshool_PC/Public/static/themes/image/xf/png10.png) center no-repeat;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    position: relative;
}

.home .block2 .tip span {
    padding-right: 20px;
    /*background:url(/template/bjshool_PC/Public/static/themes/image/txtbg1.png) no-repeat right center;*/
    /*vertical-align:middle;*/
}

.home .block2 .tip span:hover {
    opacity: 0.8;
}

.home .block2 .tip .b {
    margin: 0 5px;
    padding: 0;
    font-family: Impact;
    font-size: 25px;
    vertical-align: middle;
}

.home .block2 .tip .arr {
    margin-top: -5px;
    margin-left: 10px;
}

.home .block2 .tip b {
    font-family: Impact, Arial, sans-serif;
    font-size: 26px;
    vertical-align: bottom;
}

.home .block2 .link {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 46px;
    width: 140px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.home .block2 .list {
    overflow: hidden;
}

.home .block2 .list li {
    position: relative;
    float: left;
}

.home .block2 .mask {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/template/bjshool_PC/Public/static/themes/image/opacity-75.png);
    color: #fff;
    overflow: hidden;
    *zoom: 1;
}

.home .block2 .mask a {
    padding: 50px 60px 0;
    display: block;
    color: #fff;
}

.home .block2 .mask p {
    line-height: 24px;
    margin-bottom: 10px;
}

.home .block2 .mask .jj {
    overflow: hidden;
}

.home .block2 .mask .pos {}

.home .block2 .mask h1 {
    font-family: fzfysjt;
    font-size: 28px;
    text-align: center;
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 100%;
    color: inherit;
}

.home .block2 .mask h1 span {
    vertical-align: middle;
}

.home .block2 .pop-type {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_bg.jpg);
    border: 13px solid #cba777;
    color: #fff;
    display: none;
}

.home .block2 .pop-type h1 {
    color: #fff;
}

.home .block2 .pop-type h2 {
    color: #fff;
}

.home .block2 .pop-type .close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(/template/bjshool_PC/Public/static/themes/image/block2_mask_close.png) no-repeat;
    width: 44px;
    height: 44px;
}

.home .block2 .pop-type .title {
    float: left;
    overflow: hidden;
    margin-left: 132px;
    margin-right: 62px;
}

.home .block2 .pop-type .title h1 {
    float: left;
    font-family: fzfysjt;
    font-size: 28px;
    line-height: 40px;
    width: 40px;
    margin-right: 32px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.home .block2 .pop-type .title h1 b {
    display: inline-block;
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.home .block2 .pop-type .title h2 {
    float: left;
    font-size: 12px;
    line-height: 18px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.home .block2 .pop-type .table {
    overflow: hidden;
    padding: 92px 0 0;
}

.home .block2 .pop-type .table li {
    float: left;
    width: 136px;
    height: 27px;
    background: url(/template/bjshool_PC/Public/static/themes/image/huiwentxt.png) no-repeat;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 25px;
    margin-bottom: 26px;
}

.home .block2 .pop-type .table a {
    color: #fff;
    display: block;
}

.home .block2 .pop-type .table a:hover {
    color: #bc9765;
}

.home .block3 {
    margin-bottom: 30px;
    overflow: hidden;
}

.home .block3 .img {
    float: right;
    height: 100%;
}

.home .block3 .img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 1, 1, 1) 0s;
}

.home .block3 .img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.home .block3 .box {
    overflow: hidden;
    height: 100%;
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block3_box_bg.jpg) center no-repeat;
}

.home .block3 .box .title {
    color: #fff;
}

.home .block3 .box .title h1 {
    /*font-family:fzfysjt;*/
    /*background:url(/template/bjshool_PC/Public/static/themes/image/title_dot.png) 164px center no-repeat;*/
    overflow: hidden;
    color: inherit;
}

.home .block3 .box .title h1 span {
    vertical-align: middle;
}

.home .block3 .box .title h1 .s1 {
    /*margin-right:48px;*/
}

.home .block3 .box .title h1 span {
    font-size: 26px;
    height: 36px;
    line-height: 36px;
}

.home .block3 .box ul {
    overflow: hidden;
    padding-left: 60px;
}

.home .block3 .box li {
    float: left;
    width: 50%;
    margin-bottom: 42px;
}

.home .block3 .box h3 {
    margin-bottom: 14px;
    padding-right: 60px;
    padding-left: 22px;
    background: url(/template/bjshool_PC/Public/static/themes/image/liststyle.png) left no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.home .block3 .box h3 a {
    color: #ffd6d6;
}

.home .block3 .box h3:hover {
    color: #d8a8a8;
}

.home .block3 .box p {
    color: #ffd6d6;
    line-height: 22px;
    margin-bottom: 18px;
    padding-right: 60px;
    overflow: hidden;
}

.home .block3 .box .link {
    display: block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: #d8a8a8;
    text-align: center;
    position: relative;
}

.home .block3 .box .link:hover {
    color: #ffd6d6;
}

.home .block4 .scrolllist {
    /*float:left;*/
    height: 100%;
}

.home .block4 .scrolllist ul {
    overflow: hidden;
    height: 100%;
}

.home .block4 .scrolllist li {
    float: left;
    width: 25%;
    height: 100%;
    position: relative;
}

.home .block4 .scrolllist .img img {
    display: none;
}

.home.normal .block4 .scrolllist .img img.i1 {
    display: block;
}

.home .block4 .scrolllist .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home .block4 .scrolllist .m1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block4_bg1.jpg);
}

.home .block4 .scrolllist .m2 {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block4_bg2.jpg);
}

.home .block4 .scrolllist .m3 {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block4_bg3.jpg);
}

.home .block4 .scrolllist .m4 {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block4_bg4.jpg);
}

.home .block4 .scrolllist .cont {
    position: absolute;
    left: 0;
    top: 75px;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.home .block4 .scrolllist .cont img {
    margin-bottom: 8px;
}

.page1660 .home .block4 .scrolllist .cont img {
    width: 160px;
}

.home .block4 .scrolllist .cont p {
    font-size: 18px;
}

.home .block4 .scrolllist a {
    color: #fff;
    display: block;
    height: 100%;
    position: relative;
}

.home .block4 .scrollarr {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block4_arr.jpg) center no-repeat;
    overflow: hidden;
}

.home .block4 .scrollarr a {
    display: block;
    height: 50%;
    background: center no-repeat;
}

.home .block4 .scrollarr .prev {
    margin-right: 60%;
}

.home .block4 .scrollarr .next {
    margin-left: 60%;
}

.home .block5 {
    overflow: hidden;
    position: relative;
}

.home .block5 .box {
    position: relative;
    height: 100%;
    float: left;
    margin-right: 30px;
    background: center top no-repeat;
}

.home .block5 .box .title {
    /*padding-top: 58px;*/
    margin-bottom: 92px;
    position: relative;
}

.home .block5 .box .title:after {
    content: "";
    display: block;
    width: 6px;
    height: 30px;
    /*background: url(/template/bjshool_PC/Public/static/themes/image/lyc/home_line.png);*/
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -45px;
}

.home .block5 .box .title h1 {
    color: #fff;
    /*font-family:fzfysjt;*/
    font-size: 0;
    /*background: url(/template/bjshool_PC/Public/static/themes/image/title_dot.png) center no-repeat;*/
    overflow: hidden;
    text-align: center;
}

.home .block5 .box .title h1 span {
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    font-size: 26px;
}

.home .block5 .box .title h1 .s1 {
    margin-right: 48px;
}

.home .block5 .num {
    overflow: hidden;
    color: #fff;
    margin: 0 30px 10px;
}

.home .block5 .num p {
    float: right;
    font-size: 26px;
    width: 58px;
    height: 58px;
    background: url(/template/bjshool_PC/Public/static/themes/image/jian.png) center no-repeat;
    text-align: center;
    margin-left: 8px;
    background-size: contain;
}

.home .block5 .num b {
    overflow: hidden;
    display: block;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 58px;
    line-height: 1;
}

.home .block5 .tip {
    background: url(/template/bjshool_PC/Public/static/themes/image/xf/png10.png) center no-repeat;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    position: relative;
}

.home .block5 .tip span {
    padding-right: 20px;
    /*background:url(/template/bjshool_PC/Public/static/themes/image/txtbg1.png) no-repeat right center;*/
    /*vertical-align:middle;*/
}

.home .block5 .tip span:hover {
    opacity: 0.8;
}

.home .block5 .tip .b {
    margin: 0 5px;
    padding: 0;
    font-family: Impact;
    font-size: 25px;
    vertical-align: middle;
}

.home .block5 .tip .arr {
    margin-top: -5px;
    margin-left: 10px;
}

.home .block5 .tip b {
    font-family: Impact, Arial, sans-serif;
    font-size: 26px;
    vertical-align: bottom;
}

.home .block5 .link {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 46px;
    width: 140px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.home .block5 .list {
    overflow: hidden;
}

.home .block5 .list li {
    position: relative;
    float: left;
}

.home .block5 .mask {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/template/bjshool_PC/Public/static/themes/image/opacity-75.png);
    color: #fff;
    overflow: hidden;
    *zoom: 1;
}

.home .block5 .mask a {
    padding: 50px 60px 0;
    display: block;
    color: #fff;
}

.home .block5 .mask p {
    line-height: 24px;
    margin-bottom: 10px;
}

.home .block5 .mask .jj {
    overflow: hidden;
}

.home .block5 .mask .pos {}

.home .block5 .mask h1 {
    font-family: fzfysjt;
    font-size: 28px;
    text-align: center;
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 100%;
    color: inherit;
}

.home .block5 .mask h1 span {
    vertical-align: middle;
}

.home .block5 .pop-type {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_bg.jpg);
    border: 13px solid #cba777;
    color: #fff;
    display: none;
}

.home .block5 .pop-type h1 {
    color: #fff;
}

.home .block5 .pop-type h2 {
    color: #fff;
}

.home .block5 .pop-type .close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(/template/bjshool_PC/Public/static/themes/image/block2_mask_close.png) no-repeat;
    width: 44px;
    height: 44px;
}

.home .block5 .pop-type .title {
    float: left;
    overflow: hidden;
    margin-left: 132px;
    margin-right: 62px;
}

.home .block5.pop-type .title h1 {
    float: left;
    font-family: fzfysjt;
    font-size: 28px;
    line-height: 40px;
    width: 40px;
    margin-right: 32px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.home .block5 .pop-type .title h1 b {
    display: inline-block;
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.home .block5 .pop-type .title h2 {
    float: left;
    font-size: 12px;
    line-height: 18px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.home .block5 .pop-type .table {
    overflow: hidden;
    padding: 92px 0 0;
}

.home .block5 .pop-type .table li {
    float: left;
    width: 136px;
    height: 27px;
    background: url(/template/bjshool_PC/Public/static/themes/image/huiwentxt.png) no-repeat;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 25px;
    margin-bottom: 26px;
}

.home .block5 .pop-type .table a {
    color: #fff;
    display: block;
}

.home .block5 .pop-type .table a:hover {
    color: #bc9765;
}


.home .tit-span img {
    height: auto;
    max-width: none;
    vertical-align: top;
    width: 24px;
}

.home .block1 .box1 .img img {
    max-height: none;
}

.page1660 {}

.page1660 .sidebar {
    margin-left: 788px;
}

.page1660 .navbar .layer {
    width: 1572px;
    height: 582px;
    padding-top: 156px;
    width: 100%;
    height: 100%;
}

.page1660 #header,
.page1660 #footer,
.page1660 #container,
.page1660 .navbar {
    min-width: 1660px;
}

.page1660 .wrap {
    width: 1572px;
}

.page1660 #header .tools ul {
    padding-top: 13px;
}

.page1660 #header .logo {
    width: 115px;
    height: 60px;
    top: 16px;
}

.page1660 #header .nav {
    /*text-align:left;*/
}

.page1660 #header .nav>ul {
    /*margin-left:338px;*/
}

.page1660 #header .nav>ul>li>a {
    font-size: 18px;
    padding: 28px 35px;
}

.page1660 #header .tools li a {
    padding-right: 22px;
}

.page1660 #header .tools li.scbtn a {
    z-index: 9;
}

.page1660 #header .tools li a:after {
    position: absolute;
    right: 0;
    top: 8px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.page1660 #header .tools li a.down:after {
    border-top: 0;
    border-bottom: 5px solid #fff;
}

.page1660 .home .focus {
    margin-bottom: 30px;
}

.page1660 .home .block1 {
    margin-bottom: 30px;
}

.page1660 .home .block1 .left {
    width: 928px;
}

.page1660 .home .block1 .box1 {
    height: 476px;
    margin-bottom: 30px;
}

.page1660 .home .block1 .box1 .img {
    /*width:595px;top:50px;*/
}

.page1660 .home .block1 .box1 .img img {
    top: 0;
    position: absolute;
}

.page1660 .home .block1 .box2 .news {
    padding: 8.6% 2% 3%;
}

.page1660 .home .block1 .box1 .cont {
    padding: 140px 55px 0 0;
}

.page1660 .home .block1 .box1 .cont h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.page1660 .home .block1 .box1 .cont h2 {
    font-size: 28px;
}

.page1660 .home .block1 .box1 .cont .link {
    font-size: 16px;
    line-height: 40px;
    width: 130px;
    height: 40px;
}

.page1660 .home .block1 .box2 .img {
    height: 434px;
    overflow: hidden;
}

.page1660 .home .block1 .box2 .title {
    margin-bottom: 21px;
}

.page1660 .home .block1 .box2 .scroll-list {
    /*margin-bottom:20px;margin-left:2%;height:277px;*/
}

.page1660 .home .block1 .box2 .scroll-list li {
    margin: 13px 0;
}

.page1660 .home .block1 .box2 .scroll-year {
    padding: 8% 12% 0;
}

.page1660 .home .block1 .box2 .scroll-year li {
    font-size: 32px;
}

.page1660 .home .block1 .box2 .scroll-year li.n {
    font-size: 46px;
}

.page1660 .home .block1 .box3 {
    margin-bottom: 30px;
}

.page1660 .home .block1 .box3 li {
    width: 204px;
    height: 292px;
}

.page1660 .home .block1 .box3 .ico {
    height: 74px;
    padding-top: 36px;
    margin: 0 30px 86px;
}

.page1660 .home .block1 .box3 .cont {
    padding: 0 30px;
}

.page1660 .home .block1 .box4 {
    padding-top: 4px;
    padding-bottom: 28px;
    height: 586px;
    width: 613px;
}

.page1660 .home .block1 .box4 .list h1 {
    font-size: 38px;
    margin-bottom: 10px;
    padding-right: 30px;
    background: url(/template/bjshool_PC/Public/static/themes/image/huiwen2.png) right no-repeat;
}

.page1660 .home .block1 .box4 .tip p {
    line-height: 26px;
}

.page1660 .home .block1 .box4 .tip span {
    margin-right: 15px;
}

.page1660 .home .block1 .box4 .news {
    height: 400px;
}

.page1660 .home .block1 .title h1 span {
    font-size: 28px;
    background-position: 114px 22px;
}

.page1660 .home .block1 .box4 .item .title {
    padding-top: 25px;
}

.page1660 .home .block1 .box4 .item:first-child {
    padding-bottom: 42px;
}

.page1660 .home .block1 .box4 .item:first-child .title {
    padding-top: 30px;
}

.page1660 .home .block1 .box4 .list {
    padding-top: 35px;
    margin-left: 20px;
}
/**/
.xf20191118 .home .block2 .box .news {
    padding-top: 3%;
    box-sizing: border-box;
}

.home .block2 .box .news {
    overflow: hidden;
    color: #fff;
    padding: 6% 3% 2% 3%;
}

.home .block2 .box .list1 {
    color: #fff;
    margin: 0 3%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.home .block2 .box .scroll-list {
    margin: 0 3%;
    overflow: hidden;
    padding-top: 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background-repeat: repeat-x;
}
.home .block2 .box .scroll-list li:nth-child(-n+6) {
    display: block;
    margin: 10px 0;
}
.home .block2 .box .scroll-list li {
    overflow: hidden;
    display: none;
}
.home .block2 .box .scroll-list a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    padding-left: 20px;
    margin-right: 65px;
    position: relative;
    display: block;
    padding-top: 0;
}
.home .block .box .scroll-list p {
    width: 60px;
    float: right;
    font-family: Arial;
    font-size: 17px;
    height: 26px;
}
.home .block2 .title .more {
    float: right;
    font-family: fzfysjt;
    color: #fff;
    position: relative;
    line-height: 1;
    width: 1em;
    padding: 10px 17px;
    margin-top: 5px;
}
.home .block2 .title h1 {
    display: inline-block;
    /* font-family: fzfysjt; */
    /* background: url(/template/bjshool_PC/Public/static/themes/image/title_dot.png) no-repeat center 25px !important; */
    overflow: hidden;
    padding-top: 10px;
    color: inherit;
    font-size: 0;
}
.home .block2 .box .list1 .a {
    position: relative;
    padding: 5px 0;
    padding-left: 25px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home .block2 .box .list1 .a em {
    width: 19px;
    height: 14px;
    /* background: url(/template/bjshool_PC/Public/static/themes/image/lyc/index-icon2.png) no-repeat left center; */
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.home .block2 .box .list1 .a em img {
    vertical-align: top;
}
.home .block2 .box .scroll-list p {
    width: 60px;
    float: right;
    font-family: Arial;
    font-size: 17px;
    height: 26px;
}
.home .block2 .box .scroll-list a:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}
.home .block2 .title .more i {
    position: absolute;
    left: 0;
    top: 0;
    background: url(/template/bjshool_PC/Public/static/themes/image/more.png) no-repeat;
    width: 48px;
    height: 100%;
}

.home .block2 .title .more:hover i {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.xf20191118 .home .block5 .box .news {
    padding-top: 3%;
    box-sizing: border-box;
}

.home .block5 .box .news {
    overflow: hidden;
    color: #fff;
    padding: 6% 3% 2% 3%;
}

.home .block5 .box .list1 {
    color: #fff;
    margin: 0 3%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.home .block5 .box .scroll-list {
    margin: 0 3%;
    overflow: hidden;
    padding-top: 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background-repeat: repeat-x;
}
.home .block5 .box .scroll-list li:nth-child(-n+6) {
    display: block;
    margin: 10px 0;
}
.home .block5 .box .scroll-list li {
    overflow: hidden;
    display: none;
}
.home .block5 .box .scroll-list a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    padding-left: 20px;
    margin-right: 65px;
    position: relative;
    display: block;
    padding-top: 0;
}
.home .block .box .scroll-list p {
    width: 60px;
    float: right;
    font-family: Arial;
    font-size: 17px;
    height: 26px;
}
.home .block5 .title .more {
    float: right;
    font-family: fzfysjt;
    color: #fff;
    position: relative;
    line-height: 1;
    width: 1em;
    padding: 10px 17px;
    margin-top: 5px;
}
.home .block5 .title h1 {
    display: inline-block;
    /* font-family: fzfysjt; */
    /* background: url(/template/bjshool_PC/Public/static/themes/image/title_dot.png) no-repeat center 25px !important; */
    overflow: hidden;
    padding-top: 10px;
    color: inherit;
    font-size: 0;
}
.home .block5 .box .list1 .a {
    position: relative;
    padding: 5px 0;
    padding-left: 25px;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home .block5 .box .list1 .a em {
    width: 19px;
    height: 14px;
    /* background: url(/template/bjshool_PC/Public/static/themes/image/lyc/index-icon2.png) no-repeat left center; */
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.home .block5 .box .list1 .a em img {
    vertical-align: top;
}
.home .block5 .box .scroll-list p {
    width: 60px;
    float: right;
    font-family: Arial;
    font-size: 17px;
    height: 26px;
}
.home .block5 .box .scroll-list a:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}
.home .block5 .title .more i {
    position: absolute;
    left: 0;
    top: 0;
    background: url(/template/bjshool_PC/Public/static/themes/image/more.png) no-repeat;
    width: 48px;
    height: 100%;
}
.home .block5 .title .more:hover i {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/**/
.page1660 .home .block2 {
    margin-bottom: 30px;
    height: 464px;
}

.page1660 .home .block2 .box {
    width: 384px;
    margin-right: 30px;
    /*background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1920.jpg);*/
    background-color: #f0831e;
}

.page1660 .home .block2 .box .title:after {
    bottom: -60px;
}

.page1660 .home .block2 .num p {
    float: right;
    font-size: 26px;
    width: 58px;
    height: 58px;
    background: url(/template/bjshool_PC/Public/static/themes/image/jian.png) center 5px no-repeat;
    line-height: 58px;
    text-align: center;
    margin-left: 8px;
}

.page1660 .home .block2 .num p img {
    width: 50%;
}

.page1660 .home .block2 .list li {
    width: 386px;
    height: 464px;
}

.page1660 .home .block2 .pop-type .title {
    width: 108px;
    margin-left: 132px;
    margin-right: 62px;
    padding: 36px 0;
}

.page1660 .home .block2 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 32px;
}

.page1660 .home .block2 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) center no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1660 .home .block2 .pop-type .title h2 {
    height: 338px;
    padding: 14px 0;
}

.page1660 .home .block2 .pop-type .table {
    padding: 92px 0 0;
}

.page1660 .home .block2 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 25px;
    margin-bottom: 26px;
}
.page1660 .home .block2 .box .news {
    padding: 8.6% 2% 3%;
}
.page1660 .home .block2 .box .scroll-list {
}
.page1660 .home .block2 .box .scroll-list li {
    margin: 13px 0;
}
.page1660 .home .block2 .box .title {
    margin-bottom: 21px;
}

.page1660 .home .block3 {
    margin-bottom: 30px;
    height: 478px;
}

.page1660 .home .block3 .img {
    float: right;
    width: 430px;
    margin-left: 30px;
    overflow: hidden;
}

.page1660 .home .block3 .box h3 {
    font-size: 20px;
}

.page1660 .home .block3 .box p {
    height: 44px;
}

.page1660 .home .block3 .box .title {
    padding: 72px 46px 38px;
}

.page1660 .home .block3 .box .title h1 {
    font-size: 0;
}

.page1660 .home .block4 {
    height: 280px;
    margin-bottom: 30px;
    overflow: hidden;
}

.page1660 .home .block4 .scrolllist {
    width: 100%;
}

.page1660 .home .block4 .scrollarr {
    height: 100%;
}

.page1660 .home .block4 .scrollarr .prev {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_prev1440.png);
}

.page1660 .home .block4 .scrollarr .next {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_next1440.png);
}

.page1660 .home .block4 .scrolllist li {
    width: 314px;
    height: 280px;
}

.page1660 .home .block5 {
    margin-bottom: 30px;
    height: 464px;
}

.page1660 .home .block5 .box {
    width: 384px;
    margin-right: 30px;
    /*background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1920.jpg);*/
    background-color: #225ba7;
}

.page1660 .home .block5 .box .title:after {
    bottom: -60px;
}

.page1660 .home .block5 .num p {
    float: right;
    font-size: 26px;
    width: 58px;
    height: 58px;
    background: url(/template/bjshool_PC/Public/static/themes/image/jian.png) center 5px no-repeat;
    line-height: 58px;
    text-align: center;
    margin-left: 8px;
}

.page1660 .home .block5 .num p img {
    width: 50%;
}

.page1660 .home .block5 .list li {
    width: 386px;
    height: 464px;
}

.page1660 .home .block5 .pop-type .title {
    width: 108px;
    margin-left: 132px;
    margin-right: 62px;
    padding: 36px 0;
}

.page1660 .home .block5 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 32px;
}

.page1660 .home .block5 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) center no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1660 .home .block5 .pop-type .title h2 {
    height: 338px;
    padding: 14px 0;
}

.page1660 .home .block5 .pop-type .table {
    padding: 92px 0 0;
}

.page1660 .home .block5 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 25px;
    margin-bottom: 26px;
}
.page1660 .home .block5 .box .news {
    padding: 8.6% 2% 3%;
}
.page1660 .home .block5 .box .scroll-list {
}
.page1660 .home .block5 .box .scroll-list li {
    margin: 13px 0;
}
.page1660 .home .block5 .box .title {
    margin-bottom: 21px;
}

.page1660 #footer {
    padding-bottom: 27px;
}

.page1660 #footer .share {
    position: absolute;
    right: 74px;
    top: 18px;
    z-index: 1;
}

.page1660 #footer .link {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
}

.page1660 #footer .link li {
    margin-left: 14px;
    padding-left: 14px;
}

.page1660 #footer .copy {
    position: relative;
    font-size: 14px;
    padding: 30px 0 0;
}

.page1660 #footer .ftbj {
    position: absolute;
    right: 252px;
    bottom: 0;
    z-index: 1;
}

.page1660 #footer .jy {
    /* position:absolute;right:0;top:23px; */
}

.page1660 .home .block2 .link1 {
    top: 285px;
}

.page1660 .home .block2 .link2 {
    bottom: 70px;
}

.page1660 .home .block5 .link1 {
    top: 285px;
}

.page1660 .home .block5 .link2 {
    bottom: 70px;
}

.page1440 {}

.page1440 .sidebar {
    /*margin-left: 670px;*/
    margin-left: 570px;
}

.page1440 .navbar .layer {
    width: 1332px;
    height: 525px;
    padding-top: 100px;
    width: 100%;
    height: 100%;
}

.page1440 #header,
.page1440 #footer,
.page1440 #container,
.page1440 .navbar {
    min-width: 1360px;
}

.page1440 .wrap {
    width: 1332px;
}

.page1440 #header .tools ul {
    padding-top: 14px;
}

.page1440 #header .tools li {
    height: 16px;
    margin-left: 15px;
    padding-left: 15px;
}

.page1440 #header .tools li a {
    padding-right: 18px;
    width: 15px;
    height: 16px;
}

.page1440 #header .tools li a:after {
    position: absolute;
    right: 0;
    top: 6px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.page1440 #header .tools ul {
    padding-top: 13px;
}

.page1440 #header .logo {
    width: 115px;
    height: 60px;
    top: 16px;
}

.page1440 #header .nav {
    /*text-align:left;*/
}

.page1440 #header .nav>ul {
    /*margin-left:310px;*/
}

.page1440 #header .nav>ul>li>a {
    padding: 28px 25px;
}

.page1440 #header .tools li a.down:after {
    border-top: 0;
    border-bottom: 5px solid #fff;
}

.page1440 .home .block1 .box2 {
    height: 366px;
}

.page1440 .home .focus {
    margin-bottom: 26px;
}

.page1440 .home .block1 {
    margin-bottom: 26px;
}

.page1440 .home .block1 .left {
    width: 786px;
}

.page1440 .home .block1 .box1 {
    height: 402px;
    margin-bottom: 26px;
}

.page1440 .home .block1 .box1 .img {
    width: 410px;
}

.page1440 .home .block1 .box1 .img img {
    /* position:absolute;*/
}

.page1440 .home .block1 .box1 .cont {
    padding: 106px 45px 0 0;
}

.page1440 .home .block1 .box1 .cont h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

.page1440 .home .block1 .box1 .cont h2 {
    font-size: 25px;
    margin-bottom: 16px;
}

.page1440 .home .block1 .box1 .cont .link {
    font-size: 16px;
    line-height: 40px;
    width: 130px;
    height: 40px;
}

.page1440 .home .block1 .box2 .img {
    width: 393px;
    height: 369px;
}

.page1440 .home .block1 .box2 .news {
    padding: 6% 2% 2%;
}

.page1440 .home .block1 .box2 .scroll-list {
    padding-top: 10px;
    height: auto;
}

.page1440 .home .block1 .box2 .scroll-list li {
    margin: 10px 0;
}

.page1440 .home .block1 .box2 .scroll-year li {
    font-size: 30px;
}

.page1440 .home .block1 .box2 .scroll-year li.n {
    font-size: 38px;
}

.page1440 .home .block1 .box3 {
    margin-bottom: 26px;
}

.page1440 .home .block1 .box3 li {
    width: 173px;
    height: 220px;
}

.page1440 .home .block1 .box3 .ico {
    height: 74px;
    padding-top: 26px;
    margin: 0 20px 8px;
}
.page1440 .home .block1 .box3 .ico img {
    margin: 0 auto;
    display: table-cell;
}

.page1440 .home .block1 .box3 .cont {
    padding: 0 20px;
}

.page1440 .home .block1 .box4 {
    width: 520px;
    height: 505px;
}

.page1440 .home .block1 .box4 .title {
    margin: 0 38px 0 4%;
}

.page1440 .home .block1 .box4 .list {
    padding-top: 17px;
    margin-left: 26px;
    margin-bottom: 4.4%;
}

.page1440 .home .block1 .box4 .list h1 {
    font-size: 34px;
    margin-bottom: 10px;
    padding-right: 30px;
    background: url(/template/bjshool_PC/Public/static/themes/image/huiwen1.png) right no-repeat;
}

.page1440 .home .block1 .box4 .tip {
    padding-left: 7%;
}

.page1440 .home .block1 .box4 .tip p {
    font-size: 12px;
    line-height: 24px;
}

.page1440 .home .block1 .box4 .tip span:first-child {
    margin-right: 15px;
}

.page1440 .home .block1 .box4 .news {
    height: 340px;
}

.page1440 .home .block1 .box4 .news li {
    padding: 9px 0;
}

.page1440 .home .block1 .title h1 span {
    font-size: 28px;
    background-position: 136px 22px;
}

.page1440 .home .block1 .box4 .item .title {
    padding-top: 18px;
}

.page1440 .home .block1 .box4 .item:first-child {
    padding-bottom: 20px;
}

.page1440 .home .block1 .box4 .item:first-child .title {
    padding-top: 15px;
}

.page1440 .home .block2 {
    margin-bottom: 26px;
    height: 392px;
}

.page1440 .home .block2 .box {
    width: 326px;
    margin-right: 18px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1440.jpg);
}

.page1440 .home .block2 .box .title {
    padding-top: 10px;
    margin-bottom: 3px;
}

.page1440 .home .block2 .num p {
    width: 45px;
    height: 43px;
    line-height: 42px;
    font-size: 24px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1440.png);
}

.page1440 .home .block2 .num b {
    font-size: 48px;
}

.page1440 .home .block2 .tip {
    font-size: 20px;
}

.page1440 .home .block2 .tip b {
    font-size: 24px;
}

.page1440 .home .block2 .link {}

.page1440 .home .block2 .link1 {
    top: 300px;
}

.page1440 .home .block2 .link2 {
    bottom: auto;
    top: 220px;
}

.page1440 .home .block2 .mask a {
    padding: 40px 44px 0;
}

.page1440 .home .block2 .mask .jj {
    /*height:72px;*/
}

.page1440 .home .block2 .list li {
    width: 329px;
    height: 392px;
}

.page1440 .home .block2 .list li img {
    width: 100%;
    max-width: auto;
}

.page1440 .home .block2 .pop-type .title {
    width: 120px;
    margin-left: 80px;
    margin-right: 40px;
    padding: 15px 0;
}

.page1440 .home .block2 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page1440 .home .block2 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1440 .home .block2 .pop-type .title h2 {
    height: 310px;
    padding: 20px 0;
}

.page1440 .home .block2 .pop-type .table {
    padding: 40px 0 0;
}

.page1440 .home .block2 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 14px;
}

.page1440 .home .block3 {
    margin-bottom: 26px;
    height: 405px;
}

.page1440 .home .block3 .img {
    float: right;
    width: 366px;
    /*  margin-left:26px;*/
    overflow: hidden;
}

.page1440 .home .block3 .box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.page1440 .home .block3 .box p {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page1440 .home .block3 .box .title {
    padding: 58px 40px 38px;
}

.page1440 .home .block3 .box .title h1 {
    font-size: 28px;
}

.page1440 .home .block3 .box li {
    margin-bottom: 36px;
}

.page1440 .home .block4 {
    height: 237px;
    margin-bottom: 26px;
    overflow: hidden;
}

.page1440 .home .block4 .scrollarr {
    height: 100%;
}

.page1440 .home .block4 .scrolllist {
    width: 100%;
}

.page1440 .home .block4 .scrolllist .cont {
    top: 54px;
}

.page1440 .home .block4 .scrolllist .cont img {
    width: 140px;
    margin: 0;
}

.page1440 .home .block4 .scrollarr .prev {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_prev1440.png);
}

.page1440 .home .block4 .scrollarr .next {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_next1440.png);
}

.page1440 .home .block4 .scrolllist li {
    width: 266px;
    height: 237px;
}
.page1440 .home .block5 {
    margin-bottom: 26px;
    height: 392px;
}

.page1440 .home .block5 .box {
    width: 326px;
    margin-right: 18px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1440.jpg);
}

.page1440 .home .block5 .box .title {
    padding-top: 10px;
    margin-bottom: 3px;
}

.page1440 .home .block5 .num p {
    width: 45px;
    height: 43px;
    line-height: 42px;
    font-size: 24px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1440.png);
}

.page1440 .home .block5 .num b {
    font-size: 48px;
}

.page1440 .home .block5.tip {
    font-size: 20px;
}

.page1440 .home .block5 .tip b {
    font-size: 24px;
}

.page1440 .home .block5 .link {}

.page1440 .home .block5 .link1 {
    top: 300px;
}

.page1440 .home .block5 .link2 {
    bottom: auto;
    top: 220px;
}

.page1440 .home .block5 .mask a {
    padding: 40px 44px 0;
}

.page1440 .home .block5 .mask .jj {
    /*height:72px;*/
}

.page1440 .home .block5 .list li {
    width: 329px;
    height: 392px;
}
.page1440 .home .block5 .list{
    width: 971px !important;
}
.page1440 .home .block5 .list li img {
    width: 100%;
    max-width: auto;
}

.page1440 .home .block5 .pop-type .title {
    width: 120px;
    margin-left: 80px;
    margin-right: 40px;
    padding: 15px 0;
}

.page1440 .home .block5 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page1440 .home .block5 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1440 .home .block5 .pop-type .title h2 {
    height: 310px;
    padding: 20px 0;
}

.page1440 .home .block5 .pop-type .table {
    padding: 40px 0 0;
}

.page1440 .home .block5 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 14px;
}

.page1440 #footer {
    padding-bottom: 27px;
}

.page1440 #footer .share {
    padding: 30px 0 20px;
}

.page1440 #footer .link li {
    margin-left: 14px;
    padding-left: 14px;
}

.page1440 #footer .copy {
    padding-top: 6px;
    font-size: 14px;
    margin-bottom: 18px;
}

.page1440 #footer .ftbj {
    margin-left: 8px;
}

.page1440 .home .block1 .box2 .list1 {
    padding-top: 15px;
}

.page1440 .home .block1 .box2 .news {
    padding-top: 50px;
}

.page1366 {}

.page1366 .sidebar {
    margin-left: 634px;
}

.page1366 .navbar .layer {
    width: 1258px;
    height: 513px;
    padding-top: 78px;
    width: 100%;
    height: 100%;
}

.page1366 #header,
.page1366 #footer,
.page1366 #container,
.page1366 .navbar {
    min-width: 100%;
}

.page1366 .wrap {
    width: 1258px;
}

.page1366 #header .logo {
    width: 115px;
    height: 60px;
    top: 16px;
}

.page1366 #header .nav {
    /*text-align:left;*/
}

.page1366 #header .nav>ul {
    /*margin-left:272px;*/
}

.page1366 #header .nav>ul>li>a {
    padding: 28px 25px;
}

.page1366 #header .tools ul {
    padding-top: 14px;
}

.page1366 #header .tools li {
    height: 16px;
    margin-left: 15px;
    padding-left: 15px;
}

.page1366 #header .tools li a {
    padding-right: 18px;
    width: 15px;
    height: 16px;
}

.page1366 #header .tools li a:after {
    position: absolute;
    right: 0;
    top: 6px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.page1366 #header .tools li a.down:after {
    border-top: 0;
    border-bottom: 5px solid #fff;
}

.page1366 .home .focus {
    margin-bottom: 24px;
}

.page1366 .home .block1 {
    margin-bottom: 24px;
}

.page1366 .home .block1 .left {
    width: 742px;
}

.page1366 .home .block1 .box1 {
    height: 380px;
    margin-bottom: 24px;
    position: relative;
}

.page1366 .home .block1 .box1 .img {
    width: 390px;
}

.page1366 .home .block1 .box1 .img img {
    /* bottom:0;position:absolute;*/
}

.page1366 .home .block1 .box1 .cont {
    padding: 95px 45px 0 0;
}

.page1366 .home .block1 .box1 .cont h1 {
    font-size: 33px;
    margin-bottom: 15px;
}

.page1366 .home .block1 .box1 .cont h2 {
    font-size: 22px;
}

.page1366 .home .block1 .box1 .cont .link {
    font-size: 14px;
    line-height: 36px;
    width: 110px;
    height: 36px;
}

.page1366 .home .block1 .box2 .img {
    width: 371px;
    height: 345px;
}

.page1366 .home .block1 .box2 .news {
    padding: 5.5% 2% 2% 2%;
}

.page1366 .home .block1 .box2 .title {
    margin-bottom: 8px;
}

.page1366 .home .block1 .box2 .scroll-list {
    margin-bottom: 0;
    height: auto;
}

.page1366 .home .block1 .box2 .scroll-list li {
    margin: 8px 0;
}

.page1366 .home .block1 .box2 .scroll-year li {
    font-size: 28px;
}

.page1366 .home .block1 .box2 .scroll-year li.n {
    font-size: 36px;
}

.page1366 .home .block1 .box3 {
    margin-bottom: 24px;
}

.page1366 .home .block1 .box3 li {
    width: 163px;
    height: 218px;
}

.page1366 .home .block1 .box3 .ico {
    height: 66px;
    padding-top: 22px;
    margin: 0 20px 15px;
}

.page1366 .home .block1 .box3 .cont {
    padding: 0 18px;
}

.page1366 .home .block1 .box4 {
    width: 489px;
    height: 461px;
}

.page1366 .home .block1 .box4 .list {
    margin-bottom: 3%;
    padding: 5px 0 0 4%;
}

.page1366 .home .block1 .box4 .list h1 {
    font-size: 32px;
    margin-bottom: 10px;
    padding-right: 30px;
    background: url(/template/bjshool_PC/Public/static/themes/image/huiwen1.png) right no-repeat;
}

.page1366 .home .block1 .box4 .tip {
    padding-left: 5%;
}

.page1366 .home .block1 .box4 .tip p {
    font-size: 12px;
    line-height: 24px;
}

.page1366 .home .block1 .box4 .tip span {
    margin-right: 15px;
}

.page1366 .home .block1 .box4 .tip i {
    margin-right: 15px;
    padding-right: 18px;
}

.page1366 .home .block1 .box4 .tip span {
    margin-right: 15px;
}

.page1366 .home .block1 .box4 .news {
    height: 80px;
    padding: 2px 0;
}

.page1366 .home .block1 .box4 .news li {
    padding: 4px 0;
}

.page1366 .home .block1 .title h1 span {
    font-size: 26px;
    background-position: 100px 18px;
}

.page1366 .home .block1 .box4 .list1 {
    margin-top: 0;
}

.page1366 .home .block1 .box4 .item .title {
    padding-top: 5px;
}

.page1366 .home .block1 .box4 .item:first-child {
    padding-bottom: 15px;
}

.page1366 .home .block1 .box4 .item:first-child .title {
    padding-top: 22px;
}

.page1366 .home .block2 {
    margin-bottom: 24px;
    height: 371px;
}

.page1366 .home .block2 .box {
    width: 308px;
    margin-right: 23px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1366.jpg);
}

.page1366 .home .block2 .box .title {
    padding-top: 40px;
    margin-bottom: 56px;
}

.page1366 .home .block2 .box .title h1 {
    font-size: 26px;
}

.page1366 .home .block2 .num b {
    font-size: 42px;
}

.page1366 .home .block2 .num p {
    font-size: 22px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1366.png);
    width: 44px;
    height: 42px;
    line-height: 40px;
}

.page1366 .home .block2 .link {
    margin-left: -60px;
    width: 120px;
}

.page1366 .home .block2 .link1 {
    top: 290px;
}

.page1366 .home .block2 .link2 {
    top: 210px;
}

.page1366 .home .block2 .mask a {
    padding: 36px 34px 0;
}

.page1366 .home .block2 .mask .jj {
    height: 72px;
}

.page1366 .home .block2 .list li {
    width: 309px;
    height: 371px;
}

.page1366 .home .block2 .pop-type .title {
    width: 120px;
    margin-left: 80px;
    margin-right: 40px;
    padding: 5px 0;
}

.page1366 .home .block2 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page1366 .home .block2 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1366 .home .block2 .pop-type .title h2 {
    height: 300px;
    padding: 20px 0;
}

.page1366 .home .block2 .pop-type .table {
    padding: 40px 0 0;
}

.page1366 .home .block2 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 14px;
}

.page1366 .home .block3 {
    margin-bottom: 24px;
    height: 383px;
}

.page1366 .home .block3 .img {
    width: 345px;
    /*margin-left:24px;*/
    overflow: hidden;
}

.page1366 .home .block3 .box ul {
    padding-left: 52px;
}

.page1366 .home .block3 .box li {
    margin-bottom: 34px;
}

.page1366 .home .block3 .box h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.page1366 .home .block3 .box p {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page1366 .home .block3 .box .title {
    padding: 60px 38px 38px;
}

.page1366 .home .block3 .box .title h1 {
    font-size: 26px;
}

/* .page1366 .home .block3 .img img {transform:scale(1);-webkit-transform:scale(1);}
.page1366 .home .block3 .img img:hover {transform:scale(1.15);-webkit-transform:scale(1.15);} */

.page1366 .home .block4 {
    height: 223px;
    margin-bottom: 24px;
    overflow: hidden;
}

.page1366 .home .block4 .scrolllist {
    width: 100%;
}

.page1366 .home .block4 .scrolllist .cont {
    top: 50px;
}

.page1366 .home .block4 .scrolllist .cont img {
    width: 130px;
}

.page1366 .home .block4 .scrollarr {
    height: 100%;
}

.page1366 .home .block4 .scrollarr .prev {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_prev1366.png);
}

.page1366 .home .block4 .scrollarr .next {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_next1366.png);
}

.page1366 .home .block4 .scrolllist li {
    width: 251px;
    height: 224px;
}

.page1366 .home .block5 {
    margin-bottom: 24px;
    height: 371px;
}

.page1366 .home .block5 .box {
    width: 308px;
    margin-right: 23px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1366.jpg);
}

.page1366 .home .block5 .box .title {
    padding-top: 40px;
    margin-bottom: 56px;
}

.page1366 .home .block5 .box .title h1 {
    font-size: 26px;
}

.page1366 .home .block5 .num b {
    font-size: 42px;
}

.page1366 .home .block5 .num p {
    font-size: 22px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1366.png);
    width: 44px;
    height: 42px;
    line-height: 40px;
}

.page1366 .home .block5 .link {
    margin-left: -60px;
    width: 120px;
}

.page1366 .home .block5 .link1 {
    top: 290px;
}

.page1366 .home .block5 .link2 {
    top: 210px;
}

.page1366 .home .block5 .mask a {
    padding: 36px 34px 0;
}

.page1366 .home .block5 .mask .jj {
    height: 72px;
}

.page1366 .home .block5 .list li {
    width: 309px;
    height: 371px;
}

.page1366 .home .block5 .pop-type .title {
    width: 120px;
    margin-left: 80px;
    margin-right: 40px;
    padding: 5px 0;
}

.page1366 .home .block5 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page1366 .home .block5 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1366 .home .block5 .pop-type .title h2 {
    height: 300px;
    padding: 20px 0;
}

.page1366 .home .block5 .pop-type .table {
    padding: 40px 0 0;
}

.page1366 .home .block5 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 14px;
}

.page1366 #footer {
    padding-bottom: 27px;
}

.page1366 #footer .share {
    /*padding:30px 0 20px;*/
}

.page1366 #footer .link li {
    margin-left: 14px;
    padding-left: 14px;
}

.page1366 #footer .copy {
    padding-top: 6px;
    font-size: 14px;
    margin-bottom: 18px;
}

.page1366 #footer .ftbj {
    margin-left: 8px;
}

.page1280 #header .logo {
    top: 16px;
    width: 115px;
    height: 60px;
}

.page1280 .sidebar {
    margin-left: 590px;
}

.page1280 .navbar .layer {
    width: 1172px;
    height: 490px;
    padding-top: 60px;
    width: 100%;
    height: 100%;
}

.page1280 #header,
.page1280 #footer,
.page1280 #container,
.page1280 .navbar {
    min-width: 1260px;
}

.page1280 .wrap {
    width: 1172px;
}

.page1280 #header .tools ul {
    padding-top: 14px;
}

.page1280 #header .tools li {
    height: 16px;
    margin-left: 15px;
    padding-left: 15px;
}

.page1280 #header .tools li a {
    padding-right: 18px;
    width: 15px;
    height: 16px;
}

.page1280 #header .nav {
    /*text-align:left;*/
}

.page1280 #header .nav>ul {
    /*margin-left:230px;*/
    margin-left: -30px;
}

.page1280 #header .nav>ul>li>a {
    padding: 28px 25px;
}

.page1280 #header .tools li a:after {
    position: absolute;
    right: 0;
    top: 8px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.page1280 .home .focus {
    margin-bottom: 22px;
}

.page1280 .home .block1 {
    margin-bottom: 22px;
}

.page1280 .home .block1 .left {
    width: 692px;
}

.page1280 .home .block1 .box1 {
    height: 355px;
    margin-bottom: 22px;
}

.page1280 .home .block1 .box1 .img {
    width: 370px;
}

.page1280 .home .block1 .box1 .img img {
    position: absolute;
}

.page1280 .home .block1 .box1 .cont {
    padding: 80px 44px 0 0;
}

.page1280 .home .block1 .box1 .cont h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.page1280 .home .block1 .box1 .cont h2 {
    font-size: 28px;
}

.page1280 .home .block1 .box1 .cont .link {
    font-size: 14px;
    line-height: 36px;
    width: 110px;
    height: 36px;
}

.page1280 .home .block1 .box2 .img {
    height: 325px;
}

.page1280 .home .block1 .box2 .news {
    padding-bottom: 0;
}

.page1280 .home .block1 .box2 .news .title {
    margin: 0;
}

.page1280 .home .block1 .box2 .scroll-list {
    height: auto;
    margin-bottom: 8px;
    margin-left: 0;
}

.page1280 .home .block1 .box2 .scroll-list li {
    margin: 6px 0;
}

.page1280 .home .block1 .box2 .scroll-list li span {}

.page1280 .home .block1 .box2 .scroll-year {
    margin-left: 0;
}

.page1280 .home .block1 .box2 .scroll-year li {
    font-size: 26px;
}

.page1280 .home .block1 .box2 .scroll-year li.n {
    font-size: 32px;
}

.page1280 .home .block1 .box3 {
    margin-bottom: 22px;
}

.page1280 .home .block1 .box3 li {
    width: 152px;
    height: 205px;
}

.page1280 .home .block1 .box3 .ico {
    height: 54px;
    padding-top: 20px;
    margin: 0 20px 15px;
}

.page1280 .home .block1 .box3 .cont {
    padding: 0 20px;
}

.page1280 .home .block1 .box4 {
    width: 456px;
    height: 427px;
}

.page1280 .home .block1 .box4 .list {
    margin-bottom: 3%;
    padding-top: 10px;
    padding-left: 10px;
}

.page1280 .home .block1 .box4 .list h1 {
    font-size: 32px;
    margin-bottom: 10px;
    padding-right: 14px;
    background: url(/template/bjshool_PC/Public/static/themes/image/huiwen1.png) right no-repeat;
}

.page1280 .home .block1 .box4 .tip p {
    font-size: 12px;
    line-height: 20px;
}

.page1280 .home .block1 .box4 .tip span {
    margin-right: 10px;
}

.page1280 .home .block1 .box4 .tip span i {
    margin-right: 5px;
    padding-right: 10px;
}

.page1280 .home .block1 .box4 .news {
    /*height:90px;*/
    padding: 0 0;
}

.page1280 .home .block1 .title {
    margin: 0 38px 0 2%;
}

.page1280 .home .block1 .title h1 span {
    font-size: 26px;
    background-position: 122px 20px;
}

.page1280 .home .block1 .box4 .item .title {
    padding-top: 10px;
}

.page1280 .home .block1 .box4 .item:first-child {
    padding-bottom: 15px;
}

.page1280 .home .block1 .box4 .item:first-child .title {
    padding-top: 15px;
}

.page1280 .home .block2 {
    margin-bottom: 22px;
    height: 345px;
}

.page1280 .home .block2 .box {
    width: 287px;
    margin-right: 24px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1280.jpg);
}

.page1280 .home .block2 .box .title {
    padding-top: 36px;
    margin-bottom: 50px;
}

.page1280 .home .block2 .box .title h1 {
    font-size: 26px;
}

.page1280 .home .block2 .tip {
    font-size: 16px;
}

.page1280 .home .block2 .tip b {
    font-size: 18px;
}

.page1280 .home .block2 .num b {
    font-size: 40px;
}

.page1280 .home .block2 .num p {
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 40px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1280.png);
}

.page1280 .home .block2 .link {
    margin-left: -56px;
    width: 118px;
}

.page1280 .home .block2 .link1 {
    top: 265px;
}

.page1280 .home .block2 .link2 {
    top: 190px;
}

.page1280 .home .block2 .mask a {
    padding: 32px 30px 0;
}

.page1280 .home .block2 .mask .jj {
    height: auto;
    overflow: hidden;
}

.page1280 .home .block2 .mask .pos {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page1280 .home .block2 .mask h1 {
    bottom: 32px;
}

.page1280 .home .block2 .list li {
    width: 287px;
    height: 345px;
}

.page1280 .home .block2 .pop-type .title {
    width: 140px;
    margin-left: 80px;
    margin-right: 20px;
}

.page1280 .home .block2 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page1280 .home .block2 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1280 .home .block2 .pop-type .title h2 {
    height: 278px;
    padding: 20px 0;
}

.page1280 .home .block2 .pop-type .table {
    padding: 26px 0 0;
}

.page1280 .home .block2 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 8px;
}

.page1280 .home .block3 {
    margin-bottom: 22px;
    height: 357px;
}

.page1280 .home .block3 .img {
    width: 322px;
    margin-left: 22px;
}

.page1280 .home .block3 .box .title {
    padding: 46px 46px 38px;
}

.page1280 .home .block3 .box .title h1 {
    font-size: 26px;
}

.page1280 .home .block3 .box ul {
    padding-left: 44px;
}

.page1280 .home .block3 .box li {
    margin-bottom: 34px;
}

.page1280 .home .block3 .box h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.page1280 .home .block3 .box p {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page1280 .home .block4 {
    margin-bottom: 22px;
}

.page1280 .home .block4 .scrolllist {
    width: 100%;
}

.page1280 .home .block4 .scrollarr {
    height: 209px;
}

.page1280 .home .block4 .scrolllist .cont {
    top: 52px;
}

.page1280 .home .block4 .scrolllist .cont img {
    width: 130px;
    margin-bottom: 4px;
}

.page1280 .home .block4 .scrollarr .prev {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_prev1280.png);
}

.page1280 .home .block4 .scrollarr .next {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_next1280.png);
}

.page1280 .home .block4 .scrolllist li {
    width: 234px;
    height: 209px;
}

.page1280 .home .block5 {
    margin-bottom: 22px;
    height: 345px;
}

.page1280 .home .block5 .box {
    width: 287px;
    margin-right: 24px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1280.jpg);
}

.page1280 .home .block5 .box .title {
    padding-top: 36px;
    margin-bottom: 50px;
}

.page1280 .home .block5 .box .title h1 {
    font-size: 26px;
}

.page1280 .home .block5 .tip {
    font-size: 16px;
}

.page1280 .home .block5 .tip b {
    font-size: 18px;
}

.page1280 .home .block5 .num b {
    font-size: 40px;
}

.page1280 .home .block5 .num p {
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 40px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1280.png);
}

.page1280 .home .block5 .link {
    margin-left: -56px;
    width: 118px;
}

.page1280 .home .block5 .link1 {
    top: 265px;
}

.page1280 .home .block5 .link2 {
    top: 190px;
}

.page1280 .home .block5 .mask a {
    padding: 32px 30px 0;
}

.page1280 .home .block5 .mask .jj {
    height: auto;
    overflow: hidden;
}

.page1280 .home .block5 .mask .pos {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page1280 .home .block5 .mask h1 {
    bottom: 32px;
}

.page1280 .home .block5 .list li {
    width: 287px;
    height: 345px;
}

.page1280 .home .block5 .pop-type .title {
    width: 140px;
    margin-left: 80px;
    margin-right: 20px;
}

.page1280 .home .block5 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page1280 .home .block5 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1280 .home .block5 .pop-type .title h2 {
    height: 278px;
    padding: 20px 0;
}

.page1280 .home .block5 .pop-type .table {
    padding: 26px 0 0;
}

.page1280 .home .block5 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 8px;
}

.page1280 #footer {
    padding-bottom: 27px;
}

.page1280 #footer .share {
    /* padding:30px 0 20px;*/
}

.page1280 #footer .link li {
    margin-left: 14px;
    padding-left: 14px;
}

.page1280 #footer .copy {
    padding-top: 6px;
    font-size: 14px;
    margin-bottom: 18px;
}

.page1280 #footer .ftbj {
    margin-left: 8px;
}

.page1280 .home .block1 .box4 .list1 .a {
    padding: 4px 0 4px 28px;
}

.page1280 .home .block1 .box4 .news li {
    padding: 4px 0;
}

.page1280 .home .block1 .box2 .list1 {
    margin: 0;
    margin-top: 5px;
}

.page1280 .home .block1 .box4 .list1 {
    margin-top: 5px;
}

.page1280 .home .block1 .box2 .scroll-list a:before {
    left: 7px;
}

#header .wrap {
    width: 100%;
}

#header .clear {
    display: inline-block;
    margin-left: -100px;
}

#footer .link li:first-child {
    padding: 0;
    margin: 0;
    border: 0;
}

.home .block1 .box4 .list .last h1 {
    padding: 0;
    background: none;
}

@media screen and (max-width:640px) {}

/* pace loading */

/* content:attr(data-progress-text) */

.pace {
    background-clip: padding-box;
    background-color: #fff;
    top: 0;
    height: 5px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 2000;
    overflow: hidden;
}

.pace .pace-progress {
    background: #555;
    border-radius: 2px;
    height: 3px;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
}

.pace.pace-inactive {
    display: none;
}

/* 面包? */

#bread {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #707070;
}

#bread a {
    color: #707070;
}

#bread a:hover {
    color: #ff5705;
}

#bread .cur {
    color: #ff5705;
}

/* 下拉选框 */

.selectWarp {
    text-align: left;
    cursor: pointer;
    position: relative;
    border: 1px solid #a9a9a9;
}

.selectWarp .selectBtn {
    position: relative;
    overflow: hidden;
    height: 26px;
    padding: 0 26px 0 12px;
    line-height: 26px;
    font-size: 12px;
    color: #474747;
}

.selectWarp .selectBtn .arr {
    position: absolute;
    right: 10px;
    top: 0;
    width: 12px;
    height: 100%;
    background: url(/template/bjshool_PC/Public/static/themes/image/select_arrow.png) left no-repeat;
}

.selectWarp .down .arr {
    background-position: right;
}

.selectWarp .options {
    max-height: 90px;
    overflow: hidden;
    padding: 12px 2px 12px 12px;
    background-color: #FFF;
    border: 1px solid #a9a9a9;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 26px;
    z-index: 10;
    display: none;
}

.selectWarp ul {
    padding-right: 20px;
}

.selectWarp ul li {
    font-size: 12px;
    margin-bottom: 5px;
}

.selectWarp ul li:hover {
    color: #909090;
}

.selectWarp .mCSB_inside>.mCSB_container {
    margin: 0;
}

/* 分页 */

.page {
    text-align: center;
    width: 100%;
    font-size: 0;
}

.page ul {
    display: inline-block;
    overflow: hidden;
}

.page li {
    float: left;
    padding: 0 4px;
    color: #707070;
    line-height: 34px;
    font-family: Arial;
    font-size: 16px;
}

.page a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #707070;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.page a:hover {
    color: #FFF;
    background-color: #166e31;
    border-color: #166e31;
}

.page .cur {
    color: #FFF;
    background-color: #166e31;
    border-color: #166e31;
}

/* 弹窗 */

.popWindow .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popWindow .dialog {
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    letter-spacing: 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color: #474747;
}

.popWindow .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.popWindow .head {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 20px;
}

.popWindow .cont {
    padding: 20px;
}

.popWindow .btnWarp {
    text-align: center;
    border-top: #e4e4e4;
}

.popWindow .btnWarp .center {
    display: inline-block;
    overflow: hidden;
}

.popWindow .btnWarp button {
    float: left;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f0f0f0;
    border: 1px solid #c3c3c3;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.popWindow .btnWarp button:hover {
    background-color: #4f89f5;
    color: #fff;
    border-color: #4e73b9;
}

/****/

/* 滚动? dark-thin */

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
/* auto-expanded scrollbar */

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0.5;
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.saleNum {
    width: 122px;
    height: 28px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    background-color: #FFF;
}

.saleNum span {
    -moz-user-select: none;
    float: left;
    overflow: hidden;
    color: #b1b1b1;
    font-family: Arial;
    font-size: 20px;
}

.saleNum span:hover {
    color: #ae985e;
}

.saleNum .numBtn {
    width: 31px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.saleNum input {
    width: 48px;
    height: 28px;
    line-height: 28px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    float: left;
    text-align: center;
    padding: 0 5px;
}

#footer .proposal {
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    background: #474747;
    border-top: 1px solid #474747;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -60px;
    z-index: 9999;
}

/*四季winter主题切换样式*/

.winter.home .block1 .box3 .l1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block1_box3_bg1.jpg);
}

.winter.home .block1 .box3 .l2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block1_box3_bg2.jpg);
}

.winter.home .block1 .box3 .l3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block1_box3_bg3.jpg);
}

.winter.home .block1 .box2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block1_news_bg.jpg);
}

.winter.home .block1 .box4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block1_box4_bg.jpg);
}

.winter.home .block1 .box4 .item:first-child {
    border-color: #222b3b;
}

.winter.home .block1 .box4 .item {
    border-color: #526281;
}
.winter.home .block1 .box4 .tip p {
    color: #aeb4ce;
}
.winter.home .block4 .scrollarr {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block4_arr.jpg);
}

.page1660 .winter.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block2_box_bg1920.jpg);
}

.page1440 .winter.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block2_box_bg1440.jpg);
}

.page1366 .winter.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block2_box_bg1366.jpg);
}

.page1280 .winter.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block2_box_bg1280.jpg);
}

.winter.home .block2 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/txtbg.png);
}

.page1660 .winter.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/jian.png);
}

.page1280 .winter.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/jian1280.png);
}

.page1440 .winter.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/jian1440.png);
}

.page1366 .winter.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/jian1366.png);
}

.winter.home .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block3_box_bg.jpg);
}

.winter.home .block3 .box p {
    color: #dae2f1;
}

.winter.home .block3 .box h3 a {
    color: #dae2f1;
}

.winter.home .block3 .box .link {
    color: #dae2f1;
}

.winter.home .block3 .box .link path {
    stroke: #9faabd;
}

.winter.home .block3 .box .link:hover {
    color: #dae2f1;
}

.winter.home .block3 .box h3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/liststyle.png);
}

.winter.home .block4 .scrolllist .m1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block4_bg2.jpg)
}

.winter.home .block4 .scrolllist .m2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block4_bg2.jpg)
}

.winter.home .block4 .scrolllist .m3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block4_bg3.jpg)
}

.winter.home .block4 .scrolllist .m4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block4_bg4.jpg)
}
.page1660 .winter.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block2_box_bg1920.jpg);
}

.page1440 .winter.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block2_box_bg1440.jpg);
}

.page1366 .winter.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block2_box_bg1366.jpg);
}

.page1280 .winter.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/home_block2_box_bg1280.jpg);
}

.winter.home .block5 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/txtbg.png);
}

.page1660 .winter.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/jian.png);
}

.page1280 .winter.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/jian1280.png);
}

.page1440 .winter.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/jian1440.png);
}

.page1366 .winter.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter/jian1366.png);
}

.winter.home .block1 .box3 .bg img {
    display: none !important;
}

.winter.home .block1 .box3 .bg img.i2 {
    display: block !important;
}

.winter.home .block4 .scrolllist .img img {
    display: none !important;
}

.winter.home .block4 .scrolllist .img img.i2 {
    display: block !important;
}

.winter.home .block1 .box2 .scroll-list {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/winter-line1.jpg);
}

/*四季winter主题切换样式 end*/

/*四季summer主题切换样式*/

.summer.home .block1 .box3 .l1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block1_box3_bg1.jpg);
}

.summer.home .block1 .box3 .l2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block1_box3_bg2.jpg);
}

.summer.home .block1 .box3 .l3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block1_box3_bg3.jpg);
}

.summer.home .block1 .box2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block1_news_bg.jpg);
}

.summer.home .block1 .box4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block1_box4_bg.jpg);
}

.summer.home .block1 .box4 .item:first-child {
    border-color: #541210;
}

.summer.home .block1 .box4 .item {
    border-color: #952624;
}

.summer.home .block4 .scrollarr {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block4_arr.jpg);
}

.page1660 .summer.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block2_box_bg1920.jpg);
}

.page1440 .summer.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block2_box_bg1440.jpg);
}

.page1366 .summer.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block2_box_bg1366.jpg);
}

.page1280 .summer.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block2_box_bg1280.jpg);
}

.summer.home .block2 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/txtbg.png);
}

.summer.home .block1 .box4 .tip p {
    color: #ddb3b3;
}

.page1660 .summer.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/jian.png);
}

.page1280 .summer.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/jian1280.png);
}

.page1440 .summer.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/jian1440.png);
}

.page1366 .summer.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/jian1366.png);
}



.page1660 .summer.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block2_box_bg1920.jpg);
}

.page1440 .summer.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block2_box_bg1440.jpg);
}

.page1366 .summer.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block2_box_bg1366.jpg);
}

.page1280 .summer.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block2_box_bg1280.jpg);
}

.summer.home .block5 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/txtbg.png);
}

.page1660 .summer.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/jian.png);
}

.page1280 .summer.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/jian1280.png);
}

.page1440 .summer.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/jian1440.png);
}

.page1366 .summer.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/jian1366.png);
}

.summer.home .block1 .box4 .tip i {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/wxx_shuxina.png);
}

.summer.home .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block3_box_bg.jpg);
}

.summer.home .block3 .box p {
    color: #ebbebd;
}

.summer.home .block3 .box h3 a {
    color: #ebbebd;
}

.summer.home .block3 .box .link {
    color: #ebbebd;
}

.summer.home .block3 .box .link path {
    stroke: #ebbebd;
}

.summer.home .block3 .box .link:hover {
    color: #ebbebd;
}

.summer.home .block3 .box h3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/liststyle.png);
}

.summer.home .block4 .scrolllist .m1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block4_bg2.jpg)
}

.summer.home .block4 .scrolllist .m2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block4_bg2.jpg)
}

.summer.home .block4 .scrolllist .m3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block4_bg3.jpg)
}

.summer.home .block4 .scrolllist .m4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/home_block4_bg4.jpg)
}

.summer.home .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer/huiwen2.png);
}

.summer.home .block1 .box4 .list .last h1 {
    background: none;
}

.summer.home .block1 .box3 .bg img {
    display: none !important;
}

.summer.home .block1 .box3 .bg img.i3 {
    display: block !important;
}

.summer.home .block4 .scrolllist .img img {
    display: none !important;
}

.summer.home .block4 .scrolllist .img img.i3 {
    display: block !important;
}

.summer.home .block1 .box2 .scroll-list {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/summer-line1.jpg);
}

/*四季summer主题切换样式 end*/

/*四季fall主题切换样式*/

.fall.home .block1 .box3 .l1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block1_box3_bg1.jpg);
}

.fall.home .block1 .box3 .l2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block1_box3_bg2.jpg);
}

.fall.home .block1 .box3 .l3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block1_box3_bg3.jpg);
}

.fall.home .block1 .box2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block1_news_bg.jpg);
}

.fall.home .block1 .box4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block1_box4_bg.jpg);
}

.fall.home .block1 .box4 .item:first-child {
    border-color: #a46623;
}

.fall.home .block1 .box4 .item {
    border-color: #d38632;
}

.fall.home .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/huiwen2.png);
}

.fall.home .block1 .box4 .list .last h1 {
    background: none;
}

.fall.home .block4 .scrollarr {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block4_arr.jpg);
}

.page1660 .fall.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block2_box_bg1920.jpg);
}

.page1440 .fall.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block2_box_bg1440.jpg);
}

.page1366 .fall.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block2_box_bg1366.jpg);
}

.page1280 .fall.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block2_box_bg1280.jpg);
}

.fall.home .block2 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/txtbg.png);
}

.fall.home .block1 .box4 .tip p {
    color: #efd5b9;
}

.page1660 .fall.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/jian.png);
}

.page1280 .fall.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/jian1280.png);
}

.page1440 .fall.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/jian1440.png);
}

.page1366 .fall.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/jian1366.png);
}

page1660 .fall.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block2_box_bg1920.jpg);
}

.page1440 .fall.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block2_box_bg1440.jpg);
}

.page1366 .fall.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block2_box_bg1366.jpg);
}

.page1280 .fall.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block2_box_bg1280.jpg);
}

.fall.home .block5 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/txtbg.png);
}

.page1660 .fall.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/jian.png);
}

.page1280 .fall.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/jian1280.png);
}

.page1440 .fall.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/jian1440.png);
}

.page1366 .fall.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/jian1366.png);
}

.fall.home .block1 .box4 .tip i {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/wxx_shuxina.png);
}

.fall.home .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block3_box_bg.jpg);
}

.fall.home .block3 .box p {
    color: #f6dfc7;
}

.fall.home .block3 .box h3 a {
    color: #f6dfc7;
}

.fall.home .block3 .box .link {
    color: #f6dfc7;
}

.fall.home .block3 .box .link path {
    stroke: #f6dfc7;
}

.fall.home .block3 .box .link:hover {
    color: #f6dfc7;
}

.fall.home .block3 .box h3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/liststyle.png);
}

.fall.home .block4 .scrolllist .m1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block4_bg2.jpg)
}

.fall.home .block4 .scrolllist .m2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block4_bg2.jpg)
}

.fall.home .block4 .scrolllist .m3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block4_bg3.jpg)
}

.fall.home .block4 .scrolllist .m4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall/home_block4_bg4.jpg)
}

.fall.home .block1 .box3 .bg img {
    display: none !important;
}

.fall.home .block1 .box3 .bg img.i4 {
    display: block !important;
}

.fall.home .block4 .scrolllist .img img {
    display: none !important;
}

.fall.home .block4 .scrolllist .img img.i4 {
    display: block !important;
}

.fall.home .block1 .box2 .scroll-list {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/fall-line1.jpg);
}

/*四季fall主题切换样式 end*/

/*四季spring主题切换样式*/

.spring.home .block1 .box3 .l1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_box3_bg1.jpg);
}

.spring.home .block1 .box3 .l2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_box3_bg2.jpg);
}

.spring.home .block1 .box3 .l3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_box3_bg3.jpg);
}

.spring.home .block1 .box2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_news_bg.jpg);
}

.spring.home .block1 .box4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_box4_bg.jpg);
}

.spring.home .block1 .box4 .item:first-child {
    border-color: #a46623;
}

.spring.home .block1 .box4 .item {
    border-color: #d38632;
}

.spring.home .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/huiwen2.png);
}

.spring.home .block1 .box4 .list .last h1 {
    background: none;
}

.spring.home .block4 .scrollarr {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_arr.jpg);
}

.page1660 .spring.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1920.jpg);
}

.page1440 .spring.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1440.jpg);
}

.page1366 .spring.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1366.jpg);
}

.page1280 .spring.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1280.jpg);
}

.page1660 .spring.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1920.jpg);
}

.page1440 .spring.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1440.jpg);
}

.page1366 .spring.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1366.jpg);
}

.page1280 .spring.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1280.jpg);
}

.spring.home .block1 .box3 .l1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_box3_bg1.jpg);
}

.spring.home .block1 .box3 .l2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_box3_bg2.jpg);
}

.spring.home .block1 .box3 .l3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_box3_bg3.jpg);
}

.spring.home .block1 .box2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_news_bg.jpg);
}

.spring.home .block1 .box4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block1_box4_bg.jpg);
}

.spring.home .block1 .box4 .item:first-child {
    border-color: #505e2e;
}

.spring.home .block1 .box4 .item {
    border-color: #627338;
}

.spring.home .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/huiwen2.png);
}

.spring.home .block1 .box4 .list .last h1 {
    background: none;
}

.spring.home .block4 .scrollarr {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_arr.jpg);
}

.page1660 .spring.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1920.jpg);
}

.page1440 .spring.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1440.jpg);
}

.page1366 .spring.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1366.jpg);
}

.page1280 .spring.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1280.jpg);
}

.spring.home .block2 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/txtbg.png);
}

.spring.home .block1 .box4 .tip p {
    color: #efd5b9;
}

.page1660 .spring.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian.png);
}

.page1280 .spring.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1280.png);
}

.page1440 .spring.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1440.png);
}

.page1366 .spring.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1366.png);
}


.page1660 .spring.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1920.jpg);
}

.page1440 .spring.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1440.jpg);
}

.page1366 .spring.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1366.jpg);
}

.page1280 .spring.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block2_box_bg1280.jpg);
}

.spring.home .block5 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/txtbg.png);
}

.page1660 .spring.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian.png);
}

.page1280 .spring.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1280.png);
}

.page1440 .spring.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1440.png);
}

.page1366 .spring.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1366.png);
}

.spring.home .block1 .box4 .tip i {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/wxx_shuxina.png);
}

.spring.home .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block3_box_bg.jpg);
}

.spring.home .block3 .box p {
    color: #f6dfc7;
}

.spring.home .block3 .box h3 a {
    color: #f6dfc7;
}

.spring.home .block3 .box .link {
    color: #f6dfc7;
}

.spring.home .block3 .box .link path {
    stroke: #f6dfc7;
}

.spring.home .block3 .box .link:hover {
    color: #f6dfc7;
}

.spring.home .block3 .box h3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/liststyle.png);
}

.spring.home .block4 .scrolllist .m1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_bg2.jpg)
}

.spring.home .block4 .scrolllist .m2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_bg2.jpg)
}

.spring.home .block4 .scrolllist .m3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_bg3.jpg)
}

.spring.home .block4 .scrolllist .m4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_bg4.jpg)
}

.spring.home .block1 .box3 .bg img {
    display: none !important;
}

.spring.home .block1 .box3 .bg img.i5 {
    display: block !important;
}

.spring.home .block4 .scrolllist .img img {
    display: none !important;
}

.spring.home .block4 .scrolllist .img img.i4 {
    display: block !important;
}

.spring.home .block2 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/txtbg.png);
}

.spring.home .block1 .box4 .tip p {
    color: #c9d9a3;
}

.page1660 .spring.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian.png);
}

.page1280 .spring.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1280.png);
}

.page1440 .spring.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1440.png);
}

.page1366 .spring.home .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1366.png);
}


.spring.home .block5 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/txtbg.png);
}

.page1660 .spring.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian.png);
}

.page1280 .spring.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1280.png);
}

.page1440 .spring.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1440.png);
}

.page1366 .spring.home .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/jian1366.png);
}

.spring.home .block1 .box4 .tip i {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/wxx_shuxina.png);
}

.spring.home .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block3_box_bg.jpg);
}

.spring.home .block3 .box p {
    color: #f6dfc7;
}

.spring.home .block3 .box h3 a {
    color: #f6dfc7;
}

.spring.home .block3 .box .link {
    color: #f6dfc7;
}

.spring.home .block3 .box .link path {
    stroke: #f6dfc7;
}

.spring.home .block3 .box .link:hover {
    color: #f6dfc7;
}

.spring.home .block3 .box h3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/liststyle.png);
}

.spring.home .block4 .scrolllist .m1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_bg2.jpg)
}

.spring.home .block4 .scrolllist .m2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_bg2.jpg)
}

.spring.home .block4 .scrolllist .m3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_bg3.jpg)
}

.spring.home .block4 .scrolllist .m4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring/home_block4_bg4.jpg)
}

.spring.home .block4 .scrolllist .i1 {
    display: none !important;
}

.spring.home .block4 .scrolllist .i2 {
    display: none !important;
}

.spring.home .block4 .scrolllist .i3 {
    display: none !important;
}

.spring.home .block4 .scrolllist .i4 {
    display: none !important;
}

.spring.home .block4 .scrolllist .i5 {
    display: block !important;
}

.spring.home .block1 .box2 .scroll-list {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/spring-line1.jpg);
}

/*四季spring主题切换样式 end*/

/*按钮*/

.home .focus .prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 10;
}

.home .focus .next {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 10;
}

.home .focus .prev a {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: url(/template/bjshool_PC/Public/static/themes/image/ld_prev.png) no-repeat center;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home .focus .next a {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: url(/template/bjshool_PC/Public/static/themes/image/ld_next.png) no-repeat center;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.home .focus .prev:hover a,
.home .focus .next:hover a {
    opacity: 1;
}

/*3.23jjl头部修改*/

.page1660 #header.bak {
    background: rgba(25, 25, 25, 0.6);
}

.page1440 #header.bak {
    background: rgba(25, 25, 25, 0.6);
}

.page1366 #header.bak {
    background: rgba(25, 25, 25, 0.6);
}

.page1280 #header.bak {
    background: rgba(25, 25, 25, 0.6);
}

.page1660 #header.bak .logo {
    top: 0;
}

.page1440 #header.bak .logo {
    top: 0px;
}

.page1366 #header.bak .logo {
    top: 0px;
}

.page1280 #header.bak .logo {
    top: 0px;
}

#header.bak .logo img {
    height: 100%;
}

.page1660 #header.bak .nav>ul>li>a {
    padding: 12px 35px;
}

.page1440 #header.bak .nav>ul>li>a {
    padding: 12px 25px;
}

.page1366 #header.bak .nav>ul>li>a {
    padding: 12px 35px;
}

.page1280 #header.bak .nav>ul>li>a {
    padding: 12px 25px;
}

#header.bak .tools {
    top: 2px;
}

#header.bak .loginbox {
    top: 2px;
}

#header.bak .language {
    top: 2px;
}

#header.bak .search {
    top: 12px;
}

/*20180515 新增皮肤*/

.newskin.home .block1 .box3 .bg {
    display: none;
}

.home.newskin .block1 .box3 .l1 {
    background: #4b68b3;
}

.home.newskin .block1 .box3 .l2 {
    background: #fcd06f;
}

.home.newskin .block1 .box3 .l3 {
    background: #4fad97;
}

.home.newskin .block1 .box3 li:after {
    content: "";
    width: 188px;
    height: 74px;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

.home.newskin .block1 .box3 li.l1:after {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon1.png) no-repeat center;
}

.home.newskin .block1 .box3 li.l2:after {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon2.png) no-repeat center;
}

.home.newskin .block1 .box3 li.l3:after {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon3.png) no-repeat center;
}

.page1440 .home.newskin .block1 .box3 li:after {
    width: 157px;
    height: 62px;
}

.page1440 .home.newskin .block1 .box3 li.l1:after {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon1-1440.png);
}

.page1440 .home.newskin .block1 .box3 li.l2:after {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon2-1440.png);
}

.page1440 .home.newskin .block1 .box3 li.l3:after {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon3-1440.png);
}

.page1366 .home.newskin .block1 .box3 li:after {
    width: 147px;
    height: 58px;
}

.page1366 .home.newskin .block1 .box3 li.l1:after {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon1-1366.png);
}

.page1366 .home.newskin .block1 .box3 li.l2:after {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon2-1366.png);
}

.page1366 .home.newskin .block1 .box3 li.l3:after {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon3-1366.png);
}

.page1280 .home.newskin .block1 .box3 li:after {
    width: 136px;
    height: 54px;
}

.page1280 .home.newskin .block1 .box3 li.l1:after {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon1-1280.png);
}

.page1280 .home.newskin .block1 .box3 li.l2:after {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon2-1280.png);
}

.page1280 .home.newskin .block1 .box3 li.l3:after {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/newskin-icon3-1280.png);
}

.home.newskin .block1 .box2 .scroll-list {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/index-icon3.png);
}

.home.newskin .block1 .box2 {
    background: #4b9b88;
}

.home.newskin .block1 .box4 {
    background: #f26f63;
}

.home.newskin .block1 .box4 .item {
    border-color: #f57569;
}

.home.newskin .block1 .box4 .item:first-child {
    border-color: #d1645a;
}

.home.newskin .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/huiwen2.png);
}

.home.newskin .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/home_block2_box_bg1920.jpg);
}

.page1440 .home.newskin .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/home_block2_box_bg1440.jpg);
}

.page1366 .home.newskin .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/home_block2_box_bg1366.jpg);
}

.page1280 .home.newskin .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/home_block2_box_bg1280.jpg);
}

.home.newskin .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/home_block2_box_bg1920.jpg);
}

.page1440 .home.newskin .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/home_block2_box_bg1440.jpg);
}

.page1366 .home.newskin .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/home_block2_box_bg1366.jpg);
}

.page1280 .home.newskin .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/home_block2_box_bg1280.jpg);
}

.home.newskin .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/home_block3_box_bg.jpg);
}

.home.newskin .block4 .scrolllist .cont {
    display: none;
}

.newskin.home .block4 .scrolllist img {
    display: none;
}

.home.newskin .block4 .scrolllist img.i6 {
    display: block;
}

.home.newskin .block2 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/txtbg.png);
    height: 51px;
    line-height: 48px;
}

.home.newskin .block5 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/txtbg.png);
    height: 51px;
    line-height: 48px;
}

.home.newskin .block1 .box3 .ico {
    margin-bottom: 10px;
}

.page1366 .home.newskin .block1 .box3 .ico {
    padding-top: 8px;
    margin-bottom: 10px;
}

.page1366 .home.newskin .block1 .box3 .cont {
    padding: 0 15px;
}

.page1366 .home.newskin .block1 .box3 .cont p {
    line-height: 18px;
}

.page1366 .home.newskin .block1 .box3 .cont h3 {
    margin-bottom: 10px;
}

.page1280 .home.newskin .block1 .box3 .cont h3 {
    margin-bottom: 5px;
}

.page1280 .home.newskin .block1 .box3 .cont p {
    line-height: 18px;
}

.page1280 .home.newskin .block1 .box3 .cont {
    padding: 0 10px;
}

.page1280 .home.newskin .block1 .box3 .ico {
    margin: 0 10px 5px;
}

.home.newskin .block1 .title h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/title_dot.png) no-repeat center 25px !important;
}

.home.newskin .block1 .box4 .tip i {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/wxx_shuxina.png);
}

.home.newskin .block1 .box4 .tip p {
    color: #fed3cf;
}

.page1660 .home.newskin .block4 {
    height: 314px;
}

.page1660 .home.newskin .block4>div {
    height: 100%;
}

.newskin.home .block1 .box4 .list .last h1 {
    background: none;
}

.home.newskin .block1 .box2 .scroll-list a:hover {
    color: #fff;
}

.home.newskin .block1 .box4 .news a:hover {
    color: #fff;
}

.home.newskin .block2 .tip span {
    background: none;
    padding: 0;
}

.home.newskin .block2 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/indexicon1.png) no-repeat center;
    background-size: cover;
}

.home.newskin .block2 .num p img {
    display: none;
}

.home.newskin .block3 .box li path {
    stroke: #fbb6af;
}

.home.newskin .block2 .box .title {
    margin-bottom: 80px;
}

.page1366 .home.newskin .block2 .box .title {
    margin-bottom: 50px;
}

.home.newskin .block2 .num {
    margin-bottom: 15px;
}

.home.newskin #line0 {
    display: none;
}

.home.newskin .block2 .link {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/button1-img1.png) no-repeat center;
    width: 180px;
    height: 46px;
    margin-left: -90px;
    line-height: 46px;
}

.home.newskin .block2 .box .title h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/title_dot.png) no-repeat center 15px !important;
}





.home.newskin .block5 .tip span {
    background: none;
    padding: 0;
}

.home.newskin .block5 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/indexicon1.png) no-repeat center;
    background-size: cover;
}

.home.newskin .block5 .num p img {
    display: none;
}

.home.newskin .block5 .box .title {
    margin-bottom: 80px;
}

.page1366 .home.newskin .block5 .box .title {
    margin-bottom: 50px;
}

.home.newskin .block5 .num {
    margin-bottom: 15px;
}

.home.newskin .block5 .link {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/button1-img1.png) no-repeat center;
    width: 180px;
    height: 46px;
    margin-left: -90px;
    line-height: 46px;
}

.home.newskin .block5 .box .title h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/title_dot.png) no-repeat center 15px !important;
}

.page1660 .home.newskin .block4 .scrolllist li {
    height: 100%;
}

.home.newskin .block4 .scrolllist .img {
    z-index: 100;
    position: relative;
}

.home.newskin .block3 .box .link {
    color: #ffd6d6;
}

.home.newskin .block1 .box4 .list li {
    margin-left: 2.4%;
}

.home.newskin .block1 .box3 .l1:hover .cont {
    color: #fff;
}

.home.newskin .block1 .box3 .l2:hover .cont {
    color: #fff;
}

.home.newskin .block1 .box3 .l3:hover .cont {
    color: #fff;
}

.page1440 .home.newskin .block2 .box .title {
    margin-bottom: 60px;
}

.page1440 .home.newskin .block2 .link {
    bottom: 28px;
}

.page1440 .home.newskin .block5 .box .title {
    margin-bottom: 60px;
}

.page1440 .home.newskin .block5 .link {
    bottom: 28px;
}

.page1440 .home.newskin .block1 .box3 .cont p {
    line-height: 18px;
}

.page1440 .home.newskin .block1 .box3 .cont h3 {
    margin-bottom: 5px;
}

.page1440 .home.newskin .block1 .box3 .ico {
    padding-top: 15px;
}

.page1280 .home.newskin .block2 .box .title {
    margin-bottom: 44px;
}

.page1280 .home.newskin .block2 .link {
    bottom: 20px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/button1-img1-1280.png);
    width: 150px;
    margin-left: -75px;
    height: 38px;
    line-height: 38px;
}


.page1280 .home.newskin .block5 .box .title {
    margin-bottom: 44px;
}

.page1280 .home.newskin .block5 .link {
    bottom: 20px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/button1-img1-1280.png);
    width: 150px;
    margin-left: -75px;
    height: 38px;
    line-height: 38px;
}

.page1280 .home.newskin .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/huiwen2-1280.png);
    background-position: 80px center;
}

.page1280 .home.newskin .block2 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/txtbg-1280.png);
}
.page1280 .home.newskin .block5 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/newskin/txtbg-1280.png);
}

.page1280 .home.newskin .block1 .box4 .list li {
    width: 24%;
    margin: 0;
}

.page1280 .home.newskin .block1 .box4 .list li:first-child {
    margin-left: 3%;
}

.page1280 .newskin.home .block1 .box4 .list .last h1 {
    background: none;
}

.page1440 .home.newskin .block4 {
    height: 266px;
}

.page1366 .home.newskin .block4 {
    height: 251px;
}

.page1280 .home.newskin .block4 {
    height: 234px;
}

.page1280 .home.newskin .block4 .scrolllist li,
.page1366 .home.newskin .block4 .scrolllist li,
.page1440 .home.newskin .block4 .scrolllist li,
.page1660 .home.newskin .block4 .scrolllist li {
    height: 100%;
}

.home.years93 .block1 .box3 .l1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg1_1.jpg);
    background-position: right center;
    background-size: cover;
}

.home.years93 .block1 .box3 .l2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg1_2.jpg);
}

.home.years93 .block1 .box3 .l3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg1_3.jpg);
}

.home.years93 .block1 .box2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg2.jpg);
    background-size: auto 100%;
}

.home.years93 .block1 .box2 .scroll-list {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg1.png);
}

.home.years93 .block1 .box4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg3.jpg);
}

.home.years93 .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg4.jpg);
}

.home.years93 .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg4.jpg);
}

.home.years93 .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg5.jpg);
}

.home.years93 .block1 .box3 .bg {
    display: none;
}

.home.years93 .block1 .box4 .list1 .a em {
    opacity: 0.6;
}

.home.years93 .block2 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg2.png);
    font-size: 20px;
}

.home.years93 .block2 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg3.png);
    background-position: center center;
    background-size: contain;
    font-size: 0;
}

.years93 .home .block2 .num p img {
    max-width: 60%;
}

.home.years93 .block5 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg2.png);
    font-size: 20px;
}

.home.years93 .block5 .num p {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/93years/bg3.png);
    background-position: center center;
    background-size: contain;
    font-size: 0;
}

.years93 .home .block5 .num p img {
    max-width: 60%;
}

.home.years93 .block4 .scrolllist .img img.i1 {
    display: none;
}

.home.years93 .block4 .scrolllist .img img.i7 {
    display: block;
}

.home.years93 .block4 .scrolllist .mask {
    background: rgba(0, 0, 0, 0.2) !important;
}

.home.years93 .block3 .box .link {
    color: #fff;
}

/*20190124 新增皮肤*/

.newyear2019.home .block1 .box3 .l1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/img2.jpg);
}

.newyear2019.home .block1 .box3 .l2 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/img3.jpg);
}

.newyear2019.home .block1 .box3 .l3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/img4.jpg);
}

.newyear2019.home .block1 .box3 .bg {
    display: none;
}

.newyear2019.home .block1 .box4 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/img5.jpg);
    background-size: cover;
}

.newyear2019.home .block1 .box4 .item:first-child {
    border-bottom-color: #7f0c07;
}

.newyear2019.home .block1 .box4 .item {
    border-top-color: #da3f38;
}

.newyear2019.home .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/png1.png);
}

.newyear2019.home .block1 .box4 .tip p {
    color: #ffa8a1;
}

.newyear2019.home .block1 .box2 .scroll-list {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/png3.png);
}

.newyear2019.home .block1 .box2 {
    background: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/img6.jpg) no-repeat;
    background-size: contain;
}

.newyear2019.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/img7.jpg);
}

.newyear2019.home .block2 .num p {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/png4.png);
    background-position: center;
}

.newyear2019.home .block2 .num b {
    /* font-family:Impact; */
}

.newyear2019.home .block2 .tip {
    background: none;
}

.newyear2019.home .block2 .tip span {
    padding: 7px 26px;
    border-radius: 10px;
    background: #82b9c7;
}



.newyear2019.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/img7.jpg);
}

.newyear2019.home .block5 .num p {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/png4.png);
    background-position: center;
}

.newyear2019.home .block5 .num b {
    /* font-family:Impact; */
}

.newyear2019.home .block5 .tip {
    background: none;
}

.newyear2019.home .block5 .tip span {
    padding: 7px 26px;
    border-radius: 10px;
    background: #82b9c7;
}

.newyear2019.home .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/newyear2019/img8.jpg);
}

.newyear2019.home .block4 .scrolllist .img img.i1 {
    display: none;
}

.newyear2019.home .block4 .scrolllist li.l0 {
    background-color: #67181b;
}

.newyear2019.home .block4 .scrolllist li.l1 {
    background-color: #91272c;
}

.newyear2019.home .block4 .scrolllist li.l2 {
    background-color: #bb5235;
}

.newyear2019.home .block4 .scrolllist li.l3 {
    background-color: #dbae46;
}

.newyear2019.home .block4 .scrolllist li.l4 {
    background-color: #83a0a6;
}

/*20190514 新增皮肤*/

.skin518.home .block1 .box2 {
    background: #6c93c2;
}

.skin518.home .block1 .box2 .scroll-list {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/png1.png);
}

.skin518.home .block1 .box3 .bg {
    display: none;
}

.skin518.home .block1 .box3 .l1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/518/img3.jpg) center no-repeat;
}

.skin518.home .block1 .box3 .l2 {
    background: url(/template/bjshool_PC/Public/static/themes/image/518/img4.jpg) center no-repeat;
}

.skin518.home .block1 .box3 .l3 {
    background: url(/template/bjshool_PC/Public/static/themes/image/518/img5.jpg) center no-repeat;
}

.skin518.home .block1 .box4 {
    background: #d1363b url(../image/518/img6.jpg) center no-repeat;
}

.skin518.home .block1 .box4 .item {
    border-top-color: #e8353b;
}

.skin518.home .block1 .box4 .item:first-child {
    border-bottom-color: #c02328;
}

.skin518.home .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/png15.png);
}

.skin518.home .block1 .box4 .tip p {
    color: #fe868a;
}

.skin518.home .block1 .box4 .tip i {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/png3.png);
}

.skin518.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/img7.jpg);
}

.skin518.home .block2 .num p {
    width: 62px;
    height: 62px;
    background: #ee3f45;
    border-radius: 50%;
}

.skin518.home .block2 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/png6.png);
}

.skin518.home .block2 .tip span {
    padding-right: 0;
    background: none;
}


.skin518.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/img7.jpg);
}

.skin518.home .block5 .num p {
    width: 62px;
    height: 62px;
    background: #ee3f45;
    border-radius: 50%;
}

.skin518.home .block5 .tip {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/png6.png);
}

.skin518.home .block5 .tip span {
    padding-right: 0;
    background: none;
}

.skin518.home .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/img8.jpg);
}

.skin518.home .block3 .box h3 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/png5.png);
}

.skin518.home .block3 .box h3 a,
.skin518.home .block3 .box p,
.skin518.home .block3 .box .link {
    color: #eef5fe;
}

.skin518.home .block3 .box .link path {
    stroke: #a6bfdd !important;
}

.skin518.home .block4 .scrolllist .mask {
    display: none;
}

/*.skin518.home .block4 .scrolllist .img img.i1{ display:block;}*/

.skin518.home .block4 .scrolllist .img img.i8 {
    display: block;
}

.skin518.home .block4 .scrolllist .cont {
    top: 56px;
}

.skin518.home .block4 .scrolllist .cont img {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.skin518.home h1 .tit-span {
    display: none !important;
}

.skin518.home .block1 .title h1,
.skin518.home .block2 .box .title h1,
.skin518.home .block5 .box .title h1,
.skin518.home .block3 .box .title h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/518/png12.png) center no-repeat !important;
}

.skin518.home .block1 .title h1 {
    background-position: center 15px !important;
}

.skin518.home .block3 .box .title h1 {
    display: inline-block;
}

.skin518.home .block3 .box .title h1 .s1 {
    margin-right: 48px;
}

.skin518.home .block1 .box1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/img15.jpg);
}

.skin518.home .block1 .box1 .img img {
    /* top:183px; */
}

.skin518.home .block1 .box1 .cont {
    display: none;
}

.page1660 .skin518.home .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/518/png2.png);
}

.page1440 .skin518.home .block4 .scrolllist .cont {
    top: 47px;
}

.page1440 .skin518.home .block4 .scrolllist .cont img {
    width: 85px;
    height: 85px;
}

.page1366 .skin518.home .block4 .scrolllist .cont {
    top: 44px;
}

.page1366 .skin518.home .block4 .scrolllist .cont img {
    width: 80px;
    height: 80px;
}

.page1280 .skin518.home .block4 .scrolllist .cont {
    top: 41px;
}

.page1280 .skin518.home .block4 .scrolllist .cont img {
    width: 75px;
    height: 75px;
}

.page1366 .skin518.home .block1 .box1 .img img,
.page1280 .skin518.home .block1 .box1 .img img {
    top: 150px;
}

.skin518.home .block1 .box4 .list .last h1 {
    background: none;
}

.page1440 .skin518.home .block2 .num b {
    font-size: 40px;
}

.page1440 .skin518.home .block2 .num p {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.page1366 .skin518.home .block2 .num b {
    font-size: 38px;
}

.page1366 .skin518.home .block2 .num p {
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.page1280 .skin518.home .block2 .num b {
    font-size: 34px;
}

.page1280 .skin518.home .block2 .num p {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.page1440 .skin518.home .block2 .num p img {
    width: 60%;
}

.page1366 .skin518.home .block2 .num p img {
    width: 60%;
}

.page1280 .skin518.home .block2 .num p img {
    width: 60%;
}


.page1440 .skin518.home .block5 .num b {
    font-size: 40px;
}

.page1440 .skin518.home .block5 .num p {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.page1366 .skin518.home .block5 .num b {
    font-size: 38px;
}

.page1366 .skin518.home .block5 .num p {
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.page1280 .skin518.home .block5 .num b {
    font-size: 34px;
}

.page1280 .skin518.home .block5 .num p {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.page1440 .skin518.home .block5 .num p img {
    width: 60%;
}

.page1366 .skin518.home .block5 .num p img {
    width: 60%;
}

.page1280 .skin518.home .block5 .num p img {
    width: 60%;
}

/*新增皮肤 20190923 70周年 ycj */

.th70year.home .block1 .box3 .l1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img1.jpg) right center no-repeat;
}

.th70year.home .block1 .box3 .l2 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img2.jpg) right center no-repeat;
}

.th70year.home .block1 .box3 .l3 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img3.jpg) right center no-repeat;
}

.th70year.home .block1 .box3 li .bg img.i1 {
    display: none;
}

.th70year.home .block1 .box4 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img4.jpg)
}

.th70year.home .block1 .box4 .item:first-child {
    border-bottom: 1px solid #6e0004;
    border-top: 0;
}

.th70year.home .block1 .box4 .item {
    border-top: 1px solid #ca0007;
}

.th70year.home .block1 .box4 .list h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img5.png) right no-repeat;
}

.th70year.home .block1 .box4 .tip p {
    color: #ffd4d5;
}

.th70year.home .block1 .box4 .tip i {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img13.png) right center no-repeat;
}

.th70year.home .block1 .box4 .list .last h1 {
    background: none;
}

.th70year.home .block1 .title h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img6.png) no-repeat center 16px !important;
}

.th70year.home .block1 .box2 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img7.jpg) no-repeat;
}

.th70year.home .block1 .box2 .list1 .a em img {
    display: none;
}

.th70year.home .block1 .box2 .list1 .a em {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img8.png);
}

.th70year.home .block1 .box2 .scroll-list {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img9.png) repeat-x;
}

.th70year.home .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img9.jpg);
}

.th70year.home .block2 .box .title h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img6.png) center no-repeat;
}

.th70year.home .block2 .tip {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img10.png) center no-repeat;
}

.th70year.home .block2 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img11.png) center no-repeat;
}

.th70year.home .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img9.jpg);
}

.th70year.home .block5 .box .title h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img6.png) center no-repeat;
}

.th70year.home .block5 .tip {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img10.png) center no-repeat;
}

.th70year.home .block5 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img11.png) center no-repeat;
}

.th70year.home .block3 .box {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img11.jpg) center no-repeat;
}

.th70year.home .block3 .box h3 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img12.png) left no-repeat;
}

.th70year.home .block3 .box h3 a {
    color: #eef5fe;
}

.th70year.home .block3 .box p {
    color: #eef5fe;
}

.th70year.home .block4 .scrolllist .img .i9 {
    display: block;
}

.th70year.home .block3 .box .link path {
    stroke: #ff7e81;
}

.page1440 .th70year.home .block1 .box4 .list h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img15.png) right no-repeat;
}

.page1440 .th70year.home .block1 .box4 .list .last h1 {
    background: none;
}

.page1440 .th70year.home .block2 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img16.png) center no-repeat;
}

.page1440 .th70year.home .block5 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img16.png) center no-repeat;
}

.page1366 .th70year.home .block1 .box4 .list h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img15.png) right no-repeat;
}

.page1366 .th70year.home .block1 .box4 .list .last h1 {
    background: none;
}

.page1366 .th70year.home .block2 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img16.png) center no-repeat;
}
.page1366 .th70year.home .block5 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img16.png) center no-repeat;
}

.page1280 .th70year.home .block1 .box4 .list h1 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img15.png) right no-repeat;
}

.page1280 .th70year.home .block1 .box4 .list .last h1 {
    background: none;
}

.page1280 .th70year.home .block2 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img18.png) center no-repeat;
}
.page1280 .th70year.home .block5 .num p {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/national/national_img18.png) center no-repeat;
}

.home.th70year .block4 .scrolllist .mask {
    background: rgba(0, 0, 0, 0.2) !important;
}

.home .wrap {
    height: auto;
}

/*新增公告 20191118 xf */

.notice {
    padding: 16px 0 36px;
    color: #333;
    text-align: center;
}

.notice .h30 {
    margin-bottom: 6px;
    font-size: 30px;
}

.notice .h16 {
    margin-bottom: 18px;
    font-size: 16px;
}

.notice .link {
    position: relative;
    display: block;
    margin: auto;
    width: 110px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.xf20191118 #header {
    /*background-color: rgba(25, 25, 25, 0.6);*/
}

.xf20191118 #header .logo {
    top: 0;
    width: 230px;
    height: 53px;
}

.xf20191118 .home .block1 .box1 {
    margin-bottom: 0;
    height: 449px;
}

.xf20191118 .home .block1 .box1 .bg {
    height: 100%;
    overflow: hidden;
}

.xf20191118 .home .block1 .box1 .bg img {
    display: block;
    width: 100%;
}

.xf20191118 .home .block1 .box1 .part {
    position: absolute;
    left: 75px;
    bottom: -40px;
    width: 557px;
    height: 576px;
    /* overflow:hidden;*/
}

.xf20191118 .home .block1 .box1 .part img {
    display: block;
    width: 100%;
}

.xf20191118 .home .block1 .box2 {
    margin-bottom: 30px;
}

.xf20191118 .home .block1 .box2 .img {
    height: 459px;
}

.xf20191118 .home .block1 .box2 .news {
    padding-top: 3%;
    box-sizing: border-box;
}

.xf20191118 .home .block1 .box4 {
    padding-bottom: 24px;
}

.xf20191118 .home .block4 .scrolllist .ix {
    display: block;
}

.page1440 .xf20191118 .home .block1 .box1 {
    height: 380px;
}

.page1440 .xf20191118 .home .block1 .box1 .part {
    width: 410px;
    height: 445px;
    bottom: -40px;
}

.page1440 .xf20191118 .home .block1 .box2 {
    margin-bottom: 30px;
}

.page1440 .xf20191118 .home .block1 .box2 .img {
    height: 387px;
}

.page1366 .xf20191118 .home .block1 .box1 {
    height: 360px;
}

.page1366 .xf20191118 .home .block1 .box1 .part {
    width: 405px;
    height: 414px;
    bottom: -16px;
}

.page1366 .xf20191118 .home .block1 .box2 {
    margin-bottom: 30px;
}

.page1366 .xf20191118 .block1 .box2 .img img {
    height: auto;
}

.page1366 .xf20191118 .home .block1 .box2 .img {
    height: 340px;
}

.page1280 .xf20191118 .home .block1 .box1 {
    height: 336px;
}

.page1280 .xf20191118 .home .block1 .box1 .part {
    width: 370px;
    height: 385px;
    bottom: -18px;
}

.page1280 .xf20191118 .home .block1 .box2 {
    margin-bottom: 22px;
}

.page1280 .xf20191118 .home .block1 .box2 .img {
    height: 320px;
}

.page1024 #header .logo {
    top: 0;
    left: 20px;
}

.page1024 #header .logo a {
    height: 100%;
}

.page1024 #header .tools {
    right: 20px;
}

.page1024 #header .tools .menutool {
    margin-left: 15px;
}

.page1024 .sidebar {
    margin-left: 0;
    left: auto;
    right: 0;
}

.page1024 .navbar .layer {
    width: 1172px;
    height: 490px;
    padding-top: 60px;
    width: 100%;
    height: 100%;
}

.page1024 .wrap {
    width: 1172px;
}

.page1024 #header .tools ul {
    padding-top: 14px;
}

.page1024 #header .tools li {
    height: 16px;
    margin-left: 10px;
    padding-left: 10px;
}

.page1024 #header .tools li a {
    padding-right: 18px;
    width: 15px;
    height: 16px;
}

.page1024 #header .nav {
    /*text-align:left;*/
}

.page1024 #header .nav>ul {
    /*margin-left:230px;*/
    margin-left: -30px;
}

.page1024 #header .nav>ul>li>a {
    padding: 12px 15px;
}

.page1024 #header .tools li a:after {
    position: absolute;
    right: 0;
    top: 8px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.page1024 .home .focus {
    margin-bottom: 22px;
}

.page1024 .home .block1 {
    margin-bottom: 0px;
}

.page1024 .home .block1 .left {
    width: 505px;
}

.page1024 .home .block1 .box2 {
    margin-bottom: 20px;
    height: 413px;
}

.page1024 .home .block1 .box1 {
    height: 245px;
    margin-bottom: 22px;
}

.page1024 .home .block1 .box1 .img {
    width: 275px;
    height: 285px;
    bottom: -13px;
    left: 65px;
}

.page1024 .home .block1 .box1 .img img {
    position: absolute;
}

.page1024 .home .block1 .box1 .cont {
    padding: 80px 44px 0 0;
}

.page1024 .home .block1 .box1 .cont h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.page1024 .home .block1 .box1 .cont h2 {
    font-size: 28px;
}

.page1024 .home .block1 .box1 .cont .link {
    font-size: 14px;
    line-height: 36px;
    width: 110px;
    height: 36px;
}

.page1024 .home .block1 .box2 .img {
    width: 345px;
    height: 325px;
}

.page1024 .home .block1 .box2 .news {
    padding-bottom: 0;
}

.page1024 .home .block1 .box2 .news .title {
    margin: 0;
}

.page1024 .home .block1 .box2 .scroll-list {
    height: auto;
    margin-bottom: 8px;
    margin-left: 0;
}

.page1024 .home .block1 .box2 .scroll-list li {
    margin: 6px 0;
}

.page1024 .home .block1 .box2 .scroll-list li:nth-child(-n+6) {
    display: block;
}

.page1024 .home .block1 .box2 .scroll-list li span {}

.page1024 .home .block1 .box2 .scroll-year {
    margin-left: 0;
}

.page1024 .home .block1 .box2 .scroll-year li {
    font-size: 26px;
}

.page1024 .home .block1 .box2 .scroll-year li.n {
    font-size: 32px;
}

.page1024 .home .block1 .box3 {
    margin-bottom: 22px;
}

.page1024 .home .block1 .box3 li {
    width: 152px;
    height: 205px;
}

.page1024 .home .block1 .box3 .ico {
    height: 54px;
    padding-top: 20px;
    margin: 0 45px 15px;
}

.page1024 .home .block1 .box3 .cont {
    padding: 0 20px;
}

.page1024 .home .block1 .box4 {
    width: 456px;
    height: 427px;
}

.page1024 .home .block1 .box4 .list {
    margin-bottom: 3%;
    padding-top: 10px;
    padding-left: 10px;
}

.page1024 .home .block1 .box4 .list h1 {
    font-size: 32px;
    margin-bottom: 10px;
    padding-right: 14px;
    background: url(/template/bjshool_PC/Public/static/themes/image/huiwen1.png) right no-repeat;
}

.page1024 .home .block1 .box4 .tip p {
    font-size: 12px;
    line-height: 20px;
}

.page1024 .home .block1 .box4 .tip span {
    margin-right: 10px;
}

.page1024 .home .block1 .box4 .tip span i {
    margin-right: 5px;
    padding-right: 10px;
}

.page1024 .home .block1 .box4 .news {
    /*height:90px;*/
    padding: 0 0;
}

.page1024 .home .block1 .title {
    margin: 0 38px 0 2%;
}

.page1024 .home .block1 .title h1 span {
    font-size: 26px;
    background-position: 122px 20px;
}

.page1024 .home .block1 .box4 .item .title {
    padding-top: 10px;
}

.page1024 .home .block1 .box4 .item:first-child {
    padding-bottom: 15px;
}

.page1024 .home .block1 .box4 .item:first-child .title {
    padding-top: 15px;
}

.page1024 .home .block2 {
    margin-bottom: 22px;
    height: 268px;
}

.home .block2 .box {
    width: 287px;
    margin-right: 24px;
    /*background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1280.jpg);*/
    background-color: #f0831e;
}

.page1024 .home .block2 .box .title {
    padding-top: 30px;
    margin-bottom: 60px;
}

.page1024 .home .block2 .box .title h1 {
    font-size: 26px;
}

.page1024 .home .block2 .tip {
    font-size: 16px;
}

.page1024 .home .block2 .tip b {
    font-size: 18px;
}

.page1024 .home .block2 .num b {
    font-size: 40px;
}

.home .block2 .num p {
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 40px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1280.png);
}

.page1024 .home .block2 .link {
    margin-left: -56px;
    width: 118px;
    bottom: 28px;
}

.page1024 .home .block2 .link2 {
    left: 20px;
    margin: 0;
}

.page1024 .home .block2 .link1 {
    right: 20px;
    margin: 0;
    left: auto;
}

.page1024 .home .block2 .mask a {
    padding: 20px 20px 0;
}

.page1024 .home .block2 .mask .jj {
    height: auto;
    overflow: hidden;
}

.page1024 .home .block2 .mask .pos {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page1024 .home .block2 .mask h1 {
    bottom: 32px;
}

.page1024 .home .block2 .list li {
    width: 223px;
    height: 268px;
}

.page1024 .home .block2 .pop-type .title {
    width: 140px;
    margin-left: 80px;
    margin-right: 20px;
}

.page1024 .home .block2 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page1024 .home .block2 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1024 .home .block2 .pop-type .title h2 {
    height: 278px;
    padding: 20px 0;
}

.page1024 .home .block2 .pop-type .table {
    padding: 26px 0 0;
}

.page1024 .home .block2 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 8px;
}




.page1024 .home .block5 {
    margin-bottom: 22px;
    height: 268px;
}

.home .block5 .box {
    width: 287px;
    margin-right: 24px;
    /*background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1280.jpg);*/
    background-color: #225ba7;
}

.page1024 .home .block5 .box .title {
    padding-top: 30px;
    margin-bottom: 60px;
}

.page1024 .home .block5 .box .title h1 {
    font-size: 26px;
}

.page1024 .home .block5 .tip {
    font-size: 16px;
}

.page1024 .home .block5 .tip b {
    font-size: 18px;
}

.page1024 .home .block5 .num b {
    font-size: 40px;
}

.home .block5 .num p {
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 40px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1280.png);
}

.page1024 .home .block5 .link {
    margin-left: -56px;
    width: 118px;
    bottom: 28px;
}

.page1024 .home .block5 .link2 {
    left: 20px;
    margin: 0;
}

.page1024 .home .block5 .link1 {
    right: 20px;
    margin: 0;
    left: auto;
}

.page1024 .home .block5 .mask a {
    padding: 20px 20px 0;
}

.page1024 .home .block5 .mask .jj {
    height: auto;
    overflow: hidden;
}

.page1024 .home .block5 .mask .pos {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page1024 .home .block5 .mask h1 {
    bottom: 32px;
}

.page1024 .home .block5 .list li {
    width: 223px;
    height: 268px;
}

.page1024 .home .block5 .pop-type .title {
    width: 140px;
    margin-left: 80px;
    margin-right: 20px;
}

.page1024 .home .block5 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page1024 .home .block5 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page1024 .home .block5.pop-type .title h2 {
    height: 278px;
    padding: 20px 0;
}

.page1024 .home .block5 .pop-type .table {
    padding: 26px 0 0;
}

.page1024 .home .block5 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 8px;
}

.page1024 .home .block3 {
    margin-bottom: 22px;
    height: 357px;
}

.page1024 .home .block3 .img {
    width: 322px;
    margin-left: 22px;
}

.page1024 .home .block3 .box .title {
    padding: 46px 46px 38px;
}

.page1024 .home .block3 .box .title h1 {
    font-size: 26px;
}

.page1024 .home .block3 .box ul {
    padding-left: 44px;
}

.page1024 .home .block3 .box li {
    margin-bottom: 34px;
}

.page1024 .home .block3 .box h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.page1024 .home .block3 .box p {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page1024 .home .block4 {
    margin-bottom: 22px;
}

.page1024 .home .block4 .scrolllist {
    width: 100%;
}

.page1024 .home .block4 .scrollarr {
    height: 209px;
}

.page1024 .home .block4 .scrolllist .cont {
    top: 120px;
}

.page1024 .home .block4 .scrolllist .cont img {
    width: 90px;
    margin-bottom: 4px;
}

.page1024 .home .block4 .scrollarr .prev {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_prev1280.png);
}

.page1024 .home .block4 .scrollarr .next {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_next1280.png);
}

.page1024 .home .block4 .scrolllist li {
    width: 196px;
    height: 174px;
}

.page1024 #footer {
    padding-bottom: 27px;
}

.page1024 #footer .share {
    /* padding:30px 0 20px;*/
}

.page1024 #footer .link li {
    margin-left: 14px;
    padding-left: 14px;
}

.page1024 #footer .copy {
    padding-top: 6px;
    font-size: 14px;
    margin-bottom: 18px;
}

.page1024 #footer .ftbj {
    margin-left: 8px;
}

.page1024 .home .block1 .box4 .list1 .a {
    padding: 4px 0 4px 28px;
}

.page1024 .home .block1 .box4 .news li {
    padding: 4px 0;
}

.page1024 .home .block1 .box2 .list1 {
    margin: 0;
    margin-top: 5px;
}

.page1024 .home .block1 .box4 .list1 {
    margin-top: 5px;
}

.page1024 .home .block1 .box2 .scroll-list a:before {
    left: 7px;
}

.page1024 .home .block1 .box2 .img {
    display: none;
}

.page1024 .home .block2 .mask p {
    margin-bottom: 6px;
}

.page1024 .navbar .list {
    display: block;
}

.page1024 .navbar .item {
    float: none;
    padding: 10px 40px;
}

.page1024 .navbar .item h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
}

.page1024 .navbar .item:after {
    content: "";
    display: block;
    clear: both;
}

.page1024 .navbar .item>a {
    float: left;
}

.page1024 .navbar .item dl {
    padding: 0 0 0 50px;
    background: none;
    margin-left: 20px;
    text-align: left;
}

.page1024 .navbar .item dd {
    display: inline-block;
    margin-left: 15px;
}

.page768 .home .block1 .box4 .tip {
    padding: 0 10px;
}

.page768 .wrap {
    width: 1172px;
}

.page768 .home .focus {
    max-height: 60vw;
}

.page768 #header .logo {
    top: 0;
    left: 20px;
}

.page768 #header .logo a {
    height: 100%;
}

.page768 #header .tools {
    right: 20px;
}

.page768 #header .tools .menutool {
    margin-left: 15px;
}

.page768 .sidebar {
    margin-left: 0;
    left: auto;
    right: 0;
}

.page768 .navbar .layer {
    width: 1172px;
    height: 490px;
    padding-top: 60px;
    width: 100%;
    height: 100%;
}

.page768 #header .tools ul {
    padding-top: 14px;
}

.page768 #header .tools li {
    height: 16px;
    margin-left: 10px;
    padding-left: 10px;
}

.page768 #header .tools li a {
    padding-right: 18px;
    width: 15px;
    height: 16px;
}

.page768 #header .nav {
    /*text-align:left;*/
    visibility: hidden;
}

.page768 #header .nav>ul {
    /*margin-left:230px;*/
    margin-left: -30px;
}

.page768 #header .nav>ul>li>a {
    padding: 12px 15px;
}

.page768 #header .tools li a:after {
    position: absolute;
    right: 0;
    top: 8px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    content: '';
}

.page768 .home .focus {
    margin-bottom: 15px;
}

.page768 .home .block1 {
    margin-bottom: 0px;
}

.page768 .home .block1 .left {
    width: 360px;
}

.page768 .home .block1 .box2 {
    margin-bottom: 15px;
    height: 454px;
}

.page768 .home .block1 .box1 {
    height: 175px;
    margin-bottom: 15px;
}

.page768 .home .block1 .box1 .img {
    width: 199px;
    height: 214px;
    bottom: -17px;
    left: 45px;
}

.page768 .home .block1 .box1 .img img {
    position: absolute;
}

.page768 .home .block1 .box1 .cont {
    padding: 80px 44px 0 0;
}

.page768 .home .block1 .box1 .cont h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.page768 .home .block1 .box1 .cont h2 {
    font-size: 28px;
}

.page768 .home .block1 .box1 .cont .link {
    font-size: 14px;
    line-height: 36px;
    width: 110px;
    height: 36px;
}

.page768 .home .block1 .box2 .img {
    width: 345px;
    height: 325px;
}

.page768 .home .block1 .box2 .news {
    padding-bottom: 0;
}

.page768 .home .block1 .box2 .news .title {
    margin: 0;
}

.page768 .home .block1 .box2 .scroll-list {
    height: auto;
    margin-bottom: 8px;
    margin-left: 0;
    padding-top: 10px;
}

.page768 .home .block1 .box2 .scroll-list li {
    margin: 6px 0;
    display: block !important;
}

.page768 .home .block1 .box2 .scroll-list li span {}

.page768 .home .block1 .box2 .scroll-year {
    margin-left: 0;
}

.page768 .home .block1 .box2 .scroll-year li {
    font-size: 26px;
}

.page768 .home .block1 .box2 .scroll-year li.n {
    font-size: 32px;
}

.page768 .home .block1 .box3 {
    margin-bottom: 15px;
}

.page768 .home .block1 .box3 li {
    width: 121px;
    height: 125px;
}

.page768 .home .block1 .box3 .bg {
    width: 125px;
    height: 125px;
    margin-top: -63px;
}

.page768 .home .block1 .box3 .cont h3 {
    font-size: 16px;
}

.page768 .home .block1 .box3 .ico {
    height: 54px;
    padding-top: 20px;
    margin: 0 10px 10px;
    position: relative;
}

.page768 .home .block1 .box3 .cont {
    padding: 0 10px;
    position: relative;
}

.page768 .home .block1 .box4 {
    width: 362px;
    height: 480px;
}

.page768 .home .block1 .box3 .cont p {
    display: none;
}

.page768 .home .block1 .box4 .list {
    margin-bottom: 3%;
    padding-top: 10px;
    padding-left: 10px;
}

.page768 .home .block1 .box4 .list h1 {
    font-size: 27px;
    margin-bottom: 10px;
    padding-right: 14px;
    background: url(/template/bjshool_PC/Public/static/themes/image/huiwen1.png) right no-repeat;
}

.page768 .home .block1 .box4 .tip p {
    font-size: 12px;
    line-height: 20px;
}

.page768 .home .block1 .box4 .tip span {
    margin-right: 10px;
}

.page768 .home .block1 .box4 .tip span i {
    margin-right: 5px;
    padding-right: 10px;
}

.page768 .home .block1 .box4 .news {
    /*height:90px;*/
    padding: 0 0;
}

.page768 .home .block1 .title {
    margin: 0 38px 0 2%;
}

.page768 .home .block1 .title h1 span {
    font-size: 22px;
    background-position: 122px 20px;
}

.page768 .home .block1 .box4 .item .title {
    padding-top: 10px;
}

.page768 .home .block1 .box4 .item:first-child {
    padding-bottom: 15px;
}

.page768 .home .block1 .box4 .item:first-child .title {
    padding-top: 15px;
}

.page768 .home .block2 {
    margin-bottom: 15px;
    height: 268px;
}

.page768 .home .block2 .box {
    width: 245px;
    margin-right: 15px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1280.jpg);
}

.page768 .home .block2 .box .title {
    padding-top: 20px;
    margin-bottom: 50px;
}

.page768 .home .block2 .box .title h1 {
    font-size: 22px;
}

.page768 .home .block2 .box .title h1 span {
    font-size: 22px;
}

.page768 .home .block2 .tip {
    font-size: 16px;
}

.page768 .home .block2 .tip b {
    font-size: 18px;
}

.page768 .home .block2 .num b {
    font-size: 32px;
}

.page768 .home .block2 .num p {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 40px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1280.png);
}

.page768 .home .block2 .link {
    margin-left: -56px;
    width: 118px;
    bottom: 28px;
}

.page768 .home .block2 .link2 {
    bottom: 65px;
}

.page768 .home .block2 .link1 {
    bottom: 15px;
}

.page768 .home .block2 .mask a {
    padding: 20px 20px 0;
}

.page768 .home .block2 .mask .jj {
    height: auto;
    overflow: hidden;
}

.page768 .home .block2 .mask .pos {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page768 .home .block2 .mask h1 {
    bottom: 32px;
}

.page768 .home .block2 .list li {
    width: 239px;
    height: 287px;
}

.page768 .home .block2 .pop-type .title {
    width: 140px;
    margin-left: 80px;
    margin-right: 20px;
}

.page768 .home .block2 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page768 .home .block2 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page768 .home .block2 .pop-type .title h2 {
    height: 278px;
    padding: 20px 0;
}

.page768 .home .block2 .pop-type .table {
    padding: 26px 0 0;
}

.page768 .home .block2 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 8px;
}



.page768 .home .block5 {
    margin-bottom: 15px;
    height: 268px;
}

.page768 .home .block5 .box {
    width: 245px;
    margin-right: 15px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block2_box_bg1280.jpg);
}

.page768 .home .block5 .box .title {
    padding-top: 20px;
    margin-bottom: 50px;
}

.page768 .home .block5 .box .title h1 {
    font-size: 22px;
}

.page768 .home .block5 .box .title h1 span {
    font-size: 22px;
}

.page768 .home .block5 .tip {
    font-size: 16px;
}

.page768 .home .block5 .tip b {
    font-size: 18px;
}

.page768 .home .block5 .num b {
    font-size: 32px;
}

.page768 .home .block5 .num p {
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 40px;
    background-image: url(/template/bjshool_PC/Public/static/themes/image/jian1280.png);
}

.page768 .home .block5 .link {
    margin-left: -56px;
    width: 118px;
    bottom: 28px;
}

.page768 .home .block5 .link2 {
    bottom: 65px;
}

.page768 .home .block5 .link1 {
    bottom: 15px;
}

.page768 .home .block5 .mask a {
    padding: 20px 20px 0;
}

.page768 .home .block5 .mask .jj {
    height: auto;
    overflow: hidden;
}

.page768 .home .block5 .mask .pos {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page768 .home .block5 .mask h1 {
    bottom: 32px;
}

.page768 .home .block5 .list li {
    width: 239px;
    height: 287px;
}

.page768 .home .block5 .pop-type .title {
    width: 140px;
    margin-left: 80px;
    margin-right: 20px;
}

.page768 .home .block5 .pop-type .title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-right: 18px;
}

.page768 .home .block5 .pop-type .title h1 b {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block2_t_bg.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.page768 .home .block5.pop-type .title h2 {
    height: 278px;
    padding: 20px 0;
}

.page768 .home .block5 .pop-type .table {
    padding: 26px 0 0;
}

.page768 .home .block5 .pop-type .table li {
    width: 136px;
    height: 27px;
    font-size: 18px;
    padding: 10px 0;
    margin-right: 18px;
    margin-bottom: 8px;
}

.page768 .home .block3 {
    margin-bottom: 15px;
    height: 357px;
}

.page768 .home .block3 .img {
    width: 322px;
    margin-left: 15px;
}

.page768 .home .block3 .box .title {
    padding: 25px 30px 25px;
}

.page768 .home .block3 .box p {
    padding-right: 30px;
}

.page768 .home .block3 .box .title h1 {
    font-size: 26px;
}

.page768 .home .block3 .box ul {
    padding-left: 30px;
}

.page768 .home .block3 .box li {
    float: none;
    margin-bottom: 10px;
    width: auto;
}

.page768 .home .block3 .box h3 {
    font-size: 16px;
    margin-bottom: 6px;
    padding-right: 30px;
}

.page768 .home .block3 .box p {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page768 .home .block4 {
    margin-bottom: 15px;
}

.page768 .home .block4 .scrolllist {
    width: 100%;
}

.page768 .home .block4 .scrollarr {
    height: 209px;
}

.page768 .home .block4 .scrolllist .cont {
    top: 25px;
}

.page768 .home .block4 .scrolllist .cont img {
    width: 50px;
    margin-bottom: 4px;
}

.page768 .home .block4 .scrollarr .prev {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_prev1280.png);
}

.page768 .home .block4 .scrollarr .next {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block4_next1280.png);
}

.page768 .home .block4 .scrolllist li {
    width: 147.5px;
    height: 131px;
}

.page768 #footer {
    padding-bottom: 27px;
}

.page768 #footer .share {
    /* padding:30px 0 20px;*/
}

.page768 #footer .link li {
    margin-left: 14px;
    padding-left: 14px;
}

.page768 #footer .copy {
    padding-top: 6px;
    font-size: 14px;
    margin-bottom: 18px;
}

.page768 #footer .ftbj {
    margin-left: 8px;
}

.page768 .home .block1 .box4 .list1 .a {
    padding: 4px 0 4px 28px;
}

.page768 .home .block1 .box4 .news li {
    padding: 4px 0;
}

.page768 .home .block1 .box2 .list1 {
    margin: 0;
    margin-top: 5px;
}

.page768 .home .block1 .box4 .list1 {
    margin-top: 5px;
}

.page768 .home .block1 .box2 .scroll-list a:before {
    left: 7px;
}

.page768 .home .block1 .box2 .img {
    display: none;
}

.page768 .home .block2 .mask p {
    margin-bottom: 6px;
}

.page768 .home .block1 .box2 .list1 .a {
    font-size: 14px;
}

.page768 .home .tit-span img {
    width: 16px;
    vertical-align: sub;
}

.page768 .home .block2 .box .title::after {
    bottom: -35px;
}

.page768 .home .block5 .box .title::after {
    bottom: -35px;
}

.page768 .footer .code2d img {
    margin-left: 0;
    right: 0px;
    left: auto;
}

.page768 .notice {
    padding-bottom: 35px;
}

.page768 .footer .code2d {
    right: 0;
    margin: 0;
    left: auto;
}

.page768 .home .block1 .box1 {
    opacity: 1;
    transform: none;
}

.page768 .home .block1 .box2 {
    opacity: 1;
    transform: none;
}

.page768 .home .block1 .box1 .img {
    opacity: 1;
    transform: none;
}

.page768 .home .block1 .box4 {
    opacity: 1;
    transform: none;
}

.page768 .home .block1 .box3 {
    opacity: 1;
    transform: none;
}

.page768 .home .block1 .box4 .list li {
    opacity: 1;
    transform: none;
}

.page768 .navbar .list {
    display: block;
}

.page768 .navbar .item {
    float: none;
    padding: 10px 40px;
}

.page768 .navbar .item h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
}

.page768 .navbar .item:after {
    content: "";
    display: block;
    clear: both;
}

.page768 .navbar .item>a {
    float: left;
}

.page768 .navbar .item dl {
    padding: 0 0 0 50px;
    background: none;
    margin-left: 20px;
    text-align: left;
}

.page768 .navbar .item dd {
    display: inline-block;
    margin-left: 15px;
}

.page768 .sydw {
    margin-left: 315px;
    top: 90px;
}

.video_tc .close {
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 34px;
    font-family: ""
}

.video_tc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/template/bjshool_PC/Public/static/themes/image/ld/line.png) repeat;
    z-index: 1000;
    display: none
}

.video_tc .v {
    position: absolute;
    width: 750px;
    height: 420px;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -375px
}

.video_tc .v #video_warp {
    height: 100%
}

/**
* 
*/

.home.skinbo .block4 .scrolllist .img .skinbo-block4-img1 {
    display: block
}

.home.skinbo .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/skinbo/block3-1.jpg)
}

.home.skinbo .block2 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/skinbo/block2-1.jpg)
}

.home.skinbo .block5 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/lyc/skinbo/block2-1.jpg)
}

.home.skinbo .block1 .box3 .l1 {
    background: #ddb32f
}

.home.skinbo .block1 .box3 .l2 {
    background: #3f6e46
}

.home.skinbo .block1 .box3 .l3 {
    background: #68aac3
}

.home.skinbo .block1 .box3 li .bg img {
    display: none !important;
}

.home.skinbo .block1 .box3 li .bg .skinbo {
    display: block !important;
}

.home.skinbo .block1 .box2 {
    background: #922827
}

.home.skinbo .block1 .box2 .scroll-list {
    background: 0 0;
    border-top: 1px solid #832423
}

.home.skinbo .block1 .box2 .news {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/skinbo/block1-1.png) no-repeat 278px -9px
}

.home.skinbo .block1 .box4 {
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/skinbo/block1-2.png) no-repeat center bottom
}

.home.skinbo .block1 .box4 .item:first-child {
    border-bottom: 1px solid #334e97;
    background: url(/template/bjshool_PC/Public/static/themes/image/lyc/skinbo/block1-3.png) no-repeat right -15px
}

.home.skinbo .block1 .box4 .item {
    border-top: 1px solid #254185
}

.home.skinbo .block3 .box .link {
    color: #fff
}

.home.skinbo .block4 .scrolllist .mask {
    background: url(/template/bjshool_PC/Public/static/themes/image/home_block4_bg2.jpg);
}

.page1440 .home.skinbo .block1 .box2 .news {
    background-position: 208px -12px
}

.page1440 .home.skinbo .block1 .box4 .item:first-child {
    background-position: right -30px
}

.page1280 .home.skinbo .block1 .box4 .item:first-child {
    background-position: right -30px
}

.page1280 .home.skinbo .block1 .box2 .news {
    background-position: 204px -15px
}

.page1366 .home.skinbo .block1 .box4 .item:first-child {
    background-position: right -23px;
}

.page1366 .home.skinbo .block1 .title .more {
    padding: 10px 16px;
}

.page1366 .home.skinbo .block1 .box2 .news {
    background-position: 195px -15px;
}

.page1024 .home.skinbo .block1 .box2 .news {
    background-position: 321px -22px;
}

.page1024 .home.skinbo .block1 .box4 .item:first-child {
    background-position: right -31px;
}

.page768 .home.skinbo .block1 .box4 .item:first-child {
    background-position: right -30px;
}

.page768 .home.skinbo .block1 .box2 .news {
    background-position: 180px -26px;
}

/**
*ƤӦʽʽ
*/

.page1440 .newyear2019.home .block2 .num p {
    width: 45px;
    height: 43px;
    line-height: 40px
}

.page1280 .newyear2019.home .block2 .num p {
    width: 38px;
    height: 38px;
    line-height: 38px
}

.newyear2019.home .block2 .num p {
    width: 38px;
    height: 38px;
    line-height: 35px
}


.page1440 .newyear2019.home .block5 .num p {
    width: 45px;
    height: 43px;
    line-height: 40px
}

.page1280 .newyear2019.home .block5 .num p {
    width: 38px;
    height: 38px;
    line-height: 38px
}

.newyear2019.home .block5 .num p {
    width: 38px;
    height: 38px;
    line-height: 35px
}

.years95 .block1 .box2 {
    /*background: url(/template/bjshool_PC/Public/static/themes/image/95years/png5.png) left bottom no-repeat;*/
    /*background-size: 50% auto;*/
    background: #76171c;
}

.years95 .block1 .box3 .l1 {
    /*background: #956442;*/
    background: #f0831e;
}

.years95 .block1 .box3 .l2 {
    /*background: #801910;*/
    background: #005bac;
}

.years95 .block1 .box3 .l3 {
    /*background: #c5a061;*/
    background: #76171b;
}

.years95 .block1 .box3 .bg {
    margin-top: -90px;
}

.page1660 .years95 .block1 .box3 .ico {
    /*margin-left: 24px;*/
    margin-left: 68px;
}

.years95 .block1 .box3 li .bg img.i1 {
    display: none !important;
}

.years95 .block1 .box3 li .bg img.i0 {
    display: block;
}

.years95 .block1.show .box3 li .bg img {
    animation: none;
}

.xf20191118 .years95 .block1 .box1 .part {
    height: auto;
    bottom: auto;
    top: -80px;
}

.years95 .block1 .box4 {
    /*background: url(/template/bjshool_PC/Public/static/themes/image/95years/bg2.jpg) center bottom no-repeat;*/
    /*background-size: cover;*/
    background: #00346a;
}

.years95 .block1 .box4 .tip p {
    color: #d6bb8a;
}

.years95 .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/png3a.png) !important;
}

.years95 .block1 .box4 .list .last h1 {
    background: none !important;
}

.years95 .block2 .box {
    /*background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/bg3.jpg) !important;*/
}

.years95 .block5 .box {
    /*background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/bg3.jpg) !important;*/
}

.years95 .block3 .box {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/bg4.jpg) !important;
}

.years95 .block4 .scrolllist .img .i0 {
    display: block;
}

.years95 .block1 .box4 .news a:hover {
    color: #d6bb8a;
}

.years95 .block1 .box4 .tip i {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/png4.png);
}

.years95 .block1 .box3 .bg {
    width: 176px;
    left: 37%;
}

.page1440 .xf20191118 .years95 .block1 .box2 .news {
    height: 364px;
}

.page1440 .xf20191118 .years95 .block1 .box1 .part {
    width: 450px;
    height: auto;
    top: -57px;
}

.page1440 .years95 .block1 .box3 .bg {
    width: 125px;
    margin-top: -71px;
}

.page1440 .years95 .block1 .box3 .bg {
    left: 46%;
}

.page1440 .years95 .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/png3.png) !important;
}

.page1440 .years95 .block1 .box4 .list .last h1 {
    background: none !important;
}

.page1366 .xf20191118 .years95 .block1 .box1 .part {
    width: 400px;
    height: auto;
    top: -57px;
}

.page1366 .xf20191118 .years95 .block1 .box2 .img {
    height: 359px;
}

.page1366 .years95 .block1 .box2 .news {
    height: 359px;
}

.page1366 .xf20191118 .years95 .block1 .box1 {
    height: 340px;
}

.page1366 .years95 .block1 .box3 .bg {
    width: 125px;
    margin-top: -71px;
}

.page1366 .years95 .block1 .box3 .bg {
    left: 46%;
}

.page1280 .xf20191118 .years95 .block1 .box1 .part {
    width: 380px;
    height: auto;
    top: -35px;
}

.page1280 .xf20191118 .years95 .block1 .box1 {
    height: 336px;
}

.page1280 .years95 .block1 .box2 .news {
    height: 320px;
}

.page1280 .years95 .block1 .box3 .bg {
    width: 125px;
    margin-top: -71px;
}

.page1280 .years95 .block1 .box3 .bg {
    left: 46%;
}

.page1024 .years95 .block1 .box1 .part {
    width: 290px;
    height: auto;
    top: -35px;
    margin-left: -10px;
}

.page1024 .years95 .block1 .box2 .scroll-list li {
    margin: 20px 0;
}

.page1024 .years95 .block1 .box2 {
    background-size: cover;
}

.page1024 .years95 .block1 .box2 .news {
    height: 413px;
}

.page1024 .years95 .block1 .box3 .bg {
    width: 125px;
    margin-top: -71px;
}

.page1024 .years95 .block1 .box3 .bg {
    left: 46%;
}

.page768 .years95 .block1 .box1 .part {
    width: 215px;
    height: auto;
    top: -35px;
    margin-left: -10px;
}

.page768 .years95 .block1 .box2 .scroll-list li {
    margin: 10px 0;
}

.page768 .block1 .box2 .list1 {
    padding-bottom: 25px;
}

.page768 .years95 .block1 .box3 .bg {
    width: 85px;
    margin-top: -51px;
    left: 46%;
}

.page1440 .years95 .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/png3.png) !important;
}

.page1440 .years95 .block1 .box4 .list .last h1 {
    background: none !important;
}

.page1366 .years95 .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/png3.png) !important;
}

.page1366 .years95 .block1 .box4 .list .last h1 {
    background: none !important;
}

.page1280 .years95 .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/png3.png) !important;
}

.page1280 .years95 .block1 .box4 .list .last h1 {
    background: none !important;
}

.page1024 .years95 .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/png3.png) !important;
}

.page1024 .years95 .block1 .box4 .list .last h1 {
    background: none !important;
}

.page768 .years95 .block1 .box4 .list h1 {
    background-image: url(/template/bjshool_PC/Public/static/themes/image/95years/png3.png) !important;
}

.page768 .years95 .block1 .box4 .list .last h1 {
    background: none !important;
}

.years95 .block4 .scrolllist .m2 {
    /*background: #7c0513;*/
    background-image: url(/template/bjshool_PC/Public/static/themes/image/home_block1_box4_bg.jpg) !important;
}