.layout {
	overflow: hidden;background: #fff;
	margin: 0 auto;position: relative;
}
.wrap {
	/*width: 1480px;*/
	margin: 0 auto;
}
.fpadd {
	padding: 0 125px;
}
.header {
	background: #fff;padding: 30px 0;
}
.header .logo {
	display: block;float: left;
	width: 376px;
}
.header .logo img {

}
.header .rts {
	margin-top: 3px;float: right;
}
.header .rts .naver {
	float: left;padding-right: 20px;
}
.header .rts .naver li {
	float: left;margin-right: 5px;
}
.header .rts .naver li h3 a {
	display: block;padding: 0 25px;
	font-size: 18px;line-height: 52px;
	color: #2f2f2f;border-radius: 12px;
	overflow: hidden;transition: all 0.3s;
}
.header .rts .naver li.on h3 a,
.header .rts .naver li:hover h3 a {
	color: #e62129;
}
.header .rts .bg {
	display: inline-block;border-radius: 12px;
	color: #fff;background: #e62129;
	overflow: hidden;transition: all 0.3s;
	padding: 0 25px;font-size: 18px;line-height: 52px;
	float: right;transition: all 0.3s;
}
.header .rts .bg:hover {
	background: #d50c14;
}
.fbannersw {
	overflow: hidden;
	position: relative;
}
.fbannersw li {
	height: 630px;
}
.fbannersw li .wrap {
	height: 100%;position: relative;
}
.fbannersw li .text {
	position: absolute;z-index: 2;
	left: 0;top: 50%;transition: all 0.6s;
	transform: translateY(-50%);
}
.fbannersw li.swiper-slide-active .text h2{
	-webkit-animation:fadeInUp 1s .2s ease both;
	-moz-animation:fadeInUp 1s .2s ease both
}
.fbannersw li.swiper-slide-active .text h4{
	-webkit-animation:fadeInUp 1s .3s ease both;
	-moz-animation:fadeInUp 1s .3s ease both
}
.fbannersw li.swiper-slide-active .text a{
	-webkit-animation:fadeInUp 1s .4s ease both;
	-moz-animation:fadeInUp 1s .4s ease both
}
.fbannersw li .text h2 {
	font-size: 46px;line-height: 1.2;
	color: #fff;font-weight: bold;
}
.fbannersw li .text h4 {
	margin-top: 14px;
	font-size: 26px;line-height: 2;
	color: #fff;font-weight: bold;
}
.fbannersw li .text a {
	margin-top: 34px;display: inline-block;
	border: 1px solid #fff;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	transition: all 0.3s;
}
.fbannersw li .text a:hover {
	background: #fff;
}
.fbannersw li .text a i {
	display: inline-block;
	font-size: 18px;line-height: 43px;
	color: #fff;padding-right: 26px;
	background: url(../images/fn2.png) no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
}
.fbannersw li .text a:hover i {
	background: url(../images/fn2-1.png) no-repeat right center;
	color: #e62129;
}
.fbannersw .swspan {
	position: absolute;z-index: 22;
	text-align: center;bottom: 20px;
}
.fbannersw .swspan span {
	margin: 0 7px !important;height: 3px;
	width: 67px;background: rgba(255,255,255,0.27);
	border-radius: 0;opacity: 1;
}
.fbannersw .swspan span.swiper-pagination-bullet-active {
	height: 4px;background: #e62129;
}
.fhservice {
	padding: 120px 0;
}
.ftitle {
	text-align: center;
}
.ftitle h2 {
	font-size: 42px;line-height: 1.4;
	color: #232323;font-weight: bold;
}
.ftitle p {
	margin-top: 18px;
	font-size: 22px;
	line-height: 1.4;
	color: #414141;
}
.fhservice .list ul {
	display: flex;flex-wrap:wrap;
	margin-top: 130px;padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: space-between;
}
.fhservice .list ul li {
	width: calc((100% - 58px)/2);
	margin-bottom: 20px;
}
.fhservice .list ul li a {
	display: block;
}
.fhservice .list ul li .img {
	height: 244px;overflow: hidden;
	border-radius: 8px;
}
.fhservice .list ul li .img img {
	display: block;width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.fhservice .list ul li:hover .img img {
	transform: scale(1.05);
}
.fhservice .list ul li .tet {
	margin-top: 40px;
}
.fhservice .list ul li .tet h2 {
	font-size: 28px;line-height: 40px;
	color: #323232;font-weight: bold;
	transition: all 0.3s;
}
.fhservice .list ul li:hover .tet h2 {
	color: #e62129;
}
.fhservice .list ul li .tet h6 {
	margin-top: 8px;font-size: 16px;
	line-height: 1.5;color: #404040;
}
.fxzservice {
	padding: 100px 0 80px;
	background: #f1f2f5;
}
.fxzservice .list ul {
	margin-top: 70px;padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;flex-wrap:wrap;
}
.fxzservice .list ul li {
	width: calc((100% - 182px)/4);
	margin-right: 60px;margin-bottom: 60px;
	border: 1px solid #e5e5e5;background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 32px 25px 60px;
	position: relative;top: 0;
	transition: all 0.3s;
}
.fxzservice .list ul li:hover {
	top: -10px;
}
.fxzservice .list ul li:nth-child(4n) {
	margin-right: 0;
}
.fxzservice .list ul li .ic {
	height: 60px;position: relative;
}
.fxzservice .list ul li .ic img {
	display: block;position: absolute;z-index: 6;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
	max-height: 80%;max-width: 80%;
}
.fxzservice .list ul li .tet {
	margin-top: 8px;text-align: center;
}
.fxzservice .list ul li .tet h3 {
	font-size: 20px;line-height: 1.5;
	color: #323232;font-weight: bold;
}
.fxzservice .list ul li .tet p{
	margin-top: 35px;font-size: 16px;
	line-height: 1.8;color: #666666;
}
.fxzservice .fconwh {
	margin: 20px auto 0;

}
.fconwh {
	margin: 0 auto;
	display: block;
	line-height: 58px;
	border-radius: 29px;
	overflow: hidden;
	background: #fff;
	font-size: 18px;
	color: #323232;
	font-weight: bold;
	text-align: center;
	width: 214px;
	box-shadow: 0 3px 8px 1px #e2e3e6;
	transition: all 0.3s;
}
.fconwh:hover {
	color: #fff;background: #e62129;
	box-shadow: 0 3px 8px 1px rgba(230,33,41,0.1);
}
.fclause .imgs {
	width: 65%;
	float: left;
	margin-left: -15%;
}
.fclause .imgs img {
	display: block;width: 100%;
}
.fclause .rts {
	float: right;
	width: 48%;
	padding: 105px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.ftitle.lt {
	text-align: left;
}
.fclause .rts .text {
	margin-top: 50px;
}
.fclause .rts .text li {
	margin-bottom: 20px;position: relative;
	padding-left: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;line-height: 1.5;
	color: #404040;
}
.fclause .rts .text li::before {
	position: absolute;z-index: 11;
	content: "";
	left: 0;top: 8px;
	width: 11px;height: 11px;
	background: #e62129;
	border-radius: 50%;
}
.ftechnolog {
	padding: 130px 0 65px;
}
.ftitle h6 {
	margin-top: 35px;
	font-size: 18px;
	line-height: 1.5;
	color: #262626;
}
.ftechnolog .list ul {
	display: flex;flex-wrap:wrap;
	margin-top: 165px;
}
.ftechnolog .list li {
	width: calc((100% - 112px)/3);
	margin-right: 55px;
	border: 1px solid #d7d9dd;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;top: 0;
	transition: all 0.3s;
}
.ftechnolog .list li:hover {
	top: -10px;
}
.ftechnolog .list li:nth-child(3n) {
	margin-right: 0;
}
.ftechnolog .list li h2 {
	line-height: 92px;width: 92px;
	margin: -45px auto 0;
	background: #ea232b;
	border-radius: 50%;
	text-align: center;
	font-size: 48px;color: #fff;
	font-weight: bold;
}
.ftechnolog .list li .tet {
	padding: 26px 30px 16px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ftechnolog .list li .tet h4 {
	font-size: 18px;line-height: 2;
	color: #323232;font-weight: bold;
}
.ftechnolog .list li .tet p {
	font-size: 16px;line-height: 2.2;color: #666666;
}
.fhnews {
	background: #f7f7f7;
	padding: 55px 0 100px;
}
.fhnews .list ul {
	display: flex;flex-wrap:wrap;
	margin-top: 40px;
}
.fhnews .list ul li {
	width: calc((100% - 82px)/3);
	margin-bottom: 40px;margin-right: 40px;
	background: #fff;border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}
.fhnews .list ul li:nth-child(3n) {
	margin-right: 0;
}
.fhnews .list ul li a {
	display: block;
}
.fhnews .list ul li .img {
	height: 174px;overflow: hidden;
}
.fhnews .list ul li .img img {
	display: block;height: 100%;
	width: 100%;transition: all 0.3s;
	object-fit: cover;
}
.fhnews .list ul li:hover .img img {
	transform: scale(1.05);
}
.fhnews .list ul li .text {
	padding: 24px 22px 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fhnews .list ul li .text h5 {
	font-size: 14px;line-height: 18px;
	color: #404040;
}
.fhnews .list ul li .text h3 {
	font-size: 18px;line-height: 1.5;
	color: #323232;margin-top: 16px;
	height: 3em;overflow: hidden;font-weight: bold;
}
.fhnews .list ul li .text h6 {
	margin-top: 6px;font-size: 14px;
	line-height: 20px;height: 60px;
	overflow: hidden;color: #666666;

}
.fhnews .list ul li .text h4 {
	margin-top: 35px;padding: 0 25px;
	text-align: right;font-weight: bold;
	font-size: 16px;line-height: 1.4;color: #484949;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
}
.fhnews .list ul li:hover .text h4 {
	color: #e62129;
}
.fhnews .fconwh {
	margin: 20px auto 0;
}
.footer {
	border-top: 2px solid #e62129;
	padding: 32px 0 36px;

}
.footer .lt {
	float: left;width: calc(100% - 200px);
}
.footer .lt .log {
	display: inline-block;height: 44px;
}
.footer .lt .log img {
	display: block;height: 100%;
}
.footer .lt .tet {
	margin-top: 35px;
}
.footer .lt .tet h6 {
	font-size: 14px;line-height: 1.8;
	color: #fff;margin-bottom: 10px;
}
.footer .lt .tet h6 i {
	display: inline-block;font-weight: bold;
}
.footer .rt {
	width: 112px;float: right;
}
.footer .rt h4 {
	text-align: center;font-size: 14px;
	line-height: 24px;color: #fff;
	font-weight: bold;
}
.footer .rt .wx {
	margin-top: 15px;
	height: 112px;
}
.footer .rt .wx img {
	display: block;height: 100%;width: 100%;
}
.footer .copyright {
	display: block;margin-top: 12px;
	font-size: 14px;line-height: 1.8;
	color: rgba(255,255,255,0.66);
	transition: all 0.3s;
}
.footer .copyright:hover {
	color: rgba(255,255,255,1);
}


/* è”ç³»æˆ‘ä»¬ */
.fbanner {
	height: 350px;
}
.fbanner .wrap,
.fbanner .fpadd {
	height: 100%;
}
.fbanner .ftext {
	position: relative;height: 100%;
}
.fbanner .tlt h2 {
	font-size: 24px;
	color: #fff;position: absolute;
	z-index: 22;left: 0;bottom: 20px;
	vertical-align: top;text-transform: uppercase;
}
.fbanner .tlt h2 i {
	display: inline-block;font-size: 46px;
	font-weight: bold;padding-right: 8px;
	line-height: 60px;
}
.fcontact {
	padding: 70px 0 85px;
}
.ftitle h5 {
	font-size: 20px;line-height: 1.4;
	color: #abadb6;text-transform: uppercase;
}
.fcontact .cen {
	margin-top: 65px;
}
.fcontact .cen .lt {
	float: left;width: 520px;
}
.fcontact .cen .lt li {
	margin-bottom: 18px;overflow: hidden;
}
.fcontact .cen .lt li:last-child {
	margin-bottom: 0;
}
.fcontact .cen .lt li label {
	display: block;float: left;
	font-size: 16px;line-height: 42px;
	color: #323232;
}
.fcontact .cen .lt li .rt {
	float: right;width: calc(100% - 52px);
}
.fcontact .cen .lt li .text {
	height: 42px;display: block;
	border: 1px solid #b4b4b4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;font-size: 14px;
	color: #afafaf;	width: 100%;
	transition: all 0.3s;
}
.fcontact .cen .lt li .textarea:focus,
.fcontact .cen .lt li .text:focus {
	border-color: #e62129;
}
.fcontact .cen .lt li .textarea {
	height: 185px;display: block;
	width: 100%;resize: none;
	padding: 12px 10px;
	border: 1px solid #b4b4b4;
	font-size: 14px;color: #afafaf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fcontact .cen .lt li .fsub {
	width: 100%;display: block;
	background: #e62129;
	line-height: 42px;color: #fff;
	text-align: center;font-size: 18px;
	border: none;cursor: pointer;
	transition: all 0.3s;
}
.fcontact .cen .lt li .fsub:hover {
	background: #fd343c;
}
.fcontact .cen .map {
	float: right;width: calc(100% - 560px);
	height: 430px;
}


/* å…¬å¸ä»‹ç» */
.fabout {
	padding: 32px 0 140px;
}
.fpage ul {
	display: flex;flex-wrap:wrap;
}
.fpage ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.8;
	color: #999999;
	margin-right: 5px;
}
.fpage ul li a {
	display: block;
	font-size: 16px;
	line-height: 1.8;
	color: #999999;
	transition: all 0.3s;
}
.fpage ul li a:hover {
	color: #e62129;
}
.fintroduce {
	margin-top: 24px;
}
.fintrlt {
	float: left;width: 302px;background: #f4f4f4;
}
.fintrlt li .tel h3 {
	text-align: center;
	font-size: 24px;
	line-height: 70px;
	color: #ffffff;
	background: #e62129;
	cursor: pointer;
	position: relative;
}
.fintrlt li .nli dd a {
	display: block;
	font-size: 20px;
	color: #363636;
	line-height: 66px;
	text-align: center;
	transition: all 0.3s;
}
.fintrlt li .nli dd:hover a,
.fintrlt li .nli dd.on a {
	color: #e62129;background: #fff;
}
.fintrrt {
	width: calc(100% - 320px);
	float: right;padding: 0 55px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

}
.ftite {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.ftite h3 {
	font-size: 24px;line-height: 40px;
	color: #363636;
}
.fintrrt .del {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2.2;
	color: #363636;
}
.fintrrt .del img {
	display: block;width: 100%;
}


/* æ–°é—» */
.fhnews.fnews {
	padding: 70px 0;
	background: #fff;
}
.fhnews.fnews .list ul {
	margin-top: 25px;
}
.fhnews.fnews .fpagels {
	margin: 15px auto 0;
}
.fpagels {
	margin: 0 auto;
}
/* .fpagels ul { */
	/* text-align: center;font-size: 0; */
/* } */
/* .fpagels li { */
	/* display: inline-block; */
	/* margin: 0 4px; */
/* } */
/* .fpagels li.next { */
	/* margin: 0 8px; */
/* } */
/* .fpagels li a { */
	/* display: block; */
	/* line-height: 28px; */
	/* width: 30px; */
	/* border-radius: 3px; */
	/* overflow: hidden; */
	/* text-align: center; */
	/* font-size: 14px; */
	/* color: #666666; */
	/* border: 1px solid #d2d2d2; */
	/* -webkit-box-sizing: border-box; */
	/* -moz-box-sizing: border-box; */
	/* -o-box-sizing: border-box; */
	/* box-sizing: border-box; */
	/* min-width: 30px;padding: 0 10px; */
/* } */
/* .fpagels li.next a { */
	/* width: 52px; */
/* } */
/* .fpagels li.h a { */
	/* background: #f7f7f7; */
/* } */
/* .fpagels li.on a, */
/* .fpagels li a:hover { */
	/* background: #e62129; */
	/* color: #fff;border-color: #e62129; */
/* } */

.fpagels .pagination{padding:10px 0; text-align:center;}
.fpagels .pagination li{border-radius:3px; border:1px solid #dfdfdf;display:inline-block;margin:0 2px;}
.fpagels .pagination .active{background:#e62129; color:#FFF; border-color:#e62129; margin:0 2px;}
.fpagels .pagination .disabled{color:#aaa;}
.fpagels .pagination a{ border-radius:3px;display:inline-block; padding:5px 12px;}
.fpagels .pagination span{border-radius:3px;display:inline-block;padding:5px 12px;}

/* æ–°é—»è¯¦æƒ… */
.fnewdels {
	padding: 15px 0 45px;
}
.fnewdels .fdels {
	margin-top: 46px;
}
.fnewdels .fdels .tlt {
	padding-bottom: 14px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}
.fnewdels .fdels .tlt h1 {
	font-size: 26px;line-height: 1.4;color: #323232;
}
.fnewdels .fdels .tlt h6 {
	text-align: center;margin-top: 22px;
}
.fnewdels .fdels .tlt h6 i {
	display: inline-block;padding-left: 26px;
	font-size: 14px;line-height: 20px;color: #999999;
	background: url(../images/fn3.png) no-repeat left center;
}
.fnewdels .fdels .del {
	padding: 60px 0 40px;
	font-size: 14px;line-height: 1.9;
	color: #666666;border-bottom: 1px solid #eeeeee;
}
.fnewdels .fdels .del img {
	display: block;margin: 0 auto;
}
.fnewdels .fnextls {
	margin: 54px auto 0;
}
.fnewdels .fnextls ul {
	overflow: hidden;
}
.fnewdels .fnextls li {
	float: left;width: 50%;
}
.fnewdels .fnextls li:nth-child(2n) {
	text-align: right;
}
.fnewdels .fnextls li a {
	display: block;font-size: 14px;
	line-height: 1.8;color: #666666;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 0.3s;
}
.fnewdels .fnextls li a:hover {
	color: #e62129;
}
.freport {
	padding: 40px 0 52px;
}
.fquery {
	box-shadow: 0 0 14px 1px rgba(80,80,80,0.1);
	padding: 30px 0 75px;
}
.fquery .list {
	width: 600px;margin: 22px auto 0;
}
.fquery .list li {
	margin-bottom: 25px;overflow: hidden;
}
.fquery .list li .tet {
	text-align: center;
	margin-bottom: 16px;
}
.fquery .list li .tet h5 {
	font-size: 16px;line-height: 1.5;
	color: #323232;
}
.fquery .list li .tet h6 {
	font-size: 14px;line-height: 1.4;
	color: #e62129;
}
.fquery .list li .text {
	display: block;width: 100%;
	border: 1px solid #666666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	height: 46px;
}
.fquery .list li .text:focus {
	border-color: #e62129;
}
.fquery .list li .lt {
	float: left;width: calc(100% - 150px);
}
.fquery .list li .ico {
	float: right;width: 125px;
	height: 46px;border: 1px solid #666666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
	cursor: pointer;
}
.fquery .list li .ico:hover {
	/* border-color: #e62129; */
}
.fquery .list li .ico img {
	display: block;width: 100%;height: 100%;
	object-fit: cover;
}
.fquery .sub {
	margin: 50px auto 0;
	line-height: 55px;
	width: 162px;
	background:url("/template/default/images/fico5.png") center top 2px / cover no-repeat;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	top: 0;
}
.fquery .sub:hover {
	top: -5px;
}


/* æŠ¥å‘ŠæŸ¥è¯¢-æŸ¥è¯¢ç»“æžœ */
.fquresult {
	padding: 40px 0 45px;
}
.fresult {
	background: #fff;
	box-shadow: 0 0 12px 1px rgba(80,80,80,0.1);
	padding: 30px 100px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.fresult .cx {
	position: absolute;top: 30px;
	left: 40px;font-size: 20px;
	line-height: 2;color: #232323;
	display: inline-block;
	transition: all 0.3s;
}
.fresult .cx:hover {
	color: #e62129;
}
.fresult .fxiazai {
	margin-top: 52px;overflow: hidden;
}
.fresult .fxiazai .lt {
	float: left;width: 80%;
}
.fresult .fxiazai .lt ul {
	overflow: hidden;
}
.fresult .fxiazai .lt li {
	float: left;
	width: 50%;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;line-height: 1.5;
	color: #323232;
}
.fresult .fxiazai .lt li i {
	display: inline-block;color: #e62129;font-style: normal;
}
.fresult .fxiazai .xz {
	float: right;width: 110px;
	background: #e62129;
	text-align: center;
	display: block;
	transition: all 0.3s;
}
.fresult .fxiazai .xz:hover {
	background: #f1252d;
}
.fresult .fxiazai .xz i {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/fico6.png) no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;line-height: 24px;
	color: #fff;
}
.fresult .imgs {
	margin: 16px auto 0;
	background: #ebebeb;
	padding: 30px 25px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fresult .imgs img {
	display: block;width: 100%;
}
.fquery .list li .lt .text {
	text-align: left;
}
.fcontact .cen .map .anchorBL {
	display: none;
}



















.fresult{
    padding: 30px 10px 40px;
}

.fresult .imgs{
    background: none;
    padding: 30px 0px 25px 0px;
}

.fresult .imgs img{
    padding: 10px 0;
}










.addzs4bj{
    position: relative;
}


.addzs4list{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.addzs4list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.addzs4list li {
    font-size: 21px!important;
    line-height: 60px!important;
    font-weight: bold;
    width: 50%!important;
    text-align: left;
}


 @media screen and (max-width: 1000px){
     .container{
         padding: 0px;
     }
     
     .fquresult{
         padding: 14px 5px 20px 5px!important;
     }
     
     .fresult {
        padding: 45px 5px 20px 5px!important;
    }
    
    .fresult .imgs {
       padding: 10px 5px 15px 5px!important;
     }
     
     
     .addzs4list li {
    font-size: 14px!important;
    line-height: 40px!important;
  }
  
  .addphonenone{
      display: none;
  }
  
  
.addzs4list{
    top: 20%;
   }
   
   .addzs4list ul{
       padding: 0 5%;
   }
   
   .fresult .fxiazai .lt li{
       text-align: left!important;
   }
   
   .fresult .fxiazai .lt li{
      font-size: 12px!important;
   }
      
     
 }



img.headbj{
   vertical-align: middle!important;
}



