@charset "UTF-8";
/* @import url(dongjianghao.css); */
html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

a, button, input {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

button, input {
    border: none;
    background: none;
}

body, h1, h2, h3, h4, p, dl, dt, dd, ul, ol, li, button, input {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0 none;
    -webkit-tap-highlight-color: transparent;
    max-width: 100%;
    display: block;
}

i, em, var {
    font-style: normal;
}

ol, ul {
    list-style: none;
}

input, h1, h2, h3 {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

figure {
    margin: 0;
}

a:active, input:active, textarea:active {
    outline: 0 none;
    opacity: .8
}
img {
    object-fit: cover;
    object-position: center center;
}

body {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    font-family: Helvetica Neue,PingFang SC,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,STHeiti,sans-serif;
    min-width: 1200px;
    background-color: #fafafa;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

/*清浮动*/
.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/*滚动条样式*/
.c-scroll-wrap {
    height: 100%;
    overflow-y: auto;
}

.c-scroll-wrap::-webkit-scrollbar { /*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width: 8px;
    height: 0;
}

.c-scroll-wrap::-webkit-scrollbar-thumb { /*滚动条里面可以拖动的那部分（位置5）*/
    /*background: rgba(0, 0, 0, .5);*/
    background: rgba(0, 0, 0, 0);
    border-radius: 33px;
}

/*.c-scroll-inner {
    padding-right: 5px;
}*/

.c-scroll-inner::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}

.c-scroll-inner::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
}

.c-scroll-inner::-webkit-scrollbar-track { /*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 0;
    /*background: rgba(0, 0, 0, 0.1);*/
    background: rgba(0, 0, 0, 0);
}
/*public*/
.c-w1050 {
    width: 1050px;
    margin: 0 auto;
}
.c-w1200 {
    width: 100%;
    margin: 0 auto;
}
.c-background {
    background-color: #ff5283;
    background-image: -webkit-linear-gradient(left, #ff5283 0%, #ff9084 100%); /* Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(right, #ff5283 0%, #ff9084 100%); /* Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(right, #ff5283 0%, #ff9084 100%); /* Firefox 3.6 to 15 */
    background-image: linear-gradient(to right, #ff5283 0%, #ff9084 100%); /* 标准语法 */
}
.c-bg {
    width: 100%;
}
/*header*/
.header {
    height: 60px;
}
.header-wrap {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 998;
    height: 60px;
    background-color: #fff;
    min-width: 1200px;
}
.logo {
    float: left;
    width: 153px;
    height: 30px;
    margin-top: 15px;
}
.logo-img {
    width: 100%;
    height: 100%;
}

.nav-wrap {
    float: right;
    padding: 11px 0 12px;
    line-height: 37px;
}
.tab-list {
    position: relative;
    float: left;
    font-size: 14px;
    color: #808080;
    margin: 0 20px;
}
.tab-list.active {
    cursor: auto;
}
.tab-list.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -18px;
    width: 36px;
    height: 2px;
    background-color: #ff6883;
}
.tab-enlist {
    padding: 0 29px;
    margin: 0 0 0 10px;
    color: #fff;
}

/*index*/
/*.index-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/index/bg.jpg) no-repeat center center;
    background-size: cover;
    width:100%;
}*/
.index-wrapper-inner {
    
    z-index: 2;
    width: 100%;
	height: 824px;
	background-color: rgba(29, 33, 42, 1);
    /*background: url(../images/index/bg.jpg) no-repeat center center;
    background-size: cover;*/
}
.index-blue {
    background-image: url(./Image.png);
	height: 824px;
}
.index-white {
    background-color: #fff;
}
.index-title {
    padding: 50px 40px 45px;
    font-size: 48px;
    line-height: 74px;
    height: 148px;
    color: #323232;
    /*font-weight: bold;*/
    /*font-family: SourceHanSansCN-Bold;*/
}
/*step1*/
.index-bg-wrap {
    margin: 0 auto;
    /*width: 1200px;*/
    height: 600px;
    background: url(../images/index/banner.jpg) no-repeat center center;
    background-size: auto 100%;
}
/*.index-bg-wrap .c-bg {
    float: left;
    margin: 0 -98px;
}*/
.index-public-header {
    position: relative;
    padding:120px 0 80px;
    text-align: center;
}
.index-step1-wrapper .index-public-header {
    text-align: left;
}
.index-step1-wrapper .index-public-header:before {
    content: "";
    position: absolute;
    left: -94px;
    top: 101px;
    width: 65px;
    height: 2px;
    background-color: #232323;
}
.index-public-title {
    font-size: 40px;
    line-height: 56px;
    color: #FFFFFF;
    font-weight: normal;
	letter-spacing: 2px;
    /*font-family: SourceHanSansCN-Medium;*/
}
.index-public-desc {
    font-size: 16px;
    line-height: 26px;
    color: #6e6e6e;
    margin-top: 7px;
    /*font-family: SourceHanSansCN-Light;*/
}
.index-nav-wrap {
    margin: 0 -4px;
}
.index-nav-list {
    position: relative;
    float: left;
    width: 294px;
    height: 400px;
    background-color: #fff;
    margin: 0 4px;
}
.public-active:after, .public-hover-active:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background-color: #ff5283;
    background-image: -webkit-linear-gradient(left, #ff5283 0%, #ff9084 100%);
    background-image: -o-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: -moz-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: linear-gradient(to right, #ff5283 0%, #ff9084 100%);
}
.index-nav-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 296px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
}
.index-nav-icon-1 {
    background-image: url(../images/index/nav/icon-1.png);
}
.index-nav-icon-2 {
    background-image: url(../images/index/nav/icon-2.png);
}
.index-nav-icon-3 {
    background-image: url(../images/index/nav/icon-3.png);
}
.index-nav-icon-4 {
    background-image: url(../images/index/nav/icon-4.png);
}
.index-nav-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 82px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.index-nav-title-1 {
    background-image: url(../images/index/nav/title-1.png);
}
.index-nav-title-2 {
    background-image: url(../images/index/nav/title-2.png);
}
.index-nav-title-3 {
    background-image: url(../images/index/nav/title-3.png);
}
.index-nav-title-4 {
    background-image: url(../images/index/nav/title-4.png);
}
.index-nav-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    font-size: 18px;
    line-height: 28px;
    color: #ec7680;
    text-align: center;
}
.index-step2-swiper-container {
    height: 600px;
    background-color: #fff;
}
.index-step2-img {
    float: left;
    width: 895px;
    height: 100%;
}
.index-step2-swiper {
    position: absolute;
    left: 895px;
    top: 0;
    right: 0;
    bottom:0;
    padding: 75px 38px 0 63px;
    color: #3e3e3e;
    background-color: #fff;
}
.index-step2-swiper-icon {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/index/icon/icon-1.png) no-repeat center center;
    background-size: 100% 100%;
}
.index-step2-swiper-title {
    font-size: 30px;
    line-height: 52px;
    margin-top: 86px;
}
.index-step2-swiper-desc {
    font-size: 16px;
    line-height: 32px;
    color: #6e6e6e;
    margin-top: 10px;
}
.index-step2-swiper-handle {
    position: absolute;
    left: 958px;
    bottom: 41px;
    z-index: 2;
}
.index-step2-swiper-page {
    font-size: 24px;
    line-height: 34px;
}
.index-step2-swiper-next {
    display: block;
    margin-top: 10px;
    width: 183px;
    height: 58px;
    border: solid 2px #7d7d7d;
    text-align: center;
    font-size: 18px;
    line-height: 58px;
}
.index-arrow {
    vertical-align: top;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.index-arrow.arrow-icon {
    width: 36px;
}
.index-step2-swiper-next .index-arrow {
    margin-left: 44px;
    height: 58px;
    background-image: url(../images/index/icon/arrow-1.png);
}
.index-step3-wrapper {
    position: relative;
    margin-top: 177px;
    width:100%;
    overflow: hidden;
}
.index-step3-swiper-container {
    width: 90%;
    height: 600px;
    min-width: 1200px;
    overflow: visible;
    margin: 0;
}
.index-step3-img {
    width: 100%;
    height: 100%;
}
.index-step3-swiper-container .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
.index-step3-swiper {
    position: absolute;
    left: 50%;
    top: 108px;
    bottom: 92px;
    z-index: 2;
    background-color: #fff;
    width: 650px;
    padding: 40px 50px 0 100px;
    margin-left: -400px;
}
.index-step3-swiper-title {
    position: relative;
    font-size: 26px;
    line-height: 36px;
    color: #6e6e6e;
    font-weight: normal;
}
.swiper-slide-active .index-step3-swiper-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 42px;
    height: 8px;
    background-color: #ff5283;
    background-image: -webkit-linear-gradient(left, #ff5283 0%, #ff9084 100%);
    background-image: -o-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: -moz-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: linear-gradient(to right, #ff5283 0%, #ff9084 100%);
}
.index-step3-swiper-desc {
    margin-top: 76px;
    font-size: 30px;
    line-height: 52px;
    color: #373737;
}
.index-step3-swiper-btn {
    position: absolute;
    left: 100px;
    bottom: 45px;
    width: 207px;
    height: 56px;
    font-size: 18px;
    line-height: 56px;
    color: #4f4f4f;
    border: solid 1px #313131;
    padding: 0 26px;
}
.swiper-slide-active .index-step3-swiper-btn {
    width: 209px;
    height: 58px;
    line-height: 58px;
    color: #ffffff;
    border: none;
    padding: 0 27px;
    background-color: #ff5283;
    background-image: -webkit-linear-gradient(left, #ff5283 0%, #ff9084 100%);
    background-image: -o-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: -moz-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: linear-gradient(to right, #ff5283 0%, #ff9084 100%);
}
.index-step3-swiper-btn .index-arrow {
    float: right;
    height: 58px;
    background-image: url(../images/index/icon/arrow-3.png);
}
.swiper-slide-active .index-step3-swiper-btn .index-arrow {
    float: right;
    height: 58px;
    background-image: url(../images/index/icon/arrow-2.png);
}
.step3-swiper-page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 2;
    text-align: center;
}
.step3-swiper-page .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: solid 2px rgba(255, 255, 255, 0.6);
    opacity: 0.6;
    vertical-align: middle;
    background-color: transparent;
    margin: 0 10px;
}
.step3-swiper-page .swiper-pagination-bullet-active {
    position: relative;
}
.step3-swiper-page .swiper-pagination-bullet-active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    overflow: hidden;
}
.index-step3-swiper-next {
    position: absolute;
    right: 2%;
    bottom: 32px;
    z-index: 3;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding: 0 32px 5px;
    /*background-color: rgba(0, 0, 0, .3);*/
}
.index-step3-swiper-next .index-arrow {
    display: block;
    margin-top: 14px;
    height: 18px;
    background-image: url(../images/index/icon/arrow-2.png);
}
.index-step4-swiper-container .swiper-wrapper {
    height: 420px;
}
.index-step4-swiper-container .swiper-slide {
    cursor: pointer;
}

.index-step4-swiper {
    display: none;
    position: absolute;
    left: 23px;
    right: 23px;
    bottom: 26px;
    padding: 23px 26px 27px;
    color: #fff;
    cursor: pointer;
}
.swiper-slide-active .index-step4-swiper {
    display: block !important;
}
.index-step4-name {
    font-size: 30px;
    line-height: 40px;
}
.index-step4-english-name {
    margin-top: 4px;
    font-size: 24px;
    line-height: 34px;
}
.index-step4-job {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
}
.index-step4-job span {
    display: block;
}
.index-public-swiper-handle {
    
    text-align: center;
}
.index-public-swiper-handle .index-arrow {
    width: 37px;
    height: 16px;
    padding: 6px 10px;
    background-size: 37px auto;
}
.index-public-swiper-handle .index-arrow.swiper-button-disabled {
    opacity: .6;
    cursor: auto;
}
.index-public-swiper-prev {
    background-image: url(./arrow1.png);
}
.index-public-swiper-next {
    background-image: url(./arrow2.png);
}
.index-public-swiper-page {
    padding: 0 10px;
    font-size: 18px;
    line-height: 28px;
    color: #6e6e6e;
}
.index-public-swiper-page .page {
    vertical-align: middle;
}
.index-public-swiper-page .page.active {
    color: #7FCA15;
}
.index-public-swiper-page .line {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 1px;
    background-color: #777777;
    margin: 0 26px;
}
.index-step5-wrapper {
    position: relative;
    height: 600px;
    background: url(../images/index/bg.jpg) no-repeat fixed center;
    background-size: cover;
}
@media screen and (max-device-width: 750px) {
    .index-step5-wrapper {
        background: url(../images/index/bg.jpg) no-repeat center/100% auto;
    }
}
.index-step5-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.index-step5-btn {
    position: absolute;
    right: 18.75%;
    bottom: 60px;
    z-index: 2;
    width: 310px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding: 26px 38px 26px 52px;
    text-align: center;
}
.index-step5-icon {
    float: left;
    width: 24px;
    height: 28px;
    background: url(../images/index/icon/icon-2.png) no-repeat center center;
    background-size: 24px auto;
}
.index-step5-btn .index-arrow {
    float: right;
    width: 37px;
    height: 28px;
    background-image: url(../images/index/icon/arrow-2.png);
}
.index-step6-swiper-container {
    height: 440px;
}
.step6-list {
    margin-top: 20px;
    padding: 35px 0;
    height: 130px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 590px !important;
}
.index-step6-left {
    float: left;
    width: 84px;
    height: 100%;
    padding: 0 20px;
    text-align: center;
}
.index-step6-img {
    width: 60px;
    height: 60px;
    margin: 15px auto 0;
    border-radius: 50%;
    overflow: hidden;
}
.index-step6-name {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #3e3e3e;
}
.index-step6-swiper {
    margin-left: 124px;
    padding: 0 24px;    
    height: 130px;
    border-left: 2px solid #f5f5f5;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 27px;
}
.index-company {
    text-align: center;
    padding-bottom: 34px;
}
.index-company-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}
.index-step7-swiper-container {
    height: 360px;
}
.index-step7-img {
    width: 100%;
    height: 100%;
}
.index-step8-wrapper {
    padding-top: 65px;
}
.index-step8-left {
    float: left;
    width: 194px;
    height: 316px;
    padding: 50px;
    color: #fff;
}
.index-step8-title {
    font-size: 24px;
    line-height: 40px;
    margin-top: 24px;
}
.index-step8-desc {
    margin-top: 60px;
    font-size: 16px;
    line-height: 36px;
}
.index-step8-right {
    margin-left: 294px;
    height: 416px;
    overflow: hidden;
}
.index-step8-box {
    float: left;
    margin: 0 0 8px 8px;
    width: 294px;
    height: 204px;
    overflow: hidden;
    /*cursor: pointer;*/
}
.index-step8-img {
    width: 100%;
    height: 100%;
    /*transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;*/
}
/*.index-step8-box:hover .index-step8-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}*/
.index-step8-box.first {
    width: 596px;
}
.index-step9-wrapper {
    margin-top: 109px;
    height: 320px;
}
.index-step9-left {
    float: left;
    width: 302px;
    padding: 23px 34px 0;
}
.index-step9-title {
    font-size: 24px;
    line-height: 34px;
    color: #4d4d4d;
    /*font-family: SourceHanSansCN-Medium;*/
}
.index-step9-desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 36px;
    color: #6e6e6e;
}
.index-step9-btn {
    display: block;
    margin-top: 54px;
    width: 208px;
    height: 58px;
    padding: 0 26px 0 29px;
}
.index-step8-btn-text {
    float: left;
    line-height: 58px;
    color: #fff;
}
.index-step9-btn .index-arrow {
    float: right;
    height: 58px;
    background-image: url(../images/index/icon/arrow-2.png);
}
.index-step9-right {
    margin-left: 400px;
    height: 100%;
    overflow: hidden;
}
.index-step9-list {
    display: block;
    height: 83px;
    background-color: #ffffff;
    padding: 17px 24px 0 20px;
    color: #4d4d4d;
    margin-bottom: 10px;
}
.index-step9-list:hover {
    padding-left: 14px;
    border-left: 6px solid #ff5a83;
}
.index-step9-list-header {
    display: block;
    line-height: 30px;
}
.index-step9-list-title {
    float: left;
    font-size: 20px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-family: SourceHanSansCN-Medium;*/
}
.public-tip-icon {
    width: 44px;
    height: 20px;
    background: url(../images/icon/icon-3.png) no-repeat center center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-indent: 5px;
    text-align: center;
}
.index-step9-icon {
    float: left;
    margin: 5px 0 0 20px;
}
.index-step9-list-data {
    float: right;
    font-size: 14px;
    /*font-family: SourceHanSansCN-Medium;*/
}
.index-step9-list-desc {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.public-bottom-wrapper {
    text-align: center;
    color: #fff;
    padding: 65px 20px 50px;
    width: 1160px;
    margin: 0 auto;
}
.public-bottom-title {
    font-size: 24px;
    line-height: 40px;
    /*font-family: SourceHanSansCN-Medium;*/
}
.public-bottom-desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
}
.index-step10-wrapper {
    margin-top: 100px;
}
.index-step10-btn {
    display: block;
    margin: 57px auto 0;
    width: 198px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 19px;
}
.index-step10-btn .index-arrow {
    height: 38px;
    background-image: url(../images/index/icon/arrow-6.png);
}
/*公用回到顶部*/
.fixed-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.fixed-list {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.fixed-list:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 1px;
    background-color: #e6e6e6;
    overflow: hidden;
}
.icon-tel {
    background-image: url(../images/icon/tel.png);
}
.icon-qq {
    background-image: url(../images/icon/qq.png);
}
.icon-code {
    background-image: url(../images/icon/code.png);
}
.icon-top {
    margin-top: 6px;
    background-image: url(../images/icon/top.png);
}
.fixed-dialog {
    display: none;
    position: absolute;
    right: 56px;
    background-color: #fff;
    cursor: auto;
}
.fixed-list:hover .fixed-dialog {
    display: block;
}
.fixed-tip {
    top: 50%;
    margin-top: -25px;
    padding: 10px 25px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #4d4d4d;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    white-space: nowrap;
}
.fixed-ecode {
    bottom: 0;
    width: 141px;
    height: 141px;
    background: url(../images/icon/ecode.png) no-repeat center center;
    background-size: 100% 100%;
}
/*公用footer*/
.footer-wrapper {
    position: relative;
    /*height: 509px;*/
    background-color: #26272c;
    color: #000;
}
.footer-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 136px;
    background-color: #fafafa;
}
.index-wrapper .footer-wrapper:after {
    background-color: #f4f7fc;
}
.footer-inner {
    position: relative;
    z-index: 1;
    padding: 70px 34px 50px 37px;
    background-color: #fff;
}
.footer-img-wrap {
    float: left;
    width: 180px;
    text-align: center;
}
.footer-img {
    width: 100%;
    margin-right: 32px;
}
.footer-img-desc{
    font-size: 14px;
    line-height: 24px;
    color: #a7a7b1;
}

