<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#part1{
	width:100%;
	float:left;
	background-color:#fff;
	padding-top:0px;
	padding-bottom:3.5%;
	background-repeat: no-repeat;
	background-position: center center; position:relative; z-index:100;
}
#part2{
	width:100%;
	float:left;
	padding-top:3.5%;
	padding-bottom:3.5%;
	background-color:#e6e6e6;
	overflow:hidden;
	background-image: url(qtbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;background-size:cover;
}
#part3{
	width:100%;
	float:left;
	background-color:#fff;
	padding-top:3.5%;
	padding-bottom:3.5%;  overflow:hidden;
}
#lmbt{
	width:100%;
	float:left; text-align:center;
}
#lmbt.fd{ margin-top:-1%;}
#lmbt  dd{
	position:relative;
	color:#50ACD0;
	line-height:1.8;   display: inline-block; 
	}
#lmbt p{ color:#555; line-height:1.8;}
#lmbt p.en{ color:#777;font-family: Arial, Helvetica, sans-serif; text-transform:capitalize; margin-top:-2px;}
#fwzs{
	width:100%;
	float:left;
	margin-top:2.5%;
	margin-bottom:3%;
	overflow:hidden; 

}
#fwzs ul{LIST-STYLE-TYPE: none; margin-left:-8% }
#fwzs ul li{width:17%; margin-left:8%; text-align:center; float:left;  }
#fwzs ul li .nrc{box-sizing:content-box;  box-sizing:border-box; width:100%; transition:all 0.3s ease-in-out 0s;border:#50ACD0 solid 2px; padding:0px 15px;border-radius:8px;}
#fwzs ul li img{ display:block; max-width:90%; margin-left:auto; margin-right:auto;  margin-top:55px; margin-bottom:10px;transition:all 0.3s ease-in-out 0s;}
#fwzs ul li p{ text-align:center; line-height:2.5;color:#50ACD0; margin-bottom:55px;}
#fwzs ul li:hover .nrc{ border:#F66A1F solid 2px;background-image: linear-gradient(to bottom, #FFCC00,#F66A1F);}
#fwzs ul li:hover p{ color:#fff;}
#fwzs ul li:hover  img{ -webkit-filter:brightness(100)invert(0);filter:brightness(100)invert(0);}
#cpfl{ width:100%; float:left; position:relative;	background-color:#F66A1F;background-image: linear-gradient(to bottom, #FFCC00,#F66A1F);}
#cpfl .fold_wrap {width:100%;overflow:hidden;float:left;}
#cpfl .fold_wrap ul{LIST-STYLE-TYPE: none;}
#cpfl .fold_wrap ul li{ transform: skewX(-10deg);
  	float:left;
	padding-top:28%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	text-align:center;

	border-right:15px solid #fff;
	box-sizing:content-box;
	box-sizing:border-box; z-index:1;transition:all 0.5s ease-in-out 0s;
}
#cpfl .fold_wrap ul li.normal{ width:25%;}
#cpfl .fold_wrap ul li.active{ width:50%;}
#cpfl .fold_wrap ul li .nrc{ position:absolute; width:65%; left:8%; bottom:15%;transform: skewX(10deg);transition:all 0.3s ease-in-out 0s;}
#cpfl .fold_wrap ul li:hover .nrc,#cpfl .fold_wrap ul li.active .nrc{bottom:20%;left:10%;}
#cpfl .fold_wrap ul li .nrc img{ max-width:85px; float:left; margin-bottom:14px;}
#cpfl .fold_wrap ul li .nrc dd{ width:100%; float:left; font-weight:bold; color:#fff; margin-top:8px; margin-bottom:8px; text-align:left;}
#cpfl .fold_wrap ul li .nrc p{ width:100%; float:left; filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.4s ease-in-out 0s;height:0px;}
#cpfl .fold_wrap ul li.active p,#cpfl .fold_wrap ul li:hover p{ filter: Alpha(Opacity=100);-moz-opacity:1; height:auto;	opacity:1;}
#cpfl .fold_wrap ul li .nrc p a{ float:left; padding-left:8px; font-weight:bold; padding-right:8px; color:#fff; border-left:#fff solid 1px; line-height:1.5; margin-top:8px; margin-bottom:8px;}
#cpfl .fold_wrap ul li .nrc p a:first-child{ border-left:0px; padding-left:0px;}
#cpfl .fold_wrap ul li .picto{
	position:absolute;
	left:0px;
	top:0px;
	left:-10%;
	width:130%;
	height:100%;
	background-repeat: no-repeat;
	transform: skewX(10deg);
	background-position: center center;
	background-size:auto 100%;
	z-index:-1;
}
#cpfl .fold_wrap ul li:last-child{ border-right:0px solid;}
#yycj{
	width:100%;
	float:left;
	margin-top:2.5%;	
	
}
#yycj ul{LIST-STYLE-TYPE: none; margin-left:-2% }
#yycj ul li{width:14.6%; margin-left:2%; text-align:center; float:left; margin-top:1%; margin-bottom:1%; }
#yycj ul li:hover { }
#yycj ul li .nrc{ width:100%; display:block;border-radius:4px; z-index:1;border-radius:8px;  overflow:hidden; position:relative; padding-top:30px; padding-bottom:30px; background-color:#fff;box-shadow: 0px 1px 12px #bbb;-webkit-box-shadow: 0px 1px 12px #bbb;-moz-box-shadow: 0px 1px 12px #bbb;transition:all 0.3s ease-in-out 0s;}
#yycj ul li:hover .nrc{ background-color:#50ACD0;box-shadow: 0px 1px 12px #aaa;-webkit-box-shadow: 0px 1px 12px #aaa;-moz-box-shadow: 0px 1px 12px #aaa;-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
#yycj ul li .nrc .bgt {
	position:absolute;
	left:0px; width:100%; height:100%;
	top:0px;
	background-position: center center;background-size:cover;filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.4s ease-in-out 0s; z-index:-1;
}
#yycj ul li:hover .nrc .bgt {
	position:absolute;
	left:0px; width:100%; height:100%;
	top:0px;
	background-position: center center;background-size:cover;filter: Alpha(Opacity=60);
