html {
  font-size: 100px;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2010;
  border-radius: 2px;
  background: #000;
}

.liuyan_tanchuang .lox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}

.liuyan_tanchuang .ico {
  width: 24px;
}

.liuyan_tanchuang .out {
  width: 20px;
  cursor: pointer;
  margin-top: 2px;
}

.liuyan_tanchuang .wz {
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 0 10px;
}

.w100 {
  width: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ellipsis.line2 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis.line3 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis.line4 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.my-title {
  text-align: center;
  line-height: 1.3181818182;
  padding-bottom: 0.45rem;
  position: relative;
}
.my-title::before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #C30E23;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.8em;
}

.contact img {
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .section1 {
  padding-top: 0.9rem;
  padding-bottom: 1.5rem;
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F9FCFE 30%, #F4F9FD 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F9FCFE 30%, #F4F9FD 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #F9FCFE 30%, #F4F9FD 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F9FCFE 30%, #F4F9FD 100%);
}
.contact .section1 .my-title {
  margin-bottom: 0.6rem;
}
.contact .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section1 .left {
  width: 66.25%;
}
.contact .section1 .right {
  width: 33.75%;
  background-color: #fff;
  padding: 0.42rem 3.75%;
}
.contact .section1 .logo {
  margin-bottom: 0.23rem;
  width: 9.3181818182em;
}
.contact .section1 .title {
  line-height: 1.3636363636;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.17rem;
}
.contact .section1 .text {
  line-height: 1.75;
  padding: 0.2rem 0;
}
.contact .section1 .text + .text {
  border-top: 1px dashed #E5E5E5;
}
.contact .section1 .text img {
  display: inline-block;
  width: 1.25em;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.contact .section1 .text a:hover {
  text-decoration: underline;
  color: #C30E23;
}
.contact .section1 .text.tel img {
  vertical-align: text-top;
}
.contact .section1 .text.tel a {
  color: #C30E23;
  font-family: Arial;
  line-height: 1.1666666667;
}
.contact .section1 .code {
  display: inline-block;
  padding: 0.05rem;
  border-radius: 0.06rem;
  border: 1px solid #e5e5e5;
  margin-top: 0.15rem;
}
.contact .section1 .code img {
  width: 5em;
}
.contact .section2 {
  padding-top: 0.9rem;
  padding-bottom: 1.23rem;
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F9FCFE 30%, #F4F9FD 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F9FCFE 30%, #F4F9FD 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #F9FCFE 30%, #F4F9FD 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F9FCFE 30%, #F4F9FD 100%);
}
.contact .section2 .my-title {
  margin-bottom: 0.6rem;
}
.contact .section2 .form {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
  padding: 0.52rem 6.25%;
}
.contact .section2 .title {
  margin-bottom: 0.2rem;
}
.contact .section2 .text {
  line-height: 1.25;
  padding-bottom: 0.38rem;
  border-bottom: 1px dashed #DBDBDB;
}
.contact .section2 .form-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.4rem;
}
.contact .section2 .form-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.14rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #E5E5E5;
  width: 45.8333333333%;
  margin-bottom: 0.48rem;
  position: relative;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.contact .section2 .form-item:last-child {
  margin-bottom: 0;
}
.contact .section2 .form-item.checkbox {
  border-color: transparent;
}
.contact .section2 .form-item.checkbox .checkbox-icon {
  border-radius: 50%;
}
.contact .section2 .form-item.checkbox .checkbox-icon::before {
  border-radius: 50%;
}
.contact .section2 .form-item.active {
  border-color: #D8261C;
}
.contact .section2 .form-item.textarea {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.contact .section2 .form-item.textarea .form-label {
  width: 100%;
  margin-bottom: 0.3rem;
}
.contact .section2 .form-item.yzm {
  width: 100%;
  margin-bottom: 0.18rem;
}
.contact .section2 .form-item.yzm .yzm-img {
  position: absolute;
  bottom: -1px;
  right: 0;
  padding-left: 0.14rem;
  width: 8.5em;
  cursor: pointer;
}
.contact .section2 .form-label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 8.5em;
  line-height: 1.25;
}
.contact .section2 .form-input {
  border: none;
  outline: none;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact .section2 .form-input::-webkit-input-placeholder {
  color: #ccc;
}
.contact .section2 .form-input:-moz-placeholder {
  color: #ccc;
}
.contact .section2 .form-input::-moz-placeholder {
  color: #ccc;
}
.contact .section2 .form-input:-ms-input-placeholder {
  color: #ccc;
}
.contact .section2 .form-input::placeholder {
  color: #ccc;
}
.contact .section2 .checkbox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6666666667;
}
.contact .section2 .checkbox-item {
  margin-right: 0.48rem;
  cursor: pointer;
}
.contact .section2 .checkbox-container {
  position: relative;
  margin-right: 0.13rem;
  display: inline-block;
  vertical-align: middle;
}
.contact .section2 .checkbox-label {
  cursor: pointer;
  position: relative;
}

.contact .section2 .checkbox-label::before{
    contact:" ";
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 2;
}

.contact .section2 .checkbox-label, .contact .section2 .tip {
  color: #666;
}
.contact .section2 .checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
}
.contact .section2 .checkbox-input:checked + .checkbox-icon {
  border-color: #C30E23;
}
.contact .section2 .checkbox-input:checked + .checkbox-icon::before {
  width: 70%;
  height: 70%;
}
.contact .section2 .checkbox-icon {
  width: 1.3333333333em;
  height: 1.3333333333em;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  position: relative;
}
.contact .section2 .checkbox-icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #C30E23;
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}
.contact .section2 .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
.contact .section2 .btn {
  border: 1px solid #C30E23;
  border-radius: 34px;
  line-height: 2.7777777778;
  padding: 0 0.58rem;
  color: #C30E23;
  letter-spacing: 0.5em;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0.2rem;
}
.contact .section2 .btn:hover {
  background-color: #C30E23;
  color: #fff;
}
.contact .section3 {
  padding-top: 0.9rem;
  padding-bottom: 1.2rem;
  background: -webkit-linear-gradient(top, #F4F9FD 0.74%, #F4F9FD 99.26%);
  background: -moz-linear-gradient(top, #F4F9FD 0.74%, #F4F9FD 99.26%);
  background: -o-linear-gradient(top, #F4F9FD 0.74%, #F4F9FD 99.26%);
  background: linear-gradient(180deg, #F4F9FD 0.74%, #F4F9FD 99.26%);
}
.contact .section3 .my-title {
  margin-bottom: 0.5rem;
}
.contact .section3 .content {
  position: relative;
  margin-bottom: 0.5rem;
}
.contact .section3 .bg {
  border-radius: 0.2rem;
}
.contact .section3 .info {
  position: absolute;
  top: 30%;
  left: 0.1rem;
  right: 0.1rem;
  text-align: center;
  color: #fff;
}
.contact .section3 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}
.contact .section3 .text {
  line-height: 1.7777777778;
}
.contact .section3 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact .section3 .item {
  background-color: #fff;
  width: 49.375%;
  border-radius: 0.12rem;
  border: 1px solid #fff;
  padding: 0.39rem 0.47rem;
  min-height: 2.1rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.contact .section3 .item:hover {
  border-color: #C30E23;
}
.contact .section3 .item:hover .item-title {
  color: #C30E23;
}
.contact .section3 .item-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.9090909091em;
  margin-right: 0.37rem;
}
.contact .section3 .item-info {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 0.05rem;
}
.contact .section3 .item-title {
  line-height: 1.4545454545;
  padding-bottom: 0.26rem;
  position: relative;
  margin-bottom: 0.24rem;
}
.contact .section3 .item-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 1.3em;
  bottom: 0;
  left: 0;
  background-color: #C30E23;
}
.contact .section3 .item-text {
  line-height: 1.75;
}
.contact .section4 {
  min-height: 8rem;
  background: url(../images/contact6.png) no-repeat center center/cover;
  padding: 1.1rem 0;
  color: #fff;
  text-align: center;
}
.contact .section4 .title {
  line-height: 1.6666666667;
  padding-bottom: 0.44rem;
  margin-bottom: 0.44rem;
  position: relative;
}
.contact .section4 .title::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 2em;
  height: 2px;
  background-color: #fff;
  opacity: 0.3;
}
.contact .section4 .text {
  line-height: 1.75;
  margin-bottom: 0.95rem;
}
.contact .section4 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.contact .section4 .item {
  cursor: pointer;
}
.contact .section4 .item:hover .item-img {
  background-color: #C30E23;
  border-color: #C30E23;
}
.contact .section4 .item-img {
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0.32rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .section4 .item-img img {
  width: 3.125em;
}
.contact .section4 .item-title {
  line-height: 1.75;
}
.contact .section4 .item-title a {
  color: #fff;
}
.contact .section4 .item-title a:hover {
  color: #C30E23;
  text-decoration: underline;
}

.news img {
  -o-object-fit: cover;
     object-fit: cover;
}
.news .section1 {
  padding: 1rem 0;
  background: #F4F9FD;
}
.news .section1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.news .section1 .box:hover .left img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.news .section1 .box:hover .title {
  color: #C30E23;
}
.news .section1 .box:hover .more img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.news .section1 .left {
  width: 54.375%;
  min-height: 5.56rem;
  overflow: hidden;
}
.news .section1 .right {
  width: 45.625%;
  background-color: #fff;
  padding: 0.9rem 5% 0.8rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .section1 .time {
  color: #999;
  line-height: 1.125;
}
.news .section1 .time img {
  display: inline-block;
  vertical-align: bottom;
  width: 1.125em;
  margin-right: 0.1rem;
}
.news .section1 .title {
  line-height: 2;
  padding-bottom: 0.4rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.news .section1 .title::before {
  position: absolute;
  content: "";
  width: 1em;
  bottom: 1px;
  left: 0;
  height: 1px;
  background-color: #C30E23;
}
.news .section1 .text {
  line-height: 1.88;
  color: #888;
}
.news .section1 .more {
  margin-top: auto;
  margin-left: auto;
  width: 2.75em;
  height: 2.75em;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
}
.news .section1 .more img {
  width: 1.875em;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.news .section2 {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-color: #FBFCFE;
}
.news .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.22rem;
}
.news .section2 .list::after {
  content: "";
  width: 31.25%;
}
.news .section2 .item {
  width: 31.25%;
  margin-bottom: 0.58rem;
}
.news .section2 .item:hover .item-img img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.news .section2 .item:hover .item-title {
  color: #C30E23;
}
.news .section2 .item:hover .item-more img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.news .section2 .item-img {
  overflow: hidden;
}
.news .section2 .item-info {
  background-color: #fff;
  padding: 0.38rem 6% 0.3rem;
}
.news .section2 .item-title {
  line-height: 1.1666666667;
  height: 1.1666666667em;
  margin-bottom: 0.12rem;
}
.news .section2 .item-text {
  line-height: 1.5;
  height: 3em;
  color: #888;
}
.news .section2 .item-bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.32rem;
}
.news .section2 .item-time {
  line-height: 1.125;
  color: #888;
}
.news .section2 .item-time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 1.125em;
}
.news .section2 .item-more {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .section2 .item-more img {
  width: 1.375em;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.news_detail {
  background-color: #F5F5F5;
  padding-bottom: 1.5rem;
  padding-top: 100px;
}
.news_detail .section1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news_detail .section1 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  line-height: 1.7142857143;
}
.news_detail .section1 .item.active {
  color: #C30E23;
}
.news_detail .section1 .item:not(.active):hover {
  color: #C30E23;
}
.news_detail .section1 .item:not(.active)::after {
  display: inline-block;
  content: "";
  height: 0.8571428571em;
  width: 0.8571428571em;
  background: url(../images/svg/news2.svg) no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  margin: 0 0.05rem;
}
.news_detail .section1 .item img {
  width: 1.7857142857em;
  display: inline-block;
}
.news_detail .section2 {
  max-width: 1920px;
  margin: 0 auto;
}
.news_detail .section2 .box {
  background-color: #fff;
  padding: 0 13.5416666667%;
  padding-top: 0.78rem;
  padding-bottom: 0.8rem;
}
.news_detail .section2 .title {
  line-height: 1.125;
  text-align: center;
  margin-bottom: 0.28rem;
}
.news_detail .section2 .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #999;
  line-height: 1.75;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #D5D5D5;
}
.news_detail .section2 .info p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.12rem 0.1rem;
  white-space: nowrap;
}
.news_detail .section2 .info img {
  width: 1em;
  margin-right: 0.04rem;
}
.news_detail .section2 .info span:nth-child(2) {
  color: #000;
}
.news_detail .section2 .content {
  padding: 0.6rem 0;
  line-height: normal;
  border-bottom: 1px solid #D5D5D5;
}
.news_detail .section2 .content img {
  display: inline-block;
}
.news_detail .section2 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3rem;
}
.news_detail .section2 .btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3.1428571429em;
  height: 3.1428571429em;
  border-radius: 50%;
  border: 1px solid #C30E23;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.1rem;
}
.news_detail .section2 .btn:hover {
  background-color: #C30E23;
}
.news_detail .section2 .btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.news_detail .section2 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.news_detail .section2 .item:hover p, .news_detail .section2 .item:hover span {
  color: #C30E23;
}
.news_detail .section2 .item.left img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news_detail .section2 .item.rigth {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.news_detail .section2 .item span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 1em;
}
.news_detail .section2 .item p {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.news_detail .section2 .item img {
  width: 1.2857142857em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4vh 2vw;
}
.my-modal.active{
  display: flex;
}
.my-modal .modal-container{
  height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.my-modal .modal-main{
  max-height: 100%;
  position: relative;
}
.my-modal .modal-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  transition: all .5s;
}
.my-modal img{
  max-height: 100%;
}
.my-modal .modal-close::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/out.png) center no-repeat;
  background-size: 20px;
  transition: all .5s;
}
.my-modal .modal-close:hover{
  background-color: #C30E23;
}
.my-modal .modal-close:hover::before{
  filter: brightness(0) invert(1);
}
.prco1 .prt1 .prco1-imgs .swiper-slide{
    cursor: pointer;
}

