/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
  {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
  {
  font: 14px/1.0 "Arial", "Microsoft YaHei", "黑体", "宋体", "KaiTi", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

sup {
  vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
  color: #000;
}

/* for ie6 */
fieldset,
img {
  border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button,
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

/*隐藏文本框叉子*/
input::-ms-reveal {
  display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100px;
}

body {
  color: #333;
  overflow-x: hidden;
  background-color: #fff;
}

.clear_both::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.w1500 {
  max-width: 1500px;
  width: 78%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

.head_box {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  box-sizing: border-box;
  padding: 0 0.46rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s ease;
}

.head_box .logo_a {
  display: inline-block;
  vertical-align: top;
  width: 1.71rem;
  height: 100%;
  background-image: url(../img/logo1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.head_box .en_a {
  float: right;
  font-size: 0.18rem;
  color: #fff;
  height: 0.9rem;
  line-height: 0.9rem;
  margin-left: 0.45rem;
  transition: all 0.5s ease;
}

.head_box .search_form {
  float: right;
  margin-top: 0.3rem;
  width: 1.62rem;
  height: 0.28rem;
  position: relative;
  transition: all 0.5s ease;
}

.head_box .search_form input {
  vertical-align: top;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  color: #fff;
  background: none;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.14rem;
  padding: 0 0.4rem 0 0.14rem;
}

.head_box .search_form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 100%;
  background: none;
  border: none;
  background-image: url(../img/tb1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.15rem;
}

.head_box .nav_ul {
  float: right;
  margin-right: 0.2rem;
  font-size: 0;
}

.head_box .nav_ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.25rem;
  position: relative;
}

.head_box .nav_ul li>a {
  display: block;
  font-size: 0.18rem;
  height: 0.9rem;
  line-height: 0.9rem;
  color: #fff;
  transition: all 0.5s ease;
}

.head_box .nav_ul li.active>a {
  color: #da251c;
}

.head_box .nav_ul li a small {
  display: none;
  float: right;
  transition: all 0.5s ease;
}

.head_box .nav_ul li.active_li a small {
  transform: rotate(45deg);
}

.head_box .nav_ul li p {
  display: none;
  position: absolute;
  padding: 0.12rem 0;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(218, 37, 28, 0.6);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.head_box .nav_ul li p a br{
  display: none !important;
}
@media(min-width:1200px){
  .head_box .nav_ul li:nth-child(3) p{
    width: 2.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.head_box .nav_ul li p a {
  display: block;
  text-align: center;
  line-height: 2.2;
  font-size: 0.16rem;
  color: #fff;
}

.headb_box {
  height: 0.76rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.headb_box .search_form {
  margin-top: 0.23rem;
}

.headb_box .nav_ul li>a {
  height: 0.76rem;
  line-height: 0.76rem;
}

.headb_box .en_a {
  height: 0.76rem;
  line-height: 0.76rem;
}

.xqy_body {
  padding-top: 0.9rem;
}

.xqy_body .head_box {
  background-color: rgba(0, 0, 0, 0.7);
}

.dw_i {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateY(-0.9rem);
}

.menu_box {
  display: none;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: #333;
  cursor: pointer;
  z-index: 12;
  transition: all 0.5s ease;
}

.menu_box dt {
  width: 25px;
  font-size: 0;
  text-align: right;
}

.menu_box dt i {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 2px;
  background-color: #e1e1e1;
  margin: 3px 0;
  transition: all 0.5s ease;
}

.menu_active {
  background-color: #da251c;
}

.menu_active dt i:nth-of-type(1) {
  transform: rotate(45deg) translate(5.5px, 6px);
}

.menu_active dt i:nth-of-type(2) {
  opacity: 0;
}

.menu_active dt i:nth-of-type(3) {
  transform: rotate(-45deg) translate(5.5px, -6px);
}



.type_box {
  position: relative;
  z-index: 2;
  height: 0.7rem;
  line-height: 0.7rem;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
}

.type_box .w1500 {
  display: flex;
  height: 100%;
}

.type_box a {
  flex: 1;
  font-size: 0.18rem;
  text-align: center;
  position: relative;
}

.type_box a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #da251c;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.type_box a::before {
  content: "";
  position: absolute;
  top: 0.18rem;
  right: -1px;
  width: 2px;
  height: 0.34rem;
  background-color: #e4e4e4;
}

.type_box a:last-of-type::before {
  display: none;
}

.type_box a.active {
  color: #da251c;
}

.type_box a.active::after {
  width: 1.6rem;
  opacity: 1;
}

.banner_box {
  width: 100%;
  padding-bottom: 33%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.banner_box i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner_box small {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}

.banner_box h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding-left: 1.0rem;
}

.banner_box h5 strong {
  display: block;
  font-size: 0.44rem;
  font-weight: normal;
}

.banner_box h5 span {
  display: block;
  font-size: 0.24rem;
  margin-top: 0.1rem;
}

.banner_box h5::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 3px;
  background-color: #fff;
  margin-top: 0.2rem;
}

.foot_box {
  background-color: #4d4d4d;
  padding-top: 0.74rem;
}

.foot_box dl {
  display: flex;
}

.foot_box dt {
  flex-shrink: 0;
  width: 4.0rem;
  box-sizing: border-box;
  border-right: 1px solid #909090;
}

.foot_box dt p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.24rem;
  padding-left: 0.34rem;
  color: #fff;
  margin-bottom: 0.12rem;
  background-image: url(../img/tb18.png);
  background-size: 0.24rem;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.foot_box dt a {
  display: block;
  color: #fff;
}

.foot_box dt p:nth-of-type(2) {
  background-image: url(../img/tb19.png);
}

.foot_box dt p:nth-of-type(3) {
  /*background-image: url(../img/tb19.png);*/
  background: transparent;
}

.foot_box dt p:nth-of-type(4) {
  background-image: url(../img/tb20.png);
}

.foot_box dt a p {
  background-image: url(../img/tb21.png);
}

.foot_box dt img {
  width: 1.4rem;
  vertical-align: top;
  margin-top: 0.1rem;
}

.foot_box dd {
  flex: 1;
  box-sizing: border-box;
  padding-left: 10%;
  display: flex;
  justify-content: space-between;
}

.foot_box dd p {}

.foot_box dd p a {
  display: block;
  font-size: 0.14rem;
  color: #d8d8d8;
  line-height: 2.0;
  transition: all 0.5s ease;
}

.foot_box dd p a:first-of-type {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.1rem;
}

.foot_box .h6 {
  margin-top: 5%;
  border-top: 1px solid #717171;
  padding: 0.2rem 0;
  line-height: 1.6;
  font-size: 0.14rem;
  color: #999;
  text-align: center;
}

.foot_box .h6 a {
  margin-left: 0.3rem;
  color: #999;
  transition: all 0.5s ease;
}

.pd {
  padding: 0.6rem 0;
}

.title_h5 {
  text-align: center;
  margin-bottom: 0.5rem;
}

.title_h5 span {
  display: block;
  font-size: 0.36rem;
  margin-bottom: 0.12rem;
  letter-spacing: 0.05rem;
}

.title_h5 strong {
  display: block;
  font-size: 0.22rem;
  color: #666;
  text-transform: uppercase;
}

.title_h5 i {
  color: #da251c;
}

.box {
  position: relative;
  z-index: 3;
  margin-top: 33%;
  background-color: #fff;
}

.paging_box {
  font-size: 0;
  text-align: center;
  margin-top: 0.5rem;
}

.paging_box a {
  display: inline-block;
  vertical-align: top;
  height: 0.38rem;
  line-height: 0.38rem;
  background-color: #ccc;
  margin: 0 0.08rem;
  padding: 0 0.16rem;
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.5s ease;
}

.paging_box a.active {
  background-color: #da251c;
}



.lxwm_box {}

.lxwm_box .div1 {
  display: flex;
}

.lxwm_box .div1 li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #efefef;
}

.lxwm_box .div1 li img {
  vertical-align: top;
  width: 0.38rem;
}

.lxwm_box .div1 li p {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.2rem;
}

.lxwm_box .div1 li:last-of-type {
  border-right: none;
}

.lxwm_box .div2 {
  margin: 0.5rem 0 0.6rem;
  width: 100%;
  padding-bottom: 40%;
  position: relative;
}

.lxwm_box .div2 img {
  width: 100%;
}

.lxwm_box .div2 #map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lxwm_box .div3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.3rem;
}

.lxwm_box .div3 li {
  flex-shrink: 0;
  width: 49%;
  margin-right: 2%;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0.46rem;
  margin-top: 0.3rem;
}

.lxwm_box .div3 li:nth-of-type(2n) {
  margin-right: 0;
}

.lxwm_box .div3 li h6 {
  font-size: 0.26rem;
  margin-bottom: 0.3rem;
}

.lxwm_box .div3 li h6::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 0.26rem;
  background-color: #da251c;
  border-radius: 2px;
  margin-right: 0.14rem;
}

.lxwm_box .div3 li p {
  font-size: 0.17rem;
  color: #666;
  line-height: 1.6;
  margin-top: 0.1rem;
}



.qyxw_box {}

.qyxw_box ul {}

.qyxw_box ul li {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #e6e6e6;
}

.qyxw_box ul li:last-of-type {
  margin-bottom: 0;
}

.qyxw_box ul li a {
  display: block;
  font-size: 0;
}

.qyxw_box ul li em {
  display: inline-block;
  vertical-align: middle;
  width: 4.0rem;
  height: 2.4rem;
  position: relative;
  overflow: hidden;
}

.qyxw_box ul li em i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.qyxw_box ul li div {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4.0rem);
  box-sizing: border-box;
  padding-left: 0.4rem;
}

.qyxw_box ul li div h6 {
  font-size: 0.24rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s ease;
}

.qyxw_box ul li div span {
  display: block;
  font-size: 0.16rem;
  color: #999;
  margin: 0.16rem 0 0.2rem;
}

.qyxw_box ul li div p {
  font-size: 0.16rem;
  line-height: 1.6;
  height: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.34rem;
}

.qyxw_box ul li div small {
  display: inline-block;
  vertical-align: top;
  font-size: 0.16rem;
  color: #da251c;
}

.qyxw_box ul li div small::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 0.07rem;
  height: 0.12rem;
  background-image: url(../img/tb17h.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.1rem;
  transition: all 0.5s ease;
}



.hyxw_box {}

.hyxw_box ul {
  margin-top: -0.3rem;
}

.hyxw_box ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  background-color: #f2f2f2;
  margin-top: 0.3rem;
  transition: all 0.5s ease;
}

.hyxw_box ul li:nth-of-type(4n) {
  margin-right: 0;
}

.hyxw_box ul li a {
  display: block;
}

.hyxw_box ul li em {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.hyxw_box ul li em i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.hyxw_box ul li div {
  padding: 0.2rem;
}

.hyxw_box ul li div h6 {
  font-size: 0.16rem;
  margin-bottom: 0.18rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s ease;
}

.hyxw_box ul li div p {
  font-size: 0.14rem;
  line-height: 1.8;
  height: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.hyxw_box ul li div span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.12rem;
  color: #999;
}

.hyxw_box ul li div small {
  float: right;
  width: 0.22rem;
  height: 0.13rem;
  background-image: url(../img/tb22.png);
  background-position: -0.27rem 0;
  background-size: auto 0.13rem;
  transition: all 0.5s ease;
}



.tzgg_box {}

.tzgg_box ul {
  margin-top: -0.3rem;
}

.tzgg_box ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-top: 0.3rem;
  background-color: #f7f7f7;
  transition: all 0.5s ease;
}

.tzgg_box ul li:nth-of-type(2n) {
  margin-right: 0;
}

.tzgg_box ul li a {
  display: block;
  padding: 0.38rem 1.8rem 0.38rem 0.42rem;
  position: relative;
}

.tzgg_box ul li span {
  display: block;
  font-size: 0.36rem;
  margin-bottom: 0.24rem;
}

.tzgg_box ul li span small {
  font-size: 0.2rem;
  color: #999;
}

.tzgg_box ul li h6 {
  font-size: 0.22rem;
  line-height: 1.6;
  height: 0.7rem;
  overflow: hidden;
  transition: all 0.5s ease;
}

.tzgg_box ul li i {
  position: absolute;
  right: 0.42rem;
  top: 50%;
  margin-top: -0.13rem;
  width: 0.55rem;
  height: 0.25rem;
  background-image: url(../img/tb9.png);
  background-size: auto 0.25rem;
  background-position: -0.59rem 0;
  transition: all 0.5s ease;
}



.xqy_box {
  padding-top: 0.9rem;
  background-color: #f7f7f7;
  padding-left: 6%;
  padding-right: 6%;
}

.xqy_box .divt {
  text-align: center;
}

.xqy_box .divt h6 {
  font-size: 0.3rem;
  line-height: 1.4;
}

.xqy_box .divt p {
  font-size: 0;
  padding-top: 0.24rem;
  margin-top: 0.2rem;
  border-top: 1px solid #e6e6e6;
}

.xqy_box .divt p span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.14rem;
  color: #999;
  border-right: 1px solid #999;
  margin-right: 0.24rem;
  padding-right: 0.24rem;
}

.xqy_box .divt p span:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.xqy_box .divm {
  margin-top: 0.34rem;
}

.xqy_box .divm p {
  font-size: 0.16rem;
  line-height: 1.6;
  margin-bottom: 0.2rem;
}

.xqy_box .divm img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.xqy_box .divb {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}

.xqy_box .divb p {
  flex-shrink: 0;
  width: calc(100% - 1.22rem);
}

.xqy_box .divb p a {
  display: block;
  font-size: 0.16rem;
  color: #999;
  line-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s ease;
}

.xqy_box .divb .fh_a {
  flex-shrink: 0;
  width: 1.22rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 0.38rem;
  font-size: 0.16rem;
  color: #999;
  transition: all 0.5s ease;
}



.yjzs_box {}

.yjzs_box .div1 {
  margin-bottom: 0.5rem;
}

.yjzs_box .div1 p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
}

