body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
  -webkit-text-size-adjust: none;
  /* 禁止webkit平台字体自动调整大小 */
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
[v-cloak],
.ms-controller {
  visibility: hidden;
}
.cleardiv {
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: '';
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: '';
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.fn {
  float: none;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.bCt {
  background: transparent;
}
.none0 {
  display: none;
}
.ovh_dan {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body {
  min-width: 1200px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.bg_1 {
  height: 300px;
  background: url(../img/bg_001.jpg) no-repeat center top / 1920px 100%;
}
.bg_2 {
  height: 330px;
  background: url(../img/bg_002.jpg) no-repeat center top / 1920px 100%;
}
.bg_3 {
  height: 430px;
  background: url(../img/bg_003.jpg) no-repeat center top / 1920px 100%;
}
.bg_4 {
  height: 852px;
  background: url(../img/bg_004.jpg) no-repeat center top / 1920px 100%;
}
.t_0 {
  width: 100%;
  height: 100px;
  margin: 0 auto;
}
.t_1 {
  background: url(../img/t_1.jpg) no-repeat center top;
}
.t_2 {
  background: url(../img/t_2.jpg) no-repeat center top;
}
.t_3 {
  background: url(../img/t_3.jpg) no-repeat center top;
}
.bg_2 .dy {
  position: relative;
  top: -108px;
  width: 761px;
  height: 670px;
  margin: 0 auto;
  background: url(../img/1.png) no-repeat center top;
  display: flex;
}
.bg_2 .dy a {
  display: block;
  width: 100%;
  height: 100%;
}
.bg_3 {
  padding: 0px 0 0 0;
  box-sizing: border-box;
}
.bg_3 .content {
  width: 1100px;
  height: 410px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 30px;
  opacity: 0.9;
}
.bg_3 .newsimg {
  width: 430px;
  height: 275px;
  margin: 54px 0 0 50px;
}
.bg_3 .newsimg .imgbox {
  border-radius: 25px;
}
.bg_3 .newsimg .imgbox img {
  width: 425px;
  height: 275px;
  margin: 0 auto;
  border-radius: 25px;
}
.bg_3 .newsimg h2 {
  font-size: 20px;
  font-family: "微软雅黑";
  line-height: 50px;
}
.bg_3 .lb {
  width: 470px;
  margin: 0 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bg_3 .lb ul {
  width: 100%;
  align-self: flex-start;
  padding: 36px 0 0 0;
}
.bg_3 .lb ul li {
  height: 58px;
  line-height: 58px;
  box-sizing: border-box;
  border-bottom: 1px dashed #dbdbdb;
  background: url(../img/li-bg.png) no-repeat left center;
  padding: 0 0 0 25px;
  font-size: 14px;
  font-weight: 600;
  font-family: "微软雅黑";
  overflow: hidden;
}
.bg_3 .lb ul li:last-child {
  border-bottom: none;
}
.bg_3 .lb .gd {
  width: 80px;
  height: 30px;
  background: #f7ecd6;
  border-radius: 5px;
  align-self: flex-end;
  margin: 20px 0 0 0;
  text-align: center;
  font: 14px/30px "微软雅黑";
  color: #757575;
}
.bg_3 .lb .gd a {
  display: block;
}
.bg_4 {
  padding: 61px 0 0 0;
  box-sizing: border-box;
}
.bg_4 .content {
  position: relative;
  width: 1100px;
  height: 675px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 30px;
}
.bg_4 .content .hoticon {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 254px;
  height: 83px;
  background: url(../img/hot-icon.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 99999;
}
.bg_4 ul {
  width: 1046px;
  margin: 0 auto;
  padding: 70px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bg_4 ul li {
  width: 256px;
  margin: 0 45px 30px;
  overflow: hidden;
  box-sizing: border-box;
}
.bg_4 ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.bg_4 .jk {
  position: relative;
  width: 256px;
  height: 160px;
  margin: 0 auto 3px;
  border-radius: 20px;
  overflow: hidden;
}
.bg_4 .jk img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.bg_4 .jk .bf {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  display: block;
  background: url(../img/p_2.png) no-repeat center center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg_4 h5 {
  margin: 0 auto;
  padding: 15px 0 0 0;
  overflow: hidden;
  font-size: 14px;
  font-family: "黑体";
  font-weight: 600;
  line-height: 22px;
  color: #3e3e3e;
  display: flex;
}
.bg_4 h5 p {
  margin: auto;
  text-align: left;
}
.bg_4 .gd {
  width: 220px;
  height: 50px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 50px;
  border-radius: 37px;
  border: 1px solid #ef3e26;
  background: #f7ecd6;
}
.bg_4 .gd a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ef3e26;
  text-align: center;
}
