@charset "UTF-8";
.classbox {
    position: relative;
}

.class-prev, .class-next {
    position: absolute;
}

.by {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.bd3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.scale-img:hover img, .hotbox:hover img, .mempicbox:hover img, .serverbox:hover img, .add-tsLi1:hover .add-tsLi1pic img, .ind-tjBox:hover img, .ind-certBox:hover img, .class-pic:hover img {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.scale-img {
    overflow: hidden;
}

/*.headerbox { height: 116px; background: url(../images/headbg.gif) top center no-repeat; }
.logo { width: 318px; height: 116px; margin-top: 0; }*/
/*.headerbox { height: 116px; background: url(../images/logobg2.gif?85123) top center no-repeat; }*/
.headerbox {
    position: relative;
    height: 116px;
}

.headerbox:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 116px;
    margin-right: 300px;
    margin-left: -233px;
    background: url(../images/jg_logo.gif?1256) center center no-repeat;
    background-size: auto 50%;
}

.headerbox .header {
    position: relative;
    z-index: 1;
}

.logo {
    width: 318px;
    height: 116px;
    margin-top: 0;
}

.searchbox {
    width: 360px;
    margin-right: 8px;
    background: #fff;
    margin-top: 39px;
}

.search {
    height: 36px;
    border: 1px solid #e63333;
    position: relative;
    padding-right: 54px;
    padding-left: 80px;
}

.search .search-input, .search .search-btn {
    height: 36px;
    font-size: 14px;
    line-height: 36px;
}

.search .search-input {
    width: 100%;
    text-indent: 8px;
    background: transparent;
    color: #757575;
}

.search .search-btn {
    width: 52px;
    border-left: 1px solid #e63333;
    background: #e63333;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.wechat {
    width: 40px;
    height: 40px;
    background: #009900;
    margin-top: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

.wechat i {
    font-size: 30px;
}

.wechat .wechat-ewm {
    width: 124px;
    height: 124px;
    background: url(../images/chatbg.png) top center no-repeat;
    position: absolute;
    left: -72px;
    z-index: 9999;
    padding: 35px 30px 30px 30px;
    top: 40px;
    display: none;
}

.wechat .wechat-ewm img {
    width: 124px;
    height: 124px;
}

.wechat:hover .wechat-ewm {
    display: block;
}

.head-member {
    font-size: 16px;
    line-height: 40px;
    margin-top: 38px;
    margin-left: 45px;
}

.head-member a {
    margin-left: 20px;
}

.header-logined {
    margin-left: 20px;
    margin-top: 32px;
    position: relative;
}

.header-logined i {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 3;
    right: -10px;
    bottom: -3px;
    font-size: 18px;
    line-height: 24px;
}

.header-logined i.my-vip0 {
    color: #c3c3c3;
}

.header-logined i.my-vip1 {
    color: #ee9c0d;
}

.header-logined mark {
    position: absolute;
    font-size: 10px;
    line-height: 16px;
    padding: 0 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #ff0000;
    left: 36px;
    top: 0;
    color: #fff;
}

.header-logined a img {
    width: 46px;
    height: 46px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
    -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
    -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
    -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
    box-shadow: 0 0 10px rgba(11, 11, 11, 0.3);
}

.header-logined .header-loginded-menu {
    display: none;
}

.header-logined:hover .header-loginded-menu {
    display: block;
}

.header-loginded-menu {
    width: 120px;
    background: #606060;
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-left: -60px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
    top: 64px;
}

.header-loginded-menu:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 10px solid #606060;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -10px;
}

.header-loginded-menu ul li {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.header-loginded-menu ul li a {
    display: block;
    color: #fff;
}

.header-loginded-menu ul li a:hover {
    color: #faf108;
}

.navbox {
    width: 100%;
    height: 54px;
    background: #e63333;
}

.nav > ul > li {
    width: 150px;
    float: left;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    position: relative;
}

.nav > ul > li:first-child {
    width: 150px;
}

.nav > ul > li a {
    display: block;
    color: #fff;
}

.nav > ul > li a:hover, .nav > ul > li a.cur-nav, .nav > ul > li a.active {
    background: url(../images/navh.jpg) repeat-x;
    color: #fff;
}

.sub-menu {
    position: absolute;
    clear: both;
    height: auto;
    display: none;
    background: #fff;
    z-index: 9;
    left: 0;
    right: 0;
    border-top: 0 solid #7B7B7B;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
}

.sub-menu ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
}

.sub-menu ul li {
    width: 100%;
    height: 48px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.sub-menu ul li a {
    position: absolute;
    width: 100%;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    color: #777;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.sub-menu ul li a:hover {
    background: #F0F0F0;
    color: #e63333;
}

.flexslider {
    width: 100%;
    height: 360px;
    zoom: 1;
    position: relative;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
    position: relative;
}

.flexslider .slides li img {
    width: 100%;
    height: 360px;
    display: block;
}

.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
    opacity: 0.3;
    filter: alpha(opacity=60);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: -35px 0 0;
    background: url(../images/banner/slide.png) no-repeat;
    border-radius: 25px;
    line-height: 99em;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav a.flex-next {
    background-position: -50px 0;
    right: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.flex-direction-nav a.flex-prev {
    left: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.flex-control-paging li a {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/banner/dot.png) no-repeat 0 -16px;
    text-indent: -99em;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.flex-control-paging li.active a {
    background-position: 0 0;
}

.newbox {
    width: 1200px;
    position: relative;
    margin: 0px auto;
    height: 1px;
}

.new {
    width: 308px;
    height: 340px;
    position: absolute;
    top: 10px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.new ul {
    padding-top: 6px;
}

.new ul li {
    margin: 0 15px;
    border-bottom: 1px dotted #c6c8ca;
    height: 40px;
    line-height: 20px;
    padding: 9px 0 9px 15px;
    position: relative;
}

.new ul li i {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 16px;
    left: 0;
    background: #3399ff;
}

.new h4 {
    padding-right: 15px;
    line-height: 36px;
}

.quick {
    height: 96px;
    background: #f3f3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding-left: 127px;
    margin: 30px 15px;
}

.quick ul {
    padding-top: 15px;
}

.quick ul li {
    font-size: 14px;
    line-height: 22px;
}

.quickico {
    width: 103px;
    height: 68px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    margin-top: -34px;
}

.quickico img {
    width: 46px;
    height: 46px;
}

.quickico h2 {
    font-size: 16px;
    line-height: 1;
    color: #e63333;
    margin-top: 6px;
    font-weight: 600;
}

.quickico span {
    width: 1px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    background: #dedede;
    right: 0;
}

.menu {
    text-align: center;
}

.menu h3 {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    color: #333;
}

.menu h3 span {
    width: 490px;
    height: 30px;
    background: url(/front/img/menubg1.png) center repeat-x;
    /*position: absolute;*/
}

.menu h3 span.menu-span1 {
    left: 0;
}

.menu h3 span.menu-span2 {
    right: 0;
}

.menu h3 span.menu-span3 {
    width: 400px;
    right: 90px;
}

.menu h3 a {
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 30px;
    color: #afafaf;
}

.menu h3 a:hover {
    color: #e63333;
}

.menu h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 0 0; */
    width: 100%;
}

.menu h3 * {

}

.menu h4 {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
}

.menu h4 span {
    width: 490px;
    height: 30px;
    background: url(../images/menubg2.png) center repeat-x;
    position: absolute;
}

.menu h4 span.menu-span1 {
    left: 0;
}

.menu h4 span.menu-span2 {
    right: 0;
}

.menu h5 {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: #e63333;
    position: relative;
}

.menu h5 span {
    width: 490px;
    height: 30px;
    background: url(../images/menubg3.png) center repeat-x;
    position: absolute;
}

.menu h5 span.menu-span1 {
    left: 0;
}

.menu h5 span.menu-span2 {
    right: 0;
}

.menu p {
    font-size: 14px;
    margin-top: 15px;
    color: #fcff00;
}

.hot ul {
    padding-top: 24px;
}

.hotbox {
    width: 380px;
    height: 205px;
    overflow: hidden;
    margin: 0 15px 30px;
    position: relative;
    cursor: pointer;
}

.hotbox img {
    width: 380px;
    height: 205px;
}

.hotbox h2 {
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    line-height: 48px;
    padding: 0 12px;
    z-index: 1;
}

.hotbox h2 a {
    color: #fff;
}

.hotbox h2 a span {
    font-size: 14px;
    color: #989898;
}

.memberbox {
    height: 671px;
    background: url(../images/membg.jpg) center no-repeat;
    padding-top: 35px;
}

.memberbox .member {
    margin-top: 25px;
}

.member-picbox {
    height: 552px;
    overflow: hidden;
    position: relative;
    margin: 0 15px;
}

.member-picbox .bd ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 -15px -30px;
}

.member-picbox .hd {
    overflow: hidden;
    height: 30px;
    text-align: center;
    margin-top: 18px;
}

.member-picbox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.member-picbox .hd ul li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #ccc;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.member-picbox .hd ul li.on {
    background: #033282;
}

.mempicbox {
    margin: 0 15px 30px;
    overflow: hidden;
    position: relative;
}

.mempicbox .memmask {
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
}

.mempicbox .memmask a span, .mempicbox .memmask a p {
    display: none;
}

.mempicbox:hover .memmask {
    top: 0;
    bottom: 0;
    margin-top: 0;
}

.mempicbox:hover .memmask a span, .mempicbox:hover .memmask a p {
    display: block;
}

.mempicbox:hover .memmask a h2 {
    padding-top: 50px;
}

.mempicbox:hover .memmask a span {
    top: 105px;
}

.memmask {
    position: absolute;
    z-index: 2;
    background: rgba(29, 29, 29, 0.8);
    left: 0;
    right: 0;
    text-align: center;
}

.memmask a h2 {
    font-size: 24px;
    line-height: 48px;
    color: #fff;
}

.memmask a span {
    width: 68px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    background: #fff;
}

.memmask a p {
    font-size: 14px;
    line-height: 22px;
    color: #eaeaea;
    margin-top: 20px;
}

.member-logobox {
    height: 522px;
    background: #fff;
    margin: 0 15px 30px;
}

.member-lm {
    height: 54px;
    border-bottom: 1px solid #edebeb;
    padding: 0 20px;
    font-size: 18px;
    line-height: 54px;
    color: #e63333;
    font-weight: 600;
}

.member-lm a {
    font-weight: normal;
    font-size: 14px;
    color: #838383;
}

.member-lc {
    height: 402px;
    overflow: hidden;
}

.member-lc > ul > li {
    height: 66px;
    border-bottom: 1px solid #edebeb;
}

.member-lcbox {
    height: 50px;
    border-left: 1px solid #edebeb;
    position: relative;
    padding: 8px 8px 8px 66px;
}

.member-lcbox img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 8px;
    top: 8px;
}

.member-lcbox h2 {
    font-size: 14px;
    line-height: 20px;
}

.member-lcbox h2.h2-one {
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
}

.member-lcbox h2.h2-two {
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.member-la {
    height: 55px;
    text-align: center;
}

.member-la a {
    width: 224px;
    height: 36px;
    font-size: 18px;
    background: #ee5604;
    color: #fff;
    margin: 15px auto 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 36px;
}

.member-la a:hover {
    background: #e63333;
    color: #fff;
}

.serverbg {
    margin-top: 45px;
}

.server ul {
    margin-top: 30px;
}

.serverbox {
    height: 134px;
    overflow: hidden;
    margin: 0 15px 30px;
    cursor: pointer;
    position: relative;
}

.serverbox img {
    width: 100%;
    height: 134px;
}

.server-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-left: 20px;
}

.server-txt a {
    color: #fff;
}

.server-txt a h2 {
    font-size: 30px;
    line-height: 2;
    padding-top: 10px;
}

.server-txt a p {
    font-size: 18px;
    line-height: 1;
}

.server-txt a span {
    width: 40px;
    height: 3px;
    position: absolute;
    left: 20px;
    bottom: 24px;
    background: #fff;
}

.server-txt a i {
    width: 40px;
    height: 40px;
    background: url(../images/server-enter.png) no-repeat;
    position: absolute;
    right: 18px;
    bottom: 20px;
}

.resource-menu {
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px;
}

.resource-menu > a {
    line-height: 50px;
    color: #838383;
}

.resource-menu > a:hover {
    color: #e63333;
}

.resource-menu ul li {
    float: left;
    margin-right: 25px;
    font-size: 18px;
}

.resource-menu ul li a {
    display: block;
    line-height: 48px;
    border-bottom: 2px transparent solid;
    padding: 0 5px;
}

.resource-menu ul li a:hover, .resource-menu ul li a.newTab-cur {
    border-bottom: 2px solid #e63333;
    color: #e63333;
    font-weight: bold;
}

.resource {
    height: 150px;
    padding: 15px 0 10px;
}

.resource ul li {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    margin: 0 20px;
    padding-left: 20px;
}

.resource ul li a i {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
    background: #acabab;
}

.resource ul li a:hover i {
    background: #e63333;
}

.linkbg .link {
    width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 28px;
}

.link-prev, .link-next {
    width: 18px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    position: absolute;
}

.link-prev {
    background: url(/front/img/link-prev.png) no-repeat;
    left: -40px;
}

.link-next {
    background: url(/front/img/link-next.png) no-repeat;
    right: -40px;
}

.link-img {
    width: 1200px;
    overflow: hidden;
}

.link-img ul {
    /*width: 20000px;*/
    display: flex;
}

.link-img ul li {
    width: 276px;
    height: 76px;
    float: left;
    margin-right: 29px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.link-img ul li img {
    width: 276px;
    height: 76px;
}

.footerbg {
    background: #666;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.footerbg span {
    margin-left: 20px;
}

.return-top {
    -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
    -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
    -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
    -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
    box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
    background-color: #c7c7c7;
    width: 60px;
    position: fixed;
    right: 10px;
    z-index: 9999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.return-top ul li {
    width: 60px;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.return-top ul li:last-child {
    border-bottom: none;
}

.return-top ul li i {
    font-size: 32px;
    color: #e63333;
}

.return-top ul li a {
    display: block;
    color: #fff;
    position: relative;
}

.return-top #top {
    display: none;
    line-height: 60px;
}

.return-top-qq {
    padding-top: 15px;
    padding-bottom: 5px;
}

.return-top-qq i {
    width: 36px;
    height: 36px;
    background: url(../images/qq.png) no-repeat;
    display: inline-block;
    line-height: 36px;
}

.return-top-qq h5 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
    color: #e63333;
    font-weight: bold;
}

.return-top-qq .return-top-qc {
    display: none;
}

.return-top-qq:hover .return-top-qc {
    display: block;
}

.return-top-qc {
    position: absolute;
    width: 120px;
    top: 0;
    right: 60px;
    border: 1px solid #4b4b4b;
    background: #fff;
    color: #666;
    padding: 10px 0;
    text-align: center;
}

.return-top-qc h2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bolder;
}

.return-top-qc h2 span {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #999;
}

.return-top-qc h3, .return-top-qc p {
    font-size: 13px;
    line-height: 18px;
}

.return-top-qc h3 {
    margin-top: 6px;
}

.return-top-qc a {
    display: inline-block;
    margin-top: 3px;
    line-height: 24px;
}

.fixedmeau {
    width: 130px;
    position: fixed;
    top: 200px;
    left: 20px;
    display: none;
    background: url(../images/fiexbg.png) 5px 10px no-repeat;
}

.fixedmeau li {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
    margin-bottom: 30px;
    color: #000;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.fixedmeau li i {
    width: 8px;
    height: 8px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    border: 2px solid #073074;
}

.fixedmeau li.active {
    color: #073074;
}

.fixedmeau li.active i {
    background: #073074;
}

.fixedmeau li:hover {
    color: #b69308;
}

.fixedmeau li:hover i {
    background: #b69308;
    border: 2px solid #b69308;
}

.sub-main {
    margin: 30px auto 50px;
}

.sub-min {
    min-height: 680px;
}

.sub-left1 {
    width: 200px;
    background: url(../images/sub-leftbg.jpg) bottom center no-repeat #fff;
    padding-bottom: 125px;
}

.sub-left1 h3 {
    height: 50px;
    font-size: 14px;
    background: #e63333;
    color: #fff;
    line-height: 50px;
    padding-left: 16px;
    font-weight: bold;
}

.sub-left1 h4 {
    border-top: 1px solid #eee;
    line-height: 50px;
}

.sub-left1 h4 span {
    margin-right: 20px;
}

.sub-left1 h4 a {
    display: block;
    padding-left: 16px;
}

.sub-left1 h4 a:hover {
    background: #f3f3f3;
    color: #e63333;
    font-weight: bold;
}

.sub-left1 h4 a.sub-left-cur {
    color: #e63333;
    font-weight: bold;
}

.sub-left1 h5 {
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    padding: 0 12px 0 15px;
    position: relative;
    color: #555;
    font-weight: bold;
}

.sub-left1 h5:last-child {
    border-bottom: none;
}

.sub-left1 h5 i {
    position: absolute;
}

.sub-left1 h5 i.List-ico {
    width: 16px;
    height: 16px;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    background: url(../images/off.png) no-repeat;
}

.sub-left1 .selected h5 .List-ico {
    right: 8px;
    top: 50%;
    margin-top: -8px;
    background: url(../images/on.png) no-repeat;
}

.list-item {
    line-height: 24px;
    padding: 9px 5px 9px 18px;
    border-bottom: 1px solid #eee;
}

.list-item ul li {
    margin-right: 30px;
    line-height: 32px;
}

.list-item ul li a {
    display: block;
    color: #777;
    position: relative;
    padding-left: 18px;
}

.list-item ul li a i {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #777;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -4px;
    left: 0;
}

.list-item ul li a:hover, .list-item ul li a.add-cur {
    color: #e63333;
}

.list-item ul li a:hover i, .list-item ul li a.add-cur i {
    background: #e63333;
}

.sub-rigt1 {
    width: 976px;
}

.sub-rm {
    height: 52px;
    border-bottom: 1px solid #eee;
    padding: 0 30px;
    line-height: 52px;
    position: relative;
}

.sub-rm h3 {
    font-size: 16px;
    border-bottom: 1px solid #e63333;
    padding: 0 6px;
    color: #e63333;
    font-weight: bold;
}

.sub-rm > ul > li {
    float: left;
    cursor: pointer;
    padding: 0 10px;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
}

.sub-rm > ul > li.filterTab-cur {
    border-bottom: 1px solid #e63333;
    color: #e63333;
    font-weight: bold;
}

.sub-rm > ul > li span {
    position: absolute;
    background: #ff0000;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    padding: 0 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    top: 10px;
    left: 50px;
}

.sub-rma {
    color: #c1c1c1;
}

.sub-rma a {
    color: #c1c1c1;
}

.sub-rma a:hover {
    color: #e63333;
}

.sub-quesbox {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.sub-quesbox .sub-mask {
    background: #060606;
    background: rgba(6, 6, 6, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.sub-quesbox .sub-mask span {
    position: absolute;
    width: 58px;
    height: 1px;
    left: 50%;
    margin-left: -29px;
    background: #cbcbcb;
}

.sub-quesbox .sub-mask p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.sub-quesbox a {
    color: #d2d2d2;
}

.sub-quesbox a .sub-mask {
    overflow: hidden;
    top: 100%;
    margin-top: -30px;
    cursor: pointer;
}

.sub-quesbox a .sub-mask h2 {
    font-size: 14px;
    line-height: 30px;
}

.sub-quesbox a .sub-mask span, .sub-quesbox a .sub-mask p {
    display: none;
}

.sub-quesbox a:hover .sub-mask {
    top: 0;
    bottom: 0;
    margin-top: 0;
}

.sub-quesbox a:hover .sub-mask span, .sub-quesbox a:hover .sub-mask p {
    display: block;
}

.sub-quesbox a:hover .sub-mask h2 {
    padding-top: 30px;
    font-size: 18px;
    font-weight: bold;
}

.sub-quesbox a:hover .sub-mask span {
    top: 68px;
}

.sub-featbox, .my-featbox {
    margin: 0 10px;
    position: relative;
}

.sub-featbox h2, .my-featbox h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    z-index: 2;
    text-align: center;
    padding: 0 6px;
}

.sub-featbox a h2, .my-featbox a h2 {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    color: #444;
}

.sub-featbox a:hover h2, .my-featbox a:hover h2 {
    background: #e63333;
    color: #fff;
}

.feats1 {
    min-height: 212px;
    position: relative;
    margin: 25px 30px;
    padding-left: 330px;
}

.feats1 .scale-img {
    width: 306px;
    height: 212px;
    position: absolute;
    cursor: pointer;
    left: 0;
}

.feats1 h1 {
    font-size: 22px;
    line-height: 32px;
}

.feats1 p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-box-orient: vertical;
}

.feats1 h4 {
    font-size: 14px;
    line-height: 30px;
    color: #ff0000;
    position: absolute;
    bottom: 5px;
}

.feats1 .feats1-btn {
    width: 128px;
    height: 36px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ee5603;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.feats1 .feats1-btn:hover {
    background: #e63333;
    color: #fff;
}

.feats1 .price {
    top: 0px;
    right: 0;
}

.featsTabMenu {
    height: 42px;
    background: #f5f5f5;
    margin: 0 30px;
}

.featsTabMenu ul li {
    font-size: 16px;
    line-height: 42px;
    padding: 0 35px;
    position: relative;
    float: left;
    cursor: pointer;
    margin-right: 2px;
}

.featsTabMenu ul li:hover, .featsTabMenu ul li.filterTab-cur {
    background: #e63333;
    color: #fff;
}

.featsTabMenu ul li:hover:after, .featsTabMenu ul li.filterTab-cur:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 10px solid #e63333;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.featsTabCon {
    margin-top: 10px;
}

.feats2box, .currentbox {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    border: 1px solid #e9e9e9;
    height: 180px;
    padding-left: 115px;
}

.feats2box h2, .currentbox h2 {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    padding-top: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.feats2box h4, .currentbox h4 {
    height: 36px;
    background: #fafafa;
    border-top: 1px solid #e9e9e9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    line-height: 36px;
}

.feats2box h4 a, .currentbox h4 a {
    font-size: 16px;
    color: #bfbfbf;
    display: inline-block;
    font-weight: bold;
}

.feats2box h4 a:hover, .currentbox h4 a:hover {
    color: #e63333;
}

.feats2box h4 span, .currentbox h4 span {
    font-size: 16px;
    color: #ee5603;
}

.feats2box p, .currentbox p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
    color: #888;
}

.featspic {
    width: 84px;
    height: 112px;
    background: url(../images/featsbg.png) no-repeat;
    position: absolute;
    padding: 1px 6px 6px 1px;
    left: 15px;
    top: 15px;
}

.featspic1 {
    width: 200px;
    position: absolute;
    left: 50%;
    right: 0;
    height: 139px;
    text-align: center;
    top: 2px;
    margin-left: -100px;
}

.featspic1 img {
    width: 200px;
    height: 139px;
}

.featspic1 h3 a {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    color: #e9e9e9;
}

.featspic1 .featsplay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 32px;
    position: absolute;
    z-index: 2;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.featspic1 .featsplay i {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -20px;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}

.newList {
    margin: 0 30px;
    padding-top: 10px;
}

.newList ul li {
    font-size: 14px;
    line-height: 36px;
    border-bottom: 1px dotted #e5e5e5;
    padding: 0 5px 0 20px;
    position: relative;
}

.newList ul li span {
    color: #ababab;
}

.newList ul li i {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    left: 3px;
}

.newList ul li a {
    display: block;
}

.newList ul li a i {
    background: #c3c3c3;
}

.newList ul li a:hover i {
    background: #e63333;
}

.news-title {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.news-article {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 25px;
}

.sub-member1 {
    width: 914px;
    margin: 0 auto;
    min-height: 650px;
    background: url(../images/sub-membg.jpg) bottom center no-repeat;
    padding: 98px 143px 0;
}

.sub-member1 > ul > li {
    float: left;
    position: relative;
}

.sub-member1-1 {
    width: 140px;
}

.sub-member1-1 span {
    width: 132px;
    height: 132px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
}

.sub-member1-1 span i {
    font-size: 60px;
    line-height: 132px;
}

.sub-member1-1 h2 {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
}

.sub-member1-1 ul {
    margin-right: -50px;
    margin-left: 10px;
}

.sub-member1-1 ul li {
    position: relative;
    line-height: 26px;
    color: #888;
    padding-left: 20px;
}

.sub-member1-1 ul li i.sub-membico1 {
    width: 6px;
    height: 6px;
    background: #bdbdbd;
    top: 10px;
    position: absolute;
    left: 5px;
}

.sub-member1-1 ul li i.icon-wancheng {
    margin-left: -20px;
    margin-right: 8px;
    color: #ee5604;
}

.sub-member1-2 {
    width: 118px;
    height: 132px;
}

.sub-member1-2 span {
    height: 3px;
    display: block;
    background: #e0e0e0;
    margin-top: 66px;
}

.sub-memlogo {
    margin: 0 32px;
    display: block;
    border: 1px solid #ecefe8;
}

.sub-membox {
    height: 50px;
    border: 1px solid #edebeb;
    position: relative;
    display: block;
    padding: 8px 10px 10px 68px;
    margin: 0 32px;
}

.sub-membox img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 8px;
    top: 8px;
}

.sub-membox h2 {
    font-size: 14px;
    line-height: 20px;
}

.sub-membox h2.h2-one {
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
}

.sub-membox h2.h2-two {
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.topSearch_catalog {
    position: absolute;
    width: 224px;
    left: 328px;
    z-index: 3;
    top: 10px;
}

.topSearch_catalog > a {
    position: relative;
    display: block;
    padding: 0 10px 0 15px;
    *height: 32px;
    line-height: 32px;
    background: #188eee;
    font-size: 14px;
    color: #fff;
}

.topSearch_catalog > a > i {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 18px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.topSearch_catalog > a:hover {
    background: #077cdc;
    color: #fff;
}

.topSearch_catalog > a:hover i {
    opacity: 1;
    filter: alpha(opacity=100);
}

.topSearch_catalog:hover .topSearch_menu {
    display: block;
}

.topSearch_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 32px;
}

.topSearch_box {
    width: 320px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: 562px;
    z-index: 3;
}

.topSearch_box form {
    position: relative;
    height: 30px;
    display: block;
    border: 1px #e63333 solid;
    background: #fff;
    padding-left: 10px;
    line-height: 30px;
}

.topSearch_input {
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px \9;
    *line-height: 30px;
    color: #888;
}

.topSearch_btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 80px;
    background: #e63333;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.topSearch_btn:hover {
    background: #c92323;
}

.currentTabM {
    position: absolute;
    height: 52px;
    line-height: 52px;
    right: 10px;
}

.currentTabM ul li {
    width: 32px;
    float: left;
    cursor: pointer;
    color: #999;
}

.currentTabM ul li i {
    font-size: 20px;
}

.currentTabM ul li.filterTab-cur {
    color: #e63333;
}

.sub-current {
    margin: 0 30px;
}

.sub-current ul li {
    position: relative;
    padding-left: 234px;
    height: 148px;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.sub-current ul li h2 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 10px;
}

.sub-current ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #afafaf;
    margin-top: 5px;
}

.sub-current ul li .price, .sub-current ul li .add, .sub-current ul li .sub-mem {
    position: absolute;
    line-height: 32px;
    top: 50%;
    margin-top: -15px;
}

.sub-current ul li .price {
    right: 88px;
}

.sub-current ul li .add {
    right: 25px;
}

.sub-current ul li .add a i {
    font-size: 22px;
}

.sub-current ul li .sub-mem {
    right: 88px;
    color: #ee9c0d;
    font-weight: bold;
}

.sub-current ul li .sub-mem i {
    margin-right: 5px;
}

.sub-currentp {
    width: 214px;
    height: 148px;
    position: absolute;
    left: 0;
}

.sub-currentt {
    width: 107px;
    height: 141px;
    position: absolute;
    left: 50px;
    padding: 1px 6px 6px 1px;
    background: url(../images/featsbgbig.png) no-repeat;
}

.sub-cur-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.sub-cur-mask i {
    position: absolute;
}

.sub-cur-mask .icon-play {
    width: 64px;
    height: 64px;
    font-size: 54px;
    line-height: 60px;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    color: #e5e5e5;
}

.sub-cur-mask .icon-like, .sub-cur-mask .icon-like_fill {
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.sub-cur-mask .icon-like {
    color: #fff;
}

.sub-cur-mask .icon-like_fill {
    color: #fbe20d;
}

.currentbox h4 span.cur-price {
    color: #fe0000;
    font-weight: bold;
}

.currentbox h4 span.cur-member {
    font-size: 12px;
    font-weight: bold;
    color: #ed9c0c;
    font-weight: bold;
}

.currentbox h4 span.cur-member i {
    font-weight: normal;
    margin-right: 4px;
    vertical-align: -2px;
}

.sub-local {
    line-height: 52px;
}

.sub-main1 {
    margin-bottom: 50px;
}

.sub-left2 {
    width: 896px;
}

.sub-rigt2 {
    width: 240px;
    padding: 15px 20px;
}

.sub-rigt2 h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #444;
}

.sub-rigt2 p {
    color: #888;
    margin-top: 8px;
    line-height: 24px;
}

.sub-rigt2 h4 {
    color: #262323;
    margin-top: 10px;
    font-weight: bold;
    line-height: 28px;
}

.sub-rigt2 h4 i {
    margin-right: 4px;
    font-weight: normal;
}

.sub-rigt2 h4 a {
    display: inline-block;
    background: #f26f09;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    padding: 0 12px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.sub-rigt2 h4 a:hover {
    background: #e63333;
    color: #fff;
}

.w-classbox {
    margin: 0 10px;
    position: relative;
}

.w-classbox .scale-img {
    position: relative;
}

.w-classbox h2 {
    font-size: 14px;
    height: 44px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 3px;
}

.w-classbox h2 a {
    color: #444;
}

.w-classbox h2 a:hover {
    color: #e63333;
}

.w-classbox p {
    font-size: 12px;
    color: #e63333;
    font-weight: bold;
    margin-top: 2px;
    line-height: 22px;
}

.w-classbox p i {
    margin-right: 4px;
    vertical-align: -1px;
    font-weight: normal;
}

.w-classbox p a {
    display: inline-block;
    background: #ee5604;
    color: #fff;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.w-classbox mark {
    width: 40px;
    height: 22px;
    position: absolute;
    background: #ff8c02;
    z-index: 3;
    right: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.w-classes1 {
    height: 148px;
    position: relative;
    margin-top: 25px;
    padding-left: 239px;
    padding-bottom: 25px;
}

.w-classes1 .scale-img {
    width: 214px;
    height: 148px;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.w-classes1 h1 {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    padding-top: 15px;
}

.w-classes1 p {
    font-size: 14px;
    line-height: 22px;
    color: #a09f9f;
    margin-top: 10px;
}

.w-split {
    margin: 0 20px;
}

.w-num {
    color: #fe0000;
    font-weight: bold;
    margin: 0 2px;
}

.w-classes1 a {
    position: absolute;
    width: 112px;
    height: 32px;
    right: 5px;
    top: 50%;
    margin-top: -34px;
    background: #ee5604;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

.w-classes1 a:hover {
    background: #e63333;
    color: #fff;
}

.w-classes2 {
    margin: 20px auto 50px;
}

.sub-classLeft {
    width: 856px;
    padding: 0 20px 10px;
}

.w-classes2m {
    height: 50px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #e63333;
}

.w-article {
    font-size: 14px;
    line-height: 2;
    padding: 10px 0;
}

.w-list {
    font-size: 14px;
    line-height: 36px;
    padding: 15px 0 15px;
}

.w-list ul li .w-listico {
    width: 8px;
    height: 8px;
    left: 6px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
}

.w-list ul li .icon-play {
    position: absolute;
    height: 36px;
    font-size: 18px;
    right: 20px;
    top: 0;
}

.w-list ul li a {
    display: block;
    position: relative;
    padding-left: 20px;
}

.w-list ul li a .w-listico {
    background: #ccc9c9;
}

.w-list ul li a .icon-play {
    display: none;
}

.w-list ul li a:hover {
    background: #f6f6f6;
    color: #e63333;
}

.w-list ul li a:hover .w-listico {
    background: #e63333;
}

.w-list ul li a:hover .icon-play {
    display: block;
}

.sub-classRigt {
    width: 280px;
    padding-bottom: 20px;
}

.w-classRm {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
}

.w-classRp1 {
    height: 72px;
    margin: 20px;
    position: relative;
    padding-left: 92px;
}

.w-classRp1 img {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.w-classRp1 h2 {
    font-size: 18px;
    line-height: 24px;
    color: #444;
    padding-top: 10px;
}

.w-classRp1 p {
    font-size: 13px;
    line-height: 20px;
    color: #9d9d9d;
}

.w-classRp2 {
    font-size: 12px;
    line-height: 24px;
    color: #767676;
    padding: 10px 15px;
    background: #f6f6f6;
    margin: 0 20px;
    position: relative;
}

.w-classRp2:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 10px solid #f6f6f6;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    position: absolute;
    top: -10px;
}

.sub-myLeft {
    width: 200px;
}

.sub-myLpoople {
    background: url(../images/sub-peoplebg.jpg) bottom center no-repeat;
    text-align: center;
}

.sub-myLpoople img {
    width: 90px;
    height: 90px;
    border: 5px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    margin-top: 20px;
}

.sub-myLpoople h2 {
    font-size: 18px;
    color: #444;
    margin-top: 12px;
    font-weight: 600;
}

.sub-myLpoople p {
    font-size: 14px;
    line-height: 28px;
    padding: 3px 0 5px;
    color: #888;
}

.sub-myLlist ul li {
    border-top: 1px solid #eee;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
}

.sub-myLlist ul li a {
    display: block;
    padding-left: 20px;
}

.sub-myLlist ul li a i {
    margin-right: 10px;
}

.sub-myLlist ul li a:hover, .sub-myLlist ul li a.cur-list {
    background: #e63333;
    color: #fff;
}

.sub-myRigt {
    width: 976px;
    min-height: 800px;
}

.sub-featbox, .my-featbox {
    margin: 0 10px;
    position: relative;
}

.sub-featbox h2, .my-featbox h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    z-index: 2;
    text-align: center;
    padding: 0 6px;
}

.sub-featbox a h2, .my-featbox a h2 {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    color: #444;
}

.sub-featbox a:hover h2, .my-featbox a:hover h2 {
    background: #e63333;
    color: #fff;
}

.my-featbox h2 {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.my-option {
    position: absolute;
    z-index: 3;
    right: 5px;
    top: 5px;
}

.my-option a {
    width: 24px;
    height: 24px;
    font-size: 12px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: 3px;
    display: inline-block;
    color: #fff;
}

.my-option a i {
    font-size: 12px;
}

.my-option a:hover i {
    color: #f9e20a;
}

.my-addClass {
    width: 110px;
    height: 28px;
    display: inline-block;
    border: 1px solid #8fafe2;
    color: #e63333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 36px auto;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.my-addClass:hover {
    border: 1px solid #e63333;
    background: #e63333;
    color: #fff;
}

.rm-option {
    position: absolute;
    right: 30px;
}

.rm-option a {
    width: 84px;
    height: 30px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: 15px;
}

.rm-option a:hover {
    color: #fff;
}

.rm-option a.rm-option1 {
    background: #3caaf1;
}

.rm-option a.rm-option1:hover {
    background: #1d8ad1;
}

.rm-option a.rm-option2 {
    background: #2fb266;
}

.rm-option a.rm-option2:hover {
    background: #179c4f;
}

.my-testbox {
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

.my-testbox .my-testMask {
    height: 30px;
    bottom: 0;
}

.my-testbox .my-testMask h2 {
    font-size: 14px;
    line-height: 30px;
    color: #d2d2d2;
}

.my-testbox .my-testMask p, .my-testbox .my-testMask a {
    display: none;
}

.my-testbox:hover .my-testMask {
    height: 100%;
}

.my-testbox:hover .my-testMask h2 {
    font-size: 18px;
    line-height: 36px;
    padding-top: 15px;
    font-weight: bold;
}

.my-testbox:hover .my-testMask p, .my-testbox:hover .my-testMask a {
    display: block;
}

.my-testMask {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #d2d2d2;
}

.my-testMask p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
}

.my-testMask a {
    display: block;
    width: 60px;
    height: 22px;
    margin: 10px auto 0;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #d2d2d2;
}

.my-testMask a:hover {
    background: #d2d2d2;
    color: #444;
}

.my-wclass {
    margin: 0 30px;
}

.my-wclass ul li {
    position: relative;
    padding-left: 234px;
    height: 148px;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.my-wclass ul li h2 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 10px;
}

.my-wclass ul li h4 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
}

.my-wclass ul li h4 i {
    margin-right: 4px;
    vertical-align: -1px;
}

.my-wclass ul li h4 a {
    color: #e63333;
}

.my-wclass ul li h4 a:hover {
    color: #e63333;
}

.my-wclass ul li .my-wclass-btn {
    width: 96px;
    height: 28px;
    border: 1px solid #8abeec;
    color: #e63333;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.my-wclass ul li .my-wclass-btn:hover {
    border: 1px solid #e63333;
    background: #e63333;
    color: #fff;
}

.my-zw {
    text-align: center;
    margin-top: 120px;
}

.my-zw i {
    font-size: 120px;
    color: #cdcdcd;
}

.my-zw h2 {
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
}

.my-zw a {
    color: #e63333;
    margin-top: 5px;
    font-weight: bold;
}

.my-zw a:hover {
    color: #e63333;
}

.resources-stat {
    position: relative;
    padding: 20px 0 20px 132px;
    margin-bottom: 5px;
}

.resources-stat h3 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 132px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #999;
}

.resources-statbox {
    position: relative;
    padding: 0 30px 0 100px;
    border-left: 1px #eee solid;
}

.resources-statbox h2 {
    font-size: 14px;
    color: #999;
    padding-top: 2px;
}

.resources-statbox p {
    font-size: 22px;
    color: #222;
    margin-top: 8px;
}

.resources-statbox span {
    position: absolute;
    top: 0;
    left: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.resources-statbox span i {
    color: #fff;
    font-size: 24px;
}

.resources-statbg1 {
    background: #5ba4e4;
}

.resources-statbg2 {
    background: #6dc994;
}

.resources-statbg3 {
    background: #78b8ef;
}

.resources-statbg4 {
    background: #f1ae5d;
}

/** Resources list 资源列表 */
.resources-head {
    border-bottom: 1px #eee solid;
    border-top: 1px #eee solid;
}

.resources-head ul li {
    padding: 14px 0;
    height: 16px;
    line-height: 16px;
    background: #f6f6f6;
    float: left;
}

.resources-head ul li p {
    border-left: 1px #eee solid;
    font-size: 14px;
    color: #444;
    padding-left: 15px;
}

.resources-head ul li:first-child p {
    border-left: none;
}

.resources-head ul li:last-child p {
    padding: 0;
}

.resources-head ul li.resources-w5 p {
    text-align: center;
    padding: 0;
}

.resources-list {
    margin-top: 2px;
}

.resources-list ul li {
    height: 44px;
    border-bottom: 1px #eee solid;
    line-height: 44px;
    cursor: pointer;
    position: relative;
}

.resources-list ul li p {
    font-size: 14px;
    color: #444;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
}

.resources-list ul li .resources-w4c {
    visibility: hidden;
}

.resources-list ul li:hover {
    background: #f9f9f9;
}

.resources-list ul li:hover .resources-w4c {
    visibility: visible;
}

.resources-list ul li.resources-w1 p {
    padding-left: 35px;
}

.resources-list ul li.resources-w1 p i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 6px;
}

.resources-list ul li.resources-w5 p {
    text-align: center;
    padding: 0;
    color: #999;
}

.resources-w1 {
    width: 30%;
}

.resources-w2, .resources-w3 {
    width: 23%;
}

.resources-w4, .resources-w5 {
    width: 12%;
}

.resources-w1, .resources-w2, .resources-w3, .resources-w4, .resources-w5 {
    float: left;
}

.resources-w4c {
    text-align: center;
}

.resources-w4c a {
    color: #2285db;
    margin: 0 5px;
}

.stu-search {
    position: relative;
    padding-right: 90px;
}

.stu-search ul {
    margin: 0 -10px;
}

.stu-searchBox {
    position: relative;
    padding-left: 75px;
    margin: 0 10px;
    min-height: 28px;
}

.stu-searchBox p {
    width: 75px;
    font-size: 12px;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    text-align: right;
}

.stu-searchBox p span {
    color: red;
    margin-right: 5px;
}

.stu-search a {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    z-index: 1;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #157ed9;
    text-align: center;
    color: #fff;
}

.stu-search a:hover {
    background: #1e90f2;
    color: #fff;
}

.stu-tabHead {
    padding: 10px 25px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    background: #f9f9f9;
    position: relative;
}

.stu-tabHead a {
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px #ddd solid;
    background: #fff;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
}

.stu-tabHead a i {
    margin-right: 5px;
    font-size: 16px;
    color: #afafaf;
    vertical-align: -1px;
}

.stu-tabHead a:hover {
    border-color: #8abeec;
    color: #157ed9;
}

.stu-tabHead a:hover i {
    color: #157ed9;
}

.class-creatC1 {
    margin: 5px 20px 0;
}

.class-creatC1 label {
    position: relative;
    display: block;
    cursor: pointer;
    padding-bottom: 15px;
    width: 214px;
    float: left;
    margin: 20px 10px 0;
}

.class-creatC1 label.r_on .btn_radio, .class-creatC1 label.r_on:hover .btn_radio {
    background-position: -40px -40px;
}

.class-creatC1 .btn_radio {
    position: absolute;
    bottom: 12px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/form.png) no-repeat;
    background-position: -40px 0;
}

.class-creatC1 .label_radio:hover .btn_radio {
    background-position: -40px -20px;
}

.class-creatC1 h2, .class-creatC1 p {
    margin: 0 10px;
}

.class-creatC1 h2 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 3px;
}

