/* 简介 */
.about-wrap {
    margin: 0 auto;
    padding: 0.9rem 0;
}

.about-brief-p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.42rem;
    margin-top: 0.5rem;
}

.about-brief-list {
    display: flex;
    justify-content: space-between;
    margin: 0.6rem 0;
}

.about-brief-item {
    width: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-brief-item-img img {
    width: 4.5rem;
    height: 3.2rem;
    object-fit: cover;
}

.about-brief-item-p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 0.2rem;
    text-align: center;
}

/* 发展历程 */
.about-history-wrap {
    width: 100%;
    padding-bottom: 1.5rem;
    padding-top: .4rem;
    background: url(../img/about/history-bg.png) no-repeat;
    background-size: cover;
    /*background-size: 100%;*/
    background-position: center;
}
.about-history-wrap .common-title {
    width: 14rem;
    margin: 0 auto;
    align-items: flex-start;
}
.about-history-box {
    margin: 0.3rem auto 0 auto;
}

.about-history-content-box {
    height: 2rem;
    display: flex;
    /*align-items: center;*/
    justify-content: flex-start;
}

.about-history-content {
    display: none;
}

.about-history-content:first-of-type {
    display: block;
}

.about-history-text {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.about-history-p {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
    text-align: center;
}

.about-history-banner {
    width: 100%;
    position: relative;
}

.historySwiper {
    width: 100%;
    position: relative;
}

.historySwiper::after {
    content: '';
    width: 100%;
    border-bottom: 0.02rem dashed #284186;
    position: absolute;
    top: 0.13rem;
    left: 0;
    z-index: 1;
}

.historySwiper .swiper-slide {
    cursor: pointer;
}

.historySwiper .swiper-slide-active .historySwiper-ball {
    width: 0.28rem;
    height: 0.28rem;
    background: #284186;
    border: 0;
    transition: all .365s;
}

.historySwiper .swiper-slide-active .historySwiper-text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #284186;
}

.historySwiper-ball-box {
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.historySwiper-ball {
    width: 0.2rem;
    height: 0.2rem;
    opacity: 1;
    border: 0.04rem solid #284186;
    border-radius: 50%;

}

.historySwiper-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 0.2rem;
    text-align: center;
}

/* 品牌介绍 */
.about-brand-wrap {
    margin: 0 auto;
    padding: 0.9rem 0;
}

.about-brand-wrap .common-title {
    align-items: flex-start;
}

.about-brand-box {
    display: flex;
    margin-top: 0.3rem;
}

.about-brand-left {
    width: 8rem;
    flex-shrink: 0;
    margin-right: 1rem;
}

.about-brand-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.about-brand-content {
    font-size: 0.2rem;
    /*font-size: 0.16rem;*/
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.3rem;
    text-align: justify;
}

.about-brand-right {
    flex: 1;
}

.about-brand-des {
    margin-bottom: 0.3rem;
}

.about-brand-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;margin-top: 0.15rem;
    margin-bottom: 0.22rem;
}

.about-brand-num,
.about-brand-num span {
    font-size: 0.72rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #284186;
}

.about-brand-year-box {
    border-top: 0.01rem solid #CCCCCC;
    padding-top: 0.25rem;
    display: flex;
}

.about-brand-year {
    margin-right: 0.8rem;
}

.about-brand-year:nth-child(1) .about-brand-year-num{
    font-size: 0.2rem;
}
.about-brand-year-num,
.about-brand-year-num span {
    font-size: 0.48rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}

.about-brand-year-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 0.15rem;
}













/*关于我们*/
@media screen and (max-width: 1024px) {
    .about-history-wrap .common-title{
        width: auto;
        padding: 0 15px;
    }
 /*品牌介绍 开始*/
 .about-brand-wrap {
     padding: 25px 15px;
 }
 .about-brand-box {
     flex-direction:column;
 }
 .about-brand-left {
     width: 100%;
     text-align: justify;
     font-size: 12px;
     line-height: 1.5;
 }
 .about-brand-right {
     margin-top: 30px;
 }
 
 .about-brand-title {
     font-size: 14px;
 }
 .about-brand-text {
     font-size: 14px;
 }
 .about-brand-year-text {
     font-size: 14px;
 }
 /*.about-brand-content {*/
 /*     font-size: 12px;*/
 /*     line-height: 1.5;*/
 /*}*/
 /*品牌介绍 结束*/
 
 
  /*公司简介 开始*/
  .about-wrap {
      padding: 25px 15px;
  }
  .about-brief-p {
      font-size: 14px;
    line-height: 1.5;
  }
  .about-brief-list {
      flex-direction: column;
  }
  .about-brief-item {
      width: 100%;
      margin-bottom: 15px;
  }
  .about-brief-item-img img {
      width: 100%;
      height: auto;
  }
  .about-brief-item-p {
      font-size: 14px;
  }
  
  
  .about-history-text {
      font-size: 14px;
  }
  .about-history-p {
      font-size: 14px;
      padding: 0 15px;
      line-height: 1.5;
  }
 /*公司简介 结束*/
}



.ruocy-contact {
	width: 100%;
	overflow: hidden;
}

.ruocy-contact li {
	float: left;
	width: 100%;
	line-height: 0.5rem;
	font-size:0.2rem;
	color: #333;
}

.ruocy-contact li i {
	margin-right: 10px;
}


.ruocy-form {
	overflow: hidden;
	margin-top: 0px;
}

.ruocy-form-txt {
	font-size:0.2rem;
	color: #333;
	line-height: 21px;
	margin-bottom: 15px;
}

.ruocy-form ul {
	width: 100%;
	overflow: hidden;
}

.ruocy-form li {
	margin-bottom: 14px;
	position: relative;
	float: left;
	width: 49%;
	margin-right: 2%;
}

.ruocy-form li:nth-of-type(even) {
	margin-right: 0;
}


.ruocy-form li:nth-of-type(5) {
	width: 100%;
}

.ruocy-form input,
.ruocy-form textarea {
	width: 100%;
	background: #fff;
	color: #000;
	resize: none;
	font-size:0.2rem;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #E9E9E9;
}

.ruocy-form textarea {
	height: 120px;
	padding-right: 120px;
	font-size:0.2rem;
}

.ruocy-form input:focus,
.ruocy-form textarea:focus {
	border-color: #3399ff;
	outline: none;
}

.ruocy-form input::-webkit-input-placeholder,
.ruocy-form textarea::-webkit-input-placeholder {
	color: #666;
	font-size:0.2rem;
}

.ruocy-form input:-moz-placeholder,
.ruocy-form textarea:-moz-placeholder {
	color: #333;
	font-size:0.2rem;
}

.ruocy-form button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	width: 120px;
	font-size:0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	cursor: pointer;
	background: #0757d2;
	color: #fff;
	height: 120px;
}

.ruocy-form button i {
	font-size: 70px;
}

.ruocy-form button:hover {
	opacity: 0.85;
}
