* {
    margin: 0;
    padding: 0;
}

a {

    text-decoration: none;

    color: #232323;

}



input,

textarea {

    outline: none;

    border: none;

}



button {

    outline: none;

}



textarea {

    resize: none;

    overflow: auto;

}



::-webkit-input-placeholder {

    /* WebKit browsers */

    color: #ccc;

    font-size: 14px;

}



::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    color: #ccc;

    font-size: 14px;

}



:-ms-input-placeholder {

    /* Internet Explorer 10+ */

    color: #ccc;

    font-size: 14px;

}



body {

    margin: 0 auto;

    position: relative;

    cursor: default;

}



/* headeer主体样式 */

.head-box {

    width: 100%;

    min-width: 1200px;

    background: url('../img/indexImg/banner.png') no-repeat;

     background-size: 100% 400px; 

    background-color: #E22223;

    height: 450px;

    position: relative;

    display: flex;

    justify-content: center;

}



.head-midbox {

    width: 100%;

    height: auto;

    position: relative;

    max-width: 1200px;

    /* border:1px solid #E22223; */

}



.head-img01 {

    width: 550px;

    position: absolute;

    top: 65px;

}



.head-top {

    margin: auto;

    width: 1200px;

    color: #666666;

    font-size: 14px;

    height: 40px;

    line-height: 40px;

}



.head-top .left {

    float: left;

}



.head-top .right {

    float: right;

}





.head-top a {

    margin-left: 10px;

    margin-right: 10px;

}



.head-top a:hover {

    color: #E22223;

}



.head-query {

    width: 515px;

    position: absolute;

    top: 40px;

    right: 0;

    display: flex;

    flex-direction: column;



}



.head-query .head-t {

    display: flex;

    flex-direction: row;

    color: #333;

    font-size: 15px;



}



.head-query .head-t span {

    margin: 15px 40px 15px 0;

    cursor: pointer;

    padding: 7px 17px 7px 17px;

}



.head-query .head-t .head-t-active {

    color: #fff;

    background-color: #E22323;

    border-radius: 2px;

    position: relative;

}



.head-query .head-t .head-t-active::before {

    content: "";

    position: absolute;

    top: 34px;

    left: calc(50% - 5px);

    border: 5px solid transparent;

    border-top-color: #E22323;

}



.head-query .head-b {

    width: 100%;

    height: 40px;

    border-radius: 2px;

    background: #fff;

    border: 1px solid #dadad8;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

}



.head-query .head-b input {

    width: 580px;

    height: 40px;

    padding-left: 10px;

    background: rgba(0, 0, 0, 0)

}



input[name='2'] {

    display: none;

}



input[name='3'] {

    display: none;

}



.head-query .head-b button {

    width: 90px;

    height: 40px;

    background: #E22223;

    border: 0px solid #fff;

    border-radius: 0 2px 2px 0;

    outline: none;

    cursor: pointer;

    color: #fff;

}



/* header导航 */

.head-listbar {

    width: 100%;

    height: 50px;

    position: absolute;

    bottom: 0;

    left: 0;

    display: flex;

    flex-direction: column;

}



.head-listbar .l {

    width: 100%;

    /* border-bottom: 0.01em solid #ccc; */

    height: 50px;

    cursor: pointer;

}





.head-listbar .head-l ul {

    width: 100%;

    display: flex;

    flex-direction: row;

}



.head-listbar .head-l ul li {

    width: 170px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 16px;

}



.head-listbar ul li a {

    color: #fff;

    cursor: pointer;

}





.head-listbar .head-l i {

    height: 20px;

    width: 1px;

    background: #fff;

    margin-top: 15px;

    transform: scaleX(.3);

}



.head-R1 {

    background: #E22223;

}





.column-container {

    width: 1200px;

}



.column {

    height: 50px;

    font-size: 16px;

    float: left;

    width: 12.5%;

    position: relative;

}



.column a {

    margin-top: 14px;

    display: block;

    height: 21px;

    line-height: 21px;

    border-right: 1px solid rgba(255, 255, 255, 0.3);

    color: #fff;

    text-align: center;

}



.column.active::after {

    content: "";

    display: inline-block;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: auto;

    width: 120px;

    height: 0px;

    border-bottom: 6px solid #fb7d7d;

}



.column:nth-child(8) a {

    border-right: 0;

}