/**!
* [pagename]
* date: 2020-05-day
* author: [wangkai];
*/

.main {
    padding-top: 22px;
    background: url('/Template/special/jyta/css/../images/main_bg.png') repeat;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 10px 0px rgba(238, 238, 238, 1);
}

.model-half {
    float: left;
    width: 50%;
}

.model-half.left {
    padding: 0 15px 0 20px;
}

.model-half.right {
    padding: 0 20px 0 15px;
}

.floor1 {
    height: 304px;
}

/* ??¨C?¡ë?pad????????? */

@media (max-width: 979px) {
    .model-half.floor1 {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        padding: 0;
        height: auto;
    }
}

/* ?¡ë??????? */

@media (max-width: 767px) {
    .main {
        padding-top: 12px;
    }
}

/* ?¡­??¡­¡À???¨¦?? */

.com-hd {
    position: relative;
    height: 56px;
    line-height: 56px;
    -ms-line-height:
}

.com-hd::before {
    position: absolute;
    content: "";
    top: 28px;
    display: block;
    height: 1px;
    border-bottom: 1px dashed #e2303c;
}

.com-hd.icon1::before {
    left: 245px;
    right: 174px;
}

.com-hd.icon2::before {
    left: 140px;
    right: 174px;
}

.com-tt {
    position: relative;
    float: left;
    padding: 0 13px 0 17px;
    font-size: 26px;
    color: #333;
}

