.navtel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9449;
}

.navtel_ul {
    display: block;
    width: 70%;
    height: 100%;
    background: #8b8b92;
}

    .navtel_ul li {
        display: block;
    }

        .navtel_ul li span {
            display: block;
            font-size: 15px;
            line-height: 50px;
            padding-left: 20px;
            color: #fff;
            border-bottom: 1px solid #ccc;
            text-align: center;
        }

.navtel_link {
    display: block;
    font-size: 14px;
    line-height: 36px;
    padding-left: 20px;
    color: #fff;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
}

.navtel_hide {
    z-index: 999;
    display: none;
    padding: 10px 0 10px 45px;
}

    .navtel_hide a {
        display: block;
        color: #fff;
        line-height: 24px;
    }

.headbox {
    background: #fff;
    border-bottom: 1px solid #c4c4c5;
}

    .headbox .w1200 {
        padding: 32px 0 26px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .headbox img {
        display: block;
        width: calc(300 / 1920 * 100vw);
        height: auto;
    }

.menubox {
    background: #06203e;
}

.main_nav {
    display: flex;
}

    .main_nav li {
        position: relative;
        display: block;
        padding: 0 calc(22 / 1920 * 100vw);
    }

.main_nav_linke {
    display: block;
    font-size: 20px;
    line-height: 66px;
    color: #fff;
}

.main_nav li.cur {
    background: #c9151e;
}

.main_nav {
    display: flex;
}

    .main_nav li {
        position: relative;
        display: block;
        padding: 0 calc(20 / 1920 * 100vw);
    }

.main_nav_linke {
    display: block;
    font-size: 16px;
    line-height: 66px;
    color: #fff;
}

.main_nav li.cur {
    background: #c9151e;
}

.headbox_tel {
    padding-left: 50px;
    background: url(../images/common/tel.png) no-repeat left center;
    background-size: 42px 42px;
    font-weight: bold;
}

    .headbox_tel span {
        display: block;
        color: #999999;
        line-height: 20px;
        font-size: 14px;
    }

    .headbox_tel p {
        display: block;
        font-size: 27px;
        color: #c9151e;
        line-height: 27px;
    }

.main_nav_hide {
    display: none;
    padding-bottom: 20px;
    z-index: 9;
    top: 66px;
    left: 0;
    position: absolute;
    background: #f2f2f2;
    width: 100%;
}

    .main_nav_hide a {
        display: block;
        font-size: 16px;
        color: #333333;
        line-height: 46px;
        width: 100%;
        text-align: center;
    }

        .main_nav_hide a.cur,
        .main_nav_hide a:hover {
            color: #fff;
            background: #06203e;
        }

.main_nav li:hover .main_nav_hide {
    display: block;
}
/*轮播*/
.scrollbox {
  width: 100%;
}
/* .swiper-container-horizontal>.swiper-pagination-bullets.big_page{
  bottom:-20px;
} */
.scroll {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.index_scroll img {
  display: block;
  width: 100%;
  height: auto;
}
.index_scroll .swiper-button-next,
.index_scroll .swiper-button-prev {
  color: #fff;
  background-size: 25px 40px;
}
.index_linkbox {
  padding: calc(82 / 1920 * 100vw) 0;
  display: flex;
}
.index_linkbox a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 16.66%;
}
.index_linkbox a img {
  display: block;
  width: calc(106 / 1920 * 100vw);
  height: auto;
  margin-bottom:10px;
}
.index_linkbox a span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
}
.index_titlepic {
  width: 100%;
  height: auto;
}
.indexwbox_main {
}
.index_newsbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(5 / 1920 * 100vw);
  height: calc(376 / 1920 * 100vw);
}
.indexwbox_left {
  position: relative;
  display: block;
  width: 43.6%;
  height: 100%;
}
.indexwbox_left img {
  display: block;
  width: 100%;
  height: 100%;
}
.indexwbox_left span {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  padding: 0 10px;
  line-height: 32px;
  width: 100%;
  background: #d7d7d6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4b4949;
}
.index_yfbox {
  height:491px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: calc(0 / 1920 * 100vw) 0;
}

