.common_header {
    background-image: url("../../img/common/about.jpg");
}

#company_synopsis {
    padding: 40rem 0;
}

.end {
    padding-left: 0;
    text-align: center;
}

.company_synopsis_info {
    padding: 30rem 30rem 40rem;
}

.company_synopsis_info.flex_j_c_SP {
    flex-direction: column;
}
.company_synopsis_info_left{
	height: auto;
	padding-right: 0;
}
.company_synopsis_info p {
    font-size: 25rem;
    font-weight: 400;
    color: #666666;
    width: 100%;
    text-indent: 50rem;
    line-height: 40rem;
}

.company_synopsis_info p + p {
    margin-top: 30rem;
}

.company_synopsis_info_right {
    width: 100%;
    height: 400rem;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 40rem;
}

.company_synopsis_info_right img {
    width: 100rem;
    height: 100rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.company_synopsis_list {
    text-align: center;
    padding: 0 20rem;
	flex-wrap: wrap;
}

.company_synopsis_list li {
    flex:none;
	width: 50%;
	border-left: none;
	padding: 15rem 0;
}
.company_synopsis_list li:nth-child(even){
	border-left:1px solid #e4e4e4;
}
.company_synopsis_list li:nth-child(1),
.company_synopsis_list li:nth-child(2),
.company_synopsis_list li:nth-child(3),
.company_synopsis_list li:nth-child(4){
	border-bottom:1px solid #e4e4e4;
}
.company_synopsis_list li > div {
    margin: 0 auto;
}

.company_synopsis_list li:first-child {
    text-align: center;
}

.company_synopsis_list li:last-child {
    text-align: center;
}

.company_synopsis_list li > div:last-child {
    font-size: 15rem;
    font-weight: 400;
    color: #999999;
    line-height: 30rem;
    margin-top: 3rem;
}

.company_synopsis_list li + li {
    border-left:none;
}

.company_synopsis_list_tip {
    font-size: 16rem;
    font-weight: 400;
    color: #999999;
}

.company_synopsis_list_title > span:first-child {
    font-size: 30rem;
    font-weight: 400;
    color: #B249CA;
    line-height: 56rem;
}

.company_synopsis_list_title > span:last-child {
    font-size: 16rem;
    font-weight: 400;
    color: #B249CA;

}

/*发展历程*/
#history {
    height:auto;
    padding:30rem 0;
    width: 100%;
    background-image: url("../../img/about/fz_bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

#history .common_title {
    color: #fff;
}

.history_time {
    position: absolute;
    top: 400rem;
    left: 0;
    width: 100%;
    padding: 0 40rem;
}

.history_time img {
    margin-left: 10rem;
}

.history_time_year {
    font-size: 50rem;
    font-weight: 400;
    color: #333;
}

.history_time_list {
    margin-top: 41rem;
    color: #333;
    font-size: 26rem;
}

.history_time_list > li {
    width: 100%;
}

.history_time_list > li + li {
    margin-top: 16rem;
}

/*团队*/
#group {
    padding: 20rem 0;
    background-color: #FAFAFA;
    margin-top: 40rem;
}

.group_list {
    flex-wrap: wrap;
    margin-top: 25rem;
    /* justify-content: space-between; */
    padding-left: 3%;
}

.group_list_item {
    width: 30%;
    height: auto;
    background-color: #fff;
    text-align: center;
    padding-top: 0;
    box-shadow: 0 0 16rem 0 rgba(0, 0, 0, 0.13);
    margin-left: 0;
    margin-right: 3.3%;
    margin-bottom: 20rem;
}

.group_list_item:nth-child(4n+1) {
    margin-left: 0;
}

.group_list_item:nth-child(3n) {
    margin-left: 0;
}

.group_list_item:nth-child(n+5) {
    margin-top: 0;
}

.group_list_item_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.group_list_item_name {
    font-size: 28rem;
    font-weight: bold;
    color: #362B87;
    margin-top: 31rem;
	line-height: 1.5;
}

.group_list_item_job {
    font-size: 20rem;
    font-weight: 400;
    color: #555555;
    line-height: 35rem;
    margin-top: 25rem;
    padding: 0 20rem 20rem;
}

/*责任*/
#zr {
    padding: 40rem 0 35rem;
}

.zr_title {
    font-size: 30rem;
    font-weight: 400;
    color: #B249CA;
    line-height: 50rem;
    margin-top: 15rem;
    text-align: center;
    padding: 0 60rem;
}

#zr .button_style_3 {
    color: white;
    margin: 20rem auto 0;
}

.zr_box {
    width: 100%;
    height: auto;
    background-image: url("../../img/about/bg_zr.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 260rem;
    padding-left:30rem;
    margin-top: 30rem;
}

.zr_box_item {
    font-weight: bold;
    line-height: 44rem;
	display:block;
}

.zr_box_item > span:first-child {
    font-size: 24rem;
    color: #B249CA;
}

.zr_box_item > span:last-child {
    font-size: 24rem;
    color: #362B87;
    font-weight: 400;
	padding-left: 0;
}

.zr_list {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30rem 0;
}

.zr_list_item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30rem;
	padding: 30rem;
	border: 1rem solid #E5E5E5;
    box-shadow: 0 0 9rem 0 rgb(0 0 0 / 6%);
}

