*{margin: 0; padding: 0;box-sizing: border-box;}
li{list-style: none;}
a{text-decoration: none;color: #000;}
body{width: 100%;}
.wp{width: 1000px;margin: auto;}
.w100{width: 100%;}
.clear{clear: both;}
/* top */
.top_wrap{width: 100%;}
.top_wrap img{width: 100%;}
.important_active{margin-top: 50px;overflow: hidden;position: relative;height: 560px;margin-bottom: 30px;}
.important_active .swiper{width: 100%;height: 100%;}
.important_active .swiper .swiper-slide{width: 100%;height: 100%;background: red;position: relative;}
.important_active .swiper .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.swiper-button-prev:after,
.swiper-button-next:after{display: none;}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{opacity: 1;}
.swiper-button-next,
.swiper-button-prev{width: 48px !important;height: 48px !important;}
.swiper-button-prev{left: 0 !important;}
.swiper-button-next{right: 0 !important;}
.swiper-button-next img,
.swiper-button-prev img{width: 100%;}
.important_active .swiper .swiper-slide .swiper_title{position: absolute;width: 100%;height: 58px;left: 0;bottom: 0;
background: rgba(0,0,0,0.5);color: #fff;display: flex;justify-content: center;align-items: center;padding: 0 30px;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;font-size: 18px;}
.important_active .swiper-pagination{bottom: 0 !important;text-align: right;padding: 0 20px;}
.important_active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: red;}
.important_active .swiper-pagination .swiper-pagination-bullet{background: #ddd;opacity: .8;}

.important_list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.important_item{width: 48%;height: 48px;line-height: 48px;margin-bottom: 4px;background-color: #fde0d4;position: relative;
padding: 0 28px;background-repeat: no-repeat;background-size: cover;}
.important_item a{display: block;width: 100%;height: 100%;}
.important_item::before{content: '';display: block;position: absolute;left: 10px;top: 50%;transform: translateY(-50%);width: 5px;
height: 5px;background: red;border-radius: 50%;}
.important_item:nth-child(1){background-image: url('./z1.png');}
.important_item:nth-child(3){background-image: url('./z3.png');}
.news_block{margin-top: 90px;}
.news_title_wrap{width: 100%;height: 45px;margin: auto;display: flex;justify-content: center;align-items: center;}
.news_title_text{background: url(./line.png)no-repeat center;width: 744px;height: 100%;color: #c27c03;font-size: 35px;font-weight: bold;
text-align: center;line-height: 45px;margin-right: 30px;margin-left: 30px;}
.news_title_more{font-size: 20px;font-weight: bold;}
.news_title_more a{color: red;}
.news_list{margin-top: 25px;}
.news_item{width: 50%;height: 30px;line-height: 30px;padding-left: 30px;padding-right: 30px;position: relative;margin-bottom: 12px;
float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_item::before{content: "";display: block;position: absolute;width: 4px;height: 4px;background: #ddd;left: 12px;
top: 50%;transform: translateY(-50%);}