/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  overflow-x: hidden;
}
body,
li,
ul,
ol,
dl,
dt,
dd,
form,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 12px;
  font: 12px/1.5 tahoma, arial, "Microsoft YaHei";
  outline: 0 none;
  color: #333;
}
em,
i {
  font-style: normal;
}
a {
  color: #333;
}
a {
  text-decoration: none;
}
* {
  margin: 0px;
  padding: 0px;
  outline: none !important;
}
img {
  -ms-interpolation-mode: bicubic;
  border: none;
}
.view {
  z-index: 1;
  position: absolute;
}
.horizontal .view {
  position: relative;
  float: left;
}
.vertical .view {
  position: relative;
}
.view_contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box; /*添加后，模块的内边距和边框不会再溢出*/
}
.layout {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  z-index: 1;
}
.layout > .view_contents {
  /*overflow: visible;*/
  cursor: default;
}
/*流布局*/
.flow .view_contents > .view {
  float: left;
}
.clear {
  clear: both;
}
/*苹果去除样式*/
select,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[name="query"],
input[name="d"] {
  -webkit-appearance: none;
  border-radius: 0px;
}
input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

/*模块分页*/
.page_btn {
  clear: both;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.page_btn a {
  display: inline-block;
  color: #333;
  box-sizing: border-box;
  margin: 0 5px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ccc;
  font-family: "microsoft YaHei";
}
.page_btn a.cur,
.page_btn a:hover {
  border: 1px solid #4c4c4c;
}
.prev_btn,
.next_btn {
  font-family: "黑体" !important;
  border: 0 !important;
}
.no_page {
  border: 0 !important;
}
@media screen and (max-width: 768px) {
  /*分页*/
  .page_btn a:nth-child(n + 5) {
    display: none;
  }
  .page_btn a:nth-last-child(1),
  .page_btn a:nth-last-child(2),
  .page_btn a:nth-last-child(3) {
    display: inline-block !important;
  }
}

/*图片放大样式*/
.imgBox {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imgBox img {
  position: absolute;
  width: auto;
  max-width: 80%; /*max-height: 65%;*/
  border: 20px solid #fff;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.imgBox.scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
.imgBox.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.05);
}
.imgBox.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.02);
}
.imgBox.scroll::-webkit-scrollbar-button {
  background: #f7f7f7;
  height: 0;
}
.imgBox.scroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.05);
}
.imgBox.scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.imgBox.scroll img {
  top: 5%;
  margin-bottom: 5%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
.pos_fixed {
  position: fixed;
  width: 100%;
}
.imageButton {
  position: fixed;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imageButton span {
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.imageButton span:hover {
  opacity: 0.8;
}
.imageButton span.closeShowPic {
  font-size: 40px;
  border-radius: 100%;
  font-family: serif;
  line-height: 1;
  background-color: #fff;
  padding: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /*mobi*/
  .imgBox img {
    border-width: 10px;
  }
  .imgBox.scroll img {
    top: 5%;
    margin-bottom: 10vh;
  }
}

.jurisdiction_mask {
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2147483647;
  display: none;
}
.jurisdiction_tips {
  width: 400px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 45%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 23px 20px;
  box-sizing: border-box;
  text-align: center;
}
.jurisdiction_tips img {
  display: block;
  margin: 0 auto;
}
.jurisdiction_tips h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: #575757;
  text-align: center;
  margin: 5px 0 0;
}
.jurisdiction_tips p {
  color: #999;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  margin: 0;
}
.jurisdiction_tips button {
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  margin: 10px 3px 0;
  background-color: #aaa;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  outline: none !important;
  width: 98px;
}
.jurisdiction_tips .jurisdiction_login {
  background: #ff0099;
}
.jurisdiction_tips button:hover {
  opacity: 0.8;
}
.jurisdiction_tips_mobile {
  display: none;
}
@media screen and (max-width: 450px) {
  .jurisdiction_tips {
    width: 80%;
    padding: 20px 15px;
  }
  .jurisdiction_tips p {
    display: none;
  }
  .jurisdiction_tips .jurisdiction_tips_mobile {
    display: block;
  }
  .jurisdiction_tips img {
    width: 60px;
  }
  .jurisdiction_tips h3 {
    font-size: 16px;
  }
  .jurisdiction_tips p {
    font-size: 14px;
  }
  .jurisdiction_tips button {
    margin-top: 12px;
    padding: 8px 0;
  }
}

/*内链替换的继承父样式*/
.inherit_the_style {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  background: inherit;
  display: unset;
  margin: 0;
  padding: 0;
}

body {
  background-position: left top;
}

#image_logo_1600915884288 {
  width: 8.833333333333334%;
  height: 107px;
  position: absolute;
  left: 0%;
  top: 22.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_logo_1600915884288 {
    left: 16.996699669967%;
    width: 66.006600660066%;
  }
}
@media screen and (max-width: 640px) {
  #image_logo_1600915884288 {
    width: 51px;
    height: 51px;
    top: 17px;
    left: 8.933333333333334%;
  }
}

#text_style_01_1600915992658 {
  width: 10.083333333333332%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 14.124999999999998%;
  top: 55.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600915992658 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600915992658 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 198px;
    left: 2%;
    display: none;
  }
}
#text_style_01_1600915992658 > .view_contents {
  text-align: center;
  font-size: 20px;
  color: #666666;
}

#text_style_01_1600916043258 {
  width: 10.083333333333332%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 25.208333333333332%;
  top: 55.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600916043258 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600916043258 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 240px;
    left: 2%;
    display: none;
  }
}
#text_style_01_1600916043258 > .view_contents {
  text-align: center;
  font-size: 20px;
  color: #666666;
}

#text_style_01_1600916058311 {
  width: 10.083333333333332%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 36.541666666666664%;
  top: 55.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600916058311 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600916058311 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 282px;
    left: 2%;
    display: none;
  }
}
#text_style_01_1600916058311 > .view_contents {
  text-align: center;
  font-size: 20px;
  color: #666666;
}

#text_style_01_1600916068150 {
  width: 10.333333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 47.875%;
  top: 55.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600916068150 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600916068150 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 324px;
    left: 2%;
    display: none;
  }
}
#text_style_01_1600916068150 > .view_contents {
  text-align: center;
  font-size: 20px;
  color: #666666;
}

#text_style_01_1600916083983 {
  width: 10.333333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 60.375%;
  top: 55.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600916083983 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600916083983 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 366px;
    left: 2%;
    display: none;
  }
}
#text_style_01_1600916083983 > .view_contents {
  text-align: center;
  font-size: 20px;
  color: #666666;
}

#text_style_01_1600916096235 {
  width: 10.333333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 71.875%;
  top: 55.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600916096235 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600916096235 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 408px;
    left: 2%;
    display: none;
  }
}
#text_style_01_1600916096235 > .view_contents {
  text-align: center;
  font-size: 20px;
  color: #666666;
}

#text_style_01_1600916158636 {
  width: 10.333333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 87.83333333333333%;
  top: 35.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600916158636 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600916158636 {
    width: 20.533333333333335%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 16px;
    left: 71.86666666666667%;
  }
}
#text_style_01_1600916158636 > .view_contents {
  text-align: center;
  font-size: 20px;
  color: #666666;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600916158636 > .view_contents {
    font-size: 12px;
  }
}

#image_style_01_1600916537687 {
  width: 1.9166666666666665%;
  height: 29px;
  position: absolute;
  left: 86.625%;
  top: 44px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600916537687 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600916537687 {
    width: 15px;
    height: 18px;
    top: 19px;
    left: 69.72916666666666%;
  }
}
#image_style_01_1600916537687 > .view_contents {
  overflow: visible;
}

#text_style_01_1600916599270 {
  width: 13.25%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 86.20833333333333%;
  top: 69px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600916599270 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600916599270 {
    width: 26.666666666666668%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 41px;
    left: 67.86666666666666%;
  }
}
#text_style_01_1600916599270 > .view_contents {
  text-align: center;
  font-size: 26px;
  color: #037fff;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600916599270 > .view_contents {
    font-size: 15px;
    font-weight: bold;
  }
}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1600916599270 {
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600916599270 {
  }
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width: 640px) {
  #text_style_01_1600916599270 {
  }
}
#div_a_includeBlock_1578017930728 {
  width: 100%;
  height: 142px;
  position: absolute;
  top: 0px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1578017930728 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1578017930728 {
    width: 100%;
    height: 76px;
    top: 0px;
    left: 0%;
  }
}
#div_a_includeBlock_1578017930728 > .view_contents {
  overflow: visible;
}
#comm_layout_header {
  height: 142px;
  z-index: 99999;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #comm_layout_header {
    height: 120px;
  }
}
@media screen and (max-width: 640px) {
  #comm_layout_header {
    height: 76px;
  }
}
#comm_layout_header > .view_contents {
  max-width: 1200px;
  overflow: visible;
}

#image_style_01_1600917100368 {
  width: 160%;
  height: 654px;
  position: absolute;
  top: 0px;
  left: -29.291666666666664%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600917100368 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600917100368 {
    width: 100%;
    height: 290px;
    top: 0px;
    left: 0%;
  }
}
#image_style_01_1600917100368 > .view_contents {
  overflow: visible;
}

#text_style_01_1600917146354 {
  width: 30.833333333333336%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  top: 155px;
  left: 34.58333333333333%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600917146354 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600917146354 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 44px;
    left: 2%;
  }
}
#text_style_01_1600917146354 > .view_contents {
  font-size: 66px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-family: Arial;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600917146354 > .view_contents {
    font-size: 39px;
  }
}

#text_style_01_1600917223412 {
  width: 60.25%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  top: 319px;
  left: 19.875%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600917223412 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600917223412 {
    width: 83.73333333333333%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 106px;
    left: 8.133333333333333%;
  }
}
#text_style_01_1600917223412 > .view_contents {
  font-family: Arial;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  line-height: 46px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600917223412 > .view_contents {
    font-size: 14px;
    line-height: 30px;
  }
}

#text_style_01_1600917308420 {
  width: 10.833333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  top: 469px;
  left: 44.583333333333336%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600917308420 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600917308420 {
    width: 29.06666666666667%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 193px;
    left: 35.46666666666667%;
  }
}
#text_style_01_1600917308420 > .view_contents {
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600917308420 > .view_contents {
    line-height: 40px;
    font-size: 14px;
  }
}
#layout_diy_1578016501 {
  height: 654px;
  display: block;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #layout_diy_1578016501 {
    height: 561px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #layout_diy_1578016501 {
    height: 290px;
    display: block;
  }
}
#layout_diy_1578016501 > .view_contents {
  overflow: visible;
  max-width: 1200px;
}
#layout_diy_1578016501 {
  background: #fafafa;
}

