@charset "utf-8";
body{
	height: 100%;
}
.chuizhi{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.logo{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 8%;
    transform: translate(-50%,-50%);
	z-index: 9999;
}
.logo img{
	width: 230px;

}
.main_box{
	width: 100%;
	height: 620px;
	background: url(../images/bg.jpg) center;
}
.main{
	width: 1100px;
	margin: 0 auto;
}
.title{
	
}
.title_c{
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    padding: 66px 0 20px;
}
.line{
    width: 190px;
    height: 3px;
    background: #f2c618;
}
.introduce{
    margin: 52px 0 60px;
}
.in_item{
	position: relative;
}
.in_item span{
    width: 9px;
    height: 9px;
    border-radius:100px;
    background: #fff;
    display: inline-block;
    margin: 20px 9px 0 0;
	position: absolute;
	left: 0;
}
.in_item p{
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    margin-left: 20px;
}
.wenzi_y{
	color: #f2c618;
	font-style: normal;
}
/* 公司优势 */
.content{
	display: flex;
	justify-content: space-around;
}
.content_s{
	display: flex;
	justify-content: flex-start;
}
.icon_z{
	width: 60px;
	position: relative;
}
.zheng1{
	width:27px;
	height: 27px;
	border-radius: 8px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	z-index: 999;
	transform: rotate(45deg);
}
.zheng2{
    width: 27px;
    height: 27px;
    border-radius: 8px;
    background: #eed6d6;
    display: block;
    position: absolute;
    left: 13px;
	transform: rotate(45deg);
	opacity:0.5;  
}
.wenzi{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
}
/* foot */
.foot{
    width: 1100px;
    margin: 20px auto 0;
    text-align: center;
}
.foot h5{
	font-size: 15px;
	color: #3C424C;
	line-height: 30px;
}
.foot h5 a:hover{
	color: #2A82E4;
	text-decoration: underline;
}