@charset "utf-8";

/*css reset*/



.fl {
	float: left;
}

.fr {
	float: right;
}

.abso {
	position: absolute;
}


/*css reset*/

.homeContainer {
	margin: 0 auto;
	box-sizing: border-box;
}

.posRealive {
	position: relative;
	z-index: 3;
}

.innerContainer {
	overflow: hidden;
	background-color: #fff;
}

.industryContainer {
	background: #fff url("innerBg.jpg") no-repeat center bottom/contain;
}

@media only screen and (max-width:767px) {

	.innerContainer {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.homeContainer {
		width: 750px
	}
		.container{
		width: 750px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
	.homeContainer {
		width: 970px
	}
	.container{
		width: 970px;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
	.homeContainer {
		width: 1200px;
	}
	.container{
		width: 1200px;
	}
}

@media only screen and (min-width: 1600px) {
	.homeContainer {
		width: 1300px
	}
}







/*news*/

.wrap {
	width: 100%;
	padding: 50px 0;
	background-color:#FAFAFB;
}

.homeNewsBox {
	    border: 1px #e8e8e8 solid;
	background-color: #fff;
	position: relative;
	z-index: 9;
	animation-duration: 0.8s;
}


/*newsLeft*/

.newsLeftTab {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.newsLeftTab .hd li {
	float: left;
	cursor: pointer;
	margin-right: 35px;
	padding-top: 28px;
	color: #565656;
	font-size: 20px;
	line-height: 44px;
	position: relative;
}

.newsLeftTab .hd li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.newsLeftTab .hd li.on:before {
	background-color: #BA251D;
}

.newsLeftTab .hd li.on a {
	color: #BA251D;
}

.newsLeftTab dt {
	float: left;
}

.newsLeftTab dd {
	float: right;
}

.enliteNews {
	padding: 5px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.enliteNews  dl{
	    margin-bottom: 0px;
}

.enliteNews dt {
	width: 191px;
	height: 128px;
	margin-top:10px;
}

.enliteNews dt img {
	width: 100%;
	height: 100%;
}

.enliteNews dd time {
	float: right;
	font-size:14px;
	font-family: "mont";
	color: #0052a5;
}

.enliteNews dd h3 {
	font-size: 16px;
	line-height: 38px;
	color: #313131;
	margin-top: 8px;
}

.enliteNews dd h3 span {
	float: left;
}

.enliteNews dl:hover h3 {
	color: #BA251D;
}

.enliteNews dd p {
	font-size: 14px;
	line-height: 29px;
	color: #8b8b8b;
}

.enliteNews dd p i {
	font-style: normal;
}

.enliteNews dd p label {
	color:#BA251D;
}

.normalNews {
	padding-top: 8px;
}

.normalNews dl {
	font-size: 14px;
	line-height: 32px;
	width: 100%;
}

.normalNews dt {
	color: #565656;
	padding-left: 16px;
	background: url("dot.jpg") no-repeat left center;
}

.normalNews dl:hover dt {
	color: #BA251D;
}

.normalNews dd {
	color: #a3a3a3;
	font-family: "mont";
}


/*newsLeft*/


/*video*/

.homeVideo {
	padding-top: 30px;
}

.homeVideo img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.homeVideo figure {
	position: relative;
	height: 305px;
}

.homeVideo figure:before,
.homeVideo figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.homeVideo figure:before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.46);
}

.homeVideo figure:after {
	width: 45px;
	height: 45px;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	background: url("videoIcon.png") no-repeat;
	background-size: 100% 100%;
}


/*video*/

@media only screen and (max-width:767px) {
	.homeNewsBox {
		    margin: -10px 10px 0;
    padding: 10px;
	}
	.newsLeftTab {
		width: 100%;
	}
	.enliteNews dd {
		width: calc(100% - 160px);
	}
	.newsLeftTab .hd li {
		    font-size: 16px;
    line-height: 20px;
    margin-right: 16px;
    padding-top: 16px;
	}
	.newsLeftTab .hd li:before {
		height: 3px;
	}
	.enliteNews dt {
		width: 150px;
    height: 100px;
	}
	.enliteNews dd time {
		display: none;
	}
	.enliteNews dd h3 {
		    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
	}
	.enliteNews dd p {
	    font-size: 13px;
    line-height: 26px;
	}
	.normalNews dl {
		font-size: 13px;
		line-height:13px;
	}
	.normalNews dt {
		padding-left: 0.16rem;
		background-size: 0.08rem 0.08rem;
	}
	.homeVideo {
		width: 100%;
		padding-top: 0.18rem;
	}
	.homeVideo figure {
		height: 3.6rem;
	}
	.homeVideo figure:after {
		width: 0.45rem;
		height: 0.45rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.homeNewsBox {
		padding: 0 30px 35px;
	}
	.newsLeftTab {
		width: 100%;
	}
	.homeVideo {
		width: 100%;
	}
	.homeVideo {
		padding-top: 24px;
	}
	.enliteNews dd {
		width: calc(100% - 216px);
	}
	.normalNews dl {
		height: 32px;
		overflow: hidden;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
	.homeNewsBox {
		padding: 0 25px 20px;
	}
	.newsLeftTab,
	.homeVideo {
		width: 100%;
	}
	.normalNews dl {
		height: 28px;
		overflow: hidden;
	}
	.newsLeftTab .hd li {
		padding-top: 15px;
	}
	.enliteNews {
		padding-top: 10px;
	}
	.enliteNews dd p {
		height: 29px;
	}
	.enliteNews dd {
		width: 710px;
	}
	.homeVideo {
		padding-top: 25px;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
	.homeNewsBox {
		padding: 0 35px 25px;
	}
	.newsLeftTab {
		width: 530px;
	}
	.enliteNews dd {
		width: 258px;
	}
	.homeVideo {
		width: 550px;
	}
	.homeVideo img {
		height: 316px;
	}
	.homeVideo {
		padding-top: 82px;
	}
}

@media only screen and (min-width: 1600px) {
	.homeNewsBox {
		padding: 0 50px 25px;
	}
	.newsLeftTab {
		width: 49.2%;
	}
	.enliteNews dd {
		width: 370px;
	}
	.homeVideo {
		width: 47.8%;
	}
	.homeVideo img {
		height: auto;
	}
	
}


/*news*/


/*services*/

.homeServicesBox {
	position: relative;
}

.homeServicesTitle {
	position: absolute;
	width: 25%;
	right: 2em;
	top: 2.87em;
	text-align: right;
	z-index: 9;
}

.homeServicesTitle h3 {
	font-size: 20px;
	line-height: 34px;
	color: #fff;
}

.homeServicesTitle p {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
	font-family: "pingfang";
	color: #fff;
}

.homeServicesList li {
	width: 20%;
	height: 150px;
	float: left;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	background-size: 100% 100%;
}

.homeServicesList li:nth-child(1) {
	background: url("../images/bj1.jpg") no-repeat center/cover;

}

.homeServicesList li:nth-child(2) {
	background: url("../images/bj2.jpg") no-repeat center/cover;
	
}

.homeServicesList li:nth-child(3) {
	background: url("../images/bj3.jpg") no-repeat center/cover;

}

.homeServicesList li:nth-child(4) {
	background: url("../images/bj4.jpg") no-repeat center/cover;
	
}
.homeServicesList li:nth-child(5) {
	background: url("../images/bj5.jpg") no-repeat center/cover;

}
.homeServicesList li figcaption {
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	padding: 0 2em;
	top: 56%;
	transform: translate(0, -50%);
}

.homeServicesList li i {
	display: block;
	min-height: 43px;
	margin: 0 auto;
	position: relative;
}

@keyframes iconUp {
	0%,
	50%,
	100% {
		transform: translateY(0);
	}
	25%,
	75% {
		transform: translateY(-10px);
	}
}

.homeServicesList li:hover i {
	animation: iconUp 1s ease-out;
}

.homeServicesList li img {
	max-width: 43px;
	max-height: 43px;
	width: auto;
	height: auto;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.homeServicesList li h3 {
	font-size: 18px;
	line-height: 55px;
	color: #fff;
	margin-top: 8px;
	font-weight: normal;
}

.homeServicesList li p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-align: left;
}

@media only screen and (max-width:767px) {
	.homeServicesList {
		margin-top: 0.15rem;
	}
	.homeServicesList li {
		width: 49.5%;
		height: 4.5rem;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.homeServicesList li:nth-child(even) {
		margin-right: 0;
	}
	.homeServicesTitle {
		width: 100%;
		position: static;
		text-align: center;
	}
	.homeServicesTitle h3 {
		font-size: 0.28rem;
		line-height: 0.42rem;
		padding-top: 0.2rem;
	}
	.homeServicesTitle p {
		font-size: 0.24rem;
		line-height: 0.36rem;
	}
	.homeServicesList li i {
		min-height: 0.43rem;
	}
	.homeServicesList li h3 {
		margin-top: 0.08rem;
		font-size: 0.26rem;
		line-height: 0.55rem;
	}
	.homeServicesList li img {
		max-width: 0.43rem;
		max-height: 0.43rem;
	}
	.homeServicesList li p {
		font-size: 0.22rem;
		line-height: 0.36rem;
	}
	.homeServicesList li figcaption {
		padding: 0 0.2rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.homeServicesList li {
		width: 50%;
	}
	.homeServicesTitle {
		width: 50%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
	.homeServicesList li {
		height: 303px;
	}
	.homeServicesTitle {
		top: 1em;
		right: 1.2em;
	}
	.homeServicesTitle h3 {
		font-size: 16px;
	}
	.homeServicesTitle p {
		font-size: 16px;
		line-height: 20px;
	}
	.homeServicesList li figcaption {
		padding: 0 1.2em;
		top: 56%;
	}
	.homeServicesList li i {
		min-height: 37px;
	}
	.homeServicesList li img {
		max-width: 37px;
		max-height: 37px;
	}
	.homeServicesList li h3 {
		line-height: 40px;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
	.homeServicesList li {
		height: 375px;
	}
	.homeServicesList li p {
		font-size: 13px;
	}
	.homeServicesList li figcaption {
		padding: 0 1.6em;
		top: 58%;
	}
	.homeServicesTitle {
		top: 2em;
		right: 1.6em;
	}
	.homeServicesTitle h3 {
		font-size: 18px;
	}
	.homeServicesTitle p {
		font-size: 20px
	}
}


/*services*/


/*business*/

.homeBusiness {
	position: relative;
	overflow: hidden;
}

.homeBusiness .hd li {
	font-size: 0;
	line-height: 0;
}

.homeBusiness .bd li {
	height: 512px;
}

.coreBusiness {
	position: absolute;
	background: rgba(242,242,242,0.9);
	width: 30%;
	box-sizing: border-box;
	padding: 20px 30px;
	top: 40px;
	right: 40px;
	bottom: 40px;
	margin: auto;
}

.coreBusiness h2 {
	font-size: 20px;
	line-height: 46px;
	color: #565656;
	margin-top:0px;
}

.coreBusiness h3 {
	font-size: 24px;
	line-height: 24px;
	color: #a9abac;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "pingfang";
	margin-top:0px;
}

.coreBusiness h4 {
	font-size: 18px;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
	color: #454545;
}

.coreBusiness h5 {
	font-size: 16px;
	line-height: 28px;
	color: #454545;
	padding-bottom: 8px;
}

.coreBusiness p {
	font-size: 14px;
	line-height: 27px;
	color: #707070;
	padding: 6px 0 8px;
	border-top: 1px dashed #bfbfbf;
	border-bottom: 1px dashed #bfbfbf;
}

.coreBusiness h6 {
	color: #313131;
	font-size: 14px;
	line-height: 37px;
	padding: 12px 0;
}

.coreBusiness strong {
	font-size: 30px;
	font-family: "mont";
	font-weight: normal;
	color: #0460be;
}

.coreBusiness i {
	color: #0460be;
	font-size: 14px;
	font-style: normal;
	margin-right: 14px;
}

.coreBusiness span {
	display: block;
	font-size: 14px;
	line-height: 42px;
	width: 136px;
	height: 42px;
	color: #666666;
	text-align: center;
	transition: all 0.3s;
	background-color: #dde5eb;
}

.coreBusiness:hover span {
	color: #fff;
	background-color: #3173c7;
}

.businessFocus .next {
	display: block;
	width: 54px;
	height: 54px;
	position: absolute;
	left: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	cursor: pointer;
	background: url("businessArrow.png") no-repeat center/cover;
}

@media only screen and (max-width: 1599px) {
	.homeBusiness .bd li {
		height: 428px;
	}
	.coreBusiness {
		padding: 15px 20px;
		top: 25px;
		right: 30px;
		bottom: 25px;
	}
	.coreBusiness h2 {
		font-size: 18px;
		line-height: 42px;
	}
	.coreBusiness h4 {
		line-height: 38px;
		height: 38px;
		overflow: hidden;
	}
	.coreBusiness p {
		font-size: 13px;
		line-height: 24px;
	}
	.coreBusiness h5 {
		font-size: 15px;
		line-height: 25px;
	}
	.coreBusiness h6 {
		font-size: 13px;
		line-height: 28px;
		padding: 8px 0;
	}
	.coreBusiness strong {
		font-size: 26px;
	}
	.coreBusiness h3 {
		font-size: 22px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 1299px) {
	.coreBusiness {
		width: 38%;
	}
	.coreBusiness span {
		line-height: 36px;
		width: 124px;
		height: 36px;
	}
}

@media only screen and (max-width: 991px) {
	.coreBusiness {
		right: 25px;
	}
	.businessFocus .next {
		left: 25px;
	}
	.coreBusiness {
		width: 46%;
	}
	.friendlyLink {
		margin: 0 auto;
	}
}

@media only screen and (max-width:767px) {
	.homeBusiness .bd li {
		height: 5.12rem;
	}
	.businessFocus .next {
		left: 0.45rem;
		width: 0.54rem;
		height: 0.54rem;
	}
	.coreBusiness {
		width: 54%;
		padding: 0.2rem;
		top: 0.2rem;
		right: 0.45rem;
		bottom: 0.2rem;
	}
	.coreBusiness h2 {
		font-size: 0.2rem;
		line-height: 0.46rem;
		color: #565656;
	}
	.coreBusiness h3 {
		font-size: 0.24rem;
		line-height: 0.24rem;
	}
	.coreBusiness h4 {
		font-size: 0.24rem;
		line-height: 0.44rem;
		height: 0.44rem;
		overflow: hidden;
	}
	.coreBusiness h5 {
		font-size: 0.18rem;
		line-height: 0.28rem;
		padding-bottom: 0.1rem;
	}
	.coreBusiness p {
		font-size: 0.16rem;
		line-height: 0.28rem;
		padding: 0.08rem 0 0.1rem;
	}
	.coreBusiness h6 {
		font-size: 0.16rem;
		line-height: 0.38rem;
		padding: 0.12rem 0;
	}
	.coreBusiness strong {
		font-size: 0.3rem;
	}
	.coreBusiness i {
		font-size: 0.14rem;
	}
	.coreBusiness span {
		font-size: 0.14rem;
		line-height: 0.42rem;
		width: 1.36rem;
		height: 0.42rem;
	}
}


/*business*/


/*culture*/

.homeCulture {
	height: 449px;
	position: relative;
}

.homeCulture dt {
	width: 38%;
	float: left;
	height: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
}

.cultureLeft {
	margin: 6em 3em 0;
	position: relative;
}

.cultureLeft:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 150%;
	left: 93px;
	top: 75px;
	background-color: #b3c9e2;
}

.cultureLeft h2 {
	font-size: 80px;
	line-height: 80px;
	color: #91bcea;
	font-family: "pingfang";
	text-transform: uppercase;
}

.cultureLeft h2 img {
	height: auto;
}

.cultureLeft h2 span {
	font-size: 150px;
	font-family: "arial";
	font-style: Black;
}

.cultureLeft h3 {
	font-size: 30px;
	line-height: 54px;
	color: #385d7d;
	font-family: "楷体";
	font-weight: 600;
	padding-left: 104px;
	position: relative;
}

.cultureLeft h3 span {
	font-family: "微软雅黑";
}

.cultureLeft h3:before {
	content: "";
	width: 3px;
	height: 21px;
	background: #3379bf;
	position: absolute;
	left: 92px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cultureLeft h3 span {
	font-size: 20px;
	line-height: 54px;
	color: #1a7ac0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.cultureLeft h4 {
	font-size: 10px;
	line-height: 28px;
	font-family: "pingfang";
	color: #385d7d;
	letter-spacing: 10px;
	padding-left: 104px;
	text-transform: uppercase;
	position: relative;
	border-top: 1px solid #b3c9e2;
}

.cultureLeft h4 img {
	position: absolute;
	left: 72px;
	top: 5px;
	height: auto;
}

.cultureLeft p {
	padding-left: 104px;
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
	color: #6c7996;
}

.homeCulture dd {
	width: 62%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.cultureRight {
	position: absolute;
	width: 65%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.cultureRight h3 {
	font-size: 18px;
	line-height: 44px;
	color: #385d7d;
	font-weight: normal;
}

.cultureRight h3 strong {
	font-size: 30px;
	color: #2f619f;
}

.cultureRight p {
	font-size: 14px;
	line-height: 28px;
	color: #6e767e;
}

@media only screen and (max-width: 1599px) {
	.homeCulture {
		height: 374px;
	}
	.cultureLeft:before {
		top: 55px;
	}
	.cultureLeft h2 {
		font-size: 58px;
		line-height: 58px;
	}
	.cultureLeft h3 {
		font-size: 26px;
		line-height: 48px;
	}
	.cultureLeft h3 span {
		font-size: 18px;
		line-height: 48px;
	}
	.cultureLeft h2 img {
		width: 30px;
	}
	.cultureLeft h4 img {
		width: 28px;
		left: 65px;
	}
	.cultureLeft h4 {
		letter-spacing: 7px;
	}
	.cultureLeft p {
		margin-top: 0;
		line-height: 24px;
	}
	.cultureRight h3 {
		font-size: 16px;
		line-height: 38px;
	}
	.cultureRight h3 strong {
		font-size: 26px;
	}
}

@media only screen and (max-width:1299px) {
	.homeCulture {
		height: 303px;
	}
	.cultureLeft {
		margin: 4.5em 2em 0;
	}
	.cultureLeft h2 {
		font-size: 46px;
		line-height: 46px;
	}
	.cultureLeft h3 {
		font-size: 20px;
		line-height: 42px;
		padding-left: 90px;
	}
	.cultureLeft h3 span {
		font-size: 16px;
		line-height: 42px;
	}
	.cultureLeft h3:before {
		left: 77px;
	}
	.cultureLeft:before {
		left: 78px;
		top: 36px;
	}
	.cultureLeft h2 img {
		width: 20px;
	}
	.cultureLeft h4 img {
		width: 17px;
		left: 61px;
	}
	.cultureLeft h4 {
		letter-spacing: 5px;
		padding-left: 90px;
	}
	.cultureLeft p {
		font-size: 12px;
		line-height: 22px;
		padding-left: 90px;
	}
	.cultureRight h3 {
		font-size: 16px;
		line-height: 36px;
	}
	.cultureRight h3 strong {
		font-size: 22px;
	}
	.cultureRight p {
		font-size: 12px;
		line-height: 24px;
	}
}

@media only screen and (max-width:991px) {
	.homeCulture dt,
	.homeCulture dd {
		width: 50%;
	}
	.cultureRight {
		width: 85%;
	}
	.cultureRight h3 strong {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.homeCulture {
		height: auto;
		margin: 0 0.2rem;
		box-sizing: border-box;
		padding: 0.3rem;
	}
	.homeCulture dl {
		background: rgba(255, 255, 255, 0.2);
		padding: 0.3rem;
	}
	.homeCulture dt,
	.homeCulture dd {
		width: 100%;
		height: auto;
		position: relative;
		float: left;
		background: none;
		box-sizing: border-box;
	}
	.cultureLeft {
		margin: 0rem;
	}
	.cultureLeft h2 {
		color: #a3c9ec;
		font-size: 0.85rem;
		line-height: 0.85rem;
	}
	.cultureLeft h3 {
		font-size: 0.36rem;
		line-height: 0.65rem;
		padding-left: 0rem;
	}
	.cultureLeft h3 span {
		font-size: 0.28rem;
		line-height: 0.65rem;
		position: static;
	}
	.cultureLeft:before,
	.cultureLeft h3:before,
	.cultureLeft h4 img {
		display: none;
	}
	.cultureLeft h2 img {
		width: 0.33rem;
	}
	.cultureLeft h4 img {
		width: 0.21rem;
		left: 1.12rem;
	}
	.cultureLeft h4 {
		letter-spacing: 3px;
		padding-left: 0rem;
	}
	.cultureLeft p {
		font-size: 0.22rem;
		line-height: 0.42rem;
		padding-left: 0rem;
	}
	.cultureRight {
		width: 100%;
		position: static;
		box-sizing: border-box;
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}
	.cultureRight h3 {
		font-size: 0.24rem;
		line-height: 0.58rem;
	}
	.cultureRight h3 strong {
		font-size: 0.28rem
	}
	.cultureRight p {
		font-size: 0.22rem;
		line-height: 0.38rem;
	}
}


/*culture*/


/*Charity*/

.homeCharity {

	box-sizing: border-box;
	position: relative;
	height:300px;
	margin:30px auto;
}

.charitySlide {
	width: 72%;
	float: left;
	position: relative;
	overflow: hidden;
}

.charitySlide dt {
	width: 60%;
	height: 376px;
	float: left;
}

.charitySlide dt img {
	width: 100%;
	transition: all 0.3s;
}

.charitySlide dd {
	width: 40%;
	float: right;
	padding: 0 30px;
	margin-top: 70px;
	box-sizing: border-box;
	position: relative;
}

.charitySlide dd h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 50px;
	color: #434343;
}

.charitySlide dd i {
	display: block;
	width: 43px;
	height: 1px;
	background-color: #858585;
}

.charitySlide dd p {
	margin-top: 24px;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 25px;
}

.charitySlide dd time {
	font-size: 20px;
	margin-top: 20px;
	font-family: "mont";
	display: block;
	color: #535353;
}

.charitySlide .hd {
	width: 40%;
	right: 0;
	bottom: 35px;
	font-size: 0;
	text-align: center;
	position: absolute;
}

.charitySlide .hd li {
	width: 22px;
	height: 4px;
	margin: 0 2px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	display: inline-block;
	background-color: #a1a1a1;
}

.charitySlide .hd li.on {
	background-color: #BA251D;
}

.coreCharity {
	width: 28%;
	height: 100%;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
	padding: 50px 45px;
	text-align: right;
	background: rgba(229,229,229,1);
}

.coreCharity h2 {
	color: #BA251D;
	font-size: 20px;
	line-height: 34px;
	    margin-top: -9px;
}

.coreCharity h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	font-family: "pingfang";
	text-transform: uppercase;
	color: #BA251D;
	margin-top:10px;
}


.coreCharity h4 {
	font-size: 24px;
	line-height: 125px;
	color: #454545;
	font-weight: normal;
}

.coreCharity p {
	font-size: 14px;
	line-height: 24px;
	color: #605d5d;
}

@media only screen and (max-width: 1599px) {
	.charitySlide {
		width: 67%;
	}
	.coreCharity {
		width: 33%;
		padding: 45px 25px;
	}
	.charitySlide dt {
		height: 291px;
	}
	.charitySlide dd {
		padding: 0 25px;
		margin-top: 25px;
	}
	.charitySlide .hd {
		bottom: 20px;
	}
}

@media only screen and (max-width: 1299px) {
	.homeCharity {
		padding-top: 35px;
	}
	.charitySlide {
		width: 67%;
	}
	.coreCharity {
		width: 33%;
	}
	.charitySlide dt,
	.charitySlide dd {
		width: 50%;
	}
	.charitySlide dt {
		height: 196px;
	}
	.charitySlide dd h3 {
		font-size: 16px;
		line-height: 32px;
	}
	.charitySlide dd p {
		margin-top: 10px;
	}
	.charitySlide dd {
		margin-top: 0;
	}
	.charitySlide .hd {
		width: 50%;
	}
	.charitySlide dd time {
		font-size: 18px;
	}
	.charitySlide .hd {
		bottom: 15px;
	}
	.coreCharity h2 {
		font-size: 18px;
		line-height: 32px;
	}
	.coreCharity h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.coreCharity h4 {
		font-size: 20px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 991px) {
	.charitySlide {
		width: 100%;
	}
	.coreCharity {
		width: 100%;
		position: static;
		background: none;
		text-align: left;
		padding: 25px;
	}
	.charitySlide dt {
		height: 226px;
	}
	.coreCharity p {
		width: 56%;
	}
	.charitySlide dd h3 {
		line-height: 42px;
	}
}

@media only screen and (max-width:767px) {
	.homeCharity {
		margin: -10px 10px 0;
	}
	.charitySlide dt {
		height: 2.02rem;
	}
	.charitySlide dd {
		padding: 0 0.25rem;
	}
	.charitySlide dd h3 {
		font-size: 0.26rem;
		line-height: 0.42rem;
	}
	.charitySlide dd i {
		width: 0.43rem;
	}
	.charitySlide dd time {
		font-size: 0.26rem;
		margin-top: 0.15rem;
	}
	.charitySlide dd p {
		font-size: 0.2rem;
		line-height: 0.36rem;
		margin-top: 0.15rem;
	}
	.coreCharity {
		padding: 0.25rem;
	}
	.coreCharity p {
		width: 88%;
	}
	.coreCharity h2 {
		font-size: 0.26rem;
		line-height: 0.36rem;
	}
	.coreCharity h3 {
		font-size: 0.24rem;
		line-height: 0.32rem;
	}
	.coreCharity h4 {
		font-size: 0.24rem;
		line-height: 0.48rem;
	}
	.coreCharity p {
		font-size: 0.22rem;
		line-height: 0.36rem;
	}
	.charitySlide .hd {
		bottom: 0rem;
	}
	.charitySlide .hd li {
		width: 0.22rem;
		height: 0.04rem;
	}
}


/*Charity*/



/********友情链接*********/
.youqing{
	margin-top:20px;
}
.cygz{
	    display: inline-block;
    width: auto;
    height: inherit;
    background-color: #BA251D;
    padding-left: 15px;
    padding-right: 15px;
   
    vertical-align: bottom;
    white-space: nowrap;
	width:100%;
}
.cygz span:nth-child(1){
	display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: 800;
    font-size: 18px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.cygz11{
	    display: inline-block;
    width: auto;
    height: inherit;
    background-color: #BA251D;
    padding-left: 15px;
    padding-right: 15px;
   
    vertical-align: bottom;
    white-space: nowrap;
	width:100%;
	margin-bottom:2em;
}
.cygz11 span:nth-child(1){
	display: inline-block;
    vertical-align: middle;
    line-height: 40px!important;
    color: rgba(255,255,255,1)!important;
    font-weight: 800;
    font-size: 18px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.syjpyw1{
	    margin-left: 10px;
    font-size: 14px;
    font-family: 'Times New Roman';
   color:#fff!important;
    height: 14px;
    line-height: 14px;
	border-left: 2px solid #fff;
	position:relative;
	top:2px;
	padding-left:10px;
}
.youqingnr{
	background:#fff;
	padding-left: 15px;
    padding-right: 15px;
	padding-top:10px;
	padding-bottom:10px;
	
}
.youqingnr1{
	height:140px;
	border:1px #f1f1f1 solid;
}
.youqingnr2{
	height:65px;
}
.youqingnr span{
	padding-right:15px;
	line-height:30px;
}
.zfgw{
	    display: inline-block;
    width: auto;
    height: inherit;
    background-color: #BA251D;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
	width:100%;
}
.zfgw span{
	display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cygzdiv{
	    width: 25%;
    float: left;
	height:30px;
	line-height:30px;
}
.cygzdiv a:hover{
	color:#BA251D;
}

/*********首页关于我们********/

.syaoutimg{
	float:left;
	width:38%;
}
.syaboutwz{
	    float: right;
    width: 58%;
    padding-right: 20px;
}
.syabout span{
	    display: block;
    font-size: 14px;
    line-height: 42px;
    width: 136px;
    height: 42px;
    color: #666666;
    text-align: center;
    transition: all 0.3s;
       border: 1px solid #AFB0B2;
}
.syabout span:hover{
	background-color: #BA251D;
	color:#fff;
}
.syaboutwz h3{
	color:#BA251D;
	padding-top:30px ;
	font-size:20px;
}
.syaboutwz h4{
	color:#fff;
	    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
	font-family:"pingfang";
    text-transform: uppercase;
    color: #BA251D;
}
.syaboutwz p{
	text-indent:2em;
	padding:10px 0;

}

.syjpyw{
	    margin-left: 10px;
    font-size: 14px;
    font-family: 'Times New Roman';
   color:#fff;
    height: 14px;
    line-height: 14px;
	border-left: 2px solid #fff;
	position:relative;
	top:2px;
	padding-left:10px;
}
.gengduo{
	float: right;
    color: #fff;
    position: relative;
    top: 10px;
}
.gengduo a{
	color:#fff;
}
