<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.city-all {
	width: 1920px;
}

.nav-wrap {
	width: 1920px;
	padding-top: 13px;
	padding-bottom: 13px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: all 0.2s;
	z-index: 9;
	background-color: #15275D;
}

.scroll-down {
	background-color: #15275D;
}

.scroll-down .top-nav a {
	color: #ffffff;
}

.scroll-down .logo {
	background-image: url('../img/logo3.png');
	background-size: 153px 30px;
	background-repeat: no-repeat;
}

.navs {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.logo {
	width: 153px;
	height: 30px;
	background-image: url('../img/logo3.png');
	background-size: 153px 30px;
	background-repeat: no-repeat;
}

.logo1 {
	width: 86px;
	height: 59px;
	background-image: url('../img/ranlvlogo.png');
	background-size: 86px 59px;
	background-repeat: no-repeat;
	transform: scale(1.3);
	padding-left: 50px;
}

.top-nav {
	width: 830px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.top-nav a {
	font-size: 18.46px;
	color: #ffffff;
}

.banner {
	width: 1920px;
	/* padding-top: 475px; */
	height: 500px;
	background-image: url('../img/banner1.png');
	background-size: 1920px 500px;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}

.banner p {
	width: 852px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #3f3e3c;
	line-height: 30px;
	padding-top: 810px;
}

.banner {
	width: 1920px;
	height: 500px;
	position: relative;
	/* border: 1px solid red; */
	margin: 85px auto 0;
}

.banner .wrap {
	width: 100%;
}

.banner .wrap .item {
	width: 100%;
}

.item img {
	width: 1920px;
	height: 500px;
	vertical-align: top;
	position: absolute;
}

.div1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	cursor: pointer;
	width: 41px;
	height: 69px;
	font-size: 30px;
	line-height: 70px;
	text-align: center;
	color: #D6D8D4;
	background-color: rgba(0, 0, 0, 0.3);
}

.div2 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	cursor: pointer;
	width: 41px;
	height: 69px;
	font-size: 30px;
	line-height: 70px;
	text-align: center;
	color: #D6D8D4;
	background-color: rgba(0, 0, 0, 0.3);
}

.pagenation {
	position: absolute;
	/* border: 1px solid red; */
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	bottom: 40px;
}

.pagenation&gt;div {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: white;
	margin-right: 10px;
	cursor: pointer;
}

.pagenation&gt;div:last-child {
	margin-right: 0;
}


.mount {
	display: flex;
	align-items: center;
	height: 29px;
	font-size: 28px;
	font-weight: 700;
	color: #3F3E3C;
}

.mount img {
	margin: 0 14px;
}

.sub-title {
	font-size: 28px;
	color: #3f3e3c;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	letter-spacing: 0.42px;
}

.english-title {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #999999;
	line-height: 39px;
	letter-spacing: 2.07px;
	text-transform: uppercase;
}

.block-grey {
	width: 379px;
	height: 2px;
	background: #e7e7eb;
}

.block-blue {
	width: 134px;
	height: 5px;
	background: #71ee24;
	border-radius: 3px;
	margin-bottom: 20px;
}

.h4 {
	font-size: 20px;
	color: #3f3e3c;
	padding-top: 20px;
}





.area-main {
	width: 1181px;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-left: 77.5px;
	margin-right: 77.5px; */
}

