html {
    overflow-x: hidden;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #b8814f;
}

.item-btn {
    padding: 4px 13px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    transition: all .3s;
    display: inline-block;
}

.item-btn:hover {
    background-color: #fff;
    color: #b8814f;
    border-color: #b8814f;
}

.item-btn-sm {
    padding: 4px 13px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    transition: all .3s;
    display: inline-block;
}

.item-btn-md {
    font-size: 18px;
    padding: 10px 26px;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 25px;
    transition: all .3s;
}

.item-flex {
    display: flex;
    /*align-items: center;*/
    /*justify-content: space-between;*/
}

.swiper-pagination-bullet-active {
    background: #b8814f;
}

.g-hd .top-nav {
    float: right;
    padding-top: 30px;
    padding-bottom: 6px;
}

.g-hd .top-nav li {
    float: left;
    padding: 0 12px;
    border-left: 1px solid #ffffff;
}

.g-hd .top-nav li:first-child {
    border-left: 0;
}

.g-hd .top-nav li > a {
    display: block;
    color: #ffffff;
    line-height: 1;
    font-size: 12px;
}

.g-hd .top-nav li > a:hover {
    color: #b8814f;
}

.g-hd .navbar-toggle .icon-bar {
    background-color: #753e2a;
}

.g-hd-search .navbar-form {
    padding-top: 8px;
    padding-bottom: 8px;
}

.g-hd .nav > li:hover > a {
    background-color: transparent;
}

.g-hd .nav > li > a:hover, .g-hd .nav > li.active > a {
    color: #b8814f;
}

.g-hd .nav > li > a:hover:after, .g-hd .nav > li.active > a:after {
    position: absolute;
    bottom: 0;
    /*left: 50%;*/
    /*margin-left: -35px;*/
    /*width:70px;*/
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #b8814f;
    content: " ";
}

.section {
    padding-top: 30px;
    padding-bottom: 40px;
    background-position: center top;
    /* background-size: cover; */
    /*background-repeat: no-repeat;*/
}

.section.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: auto;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 3px #b8814f;
}

.section img {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.section .h4,
.section h4 {
    font-weight: bold;
    color: #333;
}

.section-header {
    position: relative;
    padding-top: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.section-header h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 22px;
}

.section-header .title {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold
}

.section-header .border-div {
    position: relative;
    background-color: #b8814f;
    width: 40px;
    height: 4px;
    margin: 20px auto;
}

.section-header .desc {
    position: relative;
    color: #666666;
    line-height: 2em;
}

.section-header .titlebg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 107px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -moz-opacity: 0.45; /* Ã¨â‚¬ÂÃ§â€°Ë†Mozilla */
    -khtml-opacity: 0.45; /* Ã¨â‚¬ÂÃ§â€°Ë†Safari */
    opacity: 0.45; /* Ã¦â€Â¯Ã¦Å’ÂopacityÃ§Å¡â€žÃ¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨*/
}

.section .section-body {

}

.g-bd-about .section-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-banner {
    background-color: #f6f8fb;
}

.section-banner .swiper-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(84, 42, 42, .65);
    background: #2b2f38;
    background: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/header_overlay.png) repeat-x;
    min-height: 118px;
}

.section-banner .swiper-slide .item-txt {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
    width: 100%;
    /*height: 100%;*/
    color: #fff;
    text-align: center;
    transition: top .5s linear;
}

.section-banner .swiper-slide-active .item-txt {
    /*transform: translateY(-50%);*/
    top: 50%;
}

.section-banner .swiper-slide .item-txt h1 {
    font-size: 60px;
}

.section-banner .swiper-slide .item-txt h4 {
    line-height: 3em;
    color: #fff;
}

.section-banner .swiper-slide .item-txt .item-btn {
    margin-top: 80px;
}

.section-banner .swiper-slide .item-txt sup {
    color: #2bd3c6;
}

.section-banner .swiper-pagination {
    /*position: relative;*/
    /*bottom: 109px;*/
    bottom: 0;
    /*text-align: initial;*/
    background-color: #fff;
    /*border-radius: 5px;*/
    /*box-shadow: 0 0 6px #e6e6e6;*/
    /*display: flex;*/
    width: 100%;
}

.section-banner .swiper-pagination-bullets {
    /*display: flex;*/
}

