
/* products css */
.about-us {
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	width: 1400px;
	border-radius: 10px;
	margin: 0 auto;
}

.about-us .title-zh {
	font-size: 2.83rem;
	letter-spacing: 0rem;
	color: #323333;
}

.about-us .discribe{
	line-height: 40px;
	font-size: 20px;
	color: #5f6464;
	margin: 50px 0;
}

.about-us .discribe .txt {
	padding: 30px 0 20px 0;
}

.about-us .discribe .detail .detail-list{
	display: inline-flex;
	height: 240px;
}

.about-us .discribe .detail .detail-list li{
	position: relative;
	width: 320px;
	height: 200px;
	margin-right: 20px;
}

.detail-list li a {
    display: block;
    height: 100%;
    width: 100%;
}

.detail-list li a:hover:after {
    opacity: 1;
}

.detail-list li a:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,82,217,0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.about-us .discribe .detail .detail-list li a img{
	height: 100%;
	width: 100%;
}

.about-us .discribe .detail .detail-list li a p{
	display: block;
    float: left;
    font-size: 30px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0);
    transform: translate(-50%,0);
    padding-bottom: 3px;
    transition: border-bottom 0.3s ease-out;
    padding-bottom: 5px;
    -webkit-transition: width 1s linear;
}

.detail-list li a:hover p:after {
    opacity: 1;
    left: 0;
    width: 100%;
}

.detail-list li p:after {
    content: ' ';
    width: 0;
    height: 2px;
    background: #fff;
    bottom: -2px;
    left: 0;
    position: absolute;
}
 
.service {
	position: relative;
	padding: 40px 0;
	display: block;
	height: 420px;
	width: 100%;
	margin: 0 auto;
    padding-bottom: 100px;
    background: url(../images/7-bg.802be754.png) no-repeat 50%;
    background-size: cover;
    overflow: hidden;
}

.service .title-zh {
	display: block;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: 0rem;
}

.service-subtitle {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
    color: #ffffff;
}

.service .service-list{
	margin: 20px auto;
    display: flex;
    justify-content: space-between;
    width: 1500px;
    box-sizing: border-box;
}

.service .service-wrap {
    margin: 15px auto;
    width: 460px;
    height: 320px;
    flex-direction: column;
    position: relative;
    padding-left: 28px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    background: url(../images/6.3f8dc036.png) no-repeat 50%;
    background-size: cover;
}

.index-card-head {
    margin: 25px 0 15px 0;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #070707;
    line-height: 28px;
    width: 100%;
}

.index_card_ul {
    margin-top: 20px;
    width: 100%;
}


