<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
}

body {
	font: 14px/1.6 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif, sans-serif;
	color: #333;
	background: #fff;
}

ul {
	padding: 0;
}

p {
	margin: 0;
}

a {
	outline: 0;
	text-decoration: none;
	color: #333;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

a:hover {
	color: #049bdd;
}

img {
	border: 0;
	vertical-align: top;
	outline: 0;
}

h1,
h2,
h3 {
	margin: 0;
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 100px;
}

.header .logo {
	margin-top: 30px;
}

.header .search {
	position: relative;
	background: #eeeeee;
	height: 24px;
	line-height: 24px;
	width: 172px;
	margin: 16px 0;
}

.header .search .text {
	width: 118px;
	height: 16px;
	padding: 4px 10px;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	outline: 0;
	background: #eeeeee;
}

.header .search .button {
	width: 34px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #049bdd;
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
	border: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
}

.header .search .button:hover {
	background-color: #24bdff;
}

.header .nav li {
	float: left;
	margin-left: 30px;
	position: relative;
	min-width: 56px;
	text-align: center;
	position: relative;
}

.header .nav li a {
	display: block;
	padding-bottom: 22px;
	height: 22px;
}

.header .nav li .dropmenu {
	display: none;
	position: absolute;
	top: 41px;
	z-index: 1111;
	background: #fff;
	border-top: 3px solid #049bdd;
	margin-left: -72px;
}

.header .nav li .dropmenu a {
	padding: 10px 0;
	width: 200px;
}

.header .nav li:hover .line {
	display: block;
}

.header .nav li:hover .dropmenu {
	display: block;
}

.header .nav li .line {
	position: absolute;
	left: 0;
	height: 3px;
	width: 100%;
	background: #049BDD;
	bottom: 0px;
	display: none;
}

.slider {
	position: relative;
}

.slider .hd {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 0;
	bottom: 16px;
}

.slider .hd li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	border: 1px solid #ddd;
	margin: 0 3px;
	width: 20px;
	color: #fff;
	cursor: pointer;
}

.slider .hd li.on {
	background: #049bdd;
	border: 1px solid #049bdd;
}

.notice {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: #eee;
	margin: 20px 0;
}

.notice .title {
	padding-right: 20px;
}

.notice .title img {
	margin-top: 17px;
	margin-right: 10px;
}

.notice .txtScroll-left {
	width: 1020px;
}

.notice .txtScroll-left li {
	width: 490px;
	margin-right: 20px;
}

.section1 .left {
	width: 770px;
}

.section1 .right {
	width: 360px;
}

.section1 .title {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.section1 .title h3 {
	color: #049BDD;
	position: relative;
	font-weight: bold;
}

.section1 .title h3 .line {
	width: 100%;
	height: 2px;
	background: #049bdd;
	position: absolute;
	z-index: 1111;
	bottom: -1px;
}

.section1 .title .more {
	font-size: 12px;
	color: #008ac6;
}

.section1 .title .more:hover {
	text-decoration: underline;
	color: #24bdff;
}

.section1 .fl .box1_1 {
	padding-top: 10px;
}
.section1 .fl .box1_1 .fl img{
	width:261px;
	height:131px;
}
.section1 .fl .box1_1 .fr {
	width: 480px;
}

.section1 .fl .box1_1 .fr h3 {
	font-weight: bold;
    margin: 10px 0;
    height: 25px;
    overflow: hidden;
}

.section1 .fl .box1_1 .fr p {
	height: 72px;
	overflow: hidden;
	line-height: 26px;
	color: #555;
}

.section1 .fl .box1_2 li {
	width: 360px;
	float: left;
	line-height: 36px;
	background: url(../img/dot.png) no-repeat left center;
	padding-left: 10px;
	overflow: hidden;
	height: 36px;
}

.section1 .fl .box1_2 li:nth-child(odd) {
	margin-right: 30px;
}

.section1 .fl .box2_1 {
	width: 370px;
	margin-top: 20px;
}

.section1 .fl .box2_1 li {
	line-height: 36px;
	background: url(../img/dot.png) no-repeat left center;
	padding-left: 10px;
	overflow: hidden;
	height: 36px;
}

.section1 .fr .box1 .des {
	padding-bottom: 10px;
}

.section1 .fr .box1 li {
	width: 87px;
	height: 87px;
	float: left;
	margin-left: 4px;
	background: #eee;
	text-align: center;
}

.section1 .fr .box1 li:first-child {
	margin-left: 0;
}

.section1 .fr .box1 li .img {
	margin: 10px auto 0 auto;
	width: 48px;
	height: 48px;
}

.section1 .fr .box1 li .img1 {
	background: url(../img/ab1.png) no-repeat center center;
}

.section1 .fr .box1 li .img2 {
	background: url(../img/ab2.png) no-repeat center center;
}

.section1 .fr .box1 li .img3 {
	background: url(../img/ab3.png) no-repeat center center;
}

.section1 .fr .box1 li .img4 {
	background: url(../img/ab4.png) no-repeat center center;
}

.section1 .fr .box1 .li1:hover .img1 {
	background: url(../img/ab1_o.png) no-repeat center center;
}

.section1 .fr .box1 .li2:hover .img2 {
	background: url(../img/ab2_o.png) no-repeat center center;
}

.section1 .fr .box1 .li3:hover .img3 {
	background: url(../img/ab3_o.png) no-repeat center center;
}

.section1 .fr .box1 .li4:hover .img4 {
	background: url(../img/ab4_o.png) no-repeat center center;
}

.section1 .fr .box2 {
	margin-top: 16px;
}

.section1 .fr .box2 .li1 {
	width: 100%;
	height: 78px;
	background: url(../img/ywbg1.jpg) repeat-y;
}

.section1 .fr .box2 .li2 {
	width: 100%;
	height: 78px;
	background: url(../img/ywbg2.jpg) repeat-y;
}

.section1 .fr .box2 .li3 {
	width: 100%;
	height: 78px;
	background: url(../img/ywbg3.jpg) repeat-y;
}

.section1 .fr .box2 li {
	margin-bottom: 4px;
	position: relative;
	overflow: hidden;
}

.section1 .fr .box2 li img {
	margin: 12px 12px 12px 30px;
}

.section1 .fr .box2 li p {
	height: 78px;
	line-height: 78px;
	color: #fff;
}

.section1 .fr .box2 li a {
	display: block;
	height: 78px;
}

.section1 .fr .box2 li:after {
	position: absolute;
	left: -100%;
	top: 0;
	width: 30%;
	height: 100%;
	content: "";
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-45deg);
}

