/* 管理团队 */
.guanli-1{
	width: 100%;
	height: 380px;
	float: left;
	margin-top: 40px;
	background-color: #f5f5f5;
}
.guanli-1 .pic{
	width: 600px;
	height: 380px;
	float: left;
}
.guanli-1 .txt{
	width: 460px;
	height: 340px;
	float: left;
	padding: 40px 70px 0;
}
.guanli-1 .txt .txt-1{
	width: 460px;
	height: 78px;
	float: left;
	line-height: 78px;
	color: #242424;
	font-size: 28px;
	position: relative;
}
.guanli-1 .txt .txt-1::before{
	content: "";
	width: 30px;
	height: 2px;
	background-color: #f3981e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.guanli-1 .txt .txt-2{
	width: 460px;
	height: 210px;
	float: left;
	line-height: 34px;
	color: #333;
	font-size: 16px;
	margin-top: 12px;
}

.guanli-2{
	width: 100%;
	float: left;
	margin: 20px 0;
}
.guanli-2 .item{
	width: 550px;
	height: 210px;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 19px;
	margin-right: 20px;
	margin-top: 20px;
}
.guanli-2 .item:nth-child(2n){margin-right: 0;}
.guanli-2 .item .pic{
	width: 180px;
	height: 200px;
	float: left;
}
.guanli-2 .item .txt{
	width: 330px;
	height: 200px;
	float: left;
	margin-left: 25px;
	
}
.guanli-2 .item .txt .txt-1{
	width: 330px;
	height: 56px;
	float: left;
	line-height: 56px;
	color: #333;
	font-size: 22px;
}
.guanli-2 .item .txt .txt-2{
	width: 330px;
	height: 144px;
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 16px;
}
/* 集团介绍 */
.rongyu_list{
	width: 100%;
	float: left;
}
.rongyu_list .item{
	width: 300px;
	height: 266px;
	float: left;
	margin-right: 33px;
	margin-bottom: 20px;
}
.rongyu_list .item:nth-child(4n){margin-right: 0;}
.rongyu_list .item .pic{
	width: 300px;
	height: 216px;
	float: left;
	border: 0;
}
.rongyu_list .item .txt{
	width: 300px;
	height: 50px;
	float: left;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 核心服务 */
.service_box{
	width: 100%;
	height: 610px;
	float: left;
	
}
.service{
	width: 100%;
	height: 610px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
	position: relative;
	float: left;
}
.service .service_img_1{
    width: 500px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 105px;
}
.service .service_img_2_box{
    width: 380px;
    height: 156px;
    position: absolute;
    left: 567px;
    top: 106px;
} 
.service .service_img_2_box img{
    max-width: 100%;
    height: auto;
} 
.service_title{
	width: 700px;
	height: 90px;
	position: absolute;
	left: 500px;
	top: 85px;
	padding-left: 65px;
	padding-right: 65px;
	line-height: 90px;
	font-size: 24px;
	/*color: #f3981e;*/
	color: #000;
	font-weight: bold;
}
.service_txt{
	width: 620px;
    height: 290px;
    position: absolute;
    left: 500px;
    top: 219px;
    padding-top: 40px;
    padding-left: 65px;
    padding-right: 65px;
    line-height: 27px;
    font-size: 16px;
    color: #666;
    /* background-color: #f9f9f9; */
    text-align: justify;
}

/* 常见问题 */
.fuwuzhongxin{
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	padding: 35px 0;
}
.fuwuzhongxin .guding-img{
    width: 70%;
    margin: 0 auto;
}
.fuwuzhongxin .item{
	width: 100%;
	padding: 20px 0;
	flex-direction: column;
	border-bottom: 1px solid #e5e5e5;
}
.fuwuzhongxin .item h2{
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.fuwuzhongxin .item p{
	width: 100%;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
/*常见问题版本2*/
.fuwuzhongxin{
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	padding: 35px 0;
}
.fuwuzhongxin .c-box{
    padding: 24px 24px;
    background: #fff;
    border-radius: 8px;
}
.fuwuzhongxin .c-box:nth-child(n+2){
    margin-top: 20px;
}
.fuwuzhongxin .c-box .item-1,.fuwuzhongxin .c-box .item-2{
    display: flex;
    flex-direction: row;
    line-height: 27px;
}
.fuwuzhongxin .c-box .item-1 h2,.fuwuzhongxin .c-box .item-2 h2{
    min-width: 68px;
    font-size: 16px;
    color: #666;
}
.fuwuzhongxin .c-box .item-1 .c-txt,.fuwuzhongxin .c-box .item-2 .c-txt{
    width: calc(100% - 100px);
    font-size: 16px;
    color: #666;
}
.fuwuzhongxin .c-box .item-1 h2,.fuwuzhongxin .c-box .item-1 .c-txt{
    color: #333;
    font-weight: bold;
}


/* 核心技术 */
.hexinjishu_box{
	width: 100%;
	height: 650px;
	background: url("../img/9.jpg") no-repeat;
	background-size: 100% 650px;
}
.hexinjishu{
	width: 1198px;
	/*height: 458px;*/
	height: 528px;
	float: left;
	border: 1px solid #af967f;
	margin-top: 90px;
	background-color: rgba(0, 0, 0, 0.5);
	zoom: 1;
}
.hexinjishu .item{
	width: 298px;
	float: left;
	border-right: 1px solid #af967f;
	/*height: 228px;*/
	height: 264px;
	border-bottom: 1px solid #af967f;
	padding: 0 50px;
}
.hexinjishu .item:nth-child(3n){
	width: 300px;
	border-right: 0;
}
.hexinjishu .item .item-1{
	width: 100%;
	height: 77px;
	line-height: 77px;
	float: left;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	position: relative;
}
.hexinjishu .item .item-1::after{
	width: 48px;
	background: #fff;
	height: 3px;
	content: "";
	position: absolute;
	left: 125px;
	bottom: 0;
}
.hexinjishu .item .item-2{
	width: 100%;
	height: 100px;
	line-height: 25px;
	float: left;
	color: #FFF;
	/*font-size: 16px;*/
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
}
/*广泛的应用领域*/
.yingyonglingyu{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 80px;
    justify-content: center;
}
.yingyonglingyu .item{
    position: relative;
    width: 396px;
    height: 270px;
    margin: 0 4px 4px 0;
}
.yingyonglingyu .item .pic{
	width: 24%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-47px, -50px);
}
.yingyonglingyu .item h3{
    position: absolute;
    bottom: 0;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    /*background: rgba(217, 133, 19, 0.9);*/
    color: #fff;
}