<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    font-family: å®‹ä½“;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.header {
    width: 100%;
}

.header-top {
    margin: 0 auto;
    padding: 30px 0;
    width: 1400px;
    height: 60px;
}

.p-logo {
    float: left;
    width: 430px;
}

.p-logo figure img {
    float: left;
    width: 56px;
    display: block;
}

.p-logo figure figcaption {
    float: left;
    margin-left: 10px;
    width: 350px;
}

.p-logo figure figcaption h1 {
    font-size: 24px;
    color: #000;
    line-height: 58px;
}

.search {
    float: left;
    margin-left: 30px;
    margin-top: 8px;
    width: 300px;
    height: 40px;
    background: #fff;;
}

.t {
    float: left;
    width: 224px;
    padding-left: 14px;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    letter-spacing: 2px;
    border: 1px solid #e9e9ed;
    background: #fff;
    outline: none;
}

.suo {
    float: right;
    width: 60px;
    height: 42px;
    font-size: 15px;
    text-align: center;
    color: #EB002B;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 1px solid #e9e9ed;
    cursor: pointer;
}

.hbot-r {
    float: right;
}

.hbot-r span {
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 60px;
    display: block;
}

.hbot-r b {
    float: left;
    margin-left: 10px;
    font-size: 25px;
    color: #eb0000;
    font-style: italic;
    line-height: 60px;
    letter-spacing: 1px;
    display: block;
}

.nav-box {
    width: 100%;
    height: 60px;
    background: #1a72e0;
}

.nav {
    margin: 0 auto;
    width: 1400px;
}

.nav &gt; ul &gt; li {
    position: relative;
    float: left;
    width: 175px;
}

.nav &gt; ul &gt; li &gt; a {
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: block;
}

.nav &gt; ul &gt; li &gt; a:hover,
.nav &gt; ul &gt; li &gt; a:active {
    color: #fcc93f;
    text-decoration: underline;
    font-weight: bold;
}

.nav &gt; ul &gt; li:nth-child(3) {
    position: relative;
}

.nav &gt; ul &gt; li:nth-child(3) ul {
    position: absolute;
    padding-bottom: 20px;
    width: 175px;
    display: none;
    background: #1a72e0;
    z-index: 10;
}

.nav &gt; ul &gt; li:nth-child(3) ul li a {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
}

.nav &gt; ul &gt; li:nth-child(3) ul li a:hover {
    font-weight: bold;
}

.nav &gt; ul &gt; li:nth-child(3):hover ul {
    display: block;
}

#divSmallBox {
    overflow:hidden;
    display:inline;
    zoom:1;
    width: 15px;
    height: 15px;
    margin:0 5px;
    border-radius: 15px;
    background:#ffffff;
}

#playBox { 
    position: relative; 
    width: 100%; 
    height: 500px; 
    background:#333; 
    overflow:hidden;
}

.oUlplay { 
    position: absolute; 
    left: 0; 
    top: 0;
    width: 99999px; 
}

.oUlplay li { 
    float:left;
}

#playBox .smalltitle {
    width: 100%; 
    height: 15px; 
    position: absolute; 
    bottom: 25px;
    z-index: 10;
}

#playBox .smalltitle ul { 
    width: 158px; 
    margin: 0 auto;
}

#playBox .smalltitle ul li { 
    float: left; 
    width: 15px; 
    height: 15px; 
    margin: 0 10px; 
    border-radius: 15px; 
    background:#ffffff; 
    overflow: hidden;
    display: inline;
    zoom:1;
}

#playBox .smalltitle .thistitle { 
    background:#f2c447;
}

.product {
    margin: 0 auto;
    margin-top: 50px;
    width: 1400px;
    display: table;
}

.product h3 {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #000;
}

.product h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 8px;
    background: #fcc93f;
}

.pro-box ul li {
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    width: 320px;
}

.pro-box ul li:nth-child(4n+1) {
    margin-left: 0;
}

.pro-box ul li a figure img {
    width: 320px;
    height: 280px;
    display: block;
    transition: all 0.5s;
}

