.data-container-fluid-dev {
    padding-bottom: 40px;
}

/* 覆盖bootstrap面包屑的样式 data- 代表自定义css*/
.data-breadcrumb {
    background-color: #fff !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.data-breadcrumb li a {
    color: #7e7e7e;
    text-decoration: none;
}

.data-breadcrumb .active {
    color: #b01f24 !important;
}

.data-breadcrumb > li + li:before {
    color: #CCCCCC;
    content: ">" !important;
    padding: 0 5px;
}

.data-page-header {
    border-bottom: 0px !important;
}

.text_center {
    margin: 0 14%;
    text-align: center;
    padding: 26px 0;
    font-size: 20px;
}

/* 人才培训 */
.swiper-adv-father .swiper-wrapper .train_bg{
	position:relative;
	cursor: pointer;
	overflow:hidden;
	height:100%
}
.swiper-adv-father .swiper-wrapper .train_bg img{
	width:100%;
	height:100%;
	transition:all 1s;
}
.swiper-adv-father .swiper-wrapper .train_bg img:hover{
	transform: scale(1.2);
}
.swiper-adv-father .swiper-wrapper .train_bg a{
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
	width: 110px;
	height: 42px;
    line-height: 42px;
	border:2px solid white;
	border-radius: 24px;
	color:white;
	text-align: center;
	background:transparent;
}
.swiper-adv-father .swiper-wrapper .train_bg a:hover{
	border-color:saddlebrown
}
.data-container-fluid-adv {
    background-color: #f2f2f2;
    padding: 30px 0 60px;
}

.data-page-header {
    border-bottom: 0px !important;
    font-size: 20px;
}

.swiper-adv-father {
    width: 100%;
    position: relative;
}

.swiper-wrapper {
    height: auto !important;
}

.swiper-wrapper .swiper-slide {
    height: auto !important;
    padding-right: 10px;
    padding-left: 10px;
}

.swiper-adv-father .data-adv-prev, .swiper-adv-father .data-cooperation-prev {
    width: 18px;
    height: 30px;
    background-size: 18px 30px;
    background-image: url('../../images/productImages/adv-left-icon.png') !important;
    top: 50%;
    left: -30px;
    border: none !important;
}

.swiper-adv-father .data-adv-next, .swiper-adv-father .data-cooperation-next {
    width: 18px;
    height: 30px;
    background-size: 18px 30px;
    background-image: url('../../images/productImages/adv-right-icon.png') !important;
    top: 50%;
    right: -30px;
    border: none !important;
}

.swiper-pagination-bullet-active {
	/* opacity: 0.6 !important; */
    /* background: #000 !important; */
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px!important;
	width: 10px;
    height: 10px;
}


@media screen and (min-width: 750px) {
    .swiper-container {
        width: 100%;
    }

	.swiper_container {
        height:312px;
    }

    .swiper-adv-father .data-adv-prev, .swiper-adv-father .data-adv-next {
        display: block;
    }
}

.talent-item-title {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    background-color: #fff;
	padding: 0 16px;
    font-size: 14px;
}

.talent-item-title p {
    text-align:center;
}

.talent-item-title a {
    display: block;
    color: black;
    text-decoration: none !important;
	text-align:center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.talent-item-title a:hover {
    color: #b01f24;
}

.data-container-fluid-cooperation {
    padding: 30px 0 60px;
}

.school-cooperation {
    position: relative;
	overflow:hidden;
}
.school-cooperation img{
	transition: all 1s;
}
.school-cooperation img:hover{
	transform: scale(1.2);
}

.titile-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
	text-align: center;
}

/* 曙光认证 */
.data-container-fluid-auth {
    padding-bottom: 40px;
}

.data-container-fluid-auth {
    background-image: url(../../images/aboutSgImages/sgImage01.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

form {
    text-align: center;
}

form .input-box {
    width: 45%;
    height: 40px;
	background: white;
    font-size: 14px;
    text-indent: 8px;
    border: 1px solid #cdcdcd;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

form .input-submit {
    width: 15%;
    height: 40px;
    border: none !important;
    background-color: #b01f24;
    color: #fff;
    text-align: center;
    margin-left: -4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.result-wrapper {
    width: 43.5%;
    height: 200px;
    background: #fff;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}

.result-wrapper h5 {
    margin-top: 20px;
    letter-spacing: 1px;
    color: #444444;
    font-size: 16px;
}

.result-wrapper .strip {
    width: 86%;
    height: 1px;
    background-color: #d4d4d4;
    margin: 10px auto;
}

.result-wrapper .content {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    text-align: center;
    padding: 20px 32px;
}

#content ul{
	float:left;
	width:50%
}
#content ul:nth-child(1){
	text-align:right;
}
#content ul:nth-child(2){
	text-align:left;
}
#content ul li{

}
.content_div{
	position: relative;
}
.content_div p{
	width: 100px;
	position: absolute;
	top: 8px;
	left: 10px;
}


@media screen and (max-width: 750px) {
    .swiper-container {
        width: 100%;
		height: 150px;
    }

    .swiper-adv-father .data-adv-prev, .swiper-adv-father .data-adv-next {
        display: none !important;
    }

    .data-swiper-talent .swiper-wrapper .swiper-slide {
        margin-right: 0px !important;
    }

    .talent-item-title .pc {
        display: none;
    }

    .talent-item-title .mb {
        display: block;
    }

    .talent-item-title a {
        width: auto;
    }

    .page-header {
        margin: 10px 0 !important;
        padding: 5px 0;
    }

    .result-wrapper {
        width: 100% !important;
        margin: 20px auto 0 !important;
    }
	.data-container-fluid-cooperation {
		padding: 0;
	}
	.titile-wrapper {
		height: 28px;
		font-size: 12px;
		line-height: 28px;
		padding: 0 6px;
	}
}


@media (min-width: 1600px){
	.swiper_container {
        height:360px;
    }
	.content_div p {
		width: 124px;
		left: 16px;
	}
}

@media (min-width: 1920px){
	.swiper_container {
        height:430px;
    }
	.content_div p {
		width: 130px;
		left: 28px;
	}
}