#image_style_12_1_1600917719343 {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 115.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_12_1_1600917719343 {
    left: 4%;
    width: 92%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_12_1_1600917719343 {
    left: 3.733333333333334%;
    top: 10.5px;
    width: 350px;
  }
}
#image_style_12_1_1600917719343 > .view_contents {
  overflow: hidden;
}
#image_style_12_1_1600917719343 .picSet {
  border-radius: initial;
}
#image_style_12_1_1600917719343 .modSet {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: #f4f4f4 2px 2px 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
#image_style_12_1_1600917719343 .titProSet {
  height: 50px;
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
  padding-top: 20px;
}
#image_style_12_1_1600917719343 .defProSet {
  height: 160px;
  line-height: 34px;
  font-size: 16px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #image_style_12_1_1600917719343 .titProSet {
    font-size: 18px;
    padding-top: 10px;
    margin-top: 0px;
    line-height: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  #image_style_12_1_1600917719343 .defProSet {
    font-size: 13px;
    height: 70px;
    line-height: 28px;
  }
}
@media screen and (max-width: 640px) {
  #image_style_12_1_1600917719343 .modSet {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#div_a_includeBlock_1600917435235 {
  width: 100%;
  height: 546px;
  position: absolute;
  top: 35px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600917435235 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600917435235 {
    width: 100%;
    height: 828px;
    top: 0px;
    left: 0%;
  }
}
#layout_1578017876923 {
  height: 581px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #layout_1578017876923 {
    height: 619px;
  }
}
@media screen and (max-width: 640px) {
  #layout_1578017876923 {
    height: 828px;
  }
}
#layout_1578017876923 > .view_contents {
  overflow: visible;
  max-width: 1200px;
}
#layout_1578017876923 {
  background: #f8fbff;
}

#image_style_01_1600919284328 {
  width: 33.416666666666664%;
  height: 322px;
  position: absolute;
  left: 66.54166666666667%;
  top: 79px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600919284328 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600919284328 {
    height: 160px;
    left: calc(50% - 102px);
    top: 234px;
    width: 204px;
  }
}
#image_style_01_1600919284328 > .view_contents {
  overflow: visible;
}

#text_style_01_1600919350097 {
  width: 10.166666666666666%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 0%;
  top: 75px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919350097 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919350097 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 35px;
    left: 4.027777777777778%;
  }
}
#text_style_01_1600919350097 > .view_contents {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919350097 > .view_contents {
    font-size: 18px;
  }
}

#text_style_01_1600919372798 {
  width: 40.416666666666664%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 0%;
  top: 176px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919372798 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919372798 {
    width: 91.94444444444444%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 67px;
    left: 4.027777777777779%;
  }
}
#text_style_01_1600919372798 > .view_contents {
  line-height: 40px;
  color: #666666;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919372798 > .view_contents {
    font-size: 12px;
    line-height: 28px;
  }
}
#div_a_includeBlock_1600919274737 {
  width: 100%;
  height: 479.5px;
  position: absolute;
  top: 37px;
  left: 0.04166666666666667%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600919274737 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600919274737 {
    width: 96%;
    height: 411px;
    top: 10px;
    left: 2%;
  }
}

#image_style_01_1600919463546 {
  width: 30.333333333333336%;
  height: 287px;
  position: absolute;
  left: 0%;
  top: 138.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600919463546 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600919463546 {
    height: 152px;
    left: calc(50% - 89.5px);
    top: 312.5px;
    width: 179px;
  }
}
#image_style_01_1600919463546 > .view_contents {
  overflow: visible;
}

#text_style_01_1600919463555 {
  width: 10.166666666666666%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 53.708333333333336%;
  top: 64px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919463555 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919463555 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 29px;
    left: 5.866666666666666%;
  }
}
#text_style_01_1600919463555 > .view_contents {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919463555 > .view_contents {
    font-size: 18px;
  }
}

#text_style_01_1600919463558 {
  width: 7.5%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 53.708333333333336%;
  top: 149px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919463558 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919463558 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 73px;
    left: 5.866666666666666%;
  }
}
#text_style_01_1600919463558 > .view_contents {
  line-height: 40px;
  color: #333333;
  font-size: 20px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919463558 > .view_contents {
    font-size: 15px;
  }
}

#text_style_01_1600919616908 {
  width: 46.166666666666664%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 53.708333333333336%;
  top: 193px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919616908 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919616908 {
    width: 87.46666666666667%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 214px;
    left: 6.241666666666667%;
  }
}
#text_style_01_1600919616908 > .view_contents {
  line-height: 40px;
  color: #666666;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919616908 > .view_contents {
    font-size: 12px;
    line-height: 28px;
  }
}

#text_style_01_1600919659680 {
  width: 7.5%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 53.708333333333336%;
  top: 293px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919659680 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919659680 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 175px;
    left: 5.858333333333333%;
  }
}
#text_style_01_1600919659680 > .view_contents {
  line-height: 40px;
  color: #333333;
  font-size: 20px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919659680 > .view_contents {
    font-size: 15px;
  }
}

#text_style_01_1600919675200 {
  width: 46.166666666666664%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 53.833333333333336%;
  top: 335px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919675200 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919675200 {
    width: 87.2%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 112px;
    left: 6.325%;
  }
}
#text_style_01_1600919675200 > .view_contents {
  line-height: 40px;
  color: #666666;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919675200 > .view_contents {
    font-size: 12px;
    line-height: 28px;
  }
}
#div_a_includeBlock_1600919463398 {
  width: 100%;
  height: 476px;
  position: absolute;
  top: 578px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600919463398 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600919463398 {
    width: 99.86666666666667%;
    height: 487px;
    top: 420px;
    left: 0%;
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600919463398 {
    background: #f8fbff;
  }
}

#image_style_01_1600919709033 {
  width: 30.5%;
  height: 378px;
  position: absolute;
  left: 69.5%;
  top: 58px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600919709033 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600919709033 {
    height: 192px;
    left: calc(50% - 101.5px);
    top: 184px;
    width: 203px;
  }
}
#image_style_01_1600919709033 > .view_contents {
  overflow: visible;
}

#text_style_01_1600919709041 {
  width: 10.166666666666666%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 0%;
  top: 75px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919709041 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919709041 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 41px;
    left: 4.027777777777778%;
  }
}
#text_style_01_1600919709041 > .view_contents {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919709041 > .view_contents {
    font-size: 18px;
  }
}

#text_style_01_1600919709043 {
  width: 40.416666666666664%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 0%;
  top: 176px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919709043 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919709043 {
    width: 91.11111111111111%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 86px;
    left: 4.444444444444443%;
  }
}
#text_style_01_1600919709043 > .view_contents {
  line-height: 40px;
  color: #666666;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919709043 > .view_contents {
    font-size: 12px;
    line-height: 28px;
  }
}
#div_a_includeBlock_1600919708908 {
  width: 100%;
  height: 479.5px;
  position: absolute;
  top: 1118px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600919708908 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600919708908 {
    width: 96%;
    height: 406px;
    top: 909px;
    left: 2%;
  }
}

#image_style_01_1600919826029 {
  width: 36.666666666666664%;
  height: 427px;
  position: absolute;
  left: 0%;
  top: 39px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600919826029 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600919826029 {
    height: 206px;
    left: 20.304166666666667%;
    top: 407px;
    width: 222px;
  }
}
#image_style_01_1600919826029 > .view_contents {
  overflow: visible;
}

#text_style_01_1600919826038 {
  width: 10.166666666666666%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 53.708333333333336%;
  top: 64px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919826038 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919826038 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 33px;
    left: 5.866666666666666%;
  }
}
#text_style_01_1600919826038 > .view_contents {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919826038 > .view_contents {
    font-size: 18px;
  }
}

#text_style_01_1600919826044 {
  width: 46.166666666666664%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 53.833333333333336%;
  top: 136px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919826044 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919826044 {
    width: 87.73333333333333%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 89px;
    left: 6.125%;
  }
}
#text_style_01_1600919826044 > .view_contents {
  line-height: 35px;
  color: #666666;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919826044 > .view_contents {
    font-size: 12px;
    line-height: 28px;
  }
}

#text_style_01_1600919826047 {
  width: 14.083333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 53.708333333333336%;
  top: 302px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919826047 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919826047 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 253px;
    left: 5.866666666666666%;
  }
}
#text_style_01_1600919826047 > .view_contents {
  line-height: 40px;
  color: #333333;
  font-size: 20px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919826047 > .view_contents {
    font-size: 16px;
  }
}

#image_style_01_1600920233374 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 53.45833333333333%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600920233374 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600920233374 {
    height: 43px;
    left: 6.758333333333333%;
    top: 310px;
    width: 40px;
  }
}
#image_style_01_1600920233374 > .view_contents {
  overflow: visible;
}

#image_style_01_1600928602471 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 63.541666666666664%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928602471 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928602471 {
    height: 43px;
    left: 25.7%;
    top: 310px;
    width: 40px;
  }
}
#image_style_01_1600928602471 > .view_contents {
  overflow: visible;
}

#image_style_01_1600928612560 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 73.625%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928612560 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928612560 {
    height: 43px;
    width: 40px;
    left: calc(50% - 20px);
    top: 310px;
  }
}
#image_style_01_1600928612560 > .view_contents {
  overflow: visible;
}

#image_style_01_1600928618593 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 83.875%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928618593 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928618593 {
    height: 43px;
    width: 40px;
    left: 63.454166666666666%;
    top: 310px;
  }
}
#image_style_01_1600928618593 > .view_contents {
  overflow: visible;
}

#image_style_01_1600928625385 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 94.16666666666667%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928625385 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928625385 {
    height: 43px;
    width: 40px;
    left: 84.15416666666667%;
    top: 310px;
  }
}
#image_style_01_1600928625385 > .view_contents {
  overflow: visible;
}

#image_style_01_1600928716950 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 61.04166666666667%;
  top: 395.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928716950 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928716950 {
    height: 9px;
    width: 7px;
    left: 20.516666666666666%;
    top: 325.5px;
  }
}
#image_style_01_1600928716950 > .view_contents {
  overflow: visible;
}