.index_card_ul .index_card_li {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.index_card_ul .index_card_li img {
    width: 13px;
    height: 14px;
}

.index_btn {
    margin-top: 10px;
    padding: 0 30px;
    height: 40px;
    background: #1473ff;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}

.index_btn a{
    color: #fff;
}

/*.index_cube {
	position: absolute;
    right: 40px;
    top: 40px;
    height: 98px;
    width: 110px;
    background: url(https://es-static.xiaojukeji.com/static/web/eshome/_next/static/media/6-2.f0c699be.png) no-repeat 50%;
    background-size: cover;
}*/

.service-item {
    position: relative;
    background: #fff;
    box-sizing: border-box;
    height: 320px;
    width: 280px;
    padding: 40px 30px;
    margin: 20px 10px 5px;
    border-radius: 10px;
    box-shadow: 0 4px 12px 0 rgba(100,100,100,.2);
}

.service-item .title {
    font-size: 20px;
}

.service-item .desc {
    padding-top: 16px;
    font-size: 14.5px;
    line-height: 26px;
}


.service-item:hover .desc {
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.service-item .more {
    position: absolute;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 30px;
    border-radius: 2px;
    bottom: 30px;
    opacity: 1;
    background: #2a8fff;
    border-color: #2a8fff;
}


/* employment */

.employment {
	position: relative;
	width: 100%;
	background-image: url(../images/employment.jpg);
	background-repeat: no-repeat;
	background-size: 100% 73.6rem;
}

.employment .employment-list{
	display: inline-block;
	margin:20.25rem 0;
	width: 100%;
	min-width: 100%;
}

.employment-item {
	float: left;
	width: 25%;
	/* width: 30rem; */
	text-align: center;
	height: 35rem;
	background-color: #ffffff;
}

.rui-col-xs-0 {
	float: left;
	display: inline-block;
	width: 4%;
	height: 35rem;
}

.rui-col-xs-1 {
	width: 8.3333%;
	height: 35rem;
}

.rui-col-xs-1-5 {
	width: 12.5%;
	height: 1px;
}

.rui-col-xs-1 {
	width: 8.3333%;
	height: 35rem;
}

.employment-item:hover {
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #eaeaea;
}

.employment-item img{
	margin-top: 2rem;
}

.employment-item .employment-title {
	font-size: 2rem;
	color: #666666;
}

.employment-item ul {
	display: inline-block;
}

.employment-item ul li {
	text-align: left;
	font-size: 1.33rem;
	color: #666666;
	height: 3.25rem;
	line-height: 3.25rem;
}

.employment-item ul li i{
	display: inline-block;
	height: 0.7rem;
	width: 0.7rem;
	border-radius: 50%;
	background-color: #c3c2c2;
	margin-right: 0.25rem;
}

.customer {
	background-color: #fff;
	position: relative;
	width: 100%;
}

.customer .customer-content{
	margin:5rem auto;
	position: relative;
	width: 100%;
	text-align: center;

}

.customer .customer-content .title-zh {
	font-size: 2.83rem;
	letter-spacing: 0rem;
	color: #323333;
}

.customer .customer-content .describe {
	text-align: left;
	margin-top: 6rem;
	margin-left: 20%;
	margin-right: 20%;
	text-indent: 2.9rem;
	font-size: 1.45rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.5rem;
	letter-spacing: 0.1rem;
	color: #999899;
}

.customer .customer-content .customer-list{
	display: inline-block;
	margin-top: 3rem;
}

.customer .customer-content .customer-item{
	display: block;
	position: relative;
}

.customer .customer-content .customer-list .customer-item .company-list .company-item,
.customer .customer-content .customer-list .customer-item .school-list .school-item{
	height: 10rem;
	width: 14rem;
	text-align: center;
	margin: 1rem 2rem;
	display: table;
}

.customer .customer-content .customer-list .customer-item .company-list .company-item img,
.customer .customer-content .customer-list .customer-item .school-list .school-item img{
	height: 70px;
	margin:0.5rem;
}

.customer .customer-content .customer-list .customer-item .company-list,
.customer .customer-content .customer-list .customer-item .school-list{
	display: flex;
	height: 16rem;
}

.customer .swiper-slide img{
	width: 12.5rem;
	height: 10.83rem;
	margin: auto;
	box-shadow: 0rem 0rem 1rem 0rem rgba(174, 174, 175, 0.15);
	border: solid 0.08rem #eeedec;
}

.customer .customer-item .swiper-container {
	margin-top: 5rem;
	height: auto;
	width: 60%;
	display: box;
}

.customer .customer-item span {
	font-size: 1.5rem;
	display: block;
	line-height: 4rem;
}


.swiper-button-next-school {
    background-image: url(../images/customer/next.png);
    right: 15%;
    left: auto;
}

.swiper-button-prev-school {
    background-image: url(../images/customer/prev.png);
    left: 15%;
    right: auto;
}


.swiper-button-next-school, .swiper-button-prev-school {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: 18rem;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next-business {
    background-image: url(../images/customer/next.png);
    right: 15%;
    left: auto;
}

.swiper-button-prev-business {
    background-image: url(../images/customer/prev.png);
    left: 15%;
    right: auto;
}
.swiper-button-next-business, .swiper-button-prev-business {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -2rem;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}


.reason {
	height: 350px;
	width: 100%;
	position: relative;
}

.reason-content {
	width: 92rem;
	height: 26rem;
	text-align: center;
	margin:0 auto;
}

.reason-content .reason-title {
	padding-top: 3.6rem;
	font-size: 3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #5f6464;
}

.reason-list {
	height: 12rem;
	width: 100%;
	padding: 0;
	margin-top: 3rem;
	display: flex;
}

.reason-item {
	border-right: 0.25rem solid #fff;
	float: left;
	flex: 1;
	text-align: center;
	padding:0 7rem;
}

.reason-item:last-child{
	border:none;
}

.reason-item .reason-item-number {
	font-size: 3.83rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
}

.reason-item-describe {
	margin-top: 2.3rem;
	font-size: 1.67rem;
	font-weight: normal;
	letter-spacing: 0rem;
	color: #5f6464;
	line-height: 2.4rem;
}

.abstract .swiper-pagination-bullet {
	width: 9rem;
	height: 4rem;
	line-height: 4rem;
	box-sizing: border-box;
	margin: 0 15px;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 0rem;
	color: #666666;
}

.abstract .swiper-wrapper {
	position: relative;
}

.abstract .swiper-wrapper .swiper-slide article {
	text-indent: 2em;
	font-size: 1.33rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3.5rem;
	letter-spacing: 0rem;
	color: #333333;
	padding-right: 11rem;
}

.abstract .swiper-wrapper .swiper-slide .img-left img {
	width: 37.5rem;
	height: 15rem;
	margin-top: 0.5rem;
}

.abstract .swiper-wrapper .swiper-slide .img-right {
    position: absolute;
    margin-left: 38rem;
    top: 0;
}

.abstract .swiper-wrapper .swiper-slide .img-right img {
	width: 43.5rem;
	height: 30.5rem;
	margin-top: 0rem;
}

.abstract .swiper-wrapper img {
	width: 100%;
	position: relative;
}

.abstract .swiper-pagination-title {
	z-index: 10;
}

.abstract .swiper-pagination-bullet-active {
	background: #fff;
}

.abstract .swiper-pagination-bullets {
	text-align: center;
}

.abstract .swiper-pagination-bullet {
	width: 100%;
	background-color: #fff;
	border-radius: 0;
}

.abstract .swiper-pagination-bullet-active{
	background: #fff;
	color: #c0ad60;

	/* border-left: 0.33rem solid #c0ad60  */
}

.abstract .swiper-pagination-bullet-active .line{
	width: 0.33rem;
	height: 2rem;
	border-radius: 0.5rem;
	background-color: #c0ad60;
	display: inline-block;
	margin-right: 0.5rem;
	margin-top: 1rem;
	position:absolute;
	left: 0;
}

.abstract .swiper-wrapper .swiper-slide .qualification-list .qualification-top{
	width: 100%;
}

.abstract .swiper-wrapper .swiper-slide .qualification-list .qualification-top img {
	height: 21rem;
	width: 28rem;
	margin-left: 18rem;
}

.abstract .swiper-wrapper .swiper-slide .qualification-list .qualification-center {
	padding-top: 2rem;
	margin-left: 1.5rem;
}

.abstract .swiper-wrapper .swiper-slide .qualification-list .qualification-center img {
	display: inline;
	width: 16rem;
	height: 21rem;
	margin: 0 2rem;
}

.abstract .swiper-wrapper .swiper-slide .qualification-list .qualification-bottom {
	padding-top: 2rem;
	margin-left: 1.5rem;
}

.abstract .swiper-wrapper .swiper-slide .qualification-list .qualification-bottom img{
	display: inline;
	width: 16rem;
	height: 21rem;
	margin: 0 2rem;
}

.abstract .swiper-wrapper .swiper-slide .qualification-list .qualification-bottom img:last-child{
	display: inline;
	height: 16rem;
	width: 21rem;
	margin: 0 2rem;
	margin-top: -2.5rem;
}

.abstract .swiper-wrapper .swiper-slide .honor-list .honor-item .honor-name:hover {
	background-color: #c0ad60;
	color: #fff;
}

.abstract .swiper-wrapper .swiper-slide article {
	font-size: 1.33rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #333333;
}

.abstract .swiper-wrapper .swiper-slide .culture-icon {
	height: 18rem;
	margin-top: 4rem;
	padding: 0 5rem;
}

.abstract .swiper-wrapper .swiper-slide .culture-icon img{
	height: 18rem;
	min-width: 75rem;
	margin: 0 auto;
}

.abstract .swiper-wrapper .swiper-slide .culture-describe{
	position: relative;
	margin-top: 2rem;
	display: flex;
	-webkit-display: flex;
	padding: 0 5rem;
}

.abstract .swiper-wrapper .swiper-slide .culture-describe .culture-item {
	height: 12rem;
	text-align: center;
}

.abstract .swiper-wrapper .swiper-slide .culture-describe .culture-item li {
	line-height: 3rem;
	font-size: 1.4rem;
}

.abstract .swiper-wrapper .swiper-slide .target-list{
	padding:0 14%;
	position: relative;
	z-index: 9;
}

.abstract .swiper-wrapper .swiper-slide .target-list .target-item {
	
}

.target-list .target-item .target-item-title p:first-child {
	font-size: 25px;
	margin: 5px 0;
}

.target-list .target-item .target-item-title p:last-child {
	font-size: 18px;
	margin: 5px 0;
}

.target-list .target-item .target-item-describe {
	font-size: 1.5rem;
}


/*about.html*/