.footer-left-text {
    float: left;
    margin-left: 16px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.footer-left-text-list {
    margin-top: 9px;
}
.footer-right {
    position: absolute;
    right: 34px;
    top: 90px;
    text-align: right;
}
.footer-tel {
    font-size: 36px;
    line-height: 46px;
    /*font-family: SourceHanSansCN-Medium;*/
}
.footer-time {
    font-size: 14px;
    line-height: 24px;
    color: #a7a7b1;
}
.footer-btn {
    display: inline-block;
    margin-top: 30px;
    width: 106px;
    height: 38px;
    border-radius: 5px;
    padding: 0 26px 0 18px;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
}
.footer-btn-icon {
    float: left;
    width: 19px;
    height: 100%;
    background: url(../images/footer/icon-1.png) no-repeat center center;
    background-size: 100% auto;
}
.footer-btn-text {
    float: right;
}
.footer-key {
    padding: 27px 0 84px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}
.footer-key-title {
    color: #747578;
}
.footer-key-wrap {
    margin-top: 17px;
}
.footer-key-text {
    position: relative;
    padding: 0 12px;
    color: #747578;
}
.footer-key-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #48494e;
}
.footer-key-text:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: transparent;
}
.footer-key-text:hover {
    text-decoration: underline;
}
.footer-default-wrap {
    margin-top: 15px;
}
.footer-default-text {
    opacity: 0;
    color: #515256;
    padding: 0 14px;
}
.footer-default-text:hover {
    opacity: 1;
}
.footer-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #5a5a5a;
}

