@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: calc(0.83333333vw);
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .nav_ul>li:nth-child(4) .er-ul {
  width: 160%;
  left: -30%;
}

.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  display: none;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: .875rem;
}

.er-ul>li:hover a {
  color: #DD061A;
}

.er-ul>li:nth-child(1) {
  padding-top: .625rem;
}

.er-ul>li:last-child {
  padding-bottom: .625rem;
}

header .nav_ul>li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  display: block;
}

.bg {
  background: #DD061A;
}

.logo_phone img {
  width: 7.5rem;
}

.c {
  color: #DD061A;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container {
  padding: 0 6.25rem;
  width: 100%;
}

header {
  height: 5.625rem;
  line-height: 5.625rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.247);
}

header .container {
  padding: 0 0 0 6.25rem;
}

header .left img {
  width: 14.375rem;
}

header .left .name {
  font-size: 1rem;
  color: #282828;
  margin-left: 1.25rem;
}

header .search {
  width: 5.625rem;
  background: #DD061A;
  text-align: center;
}

header .search span {
  color: #fff;
  font-size: 1.25rem;
  display: block;
}

header .langauage:hover>ul {
  display: block;
}

header .langauage {
  font-size: 1rem;
}

header .langauage>div {
  padding: 0 1.5625rem;
  border-left: 1px solid #C8C8C8;
}

header .langauage>ul {
  text-align: center;
  line-height: 1.875rem;
  padding: 10px 0;
  background: #fff;
  display: none;
}

header .langauage li:hover a {
  color: #DD061A;
}

header .langauage i {
  display: block;
}

header .langauage i:nth-child(1) {
  float: left;
  margin-right: .625rem;
}

header .langauage i:last-child {
  float: right;
  margin-left: .625rem;
}

header .center {
  margin-right: 6.875rem;
}

header .center>ul>li {
  float: left;
  position: relative;
}

header .center>ul>li>a {
  padding: 0 1.5rem;
  font-size: 1.125rem;
  color: #282828;
}

header .center>ul>li.active>a,
header .center>ul>li:hover>a {
  color: #DD061A;
}

.banner .swiper-slide video {
  height: 100vh;
  object-fit: cover;
  min-height: 100vh;
  width: 100%;
}

.banner .scrool {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
  z-index: 99;
  animation: updown 2s infinite;
  cursor: pointer;
}

#bsWXBox {
  height: 255px !important;
  width: 232px !important;
}

@keyframes updown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.375rem;
  color: #000000;
}

.index_one {
  margin: 5.625rem 0 7.5rem;
}

.index_one .title {
  margin-bottom: 3.75rem;
}

.index_one .left {
  margin-bottom: 2.5rem;
  padding: 0 1.375rem;
}

.index_one .left:last-child {
  /* margin-bottom: 0;
  margin: 0 24%; */
}

.index_one .left:nth-last-child(2){
  margin-bottom: 2.5rem;
}
.index_one .row {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

.index_one .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 1.75rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #BFBFBF;
}

.index_one .name>div {
  position: relative;
  padding-left: 2.5rem;
}

.index_one .name>div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .9375rem;
  height: .9375rem;
  background: #DD061A;
  border-radius: 50%;
}

.index_one .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  opacity: 0.7;
  padding-top: 10px;
  cursor: default;
}

.index_one .swiper-slide .over {
  position: relative;
  cursor: default;
}

.index_one .swiper-slide .over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.index_one .swiper-container {
  padding-bottom: 45px;
}

.swiper-pagination-bullet {
  width: .4375rem;
  height: .4375rem;
  border-radius: 50%;
  opacity: 1;
  background: #BFBFBF;
}

.swiper-pagination-bullet-active {
  width: 1.375rem;
  height: .4375rem;
  background: #DD061A;
  border-radius: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

footer {
  font-size: .875rem;
  line-height: 36px;
  color: #9C9C9C;
  background-color: #444444;
  padding: 3.75rem 0 4.375rem;
}

footer .container {
  padding: 0 14.5625rem;
}

.article_pro_model .swiper-button-next,
.article_pro_model .swiper-button-prev {
  background-size: 24px 24px;
}

footer .fl1 {
  width: 25%;
}

footer .fl1 ul {
  margin-top: 0.9375rem;
}

footer .fl1 ul li {
  margin-bottom: 20px;
  position: relative;
}

footer .fl1 ul li span:nth-child(1) {
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  border: solid 1px #636363;
  border-radius: 50%;
  margin-right: 10px;
  color: #636363;
}

footer .fl1 ul li span:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.6rem;
  width: 80%;
  line-height: 1.625rem;
}