.class-creatC1 p {
    font-size: 13px;
    color: #888;
}

.class-creatC2, .my-set1 {
    width: 50%;
    padding-top: 80px;
    margin: 0 auto;
}

.class-creatC2 ul li, .my-set1 ul li {
    margin-bottom: 20px;
}

.class-creatC2 a, .my-set1 a {
    width: 110px;
    height: 30px;
    margin-left: 85px;
    font-size: 14px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background: #157ed9;
    text-align: center;
    color: #fff;
}

.class-creatC2 a:hover, .my-set1 a:hover {
    background: #1e90f2;
    color: #fff;
}

.manage-stud {
    position: relative;
    min-height: 160px;
    padding: 30px 30px 30px 244px;
    border-bottom: 1px #eee solid;
}

.manage-stud img {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.manage-share h4 {
    line-height: 50px;
    font-size: 14px;
    color: #157ed9;
}

.manage-share .manage-sinp {
    float: left;
    width: 398px;
    height: 38px;
    border-radius: 3px;
    border: 1px #ddd solid;
    line-height: 38px \9;
    *line-height: 38px;
    font-size: 12px;
    color: #666;
    text-indent: 10px;
}

.manage-share .manage-sbtm {
    float: left;
    height: 40px;
    padding: 0 20px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #157ed9;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.manage-share .manage-sbtm:hover {
    background: #1e90f2;
    color: #fff;
}

.manage-share .manage-btn {
    margin-top: 20px;
}

.manage-share .manage-btn a {
    display: inline-block;
    height: 38px;
    padding: 0 20px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px #ddd solid;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}

.manage-share .manage-btn a i {
    margin-right: 5px;
    font-size: 16px;
    color: #afafaf;
}

.manage-share .manage-btn a.manage-btn1:hover {
    border-color: #2fb266;
    background: #2fb266;
}

.manage-share .manage-btn a.manage-btn2:hover {
    border-color: #ffb932;
    background: #ffb932;
}

.manage-share .manage-btn a:hover {
    color: #fff;
}

.manage-share .manage-btn a:hover i {
    color: #fff;
}

.manage-search {
    position: absolute;
    left: 25px;
}

.manage-search .manage-searchinp, .manage-search .manage-searchbtn {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
}

.manage-search .manage-searchinp {
    width: 248px;
    height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px #ddd solid;
    font-size: 12px;
    line-height: 28px;
    text-indent: 6px;
}

.manage-search .manage-searchbtn {
    height: 30px;
    padding: 0 10px;
    margin-left: 5px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #157ed9;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.manage-search .manage-searchbtn:hover {
    background: #1e90f2;
    color: #fff;
}

.manage-search span {
    margin-left: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.tabl2-end {
    position: relative;
}

.tabl2-end table {
    top: 30px;
}

.my-set2 {
    width: 50%;
    padding-top: 50px;
    margin: 0 auto;
}

.my-set2 .my-set2a1 {
    display: inline-block;
    padding: 0 25px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #157ed9;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.my-set2 .my-set2a1:hover {
    background: #1e90f2;
    color: #fff;
}

.my-set2p {
    height: 320px;
    position: relative;
    padding-left: 352px;
    margin-top: 20px;
}

.my-set2p1 {
    width: 320px;
    height: 320px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    position: absolute;
    left: 0;
}

.my-set2p2 {
    width: 100px;
    height: 100px;
}

.my-set2p2 img {
    width: 100px;
    height: 100px;
}

.class-sure {
    text-align: center;
    margin-top: 20px;
}

.class-sure a {
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #8abeec;
    display: inline-block;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/*增加院校导航 081227*/
.schools1 {
    font-size: 14px;
    line-height: 28px;
    padding: 40px 80px 20px;
}

.map {
    position: relative;
    width: 856px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.citybg {
    position: absolute;
    display: none;
    z-index: 3;
}

.city a.active .citybg {
    display: block;
    z-index: 3;
}

.sub-mem-menu {
    font-size: 16px;
    font-weight: bold;
    margin: 0 30px;
    background: #f5f5f5;
    line-height: 36px;
    padding-left: 15px;
    color: #e63333;
}

.map-more {
    color: #5b5a5a;
    position: absolute;
    right: -45px;
    top: 0;
    font-weight: bold;
}

.map-more:hover {
    color: #e63333;
}

.city1 {
    position: absolute;
}

.add-city {
    width: 77px;
    height: 20px;
    background: url(../images/map/mapadd.png) no-repeat;
    position: absolute;
    right: 52px;
    bottom: 40px;
    padding-top: 88px;
    text-align: center;
    line-height: 20px;
    padding-bottom: 4px;
}

.add-city:hover {
    background: url(../images/map/mapaddh.png) no-repeat;
}

.per-form-sex {
    padding-top: 7px;
}

.per-form-sex label {
    display: inline-block;
    cursor: pointer;
    padding-left: 22px;
    color: #333;
    margin-right: 20px;
}

.per-form-sex label.r_on, .per-form-sex label.r_on:hover {
    background: url(../images/radio-selected.png) left center no-repeat;
    color: #0084ff;
}

.per-form-sex .label_radio {
    background: url(../images/radio-default.png) left center no-repeat;
    font-size: 16px;
}

.per-form-sex .label_radio:hover {
    background: url(../images/radio-hover.png) left center no-repeat;
    color: #0084ff;
}

.per-form-sex .label_radio input {
    position: absolute;
    left: -99999px;
}

.add-set .myselect {
    width: 119px;
    float: left;
}

/*190304*/
.add-zy {
    margin: 0 15px;
}

.add-box1 {
    height: 200px;
    position: relative;
    padding: 15px 15px 15px 195px;
    border: 1px solid #eee;
    margin-left: 15px;
    margin-right: 15px;
}

.add-box1 img {
    width: 156px;
    height: 200px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.add-box1 h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.add-box1 .price {
    position: absolute;
    bottom: 20px;
}

.add-box1 .add {
    position: absolute;
    bottom: 18px;
    right: 15px;
}

.add-box1 .add i {
    font-size: 18px;
}

.add-newTitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    background: #eee;
}

.add-w1, .add-w2, .add-w3 {
    float: left;
}

.add-w1 {
    width: 60%;
}

.add-w1 p, .add-w1 h2 {
    padding-left: 18px;
}

.add-w2 {
    width: 22%;
    text-align: center;
}

.add-w3 {
    width: 18%;
    text-align: center;
}

.add-newLi {
    font-size: 14px;
    line-height: 38px;
    border-bottom: 1px dotted #cecece;
    color: #888;
}

.add-newLi h2 {
    font-size: 14px;
    color: #666;
    position: relative;
    color: #666;
}

.add-newLi h2 i {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 3px;
}

.add-newLi h2 a i {
    background: #c3c3c3;
}

.add-newLi h2 a:hover i {
    background: #e63333;
}

.btn-btn1 {
    background: #3caaf1;
}

.btn-btn1:hover {
    background: #1d8ad1;
}

.sub-zc {
    width: 88px;
    height: 32px;
    text-align: center;
    margin-top: 10px;
    line-height: 32px;
    color: #fff;
}

.sub-zc:hover {
    color: #fff;
}

.add-menu {
    text-align: center;
    position: relative;
}

.add-menu h4 {
    font-size: 24px;
    line-height: 30px;
}

.add-menu span {
    width: 490px;
    height: 30px;
    background: url(/front/img/menubg1.png) center repeat-x;
    position: absolute;
    top: 0;
}

.add-menu span.menu-span1 {
    left: 0;
}

.add-menu span.menu-span2 {
    right: 0;
}

.add-new-ind1 ul li {
    font-size: 14px;
    line-height: 36px;
    position: relative;
    padding-left: 20px;
}

.add-new-ind1 ul li a i {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 3px;
    background: #acabab;
}

.add-new-ind1 ul li a:hover i {
    background: #e63333;
}

.add-new-ind1 ul li span {
    color: #999;
}

.add-new-ind1 h4 {
    text-align: right;
    margin-top: 12px;
}

.add-new-ind1 h4 a {
    color: #999;
}

.add-new-ind1 h4 a:hover {
    color: #e63333;
}

.add-newLi1 {
    width: 330px;
    margin: 18px 15px 10px;
    padding: 15px 15px 20px;
    background: #f5f5f5;
    float: left;
    cursor: pointer;
}

.add-newLi1 h2 {
    font-size: 16px;
    line-height: 24px;
    height: 66px;
}

.add-newLi1 p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    color: #888;
    height: 120px;
}

.add-newLi1 h4 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 40px;
    color: #999;
}

.add-newLi1:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
}

.add-new-ind2, .add-scroll {
    padding: 0 15px;
}

.add-new-ind2 .bd ul, .add-scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.add-new-ind2 .hd, .add-scroll .hd {
    overflow: hidden;
    height: 30px;
    text-align: center;
    margin-top: 12px;
}

.add-new-ind2 .hd ul, .add-scroll .hd ul {
    overflow: hidden;
    zoom: 1;
}

.add-new-ind2 .hd ul li, .add-scroll .hd ul li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #ccc;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.add-new-ind2 .hd ul li.on, .add-scroll .hd ul li.on {
    background: #e63333;
}

.add-newLi2 {
    margin: 25px 15px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 40px 0 30px;
}

.add-newLi2.add-bg1 {
    background: #6792fd;
}

.add-newLi2.add-bg2 {
    background: #ef4f3f;
}

.add-newLi2.add-bg3 {
    background: #58ddfe;
}

.add-newLi2.add-bg4 {
    background: #9194ff;
}

.add-newLi2 img {
    width: 90px;
    height: 82px;
}

.add-newLi2 a h2 {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

.add-newLi2:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.add-news-article {
    font-size: 14px;
    line-height: 28px;
}

.add-ts1 ul li {
    text-align: center;
    padding-bottom: 30px;
}

.add-ts1 ul li img {
    width: 80px;
    height: 80px;
    margin-bottom: 14px;
    margin-top: 35px;
}

.add-ts1 ul li h2 {
    font-size: 18px;
}

.add-tsLi1 {
    width: 318px;
    margin: 18px 15px 10px;
    padding: 20px 21px 20px;
    background: #f5f5f5;
    float: left;
    cursor: pointer;
}

.add-tsLi1 .add-tsLi1pic {
    width: 318px;
    height: 214px;
    overflow: hidden;
}

.add-tsLi1 .add-tsLi1pic img {
    width: 318px;
    height: 214px;
}

.add-tsLi1 h2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    font-weight: bold;
}

.add-tsLi1 p {
    font-size: 14px;
    min-height: 48px;
    line-height: 24px;
    color: #888;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.add-tsLi1 h4 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 40px;
    color: #999;
}

.add-tsLi1:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
}

