<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
* @Author: sublime text
* @Date:   2019-06-09 14:34:01
* @Last Modified by:   sublime text
* @Last Modified time: 2019-06-18 09:52:45
*/



/*栏目切换*/
.qieh{width: 1200px;height: 70px;margin: 50px auto;background: #e6e6e6;}
.qieh a{width: 16%;height: 70px;line-height: 70px;text-align: center;font-size: 24px;color:#333333;display: block;float: left;}
.qieh a:hover,.qieh a.on{background: url(../images/qieh_bg.jpg)no-repeat center;width: 18%;height: 70px;color:#fff;}

/*创始人原则*/
#chuang{width: 100%;height: 782px;background: url(../images/chuang_bg.jpg)no-repeat center;margin-top: 80px;}
#chuang .main{width: 1200px;height: 782px;position: relative;font-size: 18px;color: #616161;}
#chuang .main .abouttop{width: 530px;position: absolute;top:100px;right:110px;color: #fff; font-size: 60px;}
#chuang .main .abouttop span{width:100%; font-size: 30px; float:left; margin-bottom: 20px;}
#chuang .main .bot span{width:100%; font-size: 30px; float:left; color:#1f8860; margin-bottom: 20px;}
#chuang .main .bot{width: 540px;position: absolute;left:0px;bottom:100px;}
#chuang .main img{display: block;margin-bottom: 25px;}

/*品牌介绍*/
#jies{width: 100%;margin-top: 100px;}
#jies .title{border-left:5px solid #1f8860;padding-left: 20px;font-size: 24px;color: #cccccc;text-transform: uppercase;}
#jies .title p{font-size: 30px;color: #323232;}
#jies .neirong{position: relative;margin-top: 55px;height: 530px;}
#jies .neirong .left{width: 680px;float: left;}
#jies .neirong .leftimg{width: 680px;height: 383px;float: left;background: #ccc;}
#jies .neirong .lefttext{width: 680px;float: left;margin-top: 20px; }
#jies .neirong .lefttext p{width:100%; background: url(../images/ys_ico.png) left center no-repeat; padding-left: 30px; height: 40px; line-height: 40px; color:#1f8860; font-size: 16px; }
#jies .neirong .right{width: 646px;position: absolute;z-index: -1;right: 0;top: 36px;}
#jies .neirong .right .biaot{width: 445px;height: 55px;float: right;background: url(../images/title_bg.jpg)no-repeat center;color: #fff;line-height: 55px;text-align: center;font-size: 25px;}
#jies .neirong .right .biaot span{padding-left: 160px;letter-spacing: 1px;}
#jies .neirong .right .wenzi{width: 646px;height: 400px;background: #323232;margin-top: 40px;}
#jies .neirong .wenzi p{font-size: 28px;color: #fff;text-align: center;padding-left: 100px;padding-top: 60px;}
#jies .neirong .wenzi p span{color: #1f8860;}
#jies .neirong .wenzi div{width: 460px;color: #fff;font-size: 16px;line-height: 40px;margin-top: 40px;margin-left: 160px;}


#about{width: 100%;height: 854px;background: url(../images/about_bg.jpg)no-repeat center; margin-top: 80px;  }
#about .title{text-align: center;font-size: 18px;color: #333;position: relative;}
#about .title p{font-size: 40px;color: #dd2821;font-weight: bold;padding-top: 20px;letter-spacing: 0.5px;z-index: 2;position: relative;}
#about .title i{font-style: normal;font-size: 60px;color: #e6e6e6;position: absolute;top: 0;z-index: 1;left: 40%;top:60px;}

#about .neirong .left{width: 468px;float: left; margin-top: 80px; font-size: 16px; line-height: 40px;}
#about .neirong .left .zuo{float: left;width: 160px;}
#about .neirong .left .you{float: right;}
#about .neirong .left li{font-size: 22px;color: #333333;line-height:82px;width: 160px;padding-left: 60px;}
#about .neirong .right{width: 649px;height: 532px;float: right;}

#about .neirong p{font-size: 32px;color: #333;font-weight:bold;letter-spacing: 0.5px;text-align: center;margin-top: 50px;}
#about .neirong a{font-size: 18px;color: #fff;text-align: center;display: block;width: 235px;height: 48px;margin: 0 auto;margin-top: 30px;}



/*公司简介*/
#company{width: 100%;margin-top: 60px;}
#company .main{width: 1240px;margin:0 auto;}
#company .main .neirong{margin-top: 37px;}
#company .main .left{width: 693px;float: left; background: url(../images/jianj.jpg) no-repeat; padding:15px;}
#company .main .right{width: 465px;float: right;}
#company .main .right strong{color:#343434;font-size: 28px;padding-top: 50px;}
#company .main .right hr{width: 150px;height: 2px;border:none;background: #1f8860;margin:33px 0px;}
#company .main .right .font{height: 200px;font-size: 14px;line-height: 25px;color: #636363;overflow-y:auto;padding-right: 20px;}
#company .main .right .font h2{ font-size: 18px; margin:15px 0; }


 /*滚动条样式*/
.font::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
.font::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 5px rgba(31,136,96,1);
    background: rgba(31,136,96,1);
}
.font::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}
#company .main .right a{width: 106px;height: 38px;background: #1f8860; color:#fff; display: block;line-height: 40px;text-align: center;float: right;margin-top: 45px;margin-right: 25px;}

/*公司团队*/
#team{width: 100%;margin-top: 60px;}
.ntitle{text-align: center;}
.ntitle p{font-size: 32px;color: #343434;}
.ntitle p b{color: #1f8860;}
.ntitle i{color: #b7b7b7;font-size: 14px;display: block;line-height: 40px;text-transform: uppercase;}
.ntitle hr{width: 44px;height: 2px;background: #1f8860;border:none;margin:0 auto;}

.hz{width:100%; height:650px; margin:0 auto;}
.hz_c{overflow:hidden;}
.hz_c .hzimg{width:100%; height:750px; margin:0 auto; padding-top:50px;}
.hz_c .hzimg ul{width:100%;height:700px; margin:0 auto;}
.hz_c .hzimg li{ width:918px;height:641px;}
.hz_c .hzimg li a.bora{display:block;width:100%;}
.hz_c .hzimg li img{width:100%; border-radius:10px;}
.hz_c .hzimg li span{width:100%; background:#fff; display:block; text-align:center;line-height:25px; height:25px; overflow:hidden; padding:5px 0 0;}

.roundabout-moveable-item span{display: none !important;font-size: 20px;line-height: 35px;}
.roundabout-in-focus span{display: block !important;font-size: 20px;line-height: 35px;}

/*品牌定位*/
#dingw{width: 100%;height:835px;background: url(../images/ding_bg.jpg)no-repeat center;margin-top: 100px;}
#dingw .main{padding-top: 80px;}
#dingw .title{border-left:5px solid #27a776;padding-left: 20px;font-size: 24px;color: #cccccc;text-transform: uppercase;}
#dingw .title p{font-size: 30px;color: #323232;}
#dingw .neirong .left{width: 720px;float: left;text-align: center; margin-right: 20px;  border:2px solid #1f8860; border-right:0px; border-bottom: 0px;}
#dingw .neirong .left .biao{width: 430px;margin:0 auto;margin-top: 60px;}
#dingw .neirong .left .biao img{width: 116px;float: left;}
#dingw .neirong .left .biao p{font-size: 25px;font-weight: bold;line-height: 62px;}
#dingw .neirong .left .biao p span{color:#27a776;}
#dingw .neirong .left .wenzi{font-size: 16px;color: #323232;line-height: 35px;width: 80%;margin: 0 auto;text-align:left;margin-top: 45px;}
#dingw .neirong .left .wenzi a{font-size: 16px;color: #27a776;display: block;float: right;margin-top: 40px;}

.slideBox {margin-top:30px;width:437px;height:623px;position:relative;overflow:hidden;box-shadow: 0px 20px 20px 0px #ccc;}
.slideBox ul {position:relative;width:2000px;}
.slideBox ul li {float:left;width:437px;height:623px;position:relative;}
.spanBox {position:absolute;height:26px;bottom:20px;right:20px;}
.spanBox span {width:26px;height:26px;margin-left:10px;float:left;line-height:26px;text-align:center;font-size:14px;border:1px solid #fff;color: #fff;cursor: pointer;}
.slideBox .spanBox .active {background:#27a776;border:solid 1px #27a776;}


.yfgg{width:70%; margin:30px auto; font-size: 16px; line-height: 40px;}

#kfzq{width: 100%;margin-top: 70px;}
.kfzqbox{width:90%; margin:30px auto; font-size: 18px; line-height: 40px; color:#fff; background: #1f8860; padding:20px 5%; border-top-left-radius: 50px;border-bottom-right-radius: 50px;}
#scnl{width: 100%;margin-top: 70px; display: table;}
#scnl .neirong{margin: 80px 0;}
#scnl .neirong .left{width:50%; float:left;}
#scnl .neirong .right{width:48%; float:right;}
#scnl .neirong .left .ltop{width:100%; float:left;}
#scnl .neirong .left .ltopbox1{width:160px; height: 100px; padding: 10px; margin-left: 30px; background: #00531b; border-radius: 10px; color:#fff; text-align: center;float:left;}
#scnl .neirong .left .ltopbox1 strong{font-size: 60px; float: left;width: 100%;}
#scnl .neirong .left .ltopbox1 span{font-size: 20px;}
#scnl .neirong .left .ltopbox2{width:160px; height: 100px; padding: 10px; float:left; margin-left: 80px; border-radius: 10px; background: #5fb041; color:#fff; line-height: 50px; font-size: 30px;     text-align: center;}
#scnl .neirong .left .lbottom{width:90%; float:left; margin-top: 40px; background: url(../images/ys_ico.png) left top no-repeat; padding-left: 30px; font-size: 14px; line-height: 30px; color:#666;}


#anq{width: 100%;margin-top: 100px;height: 600px; display: table;}
#anq .neirong{width: 100%;height: 266px;background: url(../images/pinz_bg.jpg)no-repeat center;margin-top: 60px;}

#anq .neirong li{width: 152px;float: left;text-align: center;font-size: 20px;color: #333;margin-right: 52px;}
#anq .neirong li img{border: 4px solid #fff;border-radius: 50%;box-shadow: 0px 12px 24px 0px rgba(15, 14, 13, 0.1);}
#anq .neirong li:last-child{margin-right: 0px;}
#anq .neirong li .circle{width: 35px;height: 35px;background: #fff;border-radius: 50%;font-size: 20px;color: #333;margin: 0 auto;margin-top: 35px;}
#anq .neirong li:hover img{border: 4px solid #1f8860;}
#anq .neirong li:hover{color: #1f8860;}
#anq .neirong li:hover .circle{color: #1f8860;}
#anq .neirong a{width: 225px;height: 45px;line-height: 45px;text-align: center;background: #1f8860;display: block;text-align: center;color: #fff;margin: 0 auto;border-radius: 50px;font-size: 18px;margin-top: 40px;}


/*公司环境*/
#huanj{width: 100%;margin-top: 70px;}

.major-list-outer{height:625px; margin:0 auto; margin-top:50px; overflow:hidden; width:1200px; }
.major-list{ padding:0px; margin:0px; width:1200px; height:378px;}
.major-list li{width:382px; height:304px; float:left; position:relative;margin-left: 18px;margin-bottom: 18px;}
.major-list li:first-child{margin-left: 0px;}
.major-list li:nth-child(4){margin-left: 0px;}
.major-list li a, .major-list li a span{width:100%;height:100%;display:block;position:absolute;left:0;top:0}
.front-face{z-index:2;} 
.back-face{z-index:1; display:block; text-align:center; font-size:24px; color:#fff; padding-top:120px; line-height:20px; background:rgba(31,136,96,0.8);) no-repeat 0 0;}
.back-face i{display: block;font-style: normal;width: 40px;height: 40px;background: #fff;border-radius: 50%;color: #1f8860;text-align: center;line-height: 35px;margin: 0 auto;margin-top: 20px;font-size: 30px;}
.major-list li a{overflow:hidden}
.major-list li:hover a .back-face{z-index:3;}

/*设备*/
#shebei{margin-top: 80px;width: 100%;height: 797px;background: #f0f0f0;}
#shebei .ntitle{padding-top: 60px;}

.anli{ width:1200px; margin:30px auto;margin-bottom: 60px;}


#taidu{width: 100%;margin-top: 60px;}
#taidu .title{border-left:5px solid #1f8860;padding-left: 20px;font-size: 24px;color: #cccccc;text-transform: uppercase;}
#taidu .title p{font-size: 30px;color: #323232;}
#taidu .neirong{margin-top: 50px;}
#taidu .neirong h3{font-size: 25px;color: #323232;font-weight: normal;padding-left: 26px;margin-bottom: 30px;}
#taidu .neirong .zuo{width: 580px;float: left;}
#taidu .neirong .zuo .biank{width: 580px;height: 240px;border:1px solid #e8e8e8; }
#taidu .neirong .zuo .bg1{background: url(../images/fz1.jpg) no-repeat; }
#taidu .neirong .zuo .bg2{background: url(../images/fz2.jpg) no-repeat; }
#taidu .neirong .zuo .biank p{font-size: 16px; padding:50px 30px 20px 30px; line-height: 30px; color:#eee; font-weight: 500;}
#taidu .neirong .zuo .biank li{width: 160px;float: left;text-align: center;font-size: 14px;color: #333;padding: 0 15px}
#taidu .neirong .zuo .biank li p{font-size: 18px;padding-top: 30px;}
#taidu .neirong .zuo .biank li img{margin: 20px auto;}
#taidu .neirong .zuo .biank li:nth-child(3) img{margin-bottom: 20px;margin-top: 22px;}
#taidu .neirong .zuo:nth-child(2){float: right;}
#taidu .neirong .zuo:nth-child(2) .biank li img{margin: 30px auto;}
#taidu .neirong .zuo:nth-child(2) li:nth-child(3) img{margin-bottom: 10px;margin-top: 32px;}
#taidu .neirong .wenzi{font-size: 16px;line-height: 40px;color: #323232;margin-top: 90px;}

.time-axis{margin: 0 auto;padding:0;position:relative; width:800px;}
.time-axis:before{content:'';position:absolute;left:93px;top:15px;width:1px;height:100%;background-color:#e4e4e4}
.time-axis-item{list-style:none;padding-left:150px;position:relative;line-height:45px;font-size:14px;color:#141414}
.time-axis-achievement{margin:0}
.time-axis-date{position:absolute;left:0;top:0;color:#666}
.time-axis-date span{position:absolute;right:-55px;top:35%;display:block;width:13px;height:13px;border:1px solid #ccc;border-radius:100%;background-color:#fff}
.time-axis-date span:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;width:7px;height:7px;margin:auto;background-color:#ccc;border:1px solid #ccc;border-radius:100%}
.time-axis-item:last-child .time-axis-date span{border-color:#48beb2}
.time-axis-item:last-child .time-axis-date span:after{background-color:#48beb2;border-color:#48beb2}

#fenlan{width: 100%;margin-top: -120px;}

/*左右图片覆盖阴影*/

.sb{width:100%; height:650px; margin:0 auto;}
.sb_c{overflow:hidden;}
.sb_c .sbimg{width:100%; height:600px; margin:0 auto; padding-top:30px;}
.sb_c .sbimg ul{width:100%;height:560px; margin:0 auto;}
.sb_c .sbimg li{ width:781px;height:495px;}
.sb_c .sbimg li a.bora{display:block;width:100%;}
.sb_c .sbimg li img{width:100%;}
.sb_c .sbimg li span{width:100%;display:block; text-align:center;line-height:25px; height:25px; overflow:hidden; padding:10px 0 0;}

.roundabout-moveable-item span{display: none !important;font-size: 20px;line-height: 35px;}
.roundabout-in-focus span{display: block !important;font-size: 20px;line-height: 35px;}

/*荣誉资质*/
#ziz{width: 100%;margin-top: 80px;    display: table;}



#prod{width: 1295px;margin:0 auto;margin-top: 50px;}
#kehu_d{margin:0px 20px; width:1170px; height:410px; overflow:hidden;}
/*自定义排版*/
.kh{width:250px; height:410px;float:left; background:#fff;margin: 0 23px;}
.kh img{width: 250px; height: 339px;}
.kh p{ text-align:center; line-height:55px;font-size: 18px;}
#kehu_l,#kehu_r{width:39px;height: 39px;overflow: hidden;margin-top: 150px;}
#kehu_l:hover img,#kehu_r:hover img{margin-top: -39px;transition:0.5s}


.section.bg02{width:100%;height:756px;background:url(../images/bg_02.jpg) center top no-repeat;}
.section.bg03{width:100%;height:1010px;background:url(../images/bg_03.jpg) center top no-repeat; margin-top: 100px;}
.bg02_texts{position:absolute;}
.bg02_texts h5{color:#323232;font-size:24px;}
.bg02_texts h6{color:#808080;font-size:18px;font-weight:normal;margin-bottom:36px;}
.bg02_texts p{color:#323232;font-size:16px;line-height:28px;}
.bg02_texts04{left:0px;top:90px;}
.bg02_texts04 h5{margin-bottom:10px;color:#fff;font-weight:normal;}
.bg02_texts04 h6{color:#fff;}
.bg02_texts05{position:absolute;left:30px;top:270px;}
.bg02_texts05 h5{font-size:18px;margin-top:25px;}
.bg02_texts05 p{font-size:14px;}
.bg02_texts06{position:absolute;left:428px;top:548px;}
.bg02_texts06 h5{font-size:18px;margin-top:25px;color:#fff;}
.bg02_texts06 p{font-size:14px;color:#fff;}

.bg02 .swiper_wrap{width:828px;height:476px;position:absolute;overflow:hidden;left:372px;top:61px;}
.bg02 .swiper_wrap .swiper-container{height:476px;width:828px;}
.swiper_wrap .swiper-slide{width:828px;height:476px;overflow:hidden;position:relative;}
.swiper-slide img{width:100%;height:100%;display:block;}

.bg03_texts01{position:absolute;left:0px;top:134px;}
.bg03_texts01 h5{font-size:48px;color:#343434;font-family:"华文行楷";margin-bottom:8px;}
.bg03_texts01 p{font-size:16px;color:#323232;margin-bottom:5px;}

.bg03_texts02{position:absolute;left:100px;top:200px;}
.bg03_texts02 h5{font-size:32px;color:#343434;font-family:"华文行楷";margin-bottom:8px;}
.bg03_texts02 p{font-size:16px;color:#323232;margin-bottom:15px;}

.bg03_texts03{position:absolute;left:618px;top:650px;}
.bg03_texts03 h5{font-size:32px;color:#343434;font-family:"华文行楷";margin-bottom:8px;}
.bg03_texts03 p{font-size:16px;color:#323232;margin-bottom:15px;}

#hzhb{margin-top: 80px; width: 100%; height: 699px; background: url(../images/yuanj_bg.jpg) no-repeat;}




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