.index_yfbox_list {
  width: 65.9%;
  height:100%;
}
.index_yfbox_list img {
  display: block;
  width: 100%;
  height:100%;
}
.index_yfbox_list2 {
  display: flex;
  justify-content: space-between;
}
.index_yfbox_list2 img {
  display: block;
  width: calc(50% - 5px);
  height: auto;
}
.index_yfbox_list3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 33%;
}
.index_yfbox_list3 img {
  display: block;
  width: 100%;
  height: 238px;
}
.index_yfbox_list3 img:first-child {
  margin-bottom: 15px;
}
.index_yf_text {
  position: relative;
  
}
.index_yf_text p {
  display: block;
  position: relative;
  padding: 10px 0  0  20px;
  font-size: 19px;
  color: #898989;
  line-height: 32px;
}
.index_yf_text p::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  content: "";
  width: 5px;
  height: 19px;
  background: #a40000;
}
.index_more {
  display: block;
  margin-top: calc(42 / 1920 * 100vw);
}
.index_more img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 46px;
}
.tybk {
  background:url(../images/indexboxbk.png) no-repeat center center;
  background-size: cover;
}
.tybk img,
.index_img {
  width: 100%;
  height: auto;
}
.tymain {
}
.index_ty_text {
  margin: calc(0 / 1920 * 100vw) 0;
  padding: 0 calc(0 / 1920 * 100vw);
  border-radius: 5px;
}
    .index_ty_text p {
        display: block;
        position: relative;
        padding: 10px 0 0 20px;
        font-size: 19px;
        color: #333333;
        line-height: 32px;
    }
.index_ty_text p::after {
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  content: "";
  width: 5px;
  height: 19px;
  background: #a40000;
}
.kb_msg {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
.kb_msg img {
  display: block;
  width: calc(74 1920 * 100vw);
  height: auto;
}
.kb_msg span {
  display: block;
  padding: 0 calc(38 / 1920 * 100vw);
  font-size: 20px;
  color: #595757;
}
.kb_box {
  display: flex;
  justify-content: space-between;
}
.kb_box img{
  display: block;
  width: 100%;
  height: auto;
}
.kb_prev,
.zx_prev {
  top: 65%;
  left: -50px;
  color: #999;
  background: none;
}
.kb_next,
.zx_next {
  top: 65%;
  right: -50px;
  color: #999;
  background: none;
}
.index_newul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 53%;
  height: 100%;
}
.index_newul li {
  display: block;
}
.index_newul li:last-child {
  margin-bottom: 0;
}
.index_newul li a {
  display: flex;
  justify-content: space-between;
}
.index_news_main {
  width: calc(516 / 1920 * 100vw);
  padding: calc(14 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  background: #f6f6f6;
}

.index_news_main p {
  color: #4c4948;
  font-size: 16px;
  line-height: calc(32 / 1920 * 100vw);
  font-weight:bold;
}
.index_news_main span {
  line-height: 20px;
  font-size: 14px;
  color: #8c8d8d;
}
.index_news_time {
}
.index_news_time span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #901b1f;
  text-align: center;
  line-height: 30px;
}
.index_news_time p {
  display: block;
  font-size: 16px;
  color: #7b7b7b;
  border-top: 1px solid #c4c3c3;
  line-height: 32px;
}
.footerbox {
  width: 100%;
  padding: 38px 0;
  background: #32323c;
}
.footer_menu{
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9db;
}
.footer_menu .w1200{
  
  display: flex;
}
.footer_menu a{
  display: block;
  font-size: 16px;
  padding: 0 18px;
  color:#fff;
  line-height: 32px;
}
.footer_one {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_one_logo{
  display: block;
  width:28%;
  height: auto;
  border-right: 1px solid #9d9da2;
}
.footer_one_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 22%;
}
.footer_one_tel span {
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  color: #dadadc;
  text-align: center;
}
.footer_one_tel p {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #dadadc;
  line-height: 20px;
}
.footer_msgbox {
  padding: 0.821428571429rem 0;
}
.footer_one_msg span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #efeff0;
}
.index_nav {
  width: auto;
  white-space: nowrap;
  overflow-y: auto;
  height: 0.833333333333rem;
}
.index_nav::-webkit-scrollbar {
  display: none;
}
.index_nav a {
  padding: 0 0.25rem;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  line-height: 0.833333333333rem;
}
.index_nav a.cur::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 9px);
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
}

