body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
}

ul,
li {
  list-style-type: none;
}
.detail_banner_box {
  position: relative;
  width: 1200px;
  height: 380px;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;

}
.detail_banner_box .hd{
  display: block;
}
.detail_banner_box .hd ul{
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 999;
  color: #fff;
}

.detail_banner_box .hd ul li {
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  opacity: 0.4;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  font-size: 0;
}

.detail_banner_box .hd ul li.on {
  opacity: 1;
}
.detail_banner_box .next,.detail_banner_box .prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: rgba(255,255,255,.6);
  background-color: rgba(0,0,0,.4);
  border-radius: 50%;
  z-index: 999;
  font-family: simsun;
  cursor: pointer;
  opacity: 0;
  transition: all .3s;
}
.detail_banner_box .next:hover,.detail_banner_box .prev:hover{
  background-color: rgba(0,0,0,.6);
  color: #fff;
}
.detail_banner_box .next{
  left: 0;
}
.detail_banner_box .prev{
  right: 0;
}
.detail_banner_box .bd{
  height: 380px;
}
.detail_banner_box:hover .next,.detail_banner_box:hover .prev{
opacity: 1;
}
.news-banner-list>li {
  width: 1200px;
  height: 380px;
}

.news-banner-list li>a {
  display: block;
  height: 380px;
  position: relative;
}

.news-banner-list li>a>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-banner-list>li>a .title {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  padding: 0 30px;
  height: 58px;
  color: #fff;
  z-index: 1001;
  cursor: pointer;
  background-color: rgba(0,0,0,.6);
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 58px;
  box-sizing: border-box;


}


.box01 {
  background-color: rgb(193, 14, 35);
  width: 76px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.text01 {
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.box02 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  width: 76px;
}

.jiage_zhishu {
  width: 30px;
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.429;
  text-align: center;
  display: inline-block;
}

.img_icon {
  width: 21px;
  height: 21px;
  float: left;
  margin-top: 8px;
  margin-right: 5px;
}

.li_box {
  padding: 13px 10px;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
}

.box_l {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  width: 76px;
  height: 390px;
  position: absolute;
  left: -120px;
}

.detail_content {
  float: left;
}

.center_bottom_left {
  background-color: rgb(255, 255, 255);
  width: 880px;
  float: left;
  padding: 30px 30px 20px 30px;
  margin-bottom: 20px;
}

.banner {
  width: 1200px;
  float: left;
}

.left_title {
  font-size: 22px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  border-left: 4px solid rgb(193, 14, 35);
  line-height: 24px;
  padding-left: 10px;
}

.li_title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
}

.li_p {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.5;
  display: block;
  width: 600px;
  margin-top: 0px;
  height: 60px;
}

.li_shijian {
  font-size: 12px;
  color: rgb(153, 153, 153);
  margin-right: 22px;
  margin-left: 5px;
}

.li_yuedu {
  font-size: 12px;
  color: rgb(153, 153, 153);
  line-height: 3;
  margin-left: 1px;
}

.list_li_box {
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  width: 100%;
  height: 155px;
  transition: all 0.3s;
}

.list_li_box .img {
  float: left;
  width: 200px;
  height: 128px;
  overflow: hidden;
}

.list_li_box .img > img {
  transition: all 0.3s;
}

.list_li_box:hover {
  border-bottom: 1px solid #c10e23;
}

.list_li_box:hover .img > img {
  transform: scale(1.2);
}

.list_li_box:hover .li_title {
  color: #c10e23;
}

.list_li_box:hover .li_p {
  color: #333;
}

.page span {
  cursor: pointer;
  border-width: 1px;
  border-color: rgb(234, 234, 234);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  /* width: 46px; */
  height: 32px;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: rgb(153, 153, 153);
}

.page {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 50px;
}

.page .active {
  background-color: rgb(193, 14, 35);
  color: #fff !important;
}

.page .num {
  font-size: 14px;
  color: #333;
}

.center_bottom_right {
  float: right;
}

.center_bottom_right_box {
  background-color: rgb(255, 255, 255);
  width: 300px;
}

.w_1200 {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.center_bottom_right_box_title {
  font-size: 20px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin: 0px 20px 0 20px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 17px;
  padding-top: 23px;
}

.top_box a {
  color: #999;
}

.hot_li {
  padding: 10px 20px;
  border-bottom: 1px solid #f0f2f0;
  height: 103px;
  display: block;
  transition: all 0.3s;
}
.hot_li:nth-last-child(1){
  border-bottom: none;
}

.hot_li img {
  float: left;
}

.hot_li p {
  height: 60px;
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.571;
  margin-left: 15px;
  margin-top: 0;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hot_li:hover p {
  color: #c10e23;
}

.xinwenfenlei_li {
  line-height: 50px;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 20px;
  color: #666;
  display: block;
}

.xinwenfenlei_li.active,
.xinwenfenlei_li:hover {
  color: #c10e23 !important;
}

.xinwenfenlei_li > span:nth-of-type(1) {
  display: block;
}

.xinwenfenlei_li > span:nth-of-type(2) {
  display: none;
}

.xinwenfenlei_li.active > span:nth-of-type(1),
.xinwenfenlei_li:hover > span:nth-of-type(1) {
  display: none;
}

.xinwenfenlei_li.active > span:nth-of-type(2),
.xinwenfenlei_li:hover > span:nth-of-type(2) {
  display: block;
}

.xinwenfenlei_li.active {
  color: #c10e23 !important;
}

.hot_li .con {
  width: 138px;
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.571;
  float: left;
  height: 60px;
}

.hot_li .shijian {
  float: left;
  margin-left: 15px;
  font-size: 12px;
  color: rgb(153, 153, 153);
}

.dangqianweizhi {
  font-size: 12px;
  color: rgb(153, 153, 153);
}

.g6 {
  color: #666;
}

.sousuo_box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 130px;
  margin: 0 auto;
}

.fenlei {
  background-color: rgb(193, 14, 35);
  width: 180px;
  height: 32px;
  padding-left: 18px;
  padding-top: 10px;
  margin-right: 10px;
}

.fenlei .text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-left: 12px;
}

