* {
  font-family: "Microsoft YaHei";
}
html {
  background: white;
  color: black;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font-size: 14px;
}
/*input,select,textarea {
    font-size:100%;
}*/
/* 去掉 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ie bug：th 不继承 text-align */
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* 去掉列表前的标识，li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */
/*a:hover {
    text-decoration:underline;
}*/
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
  outline: none;
}
a {
  color: #000;
}
img {
  /*max-width: 100%;*/
  border: 0px;
  vertical-align: top;
  border: none;
}
input {
  /* border: none; */ /* appearance: none; */ /* -moz-appearance: none; */ /** outline: none; input标签聚焦不出现默认边框: **/ /**-webkit-appearance: none; 用于IOS下移除原生样式 **/
}
button {
  border: 0;
  background-color: none;
  outline: none;
  -webkit-appearance: none; /** 用于IOS下移除原生样式 **/
}
select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  cursor: default;
  margin: 0em;
  font: 400 13.3333px Arial;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}
/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1; /* for ie6 & ie7 */
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
  display: none;
}
.block {
  display: block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl {
  float: left;
}
.fr {
  float: right;
}

.mobShow {
  display: none;
}

.mpage {
  text-align: center;
  padding: 20px 0;
}
.mpage a,
.mpage font {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  width: 22px;
  border: 1px solid #ededed;
  font-size: 12px;
  text-align: center;
  margin: 0 1px;
}
.mpage font {
  color: #fff;
  background: #087cd6;
}
.wrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logo {
  width: 10%;
  height: 80px;
  position: absolute;
  left: 14%;
  top: 0;
}
.goSite {
  font-size: 20px;
  position: absolute;
  left: 0%;
  top: 20px;
  color: #f7b780;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}
.banWrap {
  width: 1350px;
  position: relative;
  margin: 0 auto;
}

body {
  background: url(3444.jpg) no-repeat center top;
  background-size: cover;
}
.banner {
  height: 747px;
  background: url(3443.png) no-repeat center top;
  min-width: 1200px;
  position: relative;
}

.zyBox {
  padding-top: 416px;
  text-align: center;
  display: none;
}

.mod5 {
  min-width: 1280px;
  margin-top: 50px;
}
.mod5 .titlePic {
  padding: 60px 0 15px;
}

.gongan {
  margin-bottom: 0px;
  background: #fff;
  padding: 30px;
  /* border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px; */
}
.gongan dt {
  float: left;
}
/* .gonganBox .gongan:nth-child(odd) dt {
  float: left;
}
.gonganBox .gongan:nth-child(odd) dd {
  float: right;
} */
.gongan dt img {
  width: 426px;
  height: 290px;
}
.gongan dd {
  float: right;
  width: 714px;
}
.gongan dd .dcon {
  padding: 0px 0px 0px 25px;
}
.gongan dd h4 {
  margin: 10px 0;
}
.gongan dd h4 a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #222222;
}
.gongan dd p {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  text-indent: 2em;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}
.gongan dd .more {
  color: #2b67b6;
  display: block;
  text-align: right;
  margin-top: 20px;
}
.gongan dd .more img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
  display: none;
}
/* .gonganBox .gongan:nth-child(even) dd .dcon {
  padding: 0 25px 0 0;
} */

.mod1 {
  padding-bottom: 0;
  position: relative;
  margin-top: -200px;
  /* background: url(3440.png) no-repeat center bottom; */
}

.goTop {
  position: fixed;
  right: 2%;
  bottom: 5%;
  cursor: pointer;
  z-index: 20;
}
.footer {
  font-size: 16px;
  line-height: 120px;
  color: #fff;
  text-align: center;
  /* background: #d11e1a; */
}

.dqwz {
  font-size: 26px;
  line-height: 50px;
  border-bottom: 2px solid #dc0003;
  font-weight: bold;
  margin-top: 15px;
}
.dqwz a {
  color: #dc0003;
}

.listCon {
  padding: 15px;
}
.listCon li {
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px dashed #666;
}
.listCon li span {
  float: right;
}
.listCon li a {
  color: #222;
}

