.g-hd {
    height: 8.8rem;
    position: relative;
    background: url(../images/h_bg.jpg) no-repeat center;
    background-size: 100% 8.8rem;
}

.g-hd img {
    display: block;
    width: 100%;
}

.g-hd .g_lo {
    width: 45.156%;
    margin: 0 auto;
    padding-top: 1.5rem;
    height: 4rem;
}

.g-hd .g_lo span {
    font-size: 1.0rem;
    color: #000000;
    display: block;
    line-height: 1.0rem;
    text-align: center;
    font-weight: bold;
    padding-top: 0.35rem;
}

.g-hd ul {
    float: left;
    height: 3.3rem;
    margin: 0 0 0 3.1%;
}

.g-hd ul li {
    float: left;
    font-size: 1.2rem;
    line-height: 3.3rem;
    padding: 0 1.6rem;
    position: relative;
}

.g-hd ul li a {
    color: #ffffff;
}

.g-hd ul li:first-child {
    padding-left: 4.75rem;
}

.g-hd ul li:last-child {
    padding-right: 0;
}

.g-hd .m-nav2 {
    float: right;
    width: 2.0rem;
    margin: 1rem 3.1% 0 0;
}

#menu {
    display: none;
    background: #c61f33;
    background-size: 100% 52.35rem;
    position: absolute;
    left: 0;
    top: 8.8rem;
    width: 100%;
    height: 52.35rem;
    z-index: 200;
}

#menu p {
    width: 94%;
    margin: 1.1rem auto 0;
    text-align: center;
}

#menu p a {
    display: block;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.2rem;
    color: #1e1e1e;
    border-bottom: 1px dashed #d1d2d5;
    box-sizing: border-box;
    opacity: 0.9;
}

#menu p a:hover {
    font-weight: bold;
    opacity: 1;
}

#menu p a:last-child {
    border: 0;
}

#menu .bo {
    display: block;
    width: 10rem;
    height: 3.5rem;
    background: url(../images/bo.png) no-repeat center;
    background-size: 14.1rem 3.5rem;
    font-size: 1.2rem;
    line-height: 3.5rem;
    margin: 2.8rem auto 0;
    color: #fff;
    padding-left: 6em;
}

.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-top {
    position: relative;
    height: 13.6rem;
    margin-bottom: 3.5rem;
    text-align: center;
    background: url(../images/f_bg.jpg) no-repeat center;
    background-size: 100% 13.6rem;
}

.foot-top a.top {
    display: block;
    position: absolute;
    z-index: 1;
    top: -2.35rem;
    left: 43.75%;
    width: 13.90%
}

.foot-top a.top img {
    width: 100%;
}

.foot-top p {
    text-align: center;
    padding-top: 4.4rem;
    margin-bottom: 1.5rem;
}

.foot-top p a {
    display: inline-block;
    color: #eeeeee;
    font-size: 1rem;
    margin: 0 2.73%;
    position: relative;
}

.foot-top p a:after {
    content: "|";
    display: inline-block;
    font-size: 1rem;
    font-weight: lighter;
    margin: 0 2.3%;
    position: absolute;
    right: -25%;
    top: 0;
}

.foot-top p a:last-child:after {
    display: none;
}

.foot-top h3 {
    height: 4.5rem;
    text-align: center;
}

.foot-top h3 i {
    font-size: 0.95rem;
    color: #a0a0a0;
    display: block;
    padding-bottom: 0.4rem;
    line-height: 0.95rem;
}

.foot-top h3 i a {
    color: #a0a0a0;
    padding-left: 2.1rem;
}

.foot-top h3 b {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: normal;
    float: left;
    width: 100%;
    text-align: center;
}

.foot-top h3 b em {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: bold;
}

.foot-top h3 b em a {
    color: #fff;
}

.foot-bottom {
    position: fixed;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: 3.5rem;
    overflow: hidden;
    bottom: 0;
    background: #e3b056;
    z-index: 999;
}

.foot-bottom li {
    float: left;
    width: 33.3%;
    text-align: center;
    overflow: hidden;
    padding-top: 0.25rem;
    position: relative;
    height: 3.5rem;
}

.foot-bottom li a {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    line-height: 0;
}

.foot-bottom li img {
    width: 1.9rem;
    height: 1.75rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.28rem;
}

.foot-bottom li span {
    font-size: 0.9rem;
    color: #000000;
    line-height: 0.9rem;
    font-family: arial;
    padding-top: 0.2rem;
}