.caseul {
  display: block;
  background: #fff;
}
.caseul li {
  display: flex;
  justify-content: space-between;
  padding: calc(60 / 1920 * 100vw) 0;
  border-bottom: 1px solid #b8b7b7;
}
.caseul li img {
  display: block;
  width: 32.1%;
  height: auto;
}
.caseul_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 62.2%;
}
.caseul_span {
  padding: 0 12px;
  display: block;
  font-size: 14px;
  color: #595757;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.caseul_main p {
  display: block;
  margin-bottom: 15px;
  padding: 0 12px;
  font-size: 22px;
  color: #000000;
  line-height: 40px;
  background: #efefef;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseul_main div {
  display: flex;
}
.caseul_main div span {
  display: block;
  padding: 0 12px;
  width: 50%;
  color: #595757;
  font-size: 19px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseul_main a {
  margin-top: 24px;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  background: #a72126;
  margin-left: 12px;
  line-height: 28px;
}
.case_title {
  margin: 0 auto 0.2rem auto;
  width: 8.55555555556rem;
}
.mt46 {
  margin-top: 0.638888888889rem;
}
.case_title img {
  display: block;
  width: 100%;
  height: auto;
}
.detailbox {
  padding: 0.5rem;
  background: #fff;
}
.detailbox_title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 120px;
  color: #a72126;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.d_mainbox {
  padding-top: 40px;
}
.d_mainbox p {
  display: block;
  font-size: 20px;
  color: #3e3a39;
  line-height: 32px;
  margin-bottom: 5px;
  margin-top:5px;
}
    .d_mainbox p.tit img {
    width:90%;height:auto;
    }

    .d_mainbox p img {
        width: 100%;
    }
    .detailbox img {
        display: block;
        width: calc(960 / 1920 * 100vw);
        height: auto;
        margin: 10px auto 20px auto;
    }
.listbox_left {
  width: 270px;
  padding-top: calc(60 / 1920 * 100vw);
  float: left;
}
.listbox_left ul {
  display: block;
  border: 1px solid #a6a5a5;
}
.listbox_left ul li {
  border-top: 1px solid #a6a5a5;
}
.listbox_left ul li a {
  display: block;
  padding-left: 40px;
  font-size: 16px;
  color: #595757;
  line-height: 50px;
  background: url(../images/jt_red.png) no-repeat 80% center;
}
.listbox_left ul li:first-child {
  border-top: none;
}
.listbox_left ul li.cur {
}
.listbox_left ul li.cur a {
  background: none;
  margin-left: -1px;
  color: #a72126;
  border-left: 4px solid #a72126;
}
.listbox_right {
  float: right;
  width: calc(100% - 290px);
}
.overflowhide {
  overflow: hidden;
}
.detail_tips {
  display: flex;
  padding: 0 24px;
  background: #e9eaea;
}
.detail_tips span {
  display: block;
  font-size: 15px;
  color: #898989;
  line-height: 46px;
}
.detail_tips p {
  display: block;
  font-size: 15px;
  line-height: 46px;
  color: #3e3a39;
}
.detail_done {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dcdddd;
}
.detail_done span {
  display: block;
  width: 50%;
  font-size: 20px;
  color: #3e3a39;
  line-height: 70px;
}
.detail_done a{
  
  color: #3e3a39;
}
.detail_done span:last-child {
  text-align: right;
}
.hotbox {
  margin-top: 50px;
}
.hotbox_title {
  border-bottom: 2px solid #dcdddd;
}
.hotbox_title span {
  display: inline-block;
  padding: 0 20px;
  font-size: 28px;
  color: #fff;
  background: #a72126;
  line-height: 52px;
}
.hotbox ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.hotbox ul li {
  display: block;
  width: 50%;
  padding-right: 10px;
  overflow: hidden;
}
.hotbox ul li a {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.hotbox ul li img {
  display: block;
  width: 35%;
  height: auto;
}
.hotbox ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(65% - 20px);
}
.hotbox ul li p {
  display: block;
  font-size: calc(20 / 1920 * 100vw);
  color: #595757;
  line-height: calc(50 / 1920 * 100vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotbox ul li span {
  display: block;
  font-size: calc(18 / 1920 * 100vw);
  color: #898989;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.newshead_main_ad {
    padding: 36px 0 0;
    display: flex;
    align-items: center;
}

    .newshead_main_ad img {
        display: block;
        margin-right: 4px;
    }

    .newshead_main_ad span,
    .newshead_main_ad a {
        display: block;
        font-size: 13px;
        color: #333;
        line-height: 18px;
        padding: 0 2px;
    }