.area {
	padding-top: 30px;
	width: 1920px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.area-tit {
	font-size: 24px;
	color: #232323;
	font-weight: 700;
	padding-top: 42px;
	width: 1181px;
}

.area-imgs {
	width: 1004px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 68px;
}

.area-imgs li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.orange {
	font-size: 18px;
	color: #3f3e3c;
	padding-top: 20px;
	padding-bottom: 3px;
	font-weight: bold;
}

.bb {
	font-size: 14px;
	color: #3f3e3c;
	font-weight: bold;
	padding-top: 12px;
}

.white {
	color: #ffffff;
}

.zczc {
	width: 1920px;
	height: 1052px;
	background-image: url('../img/arg-bg.png');
	background-size: 1920px 1350px;
	background-repeat: no-repeat;
	background-position: bottom center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
	padding-top: 40px;
	box-sizing: border-box;
}

.sub-title1 {
	font-size: 20px;
	color: #01fdfa;
}

/* .pt70 { padding-top: 70px; } */
.pt38 {
	padding-top: 38px;
}

.zczc-text1 {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.8em;
	width: 1181px;
}

.pt35 {
	padding-top: 35px;
}

.zc-list {
	width: 1181px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 84px;
}

.zc-item {
	width: 356px;
	height: 345px;
	background-color: #ffffff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.zc-blue {
	width: 100%;
	height: 120px;
	font-size: 18px;
	color: #ffffff;
	background-image: linear-gradient(to right, #4e4ee7, #006ffd);
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.8em;
	text-align: justify;
}

.zc-white {
	font-size: 14px;
	color: #3f3e3c;
	text-indent: 2em;
	line-height: 1.8em;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 16px;
	box-sizing: border-box;
	text-align: justify;
}

.case {
	padding-top: 42px;
	padding-bottom: 30px;
	width: 1920px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.case-list {
	width: 1181px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 37px;
}

.case-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 24px;
	margin-bottom: 24px;
	position: relative;
}

.case-item:nth-child(4n) {
	margin-right: 0;
}

.blue-back {
	width: 276px;
	height: 183px;
	background-color: #4d62de;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.8em;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	display: none;
}

.case-item:hover .blue-back {
	display: flex;
}

.case-desc {
	font-size: 14px;
	color: #272727;
	line-height: 1.5em;
	padding-top: 14px;
	text-align: center;
}

.xgzt {
	width: 1920px;
}

.ser-container {
	width: 1142px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.zt-list {
	width: 1142px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 34px;
}

.zt-li {
	width: 183px;
	height: 122px;
}

.footer {
	margin: 0 auto;
	width: 1920px;
	background-color: #454545;
}

/* #dhzt {
	margin-top: -230px;
} */

.ztdy-txt {
	width: 1188px;
	padding-bottom: 39px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #3f3e3c;
	line-height: 27px;
}

#zclh {
	width: 1920px;
	height: 421px;
	background: #f7f7f7;
	box-sizing: border-box;
	padding-top: 54px;
}

.zclh h3 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	letter-spacing: 0.55px;
	padding-bottom: 20px;
	line-height: 1;
}

.redflag {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.redflag div {
	width: 110px;
	height: 2px;
	background-color: #E82629;
}

.redflag span {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	line-height: 16px;
	letter-spacing: 1.22px;
	padding: 0 10px;
}

.redflag p {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #E82629;
	border-radius: 50%;
	margin: 0 12px;
}

.zclh&gt;p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #666666;
	line-height: 26px;
	letter-spacing: 0.34px;
	padding-bottom: 40px;
}

.zclh_flex {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.zclh_flex_item {
	width: 520px;
	margin-bottom: 15px;
}

.zclh_flex_item a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	color: #666666;
	line-height: 21px;
	letter-spacing: 0.98px;
}

.zclh_flex_item a:hover {
	color: #E82629;
}

.zclh_flex_item a span {
	width: 5px;
	height: 5px;
	background: #333333;
	margin-right: 10px;
	border-radius: 50%;
}

.more {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #e82326;
	line-height: 18px;
	letter-spacing: 0.5px;
	margin-top: 15px;
}

.more a {
	color: #e82326;

}

.jiazhi_flex {
	display: flex;
	width: 1200px;
	justify-content: space-between;
}

.jiazhi_flex_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.jiazhi_flex_item p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 28px;
	letter-spacing: 1.94px;
}

.duixiang_flex {
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

.duixiang_flex_item {
	background-repeat: no-repeat;
	background-size: 110px 110px;
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.duixiang_flex_item div {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333333;
	line-height: 21px;
	letter-spacing: 0.29px;
	text-align: center;
}


.fwts_felx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 1200px;
	margin-top: 23px;
}

.fwts_felx_item {
	width: 288px;
	height: 129px;
	background: #ffffff;
	box-shadow: 3.23px 8.4px 20.16px 0.36px rgba(3, 0, 56, 0.14);
	margin-right: 76px;
	margin-bottom: 40px;
}

.fwts_felx_item_top {
	width: 100%;
	height: 5px;
	background-color: #E82629;
}

.fwts_felx_item p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 124px;
	font-size: 20px;
	text-align: center;
	color: #333333;
	line-height: 40px;
	letter-spacing: 3.22px;
}

.fa_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fa_flex_r {
	height: 320px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px 0;
	margin-left: 35px;
}

.fa_flex_r_item {
	display: flex;
	align-items: center;
}

.fa_flex_r_item span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #e82629;
	margin-right: 14px;
}

.fa_flex_r_item p {
	font-size: 20px;
	text-align: center;
	color: #333333;
	line-height: 16px;
	letter-spacing: 1.22px;
}

.cpfw_flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 1200px;
}

.cpfw_flex_item {
	width: 292px;
	height: 260px;
	background-image: url(../img/fwitem.png);
	background-repeat: no-repeat;
	background-size: 292px 260px;
	margin-right: 76px;
	box-shadow: 3.23px 8.4px 15.36px 0.36px rgba(3, 0, 56, 0.08);
}