.section-banner .swiper-pagination-bullet {
    flex: 1;
    /*width: 16.66%;*/
    height: auto;
    /*margin: 26px 0;*/
    /*margin-top: 26px;*/
    /*margin-bottom: 26px;*/
    /*padding: 26px 0;*/
    padding-top: 26px;
    padding-bottom: 26px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    border-radius: 0;
    background: transparent;
    opacity: 1;
}

.section-banner .swiper-pagination-bullet .item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease-in;
    padding: 0;
    position: relative;
}

.section-banner .swiper-pagination-bullet + .swiper-pagination-bullet .item {
    border-left: 1px solid #dcdcdc;
}

.section-banner .swiper-pagination-bullet-active {
    background: transparent;
}

.section-banner .swiper-pagination-bullet-active .item {
    /*align-items: flex-start;*/
    transform: translateY(-6px);
    /*transform: rotateY(360deg);*/
}

.section-banner .swiper-pagination-bullet .item-icon,
.section-banner .swiper-pagination-bullet .item-txt .desc {
    /*display: none;*/
}

.section-banner .swiper-pagination-bullet .item-txt {
    margin-left: 18px;
    /*width: 185px;*/
}

.section-banner .swiper-pagination-bullet .item-txt h4 {
    /*font-weight: bold;*/
    color: #333333;
}

.section-banner .swiper-pagination-bullet-active .item-txt h4,
.section-banner .swiper-pagination-bullet-active .item-txt .desc {
    color: #b8814f;
}

.section-banner .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    /*background: #2b2f38;*/
    /*background: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/header_overlay.png) repeat-x;*/
    /*background: rgba(0, 0, 0, .45);*/
}

.section-nav {
    padding: 0;
    /*height: 0;*/
    background: #fffaf6;
}

.section-nav .section-inner {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 5px;
    margin-top: -59px;
    /*transform: translateY(-50%);*/
    position: relative;
    z-index: 99;
    transition: padding .3s linear;
    box-shadow: 0 0 3px #b8814f;
}

.section-nav.fixed .section-inner {
    margin: 0;
    /*transform: none;*/
    padding: 10px 0;
    box-shadow: none;
}

.section-nav .item {
}

.section-nav .item a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-nav .item a:focus,
.section-nav .item a:hover {
    background-color: transparent;
}

.section-nav .item-icon {
    display: inline-block;
    text-align: left;
}

.section-nav .item-txt {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.66;
    color: #333;
    margin-left: 18px;
    display: inline-block;
    text-align: left;
}

.section-nav .item a:hover .item-txt {
    color: #b8814f;
}

.section-nav .active {
    /*background-color: #b8814f;*/
}

.section-nav .active .item-txt {
    color: #b8814f;
}

.section-nav .item + .item {
    border-left: 1px solid #ccc;
}

.g-bd .location {
    background: #b8814f;
}

.g-bd .location .navbar-nav > li > a {
    position: relative;
    color: #ffcc99;
    font-size: 14px;
    font-weight: bold;
    padding-left: 48px;
    padding-right: 48px;
}

.g-bd .location .navbar-nav > li > a:before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 14px;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-color: #89523c;
}

.g-bd .location .navbar-nav > li:first-child > a:before {
    display: none;
}

.g-bd .location .navbar-nav > li > a:hover,
.g-bd .location .navbar-nav > li.active > a {
    color: #ffffff;
    background: none;
}

.section-nav .btn {
    vertical-align: text-bottom;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    padding-right: 40px;
}

.section-nav .btn .g-icon {
    margin-right: 26px;
}

.banner-wrap {
    position: relative;
    height: 446px;
    background-size: cover;
    background-position: center;
}

.banner-wrap .s-header {
    margin-top: 160px;
    color: #ffffff;
    position: relative;
    max-width: 600px;
}

.banner-wrap .s-header a {
    color: #999999;
}

.banner-wrap .s-header .title, .banner-wrap .s-header .desc {
    color: #ffffff;
}

.banner-wrap .s-header .border-div {
    width: 32px;
    height: 2px;
    background-color: #d83a23;
    margin-bottom: 20px;
}

.banner-wrap .s-header .title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold
}

.banner-wrap .s-header .title span {
    font-size: 24px;
    line-height: 1;
    color: #d85212;
    vertical-align: top;
    margin-left: 14px;
}

