/* 字体 */

@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url('../font/SourceHanSansCN-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('../font/SourceHanSansCN-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url('../font/SourceHanSansCN-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
/* 首页开始 */

.index-box {
    height: 100%;
}

.index-box {
    height: 100%;
    background: url('../img/bj.png') no-repeat center top;
}

.index-main {
    padding-bottom: 60px;
    box-sizing: border-box;
}

.index-main-boxA {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    overflow: hidden;
}

.index-main-boxA-font {
    width: 580px;
    height: 320px;
}

.index-main-boxA-font>h2 {
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: SourceHanSansCN-Bold;
    height: 50px;
    line-height: 50px;
    opacity: 0;
}

.index-main-boxA-font>p {
    color: #333;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    line-height: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    opacity: 0;
}

.index-main-boxA-font>a {
    opacity: 0;
}

.index-main-boxA-font>a,
.index-qiyedontai>a {
    display: block;
    width: 110px;
    height: 40px;
    background-color: #9F2925;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.index-main-boxA-img {
    width: 580px;
    height: 320px;
    opacity: 0;
}

.index-main-boxA-img>img {
    width: 100%;
    height: auto;
}

.index-qiyedontai {
    overflow: hidden;
}

.index-qiyedontai>h2 {
    font-family: SourceHanSansCN-Bold;
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-top: 60px;
    font-weight: normal;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    opacity: 0;
}

.index-main-boxB {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.index-main-boxB-img,
.index-main-boxB-font {
    width: 580px;
    height: 440px;
    opacity: 0;
}

.index-main-boxB-img .swiper-container {
    height: 440px;
}

.index-main-boxB-img .swiper-slide {
    height: 440px;
    position: relative;
}

.index-main-boxB-img img {
    /* max-width: 580px;
    max-height: 440px; */
    width: 100%;
    height: 100%;
}

.swiper-slide-font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 122px;
    border-radius: 0px 0px 6px 6px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .4);
    /* background: rgba(0, 0, 0, 1);
    opacity: 0.4; */
}

.swiper-slide-font-title {
    display: flex;
    justify-content: space-between;
}

.swiper-slide-font-title>h3 {
    font-size: 22px;
    color: #fff;
    font-family: SourceHanSansCN-Medium;
    font-weight: normal;
    letter-spacing: 1px;
}

.swiper-slide-font-title>p {
    font-size: 16px;
    color: #fff;
    font-family: SourceHanSansCN-Regular;
    line-height: 39px;
}

.swiper-slide-font>p {
    font-size: 16px;
    color: #fff;
    font-family: SourceHanSansCN-Regular;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-main-boxB-font {}

.index-main-boxB-font>a {
    display: block;
    margin-top: 40px;
}

.index-main-boxB-font>a:first-child {
    margin-top: 0;
}

.index-main-boxB-font-box {
    height: 120px;
    background-color: #F8F8F8;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.index-main-boxB-font-box:hover {
    background-color: #9F2925;
    transition: .4s;
}

.index-main-boxB-font-box:hover h2,
.index-main-boxB-font-box:hover p {
    color: #fff;
    transition: .4s;
}

.index-main-boxB-font-box.active {
    background-color: #9F2925;
}

.index-main-boxB-font-box.active h2,
.index-main-boxB-font-box.active p {
    color: #fff;
}

.index-main-boxB-font-box:first-child {
    margin-top: 0;
}

.index-main-boxB-font-box-title {
    display: flex;
    justify-content: space-between;
    height: 33px;
}

.index-main-boxB-font-box-title>h2 {
    overflow: hidden;
    font-family: SourceHanSansCN-Medium;
    font-size: 22px;
    color: #333;
    letter-spacing: 2px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-main-boxB-font-box-title>p {
    line-height: 40px;
    font-size: 16px;
    color: #999;
    font-family: SourceHanSansCN-Regular;
}

.index-main-boxB-font-box>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    letter-spacing: 1px;
    margin-top: 5px;
    font-family: SourceHanSansCN-Regular;
}

.index-main-boxB-font-box>p:nth-child(3) {
    margin-top: 0px;
}

.index-qiyedontai>a {
    margin: 0 auto;
    margin-top: 60px;
}


/* 首页结束 */


/* 公司简介开始 */

.synopsis-main {
    padding-bottom: 180px;
}

.synopsis-main-video {
    height: 660px;
    opacity: 0;
}

.synopsis-main-video>video {
    width: 100%;
    height: 660px;
    border-radius: 10px;
}

.synopsis-main-p {
    overflow: hidden;
}

.synopsis-main-p>p {
    margin-top: 30px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color: #333;
    letter-spacing: 1.5px;
    text-indent: 2em;
    opacity: 0;
    animation-duration: 1.2s;
}

.synopsis-main-p>p.font-text-indent {
    text-indent: 0em;
}

.video-js .vjs-play-control {
    outline: none;
}


/* 公司简介结束 */


/* 百顺视频开始 */

.video-main {
    padding-bottom: 180px;
}

.video-main-wrap {
    display: flex;
    flex-wrap: wrap;
}

.video-main-box {
    width: 270px;
    padding-bottom: 30px;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 235px;
    overflow: hidden;
}

.video-main-wrap>a {
    margin-right: 40px;
}

.video-main-wrap>a:nth-child(4n) {
    margin-right: 0;
}

.video-main-box-img {
    height: 165px;
    border-radius: 8px;
    overflow: hidden;
}

.video-main-box-img>img {
    width: 100%;
    height: 100%;
}

.video-main-box-title {
    margin-top: 10px;
}

.video-main-box-title>p {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
}


/* 百顺视频结束 */


/* 新闻中心开始 */

.news-main {
    padding-bottom: 180px;
}

.news-main-wrap {
    overflow: hidden;
}

.news-main-wrap-box {
    height: 160px;
    margin-top: 40px;
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    opacity: 0;
}

.news-main-wrap-box-img {
    width: 180px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-main-wrap-box-img>img {
    max-width: 180px;
    max-height: 120px;
}

.news-main-wrap-box-font {
    width: 960px;
}

.news-main-wrap-box-font-title {
    display: flex;
    justify-content: space-between;
    height: 33px;
    margin-top: 15px;
}

.news-main-wrap-box-font-title>h3 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    font-family: SourceHanSansCN-Medium;
    letter-spacing: 1px;
}

.news-main-wrap-box-font-title>p {
    font-size: 16px;
    color: #666;
    font-family: SourceHanSansCN-Regular;
    line-height: 40px;
}

.news-main-wrap-box-font-p {
    margin-top: 5px;
}

.news-main-wrap-box-font-p>p {
    font-size: 16px;
    color: #666;
    font-family: SourceHanSansCN-Regular;
    margin-top: 3px;
    line-height: 29px;
}

.news-page {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.news-page div {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.news-page span {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    font-size: 18px;
    margin-right: 8px;
    background-color: #9F2925;
    color: #fff;
    border: 1px solid #9F2925;
}

.news-page a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    border: 1px solid #666;
    font-size: 18px;
    color: #666;
    margin-right: 8px;
}

.news-page a:first-child {
    margin-right: 18px;
    width: 42px;
    height: 42px;
    display: block;
    border: none;
    border: 1px solid #666;
}

.news-page a:last-child {
    margin-left: 10px;
    width: 42px;
    height: 42px;
    display: block;
    border: none;
    border: 1px solid #666;
}


/* 新闻中心结束 */


/* 百顺导师开始 */

.educate-main {
    padding-bottom: 40px;
}

.educate-main-wrap {
    display: flex;
    flex-wrap: wrap;
}

.educate-main-wrap-box {
    width: 270px;
    height: 120px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    padding: 20px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.educate-main-wrap>a {
    margin-right: 40px;
}

.educate-main-wrap>a:nth-child(n+5) {
    margin-top: 40px;
}

.educate-main-wrap>a:nth-child(4n) {
    margin-right: 0;
}

.educate-main-wrap-box-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.educate-main-wrap-box-img>img {
    width: 100%;
    height: 100%;
}

.educate-main-wrap-box-font {
    width: 135px;
    overflow: hidden;
}

.educate-main-wrap-box-font>h4 {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-top: 3px;
}

.educate-main-wrap-box-font>p {
    font-size: 16px;
    color: #666;
    margin-top: 2px;
    font-family: SourceHanSansCN-Medium;
}


/* 百顺导师结束 */


/* 手机测算开始 */

.calculation-main {
    padding-bottom: 180px;
}

.calculation-main-titleH2 {
    font-size: 36px;
    color: #9B231C;
    font-family: SourceHanSansCN-Bold;
    text-align: center;
    letter-spacing: 2px;
    height: 40px;
    line-height: 40px;
}

.calculation-main-titleH4 {
    text-align: center;
    color: #9B231C;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: SourceHanSansCN-Regular;
}

.calculation-main-form {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.calculation-form {
    margin-top: 15px;
}

.calculation-form-box {
    margin-top: 40px;
    display: flex;
    position: relative;
}

.calculation-ts {
    color: #9E2923;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-left: 5px;
    display: none;
    position: absolute;
    bottom: -40px;
    left: 21%;
}

.calculation-font {
    font-size: 20px;
    color: #333;
    font-family: SourceHanSansCN-Regular;
    letter-spacing: 1px;
}

.calculation-p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    font-family: SourceHanSansCN-Regular;
}

.calculation-input {
    width: 400px;
    height: 40px;
    border: 1px solid #BBB;
    padding-left: 20px;
    box-sizing: border-box;
    margin-left: 39px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.calculation-radio {
    margin-left: 45px;
    height: 34px;
    line-height: 40px;
}

.calculation-label {
    height: 40px;
    line-height: 30px;
    margin-left: 5px;
}

.calculation-form>a {
    display: block;
    width: 180px;
    height: 50px;
    font-size: 20px;
    margin: 0 auto;
    border: 2px solid #9B231C;
    text-align: center;
    line-height: 50px;
    color: #9B231C;
    margin-top: 20px;
    transition: .4s;
    font-family: SourceHanSansCN-Regular;
}

.calculation-form>a:hover {
    background-color: #9B231C;
    color: #fff;
    border: 2px solid #9B231C;
}

.calculation-tishi {
    font-size: 12px;
    color: #999;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 5px;
}

.calculation-tishi.top {
    margin-top: 15px;
}

.calculation-img {
    width: 337px;
    height: 202px;
    margin: 0 auto;
    margin-top: 80px;
}

.calculation-img>img {
    width: 100%;
    height: auto;
}

.calculation-jieguo {
    margin-top: 80px;
}

.calculation-jieguo-box {
    padding: 30px 80px;
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    border-bottom: 1px solid #FFBFD3;
}

.calculation-jieguo-box-boxA {
    display: flex;
    justify-content: center;
}

.calculation-jieguo-box-boxA>p {
    margin-right: 80px;
}

.calculation-jieguo-box-boxA>p:last-child {
    margin-right: 0;
}

.calculation-jieguo-box-boxA>p>span:nth-child(1) {
    font-size: 14px;
    color: #666;
    font-family: SourceHanSansCN-Regular;
    letter-spacing: 2px;
}

.calculation-jieguo-box-boxA>p>span:nth-child(2) {
    font-size: 28px;
    color: #9E2923;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    letter-spacing: 2px;
}

.calculation-jieguo-box-boxB {
    display: flex;
    justify-content: space-between;
}

.calculation-jieguo-box-boxB>h3,
.calculation-jieguo-box-font>h3 {
    font-size: 26px;
    color: #9B231C;
    letter-spacing: 2px;
    font-family: SourceHanSansCN-Regular;
}

.calculation-jieguo-box-font>p {
    font-size: 18px;
    color: #333;
    font-family: SourceHanSansCN-Regular;
    letter-spacing: 2px;
}

.calculation-jieguo-box-img {
    width: 454px;
    height: 129px;
    margin-top: 23px;
}

.calculation-jieguo-box-img>img {
    width: 100%;
    height: auto;
}

.calculation-jieguo-box-boxB>p {
    width: 680px;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    font-family: SourceHanSansCN-Regular;
    line-height: 22px;
}

.calculation-jieguo-guanzhu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.calculation-jieguo-guanzhu>img {
    width: 500px;
    height: 320px;
    box-shadow: 0px 4px 9px 1px rgba(155, 35, 28, 0.1);
}


/* 手机测算结束 */