.add-dk1 {
    height: 236px;
    position: relative;
    padding-left: 262px;
}

.add-dk1m {
    width: 262px;
    height: 236px;
    background: url(../images/add-dk-menu.jpg) no-repeat;
    position: absolute;
    left: 0;
}

.add-dk1m a {
    width: 130px;
    height: 38px;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: 35px;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.add-dk1m a:hover {
    background: #fff;
    color: #e63333;
}

.add-dk1 ul {
    margin-left: 2px;
}

.add-dk1 ul li {
    width: 194px;
    height: 211px;
    background: #f5f5f5;
    float: left;
    text-align: center;
    margin-left: 25px;
    padding-top: 25px;
    cursor: pointer;
}

.add-dk1 ul li img {
    width: 124px;
    height: 124px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
    -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
    -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
    -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
    box-shadow: 0 0 10px rgba(11, 11, 11, 0.25);
}

.add-dk1 ul li h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 12px 15px 6px;
}

.add-dk1 ul li p {
    font-size: 14px;
    margin-top: 6px;
    color: #888;
    margin: 0 15px;
}

.add-dk1 ul li:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    box-shadow: 0 0 10px rgba(11, 11, 11, 0.15);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.add-dkLi {
    width: 210px;
    margin: 18px 12px 10px;
    float: left;
    cursor: pointer;
}