.banner-wrap .s-header .desc {
    font-size: 18px;
    line-height: 30px;
}

/* Page Home Start */
.g-bd-home h4 {
    margin-bottom: 22px;
}

.g-bd-home .section-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-training {
    background-color: #ebedf2;
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/section-bg-course.jpg);
}

.section-training .nav-tabs {
    max-width: 690px;
    margin-top: 20px;
}

.section-training .nav-tabs > li {
    /*text-align: center;*/
}

.section-training .nav-tabs > li > a {
    color: #b8814f;
    border: 1px solid #b8814f;
    display: inline-block;
    border-radius: 20px;
    min-width: 173px;
    overflow: hidden;
}

.section-training .nav-tabs > li > a:before {
    background: #b8814f;
}

.section-training .nav-tabs > li.active > a,
.section-training .nav-tabs > li.active > a,
.section-training .nav-tabs > li.active > a,
.section-training .nav-tabs > li > a:hover {
    background-color: #b8814f;
    color: #fff;
}

.section-training .section-body {
    background: #fff;
    margin-top: 20px;
}

.section-training .tab-adv {
    overflow: hidden;
}

.section-training .tab-adv .item {
    border-left: 1px solid #ccc;
    margin: 40px 0 23px;
    min-height: 121px;
}

.section-training .tab-adv .item::after {
    /* content: '';
     background: #ccc;
     display: block;
     width: 1px;
     height: 100%;
     position: absolute;
     top: 0;
     right: 0;
     transform: scaleY(0.8);*/
}

.section-training .tab-adv .item:nth-child(3n+1) {
    border-left: none;
}

.section-training .tab-adv .item:nth-child(3n)::after {
    display: none;
}

.section-training .tab-adv .item:nth-child(-n+3) {
    /*margin-bottom: 23px;*/
}

.section-training .tab-adv .item:nth-child(n+4)::before {
    content: '';
    background: #ccc;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -32px;
    left: 0;
}

.section-training .tab-adv .item:nth-child(n+4) {
    margin-top: 40px;
}

.section-training .tab-adv .item .item-inner {
    display: flex;
    /* justify-content: center; */
    padding: 0 30px;
}

.section-training .tab-adv .item .item-img {
    flex: 1;
    padding-right: 24px;
    max-width: 110px;
}

.section-training .tab-adv .item .item-img img {
    border-radius: 30px;
}

.section-training .tab-adv .item .item-txt {
    flex: 2;
    min-height: 141px;
    /* max-width: 230px; */
}

.section-training .tab-adv .item .media-left {
    padding-right: 24px;
}

.section-training .tab-adv .media-left img {
    border-radius: 30px;
}

.section-training .tab-consult {
    /*min-height: 418px;*/
}

.section-training .tab-consult .item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-training .tab-consult .item + .item {
    border-left: 1px solid #ccc;
}

.section-training .tab-consult .thumbnail {
    max-width: 246px;
    margin: 0 auto;
    border: none;
    padding: 4px 0;
}

.section-training .tab-consult .thumbnail img {
    border-radius: 30px;
}

.section-training .tab-feature {
    /*min-height: 418px;*/
}

.section-training .tab-feature .item {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 285px;
}

.section-training .tab-feature .item + .item {
    border-left: 1px solid #ccc;
}

.section-training .tab-feature .thumbnail {
    max-width: 246px;
    margin: 0 auto;
    border: none;
    /* padding: 4px 20px; */
    padding: 4px 0;
}

.section-training .tab-feature .thumbnail img {
    border-radius: 30px;
}

.section-training .tab-feature .sub-item {
    padding-top: 9px;
    padding-bottom: 4px;
}

.section-training .tab-feature .item .sub-item:nth-child(-n+2)::after,
.section-training .tab-feature .item:nth-child(3) .sub-item:nth-child(-n+3)::after {
    border-top: 1px solid #b8814f;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 90%;
}

.section-training .tab-feature .sub-item .icon-circle-brown {
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    background: #b8814f;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    /* margin-right: 5px; */
}

.section-service {
    padding-bottom: 0;
}

.section-service .section-body {
    padding-bottom: 0;
}

.section-service .item {
    position: relative;
    padding: 0;
    color: #fff;
    /*cursor: pointer;*/
}

.section-service .item .item-img {
    filter: blur(1px);
}