#image_style_01_1600928747009 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 71.04166666666667%;
  top: 397.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928747009 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928747009 {
    height: 4.864px;
    display: none;
  }
}
#image_style_01_1600928747009 > .view_contents {
  overflow: visible;
}

#image_style_01_1600928757824 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 81.375%;
  top: 396.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928757824 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928757824 {
    height: 4.864px;
    display: none;
  }
}
#image_style_01_1600928757824 > .view_contents {
  overflow: visible;
}

#image_style_01_1600928766731 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 91.625%;
  top: 396.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928766731 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928766731 {
    height: 4.864px;
    display: none;
  }
}
#image_style_01_1600928766731 > .view_contents {
  overflow: visible;
}

#text_style_01_1600928779063 {
  width: 7.833333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 52.45833333333333%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600928779063 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928779063 {
    width: 21.6%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 361px;
    left: 0.8916666666666666%;
  }
}
#text_style_01_1600928779063 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928779063 > .view_contents {
    font-size: 12px;
  }
}

#text_style_01_1600928815775 {
  width: 7.833333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 62.541666666666664%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600928815775 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928815775 {
    width: 21.866666666666667%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 361px;
    left: 20.32916666666667%;
  }
}
#text_style_01_1600928815775 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928815775 > .view_contents {
    font-size: 12px;
  }
}

#text_style_01_1600928829491 {
  width: 7.833333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 73%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600928829491 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928829491 {
    width: 22.133333333333333%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 361px;
    left: 38.93333333333334%;
  }
}
#text_style_01_1600928829491 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928829491 > .view_contents {
    font-size: 12px;
  }
}

#text_style_01_1600928838509 {
  width: 7.833333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 82.875%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600928838509 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928838509 {
    width: 19.733333333333334%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 361px;
    left: 58.44583333333333%;
  }
}
#text_style_01_1600928838509 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928838509 > .view_contents {
    font-size: 12px;
  }
}

#text_style_01_1600928849715 {
  width: 6.25%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 93.75%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600928849715 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928849715 {
    width: 19.2%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 361px;
    left: 79.54166666666667%;
  }
}
#text_style_01_1600928849715 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600928849715 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600919825872 {
  width: 100%;
  height: 518px;
  position: absolute;
  top: 1657px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600919825872 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600919825872 {
    width: 99.86666666666667%;
    height: 646px;
    top: 1315px;
    left: 0.06666666666666288%;
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600919825872 {
    background: #f8fbff;
  }
}

#image_style_01_1600929007124 {
  width: 36.25%;
  height: 323px;
  position: absolute;
  left: 63.74999999999999%;
  top: 84.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007124 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007124 {
    height: 157px;
    left: calc(50% - 124px);
    top: 336.5px;
    width: 248px;
  }
}
#image_style_01_1600929007124 > .view_contents {
  overflow: visible;
}

#text_style_01_1600929007133 {
  width: 10.166666666666666%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 0%;
  top: 70px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929007133 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007133 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 47px;
    left: 5.963541666666667%;
  }
}
#text_style_01_1600929007133 > .view_contents {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007133 > .view_contents {
    font-size: 18px;
  }
}

#text_style_01_1600929007136 {
  width: 46.166666666666664%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 0%;
  top: 131px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929007136 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007136 {
    width: 88.33333333333333%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 88px;
    left: 5.833333333333336%;
  }
}
#text_style_01_1600929007136 > .view_contents {
  line-height: 35px;
  color: #666666;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007136 > .view_contents {
    font-size: 12px;
    line-height: 28px;
  }
}

#text_style_01_1600929007139 {
  width: 14.083333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 0%;
  top: 286px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929007139 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007139 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 185px;
    left: 4.991319444444445%;
  }
}
#text_style_01_1600929007139 > .view_contents {
  line-height: 40px;
  color: #333333;
  font-size: 20px;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007139 > .view_contents {
    font-size: 15px;
  }
}

#image_style_01_1600929007142 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 0%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007142 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007142 {
    height: 43px;
    width: 40px;
    left: 5.243055555555555%;
    top: 231px;
  }
}
#image_style_01_1600929007142 > .view_contents {
  overflow: visible;
}

#image_style_01_1600929007146 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 11.041666666666666%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007146 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007146 {
    height: 43px;
    width: 40px;
    left: 24.86111111111111%;
    top: 231px;
  }
}
#image_style_01_1600929007146 > .view_contents {
  overflow: visible;
}

#image_style_01_1600929007150 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 21.541666666666668%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007150 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007150 {
    height: 43px;
    width: 40px;
    left: calc(50% - 20px);
    top: 231px;
  }
}
#image_style_01_1600929007150 > .view_contents {
  overflow: visible;
}

#image_style_01_1600929007153 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 31.374999999999996%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007153 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007153 {
    height: 43px;
    width: 40px;
    left: 64.16666666666667%;
    top: 231px;
  }
}
#image_style_01_1600929007153 > .view_contents {
  overflow: visible;
}

#image_style_01_1600929007156 {
  width: 5.833333333333333%;
  height: 76px;
  position: absolute;
  left: 41.5%;
  top: 369px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007156 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007156 {
    height: 43px;
    width: 40px;
    left: 84.40972222222223%;
    top: 231px;
  }
}
#image_style_01_1600929007156 > .view_contents {
  overflow: visible;
}

#image_style_01_1600929007159 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 7.208333333333333%;
  top: 398.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007159 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007159 {
    height: 11px;
    width: 11px;
    left: 17.99045138888889%;
    top: 245px;
  }
}
#image_style_01_1600929007159 > .view_contents {
  overflow: visible;
}

#image_style_01_1600929007162 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 18.541666666666668%;
  top: 397.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007162 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007162 {
    height: 4.864px;
    display: none;
  }
}
#image_style_01_1600929007162 > .view_contents {
  overflow: visible;
}

#image_style_01_1600929007166 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 28.875%;
  top: 395.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007166 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007166 {
    height: 4.864px;
    display: none;
  }
}
#image_style_01_1600929007166 > .view_contents {
  overflow: visible;
}

#image_style_01_1600929007168 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 39.04166666666667%;
  top: 395.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007168 {
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007168 {
    height: 4.864px;
    display: none;
  }
}
#image_style_01_1600929007168 > .view_contents {
  overflow: visible;
}

#text_style_01_1600929007171 {
  width: 7.833333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 0%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929007171 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007171 {
    width: 20.833333333333336%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 279.5px;
    left: 0.2777777777777778%;
  }
}
#text_style_01_1600929007171 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007171 > .view_contents {
    font-size: 12px;
  }
}

#text_style_01_1600929007174 {
  width: 7.833333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 10.041666666666666%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929007174 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007174 {
    width: 22.5%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 279.5px;
    left: 18.741319444444443%;
  }
}
#text_style_01_1600929007174 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007174 > .view_contents {
    font-size: 12px;
  }
}

#text_style_01_1600929007177 {
  width: 7.833333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 20.541666666666668%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929007177 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007177 {
    width: 19.166666666666668%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 279.5px;
    left: 40.416666666666664%;
  }
}
#text_style_01_1600929007177 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007177 > .view_contents {
    font-size: 12px;
  }
}

#text_style_01_1600929007182 {
  width: 7.833333333333334%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 30.333333333333336%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929007182 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007182 {
    width: 17.77777777777778%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 279.5px;
    left: 60.55555555555555%;
  }
}
#text_style_01_1600929007182 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007182 > .view_contents {
    font-size: 12px;
  }
}

#text_style_01_1600929007185 {
  width: 6.25%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 41.291666666666664%;
  top: 452px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929007185 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007185 {
    width: 21.11111111111111%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 279.5px;
    left: 78.88888888888889%;
  }
}
#text_style_01_1600929007185 > .view_contents {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929007185 > .view_contents {
    font-size: 12px;
  }
}

#image_style_01_1600936242325 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 49.666666666666664%;
  top: 240px;
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600936242325 {
    display: none;
    top: 240px;
    left: 48.19444444444444%;
    width: 3.6111111111111107%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600936242325 {
    height: 11px;
    width: 3.4375000000000004%;
    left: 37.7734375%;
    top: 246px;
    display: block;
  }
}
#image_style_01_1600936242325 > .view_contents {
  overflow: visible;
}

#image_style_01_1600936271999 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 49.666666666666664%;
  top: 245px;
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600936271999 {
    display: none;
    width: 3.6111111111111107%;
    top: 245px;
    left: 48.19444444444444%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600936271999 {
    height: 11px;
    width: 3.4375000000000004%;
    left: 58.185763888888886%;
    top: 245px;
    display: block;
  }
}
#image_style_01_1600936271999 > .view_contents {
  overflow: visible;
}

#image_style_01_1600936299183 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 49.666666666666664%;
  top: 313px;
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600936299183 {
    display: none;
    width: 3.6111111111111107%;
    top: 313px;
    left: 48.19444444444444%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600936299183 {
    height: 11px;
    width: 3.4375000000000004%;
    left: 77.77777777777779%;
    top: 245px;
    display: block;
  }
}
#image_style_01_1600936299183 > .view_contents {
  overflow: visible;
}
#div_a_includeBlock_1600929006984 {
  width: 100%;
  height: 518px;
  position: absolute;
  top: 2253px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600929006984 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600929006984 {
    width: 96%;
    height: 520px;
    top: 1965px;
    left: 2%;
  }
}

#image_style_01_1600935657893 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 0%;
  top: 1651.5px;
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600935657893 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600935657893 {
    height: 9px;
    width: 2.1875%;
    left: 39.19166666666667%;
    top: 1642.5px;
    display: block;
  }
}
#image_style_01_1600935657893 > .view_contents {
  overflow: visible;
}

#image_style_01_1600935822276 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 0%;
  top: 1652.5px;
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600935822276 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600935822276 {
    height: 9px;
    width: 2.1875%;
    left: 58.13333333333334%;
    top: 1642.5px;
    display: block;
  }
}
#image_style_01_1600935822276 > .view_contents {
  overflow: visible;
}

#image_style_01_1600935850727 {
  width: 0.6666666666666667%;
  height: 19px;
  position: absolute;
  left: 0%;
  top: 1652.5px;
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600935850727 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600935850727 {
    height: 9px;
    width: 2.1875%;
    left: 78.13333333333333%;
    top: 1642.5px;
    display: block;
  }
}
#image_style_01_1600935850727 > .view_contents {
  overflow: visible;
}
#layout_1600917421387 {
  height: 2869px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #layout_1600917421387 {
  }
}
@media screen and (max-width: 640px) {
  #layout_1600917421387 {
    height: 2500px;
  }
}
#layout_1600917421387 > .view_contents {
  overflow: visible;
  max-width: 1200px;
}