.add-dkLipic {
    width: 210px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.add-dkLipic img {
    width: 210px;
    height: 210px;
}

.add-dkLipic .add-mask {
    top: 174px;
    bottom: 0;
}

.add-dkLipic .add-mask .add-dkLibtn {
    bottom: -60px;
}

.add-dkLipic:hover .add-mask {
    height: 210px;
    top: 0;
    bottom: 0;
}

.add-dkLipic:hover .add-mask h2 {
    padding: 10px 0;
}

.add-dkLipic:hover .add-mask .add-dkLibtn {
    bottom: 15px;
}

.add-mask {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 12px;
}

.add-mask h2 {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
}

.add-mask h2 a {
    color: #fff;
    position: relative;
}

.add-mask p {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-box-orient: vertical;
    color: #bcbcbc;
}

.add-dkLibtn {
    width: 102px;
    height: 30px;
    position: absolute;
    border: 1px solid #c0c0c0;
    position: absolute;
    left: 50%;
    margin-left: -51px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #c0c0c0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.add-dkLibtn:hover {
    border: 1px solid #fff;
    color: #fff;
}

.add-dk2 {
    background: #f9f9f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px;
}

.add-dk2 ul li {
    line-height: 36px;
    position: relative;
    padding-left: 20px;
    padding-right: 440px;
}

.add-dk2 ul li span, .add-dk2 ul li .add-dk2-ly {
    color: #888;
    position: absolute;
    top: 0;
    line-height: 36px;
}

.add-dk2 ul li span {
    right: 0;
}

.add-dk2 ul li .add-dk2-ly {
    left: 780px;
}

.add-dk2 ul li a i {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background: #acabab;
}

.add-dk2 ul li a:hover i {
    background: #e63333;
}

.add-form1 {
    border: 1px solid #ebebeb;
    padding: 10px 15px;
}

.add-form2 {
    height: 38px;
    border: 1px solid #ebebeb;
    border-top: none;
    background: #f9f9f9;
    line-height: 38px;
    padding-left: 10px;
}

.add-form2 a {
    margin-right: 15px;
    color: #777;
}

.add-form2 a i {
    margin-right: 3px;
    vertical-align: -1px;
}

.add-form2 a:hover {
    color: #e63333;
}

.add-form2 a.add-form2-btn {
    background: #e63333;
    display: inline-block;
    width: 68px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    color: #fff;
}

.add-form2 a.add-form2-btn:hover {
    background: #c92323;
    color: #fff;
}

.add-text {
    width: 100%;
    font-size: 13px;
    line-height: 26px;
    color: #999;
}

.add-text.add-text-h1 {
    height: 96px;
}

.add-text.add-text-h2 {
    height: 260px;
}

.add-wdLi {
    position: relative;
    min-height: 72px;
    padding-left: 96px;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 18px;
    margin-top: 20px;
}

.add-wdLi img {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
}

.add-wdLi h2 {
    font-size: 18px;
    line-height: 36px;
}

.add-wdLi h2 span {
    font-size: 16px;
    color: #999;
    margin-left: 5px;
}

.add-wdLi h2 a {
    color: #333;
    font-weight: bold;
}

.add-wdLi h2 a:hover {
    color: #e63333;
}

.add-wdLi .add-wdLip1 {
    font-size: 14px;
    line-height: 22px;
}

.add-wdLi .add-wdLip2 {
    font-size: 14px;
    line-height: 22px;
    color: #888;
    margin-top: 3px;
}

.add-wdLi .add-wdLip2 span {
    color: #e63333;
    font-weight: bold;
}

.add-wdoption {
    color: #c1c1c1;
    margin-top: 10px;
}

.add-wdoption ul {
    width: 160px;
}

.add-wdoption ul li {
    float: left;
    text-align: right;
}

.add-wdoption ul li a {
    color: #c1c1c1;
}

.add-wdoption ul li a i {
    margin-right: 3px;
    vertical-align: -1px;
}

.add-left2, .add-rigt2 {
    min-height: 680px;
}

.add-left2 {
    width: 896px;
}

.add-rigt2 {
    width: 284px;
}

.add-rigt2 h3 {
    font-size: 16px;
    line-height: 52px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    color: #e63333;
    font-weight: bold;
}

.add-rigt2 h3 i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: -1px;
}

.sub-dakas1 {
    position: relative;
    padding-top: 25px;
    padding-left: 243px;
}

.sub-dakas1 img {
    width: 218px;
    height: 218px;
    position: absolute;
    left: 0;
}

.sub-dakas1 h2 {
    height: 30px;
    font-size: 24px;
    padding: 20px 0;
    line-height: 30px;
    color: #e63333;
    font-weight: bold;
}

.sub-dakas1 h2 span {
    font-size: 14px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #e63333;
    margin-left: 20px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: 3px;
    color: #e63333;
    font-weight: normal;
}

.sub-dakas1 .sub-dakas1-article {
    font-size: 14px;
    line-height: 24px;
}

.teachLi {
    position: relative;
    min-height: 70px;
    margin: 20px 15px 0;
    padding-left: 90px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.teachLi img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
}

.teachLi h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.teachLi p {
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

.pb20 {
    padding-bottom: 20px;
}

.ztBanner {
    height: 450px;
    background: url(../images/zt-banner.jpg) top center no-repeat;
    border-top: 1px solid #fff;
}

.zt-enter {
    margin-top: 50px;
}

.zt-enter ul {
    margin-left: -50px;
    margin-right: -50px;
}

.ztBox {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    padding: 30px 25px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.ztBox img {
    width: 102px;
    height: 88px;
    display: inline-block;
}

.ztBox h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 12px;
}

.ztBox h3.color-c1 {
    color: #e63333;
}

.ztBox h3.color-c2 {
    color: #f07012;
}

.ztBox h3.color-c3 {
    color: #dd3731;
}

.ztBox h2 {
    font-size: 22px;
    margin-top: 8px;
}

.ztBox h2 a {
    color: #333;
}

.ztBox h2 a:hover {
    color: #e63333;
}

.ztBox p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 40px;
}

.ztBox p a {
    color: #888;
}

.ztBox p a:hover {
    color: #e63333;
}

.ztBox:hover {
    transform: translateY(-10px);
}

.add-zt-article h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.add-zt-article p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}

.add-zt-article ul {
    margin-top: 15px;
}

.add-zt-picBox {
    border: 1px solid #eee;
}

/*20200327*/
.zsTabM {
    height: 56px;
    border-bottom: 1px solid #eee;
    text-align: center;
    position: relative;
}

.zsTabM ul li {
    display: inline-block;
    font-size: 20px;
    line-height: 56px;
    margin: 0 40px;
}

.zsTabM ul li a {
    color: #666;
    position: relative;
    display: block;
}

.zsTabM ul li a span {
    width: 20px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    background: transparent;
    bottom: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.zsTabM ul li a:hover, .zsTabM ul li a.zsTab-cur {
    color: #e63333;
}

.zsTabM ul li a:hover span, .zsTabM ul li a.zsTab-cur span {
    background: #e63333;
}

.zsTabM > span {
    width: 1px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    background: #eee;
}

.zsTabM > a {
    font-size: 13px;
    line-height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    color: #888;
}

.zsTabM > a:hover {
    color: #e63333;
}

.zs-filter {
    text-align: left;
}

.zs-filter a {
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #ffc4c4;
    background: #fff;
    color: #222;
    padding: 0 10px;
    display: inline-block;
    margin: 5px;
}

.zs-filter a:hover, .zs-filter a.zs-selected {
    border: 1px solid #e63333;
    background: #e63333;
    color: #fff;
}

.zs-form-sub {
    border: 1px solid #ffc4c4;
    border-bottom: none;
}

.zs-form thead {
    background: #ffcccc;
}

.zs-form thead tr td p {
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
}

.zs-form tbody {
    background: #fff;
}

.zs-form tbody tr td {
    padding: 12px 0;
    border-right: 1px solid #ffc4c4;
    border-bottom: 1px solid #ffc4c4;
}

.zs-form tbody tr td p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
}

