/*reset css*/
*,::before,::after{
    margin:0;
    padding:0;
    /*清除移动端默认的点击高亮效果*/
    -webkit-tap-highlight-color:transparent;
    /*设置以边框开始计算宽度*/
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

body{
    color:#333;
    font-size:14px;
    font-family:"Microsoft YaHei",sans-serif;/*设备默认字体*/
}

a{
    color:#333;
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

ul,ol{
    list-style:none;
}

input{
    border:none;
    outline:none;
    /*清除移动端默认的表单样式*/
    -webkit-appearance:none;
}

/*common css*/
.fl{
    float:left;
}

.fr{
    float:right;
}

.clearfix::before,
.clearfix::after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both;
}

/*head begin*/
.head {
    height: 60px;
    padding: 0 10px;
    background: #fff;
    padding-top: 10px;
    position: relative;
    border-bottom: 5px solid #c62828;
}
.head .logo img {
    display: block;
    width: 235px;
}
.head_btn .search {
    width: 40px;
    height: 35px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5 url(/global/serach_ico.png) no-repeat center / 50%;
}
.head_btn .menu {
    width: 40px;
    height: 35px;
    margin-left: -1px;
    position: relative;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}
.head_btn .menu:before,
.head_btn .menu:after {
    content: "";
    left: 50%;
    height: 2px;
    width: 16px;
    display: block;
    margin-left: -8px;
    position: absolute;
    background: #c62828;
    transition: all .3s ease;
}
.head_btn .menu:before {
    top: 10px;
}
.head_btn .menu:after {
    top: 20px;
}
.menu div {
    height: 2px;
    width: 16px;
    margin: 15px auto;
    background: #c62828;
}
.menu.current:before {
    height: 2px;
    top: 15px;
    transform: rotate(45deg);
}
.menu.current:after {
    top: 15px;
    transform: rotate(-45deg);
}
.menu.current > div {
    display: none;
}
.head_btn > div:active {
    background-color: #e4e4e4;
}
.head_menu {
    left: 0;
    top: 60px;
    z-index: 3;
    display: none;
    position: absolute;
    padding-left: 25px;
    background: #fafafa;
}
.head_menu a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    padding-right: 200px;
    border-bottom: 1px solid #bdbdbd;
}
.head_menu a:active {
    color: #c62828;
    background: #e0e0e0;
}
.menu_search {
    padding: 10px 0;
}
.menu_search input {
    height: 35px;
    float: left;
    width: 220px;
    line-height: 35px;
    text-indent: 10px;
    border: 1px solid #bdbdbd;
    border-right: none;
    border-radius: 50px 0 0 50px;
}
.menu_search button {
    height: 35px;
    width: 35px;
    float: left;
    background: #fff url(/global/menu_search_ico.png) no-repeat center /50%;
    border: 1px solid #bdbdbd;
    border-left: none;
    border-radius: 0 50px 50px 0;
}
.menu_mask {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 2; 
    display: none;
    background: rgba(0,0,0,.5);
}
/*head end*/

/*footer begin*/
.footer {
    padding: 0 15px;
    padding-bottom: 15px;
}
.footer span {
    font-size: 12px;
    color: #999;
}
.footer span img {
    vertical-align: middle;
}
.fot_l {
    width: 65%;
}
.fot_r {
    width: 35%;
    text-align: center;
}
.fot_r a img {
    margin-top: 10px;
    
}

/*footer end*/
.gl_bg07
{
    height: 35px;
    width: 100px;
    margin: 0 5px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    background: #fafafa;
    display: inline-block;
    border: 1px solid #e0e0e0;

}