﻿/*--------------header-style1-----------------*/
.header-style1{
    position: relative;
    z-index: 999;
    display: block;
    width: 100%;
    background-color: #ccc;
    overflow: hidden;
}
.header-style1 .header-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    height: 20px;
    display: block;
    font-size: 0;
    background-repeat: repeat;
    background-position: left;
    box-shadow: 0 0 10px 10px #999;
}
.header-style1 .header-box-mash{
    width: 100%;
    height: 100%;
    opacity: 0.8;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef2626+21,ff9601+50,ff9601+50,2bb0f2+88 */
    background: #ef2626; /* Old browsers */
    background: -moz-linear-gradient(left, #ef2626 21%, #ff9601 50%, #ff9601 50%, #2bb0f2 88%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef2626 21%,#ff9601 50%,#ff9601 50%,#2bb0f2 88%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef2626 21%,#ff9601 50%,#ff9601 50%,#2bb0f2 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2626', endColorstr='#2bb0f2',GradientType=1 ); /* IE6-9 */
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
}