.zs-form tbody tr td p a {
    color: #e63333;
}

.zs-form tbody tr td p a:hover {
    color: #e63333;
    text-decoration: underline;
}

.zs-form tbody tr td:last-child {
    border-right: none;
}

.zs-link {
    text-align: center;
}

.zs-link a {
    width: 130px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: #e63333;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.zs-link a:hover {
    background: #144698;
    color: #fff;
}

.jncc {
    width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 30px;
}

.jncc-prev, .jncc-next {
    width: 18px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    position: absolute;
}

.jncc-prev {
    background: url(../images/links/link-prev.png) no-repeat;
    left: -40px;
}

.jncc-next {
    background: url(../images/links/link-next.png) no-repeat;
    right: -40px;
}

.jncc-img {
    width: 1200px;
    overflow: hidden;
}

.jncc-img ul {
    width: 9999px;
}

.jncc-img ul li {
    width: 370px;
    height: 200px;
    float: left;
    margin-right: 45px;
}

.jncc-img ul li .scale-img {
    width: 370px;
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.jncc-img ul li .scale-img .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/black.png) repeat;
    z-index: 9;
}

.jncc-img ul li .scale-img .mask i {
    color: #eee;
    font-size: 80px;
    line-height: 200px;
}

.jncc-link {
    text-align: center;
}

.jncc-link a {
    width: 130px;
    height: 38px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    border-radius: 19px;
    border: 1px solid #ccc;
    color: #afafaf;
}

.jncc-link a:hover {
    background: #144698;
    color: #fff;
    border: 1px solid #e63333;
}

.yxdhbg {
    background: url(../images/yxbg.jpg) top center no-repeat;
}

.zsTabC {
    padding: 10px 0 50px;
}

.zs-left {
    width: 600px;
}

.zs-left ul li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.zs-left ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.zsLi {
    min-height: 64px;
    position: relative;
    padding-left: 84px;
    cursor: pointer;
}

.zsLi h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.zsLi h2 a {
    color: #222;
}

.zsLi p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
}

.zsLi:hover h2 a {
    color: #e63333;
}

.zsLi:hover p {
    color: #808ba9;
}

.zsLi:hover .zs-time {
    background: #e63333;
}

.zsLi:hover .zs-time h4, .zsLi:hover .zs-time h6 {
    color: #fff;
}

/*#eee*/
.zs-time {
    width: 64px;
    height: 64px;
    background: #eee;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
}

.zs-time h4 {
    font-size: 20px;
    line-height: 30px;
    color: #e63333;
    padding-top: 8px;
}

.zs-time h6 {
    font-size: 12px;
    line-height: 16px;
    color: #f25a5a;
}

.zs-rigt {
    width: 550px;
    height: 380px;
    margin-top: 20px;
}

.owl-carousel {
    position: relative;
    width: 100%;
    height: auto;
}

.owl-carousel .item {
    width: 100%;
    position: relative;
    display: block;
}

.owl-carousel img {
    display: block;
    width: 550px;
    height: 380px;
}

.owl-carousel b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.owl-pagination {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 100%;
    height: 22px;
    text-align: center;
}

.owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.owl-pagination .active {
    width: 25px;
    background: #e63333;
}

.owl-buttons {
    display: none;
}

.owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    text-indent: -9999px;
}

.jnsp ul li {
    margin-top: 30px;
}

.jnspBox .scale-img {
    width: 360px;
    height: 195px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.jnspBox .scale-img img {
    width: 360px;
    height: 195px;
}

.jnspBox .scale-img .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/black.png) repeat;
    z-index: 9;
    text-align: center;
}

.jnspBox .scale-img .mask i {
    color: #eee;
    font-size: 80px;
    line-height: 195px;
}

.jnspBox h2 {
    font-size: 16px;
    line-height: 42px;
}

.jnspBox h2 a {
    background: #eee;
    display: block;
    padding: 0 12px;
}

.jnspBox h2 a:hover {
    background: #e63333;
    color: #fff;
}

.about2M {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
}

.about2C {
    font-size: 14px;
    line-height: 28px;
}

.about2C img {
    width: auto;
    max-width: 100%;
}

.xcptb {
    height: 360px;
    background: url(../images/zsxcbanner.jpeg) top center no-repeat;
    border-top: 1px solid #fff;
}

.ztSearchBox {
    background: #eee;
    padding: 20px 0;
    height: 42px;
}

.ztSearch {
    width: 600px;
    margin: 0 auto;
    position: relative;
    padding-right: 120px;
}

.ztSearch input {
    width: 100%;
    height: 42px;
    background: #fff;
    text-indent: 10px;
    color: #888;
}

.ztSearch a {
    width: 100px;
    height: 42px;
    background: #e63333;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    color: #fff;
}

.ztSearch a:hover {
    background: #077cdc;
    color: #fff;
}

.histroyM {
    min-height: 52px;
    background: url(../images/history-Mbg.jpg) left 42px repeat-x;
    text-align: center;
    position: relative;
}

.histroyM ul li {
    margin-bottom: -8px;
}

.histroyM ul li a h4 {
    font-size: 14px;
    line-height: 32px;
    color: #666;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.histroyM ul li a h4 span {
    display: none;
}

.histroyM ul li a i {
    width: 10px;
    height: 10px;
    background: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #d1d1d1;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.histroyM ul li.swiper-slide-thumb-active a {
    color: #e63333;
}

.histroyM ul li.swiper-slide-thumb-active a h4 {
    color: #e63333;
    font-size: 15px;
    font-weight: bold;
}

.histroyM ul li.swiper-slide-thumb-active a h4 span {
    display: inline-block;
}

.histroyM ul li.swiper-slide-thumb-active a i {
    background: #e63333;
    border: 5px solid #b0caff;
}

.histroyM .swiper-button-prev, .histroyM .swiper-button-next {
    width: 24px;
    height: 24px;
    top: 52px;
    position: absolute;
    background: red;
}

.histroyM .swiper-button-prev {
    background: url(../images/time-prev.png) no-repeat #fff;
    left: 0;
}

.histroyM .swiper-button-next {
    background: url(../images/time-next.png) no-repeat #fff;
    right: 0;
}

.histroyM1 {
    min-height: 62px;
    background: url(../images/history-Mbg.jpg) left 62px repeat-x;
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.histroyM1 ul li {
    margin-bottom: -8px;
}

.histroyM1 ul li .swiper-slide-title {
    padding-bottom: 16px;
    position: relative;
}

.histroyM1 ul li .swiper-slide-title h4 {
    font-size: 14px;
    line-height: 32px;
    color: #666;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    margin-top: 3px;
    background: #eee;
    display: inline-block;
    min-width: 140px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    position: relative;
}

.histroyM1 ul li .swiper-slide-title:after {
    content: '';
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border-top: 10px solid #eee;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    left: 50%;
    bottom: 8px;
    margin-left: -10px;
    z-index: 9;
}

.histroyM1 ul li i {
    width: 10px;
    height: 10px;
    background: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #d1d1d1;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.histroyM1 ul li.swiper-slide-thumb-active a {
    color: #e63333;
}

.histroyM1 ul li.swiper-slide-thumb-active a h4 {
    color: #e63333;
    font-size: 15px;
    font-weight: bold;
}

.histroyM1 ul li.swiper-slide-thumb-active a h4 span {
    display: inline-block;
}

.histroyM1 ul li.swiper-slide-thumb-active a i {
    background: #e63333;
    border: 5px solid #b0caff;
}

.histroyM1 .swiper-button-prev, .histroyM1 .swiper-button-next {
    width: 24px;
    height: 24px;
    top: 72px;
    position: absolute;
    background: red;
}

.histroyM1 .swiper-button-prev {
    background: url(../images/time-prev.png) no-repeat #fff;
    left: 0;
}

.histroyM1 .swiper-button-next {
    background: url(../images/time-next.png) no-repeat #fff;
    right: 0;
}

.swiperBox {
    margin: 5px 20px 0;
}

.swiperBox img {
    width: 260px;
    height: 176px;
    margin-top: 5px;
}

.swiperBox h2 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}

.swiperBox p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-box-orient: vertical;
    margin-top: 10px;
}

.swiperBox a h2 {
    color: #444;
}

.swiperBox a p {
    color: #888;
}

.swiperBox a:hover h2 {
    color: #e63333;
}

.histroyC {
    min-height: 500px;
    padding-bottom: 50px;
    width: 1280px;
    margin: 0 auto;
}

.histroyC1 {
    font-size: 14px;
    line-height: 28px;
    margin: 20px 40px 0;
}

.histroyC2 ul {
    margin: 0 -15px;
}

