.layout {
	position:relative;
	padding-top:4.166666666666667rem;
}
.wrap {
	width:62.5rem;
	margin:0 auto;
}
.uwports {
	position:fixed;
	right:0.8%;
	bottom:15%;
	z-index:22;
	background:#eeeeee;
	border-radius:3.6458333333333335rem;
	width:3.6458333333333335rem;
	padding:1.3541666666666667rem 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0 0.10416666666666667rem 0.20833333333333334rem 0.10416666666666667rem rgba(80,80,80,0.2);
}
.uwports li {
	margin-bottom:1.0416666666666667rem;
}
.uwports li:last-child {
	margin-bottom:0;
}
.uwports li .bog {
	cursor:pointer;
	position:relative;
}
.uwports li a {
	display:flex;
	align-items:center;
	justify-content:center;
}
.uwports li .icon {
	width:1.3541666666666667rem;
	display:block;
}
.uwports li .weic {
	position:absolute;
	right:100%;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
	-moz-transform:translateY(-50%);
	/* Firefox*/
	-webkit-transform:translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform:translateY(-50%);
	z-index:11;
	display:none;
}
.uwports li .tel {
	position:absolute;
	right:100%;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
	-moz-transform:translateY(-50%);
	/* Firefox*/
	-webkit-transform:translateY(-50%);
	/* Safari 和 Chrome*/
	-o-transform:translateY(-50%);
	z-index:11;
	display:none;
}
.uwports li .tel h6 {
	font-size:0.9375rem;
	color:#000000;
	line-height:2;
	white-space:nowrap;
	padding:0.2604166666666667rem 1.0416666666666667rem;
	background:#fff;
	border-radius:0.20833333333333334rem;
	box-shadow:0 0.10416666666666667rem 0.20833333333333334rem 0.10416666666666667rem rgba(80,80,80,0.2);
	margin-right:0.7291666666666667rem;
}
.uwports li:hover .weic,.uwports li:hover .tel {
	display:block;
}
.uwports li .pic {
	display:block;
	width:6.25rem;
	height:6.25rem;
	padding:0.2604166666666667rem;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0.20833333333333334rem;
	box-shadow:0 0.10416666666666667rem 0.20833333333333334rem 0.10416666666666667rem rgba(80,80,80,0.2);
	margin-right:0.7291666666666667rem;
}
.uwports li .pic img {
	width:100%;
	display:block;
}
.abouthd {
	background:#f7f7f7;
	padding:2.0833333333333335rem 0 4.166666666666667rem;
}
.abouthd .text {
	max-width:49.47916666666667rem;
	margin:0 auto;
	text-align:center;
}
.abtit {
	font-size:1.875rem;
	color:#232323;
	font-weight:bold;
	line-height:1.6;
}
.abouthd .text p {
	margin-top:1.3020833333333335rem;
}
p {
	font-size:0.8333333333333334rem;
	color:#232323;
	line-height:1.7;
}
.pictxtul ul {
	display:flex;
	justify-content:space-between;
}
.pictxtul ul li {
	position:relative;
	overflow:hidden;
	width:calc((100% - 1.0416666666666667rem)/2);
}
.pictxtul ul li img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.pictxtul ul li .txt {
	background:rgba(0,0,0,0.5);
	text-align:center;
	z-index:22;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:2.604166666666667rem;
}
.pictxtul .txt h4 {
	font-size:1.5625rem;
	color:#ffffff;
	font-weight:bold;
	line-height:1.6;
}
.pictxtul .txt p {
	color:#ffffff;
	margin-top:1.5625rem;
}
.aboutjx {
	padding:3.125rem 0;
}
.jxth ul {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:2.34375rem;
}
.jxth ul li {
	width:7.291666666666667rem;
	height:7.291666666666667rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	border-radius:50%;
	margin:0 1.1458333333333335rem;
	background:#f7f7f5;
}
.jxth ul h4 {
	font-size:1.3020833333333335rem;
	color:#515cab;
	line-height:1.4;
}
.jxth ul h6 {
	font-size:0.7291666666666667rem;
	color:#232323;
	line-height:1.4;
}
.jxtb {
	margin-top:3.125rem;
	position:relative;
}
.jxtb::before {
	content:'';
	position:absolute;
	left:50%;
	top:0.5208333333333334rem;
	bottom:0;
	width:0.052083333333333336rem;
	background:#c9c9c9;
}
.jxtb dd {
	display:flex;
	padding:0 3.6458333333333335rem;
}
.jxtb dd:nth-child(n+2) {
	margin-top:-6.25rem;
}
.jxtb dd:nth-child(2n) {
	text-align:right;
}
.jxtb dd:nth-child(2n) .text::before {
	left:auto;
	right:0;
}
.jxtb dd .text {
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1.8229166666666667rem;
	position:relative;
}
.jxtb dd:nth-child(2n+1) {
	justify-content:flex-end;
}
.jxtb dd h4 {
	font-size:1.25rem;
	color:#e79701;
	font-weight:bold;
}
.jxtb dd h6 {
	font-size:0.8333333333333334rem;
	color:#666666;
	line-height:1.6;
	margin-top:0.2604166666666667rem;
}
.jxtb dd .text::before {
	content:"";
	position:absolute;
	left:0;
	top:0.5208333333333334rem;
	width:0.5729166666666667rem;
	height:0.5729166666666667rem;
	border-radius:50%;
	background:#e79701;
	margin:0 -0.2604166666666667rem;
}
.jxtb dd .text .pic {
	margin-top:0.9375rem;
}
.jxtb dd .text .pic img {
	width:100%;
	display:block;
}
.footer {
	background:url(../images/qw19.jpg) no-repeat center/cover;
	padding-top:3.90625rem;
}
.footer .tps {
	display:flex;
	justify-content:space-between;
}
.footer .lts {
	display:flex;
}
.footer .lts dl {
	margin-right:5.729166666666667rem;
}
.footer .lts dt {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#ffffff;
}
.footer .lts dd a {
	font-size:0.8333333333333334rem;
	color:#ffffff;
	line-height:2;
	display:inline-block;
}
.footer .lts dd {
	margin-top:0.625rem;
}
.footer .rts h3 {
	font-size:0.8333333333333334rem;
	color:#ffffff;
	line-height:1.6;
	font-weight:bold;
}
.footer .rts h6 {
	font-size:0.8333333333333334rem;
	color:#ffffff;
	line-height:1.6;
	margin:0.625rem 0 0.78125rem;
	background:url(../images/ftico.png) no-repeat left center/0.8854166666666667rem auto;
	padding-left:1.25rem;
}
.footer .rts ul {
	display:flex;
}
.footer .rts li {
	width:4.895833333333334rem;
	text-align:center;
	margin-right:1.25rem;
}
.footer .rts li .wx img {
	border-radius:0.3125rem;
	width:100%;
	height:4.895833333333334rem;
	object-fit:contain;
	background:#fff;
	display:block;
}
.footer .rts li p {
	font-size:0.78125rem;
	color:#fff;
	opacity:0.6;
	line-height:1.7;
}
.footer .tbs {
	margin-top:2.1875rem;
	padding:1.5625rem 0 2.8645833333333335rem;
	border-top:0.052083333333333336rem solid rgba(255,255,255,0.12);
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.footer .tbs dl {
	display:flex;
	align-items:center;
}
.footer .tbs dd a {
	font-size:0.8333333333333334rem;
	color:#ffffff;
	line-height:1.8;
	display:inline-block;
}
.footer .tbs dd span {
	width:0.052083333333333336rem;
	height:0.7291666666666667rem;
	display:block;
	background:rgba(255,255,255,0.2);
	margin:0 1.0416666666666667rem;
}
.footer .tbs .copyright {
	font-size:0.8333333333333334rem;
	color:rgba(255,255,255,0.8);
}
.header {
	position:fixed;
	z-index:99;
	left:0;
	right:0;
	top:0;
	background:#fff;
	box-shadow:0 0 0.5208333333333334rem 0 rgba(80,80,80,0.1);
}
.header .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:4.166666666666667rem;
}
.header .lts {
	display:flex;
	align-items:center;
}
.header .logo img {
	height:2.03125rem;
	display:block;
}
.header .navver ul {
	display:flex;
	margin-left:3.541666666666667rem;
}
.laugu a,.header .navver li h3 a {
	font-size:0.8333333333333334rem;
	color:#232323;
	line-height:2;
	display:block;
}
.header .navver li {
	margin-right:2.34375rem;
}
.header .tel h3 {
	padding-left:2.1875rem;
	background:url(../images/qw1.png) no-repeat left center/1.7708333333333335rem auto;
	font-size:0.78125rem;
	color:#666666;
	line-height:1.4;
}
.header .tel h3 span {
	font-size:0.8854166666666667rem;
	color:#232323;
	display:block;
}
.laugu a:hover,.header .navver li.on h3 a,.header .navver li h3 a:hover {
	font-weight:bold;
	color:#232323;
}
.mucase {
	background:#f7f7f7;
	padding-bottom:3.385416666666667rem;
}
.qtit h3 {
	font-size:1.875rem;
	color:#232323;
	line-height:1.6;
	padding:1.0416666666666667rem 0;
}
.qtit h3 i {
	opacity:0.5;
	display:inline-block;
	margin-left:0.78125rem;
	font-weight:bold;
}
.caselist ul {
	display:flex;
	flex-wrap:wrap;
}
.caselist ul li {
	width:calc((100% - 2.1875rem)/3);
	margin:0 1.0416666666666667rem 1.0416666666666667rem 0;
}
.caselist ul li:nth-child(3n) {
	margin-right:0;
}
.caselist .pic {
	height:15.104166666666668rem;
	overflow:hidden;
	border-radius:0.5208333333333334rem;
}
.caselist .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.caselist .txt {
	margin:-1.5625rem 1.4583333333333335rem 0;
	position:relative;
	z-index:2;
	background:#fff;
	border-radius:0.5208333333333334rem;
	padding:1.8229166666666667rem 2.34375rem 0.625rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	height:14.583333333333334rem;
	text-align:center;
	position:relative;
}
.caselist .txt h4 {
	font-size:0.9375rem;
	color:#232323;
	font-weight:bold;
	line-height:1.6;
	margin-bottom:0.625rem;
}
.caselist .txt p {
	font-size:0.78125rem;
	color:#666666;
	line-height:1.7;
}
.caselist .txt h6 {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:0.78125rem;
	color:#666666;
	line-height:1.6;
	position:absolute;
	left:0;
	right:0;
	bottom:0.78125rem;
	text-align:center;
}
.caselist .txt h6 img {
	width:0.3125rem;
	display:block;
	margin-left:0.7291666666666667rem;
}
.pages dl {
	display:flex;
	justify-content:center;
	margin-top:1.3020833333333335rem;
}
.pages dd i {
	font-size:0.7291666666666667rem;
	color:#363636;
	line-height:1.5625rem;
	display:block;
}
.pages dd a {
	font-size:0.7291666666666667rem;
	color:#363636;
	line-height:1.5625rem;
	display:block;
	border-radius:0.3125rem;
	padding:0 0.625rem;
}
.pages dd {
	margin:0 0.4166666666666667rem;
}
.pages dd.on a,.pages dd a:hover {
	background:#1b1b1b;
	color:#fff;
}
.caseth .wrap {
	display:flex;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:1.8229166666666667rem 2.8645833333333335rem 2.34375rem;
	justify-content:space-between;
}
.caseth .text {
	width:35.41666666666667rem;
}
.caseth .text>h1 {
	font-size:1.0416666666666667rem;
	color:#363636;
	font-weight:bold;
	line-height:1.6;
}
.caseth .text .dels {
	padding:0.625rem 0 1.3020833333333335rem;
}
.caseth .text .dels p {
	font-size:0.78125rem;
	color:#666666;
	line-height:1.7;
}
.caseth .text>h6 {
	display:flex;
	align-items:center;
	font-size:0.8333333333333334rem;
	color:#363636;
}
.caseth .text>h6 img {
	width:0.8854166666666667rem;
	margin-right:0.3125rem;
}
.caseth .text>h6 i {
	width:0.052083333333333336rem;
	height:0.78125rem;
	display:block;
	background:#e9e9e9;
	margin:0 0.625rem;
}
.caseth .text .flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#faf7f7;
	padding:1.5625rem;
	border-radius:0.78125rem;
	text-align:center;
	margin-top:0.625rem;
}
.caseth .text .flex ul {
	display:flex;
	flex:1;
	justify-content:space-between;
}
.caseth .text .flex ul li {
	flex:1;
}
.caseth .text .flex img {
	height:1.8229166666666667rem;
	width:2.1875rem;
	display:block;
	object-fit:contain;
	margin:0 auto;
}
.caseth .text .flex h5 {
	font-size:0.7291666666666667rem;
	color:#565656;
	line-height:1.6;
	margin-top:0.2604166666666667rem;
}
.caseth .text .flex h4 {
	font-size:1.0416666666666667rem;
	line-height:1.4;
	color:#f98700;
	white-space:nowrap;
	margin-left:2.604166666666667rem;
}
.caseth .rt {
	width:17.96875rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:2.604166666666667rem;
	border-left:0.052083333333333336rem solid #e0dede;
}
.caseth .rt h4 {
	font-size:0.9375rem;
	color:#666666;
	line-height:1.6;
	margin-bottom:0.78125rem;
}
.caseth .rt .icon {
	display:flex;
	margin-bottom:0.9375rem;
}
.caseth .rt .icon a {
	margin-right:0.8854166666666667rem;
	position:relative;
	z-index:2;
}
.caseth .rt .icon a .wx {
	position:absolute;
	left:0;
	top:100%;
	width:5.208333333333334rem;
	max-width:inherit;
	display:none;
}
.caseth .rt .icon a:hover .wx {
	display:block;
}
.caseth .rt .icon img {
	width:2.0833333333333335rem;
	display:block;
}
.caseth .rt .ico img {
	height:1.6666666666666667rem;
	display:block;
}
.caseth .rt .ico {
	margin-bottom:1.3020833333333335rem;
}
.caseth .rt li {
	display:flex;
	margin-bottom:0.15625rem;
}
.caseth .rt li img {
	width:0.7291666666666667rem;
	height:0.9375rem;
	object-fit:contain;
	display:block;
	margin-right:0.4166666666666667rem;
	margin-top:0.3125rem;
}
.caseth .rt li p {
	flex:1;
	font-size:0.78125rem;
	color:#666666;
	line-height:2;
}
.timebtn {
	width:10.15625rem;
	line-height:2.604166666666667rem;
	background:#ee7910;
	border-radius:2.604166666666667rem;
	color:#fff;
	display:block;
	text-align:center;
	margin-top:1.5625rem;
	font-size:0.78125rem;
}
.casetb {
	padding:2.8645833333333335rem 0;
	text-align:center;
}
.casetb .txt img {
	display:block;
	margin:0 auto;
}
.casetb .txt h4 {
	font-size:1.0416666666666667rem;
	color:#232323;
	line-height:1.6;
	margin:0.2604166666666667rem 0;
}
.casetb .txt p {
	font-size:0.8333333333333334rem;
	line-height:1.7;
	color:#232323;
}
.casetb .txt {
	margin-bottom:1.3020833333333335rem;
}
.news {
	padding:1.8229166666666667rem 0;
	background:#f7f7f7;
}
.news ul {
	display:flex;
	flex-wrap:wrap;
}
.news li {
	width:calc((100% - 3.4375rem)/3);
	margin:0 1.6666666666666667rem 1.6666666666666667rem 0;
	background:#fff;
	border-radius:0.5208333333333334rem;
	overflow:hidden;
	position:relative;
}
.news li:nth-child(1) {
	width:calc(((100% - 3.4375rem)/3)*2 + 1.6666666666666667rem);
}
.news li:nth-child(3n+2),.news li:nth-child(2) {
	margin-right:0;
}
.news li .pic {
	height:13.958333333333334rem;
}
.news li .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.news li .txt {
	padding:1.0416666666666667rem 1.3020833333333335rem;
}
.news li .txt h6 {
	display:flex;
	align-items:center;
	font-size:0.78125rem;
	color:#e79701;
	line-height:1.6;
}
.news li .txt h6 img {
	width:0.7291666666666667rem;
	margin-right:0.20833333333333334rem;
	display:block;
}
.news li .txt h4 {
	font-size:0.9375rem;
	color:#232323;
	line-height:1.4;
	margin:0.4166666666666667rem 0;
}
.news li .txt p {
	font-size:0.8333333333333334rem;
	color:#666666;
}
.news li:first-child .pic {
	height:22.395833333333336rem;
}
.news li:first-child h6 {
	display:none;
}
.news li:first-child h4 {
	position:absolute;
	z-index:99;
	left:0;
	right:0;
	bottom:0;
	background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.6));
	padding:2.604166666666667rem 1.3020833333333335rem 1.0416666666666667rem;
	font-size:0.9375rem;
	color:#ffffff;
}
.news li:first-child p {
	display:none;
}
.news li:first-child .txt {
	padding:0;
}
.tban {
	height:25.520833333333336rem;
	position:relative;
}
.tban .spans {
	position:absolute;
	left:0;
	right:0;
	bottom:1.09375rem;
	text-align:center;
	z-index:12;
}
.tban .spans span {
	width:0.36458333333333337rem;
	height:0.36458333333333337rem;
	border-radius:2.604166666666667rem;
	background:#fff;
	opacity:0.39;
	margin:0 0.3125rem;
}
.tban .spans span.swiper-pagination-bullet-active {
	width:1.7708333333333335rem;
	opacity:1;
}
.lianmlist {
	background:#f7f7f7;
}
.lianmlist .wrap {
	background:#fff;
	padding:1.5625rem 2.604166666666667rem 4.166666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.lianmlist .pages {
	margin-top:3.125rem;
}
.lianmlist li {
	margin-bottom:1.3020833333333335rem;
}
.lianmlist li a {
	border-radius:0.5208333333333334rem;
	display:flex;
	justify-content:space-between;
}
.lianmlist li .pic {
	width:26.041666666666668rem;
	height:19.53125rem;
	border-radius:0.5208333333333334rem;
	overflow:hidden;
}
.lianmlist li .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.lianmlist li .text {
	flex:1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:2.604166666666667rem;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.lianmlist li .text h1,
.lianmlist li .text h4 {
	font-size:1.1458333333333335rem;
	color:#232323;
	line-height:1.6;
}
.lianmlist li .text .flex {
	display:flex;
	flex-wrap:wrap;
	margin:0.78125rem 0 1.0416666666666667rem;
}
.lianmlist li .text .flex i {
	padding:0 0.625rem;
	border:1px solid #f5c09a;
	line-height:1.0416666666666667rem;
	background:#fef6f0;
	font-size:0.625rem;
	color:#fc791a;
	margin:0 0.5208333333333334rem 0.5208333333333334rem 0;
	display:block;
	border-radius:0.3125rem;
}
.lianmlist li .text h5 {
	font-size:0.8333333333333334rem;
	color:#8c8a8a;
	line-height:1.6;
}
.lianmlist li .text p {
	margin-top:0.4166666666666667rem;
	font-size:0.8333333333333334rem;
	color:#232323;
	line-height:1.8;
}
.lianmlist li .text .febtn {
	background:#fafafa;
	padding:1.0416666666666667rem 1.5625rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:0.78125rem;
}
.lianmlist li .text .febtn h6 {
	font-size:0.9895833333333334rem;
	line-height:1.6;
	color:#999999;
}
.lianmlist li .text .febtn h6 i {
	color:#ff0000;
	font-size:1.0416666666666667rem;
	margin-right:0.3125rem;
	display:inline-block;
}
.lianmlist li .text .bt {
	width:7.604166666666667rem;
	line-height:2.291666666666667rem;
	color:#fff;
	background:#e86a0e;
	font-size:0.8333333333333334rem;
	border-radius:2.604166666666667rem;
	text-align:center;
}
.dingzhi {
	background:#f7f7f7;
	padding:1.0416666666666667rem 0 2.8645833333333335rem;
}
.dingzhi .wrap {
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:3.125rem 2.8645833333333335rem;
}
.dingzhi h2 {
	text-align:center;
	font-size:1.875rem;
	color:#232323;
	font-weight:bold;
	line-height:1.6;
}
.dingzhi .wrap>h6 {
	font-size:0.9375rem;
	color:#232323;
	line-height:1.6;
	margin:0.78125rem 0 1.0416666666666667rem;
	text-align:center;
}
.dingzhi .flexul ul {
	display:flex;
	flex-wrap:wrap;
}
.dingzhi .flexul li {
	width:calc((100% - 3.229166666666667rem)/3);
	margin:0 1.5625rem 1.5625rem 0;
}
.dingzhi .flexul li:nth-child(3n) {
	margin-right:0;
}
.dingzhi .flexul li h5 {
	font-size:0.8333333333333334rem;
	line-height:2;
	color:#333333;
}
.dingzhi .flexul li h5 i {
	color:#ff0000;
}
.dingzhi .flexul li .txt {
	height:2.3958333333333335rem;
	border:1px solid #707070;
	border-radius:0.4166666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0 1.0416666666666667rem;
	font-size:0.8333333333333334rem;
	color:#333;
}
.dingzhi .flexul li .txt.lsele {
	background:url(../images/qw58.png) no-repeat right 1.0416666666666667rem center/0.6770833333333334rem auto;
}
.dingzhi .tbx {
	background:#f7f7f7;
	margin:0 -2.8645833333333335rem;
	text-align:center;
	padding:1.25rem 0;
}
.dingzhi .tbx p {
	line-height:1.6;
	font-size:0.9375rem;
	color:#999999;
}
.dingzhi .tfx {
	padding-top:1.5625rem;
}
.dingzhi .tfx dt {
	font-size:1.0416666666666667rem;
	color:#000000;
	line-height:1.6;
	font-weight:bold;
	margin-bottom:0.78125rem;
}
.dingzhi .tfx dd {
	margin-bottom:0.4166666666666667rem;
}
.dingzhi .tfx dd h4 {
	font-size:0.8333333333333334rem;
	color:#333333;
	line-height:1.6;
	margin-bottom:0.4166666666666667rem;
}
.dingzhi .tfx .flexlable {
	display:flex;
	flex-wrap:wrap;
}
.dingzhi .tfx .flexlable label {
	line-height:2.1875rem;
	width:6.458333333333334rem;
	border:1px solid #707070;
	border-radius:0.4166666666666667rem;
	text-align:center;
	font-size:0.8333333333333334rem;
	color:#363636;
	margin:0 0.5208333333333334rem 0.5208333333333334rem 0;
	cursor:pointer;
}
.dingzhi .tfx .flexlable input.che {
	display:none;
}
.dingzhi .tfx .flexlable input:checked + label {
	background:#e79701;
	color:#fff;
	border-color:#e79701;
}
.dingzhi .tfx .txt1 {
	height:2.3958333333333335rem;
	border:1px solid #707070;
	border-radius:0.4166666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0 1.0416666666666667rem;
	font-size:0.8333333333333334rem;
	color:#333;
	resize:none;
	height:6.145833333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0.5208333333333334rem 1.0416666666666667rem;
}
.dingzhi .tfx ul {
	display:flex;
	flex-wrap:wrap;
}
.dingzhi .tfx li {
	width:calc((100% - 5.3125rem)/6);
	margin:0 1.0416666666666667rem 1.0416666666666667rem 0;
}
.dingzhi .tfx li:nth-child(6n) {
	margin-right:0;
}
.dingzhi .tfx li h5 {
	color:#333;
	font-size:0.8333333333333334rem;
	line-height:2;
}
.dingzhi .tfx li h5 i {
	color:#999999;
	display:inline-block;
	margin-left:0.3125rem;
	font-size:0.78125rem;
}
.fnum {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:2.1875rem;
	border:1px solid #707070;
	border-radius:0.4166666666666667rem;
	margin-top:0.2604166666666667rem;
}
.fnum .tx {
	width:calc(100% - 4.479166666666667rem);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border:none;
	text-align:center;
	font-size:0.8333333333333334rem;
	color:#333;
}
.fnum .bt {
	width:2.1875rem;
	height:2.1875rem;
	background:url(../images/qw59.png) no-repeat center/0.625rem auto;
	cursor:pointer;
}
.fnum .bt2 {
	background:url(../images/qw60.png) no-repeat center/0.625rem auto;
}
.dingzhi .tfx .lsele {
	height:2.3958333333333335rem;
	border:1px solid #707070;
	border-radius:0.4166666666666667rem;
	width:17.708333333333336rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1.0416666666666667rem;
	font-size:0.8333333333333334rem;
	color:#333;
	resize:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/qw58.png) no-repeat right 1.0416666666666667rem center/0.6770833333333334rem auto;
}
.dingzhi .ftbtn {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:2.604166666666667rem;
}
.dingzhi .ftbtn a {
	font-size:0.8333333333333334rem;
	color:#787878;
	line-height:2.3958333333333335rem;
	width:8.854166666666668rem;
	border-radius:2.604166666666667rem;
	background:#eeeeee;
	margin:0 1.25rem;
	text-align:center;
}
.dingzhi .ftbtn a.on {
	background:#1b1b1b;
	color:#fff;
}
.dingzhi .ftbtn a:hover {
	background:#000;
	color:#fff;
}
.feiydel {
	background:#f7f7f7;
	padding:1.0416666666666667rem 0 2.604166666666667rem;
}
.feiydel .th li {
	display:flex;
}
.feiydel .th {
	background:#fff;
	padding:1.5625rem 2.604166666666667rem 2.604166666666667rem;
}
.feiydel .th .pic {
	position:relative;
	overflow:hidden;
}
.feiydel .th .pic li{
	margin-bottom: 0;
}
.feiydel .th .pic .spans {
	position:absolute;
	left:0;
	right:0;
	bottom:0.8333333333333334rem;
	z-index:11;
	text-align:center;
}
.feiydel .th .pic .spans span {
	width:0.4166666666666667rem;
	height:0.4166666666666667rem;
	background:#fff;
	border-radius:2.604166666666667rem;
	opacity:0.5;
	margin:0 0.2604166666666667rem !important;
}
.feiydel .th .pic .spans span.swiper-pagination-bullet-active{
	opacity: 1;
}
.feiydel .tbtext {
	background:#fff;
	padding:1.3020833333333335rem 2.604166666666667rem 2.0833333333333335rem;
}
.feiydel .wltab ul {
	display:flex;
}
.feiydel .wltab li a {
	text-align:center;
	font-size:1.0416666666666667rem;
	color:#666666;
	line-height:3.6458333333333335rem;
	padding:0 1.5625rem;
	display:block;
	border-radius:0.78125rem 0.78125rem 0 0;
}
.feiydel .wltab li.on a,.feiydel .wltab li a:hover {
	background:#f7f7f7;
}
.feiydel .tdels {
	background:#f7f7f7;
	padding:1.8229166666666667rem 2.604166666666667rem;
	font-size:0.78125rem;
	color:#666666;
	line-height:2;
}
.feiydel .tdels p {
	color:#666666;
	line-height:2;
}
.muxingc li {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	position:relative;
}
.muxingc li::before {
	content:"";
	position:absolute;
	left:1.3020833333333335rem;
	width:0.052083333333333336rem;
	top:1.3020833333333335rem;
	background:#cccccc;
	bottom:0;
}
.muxingc li .icon {
	width:2.604166666666667rem;
	line-height:2.916666666666667rem;
	border-radius:50%;
	height:2.604166666666667rem;
	background:url(../images/qw62.png) no-repeat center/1.3541666666666667rem auto #e79701;
	text-align:center;
	font-size:0.78125rem;
	color:#e79701;
	font-weight:bold;
	position:relative;
	z-index:2;
}
.muxingc li .txt {
	width:calc(100% - 5.46875rem);
}
.muxingc li .txt h5 {
	font-size:1.0416666666666667rem;
	color:#232323;
	line-height:2.604166666666667rem;
	border-radius:2.604166666666667rem;
	background:#fff;
	padding:0 1.5625rem;
	display:flex;
	align-items:center;
	justify-content:center;
}
.muxingc li .txt h5 img {
	margin:0 0.9375rem;
	width:1.1458333333333335rem;
	display:block;
}
.muxingc li .intx {
	display:inline-block;
	margin-bottom:1.5625rem;
}
.muxingc li .txtpad {
	padding:0 1.5625rem 2.0833333333333335rem;
}
.muxingc li .txtpad h6 {
	font-size:0.8333333333333334rem;
	color:#232323;
	margin-bottom:0.625rem;
}
.mupiclist {
	padding:1.8229166666666667rem 0 2.604166666666667rem;
}
.mupiclist ul {
	position:relative;
}
.mupiclist li {
	width:19.791666666666668rem;
	position:absolute;
	margin-bottom:1.5625rem;
}
.mupiclist li .pic {
	border-radius:0.5208333333333334rem;
	overflow:hidden;
}
.mupiclist li .pic img {
	width:100%;
	display:block;
}
.mupiclist li h4 {
	font-size:0.9375rem;
	color:#000000;
	line-height:1.6;
	padding:0.4166666666666667rem 0;
}
.mumore {
	text-align:center;
}
.mumore a {
	display:inline-block;
	font-size:0.7291666666666667rem;
	color:#999999;
	line-height:1.4;
}
.mumore a img {
	display:block;
	margin:0 auto;
	width:0.625rem;
	margin-top:0.2604166666666667rem;
}
.pidels {
	background:#f7f7f7;
	padding:1.0416666666666667rem 0 2.604166666666667rem;
}
.pidels .wrap {
	background:#fff;
	padding:2.604166666666667rem 2.8645833333333335rem 2.604166666666667rem;
}
.pidels .hd {
	text-align:center;
	border-bottom:0.052083333333333336rem solid #eeeeee;
	padding-bottom:1.1458333333333335rem;
	margin-bottom:1.3020833333333335rem;
}
.pidels .hd h1 {
	font-size:1.6666666666666667rem;
	color:#232323;
	font-weight:bold;
	line-height:1.6;
}
.pidels .hd h6 {
	display:flex;
	justify-content:center;
	margin-top:0.7291666666666667rem;
	font-size:0.7291666666666667rem;
	color:#7c7c7c;
}
.pidels .hd h6 i {
	display:flex;
	justify-content:center;
	margin:0 0.5208333333333334rem;
	align-items:center;
}
.pidels .hd h6 img {
	width:0.6770833333333334rem;
	height:0.6770833333333334rem;
	display:block;
	object-fit:contain;
	margin-right:0.5208333333333334rem;
}
.pidels .tb {
	max-width:45.3125rem;
	margin:0 auto;
}
.pidels .tb img {
	display:block;
	width:100%;
}
.pidels .flexprne {
	margin-top:2.604166666666667rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#f7f7f7;
	border-radius:0.5208333333333334rem;
	padding:0.9375rem 1.5625rem;
}
.pidels .flexprne a {
	display:flex;
	align-items:center;
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#666666;
}
.pidels .flexprne a img {
	display:block;
	width:0.46875rem;
}
.pidels .flexprne a i {
	width:0.052083333333333336rem;
	height:1.3541666666666667rem;
	background:#dedede;
	display:block;
	margin:0 1.8229166666666667rem 0 1.3020833333333335rem;
}
.pidels .flexprne a:nth-child(2n) {
	flex-direction:row-reverse;
}
.pidels .flexprne a:nth-child(2n) img {
	transform:rotate(180deg);
}
.pidels .flexprne a:hover {
	color:#333;
}
.hbanner {
	height:41.66666666666667rem;
	text-align:center;
	position:relative;
}
.hbanner .prev,.hbanner .next {
	position:absolute;
	left:0;
	top:50%;
	z-index:22;
	background:url(../images/pr1.png) no-repeat center;
	width:0.9895833333333334rem;
	height:1.9270833333333335rem;
	cursor:pointer;
	opacity:0.46;
	margin:-0.9375rem 1.9791666666666667rem 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hbanner .next {
	left:auto;
	right:0;
	transform:rotate(180deg);
}
.hbanner .prev:hover,.hbanner .next:hover {
	opacity:1;
}
.hbanner h2 {
	font-size:3.125rem;
	color:#fff;
	font-weight:bold;
	line-height:1.6;
	margin-top:13.802083333333334rem;
}
.hbanner .ico {
	height:0.052083333333333336rem;
	display:block;
	margin:1.0416666666666667rem auto 1.1458333333333335rem;
}
.hbanner h6 {
	font-size:1.0416666666666667rem;
	color:#ffffff;
	line-height:1.6;
}
.uwbtn {
	width:8.854166666666668rem;
	height:2.5rem;
	display:flex;
	background:#e79701;
	justify-content:center;
	border-radius:2.604166666666667rem;
	font-size:0.8333333333333334rem;
	color:#fff;
	align-items:center;
}
.hbanner .uwbtn {
	margin:7.291666666666667rem auto 0;
}
.uwbtn img {
	width:0.5208333333333334rem;
	margin-left:1.5625rem;
}
.hbanner .spot {
	position:absolute;
	left:0;
	right:0;
	bottom:1.3020833333333335rem;
	z-index:12;
	text-align:center;
}
.hbanner .spot span {
	width:0.4166666666666667rem;
	height:0.4166666666666667rem;
	border-radius:2.604166666666667rem;
	background:#fff;
	opacity:0.5;
	margin:0 0.3125rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hbanner .spot span.swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;
	width:1.6666666666666667rem;
}
.uwbtn.black {
	border:1px solid #232323;
	color:#232323;
	background:none;
}
.hpage1 {
	padding:3.6458333333333335rem 0 3.90625rem;
}
.wutit {
	text-align:center;
	font-size:1.875rem;
	color:#000000;
	line-height:1.6;
	font-weight:bold;
}
.hpage1 .hs p {
	font-size:0.8854166666666667rem;
	color:#000000;
	line-height:2;
	margin:1.3020833333333335rem 0 1.5625rem;
}
.hpage1 .uwbtn.black {
	margin:0 auto;
}
.hpage1 .bs ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:2.7083333333333335rem;
}
.hpage1 .bs ul li {
	width:39.84375rem;
	height:21.25rem;
	margin-bottom:1.25rem;
}
.hpage1 .bs ul li:nth-child(1),.hpage1 .bs ul li:nth-child(4) {
	width:39.84375rem;
}
.hpage1 .bs ul li:nth-child(3),.hpage1 .bs ul li:nth-child(2) {
	width:21.875rem;
}
.hpage1 .bs ul li a {
	display:block;
	overflow:hidden;
	border-radius:0.78125rem;
	height:100%;
	position:relative;
}
.hpage1 .bs .msk {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	padding:2.604166666666667rem 1.5625rem 2.0833333333333335rem;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.hpage1 .bs li a>img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hpage1 .bs li h6 {
	font-size:0.8333333333333334rem;
	line-height:2;
	color:#ffffff;
	background:rgba(255,255,255,0.2);
	display:inline-block;
	padding:0 0.4166666666666667rem;
	border-radius:0.3125rem;
}
.hpage1 .bs li h3 {
	font-size:1.5625rem;
	line-height:1.6;
	color:#ffffff;
	font-weight:bold;
	margin:0.3125rem 0 0.78125rem;
}
.hpage1 .bs li p {
	font-size:0.8333333333333334rem;
	color:#ffffff;
	line-height:1.8;
}
.hpage2 {
	padding:4.6875rem 0 5.208333333333334rem;
}
.uwtit h2 {
	font-size:2.0833333333333335rem;
	color:#fff;
	font-weight:bold;
	line-height:1.6;
	text-align:center;
}
.hpage2 ul {
	display:flex;
	flex-wrap:wrap;
	margin-top:1.5625rem;
}
.hpage2 li {
	width:calc((100% - 3.541666666666667rem)/3);
	margin:0 1.71875rem 1.0416666666666667rem 0;
}
.hpage2 li:nth-child(3n) {
	margin-right:0;
}
.hpage2 li a {
	border-radius:0.78125rem;
	padding:0.5729166666666667rem 0.7291666666666667rem;
	display:block;
	overflow:hidden;
	background:#fff;
}
.hpage2 li .pic {
	height:13.802083333333334rem;
	overflow:hidden;border-radius: 0.520833rem;
}
.hpage2 li .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hpage2 li .txt {
	padding:1.0416666666666667rem 0.78125rem;
}
.hpage2 li .txt h3 {
	font-size:1.25rem;
	line-height:1.6;
	color:#000000;
	font-weight:bold;
}
.hpage2 li .txt p {
	font-size:0.8333333333333334rem;
	color:#000000;
	line-height:1.7;
	margin:0.625rem 0 1.25rem;
	height:3.4em;
	overflow:hidden;
}
.hpage2 li h6 {
	font-size:0.8333333333333334rem;
	line-height:2.0833333333333335rem;
	color:#ffffff;
	width:6.770833333333334rem;
	background:#e79701;
	border-radius:2.604166666666667rem;
	text-align:center;
}
.uwtit.bk h2 {
	color:#000000;
}
.hpage3 {
	padding:3.6458333333333335rem 0 1.5625rem;
}
.hpage3 ul {
	display:flex;
	flex-wrap:wrap;
	margin-top:1.3020833333333335rem;
}
.hpage3 ul li {
	width:calc((100% - 3.541666666666667rem)/3);
	margin:0 1.71875rem 1.71875rem 0;
	border-radius:0.78125rem;
	overflow:hidden;
}
.hpage3 ul li:nth-child(3n) {
	margin-right:0;
}
.hpage3 ul li a {
	display:block;
	position:relative;
	height: 100%;
}
.hpage3 ul li a>img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hpage3 ul li h6 {
	display:flex;
	align-items:center;
	position:absolute;
	left:0.5208333333333334rem;
	top:0.5208333333333334rem;
	background:rgba(0,0,0,0.2);
	font-size:0.8333333333333334rem;
	color:#fff;
	padding:0 0.78125rem;
	line-height:1.4583333333333335rem;
	backdrop-filter:blur(0.5208333333333334rem);
	border-radius:1.0416666666666667rem;
}
.hpage3 ul li h6 img {
	width:0.8333333333333334rem;
	margin-right:0.20833333333333334rem;
	display:block;
}
.hpage3 ul li .txt {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:12;
	background:rgba(0,0,0,0.35);
	backdrop-filter:blur(0.5208333333333334rem);
	margin:0.5208333333333334rem;
	border-radius:0.625rem;
	text-align:center;
	padding:0.5208333333333334rem;
}
.hpage3 ul li .txt h3 {
	font-size:1.25rem;
	color:#ffffff;
	line-height:1.6;
	font-weight:bold;
}
.hpage3 ul li .txt p {
	font-size:0.8333333333333334rem;
	color:rgba(255,255,255,0.8);
	line-height:1.6;
}
.hpage4 {
	padding:2.0833333333333335rem 0 3.6458333333333335rem;
}
.hpage4 .bds {
	margin-top:1.5625rem;
	display:flex;
	justify-content:space-between;
}
.hpage4 .bds .lts {
	width:23.333333333333336rem;
}
.hpage4 .bds .rts {
	width:38.020833333333336rem;
}
.hpage4 .bds a img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hpage4 .bds a {
	display:block;
	border-radius:0.78125rem;
	overflow:hidden;
	position:relative;
	height: 100%;
}
.hpage4 .bds a h3 {
	position:absolute;
	z-index:2;
	left:0;
	right:0;
	bottom:0;
	background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.7));
	padding:5.208333333333334rem 1.5625rem 1.0416666666666667rem;
	font-size:1.25rem;
	color:#fff;
	font-weight:bold;
	line-height:1.6;
}
.hpage4 .bds .rts ul {
	display:flex;
	flex-wrap:wrap;
	height:100%;
	justify-content:space-between;
}
.hpage4 .bds .rts li {
	width:calc((100% - 1.0416666666666667rem)/2);
	margin-bottom:1.0416666666666667rem;
}
.hpage4 .bds .rts li:nth-child(3) {
	width:100%;
	margin-bottom:0;
}
.news li .pic {
	overflow:hidden;
}
.lianmlist li .text .wrt {
	display:flex;
	align-items:center;
	text-align:center;
}
.lianmlist li .text .wrt a {
	text-align:center;
	display:block;
	width:6.25rem;
	margin-left:0.8333333333333334rem;
}
.lianmlist li .text .wrt a.on {
	border:1px solid #dcdcdc;
	color:#232323;
	background:none;
}
.uwbtn:hover {
	background:#ffa701;
}
.hpage1 .uwbtn.black:hover {
	background:#f1f1f1;
}
.uwbtn:hover img {
	transform:rotate(45deg);
}
.mupiclist li .pic img,.news li .pic img,.lianmlist li .pic img,.dingzhi .tfx .txt1,.dingzhi .flexul li .txt,.caselist .txt h4,.caselist .pic img,.jxth ul li,.hpage4 .bds a h3,.hpage4 .bds a img,.hpage3 ul li a .txt h3,.hpage2 li a .txt h3,.hpage3 ul li a>img,.hpage2 li .pic img,.hpage1 .bs li a>img,.uwbtn img {
	transition:all 0.3s;
}
.mupiclist li a:hover .pic img,.news li a:hover .pic img,.lianmlist li a:hover .pic img,.caselist a:hover .pic img,.hpage4 .bds a:hover img,.hpage3 ul li a:hover>img,.hpage2 li a:hover .pic img,.hpage1 .bs li a:hover>img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.lianmlist li .text .wrt a:hover {
	background:#ee6806;
	border-color:#ee6806;
	color:#fff;
}
.timebtn:hover,.hpage1 .bs li a:hover .uwbtn {
	background:#ee6806;
}
.hpage1 .bs li a:hover .uwbtn img {
	transform:rotate(45deg);
}
.mupiclist li a:hover h4,.pidels .flexprne a:hover,.news li:first-child a:hover h4,.news li a:hover .txt h4,.lianmlist li a:hover .text h4,.caselist a:hover .txt h6,.caselist a:hover .txt h4,.footer .tbs dd a:hover,.footer .lts dd a:hover,.hpage4 .bds a:hover h3,.hpage3 ul li a:hover .txt h3,.hpage2 li a:hover .txt h3 {
	color:#e79701;
}
.jxth ul li:hover {
	box-shadow:0 0 0.5208333333333334rem 0 rgba(80,80,80,0.2);
}
.dingzhi .tfx .txt1:focus,.dingzhi .flexul li .txt:focus {
	border-color:#e79701 !important;
}
.layout{
	overflow: hidden;
}

.fadeInUp{
-webkit-animation:fadeInUp 1s .2s ease both;
-moz-animation:fadeInUp 1s .2s ease both;}
@-webkit-keyframes fadeInUp{
0%{opacity:0;
-webkit-transform:translateY(20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
0%{opacity:0;
-moz-transform:translateY(20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
.hbanner .swiper-slide-active h2{
	-webkit-animation:fadeInUp 1s .2s ease both;
	-moz-animation:fadeInUp 1s .2s ease both;
}
.hbanner .swiper-slide-active .ico{
	-webkit-animation:fadeInUp 1s .3s ease both;
	-moz-animation:fadeInUp 1s .3s ease both;
}
.hbanner .swiper-slide-active h6{
	-webkit-animation:fadeInUp 1s .4s ease both;
	-moz-animation:fadeInUp 1s .4s ease both;
}
.hbanner .swiper-slide-active .uwbtn{
	-webkit-animation:fadeInUp 1s .5s ease both;
	-moz-animation:fadeInUp 1s .5s ease both;
}