-moz-opacity:0.6; 		opacity:0.6;
}
#yycj ul li .nrc .img1{ max-width:80px; display:block; margin-left:auto; margin-right:auto; margin-bottom:5px;transition:all 0.3s ease-in-out 0s;}
#yycj ul li:hover  .nrc .img1{ -webkit-filter:brightness(100)invert(0);filter:brightness(100)invert(0);}
#yycj ul li .nrc p{color:#50ACD0; line-height:3; text-align:center;TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden; font-weight:bold;}
#yycj ul li:hover .nrc p{ color:#fff;}
#gsnr{ width:80%; padding-left:10%; padding-right:10%; float:left; line-height:1.8; text-align:center; margin-top:1%; color:#333;}
#gsnr a{ color:#FF721C; font-weight:bold;}
#gywm{ width:100%; float:left; margin-top:3.5%; text-align:center; position:relative; z-index:1;}
#zebq{
	width:100%;
	float:left; position:absolute; left:0px; top:50%; margin-top:-90px; z-index:-1; 
}
#zebq ul{LIST-STYLE-TYPE: none;  }
#zebq ul li{width:30%;  text-align:center; float:left; color:#fff; text-align:center;  }
#zebq ul li:nth-of-type(2){ float:right;}
#zebq ul li p{ font-size:16px; height:50px; overflow:hidden; line-height:25px;color:#333; margin-top:3%; }
#zebq ul li h5{font-size:14px; padding-top:2%; font-weight:normal; color:#666;}
#zebq ul li  span{
	margin-right:8px;
	font-size:100px;
	font-weight:600;
	font-family: "Times New Roman", Times, serif;
	line-height:1;color:#50ACD0;
}
#gywm .center {
	display: inline-block;
	width: 506px;
	height: 506px;
	border-radius: 50%;
	line-height: 506px;
	text-align: center;
		opacity: 1;
	transition: 2s; cursor:pointer;
}

#gywm .center .box {
	position: relative;
	display: inline-block;
	width: 506px;
	height: 506px;
	line-height: 506px;
	vertical-align: middle;
}

#gywm .center .box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 594px;
	height: 594px;
}

#gywm .center .box01 {
	display: inline-block;
	width: 506px;
	height: 506px;
	line-height: 506px;
	border-radius: 50%;
	vertical-align: middle;
}

#gywm .center .box01 span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #e0e0e0;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: circleScale1 4s linear infinite;
	-moz-animation: circleScale1 4s linear infinite;
	-ms-animation: circleScale1 4s linear infinite;
	animation: circleScale1 4s linear infinite;
}

#gywm .center .box01 span:nth-of-type(2) {
	animation-delay: 1s;
}

#gywm .center .box01 span:nth-of-type(3) {
	animation-delay: 2s;
}

#gywm .center .box01 span:nth-of-type(4) {
	animation-delay: 3s;
}

@keyframes circleScale1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.4);
		-moz-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

#gywm .center .box02 {
	display: inline-block;
	width: 384px;
	height: 384px;
	line-height: 384px;
	vertical-align: middle;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	background: #e2e2e2;
}

#gywm .center .box02 .img {
	display: inline-block;
	width: 384px;
	height: 384px;
	line-height: 384px;
	overflow: hidden
}
#gywm .center .box02 .img .imga{ width:100%; display:block;}
#gywm .center .box02 .img .top {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	background-image: url(video.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#gywm .center .box02 .img .top .imgb {
	margin: -3px 0 0; display:none;
}
#synr{ width:100%; float:left; margin-top:4%;}
#synr ul{LIST-STYLE-TYPE: none; margin-left:-3% }
#synr ul li{ width:47%; margin-left:3%; float:left;}
#synr ul li dd{ width:100%; float:left; font-weight:bold; border-bottom:#ddd solid 1px;color:#50ACD0; line-height:2;}
#synr ul li .nrc{ width:100%; float:left; margin-top:2%; }
#synr ul li .nrc p{ font-size:16px; line-height:1.8; color:#333;}
#synr ul li .nrc h3{ font-size:17px; margin-top:8px; margin-bottom:8px;color:#50ACD0;}</pre></body></html>