body {
	background-image: url(../img/product.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.product1 {
	width: 100%;
	overflow: hidden;
	margin: 162px 0 0;
}
.product1-top {
	width: 100%;
	overflow: hidden;
	padding: 0 0 18px;
	border-bottom: 1px solid rgba(239,239,239,0.5);
}
.product1-top h2 {
	float: left;
	line-height: 55px;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: lighter;
}
.product1-top h2 strong {
	font-weight: bold;
}
.product1-top p {
	float: right;
	color: #d0d0d0;
	line-height: 22px;
	margin: 33px 0 0;
}
.product1 .product1-menu {
	width: 900px;
	height: 68px;
	margin: 72px auto 0;
}
.product1-menu a {
	display: block;
	width: 150px;
	height: 54px;
	line-height: 54px;
	margin: 14px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	position: relative;
	text-align: center;
	transition: all 0.5s;
}
.product1-menu a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	transform: skewX(-30deg);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.product1-menu a:first-of-type:before {
	border-left: 1px solid #FFFFFF;
}
.product1-menu a span {
	position: relative;
	z-index: 2;
}
.product1-menu a:hover {
	color: #d1121b;
}
.product1-menu a.active {
	color: #FFFFFF;
	margin: 0;
	height: 68px;
	line-height: 68px;
	font-size: 20px;
	font-weight: bold;
}
.product1-menu a.active:before {
	border-color: #d1121b !important;
	background-color: #d1121b;
	left: 3px;
}
.product2 {
	width: 100%;
	padding: 70px 0 50px;
	overflow: hidden;
}
.product2 a {
	display: block;
	width: -moz-calc(25% - 16.5px);
	width: -webkit-calc(25% - 16.5px);
	width: calc(25% - 16.5px);
	border: 1px solid #e6e6e6;
	background-color: #FFFFFF;
	overflow: hidden;
	float: left;
}
.product2 a:nth-of-type(4n+1),.product2 a:nth-of-type(4n+2),.product2 a:nth-of-type(4n+3) {
	margin: 0 22px 50px 0;
}
.product2 a:nth-of-type(4n) {
	margin: 0 0 50px;
}
.product2 .list-img {
	width: 100%;
	overflow: hidden;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.product2 .list-txt {
	width: 100%;
	padding: 0 15px;
	margin: 0 0 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.list-txt:before {
	content: '';
	display: block;
	width: 28px;
	height: 1px;
	overflow: hidden;
	background-color: #cfcfcf;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -14px;
}
.list-txt h4 {
	width: 100%;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	color: #333333;
}
.list-txt span {
	display: block;
	width: 180px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666666;
	position: relative;
	margin: 33px auto 0;
	transition: all 0.5s;
}
.list-txt span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #dadada;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: skewX(-30deg);
	transition: all 0.5s;
}
.list-txt span em {
	position: relative;
	z-index: 1;
}
.product2 a:hover .list-img img {
	transform: scale(1.1);
}
.product2 a:hover .list-txt span {
	color: #FFFFFF;
}
.product2 a:hover .list-txt span:before {
	background-color: #d1121b;
}
@media only screen and (max-width: 991px) {
	body {
		background-image: url(../img/products.jpg);
		background-size: 100%;
	}
	.product1 {
		margin: 170px 0 0;
	}
	.product1-top p {
		display: none;
	}
	.product1 .product1-menu {
		width: 484px;
		height: 116px;
		margin: 80px auto 0;
	}
	.product1-menu a {
		width: 150px;
		height: 58px;
		line-height: 58px;
		margin: 0;
		font-size: 20px;
	}
	.product1-menu a:first-of-type {
		margin-left: 34px;
	}
	.product1-menu a.active {
		font-size: 22px;
		height: 58px;
		line-height: 43px;
	}
	.product1-menu a.active:before {
		height: 73px;
		left: 4px;
	}
	.product1-menu a:nth-of-type(4):before {
		border-top: none;
		border-left: 1px solid #FFFFFF;
	}
	.product1-menu a:nth-of-type(5):before,.product1-menu a:nth-of-type(6):before {
		border-top: none;
	}
	.product2 {
		padding: 85px 0 30px;
	}
	.product2 a {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.product2 a:nth-of-type(2n+1) {
		margin: 0 20px 30px 0;
	}
	.product2 a:nth-of-type(2n) {
		margin: 0 0 30px;
	}
	.product2 .list-txt {
		margin: 0 0 30px;
	}
	.list-txt:before {
		width: 26px;
		top: 37px;
		margin-left: -13px;
	}
	.list-txt h4 {
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	.list-txt span {
		width: 170px;
		margin: 30px auto 0;
	}
}
@media only screen and (max-width: 750px) {
	.product1 {
		margin: 90px 0 0;
	}
	.product1-top h2 {
		line-height: 40px;
		font-size: 36px;
	}
	.product1 .product1-menu {
		width: 320px;
		height: 70px;
		margin: 40px auto 0;
	}
	.product1-menu a {
		width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.product1-menu a:first-of-type {
		margin-left: 20px;
	}
	.product1-menu a.active {
		font-size: 14px;
		height: 35px;
		line-height: 25px;
	}
	.product1-menu a.active:before {
		height: 45px;
	}
	.product2 {
		padding: 35px 0 20px;
	}
	.product2 a {
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
		width: calc(50% - 7px);
	}
	.product2 a:nth-of-type(2n+1) {
		margin: 0 14px 20px 0;
	}
	.product2 a:nth-of-type(2n) {
		margin: 0 0 20px;
	}
	.product2 .list-txt {
		margin: 0 0 15px;
	}
	.list-txt:before {
		width: 20px;
		top: 28px;
		margin-left: -10px;
	}
	.list-txt h4 {
		height: 20px;
		font-size: 15px;
		line-height: 20px;
	}
	.list-txt span {
		width: 100px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		margin: 20px auto 0;
	}
}
@media only screen and (min-width: 992px) {
	body {
		background-size: 1200px;
	}
	.product1 {
		margin: 120px 0 0;
	}
	.product1-top h2 {
		line-height: 40px;
		font-size: 36px;
	}
	.product1-top p {
		line-height: 20px;
		margin: 20px 0 0;
	}
	.product1 .product1-menu {
		width: 720px;
		height: 55px;
		margin: 50px auto 0;
	}
	.product1-menu a {
		width: 120px;
		height: 45px;
		line-height: 45px;
		margin: 10px 0 0;
		font-size: 14px;
	}
	.product1-menu a.active {
		height: 55px;
		line-height: 55px;
		font-size: 16px;
	}
	.product2 {
		padding: 45px 0 35px;
	}
	.product2 a:nth-of-type(4n+1),.product2 a:nth-of-type(4n+2),.product2 a:nth-of-type(4n+3) {
		margin: 0 22px 35px 0;
	}
	.product2 a:nth-of-type(4n) {
		margin: 0 0 35px;
	}
	.product2 .list-txt {
		margin: 0 0 20px;
	}
	.list-txt:before {
	    top: 30px;
	}
	.list-txt h4 {
		height: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	.list-txt span {
		width: 130px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 25px auto 0;
	}
}
@media only screen and (min-width: 1200px) {
	body {
		background-size: 1450px;
	}
	.product1 {
		margin: 135px 0 0;
	}
	.product1-top h2 {
		line-height: 45px;
		font-size: 40px;
	}
	.product1-top p {
		margin: 25px 0 0;
	}
	.product1 .product1-menu {
		width: 810px;
		height: 65px;
		margin: 60px auto 0;
	}
	.product1-menu a {
		width: 135px;
		height: 50px;
		line-height: 50px;
		margin: 15px 0 0;
		font-size: 16px;
	}
	.product1-menu a.active {
		height: 65px;
		line-height: 65px;
		font-size: 18px;
	}
	.product2 {
		padding: 55px 0 40px;
	}
	.product2 a:nth-of-type(4n+1),.product2 a:nth-of-type(4n+2),.product2 a:nth-of-type(4n+3) {
		margin: 0 22px 40px 0;
	}
	.product2 a:nth-of-type(4n) {
		margin: 0 0 40px;
	}
	.product2 .list-txt {
		margin: 0 0 25px;
	}
	.list-txt:before {
	    top: 35px;
	}
	.list-txt h4 {
		height: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.list-txt span {
		width: 145px;
		font-size: 13px;
		height: 35px;
		line-height: 35px;
		margin: 30px auto 0;
	}
}
@media only screen and (min-width: 1450px) {
	body {
		background-size: 1920px;
	}
	.product1 {
		margin: 162px 0 0;
	}
	.product1-top h2 {
		line-height: 55px;
		font-size: 48px;
	}
	.product1-top p {
		line-height: 22px;
		margin: 33px 0 0;
	}
	.product1 .product1-menu {
		width: 900px;
		height: 68px;
		margin: 72px auto 0;
	}
	.product1-menu a {
		width: 150px;
		height: 54px;
		line-height: 54px;
		margin: 14px 0 0;
		font-size: 18px;
	}
	.product1-menu a.active {
		height: 68px;
		line-height: 68px;
		font-size: 20px;
	}
	.product2 {
		padding: 70px 0 50px;
	}
	.product2 a:nth-of-type(4n+1),.product2 a:nth-of-type(4n+2),.product2 a:nth-of-type(4n+3) {
		margin: 0 22px 50px 0;
	}
	.product2 a:nth-of-type(4n) {
		margin: 0 0 50px;
	}
	.product2 .list-txt {
		margin: 0 0 30px;
	}
	.list-txt:before {
	    top: 40px;
	}
	.list-txt h4 {
		height: 30px;
		font-size: 20px;
		line-height: 30px;
	}
	.list-txt span {
		width: 180px;
		font-size: 14px;
		margin: 33px auto 0;
	}
}
@media only screen and (min-width: 1921px) {
	body {
		background-size: 100%;
	}
}
/*产品详情*/
.product-valve {
	width: 100%;
	margin: 70px 0 0;
	padding: 45px 0 0;
	overflow: hidden;
	background-color: #FFFFFF;
}
.product-valve .valve-top {
	width: 100%;
	overflow: hidden;
}
.valve-top h2 {
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin: 10px 0 0;
	float: left;
}
.valve-top button {
	display: block;
	float: right;
	border: none;
	width: 70px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	text-align: left;
	color: #333333;
	background: url(../img/return.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.product-valve .valve-bottom {
	width: 1200px;
	max-width: 100%;
	overflow: hidden;
	margin: 45px auto 100px;
}
.valve-bottom .valve-img {
	width: 645px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -253px;
}
.valve-img .details-img {
	width: 506px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	position: relative;
	z-index: 2;
}
.details-img img {
	width: 100%;
	transition: all 0.5s;
}
.valve-img .details-img:hover img {
	transform: scale(1.1);
}
.valve-img .valve-button {
	width: 140px;
	height: 124px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.valve-button a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	position: relative;
	color: #FFFFFF;
	margin: 12px 0 0;
	padding-left: 25px;
}
.valve-button a span {
	position: relative;
	z-index: 1;
}
.valve-button a img {
	position: absolute;
	right: 40px;
	top: 21px;
	z-index: 1;
}
.valve-button a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #969696;
	position: absolute;
	left: -12px;
	top: 0px;
	transform: skewX(-25deg);
}
.valve-button a:last-of-type:before {
	background-color: #d1121b;
}
.details-menu {
	width: 100%;
	margin: 50px 0 0;
	padding: 0 0 0 19px;
	text-align: center;
	overflow: hidden;
}
.details-menu li {
	width: 180px;
	height: 60px;
	line-height: 60px;
	margin: 0 2px 0 0;
	color: #424141;
	font-weight: lighter;
	float: left;
	cursor: pointer;
	position: relative;
}
.details-menu li span {
	font-size: 20px;
	position: relative;
	z-index: 1;
}
.details-menu li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #e3e3e3;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: skewX(-30deg);
}
.details-menu li.active {
	color: #FFFFFF;
}
.details-menu li.active:before {
	background-color: #d1121b;
}
.details-txt {
	width: 100%;
	overflow: hidden;
}
.details-txt li {
	width: 100%;
	padding: 30px 45px;
	overflow: hidden;
	display: none;
	line-height: 35px;
	font-size: 18px;
	color: #989898;
}
.details-txt li.active {
	display: block;
}
.details-txt li:first-of-type p {
	padding-left: 20px;
	position: relative;
}
.details-txt li:first-of-type strong {
	color: #666666;
}
.details-txt li img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.product-valve {
		margin: 85px 0 0;
		padding: 45px 0 0;
	}
	.valve-top button {
		display: none;
	}
	.product-valve .valve-bottom {
		margin: 70px auto 30px;
		overflow: visible;
	}
	.valve-bottom .valve-img {
		width: 600px;
		margin-left: -253px;
	}
	.valve-img .details-img {
		width: 506px;
	}
	.valve-img .valve-button {
		width: 165px;
		height: 124px;
		overflow: hidden;
		z-index: 3;
	}
	.valve-button a {
		height: 50px;
		line-height: 50px;
		margin: 12px 0 0;
		font-size: 20px;
		padding-left: 25px;
	}
	.valve-button a img {
		right: 40px;
		top: 21px;
	}
	.details-menu {
		width: 584px;
		margin: 70px auto 0;
		padding: 0 19px;
	}
	.details-menu li {
		width: 180px;
		height: 60px;
		line-height: 60px;
		margin: 2px 2px 0 0;
	}
	.details-menu li:nth-of-type(4) {
		margin: 2px 2px 0 76px;
	}
	.details-menu li span {
		font-size: 20px;
	}
	.details-txt li {
		padding: 40px;
	}
}
@media only screen and (max-width: 750px) {
	.product-valve {
		margin: 45px 0 0;
		padding: 30px 0 0;
	}
	.valve-top h2 {
	    font-size: 28px;
	    line-height: 30px;
	    margin: 5px 0 0;
	}
	.product-valve .valve-bottom {
		margin: 30px auto 15px;
	}
	.valve-bottom .valve-img {
		width: 300px;
		margin-left: -130px;
	}
	.valve-img .details-img {
		width: 260px;
	}
	.valve-img .valve-button {
		width: 100px;
		height: 90px;
	}
	.valve-button a {
		height: 35px;
		line-height: 35px;
		margin: 10px 0 0;
		font-size: 14px;
		padding-left: 10px;
	}
	.valve-button a img {
		width: 4px;
		right: 23px;
		top: 14px;
	}
	.details-menu {
		width: 324px;
		margin: 35px auto 0;
		padding: 0 10px;
	}
	.details-menu li {
		width: 100px;
		height: 35px;
		line-height: 35px;
		margin: 2px 2px 0 0;
	}
	.details-menu li:nth-of-type(3) {
		margin: 2px 0 0;
	}
	.details-menu li:nth-of-type(4) {
		margin: 2px 2px 0 40px;
	}
	.details-menu li span {
		font-size: 14px;
	}
	.details-txt li {
		padding: 20px 10px;
		line-height: 25px;
		font-size: 14px;
	}
	.details-txt li:first-of-type p {
	    padding-left: 15px;
	}
}
@media only screen and (min-width: 992px) {
	.product-valve {
		margin: 70px 0 0;
		padding: 45px 0 0;
	}
	.valve-top h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 10px 0 0;
	}
	.product-valve .valve-bottom {
		margin: 35px auto 70px;
	}
	.valve-bottom .valve-img {
		width: 460px;
		margin-left: -178px;
	}
	.valve-img .details-img {
		width: 356px;
	}
	.valve-img .valve-button {
		width: 100px;
		height: 90px;
	}
	.valve-button a {
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		margin: 10px 0 0;
		padding-left: 5px;
	}
	.valve-button a img {
		width: 4px;
		right: 30px;
		top: 14px;
	}
	.details-menu {
		margin: 50px 0 0;
		padding: 0 0 0 19px;
	}
	.details-menu li {
		width: 130px;
		height: 45px;
		line-height: 45px;
	}
	.details-menu li span {
		font-size: 16px;
	}
	.details-txt li {
		padding: 20px 30px;
	}
	.details-txt li:first-of-type {
		line-height: 25px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
	.product-valve {
		margin: 70px 0 0;
		padding: 45px 0 0;
	}
	.valve-top h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 10px 0 0;
	}
	.product-valve .valve-bottom {
		margin: 40px auto 80px;
	}
	.valve-bottom .valve-img {
		width: 520px;
		margin-left: -203px;
	}
	.valve-img .details-img {
		width: 406px;
	}
	.valve-img .valve-button {
		width: 115px;
		height: 100px;
	}
	.valve-button a {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 15px;
	}
	.valve-button a img {
		right: 30px;
		top: 17px;
	}
	.details-menu {
		margin: 50px 0 0;
		padding: 0 0 0 19px;
	}
	.details-menu li {
		width: 145px;
		height: 50px;
		line-height: 50px;
	}
	.details-menu li span {
		font-size: 18px;
	}
	.details-txt li {
		padding: 25px 35px;
	}
	.details-txt li:first-of-type {
		line-height: 30px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 1450px) {
	.product-valve {
		margin: 70px 0 0;
		padding: 45px 0 0;
	}
	.valve-top h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 10px 0 0;
	}
	.product-valve .valve-bottom {
		margin: 45px auto 100px;
	}
	.valve-bottom .valve-img {
		width: 645px;
		margin-left: -253px;
	}
	.valve-img .details-img {
		width: 506px;
	}
	.valve-img .valve-button {
		width: 140px;
		height: 124px;
	}
	.valve-button a {
		height: 50px;
		line-height: 50px;
		margin: 12px 0 0;
		padding-left: 25px;
	}
	.valve-button a img {
		right: 40px;
		top: 21px;
	}
	.details-menu {
		margin: 50px 0 0;
		padding: 0 0 0 19px;
	}
	.details-menu li {
		width: 180px;
		height: 60px;
		line-height: 60px;
	}
	.details-menu li span {
		font-size: 20px;
	}
	.details-txt li {
		padding: 30px 45px;
	}
	.details-txt li:first-of-type {
		line-height: 35px;
		font-size: 18px;
	}
}
.valve-relevant {
	width: 100%;
	overflow: hidden;
}
.valve-relevant h2 {
	font-size: 36px;
	line-height: 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 45px;
}
.valve-relevant a {
	display: block;
	width: -moz-calc(25% - 16.5px);
	width: -webkit-calc(25% - 16.5px);
	width: calc(25% - 16.5px);
	border: 1px solid #e6e6e6;
	background-color: #FFFFFF;
	overflow: hidden;
	float: left;
}
.valve-relevant a:nth-of-type(1),.valve-relevant a:nth-of-type(2),.valve-relevant a:nth-of-type(3) {
	margin: 0 22px 50px 0;
}
.valve-relevant a:nth-of-type(4) {
	margin: 0 0 50px;
}
.valve-relevant .list-img {
	width: 100%;
	overflow: hidden;
}
.valve-relevant .list-txt {
	width: 100%;
	padding: 0 15px;
	margin: 0 0 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.valve-relevant a:hover .list-img img {
	transform: scale(1.1);
}
.valve-relevant a:hover .list-txt span {
	color: #FFFFFF;
}
.valve-relevant a:hover .list-txt span:before {
	background-color: #d1121b;
}
@media only screen and (max-width: 991px) {
	.valve-relevant a {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.valve-relevant a:nth-of-type(2n+1) {
		margin: 0 20px 30px 0;
	}
	.valve-relevant a:nth-of-type(2n) {
		margin: 0 0 30px;
	}
	.valve-relevant .list-txt {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 750px) {
	.valve-relevant h2 {
		font-size: 24px;
		line-height: 30px;
		padding: 0 0 15px;
		margin: 0 0 25px;
	}
	.valve-relevant a {
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
		width: calc(50% - 7px);
	}
	.valve-relevant a:nth-of-type(2n+1) {
		margin: 0 14px 20px 0;
	}
	.valve-relevant a:nth-of-type(2n) {
		margin: 0 0 20px;
	}
	.valve-relevant .list-txt {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 992px) {
	.valve-relevant h2 {
		padding: 0 0 20px;
		margin: 0 0 30px;
	}
	.valve-relevant a:nth-of-type(4n+1),.valve-relevant a:nth-of-type(4n+2),.valve-relevant a:nth-of-type(4n+3) {
		margin: 0 22px 35px 0;
	}
	.valve-relevant a:nth-of-type(4n) {
		margin: 0 0 35px;
	}
	.valve-relevant .list-txt {
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.valve-relevant h2 {
		padding: 0 0 30px;
		margin: 0 0 45px;
	}
	.valve-relevant a:nth-of-type(4n+1),.valve-relevant a:nth-of-type(4n+2),.valve-relevant a:nth-of-type(4n+3) {
		margin: 0 22px 40px 0;
	}
	.valve-relevant a:nth-of-type(4n) {
		margin: 0 0 40px;
	}
	.valve-relevant .list-txt {
		margin: 0 0 25px;
	}
}
@media only screen and (min-width: 1450px) {
	.valve-relevant a:nth-of-type(4n+1),.valve-relevant a:nth-of-type(4n+2),.valve-relevant a:nth-of-type(4n+3) {
		margin: 0 22px 50px 0;
	}
	.valve-relevant a:nth-of-type(4n) {
		margin: 0 0 50px;
	}
	.valve-relevant .list-txt {
		margin: 0 0 30px;
	}
}