<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
  background-color: #f8f9f9;
}
.culture{
  margin-top: 54px;
  display: flex;
  justify-content: space-between;

}
.culture .left{
  padding: 50px 76px 0 66px;
  width: 50%;
}
.culture .left .title p:nth-child(1){
  font-size: 35px;
}
.culture .left .title p:nth-child(2){
  font-size: 22px;
  margin-bottom: 64px;
}
.culture .left .content p:nth-child(1){
  position: relative;
  font-size: 35px;
  color: #333333;
  font-weight: 500;
  height: 76px;
  line-height: 76px;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
.culture .left .content .description{
  font-size: 17px;
  font-family: Microsoft YaHei;
  color: #555555;
  margin-bottom: 28px;
}
.content-tit::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #f48400;
  width: 57px;
  height: 4px;
}
.concept{
  margin-bottom: 24px;
}
.concept .concept-tit{
  font-size: 24px;
  text-align: center;
  margin: 36px 0 20px 0;
}
.concept .describe{
  font-size: 15px;
  color: #666666;
  text-align: center;
  line-height: 28px;
}
.concepticon{
  box-sizing: border-box;
  padding: 48px 105px 0 105px;
  margin-bottom: 120px;
}
.concepticon ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.concepticon ul li .icon{
   width: 110px;
   height: 110px;
   border-radius: 50%;
   /*border: 1px solid #f08200;*/
   text-align: center;
   line-height: 110px;
   margin-bottom: 20px;
   display: inline-block;
}

.nav-content .left ul li a{
  color: #222222;
}

.concepticon ul li .icon span{
  font-size: 36px;
  color: #f08200;
}
.concepticon ul li p{
  line-height: 38px;
}
.concepticon ul li p:nth-child(2){
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.concepticon ul li p:nth-child(3){
  font-size: 15px;
  color: #666666;
  text-align: center;
}
.cultivate{
  padding-top: 56px;
  margin-bottom: 100px;
}
.cultivate .cultivate-tit{
  font-size: 35px;
  color: #222222;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 24px;
}
.cultivate .cultivate-ftit{
  font-size: 22px;
  color: #222222;
  text-align: center;

}
.cul-content{
  margin-top: 74px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;

}
.cul-content .left{
  width: 47%;
}
.cul-content .left p:nth-child(1){
  font-size: 40px;
  color: #222222;
  margin-bottom: 20px;
}
.cul-content .left p:nth-child(2){
  font-size: 15px;
  color: #222222;
  line-height: 46px;
}
.cul-content .left .imgtext{
  position: relative;
}
.cul-content .left .imgtext p{
  left: 37px;
  bottom: 50px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;

}
.cul-content .left img{
  width: 100%;
}
.cul-content .right{
  width: 50%;
  position: relative;
}
.cul-content .right p:nth-child(2){
  position: absolute;
  left: 38px;
  bottom: 138px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.cul-content .right p:nth-child(3){
  position: absolute;
  left: 40px;
  bottom: 37px;
  right: 40px;
  font-size: 17px;
  color: #ffffff;
  line-height: 30px;
}
.cul-content .right img{
  width: 100%;
}

.office{
  padding-top: 90px;
  margin-bottom: 90px;
}
.office p:nth-child(1){
  font-size: 35px;
  color: #222222;
  text-align: center;
  margin-bottom: 13px;
}
.office .en{
  margin-bottom: 60px;
  font-size: 22px;
  color: #222222;
  text-align: center;
}
.office-wrapper .office-swiper-container{
  width: 80%;
  position: relative;
}
.office .swiper-pagination-bullet{
	width: 14px;
	height: 11px;
	background: #e4e6e9;
	border-radius: 6px;
	opacity: 1;
}
.office .swiper-pagination-bullet-active{
	width: 25px;
	height: 11px;
	background: #F48400;
	border-radius: 6px;
}
.pagination{
  text-align: center;
  height: 11px;
  margin-top: 62px;
}
.office-content{
  position: relative;
}
.button-prev{
  position: absolute;
}
.office-swiper-container .officeli{
  position: relative;
}
.office-swiper-container .officeli p{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  width: 61%;
  line-height: 44px;
  height: 44px;
  font-size: 18px;
  padding-left: 14px;
}
.office-swiper-container .officeli img{
  width: 100%;
}
.qiehuan{
  position: absolute;
}
.zuo{
  left: 0;
  top: 50%;
}
.you{
  right: 0;
  top: 50%;
}
.qhicon{
  font-size: 32px;
  color: #333333;
}
.qhicon:hover{
  color: #f08200;
}
@media(max-width:1192px){
  .culture .left .content p:nth-child(1) {
    font-size: 29px;
    padding-bottom: 10px;
    margin-bottom: 17px;
}
.culture .left .content .description {
  font-size: 14px;
}
.culture .left .title p:nth-child(1) {
  font-size: 32px;
}
.culture .left .title p:nth-child(2) {
  font-size: 20px;
  margin-bottom: 56px;
}
}
@media(max-width:1223px){
  .cul-content .right p:nth-child(3) {
    bottom: 8px;
}
.cul-content .left .imgtext p {
  bottom: 20px;
}
}
@media(max-width:1136px){
  .culture{
    flex-wrap: wrap;
  }
  .culture .left{
    width: 100%;
    padding: 50px 0 0 0;
  }
  .culture .right{
    width: 100%;
    
  }
  .culture .right img{
    width: 100%;
  }
}
@media(max-width:990px){
  .cul-content .left {
    width: 100%;
}
.cultivate .cultivate-tit {
  font-size: 30px;
}
.left p:nth-child(1) {
  font-size:30;
}
.cul-content .right {
  width: 100%;
}
}
@media(max-width:805px){
    .concepticon {
    padding: 48px 0 0 0;
}
.concepticon ul {
  flex-wrap: wrap;
}
}
@media(max-width:497px){
  .concepticon ul li{
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media(max-width:485px){
  .cul-content .right p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
}
}
@media(max-width:399px){
  .cul-content .left p:nth-child(1) {
    font-size: 33px;
}
}
@media(max-width:305px){
  .concepticon ul li{
    width: 100%;
  }
}


</pre></body></html>