body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select,
span,
em,
i,
button {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: inherit;
  font-family: 'PingFangMedium', "PingFangSC-Regular", "microsoft yahei";
}

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.fl {
  float: left;
}


.fr {
  float: right;
}

ul,
li {
  list-style: none;
}

.in_ban {
  background-size: cover !important;
  min-height: 600px !important;
  width: 100% !important;
}

a {
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none !important;
  border-color: inherit;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em,
i {
  font-style: normal;
  font-size: inherit;
}

* {
  box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
}

input[type="button"] {
  border: none;
}

textarea {
  -webkit-appearance: none;
}

.img {
  width: 100%;
  display: block;
}

.auto {
  width: 1300px;
  margin: 0 auto;
}

.head .hd_t {
  padding: 25px 0;
}

.head .hd_t .auto {
  text-align: center;
  position: relative;
}

.hd_logo {
  margin-right: 80px;
}

.hd_logo .img {
  width: auto;
  display: inline-block;
}

.head .hd_tel_box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.head .hd_tel {
  background: url(/public/static/dashi/images/icon_01.png) no-repeat 0 7px;
  background-size: 25px;
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
  /* margin-left: 90px;
  margin-top: 32px; */
}

.head .hd_tel .tel {
  font-size: 18px;
  color: rgb(102, 102, 102);
  font-weight: bold;
}

.head .hd_tel .tel .num {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}

.head .hd_b {
  border-top: 1px solid #cccccc;
}

.head .hd_b .auto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*  */
.pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagesBox a,
.pagesBox span {
  margin-top: 50px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 3px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.pagesBox a font,
.pagesBox span font {
  font-size: 14px;
  width: 100%;
  height: 100%;
  background: rgb(255, 55, 63);
  color: #fff !important;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  */
.hd_nav {
  flex: 1;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
}

.hd_nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  position: relative;
}

.hd_nav li>a {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 60px;
  position: relative;
  white-space: nowrap;
}

.hd_nav li>a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  width: 0;
  height: 2px;
  background: rgb(230, 33, 41);
  transition: all .3s;
}

.hd_nav li.cur>a::after,
.hd_nav li:hover>a::after {
  width: 72px;
  margin-left: -36px;
}

.hd_b .shop_box {
  /* width: 330px; */
  margin-left: 98px;
  display: flex;
  justify-content: space-between;
}

.hd_b .shop_box a {
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
}

.hd_b .shop_box .shop .name {
  line-height: 26px;
  margin-left: 4px;
  font-size: 13px;
  color: #666666;
}

.hd_nav li dl {
  width: 180px;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  background: rgba(255, 255, 255);
  color: #646464;
  font-size: 14px;
  display: none;
}

.hd_nav li dl dd {
  padding: 15px 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(229, 229, 229);
  cursor: pointer;
  margin: 0;
}

.hd_nav li dl dd:hover {
  background: #e62129;
}

.hd_nav li dl dd:hover span {
  color: #fff;
}

.hd_nav li dl dd span,
svg {
  font-size: 14px;
  font-family: "MicrosoftYaHeiSemibold";
  color: rgb(103, 103, 103);
  line-height: 1.786;
}


.inner_ban {
  position: relative;
  min-width: 1300px;
}

.inner_ban .img {
  width: 100%;
  display: block;
}

.inner_ban .box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  text-align: center;
  margin-top: -55px;
}

.inner_ban .title {
  font-size: 50px;
  color: #323232;
  font-weight: bold;
}

.inner_ban .wz {
  font-size: 20px;
  color: #323232;
  margin-top: 15px;
}


.idx_fa {
  position: relative;
  top: -62px;
  z-index: 1000;
}

.idx_fa .search_box {
  display: flex;
}