.pro-box ul li a figure {
    width: 320px;
    height: 280px;
    display: block;
    overflow: hidden;
}

.pro-box ul li a figure img:hover {
    transform: scale(1.1);
}

.pro-box ul li a h2 {
    margin-top: 15px;
    padding: 10px 0;
    font-size: 20px;
    color: #434343;
    text-align: center;
    background: #eee;
}

.pro-box ul li a h2:hover {
    color: #000;
    background: #fcc93f;
}

.about {
    margin-top: 60px;
    padding: 40px 0;
    width: 100%;
    height: 810px;
    background: #f9f9f9;
}

.about-box {
    margin: 0 auto;
    width: 1400px;
}

.about-bg {
    margin-top: 30px;
    display: table;
}

.about h3 {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #000;
}

.about h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 8px;
    background: #fcc93f;
}

.about-l {
    float: left;
    padding: 30px;
    width: 740px;
    background: #e5f2ff;
}

.about-l h4 {
    font-size: 24px;
    color: #000;
}

.about-l p {
    margin-top: 15px;
    font-size: 20px;
    color: #313131;
    line-height: 36px;
}

.about-l a {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background: #fcc93f;
    display: inline-block;
}

.about-l a:hover {
    background: #000;
}

.about-r {
    float: left;
    margin-left: 30px;
    width: 570px;
}

.about-r ul li {
    float: left;
    padding: 34px 10px;
    margin-left: 25px;
    width: 240px;
}

.about-r ul li strong {
    font-size: 20px;
    color: #000;
}

.about-r ul li p {
    margin-top: 15px;
    font-size: 17px;
    color: #333;
    line-height: 30px;
}

.about-r ul li:first-child,
.about-r ul li:last-child {
    background: #fcc93f;
}

.about-r ul li:nth-child(2),
.about-r ul li:nth-child(3) {
    background: #fff;
}

.about-r ul li:nth-child(3),
.about-r ul li:nth-child(4) {
    margin-top: 25px;
}

.about-box figure img {
    margin-top: 30px;
    width: 1400px;
    height: 330px;
    display: block;
}

.news {
    margin: 0 auto;
    margin-top: 50px;
    width: 1400px;
}

.news h3 {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #000;
}

.news h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 8px;
    background: #fcc93f;
}

.news-box {
    margin-top: 30px;
    display: table;
}

.news-l {
    float: left;
    width: 500px;
}

.news-l figure img {
    width: 500px;
    height: 330px;
    display: block;
}

.news-l h2 {
    margin-top: 20px;
    font-size: 20px;
    color: #000;
}

.news-l h2:hover {
    color: #FBB904;
}

.news-l p {
    margin-top: 15px;
    font-size: 17px;
    color: #333;
    line-height: 30px;
}

.news-l time {
    margin-top: 15px;
    font-size: 15px;
    color: #434343;
    display: block;
}

.news-r {
    float: left;
    margin-left: 50px;
    width: 850px;
}

.news-r ul li {
    height: 180px;
}

.news-r ul li &gt; a:first-child {
    float: left;
    width: 240px;
    display: block;
}

.news-r ul li a figure img {
    width: 240px;
    height: 160px;
    display: block;
}

.news-r ul li div {
    float: left;
    margin-left: 20px;
    width: 540px;
}

.news-r ul li div a h2 {
    font-size: 18px;
    color: #000;
}

.news-r ul li div a h2:hover {
    color: #FBB904;
}

.news-r ul li div time {
    margin-top: 15px;
    font-size: 15px;
    color: #333;
    display: block;
}

.news-r ul li div p {
    margin-top: 10px;
    font-size: 15px;
    color: #313131;
    line-height: 30px;
}

.baike {
    margin: 0 auto;
    margin-top: 60px;
    width: 1400px;
    display: table;
}

.baike h3 {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #000;
}

.baike h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 8px;
    background: #fcc93f;
}

.bk-box ul li {
    float: left;
    margin-top: 30px;
    margin-left: 25px;
    width: 450px;
}

