.kuang{
	position: relative;
	width: 400px;
	height: 160px;
	margin: 0 auto;
}
.kuang>img{
	width: 400px;
	height: 160px;
}
.kuang h2{
	color: #fff;
	width: 400px;
	padding-right: 15px;
	height: 160px;
	font-size: 30px;
	letter-spacing: 4px;
	text-align: center;
	line-height: 160px;
	position: absolute;
	top: 0;
	left: 0;
}

.wrap1 {
	width: 100%;
	position: relative;
    background: url("../imgs/dhr/about.jpg") no-repeat center;
	background-size: cover;
    height: 1160px;
    margin-top: 110px;
    text-align: center;
    padding: 40px 0;
}
.safewidth {
    width: 1200px;
    margin: 0 auto;
}
.toppad {
	padding-top: 35%;
}
.huo {
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}
.huo img.logo {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.huo ul{
	width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.huo ul li {
    margin-bottom: 5px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
	margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,.6);
	width: 48%;
    height: 95px;
}
.huo ul .bl {
    background: #2B3D7C;
}
.huo ul .red {
    background: #4A9DDB;
}
[class*='iconbg'] {
	margin-right: 20px;
	padding: 5px;
}
.iconbg_lan {
	background: #0077cc;
}
.iconbg_lv {
	background: rgb(98,177,31);
}
.huo ul li img {
    width: 50px;
    height: 50px;
}
.huo ul li .rig {
	width: 80%;
    padding-left: 30px;
    border-left: solid 4px rgba(255,255,255,0.3);
}
.rig h6 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
}
.rig p {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    font-size: 15px;
	line-height: 1.5;
}
.rig p>span{
	padding: 0 10px;
}

/*wrap2*/
.wrap2 {
	width: 100%;
	position: relative;
    background: url(../imgs/dhr/about2.jpg) no-repeat center;
	background-size: cover;
    min-height: 1100px;
    padding: 60px 0;
}
.wrap2 .toppad {
	padding-top: 10%;
}
.wrap2 .kuang-gr{
	background: url(../imgs/kuang.png) no-repeat center;
	background-size: 100% 100%;
	width: 400px;
	padding: 0 20px;
	margin: 0 auto;
	height: 120px;
	display: flex;
	align-items: center;
	margin-left: 45%;
}
.wrap2 .kuang-gr h2{
	font-size: 24px;
	padding: 0 20px;
	color: #fff;
}
.wrap2 .kuang-gr>img{
	width: 120px;
	height: auto;
}
.tabbox {
	width: 900px;
	float: right;
	/* margin: 0 auto; */
	padding-top: 20px;
}
.tabbox img {
	width: 100%;
}
table.contrast {
	width: 900px;
	float: right;
    /* margin: 0 auto; */
    border-collapse: collapse;
}
.contrast tr td {
    font-size: 15px;
    color: #555;
    padding: 15px;
    letter-spacing: 0.5px;
}
.contrast tr td:nth-child(1) {
    width: 110px;
}
.contrast tr td:nth-child(2) {
    width: 200px;
}
.contrast tr td.f4 {
	background: #f4f4f4;
}
.contrast tr td.ff {
	background: #fff;
}
.contrast tr td.e2 {
	background: #e2e2e2;
}
.contrast tr td.lan00 {
	background: rgba(196,212,245);
}
.contrast tr td.lan02 {
	background: rgba(205,221,255);
}
.contrast tr td.lanhui {
	background: rgba(205,216,239);
}
.contrast tr td.lanhui2 {
	background: rgba(211,222,246);
}
@media screen and (max-width:768px) {
    .safewidth {
        width: 100%;
        padding: 0 15px;
    }
    .kuang{
		width: 300px;
		height: 120px;
	}
	.kuang>img{
		width: 300px;
		height: 120px;
	}
	.kuang h2{
		width: 300px;
		height: 120px;
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 120px;
	}
	.wrap1{
	    background: url(../imgs/dhr/mabout.jpg) no-repeat center;
		background-size: cover;
	    height: 1080px;
	    margin-top: 50px;
	    padding: 20px 0;
	}
	.wrap2 .kuang-gr{
		width: 100%;
		padding: 10px;
		height: 120px;
		justify-content: center;
		margin: 0 auto;
	}
	.wrap2 .kuang-gr h2{
		font-size: 24px;
		padding: 0 10px;
		color: #fff;
	}
	.wrap2 .kuang-gr>img{
		width: 100px;
	}
	.toppad {
		padding-top: 65%;
	}
    .huo {
		width: 100%;
	}
	.huo ul{
		width: 100%;
	}
	.huo ul li {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px;
    }
	.huo ul li .rig {
		padding-left: 10px;
	}
	.huo .rig p {
		font-size: 12px;
    }
    .rig h6 {
        font-size: 20px;
    }
    /*wrap2*/
    .wrap2 {
        width: 100%;
        position: relative;
        background: url(../imgs/dhr/mabout2.jpg) no-repeat center;
        background-size: cover;
        min-height: 1000px;
        padding: 30px 0;
	}
	.tabbox {
		width: 100%;
	}
    table.contrast {
        width: 100%;
    }
    .contrast tr th {
        font-size: 14px;
        padding: 5px;
        letter-spacing: 0;
    }
    .contrast tr td {
        font-size: 12px;
        padding: 2px;
	}
	.contrast tr td:nth-child(1) {
		width: 70px;
	}
	.contrast tr td:nth-child(2) {
		width: 70px;
	}
	.contrast tr td:nth-child(3) {
		width: 110px;
	}
	.contrast tr td:nth-child(4) {
		width: 120px;
	}
}