.yjzs_box .swiper-container {
  box-sizing: border-box;
  padding: 0 12%;
}

.yjzs_box .swiper-slide {
  display: flex;
  align-items: center;
}

.yjzs_box .swiper-slide dt {
  flex-shrink: 0;
  width: 40%;
  box-sizing: border-box;
  padding: 0 2%;
  padding-left: 8%;
  text-align: right;
}

.yjzs_box .swiper-slide dt h6 {
  font-size: 0.32rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

.yjzs_box .swiper-slide dt p {
  font-size: 0.18rem;
  line-height: 1.6;
}

.yjzs_box .swiper-slide dd {
  flex-shrink: 0;
  width: 60%;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center;
}

.yjzs_box .swiper-button-prev {
  width: 0.86rem;
  height: 0.86rem;
  background-image: url(../img/tb7.png);
  background-position: center;
  background-size: 100% 100%;
  left: 12%;
  margin-left: -0.43rem;
  margin-top: -0.43rem;
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.yjzs_box .swiper-button-next {
  width: 0.86rem;
  height: 0.86rem;
  background-image: url(../img/tb8.png);
  background-position: center;
  background-size: 100% 100%;
  right: 12%;
  margin-right: -0.43rem;
  margin-top: -0.43rem;
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}



.jsyf_box {}

.jsyf_box ul {}

.jsyf_box ul li {
  margin-top: 0.2rem;
}

.jsyf_box ul li a {
  display: flex;
}

.jsyf_box ul li em {
  flex-shrink: 0;
  width: 50%;
  padding-bottom: 31%;
  overflow: hidden;
  position: relative;
}

.jsyf_box ul li em i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.jsyf_box ul li div {
  flex-shrink: 0;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0.32rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jsyf_box ul li div h6 {
  font-size: 0.32rem;
  margin-bottom: 5%;
  transition: all 0.5s ease;
}

.jsyf_box ul li div h6::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 0.32rem;
  background-color: #da251c;
  border-radius: 2px;
  margin-right: 0.14rem;
}

.jsyf_box ul li div p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #666;
}

.jsyf_box ul li div small {
  margin-top: 10%;
  display: inline-block;
  vertical-align: top;
  font-size: 0.16rem;
  color: #da251c;
}

.jsyf_box ul li div small::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 0.07rem;
  height: 0.12rem;
  background-image: url(../img/tb17h.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.1rem;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}



.cpzx_box {}

.cpzx_box .div1 {
  display: flex;
  margin-bottom: 0.4rem;
}
.cpzx_box .swiper_d{
  overflow: hidden;
  padding-bottom: .25rem;
}
.cpzx_box .swiper_d .swiper-scrollbar{
  bottom: 0;
}
.cpzx_box .swiper_d .swiper-scrollbar .swiper-scrollbar-drag{
  background:#da251c;
}
.cpzx_box .div1 a {
  /* flex: 1; */
  height: 0.5rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 0.5rem;
  /* margin-right: 1%; */
  cursor: pointer;
  font-size: 0.16rem;
  transition: all 0.5s ease;
}
.cpzx_box .div1 a  br{
  display: none !important;
}

.cpzx_box .div1 a:last-of-type {
  margin-right: 0;
}

.cpzx_box .div1 a.active {
  background-color: #da251c;
  border: 1px solid #da251c;
  color: #fff;
}

.cpzx_box .div2 {
  padding: 0.3rem;
  background-color: #f2f2f2;
}

.cpzx_box .div2 li {
  font-size: 0;
}

.cpzx_box .div2 li img {
  display: inline-block;
  vertical-align: top;
  width: 26%;
}

.cpzx_box .div2 li div {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  box-sizing: border-box;
  padding-left: 0.4rem;
}

.cpzx_box .div2 li div h6 {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}

.cpzx_box .div2 li div h6::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 0.32rem;
  background-color: #da251c;
  border-radius: 2px;
  margin-right: 0.14rem;
}

