/*全局样式*/

* { margin:0; padding: 0;}

li { list-style: none;}

a{ text-decoration: none;}

.cleared:after{

	content:'';

	clear:both;

	display:block;

	width:100%;

	height:0;

	visibility:hidden;

	overflow:hidden;

}

.index-lxfs { width: 100%; background: #333333; padding-bottom: 20px;}
.index-lxfs .title { color: #CCC; text-align: center; padding-top: 30px;}
.index-lxfs .lx-fs { width: 1180px; margin: auto; }
.index-lxfs .lx-fs .lx { width: 100%; display: flex; justify-content:space-between; margin: 50px 0; padding-bottom: 10px;}
.index-lxfs .lx-fs .lx .box { width: 33.333%; border-right: dashed 1px #606060;}
.index-lxfs .lx-fs .lx .box:last-child { border: none;}
.index-lxfs .lx-fs .lx .box .img { width: 45%; margin: auto;}
.index-lxfs .lx-fs .lx .box .img img { width: 100%; margin: auto;}
.index-lxfs .lx-fs .lx .box p { text-align: center; color: #CCC; font-size: 14px; padding-top: 8px;}
.index-lxfs .lx-fs .lx .box:nth-child(2) .img { width: 40%; }
.index-lxfs .lx-fs .lx .box:nth-child(2) p a { font-size: 20px; color: #CCC; font-weight: bold;}
.index-lxfs .anniu { width: 110px; height: 40px; line-height: 40px; line-height: 40px; background: #F00; border-radius: 5px; color: #FFF; margin:0 auto 20px; text-align: center;}
.index-lxfs .anniu a { color: #fff;}

@media only screen and (max-width:767px) {
.index-lxfs .lx-fs { width: 94%; margin: auto;}
.index-lxfs .lx-fs .lx { width: 100%; display: flex; justify-content:space-between; flex-wrap:wrap; margin: 50px 0; padding-bottom: 10px;}
.index-lxfs .lx-fs .lx .box { width: 100%; border: none; padding-bottom: 30px; padding-top: 30px; border-bottom: dashed 1px #606060;}
{