footer .fl2 {
  width: 35%;
  padding-left: 6.25rem;
}

footer .fl2 .fenxiang {
  margin-top: 0.9375rem;
}

footer .fl2 .enter_emaile {
  width: 100%;
  background: transparent;
  line-height: 3.75rem;
  height: 3.75rem;
  margin-top: 30px;
}

footer .fl2 .enter_emaile input {
  background: transparent;
  width: 100%;
  border: none;
  font-size: .875rem;
  color: #9c9c9c;
  border-bottom: 1px solid #bebebe;
}

footer .fl2 .enter_emaile button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: none;
}

footer .fl2 .enter_emaile button i {
  font-size: 1.25rem;
}

footer .fl2 .enter_emaile button:hover i {
  color: #1390C7;
}

footer .name {
  font-size: 1rem;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}

footer .fenxiang a {
  background: transparent !important;
  font-size: 1.125rem !important;
  color: #444444 !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
  float: none !important;
  display: inline-block;
  text-align: center;
  width: 2.625rem !important;
  height: 2.625rem !important;
  border: solid 1px #EC1B23;
  border-radius: 50%;
  line-height: 2.625rem !important;
  background: #EC1B23 !important;
  border-color: transparent !important;
}

footer .fenxiang a:hover {
  text-decoration: none;
  background: #fff !important;
  color: #EC1B23 !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}

footer .fl3 {
  width: 20%;
}

footer .fl3 li a {
  color: #9c9c9c;
}

footer .fr {
  margin-left: 2.5rem;
  text-align: center;
}

.beian {
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: .875rem;
  color: #9c9c9c;
  background-color: #202020;
  text-align: center;
}

.beian a {
  color: #9c9c9c;
}

.ny_ban {
  margin-top: 5.625rem;
}

.ny_ban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.ny_ban .bread {
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ny_ban .bread i {
  font-size: 1rem;
}

.ny_ban .bread span:last-child {
  display: none;
}

.ny_ban .bread a {
  color: #fff;
}

.ny_ban .bread a:hover {
  color: #DD061A;
}

.container_2 {
  padding: 0 14.375rem;
}

.ny_erji {
  line-height: 4rem;
  font-size: 1rem;
  border-bottom: 1px solid #E2E2E2;
}

.ny_erji li {
  float: left;
}

.ny_erji li a {
  padding: 0 3.125rem;
  position: relative;
}

.ny_erji li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: .25rem;
  background: #DD061A;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.ny_erji li.active a,
.ny_erji li:hover a {
  color: #DD061A;
}

.ny_erji li:hover a::before,
.ny_erji li.active a::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.ny_title {
  position: relative;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2.8125rem;
  color: #000000;
}

.ny_title span {
  position: relative;
  padding-bottom: .625rem;
}

.ny_title span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.375rem;
  height: 2px;
  background: #DD061A;
}

.list_parents {
  padding: 5.5rem 0 6.25rem;
}

.list_parents .col-md-2>div {
  border: 1px solid #ddd;
  padding: .625rem 0;
}

.list_parents .col-md-2 {
  margin-bottom: 1.875rem;
}

.list_about {
  padding: 5.5rem 0 6.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
}

.list_about .swiper-container {
  padding: 5.625rem 0 4.375rem;
}

.list_about .number {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: .625rem;
  line-height: 3.75rem;
  color: #231815;
}

.list_about .text {
  position: relative;
  padding-bottom: 1.5625rem;
}

.list_about .text::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #DD061A;
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  z-index: 3;
}

.list_about .text::after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 0;
  border: 1px solid #DD061A;
  left: 0;
  bottom: -3px;
  background: #fff;
  z-index: 2;
}

.list_about .swiper-wrapper {
  position: relative;
}

