/* custom */
.list {
  overflow: hidden;
}

.list.s1 > .ul > .li,
.list.s1 > .ul > li,
.list.s1 > ul > .li,
.list.s1 > ul > li {
  width: 100%;
}

.list.s2 > .ul > .li,
.list.s2 > .ul > li,
.list.s2 > ul > .li,
.list.s2 > ul > li {
  width: 50%;
}

.list.s3 > .ul > .li,
.list.s3 > .ul > li,
.list.s3 > ul > .li,
.list.s3 > ul > li {
  width: 33.3333333333%;
}

.list.s4 > .ul > .li,
.list.s4 > .ul > li,
.list.s4 > ul > .li,
.list.s4 > ul > li {
  width: 25%;
}

.list.s5 > .ul > .li,
.list.s5 > .ul > li,
.list.s5 > ul > .li,
.list.s5 > ul > li {
  width: 20%;
}

.list.s6 > .ul > .li,
.list.s6 > .ul > li,
.list.s6 > ul > .li,
.list.s6 > ul > li {
  width: 16.6666666667%;
}

.list > .ul::after,
.list > ul::after {
  content: "";
  display: block;
  clear: both;
}

.list > .ul > .li,
.list > .ul > li,
.list > ul > .li,
.list > ul > li {
  float: left;
}

.zimg {
  overflow: hidden;
}

