﻿.breadcrumb {
    background: unset;
    padding-left: 0;
    vertical-align: middle;
}

.breadcrumb::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/common/home.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.swiper.swiper-container-initialized.swiper-container-horizontal a {
    display: block;
}

.swiper.swiper-container-initialized.swiper-container-horizontal a img {
    width: 100%;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb .active {
    color: #ed6c00;
}

.content-container {
    padding-bottom: 50px;
    padding-top: 50px;
}

.activities-content h2 {
    color: #212352;
    font-weight: 900;
    vertical-align: middle;
    margin-top: 0;
}

/*.activities-content h2::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #ED6C00;
  margin-left: -10px;
  margin-right: 6px;
}*/

.activities-content-desc {
    font-size: 16px;
    color: #212352;
    line-height: 1.5;
    margin-bottom: 20px;
}

.activities-content-btn {
    margin-top: 40px;
}

.activities-content-btn .btn {
    margin-right: 20px;
}

.activities-content .thumbnail {
    margin-bottom: 0;
}

.activities-content-btn .btn:last-child {
    background: rgba(237, 108, 0, 0.2);
    color: #ed6c00;
    border: 1px solid rgba(237, 108, 0, 0.2);
}

.activities-content-extra {
    background: #ed6c00;
    color: #fff;
    padding: 40px 32px;
    margin-bottom: 20px;
}

.activities-content-extra h2 {
    margin-top: 0;
    color: #fff;
}

.activities-content-extra.mt {
    margin-top: -30px;
}

.activities-content-extra .btn-default {
    background: #fffefd;
    color: #e44435;
    margin: 14px 0;
    padding-left: 24px;
    padding-right: 24px;
}

.activities-content-list {
    font-size: 16px;
    color: #212352;
    line-height: 1.5;
    margin-bottom: 40px;
}

.activities-content-list li {
    margin-bottom: 10px;
}

.activities-content-list li::before {
    content: '◆';
    display: inline-block;
    color: #ed6c00;
    margin-right: 5px;
}

.call-back {
    background: url(../images/careers/bg.png) no-repeat;
    background-size: cover;
    padding: 125px 0;
}

.call-back h2 {
    color: #fff;
    font-weight: 900;
    font-size: 64px;
    margin: 0;
}

.call-back form .col-md-6:first-child,
.call-back form .col-md-6:nth-child(2) {
    margin-bottom: 30px;
    /* margin-top: 14px; */
}

.call-back form .form-group {
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 14px;
    margin-bottom: 0;
}

.form-group-lg .form-control,
.form-group-lg .btn-lg {
    height: 62px;
}

.call-back form .form-group * {
    border: none;
    background: unset;
}

.call-back form .form-group *:not(.btn-block) {
    display: inline-block;
    width: auto;
}

.call-back form .col-md-6:last-child .form-group {
    background: #ed6c00;
}

.call-back form .col-md-6:last-child .btn {
    background: transparent;
    color: #fff;
}

.call-back form .col-md-6:last-child .btn img {
    width: 30px;
}

.call-back form .col-md-6:last-child .btn span,
.call-back form .col-md-6:last-child .btn img {
    vertical-align: middle;
    line-height: normal;
}

.careers .content-container {
    background: url(../images/careers/mp.png) no-repeat center bottom;
    background-size: 60%;
    box-sizing: border-box;
    padding: 70px 0;
}

.careers .content-container h2 {
    color: #212352;
    font-weight: 900;
    margin-top: 0;
}

.careers .content-container > h4 {
    color: #212352;
    margin-bottom: 50px;
}

.careers .caption h4 {
    color: #212352;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 900;
}

.careers .caption-content {
    min-height: 160px;
}

.careers .caption p {
    font-size: 14px;
    color: #212352;
    margin-bottom: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.careers .call-back {
    background: url(../images/careers/bg.png) no-repeat center center;
    background-size: cover;
    padding: 125px 0;
}

.careers .call-back h2 {
    color: #fff;
    font-weight: 900;
    font-size: 64px;
    margin: 0;
}

.careers .call-back form .col-md-6:first-child,
.careers .call-back form .col-md-6:nth-child(2) {
    margin-bottom: 30px;
    /* margin-top: 14px; */
}

.careers .call-back form .form-group {
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 14px;
    margin-bottom: 0;
}

.careers .form-group-lg .form-control,
.careers .form-group-lg .btn-lg {
    height: 62px;
}

.careers .call-back form .form-group * {
    border: none;
    background: unset;
}

.careers .call-back form .form-group *:not(.btn-block) {
    display: inline-block;
    width: auto;
}

.careers .call-back form .col-md-6:last-child .form-group {
    background: #ed6c00;
}

.careers .call-back form .col-md-6:last-child .btn {
    background: transparent;
    color: #fff;
}

.careers .call-back form .col-md-6:last-child .btn img {
    width: 30px;
}

.careers .call-back form .col-md-6:last-child .btn span,
.careers .call-back form .col-md-6:last-child .btn img {
    vertical-align: middle;
    line-height: normal;
}

/*联系我们*/

.contact-us-container {
    background: #f5f5f5;
    padding-top: 30px !important;
}
.contact-us-container .content-container {
    padding-top: 0;
}

.contact-us-container h1 {
    margin-top: 0;
}

.contact-us-container .contact-us {
    background: #ed6c00;
    color: #fff;
    box-sizing: border-box;
    padding: 50px 30px;
}

.contact-us-container .content-container-title {
    color: #212352;
    font-weight: 900;
    margin-bottom: 28px;
}

.contact-us-container .content-container-content {
    line-height: 1.5;
    color: #212352;
    margin-bottom: 14px;
    font-size: 16px;
}

.contact-us-container .content-container-item {
    font-size: 16px;
    color: #212352;
    line-height: 24px;
    background: #f5f5f5;
    min-height: 140px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 24px;
}

.contact-us-container .content-container-item > div:first-child {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-us-container .content-container-item img {
    width: 30px;
    margin-right: 12px;
}

.contact-us-container .form-title {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
}

.contact-us-container .contact-us .form-group {
    margin-top: 40px;
}

.contact-us-container .contact-us .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: unset;
    box-shadow: unset;
    padding-left: 0;
    color: #fff;
}

.contact-us-container .contact-us .form-control::placeholder {
    color: #fff;
    font-weight: 600;
}

.contact-us-container .contact-us .btn {
    background: #fff;
    color: #ed6c00;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
}

.contact-us-container .map {
    width: 100%;
}

.empty {
    text-align: center;
    padding: 50px 0;
}

.empty img {
    width: 150px;
}

.apply-detail {
    background-color: #f5f5f5;
    padding: 30px 0;
}

.apply-form {
    margin: 0 auto;
}

.apply-form h2 {
    text-align: center;
    color: #212352;
    font-weight: bold;
}

.apply-form .form-title {
    display: none;
}

.apply-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
}

.apply-form .form-group {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.apply-form .form-group.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.apply-form label {
    display: block;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 16px;
    color: #212352;
}

.apply-form .form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.apply-form .form-control:focus {
    outline: none;
    border-color: #ff6b00;
}

.apply-form textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.apply-form .upload-section {
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.apply-form .upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.3s ease;
    min-width: 300px;
}

.apply-form .upload-container:hover {
    border-color: #ff6b00;
}

.apply-form .upload-icon img {
    color: #666;
    width: 30px;
}

.apply-form .upload-text {
    flex: 1;
    margin-top: 10px;
}

.apply-form .upload-btn {
    color: #a5acb2;
    font-size: 14px;
}

.apply-form .upload-btn:hover {
    background-color: #e0e0e0;
}

.apply-form .upload-input {
    display: none;
}

.apply-form .upload-info {
    padding-left: 20px;
    flex: 1;
}

.apply-form .upload-info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
    font-size: 16px;
    color: #a5acb2;
}

.apply-form .upload-info li {
    list-style: disc;
    margin-bottom: 5px;
}

.apply-form .submit-button {
    width: 100%;
    padding: 15px;
    background-color: #ff6b00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.apply-form .submit-button:hover {
    background-color: #e05a00;
}

.about-us .img-rounded {
    height: 180px;
    overflow: hidden;
    padding: 10px;
    background: #f5f5f5;
}

.about-us p,
.about-us .wangeditor-toolbar {
    margin: 0;
    padding: 0;
}

.about-us #wangeditor-toolbar {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}
.about-us h4 {
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    //border: 1px solid #e39a5d;
    display: inline-block;
    padding: 0;
    color: #ed6c00;
	min-height: 26px;
}
.about-us a {
    display: block;
    text-align: left;
}

.about-us .caption .caption-desc {
    height: 80px;
    overflow: hidden;
}

.about-us .caption p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: pre-wrap;
    word-break: break-all;
}

