@charset "utf-8";
.list_article img,
.index_article img,
.list_article2 img,
.list_article3 img,
.list_article4 img,
.list_article5 img,
.list_article6 img,
.list_article7 img,
.article_article img {
  display: none;
}
.contact-xmtj {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.contact-xmtj label {
  display: flex;
  margin-bottom: 20px;
}
.contact-xmtj label span {
  flex-basis: 50px;
}
.contact-xmtj label input {
  border: 1px #e2e2e2 solid;
  flex-basis: calc(100% - 70px);
}
.contact-xmtj label .red {
  color: red;
}
.contact-xmtj label textarea {
  flex-basis: calc(100% - 70px);
  height: 120px;
  border: 1px #e2e2e2 solid;
}
.phone-click,
.footer-phone {
  display: none;
}
.footer-phone {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.ftc {
  position: relative;
}
.ftc .rt {
  display: block;
  background: url(../images/rt.png) no-repeat center;
  height: 4em;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -2em;
  width: 4em;
  margin-left: -2em;
  z-index: 98;
}
.foot {
  width: 100%;
  padding-bottom: 2em;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  /* position: fixed; */
  background: #666;
  padding-top: 24px;
}
.foot a {
  color: #fff;
}
.footer-phone ul {
  overflow: hidden;
  position: relative;
  z-index: 99;
  background: #0e7bb1;
}
.footer-phone li {
  width: 25%;
  float: left;
  text-align: center;
}
.footer-phone li a {
  display: block;
  padding: 1em 0;
  background: url(../images/line.png) no-repeat left center;
  background-size: 0.083em;
}
.footer-phone li:nth-child(1) a {
  background: none;
}
.footer-phone li a img {
  display: block;
  width: 2.208em;
  margin: 0 auto;
}
.footer-phone li a span {
  display: block;
  text-align: center;
  font-size: 1em;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  /*首页*/
  .container,
  .box_c,
  .about_t {
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .head .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .head .nav li {
    width: calc(100% / 8);
  }
  .head .nav li .second-nav {
    width: 100%;
  }
  .hd_cont .topin {
    display: none;
  }
  .cplist {
    width: calc(100% - 250px);
    height: auto;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .cplist ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
  }
  .cplist li {
    margin-top: 0;
    width: 100%;
  }
  .cplist li.nomr a {
    border: 1px solid #EAEAEA;
    display: flow-root;
    position: relative;
    height: 0;
    padding-bottom: 100%;
  }
  .cplist li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cplist li h5 {
    width: 100%;
  }
  .cplist li h5 a {
    border: none !important;
  }
  .facont {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .facont li {
    margin-left: 0;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
  .facont li a {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    display: block;
  }
  .facont li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .case {
    width: 100%;
    height: auto;
  }
  .hxysbox li {
    width: calc((100% - 270px) / 6);
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about_c {
    width: 96%;
    max-width: 1200px;
    height: auto;
    display: flow-root;
  }
  .about_cr {
    width: calc(100% - 380px);
    height: auto;
  }
  .about_cr span {
    width: 100%;
  }
  .dtbox {
    width: calc(100% - 250px);
  }
  .famu {
    height: auto;
  }
  /*首页*/
  /*通用页*/
  .ncon {
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .nconr {
    width: calc(100% - 230px);
  }
  .weizhi {
    width: calc(100% - 20px);
  }
  .content {
    width: calc(100% - 40px);
  }
  .content img {
    width: 100% !important;
    height: auto !important;
  }
  .liebiao {
    width: 95%;
  }
  .list_1 {
    width: calc(100% - 30px);
  }
  .list_1 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .list_1 li {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .list_1 li > a {
    height: 0;
    position: relative;
    padding-bottom: 100%;
  }
  .list_1 li a {
    display: block;
  }
  .list_1 li img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    object-fit: cover;
  }
  .list_1 li h5 {
    margin-top: 10px;
  }
  .list_1 li h5 a {
    width: 100%;
  }
  .title,
  .resource {
    width: calc(100% - 30px);
    height: auto;
  }
  .proarc {
    width: calc(100% - 20px);
  }
  .show_gallery,
  .gallery_box {
    width: 300px;
    height: 400px;
  }
  .tb-s310,
  .tb-s310 a {
    width: 294px;
    height: 294px;
  }
  .tb-s310 img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .show_property {
    width: calc(100% - 320px);
    margin-left: 20px;
  }
  .btnbar a img {
    width: 80px;
    height: auto;
  }
  .choose_style {
    width: 250px;
    height: 80px;
  }
  .show_property .share {
    position: initial;
    margin-left: 0;
    margin-top: 30px;
  }
  .show_content {
    width: 100%;
  }
  .linkbox h3 {
    width: 100%;
  }
  .des {
    width: 95%;
    height: auto;
  }
  .fenxiang {
    width: 100%;
  }
  .linkarc,
  .linkarc_c li,
  .linkarc_c,
  .linkarc_t {
    width: calc(100% - 10px);
  }
  /*通用页*/
}
@media screen and (max-width: 1024px) {
  /*首页*/
  .hxysbox li h5 {
    font-size: 20px;
  }
  .hxysbox li p {
    font-size: 14px;
  }
  .box_cl {
    width: fit-content;
  }
  .fotphone {
    display: none;
  }
  .fottxt {
    height: auto;
  }
  /*首页*/
}
.phone {
  display: none;
}
@media screen and (max-width: 768px) {
  .yqlj {
    display: none;
  }
  .page_top {
    display: none;
  }
  .footer-phone {
    display: block;
  }
  /*首页*/
  .hd_cont .dh_phone,
  .hd_cont .wz,
  .hd_cont .hd_logo dd {
    display: none;
  }
  .hd_cont {
    height: 60px;
  }
  .hd_cont .hd_logo {
    width: 30%;
    display: flow-root;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
  .hd_cont .hd_logo img {
    width: 100%;
    height: auto;
  }
  .famu,
  .cplist {
    float: none;
    width: 100%;
  }
  .famu h4 a {
    background: #2a7ca8;
    display: block;
  }
  .famu h4 a img {
    margin: auto;
  }
  .famu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .faphone {
    display: none;
  }
  .cplist {
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .cplist h4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .conttit .titmore {
    right: 20px;
  }
  .cplist ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
  .box_cl h6 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
  }
  .box_cl span {
    font-size: 16px;
  }
  .box_cr {
    display: none;
  }
  .facont {
    grid-template-columns: repeat(2, 1fr);
  }
  .hxysbox .hxystit span {
    font-size: 20px;
  }
  .hxysbox .hxystit p {
    font-size: 14px;
    height: auto;
  }
  .hxysbox li {
    width: calc(33.3% - 44px);
    margin-bottom: 20px;
  }
  .hxysbox li h5 {
    font-size: 14px;
  }
  .hxysbox li p {
    font-size: 12px;
    padding-top: 10px;
  }
  .fottxt {
    background: none !important;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .about_cl {
    width: 100%;
    height: auto;
  }
  .about_cl img {
    width: 100%;
    height: auto;
  }
  .dtbox h4 {
    font-size: 12px;
  }
  .about_cr {
    width: 100%;
    margin-top: 20px;
  }
  .dtbox,
  .fwzc {
    width: 100%;
  }
  .fwzc {
    height: auto;
    margin-top: 20px;
  }
  .fwzc .m_form .ipttxt,
  .fwzc .m_form .txtare {
    width: calc(100% - 55px);
  }
  .fwzc .m_form .btnsubmit {
    text-align: center;
    width: 100%;
    background-color: #f57720;
  }
  .fwimg {
    background-color: #f57720;
    text-align: center;
    margin-bottom: 20px;
  }
  .fwzc .fwphone {
    display: none;
  }
  .dtbox dl {
    height: auto;
  }
  .dtbox dl .fl {
    float: none;
  }
  .dtbox dl .fl img {
    width: 100%;
    height: auto;
  }
  .dtbox dd {
    margin-left: 0;
  }
  .dtbox {
    height: auto;
  }
  .dtbox dd h5 {
    margin-top: 10px;
    height: auto;
    line-height: inherit;
  }
  .dtbox dd h5 a {
    font-size: 14px;
  }
  .dtbox li a {
    width: 100%;
  }
  .dtbox li {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
  }
  .dtbox li span {
    position: inherit;
    padding-left: 16px;
  }
  .famu li {
    height: auto;
    line-height: 40px;
    width: 50%;
  }
  .about_t .more {
    display: none;
  }
  /*首页*/
  /*通用*/
  .ncon {
    display: flex;
    flex-direction: column-reverse;
  }
  .nconr {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .nconl {
    float: none;
    width: 100%;
  }
  .prs {
    width: 100%;
  }
  .prs .t05_con {
    width: calc(100% - 4px);
    display: none;
  }
  .MTA {
    margin-top: 0;
  }
  .contactn {
    display: none;
  }
  .prs .t05 {
    font-size: 16px;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
    position: relative;
  }
  .prs .t05::after {
    content: '>';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
  .prs li a {
    display: block;
  }
  .weizhi h3 {
    display: none;
  }
  .liebiao {
    width: calc(100% - 30px);
  }
  .liebiao li img {
    float: none;
    width: calc(100% - 8px);
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .liebiao li h5 a {
    font-size: 14px;
  }
  .liebiao li p {
    font-size: 12px;
    padding-top: 6px;
  }
  .liebiao li span {
    font-size: 12px;
  }
  .liebiao li p {
    height: auto;
  }
  .list_1 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .title h1 {
    font-size: 20px;
    height: auto;
    line-height: normal;
    margin-top: 20px;
  }
  .show_gallery,
  .gallery_box {
    width: 100%;
  }
  .show_property {
    width: 100%;
    margin-left: 0;
  }
  .tb-s310,
  .tb-s310 a {
    width: calc(100% - 6px);
    max-width: 100%;
    max-height: 100%;
  }
  .choose_style {
    width: 100%;
  }
  .show_content h3 span,
  .show_content h3 span.current {
    width: 100px;
    font-size: 12px;
  }
  .content_body img {
    max-width: 100% !important;
  }
  .comment {
    padding: 20px;
  }
  .comment tr {
    display: flex;
    flex-direction: column;
  }
  .comment tr td {
    height: auto;
    text-align: left;
  }
  .comment tr td .text {
    width: 100%;
  }
  .comment tr td textarea {
    width: 100%;
  }
  .correlation-article h2 {
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  .correlation-article li img {
    width: 100%;
    float: none;
  }
  .correlation-article li a {
    width: 100%;
    float: none;
    font-size: 14px;
  }
  .linkbox ul li {
    width: 50%;
  }
  /*通用*/
  .phone-click {
    cursor: pointer;
    width: 22px;
    height: 16px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 5%;
    top: 24px;
  }
  .phone-click .phone-line {
    height: 2px;
    background: #459dcc;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
  }
  .phone-click .phone-line::before,
  .phone-click .phone-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #459dcc;
    transition: all 0.5s;
  }
  .phone-click .phone-line::before {
    top: 0;
    transition: all 0.5s;
  }
  .phone-click .phone-line::after {
    bottom: 0;
    transition: all 0.5s;
  }
  .phone-click.active .phone-line {
    background: rgba(255, 255, 255, 0) !important;
    transition: all 0.5s;
  }
  .phone-click.active .phone-line::before {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(7px) rotate(45deg);
  }
  .phone-click.active .phone-line::after {
    margin: auto;
    transition: all 0.5s;
    transform: translateY(-7px) rotate(-45deg);
  }
  .head {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 60px;
    height: 100vh;
    z-index: 1000000;
    left: 0;
    margin-left: 0;
    padding-top: 30px;
  }
  .head .nav {
    flex-direction: column;
  }
  .head .nav li {
    width: calc(100% - 20px);
    text-align: left;
    padding-left: 20px;
    position: relative;
    height: auto;
  }
  .head .nav li:hover {
    background: none;
  }
  .head .nav li i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 1;
  }
  .head .nav li i.active {
    transform: rotate(45deg);
  }
  .head .nav li i::before {
    content: '';
    width: 16px;
    position: absolute;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
  }
  .head .nav li i::after {
    content: '';
    height: 16px;
    position: absolute;
    width: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
  }
  .head .nav li a {
    color: #000;
    display: block;
  }
  .head .nav li .second-nav a {
    color: #fff;
  }
  .list_article,
  .index_article,
  .list_article2,
  .list_article3,
  .list_article4,
  .list_article5,
  .list_article6,
  .list_article7,
  .article_article {
    height: auto;
    background-position: center;
  }
  .list_article img,
  .index_article img,
  .list_article2 img,
  .list_article3 img,
  .list_article4 img,
  .list_article5 img,
  .list_article6 img,
  .list_article7 img,
  .article_article img {
    display: block;
    max-width: 100%;
  }
  .flexslider,
  .slides li {
    height: auto;
  }
  .slides li > a > img {
    left: 0;
    width: 100%;
  }
  .linkarc_c li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .phone {
    display: block;
  }
}
.dtbox dd h5 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.slides li {
  text-align: center;
}
/*# sourceMappingURL=add.css.map */