/*all*/
*,ul,p,dl,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input{
    border: 0;
    outline: none;
}
.container-fluid{
    position: relative;
    padding: 0;
    max-width: 1920px;
    margin:  0 auto;
}
.container{
    padding: 0;
}
a{
    color: #333333;
}
a:hover{
    color: #a62e18;
}
a:hover,a:active,a:link{
    text-decoration:none;
}
a{
    color: #333333;
}
img{
    max-width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*宽度限定*/
.wp {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}
.wps {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

/*页眉*/
.top{
    background: url("../images/header/bg.jpg")no-repeat center;
}
.top .tops{
    height: 100px;
    line-height: 100px;
}
.top .tops .logo{
    display: inline-block;
}
.top .tops .gw a{
    font-size: 18px;
    color: #ffffff;
}
.top .tops .gw img{
    margin-right: 14px;
    vertical-align: sub;
}





.navs{
    background-color: #a62e18;
    margin-top: -27px;
    z-index: 1;
    position: relative;

}
.navs a{
    display: block;
    width: 25%;
    color: #ffffff;
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.navs a:after{
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #bf361c;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-12px;
}

.navs a:last-child:after{
    display: none;
}

.navs .cvt:before,.navs a:hover:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 0;
    margin-left: -12px;
}



@media screen and ( max-width: 1200px ) {
    /*页眉*/
    .top{
        padding:10px;
    }
    .top .tops{
        height: auto;
        line-height: inherit;
    }
    .top .tops .logo{
        margin: 0 auto;
    }
    .top .tops .gw{
        margin-top: 10px;
    }
    .top .tops .gw a{
        font-size: 14px;
    }
    .top .tops .gw img{
        width: 15px;
        margin-right: 5px;
    }



    .navs{

    }
    .navs a{
       font-size: 16px;
        line-height: 36px;
    }

    .navs a:after{

    }

    .navs a:last-child:after{

    }

    .navs .cvt:before,.navs a:hover:before{
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
    }





}


