.banner {
    height: 520px;
    background: linear-gradient(#031723, #112b3a 70%);
}
.btn-group .btn-text-group ul{
    display: grid;
    grid-template-columns: 1fr 1fr;}

.about_banner {
	height: 530px;
	background: url(/pc_img/about/banner.png) no-repeat center;
}

.abouts-concent {
	width: 1150px;
	margin: 0 auto;
	padding-top: 70px;
}

.abouts-concent .slideTxtBox .hd {
	width: 800px;
	margin: 0 auto;
}

.abouts-concent .slideTxtBox .hd ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.slideTxtBox .hd ul li {
	display: flex;
	flex-wrap: wrap;
	width: 100px;
	cursor: pointer;
}

.slideTxtBox .hd ul li>div {
	width: 70px;
	height: 70px;
	margin: auto;
	margin-bottom: 30px;
}

.slideTxtBox .hd ul li>span {
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
}

.slideTxtBox .hd ul li>span:last-child {
	font-size: 12px;
}

.Company-Profile {
	background: url(/static/pc_img/about/product_icon.png)no-repeat;
	background-position-x: -25px;
	background-position-y: -170px;
}

.on>.Company-Profile,
.on>.company-culture,
.on>.Honor,
.on>.job,
.on>.contact-us {
	background-position-y: -311px;
}

.company-culture {
	background: url(/static/pc_img/about/product_icon.png)no-repeat;
	background-position-x: -195px;
	background-position-y: -170px;
}

.Honor {
	background: url(/static/pc_img/about/product_icon.png)no-repeat;
	background-position-x: -365px;
	background-position-y: -170px;
}

.job {
	background: url(/static/pc_img/about/product_icon.png)no-repeat;
	background-position-x: -540px;
	background-position-y: -170px;
}

.contact-us {
	background: url(/static/pc_img/about/product_icon.png)no-repeat;
	background-position-x: -710px;
	background-position-y: -170px;
}

.gs-Profile {
	padding: 20px;
}

.profile-list {
	display: flex;
}

.abouts-titles {
	text-align: center;
	font-weight: 400;
	color: rgba(28, 143, 251, 1);
	line-height: 85px;
	font-size: 40px;
	padding: 50px 0 20px 0;
}

.profile-text {
	padding-left: 20px;
	font-size: 16px;
}

.profile-text p {
	text-indent: 2em;
	line-height: 33px;
	margin-bottom: 20px;
}

.titles-ptext {
	width: 580px;
	margin: auto;
	text-align: center;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	margin-bottom: 20px;
}
.stream-Profile .abouts-titles{
	padding-bottom:5px ;
}

.stream-listimg {
	display: flex;
	justify-content: space-between;
}

.stream-topimg {
	margin-bottom: 20px;
}

.stream-topimg>img {
	width: 100%;
}

.stream-listimg>div {
	width: 375px;
	height: 600px;
}

.stream-left {
	width: 360px !important;
}

.right-czimg>img:last-child {
	margin-top: 20px;
}
.strengths-listconcent{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.column-list{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.column-list-item {
	border: 1px solid #e5e5e5;
	width: 278px;
	height: 308px;
	border-radius: 4px;
	overflow: hidden;
	transition: .3s ease;
}

.column-list-item .icon {
	width: 80px;
	height: 80px;
	margin: 34px auto 26px;
	background-image: url(/static/pc_img/about/product_icon.png);
	background-repeat: no-repeat;
	display: block;
}

.column-list-item:hover {
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, .12);
}
.clearfix:after {
    content: '\200B';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
.bg-p_61 {
	background-position: -140px -20px;
}

.bg-p_63 {
	background-position: -260px -20px;
}

.bg-p_66 {
	background-position: -380px -20px;
}

.bg-p_68 {
	background-position: -500px -20px;
}

.bg-p_74 {
	background-position: -620px -20px;
}

.bg-p_76 {
	background-position: -740px -20px;
}

.bg-p_78 {
	background-position: -860px -20px;
}

.bg-p_79 {
	background-position: -20px -20px;
}

.column-list-item .title {
	color: #5d6168;
	font-size: 18px;
	text-align: center;
}

.column-list-item .text {
	color: #666;
	line-height: 24px;
	padding: 20px;
	font-size: 13px;
}
/*发展历程*/
.time-stamp {
    position: relative;
}
.time-stamp__item { margin-top: 50px; }
.time-stamp__item:first-child {margin-top: 0;}
.time-stamp__item dl { margin-bottom: 0; }
.time-stamp__item dt { margin-right: 70px; font-size: 22px; line-height: 30px; color: #999;float: left; }
.time-stamp__item dd { display: flex;}

.time-stamp__item__list li { position: relative; padding-left: 20px; margin-top: 20px; }
.time-stamp__item__list li:after { position: absolute; top: 50%; left: 12px; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; background: #dadada; content: ''; }
.time-stamp__item__list li strong { color: #f67707; }
.time-stamp:after {
    position: absolute;
    top: 0;
    left: 138px;
    width: 2px;
    height: 100%;
    background: #dadada;
    content: '';
}
.time-stamp__item__list li:first-child { margin-top: 0; } 
  .time-stamp__item__list li { padding-left: 47px;font-size: 18px; }
  .time-stamp__item__list li span { position: absolute; left: -40px; } 


.last-col {
	text-align: center;
}

.last-col p {
	font-size: 28px;
	color: #1c8ffb;
	font-weight: 700;
	margin-bottom: 25px;
}

.last-col a {
	background: #1C8FFB;
	color: #fff;
	font-size: 18px;
	padding: 12px 40px;
	border-radius: 8px;
}

.last-col img {
	margin-top: 40px;
}


/** 公司价值观****/

.gsjzg .column {
	padding: 40px 0;
}

.gsjzg .inner {
	width: 1150px;
	margin: 0 auto;
	overflow: hidden;
}

.gsjzg .column-title {
	text-align: center;
	padding: 10px 0;
}

.gsjzg .column-title h2 {
	color: #000;
	font-size: 40px;
	line-height: 52px;
}

.gsjzg .column-title p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.gsjzg .column-list-3 .column-list-item {
	width: 280px;
	height: 320px;
	margin-right: 155px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.gsjzg .column-list {
	margin-top: 40px;
}

.gsjzg>.column {
	position: relative;
}

.gsjzg .column-list .column-list-item .box {
	width: 100%;
	height: 94px;
	padding-top: 21px;
	background: #eee;
}

.gsjzg .column-list.bg-color-01 .box {
	background: #2489ff;
}

.gsjzg .column-list .column-list-item .icon {
	width: 130px;
	height: 94px;
	margin: 0 auto;
	background-image: url(/static/pc_img/about/culture_icon.png);
	background-repeat: no-repeat;
}

.gsjzg .bg-01 {
	background-position: -20px -20px;
}

.gsjzg .column-list .column-list-item:last-child {
	margin-right: 0px;
}

.gsjzg .column-list .column-list-item .title {
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin-top: 10px;
}

.gsjzg .column-list .column-list-item .text {
	color: #666;
	line-height: 24px;
	text-align: center;
	padding: 0;
}

.bg-02 {
	background-position: -190px -20px;
}

.bg-03 {
	background-position: -360px -20px;
}

.gsjzg .column-list.bg-color-02 .box {
	background: #fd6059;
}

.bg-04 {
	background-position: -530px -20px;
}

.bg-05 {
	background-position: -700px -20px;
}

.bg-06 {
	background-position: -870px -20px;
}

.gsjzg {
	height: 1550px;
}

.concent-qywh {
	background: #F4F4F4;
	width: 100%;
	position: absolute;
	left: 0;
}

.concent-qywh .column-list.bg-color-03 .box {
	background: #2a406e;
}

.bg-07 {
	background-position: -1040px -20px;
}

.bg-08 {
	background-position: -1210px -20px;
}

.bg-09 {
	background-position: -1380px -20px;
}

.bg-10 {
	background-position: -1550px -20px;
}

.concent-qywh .column-list-4 .column-list-item {
	width: 266px;
	height: 254px;
	margin-right: 26px;
	background: white;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/************/

.recruit-column-title {
	color: #333333;
	font-size: 46px;
	text-align: center;
	line-height: 80px;
	margin: 50px 0 30px;
}

.recruit .list .item {
	width: 368px;
	height: 527px;
	border-radius: 4px;
	background: #f5f5f5;
	color: #666;
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
}

.recruit .list .item .position {
	font-size: 18px;
	text-align: center;
	font-weight: 800;
	margin: 30px 0 20px;
}

.recruit .list .item .duty {
	height: 132px;
}

.recruit .list .item .box {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 22px;
	padding: 0 12px;
}

.recruit .list .item .box {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 22px;
	padding: 0 12px;
}

.recruit .list {
	margin-right: -22px;
	padding-bottom: 50px;
	font-size: 14px;
}

.recruit .list .item .demand {
	height: 220px;
}

.recruit .list .item .contact {
	padding: 0 22px;
}

.recruit .list .item .box p {
	color: #999;
}

.recruit .list .item .box .mailto {
	color: #006ec3;
	font-size: 14px;
}

.recruit .list .item .box ol {
	padding-left: 20px;
}

.recruit .list .item .box h3 {
	padding-left: 6px;
}
/*企业地址*/

#address .column {
	padding: 40px 0;
}

.address-top-title {
	text-align: center;
	color: #666666;
	font-size: 16px;
	margin-bottom: 50px;
}

.address-name {
	text-align: center;
	font-size: 40px;
	line-height: 80px;
	color: #333;
	margin: 30px 0 0px;
}

#address .address-column-title {
	font-size: 32px;
	color: #333;
	border-bottom: 1px solid #ccc;
	height: 69px;
	margin-bottom: 20px;
}

#address .address-column-title span {
	float: left;
	border-bottom: 3px solid #2572ff;
	line-height: 67px;
}

#address .address-column-text {
	font-size: 22px;
	line-height: 46px;
	color: #666666;
}

#address .address-column-text p {}

#address .address-column-map {
	width: 100%;
	height: 500px;
}

#address #map-box .name {
	font-weight: 800;
	color: #f3590d;
}

.Company-Honours {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.Company-Honours>div {
	width: 259px;
	height: 245px;
	border: 1px solid rgba(204, 204, 204, 1);
	padding: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.Company-Honours>div span {
	color: #395a80;
	font-size: 16px;
	display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	text-align: center;
	font-weight: 600;
}

.Company-Honours-bottom>div {
	height: 430px;
}

.rjzzq-list {
	flex-wrap: wrap;
}

.rjzzq-list>div {
	height: 405px;
	margin-bottom: 20px;
}
.rjzzq-list>div>img {
	width: 100%;
}

.concent-hoor {
	width: 1000px;
	margin: auto;
	padding: 20px 0;
}

.BMap_bubble_content {
	font-size: 12px;
}

.left-num {
	width: 50px;
	padding-left: 10px;
}

.left-num>div {
	height: 45px;
	color: #666666;
	text-align: center;
}

.colorFF3C35 {
	color: #FF3C35 !important;
}

.concent-hoor>div {
	float: left;
}

.concent-qq {
	width: 30px;
	height: 100%;
	position: relative;
}

.concent-qq:after {
	content: "";
	width: 1px;
	height: 170px;
	background: #FF6800;
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 10;
}

.concent-qq div {
	width: 30px;
	height: 45px;
}

.concent-qq div span {
	width: 8px;
	height: 8px;
	background: rgba(255, 60, 53, 1);
	border-radius: 8px;
	display: block;
	margin: auto;
    margin-top: 4px;
    position: relative;
    z-index: 20;
}
.concent-qq div label{
	width: 15px;
	height: 15px;
	text-align: center;
	margin: auto;
	display: block;
}
.concent-qq div .claslable {
	width: 15px;
	height: 15px;
	border: 1px solid rgba(255, 60, 53, 1);
	border-radius: 15px;
	margin: auto;
	display: block;
}
.concent-txt{
	width: 630px;
	background: white;
	position: relative;
	
	background: white;
	padding: 20px 20px 20px 15px;
	margin-left: 20px;
}
.concent-txt>span>em{
	position: absolute;
	content: " ";
	 width:0;
    height:0;
    border-width:13px 13px 13px 0;
    border-style:solid;
        left: -13px;
    border-color:transparent white transparent transparent;/*透明 灰 透明 透明 */
   
    margin:20px auto;
}
.hoor-bottom{
	height: 250px;
	background: #f4f4f4;
}

.concent-txt-title{
	width:209px;
height:43px;
font-size:20px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(51,51,51,1);
line-height:43px;
}
.concent-txt p{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.concent-right{
	float: left;
	    width: 180px;
    padding: 30px 0 0 30px;
	
}
.concent-right-title{
	color: #333333;
	font-size: 30px;
}
.concent-right p{
	
height:57px;
font-size:14px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(102,102,102,1);
    line-height: 25px;
    margin-top: 10px;

}


