<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*全局样式*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;outline:0;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{overflow-y:scroll;font-size: calc(100vw/3.75)}
body {font-family:"微软雅黑",Microsoft YaHe,arial;color:#333;font-weight: normal;font-size:15px;}
* { margin:0px; padding:0px; list-style:none;font-weight: normal;}
.clear { clear:both;}
a { color:#333; text-decoration:none;}
/*a:hover { color:#0069ad; text-decoration: none;}*/
.lf { float:left;}
.rt { float:right; }
ul { list-style:none; margin:0px; padding:0px;}
img { border:0px; max-width:100%;}
.wrap{ margin:auto;padding-bottom:60px;}
.clearfix:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix{
    *zoom:1
}

/*首页头部*/
.ltop { width:100%; height:auto; padding:5px 0px;overflow: hidden;background: #d7d8d8;text-align: center;}
.ltop img { width: 80%;height: 100%;  }
/*nav*/
.lnav { width:100%; height:100px;}
.lnav ul li {width:25%;height:45px;line-height:45px;font-size: 1em;border-bottom:1px solid #e4d8e4;float:left;text-align:center;}
.lnav ul li a { color:#631f61; text-decoration:none; border-right:1px solid #e4d8e4; display:block;}
.lnav ul li a:hover { color:#fff; background:#6c1e6a;}
/*ban*/
.slider-focus{position:relative;overflow:hidden;/*max-height:320px;*/margin:auto;}
.slider-focus .hd{width:100%;height:22px;z-index:1;line-height:28px;text-align:center;}
.slider-focus .hd li{display:inline-block;vertical-align:middle;width: 10px;height: 10px;margin:0 3px;/* -webkit-border-radius:50%; */-moz-border-radius:50%;-o-border-radius:50%;/* border-radius:50%; */font-size:0;line-height:0;text-indent:-9999em;background: #eee;cursor:pointer;}
.slider-focus .bd li .pic img{width: 100%;}
#slides .hd{ position:absolute;width:100%;height:22px;left:0;bottom:5%;z-index:1;line-height:28px;text-align:center;}
#slides  .hd li{  background: #fff; border-radius: 50%;}
#slides .hd li.on{ background:#6c1e6a;  }
/*首页新闻*/
.index_news{
    padding: 2%;
}
.index_news &gt; ul li{
    background: #eee;
}
.index_news &gt; ul li .img{
    width: 50%;
}
.index_news &gt; ul li .img img{
    width: 100%;
}
.index_news li .text {
    width: 50%;
    background: #eee;
    /*height: 100%;*/
    float: left;
    padding: 13.3% 0;
    text-align: center;
    position: relative;
}
.index_news .text h3{
    font-size: .14rem;
    color: #333;
}
.index_news li .text span{
    position: absolute;
    top: 41%;
    left: -9px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #eee;
    border-bottom: 10px solid transparent;
}
.index_news li.even .text span{
    position: absolute;
    top: 41%;
    right: -9px;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #eee;
    border-bottom: 10px solid transparent;
    border-right:0px;
}


/*首页产品分类*/
.index_cpclass .title{
    height: .85rem;
    width: 100%;
    background: url(../images/index_cpclass-title.jpg) no-repeat center center;
    background-size: cover;
}
.index_cpclass ul{
    padding: 1%;
}
.index_cpclass li{
    width: 50%;
    padding: 1% 1% 0 1%;
    float: left;
    position: relative;
}
.index_cpclass li a{
    display: block;
}
.index_cpclass li img{
    width: 100%;
    z-index: -1;
}
.index_cpclass li p{
    position: absolute;
    margin: 2%;
    padding: 10% 0;
    background: url(../images/pc1.png) repeat;
    top: 19%;
    bottom: 25%;
    font-size: 18px;
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
}
.index_cpclass li p span{
    display: block;
    font-size: 12px;
}

/*about*/
.title2 img{width: 100%;}
.home_about &gt; h2{
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    margin: 0px;
    text-align: center;

}
.home_about &gt; p{
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}
.home_about li{
    width: 50%;
    padding: 1% 1% 0 1%;
    float: left;
    position: relative;
}
.home_about ul{
    padding: 1%;
}
.home_about li img{
    width: 100%;
}
.home_about li h3{
    font-size: 16px;
    font-weight: bold;
}
.home_about li p{
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
/*底部*/
footer{
    margin-top: 30px;
}
footer .foot{
    background: #d7d8d8;
    font-size: 12px;
    color: #888;
    text-align: center;
    padding: 10px;
    line-height: 20px;
}
#bottom { width:100%;  background-color:#6c1e6a; position:fixed; bottom:0px;left:0px; }
#bottom ul li { width:25%; height:auto; float:left; text-align:center;}
#bottom ul li a {color:#FFF;line-height:12px;font-size:12px;border-right:1px solid #7b3579;padding:10px 0px;display:block;width: 100%;text-align:center!important;}
#bottom ul li a span{display:block;}

#bottom ul li a img{float:none;}



/*表单*/
.form {margin: 0 auto; width: 95%;}
.form table tr{
    height: .6rem;
}
.form input,.form textarea,.form button,.form select{border: #ccc 1px solid;
    border-radius: .03rem;
    color: #a8a8a8;
    width: 100%;
    font-family: arial,Microsoft YaHei;
}
.form input{
    height: .35rem;
    line-height: .35rem;
}
.form textarea{
    margin-top: .15rem;
    height: 1.2rem;
    line-height: .24rem;
}
.form select{
    width: 50%;
    height: .35rem;
    background: #fff;

}
.form button{
    background: #6c1e6a;
    width: 40%;
    height: .4rem;
    color: #fff;
    border-color: #6c1e6a; 
}

/*新闻列表*/
.banner_zixun{
    background: url(../images/banner_zixun.jpg) no-repeat center center; 
    background-size: cover;
}
.new_title{
    display: block;
    line-height: .4rem;
    background: #eee;
    padding: 0 2%;
    font-size: .20rem;
}
.icon_menu {
    padding: .03rem;
    border: 1px solid #AAA;
    border-radius: .03rem;
    margin-top: .07rem;
}
.icon_menu i {
    height: .02rem;
    background: #aaa;
    width: .25rem;
    display: block;
    margin: .03rem 0rem;

}
.overlay{position:fixed;z-index:99;background-color:rgba(0,0,0,.5);bottom:0;right:0;left:0;}

.openmenu .overlay{ top:0 }

.hamburgermenu{height:100%;width:0;background:#373737;position:fixed;top:0;right:0;z-index:101;overflow:auto;
transition: 1s;
-moz-transition: 1s;    /* Firefox 4 */
-webkit-transition: 1s; /* Safari �?Chrome */
-o-transition: 1s;
}
.hamburgermenu ul{margin-top:.45rem;z-index:101;overflow-y:auto;overflow-x:hidden;}
.hamburgermenu ul li{display:block;text-align: left; float: none;}
.hamburgermenu ul li a{display:block;padding: .1rem;color:#cdcdcd;font-size: .16rem;text-decoration:none;text-align: left;padding-left: 10%;}
.hamburgermenu li a:hover{color:#fff;background:#2c2c2c}

.hamburgermenu ul.second_menu{margin-top:0;border-top:1px solid #666;border-bottom:1px solid #666;}
.hamburgermenu ul.second_menu li{padding-left: .15rem;display:block;}

.openmenu .hamburgermenu{width:70%;right:0;
transition: 1s;
-moz-transition: 1s;    /* Firefox 4 */
-webkit-transition: 1s; /* Safari �?Chrome */
-o-transition: 1s;

}
.NewsTitle{
    font-size: .16rem;
    text-align: center;
    line-height: .35rem;
    margin-top: .25rem;

}
.newstime{
    font-size:.1rem;
    text-align:center;
    padding-bottom: .06rem;
    
    border-bottom: #dedede 1px dashed;
}
.con{
    line-height: .28rem;
    margin: .1rem 0;
}
.con p{ margin-bottom: .1px; }

.list li{
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
}
.pages table {
    margin: 18px auto 0;
}
/*产品列表*/
.content {
    padding: 10px;
}
.cgal_nr {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}
.cgal_nr ul li {
    width: 50%;
    height: auto;
    padding: 10px 0px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    font-size: 1em;
}
.cgal_nr ul li .lzj {
    width: 95%;
    margin: 0px auto;
     height: 100%; 
    /*border: 1px solid #ddd;*/
    text-align: center;
}
.cgal_nr ul li .lzj img {
    max-width: 100%;
    max-height: 120px;
}
/*产品详情*/
.detail_title {
    font-weight: bold;
    font-size: 1.3em;
    padding: 10px 0px;
    text-align: center;
}
.detail_destitle {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    background: #eee;
    position: relative;
}
.detail_des {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.detail_destitle span {
    padding-left: 10px;
}
.detail_img {
    text-align: center;
    padding: 10px;
}</pre></body></html>