.list_about .swiper-wrapper::before {
  content: "";
  position: absolute;
  bottom: .1875rem;
  left: 0;
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed #231815;
}

.more {
  display: inline-block;
}

.more a {
  padding: 0 2.1875rem;
  font-size: 1rem;
  line-height: 3.375rem;
  border: 1px solid #DD061A;
  color: #FFFFFF;
  background: #DD061A;
  border-radius: 2.5rem;
}

.more a i {
  display: inline-block;
  margin-left: .9375rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more:hover a {
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #DD061A;
}

.more:hover i {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transform: translateX(10px);
}

.list_about_two {
  padding: 4.375rem 0 5rem;
  background-color: #F3F3F3;
}

.list_about_two ul {
  padding: 2.5rem 0;
}

.list_about_two ul li {
  float: left;
  width: 25%;
}

.list_about_two ul li .icon {
  height: 4.5rem;
  line-height: 4.5rem;
  margin-bottom: .9375rem;
}

.list_about_two ul li .icon img {
  object-fit: cover;
  width: 4.0625rem;
}

.list_about_two ul li .number {
  font-size: 1rem;
  line-height: 3.75rem;
  color: #686868;
}

.list_about_two ul li .number span {
  font-size: 4rem;
  line-height: 3.75rem;
  color: #DD061A;
}

.list_about_two ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.list_about_two .swiper-container {
  padding-bottom: 4.0625rem;
}

.list_about_two .swiper-container .name {
  font-size: 1rem;
  line-height: 3.75rem;
  color: #686868;
}

.list_about_two .swiper-container .name {
  background-color: #D8D8D8;
  padding: 0 .9375rem;
  text-align: center;
}

.list_about_two .swiper-container .swiper-slide:hover .name {
  background: #DD061A;
}

.list_about_two .swiper-container .swiper-slide:hover .text {
  color: #fff !important;
}

.list_about_two .swiper-container .swiper-slide:hover img {
  transform: scale(1.1);
}

.list_about_two .swiper-container .img {
  padding: 1.25rem;
  border: 1px solid #D8D8D8;
  background: #fff;
}

.list_about_two .swiper-container .swiper-pagination-bullet {
  width: .875rem !important;
  height: .875rem !important;
}

.list_about_three {
  padding: 5rem 0 7.5rem;
}

.list_about_three ul {
  margin-top: 2.5rem;
  background: #F3F3F3;
}

.list_about_three ul li {
  float: left;
  width: 25%;
  padding-left: 1.5625rem;
  position: relative;
  padding-bottom: 3.125rem;
}

.list_about_three ul li .img {
  position: absolute;
  right: 0;
  top: 0;
}

.list_about_three ul li .img img {
  width: 8.875rem;
}

.list_about_three ul li .img::before {
  content: "";
  position: absolute;
  bottom: -0.6875rem;
  left: -0.6875rem;
  background: #DD061A;
  width: 1.375rem;
  height: 1.375rem;
}

.list_about_three ul li .content {
  padding-top: 7.5rem;
}

.list_about_three ul li .content .people {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #757575;
  font-weight: 600;
}

.list_about_three ul li .content .job,
.list_about_three ul li .content .text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #757575;
}

.list_about_four .video_img {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list_about_four .bf_anniu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_about_four .bf_anniu i {
  font-size: 3.75rem;
  color: #fff;
}

.list_about_four video {
  opacity: 1;
}

.list_news {
  padding: 6.25rem 0;
}

.list_news ul li:first-child {
  padding-top: 0;
}

.list_news ul li {
  padding: 3.125rem 0;
  border-bottom: 1px solid #E0E0E0;
}

.list_news ul li .name {
  font-size: 1.375rem;
  line-height: 3.3125rem;
  color: #000000;
}

.list_news ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: .625rem 0 2.1875rem;
}

.list_news ul li .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.list_news ul li .data i {
  color: #DD061A;
  font-size: 1rem;
}

.list_news ul li .more_2 {
  font-size: 1rem;
  line-height: 1.875rem;
}

.list_news ul li .more_2 a {
  color: #686868;
}