.bk-box ul li:nth-child(3n+1) {
    margin-left: 0;
}

.bk-box ul li div {
    position: relative;
}

.bk-box ul li div a {
    position: absolute;
    top: 0;
    width: 450px;
    height: 300px;
    font-size: 60px;
    color: #fff;
    text-align: center;
    line-height: 300px;
    display: none;
    background: rgba(252, 201, 63, 0.75);
}

.bk-box ul li div:hover a {
    display: block;
}

.bk-box ul li figure img {
    width: 450px;
    height: 300px;
    display: block;
}

.bk-box ul li a h2 {
    margin-top: 20px;
    font-size: 18px;
    color: #313131;
    text-align: center;
}

.bk-box ul li a h2:hover {
    text-decoration: underline;
}

.gcsp {
    margin: 0 auto;
    margin-top: 50px;
    width: 1400px;
}

.gcsp h3 {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #000;
}

.gcsp h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 8px;
    background: #fcc93f;
}

.tempWrap {
    width: 1400px !important;
}

.picMarquee-left { 
    position:relative;
    margin-top: 30px;   
    width: 1400px;  
    overflow:hidden;  
}

.picList li { 
    float:left; 
    margin:0 10px; 
    overflow:hidden;
}

.picList figure img{ 
    width: 400px; 
    height: 260px; 
    display:block; 
}

.foot {
    margin-top: 50px;
    padding: 50px 0;
    width: 100%;
    height: 300px;
    background: #4d4d4d;
}

.foot-box {
    margin: 0 auto;
    width: 1400px;
    height: 230px;
}

.foot-l {
    float: left;
    width: 400px;
}

.foot-l h4 {
    font-size: 20px;
    color: #fff;
}

.foot-l p {
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    line-height: 28px;
}

.foot-l a {
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
}

.foot-l a:hover {
    color: #fff;
    border: 1px solid #FBB904;
    background: #FBB904;
}

.foot-le {
    float: left;
    margin-left: 80px;
    width: 240px;
}

.foot-le h4,
.foot-r h4,
.foot-ri h4 {
    font-size: 20px;
    color: #fff;
}

.foot-le ul li {
    float: left;
    margin-top: 25px;
    width: 120px;
}

.foot-le ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.foot-le ul li a:hover {
    color: #FBB904;
}

.foot-r {
    float: left;
    margin-left: 30px;
    width: 270px;
}

.foot-r ul li {
    margin-top: 25px;
    font-size: 16px;
    color: #fff;
}

.foot-ri {
    float: right;
    width: 300px;
}

.foot-ri figure {
    float: left;
    margin-top: 20px;
    width: 120px;
}

.foot-ri figure img {
    width: 100%;
    display: block;
}