#text_style_01_1600919078069 {
  width: 56.94444444444444%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 21.52777777777778%;
  top: 1px;
  z-index: 3;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600919078069 {
    left: 25.08833922261484%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919078069 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 14px;
    left: 25%;
  }
}
#text_style_01_1600919078069 > .view_contents {
  text-align: center;
  font-size: 34px;
  font-weight: normal;
  color: #222222;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600919078069 > .view_contents {
    font-size: 18px;
  }
}
#div_a_includeBlock_1600919077976 {
  width: 30%;
  height: 123px;
  position: absolute;
  top: 35px;
  left: 35%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600919077976 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600919077976 {
    height: 70px;
    width: 184px;
    left: calc(50% - 92px);
    top: 17px;
  }
}

#image_style_12_1_1600929516061 {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 181px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_12_1_1600929516061 {
    width: 92%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_12_1_1600929516061 {
    width: 351px;
    left: 1.25%;
    top: 86px;
  }
}
#image_style_12_1_1600929516061 > .view_contents {
  overflow: hidden;
}
#image_style_12_1_1600929516061 .picSet {
  border-radius: initial;
}
#image_style_12_1_1600929516061 .modSet {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: #efefef 2px 2px 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
#image_style_12_1_1600929516061 .titProSet {
  height: 50px;
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
  padding-top: 20px;
}
#image_style_12_1_1600929516061 .defProSet {
  height: 160px;
  line-height: 34px;
  font-size: 16px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #image_style_12_1_1600929516061 .titProSet {
    font-size: 13px;
    height: 30px;
    line-height: 20px;
  }
}
#div_a_includeBlock_1600919077835 {
  width: 100%;
  height: 752px;
  position: absolute;
  top: 35px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600919077835 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600919077835 {
    width: 96%;
    height: 451px;
    top: 10px;
    left: 2%;
  }
}
#layout_1600919062929 {
  height: 788px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #layout_1600919062929 {
  }
}
@media screen and (max-width: 640px) {
  #layout_1600919062929 {
    height: 461px;
  }
}
#layout_1600919062929 > .view_contents {
  overflow: visible;
  max-width: 1200px;
}

#text_style_01_1600929791525 {
  width: 30.833333333333336%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  top: 62px;
  left: 34.58333333333333%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929791525 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929791525 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 20px;
    left: 2%;
  }
}
#text_style_01_1600929791525 > .view_contents {
  font-size: 34px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929791525 > .view_contents {
    font-size: 20px;
  }
}

#image_style_01_1600929925204 {
  width: 58.85167464114832%;
  height: 66px;
  position: absolute;
  left: 20.57416267942584%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929925204 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929925204 {
    width: 72px;
    left: calc(50% - 34px);
    top: 14px;
  }
}
#image_style_01_1600929925204 > .view_contents {
  overflow: visible;
}

#text_style_01_1600929959764 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600929959764 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929959764 {
    width: 85.59322033898306%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 58px;
    left: 7.2033898305084705%;
  }
}
#text_style_01_1600929959764 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600929959764 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930052548 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930052548 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930052548 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 109.6875px;
    left: 0%;
  }
}
#text_style_01_1600930052548 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930052548 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600929821202 {
  width: 17.166666666666668%;
  height: 249px;
  position: absolute;
  top: 165px;
  left: 0.125%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600929821202 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600929821202 {
    width: 31.466666666666665%;
    height: 157px;
    top: 69.6875px;
    left: 2%;
  }
}
#div_a_includeBlock_1600929821202 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930109564 {
  width: 58.85167464114832%;
  height: 66px;
  position: absolute;
  left: 20.57416267942584%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930109564 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930109564 {
    width: 81px;
    left: calc(50% - 40.5px);
    top: 14px;
    height: 49px;
  }
}
#image_style_01_1600930109564 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930109573 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930109573 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930109573 {
    width: 70.33898305084746%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 58px;
    left: 14.83050847457627%;
  }
}
#text_style_01_1600930109573 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930109573 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930109576 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930109576 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930109576 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 106px;
    left: 1.7391304347826086%;
  }
}
#text_style_01_1600930109576 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930109576 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930109447 {
  width: 17.25%;
  height: 246px;
  position: absolute;
  top: 165px;
  left: 41.291666666666664%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930109447 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930109447 {
    width: 30.666666666666664%;
    height: 157px;
    top: 72.6875px;
    left: 67.06666666666666%;
  }
}
#div_a_includeBlock_1600930109447 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930117938 {
  width: 58.85167464114832%;
  height: 66px;
  position: absolute;
  left: 20.57416267942584%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930117938 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930117938 {
    width: 81px;
    left: 15.5323093220339%;
    top: 11px;
    height: 46px;
  }
}
#image_style_01_1600930117938 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930117947 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930117947 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930117947 {
    width: 80.50847457627118%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 68px;
    left: 9.639830508474576%;
  }
}
#text_style_01_1600930117947 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930117947 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930117951 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930117951 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930117951 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 106.234375px;
    left: 2.0127118644067794%;
  }
}
#text_style_01_1600930117951 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930117951 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930117828 {
  width: 17.416666666666668%;
  height: 247px;
  position: absolute;
  top: 165px;
  left: 82.58333333333333%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930117828 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930117828 {
    width: 31.4%;
    height: 156px;
    top: 235.6875px;
    left: 34.3%;
  }
}
#div_a_includeBlock_1600930117828 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930126845 {
  width: 92.82296650717703%;
  height: 79px;
  position: absolute;
  left: 3.5885167464114858%;
  top: 12px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930126845 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930126845 {
    width: 81px;
    left: calc(50% - 40.5px);
    height: 57px;
    top: 7px;
  }
}
#image_style_01_1600930126845 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930126855 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930126855 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930126855 {
    width: 81.35593220338984%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 71.234375px;
    left: 9.295550847457628%;
  }
}
#text_style_01_1600930126855 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930126855 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930126857 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930126857 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930126857 {
    width: 84.7457627118644%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 106.234375px;
    left: 7.547669491525423%;
  }
}
#text_style_01_1600930126857 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930126857 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930126101 {
  width: 17.416666666666668%;
  height: 247px;
  position: absolute;
  top: 165px;
  left: 62.25000000000001%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930126101 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930126101 {
    width: 31.4%;
    height: 157px;
    top: 235.6875px;
    left: 2%;
  }
}
#div_a_includeBlock_1600930126101 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930134349 {
  width: 58.85167464114832%;
  height: 66px;
  position: absolute;
  left: 20.57416267942584%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930134349 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930134349 {
    width: 93px;
    left: 10.805084745762713%;
    top: 11px;
  }
}
#image_style_01_1600930134349 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930134357 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930134357 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930134357 {
    width: 87.28813559322035%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 80px;
    left: 6.25%;
  }
}
#text_style_01_1600930134357 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930134357 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930134360 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930134360 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930134360 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 109.6875px;
    left: 2.0127118644067794%;
  }
}
#text_style_01_1600930134360 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930134360 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930134231 {
  width: 17.416666666666668%;
  height: 247px;
  position: absolute;
  top: 165px;
  left: 20.666666666666668%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930134231 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930134231 {
    width: 31.4%;
    height: 157px;
    top: 69.6875px;
    left: 34.3%;
  }
}
#div_a_includeBlock_1600930134231 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930353877 {
  width: 58.85167464114832%;
  height: 66px;
  position: absolute;
  left: 20.57416267942584%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930353877 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930353877 {
    width: 93.78125px;
    left: calc(50% - 47px);
    top: 11px;
    height: 51px;
  }
}
#image_style_01_1600930353877 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930353887 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930353887 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930353887 {
    width: 78.8135593220339%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 67.5px;
    left: 10.593220338983052%;
  }
}
#text_style_01_1600930353887 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930353887 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930353890 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930353890 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930353890 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 106.234375px;
    left: 2%;
  }
}
#text_style_01_1600930353890 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930353890 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930353734 {
  width: 17.416666666666668%;
  height: 235px;
  position: absolute;
  top: 441px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930353734 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930353734 {
    width: 31.4%;
    height: 156px;
    top: 235.6875px;
    left: 67.86666666666666%;
  }
}
#div_a_includeBlock_1600930353734 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930359477 {
  width: 25.358851674641148%;
  height: 66px;
  position: absolute;
  left: 37.32057416267943%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930359477 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930359477 {
    width: 40px;
    height: 48px;
    left: 32.94491525423729%;
    top: 12px;
  }
}
#image_style_01_1600930359477 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930359487 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930359487 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930359487 {
    width: 79.66101694915254%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 60px;
    left: 10.063559322033898%;
  }
}
#text_style_01_1600930359487 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930359487 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930359490 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930359490 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930359490 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 105.6875px;
    left: 2.0127118644067794%;
  }
}
#text_style_01_1600930359490 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930359490 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930359313 {
  width: 17.416666666666668%;
  height: 244px;
  position: absolute;
  top: 441px;
  left: 41.291666666666664%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930359313 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930359313 {
    width: 31.4%;
    height: 158px;
    top: 402.6875px;
    left: 34.833333333333336%;
  }
}
#div_a_includeBlock_1600930359313 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930364649 {
  width: 58.85167464114832%;
  height: 66px;
  position: absolute;
  left: 20.57416267942584%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930364649 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930364649 {
    left: calc(50% - 45.5px);
    top: 12px;
    height: 55px;
    width: 91px;
  }
}
#image_style_01_1600930364649 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930364661 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930364661 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930364661 {
    width: 82.20338983050848%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 78px;
    left: 8.845338983050848%;
  }
}
#text_style_01_1600930364661 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930364661 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930364663 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930364663 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930364663 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 105.6875px;
    left: 3.3765889830508473%;
  }
}
#text_style_01_1600930364663 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930364663 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930364527 {
  width: 17.416666666666668%;
  height: 240px;
  position: absolute;
  top: 441px;
  left: 20.666666666666668%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930364527 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930364527 {
    width: 31.4%;
    height: 157px;
    top: 402.6875px;
    left: 2%;
  }
}
#div_a_includeBlock_1600930364527 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930369362 {
  width: 26.31578947368421%;
  height: 66px;
  position: absolute;
  left: 36.8421052631579%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930369362 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930369362 {
    width: 40px;
    height: 48px;
    left: 32.20338983050847%;
    top: 12px;
  }
}
#image_style_01_1600930369362 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930369371 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930369371 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930369371 {
    width: 79.66101694915254%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 78px;
    left: 16.94915254237288%;
  }
}
#text_style_01_1600930369371 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930369371 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930369374 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930369374 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930369374 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 105.6875px;
    left: 0.847457627118644%;
  }
}
#text_style_01_1600930369374 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930369374 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930369232 {
  width: 17.416666666666668%;
  height: 246px;
  position: absolute;
  top: 441px;
  left: 62.25000000000001%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930369232 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930369232 {
    width: 31.4%;
    height: 157px;
    top: 402.6875px;
    left: 67.86666666666666%;
  }
}
#div_a_includeBlock_1600930369232 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930374985 {
  width: 34.44976076555024%;
  height: 66px;
  position: absolute;
  left: 32.77511961722488%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930374985 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930374985 {
    width: 51px;
    height: 52px;
    left: 28.283898305084747%;
    top: 12px;
  }
}
#image_style_01_1600930374985 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930374994 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930374994 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930374994 {
    width: 79.66101694915254%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 77.859375px;
    left: 10.14300847457627%;
  }
}
#text_style_01_1600930374994 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930374994 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930374996 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930374996 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930374996 {
    width: 85.59322033898306%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 105.5px;
    left: 7.044491525423729%;
  }
}
#text_style_01_1600930374996 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930374996 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930374853 {
  width: 17.416666666666668%;
  height: 247px;
  position: absolute;
  top: 441px;
  left: 82.58333333333333%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930374853 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930374853 {
    width: 31.4%;
    height: 157px;
    top: 568.6875px;
    left: 2%;
  }
}
#div_a_includeBlock_1600930374853 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930603291 {
  width: 28.22966507177033%;
  height: 66px;
  position: absolute;
  left: 34.21052631578947%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930603291 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930603291 {
    width: 42px;
    height: 45px;
    left: 32.097457627118644%;
    top: 12px;
  }
}
#image_style_01_1600930603291 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930603300 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930603300 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930603300 {
    width: 82.20338983050848%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 77.859375px;
    left: 8.792372881355933%;
  }
}
#text_style_01_1600930603300 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930603300 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930603303 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930603303 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930603303 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 105.5px;
    left: 2.0127118644067794%;
  }
}
#text_style_01_1600930603303 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930603303 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930603126 {
  width: 17.416666666666668%;
  height: 242px;
  position: absolute;
  top: 723px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930603126 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930603126 {
    width: 31.4%;
    height: 157px;
    top: 569.546875px;
    left: 35.362500000000004%;
  }
}
#div_a_includeBlock_1600930603126 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930652335 {
  width: 25.358851674641148%;
  height: 66px;
  position: absolute;
  left: 37.32057416267943%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930652335 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930652335 {
    width: 39px;
    height: 44px;
    left: 38.13559322033898%;
    top: 12px;
  }
}
#image_style_01_1600930652335 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930652344 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930652344 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930652344 {
    width: 82.20338983050848%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 77.859375px;
    left: 13.559322033898304%;
  }
}
#text_style_01_1600930652344 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930652344 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930652349 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930652349 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930652349 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 105.5px;
    left: 4.23728813559322%;
  }
}
#text_style_01_1600930652349 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930652349 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930652179 {
  width: 17.416666666666668%;
  height: 244px;
  position: absolute;
  top: 723px;
  left: 20.666666666666668%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930652179 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930652179 {
    width: 31.4%;
    height: 158px;
    top: 568.6875px;
    left: 67.86666666666666%;
  }
}
#div_a_includeBlock_1600930652179 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930659054 {
  width: 25.837320574162682%;
  height: 66px;
  position: absolute;
  left: 37.08133971291866%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930659054 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930659054 {
    width: 40px;
    height: 46px;
    left: 32.94491525423729%;
    top: 17px;
  }
}
#image_style_01_1600930659054 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930659067 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930659067 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930659067 {
    width: 79.66101694915254%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 76.8125px;
    left: 10.14300847457627%;
  }
}
#text_style_01_1600930659067 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930659067 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930659070 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930659070 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930659070 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 106.8125px;
    left: 2.5291313559322033%;
  }
}
#text_style_01_1600930659070 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930659070 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930658884 {
  width: 17.416666666666668%;
  height: 247px;
  position: absolute;
  top: 723px;
  left: 41.291666666666664%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930658884 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930658884 {
    width: 31.4%;
    height: 157px;
    top: 736.6875px;
    left: 2%;
  }
}
#div_a_includeBlock_1600930658884 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930665188 {
  width: 25.358851674641148%;
  height: 66px;
  position: absolute;
  left: 37.32057416267943%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930665188 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930665188 {
    left: 32.36228813559322%;
    top: 10px;
    width: 41px;
    height: 45px;
  }
}
#image_style_01_1600930665188 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930665199 {
  width: 82.77511961722487%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 8.612440191387563%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930665199 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930665199 {
    width: 81.35593220338984%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 57.5px;
    left: 9.639830508474576%;
  }
}
#text_style_01_1600930665199 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 30px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930665199 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930665203 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930665203 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930665203 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 106.8125px;
    left: 2.0127118644067794%;
  }
}
#text_style_01_1600930665203 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930665203 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930665039 {
  width: 17.416666666666668%;
  height: 247px;
  position: absolute;
  top: 723px;
  left: 62.25000000000001%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930665039 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930665039 {
    width: 31.4%;
    height: 156px;
    top: 736.6875px;
    left: 35.36666666666667%;
  }
}
#div_a_includeBlock_1600930665039 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}

