.wrap {
	width:75rem;
	margin:0 auto;
}
.layout {
	position:relative;
	padding-top:4.166666666666667rem;
}
.header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:4.166666666666667rem;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:16;
	background:#fff;
}
.header.on {
	box-shadow:0 0 0.20833333333333334rem 0 rgba(80,80,80,0.2);
}
.header .logo {
	margin-left:2.291666666666667rem;
	display:block;
}
.header .logo img {
	height:2.135416666666667rem;
	display:block;
	object-fit:contain;
}
.header .rts {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.header .shops {
	background:#0e73c0;
	width:12.5rem;
	text-align:center;
}
.header .shops a {
	background:url(../images/qw2.png) no-repeat left center;
	text-align:center;
	padding-left:1.7708333333333335rem;
	display:inline-block;
}
.shops span {
	font-size:0.9375rem;
	line-height:4.166666666666667rem;
	display:inline-block;
	color:#fff;
	background:url(../images/qw3.png) no-repeat right center/0.9375rem auto;
	padding-right:1.4583333333333335rem;
}
.header .naver ul {
	display:flex;
	align-items:center;
}
.header .naver li {
	margin-right:3.125rem;
}
.header .naver li h3 a {
	font-size:0.9375rem;
	line-height:4.166666666666667rem;
	color:#666666;
}
.header .naver li h3 i {
	display:inline-block;
	background:url(../images/qw1.png) no-repeat center/0.625rem auto;
	width:0.625rem;
	height:0.3125rem;
	margin-left:0.3125rem;
}
.header .naver li .hnli {
	position:absolute;
	left:50%;
	display:none;
	top:100%;
	z-index:1;
	min-width:7.552083333333334rem;
	background:#fff;
	transform:translateX(-50%);
}
.header .naver li dd {
	margin-bottom:0.5208333333333334rem;
}
.header .naver li dd h4 a {
	font-size:16px;
	line-height:1.6;
	color:#666666;
	display:block;
	white-space: nowrap;
}
.footer {
	border-top:0.052083333333333336rem solid #999999;
	background:#f7f8f9;
	padding-bottom:3.125rem;
}
.footer .tps {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:3.125rem 0 2.0833333333333335rem;
	border-bottom:0.052083333333333336rem solid #cccccc;
}
.footer .tbs {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	padding-top:1.8229166666666667rem;
}
.footer .logo img {
	height:2.135416666666667rem;
	display:block;
}
.footer h6 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#ef7a00;
}
.footer .txt {
	font-size:16px;
	line-height:1.5625rem;
	color:#666666;
}
.footer ul {
	display:flex;
	align-items:flex-end;
	align-items:center;
}
.footer li {
	margin-left:1.0416666666666667rem;
}
.footer li .wx {
	width:6.166666666666667rem;
}
.footer li .wx img {
	width:100%;
	display:block;
}
.footer li p {
	margin-top:0.2604166666666667rem;
	font-size:14px;
	line-height:1.6;
	color:#333333;
	text-align:center;
}
.crumbs {
	border-bottom:0.052083333333333336rem solid #e5e5e5;
	padding:0.7291666666666667rem 0;
}
.crumbs dl {
	display:flex;
	align-items:center;
}
.crumbs dd span,.crumbs dd a {
	font-size:14px;
	line-height:1.6;
	color:#666666;
	display:block;
}
.crumbs dd span {
	margin:0 0.20833333333333334rem;
}
.crumbs dd:nth-child(1) a {
	padding-left:1.3020833333333335rem;
	background:url(../images/qw4.png) no-repeat left center/1.0416666666666667rem auto;
}
.crumbspo {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	border-bottom:none;
}
.uwtopes {
	background:#f6f6f6;
	height:43.22916666666667rem;
	position:relative;
}
.uwtopes .wrap {
	position:relative;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.uwbanner {
	overflow:hidden;
}
.uwbanner .swiper-slide{
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	align-items:center;
}
.uwbanner .pic {
	width:40.625rem;
    position: relative;
    overflow: hidden;
}
.uwtopes .prev,
.uwtopes .next{
    position:absolute;
	left:3.208333333333334rem;
	top:50%;
	z-index:1;
	cursor:pointer;
	background:url(../images/prev1.png) no-repeat center /0.7375rem auto #acacac;
	width:2.854166666666667rem;
	height:2.854166666666667rem;
	border-radius:50%;
	margin-top:-1.9270833333333335rem;
	opacity: 0;
	transition: all 0.3s;
}
.uwtopes:hover .prev,
.uwtopes:hover .next{
    opacity: 1;
}

.uwtopes .next{
	left:auto;
	right:3.208333333333334rem;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
}
.uwtopes .prev:hover, .uwtopes .next:hover {
    background-color: #0e73c0;
}
.uwbanner .pic img {
	max-width:80%;
	height:100%;
	display:block;
	margin:  auto;
	object-fit:contain;
}
.uwbanner .txt {
	width:31.25rem;
}
.uwbanner .txt1 h3 {
	font-size:2.5rem;
	line-height:1.5;
	color:#000000;
}
.uwbanner .txt1 h4 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#000000;
}
.uwbanner .txt .ts {
	border-bottom:0.052083333333333336rem solid #cccccc;
	padding-bottom:1.1458333333333335rem;
}
.uwbanner .txt dl {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-right:2.0833333333333335rem;
	justify-content:space-between;
	margin-top:2.0833333333333335rem;
}
.uwbanner .txt dd {
	background:#ff7417;
	font-size:1.6666666666666667rem;
	margin-bottom:2.0833333333333335rem;
	line-height:4.166666666666667rem;
	color:#fff;
	width:calc((100% - 1.875rem)/2);
	text-align:center;
}
.uwprev,.uwnext {
	position:absolute;
	left:5.208333333333334rem;
	top:50%;
	z-index:1;
	cursor:pointer;
	background:url(../images/prev1.png) no-repeat center /0.9375rem auto #acacac;
	width:3.854166666666667rem;
	height:3.854166666666667rem;
	border-radius:50%;
	margin-top:-1.9270833333333335rem;
}
.uwnext {
	left:auto;
	right:5.208333333333334rem;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	/* IE 9*/
	-moz-transform:rotate(180deg);
	/* Firefox*/
	-webkit-transform:rotate(180deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(180deg);
}
.uwprev:hover,.uwnext:hover {
	background:url(../images/prev2.png) no-repeat center /0.9375rem auto #0e73c0;
}
.uwmain {
	padding:6.770833333333334rem 0 5.208333333333334rem;
}
.uwmain .wrap {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.uwlts {
	width:calc(100% - 22.916666666666668rem);
}
.uwrts {
	width:19.791666666666668rem;
	border:1px solid #cccccc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:1.0416666666666667rem;
	position:sticky;
	right:0;
	top:5.208333333333334rem;
	z-index:12;
}
.uwrts .img {
	width:100%;
	display:block;
}
.uwtit h1{
    font-size:2.4rem;
	line-height:1.5;
	color:#000000;
	margin: 0 0 2rem;
}
.uwrts h3 {
	font-size:1.25rem;
	line-height:1.5;
	color:#000000;
	margin:0.9375rem 0;
}
.uwrts h3 span {
	color:#ff7417;
}
.uwrts dd {
	display:flex;
	align-items:flex-start;
}
.uwrts dd h4 {
	font-size:0.9375rem;
	line-height:1.7708333333333335rem;
	color:#000000;
	margin-right:0.4166666666666667rem;
}
.uwrts dd p a,.uwrts dd p {
	font-size:0.9375rem;
	line-height:1.7708333333333335rem;
	color:#999999;
}
.item {
	padding:2.0833333333333335rem 0;
	border-bottom:0.052083333333333336rem solid #cccccc;
}
.item:nth-child(1) {
	padding-top:0;
}
.uwtit h2 {
	font-size:1.6666666666666667rem;
	line-height:1.3;
	padding-bottom:1.0416666666666667rem;
	color:#000000;
	position:relative;
	margin-bottom:1.5625rem;
}
.uwtit h2:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	width:3.125rem;
	height:0.3125rem;
	background:#ef7a00;
}
.item dl {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.item dd {
	margin-right:1.4583333333333335rem;
}
.item dd img {
	max-height:1.5625rem;
	display:block;
	object-fit:contain;
}
.item .text {
	font-size:1.0416666666666667rem;
	line-height:1.8;
	color:#666666;
}
.item .table table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #cccccc;
}
.item .table td {
	font-size:1.25rem;
	line-height:1.6;
	color:#000000;
	padding:1.1458333333333335rem 2.5rem;
}
.item .table td:nth-child(1) {
	width:13.541666666666668rem;
	padding:1.1458333333333335rem 0 1.1458333333333335rem 1.3020833333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.item .list ul {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.item .list li {
	margin-bottom:1.5625rem;
}
.item .list li:last-child{
	display:none;
}
.item .list li span {
	display:block;
	margin:0 1.0416666666666667rem;
	width:0.6770833333333334rem;
}
.item .list li span img {
	width:100%;
	display:block;
}
.item .list li .pic {
	height:7.291666666666667rem;
	position:relative;
	overflow:hidden;
	width:10.9375rem;
	cursor:pointer;
}
.item .list li .img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
}
.item .list li .msk {
	position:absolute;
	left:0;
	right:0;
	top:100%;
	z-index:1;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background:rgba(0,0,0,0.5);
	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;
}
.item .list li .pic:hover .msk {
	top:0;
}
.item .list li .ico {
	width:1.40625rem;
	display:block;
	margin:0 auto;
}
.item .list li h6 {
	font-size:1.0416666666666667rem;
	line-height:1.5;
	height:4.5em;
	color:#000000;
	margin-top:0.4166666666666667rem;
	text-align:center;
	width: 10.9375rem;
}
.item .wenti li {
	margin-bottom:0.5208333333333334rem;
	cursor:pointer;
	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;
	border:1px solid transparent;
}
.item .wenti li.on {
	border:1px solid #cccccc;
}
.item .wenti li .tps h3 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#000000;
	max-width:88%;
}
.item .wenti li .tps {
	padding:1.0416666666666667rem;
	transition:background 0.3s ease;
	background:url(../images/qw73.png) no-repeat right 1.0416666666666667rem center/1.0416666666666667rem auto #f7f8f9;
}
.item .wenti li.on .tps {
	background:url(../images/qw74.png) no-repeat right 1.0416666666666667rem center/1.0416666666666667rem auto #fff;
}
.item .wenti li .txt {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#666666;
	display:none;
	padding:0 1.0416666666666667rem 1.5625rem;
}
.item .wenti li img {
	display:block;
	height:auto;
	max-width:100%;
}
.itembot,.item:last-child {
	border-bottom:none;
}
.itembot {
	padding-bottom:0.5208333333333334rem;
}
.uwbanner .txt2 h6 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#ff7417;
	text-transform:uppercase;
	margin-bottom:0.8333333333333334rem;
}
.uwbanner .txt2 h3 {
	font-size:2.5rem;
	line-height:1.6;
	color:#000000;
}
.uwtit h2 span {
	font-size:1.25rem;
}
.item .shiyt ul {
	display:flex;
	flex-wrap:wrap;
}
.item .shiyt li {
	margin-right:1.0416666666666667rem;
	width:calc((100% - 5.208333333333334rem)/6);
}
.item .shiyt li:nth-child(6n) {
	margin-right:0;
}
.item .shiyt .img {
	height:14.84375rem;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-content:center;
}
.item .shiyt .img img {
	max-width:100%;
	height:auto;
	display:block;
	object-fit:contain;
}
.item .shiyt h6 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#000000;
	text-align:center;
	margin-top:0.4166666666666667rem;
}
.item .caoz ul {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;
}
.item .caoz li {
	margin-right:1.0416666666666667rem;
	width:calc((100% - 4.166666666666667rem)/5);
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.item .caoz li:nth-child(5n) {
	margin-right:0;
}
.item .caoz li .ico {
	width:100%;
	height:1.875rem;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-bottom:0.4166666666666667rem;
}
.item .caoz li .ico img {
	max-height:1.875rem;
	display:block;
	object-fit:contain;
}
.item .caoz li h4 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#000000;
	margin-bottom:0.4166666666666667rem;
}
.item .caoz li p {
	font-size:16px;
	line-height:1.6;
	color:#000000;
}
.zidoxyj {
	position:relative;
}
.zidoxyj .crumbs {
	left:12.5rem;
}
.zidoxyj li {
	background:#f6f6f6;
	padding:6.25rem 0;
	position:relative;
}
.zidoxyj li:nth-child(2n) {
	background:#fff;
}
.zidoxyj li .wrap {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	align-items:center;
}
.zidoxyj li:nth-child(2n) .wrap {
	flex-direction:initial;
}
.zidoxyj li .pic {
	width:35.677083333333336rem;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
}
.zidoxyj li .pic img {
	max-width:100%;
	height:auto;
	display:block;
	object-fit:contain;
	margin:0 auto;
}
.zidoxyj li .txt {
	width:33.333333333333336rem;
}
.zidoxyj li h6 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#ff7417;
	margin-bottom:1.25rem;
}
.zidoxyj li h2 {
	font-size:2.5rem;
	line-height:1.5;
	color:#000000;
}
.zidoxyj li dl {
	margin-top:1.6666666666666667rem;
	border-top:0.052083333333333336rem solid #cccccc;
	padding-top:1.5625rem;
	margin-bottom:2.0833333333333335rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.zidoxyj li dd {
	background:#ff7417;
	font-size:1.25rem;
	margin-right:2.34375rem;
	line-height:2.916666666666667rem;
	color:#fff;
	width:calc((100% - 4.6875rem)/3);
	text-align:center;
}
.zidoxyj li dd:nth-child(3n) {
	margin-right:0;
}
.zidoxyj li table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #cccccc;
}
.zidoxyj li td {
	font-size:16px;
	line-height:1.6;
	color:#000000;
	padding:0.625rem 0 0.625rem 3.125rem;
}
.zidoxyj li td:nth-child(1) {
	width:9.375rem;
	padding:0.625rem 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	text-align:center;
	box-sizing:border-box;
	font-size:1.0416666666666667rem;
	font-weight:bold;
}
.zidoxyj li .flax {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:1.5625rem;
	flex-wrap:wrap;
}
.zidoxyj li h5 {
	font-size:16px;
	line-height:2;
	color:#333333;
	width:50%;
}
.zidofts {
	padding:5.729166666666667rem 0;
	background:#f6f6f6;
}
.zidofts .wrap {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.zidofts .pic {
	width:calc(100% - 22.916666666666668rem);
	overflow:hidden;
}
.zidofts .pic img {
	width:100%;
	display:block;
}
.item .videos video {
	width:100%;
	display:block;
	object-fit:cover;
}
.item .videos h5 {
	font-size:1.25rem;
	line-height:1.6;
	text-decoration:underline;
	color:#000;
	margin-top:0.5208333333333334rem;
}
.item .videos {
	margin-top:3.125rem;
}
.banner img {
	width:100%;
	height:100%;
	display:block;
}
.faq li {
	margin-bottom:1.5625rem;
	border:1px solid #cccccc;
	border-radius:0.4166666666666667rem;
	padding:1.0416666666666667rem 1.5625rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	-o-box-sizing:border-box;
	cursor:pointer;
	margin-right:1.0416666666666667rem;
	box-sizing:border-box;
	width:calc((100% - 2.0833333333333335rem)/2);
	align-self:flex-start;
	min-height:auto;
	width: 100%;
}
.faq li:nth-child(2n) {
	margin-right:0;
}
.faq ul {
	overflow:hidden;
	padding:3.125rem 0 2.25rem;
}
.faq li h3 span {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	display:inline-block;
	max-width:88%;
	color:#000;
}
.faq li h3 {
	background:url(../images/qw5.png) no-repeat right center/0.9375rem auto;
}
.faq li .txt {
	font-size:16px;
	line-height:2;
	color:#000000;
	margin-top:1.3541666666666667rem;
	transition:max-height 0.3s ease;
	display: none;
}
.faq li .txt h4 {
	font-size:0.9375rem;
	font-weight:bold;
	margin-bottom:0.8333333333333334rem;
}
.faq li.on {
	border-color:#ef7a00;
}
.faq li.on h3 span {
	font-weight:bold;
	color:#ef7a00;
}
.faq li.on h3 {
	background:url(../images/qw5-1.png) no-repeat right center/0.9375rem auto;
}
.banner1 {
	height:43.75rem;
	overflow:hidden;
	position:relative;
}
.banner1 img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
}
.banner1 .uwprev,.banner1 .uwnext {
	background-color:rgba(0,0,0,0.5);
}
.banner1 .uwprev:hover,.banner1 .uwnext:hover {
	background-color:#0e73c0;
}
.kouzlist .hds ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:0.052083333333333336rem solid #cccccc;
	padding:2.3958333333333335rem 5.208333333333334rem 1.3020833333333335rem;
}
.kouzlist .hds li {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.kouzlist .hds li .ico {
	max-height:3.385416666666667rem;
	display:block;
	object-fit:contain;
}
.kouzlist .hds li .ts {
	flex:1;
	margin-left:1.0416666666666667rem;
}
.kouzlist .hds li  h3 {
	font-size:1.0416666666666667rem;
	line-height:1.5;
	color:#000;
	font-weight:bold;
	margin-bottom:0.4166666666666667rem;
}
.kouzlist .hds li p {
	font-size:16px;
	line-height:1.5;
	color:#000;
}
.kouzlist .box {
	margin-top:2.0833333333333335rem;
}
.kztit {
	text-align:center;
}
.kztit h3 {
	font-size:3.75rem;
	line-height:1;
	color:#fce8dd;
	text-transform:uppercase;
	font-weight:lighter;
}
.kztit h4 {
	font-size:2.1875rem;
	line-height:1;
	color:#000;
	margin-top:-1.5625rem;
}
.kouzlist .list {
	margin-top:1.875rem;
}
.kouzlist .list ul {
	display:flex;
	flex-wrap:wrap;
}
.kouzlist .list li {
	margin-bottom:1.875rem;
	margin-right:2.0833333333333335rem;
	width:calc((100% - 4.166666666666667rem)/3);
	background:#f7f8f9;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:1.3541666666666667rem 1.25rem 2.3958333333333335rem;
}
.kouzlist .list li:nth-child(3n) {
	margin-right:0;
}
.kouzlist .list li .pic {
	height:13.75rem;
	overflow:hidden;
}
.kouzlist .list li img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.kouzlist .list li h4 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#000000;
	font-weight:bold;
	margin-top:0.625rem;
}
.kouzlist .list li h5 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#666666;
	margin-top:0.3125rem;
}
.kouzlist .list li h6 {
	width:6.041666666666667rem;
	line-height:2.604166666666667rem;
	border-radius:0.20833333333333334rem;
	text-align:center;
	background:#ef7a00;
	font-size:0.9375rem;
	color:#fff;
	margin-top:1.0416666666666667rem;
}
.kouzlist .flax {
	display:flex;
	justify-content:space-between;
	margin-top:4.583333333333334rem;
}
.kouzlist .flax .kztit {
	text-align:left;
}
.kouzlist .flax .txt {
	font-size:16px;
	line-height:1.8;
	color:#333;
	margin-top:1.875rem;
}
.kouzlist .flax .txt span {
	color:#666666;
}
.kouzlist .flax .lts {
	width:calc(100% - 36.19791666666667rem);
}
.kouzlist .flax .pic {
	width:33.07291666666667rem;
	overflow:hidden;
}
.kouzlist .flax .pic img {
	width:100%;
	display:block;
	margin-bottom:1.5625rem;
}
.kouzlist {
	padding-bottom:8.333333333333334rem;
}
.kouzdels .hds {
	background:#f6f6f6;
}
.kouzdels .hds .wrap {
	padding:6.25rem 0 5.208333333333334rem;
	display:flex;
	justify-content:space-between;
	position:relative;
	align-items:center;
}
.kouzdels .hds .pic {
	width:39.84375rem;
	overflow:hidden;
}
.kouzdels .hds .pic img {
	width:100%;
	display:block;
}
.kouzdels .hds .rts {
	width:calc(100% - 42.5rem);
}
.kouzdels .hds .txt {
	margin-top:2.0833333333333335rem;
	font-size:0.9375rem;
	line-height:1.7;
	color:#000000;
}
.kouzdels .hds .txt span {
	font-size:14px;
	color:#9d9d9d;
	font-weight:lighter;
	text-transform:uppercase;
}
.item .renzhe {
	margin-top:1.0416666666666667rem;
}
.item .renzhe ul {
	display:flex;
	flex-wrap:wrap;
}
.item .renzhe li {
	margin-bottom:1.25rem;
	margin-right:1.6666666666666667rem;
	background:#f6f6f6;
	width:calc((100% - 3.3333333333333335rem)/3);
	padding:1.5625rem 0 1.3020833333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.item .renzhe li:nth-child(3n) {
	margin-right:0;
}
.item .renzhe li .img {
	height:19.010416666666668rem;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.item .renzhe li .img img {
	max-width:100%;
	height:auto;
	display:block;
	object-fit:contain;
	margin:auto;
}
.item .renzhe li h5 {
	width:8.645833333333334rem;
	line-height:2.8125rem;
	background:#0e73c0;
	border-radius:1.5625rem;
	text-align:center;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	margin:0.8333333333333334rem auto 0;
}
.abo1 {
	padding:4.166666666666667rem 0;
}
.abo1 .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.abotit h2 {
	font-size:3.75rem;
	line-height:1;
	color:#ef7a00;
	font-weight:lighter;
	text-transform:uppercase;
}
.abotit h3 {
	font-size:2.1875rem;
	line-height:1.2;
	color:#000000;
	margin-top:0.625rem;
}
.abo1 .txt p {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#666666;
	margin-top:1.0416666666666667rem;
}
.abo1 .pic {
	width:37.5rem;
}
.abo1 .pic img {
	width:100%;
	display:block;
}
.abo1 .lts {
	width:100%;
}
.abo2 {
	padding:4.166666666666667rem 0 6.770833333333334rem;
}
.abo2 h3 {
	font-size:2.1875rem;
	line-height:1.4;
	color:#fff;
}
.abo2 p {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#fff;
	margin:1.0416666666666667rem 0 3.125rem;
}
.abo2 ul {
	display:flex;
	align-items:center;
}
.abo2 li .ts {
	background:url(../images/qw22.png) no-repeat center/cover;
	height:7.291666666666667rem;
	display:flex;
	justify-content:center;
	align-items:center;
	width:16.979166666666668rem;
	border-radius:0.625rem;
	overflow:hidden;
	position: relative;
	top: 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;
}
.abo2 li .ts:hover{
	top: -6px;
}
.abo2 li span {
	margin:0 0.8333333333333334rem;
	display:block;
	width:0.4166666666666667rem;
}
.abo2 li span img {
	width:100%;
	display:block;
}
.abo2 li .ico {
	max-height:1.9791666666666667rem;
	display:block;
	object-fit:contain;
}
.abo2 li h5 {
	font-size:1.875rem;
	line-height:1.5;
	margin-left:0.9375rem;
	color:#000;
}
.abo3 {
	padding-bottom:5.729166666666667rem;
}
.abo3 .hds {
	padding:5.729166666666667rem 0 21.354166666666668rem;
}
.abo3 .txt {
	font-size:1.0416666666666667rem;
	line-height:1.7;
	color:#666666;
}
.abo3 .hds .txt {
	max-width:41.927083333333336rem;
	margin-top:2.0833333333333335rem;
}
.abo3 .bds {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.abo3 .bds .lts {
	width:calc(100% - 40.625rem);
}
.abo3 .maps {
	width:37.5rem;
	height:21.770833333333336rem;
	border-radius:1.0416666666666667rem;
	overflow:hidden;
}
.abo3 .bds dd {
	display:flex;
	align-items:flex-start;
	margin-bottom:0.4166666666666667rem;
}
.abo3 .bds .ls {
	display:flex;
	align-items:center;
}
.abo3 .bds h6 {
	font-size:0.9375rem;
	line-height:1.8;
	color:#999999;
	flex:1;
	margin-left:0.3125rem;
}
.abo3 .bds h6 a {
	color:#999999;
}
.abo3 .bds .ico {
	margin-right:0.5208333333333334rem;
	display:block;
	width:1.25rem;
}
.abo3 .bds h4 {
	font-size:0.9375rem;
	line-height:1.6;
	color:#000;
}
.abo3 .bds .txt {
	margin:1.0416666666666667rem 0 2.604166666666667rem;
}
.shiye1 {
	padding:4.166666666666667rem 0 3.6458333333333335rem;
}
.sytit h2 {
	font-size:2.1875rem;
	line-height:1.6;
	color:#000000;
	text-align:center;
}
.sytit h2 span {
	color:#ef7a00;
}
.sytit .bns {
	text-align:center;
	display:block;
	margin-top:0.5208333333333334rem;
}
.sytit .bns span {
	font-size:0.9375rem;
	line-height:1.6;
	color:#000;
	background:url(../images/h23.png) no-repeat left center;
	padding-left:1.5625rem;
}
.shiye1 .bds ul {
	display:flex;
	flex-wrap:wrap;
	margin-top:1.3020833333333335rem;
}
.shiye1 .bds li {
	height:16.145833333333336rem;
	border-radius:0.5208333333333334rem;
	overflow:hidden;
	position:relative;
	width:8.125rem;
	margin-right:0.2604166666666667rem;
	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;
}
.shiye1 .bds li img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.shiye1 .bds li.on {
	width:15.625rem;
}
.shiye1 .bds li:last-child {
	margin-right:0;
}
.shiye1 .bds li .msk {
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	background:rgba(243,243,243,0.8);
}
.shiye1 .bds li h3 span {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#333333;
	font-weight:bold;
	display:inline-block;
	position:relative;
}
.shiye1 .bds li h3 {
	text-align:center;
	padding-top:2.0833333333333335rem;
}
.shiye1 .bds li.on .msk {
	background:rgba(238,122,0,0.8);
}
.shiye1 .bds li.on h3 {
	text-align:left;
	padding:2.0833333333333335rem 1.3541666666666667rem 0 1.3541666666666667rem;
}
.shiye1 .bds li.on h3 span {
	color:#fff;
}
.shiye1 .bds li h3 span:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-0.7291666666666667rem;
	z-index:1;
	width:0;
	height:0.20833333333333334rem;
	background:#fff;
	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;
}
.shiye1 .bds li.on h3 span:before {
	width:2.604166666666667rem;
}
.sytit p {
	font-size:1.25rem;
	line-height:1.6;
	color:#000000;
	margin-top:1.0416666666666667rem;
	text-align:center;
}
.shiye2 ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:2.604166666666667rem;
}
.shiye2 li {
	width:calc((100% - 1.8229166666666667rem)/2);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #cccccc;
	border-radius:1.0416666666666667rem;
	overflow:hidden;
	padding:2.0833333333333335rem 0;
}
.shiye2 li .img {
	height:13.802083333333334rem;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.shiye2 li .img img {
	max-width:100%;
	max-height:100%;
	display:block;
	object-fit:contain;
}
.shiye2 li h6 {
	font-size:1.5625rem;
	line-height:1.5;
	color:#ef7a00;
	font-weight:bold;
	text-align:center;
}
.shiye2 li p {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#010101;
	text-align:center;
}
.shiye3 img {
	width:100%;
	display:block;
	margin:2.604166666666667rem auto 0;
}
.shiye3 {
	padding-top:4.6875rem;
}
.shiye4 {
	padding:8.333333333333334rem 0 26.041666666666668rem;
}
.shiye4 .wrap {
	display:flex;
	justify-content:space-between;
}
.shiye4 .lts {
	width:28.645833333333336rem;
}
.shiye4 .rts {
	flex:1;
	margin-left:0.5208333333333334rem;
	display:flex;
	justify-content:space-between;
}
.shiye4 .ts h3 {
	font-size:1.5625rem;
	line-height:1.5;
	color:#000;
	font-weight:bold;
	margin-bottom:0.3125rem;
}
.shiye4 .ts p {
	font-size:1.0416666666666667rem;
	line-height:1.7;
	color:#000;
}
.shiye4 .abotit h2 {
	text-transform:initial;
}
.shiye4 .rts>div>.ts1 {
	margin-bottom:3.6458333333333335rem;
}
.hbaner {
	height:41.66666666666667rem;
	overflow:hidden;
	position:relative;
}
.hbaner img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hbaner .uwprev,.hbaner .uwnext {
	background-color:rgba(0,0,0,0.5);
}
.hbaner .uwprev:hover,.hbaner .uwnext:hover {
	background-color:#0e73c0;
}
.htit h6 {
	display:flex;
	align-items:center;
	font-size:0.9375rem;
	line-height:1.6;
	color:#000;
}
.htit h6 .ico {
	max-height:1.0416666666666667rem;
	display:inline-block;
	object-fit:contain;
	margin-right:0.3125rem;
}
.htit h2 {
	font-size:2.5rem;
	line-height:1.5;
	color:#000;
	font-weight:bold;
	margin-top:0.5208333333333334rem;
}
.htit h2 span {
	color:#ef7a00;
}
.more {
	width:10.416666666666668rem;
	line-height:3.0208333333333335rem;
	text-align:center;
	background:#ef7a00;
	display:block;
	font-size:0.9375rem;
	color:#fff;
	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;
}
.hpage1 {
	padding:6.770833333333334rem 0;
}
.hpage1 .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.hpage1 p {
	font-size:0.9375rem;
	line-height:1.7;
	color:#000;
	margin:2.604166666666667rem 0 4.166666666666667rem;
}
.hpage1 .lts {
	width:100%;
}
.hpage1 .pic {
	width:36.97916666666667rem;
	overflow:hidden;
}
.hpage1 .pic img {
	width:100%;
	display:block;
}
.hpage3 {
	padding:6.25rem 0 4.166666666666667rem;
}
.hpage3 ul {
	display:flex;
	flex-wrap:wrap;
	margin-top:2.0833333333333335rem;
}
.hpage3 li {
	margin-bottom:0.625rem;
	margin-right:0.625rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	height:5.729166666666667rem;
	overflow:hidden;
	background:#fff;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
	align-items:center;
	width:calc((100% - 3.125rem)/6);
	border:1px solid #dddddd;
}
.hpage3 li img {
	max-width:100%;
	max-height:100%;
	display:block;
	object-fit:contain;
}
.hpage3 li:nth-child(6n) {
	margin-right:0;
}
.hpage2 {
	padding:4.166666666666667rem 0 5.729166666666667rem;
}
.hpage2 .hds {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.hpage2 .box {
	margin-top:4.166666666666667rem;
	display:flex;
	justify-content:space-between;
}
.hpage2 .lts {
	width:calc(100% - 18.75rem);
	background:#fff;
}
.hpage2 .lts .pic {
	width:100%;
	height:34.375rem;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.hpage2 .lts .pic a:nth-child(n+2){
	display: none;
}
.hpage2 .lts .pic img {
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	object-fit:contain;
}
.hpage2 .rts {
	width:18.229166666666668rem;
	background:#fff;
	padding-top:3.125rem;
}
.hpage2 .rts li {
	margin-bottom:0.10416666666666667rem;
	position:relative;
}
.hpage2 .rts li .ts {
	display:flex;
	align-items:center;
	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;
}
.hpage2 .rts li a {
	background:url(../images/qw10.png) no-repeat right 1.5625rem center/0.5729166666666667rem auto;
	display:block;
	padding:1.1458333333333335rem 1.5625rem;
	position:relative;
	z-index:2;
}
.hpage2 .rts li.on a,.hpage2 .rts li:hover a {
	background:url(../images/qw10-1.png) no-repeat right 1.5625rem center/0.5729166666666667rem auto;
}
.hpage2 .rts li .ico {
	width:2.0833333333333335rem;
	height:2.0833333333333335rem;
	position:relative;
	overflow:hidden;
}
.hpage2 .rts li .ico img {
	width:100%;
	height:100%;
	display:block;
	position:relative;
	top:0;
	margin:auto;
	object-fit:contain;
	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;
}
.hpage2 .rts li.on .ico img,.hpage2 .rts li:hover .ico img {
	top:-100%;
}
.hpage2 .rts li h3 {
	font-size:1.0416666666666667rem;
	line-height:1.6;
	color:#999999;
	margin-left:0.8333333333333334rem;
}
.hpage2 .rts li:before {
	content:"";
	position:absolute;
	left:-1.875rem;
	top:0;
	z-index:1;
	background:#0e73c0;
	height:100%;
	width: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;
}
.hpage2 .rts li.on:before,.hpage2 .rts li:hover:before {
	width:20.052083333333336rem;
}
.hpage2 .rts li.on .ts h3,.hpage2 .rts li:hover .ts h3 {
	color:#fff;
}
.hpage2 .rts li.on .ts,.hpage2 .rts li:hover .ts {
	margin-left:-1.5625rem;
}
.kouzlist .list li:hover h6,.more:hover {
	background:#d66d00;
	opacity:0.95;
}
.shiye2 li .img img,.shiye1 .bds li img,.kouzlist .list li img,.item .renzhe li .img img,.hpage3 li img,.hpage2 .lts .pic img {
	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;
}
.shiye2 li:hover .img img,.kouzlist .list li:hover img,.item .renzhe li:hover .img img,.hpage3 li:hover img {
	transform:scale(1.02);
	-ms-transform:scale(1.02);
	/* IE 9*/
	-moz-transform:scale(1.02);
	/* Firefox*/
	-webkit-transform:scale(1.02);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.02);
}
.shiye1 .bds li:hover img,.hpage2 .lts .pic:hover img {
	transform:scale(1.06);
	-ms-transform:scale(1.06);
	/* IE 9*/
	-moz-transform:scale(1.06);
	/* Firefox*/
	-webkit-transform:scale(1.06);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.06);
}
.item .renzhe li:hover h5 {
	background:#ef7a00;
	color:#fff;
}
.crumbs dd a:hover {
	color:#ef7a00;
}
.item .videos {
	cursor:pointer;
}
.shiye2 li:hover,.kouzlist .list li:hover {
	top:-0.5208333333333334rem;
	box-shadow:0 0.4166666666666667rem 1.0416666666666667rem 0 rgba(80,80,80,0.2);
}
.shiye2 li,.kouzlist .list li {
	position:relative;
	top: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;
}
.header .shops:hover {
	background:#0a67ad;
}
.header .naver li h3 {
	display:flex;
	align-items:center;
}
.header .naver li {
	position:relative;
}
.header .naver li .hnli {
	display:block;
	display:none;
}
.header .naver li dd {
	position:relative;
}
.header .naver li dd h4 {
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#666666;
	line-height:1.5625rem;
}
.header .naver li dd h4 i {
	display:inline-block;
	background:url(../images/qw1.png) no-repeat center / 0.625rem auto;
	width:0.625rem;
	height:0.3125rem;
	margin-left:0.3125rem;
	transform:rotate(-90deg);
}
.header .naver li dd h4 a {
	color:inherit;
}
.header .naver li dd .dli {
	position:absolute;
	left:100%;
	top:0;
	white-space:nowrap;
	background:#F7F8F9;
	display:none;
}
.header .naver li dd .dli a {
	display:block;
	padding:0 0.78125rem;
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#999999;
	margin-bottom:0.5208333333333334rem;
	line-height:1.5625rem;
}
.header .naver li.on h3 i {
	background:url(../images/qw1-2.png) no-repeat center / 0.625rem auto;
}
.header .naver li:hover h3 i {
	background:url(../images/qw1-1.png) no-repeat center / 0.625rem auto;
}
.header .naver li dd .dli a:hover,.header .naver li dd h4 a:hover,.header .naver li.on h3 a,.header .naver li h3 a:hover {
	color:#0e73c0;
}

.pages{
	padding: 0 0 6.25rem;
}
.pages dl {
	display:flex;
	justify-content:center;
	align-items:center;
}
.pages dd {
	margin:0 0.5208333333333334rem;
}
.pages dd a {
	font-size:0.8333333333333334rem;
	color:#999999;
	line-height:2;
	display:block;
}
.pages dd.on a,.pages dd a:hover {
	color:#a18813;
}

.uwform {
	margin:3rem 16.145833333333336rem;
	border-radius:1.0416666666666667rem;
	background:#fff;
	box-shadow:0 0 0.7291666666666667rem 0 #ecf2f6;
	padding:2.0833333333333335rem 4.166666666666667rem;
}
.uwform h2 {
	font-size:1.5625rem;
	line-height:1.6;
	color:#232323;
	font-weight:bold;
	text-align:center;
}
.uwform ul {
	margin-top:0.78125rem;
}
.uwform li {
	margin-bottom:0.8333333333333334rem;
}
.uwform li h4 {
	font-size:0.8333333333333334rem;
	line-height:1.5;
	color:#232323;
	margin-bottom:0.3125rem;
}
.uwform li h4 i {
	color:#ff0000;
}
.uwform li .t1 {
	width:100%;
	border:1px solid #aaaaaa;
	height:2.5rem;
	background:none;
	padding:0 0.9375rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:0.8333333333333334rem;
	color:#232323;
	border-radius:0.3125rem;
}
.uwform li .lsele {
	width:100%;
	border:1px solid #aaaaaa;
	height:2.5rem;
	background:none;
	padding:0 1.7708333333333335rem 0 0.9375rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-size:0.8333333333333334rem;
	color:#232323;
	border-radius:0.3125rem;
	background:url(../images/wqw36.png) no-repeat right 0.625rem center/0.6770833333333334rem auto;
}
.uwform li .flax {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	border:1px solid #aaaaaa;
	height:2.5rem;
	border-radius:0.3125rem;
}
.uwform li .lsele1 {
	height:100%;
	padding:0;
	border:none;
	width:4.6875rem;
	background:url(../images/wqw38.png) no-repeat right 0.3125rem center/0.5208333333333334rem auto;
	text-align:center;
}
.uwform li .t2 {
	height:100%;
	padding:0;
	border:none;
	flex:1;
	padding:0 0.8333333333333334rem;
}
.uwform li .span {
	width:0.052083333333333336rem;
	height:1.0416666666666667rem;
	background:#aaaaaa;
}
.uwform .cheok .c1 {
	display:none;
}
.uwform .cheok label {
	font-size:0.8333333333333334rem;
	cursor:pointer;
	line-height:1.6;
	padding-left:1.3541666666666667rem;
	color:#666666;
	display:block;
	background:url(../images/wqw37.png) no-repeat left center/0.8854166666666667rem auto;
}
.uwform .cheok input:checked + label {
	background:url(../images/wqw37-1.png) no-repeat left center/0.8854166666666667rem auto;
}
.uwform .btn {
	width:100%;
	height:2.604166666666667rem;
	background:#0b7bd2;
	border-radius:0.3125rem;
	text-align:center;
	display:block;
	font-size:0.9375rem;
	line-height:2.604166666666667rem;
	color:#fff;
	margin:1.0416666666666667rem 0 0.5208333333333334rem;
}
.uwform h6 {
	font-size:0.8333333333333334rem;
	line-height:1.6;
	color:#666666;
	text-align:center;
}
.uwform h6 a {
	color:#0b7bd2;
}

.uwform .txt {
  margin-top: 2.0833333333333335rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #000000;
}


.upageflex .hpage1:nth-child(2n) .wrap{
    flex-direction: row-reverse;
}
