@charset "UTF-8";
.container1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 1px 1px #dad9d9;
}

.fixnav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 1px #dad9d9;
    z-index: 999;
}

.section {
    padding: 60px 0;
}

.section b {
    font-size: 20px;
    color: #f54f23;
}

.section em {
    font-size: 20px;
    font-style: normal;
    color: #f54f23;
}

.section .section-title,
.section .section-small-title {
    margin-bottom: 30px;
    font-size: 34px;
    text-align: center;
    color: #333436;
}

.section .section-title em,
.section .section-title b,
.section .section-small-title em,
.section .section-small-title b {
    font-size: 34px;
}

.section .section-small-title {
    font-size: 21px;
}

.section .section-title+.section-describe {
    margin-top: -10px;
}

.section .section-title+.section-small-title {
    margin-top: -20px;
}

.section .section-describe {
    margin-bottom: 50px;
    font-size: 16px;
    text-align: center;
    color: #777;
}

.section .section-describe em,
.section .section-describe b {
    font-size: 16px;
}

.section .section-btn {
    margin-top: 50px;
    text-align: center;
}

.section .section-line {
    width: 55px;
    height: 1px;
    margin: 15px auto;
    background-color: red;
}

.section .section-item {
    position: relative;
    background-color: #fff;
}

.section .section-item:hover .section-hover {
    display: flex;
}

.section .section-item .section-cover {
    display: block;
}

.section .section-item .section-txt {
    padding: 10px;
    font-size: 16px;
    color: #333;
}

.section .section-item .section-txt h3 {
    margin-bottom: 10px;
    font-weight: normal;
}

.section .section-item .section-txt p {
    color: gray;
}

