@charset "UTF-8";
/* css reset */

body{
	background-color: !important;font-family: !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: !important;
}

div{
	margin: 0;
	padding: 0;
}

ul,li {
	list-style: none;
}

.wrap {
	width: 1400px;
	max-width: 94%;
	margin: 0 auto;
}

.ytt-box {
	padding: 0 0 40px;
}

.ywt-title.center {
	text-align: center;
}

.ywt-title.center h3::after {
	left: 0;
	right: 0;
	margin: auto;
}

.ywt-title {
	margin-bottom: 20px;
}

.ywt-title h3 {
	position: relative;
	font-size: 36px;
	color: #0a0a0a;
	padding: 0 0 12px;
	font-weight: bold;
	line-height: 1em;
}

.ywt-title h3::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 75px;
	height: 3px;
	background: #007fcc;
}

.ywt-title h1 {
	position: relative;
	font-size: 38px;
	color: #0a0a0a;
	padding: 0 0 12px;
	font-weight: bold;
	line-height: 1em;
}

.ywt-title.center h1::after {
	left: 0;
	right: 0;
	margin: auto;
}

.ywt-title h1::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 75px;
	height: 3px;
	background: #007fcc;
}

.ywt-title.center {
	text-align: center;
}

.ywt-title.center h3::after {
	left: 0;
	right: 0;
	margin: auto;
}

.yt-ul {
	display: flex;
	margin-top: 20px;
}

.yt-ul li {
	width: 33%;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}

.yt-ul li a {
	display: block;
	height: 100%;
}

.yt-ul li .yt-div-img {
	cursor: pointer;
	height: 313px;
	width: 100%;
	overflow: hidden;
}

.yt-ul li .yt-div-img .yt-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.yt-ul li .yt-text {
	box-sizing: border-box;
	padding: 15px 10px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	height: calc(100% - 313px);
	transition: 0.6s;
}

.yt-ul li .yt-text h4 {
	cursor: pointer;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	position: relative;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 10px;
}

.yt-ul li .yt-text h4::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 4px;
	background: #87b2c7;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 100px;
}

.yt-ul li .yt-text p {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
	height: 48px;
	overflow: hidden;
}

.yt-ul li .yt-text dl {}

.yt-ul li .yt-text dl dd {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dashed #eeeeee;
	box-sizing: border-box;
	padding-left: 18%;
	cursor: pointer;
}

.yt-ul li .yt-text dl dd .d-img {}

.yt-ul li .yt-text dl dd .d-img .img1 {}

.yt-ul li .yt-text dl dd .d-img .img2 {
	display: none;
}

.yt-ul li .yt-text dl dd:hover .d-img .img1 {
	display: none;
}

.yt-ul li .yt-text dl dd:hover .d-img .img2 {
	display: inline-block;
}

.yt-ul li .yt-text dl dd span {
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
	cursor: pointer;
}

.yt-box {
	/* margin-bottom: 100px;
	margin-top: 25px; */
}

.yt-ul li .yt-text dl dd:last-of-type {
	border: none;
}

.yt-ul li:hover {
	transform: scale(1.05);
	transition: 0.4s;
	z-index: 9;
}

.yt-ul li:hover .yt-text {
	background: url(images/yj-h_05.jpg) no-repeat center;
	background-size: cover;
	transition: 0.6s;
	background: #ffffff;
}

.yt-ul li:hover .yt-text dd span {
	color: #666666;
}

.yt-ul li:hover .yt-text h4 {
	color: #87b2c7;
}

.yt-ul li:hover .yt-text h4::after {
	background: #87b2c7;
}

.yt-ul li:hover .yt-text p {
	color: #ffffff;
}

.yt-ul li {
	margin-right: 2%;
	width: 31.3%;
}

.yt-ul li:nth-of-type(4n) {
	margin-right: 0;
}

.yt-ul li:hover {
	transform: scale(1);
	box-shadow: 0 0 12px #bbbbbb;
}

.yt-ul li .yt-text p {
	display: none;
}

.z_pao,
.yt-ul li .yt-text::before {
	display: none;
}

.yt-ul li .yt-text h4:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: 1px dashed #ececec;
	bottom: 1px;
}

.yt-ul li .yt-text dl dd {
	border: none;
}

.yt-ul li:hover .z_pao span:nth-child(1),
.z_news_pao span:nth-child(1) {
	background: rgba(255, 255, 255, .5);
	animation: pao 5s linear infinite;
}

.yt-ul li:hover .z_pao span:nth-child(2),
.z_news_pao span:nth-child(2) {
	background: rgba(255, 255, 255, .5);
	animation: pao3 7s linear infinite;
	animation-delay: .3s;
}

.yt-ul li:hover .z_pao span:nth-child(3),
.z_news_pao span:nth-child(3) {
	background: rgba(255, 255, 255, 0.5);
	animation: pao2 4s linear infinite;
	animation-delay: .8s;
}

.yt-ul li .yt-text::before {
	content: "";
	display: block;
	width: 110px;
	height: 84px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/bq_03.png) no-repeat center;
	background-size: cover;
	transition: ease 1s;
	transform-origin: right bottom;
	transform: scale(0, 0) translate(100%, 100%);
}

.yt-ul li:hover .yt-text::before {
	transform: scale(1, 1) translate(0);
}

@media (max-width: 1320px) {
  .qualifications
    .quali-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active {
    margin-right: 60px !important;
  }
  .qualifications
    .quali-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    img {
    width: 170px;
  }
  .qualifications
    .quali-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active
    img {
    width: 400px;
  }
}
@media (max-width: 1280px) {
  .qualifications
    .quali-swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide-active {
    margin-right: 34px !important;
  }
}

@media screen and (max-width: 768px){
	.wrap{
		max-width: 94.5%;
	}
	.ywt-title h1{
		font-size: 20px;
	}
	.yt-ul{
		flex-wrap: wrap;
	}
	.yt-ul li{
		width:98%;
		margin-bottom: 2%;
		
	}
	.yt-ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.yt-ul li .yt-text dl dd{
		padding-left: 0;
	}
	.yt-ul li .yt-text dl dd{
		padding: 5px 0;
	}
	.ywt-title h3{
		font-size: 20px;
	}
	.ytt-box{
		padding: 15px 0 20px;
	}
		.yt-ul li .yt-div-img{
		height: 150px;
	}
	.yt-ul li .yt-text{
		height: calc(100% - 150px);
		padding: 0 10px 10px;
	}
	.yt-ul li .yt-text h4{
		font-size: 16px;
		margin-bottom: 5px;
		padding: 10px 0;
	}
	.yt-ul li .yt-text h4::after{
		height: 2px;
	}

}