.com-tt::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -13px;
    width: 8px;
    height: 27px;
    border-radius: 4px;
    background: #ec4239;
    background: linear-gradient(to bottom, #e3323b, #fb6032);
    background: -webkit-linear-gradient(top, #e3323b, #fb6032);
    background: -o-linear-gradient(bottom, #e3323b, #fb6032);
    background: -moz-linear-gradient(top, #e3323b, #fb6032);
}

.com-tt::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d11a2d;
}

.tab-box {
    float: right;
    margin-top: 13px;
    height: 29px;
    line-height: 27px;
    border: 1px solid #e6373b;
}

.tab-name {
    float: left;
    padding: 0 25px;
    height: 27px;
    line-height: 26px;
    font-size: 16px;
    color: #fa5d33;
}

.tab-name.active {
    color: #fff;
    background: #e6373b;
    background: linear-gradient(to right, #e6373b, #fc6132);
    background: -webkit-linear-gradient(left, #e6373b, #fc6132);
    background: -o-linear-gradient(right, #e6373b, #fc6132);
    background: -moz-linear-gradient(left, #e6373b, #fc6132);
}

.column {
    margin: 0 15px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    overflow: hidden;
}

.column-tt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    color: #333;
}

.column-tt::before,
.column-tt::after {
    position: absolute;
    content: "";
    top: 18px;
    width: 520px;
    height: 7px;
    background-repeat: no-repeat;
}

.column-tt::before {
    left: -534px;
    background-image: url('/Template/special/jyta/css/../images/column_l.png');
}

.column-tt::after {
    right: -534px;
    background-image: url('/Template/special/jyta/css/../images/column_r.png');
}

/* ??¨C?¡ë?pad????????? */

@media (max-width: 979px) {
    .column {
        margin: 10px 0 0 0;
    }
}

/* ?¡ë??????? */

@media (max-width: 767px) {
    .com-hd {
        height: auto;
    }

    .com-hd::before {
        display: none;
    }

    .com-tt {
        font-size: 20px;
    }

    .com-tt::before {
        height: 22px;
        margin-top: -11px;
    }

    .tab-box {
        margin-top: 0;
        width: 100%;
    }

    .tab-name {
        width: 50%;
        text-align: center;
    }
}

/* ????????¡ª¨¨?¡§ */

.info-list {
    margin-top: 10px;
    height: 210px;
    overflow: hidden;
}

.list-node {
    padding-left: 22px;
    height: 42px;
    line-height: 42px;
    background: url('/Template/special/jyta/css/../images/list_ico.png') left center no-repeat;
    overflow: hidden;
}

.list-date {
    float: right;
    width: 86px;
    text-align: right;
    font-size: 15px;
    color: #999;
}

.list-name {
    display: block;
    margin-right: 86px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-node:hover .list-name,
.list-node:hover .list-date,
.list-node.accfocus .list-name,
.list-node.accfocus .list-date {
    color: #d11a2d;
}

/* ??¨C?¡ë?pad????????? */

@media (max-width: 1199px) {
    .info-list {
        height: 245px;
    }
}

/* ?¡ë??????? */

@media (max-width: 767px) {
    .list-node {
        padding-left: 12px;
    }

    .list-name,
    .list-date {
        font-size: 14px;
    }
}

/* ?¡¤??????¡§?€? */

.work-wrap {
    height: 600px;
    margin: 0 15px;
}

.work-tab {
    float: left;
    width: 22%;
    padding-top: 32px;
}

.work-node {
    position: relative;
    margin-top: 20px;
    height: 86px;
    border: 1px solid #e3323b;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(251, 228, 223, 1);
}

.work-node:first-child {
    margin-top: 0;
}

.work-node::before {
    position: absolute;
    content: "";
    right: -22px;
    top: 50%;
    display: none;
    margin-top: -19px;
    width: 24px;
    height: 38px;
    background: url('/Template/special/jyta/css/../images/tab_arr.png') no-repeat;
}

.work-name {
    display: block;
    height: 84px;
    line-height: 83px;
    padding-left: 84px;
    font-size: 22px;
    color: #e83f3f;
    background-repeat: no-repeat;
    background-position: 36px center;
}

.work-name.icon1 {
    background-image: url('/Template/special/jyta/css/../images/work_icon1.png');
}

.work-name.icon2 {
    background-image: url('/Template/special/jyta/css/../images/work_icon2.png');
}

.work-name.icon3 {
    background-image: url('/Template/special/jyta/css/../images/work_icon3.png');
}

.work-name.icon4 {
    background-image: url('/Template/special/jyta/css/../images/work_icon4.png');
}

.work-node.active {
    border: 0;
    background: url('/Template/special/jyta/css/../images/work_tab_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.work-node.active::before {
    display: block;
}

.work-node.active .work-name {
    color: #fff;
}

.work-node.active .work-name.icon1 {
    background-image: url('/Template/special/jyta/css/../images/work_icon1_h.png');
}

.work-node.active .work-name.icon2 {
    background-image: url('/Template/special/jyta/css/../images/work_icon2_h.png');
}

.work-node.active .work-name.icon3 {
    background-image: url('/Template/special/jyta/css/../images/work_icon3_h.png');
}

.work-node.active .work-name.icon4 {
    background-image: url('/Template/special/jyta/css/../images/work_icon4_h.png');
}

.work-content {
    float: left;
    width: 78%;
    padding: 14px 0 0 30px;
}

.work-list {
    float: left;
    width: 50%;
    vertical-align: top;
}

.work-item {
    display: block;
    margin: 18px 0 0 19px;
    height: 123px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(238, 238, 238, 1);
    overflow: hidden;
}

.work-date {
    float: left;
    padding-top: 23px;
    text-align: center;
    width: 26%;
    background-color: #ffece6;
    height: 100%;
    background-color: #ffece6;
    color: #fd6232;
}

.work-date>span {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.work-date>span:first-child {
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    font-weight: bold;
}

.work-info {
    float: left;
    width: 74%;
    padding: 8px 16px 0 16px;
}

.titleh3 {
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.work-info>p {
    height: 52px;
    line-height: 26px;
    color: #999;
    overflow: hidden;
}

.work-item:hover,.work-item.accfocus{
    background-color: rgba(255, 236, 230, 0.8);
}

.work-item:hover .work-date,.work-item.accfocus .work-date {
    color: #fff;
    background: #ed6c6e;
    background: linear-gradient(to right, #ed6c6e, #fd8a67);
    background: -webkit-linear-gradient(left, #ed6c6e, #fd8a67);
    background: -o-linear-gradient(right, #ed6c6e, #fd8a67);
    background: -moz-linear-gradient(left, #ed6c6e, #fd8a67);
}

/* ??¨C?¡ë?pad????????? */

@media (max-width: 979px) {
    .work-wrap {
        height: auto;
        margin: 0;
    }

    .work-tab,
    .work-content {
        float: left;
        width: 100%;
    }

    .work-node.active::before {
        display: none;
    }

    .work-tab {
        margin-top: 20px;
        padding-top: 0;
        padding-left: 4px;
    }

    .work-node {
        float: left;
        margin-top: 0;
        margin-left: -1px;
        width: 25%;
        height: 50px;
        border-radius: 0;
    }

    .work-node.active {
        background: #e6373b;
        background: linear-gradient(to right, #e6373b, #fc6132);
        background: -webkit-linear-gradient(left, #e6373b, #fc6132);
        background: -o-linear-gradient(right, #e6373b, #fc6132);
        background: -moz-linear-gradient(left, #e6373b, #fc6132);
    }

    .work-content ul {
        margin-left: -12px;
        padding-bottom: 10px;
    }

    .work-item {
        margin: 12px 0 0 12px;
    }

    .work-name {
        padding-left: 0;
        text-align: center;
        height: 48px;
        line-height: 48px;
        background: none !important;
        font-size: 18px;
    }

    .work-content {
        padding: 0;
    }
}

/* ??¨C?¡ë?pad????????? */

@media (max-width: 767px) {
    .work-node {
        width: 50%;
    }

    .work-node:nth-child(3),
    .work-node:nth-child(4) {
        border-top: 0;
    }

    .work-name {
        font-size: 16px;
    }

    .work-list {
        width: 100%;
    }

    .work-date>span {
        font-size: 14px;
    }

    .work-date>span:first-child {
        font-size: 20px;
    }

    .titleh3 {
        font-size: 16px;
    }
}

.guide {
    padding-bottom: 33px;
}

.guide-node {
    float: left;
    padding-top: 22px;
    width: 33.3333333333333%;
    vertical-align: top;
}

.guide-box {
    position: relative;
    padding-top: 42px;
    margin: 0 15px;
    height: 392px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(238, 238, 238, 1);
}

.guide-hd {
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -116px;
    width: 233px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: url('/Template/special/jyta/css/../images/guide_hd_bg.png') no-repeat;
}

.guide-tt {
    display: inline-block;
    vertical-align: top;
    padding-left: 34px;
    font-size: 20px;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
}

.guide-tt.icon1 {
    background-image: url('/Template/special/jyta/css/../images/guide_icon1.png');
}

.guide-tt.icon2 {
    background-image: url('/Template/special/jyta/css/../images/guide_icon2.png');
}

.guide-tt.icon3 {
    background-image: url('/Template/special/jyta/css/../images/guide_icon3.png');
}

.guide-list {
    padding: 0 13px;
}

.guide-item {
    border-top: 1px dashed #ddd;
    vertical-align: top;
}

.guide-item:first-child {
    border-top: 0;
}

.guide-item>a {
    display: block;
    padding-top: 9px;
    height: 68px;
}

.guide-item h3,
.guide-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.guide-item h3 {
    height: 27px;
    line-height: 27px;
    color: #333;
    font-size: 16px;
}

.guide-item p {
    height: 22px;
    line-height: 22px;
    color: #999;
    font-size: 15px;
}

.guide-item:hover h3,
.guide-item:hover p,
.guide-item.accfocus h3,
.guide-item.accfocus p {
    color: #d11a2d;
}

/* ??¨C?¡ë?pad????????? */

@media (max-width: 979px) {
    .guide {
        margin: 20px -12px 0 -12px;
        padding-bottom: 20px;
    }

    .guide-box {
        margin: 0 12px;
    }

    .guide-hd {
        margin-left: -100px;
        width: 200px;
        background-size: 100% 100%;
    }

    .guide-tt {
        font-size: 16px;
    }
}

/* ?¡ë??????? */

@media (max-width: 767px) {
    .guide-node {
        margin-top: 20px;
        width: 100%;
    }

    .guide-node:first-child {
        margin-top: 0;
    }
}

/* ??¡°¨¦????¡°??? */

.special {
    padding: 36px 0;
    overflow: hidden;
}

.special ul {
    margin: 0 -5px;
}

.special-node {
    float: left;
    width: 33.33333333333333333333%;
    vertical-align: top;
}

.special-item {
    display: block;
    margin: 0 20px;
    height: 190px;
    box-shadow: 0px 0px 10px 0px rgba(200, 198, 198, 1);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.special-item:hover,.special-item.accfocus {
    transform: translate(0, -19px);
}

.special-item>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/* 1200???¨¨?¡§????????? */

@media (max-width: 1199px) {
    .special ul {
        margin: 0;
    }

    .special-item {
        margin: 0 15px;
        height: 156px;
    }
}

/* ??¨C?¡ë?pad????????? */

@media (max-width: 979px) {
    .special-item {
        height: 114px;
    }
}

/* ?¡ë??????? */

@media (max-width: 767px) {
    .special {
        padding: 20px 0;
    }

    .special-node {
        margin-top: 20px;
        width: 100%;
    }

    .special-node:first-child {
        margin-top: 0;
    }

    .special-item {
        height: auto;
    }
    .special-item:hover {
        transform: translate(0, 0);
    }
}

/* ???????¡­???¡ª??¡¤ */

.sidebar {
    position: fixed;
    top: 50%;
    right: 16px;
    margin-top: -60px;
    padding: 18px 16px 0 16px;
    width: 190px;
    height: 230px;
    background: #feece6;
    background: linear-gradient(to bottom, #feece6, #feece6);
    background: -webkit-linear-gradient(top, #feece6, #feece6);
    background: -o-linear-gradient(bottom, #feece6, #feece6);
    background: -moz-linear-gradient(top, #feece6, #feece6);
    box-shadow:0px 0px 10px 0px rgba(221,221,221,1);
}

.code-box {
    width: 158px;
    height: 158px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow:0px 0px 21px 0px rgba(238,238,238,1);
}

.code-box>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.code-name {
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
}

/* ?¡ë??????? */

@media (max-width: 767px) {
    .sidebar {
        display: none;
    }
}

/* ÊÐ½¨ÒéÌá°¸°ìÀíÇé¿ö¡¢°ìÀí¹«¿ª */
/* body.useOldFixed .tab-box .tab-name {
    line-height: 72px;
    min-height: 72px;
} */

body.useOldFixed .list-date {
    width: 210px;
}

body.useOldFixed .info-list {
    height: auto;
}


/* °ìÀí¹¤×÷tab */
body.useOldFixed .work-wrap{
    height: auto;
}

body.useOldFixed .work-content {
    padding-left: 0;
}

body.useOldFixed .work-tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    float: unset;
}

body.useOldFixed .work-node{
    min-width: 300px;
    padding-right: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
body.useOldFixed .work-node .work-name {
    line-height: 84px;
    min-height: 84px;
}

body.useOldFixed .work-node.active {
    height: 84px;
    margin-bottom: 0;
    box-shadow: 0px 0px 20px 0px rgba(251, 228, 223, 1);
}
body.useOldFixed .work-node.active.work-node::before{
    content: none;
}

/* °ìÀí¹¤×÷hdl */

body.useOldFixed .work-list {
    padding: 0 20px;
}

body.useOldFixed .work-content .work-list .work-item {
    box-shadow: 0px 0px 6px 6px rgba(238, 238, 238, 0.5);
}

body.useOldFixed .work-content .work-item {
    display: flex;
    margin: 10px 0 10px 0px;
}

body.useOldFixed .work-date{
    padding-top: 0;
}

body.useOldFixed .work-content .work-date > span:first-child,
body.useOldFixed .work-content .work-date > span:nth-child(2) {
    line-height: 61px;
    min-height: 61px;
}

body.useOldFixed .work-content .work-list .work-info {
    padding-top: 0;
}

body.useOldFixed .work-content .work-list .work-info .titleh3 {
    line-height: 72px;
    min-height: 72px;
}

body.useOldFixed .work-content .work-list .work-info>p{
    height: 48px;
    line-height: 48px;
    min-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Ïà¹Ø·¨ÂÉ¡¢±í¸ñÏÂÔØ¡¢°ìÀíÎÊÌâ */
body.useOldFixed .guide-node {
    margin-top: 30px;
}

body.useOldFixed .guide .guide-hd {
    /* z-index: 9999; */
    left: 50%;
    transform: translateX(-50%);
    min-width: 233px !important;!i;!;
    width: auto;
    height: 72px;
    padding: 0 30px;
    margin: 0;
    background-size: 100% 100%;
}

body.useOldFixed .guide-tt {
    height: 72px;
}

body.useOldFixed .guide-node .guide-box{
    min-height: 392px;
    margin-bottom: 20px;
    height: auto;
}

body.useOldFixed .guide-node .guide-list{
    padding-bottom: 20px;
}