.cpzx_box .div2 li div table {
  font-size: 0.16rem;
}

.cpzx_box .div2 li div table td {
  padding: 0.16rem;
}

.cpzx_box .div2 li div p {
  font-size: 0.16rem;
  line-height: 1.8;
}



.bghj_box {}

.bghj_box ul {
  margin-top: -0.3rem;
}

.bghj_box ul li {
  float: left;
  width: 49%;
  margin-top: 0.3rem;
  margin-right: 2%;
}

.bghj_box ul li:nth-of-type(2n) {
  margin-right: 0;
}

.bghj_box ul li em {
  display: block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.bghj_box ul li em i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.bghj_box ul li h6 {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.18rem;
}



.jrwm_box {}

.jrwm_box .div1 {}

.jrwm_box .div1 p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  margin-top: 0.1rem;
}

.jrwm_box .div1 p:first-of-type {
  margin-top: 0;
}

.jrwm_box .div2 {
  margin-top: 0.5rem;
}

.jrwm_box .div2 dt {
  height: 0.78rem;
  line-height: 0.78rem;
  font-size: 0;
  background-color: #da251c;
}

.jrwm_box .div2 dt span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 20%;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
}

.jrwm_box .div2 dd {
  border: 1px solid #ccc;
  border-top: none;
}