#image_style_01_1600930671515 {
  width: 58.85167464114832%;
  height: 66px;
  position: absolute;
  left: 20.57416267942584%;
  top: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930671515 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930671515 {
    left: calc(50% - 49px);
    top: 10px;
    height: 52px;
    width: 98px;
  }
}
#image_style_01_1600930671515 > .view_contents {
  overflow: visible;
}

#text_style_01_1600930671527 {
  width: 91.86602870813397%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 4.0669856459330145%;
  top: 94px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930671527 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930671527 {
    width: 79.66101694915254%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 76.8125px;
    left: 10.16949152542373%;
  }
}
#text_style_01_1600930671527 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930671527 > .view_contents {
    line-height: 20px;
  }
}

#text_style_01_1600930671529 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 6.698564593301436%;
  top: 166px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930671529 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930671529 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 106.8125px;
    left: 2%;
  }
}
#text_style_01_1600930671529 > .view_contents {
  text-align: center;
  font-size: 15px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930671529 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600930671353 {
  width: 17.416666666666668%;
  height: 247px;
  position: absolute;
  top: 723px;
  left: 82.58333333333333%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600930671353 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600930671353 {
    width: 31.4%;
    height: 156px;
    top: 736.6875px;
    left: 67.86666666666666%;
  }
}
#div_a_includeBlock_1600930671353 {
  box-shadow: #e0e0e0 2px 2px 5px;
  border-radius: 10px;
}
#layout_1578031240013 {
  height: 1079px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #layout_1578031240013 {
    height: 159px;
  }
}
@media screen and (max-width: 640px) {
  #layout_1578031240013 {
    height: 945px;
    display: block;
  }
}
#layout_1578031240013 > .view_contents {
  overflow: visible;
  max-width: 1200px;
}

#text_style_01_1600930950897 {
  width: 30.833333333333336%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  top: 111px;
  left: 34.58333333333333%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930950897 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930950897 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 30px;
    left: 2%;
  }
}
#text_style_01_1600930950897 > .view_contents {
  font-size: 34px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930950897 > .view_contents {
    font-size: 18px;
  }
}

#text_style_01_1600930976985 {
  width: 94.16666666666667%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  top: 223px;
  left: 2.9166666666666643%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600930976985 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930976985 {
    width: 93.33333333333333%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 78px;
    left: 3.3333333333333357%;
  }
}
#text_style_01_1600930976985 > .view_contents {
  color: #ffffff;
  font-size: 19px;
  text-align: center;
  line-height: 44px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600930976985 > .view_contents {
    font-size: 13px;
    line-height: 30px;
  }
}

#text_style_01_1600931028797 {
  width: 30.833333333333336%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  top: 438px;
  left: 34.58333333333333%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931028797 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931028797 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 241px;
    left: 2%;
  }
}
#text_style_01_1600931028797 > .view_contents {
  font-size: 34px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931028797 > .view_contents {
    font-size: 18px;
  }
}

#image_style_01_1600931065439 {
  width: 15.807560137457044%;
  height: 66px;
  position: absolute;
  left: 42.09621993127148%;
  top: 41px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600931065439 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600931065439 {
    height: 47px;
    left: 41.26420454545455%;
    top: 14px;
    width: 31px;
  }
}
#image_style_01_1600931065439 > .view_contents {
  overflow: visible;
}

#text_style_01_1600931065453 {
  width: 75.94501718213058%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 9.090420962199312%;
  top: 133px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931065453 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931065453 {
    width: 86.93181818181817%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 54px;
    left: 7.066761363636363%;
  }
}
#text_style_01_1600931065453 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
  font-size: 23px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931065453 > .view_contents {
    font-size: 18px;
    line-height: 50px;
  }
}

#text_style_01_1600931065456 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 9.090420962199312%;
  top: 213px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931065456 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931065456 {
    width: 84.6590909090909%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 124px;
    left: 7.670454545454547%;
  }
}
#text_style_01_1600931065456 > .view_contents {
  text-align: center;
  font-size: 17px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931065456 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600931065268 {
  width: 22.666666666666664%;
  height: 345px;
  position: absolute;
  top: 558px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600931065268 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600931065268 {
    width: 46.99999999999999%;
    height: 187px;
    top: 316px;
    left: 2%;
  }
}
#div_a_includeBlock_1600931065268 {
  box-shadow: #257bd1 2px 2px 5px;
  border-radius: 10px;
  background: #ffffff;
}

#image_style_01_1600931206540 {
  width: 19.852941176470587%;
  height: 66px;
  position: absolute;
  left: 40.07352941176471%;
  top: 41px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600931206540 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600931206540 {
    height: 36.49411764705883px;
    left: 40.340909090909086%;
    top: 14px;
  }
}
#image_style_01_1600931206540 > .view_contents {
  overflow: visible;
}

