/* 这里是头部样式 */
html {
    min-width: 1750px;
}

.w {
    width: 60%;
    min-width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wraper {
    width: 100%;
    height: 14vh;
    background: #db002b;
    /* min-height: 14vh; */
    min-height: 131px;
}

.header_wraper,
.header_nav,
.w {
    height: 100%;
}


/* 右边的nav样式 */

.header-right {
    width: 260px;
    height: 100%;
    margin-right: -260px;
}

.header-right li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 25%;
    text-align: center;
}

.header-right li img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 40px auto 5px;
}

.header-right li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    overflow: hidden;
}

.header_nav {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/* logo图 */

.header_nav .header_nav_center {
    width: 100%;
    height: 100%;
}

.header_nav .header_nav_center .logo {
    width: 15%;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    float: left;
}

.header_nav .header_nav_center .logo img {
    width: 180px;
    height: 85px;
}


/* 导航栏 */

.header_nav .header_nav_center .text {
    width: 80%;
    height: 100%;
    float: right;
}

.text .text_title {
    width: 100%;
    padding-top: 5%;
    padding-left: 1%;
}

.text .text_title li {
    position: relative;
    width: 15%;
    /* height: 30px; */
    float: left;
    background: #FFFFFF;
    text-align: center;
    margin-right: 1%;
    line-height: 30px;
    background: url(../image/nav_border.png) center no-repeat;
    overflow: hidden;
}

.text .text_title li.on {
    background: url(../image/nav_borderon.png) center no-repeat;
}

.text .text_title li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
}

.text .text_title li.on a {
    font-weight: 600;
}


/* 动画特效 */

.text .text_title li span {
    position: absolute;
    bottom: 0px;
    left: 45%;
    width: 0px;
    height: 0px;
    border: 0px solid transparent;
    border-bottom: 0px solid rgba(255, 255, 255, 0.4);
    transition: all 0.5s;
    /* display: none; */
}

.text .text_title li:hover span {
    position: absolute;
    left: 30%;
    bottom: 0px;
    border: 35px solid transparent;
    border-bottom: 65px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
    z-index: 1;
}

.text .text_title li:hover span:nth-of-type(2) {
    position: absolute;
    bottom: 0px;
    left: 20%;
    border: 35px solid transparent;
    border-bottom: 55px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
}

.text .text_title li:hover span:nth-of-type(3) {
    position: absolute;
    bottom: 0px;
    left: 40%;
    border: 35px solid transparent;
    border-bottom: 55px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
}


/* 这里是尾部样式 */

.foot_wraper {
    clear: both;
    width: 100%;
    height: 18vh;
    min-height: 170px;
    background: #db002b;
}

.foot_wraper .foot {
    width: 100%;
    height: 100%;
}

.foot_wraper .foot .foot_box {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 2%;
}


/* 左边 的样式*/

.foot_wraper .foot .foot_box .foot_box_left {
    float: left;
    width: 60%;
    height: 100%;
    clear: both;
    color: #fffeff;
    line-height: 30px;
}

.foot_wraper .foot .foot_box .foot_box_left p img {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


/* 右边的二维码 */

.foot_box_right {
    float: right;
    width: 40%;
    /* background: blue; */
}


.foot_box_image p {
    display: inline-block;
    color: #f4d4d9;
    /* background: red; */
    text-align: center;
}

.foot_box_image p:first-child{
    float: left;
    margin-left: 30%;
}
.foot_box_image p img{
    margin: 0 auto;
}
.foot_box_image p:nth-of-type(2){
    float: right;
}
.foot_box_image p span {
    display: inline-block;
    color: #f4d4d9;
    margin-top: 2%;
}

.foot_box_right img {
    width: 100px;
    height: 100px;
    /* margin-left: 5%; */
}

.banner-main img{
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
