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

#company_synopsis {
	padding: 94rem 0 101rem;
}

.end {
	/* padding-left: 141rem; */
	text-align:center;
}

.company_synopsis_info {
	padding: 59rem 160rem 101rem;
}

.company_synopsis_info p {
	font-size: 16rem;
	line-height: 2;
	font-weight: 400;
	color: #666666;
	width: 837rem;
}

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

.company_synopsis_info_right {
	width: 704rem;
	height: 419rem;
	position: relative;
	background-repeat: no-repeat;
}

.company_synopsis_info_right_video {
	width: 100%;
	height: 100%;
}

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

.company_synopsis_list {
	text-align: center;
	padding: 0 160rem;
}

.company_synopsis_list li {
	flex: 1;
}

.company_synopsis_list li>div {
	margin: 0 auto;
}

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

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

.company_synopsis_list li+li {
	border-left: 1rem solid #E5E5E5;
}

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

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

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

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

#history .line {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#history .line img {
	width: 100%;
}

#history .common_title {
	color: #fff;
}

.history_time {
	position: absolute;
	top: 231rem;
	left: 330rem;
}

/*.history_time img {*/
/*    margin-left: 10rem;*/
/*    width: 168rem;*/
/*    height: 210rem;*/
/*}*/

.history_time_year {
	font-size: 56rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 31rem;
}

.history_time_list {
	margin-top: 41rem;
	color: #fff;
	font-size: 16rem;
}

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

.button_group {
	position: absolute;
	bottom: 40rem;
	right: 160rem;
}

.button_group>img {
	cursor: pointer;
	width: 41rem;
	height: auto;
}

.button_group>img:last-child {
	margin-left: 22rem;
}

/*团队*/
#group {
	padding: 85rem 160rem;
	background-color: #FAFAFA;
}

.group_list {
	flex-wrap: wrap;
	margin-top: 54rem;
}

.group_list_item {
	width:23%;
	height: 600rem;
	background-color: #fff;
	text-align: center;
	padding-top: 26rem;
	box-shadow: 0 0 16rem 0 rgba(0, 0, 0, 0.13);
	margin-left: 2%;
}

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

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

.group_list_item_img {
	width: 308rem;
	height: 462rem;
	margin: 0 auto;
}

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

.group_list_item_job {
	font-size: 16rem;
	font-weight: 400;
	color: #555555;
	line-height: 16rem;
	margin-top: 15rem;
}

/*责任*/
#zr {
	padding: 74rem 160rem 69rem;
}

.zr_title {
	font-size: 24rem;
	font-weight: 400;
	color: #B249CA;
	line-height: 24rem;
	margin-top: 31rem;
	text-align: center;
}

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

.zr_box {
	/* width: 1600rem; */
	width: 100%;
	height: 544rem;
	background-image: url("../../img/about/bg_zr.png");
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 210rem;
	padding-left: 107rem;
	margin-top: 63rem;
}

.zr_box_item {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 15rem;
}

.zr_box_item>span:first-child {
	font-size: 24rem;
	color: #362B87;
	display: flex;
	align-items: center;
	margin-right: 10rem;
}

.zr_box_item>span:last-child {
	font-size: 18rem;
	color: #362B87;
}
.zr_box_item .aixin{
	display: inline-block;
	margin-right: 5rem;
	width: 30rem;
	height: 30rem;
	background: url(/img/about/aixin.png) no-repeat;
	background-position:center;
}



.zr_list {
	padding-top: 44rem;
	flex-wrap: wrap;
}

.zr_list_item {
	/* width: 370rem; */
	width: 23%;
	margin-left: 1%;
	margin-left: 40rem;
	overflow: hidden;
}

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

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

.zr_list_item>img {
	width: 100%;
	height: 244rem;
}
.zr_list_item > div > img{
	width: 100%;
	height: 244rem;
}
.zr_list_item>a>img {
	width: 100%;
	height: 244rem;
}

.zr_box_item_time {
	font-size: 14rem;
	font-weight: 400;
	color: #999999;
	line-height: 14rem;
	margin-top: 21rem;
}

.zr_box_item_title {
	font-size: 18rem;
	font-weight: 400;
	color: #333333;
	line-height: 18rem;
	margin-top: 19rem;
}

.zr_box_item_text {
	width: 372rem;
	font-size: 14rem;
	font-weight: 400;
	color: #777777;
	line-height: 23rem;
	margin-top: 26rem;
	display: none;
}

/*荣誉获奖*/
#gold {
	position: relative;
	padding-top: 89rem;
	width: 100%;
	height: 906rem;
	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 {
	margin: 60rem auto 0;
	width: 100%;
	max-width: 1500rem;
	flex-wrap: wrap;
}

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

.gold_list_item>img {
	width: 16rem;
	height: auto;
	margin-right: 40rem;
}

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

#golds {
	padding: 93rem 160rem 150rem;
}

.golds_box {
	margin-top: 69rem;
}

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

.golds_left {
	width: 800rem;
	height: 818rem;
	flex-shrink: 0;
}

.golds_list {
	flex: 1;
	height: 698rem;
	overflow-y: auto;
	padding:0 30rem 0 0;
}
.golds_list::-webkit-scrollbar{
	width: 4px;
	height: 1px;
}
.golds_list::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: #362b87;
}
.golds_list::-webkit-scrollbar-track{
	border-radius:10px;
	background: #e4e4e4;
	
}

