
html,body{padding:0px;margin:0px;}
.clearfix:after {
    content:"";
    display: block;
    clear:both;
}
.head2{height:100px;}
.head2 .logo{height:60px;margin-top:20px;display:inline-block;}
.head2 .logo img{height:100%;}
.head2 .search{height:40px;margin-top:30px;}
.head2 .search input{border:2px solid #E64545;}
.head2 .search button{border:2px solid #E64545;border-left:0px;background:#e64545;color:#fff;height:33px;margin-top:-5px;outline:none;}

.index{background:#f5f5f5;}
.index .breadcrumb > li + li:before{content:">\00a0";}
.index .breadcrumb li a{color:#767676;}
.index .breadcrumb{margin-top:25px;margin-bottom:15px;padding:0px;}

.index .body .row1 .title{background:#000;height:50px;line-height:50px;}
.index .body .right{float:right;}

.head2 .menu{
    margin-left:20px;
    background:#f2f2f2;
    width:60px;
    height:40px;
    display:inline-block;
    text-align:center;
    vertical-align: middle;
    border:1px solid #e2e2e2;

}
.head2 .menu img{
margin-top:4px;
}

.menu_list{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:none;
    z-index:999;
}
.menu_list .box1{
    position:absolute;
    top:90px;
    width:1000px;

}
.menu_list .box1 .level1:before{
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2;
    position:absolute;
    top:-10px;
    left:170px;
    content:'';
}
.menu_list .box1 .level1{
    border:1px solid #e2e2e2;
    width:25%;
    float:left;
    background:#fff;
}
.menu_list .box1 .level1 .list {
    padding:15px 0;
}
.menu_list .box1 .level1 .title{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: center;
    height:40px;
    line-height:40px;
    background:#f2f2f2;
    border-bottom:1px solid #e2e2e2;
}

.menu_list .box1 .level2 {
    width:75%;
    float:left;
    background:blue;
    margin-top:42px;
    color:#fff;

}

.menu_list .box1 .level1 a {
    color:#333;
    font-size:14px;
    text-decoration: none;
}
.menu_list .box1 .level1 .l1{
    padding:5px 15px;
}
.menu_list .box1 .level1 .l1.active {
    background:#e2e2e2;
}

.menu_list .box1 .level2 {
    background:#fff;
    padding:20px 0;
    border:1px solid #e2e2e2;
    height: 450px;

    overflow-x: hidden;
    overflow-y: scroll;
}
.menu_list .box1 .level2 .box{
    width:200px;
    float:left;
    margin:0 20px;
}
.menu_list .box1 .level2 .box .title {
    text-align:center;
    border-bottom:1px solid #e2e2e2;
    padding:5px 0;
    margin-bottom:15px;
}
.menu_list .box1 .level2 .box .title a {
    font-size:14px;
    font-weight:bold;

}
.menu_list .box1 .level2 .box a{
    color:#333;
    font-size:13px;
    display:inline-block;
    width:100px;
    overflow: hidden;
    height:25px;
    line-height:25px;
}