.zr_list_item:last-child {
    margin-bottom: 0;
}

.zr_list_item:nth-child(4n+1) {
    margin-left: 0;
}

.zr_list_item:nth-child(n+5) {
    margin-top: 0;
}

.zr_list_item > img {
    width: 100%;
    height: auto;
}
.zr_list_item>a>img{
	height: auto;
}
.zr_box_item_time {
    font-size: 24rem;
    font-weight: 400;
    color: #999999;
    line-height: 44rem;
    margin-top: 10rem;
}

.zr_box_item_title {
    font-size: 30rem;
    font-weight: 400;
    color: #333333;
    line-height: 60rem;
    margin-top: 10rem;
}

.zr_box_item_text {
    width: 100%;
    font-size: 24rem;
    font-weight: 400;
    color: #777777;
    line-height: 44rem;
    margin-top: 10rem;
	display: none;
}
.zr_box_item .aixin{
	background-size: 100%;
}
/*荣誉获奖*/
#gold {
    position: relative;
    padding:30rem;
    width: 100%;
    height: auto;
    background-image: url("../../img/about/hj.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#gold .button_style_3 {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 123rem;
    margin: 0 auto;
}

.gold_list {
    width: 100%;
    padding: 0;
    margin-top:30rem;
}

.gold_list_item {
    width: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 20rem;
	padding-left: 30rem;
}

.gold_list_item > img {
    width: 30rem;
    height: auto;
    margin-right: 5rem;
}

.gold_list_item:nth-child(2n) {
    padding-left: 0;
}

.hj {
    margin-top: 15rem;
    position: initial;
}

#golds {
    padding: 40rem 30rem 40rem;
}

.golds_box {
    margin-top: 30rem;
    display: block;
}

.golds_all {
    flex: 1;
    background-color: #F6F6F6;
}

.golds_left {
    width: 100%;
    flex-shrink: 0;
}

.golds_list {
    flex: 1;
    padding: 0;
	height: auto;
}

.golds_list_item {
    height:auto;
	padding:15rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1rem solid #DDDDDD;
    color: #333;
    font-size: 18rem;
}

.golds_list_item > img {
    margin-right: 29rem;
    width: 26rem;
    height: 26rem;
}

.scroll-line {
	display:none;
    margin-top: 50rem;
    width: 1rem;
    height: 708rem;
    background-color: #BCB9D4;
    flex-shrink: 0;
    margin-right: 34rem;
    margin-left: 36rem;
    position: relative;
}

.scroll-box {

    width: 7rem;
    height: 150rem;
    background: #362B87;
    border-radius: 4rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3rem;
    margin: auto 0;
}

    /*联系我们*/
#call_me {
    padding:40rem 30rem 30rem 30rem;
    width: 100%;
}

.call_me {
    padding: 30rem !important;
}

#call_me > img {
    width: 100%;
    height: auto;
    margin-top: 58rem;
}

.call_me_list {
    display: flex;
    height: auto;
    padding: 30rem;
    margin-top:30rem;
    flex-direction: column;
}

.call_me_list_item {
    display: flex;
    align-items: center;
    margin-bottom: 20rem;
}

.call_me_list_item img {
    margin: 0;
    width: 80rem;
}

.call_me_list_item:nth-child(1) {
    width: 100%;
    text-align: center;
    border-right: none;
    flex-shrink: 0;
}

.call_me_list_item:nth-child(2) {
    text-align: center;
    flex: 1;
}

.call_me_list_item:nth-child(3) {
    width: 100%;
    text-align: center;
    border-left: none;
    flex-shrink: 0;
}

.call_me_list_item_tip {
    font-size: 50rem;
    font-weight: 400;
    color: #333333;
    line-height: 60rem;
    margin-top: 31rem;
    margin-bottom: 17rem;
    display: none;
}

.call_me_list_item_main {
    font-size: 25rem;
    font-weight: 400;
    color: #333333;
    line-height: 60rem;
    margin-left: 20rem;
}

body {
    overflow-x: hidden;
}
/* 社会责任 */
#zr{
	padding: 30rem;
}

/* 发展历程 */
.timeline{
	background-image: url(../../img/about/fz_bg.jpg);
	color: #fff;
}
.swiper-container{
	height: auto;
	padding-top: 30rem;
	padding-bottom:30rem;
}
.swiper-slide{
	padding: 0 30rem;
}
.swiper-button-prev,.swiper-button-next{
	bottom: 10rem;
}
.timeline-year{
	font-size: 36rem;
	font-weight: bold;
}
.swiper-slide .fz-lf{
	width: 100%;
}
.swiper-slide .fz-rt{
	display: none;
}
.swiper-slide .fz-lf h2{
	font-size: 36rem;
	margin-bottom:10rem;
}
.swiper-slide .fz-lf P{
	line-height: 1.5;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	display: none;
	bottom: 15rem;
}
.swiper-pagination-bullet{
	height: 60rem;
	width: 80rem;
	font-size: 12rem;
}
.fz-dian{
	left: 35rem;
}
.dateLine{
	display: none;
	bottom: 25rem;
}
.swiper-button-next{
	right: 30rem;
}
.swiper-button-prev{
	left: 30rem;
}
