﻿.sxz_head {
  height: 500px;
  width: 100%;
  position: relative;
  background: url('sxz_head_bg1.png') no-repeat center;
}
.sxz_head_logo {
  height: 90px;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
}
.sxz_head_logo img {
  display: block;
  height: 60px;
}
.sxz_head_button {
  height: 37px;
  width: 120px;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  border-radius: 6px;
  text-align: center;
}
.sxz_head_button span {
  font-size: 16px;
  color: #d71d16;
}
.sxz_head_button_box {
  margin-top: 12px;
}
.sxz_head_button_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.sxz_head_content {
  margin: 0 auto;
  height: 239px;
  width: 1198px;
  box-sizing: border-box;
  padding: 42px 50px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -13px;
  background: url('head_content_bg.png') no-repeat center / 100% 100%;
}

.sxz_content_box {
  height: 100%;
}

.sxz_content_title {
  position: relative;
}

.sxz_content_title_font {
  font-size: 24px;
  color: #222222;
  padding-left: 26px;
  font-weight: 700;
}

.sxz_content_title_font i {
  color: #d12716;
  font-weight: 700;
}

.sxz_content_title_linear {
  display: inline-block;
  height: 26px;
  margin: 0 4px;
  vertical-align: bottom;
}

.sxz_content_title_more {
  color: #999999;
  font-size: 16px;
}

.sxz_content_list li {
  height: 46px;
  line-height: 46px;
  width: 100%;
  position: relative;
  padding-left: 19px;
  box-sizing: border-box;
}

.sxz_content_patch_font1 {
  font-size: 16px;
  color: #222222;
}

.sxz_content_patch_font2 {
  font-size: 16px;
  color: #999999;
}

.sxz_content_patch1 {
  height: 30px;
  border-radius: 2px;
  width: 120px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
}

.sxz_content_patch2 {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}

.sxz_content_list_box {
  height: 258px;
  overflow: hidden;
}

.sxz_content_list_box > ul {
  background: url('list_bg1.png') no-repeat top left 142px;
}

.sxz_content_list > li:hover .sxz_content_patch_font1 {
  color: #d12716;
}

.sxz_content_list > li:hover .sxz_content_patch2 {
  color: #d12716;
}

.sxz_content_list > li:hover .sxz_content_patch1 {
  background-color: #d12716;
}

.sxz_content_list > li:hover .sxz_content_patch1 {
  color: #fff;
}

.sxz_content_list > li:hover::after {
  background: #d12716;
}

.sxz_content_img {
  height: 110px;
  width: 564px;
  overflow: hidden;
}

.sxz_content_img img {
  display: block;
  height: 100%;
  transition: all ease 0.5s;
}

.sxz_content_img:hover img {
  transform: scale(1.15);
}

.sxz_content_img_box {
  margin: 40px auto 50px;
}

.sxz_footer {
  width: 100%;
  height: 133px;
  background: url('sxz_footer.png') no-repeat center;
}
