<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 视频弹框 */
/* 视频弹框 */
.video-pop { width: 960px; height: auto; position: fixed; left: 50%; top: 50%; margin: -274px 0px 0px -484.5px; z-index: 1001; display: none; }
.video-controls{ width:100%; }
.video-pop #a1 { width: 100%; height: 100%; }
.video-pop .close { position: absolute; top: -20px; right: 10px; width: 30px; height: 30px; margin: -15px; cursor: pointer; }
.video-pop .close span { display: inline-block; position: absolute; left: 50%; top: 50%; width: 30px; height: 1px; margin: -1px 0 0 -15px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.video-pop .close span:last-child { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.video-pop .close span::before, .video-pop .close span::after { content: ""; display: inline-block; position: absolute; width: 100%; height: 100%; -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.video-pop .close span::before { background-color: #fff; opacity: 1; }
.video-pop .close span::after { background-color: #f30c0c; opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
.video-pop .close span:last-child::before, .video-pop .close span:last-child::after { -webkit-transition-delay: .18s; transition-delay: .18s; }
.video-pop .close:hover span::before { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
.video-pop .close:hover span::after { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* 新闻加载更多按钮 */
.moreNews { display: block; width: 1440px; height: 60px; border-radius: 2px; background-color: #e6e6e6; text-align: center; line-height: 60px; font-size: 18px; color: #666; margin-top: 20px; }
.moreNews i { display: inline-block; width: 24px; height: 14px; background: url("img/eye.png") no-repeat; margin-right: 10px; }
.moreNews:hover { background: #007d4f; color: #fff !important; }
.moreNews:hover i { background: url("img/eye-hover.png") no-repeat; }

.about .txt { text-align: center; margin-top: 20px; }
.about .txt h2 { font-size: 24px; color: #333; line-height: 1.875; margin-bottom: 10px; }
.about .txt p { font-size: 15px; color: #666; line-height: 2.133; }
.about .txt ul { text-align: center; }
.about .txt ul li { display: inline-block; margin-right: 100px; padding: 35px 0px 35px; }
.about .txt ul li h2 { font-size: 30px; color: #007d4f; line-height: 1; }
.about .txt ul li h2 em{ font-size: 30px; color: #007d4f; line-height: 1; }
.about .txt ul li p { font-size: 15px; color: #666; line-height: 2; }
.about .txt ul li h2 sup{position: relative;top: -10px;}

.video { width: 100%; height: 430px; background: url("img/home-video-bg.jpg") no-repeat center; background-size: cover; position: relative; }
.video .layer { text-align: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: table; }
.video .layer .tr { display: table-cell; vertical-align: middle; }
.video .layer h2 { font-size: 36px; color: #fff; line-height: 33px; margin-bottom: 25px; }
.video .layer p { font-size: 15px; color: #fff; line-height: 2.133; }
.video .layer a { width: 200px; height: 50px; display: block; border-radius: 4px; background: #2939aa; margin: 0 auto; text-align: center; line-height: 50px; font-size: 16px; color: #fff; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; margin-top: 40px; }
.video .layer a img { margin-left: 10px; vertical-align: middle; }
.video .layer a:hover { color: #fff !important; border-radius: 25px; background: none; border: 1px solid #fff; }
.about .video{ width: 100%; height: 430px; background: url("img/home-video-bg.jpg") no-repeat center fixed; background-size: cover; position: relative; }

.news { padding-bottom: 100px; background: #f5f5f5; }
.news .dynamic { width: 850px; }
.news .dynamic .dynamic-list { margin-top: 30px; }
.news .dynamic .dynamic-list li { width: 270px; background: #fff; margin-right: 20px; float: left; }
.news .dynamic .dynamic-list li a { display: block; width: 100%; height: 100%; }
.news .dynamic .dynamic-list li .pic { width: 100%; height: 180px; padding: 20px 0px 0px 20px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.news .dynamic .dynamic-list li .pic p { font-size: 14px; color: #fff; line-height: 1.429; }
.news .dynamic .dynamic-list li .txt { width: 100%; background: #fff; padding: 15px; height: 127px; border-bottom: 2px solid #d9d9d9; }
.news .dynamic .dynamic-list li .txt h2 { font-size: 18px; color: #333; line-height: 1.389; height: 50px; }
.news .dynamic .dynamic-list li .txt span { background: url("img/news-more-arrowR.png") no-repeat; background-size: 84px 24px; display: block; width: 24px; height: 24px; margin-top: 15px; }
.news .dynamic .dynamic-list li .txt:hover h2 { color: #007d4f; }
.news .dynamic .dynamic-list li .txt:hover span { background-position: -60px 0px; }
.news .dynamic .dynamic-list li:last-child { margin-right: 0; }
.news .dynamic .dynamic-list li:hover .txt { border-bottom: 2px solid #007d4f; }
.news .e-zine { width: 550px; position: relative; margin-top: 25px; }
.news .e-zine .home-base-title { position: absolute; padding-top: 20px; }
.news .e-zine .swiper-container-zine { margin-top: 30px; width: 100%; height: 370px; }
.news .e-zine .swiper-container-zine .swiper-slide { position: relative; }
.news .e-zine .swiper-container-zine .swiper-slide .txt { width: 550px; height: 309px; background: #434b4c; padding: 25px 0px 0px 30px; margin-top: 61px; }
.news .e-zine .swiper-container-zine .swiper-slide .txt h2 { font-size: 20px; color: #fefefe; line-height: 2.25; width: 220px; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.news .e-zine .swiper-container-zine .swiper-slide .txt p { font-size: 14px; color: #fefefe; line-height: 1.714; width: 220px; }
.news .e-zine .swiper-container-zine .swiper-slide .txt span { background: url("img/zine-arrowR-radiu.png") no-repeat; background-size: 24px 24px; display: block; width: 24px; height: 24px; margin-top: 25px; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.news .e-zine .swiper-container-zine .swiper-slide .pic { width: 230px; height: 300px; background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; top: 0; right: 40px; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.news .e-zine .swiper-container-zine .swiper-slide:hover .txt span{ margin-top:15px; }
.news .e-zine .swiper-container-zine .swiper-button-prev, .news .e-zine .swiper-container-zine .swiper-button-next { position: absolute; top: auto; width: 16px; height: 6px; z-index: 10; cursor: pointer; background-size: 72px 6px; background-position: center; background-repeat: no-repeat; opacity: 0.5; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; background: url("img/zine-arrow.png") no-repeat; right: auto; left: auto; bottom: 30px; }
.news .e-zine .swiper-container-zine .swiper-button-prev:hover, .news .e-zine .swiper-container-zine .swiper-button-next:hover { opacity: 1; }
.news .e-zine .swiper-container-zine .swiper-button-prev, .news .e-zine .swiper-container-zine .swiper-container-rtl .swiper-button-next { left: 30px; background-position: 0px 0px; }
.news .e-zine .swiper-container-zine .swiper-button-next, .news .e-zine .swiper-container-zine .swiper-container-rtl .swiper-button-prev { left: 85px; background-position: -56px 0px; }
.news .e-zine .swiper-container-zine .swiper-pagination { font-size: 16px; color: #fff; line-height: 2.813; width: auto; left: 58px; }
.news .e-zine .swiper-container-zine .swiper-pagination .swiper-pagination-current { font-size: 16px; color: #fff; line-height: 2.813; }

/* 关于我们 */
.about-title.about-title-white h2 { color: #fff; }
.about-title.about-title-white p { color: #fff; }
.about-title h2 {font-weight: normal; font-size: 36px; color: #333; line-height: 1.667; margin-left:-1px; }
.about-title p { font-size: 16px; color: #666; line-height: 1; font-family: Arial; text-transform: uppercase; margin-bottom: 18px; }
.about-title .line { width: 50px; height: 3px; border-radius: 1px; background: #2939aa; display: block; }

.about-profile { background: #fafafa; padding-bottom: 100px; padding-top: 70px; }
.about-profile .about-main .pic { position: relative; margin-top: 50px; width: 40%; }
.about-profile .about-main .pic .show { width: 274px; height: 324px; background: #666; border: 3px solid #fff; -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); background: url("img/profile-left1.png") no-repeat center center; background-size: cover; position: relative; }
.about-profile .about-main .pic .show .box { width: 274px; height: 324px; background: url("img/profile-left2.png") no-repeat center center; background-size: cover; border: 3px solid #fff; -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); position: absolute; top: -60px; right: -190px; }
.about-profile .about-main .pic .link { position: absolute; bottom: 0; right: 50px; }
.about-profile .about-main .pic .link a { width: 86px; height: 50px; border: 2px solid #007d4f; -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); display: block; position: absolute; font-size: 16px; color: #007d4f; line-height: 50px; text-align: center; right: 70px; bottom: -25px; }
.about-profile .about-main .pic .link a.on { width: 100px; height: 84px; background: #007d4f; border: 2px solid #007d4f; color: #fff; line-height: 84px; right: 10px; bottom: 15px; }
.about-profile .about-main .pic .link a.on:hover { color: #fff !important; }
.about-profile .about-main .txt { width: 56%; }
.about-profile .about-main .txt.scrollbox { height: 326px; }
.about-profile .about-main .txt .scrollbar { width: 2px; height: 286px; position: relative; margin: 0 5px; background: #eaeaea; }
.about-profile .about-main .txt .handle { position: absolute; left: -2px; top: 0px; width: 6px; height: 15px; display: block; background: url(img/hand_bg.png) no-repeat left top; }
.about-profile .about-main .txt .sly { width: 95%; font-size: 16px; color: #333; line-height: 2.25; height: 286px; }
.about-profile .about-main .txt .sly p { text-indent: 2em; font-size: 16px; margin-bottom: 10px; }
.about-profile .about-main .txt ul { text-align: center; }
.about-profile .about-main .txt ul li { display: inline-block; margin-right: 65px; padding: 35px 0px 35px; }
.about-profile .about-main .txt ul li h2 { font-size: 30px; color: #007d4f; line-height: 1; }
.about-profile .about-main .txt ul li h2 em{ font-size: 30px; color: #007d4f; line-height: 1; }
.about-profile .about-main .txt ul li p { font-size: 15px; color: #666; line-height: 2; }
.about-profile .about-main .txt ul li h2 sup{position: relative;top: -10px;}

.about-video { padding-top: 65px; }
.about-video .about-title-white { position: relative; z-index: 2; }

.about-history { width: 100%; padding-bottom: 90px; padding-top: 65px; background: url("img/history-bg.jpg") no-repeat center center; background-size: cover; }
.about-history .history-wrap{ width:1600px; height:440px; margin:40px auto 0px; position:relative; }
.about-history .history-wrap .swiper-container{ position:static; }
.about-history .history-wrap .road-line { height: 4px; border-radius: 1px; background: #bfbfbf; width:1460px; margin:0 auto; position:relative; top:50%; margin-top:-2px; }
.about-history .develop-list{display:none;}
.about-history .swiper-container-history { width:1416px; height:440px; }
.about-history .swiper-container-history .swiper-slide { position:relative; width:20%; }
.about-history .swiper-container-history .swiper-slide .radio{ cursor:pointer; width:30px; height:30px; background:url("img/history-li.png") no-repeat; position:relative; margin:0px auto; top:50%; margin-top:-15px; }
.about-history .swiper-container-history .swiper-slide .road-det { width:100%; height:170px; border-radius:3px; bottom:3px; background:#374aca; position:absolute; text-align:left; padding:20px; box-sizing: border-box; left:0; right:0; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35); }
.about-history .swiper-container-history .swiper-slide .road-det h2 { font-size: 24px; color: #fff; line-height: 1; margin-bottom: 10px; }
.about-history .swiper-container-history .swiper-slide .road-det p { font-size: 16px; color: #fff; line-height: 1.3; }
.about-history .swiper-container-history .swiper-slide .road-det .triangle_border_up { width: 0; height: 0; border-width: 0 15px 15px; border-style: solid; border-color: transparent transparent #374aca; /*透明 透明  灰*/ position: absolute; top: -15px; left: 50%; margin-left: -15px; }
.about-history .swiper-container-history .swiper-slide:nth-child(2n) .road-det { top:3px; }
.about-history .swiper-container-history .swiper-slide:nth-child(2n) .road-det .triangle_border_up { width: 0; height: 0; border-width: 15px 15px 0; border-style: solid; border-color: #374aca transparent transparent; /*灰 透明 透明 */ position: absolute; bottom: -15px; top: auto; }
.about-history .swiper-container-history .swiper-slide.on,
.about-history .swiper-container-history .swiper-slide:hover .radio{ background-position: -64px 0px; }
.about-history .swiper-container-history .swiper-slide.on .road-det,
.about-history .swiper-container-history .swiper-slide:hover .road-det{ background: #2939aa; }
.about-history .swiper-container-history .swiper-slide.on .road-det h2,
.about-history .swiper-container-history .swiper-slide:hover .road-det h2{ color:#fff; }
.about-history .swiper-container-history .swiper-slide.on .road-det p,
.about-history .swiper-container-history .swiper-slide:hover .road-det p {color: #fff;}
.about-history .swiper-container-history .swiper-slide.on .road-det .triangle_border_up,
.about-history .swiper-container-history .swiper-slide:hover .road-det .triangle_border_up{ border-color: transparent transparent #2939aa; }
.about-history .swiper-container-history .swiper-slide:nth-child(2n):hover .road-det .triangle_border_up{ border-color: #2939aa transparent transparent;  }
.about-history .swiper-container-history .swiper-slide.on:nth-child(2n) .road-det,
.about-history .swiper-container-history .swiper-button-prev,
.about-history .swiper-container-history .swiper-button-next { position: absolute; top: 50%; width: 44px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 154px 44px; background-position: center; background-repeat: no-repeat; opacity: 0.5; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; background: url("img/history-arrow.png") no-repeat; }
.about-history .swiper-container-history .swiper-button-prev:hover, 
.about-history .swiper-container-history .swiper-button-next:hover { opacity: 1; }
.about-history .swiper-container-history .swiper-button-prev,
.about-history .swiper-container-history .swiper-container-rtl .swiper-button-next { background-position: 0px 0px; left: 0px; right: auto; }
.about-history .swiper-container-history .swiper-button-next,
.about-history .swiper-container-history .swiper-container-rtl .swiper-button-prev { background-position: -110px 0px; right: 0px; left: auto; }

.about-honor { width: 100%; background: url("img/honor-bg.png") no-repeat center center; background-size: cover; padding-top: 65px; padding-bottom: 100px; position: relative; }
.about-honor .about-title-white .line { background: #fff; }
.about-honor .swiper-container-honor { margin-top: 60px; }
.about-honor .swiper-container-honor .swiper-slide { width: 600px; background-repeat: no-repeat; background-position: center center; background-size: cover; text-align:center; }
.about-honor .swiper-container-honor .swiper-button-prev, .about-honor .swiper-container-honor .swiper-button-next { position: absolute; top: 50%; width: 28px; height: 50px; margin-top: -25px; z-index: 10; cursor: pointer; background-size: 110px 50px; background-position: center; background-repeat: no-repeat; opacity: 0.5; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.about-honor .swiper-container-honor .swiper-button-prev:hover, .about-honor .swiper-container-honor .swiper-button-next:hover { opacity: 1; }
.about-honor .swiper-container-honor .swiper-button-prev, .about-honor .swiper-container-honor .swiper-container-rtl .swiper-button-next { background: url("img/slide-arrow.png") no-repeat; background-position: 0px 0px; left: 160px; right: auto; }
.about-honor .swiper-container-honor .swiper-button-next, .about-honor .swiper-container-honor .swiper-container-rtl .swiper-button-prev { background: url("img/slide-arrow.png") no-repeat; background-position: -82px 0px; right: 160px; left: auto; }

.about-culture { width:100%; height: 824px; box-sizing: border-box; background: url("img/culture-bg.png") bottom center no-repeat; background-size: cover; padding-top: 65px; padding-bottom: 100px; position: relative;display: block;; }
.about-culture .culture-tab { margin-top: 60px; }
.about-culture .culture-tab a { display: block; float: left; border-radius: 2px; width: 110px; height: 35px; margin-left: 20px; border: 1px solid #007d4f; font-size: 16px; color: #007d4f; line-height: 35px; text-align: center; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.about-culture .culture-tab a:hover, .about-culture .culture-tab a.on { background: #007d4f; color: #fff !important; }
.about-culture .culture-box .vision-item { position: relative; margin: 140px 0px 200px 0px; }
.about-culture .culture-box .swiper-button-prev, .about-culture .culture-box .swiper-button-next { position: absolute; top: 50%; width: 32px; height: 61px; margin-top: -30.5px; z-index: 10; cursor: pointer; background-size: 134px 61px; background-position: center; background-repeat: no-repeat; opacity: 0.5; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.about-culture .culture-box .swiper-button-prev:hover, .about-culture .culture-box .swiper-button-next:hover { opacity: 1; }

.about-culture .swiper-container-vision .swiper-slide { width: 300px; height: 418px; float: left; margin: 0px 20px; background-repeat: no-repeat; background-position: center center; position: relative; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; overflow: hidden; }
.about-culture .swiper-container-vision .swiper-slide .box{ width: 300px; height: 418px; position:relative; margin:0 auto; }
.about-culture .swiper-container-vision .swiper-slide:hover .layer { background: url("img/culture-hover.png") no-repeat; }
.about-culture .swiper-container-vision .swiper-slide:hover .layer span { opacity: 1; }
.about-culture .swiper-container-vision .swiper-slide:hover .layer .top { margin-top: -40px; }
.about-culture .swiper-container-vision .swiper-slide .layer { background: url("img/culture-layer.png") no-repeat; width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.about-culture .swiper-container-vision .swiper-slide .layer .top { transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.about-culture .swiper-container-vision .swiper-slide .layer .icon { width: 106px; height: 106px; border: 2px solid #fff; border-radius: 50%; margin: 130px auto 0px; text-align: center; line-height: 100px; }
.about-culture .swiper-container-vision .swiper-slide .layer p { font-size: 26px; color: #fff; line-height: 2.308; margin-top: 10px; }
.about-culture .swiper-container-vision .swiper-slide .layer span { font-size: 18px; color: #fff; line-height: 1.667; width: 190px; margin: 0 auto; display: block; text-align: center; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; opacity: 0; }
.about-culture .culture-box .idea-item { position: relative; margin-top: 60px; }
.about-culture .swiper-container-idea .swiper-slide{width:345px; margin-right:20px;}
.swiper-container-idea .swiper-slide .pic{width:345px; height:337px;}
.swiper-container-idea .swiper-slide .txt{width:345px; background:#fff; padding:20px; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.swiper-container-idea .swiper-slide .txt h2{font-size:26px; color:#333; line-height:1.308; margin-bottom:10px; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.swiper-container-idea .swiper-slide .txt p{font-size:18px; color:#666; line-height:1.667; height:120px; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.swiper-container-idea .swiper-slide:hover .txt{ background:#007d4f; }
.swiper-container-idea .swiper-slide:hover .txt *{ color:#fff; }



</pre></body></html>