*{
    padding:0;
    margin: 0;
}
html,body{
    width: 100%;
    margin: 0 auto;
    max-width: 620px;
    background-color: #fdeeda;
}
ul,
li,
dl,
dd,
dt {
    list-style: none;
}

h1,
h2,
h3 {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

span {
    padding: 0px;
    margin: 0px;
}
ul,li{
    list-style: none;
}
.head{
    position: relative;
    width: 100%;
}
.head .headbg{
    width: 100%;
}
.lay1{
    background:url('../images/toutiao_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 190px;
    margin-top: -10px;
}
.lay1 h3 a{
    color: #000;
    font-size: 20px;
    text-decoration: none;
}
.lay1 h3 a:hover{
    text-decoration: underline;
}
.lay1 h3{
    text-align: center;
}
.lay1 .swiper1{
    width: 100%;
    margin: 0 auto ;
    padding-top: 20px;
    box-sizing: border-box;
    height: 100%;
}
.lay2 .swiper2 img{
    width: 100%;
}
.lay2{
    background-color: #fff;
    margin: 0 auto 20px;
    padding-top: 10px;
}
.lay1 .swiper1 p{
    margin-top: 20px;
    text-align: center;
}
.lay1 .swiper1 p a{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: inline-block;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
.lay1 .swiper1 .pagination div{
    width: 40px;
    background:url('../images/pot_1.png');
}
.lay1 .swiper1 .pagination div.selected{
    width: 40px;
    background:url('../images/pot_1_active.png');
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.head_content{
    width: 100%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
#toolbarSwitch{
    background: url('../images/wza_icon.png') no-repeat 4px center;
     padding: 10px 0 10px 30px;
}
.top_nav{
    color: #893a34;
    height: 24px;
    line-height: 24px;
}
.top_nav a{
    color: #893a34;
    font-size: 16px;
    text-decoration: none;
}
.top_nav a:hover{
    text-decoration: underline;
}
.head .logo{
    width: 80%;
    text-align: center;
    margin:40px auto 20px;
}
.head .logo img{
    width: 100%;
}
.head .search{
    width: 80%;
    height: 35px;
    background: url('../images/search.png') no-repeat ;
    background-size: 100% 100%;
    margin: 0 auto;
}
.head .search .searchtext{
    outline: none;
    border: 0;
    line-height: 35px;
    height: 35px;
    width: 80%;
    margin-top: 3px;
    margin-left: 10px;
    background-color: transparent;
    vertical-align: middle;
    font-size: 16px;
}
.head .search .submit{
    width: 65px;
    height: 45px;
    margin-left: 10px;
    background-color: transparent;
    outline: none;
    border: 0;
    margin-top: 3px;
    vertical-align: middle;
}
.searchlist{
    width: 90%;
    margin: 10px auto;
    color: #fff;
    text-align: center;
}
.searchlist span{
    margin-right: 10px;
}
.searchlist b{
    font-weight: 500;
    margin-right: 10px;
}
.head .nav{
    width: 100%;
    background-color: #bd0729;
    top:-10px;
    position: relative;
    padding-bottom: 10px;
}
.head .nav ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.head .nav .line{
    width: 1px;
    height: 20px;
    line-height: 50px;
    background-color: #ffe2c4;
    vertical-align: middle;
}
.head .nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
}
.head .nav ul li{
    padding: 0 ;
}
.head .nav ul li.active a{
    font-size: 16px;
    font-weight: 900;
}
.head .nav ul li.active{
    position: relative;
}
.head .nav ul li.active::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom:0;
    width: 100%;
    height: 5px;
    background:url('../images/nav_active.png');
    background-repeat: no-repeat;
    background-position: top center;
    left: 0;
}

.lay2 .swiper2{
    width: 100%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}
.lay2 .swiper2 ul li{
    position: relative;
}
.lay2 .swiper2 ul li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(0, 0, 0,0.5);
    height: 40px;
}
.lay2 .swiper2 ul li p a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 80%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    line-height: 40px;
    font-size: 16px;
}
.lay2 .swiper2 ul li p a:hover{
    text-decoration: underline;
}
.swiper2 .pagination{
    bottom:12px;
    width: 20%;
    left: 80%;
}
.swiper2 .pagination>div{
    box-shadow: none;
}
.swiper2 .pagination div.selected{
    width: 40px;
    background-color: #fff;
}
.lay2_right{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
}
.lay2_tab ul{
    display: flex;
   justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 0 auto;
   
    border-bottom: 1px solid #ebebeb;
}
.lay2_tab ul li{
    padding-bottom: 15px;
    position: relative;
}
.lay2_tab ul li.active::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 50%;
    left: 25%;
    height: 3px;
    background:#c71024;
    background-repeat: no-repeat;
    background-position: top center;
}
.lay2_tab ul li a{
    display: inline-block;
    padding: 0;
    line-height: 30px;
    text-decoration: none;
    color: #333;
    font-size: 18px;
}
.lay2_tab ul li.active a{
    color: #bd0729;
    font-weight: 800;
}