@media (max-width: 1200px) {
  .news_detail {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .contact .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact .section1 .left, .contact .section1 .right {
    width: 100%;
  }
  .contact .section2 .form-item {
    width: 100%;
  }
  .contact .section2 .form-item.checkbox {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact .section2 .checkbox {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .section2 .checkbox-item {
    margin-bottom: 0.2rem;
  }
  .contact .section3 .content {
    height: 3rem;
  }
  .contact .section3 .info {
    top: 0.6rem;
  }
  .contact .section3 .bg {
    height: 100%;
  }
  .contact .section3 .list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: auto;
  }
  .contact .section3 .item {
    width: 80%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .contact .section3 .item + .item {
    margin-left: 0.4rem;
  }
  .contact .section4 .list {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .section4 .item + .item {
    margin-top: 0.4rem;
  }
  .news .section1 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news .section1 .left, .news .section1 .right {
    width: 100%;
  }
  .news .section1 .left {
    min-height: initial;
  }
  .news .section1 .right {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .news .section1 .more {
    display: none;
  }
  .news .section2 .item {
    width: 100%;
  }
  .news .section2 .item-more {
    display: none;
  }
  .news_detail .section2 .box {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .news_detail .section2 .bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news_detail .section2 .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .news_detail .section2 .item.rigth {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .news_detail .section2 .item img {
    display: none;
  }
  .news_detail .section2 .item span {
    margin-left: 0;
  }
  .news_detail .section2 .btn {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
}