detail.css 3.4 KB
html,body{
    height: 100%;
}
.container{
	display: flex;
	flex-direction: column;
	height:100%;
}
.main{
	flex:1;
}
.header{
	 flex: 0 0 auto;
}
.footer{
	 flex: 0 0 auto;
}
/*公司介绍*/
.banner img{
	width: 100%;
}
.main_txt{
	margin:0.32rem;
}
.main_txt p{
	font-size:0.26rem;
	font-weight:400;
	line-height:0.42rem;
	color:rgba(102,102,102,1);
}
.main_tit{
	text-align: center;
	margin-top: 0.5rem;
}

/*业务介绍*/
.main_tit h2,.int1_bot h1{
	font-size:0.3rem;
	font-weight:600;
	color:rgba(51,51,51,1);
}
.main_tit h2:after{
	content: "";
	width:0.24rem;
	height:0.04rem;
	display: block;
	margin:0.08rem auto 0.04rem;
	background:rgba(197,1,1,1);
}
.main_tit p{
	font-size:0.2rem;
	color:rgba(51,51,51,1);
}
.int1_txt{
	margin: 0.32rem 0.32rem 0;
}
.int1_bot{
	margin: 0.5rem 0.32rem 0.38rem;
}
.int1_txt p{
	font-size:0.24rem;
	font-weight:400;
	line-height:0.36rem;
	color:rgba(23,22,20,1);
}
.int1_bot a{
	display: block;
	margin-top: 0.14rem;
	text-decoration: none;
	font-size:0.24rem;
	font-weight:400;
	color:rgba(197,1,1,1);
}
/*业务介绍2*/
.int2_list{
	padding: 0 0.32rem;
	margin-top: 0.2rem;
}
.int2_list li p{
	font-size:0.24rem;
	font-weight:400;
	line-height:0.4rem;
	color:rgba(102,102,102,1);
}

/*企业文化*/
.int1_bot_t{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.int1_bot_t a{
	width: 25%
}

/*商业准则*/
.guide_txt{
	margin:0.48rem 0.32rem;
}
.guide_txt p{
	font-size:0.24rem;
	font-weight:400;
	line-height:0.36rem;
	color:#171614;
}

/*联系我们*/
.con_body{
	background-color: #F7F7F7;
}
.contact_box{
	position: relative;
	top:-0.46rem;
	margin: 0 0.32rem;
	padding-bottom: 0.4rem;
	background-color: white;
}
.contact_box2{
	padding-top:1.08rem;

}
.contact_boxT ul{
	overflow: hidden;
	margin-bottom: 0.6rem;
}
.contact_boxT ul li{
	margin-top: 0.3rem;
}
.circle{
	width: 2rem;
	height: 2rem;
	margin: 0 auto 0.2rem;
	border-radius: 100%;
	color: #333;
	text-align: center;
	font-size: 0.34rem;
	line-height: 2rem;
	background: #f8f8f8;
}
.mail{
	margin-bottom: 0.1rem;
	color: #777;
	text-align: center;
	font-size: 0.24rem;
}
.contact_box3{
	width: 6.56rem;
    height: 3.33rem;
    margin: 0 0.16rem;
}
.contact_box2 ul{
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	justify-content: space-around;
}
.contact_box2 ul li{
	position: relative;
	width: 43%;
	height: 2rem;
	margin-bottom: 0.8rem;
	border:0.02rem solid rgba(196,196,196,1);
}
.main_icon{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:-0.46rem;
	cursor: pointer;
	width:0.9rem;
	height:0.9rem;
	box-sizing: border-box;
	border-radius:50%;
	border:1px dashed rgba(196,196,196,1);
}
.main_icon2{
	width:0.7rem;
	height:0.7rem;
	margin:0.09rem;
	overflow: hidden;
	border-radius:50%;
	background:#C4C4C4;
}
.main_icon2 img{
	width:0.4rem;
	height:0.4rem;
	margin:0.13rem auto;
}
.contact_txt{
	text-align: center;
	padding-top: 0.66rem;
}
.contact_txt h1{
	font-size:0.26rem;
	line-height: 1;
	font-weight:600;
	color:rgba(74,74,74,1);
}
.contact_txt p{
	line-height: 1;
	font-size:0.26rem;
	margin-top: 0.2rem;
	font-weight:400;
	color:rgba(74,74,74,1);
}
iframe{
	width: 100%;
	height: 100%
}
.contact_txt1{
	margin-top: 0.3rem;
	padding: 0 0.32rem;
}
.contact_txt1 h2{
	font-size:0.26rem;
	font-weight:700;
	color:rgba(74,74,74,1);
}
.contact_txt1 p{
	font-size:0.26rem;
	margin-top: 0.06rem;
	font-weight:400;
	color:rgba(74,74,74,1);
}
.guide_txt p{
	margin-bottom: 0.2rem;
}