﻿/*@import url(../font/fonts.css);
@import url(../font/stylesheet.css);*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
button,
input,
div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
}

form {
	height: auto;
	width: 100%;
}

i {
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}


input:focus::placeholder {
	color: transparent !important;
}



body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	outline: none;
	font-family:"Microsoft YaHei UI";
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}


/* html,
body {
	height: 100%;
}
 */
a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

input,
button,
a {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: 0;
	margin-block-end: 0;
	font-weight: normal;
}


html {
	font-size: 26px !important;
}



@media (min-width: 768px) {
	html {
		font-size: 28px !important;
	}
}

@media (min-width: 1025px) {
	html {
		font-size: 30px !important;
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 34px !important;
	}
}

@media (min-width: 1680px) {
	html {
		font-size: 40px !important;
	}
}






.bgcover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.container {
	width: 1600px;
	max-width: 92%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}


header {
	width: 100%;
	height: 2.25rem;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	transition: all .3s ease-out;
}


header .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
}

.logo img {
	display: block;
	height: 1.43rem;
	width: auto;
}

.navBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	width: auto;
}

.bannerCon {
	height: 85vh;
	width: 100%;
	position: relative;
}

.bannerSwiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.bannerpage{
	position: absolute;
	right: 4%;
	top: 0;
	left: unset !important;
	width: 10% !important;
	height: 100% !important;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	z-index: 9;
}
.bannerpage span{
	background-color: #ffffff !important;
	margin: 0.2rem 0 !important;
	height: 0.25rem;
	width: 0.25rem;
	border-radius: 0.25rem;
	opacity: 1;
	transition: all .3s ease-out;
}

.swiper-pagination-bullet-active{
	height: 0.9rem !important;
}


.bannerSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 4.15rem;
	box-sizing: border-box;
}

.bannerSwiper .swiper-slide img {
	display: block;
	width: 21.75rem;
	height: auto;
	max-width: 80%;
}
.bannerSwiper .swiper-slide .img01 {
	display: block;
	width: 28.75rem;
	height: auto;
	max-width: 100%;
}
.navBox {
	display: flex;
	align-items: center;
	height: 100%;
}

.navBox li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.navBox li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 12px;
	font-size: 16px;
	font-family: 'ar';
	line-height: 1;
	color: #ffffff;
	position: relative;
}

.navActive a {
	color:#ffe894 !important
}

.navActive a::after {
	content: '';
	display: block;
	width: 0.5rem;
	height: 0.07rem;
	border-radius: 0.07rem;
	background-color: #ffe894;
	position: absolute;
	bottom: 0.25rem;
	left: 50%;
	transform: translateX(-50%);
}