.see {
    display: inline-block;
    background: #ed6c00;
    border-color: #ed6c00;
    line-height: 32px;
    padding: 0 32px;
    color: #fff;
    font-size: 16px;
}

.cloumn-advs a {
    display: block;
    position: relative;
}

.cloumn-advs a .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;*/
}

.cloumn-advs a img {
    position: relative;
    z-index: 6;
	width:100%;
}
.cloumn-advs a .info .container {
    color: #fff;
    box-sizing: border-box;
    padding-right: 10%;
}
.cloumn-advs a .info .container p {
    margin: 0;
}

.cloumn-advs a .info .container .title {
    font-size: 5rem;
    font-weight: bold;
    padding-top: 30px;
    position: relative;
    z-index: 7;
}

.cloumn-advs a .info .container .summary {
    font-size: 2.125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    z-index: 7;
}

  .about-us .col-md-3:nth-child(3) a[href='/Cloumn/Detail/a35235f8-93fd-4e3a-8757-3a1bd848dfc1'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
    opacity: 0;;
  }
  
@media (max-width: 768px) {

  .about-us .col-md-3:nth-child(3) a[href='/Cloumn/Detail/a35235f8-93fd-4e3a-8757-3a1bd848dfc1'],
	.cloumn-advs a .info{
	display: none;
	}

	.apply-form .form-group.col-md-6 {
			flex: auto;
			max-width: unset;
			flex-basis: 100%;
	}
	.captcha-section{
	flex-wrap: wrap;
}
.about-us .img-rounded{
	height: auto;
}
}