.width1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-family: 'PingFang SC';
}
header {
  width: 100%;
  background-color: #fff;
}
header .top {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
header .top .fx {
  height: 36px;
}
header .top h5 {
  color: #666;
  font-size: 13px;
}
header .top .a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .top .a b {
  font-size: 13px;
  color: #888;
  margin-right: 5px;
}
header .top .a a {
  font-size: 13px;
  color: #888;
}
header .top .a span {
  color: #dcdcdc;
  margin: 0 10px;
}
header .top .a .login {
  color: #ff4343;
}
header .top .a .app {
  margin-left: 35px;
  color: #ff4343;
}
header .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
header .logo {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .logo img {
  display: block;
  height: 34px;
}
header .search {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .search .sea {
  width: 310px;
  height: 42px;
  display: flex;
  display: -webkit-flex;
}
header .search input {
  display: block;
  background-color: #f5f5f5;
  height: 100%;
  border: none;
}
header .search .btn {
  width: 14%;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  background-image: url(../img/icon-search.png);
  background-position: center;
  background-repeat: no-repeat;
}
header .search .input {
  width: 86%;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}
header nav {
  margin-left: 50px;
}
nav ul {
  display: flex;
  display: -webkit-flex;
}
nav li {
  margin: 0 20px;
}
nav li > a {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 80px;
  position: relative;
}
nav li.active > a {
  color: #ff4343;
}
nav li.active > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ff4343;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-banner {
  width: 100%;
  height: 448px;
}
.swiper-banner .swiper-slide {
  display: block;
}
.swiper-banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #5c6273;
  opacity: 1;
}
.swiper-banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.hm-link {
  width: 100%;
  padding: 18px 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hm-link .item {
  width: 285px;
  height: 122px;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  padding: 25px 0 0 36px;
}
.hm-link .item:nth-child(1) {
  background-image: url(../img/link1.png);
}
.hm-link .item:nth-child(1) .a a {
  background-color: #ff7d7c;
}
.hm-link .item:nth-child(2) {
  background-image: url(../img/link2.png);
}
.hm-link .item:nth-child(2) .a a {
  background-color: #ffcc6c;
}
.hm-link .item:nth-child(3) {
  background-image: url(../img/link3.png);
}
.hm-link .item:nth-child(3) .a a {
  background-color: #7a95ee;
}
.hm-link .item:nth-child(4) {
  background-image: url(../img/link4.png);
}
.hm-link .item:nth-child(4) .a a {
  background-color: #68e1d5;
}
.hm-link .item h6 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.hm-link .item .a {
  display: flex;
  display: -webkit-flex;
}
.hm-link .item .a a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  margin-right: 6px;
}
.between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hm-title {
  width: 100%;
  padding: 42px 0 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.hm-title .t {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.hm-title .t .cir {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffcaca;
  position: absolute;
  left: 65px;
  top: 50%;
  z-index: -1;
  margin-top: -11px;
}
.hm-title .t img {
  display: inline;
  margin-right: 15px;
}
.hm-title .t h6 {
  color: #ff4343;
  font-size: 22px;
  font-weight: bold;
}
.hm-title .r {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.hm-title .a {
  display: flex;
  display: -webkit-flex;
}
.hm-title .a a {
  margin-right: 45px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.hm-title .a a.active {
  color: #ff4343;
}
.hm-title .a a.active:after {
  content: "";
  display: block;
  width: 105%;
  height: 5px;
  background-color: #ffe2e2;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}
.hm-title .more {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.hm-title .more span {
  color: #c0c1c9;
  font-size: 16px;
}
.hm-title .more .cir {
  width: 17px;
  height: 17px;
  background-color: #ff4343;
  border-radius: 50%;
  color: #fff;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  padding-left: 1px;
  margin-left: 6px;
}
.hm-news {
  width: 830px;
  margin-bottom: 48px;
}
.hm-news .hm-title .more {
  display: none;
}
.hm-news .hm-title .more.ed {
  display: flex;
  display: -webkit-flex;
}
.hm-news .head {
  width: 100%;
  padding: 32px 0 26px;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}
.hm-news .head a {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hm-news .head .img {
  width: 215px;
  height: 135px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 7px 14px rgba(177, 177, 177, 0.4);
}
.hm-news .head .txt {
  width: 582px;
}
.hm-news .head .txt h2 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 17px;
}
.hm-news .head .txt .b {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 26px;
}
.hm-news .head .txt .b span {
  color: #bebebe;
  font-size: 12px;
  margin-right: 20px;
  padding-left: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.hm-news .head .txt .b .date {
  background-image: url(../img/icon-date.png);
}
.hm-news .head .txt .b .eye {
  background-image: url(../img/icon-eye.png);
}
.hm-news .head .txt .desc {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.hm-news ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.hm-news ul li {
  width: 50%;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 30px 15px 19px;
  position: relative;
  background-image: url(../img/icon-r.png);
  background-position: left 47px;
  background-repeat: no-repeat;
}
.hm-news ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background-color: #f1f1f1;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -19px;
}
.hm-news ul li:nth-child(2n):after {
  display: none;
}
.hm-news ul li a {
  display: block;
  width: 100%;
}
.hm-news ul li .date {
  color: #bebebe;
  font-size: 12px;
  padding-left: 16px;
  background: url(../img/icon-date.png) left center no-repeat;
  margin-bottom: 10px;
}
.hm-news ul li h2 {
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hm-news ul li:hover {
  background-image: url(../img/icon-red.png);
}
.hm-news ul li:hover h6 {
  color: #ff4343;
}
.hm-news-list {
  width: 100%;
}
.hm-news-list .list {
  display: none;
}
.hm-news-list .list:nth-child(1) {
    display: block;
}
.hm-ques {
  width: 346px;
  margin-bottom: 48px;
}
.hm-ques .hm-title .t .cir {
  background-color: #ffe6b8;
}
.hm-ques .hm-title .t h3 {
  color: #feb01f;
}
.hm-ques .items {
  width: 100%;
  background-color: #f8f8f8;
  padding: 28px 26px 1px;
}
.hm-ques .item {
  display: block;
  width: 100%;
  margin-bottom: 36px;
}
.hm-ques .item h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background-color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.hm-ques .item .desc {
  padding: 0 15px;
  color: #888;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
.hm-ques .item:hover h6 {
  background-color: #ff4343;
  color: #fff;
}
.hm-ab {
  width: 100%;
}
.hm-ab img {
  display: block;
  width: 100%;
}
.hm-card {
  margin-bottom: 56px;
}
.hm-card .hm-title .more {
  display: none;
}
.hm-card .hm-title .more.ed {
  display: flex;
  display: -webkit-flex;
}
.hm-card .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hm-card .item {
  width: 225px;
}
.hm-card .item .img {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 7px 14px rgba(177, 177, 177, 0.4);
  margin-bottom: 20px;
}
.hm-card .item h4 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.hm-card .item p {
  color: #ff4343;
  font-size: 13px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.hm-card .item a {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #ff4343;
  color: #ff4343;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}
.hm-card-list {
  width: 100%;
}
.hm-card-list .list {
  display: none;
}
.hm-card-list .list:nth-child(1) {
    display: block;
}
.hm-ab2 {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hm-ab2 a {
  width: 49%;
}
.hm-ab2 img {
  display: block;
  width: 100%;
}
.hm-wen {
  width: 590px;
  padding: 0 0 34px;
}
.hm-wen .items {
  width: 100%;
}
.hm-sq .hm-title .t .cir {
  background-color: #e8dbff;
}
.hm-sq .hm-title .t h6 {
  color: #7a30ff;
}
.hm-sq .hm-title .more {
  display: none;
}
.hm-sq .hm-title .more.ed {
  display: flex;
  display: -webkit-flex;
}
.hm-sq .item {
  width: 100%;
  display: block;
  margin-bottom: 9px;
  padding: 20px 32px 15px 92px;
  background: linear-gradient(to right, #ffeded 0%, #fff7f7 100%);
  background: -webkit-linear-gradient(left, #ffeded 0%, #fff7f7 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%, #ffeded), color-stop(100%, #fff7f7));
  background: -moz-linear-gradient(left, #ffeded 0%, #fff7f7 100%);
  background: -ms-linear-gradient(left, #ffeded 0%, #fff7f7 100%);
  background: -o-linear-gradient(left, #ffeded 0%, #fff7f7 100%);
  position: relative;
}
.hm-sq .item .cir {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 16px;
  left: 32px;
}
.hm-sq .item .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.hm-sq .item h6 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.hm-sq .item .b {
  display: flex;
  display: -webkit-flex;
}
.hm-sq .item .b span {
  color: #c5c5c5;
  font-size: 13px;
  margin-left: 25px;
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
  font-family: DIN;
}
.hm-sq .item .b .p {
  background-image: url(../img/icon-sq1.png);
}
.hm-sq .item .b .y {
  background-image: url(../img/icon-sq2.png);
}
.hm-sq .item .date {
  color: #b5b5b5;
  font-size: 13px;
  font-family: DIN;
  margin-bottom: 10px;
}
.hm-sq .item .desc {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.hm-wd .hm-title .t .cir {
  background-color: #c2d6ff;
}
.hm-wd .hm-title .t h6 {
  color: #477ff0;
}
.hm-wd .hm-title .more {
  display: none;
}
.hm-wd .hm-title .more.ed {
  display: flex;
  display: -webkit-flex;
}
.hm-wd .item {
  width: 100%;
  display: block;
  margin-bottom: 9px;
  padding: 25px 32px 29px 70px;
  background: linear-gradient(to right, #f0f5ff 0%, #fafcff 100%);
  background: -webkit-linear-gradient(left, #f0f5ff 0%, #fafcff 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%, #f0f5ff), color-stop(100%, #fafcff));
  background: -moz-linear-gradient(left, #f0f5ff 0%, #fafcff 100%);
  background: -ms-linear-gradient(left, #f0f5ff 0%, #fafcff 100%);
  background: -o-linear-gradient(left, #f0f5ff 0%, #fafcff 100%);
  position: relative;
}
.hm-wd .item img {
  display: block;
  position: absolute;
  left: 30px;
}
.hm-wd .item .wen {
  top: 20px;
}
.hm-wd .item .da {
  top: 62px;
}
.hm-wd .item h3 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.hm-wd .item .desc {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.hm-sq-list,
.hm-wd-list {
  width: 100%;
}
.hm-sq-list .list,
.hm-wd-list .list {
  display: none;
}
.hm-sq-list .list:nth-child(1),
.hm-wd-list .list:nth-child(1) {
    display: block;
}
.hm-links {
  width: 100%;
  box-shadow: 0 0 20px rgba(215, 215, 215, 0.4);
  margin-top: 46px;
  padding: 28px 0 15px;
}
.hm-links .tit {
  color: #666;
  font-size: 17px;
  font-weight: bold;
  padding-left: 13px;
  background: url(../img/icon-ju.png) left center no-repeat;
  margin-bottom: 22px;
}
.hm-links .a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.hm-links .a a {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 24px;
  position: relative;
}
.hm-links .a a:after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #d3d2d2;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
}
.hm-links .a a:last-child:after {
  display: none;
}
.hm-links .a a:hover {
  color: #ff4343;
}
footer {
  width: 100%;
  background-color: #333;
}
footer .top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
footer .logo {
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
footer .logo img {
  display: block;
  height: 24px;
}
footer .f-nav {
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
footer .f-nav li {
  margin-left: 44px;
}
footer .f-nav li a {
  color: #fff;
  font-size: 15px;
}
footer .middle {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer .middle .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
footer .middle .txt {
  padding: 20px 0;
}
footer .middle .txt .desc {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 1.5;
  width: 90%;
  margin-bottom: 20px;
}
footer .middle .txt p {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 2;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
footer .middle .txt .p {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 2;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
footer .middle .txt .p a {
  color: #a3a3a3;
}
footer .erweima {
  padding: 15px 0 15px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  display: -webkit-flex;
}
footer .erweima .er {
  width: 90px;
  margin-left: 24px;
}
footer .erweima .img {
  width: 100%;
  padding: 5px;
  background-color: #fff;
}
footer .erweima .img img {
  display: block;
  width: 100%;
}
footer .erweima .p {
  width: 100%;
  height: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
footer .erweima .p img {
  display: block;
  margin-right: 10px;
}
footer .erweima .p span {
  color: #fff;
  font-size: 12px;
}
.layer-pop-login {
  border-radius: 16px !important;
}
.layer-pop-login .layui-layer-setwin {
  right: auto;
  top: auto;
  left: 50%;
  bottom: -53px;
  margin-left: -19px;
}
.layer-pop-login .layui-layer-setwin .layui-layer-close2 {
  position: initial;
  width: 38px;
  height: 38px;
  background-image: url(../img/icon-close.png);
  background-position: center;
}
.layer-pop-login .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center;
}
.pop-login {
  display: none;
  padding: 47px 79px 62px;
}
.pop-login .logo {
  display: block;
  height: 36px;
  margin: 0 auto 48px;
}
.pop-login h6 {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 36px;
}
.pop-login h6 span {
  color: #888888;
  font-size: 16px;
  position: relative;
}
.pop-login h6 span:before,
.pop-login h6 span:after {
  content: "";
  display: block;
  width: 83px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 50%;
}
.pop-login h6 span:before {
  left: -100px;
}
.pop-login h6 span:after {
  right: -100px;
}
.pop-login .as {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.pop-login .a {
  text-align: center;
}
.pop-login .a a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f4f4f4;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto 15px;
}
.pop-login .a a img {
  display: block;
  margin: auto;
}
.pop-login .a p {
  color: #333;
  font-size: 15px;
}
.brand {
  width: 100%;
  height: 66px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-left: 26px;
  background-image: url(../img/icon-h.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.brand a {
  color: #888;
  font-size: 13px;
  padding-right: 14px;
  margin-right: 8px;
  background-image: url(../img/icon-r2.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.brand span {
  color: #888;
  font-size: 13px;
}
.res-fx {
  width: 100%;
  height: 64px;
  margin-bottom: 9px;
  background-color: #fff;
  padding: 0 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.res-fx .to {
  color: #888;
  font-size: 14px;
}
.res-fx .to span {
  color: #ff4343;
}
.res-tab {
  display: flex;
  display: -webkit-flex;
}
.res-tab a {
  margin-right: 35px;
  color: #666;
  font-size: 16px;
  line-height: 64px;
  position: relative;
}
.res-tab a span {
  color: #ff4343;
}
.res-tab a.active {
  color: #ff4343;
}
.res-tab a.active:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ff4343;
  position: absolute;
  left: 0;
  bottom: 0;
}
.res- {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 70px;
}
.res-list {
  width: 845px;
  background-color: #fff;
}
.res-list .list {
  width: 100%;
  display: none;
}
.res-zx {
  width: 100%;
  padding: 5px 25px 0;
}
.res-zx .item {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 25px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.res-zx .item .img {
  width: 186px;
  height: 118px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.res-zx .item .txt {
  width: 580px;
}
.res-zx .item .txt h6 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.res-zx .item .txt .desc {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 30px;
}
.res-zx .item .txt .f {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.res-zx .item .txt .fs {
  display: flex;
  display: -webkit-flex;
}
.res-zx .item .txt .bark span {
  color: #ff4343;
  font-size: 15px;
  margin-right: 18px;
}
.res-zx .item .txt .date {
  color: #b0b0b0;
  font-size: 15px;
  margin-left: 12px;
}
.res-zx .item .txt .date span {
  font-family: DIN;
}
.res-zx .item .txt .yue {
  color: #b0b0b0;
  font-size: 15px;
}
.res-zx .item .txt .yue span {
  font-family: DIN;
}
.page {
  padding: 36px 0 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.page a,
.page strong {
  margin: 0.3px;
  border: 1px solid #e5e5e5;
  line-height: 28px;
  padding: 0 11px;
  color: #888;
  font-size: 13px;
}
.page strong {
  color: #ff4343;
  border-color: #ff4343;
}
.my_pages{clear:both!important;padding: 36px 0 40px;text-align:center;margin:5px auto;line-height:30px;}
.my_pages ul{text-align:center;list-style:none;}
.my_pages ul li{list-style:none;text-align:center;height:24px;display:inline;margin:0 2px;padding:0;overflow:hidden;white-space:nowrap;font-size:13px;}
.my_pages ul li a{background:#fff;color:#555;display:inline;height:24px;overflow:hidden;padding:6px 10px;margin:0;border: #999 1px solid;}
.my_pages ul li a:hover{color:#fff;background:#ff4343;border:#ff4343 1px solid;height:24px;overflow:hidden;text-decoration:none;cursor:pointer;}
.my_pages ul li.thisclass a{background:#ff4343;border:#ff4343 1px solid;height:24px;overflow:hidden;color:#fff;font-weight:700;}
.res-sq {
  width: 100%;
  padding: 5px 25px 0;
}
.res-sq .item {
  display: block;
  width: 100%;
  padding: 23px 0 0 52px;
  position: relative;
}
.res-sq .item .cir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 23px;
  left: 0;
}
.res-sq .item .txt {
  padding-bottom: 12px;
  border-bottom: 1px dashed #e5e5e5;
}
.res-sq .item h6 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.res-sq .item .date {
  color: #b5b5b5;
  font-size: 13px;
  margin-bottom: 10px;
}
.res-sq .item .desc {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px;
}
.res-sq .item .b {
  display: flex;
  display: -webkit-flex;
}
.res-sq .item .b span {
  color: #c5c5c5;
  font-size: 13px;
  margin-right: 25px;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
.res-sq .item .b .p {
  background-image: url(../img/icon-sq1.png);
}
.res-sq .item .b .y {
  background-image: url(../img/icon-sq2.png);
}
.res-wd {
  width: 100%;
  padding: 15px 25px 0;
}
.res-wd .item {
  display: block;
  width: 100%;
  padding: 25px 0 0 43px;
  position: relative;
}
.res-wd .item img {
  display: block;
  position: absolute;
  left: 0;
}
.res-wd .item .w {
  top: 18px;
}
.res-wd .item .d {
  top: 55px;
}
.res-wd .item .txt {
  padding-bottom: 25px;
  border-bottom: 1px dashed #e5e5e5;
}
.res-wd .item h6 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.res-wd .item .desc {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.res-xyk {
  width: 100%;
  padding: 8px 25px 0;
}
.res-xyk .item {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.res-xyk .item .text {
  display: flex;
  display: -webkit-flex;
}
.res-xyk .item .img {
  width: 125px;
  height: 78px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 7px 14px rgba(177, 177, 177, 0.4);
}
.res-xyk .item .txt {
  margin-left: 18px;
}
.res-xyk .item .txt h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.res-xyk .item .txt p {
  color: #ff4343;
  font-size: 14px;
  margin-bottom: 14px;
}
.res-xyk .item .txt .b {
  color: #888;
  font-size: 13px;
}
.res-xyk .item a {
  display: block;
  width: 92px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #ff4343;
  color: #ff4343;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
}
.res-rec {
  width: 346px;
}
.res-rec-com {
  width: 100%;
  margin-bottom: 10px;
}
.res-rec-com .tit {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.res-rec-com .tit h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
  background: url(../img/icon-ju.png) left center no-repeat;
}
.res-rec-hot {
  position: relative;
  padding: 30px 25px;
  background-color: #fff;
}
.res-rec-hot .tit {
  margin-bottom: 30px;
}
.res-rec-hot .swiper-pagination {
  position: static;
}
.res-rec-hot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #eee;
  opacity: 1;
  margin: 0 3px;
}
.res-rec-hot .swiper-pagination-bullet-active {
  background-color: #ff4343;
}
.swiper-rec-hot {
  width: 100%;
}
.swiper-rec-hot .swiper-slide {
  display: block;
}
.swiper-rec-hot .swiper-slide .fx {
  display: flex;
  display: -webkit-flex;
}
.swiper-rec-hot .swiper-slide .cir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  margin-right: 15px;
}
.swiper-rec-hot .swiper-slide .t {
  margin-bottom: 10px;
}
.swiper-rec-hot .swiper-slide .t h3 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.swiper-rec-hot .swiper-slide .t .date {
  color: #b5b5b5;
  font-size: 13px;
  font-family: DIN;
}
.swiper-rec-hot .swiper-slide .desc {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 15px;
}
.swiper-rec-hot .swiper-slide .b {
  display: flex;
  display: -webkit-flex;
}
.swiper-rec-hot .swiper-slide .b span {
  color: #c5c5c5;
  font-size: 13px;
  font-family: DIN;
  margin-right: 20px;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
.swiper-rec-hot .swiper-slide .b .p {
  background-image: url(../img/icon-sq1.png);
}
.swiper-rec-hot .swiper-slide .b .y {
  background-image: url(../img/icon-sq2.png);
}
.res-rec-tui .tit {
  padding: 30px 25px;
  margin-bottom: 3px;
  background-color: #fff;
}
.res-rec-tui .items {
  width: 100%;
  background-color: #fff;
  padding: 0 25px 32px;
}
.swiper-rec-tui {
  width: 100%;
  height: 488px;
  padding: 0 0 35px;
}
.swiper-rec-tui .slide {
  width: 100%;
  padding: 25px 0 16px;
  border-bottom: 1px solid #ececec;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.swiper-rec-tui .slide .text {
  display: -webkit-flex;
}
.swiper-rec-tui .slide .img {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.swiper-rec-tui .slide .txt {
  margin-left: 15px;
}
.swiper-rec-tui .slide .txt h4 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.swiper-rec-tui .slide .txt .pr {
  color: #ff4343;
  font-size: 16px;
  font-weight: bold;
}
.swiper-rec-tui .slide .txt p {
  color: #888;
  font-size: 12px;
}
.swiper-rec-tui .slide a {
  display: block;
  width: 74px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #ff4343;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #ff4343;
}
.swiper-rec-tui .swiper-pagination {
  bottom: 0;
  font-size: 0;
}
.swiper-rec-tui .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #eee;
  opacity: 1;
  margin: 0 3px;
}
.swiper-rec-tui .swiper-pagination-bullet-active {
  background-color: #ff4343;
}
.res-rec-news {
  padding: 0 25px 30px;
  background-color: #fff;
}
.res-rec-news .tit {
  padding: 30px 0 22px;
}
.res-rec-news .tit a {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff4343;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  padding-left: 1px;
}
.res-rec-news .items {
  width: 100%;
}
.res-rec-news .item {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 20px;
}
.res-rec-news .item .img {
  width: 138px;
  height: 88px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.res-rec-news .item .txt {
  width: 140px;
}
.res-rec-news .item .txt h4 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  height: 40px;
  margin-bottom: 30px;
}
.res-rec-news .item .txt .date {
  color: #c5c5c5;
  font-size: 14px;
  font-family: DIN;
}
.ins-fx {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 56px;
}
.ins-nav {
  width: 267px;
  background-color: #fff;
  padding: 30px 24px;
}
.ins-nav .back {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding-left: 13px;
  background: url(../img/icon-bc.png) left center no-repeat;
  margin-bottom: 32px;
}
.ins-nav .a {
  width: 100%;
}
.ins-nav .a a {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.ins-nav .a a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c2c2c2;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
}
.ins-nav .a a.active {
  background-color: #ff4343;
  color: #fff;
}
.ins-nav .a a.active:after {
  border-left-color: #fff;
}
.ins-con {
  width: 924px;
  background-color: #fff;
  padding: 30px 40px;
}
.ins-con .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.about .desc {
  color: #333;
  font-size: 14px;
  line-height: 25px;
}
.about .desc img {
  max-width: 100%;
}
.opinion .item {
  width: 100%;
  position: relative;
  margin-bottom: 22px;
}
.opinion .item label {
  color: #333;
  font-size: 15px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.opinion .item .input {
  display: block;
  width: 100%;
  height: 64px;
  border: 2px solid #eee;
  border-radius: 7px;
  padding-left: 100px;
}
.opinion textarea {
  display: block;
  width: 100%;
  height: 235px;
  border-radius: 7px;
  border: 2px solid #eee;
  padding: 15px 18px;
  resize: none;
  margin-bottom: 36px;
}
.opinion .btn {
  display: block;
  width: 170px;
  height: 48px;
  border: none;
  background-color: #ff4343;
  color: #fff;
  font-size: 16px;
  border-radius: 24px;
  box-shadow: 0 0 18px rgba(255, 67, 67, 0.22);
}
.cmt-box {
  width: 100%;
  background-position: center top;
  background-size: auto 260px;
  background-repeat: no-repeat;
}
.cmt-tab {
  width: 100%;
  height: 124px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.cmt-tab .brand {
  width: auto;
  background-image: url(../img/icon-h1.png);
}
.cmt-tab .brand a,
.cmt-tab .brand span {
  color: #fff;
}
.cmt-tab .brand a {
  background-image: url(../img/icon-r3.png);
}
.cmt-tab .tab {
  display: flex;
  display: -webkit-flex;
}
.cmt-tab .tab a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-right: 45px;
  position: relative;
}
.cmt-tab .tab a.active:after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -16px;
}
.cmt-tab .tit h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cmt-tab .tit img {
  display: block;
}
.cmt- {
  width: 845px;
}
.cmt-head {
  width: 100%;
  height: 136px;
  background-color: #f8f6f5;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding-left: 38px;
  padding-right: 30px;
}
.cmt-head .a {
  display: flex;
  display: -webkit-flex;
}
.cmt-head .a a {
  text-align: center;
  margin-right: 60px;
}
.cmt-head .a a img {
  display: block;
  margin: 0 auto 8px;
}
.cmt-head .a a p {
  color: #666;
  font-size: 14px;
}
.cmt-head .ft {
  display: block;
  width: 172px;
  height: 54px;
  border-radius: 27px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
  background: url(../img/ft-bg.png) center / cover;
}
.cmt-head .ft img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.cmt-post {
  width: 100%;
  background-color: #fff;
  padding: 10px 40px 45px;
}
.cmt-post .flex {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.cmt-post .tab {
  display: flex;
  display: -webkit-flex;
}
.cmt-post .tab a {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  margin-right: 40px;
  position: relative;
}
.cmt-post .tab a.active {
  color: #ff4343;
}
.cmt-post .tab a.active:after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #ff4343;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -16px;
}
.cmt-post .huan li {
  display: none;
  width: 78px;
  height: 28px;
  border: 2px solid #eee;
  border-radius: 14px;
  line-height: 24px;
  text-align: center;
  color: #888;
  font-size: 14px;
  cursor: pointer;
}
.cmt-post .huan li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.cmt-post .back {
  display: block;
  width: 82px;
  height: 32px;
  border: 2px solid #eee;
  border-radius: 16px;
  color: #888;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}
.cmt-post .post-list {
  width: 100%;
}
.cmt-post .post-list .list {
  display: none;
}
.cmt-post .items {
  width: 100%;
}
.cmt-post .item {
  display: block;
  width: 100%;
  padding: 30px 0 0 52px;
  position: relative;
}
.cmt-post .item .cir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 30px;
  left: 0;
}
.cmt-post .item .txt {
  padding-bottom: 13px;
  border-bottom: 1px dashed #e5e5e5;
}
.cmt-post .item .txt h3 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.cmt-post .item .txt .date {
  color: #b5b5b5;
  font-size: 13px;
  font-family: DIN;
  margin-bottom: 8px;
}
.cmt-post .item .txt .desc {
  color: #666;
  font-size: 14px;
  height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px;
}
.cmt-post .item .txt .b {
  display: flex;
  display: -webkit-flex;
}
.cmt-post .item .txt .b span {
  color: #c5c5c5;
  font-size: 13px;
  margin-right: 25px;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  font-family: DIN;
}
.cmt-post .item .txt .b .p {
  background-image: url(../img/icon-sq1.png);
}
.cmt-post .item .txt .b .y {
  background-image: url(../img/icon-sq2.png);
}
.cmt-post .page {
  padding-bottom: 0;
}
.cmt-post .item1 {
  display: block;
  width: 100%;
  position: relative;
  padding: 25px 0 0 40px;
}
.cmt-post .item1 img {
  display: block;
  position: absolute;
  left: 0;
}
.cmt-post .item1 .w {
  top: 18px;
}
.cmt-post .item1 .d {
  top: 52px;
}
.cmt-post .item1 .txt {
  padding-bottom: 25px;
  border-bottom: 1px dashed #eee;
}
.cmt-post .item1 h2 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmt-post .item1 .desc {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.post-detail {
  width: 100%;
  background-color: #fff;
  padding: 32px 40px 25px 94px;
  position: relative;
}
.post-detail .cir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 32px;
  left: 40px;
}
.post-detail h3 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.post-detail .date {
  color: #b5b5b5;
  font-size: 13px;
  font-family: DIN;
  margin-bottom: 15px;
}
.post-detail .desc {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.post-detail .b {
  display: flex;
  display: -webkit-flex;
}
.post-detail .b span {
  color: #c5c5c5;
  font-size: 13px;
  margin-right: 25px;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  font-family: DIN;
}
.post-detail .b .p {
  background-image: url(../img/icon-sq1.png);
}
.post-detail .b .y {
  background-image: url(../img/icon-sq2.png);
}
.post-ping {
  width: 100%;
  margin-bottom: 10px;
  padding: 25px 40px;
  background: linear-gradient(to bottom, #fff6f6 0%, #ffffff 22%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff6f6), color-stop(22%, #ffffff));
  background: -webkit-linear-gradient(top, #fff6f6 0%, #ffffff 22%);
  background: -moz-linear-gradient(top, #fff6f6 0%, #ffffff 22%);
  background: -ms-linear-gradient(top, #fff6f6 0%, #ffffff 22%);
  background: -o-linear-gradient(top, #fff6f6 0%, #ffffff 22%);
}
.post-ping .tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
}
.post-ping .tit h6 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.post-ping .tit .h {
  color: #ff4343;
  font-size: 15px;
  font-weight: bold;
}
.post-ping textarea {
  display: block;
  width: 100%;
  height: 105px;
  margin-bottom: 20px;
  border: 1px solid #ffdada;
  border-radius: 10px;
  padding: 15px 20px;
  color: #333;
  font-size: 16px;
  resize: none;
}
.post-ping textarea::-webkit-input-placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
.post-ping .fx {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.post-ping .btn {
  display: block;
  width: 108px;
  height: 40px;
  border-radius: 20px;
  border: none;
  background-color: #ff4343;
  color: #fff;
  font-size: 16px;
}
.post-ping .t {
  color: #888;
  font-size: 14px;
  margin-left: 14px;
}
.post-reply {
  width: 100%;
  padding: 5px 40px 10px;
  background-color: #fff;
}
.post-reply .items {
  width: 100%;
}
.post-reply .item {
  width: 100%;
}
.post-reply .item .first {
  width: 100%;
  padding: 25px 0 20px 50px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.post-reply .item .first .cir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 25px;
  left: 0;
}
.post-reply .item .first .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 15px;
}
.post-reply .item .first .t h3 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.post-reply .item .first .t .date {
  color: #b5b5b5;
  font-size: 13px;
  font-family: DIN;
}
.post-reply .item .first .hf {
  color: #888;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.post-reply .item .first .hf img {
  display: block;
  height: 16px;
  margin-right: 5px;
}
.post-reply .item .first .desc {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.post-reply .item .second {
  width: 100%;
  padding-left: 50px;
}
.post-reply .item .li {
  width: 100%;
  padding: 20px 0 0 50px;
  position: relative;
}
.post-reply .item .li .cir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 0;
}
.post-reply .item .li .tx {
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.post-reply .item .li h6 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.post-reply .item .li .date {
  color: #b5b5b5;
  font-size: 13px;
  font-family: DIN;
  margin-bottom: 15px;
}
.post-reply .item .li .desc {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.post-reply .child {
  display: none;
  padding: 20px;
}
.post-reply .child textarea {
  display: block;
  width: 100%;
  height: 90px;
  resize: none;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.post-reply .child .f {
  display: flex;
  display: -webkit-flex;
}
.post-reply .child .btn {
  display: block;
  width: 70px;
  height: 32px;
  border-radius: 16px;
  background-color: #ff4343;
  color: #fff;
  font-size: 15px;
  border: none;
}
.post-reply .child .qx {
  display: block;
  width: 70px;
  height: 32px;
  border-radius: 16px;
  background-color: #fff;
  color: #ff4343;
  font-size: 15px;
  border: 1px solid #ff4343;
  margin-left: 20px;
}
.post-reply .quan {
  padding: 40px 0;
  font-size: 0;
  text-align: center;
}
.post-reply .quan a {
  display: inline-block;
  vertical-align: middle;
  color: #ff4343;
  font-size: 16px;
}
.post-reply .quan a img {
  margin-left: 5px;
}
.layer-reply-child {
  border-radius: 10px !important;
}
.fatie {
  width: 100%;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: url(../img/ft-bg.jpg) center / cover;
}
.fatie img {
  margin-right: 12px;
}
.post-fa {
  width: 100%;
  background-color: #fff;
  padding: 30px 40px 50px;
  margin-bottom: 10px;
}
.post-fa .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.post-fa .fx .fxs {
  width: 47%;
}
.post-fa .item {
  width: 100%;
}
.post-fa .item label {
  display: block;
  color: #888;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 0 10px;
}
.post-fa .item textarea {
  display: block;
  width: 100%;
  height: 194px;
  border-radius: 7px;
  border: 2px solid #eee;
  resize: none;
  padding: 15px 20px;
}
.post-fa .layui-form-select .layui-input {
  height: 54px;
  border: 2px solid #eee;
  border-radius: 7px;
  padding-left: 20px;
}
.post-fa .layui-form-select dl {
  top: 54px;
}
.post-fa .upload {
  padding: 0 0 35px;
}
.post-fa .upload .t {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  padding: 25px 0 15px;
}
.post-fa .upload .img-box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.post-fa .upload .img-btn {
  width: 20%;
  height: 153px;
  margin-right: 2.5%;
  border-radius: 16px;
  margin-bottom: 15px;
  border: 2px solid #eee;
  position: relative;
  overflow: hidden;
}
.post-fa .upload .img-btn:nth-child(5n) {
  margin-right: 0;
}
.post-fa .upload .img-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-fa .upload .img-btn .delete {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon-de.png) center / cover;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.post-fa .upload #upload-btn {
  background: url(../img/icon-sc.png) center no-repeat;
}
.post-fa .btn {
  display: block;
  width: 156px;
  height: 50px;
  background-color: #ff4343;
  border-radius: 25px;
  border: none;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 0 18px rgba(255, 67, 67, 0.22);
}
.post-hot {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 25px 32px 38px;
}
.post-hot .tit {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.post-hot .tit h6 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
  background: url(../img/icon-ju.png) left center no-repeat;
}
.post-hot .tit a {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff4343;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  padding-left: 1px;
  text-align: center;
}
.post-hot .items {
  width: 100%;
}
.post-hot .item {
  display: block;
  width: 100%;
  padding: 30px 0 0 52px;
  position: relative;
}
.post-hot .item .cir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 30px;
  left: 0;
}
.post-hot .item .txt {
  padding-bottom: 13px;
  border-bottom: 1px dashed #e5e5e5;
}
.post-hot .item .txt h6 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.post-hot .item .txt .date {
  color: #b5b5b5;
  font-size: 13px;
  font-family: DIN;
  margin-bottom: 8px;
}
.post-hot .item .txt .desc {
  color: #666;
  font-size: 14px;
  height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px;
}
.post-hot .item .txt .b {
  display: flex;
  display: -webkit-flex;
}
.post-hot .item .txt .b span {
  color: #c5c5c5;
  font-size: 13px;
  margin-right: 25px;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  font-family: DIN;
}
.post-hot .item .txt .b .p {
  background-image: url(../img/icon-sq1.png);
}
.post-hot .item .txt .b .y {
  background-image: url(../img/icon-sq2.png);
}
.wd-head .a a {
  margin-right: 45px;
}
.wd-head .a a:last-child {
  margin-right: 0;
}
.qa-detail {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 30px 40px;
}
.qa-detail .desc p {
    margin-bottom: 25px;
}
.qa-detail .w {
  padding-left: 40px;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.qa-detail .w .icon {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
}
.qa-detail .w h1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.qa-detail .w .desc {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.qa-detail .w .b {
  display: flex;
  display: -webkit-flex;
}
.qa-detail .w .b span {
  color: #888;
  font-size: 14px;
}
.qa-detail .w .b .bark {
  color: #ff4343;
  margin-right: 10px;
}
.qa-detail .w .b b {
  font-family: DIN;
  font-weight: normal;
}
.qa-detail .w .b .date {
  margin-left: 25px;
  margin-right: 20px;
}
.qa-detail .d {
  padding: 30px 0 0 40px;
  position: relative;
}
.qa-detail .d .icon {
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
}
.qa-detail .d .desc {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
.qa-detail .d .cz {
  display: flex;
  display: -webkit-flex;
}
.qa-detail .d .cul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #666;
  font-size: 13px;
  width: 70px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-right: 15px;
}
.qa-detail .d .cul img {
  margin-right: 10px;
}
.qa-detail .d .j {
  width: 140px;
  height: 30px;
  border: 1px solid #ff4343;
  color: #ff4343;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  border-radius: 10px;
}
.qa-title {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.qa-title h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
  background: url(../img/icon-ju.png) left center no-repeat;
}
.qa-title a {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff4343;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  padding-left: 1px;
  text-align: center;
}
.card-items {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 30px 40px 40px;
}
.card-items .qa-title {
  margin-bottom: 22px;
}
.card-items .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.card-items .item {
  width: 182px;
}
.card-items .item .img {
  width: 100%;
  height: 112px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 7px 14px rgba(177, 177, 177, 0.4);
  margin-bottom: 20px;
}
.card-items .item h4 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-items .item p {
  color: #ff4343;
  font-size: 13px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-items .item a {
  display: block;
  width: 92px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #ff4343;
  color: #ff4343;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}
.qa-xg {
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 40px 36px;
  background-color: #fff;
}
.qa-xg .item {
  width: 100%;
}
.qa-xg .item1 {
  display: block;
  width: 100%;
  position: relative;
  padding: 25px 0 0 40px;
}
.qa-xg .item1 img {
  display: block;
  position: absolute;
  left: 0;
}
.qa-xg .item1 .w {
  top: 18px;
}
.qa-xg .item1 .d {
  top: 52px;
}
.qa-xg .item1 .txt {
  padding-bottom: 25px;
  border-bottom: 1px dashed #eee;
}
.qa-xg .item1 h4 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qa-xg .item1 .desc {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.card-tui {
  width: 100%;
  background-color: #fff;
  padding: 28px 32px 40px;
}
.card-tui .card-title {
  margin-bottom: 24px;
}
.card-tui .card-title .r {
  display: flex;
  display: -webkit-flex;
}
.card-tui .swiper-button-next,
.card-tui .swiper-button-prev {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f0f0f0;
  position: static;
  background-position: center;
  background-size: auto auto;
  margin-right: 8px;
  margin-top: 0;
}
.card-tui .swiper-button-next:hover,
.card-tui .swiper-button-prev:hover {
  background-color: #ff4343;
}
.card-tui .swiper-button-prev {
  background-image: url(../img/icon-prev1.png);
}
.card-tui .swiper-button-prev:hover {
  background-image: url(../img/icon-prev1ed.png);
}
.card-tui .swiper-button-next {
  background-image: url(../img/icon-next1.png);
}
.card-tui .swiper-button-next:hover {
  background-image: url(../img/icon-next1ed.png);
}
.swiper-card-tui {
  width: 100%;
}
.swiper-card-tui .swiper-slide .img {
  width: 100%;
  height: 130px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  box-shadow: 0 7px 14px rgba(218, 218, 218, 0.4);
}
.swiper-card-tui .swiper-slide h4 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.swiper-card-tui .swiper-slide p {
  color: #888;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
}
.swiper-card-tui .swiper-slide a {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 28px;
  border: 1px solid #ff4343;
  border-radius: 14px;
  line-height: 26px;
  text-align: center;
  color: #ff4343;
  font-size: 14px;
}
.card-bank {
  width: 100%;
  height: 135px;
  margin-bottom: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 5px 30px 0;
  background: linear-gradient(to bottom, #fff6f6 0%, #ffffff 50%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff6f6), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(top, #fff6f6 0%, #ffffff 50%);
  background: -moz-linear-gradient(top, #fff6f6 0%, #ffffff 50%);
  background: -ms-linear-gradient(top, #fff6f6 0%, #ffffff 50%);
  background: -o-linear-gradient(top, #fff6f6 0%, #ffffff 50%);
}
.card-bank a {
  text-align: center;
}
.card-bank a .icon {
  display: block;
  height: 55px;
  margin: 0 auto 8px;
}
.card-bank a p {
  color: #666;
  font-size: 13px;
}
.card-bank a:hover p {
  color: #ff4343;
}
.card-title {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.card-title h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
  background: url(../img/icon-ju.png) left center no-repeat;
}
.card-title a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #c0c1c9;
  font-size: 16px;
  font-weight: bold;
}
.card-title a span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff4343;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  padding-left: 1px;
  text-align: center;
  margin-left: 5px;
}
.card-theme {
  width: 100%;
  background-color: #fff;
  padding: 30px 32px 85px;
  margin-bottom: 100px;
}
.card-theme .card-title {
  margin-bottom: 25px;
}
.card-theme .list {
  width: 100%;
  position: relative;
}
.card-theme .items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.card-theme .item {
  width: 268px;
  height: 138px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  padding: 30px 32px 0;
  background-position: center;
  background-size: cover;
}
.card-theme .item h6 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.card-theme .item .desc {
  color: #fff;
  font-size: 14px;
  height: 20px;
}
.card-like {
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 30px 32px 5px;
}
.card-like .card-title {
  margin-bottom: 25px;
}
.card-like .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.card-like .item {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 33px;
}
.card-like .item:nth-child(5n) {
  margin-right: 0;
}
.card-like .item .img {
  width: 100%;
  height: 130px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  box-shadow: 0 7px 14px rgba(218, 218, 218, 0.4);
}
.card-like .item h6 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.card-like .item p {
  color: #888;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
}
.card-like .item a {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 28px;
  border: 1px solid #ff4343;
  border-radius: 14px;
  line-height: 26px;
  text-align: center;
  color: #ff4343;
  font-size: 14px;
}
.card-com {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 50px;
}
.card-com .com {
  width: 49.5%;
  background-color: #fff;
  padding: 35px 32px 28px;
}
.card-com .card-title {
  margin-bottom: 13px;
}
.card-com .items {
  width: 100%;
}
.card-com .item1 {
  display: block;
  width: 100%;
  position: relative;
  padding: 18px 0 0 40px;
}
.card-com .item1 img {
  display: block;
  position: absolute;
  left: 0;
}
.card-com .item1 .w {
  top: 11px;
}
.card-com .item1 .d {
  top: 47px;
}
.card-com .item1 .txt {
  padding-bottom: 18px;
  border-bottom: 1px dashed #eee;
}
.card-com .item1 h4 {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-com .item1 .desc {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.card-com .item {
  display: block;
  width: 100%;
  padding: 15px 0 0 52px;
  position: relative;
}
.card-com .item .cir {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 16px;
  left: 0;
}
.card-com .item .txt {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.card-com .item .txt h6 {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.card-com .item .txt .date {
  color: #b5b5b5;
  font-size: 13px;
  font-family: DIN;
  margin-bottom: 4px;
}
.card-com .item .txt .desc {
  color: #666;
  font-size: 14px;
  height: 20px;
  height: 40px;
  overflow: hidden;
}
.filter {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 13px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 45px;
  position: relative;
}
.filter .item {
  width: 100%;
  padding: 12px 0;
  border-bottom: 2px solid #f3f3f3;
  display: flex;
  display: -webkit-flex;
}
.filter .item:last-child {
  border-bottom: none;
}
.filter .item label {
  color: #333;
  font-size: 15px;
  line-height: 38px;
  font-weight: bold;
  width: 7%;
  white-space: nowrap;
}
.filter .item .a {
  width: 93%;
  max-height: 114px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.filter .item .a a {
  display: block;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  line-height: 24px;
  color: #666;
  font-size: 14px;
  margin: 6px 8px;
}
.filter .item .a a.active {
  color: #ff4343;
  border-color: #ff4343;
  background-color: #fff8f8;
}
.filter .item .a.ed {
  max-height: initial;
}
.filter .item-m {
  position: relative;
}
.filter .item-m .a {
  padding-right: 45px;
}
.filter .item-m .f-more {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  position: absolute;
  right: 0;
  top: 20px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
}
.filter .item-m .f-more img {
  display: block;
  margin: auto;
}
.filter .item-m .f-more.ed img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.filter .ze {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.filter .ze .left {
  display: flex;
  display: -webkit-flex;
}
.filter .ze label {
  width: auto;
}
.filter .ze .a a {
  padding: 0 10px;
}
.filter .ze .a a img {
  margin-left: 6px;
  cursor: pointer;
}
.filter .ze .jg {
  color: #666;
  font-size: 15px;
  line-height: 38px;
}
.filter .ze .jg span {
  color: #ff4343;
}
.card-list {
  width: 100%;
  padding: 30px 45px 0;
  background-color: #fff;
  margin-bottom: 60px;
}
.card-list .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.card-list .item {
  width: 48.5%;
  padding-bottom: 13px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.card-list .item .fx {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 15px;
}
.card-list .item .img {
  width: 178px;
  height: 110px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 7px 14px rgba(177, 177, 177, 0.4);
}
.card-list .item .txt {
  width: 336px;
}
.card-list .item .txt h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.card-list .item .txt p {
  color: #ff4343;
  font-size: 14px;
  margin-bottom: 20px;
}
.card-list .item .txt a {
  display: block;
  width: 92px;
  height: 28px;
  border: 1px solid #ff4343;
  border-radius: 14px;
  color: #ff4343;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
}
.card-list .item .p {
  color: #888;
  font-size: 13px;
}
.card-list .page {
  padding-top: 10px;
}
.res-card-tui {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0 25px 8px;
}
.res-card-tui .tit {
  padding: 30px 0 24px;
}
.res-card-tui .tit a {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff4343;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  padding-left: 1px;
}
.res-card-tui .items {
  width: 100%;
}
.res-card-tui .item {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.res-card-tui .item h6 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.res-card-tui .item p {
  color: #888;
  font-size: 13px;
  margin-bottom: 10px;
}
.res-card-tui .item .img {
  width: 190px;
  height: 120px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  margin: 0 auto 10px;
}
.res-card-tui .item a {
  color: #ff4343;
  font-size: 14px;
  font-weight: bold;
}
.card-detail-head {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
}
.card-detail-head .head {
  width: 100%;
  padding: 36px 42px 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.card-detail-head .head .f {
  display: flex;
  display: -webkit-flex;
}
.card-detail-head .head .img {
  width: 208px;
  height: 130px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 7px 14px rgba(218, 218, 218, 0.4);
  margin-right: 30px;
}
.card-detail-head .head .txt h6 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}
.card-detail-head .head .txt p {
  color: #888;
  font-size: 14px;
  margin-bottom: 32px;
}
.card-detail-head .head .txt .b {
  display: flex;
  display: -webkit-flex;
}
.card-detail-head .head .txt .b span {
  padding: 0 10px;
  border-radius: 12px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #ff4343;
  color: #ff4343;
  font-size: 12px;
  margin-right: 12px;
}
.card-detail-head .head .sq a {
  display: block;
  width: 92px;
  height: 38px;
  border-radius: 19px;
  background-color: #ff4343;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto 15px;
}
.card-detail-head .head .sq p {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.card-detail-head .head .sq p span {
  color: #ff4343;
}
.card-detail-head .lis {
  width: 100%;
  padding: 20px 40px 10px;
  background: linear-gradient(to bottom, #fff6f6 0%, #ffffff 50%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff6f6), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(top, #fff6f6 0%, #ffffff 50%);
  background: -moz-linear-gradient(top, #fff6f6 0%, #ffffff 50%);
  background: -ms-linear-gradient(top, #fff6f6 0%, #ffffff 50%);
  background: -o-linear-gradient(top, #fff6f6 0%, #ffffff 50%);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.card-detail-head .lis li {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  padding-left: 13px;
}
.card-detail-head .lis li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff4343;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.card-detail-com {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 42px 20px;
  background-color: #fff;
}
.card-detail-com .tit {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 20px;
}
.card-detail-com .tit:after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background-color: #ff4343;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.card-detail-com .desc {
  color: #888;
  font-size: 14px;
  line-height: 24px;
}
.card-detail-com .item {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  padding: 7px 0;
}
.card-detail-com .item .t {
  width: 16%;
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.card-detail-com .item .con {
  width: 84%;
  color: #666;
  font-size: 15px;
}
.news-head {
  width: 100%;
  margin-bottom: 15px;
}
.news-head .item {
  float: left;
  width: 32%;
  height: 166px;
  margin-bottom: 16px;
  position: relative;
}
.news-head .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.news-head .item .txt {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  padding: 0 25px;
}
.news-head .item .txt h6 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  font-weight: bold;
}
.news-head .item .txt .b {
  display: none;
}
.news-head .item .txt .bark {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  background-color: rgba(255, 67, 67, 0.7);
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
}
.news-head .item .txt .date {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  margin-left: 10px;
}
.news-head .item:first-child {
  width: 66%;
  height: 348px;
  margin-right: 2%;
  margin-bottom: 0;
}
.news-head .item:first-child .txt {
  bottom: 18px;
}
.news-head .item:first-child .txt h6 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-head .item:first-child .txt .b {
  display: flex;
  display: -webkit-flex;
}
.news-head .item:last-child {
  margin-bottom: 0;
}
.news-list {
  width: 100%;
  background-color: #fff;
  padding: 0 25px;
}
.news-list .items {
  width: 100%;
}
.news-list .item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.news-list .item .img {
  width: 33.4%;
  height: 168px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.news-list .item .txt {
  width: 62.8%;
}
.news-list .item .txt h2 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}
.news-list .item .txt .desc {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 38px;
}
.news-list .item .txt .f {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.news-list .item .txt .b {
  display: flex;
  display: -webkit-flex;
}
.news-list .item .txt .bark {
  color: #ff4343;
  font-size: 15px;
  margin-right: 17px;
}
.news-list .item .txt .date,
.news-list .item .txt .yue {
  color: #b0b0b0;
  font-size: 15px;
}
.news-list .item .txt .date span,
.news-list .item .txt .yue span {
  font-family: DIN;
}
.news-list .item .txt .date {
  margin-left: 28px;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.news-nav {
  width: 130px;
  background-color: #fff;
  padding: 0 14px 30px;
  position: absolute;
  top: 198px;
  left: -145px;
}
.news-nav a {
  display: block;
  line-height: 48px;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  color: #333;
  font-size: 15px;
  position: relative;
}
.news-nav a.active {
  color: #ff4343;
}
.news-nav a.active:after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background-color: #ff4343;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
}
.news-nav a:hover {
  color: #ff4343;
}
.news-detail {
  width: 100%;
  margin-bottom: 10px;
}
.news-detail .head {
  width: 100%;
  background-color: #fff;
  margin-bottom: 3px;
  padding: 35px 36px 30px;
}
.news-detail .head .date {
  color: #c3c3c3;
  font-size: 16px;
  font-family: DIN;
  margin-bottom: 15px;
  padding-left: 25px;
  background: url(../img/icon-date2.png) left center no-repeat;
}
.news-detail .head h1 {
  color: #333;
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.news-detail .head .b span {
  color: #888;
  font-size: 14px;
  margin-right: 25px;
}
.news-detail .desc {
  padding: 22px 36px 40px;
  background-color: #fff;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}
.news-detail .desc img {
  max-width: 100%;
  height: auto !important;
}
.news-detail .desc p {
    margin-bottom:25px;
}
.p-n {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 30px 36px;
}
.p-n li {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-n li a {
  color: #666;
}
.p-n li:hover a {
  color: #ff4343;
}
@media screen and (max-width: 1440px) {
  .news-nav {
    width: 90px;
    left: 0;
    padding: 0 10px 10px;
  }
  .news-nav a {
    line-height: 36px;
    font-size: 13px;
  }
  .news-padding {
    padding-left: 100px;
  }
  .news-head .item {
    height: 146px;
  }
  .news-head .item:first-child {
    height: 308px;
  }
}
.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #1e9fff;
    color: #FFF;
    padding: 4.5px 5px;
    text-decoration: none;
}

.container{
display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
display: -moz-box; /* Firefox 17- */
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
display: -ms-flexbox; /* IE 10 */
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

}
.sm_box {
    color: #ccc;
    width: 100%;
    padding: 20px 0;
    font-size: 15px;
    line-height: 25px;;

}