
@charset "utf-8";
/*格式化*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
body{ font-size:1.2rem;font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; padding-top:1px; background:#fff;overflow-x:hidden;max-width: 640px;min-width:320px;margin: 0 auto;}
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"Microsoft Yahei";color: #333;}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
img{ padding:0; margin:0;}
a img { border:none; }
input,textarea{ border:none;font-family:"Microsoft Yahei"; font-size:1.2rem;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:1.5rem;}
h2,h2 a{color: #333;display: block;}
.fl{float: left;}
.fr{float: right;}
/* -- 页面整体布局 -- */
.wrap{ min-width:320px; max-width:640px; margin:0 auto; overflow:hidden; position:relative;margin-top: -0.05rem;background: #fff;} /*网站首页宽度*/
.wrap img{display:block;width:100%;}


/*头部*/
.g-hd{height:4.4rem;position: relative;background: #fff;}
.g-hd img{display: block;width: 100%;}
.g-hd .logo{float: left;width:20.625%;margin-left:4.06%;margin-top:1.1rem;}
.g-hd .logo img{width:100%;}
.g-hd .nav{float: left;margin-top:1.6rem;width: 53%;margin-left: 12%;}
.g-hd .nav li{float: left;font-size:1.1rem;line-height: 1.1rem;margin-right: 10%;position: relative;}
.g-hd .nav li:after{content: "";position: absolute;right: -19%;top: 0.2rem;width: 1px;height: 0.8rem;background: #cccccc;}
.g-hd .nav li:last-child{border: 0;padding-right: 0;margin-right: 0;}
.g-hd .nav li:last-child:after{display: none;}
.g-hd .nav li a{color: #333;display: block;}
.g-hd .m-nav2{float: right;width:4.38%;margin-top:1.55rem;margin-right:3.125%;position: relative;}
#menu{display: none; position: absolute; right: 0; top:4.4rem; width: 100%; height:56.2rem; background: #26b458;z-index: 100; text-align: center;}
#menu p{width: 80%;margin: 1rem auto 0;}
#menu p a{display: block; height: 4rem; line-height: 4rem; font-size: 1.2rem; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.3);} #menu p a:last-child{border: 0;}


    .m2-left-nav-1 {
        margin: 1.3rem 1rem 1.8rem 1rem;
    } 
.m2-left-nav-1 .m2-left-nav-1-list {
        border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        overflow: hidden;
    } 
.m2-left-nav-1 .m2-left-nav-1-list li .down {
        height: 4.0rem;
        display: block;
        padding-left: 1rem;
        line-height: 4.0rem;
        box-sizing: border-box;
    } 
.m2-left-nav-1 .m2-left-nav-1-list .down span {
        width: 4rem;
        height: 4rem;
        float: right;
        display: block;
        background: url(images/href_icon2.png) no-repeat center center;
        background-size: 1.2rem; 
        overflow: hidden;
    } 
.m2-left-nav-1 .m2-left-nav-1-list li .borderno {
        border: none;
    } 
.m2-left-nav-1 .m2-left-nav-1-list li p {
        position: relative;
    } 
/*一列展现*/ 
.m2-left-nav-1 .list1 li {
        height: 3.6rem;
        line-height: 3.6rem;
        border-bottom: 1px solid #e1e1e1;
        padding-left: 3.3rem;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    } 
.m2-left-nav-1 .list1 li:before {
        content: "";
        overflow: hidden;
        position: absolute;
        left: 2.0rem;
        top: 1.46rem;
        z-index: 7;
        width: 0;
        height: 0;
        border-width: 0.3rem;
        border-style: solid;
        transform: roate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        border-color: #333 #333 transparent transparent;
    } 
.m2-left-nav-1 .list1 li:after {
        content: "";
        overflow: hidden;
        position: absolute;
        left: 2.0rem;
        top: 1.56rem;
        z-index: 8;
        width: 0;
        height: 0;
        border-width: 0.2rem;
        border-style: solid;
        transform: roate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        border-color: #fff #fff transparent transparent;
    }
    /* -- 产品导航页二级导航背景颜色，字体颜色和线条颜色  -- */ 
.m2-left-nav-1 .list1 {
        display: none;
    } 
.m2-left-nav-1 .m2-left-nav-1-list {
        border: 1px solid #e1e1e1;
    }
    /*产品导航最外层边框*/ 
.m2-left-nav-1 .m2-left-nav-1-list .on p {
        border-bottom: 1px solid #ffffff;
        background-color: #fbfbfb;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e1e1e1));
        background-image: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
        background-image: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
        background-image: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
        background-image: -ms-linear-gradient(top, #fbfbfb, #e1e1e1);
        background-image: linear-gradient(top, #fbfbfb, #e1e1e1);
    }
    /*产品导航展开边框*/ 
.m2-left-nav-1 .m2-left-nav-1-list li .down {
        border-bottom: 1px solid #e1e1e1;
        background-color: #ffffff;
    }
    /*产品导航收缩边框*/
    /*.m2-left-nav-1  .m2-left-nav-1-list li:last-child .down { border:none; }*/ 
.m2-left-nav-1 .m2-left-nav-1-list li p {
        border-bottom: 1px solid #e1e1e1;
        background-color: #ffffff;
    }
    /*产品导航收缩边框*/ 
.m2-left-nav-1 .m2-left-nav-1-list li ul a {
        border: 0;
    }
    /*产品导航二级栏目边框*/ 
.m2-left-nav-1 .m2-left-nav-1-list .list1 .a_tit:before {
        border-color: #500971 #500971 transparent transparent;
    } 
.m2-left-nav-1 .m2-left-nav-1-list .list1 .a_tit:after {
        border-color: #fff #fff transparent transparent;
    }


/*首页底部*/
.foot{margin-top: 3rem;}
.foot-t{background: #F2F2F2;padding-bottom: 3.5rem;margin-bottom: 3.5rem;position: relative;padding-top: 2rem;}
.foot-t .top{width: 4rem;margin: 0 auto;position: absolute;right: 1rem;top: -3rem;}
.foot-t .top img{width: 100%;}
.foot-t p{text-align: center;color: #666;line-height: 1rem;font-size: 1rem;}
.foot-t p span{margin-left: 2rem;}
.foot-t p a{color: #666;margin: 0 0.75rem;}
.foot-t em{display: block;text-align: center;color: #666;margin-top: 0.7rem;font-size: 1rem;}
.foot-b{position: fixed;bottom: 0;z-index:99;width: 100%;max-width: 640px;min-width:320px;box-sizing: border-box;}
.foot-b ul{display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between;height: 3.5rem;background: #333;}
.foot-b ul li{width: 25%;text-align: center;line-height: 3.5rem;height: 3.5rem;font-size: 1.1rem;position: relative;}
.foot-b ul li:after{content: "";display: block;width: 1px;height: .5rem;background: #fff;position: absolute;right: 0;top:1.55rem;}
.foot-b ul li:last-child:after,.foot-b ul li.tel:after{display: none;}
.foot-b ul li a{color: #fff;display: block;}
.foot-b ul li.tel{background: #26b458;height: 4.85rem;top: -1.35rem;line-height: 4.85rem;}

