
/*关于我们*/

.pinpai {
    position: relative;
	margin:120px 0;
	overflow:hidden;
}

.pinpai-title {
    font-size: 18px;
    letter-spacing: 1px;
}


.pinpai-title h2 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
	margin-top:10px;
}

.pinpai-con{
	display: flex;
	align-items: center;
	margin-top:60px;
}
.pinpai-con .txt {
    width: 56%;
    padding-right: 8%;
}

.pinpai-con .txt .info p {
    font-size: 16px;
    color: #808080;
    text-align: justify;
	line-height:30px;
}

.pinpai-con .brand-pic {
    width: 40%;
}
.pinpai-con .brand-pic img{
	width:100%;
}




.wenhua{
	width:100%;
	padding:120px 0;
	background:url(../img/wenhua_bj.jpg) no-repeat center;
	background-size: cover;
}
.com-title {
    text-align: center;
}
.com-title h3 {
    position: relative;
    font-size: 40px;
    font-weight: 500;
	margin-bottom:40px;
	color:#fff;
}
.com-title h3::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:-20px;
    width:50px;
    height:4px;
    background-color: #f89754;
}
.com-title p {
    font-size:16px;
    color: #fff;
    text-transform: uppercase;
}

.wenhua-con {
    width: 100%;
	margin-top:90px;
}
.wenhua-con ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}
.wenhua-con ul li {
    width: 22%;
    background:#fff;
	padding:60px 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.wenhua-con ul li i {
    display: block;
    width: 80px;
    height: 80px;
    transition: 0.4s all;

}

.wenhua-con ul li:nth-of-type(1) i {
    background: url(../img/chuanshiren-icon1.png) no-repeat;
    background-size: contain;
}
.wenhua-con ul li:nth-of-type(2) i {
    background: url(../img/chuanshiren-icon2.png) no-repeat;
    background-size: contain;
}
.wenhua-con ul li:nth-of-type(3) i {
    background: url(../img/chuanshiren-icon3.png) no-repeat;
    background-size: contain;
}
.wenhua-con ul li:nth-of-type(4) i {
    background: url(../img/chuanshiren-icon4.png) no-repeat;
    background-size: contain;
}


.wenhua-con ul li:hover:nth-of-type(1) i {
    background: url(../img/chuanshiren-icon1s.png) no-repeat;
    background-size: contain;
}
.wenhua-con ul li:hover:nth-of-type(2) i {
    background: url(../img/chuanshiren-icon2s.png) no-repeat;
    background-size: contain;
}
.wenhua-con ul li:hover:nth-of-type(3) i {
    background: url(../img/chuanshiren-icon3s.png) no-repeat;
    background-size: contain;
}
.wenhua-con ul li:hover:nth-of-type(4) i {
    background: url(../img/chuanshiren-icon4s.png) no-repeat;
    background-size: contain;
}

.wenhua-con ul li h5 {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 30px;
    position: relative;
}

.wenhua-con ul li h5:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #1f304c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wenhua-con ul li  p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
	padding:0 60px;
}
.wenhua-con ul li:hover i {
    transform: rotateY(180deg);
}
.wenhua-con ul li:hover h5{
	color:#f89754;
}

.wenhua-con ul li:hover h5:after {
	background-color:#f89754;
}	



.licheng {
	background:url(../img/course_bg.jpg);
	background-size:cover;
	padding:120px 0;
}
.licheng .com-title h3 {
	color:#242424;
}

.licheng .com-title  p {
    color: #999;
}

.about5_bg {
  width: 1400px;
  margin: 0 auto;
  z-index: 1;
  position: relative; }

.about5_bd {
  position: relative;
  background: #fff;
  margin-top:90px;
}

.about5_bd .swiper-slide .about5_bd_words {
  width: 39%; }

.about5_bd .swiper-slide .about5_bd_words .pub_tit {
  align-items: flex-start; }

