<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    
    a {
        color: #666;
    }
    
    a:hover {
        color: #00864a;
    }
    
    body {
        color: #666;
        font: 12px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
        background: #fff;
    }
    
    .wrapper {
        max-width: 1200px;
        /*min-width: 980px; */
        _width: 1200px;
        padding: 0 9px;
        margin-left: auto;
        margin-right: auto;
    }

    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    
    /* arrow */
    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }
    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }
    
    .arr-r em {
        left: 1px;
    }
    
    .arr-r span {
        border-left-color: #3675bb;
    }
    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* ==================================
   menu
   ================================== */
    
    .menu {
        position: relative; z-index: 9999;
    }
    /* menu-hd */
    
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }


    /* search */

.logo{position: absolute;left: 20px;top: 0;}
.logo img{float: left;}
@media only screen and (max-width: 1000px) {
        .logo{display: none;}
}
.navigation{position: absolute; right:40px; top: 5px; font: 300 12px/24px microsoft yahei; z-index: 999;}
.navigation span{margin-right: 10px;}
.navigation img{margin-right: 5px; vertical-align: middle;}

.serchinco{position: absolute; right:0; top: 5px; font: 300 12px/24px microsoft yahei;cursor: pointer;z-index: 999;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top: 90px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background: #00864a;}
.globalsearch #q,
.globalsearch .search-btn { float: left;   border: 0 none; }
.globalsearch #q { width: calc(100% - 60px); height: 18px; padding: 10px 40px 10px 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 30px; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center; margin-left: -40px; }
@media only screen and (max-width: 1000px) {
      .navigation{right: 85px; top: 13px;}
      .serchinco{right: 45px; top: 13px;}
      .globalsearch{ top: 51px;}
}
@media only screen and (max-width: 480px) {
      .navigation span{display: none;}
      .globalsearch{ width: calc(100% - 30px);}
}


    /* ==========================================================================
   Header
   ========================================================================== */

    header {}
    
    header .wrapper {
        min-height: 80px;
        position: relative;
        z-index: 99;
    }
    
    .logo {
        position: absolute;
        padding-top: 16px;
    }
    
    .logo a {
        display: block;
         width: 345px;height: 53px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/logo.png) left center no-repeat;
    }
    /* ==========================================================================
   Nav
   ========================================================================== */
    /* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #444;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li.active1 {
        color: #00864a;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #00864a;
        margin-left: -65px;
        top: 100%;
        /*    width: 100px;*/
        min-width: 150px;
    }
    
    @media (min-width:768px) {
        .active1 + .dropdown {
            top: 56px;
        }
    }
    
    .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #00864a;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    
    .dropdown .pic {
        display: block;
        padding: 0;
        width: 100%;
        height: 82px;
        margin-bottom: 10px;
    }
    
    .dropdown .pic img {
        width: 100%;
        height: 100%;
    }
    
    .dropdown .dd-l {
        float: left;
        width: 222px;
        padding-left: 20px;
    }
    
    .dropdown .dd-r {
        float: right;
        width: 100px;
        padding-right: 20px;
        font-size: 12px;
    }
    
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 12px;
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width: 90%;
        display: block;
        text-align: left;
    }
    
    @media (max-width:1000px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 16px;
            width: 50%;
            text-align: left;
        }
        #gn_04 .dropdown a {width: 100%;}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #00864a;
    }
    
    #gn_07 .dropdown {
        margin: 0;
        right: 0;
    }
    
    #gn_07 .dropdown:after {
        margin: 0;
        left: auto;
        right: 40px;
    }

    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {
    display: none;
}


#banner .slides .pic { display: block; }
#banner .slides .mpic { display: none; }

@media only screen and (max-width: 640px) {
    #banner .slides .pic { display: none; }
    #banner .slides .mpic { display: block; }
}