.cpfw_flex_item h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1.62px;
	padding-top: 30px;
	padding-bottom: 15px;
}

.cpfw_flex_item p {
	opacity: 0.6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: 1.3px;
	margin-bottom: 30px;
}

.cpfw_flex_item div {
	padding: 0 13px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #999999;
	line-height: 24px;
	letter-spacing: 1.3px;
}

.jjfabg {
	width: 1920px;
	height: 470px;
	background-image: url(../img/jjfabg.png);
	background-repeat: no-repeat;
	background-size: 1920px 470px;
	padding-top: 40px;
}

.jjfabg_flex {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.jjfabg_flex_item {
	display: flex;
	flex-direction: column;
}

.jjfabg_flex_item h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: 0.42px;
	padding-top: 49px;
	padding-bottom: 10px;
}

.jjfabg_flex_item p {
	opacity: 0.6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 35px;
	letter-spacing: 0.34px;
}

.jjfabg_flex_bg {
	width: 1200px;
	height: 346px;
	background-size: 300px 346px;
	margin-top: 20px;
}

.jjfabg_flex_bg h4 {
	color: #333333;
}

.jjfabg_flex_bg p {
	color: #666666;
}

.fwalbg {
	width: 1200px;
	height: 246px;
	background-image: url(../img/fwalbg.png);
	background-repeat: no-repeat;
	background-size: 1200px 246px;
	margin-top: 20px;
}

.fwalbg h2 {
	font-size: 28px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 3.36px;
	padding-top: 31px;
	padding-bottom: 23px;

}

.fwalbg h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.26px;
	padding-bottom: 13px;
}

.fwalbg p {
	opacity: 0.6;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 31px;
	letter-spacing: 0.34px;
	padding: 0 11px;
}

.fwal_felx {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fwal_felx_item {
	width: 360px;
	height: 340px;
	background: #ffffff;
	box-shadow: -2px 0px 4px 2px rgba(3, 0, 0, 0.20);
	margin-top: 40px;
}

.fwal_felx_item h4 {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	letter-spacing: 0.46px;
	padding: 14px 0;
}

.fwal_felx_item p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #666666;
}

#fwal a.morea {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #e82326;
	line-height: 18px;
	letter-spacing: 0.5px;
	margin-top: 24px;
	margin-bottom: 79px;
}

.cx_flex {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 1200px;
}

.cx_flex a {
	width: 40%;
	display: flex;
	align-items: center;
	font-size: 16px;
	text-align: left;
	color: #666666;
	line-height: 31px;
	letter-spacing: 0.98px;

}

.cx_flex a:hover {
	color: #E82629;
}



.cx_flex span {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #333333;
	margin-right: 9px;
}

.zcdx_introduce {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #999999;
	line-height: 30px;
	margin-bottom: 79px;
}

.zcdx_flex {
	display: flex;
	margin-bottom: 70px;
}

.zcdx_flex_r {
	display: flex;
	flex-direction: column;
	margin-left: 12px;
}

.zcdx_flex_r_item {
	display: flex;
	margin-bottom: 29px;
}

.yellow_round {
	width: 19px;
	height: 19px;
	background-color: #FFC780;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 50px 0 20px;
}

.yellow_round span {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #FFAB40;
}

.zcdx_flex_r_item_txt {
	display: flex;
	flex-direction: column;
}

.zcdx_flex_r_item_txt h5 {
	width: 532px;
	height: 58px;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 34px;
	margin-top: -6px;
}

.zcdx_flex_r_item_txt p {
	width: 480px;
	/* height: 43px; */
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 26px;
	margin-top: 18px;
}

.area_flex {
	width: 1181px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	margin-bottom: 40px;
}