#text_style_01_1600931206551 {
  width: 75.94501718213058%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 9.090420962199312%;
  top: 133px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931206551 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931206551 {
    width: 81.25%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 54px;
    left: 10.360440340909092%;
  }
}
#text_style_01_1600931206551 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
  font-size: 23px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931206551 > .view_contents {
    font-size: 18px;
    line-height: 50px;
  }
}

#text_style_01_1600931206555 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 9.090420962199312%;
  top: 213px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931206555 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931206555 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 122.5px;
    left: 25.355113636363637%;
  }
}
#text_style_01_1600931206555 > .view_contents {
  text-align: center;
  font-size: 17px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931206555 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600931206335 {
  width: 22.666666666666664%;
  height: 349px;
  position: absolute;
  top: 558px;
  left: 25.916666666666664%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600931206335 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600931206335 {
    width: 46.99999999999999%;
    height: 187px;
    top: 316px;
    left: 51%;
  }
}
#div_a_includeBlock_1600931206335 {
  box-shadow: #257bd1 2px 2px 5px;
  border-radius: 10px;
  background: #ffffff;
}

#image_style_01_1600931218313 {
  width: 19.852941176470587%;
  height: 66px;
  position: absolute;
  left: 40.07352941176471%;
  top: 41px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600931218313 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600931218313 {
    height: 36.49411764705883px;
    top: 17.5px;
    left: 40.127840909090914%;
  }
}
#image_style_01_1600931218313 > .view_contents {
  overflow: visible;
}

#text_style_01_1600931218325 {
  width: 75.94501718213058%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 9.090420962199312%;
  top: 133px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931218325 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931218325 {
    width: 83.52272727272727%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 62px;
    left: 8.247514204545455%;
  }
}
#text_style_01_1600931218325 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
  font-size: 23px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931218325 > .view_contents {
    font-size: 18px;
    line-height: 50px;
  }
}

#text_style_01_1600931218328 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 9.090420962199312%;
  top: 213px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931218328 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931218328 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 138px;
    left: 25.10653409090909%;
  }
}
#text_style_01_1600931218328 > .view_contents {
  text-align: center;
  font-size: 17px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931218328 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600931218137 {
  width: 22.666666666666664%;
  height: 349px;
  position: absolute;
  top: 558px;
  left: 51.583333333333336%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600931218137 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600931218137 {
    width: 46.99999999999999%;
    height: 187px;
    top: 532px;
    left: 2%;
  }
}
#div_a_includeBlock_1600931218137 {
  box-shadow: #257bd1 2px 2px 5px;
  border-radius: 10px;
  background: #ffffff;
}

#image_style_01_1600931225236 {
  width: 18.75%;
  height: 66px;
  position: absolute;
  left: 40.625%;
  top: 41px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600931225236 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600931225236 {
    height: 36.49411764705883px;
    width: 36px;
    top: 18.5px;
    left: 40.64275568181818%;
  }
}
#image_style_01_1600931225236 > .view_contents {
  overflow: visible;
}

#text_style_01_1600931225248 {
  width: 75.94501718213058%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 9.090420962199312%;
  top: 133px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931225248 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931225248 {
    width: 78.4090909090909%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 61px;
    left: 12.002840909090908%;
  }
}
#text_style_01_1600931225248 > .view_contents {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 60px;
  font-size: 23px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931225248 > .view_contents {
    font-size: 18px;
    line-height: 50px;
  }
}

#text_style_01_1600931225251 {
  width: 81.81818181818183%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 9.090420962199312%;
  top: 213px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931225251 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931225251 {
    width: 90.9090909090909%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 140px;
    left: 5.122514204545454%;
  }
}
#text_style_01_1600931225251 > .view_contents {
  text-align: center;
  font-size: 17px;
  color: #999999;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931225251 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1600931225059 {
  width: 22.666666666666664%;
  height: 349px;
  position: absolute;
  top: 558px;
  left: 77.33333333333333%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1600931225059 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1600931225059 {
    width: 46.99999999999999%;
    height: 188px;
    top: 532px;
    left: 50.8%;
  }
}
#div_a_includeBlock_1600931225059 {
  box-shadow: #257bd1 2px 2px 5px;
  border-radius: 10px;
  background: #ffffff;
}
#layout_1600930917951 {
  height: 965px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #layout_1600930917951 {
  }
}
@media screen and (max-width: 640px) {
  #layout_1600930917951 {
    height: 752px;
  }
}
#layout_1600930917951 > .view_contents {
  overflow: visible;
  max-width: 1200px;
}
#layout_1600930917951 {
  background: #037fff;
}

#image_style_01_1601187151163 {
  width: 38.285714285714285%;
  height: 31px;
  position: absolute;
  left: 26.8262987012987%;
  top: 17px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187151163 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187151163 {
  }
}
#image_style_01_1601187151163 > .view_contents {
  overflow: visible;
}

#image_style_01_1601187193798 {
  width: 43.75%;
  height: 43px;
  position: absolute;
  left: 26.907467532467532%;
  top: 72px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187193798 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187193798 {
  }
}
#image_style_01_1601187193798 > .view_contents {
  overflow: visible;
}

#div_blank_new05_1601187229563 {
  width: 58.44155844155844%;
  position: absolute;
  left: 21.185064935064936%;
  top: 50.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601187229563 {
    left: 33.4983498349835%;
    width: 33.003300330033%;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601187229563 {
  }
}
#div_blank_new05_1601187229563 {
  box-sizing: border-box;
}
#div_blank_new05_1601187229563 .roundcs {
  border-color: #dddddd;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601187229563 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601187229563 {
    box-sizing: border-box;
  }
}

#image_style_01_1601187355949 {
  width: 50%;
  height: 46px;
  position: absolute;
  left: 23.133116883116884%;
  top: 139px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187355949 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187355949 {
  }
}
#image_style_01_1601187355949 > .view_contents {
  overflow: visible;
}

#div_blank_new05_1601187386478 {
  width: 61.038961038961034%;
  position: absolute;
  left: 18.689123376623375%;
  top: 112px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601187386478 {
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601187386478 {
  }
}
#div_blank_new05_1601187386478 {
  box-sizing: border-box;
}
#div_blank_new05_1601187386478 .roundcs {
  border-color: #dddddd;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601187386478 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601187386478 {
    box-sizing: border-box;
  }
}
#div_a_includeBlock_1601187112123 {
  width: 51.67785234899329%;
  height: 193px;
  position: absolute;
  left: 43.61367449664429%;
  top: 224px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1601187112123 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1601187112123 {
    width: 100%;
    height: 679.109375px;
    top: 796px;
    left: 0%;
  }
}
#div_a_includeBlock_1601187112123 {
  background: #eaf9ff;
  border-radius: 6px;
  box-shadow: #dbdbdb 2px 2px 5px;
}

#image_style_01_1601187698068 {
  width: 15.32258064516129%;
  height: 29px;
  position: absolute;
  left: 13.41985887096774%;
  top: 13px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187698068 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187698068 {
  }
}
#image_style_01_1601187698068 > .view_contents {
  overflow: visible;
}

#text_style_01_1601187752049 {
  width: 47.91666666666667%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 39.54133064516129%;
  top: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1601187752049 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1601187752049 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 10px;
    left: 2%;
  }
}
#text_style_01_1601187752049 > .view_contents {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #text_style_01_1601187752049 > .view_contents {
    font-size: 14px;
  }
}

#image_style_01_1601187785759 {
  width: 16.666666666666664%;
  height: 29px;
  position: absolute;
  left: 12.58820564516129%;
  top: 61px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187785759 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187785759 {
  }
}
#image_style_01_1601187785759 > .view_contents {
  overflow: visible;
}

#div_blank_new05_1601187813457 {
  width: 84.02777777777779%;
  position: absolute;
  left: 9.475806451612904%;
  top: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601187813457 {
    left: 33.4983498349835%;
    width: 33.003300330033%;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601187813457 {
  }
}
#div_blank_new05_1601187813457 {
  box-sizing: border-box;
}
#div_blank_new05_1601187813457 .roundcs {
  border-color: #dddddd;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601187813457 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601187813457 {
    box-sizing: border-box;
  }
}

#text_style_01_1601187889055 {
  width: 61.29032258064516%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 36.29032258064516%;
  top: 61px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1601187889055 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1601187889055 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 513.6030560271646px;
    left: 2%;
  }
}
#text_style_01_1601187889055 > .view_contents {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #text_style_01_1601187889055 > .view_contents {
    font-size: 14px;
  }
}

#div_blank_new05_1601187917723 {
  width: 79.03225806451613%;
  position: absolute;
  left: 10.42086693548387%;
  top: 86px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601187917723 {
    left: 33.4983498349835%;
    width: 33.003300330033%;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601187917723 {
  }
}
#div_blank_new05_1601187917723 {
  box-sizing: border-box;
}
#div_blank_new05_1601187917723 .roundcs {
  border-color: #dddddd;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601187917723 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601187917723 {
    box-sizing: border-box;
  }
}

#image_style_01_1601187942609 {
  width: 21.774193548387096%;
  height: 30px;
  position: absolute;
  left: 8.530745967741936%;
  top: 109px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187942609 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187942609 {
  }
}
#image_style_01_1601187942609 > .view_contents {
  overflow: visible;
}

#text_style_01_1601188005495 {
  width: 69.35483870967742%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 28.95665322580645%;
  top: 108.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1601188005495 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1601188005495 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 576.6030560271646px;
    left: 2%;
  }
}
#text_style_01_1601188005495 > .view_contents {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #text_style_01_1601188005495 > .view_contents {
    font-size: 14px;
  }
}

#image_style_01_1601188039088 {
  width: 91.12903225806451%;
  height: 115px;
  position: absolute;
  left: 4.763104838709677%;
  top: 142px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188039088 {
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188039088 {
  }
}
#image_style_01_1601188039088 > .view_contents {
  overflow: visible;
}
#div_a_includeBlock_1601187678993 {
  width: 83.22147651006712%;
  height: 260px;
  position: absolute;
  left: 14.093959731543624%;
  top: 169px;
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1601187678993 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1601187678993 {
    width: 100%;
    height: 785.7141671382757px;
    top: 0px;
    left: 0%;
    display: none;
  }
}
#div_a_includeBlock_1601187678993 {
  background: #eaf9ff;
  border-radius: 6px;
  box-shadow: #e5e5e5 2px 2px 5px;
}