.homemain{padding:40px 0;}
.homemain .home_about{width:350px; height: 380px; overflow: hidden; float: left;}
.homemain .title{color: #088b51;font: 300 20px/40px microsoft yahei;}
.homemain .title .txten{font-size: 16px;color: #666;}
.homemain .title .more{float: right;font-size: 12px;text-transform:Uppercase; color: #f40000;}
.homemain .title .more .fa{margin-right: 5px;}
.home_about .imgarea{width:100%;height: 220px; overflow: hidden;position: relative;margin:10px 0 20px 0;}
.home_about .imgarea .pic{width:100;height: 220px;}
.home_about .imgarea .pic img{width:100%;height: 220px;transition: transform 2s;}

.home_about .imgarea:hover .pic img{ transform: scale(1.1);}
.home_about .imgarea .cover{width: 100%; height:100%;position: absolute;top: 0;right:0; color: #fff; text-align: center;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');background:rgba(0,0,0,0.7);
}
.home_about .imgarea .cover .inco{padding-top: 70px;}
.home_about .imgarea .cover .inco .fa{font-size: 60px;}
.home_about .desc{font: 300 16px/24px microsoft yahei; color: #088b51; text-indent: 20px;}

.homemain .home_news{width: calc(100% - 700px); height: 380px; overflow: hidden; float: left;}
.news_box{width: 350px; height: 380px; overflow: hidden;margin: 0 auto;}
.news_box .imgarea{width: 350px; height: 220px; overflow: hidden;margin-top: 10px;}
.news_box .imgarea img{width: 350px; height: 220px;transition: transform 2s;}
.news_box .imgarea:hover img{ transform: scale(1.1);}
.news_box .owl-buttons{display: none;}
.news_box .title02 {height: 30px; width: 100%; font: 300 16px/30px microsoft yahei;margin-top: 20px; color: #00864a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.homemain .homecontact{width: 350px;  height: 380px; overflow: hidden; float: right;}
.homecontact .contactbox{ height: 270px;margin-top:10px;background:url(../images/pic03.jpg) top left no-repeat;padding-top: 30px;}
.homecontact .contactbox .mode{color: #fff;font: 300 14px/24px microsoft yahei; margin:0 50px 20px 50px;padding-left: 50px;}
.homecontact .contactbox  .inco01{background:url(../images/inco07.png) top left no-repeat;}
.homecontact .contactbox  .inco02{background:url(../images/inco08.png) top left no-repeat;}
.homecontact .contactbox  .inco03{background:url(../images/inco09.png) top left no-repeat;}
.homecontact .contactbox .more{text-align: right;padding-right: 50px;}
.homecontact .contactbox .more a .fa{font-size: 44px;color: #fff;}

@media only screen and (max-width: 1100px) {
.homemain .homecontact{width: 300px;}
.homecontact .contactbox .mode{color: #fff;font: 300 14px/24px microsoft yahei; margin:0 30px 20px 30px;padding-left: 40px;}
.homemain .home_about{width:300px;}
.homemain .home_news{width: calc(100% - 600px);}
}

@media only screen and (max-width: 980px) {
.homemain .home_about{width:50%}
.homemain .home_news{width: 50%;}
.homemain .homecontact{width: 100%; float: none; height: auto;}
.homecontact .contactbox{background: #2c9a6c url(../images/pic03.jpg) top left no-repeat;}
}
@media only screen and (max-width: 767px) {
.homemain .home_about{width:50%}
.home_about .imgarea{width:100%;height: auto; overflow: hidden;position: relative;margin:10px 0 20px 0;}
.home_about .imgarea .pic{width:100%;height: auto;}
.home_about .imgarea .pic img{width:100%;height: auto;transition: transform 2s;}
.homemain .home_news{width: calc(50% - 10px);padding-left: 10px; height: auto;}
.news_box{width: 100%; height: auto;}
.news_box .imgarea{width: 100%; height: auto; overflow: hidden;margin-top: 10px;}
.news_box .imgarea img{width: 100%;height: auto;transition: transform 2s;}
}
@media only screen and (max-width: 580px) {
.homemain .home_about{width:100%; height: auto;}
.homemain .home_news{width:100%;padding-left: 0;}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer { color: #c5c5c5; font-size: 12px; font-family: microsoft yahei; }
.footer_bd { padding: 24px 0; background:url(../images/footbg.jpg) top left repeat-x;}
.footer-nav { text-align: justify;  width: calc(100% - 300px);float: left; }
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col { display: inline-block; *display:inline;zoom: 1; vertical-align: top; *padding-right: 100px;}
.fn-col h3 {  margin:10px 0; font: 300 20px/24px microsoft yahei;}
.fn-col h3 a { color:#000;}
.fn-col h3 a:hover { color: #00864a; }
.fn-col ul {}
.fn-col li { line-height: 24px; }
.fn-col li a { color: #555;  }
.fn-col li a:hover { color: #00864a; }
.foothd{margin: 0 auto; padding:10px 0; background: #00864a; color:#333;  line-height: 30px;  color: #fff;}
.friendlink select{padding:4px;}
.foothd a{color:#333;}
.fn-colwx{width:230px; border-left: 1px solid #d7dfe9;padding-left: 30px;float: right;}
.wxmod{width:230px;height:157px;}
.wxmod .imgbox{width:157px;height:157px; display: block; float: right; }
.wxmod .imgbox img{width:157px;height:157px;}
.wxmod .desc {float: left; padding:0 10px 0  0;font: 300 13px/24px microsoft yahei;color:#5b5b5b;}
.wxmod .desc h3{color: #333;}
.homeshare{color:#333;margin-top: 10px; }
.homeshare a{margin-right: 5px;}
.homeshare a:hover{filter: alpha(opacity=80);opacity: 0.8;}

.footlink{float: right;}
.footleft{width: 260px;float: left;}
.company-x {width: 217px;position: relative; line-height: 31px;color: #78797a; background: #fff;}
.company-x h4 { height: 31px; padding-left: 10px; font-weight: normal; background: url(../images/comicon.png) no-repeat right center; cursor: pointer;}
.com_list { text-indent: 10px;line-height: 30px;display: none; width: 217px; position: absolute;bottom:31px;}
.com_list ul li{float: left;width:217px;color: #fff;  background: #007943;}
.com_list ul li:hover{background-color: #009b56;}
.com_list ul li a{color: #fff;}
.company-x:hover .com_list{display: block;}
@media only screen and (max-width: 1000px) {
.footer-nav {float: none; width:100%; }
.fn-colwx{float: none;margin:0 auto; border-left: 0;padding-left: 0;}
}
@media only screen and (max-width: 767px){
    .fn-col{width: 70px; float: left;}
    .fn-col ul {display: none;}
    .fn-col h3 {  margin: 0; font: 300 16px/24px microsoft yahei;}
    .footlink{float: none;}
    .footleft{float: none;}
}
@media only screen and (max-width:420px){
    .wxmod{display: none;}
}

.fixed-b { position: fixed; width: 100%; background: #333; bottom: 0; left: 0; display: none;z-index: 3; }
.fixed-b li { width: 25%; text-align: center; color: #fff; float: left; }
.fixed-b li a { display: block; border-right: 1px solid #454545; color: #fff; padding: 10px 0; }
.fixed-b li:last-of-type a { border-right: 0 none; }
.fixed-b li .fa{font-size: 24px;}

@media only screen and (max-width: 1000px) {
.fixed-b { display: block; }
footer{padding-bottom: 45px;}
}
.toggle-btn { display: none;}
@media only screen and (max-width: 1000px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont &gt; p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}



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