<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            font-family: '';
            font-size: 22px;
        }
        
        ul li {
            list-style: none;
        }
        
        a {
            text-decoration: none;
        }
        
        a:hover {
            text-decoration: none;
        }
        
        body {
            background-image: url(../images/bg01.gif);
        }
        
        .top {
            display: flex;
            width: 1400px;
            height: 100px;
            background-color: #0baec1;
            margin: 0 auto;
            justify-content: space-between;
            align-items: center;
            padding: 0 30px;
            padding-right: 85px;
        }
        
        .logo span {
            float: left;
        }
        
        .logo img {
            width: 550px;
            float: left;
        }
        
        .logo {
            display: flex;
            align-items: center;
        }
        
        .logo span {
            color: white;
            font-weight: bold;
            font-size: 22px;
            margin-left: 15px
        }
        
        .clear {
            clear: both;
        }
        
        .topitem {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }
        
        .topitem a {
            color: white;
            font-size: 20px;
            border-right: 2px solid white;
            padding: 0 13px;
            display: block;
        }
        
        .topitem a:last-child {
            border: none !important;
        }
        
        .sou {
            display: flex;
            align-items: center;
        }
        
        .sou input {
            width: 300px;
            height: 40px;
            padding-left: 20px;
            outline: none;
            border: 0;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        
        .search {
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: block;
            padding-left: 6px;
            border: 1px solid white;
            padding-top: 4px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }
        
        .search img {
            width: 25px;
            height: 25px;
        }
        
        .swiper-container1 {
            width: 100%;
        }
        
        .swiper-container1 img {
            width: 100%;
            vertical-align: top;
            outline-width: none;
            height: 611px;
            object-fit: cover;
        }
        
        .main {
            width: 1400px;
            margin: 0 auto;
        }
        
        .swiper-container1 .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
        }
        
        .nav {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 45px;
            background-color: #fff;
            margin-top: 5px;
        }
        
        .nav li {
            width: 14%;
            position: relative;
            float: left;
            z-index: 9;
        }
        
        .nav li a {
            display: block;
            width: 100%;
            height: 45px;
            text-align: center;
            line-height: 45px;
            color: #0baec1;
            transition: all ease 0.4s;
        }
        
        .nav li a:hover {
            color: white !important;
            background-color: #0baec1 !important;
            font-weight: bold;
        }
        
        .drop {
            background-color: #fff;
            display: none;
            position: absolute;
            left: 0;
            width: 100%;
            top: 45px;
        }
        
        .drop a {
            font-size: 22px !important;
        }
        
        .content {
            width: 1400px;
            margin: 0 auto;
            margin-top: 5px;
            background-color: #fff;
            display: flex;
            padding: 20px;
            justify-content: space-between;
        }
        
        .contentleft {
            width: 600px;
        }
        
        .swiper-container2 {
            width: 600px;
            height: 400px;
        }
        
        .swiper-container2 img {
            width: 600px;
            height: 400px;
            object-fit: cover;
        }
        
        .cover {
            position: absolute;
            bottom: 0;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 47px;
            background: rgba(0, 0, 0, 0.4);
            padding: 10px;
        }
        
        .swiper-container2 .swiper-pagination {
            text-align: right;
            padding-right: 10px;
        }
        
        .cover h3 {
            color: white;
            font-size: 18px;
            padding-left: 20px;
        }
        
        .cover p {
            color: white;
            font-size: 15px;
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 25px;
            margin-top: 20px;
            text-indent: 2em;
            padding-left: 20px;
        }
        
        .contentright {
            width: 700px;
            background-color: #fff;
        }
        
        .contentright h3 {
            padding-bottom: 10px;
            /*border-bottom: 2px solid #0baec1;*/
        }
        
        .swiper-container3 {
            width: 100%;
            margin-top: 20px;
            padding-bottom: 40px !important;
        }
        
        .swiper-container3 .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            position: relative;
        }
        
        .swiper-container3 img {
            width: 100%;
            object-fit: fixed;
        }
        
        .coverz {
            position: absolute;
            bottom: 6px;
            left: 0;
            background: rgb(11 174 193 / 80%);
            width: 100%;
            height: 40px;
            padding: 5px;
            text-align: center;
            color: white;
        }
        
        .content1 {
            width: 1400px;
            display: flex;
            justify-content: space-between;
            margin: 0px auto;
            background-color: #fff;
            padding: 20px;
            margin-bottom: 0px !important;
            margin-top: 5px;
        }
        
        .contentnews h3 {
            padding-bottom: 10px;
        }
        
        .contentnews {
            width: 600px;
        }
        
        .indexnews {
            width: 600px;
            padding-top: 8px;
        }
        
        .indexnews li {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .indexnews li a {
            display: block;
            width: 100%;
            padding: 10px 0;
            width: 70%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: black;
            transition: all ease 0.5s;
        }
        
        .indexnews li a:hover {
            color: #0baec1 !important;
        }
        
        .indexnews li span {
            color: #8d8e92;
        }
        
        .classify {
            width: 700px;
        }
        
        .classify h3 {
            padding-bottom: 10px;
        }
        
        .flul {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        
        .flul li {
            width: 24%;
            text-align: center;
            margin-bottom: 27px;
            box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
            padding: 10px;
            border-radius: 5px;
        }
        
        .flul li:hover {
            background-color: #0baec1 !important;
            color: white !important;
        }
        
        .flul li p {
            padding: 5px 0;
        }
        
        .flul li img {
            max-width: 50%;
        }
        
        .flname {
            display: block;
            padding: 5px 0;
            color: black;
        }
        /* .flname:hover {
            color: #fff !important;
        }
        */
        
        .foot {
            width: 1400px;
            min-height: 100px;
            background-color: #0baec1;
            margin: 0 auto;
            text-align: center;
            color: white;
            padding: 20px 0;
        }
        
        .footlink {
            width: 85%;
            margin: 0 auto;
            line-height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .footlink span {
            font-size: 20px;
            display: block;
        }
        
        .footlink a {
            color: white;
        }
        
        .lo {
            padding: 10px 0;
            font-size: 20px;
        }
        
        .copy {
            padding: 10px 0;
            font-size: 20px;
        }
        
        .content2 {
            width: 1400px;
            margin: 0 auto;
            margin-top: 5px;
            background-color: #fff;
            padding: 20px;
            display: flex;
            justify-content: space-between;
        }
        
        .ylcx {
            padding: 0px;
            width: 700px;
        }
        
        .ylcx h3 {
            padding-bottom: 10px;
        }
        
        .ylfw {
            width: 100%;
            width: 310px;
        }
        
        .bkname {
            width: 310px;
            height: 60px;
            margin-top: 20px;
            background: url(../images/22.png);
            display: block;
            color: white;
            line-height: 50px;
            text-align: center;
            margin-bottom: 26px;
        }
        
        .sep {
            display: flex;
            justify-content: space-between;
        }
        
        .ylfw a {
            display: block;
            width: 100%;
            margin: 0 auto;
            background-color: #fff;
            color: #0baec1;
            height: 40px;
            text-align: center;
            margin-bottom: 22px;
            border: 1px solid #0baec1;
            line-height: 40px;
            transition: all ease 0.5s;
        }
        
        .ylfw a:hover {
            background-color: #0baec1 !important;
            color: white !important;
            font-weight: bold;
        }
        
        .tszl {
            width: 600px;
            padding: 0px;
        }
        
        .tszl h3 {
            padding-bottom: 10px;
        }
        
        .zlul li {
            width: 31%;
            position: relative;
        }
        
        .zlul li:hover .cribe {
            display: block;
        }
        
        .cribe {
            width: 322%;
            background-color: #fff;
            padding: 20px 10px;
            position: absolute;
            left: 0;
            top: 100%;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
            color: #000000;
            font-size: 15px;
            line-height: 25px;
            text-align: left;
            text-indent: 2em;
            display: none;
            transition: all ease 0.4s;
        }
        
        .cribe1 {
            left: -111%;
        }
        
        .cribe2 {
            left: -222%;
        }
        
        .ba {
            padding: 10px 0;
            font-size: 20px;
        }
        
        .nybanner {
            width: 100%;
            height: 322px;
            background-image: url(../images/adbanner.jpg);
            background-size: cover;
        }
        
        .ny {
            width: 1400px;
            margin: 10px auto;
            display: flex;
            justify-content: space-between;
        }
        
        .nyleft {
            width: 350px;
            min-height: 200px;
            border-radius: 3px;
            background-color: #fff;
        }
        
        .leftnav {
            width: 350px;
            background-color: #fff;
        }
        
        .leftnav li {
            height: 55px;
            width: 350px;  transition: all ease 0.4s;
        }
        
        .leftnav li a {
            display: block;
            width: 350px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            color: #0baec1;
            transition: all ease 0.4s;
        }
        
        .act {
            background-color: #0baec1 !important;
            color: white !important;
        }
        
        .leftnav li:hover,.leftnav li.active{
            background-color: #0baec1 !important;
            color: white !important;
        }
        .leftnav li:hover&gt;a ,.leftnav li.active&gt;a{
            
            color: white !important;
        } 
		.leftnav li:hover .adclick,.leftnav li.active .adclick{background:url(../images/ax1.png) center no-repeat;}
		
       
        
        .bread {
            width: 1400px;
            margin: 15px auto;
            padding: 15px 15px;
            background: #fff;
            color: #0baec1;
        }
        
        .bread a {
            color: #0baec1;
        }
        
        .nyright {
            width: 1000px;
            padding: 20px;
            box-shadow: rgb(0 0 0 / 20%) 0 8px 14px 11px;
            min-height: 200px;
            border-radius: 3px;
            background-color: #fff;
        }
        
        .clickdrop {
            width: 100%;
            display: none;
        }
        
        .clickdrop a {
            width: 100%;
            height: 40px;
            line-height: 40px;
            display: block;
            background-color: #e5f7fb;
            color: #0baec1;
            text-align: center;
            transition: all ease 0.5s;
        }
        
        .clickdrop a:hover,.clickdrop a.active2 {
            background-color: #0baec1 !important;
            color: white !important;
        }
        
        .nyright h3 {
            text-align: center;
            color: black;
            font-size: 25px;
            margin-bottom: 20px;
        }
        
        .nyright p {
            font-size: 25px;
            line-height: 30px;
            /* text-indent: 2em;*/
            line-height: 45px;
        }
        
        .nyright img {
            max-width: 100%;
        }
        
        .zjul1 {
            display: flex;
            width: 95%;
            margin: 40px auto;
            flex-wrap: wrap;
        }
        
        .zjul1 li {
            width: 24%;
            margin-bottom: 25px;
            border: 1px solid #0baec1;
            padding-bottom: 10px;
            transition: all ease 0.5s;
            margin-left: 8px;
        }
        
        .zjul1 li img {
            width: 100%;
        }
        
        .zjul1 li P {
            text-indent: 0;
            text-align: center;
            font-size: 20px;
        }
        
        .zjul1 li span {
            text-align: center;
            display: block;
            font-size: 20px;
        }
        
        .zjul1 li:hover {
            box-shadow: rgb(0 0 0 / 20%) 0 8px 14px 11px;
        }
        
        .newul1 {
            width: 90%;
            margin: 25px auto;
        }
        
        .newul1 li {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px dashed #0baec1;
            padding: 10px 0;
        }
        
        .newul1 li a {
            display: block;
            width: 70%;
            font-size: 20px;
            color: #404040;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .newul1 li span {
            display: block;
            width: 30%;
            text-align: right;
            font-size: 20px;
        }
        
        .newul1 li a:hover {
            color: #0baec1;
        }
        
        .newcon {
            padding: 20px;
        }
        
        .newcon h3 {
            text-align: center;
        }
        
        .au {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: space-around;
            width: 60%;
            margin: 0 auto;
        }
        
        .au span {
            color: black;
            font-size: 18px;
        }
        
        .conaddimg {
            width: 60%;
            margin: 30px auto;
        }
        
        .conaddimg img {
            width: 100%;
        }
        
        .conaddp {
            padding: 10px;
            font-size: 20px;
            line-height: 37px;
            text-indent: 2em;
        }
        
        .pn {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-around;
            margin: 0 auto;
        }
        
        .pn a {
            font-size: 20px;
            color: #0baec1;
        }
        
        .pn span {
            font-size: 20px;
        }
        
        .fixedbar {
            width: 200px;
            min-height: 400px;
            box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
            position: fixed;
            left: 0;
            top: 5%;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
            background-color: #fff;
            z-index: 99999;
            padding-bottom: 20px;
        }
        
        .fixtop {
            border-top-right-radius: 10px;
            width: 200px;
            height: 50px;
            line-height: 50px;
            background-color: #0baec1;
            color: white;
            text-align: center;
        }
        
        .imgcode {
            width: 70%;
            margin: 0 auto;
            text-align: center;
            margin-top: 20px;
        }
        
        .imgcode img {
            width: 100%;
        }
        
        .detzj {
            display: flex;
        }
        
        .zjdet {
            width: 200px;
            margin: 40px auto;
        }
        
        .zjdet img {
            width: 100%;
        }
        
        .zjdes {
            width: 650px;
            padding: 35px 0;
        }
        
        .zjdes span {
            font-size: 20px;
        }
        
        .yy {
            display: block;
            width: 130px;
            height: 50px;
            background-color: #0baec1;
            color: white;
            text-align: center;
            line-height: 50px;
            margin-top: 40px;
            border-radius: 5px;
        }
        
        .flull li {
            margin-bottom: 57px;
        }
        
        .lxlx {
            padding: 15px;
            background-color: #0baec1;
        }
        
        .lxlx p {
            text-align: center;
            padding: 10px 0;
            font-weight: bold;
            color: white;
        }
        
        .zjdes h1 {
            margin-bottom: 10px;
        }
        
        .czghtab {
            width: 100%;
            border: 2px solid #0baec1;
            display: flex;
            align-items: center;
        }
        
        .czghtab span {
            display: block;
            width: 100px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #0baec1;
            background-color: #fff;
            cursor: pointer;
        }
        
        .r {
            background-color: #0baec1 !important;
            color: white !important;
        }
        
        .czgh {
            width: 90%;
            margin: 0 auto;
        }
        
        .czcon {
            padding-top: 20px;
        }
        
        .czcon p {
            font-size: 20px;
            text-indent: 0;
            margin-bottom: 10px;
        }
        
        .gg {
            width: 120px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            background-color: #0baec1;
            color: white;
            font-size: 20px;
            border-radius: 3px;
            margin: 0 auto;
        }
        
        .kedh1 {
            display: flex;
            width: 882px;
            align-items: center;
            justify-content: space-between;
            margin-top: 35px;
        }
        
        .kedh1 span {
            display: block;
            width: 417px;
            height: 50px;
            background-color: #fff;
            border: 1px solid #0baec1;
            color: #0baec1;
            text-align: center;
            line-height: 50px;
            border-radius: 3px;
            box-shadow: rgb(0 0 0 / 20%) 0 10px 10px 3px;
            cursor: pointer;
            margin-left: 10px;
        }
        
        .sel1 {
            background-color: #0baec1 !important;
            color: white !important;
            border: 0 !important;
        }
        
        .ddfl {
            display: flex;
            align-items: center;
            margin-top: 15px;
            flex-wrap: wrap;
        }
        
        .fydh1 {
            margin-top: 25px;
        }
        
        .ddfl a {
            width: 296px;
            display: block;
            /* padding: 0 20px; */
            height: 40px;
            background-color: #fff;
            border: 1px solid #0baec1;
            color: #0baec1;
            text-align: center;
            line-height: 40px;
            border-radius: 3px;
            box-shadow: rgb(0 0 0 / 20%) 0 0px 3px 1px;
            margin-left: 10px;
            transition: all ease 0.5s;
            margin-bottom: 15px;
        }
        
        .ddfl a:hover {
            background-color: #0baec1 !important;
            color: white !important;
        }
        
        .czcx {
            margin-top: 25px;
            display: flex;
            align-items: center;
            margin-left: 33px;
        }
        
        .czcx input {
            font-size: 18px;
            width: 200px;
            display: block;
            height: 40px;
            padding-left: 20px;
            margin-left: 20px;
            border: 1px solid #0baec1;
            border-radius: 3px;
            color: #0baec1;
            outline: none;
        }
        
        .xzcx {
            width: 100px;
            display: block;
            height: 40px;
            line-height: 40px;
            margin-left: 20px;
            border-radius: 3px;
            font-size: 18px;
            background-color: #0baec1;
            color: white;
            text-align: center;
        }
        
        .form {
            width: 80%;
            margin: 30px auto;
        }
        
        .form input {
            margin-bottom: 30px;
            width: 100%;
            height: 40px;
            line-height: 40px;
            outline: none;
            border-radius: 5px;
            border: 2px solid #0baec1;
            padding-left: 20px;
            font-size: 17px;
            font-weight: normal;
        }
        
        .form textarea {
            margin-bottom: 15px;
            width: 100%;
            height: 200px;
            outline: none;
            border-radius: 5px;
            border: 2px solid #0baec1;
            padding-left: 20px;
            font-size: 17px;
            font-weight: normal;
            padding-top: 20px;
        }
        
        .ljyy {
            width: 200px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            background-color: #0baec1;
            color: white;
            margin: 30px auto;
            border-radius: 5px;
        }
        
        .lh {
            width: 100%;
            display: flex;
            margin: 0 auto;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        
        .lh select {
            width: 48%;
            border: 2px solid #0baec1;
            border-radius: 5px;
            color: #cccccc;
            font-size: 17px;
            font-weight: normal;
            padding-left: 20px;
            outline: none;
            height: 40px;
            color: #757575;
        }
        
        .imgcode img {
            transition: all ease 0.5s;
        }
        
        .imgcode img:hover {
            transform: scale(1.2);
        }</pre></body></html>