/* 
* @Author: anchen
* @Date:   2021-08-13 10:49:48
* @Last Modified by:   anchen
* @Last Modified time: 2021-08-15 16:14:13
*/

.about-banner.wpo-breadcumb-area:before {
	background: none;
}

.about-banner.wpo-breadcumb-area {
	background: url(/addons/WebSites/frontend/resources/img/20170426055514439.faa1618d.png) no-repeat center top/contain;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	height: 460px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
	min-height: 100px;
}

.about-banner.wpo-breadcumb-area h2 {
	font-size: 70px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 70px;
	padding: 50px 40px;
	text-align: left;
}

@media only screen and (max-width: 576px) {
	.about-banner.wpo-breadcumb-area {
		height: 150px;
	}

	.about-banner.wpo-breadcumb-area h2 {
		font-size: 35px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 576px) {
	.about-banner.wpo-breadcumb-area {
		height: 210px;
	}

	.about-banner.wpo-breadcumb-area h2 {
		font-size: 40px;
		line-height: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.about-banner.wpo-breadcumb-area {
		height: 270px;
	}

	.about-banner.wpo-breadcumb-area h2 {
		font-size: 45px;
		line-height: 45px;
	}
}


@media only screen and (min-width: 992px) {
	.about-banner.wpo-breadcumb-area {
		height: 330px;
	}

	.about-banner.wpo-breadcumb-area h2 {
		font-size: 50px;
		line-height: 50px;
	}
}


@media only screen and (min-width: 1200px) {
	.about-banner.wpo-breadcumb-area {
		height: 400px;
	}

	.about-banner.wpo-breadcumb-area h2 {
		font-size: 55px;
		line-height: 55px;
	}
}

@media only screen and (min-width: 1400px) {
	.about-banner.wpo-breadcumb-area {
		height: 460px;
	}

	.about-banner.wpo-breadcumb-area h2 {
		font-size: 60px;
		line-height: 60px;
	}
}

/*  */
.about-info{
	position: relative;
}
.about-info .about-info-desc p{
	text-indent: 32px;
}
.about-info .background {
	background: url(/addons/WebSites/frontend/resources/img/da837513.png) no-repeat center top/cover;
	position: absolute;
	width: 100%;
	min-height: 850px;
	bottom: 352px;
	z-index: -1;
}

.about-info .about-info-desc {
	height: 823px;
	/*background: url(/addons/WebSites/frontend/resources/img/组7.da837513.png) no-repeat center top/cover;*/
}

.about-info .about-info-data {
	display: block;
}

.about-info .about-info-data li {
	display: list-item;
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
}

.about-info .about-info-desc h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.about-info .about-info-data .about-info-data-detail {
	font-size: 100px;
	font-family: DIN;
	color: #a91111;
	line-height: 32px;
}

.about-info .about-info-data .about-info-data-detail span {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.about-info .about-info-data .about-info-data-detail {
		font-size: 40px;
		line-height: 32px;
	}

}

@media only screen and (min-width: 767px) {
	.about-info .about-info-data .about-info-data-detail {
		font-size: 70px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 1280px) {
  .about-info .about-info-data .about-info-data-detail {
    font-size: 100px;
    line-height: 32px;
  }
}

/* about-group */
.group-section {
	margin-bottom: 120px;
}

.about-group {
	padding-top: 120px;
}

.group-section .section-title {
	background: url(/addons/WebSites/frontend/resources/img/banner-32.png) no-repeat center top/cover;
	min-height: 400px;
	margin-bottom: 60px;
}

.group-section .section-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	padding-top: 180px;
	text-align: center;
}

.about-group-leader {
	/*height: 360px;*/
	overflow: hidden;
	margin: 30px 0;
}

.about-group-leader .group-leader-img {
	width: 36%;
	float: left;
	padding: 0 20px;
	overflow: hidden;
	/*padding-right: 50px;*/
}

@media only screen and (max-width: 767px) {
	.about-group-leader .group-leader-img {
		width: 100% !important;
	}
	.about-group-leader .group-leader-content {
		width: 100% !important;
	}
}

@media only screen and (min-width: 767px) {
	.about-group-leader .group-leader-img {
		width: 36%;
	}
	.about-group-leader .group-leader-content {
		width: 64%;
	}
}

.about-group-leader .group-leader-img .thumb {
	display: block;
	overflow: hidden;
	border-left: 15px solid #AC1F24;
}

.about-group-leader .group-leader-img img {
	width: 100%;
}

.about-group-leader .group-leader-content {
	float: left;
	width: 64%;
	padding: 20px;
}

.leader {
	padding: 10px 0;
	border-bottom: 1px solid #AC1F24;
	margin-bottom: 25px;
	;
}

.leader h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	font-family: "Futura PT Demi";
	color: #AC1F24;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 20px 0;
	overflow: hidden;
}

.leader .work {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	font-family: "Futura PT Demi";
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 15px 0;
}

.leader-desc {
	font-size: 14px;
	line-height: 28px;
	font-weight: 200;
	font-family: "Futura PT Demi";
	color: #666;
/*	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;*/
	text-indent: 28px;
	padding-top: 10px;
}

.about-group-member {
	padding: 25px;
}

.group-member-img {
	height: 400px;
	overflow: hidden;
}

.group-member-img img {
	width: 100%;
}

.member {
	text-align: left;
}

.member h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	font-family: "Futura PT Demi";
	color: #AC1F24;
	margin: 25px 25px 15px 0;
	overflow: hidden;
	display: inline-block;
}

.member .member-work {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Futura PT Demi";
	color: #666;
	overflow: hidden;
	margin: 15px 0;
  	width:100%;
}

.member-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 发展历程 */

.about-steps .about-steps-img {
	margin: 0 auto;
	width: 50%;
}

