/* 公共 */
h2,.hh2{
    font-size: 3.1rem;
	line-height: 3.1rem;
	color: #002169;
    text-align: left;
}

h3{
    font-size: 2.3rem;
	color: #002169;
    text-align: left;

}
p{
    font-size: 1rem;
	line-height: 1.6rem;
	color: #454545;
    text-align: left;
}

/* 艾德的故事 */
.gs .content1{
    height: 55.7rem;
    padding-top: 3.1rem;
}
.gs .content1 .block1 p{
    font-size: 1.1rem;
    line-height: 2.3rem;
    color: #454545;
    text-align: left;
    width: 24.7rem;
    font-weight: 500;
    margin-left: 0px;
}
.gs .content1 p span{
    margin-bottom: 1rem;
    display: inline-block;
}
.gs .content1 h3{
    margin: 0.5rem 0 1rem 0;
}
.gs .content1 .block1 img{
    margin-top: -56px;
    float: left;
      /* margin-left: 1.2rem; */
}
.gs .content1 .width{
    z-index: 5;
    position: relative;
    overflow: hidden;
}
/*.gs  content1 */
.gs .content1 .bom2_white::before{
    top: -46px;
}
.gs .content1 .block .text-block{
    margin-top: 9rem;
}
.gs .content1 .block{
    background-color: #ebf1ff;
}
.gs .content1 .text-block p{
    font-size: 1rem;
	line-height: 1.6rem;
	color: #454545;
    width: 28.8rem;
}
/*.gs  content2 */
.gs .content2{
    padding-bottom: 8.8rem;
    text-align: center;
    padding-top: 4.5rem;
}
.gs .content2 h2{
    font-size: 2.3rem;
	line-height: 3rem;
	color: #002169;
text-align: center;

}
.gs .content2 h3{
	font-size: 1.5rem;;
	line-height: 2rem;
	color: #002169;
    margin: 1.8rem 0 1.2rem 0;
text-align: center;

}
.gs .content2 P{
    text-align: center;

}


/* .content3 */
.gs .content3{
    padding-bottom: 17rem;
}
.gs .content3 .item{
    width: 18.1rem;
	height: 27.2rem;
    padding-top: 11rem;
    padding: 0 2rem;
    box-sizing: border-box;
    float: left;
}
.gs .content3 h3{
    text-align: center;
    margin-bottom: 2rem;
}
.gs .content3 .imge{
    background: url("../img/about/e.png") no-repeat bottom;
}
.gs .content3 .imgd{
    background: url("../img/about/d.png") no-repeat bottom;
}
.gs .content3 .imgd2{
    background: url("../img/about/d2.png") no-repeat bottom;
}
.gs .content3 .imgi{
    margin: 0 3.1rem 0 10rem;
    background: url("../img/about/i.png") no-repeat bottom;
}

.gs .content3 .item .title{
    text-align: center;
    padding-top: 10rem;
    margin-bottom: 1.6rem;
}
.gs .content3 .item .text{
    text-align: center;
    line-height: 1.6rem;
}
.gs .content3 .block .item:nth-of-type(2){
    margin: 0 3rem;
}

.gs .content3 .block2 .item{
	height: 26rem;
}
.gs .content3 .block2 .item:nth-of-type(1){
	height: 26rem;
}
.gs .content3 .block2 .title{
    text-align: center;
    padding-top: 12.5rem;
    margin-bottom: 1.5rem;
}
/* content4 */
.gs .content4 {
    height: 30rem;
    background-color: #ebf1ff;
    padding-bottom: 14rem;
}
.gs .content4 h3{
    margin-bottom: 1.7rem;
}
.gs .content4 .sideMenu ul{
    width: 11.4rem;
}
.gs .content4 .sideMenu ul li{
    border-bottom: 1px solid #a2a2a2;

    font-size: 1.1rem;
	color: #454545;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 1.2rem 0;
}
/* .gs .content4 .sideMenu ul li:nth-last-child(1){
    border-bottom: none;
} */

.gs .content4 .sideMenu ul li.ac{
    font-size: 1.1rem;
    font-weight: 700;
    color: #002169;
    position: relative;
}
.gs .content4 .sideMenu ul li.ac::before{
    content: '';
    width: 1rem;
	height: 1rem;
    background: url("../img/feiyong/cir_half.png")no-repeat center;
    position: absolute;
    left: -24px;
    top: 26px;
}
.gs .content4 .sideCont{
    width: 40rem;
}
.gs .content4 .sideCont div{
    display: none;
}
.gs .content4 .sideCont .title{
    font-size: 2.3rem;
	color: #002169;
    text-align: left;
    margin-bottom: 2.1rem;
    position: relative;
    margin-top: 1.7rem;
    font-weight: bold;
}
.gs .content4 .title::before{
    content: '';
    width: 2.3rem;
	height: 2.8rem;
    background: url("../img/feiyong/t_brfore.png")no-repeat center;
    position: absolute;
    top: 0rem;
    left: -4.3rem;
}
.gs .content4 .sideCont .text{
    font-size: 1rem;
    line-height: 1.5rem;
	color: #454545;
    text-align: left;
}