.histroyC2 ul li {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.histroyCBox {
    height: 188px;
    border: 1px solid #eee;
    margin: 0 10px;
    position: relative;
    padding-left: 280px;
}

.histroyCBox .scale-img {
    width: 280px;
    height: 190px;
    position: absolute;
    top: -1px;
    left: -1px;
    cursor: pointer;
}

.histroyCBox .scale-img img {
    width: 280px;
    height: 190px;
}

.histroyCBox p {
    margin: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    -moz-box-orient: vertical;
    color: #888;
}

.inner-swiper {
    position: relative;
    padding: 0 45px;
}

.inner-swiper .swiper-button-prev, .inner-swiper .swiper-button-next {
    width: 18px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    background: red;
}

.inner-swiper .swiper-button-prev {
    background: url(../images/links/link-prev.png) no-repeat;
    left: 0;
}

.inner-swiper .swiper-button-next {
    background: url(../images/links/link-next.png) no-repeat;
    right: 0;
}

.ind-menu {
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    padding-bottom: 8px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.ind-menu h3 {
    font-size: 26px;

    font-weight: 400;
    /*background-color: #FF4500; !* Use a deep orange color *!*/
    /*padding: 0 20px; !* Increased padding for a longer color block *!*/
    border-radius: 4px; /* Optional: Add some border radius for a smoother look */
    justify-content: flex-start;
}

.ind-menu a {
    color: #007BFF; /* Adjust color as needed */
    text-decoration: none;
    font-size: 14px; /* Adjusted font size */
    justify-content: flex-end;
}

.menuL {
    display: flex;
    justify-content: flex-start;
}

.menuR {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.ind-menu a:hover {
    text-decoration: underline;
}

/* Optional: Gradient background for the color block */
.ind-menu h3 {
    color: red;
    /*background: linear-gradient(to right, #FF4500, #FF6347); !* Gradient from deep orange to tomato color *!*/
    /*padding: 0 20px;*/
    border-radius: 4px; /* Optional: Add some border radius for a smoother look */
}


.ind-left {
    width: 800px;
}

.ind-rigt {
    width: 370px;
}

.half_container .ind-left{width:600px;}
.half_container .ind-rigt{width:570px;}
.ind-rigt h3 {
    font-size: 26px;
    line-height: 55px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    color: red;
    height: 55px;
    overflow: hidden;
}

.ind-rigt .ind-rMore {
    font-size: 14px;
    color: #afafaf;
}

.ind-rigt .ind-rMore:hover {
    color: #e63333;
}

.ind-rigt .ind-join {
    font-size: 16px;
    color: #ee5604;
    margin-left: 5px;
}

.ind-rigt .ind-join:hover {
    text-decoration: underline;
    color: #ee5604;
}

.ind-tj ul {
    margin: -24px -11px 0;
}

.ind-tj ul li {
    width: 33.333333333%;
    float: left;
    margin-top: 24px;
}

.ind-tjBox {
    width: 98%/*252px*/;
    height: 155px;
    overflow: hidden;
    /*margin: 0 11px;*/
    position: relative;
    cursor: pointer;
}

.ind-tjBox img {
    width: 100%;
    height: 155px;
}

.ind-tjBox h2 {
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    z-index: 1;
}

.ind-tjBox h2 a {
    color: #fff;
}

.ind-cert {
    height: 350px;
    border: 1px solid #eee;
}

.ind-cert ul {
    padding: 0 9px;
}

.ind-cert ul li {
    width: 50%;
    float: left;
    margin-top: 15px;
}

.ind-certBox {
    width: 156px;
    height: 106px;
    overflow: hidden;
    margin: 0 10px;
    cursor: pointer;
}

.ind-certBox img {
    width: 156px;
    height: 106px;
}

.ind-cert a {
    margin: 10px 19px 0;
    display: block;
    font-size: 15px;
    line-height: 32px;
    background: #e63333;
    color: #fff;
    text-align: center;
}

.ind-cert a:hover {
    background: #ce4800;
}

.ind-void ul {
    margin: 0 -11px;
}

.ind-void ul li {
    width: 33.3333333333%;
    float: left;
}

.ind-voidBox {
    margin: 0 11px;
    cursor: pointer;
}

.ind-voidBox .scale-img {
    width: 252px;
    height: 164px;
    overflow: hidden;
    position: relative;
}

.ind-voidBox .scale-img img {
    width: 252px;
    height: 164px;
}

.ind-voidBox .void-mask {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.ind-voidBox .void-mask i {
    font-size: 60px;
    line-height: 164px;
    color: #fff;
}

.ind-voidBox h2 {
    font-size: 14px;
    line-height: 32px;
    background: #efefef;
    width: 252px;
}

.ind-school {
    /*height: 250px;*/
    border: 1px solid #eee;
}

.ind-schoolC {
    height: 102px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.ind-schoolC > ul > li {
    height: 48;
    /*border-bottom: 1px solid #edebeb;*/
}

.ind-schoolC > ul > li ul li:first-child .ind-schoolBox {
    border-left: none;
}

.ind-schoolBox {
    height: 50px;
    border: 1px solid #edebeb;
    border-bottom: 0px;
    border-left: 0px;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
}

.ind-TabM a {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    min-width: 100px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    background: #ebebeb;
    margin: 0 3px;
}

.ind-TabM a:hover, .ind-TabM a.indTab-cur, .ind-TabM a.ind1Tab-cur {
    background: #e63333;
    color: #fff;
}

.ind-TabC {
    height: 526px
}

.ind-M {
    width: 185px;
    background: #f7f7f7;
    height: 486px;
    position: absolute;
    top: 20px;
    left: 15px;
}

.ind-M > ul > li {
    font-size: 14px;
    line-height: 48px;
    border-bottom: 1px solid #e8e8e8;
}

.ind-M > ul > li > a {
    display: block;
    padding: 6px 15px;
}

.ind-M > ul > li > a i {
    color: #999;
}

.ind-M > ul > li > a:hover, .ind-M > ul > li > a.active {
    background: #e63333;
    color: #fff;
}

.ind-M > ul > li > a:hover i, .ind-M > ul > li > a.active i {
    color: #fff;
}

.ind-MDrop {
    width: 180px;
    height: 482px;
    position: absolute;
    background: #fff;
    border: 1px solid #e63333;
    right: -175px;
    top: 0;
    display: none;
    z-index: 9999;
}

.ind-MDrop ul {
    padding: 10px 15px;
}

.ind-MDrop ul li {
    font-size: 14px;
    line-height: 32px;
    position: relative;
    padding-left: 16px;
}

.ind-MDrop ul li i {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.ind-MDrop ul li a i {
    background: #999;
}

.ind-bookBox {
    border-right: 1px solid #e8e8e8;
    text-align: center;
}

.ind-bookBox img {
    width: 149px;
    height: 200px;
}

.ind-bookBox h2 {
    font-size: 14px;
    line-height: 32px;
}

.ind-bookBox a:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    display: block;
}

.ind-jxzy {
    padding-bottom: 20px;
    position: relative;
}

.ind-jxzy:before, .ind-jxzy:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
}

.ind-jxzy:before {
    top: 0;
    height: 20px;
}

.ind-jxzy:after {
    bottom: 0;
    height: 21px;
}

.ind-jxzy ul li {
    width: 16.6666666667%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
}

.ind-jxzy ul li .ind-bookBox {
    padding: 20px 15px 0;
}

.ind-jiaocai {
    padding-bottom: 20px;
    position: relative;
    padding-left: 200px;
}

.ind-jiaocai:before, .ind-jiaocai:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
}

.ind-jiaocai:before {
    top: 0;
    height: 20px;
}

.ind-jiaocai:after {
    bottom: 0;
    height: 21px;
}

.ind-jiaocai > ul > li {
    width: 20%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
}

.ind-jiaocai > ul > li .ind-bookBox {
    padding: 20px 15px 0;
}

.ind-wkc {
    padding-bottom: 20px;
    position: relative;
    padding-left: 200px;
}

.ind-wkc > ul {
    margin: 0 10px;
}

.ind-wkc > ul > li {
    width: 25%;
    float: left;
    margin-top: 42px;
}

.ind-wkc > ul > li .w-classbox {
    margin: 0 10px;
}

.ind-wkc > ul > li .w-classbox .scale-img, .ind-wkc > ul > li .w-classbox .scale-img img {
    width: 225px;
    height: 156px;
}

.ind-wkc > ul > li .w-classbox h2 {
    margin-top: 5px;
}

.mbg {
    background: url(../images/mbg.jpg) bottom center no-repeat;
}

.classbox {
    width: 1170px;
    height: 326px;
    margin: 0 auto;
    padding: 15px;
}

.class-prev, .class-next {
    width: 40px;
    height: 74px;
    top: 126px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.class-prev:hover, .class-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.class-prev {
    left: -70px;
    background: url(../images/prev.png) no-repeat;
}

.class-next {
    right: -70px;
    background: url(../images/next.png) no-repeat;
}

.class {
    position: relative;
    overflow: hidden;
    width: 1170px;
    height: 326px;
}

.class ul.classboxUl > li {
    width: 654px;
    height: 326px;
    float: left;
    position: relative;
    padding-left: 516px;
}

.class ul.classboxUl > li > h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    padding-top: 5px;
}

.class-pic {
    width: 498px;
    height: 326px;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.class-pic img {
    width: 498px;
    height: 326px;
}

.classBox-txt {
    font-size: 14px;
    line-height: 1.8;
    color: #888;
    margin-top: 10px;
    padding-right: 30%;
}

.classBox-pic {
    margin-left: -15px;
    position: absolute;
    bottom: 0;
}

.classBox-pic h3 {
    font-size: 16px;
    font-weight: bold;
    color: #e63333;
    margin-left: 15px;
    margin-bottom: 15px;
}

.class-courseBox {
    text-align: center;
    margin-left: 15px;
}

.class-courseBox img {
    width: 152px;
    height: 110px;
}

.class-courseBox h2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.class-join {
    width: 90px;
    font-size: 16px;
    line-height: 32px;
    border: 1px solid #e63333;
    text-align: center;
    color: #e63333;
    position: absolute;
    right: 0;
    top: 80px;
}

.class-join:hover {
    background: #e63333;
    color: #fff;
}

.ind-bookR {
    padding: 0 20px;
    width: 1160px;
    margin: 25px auto 0;
}

.ind-bookC {
    overflow: hidden;
}

.ind-bookC ul {
    float: left;
}

.ind-bookC ul li {
    width: 200px;
    float: left;
    display: inline;
    padding: 20px 0;
}

.ind-bookC ul li .ind-bookBox {
    padding-right: 25px;
    margin-right: 25px;
}

.ind-new {
    background: #f3f3f3;
    width: 372px;
}

.ind-new h3 {
    font-size: 24px;
    color: red;
    font-weight: 400;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    /*padding-top: 20px;*/
    margin: 0 15px;
    /*color: #e63333;*/
}

.ind-new h3 a {
    color: #afafaf;
    font-size: 14px;
}

.ind-new h3 a:hover {
    color: #e63333;
}

.ind-new ul li {
    margin: 0 15px;
    border-bottom: 1px dotted #c6c8ca;
    line-height: 38px;
    padding: 0 0 0 15px;
    position: relative;
}

.ind-new ul li i {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 16px;
    left: 0;
    background: #3399ff;
}

.ind-new ul li:last-child {
    border-bottom: none;
}

.ind-cx {
    position: relative;
    padding-left: 106px;
    border-top: 1px dotted #d2d2d2;
    margin-top: 17px;
    padding-top: 17px;
}

.ind-cx span {
    width: 106px;
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 50px;
    top: 17px;
    color: #e63333;
}

.ind-cx ul {
    margin: 0 -10px;
}

.ind-cx ul li {
    width: 33.3333333333%;
    float: left;
}

.ind-cx ul li a {
    margin: 0 10px;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
}

.ind-cx ul li a.cxBoxbg1 {
    background: url(../images/cxbg1.jpg) no-repeat;
}

.ind-cx ul li a.cxBoxbg2 {
    background: url(../images/cxbg2.jpg) no-repeat;
}

.ind-cx ul li a.cxBoxbg3 {
    background: url(../images/cxbg3.jpg) no-repeat;
}

/*# sourceMappingURL=style.css.map */
/*就读指南*/
.jncc-prev-read {
    background: url(../images/links/link-prev.png) no-repeat;
    left: -40px;
}

.jncc-next-read {
    background: url(../images/links/link-next.png) no-repeat;
    right: -40px;
}

.jncc-prev-read, .jncc-next-read {
    width: 18px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    position: absolute;
}

.jncc-img-read {
    width: 1200px;
    overflow: hidden;
}

.jncc-img-read ul {
    width: 9999px;
}

.jncc-img-read ul li {
    width: 370px;
    height: 200px;
    float: left;
    margin-right: 45px;
}

.jncc-img-read ul li .scale-img {
    width: 370px;
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.jncc-img-read ul li .scale-img .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/black.png) repeat;
    z-index: 9;
}

.jncc-img-read ul li .scale-img .mask i {
    color: #eee;
    font-size: 80px;
    line-height: 200px;
}

.mt15 {
    margin-top: 15px;
}

.ml25 {
    margin-left: 25px;
}

.mt24 {
    margin-top: 24px;
}

.ztssbg {
    background: url(../images/ztss/zybg.jpg) top center no-repeat;
}

.ztssbg .footerbg {
    background: #e63333;
    color: #fff;
}

.ztss-wrap {
    width: 1328px;
    margin-left: auto;
    margin-right: auto;
}

.ztss-banner {
    width: 1326px;
    height: 320px;
    margin: 102px auto 0;
    padding-bottom: 616px;
}

.ztss-banner img {
    width: 1326px;
    height: 320px;
}

.ztss-menu {
    width: 630px;
    height: 62px;
    background: url(../images/ztss/zt-menu.png) no-repeat;
    margin: 0 auto;
    padding: 28px 0 56px;
    text-align: center;
}

.ztss1 {
    padding-bottom: 40px;
    margin-top: 24px;
}

.ztss1 .ztss2-menu-noline {
    margin-top: -20px;
}

.ztss1-pic {
    width: 638px;
    height: 384px;
}

.ztss1-pic .swiper-slide {
    width: 638px;
    height: 384px;
    position: relative;
}

.ztss1-pic .swiper-slide h2 {
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 100px;
    background: rgba(68, 68, 68, 0.68);
}

.ztss1-pic .swiper-slide a {
    color: #fff;
}

.ztss1-pic .swiper-pagination {
    left: inherit;
    right: 12px;
    bottom: 18px;
    text-align: right;
}

.ztss1-pic .swiper-pagination.swiper-pagination-bullets {
    width: auto;
}

.ztss1-pic .swiper-pagination-bullet-active {
    background: #f6da83;
}

.ztss1-txt {
    width: 638px;
    height: 384px;
}

.ztss1-txt ul {
    margin-top: -18px;
}

.ztss1-txt ul li {
    margin-top: 18px;
}

.ztss1box {
    width: 580px;
    height: 80px;
    padding: 17px 28px;
    border: 1px solid #dc3021;
}

.ztss1box h2 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.ztss1box h2 a {
    color: #000;
}

.ztss1box h2 a:hover {
    color: #e63333;
}

.ztss1box p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.ztss2 {
    padding-bottom: 40px;
}

.ztss2-menu {
    height: 18px;
    position: relative;
    line-height: 18px;
}

.ztss2-menu:before {
    height: 1px;
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 100px;
    top: 50%;
    background: url(../images/ztss/zt-line.png) repeat-x;
}

.ztss2-menu a {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #dc3021;
}

.ztss2-menu.ztss2-menu-noline:before {
    display: none;
}

.ztss2-list {
    background: rgba(248, 220, 160, 0.48);
    margin-top: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.ztss2-list ul {
    padding: 0 5px;
}

.ztss2-list ul li {
    width: 50%;
    float: left;
    margin-bottom: 35px;
}

.ztss2box {
    margin: 0 25px;
    padding: 31px 0 0;
}

.ztss2box h2 {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

.ztss2box h2 a {
    color: #000;
}

.ztss2box h2 a:hover {
    color: #e63333;
}

.ztss2box p {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    color: #000;
    margin-top: 27px;
}

.ztss2-list2 {
    height: 270px;
    background: #fff;
    margin-top: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    padding-left: 107px;
    padding-top: 30px;
}

.ztss2-list2 span {
    width: 96px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -86px;
    left: 0;
    font-size: 30px;
    line-height: 36px;
    color: #dc3021;
    font-weight: bold;
}

.ztss2-list2 ul li {
    width: 16.6666666667%;
    float: left;
}

.ztss2-list2 ul li:first-child .ztss2box2 {
    border-left: none;
}

.ztss2-list2 .ztss2box2 {
    border-left: 1px solid #e8e8e8;
    text-align: center;
    padding: 5px 0 0;
}

.ztss2-list2 .ztss2box2 img {
    width: 148px;
    height: 200px;
}

.ztss2-list2 .ztss2box2 h2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    font-weight: bold;
}

.ztss3 .ztss2-menu-noline {
    margin-top: -20px;
}

.courseBox {
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
}

.courseBox .courseBox-img {
    margin: -1px -1px 0 -1px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.courseBox h2, .courseBox ul {
    margin-left: 12px;
    margin-right: 12px;
}

.courseBox h2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
}

.courseBox h2 a {
    color: #222;
}

.courseBox h2 a:hover {
    color: #e63333;
}

.courseBox ul {
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 8px;
}

.courseBox ul li {
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.courseBox ul li i {
    margin-right: 4px;
    vertical-align: -1px;
}

.courseBox:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ztss3c {
    margin-top: 20px;
}

.ztss3c > ul {
    padding: 0 4px;
    margin-left: -24px;
    margin-right: -24px;
}

.ztss3c > ul > li {
    margin-bottom: 60px;
}

.ztss3c .courseBox {
    margin: 0 24px;
    padding-bottom: 10px;
}

.ztss3c .courseBox h2 {
    font-weight: bold;
}

.ztss3c .courseBox ul li {
    font-size: 14px;
}

.ztss3c .courseBox-img, .ztss3c .courseBox-img img {
    width: 294px;
    height: 200px;
}

.ztss3c .courseBox-img {
    position: relative;
}

.ztss3c .courseBox-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.ztss3c .courseBox-mask i {
    font-size: 64px;
    line-height: 200px;
    color: rgba(255, 255, 255, 0.8);
}

.ss-banner {
    position: relative;
    height: 489px;
    overflow: hidden;
}

.ss-banner img {
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 489px;
    margin-left: -960px;
}

.ss-menu h3 {
    font-size: 28px;
    line-height: 54px;
    font-weight: bold;
    color: #1548a1;
    border-bottom: 5px solid #1548a1;
}

.ss-menu a {
    margin-top: 24px;
    font-size: 14px;
    line-height: 34px;
    color: #afafaf;
}

.ss-menu a:hover {
    color: #e63333;
}

.ss-menu.ss-menu-new a {
    width: 360px;
    text-align: right;
    border-bottom: 1px dotted #929292;
}

.ss-new-left {
    width: 720px;
}

.ss-new-left ul {
    margin-top: 6px;
}

.ss-new-left ul li {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.ss-new-left ul li h2 {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}

.ss-new-left ul li h2 a {
    color: #333;
}

.ss-new-left ul li h2 a:hover {
    color: #e63333;
}

.ss-new-left ul li p {
    height: 48px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.ss-new-left ul li h6 {
    margin-top: 15px;
    font-size: 10px;
    line-height: 1;
}

.ss-new-left ul li h6 i {
    margin-right: 4px;
    font-size: 12px;
    vertical-align: -1px;
}

.ss-new-rigt {
    width: 360px;
    overflow: hidden;
}

.ss-new-rigt ul {
    margin-top: -4px;
}

.ss-new-rigt ul li {
    padding-bottom: 32px;
    margin-top: 32px;
    border-bottom: 1px dotted #929292;
}

.ss-new-rigt ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.ss-new-r1, .ss-new-r2 {
    width: 360px;
    height: 243px;
}

.ss-new-r1 .swiper-slide, .ss-new-r2 .swiper-slide {
    position: relative;
    width: 360px;
    height: 243px;
    overflow: hidden;
}

.ss-new-r1 .swiper-slide img, .ss-new-r2 .swiper-slide img {
    width: 360px;
    height: 243px;
}

.ss-new-r1 .swiper-slide h2, .ss-new-r2 .swiper-slide h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    height: 42px;
    padding-left: 15px;
    padding-right: 50px;
    font-size: 14px;
    line-height: 42px;
    background: rgba(68, 68, 68, 0.68);
}

.ss-new-r1 .swiper-slide a, .ss-new-r2 .swiper-slide a {
    color: #fff;
}

.ss-new-r1 .swiper-pagination, .ss-new-r2 .swiper-pagination {
    left: inherit;
    right: 12px;
    bottom: 16px;
    text-align: right;
}

.ss-new-r1 .swiper-pagination.swiper-pagination-bullets, .ss-new-r2 .swiper-pagination.swiper-pagination-bullets {
    width: auto;
}

.ss-new-r1 .swiper-pagination-bullet-active, .ss-new-r2 .swiper-pagination-bullet-active {
    background: #f6da83;
}

.ss-new-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.ss-new-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin-left: -36px;
    margin-top: -36px;
    background: url(../images/sszq/play.png) no-repeat;
}

.ss-new2bg {
    margin-top: 33px;
    padding-top: 62px;
    padding-bottom: 55px;
    background: #d5e0f3;
}

.ss-new2box {
    position: relative;
    width: 570px;
    height: 362px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.ss-new2box h3 {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 166px;
    height: 47px;
    margin-left: -83px;
    font-size: 24px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    background: #3b65ad;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba(1, 58, 156, 0.5);
    -moz-box-shadow: 0 3px 5px rgba(1, 58, 156, 0.5);
    -ms-box-shadow: 0 3px 5px rgba(1, 58, 156, 0.5);
    -o-box-shadow: 0 3px 5px rgba(1, 58, 156, 0.5);
    box-shadow: 0 3px 5px rgba(1, 58, 156, 0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.ss-new2box > a {
    position: absolute;
    right: 0;
    top: -22px;
    font-size: 14px;
    line-height: 1;
    color: #afafaf;
}

.ss-new2box > a:hover {
    color: #e63333;
}

.ss-new2box ul {
    padding-top: 28px;
    margin: 0 24px;
}

.ss-new2box ul li {
    position: relative;
    margin-top: 18px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 42px;
    border-bottom: 1px dotted #d1d1d1;
}

.ss-new2box ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
}

.ss-new2box ul li span {
    margin-right: 4px;
}

.ss-new2box ul li a {
    color: #000;
}

.ss-new2box ul li a i {
    background: #3b65ad;
}

.ss-new2box ul li a:hover {
    color: #e63333;
}

.ss-zh-menu {
    position: relative;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #b40808;
}

.ss-zh-menu a {
    margin-left: 15px;
    font-size: 14px;
    color: #afafaf;
}

.ss-zh-menu a:hover {
    color: #e63333;
}

.ss-zh-menu .line {
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    border-bottom: 1px dotted #d1cfcf;
}

.ss-zh1-left {
    width: 352px;
}

.ss-zh1-left .ss-zh-menu {
    margin-top: 37px;
}

.ss-zh1-left .ss-zh-menu .line {
    width: 176px;
}

.ss-zh1-left ul {
    margin-top: 24px;
}

.ss-zh1-left ul li {
    font-size: 16px;
    line-height: 37px;
    border-bottom: 1px solid #d9d9d9;
}

.ss-zh1-left ul li a {
    color: #333;
}

.ss-zh1-left ul li a:hover {
    color: #e63333;
}

.ss-zh1-rigt {
    width: 805px;
    margin-top: -14px;
}

.ss-zh1-rigt .ss-zh-menu .line {
    width: 622px;
}

.ss-zh1-rigtc {
    position: relative;
    height: 500px;
    margin-top: 18px;
    padding-top: 14px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ss-zh1-rigtc:before {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 12px;
    content: ' ';
    background: #fff;
}

.ss-zh1-rigtc ul li {
    width: 25%;
    float: left;
    border-right: 1px solid #cecccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-zh1-rigtc ul li:nth-child(4n) {
    border-right: none;
}

.ss-zhbox1 {
    padding-bottom: 20px;
    text-align: center;
}

.ss-zhbox1 img {
    width: 148px;
    height: 200px;
    padding-top: 3px;
}

.ss-zhbox1 h2 {
    margin: 14px 12px auto 12px;
    font-size: 14px;
    line-height: 1;
}

.ss-zhbox1:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.ss-zh2 {
    margin-top: 32px;
}

.ss-zh2c {
    margin-top: 27px;
}

.ss-zh2c > ul {
    margin-left: -30px;
    margin-right: -30px;
}

.ss-zh2c > ul > li {
    width: 25%;
    float: left;
}

.ss-zhbox2 {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 32px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.ss-zhbox2:hover .ss-zhbox2-img img {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.ss-zhbox2:hover h2 a {
    color: #e63333;
}

.ss-zhbox2-img {
    width: 253px;
    height: 182px;
    overflow: hidden;
}

.ss-zhbox2-img img {
    width: 253px;
    height: 182px;
}

.ss-zhbox2-txt {
    padding: 0 12px;
}

.ss-zhbox2-txt h2 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}

.ss-zhbox2-txt h2 a {
    color: #161616;
}

.ss-zhbox2-txt ul li {
    float: left;
    font-size: 14px;
    line-height: 22px;
}

.ss-zhbox2-txt .w1 {
    width: 60%;
}

.ss-zhbox2-txt .w2 {
    width: 40%;
}

.sub-books ul li {
    width: 16.6666666667%;
    float: left;
}

.sub-books ul li:nth-child(6n) .books {
    border-right: none;
}

.sub-books .books {
    padding-top: 20px;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.sub-books .books img {
    width: 160px;
}

.sub-books .books h2 {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 28px;
}

.sub-books .books a {
    display: block;
}

.sub-books .books a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.bg-f4 {
    background: #f4f4f4;
}

.yth-new1 {
    margin-top: 55px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.yth-new1 .swiper-container-vertical > .swiper-pagination-bullets {
    right: 12px;
}

.yth-new1 .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #d0d5db;
}

.yth-new1 .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e63333;
}

.yth-new1-wrap {
    padding: 0 320px 0 35px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.yth-new1-wrap .swiper-slide a h2 {
    font-size: 20px;
    color: #333;
}

.yth-new1-wrap .swiper-slide a:hover h2 {
    color: #e63333;
}

.yth-menu {
    position: relative;
    height: 36px;
    line-height: 36px;
    color: #fc5f22;
}

.yth-menu h3, .yth-menu h4 {
    display: inline-block;
    vertical-align: top;
}

.yth-menu h3 {
    font-size: 32px;
}

.yth-menu h4 {
    padding-top: 3px;
    font-size: 18px;
    line-height: 18px;
}

.yth-menu h4 em {
    margin-top: -1px;
    font-size: 13px;
    line-height: 14px;
    font-style: normal;
    color: rgba(252, 95, 34, 0.5);
    text-transform: uppercase;
}

.yth-menu a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    line-height: 1;
}

.yth-more {
    color: #fc5f22;
}

.yth-new2 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.yth-new2-wrap {
    position: relative;
    margin-top: 35px;
    height: 292px;
    padding-left: 511px;
}

.yth-new2-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 486px;
    height: 292px;
}

.yth-new2-txt, .yth-jyjl-wrap {
    position: relative;
}

.yth-new2-txt .yth-more, .yth-jyjl-wrap .yth-more {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 15px;
}

.yth-new2-txt ul, .yth-jyjl-wrap ul {
    padding-top: 6px;
}

.yth-new2-txt ul li, .yth-jyjl-wrap ul li {
    position: relative;
    margin-top: 5px;
    padding-left: 23px;
    padding-right: 90px;
    font-size: 15px;
    line-height: 34px;
    border-bottom: 2px solid #dfdfdf;
}

.yth-new2-txt ul li a, .yth-jyjl-wrap ul li a {
    color: #7f7f7f;
}

.yth-new2-txt ul li a:hover, .yth-jyjl-wrap ul li a:hover {
    color: #e63333;
}

.yth-new2-txt ul li i, .yth-jyjl-wrap ul li i, .yth-new2-txt ul li span, .yth-jyjl-wrap ul li span {
    position: absolute;
}

.yth-new2-txt ul li i, .yth-jyjl-wrap ul li i {
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: rgba(252, 95, 34, 0.5);
}

.yth-new2-txt ul li span, .yth-jyjl-wrap ul li span {
    right: 0;
    color: #7f7f7f;
}

.yth-new3bg {
    height: 618px;
    padding: 72px 0 90px;
    background-image: url(../images/yth/new3bg.jpg);
    background-size: 100% 100%;
}

.yth-new3box {
    position: relative;
    margin-top: 25px;
    width: 570px;
    height: 362px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.yth-new3box h3 {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 166px;
    height: 47px;
    margin-left: -83px;
    font-size: 24px;
    line-height: 47px;
    color: #fff;
    text-align: center;
    background: #f38d09;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba(243, 141, 9, 0.5);
    -moz-box-shadow: 0 3px 5px rgba(243, 141, 9, 0.5);
    -ms-box-shadow: 0 3px 5px rgba(243, 141, 9, 0.5);
    -o-box-shadow: 0 3px 5px rgba(243, 141, 9, 0.5);
    box-shadow: 0 3px 5px rgba(243, 141, 9, 0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.yth-new3box > a {
    position: absolute;
    right: 0;
    top: -22px;
    font-size: 14px;
    line-height: 1;
    color: #fc703d;
}

.yth-new3box > a:hover {
    color: #e63333;
}

.yth-new3box ul {
    padding-top: 28px;
    margin: 0 24px;
}

.yth-new3box ul li {
    position: relative;
    margin-top: 18px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 42px;
    border-bottom: 1px dotted #d1d1d1;
}

.yth-new3box ul li:last-child {
    border-bottom: none;
}

.yth-new3box ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
}

.yth-new3box ul li span {
    margin-right: 4px;
}

.yth-new3box ul li a {
    color: #000;
}

.yth-new3box ul li a i {
    background: #3b65ad;
}

.yth-new3box ul li a:hover {
    color: #e63333;
}

.yth-new3-ad {
    margin-top: 85px;
}

.yth-new3-ad a {
    display: block;
    border: 15px solid #fff;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.yth-new3-ad a img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.yth-kegai {
    padding: 55px 0 60px;
}

.yth-kegai-wrap {
    margin-top: 35px;
}

.yth-kegai-wrap ul {
    margin: -16px -8px 0;
}

.yth-kegai-wrap ul li {
    float: left;
    margin-top: 16px;
}

.yth-kegai-wrap ul li a {
    height: 226px;
    margin: 0 8px;
    display: block;
    text-align: center;
}

.yth-kegai-wrap ul li a h2 {
    padding: 80px 10px;
    font-size: 52px;
    line-height: 66px;
    color: #fff;
    text-shadow: 0 9px 8px rgba(117, 11, 0, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.yth-kegai-wrap ul li a:hover h2 {
    padding: 70px 10px 90px;
}

.yth-kegai-bg1 {
    width: 696px;
    background: url(../images/yth/kgbg1.jpg) no-repeat;
}

.yth-kegai-bg2 {
    width: 488px;
    background: url(../images/yth/kgbg2.jpg) no-repeat;
}

.yth-kegai-bg3 {
    width: 486px;
    background: url(../images/yth/kgbg3.jpg) no-repeat;
}

.yth-kegai-bg4 {
    width: 698px;
    background: url(../images/yth/kgbg4.jpg) no-repeat;
}

.yth-gzy-wrap {
    margin-top: 35px;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
    -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
    -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
    -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
    box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
}

.yth-gzy-wrap ul li {
    float: left;
    width: 16.6666666667%;
}

.yth-gzy-wrap ul li:last-child a {
    border-right: none;
}

.yth-gzy-wrap ul li a {
    display: block;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.yth-gzy-wrap ul li a img {
    width: 160px;
    height: 228px;
}

.yth-gzy-wrap ul li a h2 {
    padding-top: 14px;
    font-size: 14px;
    color: #666;
}

.yth-gzy-wrap ul li a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.yth-gzy-wrap ul li a:hover h2 {
    color: #e63333;
}

.yth-jyjl {
    padding: 55px 0 28px;
}

.yth-jyjl-wrap {
    margin-top: 35px;
    padding: 0 6px 6px;
    background: #ebecf2;
}

.yths-menu {
    margin-bottom: -23px;
    text-align: center;
}

.yths-menu h3 {
    display: inline-block;
    height: 60px;
    padding: 0 20px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    background: linear-gradient(to right, #f2d05d, #f38a2e);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    text-shadow: 0 4px 3px rgba(117, 11, 0, 0.2);
}

.yths-1 {
    position: relative;
    margin-top: 65px;
}

.yths-1-wrap {
    width: 580px;
    height: 580px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.yths-1-wrap ul {
    padding: 36px 20px;
}

.yths-1-wrap ul li {
    padding: 0 15px;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    background: #fef7f5;
}

.yths-1-wrap ul li:nth-child(2n) {
    line-height: 59px;
    background: #fff;
}

.yths-1-wrap ul li a {
    display: block;
}

.yths-2 {
    position: relative;
    margin-top: 100px;
    padding-bottom: 110px;
}

.yths-2-wrap {
    padding: 48px 20px 50px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.yths-2-wrap ul {
    margin: -26px -12px 0 -12px;
}

.yths-2-wrap ul li {
    width: 33.3333333333%;
    float: left;
    margin-top: 26px;
}

.yths-box2 {
    margin: 0 12px;
    font-size: 16px;
    line-height: 49px;
    background: linear-gradient(to right, rgba(255, 180, 130, 0.2), rgba(252, 104, 111, 0.2));
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.yths-box2 a {
    padding: 0 15px;
    display: block;
}

.yths-3 {
    position: relative;
    margin-top: 100px;
    padding-bottom: 110px;
}

.yths-3-wrap {
    padding: 48px 20px 50px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.yths-3-wrap ul {
    margin: -26px -12px 0 -12px;
}

.yths-3-wrap ul li {
    width: 25%;
    float: left;
    margin-top: 26px;
}

.yths-box3 {
    margin: 0 12px;
    font-size: 16px;
    line-height: 49px;
    background: linear-gradient(to right, rgba(255, 180, 130, 0.2), rgba(252, 104, 111, 0.2));
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.yths-box3 a {
    padding: 0 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yth-v2 .yth-new1 {
    position: relative;
}

.yth-v2 .yth-new1 > .title {
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -21px;
}

.yth-v2 .yth-new1 > .title span {
    display: inline-block;
    vertical-align: middle;
}

.yth-v2 .yth-new1 > .title .text {
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #ed8f35;
}

.yth-v2 .yth-new1 > .title .icon {
    width: 42px;
    height: 42px;
    background-image: url("../images/yth/notice-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.yth-v2 .yth-new1 .swiper-container {
    margin-left: 120px;
}

.yth-v2 .yth-new3bg {
    height: auto;
    padding-top: 60px;
    background-image: none;
}

.news-group {
    margin: -25px -22px;
    font-size: 0;
}

.news-group .cell {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.news-mode {
    margin: 25px 22px;
}

.news-mode .news-title {
    height: 54px;
    margin-top: 0;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.news-mode .news-title.t1 {
    background-image: url("../images/yth/news-title-1.png");
}

.news-mode .news-title.t2 {
    background-image: url("../images/yth/news-title-2.png");
}

.news-mode .news-title.t3 {
    background-image: url("../images/yth/news-title-3.png");
}

.news-mode .news-title.t4 {
    background-image: url("../images/yth/news-title-4.png");
}

.news-mode .news-body {
    padding: 12px 24px 16px;
    border: 2px solid #e63333;
    box-sizing: border-box;
}

.news-mode .news-bottom {
    padding-top: 10px;
    font-size: 14px;
    color: #e63333;
    text-align: right;
}

.news-mode .news-bottom .yth-more {
    font-size: 16px;
    color: #e63333;
}

.news-mode .news-list .news-row {
    margin-top: 16px;
    margin-bottom: 16px;
}

.news-mode .news-list .link {
    width: 100%;
    font-size: 0;
}

.news-mode .news-list .link span {
    display: inline-block;
    vertical-align: middle;
}

.news-mode .news-list .link .dot {
    width: 7px;
    height: 7px;
    margin-right: 10px;
    background-color: #f4b62e;
    border-radius: 50%;
}

.news-mode .news-list .link .text {
    width: calc(100% - 17px);
    font-size: 18px;
    color: black;
    line-height: 1.5;
}

.news-mode .news-list .link:hover .text {
    color: #e63333;
}

.yth-v2 .yth-new3-ad {
    border-radius: 32px;
    box-shadow: 0 0 8px rgba(145, 144, 143, 0.28);
    overflow: hidden;
}

.yth-v2 .yth-kegai {
    padding-top: 0;
}

.yth-headtitle {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.yth-headtitle > span {
    display: inline-block;
    margin: 0 16px;
    vertical-align: middle;
}

.yth-headtitle .arrow {
    width: 56px;
    height: 33px;
}

.yth-headtitle .arrow img {
    width: 100%;
    height: auto;
}

.yth-headtitle .title {
    font-size: 40px;
    color: black;
}

.yth-headtitle .append {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.yth-headtitle .append:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

.yth-headtitle .append .yth-more {
    display: inline-block;
    vertical-align: bottom;
}

.jcb-container {
    width: 1330px;
    margin-left: auto;
    margin-right: auto;
}

.jcb-headerbg {
    height: 352px;
    background-image: url(../images/jcb/headerbg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.jcb-headerbg .jcb-container {
    padding-top: 111px;
    height: 130px;
}

.jcb-nav-bg {
    height: 54px;
    background: #2eacf4;
}

.jacb-nav ul li {
    width: 16.6666666667%;
    float: left;
}

.jacb-nav ul li a {
    display: block;
    font-size: 18px;
    line-height: 54px;
    color: #fff;
    text-align: center;
}

.jacb-nav ul li a.cur, .jacb-nav ul li a:hover {
    background: linear-gradient(#00c0fa, #015eea);
}

.jcb-menu {
    margin-top: 48px;
}

.jcb-menu h3 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 52px;
    color: #336ae6;
}

.jcb-menu h3:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    height: 5px;
    content: '';
    background: #336ae6;
}

.jcb-menu a {
    margin-top: 35px;
    font-size: 14px;
    color: #afafaf;
}

.jcb-menu a:hover {
    color: #336ae6;
}

.jcb-idx1 {
    margin-top: 60px;
}

.jcb-idx1 > ul {
    margin: 0 -25px;
}

.jcb-idx1 > ul > li {
    width: 50%;
    float: left;
}

.jcb-idx1 .jcb-idx1-wrap {
    margin: 0 25px;
}

.jcb-idx1-wrap {
    position: relative;
    min-height: 326px;
    padding: 0 28px 10px;
    text-align: center;
    border: 1px solid #dadada;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.jcb-idx1-wrap h3 {
    position: relative;
    display: inline-block;
    margin-top: -13px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #336ae6;
}

.jcb-idx1-wrap h3:after {
    position: absolute;
    left: 3px;
    right: -3px;
    bottom: -4px;
    z-index: -1;
    height: 30px;
    content: '';
    background: rgba(21, 72, 161, 0.2);
}

.jcb-idx1-wrap ul {
    margin-top: 5px;
    text-align: left;
}

.jcb-idx1-wrap ul li {
    padding-top: 20px;
    padding-bottom: 16px;
    color: #000;
    border-bottom: 1px dotted #a7a7a7;
}

.jcb-idx1-wrap ul li:last-child {
    border-bottom: none;
}

.jcb-idx1-wrap h2 {
    font-size: 16px;
}

.jcb-idx1-wrap h2 a {
    color: #000;
}

.jcb-idx1-wrap h2 a:hover {
    color: #336ae6;
}

.jcb-idx1-wrap p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.jcb-idx1-wrap > a {
    position: absolute;
    right: 45px;
    bottom: -14px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 28px;
    color: #afafaf;
    background: #fff;
}

.jcb-idx1-wrap > a:hover {
    color: #336ae6;
}

.jcb-idx2 {
    margin-top: 60px;
}

.jcb-idx2 > ul {
    margin: 0 -25px;
}

.jcb-idx2 > ul > li {
    width: 50%;
    float: left;
}

.jcb-idx2-pic {
    width: 640px;
    height: 384px;
}

.jcb-idx2-pic .swiper-slide {
    position: relative;
}

.jcb-idx2-pic .swiper-slide a h2 {
    color: #fff;
}

.jcb-idx2-pic .swiper-slide h2 {
    position: absolute;
    bottom: 0;
    padding: 0 120px 0 15px;
    max-width: 80%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    background: rgba(68, 68, 68, 0.68);
}

.jcb-idx2-pic .swiper-pagination {
    bottom: 14px;
    text-align: right;
}

.jcb-idx2-pic .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 22px 4px 0;
}

.jcb-idx2-pic .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin: 22px 12px 0 4px;
}

.jcb-idx2-pic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.jcb-idx2-pic .swiper-pagination-bullet-active {
    width: 20px;
    background: #f6da83;
}

.jcb-idx2-txt {
    width: 640px;
    height: 384px;
}

.jcb-idx2-txt ul {
    margin-top: -18px;
}

.jcb-idx2-txt ul li {
    position: relative;
    margin-top: 18px;
    padding: 12px 12px 12px 122px;
    min-height: 90px;
    border: 1px solid #ccc;
}

.jcb-idx2-txt h2 {
    padding-top: 10px;
    font-size: 18px;
}

.jcb-idx2-txt h2 a {
    color: #000;
}

.jcb-idx2-txt h2 a:hover {
    color: #336ae6;
}

.jcb-idx2-txt p {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.jcb-time {
    position: absolute;
    left: 12px;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #1548a1;
    background: #eee;
}

.jcb-time h4 {
    padding-top: 19px;
    font-size: 20px;
}

.jcb-time h6 {
    margin-top: 8px;
    font-size: 24px;
}

.jcb-idx3 {
    margin-top: 40px;
    padding-bottom: 16px;
}

.jcb-idx3 .jcb-idx3-wrap {
    margin-top: 16px;
}

.jcb-idx3-wrap {
    position: relative;
    height: 90px;
    padding: 43px 104px 43px 330px;
    background: url(../images/jcb/jcb-idx3.png) no-repeat;
}

.jcb-idx3-wrap.jcb-idx3-wrap1 span {
    background: url(../images/jcb/jcb-idx3-title1.png);
}

.jcb-idx3-wrap.jcb-idx3-wrap1 > a {
    background: #bcd6f8;
}

.jcb-idx3-wrap.jcb-idx3-wrap2 span {
    background: url(../images/jcb/jcb-idx3-title2.png);
}

.jcb-idx3-wrap.jcb-idx3-wrap2 > a {
    background: #d7cffe;
}

.jcb-idx3-wrap span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 244px;
    height: 150px;
    margin-top: -75px;
    font-size: 30px;
    line-height: 150px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.jcb-idx3-wrap > a {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 68px;
    padding-left: 14px;
    margin-top: -34px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.jcb-idx3-wrap ul {
    margin: 0 -22px;
}

.jcb-idx3-wrap ul li {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.jcb-idx3-wrap .jcb-idx3box {
    margin: 0 22px;
}

.jcb-idx3-wrap .jcb-idx3box a {
    color: #444;
}

.jcb-idx3-wrap .jcb-idx3box a:hover {
    color: #336ae6;
}

.jcb-idx4 {
    margin: 56px 97px 0;
    padding-bottom: 26px;
}

.jcb-idx4 ul {
    margin: 0 -80px;
}

.jcb-idx4 ul li {
    width: 50%;
    float: left;
}

.jcb-idx4 .jcb-idx4-picbox {
    margin: 0 80px;
}

.jcb-idx4-picbox {
    position: relative;
    width: 488px;
    height: 360px;
    overflow: hidden;
    background: #f3f1f1;
    box-shadow: 0 27px 46px rgba(0, 0, 0, 0.19);
}

.jcb-idx4-picbox h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 16px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: rgba(68, 68, 68, 0.68);
}

.jcb-idx5-bg1 {
    background: url(../images/jcb/jcb-idx5-bg1.jpg);
}

.jcb-idx5-bg2 {
    background: url(../images/jcb/jcb-idx5-bg2.jpg);
}

.jcb-idx5-bg3 {
    background: url(../images/jcb/jcb-idx5-bg3.jpg);
}

.jcb-idx5-bg4 {
    background: url(../images/jcb/jcb-idx5-bg4.jpg);
}

.jcb-idx5-bg5 {
    background: url(../images/jcb/jcb-idx5-bg5.jpg);
}

.jcb-idx5-bg6 {
    background: url(../images/jcb/jcb-idx5-bg6.jpg);
}

.jcb-idx5-bg7 {
    background: url(../images/jcb/jcb-idx5-bg7.jpg);
}

.jcb-idx5-bg8 {
    background: url(../images/jcb/jcb-idx5-bg8.jpg);
}

.jcb-idx5-title {
    position: relative;
    width: 1330px;
    margin-top: 36px;
    font-size: 26px;
    color: #626262;
    text-align: center;
    overflow: hidden;
}

.jcb-idx5-title span {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.jcb-idx5-title span:after, .jcb-idx5-title span:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 665px;
    border-bottom: 2px dotted #e0e0e0;
}

.jcb-idx5-title span:after {
    left: -665px;
}

.jcb-idx5-title span:before {
    right: -665px;
}

.jcb-idx5-title a {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 12px;
    font-size: 14px;
    line-height: 26px;
    color: #afafaf;
    background: #fff;
}

.jcb-idx5-title a:hover {
    color: #336ae6;
}

.jcb-idx5-main1 {
    margin-top: 36px;
    padding-bottom: 28px;
}

.jcb-idx5-main1 .jcb-idx5-article {
    width: 838px;
    height: 210px;
    padding: 34px 60px;
}

.jcb-idx5-main1txt {
    width: 338px;
}

.jcb-idx5-main1txt ul {
    margin-top: -20px;
}

.jcb-idx5-main1txt ul li {
    margin-top: 20px;
}

.jcb-idx5-main1txt ul li a {
    height: 80px;
    display: block;
    font-size: 24px;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.jcb-idx5-main2 {
    margin-top: 40px;
}

.jcb-idx5-article {
    padding: 25px 60px;
    font-size: 18px;
    line-height: 42px;
    color: #1548a1;
    border: 1px solid #9c9b9b;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.jcb-idx5-article p {
    text-indent: 2em;
}

.jcb-idx5-main3 {
    margin-top: 30px;
    padding-bottom: 100px;
}

.jcb-idx5-main3 ul li {
    width: 230px;
    float: left;
    margin-right: 45px;
}

.jcb-idx5-main3 ul li:last-child {
    margin-right: 0;
}

.jcb-idx5box {
    width: 230px;
    height: 64px;
    padding: 20px 0;
    display: block;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.jcb-idx5box:hover {
    color: #fff;
}

.jcb-idx5box.jcb-idx5-bg4 {
    box-shadow: 0 8px 15px rgba(156, 47, 205, 0.31);
}

.jcb-idx5box.jcb-idx5-bg5 {
    box-shadow: 0 8px 15px rgba(61, 71, 226, 0.31);
}

.jcb-idx5box.jcb-idx5-bg6 {
    box-shadow: 0 8px 15px rgba(212, 84, 32, 0.31);
}

.jcb-idx5box.jcb-idx5-bg7 {
    box-shadow: 0 8px 15px rgba(23, 113, 187, 0.31);
}

.jcb-idx5box.jcb-idx5-bg8 {
    box-shadow: 0 8px 15px rgba(23, 113, 187, 0.31);
}

.jcb-footerbg {
    padding: 30px 0;
    background: #343434;
}

.jcb-footerbg .jcb-container {
    font-size: 14px;
    line-height: 28px;
    color: #fefefe;
    text-align: center;
}

.jcb-footerbg .jcb-container span {
    margin: 0 10px;
}

.jcb-sub {
    margin-top: 30px;
    margin-bottom: 40px;
}

.jcb-sub .sub-rm h3 {
    color: #336ae6;
    border-bottom: 1px solid #336ae6;
}

.jcb-sub .sub-rm .sub-rma:hover {
    color: #336ae6;
}

.jcb-left {
    width: 240px;
    padding-bottom: 200px;
    background-image: url(../images/sub-peoplebg.jpg);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

.jcb-left ul li {
    font-size: 14px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.jcb-left ul li a {
    padding: 0 30px;
    display: block;
}

.jcb-left ul li a:hover {
    color: #336ae6;
}

.jcb-left ul li a.cur {
    color: #fff;
    font-weight: bold;
    background: #336ae6;
}

.jcb-right {
    width: 1066px;
}

.jcb-right .add-newLi a:hover {
    color: #336ae6;
}

.jcb-right .add-newLi a:hover i {
    background: #336ae6;
}

.jcb-right .pagin .pagin-link:hover {
    color: #336ae6;
    border-color: #336ae6;
}

.jcb-right .pagin .pagin-link.pagin-cur {
    color: #fff;
    background: #336ae6;
    border-color: #336ae6;
}

.jcb-right .pagin .pagin-jump-focus {
    border-color: #336ae6;
    background: #336ae6;
}

.jcb-right .pagin .pagin-input {
    color: #336ae6;
}

.course-box {
    position: relative;
}

.course-box .course-lab {
    position: absolute;
    top: 4px;
    left: -4px;
    z-index: 2;
}

.course-box .pic {
    padding-bottom: 71.9424460432%;
    padding-bottom: 71.9424460432%;
    padding-bottom: 71.9424460432%;
}

.course-box .pic img {
    object-fit: fill;
}

.course-box .pic img {
    object-fit: contain;
}

.course-box .pic img {
    object-fit: cover;
}

.course-box .pic-mask {
    z-index: 1;
}

.course-box .txt h2 {
    margin-top: 4px;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
}

.course-box .txt h4 {
    margin-top: 8px;
    font-size: 14px;
    color: #797979;
}

.ell, .course-lab span, .course-box .txt h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-lab {
    position: relative;
    padding: 0 8px;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.course-lab::after {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0;
    content: '';
    border-left: 4px solid transparent;
}

.course-lab span {
    display: block;
    max-width: 120px;
}

.course-lab {
    background: linear-gradient(90deg, #ce1c31 0, #ff542f 100%), linear-gradient(90deg, #ff882f 0, #ffa42f 100%);
}

.course-lab::after {
    border-top: 4px solid #7c2b2b;
}

.pic {
    position: relative;
}

.pic-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.pic-mask i {
    font-size: 64px;
    color: #fff;
}

.jcb-idx2-pic {
    width: 640px;
    height: 384px;
}

.jcb-idx2-pic .swiper-slide {
    position: relative;
}

.jcb-idx2-pic .swiper-slide a h2 {
    color: #fff;
}

.jcb-idx2-pic .swiper-slide h2 {
    position: absolute;
    bottom: 0;
    padding: 0 120px 0 15px;
    max-width: 80%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    background: rgba(68, 68, 68, 0.68);
}

.jcb-idx2-pic .swiper-pagination {
    bottom: 14px;
    text-align: right;
}

.jcb-idx2-pic .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 22px 4px 0;
}

.jcb-idx2-pic .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin: 22px 12px 0 4px;
}

.jcb-idx2-pic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.jcb-idx2-pic .swiper-pagination-bullet-active {
    width: 20px;
    background: #f6da83;
}

.sub-online {
    margin-top: 20px;
}

.sub-online > ul {
    width: 100%;
    margin: -20px -10px 0;
}

.sub-online > ul > li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.sub-online .course-box {
    margin: 0 10px;
    background-color: #fff;
    border-radius: 8px;
}

.sub-online .course-box .pic {
    border-radius: 8px 8px 0 0;
}

.sub-online .course-box .txt {
    padding: 0 12px 16px;
}

.sub-online .course-box .txt h2 {
    margin-bottom: 12px;
}

.sub-online .course-box .txt h4 {
    margin-top: 8px;
}

.idx-online {
    padding: 20px 0;
    height: 700px
}

.idx-online > ul {
    margin: -20px 10px 0;
}

.idx-online > ul > li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.idx-online .course-box {
    margin: 0 10px;
}

.pt80 {
    padding-top: 110px;
}

.c-textlink {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}