.area_item {
	height: 150px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.area_item_t {
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.area_item_c {
	width: 150%;
	height: 3px;
	background: #71ee24;
	margin: 16px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.area_item_c_round {
	width: 24px;
	height: 24px;
	background: #AAF57C;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.area_item_c_round span {
	width: 13px;
	height: 13px;
	background: #71EE24;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.area_item_b {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 26px;
}

.moreAngle {
	width: 231px;
	height: 47px;
	background: #71ee24;
	border-radius: 6px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 47px;
	letter-spacing: 1.44px;
	margin-bottom: 40px;
}

.lyms_flex {
	width: 1180px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}

.lyms_flex_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lyms_flex_item p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #666666;
	line-height: 28px;
	letter-spacing: 0.96px;
}

.lyms_flex_title {
	margin-top: 28px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	letter-spacing: 1.44px;
}

.lyms_pic {
	width: 1920px;
	height: 761px;
	background-image: url('../img/lybg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.lyms_pic_title {
	width: 301px;
	height: 47px;
	background: #71ee24;
	border-radius: 6px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 47px;
	letter-spacing: 1.44px;
	margin-top: 61px;
	margin-bottom: 68px;

}

.lyms_pic_flex2 {
	display: flex;
	justify-content: center;
	margin-bottom: 67px;
}

.lyms_pic_flex3 {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

.lyms_pic_item {
	width: 392px;
	height: 220px;
	background-image: url('../img/lyItem.png');
	background-repeat: no-repeat;
	background-size: 392px 220px;

}

.lyms_pic_item_title {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 1.44px;
	margin-top: 23px;
	margin-bottom: 40px;
}

.lyms_pic_item_title2 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #666666;
	line-height: 1;
	letter-spacing: 1.2px;
	margin-bottom: 8px;
}

.lyms_pic_item p {
	margin-left: 56px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 33px;
	letter-spacing: 1.2px;
}

.lyms_b {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 0.96px;
}

.xgjd {
	width: 1200px;
	height: 11px;
	background: #70e02b;
	box-shadow: -6px 0px 16px 6px rgba(64, 140, 18, 0.27);
	margin-top: 30px;
}

.xgjd_ul {
	box-shadow: -10px 0px 65px 10px rgba(0, 0, 0, 0.17);
	margin-bottom: 22px;
}

.xgjd_ul li {
	width: 1200px;
	height: 40px;
	background: rgba(64, 140, 18, 0.27);

}

.xgjd_ul li:first-child {
	width: 1200px;
	height: 40px;
	background: rgba(64, 140, 18, 0.17);

}

.xgjd_ul li:nth-child(2n) {
	width: 1200px;
	height: 40px;
	background: #fff;
}

.xgjd_ul li a {
	display: inline-block;
	width: 47%;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	color: #3f3e3c;
	padding-left: 2%;
}

.lvywBG {
	width: 1920px;
	height: 588px;
	background-image: url('../img/lvywBG.png');
	background-repeat: no-repeat;
	background-size: 1920px 588px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lvywBG_l {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 588px;
	padding-top: 67px;
	box-sizing: border-box;
	padding-bottom: 40px;
	margin-right: 13px;
}

.lvywBG_l div {
	min-width: 112px;
	padding: 0 12px;
	height: 40px;
	border: 1px solid #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #fffefe;
	line-height: 40px;
	letter-spacing: 1.84px;
}

.lvywBG_r {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: 588px;
	padding-top: 67px;
	box-sizing: border-box;
	padding-bottom: 40px;
	justify-content: space-between;

}

.lvywBG_r_item {
	display: flex;

}

.lvywBG_r_item_l {
	display: flex;
	flex-direction: column;
	margin-right: 29px;
}

.lvywBG_r_item_l h4 {
	font-size: 24px;
	font-weight: 400;
	text-align: right;
	color: #fffefe;
	letter-spacing: 2.76px;
	margin-bottom: 16px;
}

.lvywBG_r_item_l p {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	color: #fffefe;
	letter-spacing: 1.84px;
}

.lval_flex {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.lval_item {
	width: 276px;
	height: 269px;
}

.lval_item p {
	padding: 18px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #272727;
	line-height: 24px;
}

.clearfix {
	zoom: 1;
	display: block;
}

.bottomPart {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}


.infiniteCarousel {
	width: 1200px;
	margin-top: 32px;
	position: relative;
	height: 122px;
}


.infiniteCarousel .wrapper {
	width: 1100px;
	overflow: auto;
	height: 122px;
	margin: 0 50px;
	position: absolute;
	top: 0;
}

.infiniteCarousel .wrapper ul {
	width: 1100px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul li {
	display: block;
	float: left;
	height: 122px;
	margin: 0 5px;
	width: 183px;
}

.infiniteCarousel ul li a {
	color: #666666;
	text-decoration: none;
}

.infiniteCarousel ul li a img {
	display: block;
	width: 183px;
	height: 122px;
}

.infiniteCarousel .back {
	background-position: 0 -22px;
	left: 0;
}

.infiniteCarousel .arrow {
	display: block;
	height: 22px;
	width: 15px;
	background: url(http://www.lwcj.com/topic/tstg/images/arrow_review.png) 0 -22px no-repeat;
	text-indent: -999px;
	position: absolute;
	top: 50px;
	cursor: pointer;
	outline: 0;
}

.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}

html {
	scroll-padding-top: 70px;
}</pre></body></html>