.section-service .item .item-txt {
    background-color: #b8925a;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: background-color .6s;
    padding: 42px 23px;
}

.section-service .item:nth-child(5n+1) .item-txt {
    background-color: #b8925a;
}

.section-service .item:nth-child(5n+2) .item-txt {
    background-color: #cfa972;
}

.section-service .item:nth-child(5n+3) .item-txt {
    background-color: #b8814f;
}

.section-service .item:nth-child(5n+4) .item-txt {
    background-color: #999999;
}

.section-service .item:nth-child(5n+5) .item-txt {
    background-color: #7f4f21;
}

.section-service .item-txt h4 {
    color: #fff;
    font-weight: normal;
    line-height: 1.5em;
}

.section-service .item-txt p {
    color: #fff;
    font-size: 12px;
}

.section-service .item.active .item-txt {
    background-color: transparent;
}

.section-service .item-icon {
    position: absolute;
    right: 50px;
    bottom: 40px;
}

.section-project {
    background-color: #ebedf2;
}

.section-project .swiper-slide:nth-child(n+2) {
    /*margin-left: 15px;*/
}

.section-project .item-inner {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    /*border: 1px solid #cccccc;*/
}

.section-project .animate-overlay .item-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.section-project .animate-overlay:hover .item-img::after {
    background: rgba(127, 79, 33, .8);
}

.section-project .item-txt h4 {
    color: #fff;
}

.section-project .item-txt .desc {
    display: none;
}

.section-project .item-txt {
    position: absolute;
    top: 0;
    padding: 23px;
    color: #fff;
}

.section-project .item-inner:hover .item-txt {
    /*border: 1px solid #fff;*/
    border-color: #fff;
}

.section-project .item-inner:hover .item-txt h4 {
    display: none;
}

.section-project .item-inner:hover .item-txt .desc {
    display: block;
}

.section-project .animate-scale img {
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}

.section-project .animate-scale:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.section-case {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/section-bg-case.jpg?v=2020);
}

.section-case .section-header .title {
    color: #fff;
}

.section-case .section-body {
    margin: 0 auto;
}

.section-case .swiper-button-prev {
    display: none;
}

.section-case .swiper-button-next {
    display: none;
}

.section-case .swiper-pagination {
    bottom: 0;
}

.section-case .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
}

.section-case .swiper-pagination-bullet-active {
    background: #b8814f;
    opacity: 1;
}

.section-case .item {
    background-color: #fff;
    /*min-height: 420px;*/
    overflow: hidden;
    margin-bottom: 30px;
}

.section-case .item .item-inner {
    padding: 3px 14px 13px;
}

.section-case .item .item-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}

.section-case .item:hover {
    background-color: #b8814f;
}

.section-case .item h4 {
    min-height: 2.4em;
    line-height: 1.2;
}

.section-case .item:hover .item-txt,
.section-case .item:hover h4 {
    color: #fff;
}

.section-show {
    /*background-color: #ebedf2;*/
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/section-bg-show.png);
}

.section-show .section-body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.section-show .item-inner {
    position: relative;
}

.section-show .item-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/show-overlay.png) bottom repeat-x;
    position: absolute;
    opacity: 0.2;
}

.section-show .item:first-child .item-img:before {
    background: #f2efeb;
}

.section-show .item-img img {
    /*width: 100%;*/
}

.section-show .item-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.section-show .item-txt {
    width: 100%;
    position: absolute;
    padding: 0 28px;
    color: #fff;
    overflow: hidden;
    /*display: none;*/
    /*transform: translateY(-300%);*/
    /*transform: translateX(100%);*/
    opacity: 0;
}

.section-show .item:first-child .item-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    top: 0;
    height: 100%;
    justify-content: space-around;
    color: #000;
}

.section-show .item:nth-child(n+2) .item-txt {
    max-height: 160px;
    top: 50%;
    transition: all .3s ease-in;

}