.gs .content5 {
    height: 18rem;
    background-image: linear-gradient(269deg, 
    #80adfb 0%, 
    #6284fc 49%, 
    #8e79e3 100%);
}

.gs .content5 h1{
	color: #ffffff;
    z-index: 4;
    position: relative;
    margin-bottom: 1.6rem;
}
.gs .content5 h1::after {
    margin-top: 1.6rem;
  }
.gs .content5 p{
    text-align: center;
    font-size: 1.5rem;
	line-height: 2rem;
	color: #ffffff;
}
.gs .content5.top_blue::before{
    top: -115px;
}

/* content6 */
.gs .content6{
    height: 36rem;
}
.gs .content6 h3{
    text-align: center;
    margin: 7.8rem 0 4.5rem 0;

}
.gs .content6 .item{
    width: 18.1rem;
    display: inline-block;
}
.gs .content6 .item:nth-of-type(2){
    margin: 0 2.8rem;
}
.gs .content6 p{
    text-align: center;
}
.gs .content6 img{
    margin:0 auto;
}
.gs .content6 .title{
    margin: 1.5rem 0 1.1rem 0;
}

/*==================== 里程======================= */
.lc .content1{
    height: 44rem;
    padding-top: 3.1rem;
}
.lc .content1 .block1 p{
    font-size: 1.1rem;
    line-height: 2.3rem;
    color: #454545;
    text-align: justify;
    width: 30rem;
    font-weight: 500;
    margin-left: 0px;
}
.lc .content1 p span{
    margin-bottom: 1.4rem;
    display: inline-block;
    color: #002169;
    font-weight: bold;
}
.lc .content1 h3{
    margin: 0.5rem 0 1rem 0;
}
.lc .content1 .block1 img{
    margin-top: -56px;
    float: left;
    /* margin-right: 1.8rem; */
}
.lc .content1 .width{
    z-index: 5;
    position: relative;
    overflow: hidden;
}

/* content4 */
.lc .content2 {
    height: 30rem;
    background-color: #ebf1ff;
    padding-bottom: 38rem;
}
.lc .content2 h3{
    margin-bottom: 1.7rem;
}
.lc .content2 .sideMenu ul{
    width: 11.4rem;
}
.lc .content2 .sideMenu ul li{
    border-bottom: 1px solid #a2a2a2;

    font-size: 1.1rem;
	color: #454545;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 1.2rem 0;
}
/* .lc .content2 .sideMenu ul li:nth-last-child(1){
    border-bottom: none;
} */

.lc .content2 .sideMenu ul li.ac{
    font-size: 1.1rem;
    font-weight: 700;
    color: #002169;
    position: relative;
}
.lc .content2 .sideMenu ul li.ac::before{
    content: '';
    width: 1rem;
	height: 1rem;
    background: url("../img/feiyong/cir_half.png")no-repeat center;
    position: absolute;
    left: -24px;
    top: 26px;
}
.lc .content2 .sideCont{
    width: 40rem;
    margin-top: 1.2rem;
}
.lc .content2 .sideCont>div{
    display: none;
}
.lc .content2 .sideCont .item{
    width: 44.7rem;
	padding: 2.4rem 0;
    padding-left: 2.3rem;

    background-color: #fff;
    position: relative;
    margin-top: 1.8rem;
    box-sizing: border-box;
}

.lc .content2 .sideCont .item::before{
    content: '';
    width: 1rem;
	height: 1rem;
    background: url("../img/feiyong/cir_half.png")no-repeat center;
    position: absolute;
    transform: rotate(90deg);
    left: 2.3rem;
    top: 0px;
}
.lc .content2 .sideCont .title{
	font-size: 1.5rem;
	line-height: 2rem;
	color: #002169;
    text-align: left;
    margin-bottom: 1.8rem;
}
.lc .content2 .sideCont .month{
	font-size: 1.5rem;
	/* line-height: 2rem; */
	color: #002169;
    text-align: left;
    /* vertical-align: middle; */
    width: 5.3rem;
    text-align: left;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 700;
}
.lc .content2 .sideCont .month.jz{
    position: relative;
    top: -6px;
}

.lc .content2 .sideCont .text{
	font-size: 1rem;
	line-height: 1.5rem;
	color: #454545;
    text-align: left;
    display: inline-block;
    width: 35rem;
}

/* 嘉许荣誉================================= */

.ry .content1{
    height: 46.5rem;
    padding-top: 3.1rem;
}
.ry .content1 .block1 p{
    font-size: 1.1rem;
    line-height: 2.3rem;
    color: #454545;
    text-align: justify;
    width: 36rem;
    font-weight: 500;
    margin-left: 0px;
}
.ry .content1 p span{
    /* margin-bottom: 1.4rem; */
    display: inline-block;
    color: #002169;
    font-weight: bold;
    font-size: 1.5rem;
}
.ry .content1 h3{
    margin: 0.5rem 0 1rem 0;
}
.ry .content1 .block1 img{
    /* margin-top: -56px; */
      float: left;
    margin-right: 1rem;
}
.ry .content1 .width{
    z-index: 5;
    position: relative;
    overflow: hidden;
}

/* content4 */
.ry .content2 {
    background-color: #fff;
    padding-bottom: 17.8rem;
}
.ry .content2 h3{
    margin-bottom: 1.7rem;
}
.ry .content2 .sideMenu ul{
    width: 11.4rem;
}
.ry .content2 .sideMenu ul li{
    border-bottom: 1px solid #a2a2a2;

    font-size: 1.1rem;
	color: #454545;
    cursor: pointer;
    line-height: 1.5rem;
    padding: 1.2rem 0;
}


.ry .content2 .sideMenu ul li.ac{
    font-size: 1.1rem;
    font-weight: 700;
    color: #002169;
    position: relative;
}
.ry .content2 .sideMenu ul li.ac::before{
    content: '';
    width: 1rem;
	height: 1rem;
    background: url("../img/feiyong/cir_half.png")no-repeat center;
    position: absolute;
    left: -24px;
    top: 26px;
}
.ry .content2 .sideCont{
    width: 40rem;
    margin-top: 1.2rem;
}
.ry .content2 .sideCont>div{
    display: none;
}
.ry .content2 .sideCont .item{
    width: 44.7rem;
	padding: 2.4rem 0;
    padding-left: 2.3rem;

    background-color: #fff;
    position: relative;
    margin-top: 9rem;
    box-sizing: border-box;
    background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px 
		#b5ccff;
	border-radius: 5px;
}

.ry .content2 .sideCont .item::before{
    content: '';
    width: 1rem;
	height: 1rem;
    background: url("../img/feiyong/cir_half.png")no-repeat center;
    position: absolute;
    transform: rotate(90deg);
    left: 11.3rem;
    top: 0px;
}
.ry .content2 .sideCont .b1 .item::before{
    left: 6.9rem;
}
.ry .content2 .sideCont .title{
	font-size: 1.5rem;
	line-height: 2rem;
	color: #002169;
    text-align: left;
    margin-bottom: 1.8rem;
}
.ry .content2 .sideCont .month{
	font-size: 1.5rem;
	/* line-height: 2rem; */
	color: #002169;
    text-align: left;
    /* vertical-align: middle; */
    width: 4.3rem;
    text-align: left;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 9rem;
    font-weight: bold;
}
.ry .content2 .sideCont .month.jz{
    position: relative;
    top: -6px;
}

.ry .content2 .sideCont .text{
	font-size: 1rem;
	line-height: 1.5rem;
	color: #454545;
    text-align: left;
    display: inline-block;
    width: 27rem;
}
.ry .content2 .sideCont .item_img{
    position: absolute;
    top:-8rem;
}


/* content3 */
.ry .content3{
    height: 46.5rem;
    padding-top: 3.1rem;
    background-color: #ebf1ff;
    padding-bottom: 16rem;
}
.ry .content3 .block1 p{
    font-size: 1rem;
    line-height: 2.3rem;
    color: #454545;
    text-align: justify;
    width: 24rem;
    font-weight: 500;
    margin-left: 0px;
}
.ry .content3 p span{
    /* margin-bottom: 1.4rem; */
    display: inline-block;
    color: #002169;
    font-weight: bold;
    font-size: 1.5rem;

}
.ry .content3 h3{
    margin: 0.5rem 0 1rem 0;
}
.ry .content3 .block1 img{
    /* margin-top: -56px; */
      float: left;
      margin-left: 2.4rem;

}
.ry .content3 .width{
    z-index: 5;
    position: relative;
    overflow: hidden;
}
.ry .content3 .block{
    margin-top: 3rem;
}
.ry .content3 .block .p1{
	width: 5.5rem;
	height: 1.6rem;
	background-image: linear-gradient(270deg, 
		#80adfb 0%, 
		#6284fc 49%, 
		#8e79e3 100%);
	border-radius: 1.1rem;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
	line-height: 1.6rem;
    text-align: center;
    margin-right: 1rem;
}
.ry .content3 .block .p2{
    font-size: 1rem;
	line-height: 1.3rem;
	color: #454545;
    display: inline-block;
    width: initial;
}
.ry .content3 .block .item{
margin-top: 1.2rem;
}