@charset "utf-8";
.banner img{
	width: 100%;
	height: auto;
}
.headline{
	height: 80px;
	margin-top: 40px;
}
.headline em{
	float: left;
	width: 136px;
	text-align: center;
	background-color: #bf1a20;
	line-height: 80px;
	font-weight: bold;
	font-size: 26px;
	color: #fff;
}
.headline a{
	float: right;
	width: 1064px;
	background-color: #f8f8f8;
	line-height: 80px;
	box-sizing: border-box;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	color: #333;
	font-size: 25px;
}
.headline a:hover{
	color: #B90007;
	text-decoration: underline;
}
.cont1-left{
	width: 380px;
	float: left;
}
.cont1-left a{
	display: block;
	overflow: hidden;
	position: relative;
	height: 325px;
	width: 100%;
}
.cont1-left a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}
.cont1-left a span{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #000;
	filter: alpha(opacity=60);
	background: rgba(0,0,0,.6);
	color: #fff;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}
.cont1-left .swiper-button-next,.cont1-left .swiper-button-prev{
	position: absolute;
	top: 50%;
	width: 33px;
	height: 33px;
	margin-top: -17px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 8px auto;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.6);
}
.cont1-left .swiper-button-next:hover,.cont1-left .swiper-button-prev:hover{
	background-color: rgba(227,0,22,0.8);
}
.cont1-left .swiper-button-prev,.cont1-left .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/arrow-icon.png);
    left: 10px;
    right: auto;
}
.cont1-left .swiper-button-next,.cont1-left .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/arrow-icon.png);
	background-position: center -33px;
    right: 10px;
    left: auto;
}
.cont1-left .swiper-button-next.swiper-button-disabled,.cont1-left .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.cont1-center{
	width: 400px;
	float: left;
	margin-left: 20px;
}
.cont1-right{
	width: 380px;
	float: right;
}
.cont1-center-tab{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}
.cont1-center-tab a{
	width: 139px;
	height: 40px;
	display: block;
	float: left;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 20px;
	color: #333;
	box-sizing: border-box;
}
.cont1-center-tab a.active{
	border-bottom: 3px solid #db2c32;
	color: #db2c32;
}
.cont1-center-box a{
	display: block;
	line-height: 33px;
	height: 33px;
	box-sizing: border-box;
	padding-left: 15px;
	background-image: url(../img/arrowIcon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 82px;
}
.cont1-center-box>div{
	display: none;
}
.cont1-center-box a:nth-child(2n+1){
	background-color: #f8f8f8;
}
.cont1-center-box a:hover{
	color: #db2c32;
	text-decoration: underline;
}
.cont1-center-box>div:nth-child(1){
	display: block;
}
.cont1-center-box a span{
	position: absolute;
	right: 5px;
	top: 0;
	line-height: 33px;
	color: #999;
}
.cont1-right-title{
	height: 42px;
	width: 100%;
	background: url(../img/titleBg.png) no-repeat;
	line-height: 42px;
	box-sizing: border-box;
	padding-left: 50px;
	color: #fff;
	font-size: 18px;
}
.cont1-right1-list{
	height: 108px;
	border: 1px solid #db2c32;
	box-sizing: border-box;
	padding: 8px 5px 0 5px;
}
.cont1-right1-list a{
	display: block;
	line-height: 30px;
	height: 30px;
	box-sizing: border-box;
	padding-left: 15px;
	background-image: url(../img/arrowIcon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 120px;
}
.cont1-right1-list span{
	position: absolute;
	right: 5px;
	top: 0;
	line-height: 33px;
	color: #999;
}
.cont1-right2{
	border: 1px solid #db2c32;
	margin-top: 10px;
}
.cont1-right2{
	line-height: 35px;
	font-size: 20px;
	color: #DB2C32;
	padding: 0 10px;
	position: relative;
}
.cont1-right2 i{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #DB2C32;
}
.hotProjectItem {
    margin: 10px;
    overflow: hidden;
    height: 105px;
    position: relative;
}
.hotProjectItem .hotImg {
    width: 100%;
    height: 100%;
}
.hotProjectItem .hotImg a {
    display: block;
    width: 100%;
    height: 100%;
	position: relative;
}
.hotProjectItem .hotImg a img {
    width: 100%;
    height: 100%;
}
.hotProjectItem .hotImg div{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	width: 0;
	overflow: hidden;
	height: 0;
	webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.hotProjectItem .hotImg div span{
	display: block;
	width: 120px;
	line-height: 40px;
	background-color: #f47117;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	right: 10px;
	bottom: 10px;
	position: absolute;
}
.hotProjectItem .hotImg:hover div{
	width: 100%;
	height: 100%;
}
.cont2-title{
	position: relative;
	line-height: 54px;
	border-bottom: 1px solid #ddd;
	padding-left: 20px;
	font-size: 20px;
	color: #e13f38;
}
.cont2-c{
	width: 380px;
	float: left;
	margin-right: 30px;
	border: 1px solid #ddd;
	border-top: 2px solid #e30016;
	box-sizing: border-box;
	padding: 0 10px;
	height: 355px;
}
.cont2-c:last-child{
	margin-right: 0;
}
.cont2-title a{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #666;
}
.cont2-title i{
	display: block;
	width: 4px;
	height: 18px;
	background-color: #e30016;
	position: absolute;
	left: 0;
	top: 19px;
	border-radius: 1px;
}
.cont2-c-list{
	margin-top: 10px;
}
.cont2-c-list a{
	display: block;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding-left: 15px;
	background-image: url(../img/icon2.jpg);
	border-bottom: 1px dotted #ddd;
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 120px;
}
.cont2-c-list a:hover{
	color: #e30016;
	text-decoration: underline;
}
.cont2-c-list a:last-child{
	border-bottom: none;
}
.cont2-c-list span{
	position: absolute;
	right: 5px;
	top: 0;
	line-height: 33px;
	color: #999;
}
.cont3{
	margin-top: 40px;
	padding: 30px 0;
	background-color: #f5f5f5;
}
.cont3-title{
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.cont3-title h2{
	margin-bottom: 15px;
	font-size: 20px;
	color: #333;
	line-height: 1;
	text-align: center;
	font-weight: 700;
}
.cont3-title h2 em{
	font-size: 16px;
	color: #db2c32;
	font-weight: 700;
}
.cont3-title i{
	display: block;
	width: 80px;
	height: 4px;
	background-color: #e73027;
	margin: 0 auto;
	z-index: 1;
}
.cont3-list a{
	float: left;
	width: 382px;
	margin-right: 27px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cont3-list a:last-child{
	margin-right: 0;
}
.cont3-list a:hover{
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.cont3-list a i{
	display: block;
	overflow: hidden;
	height: 205px;
}
.cont3-list a i img{
	width: 100%;
	height: 100%;
}
.cont3-list a div{
	background-color: #fff;
	height: 130px;
	box-sizing: border-box;
	padding: 5px 15px;
}
.cont3-list a div h4{
	font-size: 17px;
	color: #333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont3-list a div p{
	font-size: 13px;
	color: #666;
	margin-top: 13px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.btn{
	display: block;
	width: 130px;
	line-height: 40px;
	margin: 30px auto 0;
	font-size: 14px;
	color: #fff;
	background-color: #f47117;
	text-align: center;
	border-radius: 5px;
}
.cont4{
	padding: 40px 0;
}

.cont4-tab{
	width: 334px;
	margin: 0 auto;
}
.cont4-tab a{
	float: left;
	width: 140px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #e30016;
	border-radius: 50px;
	color: #e30016;
}
.cont4-tab a:first-child{
	margin-right: 50px;
}
.cont4-tab a:hover,.cont4-tab a.active{
	color: #fff;
	background-color: #e30016;
}
.cont4-list li{
	float: left;
	width: 285px;
	margin-right: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.cont4-list li i{
	display: block;
	overflow: hidden;
}
.cont4-list li img{
	width: 100%;
	height: 205px;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cont4-list li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.cont4-list li div{
	height: 100px;
	padding: 0 15px;
	overflow: hidden;
}
.cont4-list li div h4{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 5px;
}
.cont4-list li div p{
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont4-list li div p em{
	font-weight: bold;
	color: #e30016;
}
.cont4-list li:last-child{
	margin-right: 0;
}
.cont4-list{
	display: none;
}
.cont4-list:first-child{
	display: block;
}
.cont5{
	background-color: #f5f5f5;
	padding-top: 45px;
}
.cont5-list{
	width: 370px;
	height: 370px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-top: 2px solid #e30016;
	background-color: #fff;
	padding: 0 11px;
	float: left;
	margin-right: 45px;
	margin-bottom: 45px;
}
.cont5-list:nth-child(3n){
	margin-right: 0;
}
.cont5 .cont2-title{
	border: 0;
}
.cont5-c>a{
	display: block;
	position: relative;
	overflow: hidden;
}
.cont5-c>a img{
	width: 100%;
	height: 195px;
}
.cont5-c>a span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	background-color: rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont5-c div{
	margin-top: 5px;
}
.cont5-c div a{
	display: block;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	color: #333;
	font-size: 15px;
	background: url(../img/arrowIcon.png) no-repeat left center;
}
.cont5-c div a:hover{
	color: #e30016;
	text-decoration: underline;
}
.link{
	padding: 40px 0 20px;
}
.link-list{
	margin-top: 20px;
}
.link-list a{
	float: left;
	margin-right: 41.25px;
	margin-bottom: 20px;
}
.link-list a:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.link-list a:nth-child(5n){
	margin-right: 0 ;
}
.link-list a img{
	width: 207px;
	height: 82px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

/* 简介内页 */
.mains{
	margin-top: 25px;
	margin-bottom: 50px;
}
.menu-box{
	float: left;
	width: 220px;
	border-top: 4px solid #e30016;
}
.content{
	float: right;
	width: 950px;
}
.menu{
	border: 1px solid #ddd;
	border-top: none;
}
.menu h4{
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	text-align: center;
	color: #ED4040;
}
.menu ul{
	padding: 15px 0
}
.menu ul li{
	line-height: 46px;
	color: #333;
	font-size: 16px;
}
.menu li a{
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333;
}
.menu li.active a, .menu li a:hover, .menu li a:focus {
    color: #fff;
    background: rgba(237,64,64,0.6);
    border-left: 4px solid #ed4040;
}
.menu-lx{
	border: 1px solid #ddd;
	border-top: 4px solid #e30016;
	margin-top: 20px;
}
.menu-lx h4{
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	text-align: center;
	color: #ED4040;
}
.menu-lx div{
	padding: 15px;
}
.menu-lx div img{
	width: 100%;
	height: auto;
}
.menu-lx div span{
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	color: #666;
}
.menu-lx p{
	padding: 0 15px;
	font-size: 12px;
	line-height: 28px;
	color: #666;
}
.sub-title {
    height: 38px;
    line-height: 38px;
    border-bottom: solid 2px #e30016;
	margin-bottom: 20px;
}
.m-current {
    float: right;
    display: inline;
    margin-top: 6px;
    padding-left: 32px;
    line-height: 32px;
    background: url(../img/ico-home.png) 0 2px no-repeat;
}
.m-current a {
    color: #666;
}
.sub-title h2 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.about p{
	font-size: 15px;
	line-height: 30px;
	color: #666;
	text-align: justify;
}
.about img{
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}
/* 新闻中心 */
.news-list a{
	display: block;
	padding: 30px 20px;
	overflow: hidden;
	position: relative;
	top: 0;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-list a:hover{
	background-color: #f1f1f1;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transform: translate3d(0,-6px,0);
	-webkit-transform: translate3d(0,-6px,0);
	-moz-transform: translate3d(0,-6px,0);
	-ms-transform: translate3d(0,-6px,0);
}
.news-list a .time{
	float: left;
	margin-top: 25px;
}
.news-list a .time em{
	font-size: 30px;
	font-weight: bold;
	color: #666;
	line-height: 28px;
	display: block;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.news-list a .time i{
	display: block;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 40px;
	font-weight: lighter;
}
.news-list a .time span{
	display: block;
	width: 108px;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	line-height: 40px;
}
.news-list a .news-txt{
	float: left;
	width: 56%;
	margin-left: 3%;
	margin-top: 15px;
}
.news-list a .news-txt h4{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list a .news-txt p{
	margin-top: 15px;
	font-size: 12px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list a>i{
	float: right;
	width: 220px;
	height: 140px;
}
.news-list a>i img{
	width: 100%;
	height: 100%;
}

/*新闻详情*/
.news-xq-tit h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-xq ul li a{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-xq-c img{
	width: 80%;
	margin: 0 auto;
}
.product-xq .news-xq-c{
	border: none;
}
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-xq-c table{
	width: 100%;
	height: auto;
}
.news-xq-c table tr td{
	border: 1px solid #ddd !important;
	text-align: center;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}
/*新闻详情*/
.news-xq-tit h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-xq ul li a{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 100%;
	margin: 10px auto;
}
.product-xq .news-xq-c{
	border: none;
}
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}
/* 信息公开 */
.news-list2 li{
	padding-right: 100px;
	position: relative;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
}
.news-list2 li a{
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list2 li a:hover{
	color: #e30016;
	text-decoration: underline;
}
.news-list2 li span{
	position: absolute;
	line-height: 40px;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #666;
}
/* 慈善项目 */
.pro-list a{
	float: left;
	width: 298px;
	margin-right: 27px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro-list a:hover{
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.pro-list a:nth-child(3n){
	margin-right: 0;
}
.pro-list a i{
	display: block;
	overflow: hidden;
	height: 159px;
}
.pro-list a i img{
	width: 100%;
	height: 100%;
}
.pro-list a div{
	background-color: #fff;
	height: 130px;
	box-sizing: border-box;
	padding: 5px 15px;
}
.pro-list a div h4{
	font-size: 17px;
	color: #333;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-list a div p{
	font-size: 13px;
	color: #666;
	margin-top: 13px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.juanzeng{
	display: block;
	width: 230px;
	line-height: 46px;
	margin: 30px auto 0;
	font-size: 14px;
	color: #fff;
	background-color: #f47117;
	text-align: center;
	border-radius: 5px;
}

/* 慈善工艺 */
.gy-list li{
	float: left;
	width: 300px;
	margin-right: 25px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.gy-list li i{
	display: block;
	overflow: hidden;
}
.gy-list li img{
	width: 100%;
	height: 215px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.gy-list li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.gy-list li div{
	height: 100px;
	padding: 0 15px;
	overflow: hidden;
}
.gy-list li div h4{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 5px;
}
.gy-list li div p{
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gy-list li div p em{
	font-weight: bold;
	color: #e30016;
}
.gy-list li:nth-child(3n){
	margin-right: 0;
}