<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿/*
 *  Owl Carousel - Core 插件样式如遇多个只留一个
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }


.header{border-top: 1px solid #f0590c; background: url(../images/top_icon2.jpg) repeat-x bottom center;}
.header .auto{ position: relative;}
.header .top{ position: absolute; right: 0; top: 0;height: 42px; background: url(../images/top_icon3.jpg) no-repeat right bottom; text-align: right; line-height: 32px; padding-bottom: 15px; font-size: 12px;}
.header .top dt,
.header .top dd{ display: inline-block; margin: 0 0 0 15px;}
.header .top dd{ padding-right: 15px; background: url("../images/top_icon1.jpg") no-repeat right 15px; position: relative;}
.header .top dd a{ display: block; cursor: pointer;}
.header .top dd:last-child &gt; a{ padding-left: 25px; background:url("../images/top_icon4.jpg") no-repeat left center;}
.header .top dd ul{ display: none; position: absolute; left: 50%; margin-left: -50px; top: 100%; background: #fff; width: 100px; text-align: left; z-index: 102; padding: 10px; line-height: 26px;}
.header .logo{ padding: 2% 0; position: relative; z-index: 1; max-width: 249px;}
.header .logo img{ max-height: 43px;}
.header .MainNav{ position: absolute; right: 0; width: 75%; bottom: 0; text-align: right;}
.header .MainNav li{ display:inline-block; margin-left: 4.8%; position: relative; line-height: 46px;}
.header .MainNav li a{ display: block;border-bottom:1px solid transparent;}
.header .MainNav&gt;ul&gt;li.onnav&gt;a,
.header .MainNav&gt;ul&gt;li&gt;a:hover{/*border-bottom-color:#e16812;*/color:#e16812;}
.header .MainNav dl{ position: absolute; left: 0; width: 100px; top: 100%; line-height: initial; background: #fff; /*border-bottom: 2px solid #e67717;*/padding: 15px 0;display: none;width: 100px;z-index: 105; text-align:left; line-height: 22px;}
.header .MainNav dl a{-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;;transition:all 0.3s ease-out;display:inline-block;padding:3px 0 10px 10px;color:#333333; font-size: 12px;}
/*.header .MainNav dl a:hover{border-left:4px solid #e67717;}*/
.header .MainNav dl a:hover{ color: #e67717;}


.Hbanner img{ width: 100%; display: block;}
.Hbanner .img2{ display: none;}
.Hbanner .bx-pager{ width: 100%; height: 12px; text-align: center; margin: 1% 0;}
.Hbanner .bx-pager div{ display: inline-block; width: 12px; height: 12px; margin: 0 5px;}
.Hbanner .bx-pager div a{ display: block; width: 12px; height: 12px; line-height: 100; overflow: hidden; border-radius: 100%; background: #000;}
.Hbanner .bx-pager div a.active{ background: #e67817;}

.Index{ margin-bottom: 3%;}
.Index .title{ font-size: 30px; color: #237cbe; font-weight: bold; margin: 0 0 2.2%;line-height: 36px;}
.Index .title a{ float: right;color: #666666;font-size: 14px;float: right;font-weight:normal;padding-top: 5px;}
.Index .title a:hover{ color: #237cbe;}
.Index .box1 li{ width: 46.5%; margin-right: 7%; float: left;}
.Index .box1 li:nth-child(2n){ margin-right: 0;}
.Index .box1 li figure{ width:100%; position: relative; padding-top: 60.2%; overflow: hidden;}
.Index .box1 li figure *{transition: all .8s;}
.Index .box1 li figure img,
.Index .box1 li figure:after,
.Index .box1 li figure .text{ position: absolute;}
.Index .box1 li figure img,
.Index .box1 li a figure:after{ left: 0; top: 0; width: 100%; height: 100%;}
.Index .box1 li a .text h3,
.Index .box1 li a .text p{ opacity: 0;}

.Index .box1 li a figure:after{ content: ''; background: rgba(0,0,0,0.0);}
.Index .box1 li a figure .text{ max-height: 100%; top: 100%; transform: translateY(-50%); width: 100%; padding: 0 5% 0 10%; color: #fff; z-index: 10;}
.Index .box1 li a .text h3{font-size: 18px;font-weight: normal;margin: 0; position: relative;}
.Index .box1 li a .text p{font-size: 14px;line-height: 24px;overflow: hidden;}
.Index .box1 li a:hover figure .text{ top: 50%;}
.Index .box1 li a:hover figure:after{ background: rgba(0,0,0,0.4);}
.Index .box1 li a:hover .text h3,
.Index .box1 li a:hover .text p{ opacity: 1;}
.Index .box1 li a:hover figure img{ transform: scale(1.12);}
.Index .box1 li h2{ margin: 0; padding: 2.5% 0; color: #000; font-weight: normal; font-size: 20px; text-align: center;border-bottom: 2px solid transparent;}
.Index .box1 li a:hover h2{border-bottom-color:#e67817;}


.Index .box2{ background: url("../images/index_01_04.jpg") no-repeat top center #eda56a; margin: 5% 0 2%;}
.Index .box2 dt{ float: left; width: 60%; position: relative; overflow: hidden; padding-top: 33.149%; cursor: pointer;}
.Index .box2 dt img.pic,
.Index .box2 dt figure,
.Index .box2 dt video{ position: absolute;}
.Index .box2 dt img.pic,
.Index .box2 dt video{ left: 0; top: 0; width: 100%; height: 100%;}
.Index .box2 dt figure { left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; color: #fff; line-height: 20px;  }
.Index .box2 dt figure img{ display: block;    -webkit-transition: all .6s;-o-transition: all .6s;-moz-transition: all .6s;transition: all .6s;}
.Index .box2 dt:hover figure img{ -webkit-transform: scale(1.3,1.3);-moz-transform: scale(1.3,1.3);-o-transform: scale(1.3,1.3);;transform: scale(1.3,1.3);}
.Index .box2 dt video{ display: none; z-index: 10;}
.Index .box2 dd{ float: right; width: 35.5%;}
.Index .box2 dd h3{ background: url("../images/index_01_05.jpg") no-repeat left top;background-size: 67.5%; padding: 4% 0 18% 30%;font-size: 30px; color: #000; margin: 10% 0 5%; line-height: 36px}
.Index .box2 dd p{ max-height: 96px; overflow: hidden;}
.Index .box2 dd a{border: 1px solid #000;font-weight: bold;font-size: 0.8em;display: inline-block;line-height: 2.85em;padding-left: 2.5em;padding-right: 3.5em;border-radius: 30px;background: url(../images/floor001640-a_more.png) no-repeat 90% center;transition: all ease 0.5s;}
.Index .box2 dd a:hover {padding-right: 2.5em;background-color: #237cbe;border-color: #237cbe;background-position: 120% center;color: #fff;transition: all ease 0.5s;}

.Index .box3 li a{ display: block;border-bottom: 2px solid transparent;}
.Index .box3 li figure{  width: 100%; padding-top: 78.55%; overflow: hidden;}
.Index .box3 li figure img{ position: absolute; left: 0; top: 0; width: 100%; height: 67%;-webkit-transition: all .6s;-o-transition: all .6s;-moz-transition: all .6s;transition: all .6s;}
.Index .box3 li .txt{ position: relative; padding-left: 70px; min-height: 63px; margin: 5% 0 0 0; padding-bottom: 5%;}
.Index .box3 li .txt time{ position: absolute; left: 0; top: 0;line-height: 13px;text-align: center;color: #fff;width: 60px;height: 60px;border-radius: 2px;border: 1px solid #237cbe;background: #237cbe;}
.Index .box3 li .txt time b{display: block;line-height: 40px;font-size: 22px;background: #fff;color: #237cbe;margin-bottom: 4px;}
.Index .box3 li .txt h2{ margin: 0; font-size: 16px; color: #414446;padding-bottom: 3px;}
.Index .box3 li .txt p{ overflow: hidden; margin: 0; line-height: 16px;height: 34px; color: #666;}
.Index .box3 li a:hover{border-bottom-color:#237cbe;}
.Index .box3 li a:hover h2{ color: #237cbe;}
.Index .box3 li a:hover figure img{ -webkit-transform: scale(1.2,1.2);-moz-transform: scale(1.2,1.2);-o-transform: scale(1.2,1.2);;transform: scale(1.2,1.2);}

.Index .box3 .owl-dots{ text-align: center; position: absolute; right: 130px; top:16px;}
.Index .box3 .owl-dots&gt;div{ display: inline-block; margin:0 2px;}
.Index .box3 .owl-dots&gt;div &gt;span{ display: block; width: 14px; height: 14px; background: url("../images/ban_06.jpg") no-repeat center;}
.Index .box3 .owl-dots&gt;div.active &gt;span{ background-image: url("../images/ban_03.jpg");}
</pre></body></html>