/* 社会责任css */
body{
	background: #f5f5f5;
}
.resp1{
	padding: 120px 0 0 0;
}
.resp1 .tit{
	text-align: center;
}
.resp1 .tit h3{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}
.resp1 .tit p{
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
}
.resp1_list{
	justify-content: space-between;
	padding: 45px 0 0 0;
}
.resp1_list .item{
	width: 31%;
	position: relative;
	cursor: pointer;
}
.resp1_list .item img{
	width: 100%;
}
.resp1_list .item .name{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 12px 0;
	text-align: center;
	font-size: 18px;
}
.resp1_list .item .hover{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(148,37,134,.6);
	left: 0;
	top: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: .3s all ease;
}
.resp1_list .item .hover .img{
	height: 60px;
}
.resp1_list .item .hover .img img{
	height: 100%;
	width: auto;
}
.resp1_list .item .hover h3{
	font-size: 18px;
	color: #ffffff;
	margin: 15px 0 20px;
}
.resp1_list .item .hover p{
	font-size: 16px;
	color: #dbc0db;
}
.resp1_list .item:hover .hover{
	opacity: 1;
}
.resp1_list .item:hover .name{
	display: none;
}
.resplist .tit{
	text-align: center;
}
.resplist .tit h3{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.resplist .resp_nav{
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.resplist .resp_nav a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding: 26px 15px 30px 15px;
	margin: 0 20px;
	position: relative;
}
.resplist .resp_nav a::after{
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #535353;
	left: 0;
	bottom: -1px;
	content: '';
	display: none;
}
.resplist .resp_nav a:hover::after{
	display: block;
}
.resplist .resp_nav a.on::after{
	display: block;
}
.resplist{
	padding: 100px 0 0 0;
}
.resplist .rslist{
	padding: 60px 0;
}
.resplist .rslist .item{
	overflow: hidden;
	height: 400px;
}
.resplist .rslist .item .img{
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	float: left;
	overflow:hidden;
	transition:.3s all ease;
}
.resplist .rslist .item .info{
	height: 100%;
	width: 50%;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 60px 60px 0 60px;
	position: relative;
	background: #fff;
	transition:.3s all ease;
}
.resplist .rslist .item:nth-child(2n) .img{
	float: right;
}
.resplist .rslist .item:nth-child(2n) .info{
	height: 100%;
	width: 50%;
	float: left;
}
.resplist .rslist .item .info .name{
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
}
.resplist .rslist .item .info .des p{
	font-size: 16px;
	color: #666666;
	line-height: 2;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.resplist .rslist .item .info span{
	position: absolute;
	font-size: 16px;
	color: #666666;
	bottom: 60px;
	left: 60px;
	display: inline-block;
	padding-right: 130px;
}
.resplist .rslist .item .info span::after{
	position: absolute;
	right: 0;
	content: '';
	width: 120px;
	height: 1px;
	background: #a0a0a0;
	top: 10px;
}
/* .resplist .rslist .item:hover .info{ */
	/* background:#942586; */
/* } */
/* .resplist .rslist .item:hover .info .name{ */
	/* color:#fff; */
/* } */
/* .resplist .rslist .item:hover .info .des p{ */
	/* color:#fff; */
/* } */
/* .resplist .rslist .item:hover .info span{ */
	/* color:#fff; */
/* } */

.resplist .rslist .item:hover .info .name{ 
	 color:#942586;
}
.resplist .rslist .item:hover .info span{
	/* color:#942586; */
}
.resplist .rslist .item:hover .info span::after{
	/* background:#942586; */
}
.resplist .rslist .item .img:hover{
	transform:scale(1.1);
}

@media screen and (min-width: 200px) and (max-width: 768px){
	.resp1 {
		padding: 3rem 0 0 0;
	}
	.resp1_list {
    justify-content: space-between;
    padding: 3rem 0 0 0;
    flex-wrap: wrap;
}
.resp1 .tit h3 {
    font-size: 1.7rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.resp1_list .item .hover {
    opacity: 1;
	background-color: rgba(0,0,0,.4);
}
.resp1 .tit p {
    font-size: 1.2rem;
    color: #333333;
    line-height: 2;
}
.resp1_list .item{
	width:100%;
}
.resp1_list .item .name{
	display:none;
}
.resplist {
    padding: 3rem 0 0 0;
}
.resplist .tit h3{
	font-size:2.2rem;
	margin-bottom:15px;
}
.resp1_list .item .hover .img {
    height: 40px;
}
.resp1_list .item .hover h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin: 10px 0 10px;
}
.resp1_list .item .hover p {
    font-size: 1.3rem;
    color: #dbc0db;
}
.resplist .resp_nav a {
    display: inline-block;
    font-size: 1.4rem;
    color: #333333;
    padding: 2rem 15px 1.8rem 15px;
    margin: 0 15px;
    position: relative;
}
.resplist .rslist {
    padding: 3rem 0;
}
.resplist .rslist .item {
    overflow: hidden;
    height: auto;
}
.resplist .rslist .item .img {
    height: 50vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    overflow: hidden;
    transition: .3s all ease;
}
.resplist .rslist .item .info {
    height: auto;
    width: 100%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 20px 50px 20px;
    position: relative;
    background: #fff;
    transition: .3s all ease;
}
.resplist .rslist .item .info .name {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
.resplist .rslist .item .info .des p {
    font-size: 1.2rem;
    color: #666666;
    line-height: 2;
	
}
.resplist .rslist .item .info span {
    position: absolute;
    font-size: 1.2rem;
    color: #666666;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    padding-right: 50px;
}
.resplist .rslist .item .info span::after {
    position: absolute;
    right: 0;
    content: '';
    width: 40px;
    height: 1px;
    background: #a0a0a0;
    top: 10px;
}
.resplist .rslist .item:nth-child(2n) .info{
	width:100%;
}
}