.pages {
  margin: 0px auto;
  height: 60px;
  color: #666;
}
.pages a,
.pages font {
  padding: 2px 8px;
  color: #333;
  margin: 0 1px; /* background: #cdcdcd; */
}
.pages a:first-child,
.pages a:last-child {
  /* background: #bc0000; */
}
.pages font {
  color: #fff;
  font-weight: bold;
  background: #bc0000;
}

/*适配样式*/
@media only screen and (max-width: 1024px) {
  body {
    max-width: 7.5rem;
    margin: 0 auto;
  }
  .wrap {
    width: auto;
    min-width: auto;
    background: none;
    padding-bottom: 0;
 }

  .banner {
    background: url(3443.png) no-repeat center top;
    position: relative;
    height: auto;
    min-width: 100%;
    background-size: cover;
  }
  .zyBox {
    padding-top: 3.2rem;
    text-align: left;
    display: block;
  }
  .zyTxt {
    width: 86%;
    margin: 0 auto;
    background: linear-gradient(to right, #980000, #dc0001, #980000);
    border: 2px solid #e79c79;
    padding: 4%;
    border-radius: 0.1rem;
    color: #fff;
    text-indent: 2em;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
  .zyTxt p {
    margin-bottom: 0.1rem;
  }
  .mobShow {
    display: none;
  }
  .zyBox img {
    display: none;
  }

  .gongan {
    padding: 0.18rem 0 0;
    width: 90%;
    margin: 0 auto 0.2rem;
  }

  .gonganBox .gongan:first-child dt {
    float: none;
    text-align: center;
  }
  .gonganBox .gongan:first-child dd {
    float: none;
    margin: 0rem auto 0;
  }
  .gongan dt {
    float: none;
    text-align: center;
    padding-top: 0.2rem;
  }
  .gongan dt a {
    width: 5.2rem;
    height: 3.2rem;
    display: block;
    overflow: hidden;
    margin: 0 auto;
  }
  .gongan dt img {
    width: 5.2rem;
    height: 3.2rem;
  }
  .gonganBox .gongan:nth-child(odd) dt {
    float: none;
    padding-top: 0.2rem;
  }
  .gonganBox .gongan:nth-child(odd) dd {
    float: none;
  }
  .gongan dd {
    width: auto;
  }

  .gongan dd .dcon {
    padding: 0rem 0.2rem 0.2rem;
  }
  .gongan dd h4 {
    margin: 0.2rem 0;
  }
  .gongan dd h4 a {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .gongan dd p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    border-bottom: none ;
  }
  .gongan dd .more {
    margin-top: 0.2rem;
    font-size: 0.22rem;
  }

  .mod1 {
    padding-bottom: 0;
    margin-top: -1rem;
  }
  .gonganBox .gongan:nth-child(even) dd .dcon {
    padding: 0rem 0.2rem 0.2rem;
  }

  .goTop,
  .goTop img {
    width: 0.64rem;
    height: 0.64rem;
  }
  .goSite {
    top: 0.1rem;
    font-size: 0.18rem;
    left: 0.2rem;
  }
  .banWrap {
    width: 100%;
  }

  .dqwz {
    font-size: 0.26rem;
    line-height: 0.5rem;
    border-bottom: 2px solid #dc0003;
    padding-left: 0.12rem;
  }

  .listCon {
    padding: 0.15rem;
  }
  .listCon li {
    font-size: 0.22rem;
    line-height: 0.36rem;
    padding: 0.1rem 0;
  }
  .listCon li a {
    width: 86%;
    display: inline-block;
  }

  .pages {
    height: 0.6rem;
  }
  .pages a,
  .pages font {
    padding: 0.02rem 0.08rem;
  }
}

@media screen and (max-device-width: 1024px) {
}

@media screen and (max-device-width: 768px) {
}

@media screen and (max-device-width: 640px) {
}

@media screen and (max-device-width: 540px) {
}

@media screen and (max-device-width: 414px) {
}

@media screen and (max-device-width: 375px) {
}

.image_scal {
  overflow: hidden;
}
.image_scal img {
  -webkit-transition: transform 1.3s;
  -moz-transition: transform 1.3s;
  -ms-transition: transform 1.3s;
  -o-transition: transform 1.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-perspective: 1000;
  -moz-backface-visibility: hidden;
  -ms-perspective: 1000;
  -ms-backface-visibility: hidden;
  -o-perspective: 1000;
  -o-backface-visibility: hidden;
}
.image_scal:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