.idx_fa .search_box .right {
  flex: 1;
  background: rgb(255, 224, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
}

.idx_fa .search_box .right .text {
  font-size: 18px;
  color: #000000;
}

.idx_fa .search_box .right .text .name {
  font-size: 15px;
  color: #584c00;
  margin-right: 15px;
}

.idx_fa .search_box .right .search {
  width: 720px;
  border: 1px solid #ddd;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  background: #ffffff;
}

.idx_fa .search_box .right .search .ipt_txt {
  font-size: 14px;
  color: #333;
  float: right;
  width: 670px;
  height: 42px;
  line-height: 40px;
  border: none;
}

.idx_fa .search_box .right .search .submit {
  width: 40px;
  height: 40px;
  float: left;
  background: url(/public/static/dashi/images/icon_05.png) no-repeat center;
  background-size: 18px;
  border: none;
  cursor: pointer;
  margin-left: 7px;
}

.idx_fa .content {
  margin-top: 115px;
}

.idx_fa .content .title {
  text-align: center;
  font-size: 51px;
  font-weight: bold;
}

.idx_fa .content .s-title {
  text-align: center;
  font-size: 22px;
  color: #666666;
  margin-top: 15px;
  font-weight: bold;
}

.idx_fa .content .item {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.idx_fa .content .item .text_box {
  display: flex;
}

.idx_fa .content .item:nth-of-type(1) .text_box {
  margin-top: 35px;
}

.idx_fa .content .item:nth-of-type(2) .text_box {
  margin-top: 90px;
}

.idx_fa .content .item:nth-of-type(3) .text_box {
  margin-top: 40px;
}

.idx_fa .content .item .text_box .num {
  width: 65px;
  height: 80px;
  background: rgb(230, 33, 41);
  color: #ffffff;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  position: relative;
}

.idx_fa .content .item .text_box .num::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  width: 28px;
  height: 3px;
  background: rgb(243, 144, 148);
}

.idx_fa .content .item .text_box .text {
  margin-left: 38px;
  width: 605px;
}

.idx_fa .content .item .text_box .text .item_title {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid rgb(202, 202, 202);
  padding-bottom: 22px;
}

.idx_fa .content .item .text_box .text .ctx {
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
  line-height: 2;
}

.idx_cp {
  padding: 120px 0;
  background: url(/public/static/dashi/images/idx_05.jpg) no-repeat center;
  background-size: cover;
}

.idx_cp .title {
  text-align: center;
  font-size: 51px;
  color: #ffffff;
  font-weight: bold;
}

.idx_cp .s_title {
  text-align: center;
  font-size: 22px;
  color: #a9a9a9;
  font-weight: bold;
  margin-top: 16px;
}

.idx_cp .cp_box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.idx_cp .cp_box .item {
  /* width: 19%; */
  width: 23%;
  position: relative;
}

.idx_cp .cp_box .item .ic {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
}

.idx_cp .cp_box .item .ctx {
  width: 100%;
  height: 355px;
  background: rgba(87, 87, 87, .94);
  padding: 40px 35px 0;

}

.idx_cp .cp_box .item .ctx .name {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.idx_cp .cp_box .item .ctx .txt {
  font-size: 14px;
  color: #cfcfcf;
  margin: 30px 0 35px;
  line-height: 1.8;
}

.idx_cp .cp_box .item .ctx .cp_btn {
  width: 95px;
  height: 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.idx_cp .cp_box .item:hover .ctx {
  background: rgba(209, 31, 38, .94);
}

.idx_hb {
  padding: 130px 0 90px;
  background: url(/public/static/dashi/images/idx_10.jpg) no-repeat center;
  background-size: cover;
}

.idx_hb .title {
  font-size: 51px;
  font-weight: bold;
  text-align: center;
}

.idx_hb .s_title {
  font-size: 22px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.idx_hb .hb_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 65px;
}

.idx_hb .hb_box .item {
  width: 300px;
  height: 165px;
  background: #fff;
  text-align: center;
  line-height: 140px;
  margin-bottom: 25px;
}

.idx_ba {
  padding: 80px 0 62px;
  background: url(/public/static/dashi/images/idx_21.jpg) no-repeat center;
  background-size: cover;
}

.idx_ba .ctx_box {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.idx_ba .ctx_box .title {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}

.idx_ba .ctx_box .txt {
  width: 540px;
  height: 65px;
  line-height: 65px;
  font-size: 24px;
  color: #303030;
  font-weight: bold;
  display: inline-block;
  background: rgb(255, 224, 1);
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
}

.idx_ba .ctx_box .phone_box {
  width: 540px;
  background: url(/public/static/dashi/images/icon_07.png) no-repeat -1px 4px;
  background-size: 42px;
  margin-top: 20px;
}

.idx_ba .ctx_box .phone_box .phone {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.idx_xw {
  padding: 120px 0;
}

.idx_xw .title {
  font-size: 51px;
  font-weight: bold;
  text-align: center;
}

.idx_xw .s_title {
  font-size: 22px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.idx_xw .ctx_box {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.idx_xw .ctx_box .left {
  position: relative;
  width: 495px;
}

.idx_xw .ctx_box .left .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 130px;
  height: 45px;
  line-height: 40px;
  background: rgb(230, 33, 41);
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

.idx_xw .ctx_box .right {
  width: 745px;
}

.idx_xw .ctx_box .right .item {
  display: flex;
  margin-bottom: 42px;
}

.idx_xw .ctx_box .right .item:last-child {
  margin-bottom: 0;
}

.idx_xw .ctx_box .right .item .num {
  font-size: 22px;
  color: rgb(230, 33, 41);
  font-weight: bold;
}

.idx_xw .ctx_box .right .item .new {
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding-bottom: 25px;
  border-bottom: 1px dashed #666666;
}

.idx_xw .ctx_box .right .item .new .text_box .new_title {
  font-size: 18px;
  font-weight: bold;
}

.idx_xw .ctx_box .right .item .new .text_box .ctx {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.idx_xw .ctx_box .right .item .new .text_box .time {
  font-size: 14px;
  color: #666666;
  margin-top: 40px;
}

.idx_xw .ctx_box .right .item .new .text_box {
  flex: 1;
  max-width: 510px;

}

.idx_xw .ctx_box .right .item .new .new_img {
  width: 170px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #eee;

}

.idx_xw .ctx_box .right .item .new .new_img>img {
  /* max-width: 170px; */
  /* max-height: 130px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.idx_code {
  background: rgb(241, 241, 241);
  padding: 55px 0;
}

.idx_code .ctx_box {
  display: flex;
  justify-content: space-between;
}

.idx_code .ctx_box .item {
  width: 310px;
  display: flex;
  justify-content: space-between;
}

.idx_code .ctx_box .item .ctx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}

.idx_code .ctx_box .item .ctx .title {
  font-size: 22px;
  color: #e62129;
  font-weight: bold;
}

.idx_code .ctx_box .item .ctx .s_title {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

.idx_code .ctx_box .line {
  width: 1px;
  height: 113px;
  background: rgb(214, 214, 214);
}

.foot {
  border-top: 1px solid #dedede;
}

.ft_t {
  padding: 60px 0 100px;
}

/* .ft_t .col{width: 11%;float: left;} */
.ft_t .col {
  float: left;
  margin-right: 60px;
}

.ft_t .tit {
  font-size: 20px;
  color: #323232;
  font-weight: bold;
  line-height: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  max-width: 120px;
  margin-bottom: 10px;
}

.ft_t .lks {}

.ft_t .lks a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 5px 0;
}

.ft_t .lks a:hover {
  color: #05037c;
  text-decoration: underline;
}

.ft_t .info {
  margin-top: 20px;
}

.ft_t .info .name {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.ft_t .info .text_box {
  text-align: right;
  margin-top: 32px;
}

.ft_t .info .text_box>p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}

.ft_b {
  padding: 40px 0;
}

.ft_b .url {
  font-size: 14px;
  color: #666666;
}

.ft_b .url>a {
  margin-right: 35px;
}

.ft_b .line {
  width: 100%;
  height: 1px;
  background: rgb(224, 224, 224);
  margin: 20px 0;
}

.in_ban {
  position: relative;
}

.in_ban .bg_img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  display: block;
}

.in_ban .ctx_box {
  width: 1300px;
  height: 384px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.in_ban .ctx_box .title {
  font-size: 51px;
  color: #ffffff;
  font-weight: bold;
}

.in_ban .ctx_box .s_title {
  font-size: 22px;
  color: #fff;
  margin-top: 15px;
}

.nav_bar {
  padding: 70px 0;
}

.nav_bar .nav {
  background: url(/public/static/dashi/images/icon_08.png) no-repeat 0 2px;
}

.nav_bar .nav>p {
  margin-left: 36px;
  font-size: 16px;
  color: #666666;
}

.ab_jj {
  padding: 20px 0 80px;
}

.ab_jj .ctx_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ab_jj .ctx_box .left .title {
  font-size: 36px;
  font-weight: bold;
}

.ab_jj .ctx_box .left .s_title {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin-top: 7px;
}

.ab_jj .ctx_box .left .ctx {
  width: 705px;
  margin-top: 45px;
}

.ab_jj .ctx_box .left .ctx>p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 30px;
  text-indent: 2em;
}

.ab_ban {
  padding: 130px 0 172px;
  background: url(/public/static/dashi/images/ab_03.jpg) no-repeat center;
}

.ab_ban .text_box {
  width: 525px;
  height: 305px;
  background: rgba(230, 33, 41, .92);
  padding: 70px 80px;
}

.ab_ban .text_box .title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}

.ab_ban .text_box .s_title {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 5px;
}

.ab_ln {
  padding: 80px 0;
}

.ab_ln .title {
  font-size: 36px;
  font-weight: bold;
}

.ab_ln .s_title {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin-top: 7px;
}

.ab_ln .ctx_box {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.ab_ln .ctx_box .item:hover .item_img .icon {
  display: inline-block;
}

.ab_ln .ctx_box .item .item_img {
  position: relative;
}

.ab_ln .ctx_box .item .item_img .icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ab_ln .ctx_box .item .name {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.us_zz {
  padding: 95px 0;
}

.us_zz .title {
  font-size: 36px;
  font-weight: bold;
}

.us_zz .s_title {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin-top: 7px;
}

.us_zz .detail {
  position: relative;
  font-size: 0;
  margin-top: 80px;
}

.us_zz .slide {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.us_zz .slide .item {
  overflow: hidden;
  width: 238px;
  margin-right: 20px;
}

.us_zz .slide .img {
  width: 100%;
  display: block;
}

.us_zz .swiper-container {
  position: static;
}

.us_zz .swiper-button-next,
.us_zz .swiper-button-prev {
  width: 46px;
  height: 46px;
  top: auto;
  top: -85px;
  left: auto;
}

.us_zz .swiper-button-prev {
  background: url(/public/static/dashi/images/icon_13.png) no-repeat center;
  background-size: contain;
  right: 65px;
}

.us_zz .swiper-button-next {
  background: url(/public/static/dashi/images/icon_14.png) no-repeat center;
  background-size: contain;
  right: 0;
}

.us_zz .swiper-button-prev:hover {
  background: url(/public/static/dashi/images/icon_15.png) no-repeat center;
  background-size: contain;
}

.us_zz .swiper-button-next:hover {
  background: url(/public/static/dashi/images/icon_16.png) no-repeat center;
  background-size: contain;
}


.us_zz .anniu {
  width: 46px;
  height: 46px;
  top: -110px;
  position: absolute;
  cursor: pointer;
}

.us_zz .prev {
  background: url(/public/static/dashi/images/icon_13.png) no-repeat center;
  background-size: contain;
  right: 65px;
  display: block;
}

.us_zz .next {
  background: url(/public/static/dashi/images/icon_14.png) no-repeat center;
  background-size: contain;
  right: 0;
}

.us_zz .prev:hover {
  background: url(/public/static/dashi/images/icon_15.png) no-repeat center;
  background-size: contain;
}

.us_zz .next:hover {
  background: url(/public/static/dashi/images/icon_16.png) no-repeat center;
  background-size: contain;
}

.lx_box {
  padding-bottom: 85px;
}

.lx_box .ctx_box {
  display: flex;
  justify-content: space-between;
}

.lx_box .left .title {
  font-size: 36px;
  font-weight: bold;
}

.lx_box .left .s_title {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin-top: 7px;
}

.lx_box .h60 {
  height: 60px;
}

.lx_box .left .name {
  font-size: 18px;
  font-weight: bold;
}

.lx_box .left .s_name {
  font-size: 16px;
  margin-top: 30px;
  padding-left: 25px;
  position: relative;
}

.lx_box .left .s_name::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  background: rgb(230, 33, 41);
  border-radius: 50%;
}

.lx_box .left .s_name .num {
  color: #666666;
}

.lx_box .right {
  flex: 1;
  margin-left: 80px;
}

.lx_box .map {
  width: 100%;
  height: 520px;
}

.lx_msg {
  padding: 95px 0;
  background: #f4f4f4;
}

.lx_msg .title {
  font-size: 36px;
  font-weight: bold;
}

.lx_msg .s_title {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin-top: 7px;
}

.lx_form {
  margin-top: 55px;
}

.lx_form .row {
  margin-bottom: 35px;
  margin-left: -2%;
}

.lx_form .item {
  float: left;
  width: 45%;
  margin-left: 2%;
}

.lx_form .tit {
  font-size: 16px;
  color: #323232;
  margin-bottom: 15px;
}

.lx_form .info {}

.lx_form .ipt {
  font-size: 14px;
  color: #333;
  background: #fff;
  width: 100%;
  border: none;
}

.lx_form .ipt_txt {
  padding: 0 25px;
  line-height: 50px;
  height: 50px;
}

.lx_form .con {
  height: 180px;
  padding: 15px 25px;
  line-height: 26px;
  resize: none;
}

.lx_form .submit {
  margin-top: 50px;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 140px;
  line-height: 36px;
  background: rgb(230, 33, 41);
  border: none;
  cursor: pointer;
}

.lx_form .submit:hover {
  background: rgb(221, 5, 12);
}

.nav_bar .search .ipt_box {
  width: 460px;
  height: 40px;
  border: 2px solid rgb(221, 5, 12);
  display: flex;
  box-sizing: border-box;
}

.nav_bar .search .ipt_box .search_txt {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 15px;
}

.nav_bar .search .ipt_box .btn {
  background: rgb(221, 5, 12);
  color: #fff;
  width: 50px;
  line-height: 36px;
  text-align: center;
}

.nav_bar .search .ctx {
  font-size: 12px;
  color: #666666;
  margin-top: 15px;
}

.nav_bar .search .ctx>a {
  margin-right: 15px;
}

.new_tab {
  background: rgb(241, 241, 241);
}

.new_tab .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
}

.new_tab .tab .li {
  font-size: 18px;
  color: #333333;
  margin-right: 90px;
  padding: 20px;
  position: relative;
}

.new_tab .tab .li:last-child {
  margin-right: 0;
}

.new_tab .tab .li.cur {
  color: #e62129;
}

.new_tab .tab .li::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0px;
  height: 6px;
  background: #e62129;
  transition: all .3s;
}

.new_tab .tab .li.cur::after,
.new_tab .tab .li:hover::after {
  width: 115px;
}

.new_tab .tab .li.cur::after,
.new_tab .tab .li:hover {
  color: #e62129;
}

.new_list {
  padding: 30px 0 50px;
  background: rgb(241, 241, 241);
}

.new_list .item {
  height: 300px;
  display: flex;
  margin-bottom: 42px;
  background: #fff;
  padding: 35px 35px 35px 60px;
}

.new_list .item:last-child {
  margin-bottom: 0;
}

.new_list .item .num {
  font-size: 22px;
  color: rgb(230, 33, 41);
  font-weight: bold;
  padding-top: 25px;
}

.new_list .item .new {
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.new_list .item .new .text_box {
  padding-top: 25px;
  position: relative;
  flex: 1;
  max-width: 800px;
}

.new_list .item .new .text_box .new_title {
  font-size: 22px;
  font-weight: bold;
}

.new_list .item .new .text_box .ctx {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new_list .item .new .text_box .time {
  font-size: 14px;
  color: #666666;
  position: absolute;
  bottom: 0;
}

.new_list .item .new .new_img {
  width: 300px;
  display: block;
  border: solid 1px #eee;
}

.new_list .item .new .new_img>img {
  /* max-width: 300px; */
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.xw_l {
  margin-right: 395px;
  background: #fff;
  padding: 60px;
}

.xw_r {
  width: 345px;
  background: #fff;
  padding: 0 35px;
  position: sticky;
  top: 30px;
  z-index: 5;
}

.xw_det {
  padding: 65px 0 100px;
  background: rgb(241, 241, 241);
}

.xw_det .topbox {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.xw_det .topbox .title {
  font-size: 28px;
  color: #303030;
  font-weight: bold;
}

.xw_det .topbox .sm {
  line-height: 30px;
  margin-top: 50px;
}

.xw_det .topbox .date {
  font-size: 14px;
  color: #6d6d6d;
}

.xw_det .topbox .vx {}

.xw_det .topbox .vx .icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url(/public/static/dashi/images/new_03.jpg) no-repeat center;
  background-size: contain;
}

.xw_det .editbox {
  padding: 30px 0 70px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.pagenav {
  padding: 40px 280px 40px 0;
  position: relative;
  border-top: 1px solid #efefef;
}

.pagenav li {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 30px;
}

.pagenav .back {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  color: #fff;
  width: 160px;
  line-height: 40px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  background: rgba(230, 33, 41, .9);
  display: block;
  margin-top: -20px;
  border: none;
}

.pagenav li:hover {
  color: rgb(230, 33, 41);
}

.pagenav .back:hover {
  background: rgb(230, 33, 41);
}

.xw_hot {
  padding-top: 25px;
}

.xw_hot .t_tit {
  border-bottom: 1px solid #efefef;
  font-size: 22px;
  color: #303030;
  line-height: 80px;
  font-weight: bold;
}

.xw_hot .list {}

.xw_hot .list .item {
  margin-bottom: 35px;
}

.xw_hot .list .title {
  font-size: 16px;
  color: #303030;
  font-weight: bold;
  margin-top: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.xw_hot .list .s_title {
  font-size: 13px;
  color: #666666;
  margin-top: 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.xw_hot .list .imgbox {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}

.xw_hot .list .img {
  width: 100%;
  display: block;
}

.xw_hot .list .item:hover .title {
  color: rgb(230, 33, 41);
}


.case_box {
  background: rgb(241, 241, 241);
  padding-bottom: 95px;
}

.case_box .ctx_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case_box .ctx_box .item {
  width: 415px;
  height: 395px;
  margin-bottom: 20px;
}

.case_box .ctx_box .item .i_img {
  width: 415px;
  height: 310px;
}

.case_box .ctx_box .item .name_box {
  width: 100%;
  height: 85px;
  background: #ffffff;
  padding: 0 30px;
}

.case_box .ctx_box .item .name_box .name {
  font-size: 16px;
  color: #666666;
  line-height: 82px;
  padding-left: 25px;
  position: relative;
}

.case_box .ctx_box .item .name_box .name::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgb(230, 33, 41);
}

.cp_details {
  background: rgb(241, 241, 241);
  padding: 20px 0 70px;
}

.cp_details .details {
  background: #ffffff;
  padding: 80px;
  display: flex;
  justify-content: space-between;
}

.cp_details .details .left {
  width: 675px;
}

.cp_details .details .left .title_box {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.cp_details .details .left .title_box .title {
  font-size: 22px;
  font-weight: bold;
}

.cp_details .details .left .title_box .icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url(/public/static/dashi/images/new_03.jpg) no-repeat center;
  background-size: contain;
}

.cp_details .details .left .ctx {
  font-size: 14px;
  color: #666666;
  text-indent: 2em;
  margin-top: 20px;
  line-height: 2;
}

.cp_details .details .left .ctx_box {
  margin-top: 55px;
}

.cp_details .details .left .ctx_box .s_title_box {
  border-bottom: 1px solid rgb(224, 224, 224);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.cp_details .details .left .ctx_box .s_title_box .s_title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.cp_details .details .left .ctx_box .s_title_box .s_title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 63px;
  height: 4px;
  background: rgb(230, 33, 41);
}

.cp_details .details .left .ctx_box .s_ctx .txt {
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}

.cp_details .details .left .ctx_box .img_box {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-top: 32px;
}

.cp_details .details .left .ctx_box .img_box>img {
  display: block;
  margin: 0 10px 10px 0;
}

.cp_details .details .right .cp_img {
  width: 375px;
  height: 415px;
  border: 1px solid rgb(224, 224, 224);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp_img>img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.msg_box {
  width: 240px;
  height: 335px;
  border-radius: 10px;
  position: fixed;
  right: 20px;
  top: 30%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  z-index: 1000;
  transition: all .3s;
}

.msg_box .top {
  width: 100%;
  height: 45px;
  background: rgb(255, 55, 63);
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.msg_box .top>img {
  cursor: pointer;
}

.msg_box .top .name {
  font-size: 14px;
  color: #ffffff;
}

.msg_box .ctx_box {
  padding: 15px 10px;
}

.msg_box .ctx_box .title {
  font-size: 12.5px;
  color: #303133;
}

.msg_box .ctx_box .phone {
  font-size: 12px;
  color: #666666;
}

.msg_box .ctx_box .ipt_box {
  margin-top: 20px;
}

.msg_box .ctx_box .ipt_box #msg_text {
  resize: none;
  border-color: rgb(220, 223, 230);
  border-radius: 4px;
  padding: 10px;
  font-size: 13px;
  color: #a9a9a9;
  width: 100%;
}

.msg_box .ctx_box .ipt_box .ipt {
  border: 1px solid rgb(220, 223, 230);
  border-radius: 4px;
  padding: 8px 10px;
  margin-bottom: 5px;
}

.msg_box .ctx_box .ipt_box .ipt .input {
  border: none;
  padding-left: 10px;
  color: #a9a9a9;
  font-size: 13px;
}

.msg_box .ctx_box .ipt_box input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a9a9a9;
}

.msg_box .ctx_box .ipt_box input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a9a9a9;
}

.msg_box .ctx_box .ipt_box input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a9a9a9;
}

.msg_box .ctx_box .ipt_box input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a9a9a9;
}

.msg_box .ctx_box .ipt_box .submit {
  background: rgb(255, 55, 63);
  border: none;
  color: #fff;
  padding: 8px 20px;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  margin-top: 10px;
  cursor: pointer;
}

.msg_box.close {
  width: 40px;
  height: 80px;
  right: 0;
  writing-mode: tb-rl;
  line-height: 40px;
  text-align: center;
  background: rgb(255, 55, 63);
  color: #fff;
  border-radius: 0;
  transition: all .3s;
}

.msg_box .box2 {
  display: none;
  cursor: pointer;
  color: #fff;
}

.msg_box.close .box2 {
  display: inline-block;
}