/*课程-course*/
.course-content {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}
.course-nav {
    margin: 0 -4px;
}
.course-nav-list {
    float: left;
    margin: 8px 4px 0;
    width: 294px;
    height: 179px;
    background-color: #fff;
    text-align: center;
}
.course-nav-img {
    display: inline-block;
    width: 234px;
    height: 124px;
    object-fit: cover;
    margin-top: 40px;
}
.course-nav-tip {
    width: 1200px;
    font-size: 24px;
    color: #3d3d3d;
    line-height: 60px;
    text-align: center;
}
.course-detail {
    float: left;
    margin-top: 60px;
    width: 25%;
}
.course-num {
    /*margin-right: 36px;*/
    margin-right: 14px;
    font-size: 48px;
}
.course-step-wrapper {
    margin-top: 18px;
}
.course-step-class {
    padding-top: 54px;
}
.course-step-top {
    position: relative;
    padding: 0 27px 0 37px;
}
.course-step-header {
    width: 50%;
}
.course-step-title {
    position: relative;
    font-size: 30px;
    line-height: 52px;
    color: #4d4d4d;
    /*font-family: "SourceHanSansCN-Medium";*/
}
.course-step-title:after {
    content: "";
    position: absolute;
    left: -37px;
    top: 13px;
    width: 6px;
    height: 26px;
    background-color: #ff5a83;
}
.course-step-desc {
    margin-top: 20px;
    font-size: 20px;
    line-height: 34px;
    color: #595959;
}
.course-tool {
    position: absolute;
    right: 27px;
    bottom: 0;
}
.course-step-img {
    float: left;
    width: 74px;
    height: 74px;
    object-fit: cover;
    margin: 0 3px;
}
.course-step {
    margin: 24px -4px 0;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.course-step-list {
    position: relative;
    float: left;
    margin: 0 4px;
    background-color: #fff;
    padding: 34px 16px;
}
.course-step-list .c-scroll-wrap {
    width: 262px;
    height: 226px;
}
.course-step-text {
    position: relative;
    padding-left: 10px;
}
.course-step-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #666666;
}
.course-answer {
    margin-top: 36px;
}
.course-answer-step {
    position: relative;
    display: inline-block;
    margin-top: 48px;
    overflow: hidden;
}
.course-answer-step:after {
    content: "";
    position: absolute;
    left: 142px;
    right: 142px;
    top: 39px;
    height: 2px;
    background-color: #e1e1e1;
}
.course-answer-list {
    position: relative;
    z-index: 1;
    float: left;
    width: 284px;
}
.course-answer-list.course-arrow:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/course/icon/arrow.png) no-repeat center center #fff;
    background-size: auto 14px;
}
.course-answer-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.answer-icon-1 {
    background-image: url(../images/course/icon/1.png);
}
.answer-icon-2 {
    background-image: url(../images/course/icon/2.png);
}
.answer-icon-3 {
    background-image: url(../images/course/icon/3.png);
}
.answer-icon-4 {
    background-image: url(../images/course/icon/4.png);
}
.course-answer-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
/*动态-dynamic*/
.dynamic-content {
    margin: 26px auto 140px;
}
.dynamic-list {
    position: relative;
    margin-top: 10px;
    background-color: #fff;
    padding: 30px 25px 50px;
    cursor: pointer;
    border: 1px solid #fff;
}
.dynamic-wrapper .dynamic-list:hover {
    border-color: #dadada;
}
.dynamic-wrapper .dynamic-list:hover .dynamic-title {
    color: #ff5d83;
}
.dynamic-header {
    position: relative;
    line-height: 30px;
}
.dynamic-time {
    float: left;
    line-height: 30px;
}
.dynamic-tip {
    float: right;
    margin-top: 5px;
}
.dynamic-title {
    margin: 0 100px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: normal;
}
.dynamic-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 34px;
    color: #4d4d4d;
}
.dynamic-desc p {
    text-indent: 2em;
    padding-top: 10px;
}
.dynamic-desc img {
    margin: 10px auto 0;
    max-width: 100%;
}
.dynamic-content .dynamic-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 102px;
}
/*动态详情dynamic-detail*/
.detail-logo {
    height: 63px;
    background-image: url(../images/dynamic-detail/text.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.detail-content {
    width: 1000px;
    margin: 82px auto 24px;
    cursor: default;
}
/*导航*/
.navigation-content {
    margin: 26px auto 140px;
}
.navigation-list {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.navigation-list-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    background-color: #f7f7f7;
}
.navigation-border-color {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
}
.navigation-border-color-1 {
    background-color: #ff5283;
    background-image: -webkit-linear-gradient(left, #ff5283 0%, #ff9084 100%);
    background-image: -o-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: -moz-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: linear-gradient(to right, #ff5283 0%, #ff9084 100%);
}
.navigation-border-color-2 {
    background-color: #aa59ff;
    background-image: -webkit-linear-gradient(left, #aa59ff 0%, #e79be3 100%);
    background-image: -o-linear-gradient(right, #aa59ff 0%, #e79be3 100%);
    background-image: -moz-linear-gradient(right, #aa59ff 0%, #e79be3 100%);
    background-image: linear-gradient(to right, #aa59ff 0%, #e79be3 100%);
}
.navigation-border-color-3 {
    background-color: #ff8832;
    background-image: -webkit-linear-gradient(left, #ff8832 0%, #ffc551 100%);
    background-image: -o-linear-gradient(right, #ff8832 0%, #ffc551 100%);
    background-image: -moz-linear-gradient(right, #ff8832 0%, #ffc551 100%);
    background-image: linear-gradient(to right, #ff8832 0%, #ffc551 100%);
}
.navigation-border-color-4 {
    background-color: #4bc9ad;
    background-image: -webkit-linear-gradient(left, #4bc9ad 0%, #96ea9a 100%);
    background-image: -o-linear-gradient(right, #4bc9ad 0%, #96ea9a 100%);
    background-image: -moz-linear-gradient(right, #4bc9ad 0%, #96ea9a 100%);
    background-image: linear-gradient(to right, #4bc9ad 0%, #96ea9a 100%);
}
.navigation-border-color-5 {
    background-color: #08aaff;
    background-image: -webkit-linear-gradient(left, #08aaff 0%, #60e8f8 100%);
    background-image: -o-linear-gradient(right, #08aaff 0%, #60e8f8 100%);
    background-image: -moz-linear-gradient(right, #08aaff 0%, #60e8f8 100%);
    background-image: linear-gradient(to right, #08aaff 0%, #60e8f8 100%);
}
.navigation-border-color-6 {
    background-color: #ffc333;
    background-image: -webkit-linear-gradient(left, #ffc333 0%, #ffe14a 100%);
    background-image: -o-linear-gradient(right, #ffc333 0%, #ffe14a 100%);
    background-image: -moz-linear-gradient(right, #ffc333 0%, #ffe14a 100%);
    background-image: linear-gradient(to right, #ffc333 0%, #ffe14a 100%);
}
.navigation-border-color-7 {
    background-color: #aa59ff;
    background-image: -webkit-linear-gradient(left, #aa59ff 0%, #e79be3 100%);
    background-image: -o-linear-gradient(right, #aa59ff 0%, #e79be3 100%);
    background-image: -moz-linear-gradient(right, #aa59ff 0%, #e79be3 100%);
    background-image: linear-gradient(to right, #aa59ff 0%, #e79be3 100%);
}
.navigation-list-left-line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}
.navigation-list-left-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
}
.navigation-title {
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    /*font-weight: normal;*/
    /*font-family: "SourceHanSansCN-Medium";*/
}
.navigation-desc {
    margin-top: 9px;
    font-size: 14px;
    line-height: 24px;
    color: #585858;
    /*font-family: "SourceHanSansCN-Light";*/
}
.navigation-list-right {
    margin-left: 239px;
    border: 1px solid #fafafa;
    border-top: none;
    border-right: none;
}
.navigation-sub-list {
    position: relative;
    float: left;
    width: 239px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #fafafa;
    border-left: none;
    border-bottom: none;
    background-color: #fff;
}
.navigation-sub-title {
    display: block;
    margin-top: 23px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    /*font-weight: bolder;*/
    /*font-family: PingFangSC-Regular, STXihei, Verdana, Calibri, Helvetica, Arial, sans-serif;*/
    /*font-family: Helvetica Neue,Helvetica,STHeiTi,sans-serif;*/
}
.navigation-sub-desc {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #626262;
    /*font-family: "SourceHanSansCN-Light";*/
}
/*须知*/
.notice-content {
    position: relative;
    z-index: 1;
    margin: -30px auto 140px;
}
.notice-nav {
    text-align: center;
    color: #343434;
    margin: 0 1px;
}
.notice-nav-list {
    position: relative;
    float: left;
    margin: 0 2px;
    width: 258px;
    height: 160px;
    background-color: #fff;
}
.notice-nav-title {
    margin-top: 43px;
    font-size: 30px;
    line-height: 44px;
    font-weight: normal;
}
.notice-nav-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}
.notice-question {
    padding-top: 4px;
}
.notice-question-list {
    margin-top: 20px;
    color: #4d4d4d;
}
.notice-question-title {
    position: relative;
    height: 30px;
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    padding: 10px 26px;
    cursor: pointer;
    transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
}
.notice-arrow {
    position: absolute;
    right: 26px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/notice/icon/arrow-1.png) no-repeat center center #fff;
    cursor: pointer;
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
}
.notice-answer {
    font-size: 14px;
    line-height: 34px;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: height .5s ease;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
}
.notice-answer-inner {
    padding: 35px 26px;
}
.notice-question-list.active .notice-question-title {
    background-color: #ff5283;
    background-image: -webkit-linear-gradient(left, #ff5283 0%, #ff9084 100%);
    background-image: -o-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: -moz-linear-gradient(right, #ff5283 0%, #ff9084 100%);
    background-image: linear-gradient(to right, #ff5283 0%, #ff9084 100%);
    color: #fff;
    /*font-family: "SourceHanSansCN-Medium";*/
}
.notice-question-list.active .notice-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}