.foot-ri figure figcaption {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.foot-ri figure:last-child {
    margin-left: 60px;
}

.foot &gt; p {
    margin-top: 30px;
}

.foot &gt; a {
    margin-top: 20px;
}

.foot &gt; a,
.foot &gt; p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

.guanyu {
    margin: 0 auto;
    margin-top: 30px;
    width: 1400px;
}

.weizhi {
    height: 40px;
}

.weizhi img {
    float: left;
    width: 28px;
    display: block;
}

.weizhi span,
.weizhi a,
.weizhi strong,
.weizhi h1 {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 28px;
}

.gy-box p {
    margin-top: 20px;
    font-size: 20px;
    color: #000;
    line-height: 36px;
}

.gy-box img {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

.gy-box ul li {
    float: left;
    margin-left: 76px;
    margin-top: 30px;
}

.gy-box ul li span {
    float: left;
    font-size: 17px;
    color: #000;
    display: block;
}

.gy-box ul li span:first-child {
    width: 70px;
}

.gy-box ul li span:last-child {
    line-height: 26px;
    padding-left: 20px;
}

.cp-box {
    display: table;
}

.aside {
    float: left;
    margin-top: 30px;
    padding: 20px 10px;
    width: 240px;
    background: #FBB904;
}

.aside h3 {
    padding-left: 20px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 3px;
}

.aside-t ul {
    margin-top: 10px;
    padding: 10px 0;
    background: #fff;
}

.aside-t ul li {
    padding: 15px 0;
}

.aside-t ul li a {
    padding-left: 20px;
    font-size: 17px;
    color: #000;
    display: block;
}

.aside-b {
    margin-top: 30px;
}

.aside-b ul li {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 17px;
    color: #fff;
}

.cp-r {
    float: left;
    margin-left: 40px;
    width: 1100px;
}

.cp-r ul li {
    float: left;
    margin-top: 30px;
    margin-left: 22px;
    width: 350px;
    border: 1px solid #ddd;
}

.cp-r ul li:nth-child(3n+1) {
    margin-left: 0;
}

.cp-r ul li figure img {
    margin: 0 auto;
    margin-top: 5px;
    width: 340px;
    height: 300px;
    display: block;
}

.cp-r ul li figure figcaption h2 {
    margin: 20px 0;
    font-size: 17px;
    color: #000;
    text-align: center;
}

.cp-r ul li:hover {
    border: 1px solid #FBB904;
}

.cp-r ul li figure figcaption h2:hover {
    color: #fcc93f;
}

.xw-r {
    float: left;
    margin-left: 40px;
    width: 1100px;
}

.xw-r ul li {
    margin-top: 30px;
    height: 250px;
}

.xw-r ul li figure {
    float: left;
    width: 350px;
}

.xw-r ul li figure img {
    width: 350px;
    height: 250px;
    display: block;
}

.xw-r ul li div {
    float: left;
    margin-left: 30px;
    width: 720px;
}

.xw-r ul li div a h2 {
    font-size: 20px;
    color: #000;
}

.xw-r ul li div a h2:hover {
    color: #FC6C40;
}

.xw-r ul li div p {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.xw-r ul li div a:nth-child(3) {
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    display: inline-block;
}

.xw-r ul li div a:nth-child(3):hover {
    background: #FBB904;
}

.xw-r ul li div time {
    margin-top: 20px;
    font-size: 15px;
    color: #313131;
    display: block;
}

.de {
    float: left;
    margin-left: 40px;
    width: 1100px;
}

.de h1 {
    margin-top: 30px;
    font-size: 22px;
    color: #000;
    text-align: center;
}

.tag {
    margin-top: 20px;
}

.tag span {
    font-size: 17px;
    color: #333;
    text-align: center;
    display: block;
}

.tag span a {
    font-size: 17px;
    color: #333;
}

.de-c {
    margin-top: 30px;
}

.de-c p {
    margin-top: 15px;
    font-size: 18px;
    color: #000;
    text-indent: 30px;
    line-height: 36px;
}

.de-c img {
    margin: 0 auto;
    margin-top: 20px;
    width: 750px;
    display: block;
}

.diu {
    float: left;
    margin-left: 40px;
    width: 1100px;
}

.diu figure img {
    display: block;
}

.diu figure figcaption {
    margin-top: 30px;
    font-size: 22px;
    color: #000;
    text-align: center;
}

.diu figure figcaption a {
    color: #EB002B;
}

.pagination .pagefy .current {
    background-color: #da251c;
    color: #fff;
}

.pagination {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    margin-top: 40px;
}

.pagefy { 
    width: 100%;
}

.pagination .pagefy a {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #000;
    padding: 5px 15px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
}

.pagination .pagefy a:hover {
    background-color: #ff0000; 
    color: #fff;
}

.honor-box ul li {
    float: left;
    margin-left: 17px;
    width: 440px;
}

.honor-box ul li figure img {
    width: 440px;
    height: 623px;
    display: block;
}

.contact {
    margin-top: 20px;
    height: 560px;
}

.con-l {
    float: left;
    width: 650px;
}

.con-l ul li {
    padding: 25px 0;
    font-size: 18px;
    color: #000;
}

.con-dt {
    float: right;
    width: 700px;
}

.con-dt iframe {
    width: 700px;
    height: 550px;
}</pre></body></html>