.section .section-item .section-txt.section-abs {
    position: absolute;
    width: 100%;
    bottom: 0px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.section .section-item .section-txt.section-abs p {
    color: #fff;
}

.section .section-item .section-hover {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0;
    top: 0px;
    padding: 15px;
    margin: auto;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.section-bg-white {
    background-color: #fff;
}

.section-nav-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.section-nav-tab .section-nav-item {
    color: #4b4b4b;
    background: #8c8c8c;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
    text-align: center;
    font-size: 24px;
    border-radius: 4px;
    cursor: pointer;
}

.section-nav-tab .section-nav-item.section-nav-active {
    color: #fff;
    background: #f64f23;
}

.section-tab-list .section-tab-col {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-tab-list .section-tab-col:first-child {
    display: flex;
}

.section-form {
    padding: 78px 0px;
    background-color: #27242b;
    text-align: center;
    line-height: 1;
}

.section-form .section-form-title {
    font-size: 38px;
    margin-bottom: 30px;
    color: #fff;
}

.section-form .section-form-txt {
    margin-bottom: 30px;
    font-size: 24px;
    color: #959396;
}

.section-form .section-form-txt em {
    font-style: normal;
    color: #f64f23;
}

.section-form .section-form-row {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
}

.section-form .section-form-row .form-group {
    margin: 0 13px;
}

.silkroad-hover-detail {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.silkroad-hover-detail h3 {
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: normal;
}

.silkroad-hover-detail .silkroad-hover-intro p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.pageh {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.dissy {
    display: inline-block;
    margin-right: 6px;
    border-radius: 3px;
    width: 50px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #ddd;
    box-sizing: content-box;
    text-align: center;
    color: #999;
    cursor: pointer;
}

.dissy:hover {
    display: inline-block;
    margin-right: 6px;
    border-radius: 3px;
    width: 50px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #f64f23;
    background-color: #f64f23;
    box-sizing: content-box;
    text-align: center;
    cursor: pointer;
}

.dissy:hover a {
    color: #fff;
}

.dismap {
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
}

li {
    list-style-type: none;
}

.bottom-tanbox {
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    background-color: #f64f23;
    opacity: 1;
    color: #fff;
    z-index: 1;
}

.bottom-intanbox {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60px;
}

.bottom-title {
    line-height: 60px;
    margin: 0px 30px 0 0px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.form-controll {
    width: 160px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #d4d1d0;
    background-color: white;
    margin: 14px 14px 0 0;
}

.bbtn {
    font-weight: bold;
    background: #fcc800;
    height: 35px;
    margin-top: 10px;
    color: #333;
    line-height: 11px;
}

.bbtn:hover {
    font-weight: bold;
    background: #ffdf62;
    height: 35px;
    margin-top: 10px;
    color: #333;
    line-height: 11px;
}

.form_select11 {
    height: 30px;
    margin: 14px 14px 0 0;
    border: 0;
    border: 1px solid #d4d1d0;
    background-color: white;
    appearance: none;
    -moz-appearance: none;
    background-size: 12px;
    padding: 0 17px;
}

.close::before {
    content: "\2716";
}

.bottom-close {
    margin-left: 40px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e43e13;
}

.silkroad-boutique .silkroad-boutique-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}

.silkroad-boutique .silkroad-boutique-nav .silkroad-boutique-tab {
    width: 100px;
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
    color: #8c8c8c;
    text-align: center;
    background-color: #fff;
    border: 1px solid #8c8c8c;
    cursor: pointer;
}

.silkroad-boutique .silkroad-boutique-nav .silkroad-boutique-tab:last-child {
    margin-right: 0px;
}

.silkroad-boutique .silkroad-boutique-nav .silkroad-boutique-tab.silkroad-boutique-tab-active {
    background-color: #f64f23;
    border-color: #f64f23;
    color: #fff;
}

.silkroad-boutique .silkroad-boutique-list {
    display: none;
}

.silkroad-boutique .silkroad-boutique-list:first-child {
    display: flex;
}

.silkroad-boutique .silkroad-boutique-list .silkroad-boutique-item {
    width: 200px;
    transition: all 0.4s ease-out;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.silkroad-boutique .silkroad-boutique-list .silkroad-boutique-item .silkroad-boutique-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.silkroad-boutique .silkroad-boutique-list .silkroad-boutique-item .silkroad-boutique-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-out;
}

.silkroad-boutique .silkroad-boutique-list .silkroad-boutique-item .silkroad-boutique-img img {
    display: block;
    height: 100%;
}

.silkroad-boutique .silkroad-boutique-list .silkroad-boutique-item p {
    padding: 18px 14px;
}

.silkroad-boutique .silkroad-boutique-list .silkroad-boutique-item.silkroad-boutique-active {
    width: 400px;
    box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.3);
}

.silkroad-boutique .silkroad-boutique-list .silkroad-boutique-item.silkroad-boutique-active .silkroad-boutique-img:after {
    background-color: rgba(0, 0, 0, 0);
}

.silkroad-boutique .silkroad-boutique-list .silkroad-boutique-item.silkroad-boutique-active .silkroad-boutique-img img {
    width: 100%;
}

.actual-combat-lecturer .actual-combat-list {
    display: flex;
    flex-wrap: wrap;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: #f5f5f5;
    overflow: hidden;
    cursor: pointer;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item:hover .actual-combat-detail {
    display: block;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item:nth-child(6n) {
    margin-right: 0px;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item .actual-combat-img {
    display: block;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item h3 {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item p {
    font-size: 16px;
    color: #959595;
    padding-bottom: 10px;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item .actual-combat-detail {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 8px;
    background-color: #f64f23;
    color: #fff;
    font-size: 16px;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item .actual-combat-detail .actual-combat-outline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ffc3a3;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item .actual-combat-detail .actual-combat-desc {
    text-align: center;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item .actual-combat-detail .actual-combat-line {
    margin: 24px auto;
    width: 1px;
    height: 18px;
    background-color: #ff855e;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item .actual-combat-detail .actual-combat-experience {
    text-align: center;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item .actual-combat-detail .actual-combat-experience dl dt {
    font-size: 20px;
}

.actual-combat-lecturer .actual-combat-list .actual-combat-item .actual-combat-detail .actual-combat-experience dl dd {
    font-size: 14px;
    color: #ffc3a3;
}

.rigorous-selection-item.strength-media {
    position: relative;
}

.section-play-area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 270px;
    background-color: rgba(0, 0, 0, 0.2);
}

.section-play-area:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.section-play-area .section-play-icon {
    height: 48px;
    width: 48px;
    background-image: url(/home/images/yxguihua/xcp/playBtn.png);
    cursor: pointer;
}

.silkroad-works .silkroad-works-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.silkroad-works .silkroad-works-nav .silkroad-works-tab {
    padding-right: 25px;
    margin-right: 25px;
    color: #8c8c8c;
    border-right: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
}

.silkroad-works .silkroad-works-nav .silkroad-works-tab:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

.silkroad-works .silkroad-works-nav .silkroad-works-tab.silkroad-works-tab-active {
    color: #f64f23;
}

.silkroad-works .silkroad-works-list {
    display: none;
    flex-wrap: wrap;
}

.silkroad-works .silkroad-works-list:first-child {
    display: flex;
}

.silkroad-works .silkroad-works-list .silkroad-works-item {
    width: 585px;
    height: 270px;
    margin: 5px 5px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.silkroad-works .silkroad-works-list .silkroad-works-item:nth-child(3n) {
    margin-right: 0px;
}

.silkroad-works .silkroad-works-list .silkroad-works-item .silkroad-works-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.silkroad-works .silkroad-works-list .silkroad-works-item .silkroad-works-img:hover img {
    transform: scale(1.2);
}

.silkroad-works .silkroad-works-list .silkroad-works-item .silkroad-works-img img {
    display: block;
    transition: 0.3s ease-in-out;
}

.hard-power .hard-power-list {
    display: flex;
    flex-wrap: wrap;
}

.hard-power .hard-power-list .hard-power-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.hard-power .hard-power-list .hard-power-item .hard-power-txt {
    position: absolute;
    width: 195px;
    height: 212px;
    background-color: #f64f23;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    letter-spacing: 12px;
}

.hard-power .hard-power-list .hard-power-item:first-child {
    width: 388px;
}

.hard-power .hard-power-list .hard-power-item:first-child .hard-power-txt {
    top: 0;
    right: 0;
}

.hard-power .hard-power-list .hard-power-item:nth-child(2) {
    width: 422px;
}

.hard-power .hard-power-list .hard-power-item:nth-child(3) {
    width: 389px;
}

.hard-power .hard-power-list .hard-power-item:nth-child(3) img:nth-of-type(2) {
    position: absolute;
    right: 0;
}

.hard-power .hard-power-list .hard-power-item:nth-child(3) .hard-power-txt {
    left: 0;
}

.hard-power .hard-power-list .hard-power-item .hard-power-img {
    position: relative;
}

.hard-power .hard-power-list .hard-power-item .hard-power-img img {
    display: block;
}

.hard-power .hard-power-list .hard-power-item h3 {
    font-size: 18px;
    color: #333;
}

.hard-power .hard-power-list .hard-power-item p {
    font-size: 16px;
    color: #959595;
}

.understand-us {
    display: flex;
}

.understand-us .understand-us-works {
    width: 580px;
}

.understand-us .understand-us-works .understand-works-title {
    display: flex;
    color: #f64f23;
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 23px;
}

.understand-us .understand-us-works .understand-works-title .understand-link {
    margin-left: auto;
    font-size: 14px;
}

.understand-us .understand-us-works .understand-works-detail {
    color: #8c8c8c;
    font-size: 16px;
}

.understand-us .understand-us-info {
    flex: 1;
    overflow: hidden;
}

.understand-us .understand-us-info .understand-info-more {
    display: block;
    padding-right: 20px;
    text-align: right;
    color: #f64f23;
}

.understand-us .understand-us-info .understand-info-list {
    display: flex;
    margin-left: 20px;
    line-height: 1;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.understand-us .understand-us-info .understand-info-list:hover {
    background-color: #f64f23;
    color: #fff;
}

.understand-us .understand-us-info .understand-info-list:hover .understand-info-serialnumber,
.understand-us .understand-us-info .understand-info-list:hover .understand-info-content .understand-info-btm {
    color: #ff9376;
}

.understand-us .understand-us-info .understand-info-list .understand-info-serialnumber {
    margin-right: 20px;
    font-size: 50px;
    color: #8c8c8c;
    text-align: center;
    font-weight: lighter;
}

.understand-us .understand-us-info .understand-info-list .understand-info-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.understand-us .understand-us-info .understand-info-list .understand-info-content .understand-info-tp {
    display: flex;
}

.understand-us .understand-us-info .understand-info-list .understand-info-content .understand-info-tp .understand-info-title {
    font-size: 20px;
}

.understand-us .understand-us-info .understand-info-list .understand-info-content .understand-info-tp .understand-info-datetime {
    margin-left: auto;
    font-size: 14px;
}

.understand-us .understand-us-info .understand-info-list .understand-info-content .understand-info-btm {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8c8c8c;
}

.silkroad-cooperative-enterprise .silkroad-cooperative-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}

.silkroad-cooperative-enterprise .silkroad-cooperative-nav .silkroad-cooperative-tab {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    color: #8c8c8c;
    text-align: center;
    background-color: #fff;
    border: 1px solid #8c8c8c;
    cursor: pointer;
}

.silkroad-cooperative-enterprise .silkroad-cooperative-nav .silkroad-cooperative-tab:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.silkroad-cooperative-enterprise .silkroad-cooperative-nav .silkroad-cooperative-tab.silkroad-cooperative-tab-active {
    background-color: #f64f23;
    border-color: #f64f23;
    color: #fff;
}

.silkroad-cooperative-enterprise .silkroad-cooperative-content .silkroad-cooperative-list {
    display: none;
}

.silkroad-cooperative-enterprise .silkroad-cooperative-content .silkroad-cooperative-list:first-child {
    display: block;
}

.section-form {
    background: url(/static/images/index/foot-bj.jpg) no-repeat center;
}

.section-form .btn {
    width: 626px;
}


/*# sourceMappingURL=index.css.map */