﻿@charset "utf-8";
/* CSS Document */

body {
    padding-top: 82px;
}

.bgf8f8f8 {
    background: #f8f8f8;
}

.header-banner {
    position: relative;
    color: #fff;
    /*padding: 140px 0 116px;*/
}

.header-banner .bg-img{
    display: block;
    width: 100%;
    margin-top: 0 !important;
}

.header-banner .inner{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 6;
    margin-top: 0 !important;
}

.header-banner .title {
    font-size: 44px;
    font-weight: bold;
}

.header-banner .desc {
    font-size: 30px;
    margin-top: 16px;
}

.header-banner .btn {
    margin-top: 48px;
}

.box .box-title {
    font-size: 30px;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    background-position: center center;
    background-repeat: no-repeat;
}

.box .box-title span {
    position: relative;
    padding: 12px 0;
}

.box .box-title span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 72px;
    margin-left: -36px;
    border-bottom: 3px solid #D6241B;
}

.box-header {
    padding: 72px 0;
    background: #fff;
}

.box-header ul {
    margin-left: -72px;
}

.box-header li {
    float: left;
    width: 16.66666%;
}

.box-header li .inner {
    margin-left: 72px;
}

.box-header li .img {
    padding-bottom: 100%;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(128, 128, 128, 0.4);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 88px;
}

.box-header li .text {
    font-size: 18px;
    margin-top: 24px;

    text-align: center;
}

.box-header .list {
    margin-top: 64px;
}

.box-header .btn {
    display: block;
    margin: 72px auto 0;
    width: 140px;
    text-align: center;
}

.box-feature {
    padding: 72px 0;
    background: #f9f9f9;
}

.box-feature .list {
    margin-top: 64px;
}

.box-feature .list ul {
    margin-left: -24px;
}

.box-feature .list li {
    float: left;
    width: 25%;
}

.box-feature .list .inner {
    margin-left: 24px;
    text-align: center;
}

.box-feature .list .img {
    position: relative;
    padding-bottom: 81.6%;
    border-radius: 8px;
    overflow: hidden;
}

.box-feature .list .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.box-feature .list .img:hover img{
    transform: scale(1.12);
}

.box-feature .list .text {
    margin-top: 24px;
    font-size: 18px;
    color: #333333;
}


.box-custom {
    padding: 72px 0;
    background-color: #da251c;
    background-position: left center;
}

.box-custom .box-title {
    color: #fff;
}

.box-custom .box-title span::after {
    border-bottom-color: #fff;
}

.box-custom .content {
    margin-top: 72px;
}

.box-custom .content .img {
    float: left;
    width: 586px;
    height: 338px;
}

.box-custom .content .text {
    margin-left: 624px;
    color: #fff;
    padding-top: 24px;
}

.box-custom .content .text .desc {
    font-size: 20px;
    line-height: 28px;
}

.box-custom .content .text .desc p {
    margin-bottom: 10px;
}

.box-custom .btn {
    width: 120px;
    text-align: center;
    margin-top: 36px;
}

.box-brand {
    padding: 48px 0 12px;
    background-color: #f0f1f3;
}

.box-brand .tip {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #da251c;
    line-height: 64px;
    border-radius: 32px;
    text-align: center;
    margin-bottom: 50px;
}

.box-brand .list {
    margin-top: 64px;
}

.box-brand .list .item {
    position: relative;
    margin-bottom: 64px;
}

.box-brand .list .item-style-1 .imgBox {
    float: left;
}

.box-brand .list .item-style-1 .text {
    right: 0;
}

.box-brand .list .item-style-2 .imgBox {
    float: right;
}

.box-brand .list .item-style-2 .text {
    left: 0;
}

.box-brand .list .item .imgBox {
    overflow: hidden;
    width: 50%;
    border-radius: 8px;
}

.box-brand .list .item .imgBox .img {
    padding-bottom: 55.65%;
    overflow: hidden;
    transition: all .4s ease;
}

.box-brand .list .item .imgBox:hover .img{
    transform: scale(1.12);
}

.box-brand .list .item .text {
 /*    position: absolute; */
    display: table;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.box-brand .list .item .text-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0 36px;
    line-height: 1.4;
}

.box-brand .list .item .text-inner .title {
    font-size: 32px;
    color: #D6241B;
    font-weight: bold;
}

.box-brand .list .item .text-inner .desc {
    font-size: 27px;
    color: #333;
    font-weight: bold;
}

.box-brand .list .item .text-inner .desc span {
    color: #D6241B;
}


.box-brand .list .item .text-inner .small-desc {
    font-size: 15px;
    margin-top: 24px;
}

.box-brand .list .item .text-inner .btn {
    margin-top: 6%;
}

.box-advantage {
    padding: 64px 0 42px;
    background: #fff;
    line-height: 1.5;
}

.box-advantage .title {
    font-size: 28px;
    color: #D6241B;
    font-weight: bold;
    text-align: center;
}

.box-advantage .desc {
    font-size: 27px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.box-advantage .list {
    margin-top: 64px;
}

.box-advantage .list ul {
    margin-left: -30px;
}

.box-advantage .list li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.box-advantage .list .inner {
    margin-left: 30px;
    position: relative;
}

.box-advantage .list .inner .img {
    float: right;
    width: 416px;
    height: 274px;
    border-radius: 8px;
    overflow: hidden;
}

.box-advantage .list .inner .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 234px;
    z-index: 4;
}

.box-advantage .list .inner .text .num {
    font-size: 32px;
    font-style: italic;
    color: #D6241B;
    margin-bottom: 4px;
}