.about5_bd .swiper-slide .about5_bd_words h3 {
  margin-top: 55px;
  font-size: 24px;
  color: #ea6000; }

.about5_bd .swiper-slide .about5_bd_words pre {
  margin-top: 25px;
  white-space: pre-wrap;
  font-size: 16px;
  color: #434144;
  line-height: 36px; }

.about5_bd .swiper-slide .about5_bd_pic {
  display: block;
  position: relative;
  width: 58.0173%;
  padding: 20.2587% 0;
  overflow: hidden; }

.about5_bd .swiper-slide .about5_bd_pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.about5_bd .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
    background-color: #fff;
}
.about5_bd .swiper-slide figure {
    display: block;
    position: relative;
    width: 50%;
	height:370px;
	overflow:hidden;
}
.about5_bd .swiper-slide figure img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.about5_bd .swiper-slide div {
    width: 50%;
	height:370px;
    position: relative;
	padding:3% 5%;
	overflow:hidden;
}
.about5_bd .swiper-slide div h5 span {
    font-size: 30px;
    line-height: 36px;
    font-family: english;
    color: #ea6000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.about5_bd .swiper-slide div h5 p {
    font-size: 48px;
    line-height: 72px;
    color: #2f2f2f;
}

.about5_bd .swiper-slide div time {
    display: block;
    font-size: 80px;
    color: #333;
	font-family: 'BLACK';
}
.about5_bd .swiper-slide div h4 {
    font-size: 28px;
    color: #333;
    line-height: 28px;
	font-weight:normal;
}


.about5_bd .swiper-slide div h6 {
    font-size: 16px;
    color: #424242;
    line-height: 28px;
	font-weight:normal;
}

.about5_hd {
  position: relative;
  padding: 0 50px;
  padding-bottom: 40px;
  width: 1540px;
  margin: 0 auto;
  margin-top: 40px; }

.about5_hd .swiper-container {
  position: relative; }

.about5_hd .swiper-container:after {
  position: absolute;
  left: 0;
  top: 16px;
  content: "";
  width: 100%;
  height: 1px;
  background: #c8c8c8; }

.about5_hd .swiper-slide {
  transition: 0.6s;
  position: relative;
  padding-top: 32px;
  font-size: 24px;
  color: #aaa;
  text-align: center;
  cursor: pointer;
  font-family: 'BLACK';
  }

.about5_hd .swiper-slide:after {
  z-index: 1;
  transition: 0.6s;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -4px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px #fff solid;
  background: #aaa;  
  }

.about5_hd .swiper-slide-active {
  color: #f89754;
}

.about5_hd .swiper-slide-active:after {
  background: #f89754; }

.about5_hd .swiper-button-prev {
  transition: 0.6s;
  z-index: 1;
  opacity: 1;
  font-weight: bold;
  color: #c8c8c8;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  margin-top: 0;
  border: 3px solid #c8c8c8;
  border-radius: 50%;
  background: url("../img/history_btn.png") no-repeat center center;
  background-size: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .about5_hd .swiper-button-prev:after {
    display: none; }

.about5_hd .swiper-button-next {
  transition: 0.6s;
  z-index: 1;
  opacity: 1;
  font-weight: bold;
  color: #c8c8c8;
  width: 32px;
  height: 32px;
  right: 0;
  top: 0;
  margin-top: 0;
  border: 3px solid #c8c8c8;
  border-radius: 50%;
  background: url("../img/history_btn.png") no-repeat center center;
  background-size: 80%;
  transform: rotate(180deg);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .about5_hd .swiper-button-next:after {
    display: none; }

.about5_hd .swiper-button-prev:hover, .about5_hd .swiper-button-next:hover {
  color: #f89754;
  border-color: #f89754; }






.rongyu{
	width:100%;
	padding:120px 0;
}

.rongyu .com-title h3 {
	color:#242424;
}

.rongyu .com-title  p {
    color: #999;
}
.rongyu-con {
    width: 100%;
	margin-top:90px;
}
.rongyu-con ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.rongyu-con ul li{
	width:23%;
	background-color: #F2F2F2;
	overflow:hidden;
	border-radius: 10px;
	padding:60px 0 0;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.rongyu-con ul li .item-title {
    color: #000;
    margin-bottom: 4px;
	font-size: 20px;
}
.rongyu-con ul li .item-txt {
    color: #585B5E;
	font-size:16px;
	text-align:center;
}

.rongyu-con ul li .item-pic {
    width: 100%;
	overflow:hidden;
	position: relative;
}
.rongyu-con ul li .item-pic:before {
	content: "";
    display: block;
	padding-top: 73.42466%;
}
.rongyu-con ul li .item-pic img {
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
}


