body{
    margin: 0;
    min-width: 1300px;
}
a {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: red;
    text-decoration: none;
    cursor: pointer;
}
/*头部*/
.head{
    /* margin-left: 18%; */
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.head::after{
    content: '';
    display: block;
    clear: both;
}
.headimg {
    height: 120px;
    margin: 10px 0 0 0px;
    box-sizing: border-box;
    float: left;
    width: 80vw;
    left: -30vw;
    position: relative;
    min-width: 1200px;
}
.headright{
    margin-top: 2em;
    /* margin-right: 25%; */
    float: right;
    text-align: right;
}
.headimg3{
    margin-top:1em;
    /* position: absolute; */
    margin-left: -1.5em;
}

/*绿色上面导航条*/
.menu {
    height: 45px;
    display: block;
    /* margin-top: -0.9em; */
}

.menu ul {
    list-style: none;
    padding: 0;
    margin-left: 17%;

}
.menu ul li {
    /* width and height of the menu items */
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 45px;
}

.menu ul li a {
    /* must be postioned relative  */
    position: relative;
    display: block;
    width: 150px;
    height: 45px;
    font-family: "Microsoft Yahei";
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.menu ul li a span {
    /* all layers will be absolute positioned */
    position: absolute;
    left: 0;
    width: 150px;
    font-size: 1.5em;
}
.menu ul li a span.out {
    top: 0px;
    /* font-size: 1.5em; */
    font-size: 16px;
}
.menu ul li a span.over,
.menu ul li a span.bg {
    /* hide */
    top: -45px;
}
#menu2 {
    background:#86C130 ;
}

#menu2 ul li a {
    color: #FFF;
}

#menu2 ul li a span.over {
    background: #FFF;
    color: #000;
}

/*登录退出*/
.quick-login{
    float: right;
    margin-right: 3em;
    margin-top: 0.7em
}
.gray6{  color: white;font-weight: bold;  }
.vertical-line{  color: white;font-weight: bold;  }
.menuChild{  color: white;font-weight: bold;}

/*定位*/
.breadcrumb {
    padding: 15px 0;
    margin: 0 15px;
    margin-left: 21px;
}
.breadcrumb span{margin-left: 0.01em}
.gray9 {
    color: #999;
    font-size: 11px;
}

/*左侧导航条*/
.sider-list{width:220px;;background-color: #FFFFFF;overflow: hidden;zoom: 1;float: left;margin-left: 20px}
.sider-list dl dt span{margin-left: 4em;line-height: 2.1em;font-size: 14px;}
.sider-list dl{border-top: 2px solid #5CAF4C;padding-bottom:14px;margin-bottom:12px;line-height:24px;margin-top: 1px}
.sider-list dd{background: url(../IMG/dow.png) 0 12px no-repeat;padding-left: 10px;margin: 15px 0 5px 30px;line-height: 24px;margin-left: 4em}
.sider-list dl dt{font-weight:700;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;border-top: 1px solid #d9d9d9;line-height: 40px;}
.sider-list dl dd a{color:#5e5e5e;text-decoration:none;font-size: 14px;}
.sider-list dl dd.cur a,.sider-list dl dd a:hover{color:#FF9900;text-decoration:none;}
.sider-list .side-slider{position:absolute;width:3px;background:#FF9900;height:20px;;left: 4em;}



img {
    vertical-align: middle;
    border: none;
}
ul,li{
    list-style: none;
}

/*-----------------------------------------------------------------------------------------------------------底部---*/
.foot{
    background-color: #eaeaea;
    float: left;
    width: 100%;
}
.ma60{
    margin-top: 60px;
}
.foot-content{
    margin-left: 7%;
    padding: 10px;
}
.foot-way{
    width: 15%;
    float: left;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot-way h2 {
    font-size: 15px;
    color: #666;
    font-weight: bold
}
.foot-way a{
    color: #666;
}
.foot-way ul{
    line-height: 29px;
    color: #666
}
.foot-way ul li{
    font-size: 14px;
}
.foot-way h2{
    font-size: 15px;
    color: #666;
    font-weight: bold;
}
/*-----------------------------------------------------------------------------------------------------------备案号---*/
.bottom{
    background-color: #ffffff;
    text-align: center;
}
.bottom-content{
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 13px;
    color:#7f7f7f;

}

#prod-detail #name{
    font-weight: 400;
}