#div_a_includeBlock_1601187100936 {
  width: 149px;
  height: 435px;
  position: fixed;
  top: 268px;
  /* left: calc(50% + 802.5px); */
  right: 0;
  z-index: 2;
  display: block;
}
/* @media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1601187100936 {
    width: 15.520833333333334%;
    height: 435px;
    top: 334px;
    left: 84.47916666666667%;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1601187100936 {
    width: 39.21052631578947%;
    height: 1475px;
    top: 334px;
    left: 60.78947368421053%;
    display: none;
  }
} */

#image_style_01_1601188578492 {
  width: 59.00000000000001%;
  height: 200px;
  display: none;
  position: absolute;
  top: 0px;
  left: 20.499999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188578492 {
    width: 100%;
    height: 200px;
    display: none;
    left: 0%;
    top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188578492 {
    width: 19px;
    height: 24px;
    display: block;
    left: 26.902173913043477%;
    top: 10px;
  }
}
#image_style_01_1601188578492 > .view_contents {
  overflow: visible;
}

#div_blank_new05_1601188655224 {
  width: 25.000000000000007%;
  display: none;
  position: absolute;
  top: 54.578125px;
  left: 37.5%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601188655224 {
    width: 100%;
    display: none;
    left: 0%;
    top: 54.578125px;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601188655224 {
    width: 25px;
    display: block;
    left: 24.69429347826087%;
    top: 30.578125px;
  }
}
#div_blank_new05_1601188655224 {
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601188655224 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601188655224 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601188655224 .roundcs {
    border-color: #dddddd;
  }
}

#image_style_01_1601188695695 {
  width: 59.00000000000001%;
  height: 200px;
  display: none;
  position: absolute;
  top: 22.578125px;
  left: 20.499999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188695695 {
    width: 100%;
    height: 200px;
    display: none;
    left: 0%;
    top: 22.578125px;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188695695 {
    width: 22px;
    height: 31px;
    display: block;
    left: 23.91304347826087%;
    top: 49.578125px;
  }
}
#image_style_01_1601188695695 > .view_contents {
  overflow: visible;
}

#div_blank_new05_1601188729534 {
  width: 25.000000000000007%;
  display: none;
  position: absolute;
  top: 105.578125px;
  left: 37.5%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601188729534 {
    width: 100%;
    display: none;
    left: 0%;
    top: 105.578125px;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601188729534 {
    width: 25px;
    display: block;
    left: 22.82608695652174%;
    top: 71.5px;
  }
}
#div_blank_new05_1601188729534 {
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601188729534 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601188729534 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601188729534 .roundcs {
    border-color: #dddddd;
  }
}

#image_style_01_1601188748329 {
  width: 59.00000000000001%;
  height: 200px;
  display: none;
  position: absolute;
  top: 73.578125px;
  left: 20.499999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188748329 {
    width: 100%;
    height: 200px;
    display: none;
    left: 0%;
    top: 73.578125px;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188748329 {
    width: 25px;
    height: 33px;
    display: block;
    left: 20.652173913043477%;
    top: 91.5px;
  }
}
#image_style_01_1601188748329 > .view_contents {
  overflow: visible;
}
#div_a_includeBlock_1601188561198 {
  width: 100%;
  height: 300px;
  display: none;
  position: absolute;
  top: 49px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1601188561198 {
    width: 100%;
    height: 300px;
    display: none;
    left: 0%;
    top: 49px;
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1601188561198 {
    width: 35.65891472868217%;
    height: 130px;
    display: block;
    left: 56.97674418604651%;
    top: 121.421875px;
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1601188561198 {
    background: #eaf9ff;
    border-radius: 6px;
    box-shadow: #e0e0e0 2px 2px 5px;
  }
}

#image_style_01_1601188847390 {
  width: 59.00000000000001%;
  height: 200px;
  display: none;
  position: absolute;
  top: 18px;
  left: 20.499999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188847390 {
    width: 100%;
    height: 200px;
    display: none;
    left: 0%;
    top: 18px;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188847390 {
    width: 18px;
    height: 24px;
    display: block;
    left: 7.332785087719299%;
    top: 10px;
  }
}
#image_style_01_1601188847390 > .view_contents {
  overflow: visible;
}

#text_style_01_1601188903723 {
  width: 46.25000000000001%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  display: none;
  position: absolute;
  top: 53px;
  left: 26.874999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1601188903723 {
    width: 50%;
    display: none;
    left: 25%;
    top: 53px;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1601188903723 {
    width: 50%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    display: block;
    left: 36.828399122807014%;
    top: 10px;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1601188903723 > .view_contents {
    text-align: center;
    font-size: 13px;
  }
}

#div_blank_new05_1601188956369 {
  width: 25.000000000000007%;
  display: none;
  position: absolute;
  top: 69px;
  left: 37.5%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601188956369 {
    width: 87.71929824561403%;
    display: none;
    left: 6.1403508771929864%;
    top: 69px;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601188956369 {
    width: 95px;
    display: block;
    left: 7.332785087719299%;
    top: 31.921875px;
  }
}
#div_blank_new05_1601188956369 {
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601188956369 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601188956369 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601188956369 .roundcs {
    border-color: #dddddd;
  }
}

#image_style_01_1601188983512 {
  width: 59.00000000000001%;
  height: 200px;
  display: none;
  position: absolute;
  top: 60px;
  left: 20.499999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188983512 {
    width: 100%;
    height: 200px;
    display: none;
    left: 0%;
    top: 60px;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188983512 {
    width: 20px;
    height: 27px;
    display: block;
    left: 7.332785087719299%;
    top: 53px;
  }
}
#image_style_01_1601188983512 > .view_contents {
  overflow: visible;
}

#text_style_01_1601189024216 {
  width: 46.25000000000001%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  display: none;
  position: absolute;
  top: 85px;
  left: 26.874999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1601189024216 {
    width: 50%;
    display: none;
    left: 25%;
    top: 85px;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1601189024216 {
    width: 69.2982456140351%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    display: block;
    left: 23.670504385964914%;
    top: 53.921875px;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1601189024216 > .view_contents {
    text-align: center;
  }
}

#div_blank_new05_1601189070671 {
  width: 25.000000000000007%;
  display: none;
  position: absolute;
  top: 127px;
  left: 37.5%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601189070671 {
    width: 87.71929824561403%;
    display: none;
    left: 6.1403508771929864%;
    top: 127px;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601189070671 {
    width: 96px;
    display: block;
    left: 7.332785087719299%;
    top: 74.921875px;
  }
}
#div_blank_new05_1601189070671 {
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_blank_new05_1601189070671 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601189070671 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #div_blank_new05_1601189070671 .roundcs {
    border-color: #dddddd;
  }
}

#image_style_01_1601189108095 {
  width: 59.00000000000001%;
  height: 200px;
  display: none;
  position: absolute;
  top: 79px;
  left: 20.499999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601189108095 {
    width: 100%;
    height: 200px;
    display: none;
    left: 0%;
    top: 79px;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601189108095 {
    width: 23px;
    height: 25px;
    display: block;
    left: 7.332785087719299%;
    top: 95px;
  }
}
#image_style_01_1601189108095 > .view_contents {
  overflow: visible;
}

#text_style_01_1601189137183 {
  width: 46.25000000000001%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  display: none;
  position: absolute;
  top: 128px;
  left: 26.874999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1601189137183 {
    width: 50%;
    display: none;
    left: 25%;
    top: 128px;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1601189137183 {
    width: 57.01754385964912%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    display: block;
    left: 33.305921052631575%;
    top: 98.5px;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1601189137183 > .view_contents {
    text-align: center;
  }
}

#image_style_01_1601189157761 {
  width: 59.00000000000001%;
  height: 200px;
  display: none;
  position: absolute;
  top: 104px;
  left: 20.499999999999996%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601189157761 {
    width: 100%;
    height: 200px;
    display: none;
    left: 0%;
    top: 104px;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601189157761 {
    width: 102px;
    height: 101px;
    display: block;
    left: 5.81140350877193%;
    top: 127px;
  }
}
#image_style_01_1601189157761 > .view_contents {
  overflow: visible;
}
#div_a_includeBlock_1601188804318 {
  width: 100%;
  height: 300px;
  display: none;
  position: absolute;
  top: 1px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1601188804318 {
    width: 100%;
    height: 300px;
    display: none;
    left: 0%;
    top: 1px;
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1601188804318 {
    width: 88.37209302325581%;
    height: 235px;
    display: none;
    left: 5.813953488372093%;
    top: 18.921875px;
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1601188804318 {
    border-radius: 6px;
    box-shadow: #e5e5e5 2px 2px 5px;
    background: #eaf9ff;
  }
}
#div_a_includeBlock_1601188542945 {
  width: 129px;
  height: 300px;
  display: none;
  position: fixed;
  left: calc(50% + -721.5px);
  top: 116px;
  z-index: 9999;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1601188542945 {
    width: 13.4375%;
    height: 266px;
    display: none;
    left: 24.84375%;
    top: 116px;
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1601188542945 {
    width: 33.94736842105263%;
    height: 266px;
    display: block;
    top: 333px;
    left: 65.1625%;
  }
}

#text_style_01_1600931423626 {
  width: 6.416666666666666%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 56.375%;
  top: 12px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931423626 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931423626 {
    width: 18.666666666666668%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 10px;
    left: 61.199999999999996%;
  }
}
#text_style_01_1600931423626 > .view_contents {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931423626 > .view_contents {
    font-size: 12px;
    border-radius: 6px;
    line-height: 24px;
  }
}

#text_style_01_1600931481776 {
  width: 99.83333333333333%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 0.08333333333333334%;
  top: 27.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931481776 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931481776 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 23px;
    left: 2%;
  }
}
#text_style_01_1600931481776 > .view_contents {
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

#text_style_01_1600931520574 {
  width: 31.5%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 34.25%;
  top: 63px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600931520574 {
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931520574 {
    width: 96%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 48px;
    left: 2%;
  }
}
#text_style_01_1600931520574 > .view_contents {
  color: #b2b2b2;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600931520574 > .view_contents {
    font-size: 12px;
  }
}