.section1 .fr .box2 li:hover:after {
	left: 150%;
	transition: 0.5s ease;
}

.footer {
	height: 100px;
	background: #333;
	margin-top: 50px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p {
	padding-top: 20px;
}

.page-left {
	width: 220px;
	margin-top: 30px;
}

.page-left ul {
	height: 360px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.page-left ul li {
	line-height: 48px;
	margin: 0 20px;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}

.page-left ul li:hover {
	border-bottom: 1px solid #049BDD;
}
.page-left ul li a:hover{
	color:#049BDD;
}
.page-left ul li.current{
	border-bottom: 1px solid #049BDD;
}
.page-left ul li.current&gt;a{
	color:#049BDD;
}
.page-left ul li a {
	line-height: 1.2;
	padding: 10px 0;
	font-size: 16px;
	display: inline-block;
}
.page-left ul li .suba{
	line-height: 1.2;
}
.page-left ul li .suba a{
	line-height: 1.2;
	padding: 0 0 10px 15px;
	font-size: 14px;
	color: #666;
	display: inline-block;
	position: relative;
}
.page-left ul li .suba a:hover{
	color: #049BDD;
}
.page-left ul li .suba a::before{
	content: "";
	width: 3px;
	height: 3px;
	background: #ddd;
	position: absolute;
	left: 6px;
	top: 6px;
}
.page-left .title {
	height: 60px;
	font-size: 18px;
	position: relative;
	background: #049bdd;
	color: #fff;
	padding-left: 30px;
	border-top: 6px solid #49c8ff;
	height: 90px;
	line-height: 90px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.page-left .title .line {
	/* width: 70px; */
	position: absolute;
	top: -6px;
	left: 0;
	height: 6px;
	background: #b3d402;
}

.page-right {
	width: 950px;
	margin-top: 30px;
}

.page-right .content {
	padding: 20px;
}

.page-right .path {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #ddd;
}

.page-right .path img {
	width: 16px;
	height: 16px;
	margin: 12px 6px;
}

.page-right .content .title {
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	margin: 0 20px;
	font-weight: bold;
}

.page-right .content .info {
	text-align: center;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 20px;
	color: #555;
	margin-bottom: 20px;
}

.page-right .content .article {
	line-height: 36px;
}

.page-right .next {
	padding: 0 20px;
	margin: 100px 0 20px 0;
	position: relative;
	padding-top: 20px;
}

.page-right .next .next1 {
	width: 50%;
	height: 22px;
	overflow: hidden;
}

.page-right .next .next1 .span {
	width: 17px;
	height: 16px;
	margin: 4px 0;
}

.page-right .next .next1 .span1 {
	background: url(../img/icon-left.png) no-repeat center center;
}

.page-right .next .next1 .span2 {
	background: url(../img/icon-right.png) no-repeat center center;
}

.page-right .next .next1_1 {
	width: 380px;
	padding: 0 10px;
}

.page-right .next a {
	color: #777;
}

.page-right .next a:hover {
	color: #000;
	text-decoration: underline;
}

.page-right .next .line {
	position: absolute;
	left: 20px;
	top: 0;
	height: 1px;
	width: 160px;
	background: #ddd;
}
.page-right .news-list{
	padding: 20px;
}
.page-right .news-list li{
	line-height: 50px;
	border-bottom: 1px solid #eee;
	background: url(../img/newsdot.png) no-repeat center left;
	padding-left: 10px;
}
.page-right .page_nav {
	line-height: 30px;
	padding: 10px 0;
	font-size: 0;
	text-align: center;
	margin-top: 50px;
	height: 30px;
}

.page-right .page_nav span {
	cursor: default;
	color: #333
}

.page-right .page_nav span,
.page_nav a {
	border: solid 1px #ccc;
	color: #333;
	padding: 5px;
	margin: 0 5px;
	display: inline-block;
	line-height: 15px;
	font-size: 12px;
}

.page-right .projectslist {
	width: 910px;
}

.page-right .page_nav select {
	line-height: 15px;
	height: 25px;
	border: solid 1px #ccc;
	background-color: #fff
}
.banner img{
	width:100%;
}
.gotop {
    
    
    position: fixed;
    bottom: 120px;
    margin-left: 1200px;
}
.gotop a{
	width: 36px;
	height: 36px;
	margin-top:2px ;
	display: block;
	background: #ddd;
}
.gotop a:hover{
	background: #049BDD;
}
</pre></body></html>