*{
	margin:0;
	padding:0;
}
ul li{
	list-style-type: none;
}
.img img{
	width:100%;
}
.company{
	overflow: hidden;
    width: 1200px;
    margin: auto;
    position: relative;
    bottom: 89px;
}
.company_left_back{
	background-image:url(../images/top_img.jpg);
	background-repeat: no-repeat;
    height: 85px;
    display: inline-block;
    width: 210px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.company_left_back p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}
.company_container{

}
.company_content_left{
    display: inline-block;
}
.company_content_left img{
	display: block;
    margin-top: 40px;
}
.company_content_right{
	float: right;
	width: 820px;
    background: #fff;
    padding: 0 40px;
}
.company_right_title{
    overflow: hidden;
    margin-top: 28px;
    border-bottom: 1px dashed #cccccc;
    padding: 0 25px 15px 25px;
}
.company_right_title p{
	display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}
.company_right_child{
	float:right;
}
.company_right_child img{
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
}
.company_right_child a{
	color:#666666;
	font-size:12px;
}
.company_div{
    text-align: center;
	margin: 43px 15px 0px;
}
.company_div_ul{
	margin-top: 5px;
	display: flex;
    justify-content: space-between;
}
.company_div_li{
	display: inline-block;
}
.company_div p{
	text-align: -webkit-auto;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}