#text_style_01_1600997366741 {
  width: 30.833333333333336%;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  position: absolute;
  left: 24.375%;
  top: 12.5px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #text_style_01_1600997366741 {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #text_style_01_1600997366741 {
    width: 47.733333333333334%;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    top: 14px;
    left: 12.133333333333333%;
  }
}
#text_style_01_1600997366741 > .view_contents {
  font-size: 15px;
  color: #b2b2b2;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #text_style_01_1600997366741 > .view_contents {
    font-size: 12px;
  }
}
#div_a_includeBlock_1578038562429 {
  width: 100%;
  height: 109px;
  position: absolute;
  top: 0px;
  left: 0%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #div_a_includeBlock_1578038562429 {
  }
}
@media screen and (max-width: 640px) {
  #div_a_includeBlock_1578038562429 {
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0%;
    display: block;
  }
}
#div_a_includeBlock_1578038562429 > .view_contents {
  overflow: visible;
}
#comm_layout_footer {
  height: 109px;
  z-index: 99998;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #comm_layout_footer {
    height: 269px;
  }
}
@media screen and (max-width: 640px) {
  #comm_layout_footer {
    height: 70px;
  }
}
#comm_layout_footer > .view_contents {
  max-width: 1200px;
  overflow: visible;
}
#comm_layout_footer {
  background: #171717;
}
.logoStyle * {
  box-sizing: border-box;
}
.logoStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.logoStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.logoName {
  white-space: nowrap;
}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

#image_style_01_1600916537687 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600916537687 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600916537687 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600917100368 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600917100368 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600917100368 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600917100368 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
.imgStyle_12 {
  width: 100%;
}
.imgStyle_12 * {
  font-size: "微软雅黑";
}
.imgStyle_12 .imgTextUl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imgStyle_12 .imgTextLi {
  width: calc(100% / 3);
  overflow: hidden;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.imgStyle_12 .imgTBoxArea {
  position: relative;
  float: left;
  width: 186px;
  left: 50%;
  transform: translateX(-50%);
}
.imgStyle_12 .image-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.imgStyle_12 .imgTBox {
  text-align: center;
  height: 100%;
  width: 100%;
}
.imgStyle_12 .imgTBox img.picFit {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 100px;
}
.imgStyle_12 .cont {
  padding: 0 5px;
  clear: both;
}
.imgStyle_12 .cont .name {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  word-break: break-word;
}
.imgStyle_12 .cont .subName {
  text-align: center;
  font-size: 12px;
  word-break: break-word;
}
.imgStyle_12 .cont .btn .btnSet {
  width: auto;
  height: 30px;
  display: block;
  border: 1px solid #7d7d7d;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 10px;
  word-break: break-all;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .imgStyle_12 .imgBt {
    font-size: 16px;
    line-height: 2.5;
  }
  .imgStyle_12 .cont .btn .btnSet {
    margin-left: 5%;
    margin-right: 5%;
  }
}
/*pc*/
#image_style_12_1_1600917719343 ul li {
  width: 22.75%;
}
#image_style_12_1_1600917719343 ul li.imgTextLi {
  margin-bottom: 3%;
}
#image_style_12_1_1600917719343 ul li.imgTextLi .imgTBoxArea {
  width: 55px;
}

@media screen and (max-width: 1024px) {
  /*ipad*/
  #image_style_12_1_1600917719343 ul li {
    width: 32%;
  }
  #image_style_12_1_1600917719343 ul li.imgTextLi {
    margin-bottom: 2%;
  }
  #image_style_12_1_1600917719343 ul li.imgTextLi .imgTBoxArea {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  /*mobi*/
  #image_style_12_1_1600917719343 ul li {
    width: 100%;
  }
  #image_style_12_1_1600917719343 ul li.imgTextLi {
    margin-bottom: 2%;
  }
  #image_style_12_1_1600917719343 ul li.imgTextLi .imgTBoxArea {
    width: 40px;
  }
}

#image_style_01_1600919284328 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600919284328 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600919284328 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600919284328 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600919463546 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600919463546 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600919463546 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600919463546 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600919709033 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600919709033 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600919709033 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600919709033 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600919826029 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600919826029 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600919826029 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600919826029 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600920233374 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600920233374 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600920233374 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600920233374 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600928602471 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928602471 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928602471 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600928602471 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600928612560 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928612560 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928612560 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600928612560 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600928618593 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928618593 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928618593 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600928618593 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600928625385 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928625385 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928625385 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600928625385 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600928716950 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928716950 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928716950 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600928716950 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600928747009 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928747009 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928747009 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1600928747009 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600928757824 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928757824 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928757824 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1600928757824 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600928766731 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600928766731 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600928766731 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1600928766731 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007124 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007124 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007124 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600929007124 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007142 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007142 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007142 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600929007142 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007146 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007146 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007146 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600929007146 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007150 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007150 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007150 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600929007150 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007153 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007153 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007153 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600929007153 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007156 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007156 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007156 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600929007156 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007159 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007159 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007159 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600929007159 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007162 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007162 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007162 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1600929007162 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007166 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007166 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007166 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1600929007166 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600929007168 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929007168 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929007168 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1600929007168 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600936242325 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600936242325 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600936242325 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600936242325 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600936271999 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600936271999 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600936271999 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600936271999 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600936299183 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600936299183 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600936299183 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600936299183 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600935657893 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600935657893 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600935657893 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600935657893 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600935822276 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600935822276 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600935822276 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600935822276 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600935850727 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600935850727 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600935850727 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600935850727 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
.imgStyle_12 {
  width: 100%;
}
.imgStyle_12 * {
  font-size: "微软雅黑";
}
.imgStyle_12 .imgTextUl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imgStyle_12 .imgTextLi {
  width: calc(100% / 3);
  overflow: hidden;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.imgStyle_12 .imgTBoxArea {
  position: relative;
  float: left;
  width: 186px;
  left: 50%;
  transform: translateX(-50%);
}
.imgStyle_12 .image-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.imgStyle_12 .imgTBox {
  text-align: center;
  height: 100%;
  width: 100%;
}
.imgStyle_12 .imgTBox img.picFit {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 100px;
}
.imgStyle_12 .cont {
  padding: 0 5px;
  clear: both;
}
.imgStyle_12 .cont .name {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  word-break: break-word;
}
.imgStyle_12 .cont .subName {
  text-align: center;
  font-size: 12px;
  word-break: break-word;
}
.imgStyle_12 .cont .btn .btnSet {
  width: auto;
  height: 30px;
  display: block;
  border: 1px solid #7d7d7d;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 10px;
  word-break: break-all;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .imgStyle_12 .imgBt {
    font-size: 16px;
    line-height: 2.5;
  }
  .imgStyle_12 .cont .btn .btnSet {
    margin-left: 5%;
    margin-right: 5%;
  }
}
/*pc*/
#image_style_12_1_1600929516061 ul li {
  width: 48.5%;
}
#image_style_12_1_1600929516061 ul li.imgTextLi {
  margin-bottom: 3%;
}
#image_style_12_1_1600929516061 ul li.imgTextLi .imgTBoxArea {
  width: 70px;
}

@media screen and (max-width: 1024px) {
  /*ipad*/
  #image_style_12_1_1600929516061 ul li {
    width: 32%;
  }
  #image_style_12_1_1600929516061 ul li.imgTextLi {
    margin-bottom: 2%;
  }
  #image_style_12_1_1600929516061 ul li.imgTextLi .imgTBoxArea {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  /*mobi*/
  #image_style_12_1_1600929516061 ul li {
    width: 47.5%;
  }
  #image_style_12_1_1600929516061 ul li.imgTextLi {
    margin-bottom: 5%;
  }
  #image_style_12_1_1600929516061 ul li.imgTextLi .imgTBoxArea {
    width: 40px;
  }
}

#image_style_01_1600929925204 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600929925204 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600929925204 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600929925204 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930109564 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930109564 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930109564 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930109564 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930117938 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930117938 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930117938 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930117938 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930126845 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930126845 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930126845 .CompatibleImg img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#image_style_01_1600930126845 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930134349 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930134349 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930134349 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930134349 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930353877 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930353877 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930353877 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930353877 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930359477 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930359477 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930359477 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930359477 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930364649 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930364649 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930364649 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930364649 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930369362 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930369362 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930369362 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930369362 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930374985 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930374985 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930374985 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930374985 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930603291 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930603291 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930603291 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930603291 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930652335 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930652335 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930652335 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930652335 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930659054 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930659054 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930659054 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930659054 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930665188 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930665188 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930665188 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930665188 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600930671515 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600930671515 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600930671515 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600930671515 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600931065439 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600931065439 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600931065439 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600931065439 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600931206540 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600931206540 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600931206540 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600931206540 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600931218313 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600931218313 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600931218313 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600931218313 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1600931225236 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1600931225236 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1600931225236 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1600931225236 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1601187151163 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187151163 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187151163 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1601187193798 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187193798 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187193798 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1601187193798 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
.blank_new05.blank_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;

  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border: 1px solid #1badf8;
}

#image_style_01_1601187355949 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187355949 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187355949 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1601187355949 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
.blank_new05.blank_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;

  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border: 1px solid #1badf8;
}

#image_style_01_1601187698068 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187698068 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187698068 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1601187785759 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187785759 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187785759 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
.blank_new05.blank_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;

  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border: 1px solid #1badf8;
}
.blank_new05.blank_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;

  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border: 1px solid #1badf8;
}

#image_style_01_1601187942609 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601187942609 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601187942609 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1601187942609 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1601188039088 .CompatibleImg img {
  width: 100%;
  height: auto;
  margin-left: 0px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188039088 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188039088 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
#image_style_01_1601188039088 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1601188578492 .CompatibleImg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188578492 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188578492 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
.blank_new05.blank_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;

  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border: 1px solid #1badf8;
}

#image_style_01_1601188695695 .CompatibleImg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188695695 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188695695 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1601188695695 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
.blank_new05.blank_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;

  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border: 1px solid #1badf8;
}

#image_style_01_1601188748329 .CompatibleImg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188748329 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188748329 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1601188748329 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1601188847390 .CompatibleImg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188847390 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188847390 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
.blank_new05.blank_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;

  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border: 1px solid #1badf8;
}

#image_style_01_1601188983512 .CompatibleImg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601188983512 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601188983512 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
.blank_new05.blank_area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;

  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border: 1px solid #1badf8;
}

#image_style_01_1601189108095 .CompatibleImg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601189108095 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601189108095 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1601189108095 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}

#image_style_01_1601189157761 .CompatibleImg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #image_style_01_1601189157761 .CompatibleImg img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #image_style_01_1601189157761 .CompatibleImg img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
#image_style_01_1601189157761 a {
  cursor: default;
}

.imgStyle {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.imgStyle > a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgStyle img {
  box-sizing: border-box;
}