.box-advantage .list .content {
    background-color: #f0f1f3;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 12px;
}

.box-advantage .list .content .text-title {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 2px 0;
    border-bottom: 2px solid #D6241B;
    margin-bottom: 8px;
}

.box-advantage .list .content .text-desc {
    font-size: 15px;
    color: #333333;
    line-height: 22px;
    height: 88px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dingzhi .header-banner .btn {
    color: #555;
    background: linear-gradient(to right, #ffca00, #ff9e00);
}

.dingzhi .box .box-title span::after {
    display: none;
}

.dingzhi .btnBox {
    text-align: center;
}

.dingzhi .btnBox .btn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin-left: 24px;
    margin-right: 24px;
}

.dingzhi .btnBox .btn-blue {
    background: linear-gradient(to right, #1716c9, #08078d);
}

.dingzhi .btnBox .btn-linear-y {
    background: linear-gradient(to right, #fd8421, #ffcc33);
}

.dingzhi .box-feature .list .inner {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(128, 128, 128, 0.5);
}

.dingzhi .box-feature .list .img {
    padding-bottom: 73.285%;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dingzhi .box-feature .list .text {
    padding-bottom: 24px;
}

.dingzhi .box-feature .list .text .desc {
    line-height: 24px;
    padding: 0 24px;
}

.dingzhi .box-feature .list .text .button {
    display: block;
    color: #1716ca;
    border: 1px solid #1716ca;
    width: 60%;
    margin: 20px auto 0;
    height: 40px;
    line-height: 40px;
    border-radius: 22px;
}

.dingzhi .box-feature .list .num {
    position: absolute;
    top: 0;
    left: 50%;
    background: #1716ca;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    margin-left: -25px;
    margin-top: -25px;
}

.box-service {
    padding: 80px 0;
}

.box-service .list {
    margin: 100px 0;
}

.box-service .list ul {
    margin-left: -36px;
}

.box-service .list li {
    float: left;
    width: 20%;
}

.box-service .list .inner {
    margin-left: 36px;
    text-align: center;
}

.box-service .list .inner img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
}

.box-service .list .inner .text {
    font-size: 20px;
    color: #333;
    line-height: 1.4;
}

.box-service .list .inner .text .desc {
    font-size: 15px;
    line-height: 22px;
    margin-top: 6px;
    padding: 0 24px;
    color: #555;
}

.box-teacher {
    padding: 80px 0 48px;
    background: #1313ae;
}

.box-teacher .list {
    padding: 80px 0 0;
}

.box-teacher .list ul {
    margin-left: -28px;
}

.box-teacher .list ul li {
    float: left;
    width: 50%;
    margin-bottom: 28px;
}

.box-teacher .list .inner {
    position: relative;
    margin-left: 28px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.box-teacher .list .item-header {
    position: absolute;
    left: -60px;
    top: 0;
    width: 160px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    border-radius: 55px;
    padding-left: 60px;

}

.box-teacher .list .item-body {
    display: table;
    height: 110px;
}

.box-teacher .list .item-body .text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    padding-left: 186px;
    padding-right: 24px;
}

.box-classes {
    padding: 80px 0;
    background: #f0f1f3;
}

.box-classes .table {
    margin-top: 80px;
}

.box-classes .table table {
    width: 100%;
    border-radius: 50%;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    text-align: center;
}

.box-classes .table table th,
.box-classes .table table td {
    padding: 12px 16px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-size: 19px;
    color: #333;
    background: #fff;
}

.box-classes .table .title {
    font-size: 24px;
    font-weight: bold;
    background: #ffcc33;
    color: #1716ca;
}

.box-classes .table .item-title {
    font-weight: bold;
    font-size: 20px;
}

.box-classes .table .button {
    display: inline-block;
    vertical-align: top;
    padding: 0 24px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 22px;
    margin: 0 6px;
}

.box-classes .table .button1 {
    background: #fff;
    color: #ff861b;
    border: 1px solid #ff861b;
}

.box-classes .table .button2 {
    background: linear-gradient(#1615c6, #111096);
    color: #fff;
}

.dingzhi .box-brand {
    background: #fff;
}


.dingzhi .box-brand .list .item .text-inner .btn {
    background: #1716ca;
}

.dingzhi .box-advantage .title,
.dingzhi .box-advantage .list .inner .text .num,
.dingzhi .box-brand .list .item .text-inner .title {
    color: #1716ca;
}

.dingzhi .box-advantage .list .content .text-title {
    border-bottom-color: #1716CA;
}

.dudao .img {
    display: block;
    width: 100%;
}

.dudao .header-banner {
    position: relative;
    min-width: 1200px;
}

.dudao .header-banner .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -160px;
}

.dudao .header-banner {
    padding: 0;
}

.dudao .header-banner .btn {
    background: #fff;
    color: #b31b41;
}

.dudao .box .box-title span {
    padding: 0 16px;
    line-height: 40px;
}

.dudao .box .box-title img {
    vertical-align: top;
}

.dudao .box .box-title span::after {
    display: none;
}

.dudao .box-header .item-list li .img {
    box-shadow: none;
    width: 88px;
    height: 88px;
    padding: 0;
    margin: 0 auto;
}

.dudao .box-header .item-list li .text {
    margin-top: 12px;
}

.dudao .box-header .item-list li .inner {
    padding: 28px 0 36px;
    box-shadow: 0 0 12px rgba(240, 36, 39, 0.2);
}

.dudao .box-header .item-list ul {
    margin-left: -36px;
}

.dudao .box-header .item-list li .inner {
    margin-left: 36px;
}

.dudao .box-item-list {
    padding-top: 48px;
}

.dudao .btnBox {
    text-align: center;
}

.dudao .btnBox .btn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin-left: 24px;
    margin-right: 24px;
    width: auto;
}

.dudao .btnBox .btn1 {
    background: linear-gradient(to right, #f12426, #b61b40);
}

.dudao .btnBox .btn2 {
    background: linear-gradient(to right, #b61b40, #f12426);
}

.zhaosheng .table {
    margin-top: 80px;
}

.zhaosheng .table table {
    width: 100%;
    border-radius: 50%;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    text-align: center;
}

.zhaosheng .table table th,
.zhaosheng .table table td {
    padding: 12px 16px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-size: 19px;
    color: #333;
    background: #fff;
}

.zhaosheng .table .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.zhaosheng .table .desc {
    font-size: 14px;
    color: #999;
}

.zhaosheng .table .item-title {
    font-weight: bold;
    font-size: 20px;
}

.zhaosheng .table .button {
    display: inline-block;
    vertical-align: top;
    padding: 0 24px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 22px;
    margin: 0 6px;
}

.zhaosheng .table .button1 {
    background: #fff;
    color: #b31b41;
    border: 1px solid #b31b41;
}

.zhaosheng .table .button2 {
    background: linear-gradient(#f12426, #b51b40);
    color: #fff;
}

.banner-btn-box {
    position: relative;
}

.banner-btn-box .btn-inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px;
    z-index: 6;
}

.banner-btn-box .btn-inner .banner-btn{
    width: 36px;
    height: 60px;
    cursor: pointer;
}

.banner-btn-box .btn-inner .banner-btn-left{
    float: left;
    background: url(../img/left.png) left center no-repeat;
}

.banner-btn-box .btn-inner .banner-btn-right{
    float: right;
    background: url(../img/right.png) left center no-repeat;
}

.banner a {
    display: block;
    /*padding-bottom: 23.4375%;*/
}

.banner a img{
    display: block;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    transition: all .4s ease;
    border-radius: 4px;
}

.banner .swiper-pagination-bullet-active {
    width: 20px;
}

.index-title {
    text-align: center;
    margin-bottom: 44px;
    line-height: 1.5;
}

.index-title span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 24px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.index-title span::before,
.index-title span::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100px;
    height: 2px;
    background: #333;
}

.index-title span::before {
    left: -124px;
}

.index-title span::after {
    right: -124px;
}

.courses {
    padding: 56px 0 72px;
}

.courses ul {
    margin-left: -24px;
}

.courses li {
    float: left;
    width: 25%;
}

.courses a {
    position: relative;
    top: 0;
    display: block;
    margin-left: 24px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(128, 128, 128, 0.1);
    transition: all .4s ease;
}

.courses .img {
    padding-bottom: 64.56%;
}

.courses .text {
    padding: 20px;
    background: #fff;
}

.courses .text .title {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: bold;
}

.courses .text .desc {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.courses a:hover {
    top: -16px;
}


.courses a:hover .text .title {
    color: #F12426;
}



.major {
    padding: 56px 0 72px;
}

.major .index-title span {
    color: #fff;
}

.major .index-title span::before,
.major .index-title span::after {
    background: #fff;
}

.major .list {
    text-align: center;
}

.major .list li {
    display: inline-block;
    vertical-align: top;
}

.major .list a.inner {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    width: 220px;
    line-height: 1.4;
    padding: 30px 0;
    background: url(../img/common/major-item-bg.png) left center no-repeat;
}

.major .list li.no-line a.inner {
    background: no-repeat;
}

.major .list .img {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto 4px;
    background-size: 65px 65px;
    background-position: center center;
    background-repeat: no-repeat;
}

.major .list .img img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.major .list .text {
    position: relative;
}

.major .list .text::before {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -6px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.major .list a.inner:hover .img img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.major .list a.inner:hover .text:before {
    width: 50px;
    opacity: 1;
    margin-left: -25px;
}

.index-jianjie .text-inner {
    padding: 78px 0 160px;
    text-align: center;
}

.index-jianjie .text-inner .title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 36px;
}

.index-jianjie .text-inner .desc {
    font-size: 20px;
    color: #666666;
    line-height: 1.5;
    max-width: 883px;
    margin: 0 auto;
}

.index-jianjie .content {
    position: relative;
}

.index-jianjie .content .center-title {
    height: 454px;
    line-height: 454px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-attachment: fixed;
    background-image: url(../img/index-jianjie-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.index-jianjie .content .list {
    position: absolute;
    top: -86px;
    left: 0;
    right: 0;
    z-index: 3;
}

.index-jianjie .content .list ul {
    background: url(../img/common/index-jianjie-red.png) repeat;
}

.index-jianjie .content .list li {
    float: left;
    width: 25%;
    text-align: center;
}

.index-jianjie .content .list .inner {
    padding: 36px 50px;
    color: #fff;
    line-height: 1.5;
}

.index-jianjie .content .list .ico {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    opacity: 0.9;
    transition: all .4s ease;
}

.index-jianjie .content .list .inner:hover .ico{
    transform: rotate(360deg);
}

.index-jianjie .content .list .title {
    font-size: 18px;
    margin-bottom: 8px;
}

.index-jianjie .content .list .desc {
    font-size: 13px;
    opacity: 0.8;
}

.index-news {
    padding: 64px 0;
}

.index-news ul {
    margin-left: -24px;
}

.index-news li {
    float: left;
    width: 33.33333%;
    margin-bottom: 24px;
}

.index-news li.news-swiper {
    width: 66.66666%;
}

.index-news li.news-swiper .inner {
    overflow: hidden;
    background: #fff;
}

.index-news li.news-swiper a {
    position: relative;
    display: block;
    height: 155px;
}

.index-news .inner {
    display: block;
    margin-left: 24px;
    border: 1px solid transparent;
    transition: all .4s ease;
    color: #333;
}

.index-news .inner:hover {
    border-color: rgba(214, 36, 27);
    box-shadow: 0 0 12px rgba(214, 36, 27, 0.3);
}

.index-news .inner:hover .text .desc .title,
.index-news .inner:hover .text .date {
    color: #d6241b;
}

.index-news .img {
    padding-bottom: 56.81%;
}

.index-news .inner .text {
    position: relative;
    background: url(../img/bg-ico-point.png) #fff 44px 80px no-repeat;
    padding: 24px 24px 40px;
}

.index-news .text::before {
    content: "";
    position: absolute;
    left: 124px;
    bottom: 16px;
    width: 24px;
    border-bottom: 2px solid #999;
}

.index-news .text .date {
    float: left;
    width: 64px;
    line-height: 1.5;
    font-weight: bold;
    text-align: right;
    font-size: 18px;
}

.index-news .text .date .year {
    font-size: 12px;
}

.index-news .text .desc {
    margin-left: 100px;
}

.index-news .text .desc .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 22px;
    height: 48px;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news .text .desc .content {
    font-size: 13px;
    color: #999;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news li.news-swiper .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 200px 0 12px;
    font-size: 13px;
    color: #fff;
    color: rgba(255, 255, 255, 0.95);
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
}

.index-news li.news-swiper .swiper-pagination {
    text-align: right;
    right: 0;
    width: initial;
    padding-right: 12px;
    bottom: 13px;
}

.index-news li.news-swiper .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.index-news li.news-swiper .swiper-pagination-bullet-active {
    background: #d6241b;
}

.index-contact {
    padding: 72px 0;
    background: #fff;
    overflow: hidden;
}

.index-contact .text {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 48px;
}

.index-contact .text .title {
    position: relative;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.index-contact .text .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 4px;
    background: #da251c;
}

.index-contact .text .cn {
    font-size: 28px;
}

.index-contact .text .en {
    font-size: 20px;
}

.index-contact .text .desc {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.index-contact .text .desc p {
    margin-bottom: 4px;
}

.index-contact .form {
    margin-left: 50%;
}

.index-contact .form .input {
    background: #f2f4f7;
    border-radius: 5px;
    padding: 4px 12px 4px 48px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 10px 8px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
}

.index-contact .form .input input {
    display: block;
    width: 360px;
    line-height: 32px;
    height: 32px;
}

.index-contact .form .input textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    resize: none;
    margin-top: 2px;
}

.index-contact .form .submitBtn {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    padding: 0 36px;
    height: 44px;
    background: #d6241b;
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}


















.zixun {
    padding: 64px 0;
}

.zixun ul {
    margin-left: -30px;
}

.zixun li {
    float: left;
    width: 33.33333%;
    margin-bottom: 30px;
}

.zixun .inner {
    display: block;
    margin-left: 30px;
    border: 1px solid transparent;
    transition: all .4s ease;
    color: #333;
}

.zixun .inner:hover {
    border-color: rgba(166, 3, 38);
    box-shadow: 0 0 12px rgba(166, 3, 38, 0.3);
}

.zixun .inner:hover .text .desc .title,
.zixun .inner:hover .text .date {
    color: #B2253F;
}

.zixun .img {
    position: relative;
    padding-bottom: 56.81%;
    overflow: hidden;
}

.zixun .img img.inner-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.zixun .img:hover img.inner-img{
    transform: scale(1.12);
}

.zixun .text {
    position: relative;
    background: url(../img/bg-ico-point.png) #fff 44px 80px no-repeat;
    padding: 24px 24px 40px;
}

.zixun .text::before {
    content: "";
    position: absolute;
    left: 124px;
    bottom: 16px;
    width: 24px;
    border-bottom: 2px solid #999;
}

.zixun .text .date {
    float: left;
    width: 64px;
    line-height: 1.5;
    font-weight: bold;
    text-align: right;
    font-size: 18px;
}

.zixun .text .date .year {
    font-size: 14px;
}

.zixun .text .desc {
    margin-left: 100px;
}

.zixun .text .desc .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 22px;
    height: 48px;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zixun .text .desc .content {
    font-size: 13px;
    color: #999;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page {
    text-align: center;
    margin-top: 24px;
}

.page a {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 1px 1px 9px rgba(128, 128, 128, 0.3);
    transition: all .4s ease;
}

    .page a:hover,
    .page a.pagebarCurrent {
        background: #333333;
        color: #fff;
    }

.navigation {
    background: #fff;
}

.navigation .bread {
    float: right;
    padding: 16px 0 16px 24px;
    line-height: 36px;
    font-size: 15px;
    color: #333;
    background: url(../img/common/map.jpg) left center no-repeat;
}

.navigation .bread a {
    color: #333;
}

.navigation .bread a:hover,
.navigation .bread a.active {
    color: #d50a1d;
}

.navigation .list {
    float: left;
    padding: 16px 0;
    overflow: hidden;
}

.navigation .list ul {
    margin-left: -24px;
}

.navigation .list li {
    float: left;
}

.navigation .list li a {
    position: relative;
    display: block;
    line-height: 36px;
    padding: 0 24px;
    font-size: 15px;
    color: #333333;
}

.navigation .list li a::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    border-left: 1px solid #cccccc;
}

.navigation .list li a::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: -16px;
    border-bottom: 2px solid transparent;
}

.navigation .list li a:hover::before,
.navigation .list li a.active::before {
    border-color: #d50a1d;
}

.navigation .list li a:hover,
.navigation .list li a.active {
    color: #d50a1d;
}

.teacher-detail {
    padding: 72px 0 120px;
}

.teacher-detail .img {
    float: right;
    width: 50%;
}

.teacher-detail .text {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 36px;
    line-height: 1.5;
}

.teacher-detail .text .name {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}

.teacher-detail .text .desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 24px;
}

.teacher-detail .text .content {
    font-size: 16px;
    line-height: 32px;
}

.ambient {
    padding: 36px 0 72px;
}

.ambient-header li {
    float: left;
    margin: 0 6px 6px 0;
}

.ambient-header li a {
    display: block;
    line-height: 32px;
    padding: 0 16px;
    color: #333;
    font-size: 14px;
    border-radius: 16px;
}

.ambient-header li a:hover,
.ambient-header li a.active {
    background: #da251c;
    color: #fff;
}

.ambient-body {
    padding-top: 24px;
}

.ambient-body ul {
    margin-left: -20px;
}

.ambient-body li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.ambient-body li a {
    display: block;
    margin-left: 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.ambient-body .img {
    position: relative;
    padding-bottom: 67.94%;
    overflow: hidden;
}

.ambient-body .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.ambient-body .img:hover img{
    transform: scale(1.12);
}

.ambient-body .text {
    position: absolute;
    bottom: 10px;
    left: 12px;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
}

.lightbox .lb-dataContainer {
    display: none !important;
}

.teacher {
    padding: 36px 0 12px;
}

.teacher ul {
    margin-left: -30px;
}

.teacher ul li {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

.teacher ul li a {
    position: relative;
    display: block;
    margin-left: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.teacher .img {
    position: relative;
    padding-bottom: 163%;
}

.teacher .img .person {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    line-height: 1.5;
    color: #fff;
    font-size: 12px;
}

.teacher .img .person .name {
    font-size: 15px;
    margin-bottom: 2px;
}

.teacher .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cc2a25;
    background: rgba(204, 42, 37, 0.9);
    padding: 36px 16px 24px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.teacher .text .name {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.teacher .text .en {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.teacher .text .desc {
    font-size: 14px;
    line-height: 22px;
}

.teacher .text .view-btn {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}

.teacher .text .view-btn img {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 6px;
}

.teacher a:hover .text {
    opacity: 1;
    visibility: visible;
}

.linian {
    padding: 64px 0 160px;
}

.linian .title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 48px;
}

.linian .text {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.zhici {
    padding: 72px 0 120px;
}

.zhici .img {
    float: left;
    width: 40%;
}

.zhici .text {
    margin-left: 40%;
    padding-left: 36px;
    line-height: 1.5;
}

.zhici .text .title {
    font-size: 36px;
    color: #333;
    margin-bottom: 16px;
}

.zhici .text .content {
    font-size: 16px;
    line-height: 32px;
}

.join {
    position: relative;
}

.join .left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    display: table;
}

.join .left .inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: 0 36px;
}

.join .left .inner .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 48px;
}

.join .left .inner .tel {
    font-size: 26px;
}

.join .left .inner .date {
    font-size: 16px;
    margin-top: 6px;
}

.join .right {
    margin-left: 50%;
}

.join .form {
    padding: 8% 6%;
}

.join .form .title {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 36px;
}

.join .form ul {
    margin-left: -36px;
}

.join .form li {
    float: left;
}

.join .form li.w50 {
    width: 50%;
}

.join .form li.w100 {
    width: 100%;
}

.join .form .inner {
    margin-left: 36px;
    border: 1px solid #c2c3c6;
    margin-bottom: 16px;
    padding: 6px 12px;
}

.join .form .inner input {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #333;
}

.join .form .inner textarea {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    resize: none;
}

.join .form .submitBtn {
    margin-top: 36px;
    width: 140px;
    height: 44px;
    border: 2px solid #333;
    color: #333;
    font-size: 15px;
    cursor: pointer;
}

.join .map {
    height: 600px;
}

.join .map .BMap_cpyCtrl {
    display: none;
}

.join .contact dl {
    position: relative;
    left: -36px;
    width: 300px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 36px;
}

.join .contact dl:last-child {
    margin-bottom: 0;
}

.join .contact dt {
    font-size: 26px;
    margin-bottom: 16px;
}

.join .contact dd {
    font-size: 16px;
    margin-top: 8px;
}

.jianjie .content .list {
    position: initial;
}

.jianjie .content .list ul {
    background: no-repeat;
}

.jianjie .content .list .inner {
    color: #333;
    transition: all .4s ease;
}

.jianjie .content .list .inner:hover{
    background: #fff;
    box-shadow: 0 0 12px rgba(128,128,128,0.3);
}

.jianjie .content .list .inner .ico {
    margin: 0 auto;
}

.jianjie .content .list .inner .ico-box {
    width: 100px;
    padding: 22px 0;
    background: #da251c;
    border-radius: 50%;
    margin: 0 auto 24px;
}

.jianjie {
    padding: 36px 0 24px;
}

.jianjie-text {
    margin-top: 48px;
}

.jianjie-text .content {
    position: relative;
    top: -48px;
    margin-left: 27%;
    background: #fff;
    padding: 68px 68px 88px;
}

.jianjie-text .content .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: right;
    margin-bottom: 16px;
}

.jianjie-text .content .desc {
    font-size: 14px;
    color: #333333;
    text-align: right;
    font-style: italic;
    margin-bottom: 48px;
}

.jianjie-text .content .text {
    font-size: 15px;
    color: #333;
    line-height: 26px;
}

.jianjie-text .content .text p {
    text-indent: 2em;
}

.small-title {
    position: relative;
    font-size: 20px;
    padding-bottom: 12px;
    color: #474747;
}

.small-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    border-bottom: 3px solid #CC2A25;
}

.more {
    padding: 64px 0;
}

.more .small-title {
    margin-bottom: 36px;
}

.more ul {
    margin-left: -24px;
}

.more li {
    float: left;
    width: 33.33333%;
    margin-bottom: 24px;
}

.more a,
.more a * {
    transition: all .4s ease;
}

.more a {
    position: relative;
    top: 0;
    display: block;
    margin-left: 24px;
}

.more .img {
    padding-bottom: 56.51%;
}

.more .text {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 20px 16px 0;
    background: #fff;

}

.more .text .title {
    font-size: 18px;
    color: #474747;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
    line-height: 26px;
    margin-bottom: 12px;
}

.more .text .desc {
    font-size: 14px;
    color: #474747;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 24px;
}

.more .text .btn-box {
    line-height: 56px;
    border-top: 1px solid #e6e6e6;
    margin-top: 24px;
}

.more .text .btn-box span {
    float: left;
    font-size: 15px;
}

.more .text .btn-box i {
    float: right;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
}

.more a:hover {
    top: -12px;
    box-shadow: 0 0 8px rgba(218, 37, 27, 0.3);
}

.more a:hover .text .title {
    color: #D50A1D;
}

.xiaoqu {
    padding: 64px 0;
}

.xiaoqu .img {
    float: right;
    width: 50%;
}

.xiaoqu .img img {
    display: block;
    width: 100%;
}

.xiaoqu .text {
    margin-right: 50%;
    padding-right: 36px;
}

.small-title-2 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 36px;
}

.xiaoqu .text .content {
    font-size: 15px;
    line-height: 27px;
}

.xiaoyuan {
    background: #fff;
    padding: 64px 0 48px;
}

.xiaoyuan .ambient,
.xiaoyuan .ambient-body {
    padding: 0;
}

.loadMore {
    display: block;
    margin: 36px auto 6px;
    width: 136px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 22px;
    font-size: 15px;
    color: #666;
    transition: all .4s ease;
}

.loadMore:hover {
    background: #D50A1D;
    color: #fff;
    border-color: #D50A1D;
}

.weizhi {
    padding: 64px 0;
}

.weizhi .img {
    float: left;
    width: 50%;
}

.weizhi .text {
    margin-left: 50%;
    padding: 4%;
}

.weizhi .text .title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 24px;
}

.weizhi .text .desc {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.weizhi .text .desc p {
    margin-bottom: 8px;
}

.wenhua {
    position: relative;
    background: #fff;
    padding-top: 48px;
}

.wenhua .text {
    max-width: 606px;
    padding: 64px 0 124px;
}

.wenhua .text li {
    margin-bottom: 36px;
    line-height: 1.5;
}

.wenhua .text .title {
    font-size: 24px;
    margin-bottom: 12px;
}

.wenhua .text .title span {
    font-weight: bold;
    color: #da251c;
}

.wenhua .text .desc {
    font-size: 16px;
    line-height: 26px;
}

.wenhua .img {
    position: absolute;
    top: 48px;
    right: 0;
    left: 50%;
    bottom: 96px;
}

.wenhua .img img {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wenhua .img::before {
    content: "";
    position: absolute;
    left: 6%;
    bottom: -8%;
    width: 36%;
    height: 30%;
    background: #f8d3d2;
}

.small-title-3 {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    padding: 0 20px 0 8px;
    background: #da251c;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 36px;
}

.more-2 {
    border-top: 1px solid #e0e0e0;
    background: #fff;
    padding: 0;
}

.more-2 ul {
    margin-left: -56px;
}

.more-2 a {
    top: 0 !important;
    margin-left: 56px;
    box-shadow: none !important;
    padding: 44px 0 0;
}

.more-2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    bottom: 0;
    border-left: 1px solid #e0e0e0;
}

.more-2 ul li:first-child a::before {
    display: none;
}

.more-2 a .img .small-title-3 {
    position: absolute;
    left: 12px;
    top: 12px;
}

.more-2 a .img {
    position: relative;
    overflow: hidden;
}

.more-2 a .img .inner-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.more-2 a:hover .img img{
    transform: scale(1.12);
}

.more-2 a .text .desc {
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
    overflow: initial;
    text-overflow: initial;
    height: 192px;
}

.more-2 .text {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.xuanyan {
    padding: 42px 0;
}

.xuanyan .img {
    float: left;
    width: 50%;
    overflow: hidden;
}

.xuanyan .img img {
    display: block;
    width: 100%;
    transition: all .4s ease;
}

.xuanyan .img:hover img{
    transform: scale(1.12);
}

.xuanyan .text {
    padding: 12px 30px;
    margin-left: 50%;
}

.xuanyan .text .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 24px;
}

.xuanyan .text .desc {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}


.pinpai {
    padding: 42px 0;
    background: #fff;
}

.pinpai .img {
    float: right;
    width: 50%;
    overflow: hidden;

}

.pinpai .img img {
    display: block;
    width: 100%;
    transition: all .4s ease;
}

.pinpai .img:hover img{
    transform: scale(1.12);
}


.pinpai .text {
    padding: 12px 30px 12px 0;
    margin-right: 50%;
}

.pinpai .text .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 24px;
}

.pinpai .text .desc {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.dudao .box-header li .img {
    box-shadow: none;
}

.dudao .box-header li .text {
    margin-top: 0;
}

.dudao .box-header li .inner {
    padding-bottom: 36px;
    box-shadow: 0 0 12px rgb(189, 31, 23, 0.2);
}

.dudao .box-header ul {
    margin-left: -48px;
}

.dudao .box-header li .inner {
    margin-left: 48px;
}

.dudao .box-header .list {
    margin-top: 36px;
}

.dudao .bg_box .box {
    background: no-repeat;
}

.box-banxing .tip {
    text-align: center;
    font-size: 18px;
    margin: 12px 0 48px;
}

.dudao .box-banxing li {
    width: 25%;
}

.dudao .box-banxing ul {
    margin-left: -12px;
}

.dudao .box-banxing li .inner {
    margin-left: 12px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgb(128, 128, 128, 0.2);
    padding: 30px 24px;
}

.dudao .box-banxing li .title {
    font-size: 22px;
    text-align: center;
    padding-bottom: 16px;
    position: relative;
}

.dudao .box-banxing li .title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -24px;
    width: 48px;
    border-bottom: 2px solid #D50A1D;
}

.dudao .box-banxing li .ico {
    display: block;
    width: 72px;
    height: 72px;
    margin: 36px auto 44px;
}

.dudao .box-banxing .btn {
    border: 2px solid transparent;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin-top: 0;
}

.dudao .box-banxing ul li:nth-child(1) .title,
.dudao .box-banxing ul li:nth-child(1) .btn {
    color: #da251c;
}

.dudao .box-banxing ul li:nth-child(1) .btn {
    border-color: #da251c;
}

.dudao .box-banxing ul li:nth-child(2) .title,
.dudao .box-banxing ul li:nth-child(2) .btn {
    color: #1eb1c3;
}

.dudao .box-banxing ul li:nth-child(2) .btn {
    border-color: #1eb1c3;
}

.dudao .box-banxing ul li:nth-child(3) .title,
.dudao .box-banxing ul li:nth-child(3) .btn {
    color: #f6490d;
}

.dudao .box-banxing ul li:nth-child(3) .btn {
    border-color: #f6490d;
}

.dudao .box-banxing ul li:nth-child(4) .title,
.dudao .box-banxing ul li:nth-child(4) .btn {
    color: #0c81dc;
}

.dudao .box-banxing ul li:nth-child(4) .btn {
    border-color: #0c81dc;
}

.box-fuwutixi ul li {
    float: none;
    position: relative;
    background: url(../img/common/bg-ico-1.png) no-repeat;
    width: 1185px;
    height: 94px;
    line-height: 94px;
    margin-bottom: 32px;
}

.box-fuwutixi ul li:last-child {
    margin-bottom: 0;
}

.box-fuwutixi {
    padding-top: 0 !important;
}

.box-fuwutixi ul {
    margin-top: 48px;
}

.box-fuwutixi .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.box-fuwutixi .desc {
    margin-left: 336px;
    font-size: 18px;
    color: #333;
}

.dudao .box-shizi {
    padding: 90px 0 64px;
    position: relative;
    top: -20px;
}

.shizi {
    margin-top: 64px;
}

.dudao .box-shizi li {
    width: 33.33333%;
}

.dudao .box-shizi li .inner {
    line-height: 1.5;
}

.dudao .box-shizi li .inner .ico {
    display: block;
    margin: 0 auto 24px;
}

.dudao .box-shizi li .inner .title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.dudao .box-shizi li .inner .desc {
    font-size: 18px;
    color: #fff;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 12px;
}

.dudao .box-zhaosheng {
    padding: 64px 0 88px;
}

.dudao .box-zhaosheng .table {
    border-radius: 24px;
    background: linear-gradient(#f22426, #b41b41);
    padding: 24px;
}

.dudao .box-zhaosheng .table-inner {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
}

.dudao .zhaosheng .table table {
    border-top: 1px solid #b31b41;
    border-left: 1px solid #b31b41;
    border-radius: 0;
    overflow: hidden;
}

.dudao .zhaosheng .table table th,
.dudao .zhaosheng .table table td {
    border-right: 1px solid #b31b41;
    border-bottom: 1px solid #b31b41;
}

.dudao .zhaosheng .table .first td {
    background: #b31b41 !important;
    color: #fff;
}

.dudao .zhaosheng .table .text {
    font-size: 18px;
    font-weight: bold;
    color: #b31b41;
    margin-top: 24px;
}

.dudao .box-brand .list .item .text-inner .title,
.dudao .box-advantage .title,
.dudao .box-advantage .list .inner .text .num {
    color: #b31b41;
}

.dudao .btn.btn-linear {
    background: linear-gradient(#f12426, #b71c3f);
}

.dudao .box-advantage .list .content .text-title {
    border-bottom-color: #1bb38d;
}

.gaosan .box-header li .inner {
    box-shadow: 0 0 12px rgba(0, 0, 255, 0.1);
}

.gaosan .content-img {
    display: block;
    margin: 24px auto 64px;
}

.gaosan .btnBox .btn1 {
    background: linear-gradient(to right, #6fd6bb, #2ab591);
}

.gaosan .btnBox .btn2 {
    background: linear-gradient(to right, #fd8321, #ff9c4b);
}

.gaosan .box-fuwutixi {
    background: transparent;
}

.gaosan .box-fuwuxitong .bg-img {
    display: block;
    width: 100%;
    position: relative;
    margin-top: -190px;
}

.gaosan .box-title {
    padding: 36px 0;
    font-size: 36px;
    background-position: center center;
    background-repeat: no-repeat;
}

.gaosan .box-fuwuxitong .container {
    position: relative;
    margin-top: -28%;
}

.gaosan .box-fuwuxitong {
    /* background: url(../img/icon/gaosan-bg-32.png) #fff repeat; */
}

.gaosan .fuwuxitong ul {
    margin-left: -28px;
}

.gaosan .fuwuxitong li {
    float: left;
    width: 33.33333%;
    margin-bottom: 48px;
}

.gaosan .fuwuxitong a {
    position: relative;
    display: block;
    margin-left: 28px;
    border-radius: 8px;
    padding-bottom: 0 !important;
}

.gaosan .fuwuxitong a .img {
    padding-bottom: 44.7368%;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.gaosan .fuwuxitong a .text {
    background: #fff;
    padding: 20px 16px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 94px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.gaosan .fuwuxitong .btn {
    position: absolute;
    left: 18%;
    right: 18%;
    margin: 0;
    width: auto;
    bottom: -24px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background: linear-gradient(to right, #1bb38d, #6ed6ba);
}

.gaosan .box-fuwuxitong {
    background: transparent;
}

.bottom-box .box-brand,
.bottom-box .box-advantage {
    background: transparent !important;
}

.gaosan .box-fuwuxitong .box-title{
    margin-bottom: 24px;
}

.gaosan .shizi-list {
    width: 1200px;
    height: 339px;
    background: url(../img/icon/gaosan-bg-11.png);
    padding: 0 9px;
    box-sizing: border-box;
}

.gaosan .shizi-list .item {
    position: relative;
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 26px;
}

.gaosan .shizi-list .item .text {
    margin-left: 80px;
    text-align: center;
    padding-right: 54px;
    padding-top: 78px;
}

.gaosan .shizi-list .item1 {
    color: #333;
}

.gaosan .shizi-list .item2 {
    color: #fff;
}

.gaosan .shizi-list img {
    margin-bottom: 8px;
}

.gaosan .shizi-list .title {
    position: absolute;
    left: 0;
    top: 70px;
    height: 200px;
    width: 80px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.gaosan .shizi-list .title i {
    position: absolute;
    box-sizing: border-box;
    padding: 0 24px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.gaosan .shizi-list .item1 .title {
    color: #006d55;
}

.gaosan .shizi-list .item2 .title {
    color: #333333;
}

.box-shizi-box .tip {
    text-align: center;
    margin-top: 36px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.gaosan .box-youhui {
    background: transparent;
    margin-top: -160px;
}

.gaosan .img {
    position: relative;
    z-index: 1;
}

.gaosan .box-youhui .inner {
    position: relative;
    z-index: 6;
    margin-top: -40%;
}

.gaosan .box-zhaosheng .table {
    position: relative;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.gaosan .box-zhaosheng .table::after {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 1224px;
    height: 33px;
    background: url(../img/icon/table-header.png) no-repeat;
}

.gaosan .box-zhaosheng .table-inner {
    padding: 0;
}

.gaosan .zhaosheng .table .first td {
    background: #e5fff9 !important;
    color: #1bb38d;
}

.gaosan .zhaosheng .table table {
    border-color: #1bb28d;
}

.gaosan .zhaosheng .table table th,
.gaosan .zhaosheng .table table td {
    border-color: #1bb28d;
}

.gaosan .zhaosheng .table .button1 {
    color: #ffa262;
    border-color: #ffa262;
}

.gaosan .zhaosheng .table .button2 {
    background: linear-gradient(#1bb38d, #16a07b);
}

.gaosan .box-brand .list .item .text-inner .title,
.gaosan .box-advantage .title,
.gaosan .box-advantage .list .inner .text .num {
    color: #1bb38d;
}

.gaosan .btn.btn-linear {
    background: linear-gradient(#6dd5ba, #1fb58f);
    transition: all .4s ease;
}

.jiangxuejin table{
    border: none !important;
}

.jiangxuejin table td{
    background: #fff;
    padding: 12px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px !important;
}

.jiangxuejin table tr td:first-child{
    background: #ffced7;
    font-size: 18px !important;
    color: #333;
    padding: 6px 16px;
}

.jiangxuejin table tr:first-child td{
    background: #8f0620 !important;
    font-size: 20px !important;
    color: #fff !important;
}

.jiangxuejin .last_tr{
    display: none;
}

.jiangxuejin .addr_jxj,
.jiangxuejin .addr_jxj1{
    padding-bottom: 20px !important;
    background: #8f0620;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 9px 8px 0px #00000026;
    margin-top: 24px !important;
}

.banner-btn-box .btn-inner .container{
    max-width: initial !important;
    width: 90%;
}

.copyright {margin:10px auto
}
.mainBox{ width:1200px; margin:0 auto;       text-align: left;}
.mainBox h2{ font-size:24px; color:#000; text-align:center; background:url(../images/titleLine.png) center center no-repeat; margin-bottom:9px}
.mainBox .title-dep{ color:#919191; text-align:center; font-size:16px; margin-bottom:42px;}
.blogroll{ border-bottom:1px solid #292929; height:27px; }
.blogroll strong{ display:inline-block; height:27px; line-height:27px; font-size:14px; color:#a6a6a6; border-bottom:1px solid #e30000}
.blogroll-list{ border-bottom:1px solid #464646; padding-bottom:16px;}
.blogroll-list a{ display:inline-block; margin: 10px 12px 0 0; color:#a6a6a6; font-size:12px; transition:all .2s ease-in-out}
.blogroll-list a:hover{ color:#0d93ce}