*{margin: 0; padding: 0;font-family: "微软雅黑";}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{text-decoration: none;}

.clearfix{
    clear: both;
}

.w_1200{
    width: 1200px;
    margin: 0 auto;
}

.child_banner img{
    transform: translateX(-16px);
}

.nav_box{
    background-color: #BD1A2D;
    width: 100%;
    z-index: 9997;
}

.nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 55px;
}

.nav_li{
    height: 100%;
    line-height: 55px;
    padding: 0 30px;
    transition: 0.4s all;
    position: relative;
}

.nav_li:hover{
    background-color: #850716;
}

.nav a{
    color: #fff;
    font-size: 24px;
}

.nav_child{
    display: none;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    padding: 0 10px;
    box-shadow: 0px 0px 10px 0px #00000030;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%);
    background-color: #fff;
}

.nav_child a{
    color: #000;
    margin: 0 10px;
    transition: 0.4s all;
    font-size: 16px;
    font-family: "微软雅黑";
}

.nav_child a:hover{
    color: #BD1A2D;
}


/* 链接合作 */

.link_com{
    margin-top: 30px;
}

.big_ttl span{
    font-size: 16px;
    color: #BD1A2D;
    margin-left: 30px;
    font-family: "微软雅黑";
}

.link_ul_box{
    margin-top: 15px;
    background-color: #f7f7f7;
    padding: 30px 0;
}

.link_ul_box ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.link_ul_box li{
    margin-bottom: 15px;
}

.link_ul_box a{
    font-size: 14px;
    color: #4D4D4D;
    padding: 0 10px;
    border-right: 1px solid #4D4D4D;
    display: inline-block;
}

/* 链接合作 */

.bottom{
    background-color: #BD1A2D;
    padding: 30px 0;
}

.bottom p{
    text-align: center;
}

.bottom p a{
    color: #fff;
    font-size: 16px;
}

.bottom p span{
    text-align: center;
    display: inline-block;
    color: #fff;
}

.bottom p:first-child{
    margin-bottom: 40px;
}

.bottom_p{
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 9999;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../images/totop.jpg) no-repeat left top;
}

#toTopHover {
    background: url(../images/totop.jpg) no-repeat left bottom;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}


.float_img_left{
    position: fixed;
    left: 10px;
    top: 8%;
    z-index: 9998;
}

.float_img_right{
    position: fixed;
    right: 10px;
    top: 8%;
    z-index: 9998;
}

.float_img_left li,.float_img_right li{
    width: 60px;
    height: 240px;
    margin-bottom: 215px;
}

.float_img_left li img,.float_img_right li img{
    width: 100%;
    height: 100%;
}


.sm_banner{
    background: #F1F1F1;
    padding-bottom: 15px;
}

.sm_banner_inner img{
    margin-left: -16px;
    height: 156px;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}


.pagination li{
    background: #f1f1f1;
    padding: 6px 10px;
    margin: 0 5px;
    cursor: default;
    transition: 0.4s all;
}

.pagination li:hover{
    background: #bd1a2d;
}

.pagination li:nth-child(3){
    background: none;
}

.pagination li span,.pagination li a{
    color: #6e6e6e;
    font-size: 14px;
    transition: 0.4s all;
}

.pagination li:hover span{
    color: #fff;
}

.pagination li:hover a{
    color: #fff;
}

.pagination li:nth-child(3):hover span{
    color: #6e6e6e;
}


.news_txt,.news_txt p{
    text-align: justify;
}



.child_inp_box{
    position: relative;
    display: inline-block;
}

.child_inp_box input{
    border: none;
    background-color: #fff;
    font-size: 16px;
    padding: 8px 25px 8px 50px;
    border-radius: 10px;
    outline: none;
    width: 500px;
}

.child_inp_box img{
    position: absolute;
    top: 8px;
    left: 15px;
}

.child_bt{
    color: #BD1A2D;
    font-size: 14px;
    border: none;
    background: #fff;
    padding: 9px 15px;
    border-radius: 5px;
    margin-left: 10px;
    vertical-align: top;
}

.child_x{
    display: none;
    width: 20px !important;
    height: 22px;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.sw-btn{
	opacity: 0.3;
	transition: 0.4s all;
}

.sw-btn:hover{
	opacity: 1;
}