*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
    margin: 0;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
img {
    border: none;
    vertical-align: middle;
}

.center{
    width: 1200px;
    margin: 0 auto;
}

/*自适应头部*/
.head{
    width: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}

/*头条*/
.headline{
    margin-top: 30px;
    margin-bottom: 30px;
}
.headline h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
    top: -15px;
}
.headline h1 a {
    color: #dc2a1c;
}
.headline p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #976e50;
    margin: -10px 0 0 0;
}




/*红底轮播图*/
.part01_top .swiper {
    width: 100%;
    height: 100%;
    float: left;
}
.part01_top .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.part01_top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity: 0}
.swiper-button-next, .swiper-button-prev{
    opacity: 0;
    transition: all .5s;
}
.part01_top .swiper:hover .swiper-button-next{
    opacity: 1;
}
.part01_top .swiper:hover .swiper-button-prev{
    opacity: 1;
}
.part01_top .swiper .swiper-pagination{
    bottom: 13px;
    left: auto;
    right: 5px;
    width: auto;
}

.part01_top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.part01_top .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ceced0;
    border-radius: 0;
}
.part01_top .swiper-pagination-bullet-active{
    background-color: #fff;
}
.part01_top .mySwiper{width: 100%;height: 440px}

/*红底轮播样式*/
.part01_top{
    margin-top: 40px;
    overflow: hidden;
}
.part01_top .part01_topPic{
    width: 780px;
    height: 440px;
    float: left;
}
.part01_top .part01_topPic img{
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.part01_top .text{
    width: 360px;
    height: 389px;
    padding: 50px 30px 0 30px;
    float: left;
    color: #fff5d8;
    background: linear-gradient(to bottom, rgba(254, 121, 63, 1) 0%, rgba(196, 3, 10, 1) 100%);
}
.part01_top .text h3{
    font-size: 24px;
    font-weight: bolder;
    color: #fff5d8;
    line-height: 36px;
    text-align: left;
}

.part01_top .text h3 a {
    color: #fff5d8;
}

.part01_top .text p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}

.part01_top .text span {
    border: 1px solid #fff;
    color: #fff5d8;
    font-size: 14px;
    padding: 5px;
    margin-top: 20px;
}

.part01_top .text span a {
    color: #fff5d8;
}