.section-show .item-icon {
    position: absolute;
    bottom: 28px;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.section-show .item .item-inner:hover .item-txt {
    /*display: block;*/
    /*transform: initial;*/
    opacity: 1;
}

.section-show .item .item-inner:hover .item-img:before {
    opacity: 1;
}

.section-show .item .item-inner:hover .item-icon {
    opacity: 1;
}

.section-result {
    background-color: #ebedf2;
}

.section-result .item {
    margin-bottom: 30px;
}

.section-result .item-inner {
    background-color: #fff;
    min-height: 300px;
    overflow: hidden;
    padding: 55px 35px 0;
}

.section-result .item .media {
    width: 190px;
    margin: 33px auto 0;
    color: #000000;
}

.section-result .item .media-left {
    font-size: 52px;
    font-family: "arial narrow", arial;
    font-weight: bold;
    line-height: 1.2em;
}

.section-result .item .media-body {
    font-size: 18px;
}

.section-result .item .media-body .media-heading {
    color: #b8814f;
    font-weight: bold;
}

.section-result .item .item-icon {
    text-align: center;
}

.section-result .item .item-txt {
    text-align: center;
    color: #b8814f;
    line-height: 2em;
}

/* Page Home End */

/* Page About Start */

.g-bd-about .item-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-advantage {
    background-color: #fffaf7;
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/advantage/section-bg.jpg);
}

.section-advantage .item-inner {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 40px 60px;
}

.section-advantage .item .item-static {
    position: relative;
}

.section-advantage .item .item-img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    overflow: hidden;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 40px;*/
}

.section-advantage .item .item-txt {
    /*padding-top: 120px;*/
    padding-top: 20px;
    /*min-height: 140px;*/
}