.list_news ul li .more_2 img {
  width: 1.625rem;
  height: 1.625rem;
  margin-left: .8125rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news ul li .more_2:hover a {
  color: #DD061A;
}

.list_news ul li .more_2:hover img {
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news ul li:hover .name {
  color: #DD061A;
}

.list_news ul li:hover .over img {
  transform: scale(1.1);
}

.article_article {
  padding: 6.25rem 0 10rem;
}

.article_article .data {
  padding: .625rem 0 1.25rem;
  border-bottom: 1px solid #cecece;
  margin-bottom: 2.5rem;
}

.article_article .name {
  font-size: 1.75rem;
  line-height: 40px;
  color: #000000;
  padding-bottom: 10px;
}

.article_article .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.article_article .fr {
  width: 92%;
}

.article_article .fenxiang a {
  background: transparent !important;
  font-size: 1.6rem !important;
  color: #fff !important;
  margin: 0 -4px 0.3125rem !important;
  padding-left: 0 !important;
  float: none !important;
  display: block;
  text-align: center;
  width: 4.375rem;
  height: 4.375rem !important;
  line-height: 4.375rem;
  background: #7C8188 !important;
  border-radius: 6px;
  border: none !important;
}

.article_article .fenxiang a:hover {
  text-decoration: none;
  background: #DD061A !important;
  color: #fff !important;
  opacity: 1 !important;
}

.show_ny {
  position: absolute;
  bottom: 3.375rem;
  right: 0;
}

.show_ny .shang,
.show_ny .list {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  line-height: 2.875rem;
  text-align: center;
  float: left;
  margin-left: .9375rem;
}

.show_ny .shang i,
.show_ny .list i {
  color: #fff;
  display: block;
}

.show_ny .shang {
  background: #444D58;
}

.show_ny .list {
  background: #DD061A;
}

.show_ny .shang:hover {
  background: #DD061A;
  color: #DD061A;
}

.list_contact {
  padding: 5.3125rem 0 6.25rem;
}

.list_contact .text1 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.list_contact .ny_title {
  margin-bottom: 1.875rem;
}

.list_contact .name {
  font-size: 1.125rem;
  line-height: 3.3125rem;
  color: #EC1B23;
}

.list_contact .left .row {
  margin-top: 1.5625rem;
}

.list_contact .left .row>div {
  margin-bottom: .9375rem;
}

.list_contact .left .row>div>div {
  padding-right: 1.25rem;
}

.list_contact .left .row .text1 {
  height: 3.75rem;
}

.list_contact .wechat .img {
  display: none;
}

.list_contact .wechat .text1:hover .img {
  display: block;
}

.list_contact button {
  padding: 0 1.875rem;
  line-height: 3.375rem;
  background: #DD061A;
  color: #fff;
  border: 1px solid #EC1B23;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_contact button i {
  display: inline-block;
  margin-left: 1.875rem;
}

.list_contact .right ul li {
  margin-bottom: 1.25rem;
}

.list_contact .right ul li input {
  line-height: 3.375rem;
  border: 1px solid #DBDBDB;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #686868;
  width: 100%;
}

.list_contact .right ul li textarea {
  line-height: 3.375rem;
  border: 1px solid #DBDBDB;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #686868;
  width: 100%;
  height: 7.3125rem;
}

.list_contact .ny_title span::before {
  left: 0;
  transform: translateX(0);
}

.list_contact button:hover {
  background: #fff;
  color: #DD061A;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_pro {
  padding: 6.25rem 0;
}

.list_pro .container_2 {
  padding: 0 15rem 0 0 !important;
}

.list_pro .left {
  background-color: #F3F3F3;
  padding: 2.8125rem 2.1875rem 2.1875rem 5rem;
  width: 24%;
  float: left;
}

.list_pro .left .ny_title {
  margin-bottom: 1.5625rem;
}

.list_pro .right .content .swiper-button-next,
.list_pro .right .content .swiper-button-prev {
  background-size: 1.875rem 1.875rem;
}
.list_pro .left ul li {
  margin-bottom: .5rem;
}

.list_pro .left ul li .bot {
  font-size: 1rem;
  line-height: 2.5rem;
  color: #7F7F7F;
  padding-left: 3.5rem;
  display: none;
}

.list_pro .left ul li .bot a i {
  opacity: 0;
  font-size: 1.25rem;
  color: #DD061A;
  float: right;
}

.list_pro .left ul li .bot a:hover,
.list_pro .left ul li .bot a.active {
  color: #DD061A;
}

.list_pro .left ul li .bot a:hover i,
.list_pro .left ul li .bot a.active i {
  opacity: 1;
}

.list_pro .left ul li .top {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
}

.list_pro .left ul li .top i {
  display: inline-block;
  margin-right: 1.25rem;
  color: #DD061A;
  font-size: 1.125rem;
}

.list_pro .left ul li.active .bot {
  display: block;
}

.list_pro .left ul li.active .top a {
  color: #DD061A;
}

.list_pro .right {
  width: 66%;
  float: right;
}

.list_pro .right .content {
  /* padding: 0 8.125rem; */
}

.list_pro .right .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 1.5625rem;
  margin-bottom: 3.125rem;
}

.list_pro .right .content .text {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #686868;
}

.list_pro .right .content .text strong {
  font-size: 1.125rem;
  color: #000;
}

.modal.in .modal-dialog {
  position: relative;
  width: 60%;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

strong {
  font-weight: bolder !important;
}

.modal-header .close {
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  opacity: 1;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  z-index: 9;
  border-radius: 50%;
}

.modal-header {
  padding: 0;
  border: none;
}

.list_about_four {
  cursor: pointer;
}

@media (max-width: 1440px) {
  .title {
    font-size: 2.25rem;
  }

  .index_one .name {
    font-size: 1.5rem;
  }

  html {
    font-size: 14px;
  }

  .index_one {
    margin: 5rem 0 6rem;
  }

  .index_one .title {
    margin-bottom: 3rem;
  }

  .list_about_two ul li .number span {
    font-size: 3rem;
  }

  header .center>ul>li>a {
    padding: 0 1rem;
    font-size: 1rem;
  }

  header {
    height: 4.625rem;
    line-height: 4.625rem;
  }

  .ny_ban {
    margin-top: 4.625rem;
  }

  .ny_title {
    font-size: 1.8rem;
  }

  .list_about_two ul li .icon img {
    width: 3rem;
  }

  .list_about_two ul li .icon {
    height: 4rem;
  }

  .list_about_two ul li .number span {
    font-size: 2.2rem;
  }

  .list_about_three ul li .img img {
    width: 7.875rem;
  }

  .container_2 {
    padding: 0 12rem;
  }

  .list_pro .container_2 {
    padding-right: 12rem !important;
  }

  footer .container {
    padding: 0 12rem;
  }
}

@media (max-width: 1280px) {
  header .left img {
    width: 10rem;
  }

  .list_news ul li .text {
    -webkit-line-clamp: 2;
  }

  .list_pro .left {
    padding: 2.8125rem 2.1875rem 2.1875rem 3rem;
  }

  header .container {
    padding: 0 0 0 2.25rem;
  }

  header .center {
    margin-right: 3.875rem;
  }

  .container_2 {
    padding: 0 7rem;
  }

  .list_pro .container_2 {
    padding-right: 7rem !important;
  }

  footer .container {
    padding: 0 7rem;
  }

  footer .fl3 {
    width: 16%;
  }

  .list_about .number {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

@media (max-width: 990px) {
  header {
    display: none;
  }

  .article_article .c_left {
    display: none;
  }

  .phone_logo img {
    width: 12.5rem;
  }

  .phone {
    line-height: 40px;
  }

  .title {
    font-size: 2rem;
  }

  .index_one {
    margin: 3rem 0 3rem;
  }

  .index_one .name {
    font-size: 1.25rem;
    padding-bottom: .9375rem;
  }

  footer {
    display: none;
  }

  .phone_footer {
    display: none;
  }

  .phone_weibu {
    display: block;
    padding: 10px 0;
  }

  .phone_weibu li:last-child {
    border-bottom: none;
  }

  .index_one .left:last-child,
  .index_one .left:nth-last-child(2) {
    margin-bottom: 1.875rem;
  }

  body {
    padding-bottom: 0;
  }

  .beian {
    line-height: 26px;
    padding: 15px;
  }

  .banner .swiper-slide video {
    height: 40vh;
    min-height: 40vh;
  }

  .banner .scrool {
    display: none;
  }

  .index_one {
    margin: 25px 0;
  }

  .index_one .title {
    margin-bottom: 15px;
  }

  .title {
    font-size: 1.8rem;
  }

  .index_one .swiper-container {
    padding-bottom: 35px;
  }

  .index_one .left {
    margin-bottom: 1.5rem;
  }

  .index_one .name>div::before {
    width: 0.5rem;
    height: 0.5rem;
  }

  .index_one .name>div {
    padding-left: 1.5rem;
  }

  .beian {
    height: auto;
    line-height: 24px;
  }

  .index_one .left {
    padding: 0 15px;
  }

  .index_one .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .article_article .c_center {
    width: 100%;
  }

  .article_article .name {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .article_article .shangxia {
    margin-top: 1rem;
    padding-top: 1.5rem;
    font-size: 1rem;
  }

  .article_article .shangxia .fl,
  .article_article .shangxia .fr {
    width: 100%;
    text-align: left;
    float: none;
    line-height: 30px;
  }

  .list_contact .left .row .text1 {
    height: auto;
  }

  .list_about,
  .list_about_two,
  .list_about_three,
  .list_contact,
  .list_news,
  .list_pro,
  .list_parents {
    padding: 45px 0;
  }

  .list_about .swiper-container {
    padding-top: 45px;
  }

  .list_about_three ul li .img {
    position: relative;
  }

  .list_about_three ul li .content {
    padding-top: 20px;
  }

  .ny_ban {
    margin-top: 0;
  }

  .ny_erji li a {
    padding: 0 1rem;
  }

  .list_pro .right .content {
    padding: 0;
  }

  .list_pro .right,
  .list_pro .left {
    width: 100%;
  }

  .list_pro .container_2 {
    padding: 0 7rem !important;
  }

  .list_pro .left {
    margin-bottom: 25px;
  }

  .list_parents .col-md-2>div {
    border: 1px solid #ddd;
    padding: .25rem 0;
  }

  .list_parents .col-md-2 {
    margin-bottom: .9375rem;
  }

  .list_about .number {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .phone_weibu {
    display: block;
  }

  .phone {
    width: 100%;
    overflow: hidden;
  }

  .list_contact .left .row {
    margin-top: 15px;
  }

  .container_2 {
    padding: 0 15px;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev{
    width: 17px;
    background-size: 100%;
 }

  .list_pro .container_2 {
    padding: 0 15px !important;
  }

  .ny_ban .img img {
    height: 200px;
    object-fit: cover;
  }

  .list_about,
  .list_about_two,
  .list_about_three,
  .list_contact,
  .list_news,
  .list_pro,
  .list_parents {
    padding: 25px 0;
  }

  .list_about .swiper-pagination {
    bottom: 20px;
  }

  .list_about .swiper-wrapper::before {
    display: none;
  }

  .list_about .swiper-container::before {
    content: "";
    position: absolute;
    bottom: 33%;
    left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed #231815;
  }

  .list_about .number {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .list_about_two ul li {
    width: 50%;
    margin-bottom: 15px;
  }

  .list_about_two ul li .number {
    line-height: 2.75rem;
  }

  .list_about_two .swiper-container .img {
    padding: 10px;
  }

  .list_about_two .swiper-container {
    padding-bottom: 3.0625rem;
  }

  .list_about_three ul li {
    width: 50%;
    padding-bottom: 20px;
  }

  .list_about_three ul {
    padding-top: 20px;
  }

  .list_contact .left .row>div>div {
    padding-right: 0;
  }

  .list_news ul li .text {
    margin-bottom: 15px;
  }

  .list_news ul li {
    padding: 20px 0;
  }

  .list_news ul li .name {
    font-size: 1.25rem;
  }

  .list_pro .left {
    padding: 15px 15px;
  }

  .list_pro .left .ny_title {
    margin-bottom: 10px;
  }

  .list_pro .right .name {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .list_about_four .bf_anniu i {
    font-size: 2.2rem;
  }

  .modal.in .modal-dialog {
    width: 94%;
  }

  .modal-header .close {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .article_article {
    padding: 25px 0;
  }

  .article_article .data {
    padding: 0px 0 10px;
    margin-bottom: 15px;
  }
}