.zimg .img,
.zimg img {
  width: 100%;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.wp:hover .zimg .img,
.wp:hover .zimg img,
.zimg:hover .img,
.zimg:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.lrct::after {
  content: "";
  display: block;
  clear: both;
}

.lrct > .l {
  float: left;
}

.lrct > .r {
  float: right;
}

.lrct > .p {
  float: left;
  width: 50%;
}

.zimg {
  overflow: hidden;
}

.zimg .img,
.zimg img {
  width: 100%;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.wp:hover .zimg .img,
.wp:hover .zimg img,
.zimg:hover .img,
.zimg:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.ht10 {
  height: 10px;
}

.ht15 {
  height: 15px;
}

.ht20 {
  height: 20px;
}

.ht25 {
  height: 25px;
}

.ht30 {
  height: 30px;
}

.ht50 {
  height: 50px;
}

.ofvi {
  overflow: visible;
}

.nopd {
  padding: 0 !important;
}

.pc-hide {
  display: none;
}

.wrapper,
.wrapper * {
  box-sizing: border-box;
}
.wrapper p,
.wrapper * p {
  line-height: 1em;
}

.container {
  width: 1040px;
  margin: 0 auto;
}
.container.full {
  width: 100%;
}

.u-fullpart {
  padding: 25px 0;
}

@media screen and (max-width: 760px) {
  .ht20 {
    height: 10px;
  }
  .ht30 {
    height: 15px;
  }
  .ht50 {
    height: 25px;
  }
  .lrct > .l,
  .lrct > .r {
    float: none;
    width: 100% !important;
  }
  .pc-hide {
    display: block;
  }
  .mb-hide {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .container.full {
    padding: 0;
  }
  .u-fullpart {
    padding: 15px 0;
  }
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

/* mods */
.u-hocase > ul {
  margin: 0 -15px;
}
.u-hocase > ul > li {
  padding: 0 15px;
}
.u-hocase .i p {
  text-align: center;
}
.u-hocase .i p.p2 {
  font-size: 20px;
  color: #bf0000;
}
.u-hocase .i p.p3 {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .u-hocase > ul {
    margin: -10px;
  }
  .u-hocase > ul > li {
    padding: 10px;
    width: 100% !important;
  }
  .u-hocase .i p.p1 img {
    width: 30%;
  }
  .u-hocase .i p.p2 {
    font-size: 18px;
  }
  .u-hocase .i p.p3 {
    font-size: 14px;
    line-height: 28px;
  }
}
.u-hosrve > ul {
  margin: -10px -8px;
}
.u-hosrve > ul > li {
  padding: 10px 8px;
}
.u-hosrve .i {
  display: block;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
}
.u-hosrve .i p {
  text-align: center;
  left: 0 !important;
  opacity: 1 !important;
}
.u-hosrve .i p.p2 {
  line-height: 60px;
  font-size: 18px;
}

@media screen and (max-width: 760px) {
  .u-hosrve > ul {
    margin: -10px;
  }
  .u-hosrve > ul > li {
    padding: 10px;
    width: 50% !important;
  }
  .u-hosrve .i p {
    text-align: center;
  }
  .u-hosrve .i p.p2 {
    line-height: 40px;
    font-size: 16px;
  }
}
.u-banner img {
  width: 100%;
}

.u-lrctmain > .l {
  width: 680px;
}
.u-lrctmain > .r {
  width: 310px;
}

@media screen and (max-width: 760px) {
  .u-lrctmain > .r {
    margin-top: 30px;
  }
}
.u-aw {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.u-aw:hover {
  opacity: 0.8;
}
.u-aw.a1 {
  width: 44px;
  height: 44px;
}
.u-aw.a1.l {
  background-image: url(../img/aw-l.png);
  left: 10px;
}
.u-aw.a1.r {
  background-image: url(../img/aw-r.png);
  right: 10px;
}
.u-aw.a2 {
  width: 16px;
  height: 34px;
}
.u-aw.a2.l {
  background-image: url(../img/aw2l.png);
  left: 10px;
}
.u-aw.a2.r {
  background-image: url(../img/aw2r.png);
  right: 10px;
}
.u-aw.a3 {
  width: 19px;
  height: 37px;
}
.u-aw.a3.l {
  background-image: url(../img/aw3l.png);
  left: 0;
}
.u-aw.a3.r {
  background-image: url(../img/aw3r.png);
  right: 0;
}
.u-aw.a4 {
  width: 43px;
  height: 55px;
}
.u-aw.a4.l {
  background-image: url(../img/aw4l.png);
  left: 0;
}
.u-aw.a4.r {
  background-image: url(../img/aw4r.png);
  right: 0;
}

@media screen and (max-width: 760px) {
  .u-aw {
    zoom: 0.8;
  }
}
.u-newshead {
  position: relative;
}
.u-newshead .i {
  position: relative;
  display: block;
}
.u-newshead .i > img {
  width: 100%;
  height: 345px;
  object-fit: cover;
}
.u-newshead .i > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  padding: 0 15px;
  padding-right: 70px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-newshead .swiper-pagination {
  text-align: right;
  padding: 0 20px;
  bottom: 12px;
}
.u-newshead .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 0.8;
  vertical-align: middle;
  margin: 0 4px !important;
}
.u-newshead .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #a00f12;
}

@media screen and (max-width: 760px) {
  .u-newshead {
    margin-bottom: 15px;
  }
  .u-newshead .i > img {
    height: 200px;
  }
  .u-newshead .i > p {
    font-size: 14px;
  }
}
.u-title1 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.u-title1 .tabs > ul > li {
  position: relative;
  padding: 0 10px;
}
.u-title1 .tabs > ul > li:first-child {
  padding-left: 0;
}
.u-title1 .tabs > ul > li:last-child {
  padding-right: 0;
}
.u-title1 .tabs > ul > li:last-child::after {
  display: none;
}
.u-title1 .tabs > ul > li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #bebebe;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 0;
}
.u-title1 .tabs .i {
  display: inline-block;
  color: #666;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  line-height: 1em;
}
.u-title1 .tabs .i.on, .u-title1 .tabs .i.active {
  color: #333;
}
.u-title1 .tabs .i.on::after, .u-title1 .tabs .i.active::after {
  display: block;
}
.u-title1 .tabs .i::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #af090b;
  position: absolute;
  bottom: -3px;
  left: 0;
  display: none;
}
.u-title1 .link {
  padding-top: 10px;
}
.u-title1 .link p a {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  font-size: 13px;
}
.u-title1 .link p a:hover {
  color: #df0110;
}
.u-title1 .link p a:last-child::after {
  display: none;
}
.u-title1 .link p a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #ca6062;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 760px) {
  .u-title1 {
    margin-bottom: 10px;
  }
  .u-title1 .tabs > ul > li {
    padding: 0 5px;
  }
  .u-title1 .tabs > ul > li::after {
    width: 1px;
    height: 12px;
  }
  .u-title1 .tabs .i {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .u-title1 .tabs .i::after {
    height: 3px;
    bottom: -1px;
  }
  .u-title1 .link {
    padding-top: 5px;
  }
  .u-title1 .link p a {
    padding: 0 4px;
    font-size: 12px;
  }
  .u-title1 .link p a::after {
    height: 8px;
    right: -2px;
  }
}
.u-newslist.dt .i {
  padding-left: 15px;
}
.u-newslist.dt .i::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ac0d0a;
  position: absolute;
  top: 9px;
  left: 0;
}
.u-newslist.dt .i p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: unset;
}
.u-newslist > ul > li {
  margin-bottom: 12px;
}
.u-newslist > ul > li:last-child {
  margin-bottom: 0;
}
.u-newslist .i {
  position: relative;
  display: block;
}
.u-newslist .i:hover p {
  color: #df0110;
}
.u-newslist .i p {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-newslist .i p small {
  color: #bbb;
}

@media screen and (max-width: 760px) {
  .u-newslist {
    margin-bottom: 15px;
  }
  .u-newslist > ul > li {
    margin-bottom: 8px;
  }
  .u-newslist .i p {
    font-size: 15px;
    line-height: 22px;
  }
}
.u-topics {
  position: relative;
}
.u-topics .i {
  display: block;
}

.u-sidepart {
  border-top: 1px solid #ae0a0b;
  background-color: #f6f6f6;
  padding: 20px;
}

@media screen and (max-width: 760px) {
  .u-sidepart {
    padding: 15px;
  }
}
.u-title2 {
  margin-bottom: 15px;
}
.u-title2 > p {
  font-size: 22px;
  color: #af090b;
  font-weight: bold;
  white-space: nowrap;
}
.u-title2 .tabs {
  position: relative;
  top: -2px;
}
.u-title2 .tabs ul li {
  display: inline-block;
}
.u-title2 .tabs a {
  display: inline-block;
  padding: 3px 4px;
  border-radius: 3px;
  margin-left: 1px;
  background-color: #e1e1e1;
  color: #af090b;
  font-size: 16px;
}
.u-title2 .tabs a.on, .u-title2 .tabs a.active {
  background-color: #af090b;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .u-title2 > p {
    font-size: 18px;
  }
  .u-title2 .tabs {
    top: -2px;
  }
  .u-title2 .tabs a {
    padding: 2px 4px;
    font-size: 12px;
  }
}
.u-partners {
  position: relative;
  padding: 0 55px;
}
.u-partners .i {
  display: block;
  text-align: center;
}
.u-partners .i img {
  width: 118px;
  height: 114px;
}

@media screen and (max-width: 760px) {
  .u-partners {
    padding: 0 35px;
  }
  .u-partners .i img {
    width: 90px;
    height: 90px;
  }
}

/*# sourceMappingURL=custom.css.map */