.jrwm_box .div2 dd .h5 {
  height: 0.72rem;
  /* line-height: 0.72rem; */
  line-height: 1.5;
  font-size: 0;
  display: flex;
  align-items: center;
}

.jrwm_box .div2 dd .h5 span {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
  font-size: 0.16rem;
}

.jrwm_box .div2 dd .h5 span.more_span {
  color: #005bac;
  cursor: pointer;
}

.jrwm_box .div2 dd .h5 span.more_span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url(../img/tb1.jpg);
  background-size: cover;
  margin-left: 0.1rem;
  transition: all 0.5s ease;
}

.jrwm_box .div2 dd .ul {
  display: none;
  background-color: #f0f0f0;
  margin: 0 0.2rem 0.2rem;
  box-sizing: border-box;
  padding: 0.3rem 0.3rem 0.1rem;
  font-size: 0;
}

.jrwm_box .div2 dd .ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.2rem;
}

.jrwm_box .div2 dd .ul li:nth-of-type(2n) {
  margin-right: 0;
}

.jrwm_box .div2 dd .ul li h6 {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}

.jrwm_box .div2 dd .ul li p {
  font-size: 0.16rem;
  line-height: 1.6;
  color: #666;
}

.jrwm_box .div2 dd .h5 span.active_span::after {
  transform: rotate(-180deg);
}



.gsjj_box {
  background-color: #f7f7f7;
  padding-left: 6%;
  padding-right: 6%;
}

.gsjj_box .div1 {}

.gsjj_box .div1 p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
}

.gsjj_box .div1 span {
  display: block;
  color: #333;
  font-size: 0.18rem;
  line-height: 1.8;
  margin-top: 0.14rem;
}

.gsjj_box .div2 {
  position: relative;
  margin-top: 0.5rem;
  cursor: pointer;
  overflow: hidden;
}

.gsjj_box .div2 img {
  width: 100%;
  vertical-align: top;
  transition: all 0.5s ease;
}

.gsjj_box .div2 video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.gsjj_box .div2::after {
  position: absolute;
  width: 0.99rem;
  height: 0.99rem;
  background-image: url(../img/tb12.png);
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  transition: all 0.5s ease;
}

.gsjj_box .show img {
  transform: scale(1.2);
  opacity: 0;
}

.gsjj_box .show video {
  opacity: 1;
}

.gsjj_box .show::after {
  transform: scale(0.8);
  opacity: 0;
}



.zzjg_box {
  background-color: #f7f7f7;
  padding-left: 6%;
  padding-right: 6%;
}

.zzjg_box .div1 {
  text-align: center;
}

.zzjg_box .div1 img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}



.zzry_box {}

.zzry_box ul {
  margin-top: -0.3rem;
}

.zzry_box ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top: 0.3rem;
  cursor: pointer;
}

.zzry_box ul li:nth-of-type(3n) {
  margin-right: 0;
}

.zzry_box ul li em {
  display: block;
  padding-bottom: 68%;
  position: relative;
  overflow: hidden;
}

.zzry_box ul li em i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.zzry_box ul li em::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease;
}

.zzry_box ul li em::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 0.98rem;
  height: 0.98rem;
  top: 50%;
  left: 50%;
  margin-top: -0.49rem;
  margin-left: -0.49rem;
  background-image: url(../img/tb16.png);
  background-size: 100% 100%;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.zzry_box ul li h6 {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.2rem;
}



.zl_box {}

.zl_box ul {
  margin-top: -0.3rem;
  font-size: 0;
}

.zl_box ul li {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 0.3rem;
  cursor: pointer;
}

.zl_box ul li:nth-of-type(4n) {
  margin-right: 0;
}

.zl_box ul li em {
  display: block;
  padding-bottom: 148%;
  position: relative;
  overflow: hidden;
}

.zl_box ul li em i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.zl_box ul li h6 {
  text-align: center;
  font-size: 0.18rem;
  margin-top: 0.2rem;
}

.zl_box ul li em div {
  position: absolute;
  z-index: 3;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  box-sizing: border-box;
  padding: 0.4rem 0.2rem;
  opacity: 0;
  transition: all 0.5s ease;
}

.zl_box ul li em div strong {
  display: block;
  font-size: 0.2rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
  text-align: center;
}

.zl_box ul li em div p {
  font-size: 0.14rem;
  line-height: 1.8;
}



.dsj_box {
  background-color: #f7f7f7;
  padding-left: 6%;
  padding-right: 6%;
}

.dsj_box dl {
  padding-bottom: 0.2rem;
  position: relative;
}

.dsj_box dl::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #ccc;
}

.dsj_box dl dt {
  position: relative;
  z-index: 3;
  width: 1.8rem;
  height: 0.5rem;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #da251c;
  background-color: #fff;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.22rem;
  color: #da251c;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.dsj_box dl ul {
  display: none;
  position: relative;
  padding-bottom: 0.4rem;
}

.dsj_box dl ul li {
  margin-left: 50%;
  width: 50%;
  margin-top: 0.6rem;
  box-sizing: border-box;
  padding-left: 0.64rem;
  position: relative;
}

.dsj_box dl ul li:nth-of-type(2n) {
  margin-right: 50%;
  margin-left: 0;
  margin-top: -2.0rem;
  text-align: right;
  padding-left: 0;
  padding-right: 0.64rem;
}

.dsj_box dl ul li::before {
  content: "";
  position: absolute;
  left: -0.12rem;
  top: 0;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../img/tb13.png);
  background-size: 100% 100%;
}

.dsj_box dl ul li:nth-of-type(2n)::before {
  left: auto;
  right: -0.12rem;
}

.dsj_box dl ul li h6 {
  font-size: 0.24rem;
  margin-bottom: 0.14rem;
}

