@font-face {
  font-family: s-Bold;
  src: url(../fonts/impact.ttf);
}
.b-row {
  padding-bottom: 30px;
}
.g-titb1 {
  text-align: center;
}
.g-titb1 h3 {
  font-size: 36px;
  color: #000;
  font-weight: normal;
  margin-bottom: 15px;
}
.g-titb1 .p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
}
.m-content {
  padding: 55px 0;
}
.ul-txtb1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
  padding: 0 100px;
}
.ul-txtb1.sty1 {
  padding: 0 140px;
  margin-bottom: 64px;
}
.ul-txtb1 .top {
  color: #000;
  font-size: 25px;
  line-height: 1.3;
}
.ul-txtb1 .top .u {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
  margin-right: 3px;
}
.ul-txtb1 .top .num {
  font-family: impact;
  font-size: 42px;
}
.ul-txtb1 .top .i {
  font-family: impact;
  font-size: 46px;
  font-style: normal;
}
.m-imgb1 img {
  display: block;
  width: 100%;
}
.ul-typeb1 {
  overflow: hidden;
}
.ul-typeb1 li {
  float: left;
  width: 25%;
}
.ul-typeb1 li:last-child .box {
  border-right: none;
}
.ul-typeb1 .con {
  position: relative;
  cursor: pointer;
}
.ul-typeb1 .con:hover .box {
  opacity: 0;
}
.ul-typeb1 .con:hover .two {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.ul-typeb1 .box {
  height: 457px;
  background-color: #f5f6f6;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-right: 1px solid #dbdcdc;
  padding-top: 57px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ul-typeb1 .idx {
  font-size: 17px;
  color: #c7000b;
}
.ul-typeb1 .icon {
  font-size: 0;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  margin-bottom: 63px;
}
.ul-typeb1 .icon img {
  display: inline-block;
  vertical-align: middle;
  max-height: 46px;
}
.ul-typeb1 .name {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #0a0a0a;
  padding: 8px 0;
}
.ul-typeb1 .name::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ce020f;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ul-typeb1 .two {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: rotateY(90deg);
     -moz-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ul-typeb1 .imgbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.ul-typeb1 .imgbg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 57, 57, 0.4);
}
.ul-typeb1 .imgbg::after {
  content: "";
  display: block;
  pointer-events: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 7px;
  right: 4px;
  bottom: 7px;
  left: 4px;
  position: absolute;
}
.ul-typeb1 .inner {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 60px;
}
.ul-typeb1 .inner .idx,
.ul-typeb1 .inner .name {
  color: #fff;
}
.ul-typeb1 .inner .icon {
  margin-bottom: 0px;
}
.ul-typeb1 .inner .name::after {
  background-color: #fff;
}
.m-txtbox {
  padding: 20px 0 80px;
}
.m-txtbox .lg {
  position: relative;
  padding-bottom: 30px;
}
.m-txtbox .lg img {
  display: block;
  max-width: 80px;
  margin: 0 auto;
}
.m-txtbox .lg::after {
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 25px;
  background-color: #ececec;
  position: absolute;
}
.ul-listb1 {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ul-listb1 li {
  float: left;
  width: 20%;
  position: relative;
}
.ul-listb1 li::before {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  background-color: #ececec;
}
.ul-listb1 li::after {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #ececec;
}
.ul-listb1 li:nth-child(1)::after {
  display: none;
}
.ul-listb1 li:nth-child(5)::before {
  display: none;
}
.ul-listb1 li:nth-child(n+6)::before,
.ul-listb1 li:nth-child(n+6)::after {
  display: none;
}
.ul-listb1 .con {
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 1.3;
  padding: 50px 8px 5px;
}
.ul-listb1 .con::after {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #ececec;
  position: absolute;
}
.ul-listb1 .en {
  font-size: 10px;
  word-break: break-all;
  color: #4a4a4a;
}
.m-cardb1 .img {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 350px;
  position: relative;
}
.m-cardb1 .txt {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 465px;
  text-align: right;
  color: #fff;
}
.m-cardb1 .txt .h3 {
  font-size: 35px;
  font-weight: bold;
}
.m-cardb1 .txt .p {
  font-size: 25px;
  font-weight: 300;
}
.m-cardb1 .con {
  background-color: #fff;
  font-size: 12px;
  color: #000;
  overflow: hidden;
  padding: 22px 0 85px;
}
.m-cardb1 .desc {
  width: 465px;
  margin: 0 auto;
  overflow: hidden;
}
.m-cardb1 .icon {
  float: left;
  width: 95px;
}
.m-cardb1 .icon img {
  display: block;
  width: 90px;
}
.m-cardb1 .info {
  text-align: justify;
  line-height: 1.58;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c {
  clear: both;
}
.m-cardb2 {
  position: relative;
}
.m-cardb2 .img {
  height: 585px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  overflow: hidden;
}
.m-cardb2 .con {
  position: absolute;
  top: 85px;
  left: 75px;
  width: 720px;
  background: rgba(89, 146, 227, 0.4);
  color: #fff;
  font-size: 16px;
  padding: 20px 34px 25px;
}
.m-cardb2 .top {
  line-height: 1.2;
}
.m-cardb2 .top .h3 {
  font-size: 36px;
  font-weight: bold;
}
.m-cardb2 .top .h4 {
  font-size: 30px;
}
.m-cardb2 .line {
  width: 64px;
  height: 2px;
  background-color: #dee5f0;
  margin: 12px 0;
}
.m-cardb2 .desc {
  line-height: 1.8;
}
.g-title {
  text-align: center;
  margin-bottom: 52px;
}
.g-title .tit {
  font-size: 40px;
  color: #000;
}
.g-title .line {
  width: 60px;
  height: 2px;
  background-color: #8f909d;
  margin: 15px auto 12px;
}
.g-title .desc {
  font-size: 14px;
  color: #4a4a4a;
}
.ul-txtImg {
  overflow: hidden;
  margin: 0 -6px;
}
.ul-txtImg li {
  float: left;
  width: 25%;
}
.ul-txtImg .con {
  display: block;
  overflow: hidden;
  margin: 0 6px 12px;
}
.ul-txtImg .con:hover .tit {
  color: #1968b3;
}
.ul-txtImg .top {
  background-color: #e6e6e6;
  height: 290px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0 10px;
}
.ul-txtImg .idx {
  font-size: 14px;
  color: #e60012;
  position: relative;
  padding-bottom: 5px;
}
.ul-txtImg .idx::after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background-color: #e60012;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
}
.ul-txtImg .icon {
  font-size: 0;
  height: 235px;
  line-height: 235px;
  overflow: hidden;
}
.ul-txtImg .icon img {
  display: inline-block;
  vertical-align: middle;
  max-height: 200px;
}
.ul-txtImg .bot {
  background-color: #f1f3f7;
  padding: 0 20px 20px;
  overflow: hidden;
}
.ul-txtImg .bot .tit {
  font-size: 18px;
  color: #333;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 1.5em;
  margin: 8px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.ul-txtImg .desc {
  font-size: 12px;
  color: #8f909d;
  line-height: 1.83;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  overflow: hidden;
  height: 14.64em;
}
.ul-txtImg .more {
  font-size: 14px;
  color: #1968b3;
  text-decoration: underline;
}
.g-detail_b1 {
  padding: 100px 0;
}
.g-detail_b1 .inner {
  position: relative;
}
.g-detail_b1 .lengend {
  font-size: 12px;
  color: #919191;
  line-height: 1.8;
  padding: 18px 0;
  text-align: center;
}
.g-detail_b1 .lengend h6 {
  font-weight: normal;
  font-size: 16px;
  color: #666666; line-height: 3; font-weight: bold;
}
.g-detail_b1 p {
  margin: 0;
  padding: 0;
  padding-left: 7px;
  font-size: 12px !important;
}
.g-detail_b1 p:nth-child(1) {
  padding-left: 0;
}
.g-detail_b1 .bg {
  display: block;
  width: 410px;
  margin: 0 auto;
}
.g-detail_b1 .item {
  position: absolute;
  font-size: 10px;
  color: #919191;
  line-height: 1.8;
}
.g-detail_b1 .item .h3 {
  font-size: 16px;
  color: #666;
  height: 1.5em;
  margin-bottom: 8px;
}
.g-detail_b1.sty1 .line1,
.g-detail_b1.sty1 .line2 {
  width: 460px;
  top: 0;
}
.g-detail_b1.sty1 .line3,
.g-detail_b1.sty1 .line4 {
  top: 157px;
}
.g-detail_b1.sty1 .line5,
.g-detail_b1.sty1 .line6 {
  bottom: 86px;
  width: 370px;
}
.g-detail_b1.sty1 .li1,
.g-detail_b1.sty1 .li2 {
  top: 40px;
}
.g-detail_b1.sty1 .li3,
.g-detail_b1.sty1 .li4 {
  top: 195px;
}
.g-detail_b1 .li1 {
  top: 74px;
  left: 25px;
}
.g-detail_b1 .li2 {
  text-align: right;
  top: 74px;
  right: 25px;
}
.g-detail_b1 .li3 {
  top: 248px;
  left: 25px;
}
.g-detail_b1 .li4 {
  text-align: right;
  top: 248px;
  right: 25px;
}
.g-detail_b1 .line {
  display: block;
  position: absolute;
}
.g-detail_b1 .line1 {
  top: 48px;
  left: 0;
  width: 415px;
}
.g-detail_b1 .line2 {
  top: 48px;
  right: 0;
  width: 415px;
}
.g-detail_b1 .line3 {
  top: 210px;
  left: 0;
  width: 360px;
}
.g-detail_b1 .line4 {
  top: 210px;
  right: 0;
  width: 360px;
}
.g-detail_b1 .line5 {
  bottom: 20px;
  left: 0;
  width: 450px;
}
.g-detail_b1 .line6 {
  bottom: 20px;
  right: 0;
  width: 450px;
}
/*# sourceMappingURL=./m-style.css.map */