.bannerNewBox {
	height: 4.15rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bannerNewBox .container {
	height: 100%;
	position: relative;
	overflow: unset;
}


.bannerPage {
	position: absolute;
	left: -5%;
	top: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	z-index: 3;
	width: 1.4rem;
}

.bannerL,
.bannerR {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bannerL img,
.bannerR img {
	width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
}

.bannerR {
	margin-top: 0.5rem;
}



.bannerNewSwiper {
	width: 100%;
	height: 100%;
}

.bannerNewSwiper .swiper-slide {
	height: 100%;
	background-color: #f0f2f0;
	padding: 0.8rem 0.75rem;
	box-sizing: border-box;
	display: flex;
}

.bNImgBox {
	height: 100%;
	width: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bNImgBox img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bNTxt {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-left: 0.4rem;
	box-sizing: border-box;
	min-width: 0;
}

.bNTxt h3 {
	font-size: 0.5rem;
	font-family: 'ar';
	line-height: 1;
	display: flex;
	align-items: center;
	width: 100%;
	height: 1rem;
	border-bottom: 1px dashed #b7b8b7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bNTxt p {
	flex: 1;
	font-size: 0.38rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #575757;
	line-height: 1.5;
	padding-top: 0.35rem;
}

.indexTopBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 4.25rem 0;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.indexTopBox .container {
	display: flex;
	justify-content: center;
}

.indexTop {
	width: 75%;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	overflow: hidden;
}

.indexTop h3 {
	font-size: 0.8rem;
	font-family: 'ar';
	line-height: 2;
	text-align: center;
	color: #666666;
	margin-bottom: 1.75rem;
}

.indexTop h3 i {
	color: #c92228;
}

.indexTop>p {
	color: #666666;
	font-size: 0.65rem;
	font-family: 'ar';
	line-height: 2;
	text-align: center;
}

.indexTopCon {
	margin-top: 1.63rem;
	width: 100%;
	display: flex;
	height: 4.35rem;
}

.indexTList {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.indexTimg {
	width: 1.2rem;
	height: auto;
}

.indexTimg img {
	width: 100%;
	height: auto;
}

.indexTimg img:first-child {
	display: none;
}

.indexTimg img:last-child {
	display: block;
}

.indexTList p{
	font-size: 0.6rem;
	color: #666666;
	line-height: 1;
	margin-top: 0.5rem;
	font-family: 'ar';
}

.aLine{
	width: 2px;
	height: auto;
	display: block;
}




.aboutBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 5.9rem;
}

.titleBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	position: relative;
}

.titleBox h2 {
	font-size: 2.15rem;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Din';
	color: transparent;
	-webkit-text-stroke: 1px #e5e5e5;
}

.titleBox p {
	font-family: 'ab';
	color: #30313a;
	line-height: 1;
	font-size: 1.15rem;
	position: absolute;
	font-weight: bold;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width:100%
}

.titleBox span {
	font-family: 'ar';
	color: #a8aab6;
	line-height: 1;
	font-size: 0.75rem;
	position: absolute;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}



.aboutCon {
	width: 100%;
	height: 18.25rem;
	overflow: hidden;
	margin-top: 2rem;
	display: flex;
	align-items: center;
	position:relative
}

.aboutL {
	height: 100%;
	width: 70%;
	/*display: flex;
	align-items: center;
	justify-content: flex-end;*/
}

.aboutLBox {
	width: 6.35rem;
	height: 10.9rem;
	padding: 1.25rem 1.1rem;
	box-sizing: border-box;
	background-color: #2f3035;
	position:absolute;
	position: absolute;
    right: 33%;
    top: 18%;}


.aboutLBox ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	border-left: 1px solid #6b6c6f;
}


.aboutLBox ul li {
	width: 100%;
    height: 1.25rem;
    border-top-right-radius: 0.63rem;
    border-bottom-right-radius: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 0.58rem;
    font-family: 'ar';
    color: #ffffff;
    line-height: 1;
    padding-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.activeAbout {
	background-image: linear-gradient(to right, #c92228, #ea4d41);
	position: relative;
}

.activeAbout::after {
	content: '';
	display: block;
	width: 0.2rem;
	height: 1px;
	background-color: #6b6c6f;
	position: absolute;
	left: -0.2rem;
	top: 50%;
	transform: translateY(-50%);
}



.aboutR {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-image:url(../img/pxxmBg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:top right
}

.aboutRBox_con {
	width:30%;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-left: 56px;
}

.aboutRBox_con h3 {
	font-size: 3.35rem;
	font-family: 'Din';
	background-image: linear-gradient(to bottom, #f7dfe0, #fefcfc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
}

.aboutRBox_con span {
	font-size: 0.9rem;
	color: #c92228;
	line-height: 1;
	font-family: 'ar';
	margin: 0.6rem 0 0.5rem;
}

.aboutRBox_con ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.aboutRBox_con ul li {
	font-size: 0.58rem;
    padding: 0.25rem 0;
    color: #41434a;
    line-height: 1.2;

}

.aboutRBox_con ul li img{
	display: none;
}

.baiTitle h2 {
	-webkit-text-stroke: 1px rgba(221, 221, 221, .46);
}


.baiTitle p {
	color: #ffffff !important;
}


.studyBox {
	padding: 3.17rem 0 4.5rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.studyConBox {
	display: flex;
	margin-top: 2.25rem;
	height: auto;
	overflow: hidden;
}

.studyList {
	height: 13.45rem;
	width: 23.5%;
	padding: 2% 1.5%;
	box-sizing: border-box;
	margin-right: 2%;
}

.studyListBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 14% 10%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .4);
}

.studyListBox img {
	display: block;
	width: 1.65rem;
	height: auto;
	overflow: hidden;
}


.studyListBox span {
	font-size: 0.8rem;
	padding: 0.5rem 0;
	color: #ffffff;
	line-height: 1;
	font-family: 'ar';
	border-bottom: 1px solid #ffffff;
}

.studyListBox p {
	font-size: 0.5rem;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 0.5rem;
}


.teachBox {
	width: 100%;
	padding-top: 3rem;
	padding-bottom:1rem;
	height: auto;
	overflow: hidden;
}
.teachBox .btn{ width:200px; height:40px; line-height:40px;font-size:18px; margin:0 auto; border-radius:60px; background-image: linear-gradient(to right,#cc2e34, #eb4d41); text-align:center; transition:ease 1s }
.teachBox .btn a{color:#fff; }
.teachBox .btn:hover{ transform:scale(1.05,1.05)}
.teachConBox {
	display: flex;
	flex-flow: row wrap;
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 3.15rem;
}

.teachList {
	flex: 0 0 49%;
	margin-right: 2%;
	background: #f3f5f8;
	padding: 0 0.7rem;
	box-sizing: border-box;
	margin-bottom:2.3rem;position: relative; transition: all 1s ;border-radius: 4px;
}

.teachImg{
	width: 5.5rem;
	height: auto;
	display: block;
	float: left;
	margin-top: -4%; 
	 border-radius: 6px;

}

.teachCon{
	width: calc(100% - 5.5rem);
	float: left;
	height: auto;
	overflow: hidden;
	padding: 0.85rem 0 0.85rem 0.5rem;
	box-sizing: border-box;
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	
}


.teachList:nth-child(2n) {
	margin-right: 0;
}


.teachTop{
	display:flex;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.teachTop img{
	display: block;
	width: 0.55rem;
	height: auto;
}

.teachTop span{
	font-size: 0.6rem;
	font-family: 'am';
	color: #30313a;
	line-height: 1;
	margin-left: 0.25rem;
	font-weight: bold;
}

.tip{
	background-image: linear-gradient(to right,#cc2e34, #eb4d41);
	height: 0.7rem;
	padding: 0 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.65rem;
	font-size: 0.4rem;
	font-family: 'ar';
	line-height: 1;
	color: #ffffff;
	margin: 0.4rem 0;
}

.teachList p{
	font-size: 14px;
	color: #83848b;
	line-height: 1.8;
	width: 100%;
}


.kecBox {
	width: 100%;
	padding: 3.5rem 0 4rem;
	height: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}


.kecBox .container {
	overflow: unset;
}

.kecCon {
	margin-top: 1.75rem;
	width: 100%;
	display: flex;
	height: auto;
}


.kecList {
	display: flex;
	flex-direction: column;
	width: 19%;
	margin-right: 1.25%;
	padding: 5% 1%;
	box-sizing: border-box;
	box-shadow: 0 0 0.35rem rgba(0, 0, 0, .1);
	position: relative;
	background-color: #ffffff;
}

.kecList:last-child {
	margin-right: 0;
}

.kcRed {
	position: absolute;
	top: 6%;
	right: 3%;
	display: block;
	width: 2.6rem;
	height: auto;
	opacity: 0.05;
}

.kecListCon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}


.kch {
	display: block;
	width: 1.6rem;
	height: auto;
}

.kcr {
	display: none;
	width: 1.6rem;
	height: auto;
}

.kecListCon span {
	font-size: 0.75rem;
	font-family: 'ar';
	line-height: 1;
	color: #30313a;
	margin-top: 0.8rem;
}

.kecListCon i {
	display: block;
	width: 0.8rem;
	height: 0.1rem;
	border-radius: 0.1rem;
	background-color: #c92228;
	margin-top: 0.45rem;
}

.kecListCon p {
	margin-top: 0.45rem;
	font-size: 0.4rem;
	color: #808496;
	line-height: 1.5;
	display: none;
	width: 100%;
	transition: all .3s ease-out;
}





.systemBox {
	padding-bottom: 3.5rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.systemCon {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	height: auto;
	overflow: hidden;
	margin-top: 1.75rem;
}


.systemList {
	flex: 0 0 23.5%;
	margin-right: 2%;
	height: 6.8rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 0.45rem;
	justify-content: center;
}

.systemList:nth-child(4n) {
	margin-right: 0;
}

.systemList img {
	display: block;
	width: 1.75rem;
	height: auto;
	margin-bottom: 0.5rem;
}

.systemList p {
	font-size: 0.75rem;
	font-family: 'ar';
	line-height: 1;
	color: #ffffff;
	width: 80%;
	text-align: center;
}





/*服务体系*/
.serverBox {
	padding-bottom: 3.9rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.serverCon {
	margin-top: 1.25rem;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	height: auto;
	overflow: hidden;
}

.serverList {
	margin-bottom: 0.7rem;
	flex: 0 0 32%;
	height: 3.75rem;
	border: 1px solid #ced7dc;
	margin-right: 2%;
	box-sizing: border-box;
}


.serverList:nth-child(3n) {
	margin-right: 0;
}

.serverConBox {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	padding: 0 14%;
	box-sizing: border-box;
	position: relative;
	transition: all .3s ease-out;
}

.serverConBox h3 {
	position: absolute;
	top: 42%;
	left: 14%;
	transform: translateY(-50%);
	background-image: linear-gradient(to bottom, #eaebed, #fafafa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.1rem;
	font-family: 'DinR';
	z-index: 0;
	font-weight: bold;
}

.server {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.server img {
	display: block;
	width: 0.75rem;
	height: auto;
}

.server p {
	font-size: 0.75rem;
	line-height: 1;
	margin-left: 0.5rem;
	font-family: 'ar';
	color: #666666;
}

.serverTxt {
	display: none;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	padding: 6%;
	box-sizing: border-box;
	font-size: 0.4rem;
	font-family: 'ar';
	color: #ffffff;
	line-height: 1.5;
	background-image: linear-gradient(to bottom, #c92228, #ea4d41);
}

/*题库*/
.serverBox2 {
	padding-bottom: 3.9rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.serverCon2 {
	margin-top: 1.25rem;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	height: auto;
	overflow: hidden;
}

.serverList2 {
	margin-bottom: 0.7rem;
	flex: 0 0 32%;
	border: 1px solid #ced7dc;
	margin-right: 2%;
	box-sizing: border-box;
	padding:60px 0 80px;
}


.serverList2:nth-child(3n) {
	margin-right: 0;
}

.serverConBox2 {
	/*display: flex;*/
	width: 100%;
	height: 100%;
	/*align-items: center;*/
	padding: 0 14%;
	box-sizing: border-box;
	position: relative;
	transition: all .3s ease-out;
}

.serverConBox2 h3 {
	position: absolute;
	top: 42%;
	left: 14%;
	transform: translateY(-50%);
	background-image: linear-gradient(to bottom, #eaebed, #fafafa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.1rem;
	font-family: 'DinR';
	z-index: 0;
	font-weight: bold;
}

.server2 {
	/*display: flex;
	align-items: center;*/
	position: relative;
	z-index: 1;
}

.server2 img {
	display: block;
	width: 1.75rem;
	height: auto;
	margin:20px auto 20px
}

.server2 p {
	font-size: 16px;
	line-height: 1;
	font-family: 'ar';
	color: #666666;
	text-align:center;
}

.serverTxt2 {
	display: none;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	/*padding: 6%;*/
	box-sizing: border-box;
	font-size: 0.4rem;
	font-family: 'ar';
	color: #ffffff;
	line-height: 1.5;
	background: #fff;
	opacity:0
}






footer {
	padding: 1.75rem 0 1.5rem;
	background-color: #f3f3f3;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footerTop {
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: auto;
	overflow: hidden;
	padding-bottom: 1rem;
	border-bottom: 1px solid #cfcfcf;
}

.footerTL {
	display: flex;
	flex-direction: column;
	height: auto;
	width: auto;
}

.footerTL a {
	width: 6.6rem;
	height: auto;
	overflow: hidden;
	margin-bottom: 1.3rem;
}

.footerTL img {
	display: block;
	width: 100%;
	height: auto;
}

.footerTL ul {
	display: block;
	flex-direction: column;
}

.footerTL ul li {
	font-size: 0.55rem;
	font-family: 'ar';
	color: #333333;
	line-height: 1;
	margin-bottom: 0.6rem;
}

.codeBox {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: auto;
	height: auto;
	overflow: hidden;
}

.codeBox img {
	display: block;
	width: 3.4rem;
	height: auto;
	overflow: hidden;
}

.codeBox span {
    margin-top: 0.3rem;
    color: #333333;
    font-size: 0.40rem;
    line-height: 1;
    font-family: 'ar';
}


.footerBottom {
	display: inline-flex;
	align-items: center;
	width: 100%;
	flex-flow: row wrap;
	padding-top: 1.15rem;
}

.footerBottom p {
	font-size: 0.55rem;
	font-family: 'ar';
	color: rgba(0, 0, 0, .7);
	line-height: 1;
	margin-right: 0.45rem;
}


.phNavBox,.phHead{
	display: none;
}

/*关于我们*/
/*===========================================*/
/*banner*/
.z_other_banner{ width: 100%; height: 73vh; position: relative; }
.z_other_text{ position: absolute; left: 20%; top: 50%; transform: translateY(-50%); width: 60%; text-align: center; margin-bottom: 0!important;}
.z_other_text h3{ font-size:4vw; color:#fff; font-weight:bold; font-family: 'DIN';}
.z_other_text h6{ font-size:3vw; color:#fff; }
.z_other_text_img{left: 35%; top: 38%;width: 30%;}
.z_other_text_img img{ width:100%}
.imgbg {
    width: 100%;
    height: 100%;
    transition: ease 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*appbanner*/
.z_other_banner02{ width: 100%; height: 86vh; position: relative; }
.z_other_text02{ position: absolute; left: 20%; top: 50%; transform: translateY(-50%); width: 60%; text-align: center; margin-bottom: 0!important;}
.z_other_text02 h3{font-size:32px; color:#fff; font-weight:bold; margin-bottom:20px;}
.z_other_text02 h6{font-size:16px; color:#fff; line-height:1.8}
.z_other_text02 ul{ display:flex; width:80%; margin:60px auto 0; justify-content:space-between}
.z_other_text02 ul li .img_w{ width:200px; height:230px; border-radius:20px; background:#fff; padding:10px;}
.z_other_text02 ul li .img_w03 img{ margin:30px auto 30px;}
.z_other_text02 ul li .img_w h6{ color:#c92228; font-size:18px; margin-top:6px;  }
.z_other_text02 ul li .img_w a{ display:block; font-size:16px; border-radius:8px; color:#fff; padding:10px 0;
 background-image: linear-gradient( 0deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%); 
background-image: -moz-linear-gradient( 0deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);}
 .z_other_text02 ul li p{ font-size:18px; color:#fff; margin-top:20px;}

/*app下载*/
.app_con01{ display:flex; justify-content:space-around; margin:5vw 0}
.app_text_l{ width:40%; margin-top:50px; }
.app_text_l h3{ font-size:24px; color:#333; display:flex; font-weight:bold; align-items:center; margin-bottom:26px;}
.app_text_l h3:before{ width:5px; height:26px; border-radius:20px; content:""; background:#c92228; display:inline-block; margin-right:10px;}
.app_text_l p{ font-size:16px; color:#666; line-height:2}
.app_text_l p span{ font-weight:bold; color:#333}
.app_img_r{ width:30%; }
.app_img_r img{ width:100%;}






/*企业简介*/
.z_about_warp{ padding:7vw 10.3vw; padding-top: 4vw; box-sizing: border-box;}
.z_about_jj{ display: flex;}
.z_about_jj .fl_warp{ flex-shrink: 0; margin-left: 4vw;}
.z_about_jj .fr_warp{width: 51.66666vw; margin-left: auto;font-size: 1.35vw;line-height: 1.8;}
.z_about_jj .fr_warp p{ margin-bottom:10px}
.z_about_jj .fr_warp p.p2{ font-size:0.9vw; line-height:1.8}
.z_about_jj .fr_warp p.kouhao{ font-size:1.5vw; font-weight:bold; color:#222; }
.z_other_tit h3{font-size: 2.6vw; line-height: 2.6vw; margin-bottom: 8px; font-weight:bold}
.z_other_tit h4{color: #666666; font-size: 1.04vw;}
.z_about_num2{ margin-top: 4vw;}

.z_index_about .desc{font-size: 16px;font-weight: normal;color: #666666;line-height: 30px; margin: 3vw 0;}
.z_index_more .iconfont{display: inline-block;width: 28px; position: relative;height: 28px;border-radius: 50%; text-align: center; line-height: 28px; color: #fff; margin-right: 10px; z-index: 1;}
.icon-jiahao:before {
    content: ""; width:20px; height:20px; background-image:url(../img/jiahao.png); background-repeat:no-repeat; z-index:99999 ;    margin-left: 4px;
    margin-top: 4px;    display: block;background-size: contain;
}
.z_index_more .iconfont::after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);background: #c92228; border-radius: 50%; transition: all .8s; z-index:-1}
.z_index_more{font-weight: 600;color: #c92228;font-size: 14px; display: flex; align-items:center}
.z_index_more:hover .iconfont::after{transform: translate(-50%,-50%) scale(1.4,1.4);}
.z_about_num{ width: 100%; border-top: 1px solid rgba(255,255,255,.5);}
.z_about_num ul{ display: flex;}
.z_about_num li{ flex: 1;text-align: center; color: #fff; height: 15.625vw; display: flex; align-items: center; justify-content: center;border-right: 1px solid rgba(255,255,255,.5); position: relative;z-index: 1; padding: 10px; box-sizing: border-box;}
.z_about_num li::before{ content: ""; display: block; width: 0; height: 100%; 
 position: absolute; left: 0; top: 0; transition: ease 1s; z-index:-1;
 background-image: -moz-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background-image: -webkit-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background-image: linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background-image: -ms-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);}
.z_about_num li:last-child{ border-right: none;}
.z_about_num li .num_icon{ width:58px; margin-bottom:16px;}
.z_about_num li h4{font-size: 0.6rem;}
.z_about_num li:hover::before{ width: 100%;}
/*企业架构*/
.jiagou{padding: 2vw 10.3vw 7vw;}
.jiagou ul { display:flex; justify-content:space-between; flex-wrap:wrap; margin-top:4vw}
.jiagou ul li{ width:42%; background:#f8f8f8; padding:36px; margin-bottom:30px; position:relative;z-index:0;}
.jiagou ul li .jiagou_top{ display:flex; justify-content:space-between; margin-bottom:20px;}
.jiagou ul li .jiagou_top h3{ font-size:0.85rem; font-weight:bold; width:76%;}
.jiagou ul li .jiagou_top h3:after{ content:""; width: 65px; height:4px; border-radius:6px;    margin-top: 16px; 
background-image: -moz-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background-image: -webkit-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background-image: linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background-image: -ms-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%); display:block}
.jiagou ul li .jiagou_top img{ width:84px;}
.jiagou ul li p{ font-size:0.55rem; line-height:1.5; color:#666;  }
.jiagou ul li::before{ content: ""; display: block; width: 0; height: 100%; 
 position: absolute; left: 0; top: 0; transition: ease 1s; z-index:-1;
 background-image: -moz-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background-image: -webkit-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background-image: linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background-image: -ms-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);}
.jiagou ul li:hover::before{ width: 100%;}
.jiagou ul li:hover .jiagou_top h3{ color:#fff} 
.jiagou ul li:hover .jiagou_top h3:after{ background-image:#fff} 
.jiagou ul li:hover p{ color:#fff} 
.jiagou .zyimg{ text-align:center; 
    width: 84px;
    height: 84px;
    background: none!important;
    transition: ease .45s;
    position: relative;
    overflow: hidden;
	margin-bottom: 10px;
}
.jiagou .zyimg>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: ease .45s;
    width: 100%;
    height: 100%;
}
.jiagou .zyimg>div img {
    width: auto;
    margin: auto;
}
.jiagou .zyimg .img2 {
    transform: translate(-50%, 140%);
}
.jiagou ul li:hover .zyimg .img1 {
	transform: translate(-50%, -170%);
	z-index:999;
}

.jiagou ul li:hover .zyimg .img2 {
	transform: translate(-50%, -50%);
	z-index:999;
}



/*企业文化*/
.z_about_nl{ position: relative;}
.z_nl_swiper{ width: 100%; height: 46.875vw; position: relative; margin-top:4vw}
.z_nl_swiper li{ padding: 12vw 8.3vw; box-sizing: border-box; color: #fff; text-align: center;}
.z_nl_swiper li .con{ transform: translateY(50%); opacity: 0; transition: ease 1s;}
.z_nl_swiper li.swiper-slide-active .con{ transform: translateY(0); opacity: 1;}
.z_nl_swiper li .zh{font-size: 2.25vw; font-weight:bold; margin-bottom:15px;}
.z_nl_swiper li .text {font-size: 1.23vw;line-height: 2;}
.z_ln_tab{width: 77.91666vw;position: absolute;left: 50%;bottom: 0; z-index: 2; transform: translateX(-50%);}
.z_ln_tab ul{ display: flex;}
.z_ln_tab li{ flex: 1; text-align: center; cursor: pointer; padding: 2.5vw 0; background: #fff;}
.z_ln_tab li .icon{ height: 40px; width: 40px;overflow: hidden; margin: 0 auto; margin-bottom: 10px;}
.z_ln_tab li .icon img{width: 100%; display: block; margin: 0 auto;filter: drop-shadow( 0px 40px 0 #000); transition: ease .5s;}
.z_ln_tab li.active .icon img{ transform: translateY(-40px);}
.z_ln_tab li h3{ font-size: 1.23vw;color: #95A0AD;}
.z_ln_tab li.active h3{color: #000000;}


/*发展历程*/
.jtgk3{width:88vw;padding:9.89583vw 4.94791vw 7.90625vw;background-image:url(../img/jtgk3_bg.jpg);background-size: cover; background-position: center;  background-repeat: no-repeat;}
.jtgk3 .top .p_title{padding-top:1.04166vw;position:relative}
.jtgk3 .top .p_title::before{content:"";width:1.875vw;height:4px;background-color:#e30012;position:absolute;z-index:0;left:0;top:0}
.jtgk3 .top .text{margin-top:1.30208vw;line-height:2;color:#7d7d7d;font-size:14px}
.jtgk3 .top{width:34.375vw}
.jtgk3 .top .more{display:inline-block;margin-top:2.39583vw;position:relative}
.jtgk3 .top .more span{color:#e30012;font-size:14px;margin-right:0.625vw;display:inline-block;vertical-align:middle;font-weight:bold}
.jtgk3 .top .more i{color:#E30012;font-size:18px;display:inline-block;vertical-align:middle}
.jtgk3 .top .more::after{content:"";width:100%;height:2px;background-color:#E30012;position:absolute;z-index:0;left:0;bottom:-8px;opacity:0;transition:0.8s}
.jtgk3 .top .more:hover::after{opacity:1;bottom:-3px}

.jtgk3 .gallery-top{margin-top: 4.94791vw;width: 100%;position: relative;height: 30vw;}
.jtgk3 .gallery-top .swiper-button-next,.jtgk3 .gallery-top .swiper-button-prev{position: absolute;top: 50%;transform: translateY(-50%);width: 2.86458vw;height: 2.86458vw;line-height: 2.86458vw;border-radius: 50%;background-color: #FFF;text-align: center;cursor: pointer;outline: none;z-index: 9;transition: 0.8s; box-shadow:#D4D4D4 4px 4px 20px}
.jtgk3 .gallery-top .swiper-button-next:hover,.jtgk3 .gallery-top .swiper-button-prev:hover{background-color: #EE1C26;}
.jtgk3 .gallery-top .swiper-button-next i,.jtgk3 .gallery-top .swiper-button-prev i{color: #000;transition: 0.8s;}
.jtgk3 .gallery-top .swiper-button-next:hover i,.jtgk3 .gallery-top .swiper-button-prev:hover i{color: #FFF;}
.jtgk3 .gallery-top .swiper-button-next{right: 5vw;}
.jtgk3 .gallery-top .swiper-button-prev{left: 5vw;}
.jtgk3 .gallery-top .swiper-slide{position: relative;}
.jtgk3 .gallery-top .swiper-slide .con{position: absolute;left: 50%;transform: translate(-50%,-50%);width: 70%;background-color: #FFF;padding: 0;top: 50%;}
.jtgk3 .gallery-top .swiper-slide .con .img{width: 100%;height: 24vw;}
.jtgk3 .gallery-top .swiper-slide .con .img div{width: 100%;height: 100%;background-size: 100%;
    background-repeat: no-repeat;}
.jtgk3 .gallery-top .swiper-slide .con .date{width: 9.89583vw;text-align: center;font-size: 1.25vw;color: #333333;font-weight: bold;}
.jtgk3 .gallery-top .swiper-slide .con .cons{flex: 1;padding: 1.5vw 1.34375vw 2vw; font-size: 0.52rem; line-height: 1.7; color:#666}
.jtgk3 .gallery-top .swiper-slide .con .cons h3{ font-weight:bold; padding-bottom:5px; color:#333}
.jtgk3 .gallery-top .swiper-slide .con .cons p{color: #666666;font-size: 16px;line-height: 16px;margin-top: 10px;}
.jtgk3 .gallery-top .swiper-slide .con .cons p:first-child{margin-top: 0;}
.jtgk3 .gallery-thumbs{width: 100%;margin-top: 3.85416vw;position: relative;height: 5.20833vw; overflow: hidden;}
/* .jtgk3 .gallery-thumbs::after{content: "";width: 100%;position: absolute;top: 50%;transform: translateY(-50%);left: 0;height: 2px;background-color: #b5b5b5;z-index: 0;} */
.jtgk3 .gallery-thumbs .swiper-slide{position: relative;cursor: pointer;}
.jtgk3 .gallery-thumbs .swiper-slide .bor{width: 15px;height: 15px;border-radius: 50%;border: 2px solid #b5b5b5;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: 0.8s;}
.jtgk3 .gallery-thumbs .swiper-slide .bor::before{content: "";height: 2px;background-color: #b5b5b5;z-index: 0;position: absolute;top: 50%;left: -5.6vw;width: 5.5vw;transform: translateY(-50%);}
.jtgk3 .gallery-thumbs .swiper-slide .bor::after{content: "";height: 2px;background-color: #b5b5b5;z-index: 0;position: absolute;top: 50%;right: -9.6vw;width: 9.5vw;transform: translateY(-50%);}
.jtgk3 .gallery-thumbs .swiper-slide:first-child .bor::before{display: none;}
.jtgk3 .gallery-thumbs .swiper-slide:last-child .bor::after{display: none;}
.jtgk3 .gallery-thumbs .swiper-slide:hover .bor{border-color: #EE1C26;}
.jtgk3 .swiper-slide-thumb-active .bor{border-color: #EE1C26 !important;}
.jtgk3 .gallery-thumbs .swiper-slide .se{color: #EE1C26;text-align: center;font-size: 1vw;font-weight: bold;opacity: 0;transition: 0.8s;}
.jtgk3 .swiper-slide-thumb-active .se{opacity: 1 !important;}
.jtgk3 .gallery-thumbs .swiper-slide .default{font-size: 16px;color: #666666;position: absolute;bottom: 0;text-align: center;width: 100%;opacity: 1;transition: 0.8s;}
.jtgk3 .swiper-slide-thumb-active .default{opacity: 0 !important;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: 'next';
    font-size: 0.5rem;
    color: #333;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
	font-size: 0.5rem;
    color: #333;
}


/*资质证书*/
.z_honor_swiper{padding: 7vw 8.3vw;}
.z_honor_swiper ul{ display:flex; justify-content:space-between; margin-top:4vw; flex-wrap:wrap}
.z_honor_swiper ul li{ width:32%; margin-bottom:20px;}
.z_honor_swiper li .img { position: relative;}
.z_honor_swiper .img{ background: #faf5f5;
border: 2px solid #f9e3e4; height:18.70833vw; display:flex;align-items: center; justify-content: center; box-sizing: border-box;
border-radius: 8px;}
.z_honor_swiper .img img{ display: block; max-height: 82%;}
.z_honor_swiper h3{ text-align: center;font-size: 0.65rem; margin-top: 15px;}
.z_honor_swiper li .img{ position: relative;}
.z_honor_swiper li .img::before{ content: ""; display: block; width: 100%; height: 100%; background: url(../img/mask2.png) no-repeat bottom center; background-size: 100% auto; position: absolute; left: 0; bottom: 0; z-index: 1; transition: ease 1s; opacity: 0; pointer-events: none;}
.z_honor_swiper li:hover .img::before{ opacity: 1;}

/*校区展示*/
.z_xqzs{padding: 7vw 8.3vw;}
.z_xqzs .xqzs_ul01{ display:flex;  flex-wrap:wrap; padding:4vw 4vw 0 4vw}
.z_xqzs .xqzs_ul01 li{ width:25%; margin-bottom:20px;}
.z_xqzs .xqzs_ul01 li p{ width: 75%;
    text-align: center;
    display: block;
    font-size: 15px;
    padding: 14px 13px;
    border-radius: 50px;
    border: 1px solid #5f6376;
    color: #333;}
.z_xqzs .xqzs_ul01 li:hover p{ 
cursor:pointer;
background:-webkit-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background:-ms-linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
background:linear-gradient( -90deg, rgb(201,34,40) 0%, rgb(218,56,53) 51%, rgb(235,77,65) 100%);
 border: 1px solid #d43131; color:#fff
}
.z_xqzs .xqzs_ul02{display:flex; justify-content:space-around; flex-wrap:wrap; padding:3vw 0}
.z_xqzs .xqzs_ul02 li{ width:30%;}
.z_xqzs .xqzs_ul02 li img{ width:100%; }

/*=====================================新闻列表=========================================*/
.z_pro_page{
	padding: 3vw 10.3vw;
    box-sizing: border-box;
    padding-bottom: 5vw;}
.z_index_news{background: #F5F7FB; padding: 4vw 8.3vw;box-sizing: border-box;}
.z_news_nav{ margin-left: auto;}
.z_news_nav a{ display: inline-block; padding: 0 1.5vw;height: 50px; line-height: 50px; border-radius: 6px; transition: ease 1s;font-size: 16px; margin-left: 1vw;}
.z_news_nav a.active,.z_news_nav a:hover{ background: #c92228; color: #fff;}
.z_news_head{ margin-bottom: 3vw;}
.z_news_list .first{ width: 38.54166vw; padding: 0;/* height: 23.95833vw; */ position: relative;border-radius: 8px;overflow: hidden; float: left;}
.z_news_list .first .infobox{ width: 100%; position: absolute; left: 0; top: 0; padding: 2vw;box-sizing: border-box; color: #fff;}
.z_news_list .first h3{ width:70%;font-size: 1.14583vw;font-weight: bold;color: #FFFFFF;}
.z_news_list .first .time{ margin-left: auto;width: 90px;
border: 1px solid #FFFFFF;flex-shrink: 0;
border-radius: 6px; text-align: center; padding: 10px 5px; padding-bottom: 12px;}
.z_news_list .first .time em{font-size:2.08vw;
font-family: Gilroy; display: block;
font-weight: bold;}
.z_news_list .first .z_index_more{ position: absolute; left: 2vw;bottom: 2vw; color: #fff;}
.z_news_list .first:hover .imgbg{ transform: scale(1.05,1.05);}
/*  */
.z_news_list li{ width: 22.3125vw;float: left; background: #FFFFFF;box-shadow: 0px 2px 30px 0px rgba(162,180,190,0.4000);border-radius: 8px; padding: 1.5vw; box-sizing: border-box; margin-left: 2.95vw; margin-bottom:2.95vw}
.z_news_list li .time{font-size: 16px;
font-family: Gilroy; margin-bottom: 1vw;
font-weight: 500;
color: #AEBAD6;}
.z_news_list li h3{font-size: 16px; line-height: 28px; height: 56px;font-weight: bold;color: #000000}
.z_news_list li .imgbox{height: 10.4vw; overflow: hidden;border-radius: 4px; margin: 2vw 0;}
.z_news_list li:hover .imgbg{ transform: scale(1.05,1.05);}
.z_news_list li:hover h3{ color: #c92228;}
.z_index_news .z_news_list{ display: flex;}
.z_tab_child{ display: none;}
.z_tab_child.active{ display: block;}
.z_news_list li .z_index_more .iconfont {
    display: inline-block;
    width: 28px;
    position: relative;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    margin-right: 10px;
    z-index: 1;
}
.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}




/*==========================试听课==================================*/
/*.zpyjy_jyjx_con{ display:flex}
.video_con{ margin:10vw auto}
.video_con ul{ display:flex; flex-wrap:wrap; justify-content:space-around}
.video_con ul li{ width:45%; margin-bottom:30px;}
.video_con ul li video{ width:100%;}
.video_con ul li p{ text-align:center; font-size:16px;}*/
/*试听课*/
.class{
 background-color: #f1f1f1;
    padding-top: 7vh;
    padding-bottom: 13vh;
}
.class .flex{ display: flex; flex-wrap:wrap;}
.class .item_icon{ width:100%}
.class .item_icon img{width:100%}
.class .class_con .class_con0 { width:29.5%; margin: 20px 10px; padding:15px; border-radius:12px; background:#fff; position:relative; overflow:hidden}
.class .class_con .item_info .item_titile{    
font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px; color:#333;}
.class .class_con .item_info{ margin:20px; justify-content:space-between}	
.class .class_con .item_info .item_line{font-size: 16px; color:#555}
.stk_btn{ width:130px; height:42px; line-height:34px;  
background-image: linear-gradient(to right, #c92228, #ea4d41);
  background-image: -moz-linear-gradient(to right, #c92228, #ea4d41);
  background-image: -webkit-linear-gradient(to right, #c92228, #ea4d41);
  background-image: -ms-linear-gradient(to right, #c92228, #ea4d41); display:flex; border-radius:50px; padding:4px; text-align:center; opacity:0.8}
.stk_btn span{ color:#fff; font-size:16px; margin-left:10px;line-height: 2.5;}
.stk_btn_c{ margin:0 auto;opacity:1}

.class .class_con .class_con0 .name{
	position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    line-height: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    width: 100%;
    transition: all ease .3s;border-radius:20px; 

}
.class .class_con .class_con0 .name p{ margin-bottom:30px;}
.class .class_con .class_con0:hover .name{height: 100%;}
.class .class_con .class_con0 .name .img00{ display:block; width:35%; margin:60px auto 20px}

/*==========================校友会==================================*/
.xyh_bg{ background-image: -moz-linear-gradient( -180deg, rgb(255,243,242) 0%, rgb(255,255,255) 24%, rgb(255,245,245) 51%, rgb(255,251,251) 77%, rgb(255,242,241) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(255,243,242) 0%, rgb(255,255,255) 24%, rgb(255,245,245) 51%, rgb(255,251,251) 77%, rgb(255,242,241) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(255,243,242) 0%, rgb(255,255,255) 24%, rgb(255,245,245) 51%, rgb(255,251,251) 77%, rgb(255,242,241) 100%);
 background-image: linear-gradient( -180deg, rgb(255,243,242) 0%, rgb(255,255,255) 24%, rgb(255,245,245) 51%, rgb(255,251,251) 77%, rgb(255,242,241) 100%);}


.xyh_part01_con{ display:flex; justify-content:space-around; margin-bottom:50px; padding:0 10%; }
.xyh_part01_con_left{width:25%; margin-right:30px; }
.xyh_part01_con_left img{ width:70%;}
.xyh_part01_con_right{ width:70%;}
.xyh_part01_con_right p{ font-size:24px; color:#333; line-height:1.8; margin-bottom:10px }
.xyh_part01_con_right p span{ color:#cc2b26;font-style:italic}

.xyh_part02_con ul { display:flex; justify-content:space-between; padding:50px 80px 120px; flex-wrap:wrap;}
.xyh_part02_con ul li{ width:18%;  box-shadow: 0px 13px 98px 0px rgba(214, 147, 147, 0.25); padding:50px 30px; border-radius:20px; background:#fff; transition:ease 1s }
.xyh_part02_con ul li:hover{transform:scale(1.05); cursor:pointer}
.xyh_part02_con ul li img{ width:88px; height:88px;} 
.xyh_part02_con ul li h3{ font-size:24px; line-height:2; color:#333;}
.xyh_part02_con ul li p{ font-size:15px; color:#666; line-height:1.8}

.xyh_part03{ position:relative}
.xyh_part03_con .part03_ul01{box-shadow: 0px 13px 98px 0px rgba(214, 147, 147, 0.25); padding:50px; background:#fff;border-radius:20px;}
.xyh_part03_con .part03_ul01 li{display:flex; justify-content:space-between; margin-bottom:50px; flex-wrap:wrap }
.xyh_part03_con .part03_ul01 .xyfc_con_text{ width:54%; margin-top:20px}
.xyh_part03_con .part03_ul01 .xyfc_con_text_title{display:flex; align-items:center; margin-bottom:20px;}
.xyh_part03_con .part03_ul01 .xyfc_con_text h3{font-size:34px;}
.xyh_part03_con .part03_ul01 .xyfc_con_text p{ font-size:16px; color:#666; line-height:1.8; margin-bottom:14px;}
.xyh_part03_con .part03_ul01 .xyfc_con_img{ width:38%;}
.xyh_part03_con .part03_ul01 .xyfc_con_img img{ width:100%;}
.xyh_part03_con{ padding:50px 80px; }
.xyh_part03_con  .part03_hyll{}
.xyh_part03_con  .part03_hyll_title{display:flex; align-items:center; margin:30px 0px;}
.xyh_part03_con  .part03_hyll ul{display:flex; justify-content:space-around; flex-wrap:wrap} 
.xyh_part03_con  .part03_hyll ul li{ width:23%; margin-bottom:20px;}
.xyh_part03_con  .part03_hyll ul li img{ width:100%}
.xyh_fc_bgicon01{ position:absolute; top:0%; right:0%;}
.xyh_fc_bgicon01 img{ width:50%;}



.xyh_part04{ padding:60px 0;}
.xyh_part04 ul.ul01{ display:flex; justify-content:flex-start; padding-top:35px;} 
.xyh_part04 ul.ul01 li{ width:20%; text-align:center; margin-bottom:50px; position:relative}
.xyh_part04 ul.ul01 li:before{ content:""; border:1px dashed #C8C8C8;  width:100%; display:inline-block; position:absolute; left:10%; top:21%; z-index:-2}
.xyh_part04 ul.ul01 li:nth-child(9)::after{ display:none;}
.xyh_part04 ul.ul01 li h3{ color:#393a50; font-size:18px; margin:20px 0px 10px; font-weight:bold;}
.xyh_part04 ul.ul01 li p{color:#666; font-size:14px; padding:0 30px; line-height:1.6}

.xyh_part05{ position:relative}
.xyh_part05_con{ position:relative; height:490px; padding:0 80px;}
.xyh_part05_con .xyh_part05_bg01{ width:90%; height:280px; background:#fff;opacity: 0.502;position: absolute; top:10%; left:5%; z-index:0;box-shadow: 0px 13px 98px 0px rgba(214, 147, 147, 0.25); border-radius:30px;}
.xyh_part05_con .xyh_part05_bg02{width:85%; height:340px; background:#fff;opacity: 0.702;position: absolute; top:8%; left:5%;z-index:1;box-shadow: 0px 13px 98px 0px rgba(214, 147, 147, 0.25); border-radius:30px;}
.xyh_part05_con .xyh_part05_bg03{width:80%; height:400px; background:#fff;opacity: 1;position: absolute; top:5%; left:10%;z-index:2;box-shadow: 0px 13px 98px 0px rgba(214, 147, 147, 0.25); border-radius:30px;}
.xyh_part05_con .xyh_part05_bg03 ul { display:flex; flex-wrap:wrap; justify-content:space-between; padding:80px;}
.xyh_part05_con .xyh_part05_bg03 ul li{ width:45%; margin-bottom:30px;}
.xyh_part05_con .xyh_part05_bg03 ul li h3{ font-size:24px; margin-bottom:20px; position:relative;}
.xyh_part05_con .xyh_part05_bg03 ul li h3:before{ content:""; width:20px; height:20px; background:#ffcccc; position:absolute; top:-5px; left:-5px; z-index:-1; }
.xyh_part05_con .xyh_part05_bg03 ul li p{ font-size: 18px; line-height:1.6; color:#666}
.xyh_fc_bgicon01{ position:absolute; top:0%; right:0%;}
.xyh_fc_bgicon01 img{ width:50%;}

/*弹窗样式*/
#hs-dialog-mask {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, .5);
z-index: 10001;
display:none;
}
#hs-dialog {
position: absolute;
top: 50%;
width: 460px;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background: #fff;
box-shadow: 0 0 3px #bbb;
padding: 0 0  30px 0;
line-height: 24px;
border-radius: 10px;
display:none;

}
#hs-dialog .close {
    position: absolute;
    right: 3px;
    top: -41px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#hs-dialog h2{ text-align:center; font-size:22px; margin-bottom:10px; color:#333;}
#hs-dialog .tc_text p {
margin-bottom: 0.1em;
    font-size: 15px;
    line-height: 1.9;
    padding: 0 24px;
    text-indent: 2em;
}
#hs-dialog .time{ text-align:right;}