.dsj_box dl ul li p {
  font-size: 0.18rem;
  line-height: 1.6;
}

.dsj_box dl ul li img {
  margin-top: 0.26rem;
  width: 4.0rem;
  vertical-align: top;
  max-width: 100%;
  min-height: 2rem;
}

.dsj_box dl:last-of-type {
  padding-bottom: 0;
}

.dsj_box dl:last-of-type ul {
  padding-bottom: 0;
}

.dsj_box dl dt dt.active {
  background-color: #da251c;
  color: #fff;
}



.qywh_box {
  background-color: #f7f7f7;
}

.qywh_box .div1 {}

.qywh_box .div1 .dl1 {
  padding: 0 6%;
  font-size: 0;
  margin-bottom: 0.6rem;
}

.qywh_box .div1 .dl1 dt {
  width: 3.18rem;
  display: inline-block;
  vertical-align: middle;
}

.qywh_box .div1 .dl1 dt img {
  width: 100%;
  vertical-align: top;
}

.qywh_box .div1 .dl1 dd {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.18rem);
  font-size: 0.18rem;
  line-height: 1.8;
  box-sizing: border-box;
  padding-left: 0.6rem;
}

.qywh_box .div1 .dl2 {
  position: relative;
}

.qywh_box .div1 .dl2 dt {}

.qywh_box .div1 .dl2 dt img {
  width: 100%;
  vertical-align: top;
}

.qywh_box .div1 .dl2 dd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 0.5rem 0.8rem;
}

.qywh_box .div1 .dl2 dd h6 {
  color: #fff;
  margin-bottom: 0.4rem;
}

.qywh_box .div1 .dl2 dd h6:last-of-type {
  margin-bottom: 0;
}

.qywh_box .div1 .dl2 dd h6 strong {
  font-size: 0.24rem;
  line-height: 1.4;
  font-weight: normal;
}

.qywh_box .div1 .dl2 dd h6 p {
  font-size: 0.18rem;
  line-height: 1.8;
}

.qywh_box .div2 {
  padding-top: 0;
}

.qywh_box .div2 .swiper-container {
  margin-top: -0.5rem;
  padding: 0.5rem 18%;
  width: 100%;
  box-sizing: border-box;
}

.qywh_box .div2 .swiper-slide {
  transform: scale(0.9);
  transition: all 0.5s ease;
}

.qywh_box .div2 .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease;
}

.qywh_box .div2 .swiper-slide img {
  width: 100%;
  vertical-align: top;
}

.qywh_box .div2 .swiper-slide h6 {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -0.5rem;
  font-size: 0.22rem;
  opacity: 0;
  transition: all 0.5s ease;
}

.qywh_box .div2 .swiper-slide-active {
  transform: scale(1);
}

.qywh_box .div2 .swiper-slide-active::after {
  opacity: 0;
}

.qywh_box .div2 .swiper-slide-active h6 {
  opacity: 1;
}

.qywh_box .div2 .swiper-button-prev {
  width: 0.46rem;
  height: 0.28rem;
  background-image: url(../img/tb14.png);
  background-size: 100% 100%;
  left: 10%;
  margin-top: -0.14rem;
}

.qywh_box .div2 .swiper-button-next {
  width: 0.46rem;
  height: 0.28rem;
  background-image: url(../img/tb15.png);
  background-size: 100% 100%;
  right: 10%;
  margin-top: -0.14rem;
}



.swiper_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.swiper_box .swiper-slide {
  padding-bottom: 44%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper_box .swiper-slide video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111;
}

.swiper_box .swiper-pagination {
  bottom: 0.4rem;
}

.swiper_box .swiper-pagination span {
  width: 0.88rem;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}



.welcome_box {
  position: relative;
  z-index: 3;
  margin-top: 44%;
  background-color: #fff;
  background-image: url(../img/bg1.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 1152px auto;
}

.welcome_box .div1 {}

.welcome_box .div1 dl {
  display: flex;
}

.welcome_box .div1 .dd1 {
  flex-shrink: 0;
  width: 37%;
  margin-right: 6%;
}

.welcome_box .div1 .dd1 h5 {
  font-size: 0.3rem;
}

.welcome_box .div1 .dd1 h6 {
  font-size: 0.22rem;
  margin: 0.16rem 0 0.3rem;
}

.welcome_box .div1 .dd1 p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
}

.welcome_box .div1 .dd1 a {
  display: inline-block;
  vertical-align: top;
  font-size: 0.16rem;
  color: #da251c;
  margin-top: 0.4rem;
}

.welcome_box .div1 .dd1 a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 0.07rem;
  height: 0.12rem;
  background-image: url(../img/tb17h.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0.1rem;
  transition: all 0.5s ease;
}

.welcome_box .div1 .dd2 {
  flex-shrink: 0;
  width: 25%;
}

.welcome_box .div1 .dd2 a {
  display: block;
  margin-bottom: 0.4rem;
  padding-left: 0.5rem;
  background-image: url(../img/tb2.png);
  background-size: 0.36rem;
  background-repeat: no-repeat;
}

.welcome_box .div1 .dd2 a:nth-of-type(2) {
  background-image: url(../img/tb3.png);
}

.welcome_box .div1 .dd2 a:nth-of-type(3) {
  background-image: url(../img/tb4.png);
}

.welcome_box .div1 .dd2 a:nth-of-type(4) {
  background-image: url(../img/tb5.png);
}

.welcome_box .div1 .dd2 a:last-of-type {
  margin-bottom: 0;
}

.welcome_box .div1 .dd2 a span {
  display: block;
  font-size: 0.24rem;
  transition: all 0.5s ease;
}