.golds_list_item {
	height: 47rem;
	display: flex;
	align-items: center;
	border-bottom: 1rem solid #DDDDDD;
	color: #333;
	font-size: 16rem;
}

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

.scroll-line {
	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: 93rem 160rem 129rem;
}

#call_me>img {
	width: 1600rem;
	height: 469rem;
	margin-top: 58rem;
}

.call_me_list {
	display: flex;
	background: #f5f5f5;
	padding: 70rem 0;
	/* height: 222rem; */
	/* padding-top: 12rem;
	margin-top: 56rem; */
}

.call_me_list_item img {
	margin: 0 auto;
}
.call_me_list_item .call_me_list_item_bottom .call_me_list_item_main{
	font-size: 18rem;
}
.call_me_list_item:nth-child(1) {
	width: 603rem;
	text-align: center;
	border-right: 1rem solid #E0E0E0;
	flex-shrink: 0;
}

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

.call_me_list_item:nth-child(3) {
	width: 513rem;
	text-align: center;
	border-left: 1rem solid #E0E0E0;
	flex-shrink: 0;
}

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

.goToMore {
	margin: 30rem auto 0;
}

.hj {
	position: absolute;
	bottom: 123rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* 地图 */
.map {
	margin-top: 48rem;
}

.map iframe {
	width: 100%;
	height: 500px;
}

/* 发展历程 */
.swiper-container {
	width: 100%;
	height:703rem;
	background: url(/img/about/fz1.png) no-repeat;
	background-size:100% 100%;
	position: relative;
	padding-top: 100rem;
}
.swiper-slide {
	text-align: center;
	font-size: 16rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	padding:0 300rem;
/* 	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
}
.swiper-slide .fz-lf{
	width: 45%;
	padding-right: 30rem;
}
.swiper-slide .fz-lf h2{
	text-align: left;
	font-size: 48rem;
	color: #fff;
	margin-bottom: 30rem;
}
.swiper-slide .fz-lf P{
	color: #fff;
	line-height: 2;
	text-align: left;
}
.swiper-slide .fz-lf div{
	color: #fff;
	line-height: 2;
	text-align: left;
}
.swiper-slide .fz-rt{
	width: 55%;
}
.swiper-slide .fz-rt img{
	width: 80%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 105rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-pagination-bullet {
	width: 120rem;
	height: 70rem;
	text-align: center;
	text-align: center;
	position: relative;
	color: #000;
	opacity: 1;
	font-size: 22rem;
	color: #fff;
	background: transparent;
	margin: 0 !important;
}
.swiper-pagination-bullet .fz-year{
	height: 30rem;
}
.swiper-pagination-bullet-active {
	color: #fff;
	font-size: 26rem;
	background: transparent;
	font-weight: bold;
}
.fz-dian{
	position: absolute;
	left: 45rem;
	/* margin: 0 auto; */
	width:20rem;
	height: 20rem;
	bottom: 0;
	border-radius: 50%;
	border:3rem solid #fff;
	background: #B249CA;
}
.swiper-button-next{
	width: 40rem;
	height: 40rem;
	background: url(/img/about/btn-next.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: auto;
	bottom: 50rem;
	right: 300rem;
}
.swiper-button-prev{
	width: 40rem;
	height: 40rem;
	background: url(/img/about/btn-prev.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: auto;
	left: auto;
	bottom: 50rem;
	right: 380rem;
}

/* 年份定位 */
.swiper-pagination-bullet:first-child{
	position: absolute;
	left: 210rem;
	top: -60rem;
}
.swiper-pagination-bullet:nth-child(2){
	position: absolute;
	left: 405rem;
	top: -35rem;
}
.swiper-pagination-bullet:nth-child(3){
	position: absolute;
	left: 655rem;
	top: -32rem;
}
.swiper-pagination-bullet:nth-child(4){
	position: absolute;
	left: 900rem;
	top: -44rem;
}
.swiper-pagination-bullet:nth-child(5){
	position: absolute;
	left: 1100rem;
	top: -63rem;
}
.swiper-pagination-bullet:nth-child(6){
	position: absolute;
	right:480rem;
	top: -100rem;
}
.swiper-pagination-bullet:nth-child(7){
	position: absolute;
	right:320rem;
	top:-154rem;
}
.swiper-pagination-bullet:nth-child(8){
	position: absolute;
	right:185rem;
	top: -240rem;
}
.swiper-pagination-bullet:nth-child(9){
	position: absolute;
right: 110rem;
    top: -333rem;
}
.swiper-pagination-bullet:nth-child(10){
	position: absolute;
	right:126rem;
	top: -459rem;
}

/* 商业道德 */
.sydd{
    width: 100%;
    background: #FAFAFA;
}
.sydd-box{
    padding: 93rem 160rem 90rem;
}
.sydd-tit{
    text-align: center;
    font-size: 36rem;
    line-height: 36rem;
    font-weight: bold;
    color: #333333;
}
.sydd-con{
    display: flex;
    margin-top: 70rem;
    justify-content: center;
    align-items: center;
}
.sydd-item{
    display: flex;
    align-items: center;
}
.sydd-line{
    width: 1px;
    height: 200px;
    background: #E5E5E5;
    margin: 0 160rem;
}
.sydd-item-icon{
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.sydd-item-tit{
    font-size: 24rem;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 17rem;
}
.sydd-item-desc{
    font-size: 18rem;
    color: #666;
}


