
/*社会责任前言*/
.duty-about {
	padding: 5% 0;
    text-align: center;
}
.duty-about h1 {
	font-size: 32px;
    color: #3a3a3a;
    font-weight: lighter;
}
.duty-about i {
    display: block;
    width: 70px;
    height: 3px;
    background: #eee;
    margin: 1% auto 1% auto;
}
.duty-about p {
	font-size: 16px;
    color: #666;
    line-height: 2.0;
}
.duty-about .tag {}
.duty-about .tag ul {}
.duty-about .tag ul li{
	line-height: 62px;
    height: 80px;
    width: 80px;
    overflow: hidden;
    font-size: 18px;
    border-radius: 50%;
    border: 9px solid #eee;
    text-align: center;
    margin: 30px 15px 0;
    display: inline-block;
}
@media screen and (max-width:1024px){
.duty-about {
	padding: 10% 0;
    text-align: center;
}
.duty-about h1 {
	font-size: 24px;
}
.duty-about i {
    margin: 5% auto 3% auto;
}
.duty-about p {
	font-size: 14px;
    line-height: 1.8;
	margin: 8% 0;
}
.duty-about .tag {}
.duty-about .tag ul {}
.duty-about .tag ul li{
	line-height: 40px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    font-size: 14px;
    border-radius: 50%;
    border: 5px solid #fbe9df;
    text-align: center;
    margin: 30px 15px 0;
    display: inline-block;
}
}


/*社会责任*/
.duty {
	position: relative;
	overflow: hidden;
}
.duty .container{
	height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 4% 0;
}
.duty .photo {
	width: 50%;
}

.duty .word {
	width: 46%;
    height: 100%;
	padding:2%;
    position: relative;
}
.duty .word h2 {
	font-size: 30px;
    color: #d10000;
	font-weight:bold;
}

.duty .word p {
	font-size: 18px;
    color: #666;
    line-height: 2.2;
    margin-top:8%;
}
@media screen and (max-width:1024px){
.duty {
	position: relative;
}
.duty .container{
	height: 100%;
    position: relative;
    padding: 4% 0;
}
.duty .photo {
	width: 100%;
}

.duty .word {
	width: 100%;
    height: 100%;
    padding:8%;
}
.duty .word h2 {
	font-size: 24px;
}
.duty .word p {
	font-size: 16px;
    line-height: 1.8;
    margin-top:12%;
}
}