.welcome_box .div1 .dd2 a small {
  display: block;
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.12rem;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.welcome_box .div1 .dd3 {
  flex-shrink: 0;
  width: 32%;
}

.welcome_box .div1 .dd3 img {
  width: 100%;
  vertical-align: top;
}

.welcome_box .div2 {}

.welcome_box .div2 .swiper2 {}

.welcome_box .div2 .swiper-slide {
  padding-bottom: 38%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.welcome_box .div2 .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.welcome_box .div2 .swiper-slide h5 {
  position: absolute;
  z-index: 3;
  width: 2.54rem;
  height: .5rem;
  padding: 0 .25rem;
  background-color: rgba(218, 37, 28, 1);
  color: #fff;
  text-align: center;
  line-height: 0.52rem;
  top: 50%;
  left: 50%;
  margin: -0.29rem 0 0 -1.27rem;
  border-radius: 0.29rem;
  font-size: 0.24rem;
  transition: all 0.5s ease;
}

.welcome_box .div2 .swiper-slide i {
  position: absolute;
  width: 1.24rem;
  height: 1.24rem;
  background-image: url(../img/tb6.png);
  background-size: 100% 100%;
  top: 50%;
  left: 30%;
  margin: -0.62rem 0 0 -0.62rem;
  opacity: 0;
  transition: all 0.5s ease;
}

.welcome_box .div2 .swiper-scrollbar {
  width: 40%;
  height: 3px;
  left: 30%;
  bottom: 0.3rem;
  background: rgba(255, 255, 255, 0.3);
}

.welcome_box .div2 .swiper-scrollbar-drag {
  width: 0.5rem;
  height: 7px;
  background-color: #da251c;
  border-radius: 4px;
  margin-top: -2px;
}

.welcome_box .div3 {}

.welcome_box .div3 .title_h5 {
  margin-bottom: 0;
}

.welcome_box .div3 .diva {
  position: relative;
  margin-top: -0.8rem;
}

.welcome_box .div3 .diva img {
  width: 100%;
  vertical-align: top;
}

.welcome_box .div3 .diva::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 8.3%;
  padding-bottom: 11.4%;
  background-image: url(../img/tp2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.welcome_box .div3 .diva ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.welcome_box .div3 .diva ul li {
  position: absolute;
  font-size: 0.14rem;
  text-align: center;
}

.welcome_box .div3 .diva ul li::before {
  content: "";
  display: block;
  width: 0.16rem;
  margin: 0 auto 5px;
  height: 0.21rem;
  background-image: url(../img/tb23.png);
  background-size: 100% 100%;
}

.welcome_box .div3 .diva ul li.li1 {
  top: 40%;
  left: 30%;
}

.welcome_box .div3 .diva ul li.li2 {
  top: 52%;
  left: 43%;
}

.welcome_box .div3 .diva ul li.li3 {
  top: 48%;
  left: 51%;
}

.welcome_box .div3 .diva ul li.li4 {
  top: 49%;
  left: 55%;
}

.welcome_box .div3 .diva ul li.li5 {
  top: 42%;
  left: 58%;
}

.welcome_box .div3 .diva ul li.li6 {
  top: 64%;
  left: 57%;
}

.welcome_box .div3 .diva ul li.li7 {
  top: 55%;
  left: 58%;
}

.welcome_box .div3 .diva ul li.li8 {
  top: 49%;
  left: 62%;
}

.welcome_box .div3 .diva ul li.li9 {
  top: 61%;
  left: 63%;
}

.welcome_box .div3 .diva ul li.li10 {
  top: 68%;
  left: 62%;
}

.welcome_box .div3 .diva ul li.li11 {
  top: 45%;
  left: 65%;
}

.welcome_box .div3 .diva ul li.li12 {
  top: 55%;
  left: 64%;
}

.welcome_box .div3 .diva ul li.li13 {
  top: 76%;
  left: 65%;
}

.welcome_box .div3 .diva ul li.li14 {
  top: 50%;
  left: 68%;
}

.welcome_box .div3 .diva ul li.li15 {
  top: 59%;
  left: 68%;
}

.welcome_box .div3 .diva ul li.li16 {
  top: 68%;
  left: 67%;
}

.welcome_box .div3 .diva ul li.li17 {
  top: 57%;
  left: 72%;
}

.welcome_box .div3 .diva ul li.li18 {
  top: 60%;
  left: 74%;
}

.welcome_box .div3 .diva ul li.li19 {
  top: 65%;
  left: 72%;
}

.welcome_box .div3 .diva ul li.li20 {
  top: 38%;
  left: 73%;
}

.welcome_box .div3 .diva ul li.li21 {
  top: 33%;
  left: 76%;
}

.welcome_box .div3 .diva ul li.li22 {
  top: 26%;
  left: 76%;
}



.welcome_box .div3 .divb {
  font-size: 0;
  margin-top: 0.5rem;
  text-align: center;
}

.welcome_box .div3 .divb dt {
  display: inline-block;
  vertical-align: top;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.welcome_box .div3 .divb dd {
  display: inline-block;
  vertical-align: top;
}

.welcome_box .div3 .divb dd em {
  display: inline-block;
  vertical-align: top;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-left: 0.4rem;
}

.welcome_box .div3 .divb dd img {
  vertical-align: top;
  height: 0.36rem;
  margin-right: 0.16rem;
}

.welcome_box .div4 {}

.welcome_box .div4 .swiper-container {
  padding-bottom: 0.4rem;
}

.welcome_box .div4 .swiper-pagination {
  font-size: 0;
}

.welcome_box .div4 .swiper-pagination span {
  vertical-align: top;
  width: 0.28rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  background-color: #da251c;
  opacity: 1;
  transition: all 0.5s ease;
}

.welcome_box .div4 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.56rem;
}

.welcome_box .div4 .swiper-pagination {
  bottom: 0;
}

.welcome_box .div4 .swiper-slide {
  text-align: center;
  margin-bottom: 0.24rem;
  padding-bottom: 0.8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.welcome_box .div4 .swiper-slide img {
  vertical-align: top;
  width: 2.1rem;
  max-width: 100%;
}



.search_box {}

.search_box p {
  font-size: 14px;
  color: #999;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.search_box h5 {
  margin-bottom: 12px;
}

.search_box ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}

.search_box ul li a {
  display: block;
  color: #333;
  transition: all 0.5s ease;
}



@media (min-width: 1200px) {
  .yjzs_box .swiper-button-prev:hover {
    opacity: 1;
  }

  .yjzs_box .swiper-button-next:hover {
    opacity: 1;
  }

  .search_box ul li a:hover {
    color: #da251c;
  }

  .head_box .en_a:hover {
    color: #da251c;
  }

  .foot_box dt a:hover p {
    color: #da251c;
  }

  .welcome_box .div2 .swiper-slide:hover h5 {
    margin: 0;
    top: 4%;
    left: 0;
    /* width: 1.6rem; */
    width: auto;
    background-color: rgba(218, 37, 28, 0);
  }

  .welcome_box .div2 .swiper-slide:hover i {
    opacity: 1;
    left: 50%;
  }

  .welcome_box .div2 .swiper-slide:hover::before {
    background-color: rgba(218, 37, 28, 0.78);
  }

  .welcome_box .div1 .dd2 a:hover span {
    color: #da251c;
  }

  .welcome_box .div1 .dd2 a:hover small {
    color: #da251c;
  }

  .welcome_box .div1 .dd1 a:hover::after {
    margin-left: 0.2rem;
  }

  .dsj_box dl dt:hover {
    background-color: #da251c;
    color: #fff;
  }

  .zl_box ul li:hover em i {
    transform: scale(1.2);
  }

  .zl_box ul li:hover em div {
    opacity: 1;
    top: 0;
  }

  .zzry_box ul li:hover em i {
    transform: scale(1.2);
  }

  .zzry_box ul li:hover em::before {
    opacity: 1;
  }

  .zzry_box ul li:hover em::after {
    opacity: 1;
    transform: scale(1);
  }

  .cpzx_box .div1 a:hover {
    background-color: #da251c;
    border: 1px solid #da251c;
    color: #fff;
  }

  .jsyf_box ul li:hover em i {
    transform: scale(1.2);
  }

  .jsyf_box ul li:hover div h6 {
    color: #da251c;
  }

  .jsyf_box ul li:hover div small::after {
    margin-left: 0.2rem;
  }

  .xqy_box .divb p a:hover {
    color: #da251c;
  }

  .xqy_box .divb .fh_a:hover {
    background-color: #da251c;
    color: #fff;
    border: 1px solid #da251c;
  }

  .tzgg_box ul li:hover {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  }

  .tzgg_box ul li:hover i {
    background-position: 0 0;
  }

  .tzgg_box ul li:hover h6 {
    color: #da251c;
  }

  .hyxw_box ul li:hover {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  }

  .hyxw_box ul li:hover em i {
    transform: scale(1.2);
  }

  .hyxw_box ul li:hover div h6 {
    color: #da251c;
  }

  .hyxw_box ul li:hover div small {
    background-position: 0 0;
  }

  .paging_box a:hover {
    background-color: #da251c;
  }

  .qyxw_box ul li a:hover em i {
    transform: scale(1.2);
  }

  .qyxw_box ul li a:hover div h6 {
    color: #da251c;
  }

  .qyxw_box ul li a:hover div small::after {
    margin-left: 0.2rem;
  }

  .foot_box .h6 a:hover {
    color: #da251c;
  }

  .foot_box dd p a:hover {
    color: #da251c;
  }

  .type_box a:hover {
    color: #da251c;
  }

  .type_box a:hover::after {
    width: 1.6rem;
    opacity: 1;
  }

  .head_box .nav_ul li:hover>a {
    color: #da251c;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media (max-width: 1500px) {}

@media (max-width: 1400px) {
  html {
    font-size: 80px;
  }

  .foot_box dd {
    padding-left: 6%;
  }
}

@media (max-width: 1200px) {
  .w1500 {
    width: 92%;
  }

  body {
    padding-top: 0.7rem;
  }

  .head_box {
    height: 0.7rem;
    background-color: #fff;
    padding: 0 4%;
    border-bottom: none;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
  }

  .head_box .logo_a {
    background-image: url(../img/logo2.png);
  }

  .menu_box {
    display: flex;
  }

  .head_box .search_form {
    display: none;
  }

  .head_box .nav_ul {
    display: none;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    top: 100%;
    left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0.1rem 4%;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  }

  .head_box .nav_ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .head_box .nav_ul li:last-of-type {
    border-bottom: none;
  }

  .head_box .nav_ul li>a {
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.20rem;
    color: #333;
  }

  .head_box .nav_ul li a small {
    display: block;
    font-size: 0.2rem;
  }

  .head_box .nav_ul li p {
    position: static;
    box-sizing: border-box;
    background-color: #fcfcfc;
    padding: 0.1rem 0.2rem;
    box-shadow: none;
  }

  .head_box .nav_ul li p a {
    text-align: left;
    font-size: 0.18rem;
    color: #333;
  }
 
  .banner_box {
    padding-bottom: 52%;
    position: relative;
  }

  .banner_box h5 {
    text-align: center;
  }

  .banner_box h5::after {
    margin: 0.2rem auto 0;
  }

  .box {
    margin-top: 0;
  }

  .banner_box h5 strong {
    font-size: 0.36rem;
  }

  .title_h5 {
    margin-bottom: 0.4rem;
  }

  .title_h5 span {
    font-size: 0.32rem;
  }

  .title_h5 strong {
    font-size: 0.18rem;
  }

  .foot_box {
    padding-top: 0.4rem;
  }

  .foot_box dd {
    display: none;
  }

  .foot_box dt {
    width: 100%;
    border-right: none;
  }

  .foot_box .h6 a {
    display: block;
    margin-left: 0;
  }

  .type_box {
    height: 0.64rem;
    line-height: 0.64rem;
    overflow-x: auto;
  }

  .type_box .w1500 {
    width: 100%;
    justify-content: center;
  }

  .type_box a.active::after {
    width: 100%;
  }

  .types_box {}

  .types_box .w1500 {
    width: 160%;
  }

  .pd {
    padding: 0.4rem 0;
  }

  .xqy_body {
    padding-top: 0.7rem;
  }

  .xqy_body .head_box {
    background-color: #fff;
  }

  .paging_box {
    margin-top: 0.4rem;
  }

  .head_box .en_a {
    color: #da251c;
    margin-right: 0.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }


  .lxwm_box .div1 {
    display: block;
  }

  .lxwm_box .div1 li {
    display: block;
    margin-bottom: 0.2rem;
  }

  .lxwm_box .div1 li:last-of-type img {
    width: 2.0rem;
  }

  .lxwm_box .div2 {
    padding-bottom: 50%;
    margin: 0.3rem 0 0.4rem;
  }

  .lxwm_box .div3 {
    margin-top: -0.2rem;
  }

  .lxwm_box .div3 li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }


  .jrwm_box .div2 dd .ul li {
    width: 100%;
    margin-right: 0;
  }

  .jrwm_box .div2 {
    margin-top: 0.4rem;
  }

  .jrwm_box .div2 dt span {
    display: none;
  }

  .jrwm_box .div2 dt span:first-of-type {
    display: inline-block;
    width: 60%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 0.2rem;
  }

  .jrwm_box .div2 dt span:last-of-type {
    display: inline-block;
    width: 40%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }

  .jrwm_box .div2 dd .h5 span {
    display: none;
  }

  .jrwm_box .div2 dd .h5 span:first-of-type {
    display: inline-block;
    width: 60%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 0.2rem;
  }

  .jrwm_box .div2 dd .h5 span:last-of-type {
    display: inline-block;
    width: 40%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }


  .jsyf_box ul li a {
    display: block;
  }

  .jsyf_box ul li em {
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }

  .jsyf_box ul li div {
    width: 100%;
    display: block;
    padding: 0.3rem;
  }


  .xqy_box {
    background-color: #fff;
  }


  .yjzs_box .swiper-container {
    padding: 0 4%;
    text-align: center;
  }

  .yjzs_box .swiper-slide {
    flex-direction: column-reverse;
    text-align: left;
    margin-bottom: 0.3rem;
  }

  .yjzs_box .swiper-slide dt h6 {
    font-size: 0.24rem;
  }

  .yjzs_box .swiper-slide dt {
    width: 96%;
    box-sizing: border-box;
    padding: 0.2rem 0.2rem 0;
  }

  .yjzs_box .swiper-slide dd {
    width: 96%;
    padding-bottom: 50%;
  }

  .yjzs_box .swiper-button-next {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  .yjzs_box .swiper-button-prev {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }


  .cpzx_box .div1 {
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }

  .cpzx_box .div1 a {
    flex-shrink: 0;
    /* width: 23.5%; */
    flex: none;
    margin-right: 2%;
  }

  .cpzx_box .div1 a:nth-of-type(4n) {
    margin-right: 0;
  }

  .cpzx_box .div2 li img {
    width: 100%;
    vertical-align: top;
  }

  .cpzx_box .div2 li div {
    vertical-align: top;
    width: 100%;
    padding-left: 0;
    margin-top: 0.3rem;
  }


  .qyxw_box ul li a {}

  .qyxw_box ul li em {
    width: 100%;
  }

  .qyxw_box ul li div {
    width: 100%;
    padding-left: 0;
    margin-top: 0.26rem;
  }

  .qyxw_box ul li div p {
    margin-bottom: 0.2rem;
  }

  .qyxw_box ul li div h6 {
    line-height: 1.2;
  }


  .hyxw_box ul {
    padding-top: -0.2rem;
  }

  .hyxw_box ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }

  .hyxw_box ul li div h6 {
    font-size: 0.22rem;
  }

  .hyxw_box ul li div p {
    font-size: 0.18rem;
    height: 0.6rem;
  }


  .tzgg_box ul {
    margin-top: -0.2rem;
  }

  .tzgg_box ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }

  .tzgg_box ul li a {
    padding: 0.3rem 1.4rem 0.3rem 0.4rem;
  }


  .gsjj_box {
    background-color: #fff;
  }

  .zzjg_box {
    background-color: #fff;
  }

  .dsj_box {
    background-color: #fff;
  }

  .dsj_box dl ul li img {
    margin-top: 0.16rem;
  }


  .qywh_box {
    background-color: #fff;
  }

  .qywh_box .div1 .dl1 {
    margin-bottom: 0.4rem;
    padding: 0;
  }

  .qywh_box .div1 .dl1 dt {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .qywh_box .div1 .dl1 dd {
    width: 100%;
    padding-left: 0;
  }

  .qywh_box .div1 .dl2 dd {
    width: 100%;
    height: 100%;
    padding: 0.2rem;
  }

  .qywh_box .div1 .dl2 dd h6 {
    margin-bottom: 0.2rem;
  }

  .qywh_box .div2 .swiper-container {
    margin-top: -0.6rem;
    padding: 0.6rem 12%;
  }


  .zzry_box ul li {
    width: 49%;
    margin-right: 2%;
  }

  .zzry_box ul li:nth-of-type(3n) {
    margin-right: 2%;
  }

  .zzry_box ul li:nth-of-type(2n) {
    margin-right: 0;
  }


  .zl_box ul li {
    width: 49%;
    margin-right: 2%;
  }

  .zl_box ul li:nth-of-type(4n) {
    margin-right: 2%;
  }

  .zl_box ul li:nth-of-type(2n) {
    margin-right: 0;
  }


  .swiper_box {
    position: relative;
  }

  .swiper_box .swiper-slide {
    padding-bottom: 54%;
  }

  .welcome_box {
    margin-top: 0;
  }

  .welcome_box .div1 dl {
    display: block;
  }

  .welcome_box .div1 .dd1 {
    width: 100%;
    margin-right: 0;
  }

  .welcome_box .div1 .dd2 {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 0;
  }

  .welcome_box .div1 .dd2 a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
  }

  .welcome_box .div1 .dd3 {
    width: 100%;
  }

  .welcome_box .div1 .dd1 a {
    margin-top: 0.24rem;
  }

  .welcome_box .div2 .swiper-slide {
    padding-bottom: 78%;
  }

  .welcome_box .div2 .swiper-slide h5 {
    width: 60%;
    margin: -0.29rem 0 0 -30%;
    font-size: 0.24rem;
    height: 0.52rem;
    /* height: auto; */
    /* line-height: 0.42rem; */
  }

  .welcome_box .div3 .diva::after {
    width: 0.8rem;
    height: 1.2rem;
    left: 20%;
  }

  .welcome_box .div3 .diva {
    width: 160%;
    margin-left: -32%;
  }

  .welcome_box .div3 .divb {
    text-align: left;
  }

  .welcome_box .div3 .divb dd em {
    margin-left: 0;
    margin-right: 0.3rem;
    margin-top: 0.2rem;
  }

  .swiper_box .swiper-pagination {
    bottom: 0.2rem;
  }

  .swiper_box .swiper-pagination span {
    width: 0.6rem;
  }

  .hide-slide {
    display: none;
  }



}

@media (max-width: 996px) {
  .welcome_box .div2 .swiper-slide h5 {
    font-size: .20rem;
    width: 76%;
    height: .5rem;
    line-height: .52rem;
    padding:0 .15rem;
    margin: -0.29rem 0 0 -45%;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 70px;
  }
}