.lanmu a {
  width: 116px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #333;
}

.sousuo {
  border-width: 2px;
  border-color: rgb(193, 14, 35);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 0;
  width: 370px;
  height: 34px;
  float: left;
}

.sousuo_button {
  border-radius: 3px;
  background-color: rgb(193, 14, 35);
  width: 100px;
  height: 38px;
  cursor: pointer;
  display: inline;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  float: left;
  margin-left: -3px;
}

.woyaomai {
  border-radius: 3px;
  background-color: rgb(239, 122, 0);
  font-size: 14px;
  cursor: pointer;
  width: 120px;
  height: 40px;
  display: inline;
  line-height: 40px;
  color: #fff;
  text-align: center;
  float: left;
  margin-left: 60px;
}

.woyaomai2 {
  background-color: rgb(193, 14, 35);
  border-radius: 3px;
  float: left;
  font-size: 14px;
  cursor: pointer;
  width: 120px;
  height: 40px;
  display: inline;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-left: 12px;
}

.shangpin {
  background-color: rgb(193, 14, 35);
  font-size: 14px;
  margin-left: 10px;
  width: 46px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.gouwuche {
  margin-left: 11px;
  border-width: 1px;
  border-color: rgb(229, 229, 229);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: rgb(193, 14, 35);
  width: 114px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.dianpu {
  font-size: 14px;
  color: rgb(193, 14, 35);
  margin-left: 4px;
}

.page input {
  border-width: 1px;
  border-color: rgb(234, 234, 234);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 30px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-size: 14px;
}

.top_box {
  background-color: rgb(242, 242, 242);
  font-size: 12px;
  width: 100%;
  height: 30px;
  color: #999;
  line-height: 30px;
}

.queding {
  background-color: rgb(193, 14, 35) !important;
  height: 34px;
  color: #fff !important;
}

.footer {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 295px;
  padding-bottom: 40px;
  padding-top: 64px;
  clear: both;
  margin-top: 60px;
}

.footer_shuxian {
  width: 5px;
  display: inline-block;
}

.gc10e23 {
  color: #c10e23;
}

.top_box span {
  padding: 0 5px;
}

.footer_top01_li img {
  float: left;
  margin-right: 20px;
}

.footer_top01_li .con {
  float: left;
}

.footer_top01_li .con .text01 {
  font-size: 18px;
  color: rgb(51, 51, 51);
}

.footer_top01_li {
  float: left;
  margin-right: 118px;
}

.footer_top01_li .con .text02 {
  font-size: 14px;
  color: rgb(102, 102, 102);
}

.zaixianzixun {
  cursor: pointer;
}

.g9 {
  color: #999;
}

.pingtai_text {
  display: block;
  font-size: 18px;
  color: rgb(193, 14, 35);
  line-height: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: left;
}

.fuwu_text {
  font-size: 14px;
  display: block;
  color: rgb(102, 102, 102);
  line-height: 28px;
}

.kefudianhua {
  font-size: 28px;
  color: rgb(255, 96, 0);
  line-height: 1.143;
  text-align: left;
  position: absolute;
  margin-left: 3px;
  top: 23px;
  width: 200px;
}

.zaixianzixun {
  border-radius: 3px;
  background-color: rgb(193, 14, 35);
  width: 180px;
  height: 42px;
  margin-left: 60px;
  line-height: 42px;
  color: #fff;
  text-align: center;
}

.link_footer_li {
  border-right: 1px solid #f2f2f2;
  width: 142px;
  display: inline-block;
}

/* 新闻详情 */
.news_content_detail {
  padding: 0 30px;
}

.news_content_detail .detail_title {
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-bottom: 1px solid rgba(199, 199, 199, 0.48);
}

.news_content_detail .news_content .content_tag {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.news_content_detail .news_content .content_tag span {
  font-size: 12px;
  color: #999;
  padding-left: 40px;
}

.news_content_detail .news_content .content_tag .yuedu {
  padding-left: 20px;
  background: url("/images/news/yanjing.png") no-repeat left center;
  background-size: 14px;
}

.news_content_detail .news_content .news_content_text {
  font-size: 14px;
  color: #333;
}

.news_bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid rgba(199, 199, 199, 0.48);
}

.news_bottom p {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
}

.news_bottom p a {
  font-size: 12px;
  color: #666;
  display: inline-block;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_bottom p a:hover {
  color: #c10e23;
}
