@CHARSET "UTF-8";
body {
	font-family: arial,"Simsun","Helvetica";
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
	color: #272727;
}

.header img { width: 100%; }

.row-fst {
	padding-top: 55px;
}
.row-fst img {
	margin-right: 40px;
}
.row-fst p.title {
	font-family: "MicroSoft YaHei","Helvetica";
	font-size: 26px;
	line-height: 26px;
	text-align: left!important;
}
.row-fst ul {
	list-style: none;
}
.row-fst ul>li {
	font-size: 14px;
	line-height: 36px;
	padding-left: 272px;
	position: relative;
}
.row-fst ul>li:before {
	content: "";
	background: url(../images/t-point.png) no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 11px;
	left: 249px;
}
@media screen and (max-width: 767px) {
	.row-fst { padding-top: 30px; }
	.row-fst img {
		display: block;
		float: none!important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		width: 60%;
	}
	.row-fst p.title { 
		margin-bottom: 20px; 
		text-align: center!important;
	}
	.row-fst ul { padding-left: 0;}
	.row-fst ul>li { padding-left: 23px;}
	.row-fst ul>li:before { left: 0px; }
}

.row-sec, .row-tri, .row-foth { padding-top: 100px; }
.row div.title { margin-bottom: 70px; }

@media screen and (min-width: 768px) {
	.row .item+.item {
		border-left: 1px solid #afafaf;
	}
}
.row .item img { 
	width: 62%;
	margin-bottom: 30px;
}
.row p.title {
	font-family: "MicroSoft YaHei","Helvetica";
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}
.row-tri p.title { color: #c8131b;}
.row p.text {
	padding: 0 25px;
	font-size: 14px;
	line-height: 32px;
}
.row-tri p.text { margin-bottom: 0;}
.row .tp-btn {
	background: url(../images/tp.png) no-repeat;
	width: 142px;
	height: 50px;
	margin-top: 30px;
}

@media screen and (min-width: 1200px) {
	.row-sec p.text { height: 160px;}
	.row-tri p.text { height: 96px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.row p.title { font-size: 16px; }
	.row p.text { padding: 0 20px; }
	.row-sec p.text { height: 224px;}
	.row-tri p.text { height: 96px;}
}

@media screen and (max-width: 991px) {
	.row .item img { width: auto; }
	.row .item+.item { margin-top: 60px; }
}

.row-foth ul {
	padding: 20px 10px;
	background-color: #f5f0f0;
}
.row-foth ul>li {
	float: left;
	width: 25%;
	padding: 0 10px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.row-foth ul { padding-bottom: 0; }
	.row-foth ul>li { 
		width: 50%; 
		margin-bottom: 20px;
	}
	.row-foth ul>li img { width: 100%;}
}
@media screen and (max-width: 767px) {
	.row-foth ul { padding-bottom: 0; }
	.row-foth ul>li { 
		width: 100%; 
		margin-bottom: 20px;
	}
}

.footer {
	padding-top: 20px;
	padding-bottom: 45px;
}
.footer p {
	text-align: center;
	font-size: 12px;
}
.footer p a {
	text-decoration: none;
	color: #272727;
}