.section-advantage .item .item-icon {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

.section-feature {
    background-color: #fff;
    /*min-height: 690px;*/
}

.section-feature .section-body {
    padding-top: 30px;
    /*padding-bottom: 30px;*/
}

.section-feature .item {
    margin-bottom: 30px;
}

.section-feature .item .item-img img {
    /*width: 100%;*/
}

.section-feature .nav-tabs {
    /*max-width: 690px;*/
    margin-top: 20px;
}

.section-feature .nav-tabs > li {
    text-align: center;
}

.section-feature .nav-tabs > li > a {
    color: #b8814f;
    border: 1px solid #b8814f;
    display: inline-block;
    border-radius: 20px;
    min-width: 173px;
    overflow: hidden;
}

.section-feature .nav-tabs > li > a:before {
    background: #b8814f;
}

.section-feature .nav-tabs > li.active > a,
.section-feature .nav-tabs > li.active > a,
.section-feature .nav-tabs > li.active > a,
.section-feature .nav-tabs > li > a:hover {
    background-color: #b8814f;
    color: #fff;
}

.section-feature .tab-feature .item {
    background-color: #fff;
    /*min-height: 328px;*/
    overflow: hidden;
    /*padding: 30px;*/
    border: 1px solid #e6e6e6;
}

.section-feature .tab-feature .item .item-img {
    /*border-radius: 30px;*/
    overflow: hidden;
}

.section-feature .tab-feature .item h4 {
    font-weight: bold;
}

.section-feature .tab-feature .item .item-inner {
    padding: 36px 30px;
}

.section-feature .tab-feature .item .item-txt {
    /*min-height: 60px;*/
    /*margin-bottom: 10px;*/
    /*flex: 2;*/
    margin-left: 20px;
}

.section-feature .tab-feature .item .item-icon {
    /*text-align: center;*/
    flex: 1;
}

.section-feature .tab-form .item {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.section-feature .tab-form .item .item-img {
    overflow: hidden;
}

.section-feature .tab-form .item h4 {
    font-weight: bold;
}

.section-feature .tab-form .item .item-inner {
    padding: 36px 30px;
}

.section-feature .tab-form .item .item-txt {
    min-height: 110px;
    margin-left: 20px;
}

.section-feature .tab-form .item .item-icon {
    flex: 1;
}

.section-feature .tab-process .item-inner {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.section-feature .tab-process .item .item-img {
    overflow: hidden;
}

.section-feature .tab-process .item h4 {
    font-weight: bold;
    text-align: center;
}

.section-feature .tab-process .item .item-inner {
}

.section-feature .tab-process .item .item-txt {
    padding: 36px 30px 26px;
    position: relative;
    min-height: 171px;
    /*margin-left: 20px;*/
}

.section-feature .tab-process .item .item-icon {
    position: absolute;
    top: 12px;
    font-size: 48px;
    font-weight: bold;
    color: #b8814f;
}

.section-feature .tab-digital .item {
    background-color: #fff;
    /*min-height: 328px;*/
    overflow: hidden;
    /*padding: 30px;*/
    border: 1px solid #e6e6e6;
}

.section-feature .tab-digital .item .item-img {
    /*border-radius: 30px;*/
    overflow: hidden;
}

.section-feature .tab-digital .item h4 {
    font-weight: bold;
}

.section-feature .tab-digital .item .item-inner {
    padding: 36px 30px;
}

.section-feature .tab-digital .item .item-txt {
    /*min-height: 60px;*/
    /*margin-bottom: 10px;*/
    flex: 4;
    /*margin-left: 20px;*/
}

.section-feature .tab-digital .item .item-icon {
    /*text-align: center;*/
    flex: 1;
}

.section-team {
    background-color: #fffaf7;
}

.section-team .item {
    background-color: #fff;
    min-height: 328px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px;
}

.section-team .item h4 {
    font-weight: bold;
}

.section-team .item .item-txt {
    min-height: 60px;
    margin-bottom: 10px;
}

.section-team .item .item-icon {
    text-align: right;
}

.section-team .item .item-img {
}

.section-team .item .item-img {
    border-radius: 30px;
    overflow: hidden;
}

/* Page About End */

/* Page Service Start */
.g-bd-service .section-nav .item-txt {
    margin-left: 5px;
}

.section-course {
    background-color: #ebedf2;
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/course/section-bg.jpg);
}

.section-course .item-inner {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 25px;
}

.section-course .item .item-flex {
    display: flex;
    /*align-items: end;*/
    justify-content: center;
}

.section-course .item h4 {
    color: #b8814f;
    margin-left: 12px;
}

.section-course .item .item-img {
    border-radius: 20px;
    overflow: hidden;
}

.section-course .item .item-txt {
    border-top: 1px solid #b8814f;
    padding: 16px 10px;
    /*min-height: 220px;*/
}

.section-course .item .item-txt dl {
    font-weight: bold;
    margin-bottom: 10px;

}

.section-course .item .item-icon {
}

.section-consultant {
    /*background-color: #ebedf2;*/
}

.section-consultant .item {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 40px 30px 30px;
    border: 1px solid #e6e6e6;
}

.section-consultant .item .item-img {
    border-radius: 20px;
    overflow: hidden;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 40px;*/
    /*width: 110px;*/
    /*height: 110px;*/
}

.section-consultant .item .item-txt {
    /*padding-top: 120px;*/
    padding-top: 20px;
    /*min-height: 170px;*/
}

.section-consultant .item .item-icon {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    text-align: right;
}

.section-certificate {
    background-color: #fffaf7;
}

.section-certificate .item {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 28px;
}

.section-certificate .item .item-flex {
    display: flex;
    /*align-items: end;*/
    /*justify-content: center;*/
}

.section-certificate .item h4 {
    color: #b8814f;
    margin-left: 12px;
}

.section-certificate .item .item-img {
    position: absolute;
    top: 0;
    right: 0;
}

.section-certificate .item .item-txt {
    /*min-height: 201px;*/
    margin-top: 50px;
}

.section-certificate .item .item-icon {
}

.section-certificate .item .item-txt .sub-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-certificate .item .item-txt .sub-item:nth-child(2n) {
    border-left: 1px solid #ccc;
}

.section-certificate .item .item-txt .sub-item dl {
    margin-bottom: 10px;
    font-weight: bold;
}

.section-certificate .item .item-txt .sub-item dd {
    font-size: 12px;
}

.section-exchange {
    background-color: #fff;
}

.section-exchange .map img {
    margin: 0 auto;
}

.section-exchange .row {
    margin-right: -8px;
    margin-left: -8px;
}

.section-exchange .row > * {
    padding-right: 8px;
    padding-left: 8px;
}

.section-exchange .item-inner {
    margin-top: 15px;
    margin-bottom: 15px;
    /*position: relative;*/
    background: #fff;
    /*padding: 60px;*/
    border: 1px solid #e6e6e6;
}

.section-exchange .international .item-inner {
    padding: 18px 22px;
}

.section-exchange .domestic .item-inner {
    padding: 21px 25px 12px;
}

.section-exchange .item h4 {
}

.section-exchange .item .item-txt {
    min-height: 40px;
    /*margin-top: 50px;*/
}

.section-exchange .item .item-icon {
    text-align: right;
    height: 41px;
}

.section-exchange .item .item-txt .sub-item {
    padding-top: 10px;
    padding-bottom: 31px;
}

.section-exchange .item .item-txt .sub-item dl {
    margin-bottom: 2px;
    font-weight: bold;
}

.section-exchange .item .item-txt .sub-item dd {
    font-size: 13px;
}

.section-platform {
    background-image: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/platform/section-bg.jpg);
}

.section-platform .item {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    padding: 28px;
    border: 1px solid #e6e6e6;
}

.section-platform .item .item-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-platform .item .item-txt {
    padding-top: 20px;
    /*min-height: 170px;*/
}

.section-platform .item .item-icon {
    position: absolute;
    /*top: 0;*/
    right: 58px;
}

.section-ensure {
    background-color: #fff;
}

.section-ensure .section-body {
    min-height: 400px;
}

/* Page Service End */

/* Page Case Start */

.section-case-list {
    background: #fffaf7;
}

.section-case-list .item {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.section-case-list .item .item-img {
}

.section-case-list .item .item-txt {
    padding: 0 10px 40px;
}

.section-case-list .item .item-txt h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
    color: #000;
    line-height: 26px;
}

.section-case-list .item .item-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.section-case-list .item .item-info .date {
    color: #d85212;
}

.section-case-detail {
    padding: 100px 0;
    background: #fffaf7;
}

.section-case-detail .section-inner {
    background: #fff;
    padding: 60px 170px;
}

.section-case-detail .section-header {
    color: #333;
    text-align: left;
    margin-bottom: 50px;
    max-width: initial;
}

.section-case-detail .section-header h1 {
    font-size: 30px;
    font-weight: bold;
}

.section-case-detail .section-header .date {
    font-size: 18px;
}

.section-case-detail .section-body {
}

/* Page Case End */

/* Page Customer Start */
.section-customer {
    background: #fffaf7;
}

.section-customer dt {
    font-size: 24px;
    color: #b8814f;
    text-align: left;
    line-height: 2.2em;
    margin-bottom: 1em;
}

.section-customer dt::after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background: #b8814f;
}

