/* <!--------------------------------------------------------------------------------------------------> */
/* 关于我们 */


/* 背景图1  */
.about-us-bg1 {
    margin-top: 100px;
    height: 237px;
    background-color: rgb(204, 204, 204);
    background-image: url("../images/aboutUs-bg2.png");
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.about-us-bg1 span:nth-child(1){
      font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px;
    color: #fff;
    text-align: center;
    opacity: 0.9;
}
.about-us-bg1 span:nth-child(2){
    font-size: 20px;
    margin-bottom: 20px;
}
.about-us-bg1 span:nth-child(3){
    font-size: 20px;
    margin-bottom: 20px;
}
.about-us-bg1 span:nth-child(4){
    font-size: 22px;
    margin-bottom: 20px;
}
.about-us-bg1 span {
    line-height: 2;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

/* <!--------------------------------------------------------------------------------------------------> */
/*   公司介绍  */

.about-us-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
}
.page-title {
    width: 100%;
    height: 60px;
    text-align: center;
    position: relative;
}
.page-titlep{
    font-size: 16px;
    width: 100%;
    height: 60px;  
    position: relative; 
    line-height: 35px;
}
.pagetitlep{
    font-size: 16px;
    width: 100%;
    position: relative; 
    line-height: 2;
    text-indent: 2em;
}
.page-title .cn {
    color: #006ab8;
    font-weight: bold;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title .en {
    font-size: 60px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: #f6f6f6;
    font-weight: bold;
}、
.about-us-content .about-us-contetn-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-us-content .box-left{
    width: 50%;
}

.about-us-content .box-left p{
    color: rgb(90, 90, 90);
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    margin-top: 0px;
    text-indent: 2em;
} 
.about-us-content .box-left img{
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
}
.about-us-content .box-right{
    width: 580px;
    height: 400px;
}
.about-us-content .box-right .bmap{
    width: inherit;
    height: inherit;
}
/* <!--------------------------------------------------------------------------------------------------> */
/*   品牌理念  */

.about-us-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #5a5a5a;
}
.pagetitle{
    line-height: 2;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.about-us-brand .img-content{
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.about-us-brand .img-content p{
    position: relative; 

}
.about-us-brand .img-content  img{
    max-width: 100%;
}
.about-us-brand .img-content span{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
   text-align:center;
   text-transform: capitalize;
   font-size:24px;
}




/* <!--------------------------------------------------------------------------------------------------> */
/*   研发团队  */
.about-us-team img{
    max-width: 100%;
	 border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
}


/* <!--------------------------------------------------------------------------------------------------> */
/*   资质证书  */

.about-us-qua {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 60px;
}
.about-us-qua img{
-webkit-box-reflect: below 5px -webkit-linear-gradient(transparent 60%,rgba(0,0,0,.3));
box-reflect: below 5px linear-gradient(transparent 60%,rgba(0,0,0,.3));
    max-width: 100%;
}

/* <!--------------------------------------------------------------------------------------------------> */
/*   公司位置  */

.about-us-map {
    height: 498px;
    background-color: rgb(250, 250, 250);
}

.bmap {
    height: 498px;
}


/* <!--------------------------------------------------------------------------------------------------> */
/*   公司留言板  */

.about-us-from {
    display: flex;
    justify-content: space-between;
}

.about-us-from .about-us-from-left {
    flex: 1;
}

.about-us-from .about-us-from-left p {
    font-size: 14px;
    display: flex;
    align-items: center;
} 
.about-us-from .about-us-from-left p :nth-child(1) {
    font-size: 18px;
}
 
.about-us-from .about-us-from-right {
    width: 35%;
    border-left: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.about-us-from .about-us-from-right p {
    line-height:1px;
    font-size: 14px;
    color: rgb(136, 136, 136);
}

.about-us-from .about-us-from-right p:nth-child(1) {
    font-size: 18px;
    color: #000;
}
.about-us-from .about-us-from-right p:nth-child(7) {
    font-size: 18px;
    color: #000;
}