.about-steps .about-steps-banner {
	background: url(/addons/WebSites/frontend/resources/img/7546b737.png) no-repeat center top/cover;
	min-height: 480px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
	margin-bottom: 60px;
}

.about-steps .step-year {
	text-align: right;
	padding-right: 3%;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 30px;
	font-family: DIN;
	font-weight: 500;
	color: #333333;
	line-height: 32px;
}
.about-steps .step-content {
	padding-left: 10%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-left: 1px solid #eee;
	position: relative;

}
.about-steps .step-content p{
	font-size: 14px;
	font-family: Source Han Sans CN;
	color: #333333;
}
.about-steps .red-point{
	position: absolute;
	left: -9px;
	top: 37px;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: #AC1F24;
}

/* 联系我们 */

.about-contact .about-contact-desc h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.about-contact-right {
	height: 100%;
	min-height: 400px;
	background: #ccc;
	margin-top: 20px;
}

.about-contact-right img {
	width: 100%;
}

.about-contact-left ul {
	display: block;
}

.about-contact-left ul {
	display: list-item;
	list-style: none;
	text-align: center;
	display: block;
	padding: 15px;
}

.about-contact-left ul li {
	border-bottom: 1px solid #eee;
}

.about-contact-left li.active .list-title {
	font-weight: 500;
	line-height: 52px;
	border-left: 5px solid red;
}

.about-contact-left li.active .list-detail {
	display: block;
}

.list-title {
	text-align: left;
	padding: 10px 15px;
}

.list-title .title {
        font-weight: 500;
        line-height: 52px;
        font-size: 16px;
}

.list-detail {
	padding: 5px 15px;
	display: none;
}

.content {
	padding: 12px 0px 0px 10px;
	background: #f6f6f6;
	border-radius: 2px;
}

.address-detail {
	text-align: left;
}

.address {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.address-detail {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*.about-contact-left ul .gongsidizhi {
        font-weight: 500;
        color: #000;
        line-height: 44px;
        padding-right: 310px;
        color: #000;
        font-size: 16px;
}*/

.list-main{
	font-weight: 500;
	line-height: 44px;
	text-align: left;
}
.list-main .title{
	color: #000;
	font-size: 16px;
}

.dituxianshiyinc .row .col-12 p{
	font-size: 14px;
	color: #999;
}
.dituxianshi .xianshi2 {
	width: 100%;
	display: none;
}

.dituxianshi .xianshi3 {
	width: 100%;
	display: none;
}

.dituxianshi .xianshi4 {
	width: 100%;
	display: none;
}

.dituxianshi .xianshi5 {
	width: 100%;
	display: none;
}
.guanyvwomen_lxi {
        width: 90%;
        margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.guanyvwomen_lxi {
		width: 100%;
		margin: 0 auto;
	}
}

.guanyvwomen_lxi .guanyvwomen_zi {
        padding-top: 20px;
        font-size: 20px;
        font-weight: 500;
        color: #323232;
        line-height: 32px;
        text-align: center;
}

.guanyvwomen_lxi .guanyvwomen_zi span {
        font-size: 16px;
        font-weight: 400;
        color: rgba(0, 0, 0, .6);
        line-height: 32px;
}

.guanyvwomen_lxi .guanyvwomen_xian {
        width: 1px;
        height: 100px;
        border: 1px solid #eee;
}

.guanyvwomen_lxi div {
        width: 9%;
        float: left;
        margin-left: 8%;
}

@media only screen and (max-width: 767px) {
	.guanyvwomen_lxi div {
		width: 20%;
		float: left;
		margin-left: 2%;
	}
	.guanyvwomen_lxi .guanyvwomen_zi {
		padding-top: 20px;
		font-size: 15px;
		font-weight: 500;
		color: #323232;
		line-height: 32px;
	}
	.guanyvwomen_lxi .guanyvwomen_zi span {
		font-size: 10px;
		font-weight: 400;
		color: rgba(0, 0, 0, .6);
		line-height: 32px;
	}
}
.qing-fu {
    clear: left;
}

/*@media only screen and (max-width: 767px) {*/
/*        .guanyvwomen_lxi div {*/
/*                width: 20%;*/
/*                float: left;*/
/*                margin-left: 9%;*/
/*        }*/
/*}*/
@media only screen and (max-width: 425px) {
	.guanyvwomen_lxi div {
		width: 25%;
		float: left;
		margin-left: 9%;
	}
	/*.about-contact-right{
		min-height: 400px;
	}*/
}
@media only screen and (max-width: 767px) {
	.shiijian_zhou .col-sm-4 {
		flex: 0 0 auto;
		width: 33%;
	}
	.shiijian_zhou {
	    margin-top: 30px;
	    width: 100%;
	}
}
#guanyvwomen_kfq .tuanduiren{
	margin-top: 30px;
}

#guanyvwomen_kfq .accordion-body{
	line-height: 32px;
	font-weight: 400;
}


/**/

.group-section .rongyv_zhengshu{
	width: 80%;
	margin: 0 auto;
}
.rongyv_zitik{
	width: 367px;
	background-color: #F8F8F8;
	padding: 22px;
	text-align: center;
}
.rongnyvshu_top{
	margin-top: 48px;
}
.group-section .section-title1 {
	background: url(/addons/WebSites/frontend/resources/img/qiyerongyv.jpg) no-repeat center top/cover;
	min-height: 480px;
	margin-bottom: 60px;
	margin-top: 80px;
}

.group-section .section-title1 h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	padding-top: 230px;
	text-align: center;
}
.group-section .section-title1 h4 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding-top: 43px;
	text-align: center;
}

.rongnyvshu_top img{
	width: 100%;
}
.rongnyvshu_top div{
	width: 100%;
}