.lay2_tab .line{
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #bfbfbf;
    margin-bottom: 10px;
}
.lay2 .tab2list{
    display: none;
}
.lay2 .tab2list.active{
    display: block;
}
.lay2 .tab2list ul{
    padding: 10px 20px;
}
.lay2 .tab2list ul li a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height: 52px;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.lay2 .tab2list ul li span{
    line-height: 52px;
    color: #999;
    display: inline-block;
    font-size: 14px;
}
.lay2 .tab2list ul li a:hover{
    text-decoration: underline;
}
.lay3_tit {
    padding: 0 10px;
}

.lay3{
    margin: 20px auto;
    background-color: #fff;
    padding-top: 20px;
}
.lay3_left{
    width: 100%;
    display: inline-block;
}
.lay3_right{
    width: 100%;
    display: inline-block;
}
.lay3 ul{
    padding: 10px ;
}
.lay3 ul li a{
    font-size: 14px;
    color: #000;
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
    width: 70%;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.lay3  ul li span{
    line-height: 40px;
    color: #999;
    float: right;
    font-size: 14px;
}
.lay3  ul li a:hover{
    text-decoration: underline;
}
.lay3 img{
    vertical-align: middle;
    max-width: 26%;
}
.lay4 .content{
    /* background: url('../images/4_contentbg.jpg'); */
    background-size:100% 100% ;
    box-sizing: border-box;
}
.lay4_left{
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #fffefe;
    padding: 10px 0;
}
.lay4_left ul{
    padding: 10px 0;
}
.lay4_left ul li{
    width: 49%;
    display: inline-block;
}
.lay4_left ul li a>*{
    display: inline-block;
    vertical-align: middle;
}
.lay4_left ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding:5px 4px;
    box-sizing: border-box;
}
.lay4_left ul {
    /* border-top: 5px solid #bd0729; */
}
.lay4_lefttit{
    text-align: center;
    padding: 10px 0 20px;
}
.lay4_left ul li a img{
   width: 100%;
}
.lay4_left ul li a span{
    vertical-align: middle;
    color: #333;
    font-size: 20px;
}
.lay4_right .spec .time {
    color: #6f6f6f;
    font-size: 16px;
    background: url('../images/timebg.png');
    background-size:100% 100% ;
    display: inline-block;
    padding: 7px;
    margin-right: 10px;
    vertical-align: middle;
}
.lay4_right .spec .time p {
    font-size: 28px;
    text-align: center;
    font-weight:600;
}
.lay4_right .spec .con_text {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.lay4_right .con_text h5 {
    color: #181818;
    font-size: 18px;
    line-height: 26px;
}
.lay4_right .con_text h5>a {
    color: #181818;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
}
.lay4_right .con_text p {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
.lay4_right  .more a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
}

.lay4_right{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 20px;
}
.lay4_tab ul{
    display: flex;
   justify-content: space-around;
    align-items: self-start;
    text-align: center;
    margin: 0 auto;
}
.lay4_tab ul li{
    position: relative;
    vertical-align: top;
    flex-grow: 1;
}

.lay4_tab ul li a{
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    color: #333;
    font-size: 20px;
}
.lay4_tab ul li.active a{
    font-weight: 800;
    position: relative;
}
.lay4_tab ul li.active{
    
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.lay4_tab ul li.active a::after{
    position: absolute;
    content: "";
    bottom:0 ;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: #c71024;
}
.lay4_right .lay4_tablist{
    display: none;
}
.lay4_right .lay4_tablist.active{
    display: block;
}
.lay4_right .lay4_tablist ul{
    padding: 10px;
}
.lay4_right .lay4_tablist ul li a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height:40px;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.lay4_right  .lay4_tablist ul li img{
    margin-right: 5px;
}
.lay4_right .lay4_tablist ul li span{
    line-height:40px;
    color: #999;
    display: inline-block;
    font-size: 14px;
}
.lay4_right .lay4_tablist ul li a:hover{
    text-decoration: underline;
}
.lay4_tablist .spec{
    margin-bottom: 15px;
    margin-top: 15px;
}
.lay4{

}

.lay5{
    background: #fff;
    padding-bottom: 30px;
}


.lay5_left{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}
.lay5_right{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    padding-top: 20px;
    margin-top: 5px;
}
.lay5_right ul{
    box-sizing: border-box;
    box-shadow: 0px 1px 5px #dcdcdc;
    padding: 20px 0;
    width: 95%;
    margin: 0 auto 10px;
}
.lay5_right ul li{
    width: 49%;
    display: inline-block;
}
.lay5_right ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
}
.lay5_right h2 img{
    width: 95%;
}
.lay5_right ul li img{
    width: 80%;
}
.lay5_right h2 a{
    color: #000;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size:28px ;
    width: 100%;
    line-height: 40px;
}
.lay5_right h2{
    margin-bottom: 10px;
}
.fwlist{
    width: 100%;
}
.fwlist{
    display: none;
}
.fwlist.active{
    display: inline-block; 
}
.fwlist ul li img{
    width: 100%;
}
.lay5_left.zw{
    background: url('../images/zwbg.jpg');
    background-size: 100% 100%;
}
.lay5_left.bm{
    background: url('../images/bmbg.jpg');
    background-size: 100% 100%;
}
.lay5_tab{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.lay5_tab ul li{
    float: left;
    width: 50%;
}
.lay5_tab ul li img{
    width: 100%;
    cursor: pointer;
}
.lay5_left .fwlist ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lay5_left .fwlist ul li{
    width: 33%;
    margin-top: 10px;
}
.lay6{
    padding-bottom:50px;
    padding-top: 5px;
    background: #fff;
}
.lay6_tit{
    margin: 30px auto;
    padding: 0 10px;
}
.lay6_tit img{
    width: 100%;
}
.lay6_swiper{
    width: 96%;
    margin: 0 auto;
    height: 100px;
}
.lay6_swiper .pagination>div{
    width: 40px;
    background-color: #dcdcdc;
    box-shadow: none!important;
    border: 0;
}
.lay6_swiper .pagination>div.selected{
    background-color: #bd0729;
}
.lay6_swiper ul li img{
    width: 100%;
}
.page_bottom{
    background-color: #c9c9c9;
}
.bottom_main{
    background-color: #e5e5e5;
}
.bottom_main p{
    width:86%;
    margin: 0 auto;
    line-height: 30px;
}
.bottom_main p {
    margin-right: 20px;
}
.footer-ydb{
    display: inline-block;
}
.footer-dnb{
    display: inline-block;
}
.bbqh{
    text-align: center;
    padding: 20px 0;
    
}
.footer-ydb{
    margin-right: 10px;
    color: #000;
}
.footer-dnb{
    margin-left: 10px;
    color: #000;
}
.bbqh a{
    color: #000;
    text-decoration: none;
}
.bottom_main{
    padding: 10px 0;
}
.bottom_icon{
    text-align: center;
    margin-top: 15px;
}
.bottom_icon>div{
    display: inline-block;
    margin-right: 20px;
}
.jiucuo{
    margin-right: 0;
}