.section-customer dd {
}

.section-customer .item {
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
}

.section-customer .item img {
    margin: 0 auto;
}

.section-area {
    background: #fffaf7;
    pointer-events: none;
}

.section-area .section-inner {
    background: #fff;
}

.section-area dt {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: left;
    line-height: 2.2em;
    margin-bottom: 1em;
    position: relative;
    text-indent: 36px;
}

.section-area dt::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://guanwang-1258671380.cos.ap-guangzhou.myqcloud.com/assets/images/training/icon-position.png) center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-area dd {
    line-height: 2.2em;
}

/* Page Customer End */

@media (min-width: 768px) {
    .g-hd .nav > li > a {
        color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-advantage .item .item-txt {
        min-height: 140px;
    }

    .section-course .item .item-txt {
        min-height: 225px;
    }

    .section-consultant .item .item-txt {
        min-height: 170px;
    }

    .section-certificate .item {
        /*padding: 28px;*/
    }

    .section-certificate .item .item-txt {
        /*min-height: 402px;*/
    }

    .section-exchange .item .item-txt .sub-item {
        /*min-height: 135px;*/
    }

    .section-platform .item {
        /*padding: 28px;*/
    }

    .section-platform .item .item-txt {
        min-height: 182px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dl-horizontal dt {
        font-size: 16px;
        width: 100px;
    }

    .dl-horizontal dd {
        margin-left: 116px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1024px) {

    .g-bd-area .section-body {
        max-width: 955px;
        margin: 75px auto;
    }

    .section-area dl + dl {
        margin-top: 60px;
    }

    .section-area dt {
        text-indent: 0;
    }

    .section-area dt::before {
        transform: translate(-110%, -50%);
    }
}

@media (min-width: 1200px) {

    .section-course .item {
        width: 20%;
    }
}

@media (min-width: 1200px) and  (max-width: 1900px) {
    .section-service .item .item-txt {
        padding-top: 0;
    }

    .section-service .item-txt h4 {
        font-size: 14px;
    }

    .section-service .item-txt .desc {
        display: none;
    }

    .section-service .item-icon {
        /*position: absolute;*/
        right: 20px;
        bottom: 20px;
    }

    .section-certificate .item {
        padding: 60px;
    }

    .section-platform .item {
        padding: 56px;
    }
}

@media (min-width: 1260px) {

    .section-feature .tab-process .item {
        width: 20%;
    }

    .section-project .swiper-pagination {
        display: none;
    }

    .section-project .swiper-button-prev {
        left: -50px;
    }

    .section-project .swiper-button-next {
        right: -50px;
    }

    .section-project .item-txt {
        position: absolute;
        top: 13px;
        right: 13px;
        left: 13px;
        bottom: 13px;
        padding: 13px;
        border: 1px solid transparent;
        /*margin: 23px;*/
    }

    .section-project .item-txt h4 {
        /*font-size: 18px;*/
        color: #fff;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .section-project .item-img {
        border: 1px solid #cccccc;
        max-height: 184px;
        overflow: hidden;
        /* margin: 20px 0; */
    }

    .section-case .section-body {
        width: 1200px;
    }

    .section-case .swiper-pagination {
        display: none;
    }

    .section-case .swiper-button-prev {
        display: block;
        left: -50px;
    }

    .section-case .swiper-button-next {
        display: block;
        right: -50px;
    }

    .section-exchange .international .item {
        width: 20%;
    }

}

@media (min-width: 1326px) {

    .section-case .section-body {
        width: 1200px;
    }
}

@media (min-width: 1420px) {

    .section-case .section-body {
        width: 1300px;
    }
}

@media (min-width: 1700px) {

    .section-case .section-body {
        width: 1660px;
    }
}

@media (max-width: 1259px) {
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    body {
        font-size: 13px;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .swiper-button-prev {
        left: -13px;
    }

    .swiper-button-next {
        right: -13px;
    }
    .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 2px;
    }

    .item-img img {
        width: 100%;
    }

    .section-project .item-txt {
        position: absolute;
        top: 0;
        padding: 13px;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 12px;
        /*margin: 23px;*/
    }

    .section-project .item-img {
        max-height: initial;
    }

    .section-banner img {
        width: 100%;
    }
    .section-banner .swiper-slide .item-txt h1 {
        font-size: 16px;
    }
    .section-banner .swiper-slide .item-txt h4 {
        line-height: 1.2em;
        font-size: 14px;
    }
    .section-banner .swiper-slide .item-txt .item-btn{
        margin-top: 0;
        border: 0;
        font-size: 14px;
    }
    .section-header{
        padding-top: 0;
    }
    .section-header .title {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .nav-tabs {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .nav-tabs>li {
        display: inline-block;
    }
    .nav-tabs > li > a{
        min-width: auto!important;
        /*margin: 5px;*/
        margin: 0 auto;
    }
    .section-training .tab-adv .item .item-inner {
        padding: 0 12px;
    }
    .section-training .tab-adv .item{
        margin: 16px 0;
        min-height: auto;
    }

    .section-training .tab-feature .item{
         margin-bottom: 0;
         min-height: auto;
    }
    .section-training .tab-feature .thumbnail {
        max-width: initial;
        padding: 0 25px;
    }
    .section-training .tab-consult .thumbnail {
        max-width: initial;
        padding: 0 25px;
    }
    .section-training .tab-consult .thumbnail img{
        /*display: none;*/
    }
    .section-training .tab-consult .item {
        margin-bottom: 0;
    }

    .section-service .item .item-txt {
        /*padding: 8px 15px;*/
    }

    .section-service .item .item-txt h3 {
        margin-top: 0;
    }
    .section-service .item-txt h4{
        display: none;
    }
    .section-service .item-txt p{
        display: none;
    }

    .section-show .section-body {
        padding-top: 0;
    }

    .banner-wrap {
        height: 234px;
    }
    .banner-wrap .s-header {
        margin-top: 20px;
    }
    .banner-wrap .s-header .title {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: bold;
    }
    .banner-wrap .s-header .desc {
        font-size: 14px;
        line-height: inherit;
    }
    .section-nav .section-inner {
        display: none;
    }
    .section-result .item-inner {
         min-height: initial;
        padding: 25px 15px;
    }

    .g-bd .navbar-nav {
        margin: 0 auto;
        white-space: nowrap;
        overflow-x: auto;
    }
    .g-bd .navbar-nav > li {
        display: inline-block;
    }
    .g-bd .location .navbar-nav > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }
}