<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
@import url(reset.css);
/* 主色*/
/*配色*/
/*网页背景色*/
body { font-family: Arial, 'Microsoft YaHei'; *font-family: 'Microsoft YaHei'; font-size: 12px; color: #333; background: #FFF; border: none; }

a { color: #333;text-decoration: none; }
a:hover { color: #0069b7;text-decoration: none; }

.center { width: 1000px; margin: 0 auto; overflow: hidden; _zoom: 1; }

.top { height: 130px; }
.top .logo { float: left; margin-top: 15px; }
.top .top-r { float: right; margin-top: 24px; line-height: 24px; }
.top .top-r .step { margin: 0 8px; color: #CCC; }
.top .top-r a {text-decoration: none; }
.top .tel { float: right; margin-top: 24px; font-size: 14px; color: #666; clear: right; }
.top .tel .num { font-size: 24px; color: #0069b7; font-family: arial; font-weight: bold; }

.nav { min-width: 1000px; height: 46px; background: #0069b7; }
.nav .center { overflow: visible; }
.nav ul { margin: 0; padding: 0; list-style: none; }
.nav li { width: 120px; height: 46px; float: left; margin: 0; padding: 0; border-left: 1px solid #339cdd; position: relative; z-index: 10; }
.nav li a { height: 100%; display: block; font-size: 14px; color: #FFF; line-height: 46px; text-align: center; }
.nav li a:hover, .nav li a.hover { background: #11a63d; color: #FFF; text-decoration: none;}
.nav li a.active { width: 122px; background: #11a63d; position: relative; left: -1px; }
.nav li .down-menu { width: 100%; position: absolute; left: 0; top: 46px; background: #11a63d; display: none; }
.nav li .down-menu a { height: 34px; line-height: 34px; font-size: 12px; border-bottom: 1px solid #12b442; }
.nav li .down-menu a:hover { background: #12b442; }

.banner { width: 100%; min-width: 1000px; height: 470px; margin: 0 auto; position: relative; overflow: hidden; }
.banner .slider-wap { width: 1920px; position: absolute; left: 50%; top: 0; margin-left: -960px; }
.banner .slider-wap .slide-item { width: 100%; text-align: center; }
.banner .point { width: 100%; text-align: center; position: absolute; left: 0; bottom: 20px; }
.banner .point a { width: 10px; height: 10px; margin: 0 5px; font-size: 0; border-radius: 50%; display: inline-block; background: #FFF; }
.banner .point a.current { background: #11a63d; }

.public-title { width: 362px; margin: 60px auto 0; overflow: hidden; _zoom: 1; }
.public-title .line { width: 116px; height: 12px; float: left; border-bottom: 1px solid #CCC; }
.public-title .tit { width: 130px; float: left; text-align: center; }
.public-title .tit .cn { font-size: 24px; color: #0069b7; display: block; }
.public-title .tit .en { font-size: 14px; color: #666; display: block; margin-top: 6px; }

.xlcont { margin-top: 40px; }
.xlcont ul { margin: 0; padding: 0; list-style: none; }
.xlcont .xl-item { width: 25%; float: left; text-align: center;height: 230px;}
.xlcont .xl-item .name { font-size: 16px; font-weight: bold; margin-top: 20px; }
.xlcont .xl-item .desc { line-height: 20px; margin: 10px 25px 0; color: #777; }
.xlcont .xl-item .desc a { margin: 0 5px; color: #0069b7; }
.xlcont .xl-item .desc a:hover { color: #0069b7;font-size: 15px }

.graybg { background: #F8F8F8; min-width: 1000px; }

.about { margin-top: 60px; padding-bottom: 60px; }
.about .about-cont { margin: 40px 20px 0; overflow: hidden; _zoom: 1; }
.about .about-cont .img { width: 480px; float: left; }
.about .about-cont .img img { width: 480px; }
.about .about-cont .profile { width: 450px; float: right; line-height: 30px; }
.about .about-cont .profile p { margin: 0; padding: 0; }

.product-cont { margin: 40px 0 0; padding: 0; list-style: none; overflow: hidden; _zoom: 1; }
.product-cont .cp-item { width: 250px;; float: left; text-align: center; }
.product-cont .cp-item a { display: block; margin: 0 10px;text-decoration: none;  }
.product-cont .cp-item img { width: 100%; }
.product-cont .cp-item .name { _width: 100%; margin-top: 10px; display: block; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.news { margin-top: 60px; padding-bottom: 60px; }
.news .news-cont { margin: 20px 0 0; padding: 0; list-style: none; overflow: hidden; _zoom: 1; }
.news .news-cont .news-item { width: 460px; padding: 0 20px; margin-top: 20px; float: left; }
.news .news-cont .news-item .date { width: 80px; height: 80px; float: left; border-radius: 4px; background: #0099e6; color: #FFF; text-align: center; font-family: arial; }
.news .news-cont .news-item .date .day { display: block; font-size: 30px; padding: 15px 0 6px; }
.news .news-cont .news-item .date .ym { display: block; font-size: 14px; }
.news .news-cont .news-item .info { width: 360px; float: right; }
.news .news-cont .news-item .title { _width: 100%; height: 18px; line-height: 18px; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news .news-cont .news-item .desc { height: 44px; margin-top: 10px; font-size: 12px; line-height: 22px; color: #666; overflow: hidden; }

.foot { min-width: 1000px; background: #333; margin-top: 60px; }
.foot .btm-nav { height: auto; border-bottom: 1px solid #555; color: #CCC; line-height: 30px; }
.foot .btm-nav a { color: #FFF; text-decoration: none; margin-right:20px;  }
.foot .btm-nav .step { margin: 0 10px; }
.foot .footer { padding: 30px 0; color: #CCC; }
.foot .footer .btm-logo { width: 270px; float: left; padding-right: 20px; border-right: 1px solid #666; }
.foot .footer .copy { width: 520px; margin: 10px 0 0 20px; float: left; line-height: 24px; }
.foot .footer .ma { float: right; }

.sub-L { width: 220px; float: left; margin-top: 20px; }

.lanmu { height: 35px; background: url(../images/lpcurrent1.jpg) repeat-x left top; padding: 0 5px; line-height: 43px; font-size: 15px; font-weight: bold; color: #FFF; }
/* background: url(../images/llink_a.jpg) repeat-x center bottom;*/
.menu p { height: 16px;background-color:rgba(146, 146, 146,0.2); line-height: 16px; margin: 3px 0px 0px 0px; padding: 12px 0; font-size: 13px; }
.menu p a { padding-left: 10px; }
.menu p .arrow { display: inline-block; margin-right: 10px; border-left: 4px solid #0069b7; border-top: 4px solid rgba(146, 146, 146,0.2); border-bottom: 4px solid rgba(146, 146, 146,0.2); font-size: 0; line-height: 0; vertical-align: middle; }
.menu .submenu { display: none; }
.menu .submenu a { display: block; padding: 0 20px 0 40px; line-height: 30px; border-bottom: 1px solid #EEE; }

.sub-R { width: 760px; float: right; margin-top: 20px; }
.sub-R1 { width: 780px; margin-top: 20px; margin-left: 50px; }


.rtit { height: 40px; border-bottom: 1px solid #DDD; line-height: 40px; }
.rtit h2 { font-size: 16px; color: #0069b7; font-weight: bold; float: left; }
.rtit .path { float: right; }

.newslist ul { margin: 0; padding: 0; list-style: none; }
.newslist li { height: 42px; margin: 0; padding: 0; line-height: 42px; border-bottom: 1px solid #EEE; }
.newslist li a { width: 560px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newslist li span { float: right; color: #999; }

.fybox { margin: 20px 0; text-align: center; }
.fybox a { display: inline-block; padding: 6px 8px; border: 1px solid #DDD; margin: 0 4px; }
.fybox a:hover, .fybox a.active { background: #0069b7; color: #FFF; border-color: #0069b7; }

.page { overflow: hidden; zoom: 1; }

.newstitle { text-align: center; margin: 20px 0 10px; font-weight: bold; font-size: 18px; color: #0069b7; }

.newsdate { text-align: center; font-size: 12px; color: #999; }

.newscont { line-height: 200%; font-size: 14px; overflow: hidden; zoom: 1; margin: 20px 0 0; }

.fybox2 { margin: 20px 0; text-align: center; }

.products-list { overflow: hidden; zoom: 1; }
.products-list ul { margin: 0; padding: 0; list-style: none; }
.products-list li { width: 170px; float: left; margin: 15px 10px 0; padding: 0; display: inline; }
.products-list li img { width: 170px; height: auto;}
.products-list li .name { display: block; text-align: center; font-size: 12px; margin-top: 10px; }


.products-list2 { overflow: hidden; zoom: 1; }
.products-list2 ul { margin: 0; padding: 0; list-style: none; }
.products-list2 li { padding: 15px; border-bottom: 1px solid #E8E8E8; overflow: hidden; zoom: 1; }
.products-list2 li img { width: 180px; padding: 4px; border: 1px solid #DDD; float: left; margin-right: 20px; }
.products-list2 li .name { display: block; font-size: 16px; font-weight: bold; }
.products-list2 li .desc { height: 96px; margin-top: 20px; line-height: 24px; color: #666; overflow: hidden; }
.products-list2 li .more { margin-top: 20px; color: #0069b7; }
.products-list2 li .more a { color: inherit; }



.tablebox { margin-top: 20px; }
.tablebox td { padding: 10px 5px; }

.yuyuebtn { width: 160px; height: 36px; line-height: 36px; display: inline-block; border: none; text-align: center; background: #0069b7; color: #FFF; font-size: 16px; }
.yuyuebtn:hover { background: #005a9e; color: #FFF; }

.input01 { padding: 6px 9px; border: 1px solid #CCC; color: #999; }

.bx_container{width:1000px;}



#demo {
    background: #FFF;
    overflow:hidden;
    width: 1000px;
    margin-top: 20px;

}
#demo img {
    border: 3px solid #F2F2F2;
    width:230px;
    height:230px;
    margin-right: 10px;
}
#indemo {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
    height: 260px;
}
#demo1 .name { _width: 100%; margin-top: 10px; display: block; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

#demo2 {
    float: left;
}</pre></body></html>