.banner .swiper-pagination-bullet {
  width: 68px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 0;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #18a100;
}

.banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1) rotate(0.1deg);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1) ;
}

.banner img {
  width: 100%;
}

.f7 {
  background-color: #f7f7f7;
}

.card {
  background-color: #fff;
  box-shadow: -4px 9px 17px 1px rgba(6, 0, 1, 0.1);
}

.ipro_box {
  padding: 45px 0;
  background-color: #f0f0f0;
  height: 1000px;
}

.ipro_box .w {
  display: flex;
  justify-content: space-between;
}

.ipro_box .w .pro_box_l {
  width: 23.2%;
}

.option .title {
  height: 116px;
  background-color: #18a100;
  font-size: 28px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.option .title h2 {
  font-size: 42px;
  margin-bottom: 10px;
  margin-top: 0;
}

.option .title p {
  font-size: 16px;
}

.option .option_list {
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
  background-color: #fff;
}

.option .option_list>ul {
  padding: 30px 25px;
}

.option .option_list>ul>li {
  margin-bottom: 17px;
}

.option .option_list ul li:last-child {
  margin-bottom: 0;
}

.option .option_list ul li.active>a {
  background-color: #18a100;
  color: #fff;
}

.option .option_list ul li.active>a span {
  background-color: #fff;
  color: #18a100;
  color: var(--styleColor);
}

.option .option_list ul li.active>ul {
  display: block;
}

.option .option_list>ul>li>a {
  font-size: 18px;
  line-height: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  border: solid 1px #e6e6e6;
  border-radius: 55px;
  padding: 0 20px;
  background-color: #eeeeee;
}

.option .option_list>ul>li>ul {
  display: none;
  padding: 15px;
}

.option .option_list>ul>li>ul li a {
  font-size: 16px;
  line-height: 30px;
}

.option .option_list>ul>li>a span {
  font-size: 12px;
  background-color: #18a100;
  color: #fff;
  border-radius: 2px;
  padding: 2px;
}

.option .option_tel {
  background: url(../images/tel-bg.png) no-repeat center top;
  background-size: cover;
  border-top: none;
  padding: 30px;
  color: #fff;
  font-size: 18px;
}

.option .option_tel .contact_l {
  margin-left: 0;
}

.option .option_tel .contact_l .teltext {
  color: #fff;
  text-align: left;
  margin-right: 0;
  margin-left: 10px;
}

.option .option_tel .contact_l .teltext span {
  color: #fff;
}

.option .option_tel p {
  margin-bottom: 10px;
}

.option .option_tel p:last-child {
  margin-bottom: 0;
}

.ipro_box .w .pro_box_r {
  width: 74%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ipro_box .w .pro_box_r .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 80px;
  background-color: #fff;
  overflow: hidden;
  padding-right: 20px;
  margin-bottom: 20px;
}

.ipro_box .w .pro_box_r .title .title_l {
  font-size: 22px;
  background-color: #18a100;
  padding: 0 50px;
  color: #fff;
  position: relative;
}

.ipro_box .w .pro_box_r .title .title_l::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border-left: 14px solid #18a100;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.ipro_box .w .pro_box_r .title .title_r {
  font-size: 16px;
}

.ipro_box .w .pro_box_r .title .title_r a {
  color: #999;
}

.ipro_box .w .pro_box_r .pro_all {
  flex: 1;
}

.n_content .pro_pick ul li {
  width: 25%;
}

.msf_news .msf_prolist_option .w .prolist_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msf_news .msf_prolist_option .w .prolist_list .prolist_item {
  margin: 0 30px;
}

.msf_news .msf_news_box .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msf_news .msf_news_box .msf_news_box_left {
  width: 1233px;
  margin-right: 29px;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list {
  display: none;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list.active {
  display: block;
  -webkit-animation: msf_show 0.3s;
  animation: msf_show 0.3s;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item {
  height: 298px;
  border: 1px solid #e6e6e6;
  margin-bottom: 26px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item:hover {
  -webkit-box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.11);
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left {
  height: 100%;
  position: relative;
  margin-right: 86px;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left .msf_news_imgbox img {
  height: 100%;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left .msf_news_timebox {
  position: absolute;
  right: -10%;
  top: 0;
  width: 86px;
  height: 86px;
  background-color: #0360b0;
  color: #fff;
  font-size: 25px;
  line-height: 86px;
  text-align: center;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right {
  padding-top: 46px;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right .msf_news_title {
  font-size: 22px;
  margin-bottom: 26px;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msf_news .msf_news_box .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right .msf_news_content {
  font-size: 16px;
  line-height: 30px;
  color: #717171;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.msf_news .msf_news_box .msf_news_box_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click {
  margin-bottom: 31px;
  border: 1px #ddd solid;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_news_hot_title,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_news_hot_title,
.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_hot_click_title,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_title {
  line-height: 54px;
  background-color: #0360b0;
  font-size: 20px;
  color: #fff;
  padding-left: 20px;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_news_hot_item,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_news_hot_item,
.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_hot_click_tiem,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem {
  padding: 0 20px;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_news_hot_item a,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_news_hot_item a,
.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_hot_click_tiem a,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem a {
  line-height: 44px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_news_hot_item a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_news_hot_item a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_news_hot .msf_hot_click_tiem a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem a::before {
  content: '+';
}

.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem a::before {
  content: attr(data-id);
  background-color: #dcdcdc;
  color: #fff;
  font-size: 16px;
  width: 44px;
  height: 22px;
  display: inline-block;
  border-radius: 22px;
  text-align: center;
  line-height: 22px;
}

.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem:nth-child(4) a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem:nth-child(2) a::before,
.msf_news .msf_news_box .msf_news_box_right .msf_hot_click .msf_hot_click_tiem:nth-child(3) a::before {
  background-color: #e0401c;
}

.pro_pick {
  display: none;
}

.pro_pick.active {
  display: block;
  animation: xcf_show 0.3s;
}

.pro_pick ul {
  display: flex;
  flex-wrap: wrap;
}

.pro_pick ul li {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 35px;
}

.pro_pick ul li:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

.pro_pick ul li:hover a .imgbox {
  border-color: #18a100;
}

.pro_pick ul li:hover a .imgbox img {
  transform: scale(1.1) rotate(0.1deg);
}

.pro_pick ul li:hover a p {
  background-color: #18a100;
  color: #fff;
}

.pro_pick ul li a {
  position: relative;
  display: inline-block;width: 100%;
}

.pro_pick ul li a .imgbox {
  border: solid 1px #e6e6e6;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.pro_pick ul li a .imgbox img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.8s;
}

.pro_pick ul li a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #333333;
  background-color: #e2e2e2;
  line-height: 70px;
  transition: all 0.3s;
}

.partner {
  margin-bottom: 80px;
}

.partner .w {
  display: flex;
  height: 194px;
}

.partner .w .title {
  background: url(../images/partner-title.jpg) no-repeat center center;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  writing-mode: tb-rl;
  line-height: 95px;
  height: 100%;
}

.partner .w .partner_box {
  border: solid 1px #e9e9e9;
  height: 100%;
  width: calc(100% - 95px);
  padding: 0 15px;
  position: relative;
}

.partner .w .partner_box .swiper-button-next,
.partner .w .partner_box .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: url(../images/next.png) no-repeat center center;
}

.partner .w .partner_box .swiper-button-next {
  transform: rotateZ(180deg);
}

.partner .w .partner_box .partner_swiper {
  width: 94%;
  height: 100%;
}

.partner .w .partner_box .partner_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner .w .partner_box .partner_swiper .swiper-slide img {
  max-width: 100%;
}

.advantage {
  padding: 90px 0;
  background: url(../images/advantage-bg.jpg) no-repeat center top;
  background-size: cover;
}

.advantage .advantage_title {
  text-align: center;
}

.advantage .advantage_title h2 {
  font-size: 46px;
  font-weight: 600;
  color: #18a100;
}

.advantage .advantage_title p {
  font-size: 16px;
  color: #333333;
}

.advantage .advantage_pro .advantage_swiper {
  padding-bottom: 50px;
}

.advantage .advantage_pro .advantage_swiper .box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantage .advantage_pro .advantage_swiper .box .imgbox {
  width: 39%;
}

.advantage .advantage_pro .advantage_swiper .box .imgbox img {
  width: 100%;
}

.advantage .advantage_pro .advantage_swiper .box ul li {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 20%;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box {
  width: 100%;
  padding: 10%;
  border: solid 1px #18a100;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box::before {
  content: '';
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #18a100;
  z-index: 2;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box::after {
  content: '';
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a6cfee;
  z-index: 1;
  animation: move 1s infinite;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box .line {
  width: 20%;
  border: 1px dashed #a1a1a1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box .title {
  font-size: 28px;
  color: #18a100;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box .content {
  font-size: 16px;
  color: #333333;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(2) {
  left: auto;
  right: 5%;
  top: 10%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(2) .advantage_box .line {
  left: auto;
  right: 100%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(2) .advantage_box::before {
  right: auto;
  left: -20%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(2) .advantage_box::after {
  right: auto;
  left: -20%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(3) {
  left: 5%;
  top: auto;
  bottom: 5%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(4) {
  left: auto;
  right: 5%;
  top: auto;
  bottom: 5%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(4) .advantage_box .line {
  left: auto;
  right: 100%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(4) .advantage_box::before {
  right: auto;
  left: -20%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(4) .advantage_box::after {
  right: auto;
  left: -20%;
}

.yx_contact {
  background: url(../images/advantage-b.jpg) no-repeat center top;
}

.yx_contact .w ul {
  height: 109px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yx_contact .w ul li .l {
  display: flex;
  align-items: center;
}

.yx_contact .w ul li .l h3 {
  margin: 0;
  font-size: 29px;
  color: #fff;
  line-height: 65px;
  padding-left: 1em;
  padding-right: 2em;
  border-left: 5px solid #fff;
}

.yx_contact .w ul li .l .border-r {
  display: flex;
  border-radius: 50px;
  height: 43px;
  align-items: center;
  background-color: #02487d;
}

.yx_contact .w ul li .l .border-r a {
  color: #fff;
  padding: 0 40px;
  font-size: 18px;
  border-right: 1px solid #fff;
}

.yx_contact .w ul li .l .border-r a:last-child {
  border-right: none;
}

.yx_contact .w ul li .contact_l .teltext {
  color: #fff;
}

.yx_contact .w ul li .contact_l .teltext span {
  color: #fff;
}

.reason {
  padding: 60px 0 150px 0;
  background: url(../images/reason.jpg) no-repeat center top;
  background-size: cover;
}

.reason .w .reason_title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
}

.reason .w .reason_title h2 {
  color: #18a100;
  font-size: 46px;
  margin-top: 0;
}

.reason .w .reason_title h2 i {
  font-size: 69px;
}

.reason .w .reason_title .en {
  color: #333;
  margin-bottom: 10px;
}

.reason .w .reason_title .cn {
  color: #777777;
}

.reason .w .nr ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.reason .w .nr ul li:nth-child(1) {
  margin-bottom: 7%;
}

.reason .w .nr ul li:nth-child(2) {
  margin-bottom: 7%;
}

.reason .w .nr ul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.reason .w .nr ul li:nth-child(2n) .reason_img {
  margin-right: 0;
  margin-left: 10%;
  border-radius: 0px 42px 42px 0px;
}

.reason .w .nr ul li .reason_img {
  width: 42%;
  border-radius: 42px 0px 0px 42px;
  overflow: hidden;
  margin-right: 10%;
}

.reason .w .nr ul li .reason_img img {
  width: 100%;
}

.reason .w .nr ul li .reason_text {
  flex: 1;
}

.reason .w .nr ul li .reason_text .title {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d3d3d3;
}

.reason .w .nr ul li .reason_text .title span {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  font-size: 43px;
  height: 84px;
  border-radius: 50%;
  background-color: #18a100;
  border: 10px solid #e8e8e8;
  box-shadow: 9px 12px 9px 0px rgba(0, 0, 0, 0.35);
  margin-right: 15px;
}

.reason .w .nr ul li .reason_text .title .title_r {
  flex: 1;
}

.reason .w .nr ul li .reason_text .title .title_r h3 {
  font-size: 34px;
  color: #18a100;
}

.reason .w .nr ul li .reason_text .title .title_r p {
  font-size: 14px;
  color: #777777;
}

.reason .w .nr ul li .reason_text .reason_content p {
  position: relative;
  padding-left: 2em;
  line-height: 30px;
  font-size: 16px;
}

.reason .w .nr ul li .reason_text .reason_content p::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #18a100;
  top: 10px;
  left: 0;
}

.solution {
  background: url(../images/scheme.jpg) no-repeat center top;
  padding: 70px 0;
}

.solution .w .ft_title h2 {
  color: #fff;
}

.solution .w .ft_title p {
  color: #fff;
}

.solution .w .solution_box {
  position: relative;
}

.solution .w .solution_box .solution_next,
.solution .w .solution_box .solution_prev {
  width: 46px;
  height: 46px;
  background: url(../images/next2.png) no-repeat center center;
}

.solution .w .solution_box .solution_next {
  transform: rotateZ(180deg);
}

.solution .w .solution_box .solution_swiper {
  max-width: 1400px;
}

.solution .w .solution_box .solution_swiper a {
  position: relative;
  display: inline-block;
}

.solution .w .solution_box .solution_swiper .imgbox {
  overflow: hidden;
}

.solution .w .solution_box .solution_swiper .imgbox img {
  max-width: 100%;
  width: 100%;
}

.solution .w .solution_box .solution_swiper .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(21, 47, 82, 0.7);
  line-height: 60px;
}

.index_about {
  padding: 80px 0;
  background-color: #f3f3f3;
  background: url(../images/about-bg.jpg) no-repeat center top;
}

.index_about .about_box {
  display: flex;
}

.index_about .about_box .about_l {
  width: 47.2%;
}

.index_about .about_box .about_l img {
  width: 100%;
}

.index_about .about_box .about_r {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 3%;
}

.index_about .about_box .about_r .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}

.index_about .about_box .about_r .text .title {
  position: relative;
}

.index_about .about_box .about_r .text .title h5 {
  font-size: 36px;
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.index_about .about_box .about_r .text .title h5 span {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}

.index_about .about_box .about_r .text .about_content p {
  font-size: 18px;
  line-height: 30px;
  text-indent: 2em;
}

.more a {
  font-size: 16px;
  display: inline-block;
  background-color: #3e9ccf;
  padding: 10px 30px;
  color: #ffffff;
}

.sx_business {
  margin-bottom: 80px;
}

.sx_business .w .business_box .business_swiper {
  padding-bottom: 8%;
}

.sx_business .w .business_box .business_swiper .swiper-slide {
  transition: all 0.3s;
  transform: scale(1);
}

.sx_business .w .business_box .business_swiper .swiper-slide.swiper-slide-active {
  z-index: 5;
}

.sx_business .w .business_box .business_swiper .swiper-slide.swiper-slide-active .imgbox {
  overflow: visible;
  transition: all 1s;
}

.sx_business .w .business_box .business_swiper .swiper-slide.swiper-slide-active .text_box {
  opacity: 1;
  transition: all 1s;
}

.sx_business .w .business_box .business_swiper .item_box .imgbox {
  height: 359px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sx_business .w .business_box .business_swiper .item_box .imgbox img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sx_business .w .business_box .business_swiper .text_box {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  color: #ffffff;
  padding: 55px 35px 35px 35px; 
  background-color: #18a100;
  background-color: var(--styleColor);
  text-align: center;
  opacity: 0;
}

.sx_business .w .business_box .business_swiper .text_box .title {
  font-size: 22px;
}

.sx_business .w .business_box .business_swiper .text_box .text {
  font-size: 13 px;
}

.sx_business .w .business_box .business_next,
.sx_business .w .business_box .business_prev {
  background: url(../images/next2.png) no-repeat center center;
  width: 42px;
  height: 42px;
  bottom: 0;
  top: auto;
  margin-top: 0;
  z-index: 11;
}

.sx_business .w .business_box .business_next {
  right: 40%;
}

.sx_business .w .business_box .business_prev {
  left: 40%;
  transform: rotateZ(180deg);
}

.hw_index_serve {
  display: flex;
}

.hw_index_serve .index_serve_l {
  flex: 1;
}

.hw_index_serve .index_serve_l img {
  width: 100%;
}

.hw_index_serve .index_serve_r {
  flex: 1;
  background: url(../images/advantage-bg.png) no-repeat center center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hw_index_serve .index_serve_r .advantage_title {
  text-align: center;
  width: 75%;
}

.hw_index_serve .index_serve_r .advantage_title h2 {
  font-size: 46px;
  color: #32a329;
}

.hw_index_serve .index_serve_r .advantage_title h4 {
  font-size: 18px;
  color: #666666;
}

.hw_index_serve .index_serve_r ul {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  flex: 1;
  justify-content: space-evenly;
  align-content: space-evenly;
}

.hw_index_serve .index_serve_r ul li {
  width: 45%;
  padding: 20px 0;
  transition: all 0.3s;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom:  2%;
}
.hw_index_serve .index_serve_r ul li:nth-child(2n){
  margin-right: 0px;
}
.hw_index_serve .index_serve_r ul li:nth-child(3){
  margin-bottom: 0;
}
.hw_index_serve .index_serve_r ul li:nth-child(4){
  margin-bottom: 0;
  margin-right: 0px;
}
.hw_index_serve .index_serve_r ul li .index_serve_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hw_index_serve .index_serve_r ul li .index_serve_item .index_serve_title {
  font-size: 20px;
  color: #333333;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.hw_index_serve .index_serve_r ul li .index_serve_item .index_serve_title::before {
  content: '';
  background: url(../images/advantage-icon1.png) no-repeat center center;
  display: block;
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.hw_index_serve .index_serve_r ul li .index_serve_item .index_serve_content {
  width: 100%;
  font-size: 14px;
  color: #666666;
  text-align: center;
  padding: 0 10px;
}

.hw_index_serve .index_serve_r ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 30px 30px rgba(0, 92, 161, 0.06);
}

.hw_index_serve .index_serve_r ul li:hover:nth-child(1) .index_serve_item .index_serve_title::before {
  background-image: url(../images/advantage-icon1-1.png);
}

.hw_index_serve .index_serve_r ul li:hover:nth-child(2) .index_serve_item .index_serve_title::before {
  background-image: url(../images/advantage-icon2-1.png);
}

.hw_index_serve .index_serve_r ul li:hover:nth-child(3) .index_serve_item .index_serve_title::before {
  background-image: url(../images/advantage-icon3-1.png);
}

.hw_index_serve .index_serve_r ul li:hover:nth-child(4) .index_serve_item .index_serve_title::before {
  background-image: url(../images/advantage-icon4-11.png);
}

.hw_index_serve .index_serve_r ul li:nth-child(2) .index_serve_item .index_serve_title::before {
  background-image: url(../images/advantage-icon2.png);
}

.hw_index_serve .index_serve_r ul li:nth-child(3) .index_serve_item .index_serve_title::before {
  background-image: url(../images/advantage-icon3.png);
}

.hw_index_serve .index_serve_r ul li:nth-child(4) .index_serve_item .index_serve_title::before {
  background-image: url(../images/advantage-icon4.png);
}

.anli {
  padding: 80px 0;
  background-color: #f7f7f7;
}

.anli .anli_box {
  display: flex;
  justify-content: space-between;
}

.anli .anli_box a {
  display: inline-block;
  position: relative;
}

.anli .anli_box a .imgbox img {
  width: 100%;
}

.anli .anli_box a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 4em;
  font-size: 19px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(72, 182, 52, 0.6);
}

.anli .anli_box .anli_l {
  width: 49%;
}

.anli .anli_box .anli_r {
  width: 49%;
}

.anli .anli_box .anli_r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 100%;
}

.anli .anli_box .anli_r ul li {
  width: 48%;
}

.anli .anli_box .anli_r ul li .imgbox {
  overflow: hidden;
}

.anli .anli_box .anli_r ul li .imgbox img {
  width: 100%;
  transition: all 0.8s;
}

.anli .anli_box .imgbox {
  overflow: hidden;
}

.anli .anli_box a .imgbox img {
  transition: all 0.8s;
}

.anli .anli_box .anli_r ul li .imgbox:hover img {
  transform: scale(1.1) rotate(0.1deg);
}

.anli .anli_box a .imgbox img:hover {
  transform: scale(1.1) rotate(0.1deg);
}

.anli .anli_box .anli_r ul li .text {
  font-size: 16px;
  line-height: 3em;
}

.sx_news {
  margin-bottom: 50px;
}

.sx_news .news_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sx_news .news_title .c_title {
  margin-bottom: 0;
}

.sx_news .news_title .option {
  display: flex;
  align-items: flex-end;
}

.sx_news .news_title .option ul {
  display: flex;
}

.sx_news .news_title .option ul li {
  margin-left: 20px;
}

.sx_news .news_title .option ul li a {
  font-size: 18px;
  color: #555555;
  line-height: 46px;
  border: solid 1px #b9b9b9;
  display: inline-block;
  padding: 0 10px;
}

.sx_news .news_list {
  margin-bottom: 30px;
}

.sx_news .news_list ul {
  display: flex;
}

.sx_news .news_list ul li {
  width: 33.33%;
  padding: 0 15px;
}

.sx_news .news_list ul li:hover .text .title {
  color: #18a100;
  color: var(--styleColor);
}

.sx_news .news_list ul li:hover .text .news_content {
  opacity: 1;
}

.sx_news .news_list ul li:hover .text .date {
  opacity: 1;
}

.sx_news .news_list ul li .imgbox {
  margin-bottom: 15px;
}

.sx_news .news_list ul li .imgbox img {
  width: 100%;
}

.sx_news .news_list ul li .text .title {
  font-size: 20px;
  color: #323232;
  margin-bottom: 15px;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.sx_news .news_list ul li .text .news_content {
  font-size: 16px;
  color: #7a7a7a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sx_news .news_list ul li .text .date {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #454545;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #999999;
  opacity: 0;
  transition: all 0.3s;
}

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

.ft_banner img {
  width: 100%;
}

.msf_breadcrumb {
  background-color: #f9f9f9;
}

.msf_breadcrumb .w .breadcrumb {
  background-color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.msf_breadcrumb .w .breadcrumb li:nth-child(1) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msf_breadcrumb .w .breadcrumb li>a {
  color: #333;
  font-size: 15px;
}

.msf_breadcrumb .w .breadcrumb>li+li:before {
  content: '>';
  color: #333;
}

.msf_prolist_option {
  background-color: #f9f9f9;
  margin-bottom: 50px;
}

.msf_prolist_option .w .prolist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.msf_prolist_option .w .prolist_list .prolist_item {
  line-height: 82px;
  font-size: 16px;
  cursor: pointer;
}

.msf_prolist_option .w .prolist_list .prolist_item.active {
  border-bottom: 2px solid var(--styleColor);
}

.pro_breadcrumb {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  color: #686868;
  border-bottom: 1px solid #0154a4;
  font-size: 18px;
  line-height: 50px;
}

.pro_breadcrumb p {
  display: flex;
  align-items: center;
}

.pro_breadcrumb p::before {
  content: '';
  width: 22px;
  height: 30px;
  background: url(../images/location.png) no-repeat center center;
  display: block;
  margin-right: 10px;
}

.pro_breadcrumb .breadcrumb>li+li:before {
  content: '>>';
}

.pro_breadcrumb .breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
  padding: 15px 0;
}

.pro_details {
  margin-bottom: 80px;
}

.pro_box .w .pro_box_right .pro_details .bg {
  width: 100%;
  height: 540px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  display: flex;
}

.pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box {
  display: none;
}

.pro_box .w .pro_box_right .pro_details .bg_left {
  width: 430px;
  height: auto;
  float: left;
  margin-right: 50px;
}

.pro_box .w .pro_box_right .pro_details .bg_right {
  position: absolute;
  left: 50%;
}

.pro_box .w .pro_box_right .pro_details .show {
  width: 430px;
  height: 430px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: content-box;
  border: 1px solid #E8E8E8;
  cursor: move;
}

.pro_box .w .pro_box_right .pro_details .show img {
  width: 430px;
  height: 430px;
}

.pro_box .w .pro_box_right .pro_details .mask {
  width: 215px;
  height: 215px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.pro_box .w .pro_box_right .pro_details .bigshow {
  width: 430px;
  height: 430px;
  overflow: hidden;
  margin-left: 10px;
  display: none;
  border: 1px solid #E8E8E8;
}

.pro_box .w .pro_box_right .pro_details .bigshow img {
  width: 860px;
  height: 860px;
  margin-right: 10px;
}

.pro_box .w .pro_box_right .pro_details .smallshow {
  width: 100%;
  height: 70px;
  position: relative;
}

.pro_box .w .pro_box_right .pro_details .smallshow img {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.middle_box {
  margin: 0 auto;
  width: 315px;
  overflow: hidden;
  height: 70px;
}

.pro_box .w .pro_box_right .pro_details .smallshow .middle {
  overflow: hidden;
  transition: all 0.5s;
  height: 70px;
}

.pro_box .w .pro_box_right .pro_details .smallshow .middle>li {
  width: 70px;
  height: 70px;
  float: left;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_box .w .pro_box_right .pro_details .smallshow>p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.prev {
  left: 0;
  background: url(../images/hover-prev.png) no-repeat;
  transition: all 0.5s;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.next {
  right: 0;
  background: url(../images/hover-next.png) no-repeat;
  transition: all 0.5s;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.prev.prevnone {
  left: 0;
  background: url(../images/prev.png) no-repeat;
  cursor: not-allowed;
}

.pro_box .w .pro_box_right .pro_details .smallshow>.next.nextnone {
  right: 0;
  background: url(../images/next1.png) no-repeat;
  cursor: not-allowed;
}

.pro_box .w .pro_box_right .product_box .product_box_option {
  display: flex;
  border-bottom: 2px solid #f7f7f7;
}

.pro_box .w .pro_box_right .product_box .product_box_option .product_box_option_tiem {
  font-size: 20px;
  color: #555;
  background-color: #fff;
  width: 155px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}

.pro_box .w .pro_box_right .product_box .product_box_option .product_box_option_tiem.active {
  background-color: #f7f7f7;
  /* color: #fff; */
}

.pro_box .w .pro_box_right .product_box .product_box_list {
  border: 1px solid #eee;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item {
  display: none;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item.active {
  display: block;
}

.pro_box .w .pro_box_right .product_box .product_box_list .product_box_item img {
  max-width: 100%;
}

.content {
  font-size: 15px;
  line-height: 24px;
  margin: 15px auto 35px;
  padding: 0 15px;
}

a:hover {
  text-decoration: none;
}

.nabouts {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nabouts_a {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 0;
}

.nnews_a {
  margin-top: 20px;
}

.nabouts_id {
  width: 100%;
  height: auto;
  line-height: 26px;
}

.nabouts_id p {
  text-indent: 2em;
}

.nabouts_id p img {
  width: 96%;
  padding: 1%;
  border: 1px solid #ccc;
}

/*新闻内页*/
.nnews_head {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.nnews_aa {
  width: 74%;
  height: auto;
  line-height: 32px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 34px;
  text-align: center;
}

.nnews_a font {
  padding-left: 20px;
}

.bdsharebuttonbox {
  float: right;
}

.nnews_kd {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 15px;
}

.djg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  color: #666666;
  line-height: 24px;
  text-indent: 2em;
  margin: 15px 0;
  text-align: justify;
}

.nnews_l {
  width: 98%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}

.nnews_l li {
  padding-bottom: 10px;
}

.nnews_l li a:hover {
  color: #1b5197;
}

.nnews_img {
  width: 100%;
  text-align: center;
}

.nnews_img img {
  max-width: 100%;
}

.bd_weixin_popup {
  height: 325px !important;
}

/*产品内页*/
.nprosf {
  width: 100%;
  float: right;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.npros_head {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  color: #033e99;
  font-size: 24px;
}

.npros_lefta {
  width: 500px;
  float: left;
  text-align: center;
}

.npros_lefta img {
  max-width: 100%;
}

.npros_right {
  width: 745px;
  height: auto;
  float: right;
}

.npros_bottm {
  width: 130px;
  height: auto;
  background: #000;
  border-radius: 0.5em;
  text-align: center;
  line-height: 36px;
  margin-top: 5%;
}

.npros_bottm a {
  color: #fff;
}

.npros_bottm a:hover {
  color: #fff;
}

.npros_kg {
  width: 100%;
  height: auto;
  line-height: 40px;
  background: #f3f3f3;
  border-left: 3px solid #1b5197;
  padding-left: 10px;
  margin-top: 55px;
  font-size: 16px;
}

.npros_dg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2%;
}

.npros_ld {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2%;
}

.npros_gg {
  width: 100%;
  height: auto;
  line-height: 26px;
  padding-top: 4%;
}

.npros_gg a {
  color: #333333;
}

.npros_gg a:hover {
  color: #1b5197;
}

.npro_z {
  display: inline-block;
  width: 155px;
  height: 45px;
  font-size: 16px;
  margin-top: 50px;
  background: #1b5197;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  color: white;
}

.npro_z:hover {
  color: white;
}
.c_open{
  display: none;
}
.pro_box .w .pro_box_right .pro_list_box .pro_list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.pro_box .w .pro_box_right .pro_list_box .pro_list::after {
  /* content: '';
  width: 30%; */
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item {
  width: 24%;
  margin-bottom: 30px;
  margin-right: calc(4% / 3);
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:nth-child(4n) {
  margin-right: 0;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover img {
  transform: translateZ(0) scale(1.2) !important;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover .pro_item_imgbox {
  border-color: #0154a4;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item:hover .pro_item_title {
  background-color: #0154a4;
  color: #fff;
  border-color: #0154a4;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_imgbox {
  height: auto;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.3s;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_imgbox img {
  width: 70%;
  transition: transform 0.3s;
  transform: translateZ(0) scale(1);
}

.pro_details {
  margin-bottom: 80px;
}

.pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_title {
  text-align: center;
  font-size: 20px;
  color: #666666;
  padding: 5px 15px;
  line-height: 50px;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  border-top: none;
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow:

  hidden; */
}

.pro_box .w .pro_box_right .pro_details .pro_details_content .product_title {
  font-size: 26px;
  color: #555555;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

.pro_box .w .pro_box_right .pro_details .pro_details_content .product_details {
  font-size: 18px;
  color: #777777;
  line-height: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1700px) {
  .advantage .advantage_pro .advantage_swiper .box ul li .advantage_box .title {
    font-size: 20px;
  }

  .index_about .about_box .about_r .text .title h5 {
    font-size: 30px;
  }

  .index_about .about_box .about_r .text .title p {
    font-size: 14px;
  }

  .index_about .about_box .about_r .text .about_content p {
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1600px) {
  .w {
    width: 100%;
  }

  .ipro_box .w .pro_box_l .option .option_list ul li a {
    font-size: 16px;
  }

  header .header_top .w .logo img {
    width: 100%;
  }

  header .header_top .w .contact .contact_l {
    font-size: 20px;
  }

  header .header_top .w .contact .contact_l span {
    font-size: 20px;
  }

  header .nav .w>ul>li .nav-child {
    padding: 0;
  }

  header .nav .w>ul>li>a {
    font-size: 16px;
  }

  .msf_news {
    padding-top: 0.3rem;
  }

  .msf_news .msf_scheme_banner {
    height: 2.8rem;
    background-size: auto 100%;
  }

  .msf_news .msf_scheme_banner h1 {
    font-size: 0.6rem;
  }

  .msf_news .msf_prolist_option .w .prolist_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .msf_news .msf_prolist_option .w .prolist_list .prolist_item {
    margin: 0;
    width: 33%;
  }

  .msf_news .msf_news_box .w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .msf_news .msf_news_box .w .msf_news_box_left {
    width: 100%;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item {
    height: auto;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a {
    display: block;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left {
    margin-right: 0px;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left .msf_news_imgbox img {
    width: 100%;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_left .msf_news_timebox {
    right: -0.2rem;
    top: -0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.36rem;
    line-height: 1.2rem;
  }

  .msf_news .msf_news_box .w .msf_news_box_left .msf_news_list .msf_news_item a .msf_news_item_right {
    padding-top: 0.3rem;
  }

  .msf_news .msf_news_box .w .msf_news_box_right {
    width: 100%;
  }

  .f_title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  footer .footer_top .bk .f_pro ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  footer .footer_top .bk .f_contact ul li {
    font-size: 14px;
    line-height: 24px;
  }

  footer .footer_top .footerr .qrcode .qrcode_bottom img {
    width: 1.4rem;
  }

  footer .footer_top .footerl .f_nav ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1500px) {
  header .nav .w {
    max-width: 100%;
  }
body{ zoom:0.92;}	
  header .nav .w>ul>li>a {
    font-size: 14px;
  }

  .hw_index_serve .index_serve_r .advantage_title h2 {
    font-size: 32px;
  }

  .ipro_box .w .pro_box_l .option .option_tel .contact_l {
    display: none;
  }

  .ipro_box .w .pro_box_l .option .option_tel {
    font-size: 15px;
  }

  .ipro_box .w .pro_box_l .option .option_list ul li a {
    font-size: 14px;
  }

  header .nav .w>ul>li .nav-child li a {
    font-size: 12px;
  }

  footer .footer_top .bk .f_contact ul li {
    font-size: 12px;
  }

  footer .footer_top .bk .f_pro ul li a {
    font-size: 12px;
  }

  footer .footer_top .footerl .f_nav ul li a {
    font-size: 14px;
  }

  .reason .w .nr ul li .reason_text .title span {
    width: 50px;
    font-size: 24px;
    height: 50px;
    border: 5px solid #e8e8e8;
  }

  .reason .w .nr ul li .reason_text .title .title_r h3 {
    font-size: 26px;
    margin-top: 0;
  }

  .reason .w .nr ul li .reason_text .title .title_r p {
    font-size: 12px;
  }

  .reason .w .nr ul li .reason_text .reason_content p {
    font-size: 14px;
    line-height: 24px;
  }

  .reason .w .nr ul li .reason_text .reason_content p::before {
    top: 6px;
    left: 5px;
  }
}

@media screen and (max-width: 1200px) {
  header .nav .w>ul>li>a {
    font-size: 14px;
  }


}

/*************分辨率小于768px************/
@media only screen and (max-width: 768px) {

  .nabouts_a,
  .npros_right,
  .npros_lefta {
    width: 100%;
  }

  .npros_lefta img {
    /*width: 100%;*/
    height: auto;
  }

  .nnews_head {
    padding-top: 0;
    font-size: 18px;
  }

  /*.nabouts_a{padding-top: 20px;}*/
  .npros_right p {
    font-size: 14px;
    line-height: 40px;
  }

  .npros_kg {
    margin-top: 40px;
  }

  .nnews_aa {
    width: 100%;
  }

  .npros_right {
    margin-top: 20px;
  }

  .npro_z {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 125px;
    margin-top: 30px;
  }

  .pro_b .pro_list_box {
    margin-top: 15px;
  }
}

@media screen and (max-width: 780px) {
  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box {
    margin-bottom: 0.6rem;
    display: block;
  }

  .c_close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: absolute;
    right: 2%;
    top: 2%;
    overflow: hidden;
  }
  .c_open{
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -40px;
    top: 30%;
    background-color: #18a100;
  background-color: var(--styleColor);
  }
  .c_open span{
    font-size: .6rem;    color: #fff;
  }
  .c_close::before {
    content: '';
    position: absolute;
    right: 0%;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #ccc;
  }

  .c_close::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 50%;
    width: 100%;
    transform: rotateZ(-45deg) translateY(-50%);
    height: 2px;
    border-radius: 1px;
    background-color: #ccc;

  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top {
    margin-bottom: 30px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top .img_border {
    width: 100%;
    height: calc(100vw - 0.6rem);
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top .img_border img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom {
    padding: 0 5px;
  }

  .option .option_list>ul {
    max-height: 9.6rem;
    overflow-y: scroll;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide {
    width: 70px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide.active .img_border {
    border-color: #c41f2a;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border {
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border img {
    width: 100%;
  }

  .pro_details {
    margin-bottom: 0;
  }

  .pro_box .w .pro_box_right .pro_details .bg {
    width: 100%;
    height: auto;
    overflow: unset;
    background: unset;
    display: block;
  }

  .pro_box .w .pro_box_right .pro_details .bg .bg_left {
    display: none;
  }

  .pro_box .w .pro_box_right .pro_details .bg .bg_right {
    display: none;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box {
    margin-bottom: 0.6rem;
    display: block;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top {
    margin-bottom: 30px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_top .img_border {
    width: 100%;
    height: calc(100vw - 0.6rem);
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom {
    padding: 0 5px;
  }

  .pro_box_right {
    margin-top: 0.4rem;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide {
    width: 70px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide.active .img_border {
    border-color: #c41f2a;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border {
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pro_box .w .pro_box_right .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content {
    margin-bottom: 0.6rem;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_details {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .pro_box .w .pro_box_right .pro_details .bg .pro_details_content .product_use {
    font-size: 16px;
  }

  .pro_box .w .pro_box_right .product_box .product_box_option .product_box_option_tiem {
    font-size: 14px;
    width: 33.33%;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list {
    justify-content: space-between;
  }

  .kwn_breadcrumb {
    margin-bottom: 0;
  }

  .kwn_breadcrumb .w {
    /* display: none; */
  }

  .pro_box .w .pro_box_right .pro_breadcrumb {
    display: none;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pro_box .w .pro_box_right .pro_list_box .pro_list .pro_item a .pro_item_title {
    line-height: 26px;
    font-size: 14px;
  }
}

.about {
  width: 90%;
  margin: 78px auto 100px auto;
  height: auto;
  overflow: hidden;
}

.about_tt .en,
.about_tt .cn {
  text-align: left;
}

.at {
  background: url("../images/at_bg.png") no-repeat;
  color: #fff;
  margin: 30px auto 30px 0;
  font-size: 18px;
  text-indent: 2em;
  line-height: 45px;
  width: 542px;
}

.about .dsc {
  font-size: 16px;
  line-height: 24px;
  text-indent: 2em;
}

.about .left {
  width: 53%;
  margin-right: 2%;
}

.about .right {
  width: 43%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.about .right img {
  max-width: 100%;
}

.about_tt .cn,
.msg_tt .cn,
.q_tt .cn {
  font-size: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.about_tt .en,
.msg_tt .en,
.q_tt .en {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Arial;
  text-align: center;
  color: #424242;
  margin-top: 10px;
}

.about_tt .en,
.about_tt .cn {
  text-align: left;
}

.ab {
  margin-top: 30px;
  margin-bottom: 70px;
}

.ab .a2 {
  left: 30.5%;
  background: url(../images/left1.png) no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
}

.ab .a2:hover {
  background: url(../images/left1_on.png) no-repeat;
  background-size: contain;
}

.ab .a1 {
  right: 30.5%;
  background: url(../images/right1.png) no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
}

.ab .a1:hover {
  background: url(../images/right1_on.png) no-repeat;
  background-size: contain;
}

.ab img {
  max-width: 100%;
}

.in_news {
  background: #f9f9f9;
  height: auto;
  overflow: hidden;
}

.in_news_con {
  width: 90%;
  text-align: justify;
  margin: 0 auto 80px;
}

.in_news_tt {
  width: 1600px;
  margin: 50px auto 40px;
  height: auto;
  overflow: hidden;
}

.in_news_tt .left .nc1 {
  font-size: 30px;
  font-weight: bold;
}

.in_news_tt .left .nc2 {
  font-size: 16px;
  color: #424242;
  text-transform: uppercase;
  margin-top: 10px;
}

.in_news_tt .right a {
  display: block;
  line-height: 58px;
  width: 165px;
  color: #333;
  border: 1px solid #333;
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}

.in_news_tt .right a:hover {
  border: 1px solid #213e84;
  color: #213e84;
}

.in_news_item {
  display: inline-block;
  width: 49%;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.in_news_item a {
  color: #333;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.in_news_item a:hover h1 {
  color: #213e84;
}

.in_news_item .left {
  font-size: 28px;
  text-align: center;
  width: 105px;
  height: 105px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  padding-top: 14px;
  margin: 35px 50px 35px 40px;
}

.in_news_item .left p {
  font-size: 16px;
}

.in_news_item p {
  color: #5a5a5a;
}

.in_news_item .right {
  width: 70%;
  float: left;
  margin: 35px auto;
}

.in_news_item .right h1 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}

.in_news_item .right p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 20px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.in_news_item:hover .left {
  color: #fff;
  background: #213e84;
  border: 5px solid #d9dde8;
}

.in_news_item:hover .left p {
  color: #fff;
}

.justify_fix {
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.ny {
  margin-top: 40px;
}

.c_list {
  width: 90%;
  text-align: justify;
  margin: 0 auto;
}

.c_ite {
  display: inline-block;
  height: 225px;
  width: 32.5%;
  background: url("../images/cbg1.jpg") center no-repeat;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.join_f {
  background: #f1f3f5;
  padding: 40px 45px;
}

.j_inp input,
.join_f select {
  width: 540px;
  height: 48px;
  border: 1px solid #e4e6e8;
  padding-left: 20px;
  font-size: 16px;
}

.j_inp input:nth-child(even) {
  float: right;
}

.j_inp {
  margin-bottom: 20px;
}

.join_f textarea {
  width: 100%;
  height: 125px;
  border: 1px solid #e4e6e8;
  padding-left: 20px;
  padding-top: 15px;
}

.b_cent {
  text-align: center;
  margin-top: 30px;
}

.b_cent input {
  width: 180px;
  height: 45px;
  border: none;
  background: #21409d;
  color: white;
  font-size: 18px;
}

.my-map {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}

.map {
  margin: 20px auto 62px;
  width: 90%;
  height: 600px;
}

.c_ite img {
  margin-top: 40px;
}

.c_ite p {
  margin-top: 15px;
  line-height: 37px;
}

.msg_tt {
  margin: 60px auto 22px;
}

.cont_msg {
  width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .about .left {
    width: 100%;
  }

  .n_content .pro_pick ul li {
    width: 50%;
  }

  .msf_prolist_option .w .prolist_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .msf_prolist_option .w .prolist_list .prolist_item {
    line-height: 0.6rem;
    font-size: 0.24rem;
    width: 49%;
    text-align: center;
    margin-bottom: 0.2rem;
    border: 0.02rem solid #bbb;
  }

  .msf_prolist_option .w .prolist_list .prolist_item.active {
    color: #fff;
    border: none;
    background-color: #18a100;
  background-color: var(--styleColor);
  }

  .msf_breadcrumb .w .breadcrumb {
    padding: 0.2rem 0;
  }

  .option .title {
    height: auto;
    padding: .2rem;
  }

  .option .title p {
    font-size: 12px;
  }

  .option .title h2 {
    font-size: 24px;
  }

  .option {
    width: 80%;
  }

  .option .option_list ul li a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
  }

  .at {
    width: 100%;
    font-size: 14px;
    background-size: cover;
    margin: 15px auto;
    line-height: 38px;
    border-radius: 5px;
  }

  .msf_prolist_option {
    margin-bottom: 0.3rem;
  }

  .about .right {
    width: 100%;
  }

  .qt .option {
    margin-top: 0.3rem;
  }

  .ny {
    margin-top: 25px;
  }

  .about_q {
    margin: 0 auto;
    width: 100%;
  }

  .in_news_item {
    width: 100%;
  }

  .in_news_item .left {
    width: 80px;
    height: 80px;
    margin: 10px;
    font-size: 20px;
  }

  .in_news_item .left p {
    font-size: 12px;
  }

  .in_news_item .right {
    margin: 10px;
    width: calc(100% - 120px);
  }

  .in_news_item .right p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 18px;
  }

  .in_news_item .right h1 {
    font-size: 16px;
    margin: 0;
  }

  .in_news_con {
    margin-bottom: 15px;
  }

  .about_q .swiper-container {
    width: 95%;
  }

  .ab .a2 {
    width: 35px;
    height: 35px;
    left: 0;
  }

  .ab .a1 {
    width: 35px;
    height: 35px;
    right: 0;
  }

  .about {
    margin: 28px auto 40px;
    width: 95%;
  }

  .about .left {
    width: 100%;
  }

  .at {
    width: 100%;
    font-size: 14px;
    background-size: cover;
    margin: 15px auto;
    line-height: 38px;
    border-radius: 5px;
  }

  .about .right {
    width: 100%;
  }

  .about_q {
    margin: 0 auto;
    width: 100%;
  }

  .ab {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .about_q .swiper-container {
    width: 95%;
  }

  .ab .a2 {
    width: 35px;
    height: 35px;
    left: 0;
  }

  .ab .a1 {
    width: 35px;
    height: 35px;
    right: 0;
  }

  .c_list {
    width: 95%;
  }

  .c_ite {
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 14px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    background-size: cover;
  }

  .c_ite:last-child {
    margin-bottom: 0;
  }

  .j_inp input,
  .join_f select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .b_cent input {
    height: 40px;
    font-size: 14px;
    width: 120px;
  }

  .b_cent {
    margin-top: 0;
  }

  .join_f textarea {
    margin-bottom: 15px;
  }

  .msg_tt {
    margin-top: 30px;
  }

  .ft_banner {
    margin-top: 1.2rem;
  }

  .cont_msg {
    width: 95%;
  }

  .map {
    width: 95%;
    height: 300px;
  }

  .join_f {
    padding: 25px;
  }

  .c_ite p {
    line-height: 26px;
  }
}

@media screen and (max-width: 780px) {
  .ft_index {
    margin-top: 140px;
  }

  .banner .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.08rem;
    background-color: #ffffff;
    border-radius: 0;
  }

  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #18a100;
  }

  .sx_news {
    padding: 0.3rem 0;
    margin-bottom: 0;
  }

  .sx_news .w .news_title {
    margin-bottom: 0.4rem;
    display: block;
  }

  .sx_news .w .news_title .option {
    display: block;
    width: 100%;
  }
  .hw_index_serve .index_serve_r ul li .index_serve_item .index_serve_title{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .hw_index_serve .index_serve_r ul li .index_serve_item .index_serve_content{
    font-size: 12px;
  }
  .sx_news .w .news_title .option ul {
    display: flex;
    justify-content: space-evenly;
  }

  .sx_news .w .news_title .option ul li {
    margin-left: 0;
  }

  .sx_news .w .news_title .option ul li a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 0.2rem;
  }

  .sx_news .w .news_list ul {
    display: block;
  }

  .sx_news .w .news_list ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .sx_news .w .news_list ul li a .imgbox {
    margin-bottom: 0.1rem;
  }

  .sx_news .w .news_list ul li a .title {
    margin-bottom: 0.1rem;
  }

  .sx_news .w .news_list ul li a .news_content {
    font-size: 14px;
  }

  .sx_news .w .news_list ul li a .date {
    display: none;
  }

  .anli {
    padding: 0.3rem 0;
  }

  .anli .anli_box {
    display: block;
  }

  .anli .anli_box a .text {
    font-size: 16px;
    line-height: 2em;
  }

  .anli .anli_box .anli_l {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .anli .anli_box .anli_r {
    width: 100%;
  }

  .anli .anli_box .anli_r ul li {
    margin-bottom: 0.2rem;
  }

  .anli .anli_box .anli_r ul li .text {
    font-size: 16px;
    line-height: 2em;
  }

  .ipro_box {
    padding: 0.3rem 0;
    height:   auto;
  }

  .ipro_box .w .pro_box_l {
    display: none;
  }

  .ipro_box .w .pro_box_r {
    width: 100%;
  }

  .ipro_box .w .pro_box_r .title {
    line-height: 40px;
    padding-right: 0.1rem;
  }

  .ipro_box .w .pro_box_r .title .title_l {
    font-size: 16px;
    padding: 0 0.4rem;
  }

  .ipro_box .w .pro_box_r .title .title_r {
    font-size: 13px;
  }

  .pro_pick ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 0.3rem;
  }

  .pro_pick ul li a .imgbox {
    max-height: 4rem;
    height: auto;
  }

  .pro_pick ul li a p {
    font-size: 14px;
    line-height: 35px;
  }

  .partner {
    margin-bottom: 0.4rem;
  }

  .partner .w {
    display: block;
    height: auto;
  }

  .partner .w .title {
    width: 100%;
    text-align: center;
    background: none;
    color: #18a100;
    writing-mode: inherit;
    height: auto;
    line-height: inherit;
    margin-bottom: 0.3rem;
  }

  .partner .w .partner_box {
    width: 100%;
    border: none;
    padding: 0;
  }

  .partner .w .partner_box .partner_swiper {
    width: 100%;
  }

  .partner .w .partner_box .partner_next,
  .partner .w .partner_box .partner_prev {
    display: none;
  }

  .advantage {
    padding: 0.3rem 0;
  }

  .advantage .advantage_title h2 {
    margin-top: 0;
    font-size: 26px;
  }

  .advantage .advantage_title p {
    font-size: 12px;
  }

  .advantage .advantage_pro .advantage_swiper .box ul li .advantage_box {
    display: none;
  }

  .yx_contact {
    background: #18a100;
  }

  .yx_contact .w ul {
    height: auto;
    display: block;
  }

  .yx_contact .w ul li .contact_l {
    justify-content: center;
  }

  .yx_contact .w ul li .l {
    display: block;
  }

  .yx_contact .w ul li .l h3 {
    padding: 0;
    font-size: 26px;
    border: none;
    text-align: center;
  }

  .yx_contact .w ul li .l .border-r {
    margin-bottom: 0.2rem;
  }

  .yx_contact .w ul li .l .border-r a {
    flex: 1;
    padding: 0;
    text-align: center;
    font-size: 12px;
  }

  .reason {
    padding: 0.3rem 0;
    background: none;
  }

  .reason .w .reason_title {
    font-size: 12px;
  }

  .reason .w .reason_title h2 {
    font-size: 26px;
  }

  .reason .w .reason_title h2 i {
    font-size: 40px;
  }

  .reason .w .nr {
    max-width: 100%;
  }

  .reason .w .nr ul li {
    display: block;
    width: 100%;
  }

  .reason .w .nr ul li .reason_img {
    width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
    margin-bottom: 0.3rem !important;
  }

  .reason .w .nr ul li .reason_text {
    width: 100%;
  }

  .reason .w .nr ul li .reason_text .title {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .reason .w .nr ul li .reason_text .title .title_r h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .sx_business {
    margin-bottom: 0.4rem;
  }

  .hw_index_serve {
    display: block;
    height: auto;
  }

  .hw_index_serve .index_serve_r {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
  }

  .hw_index_serve .index_serve_r .advantage_title {
    width: 100%;
  }

  .hw_index_serve .index_serve_r .advantage_title h2 {
    font-size: 20px;
  }

  .hw_index_serve .index_serve_r .advantage_title h4 {
    font-size: 16px;
  }

  .hw_index_serve .index_serve_r ul {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .hw_index_serve .index_serve_l {
    width: 100%;
  }

  .solution {
    padding: 0.3rem 0;
  }

  .solution .w .solution_box .solution_swiper .text {
    line-height: inherit;
    font-size: 14px;
    padding: 0.1rem 0;
  }

  .index_about {
    padding: 0.3rem 0;
  }

  .index_about .about_box {
    display: block;
  }

  .index_about .about_box .about_l {
    width: 100%;
  }

  .index_about .about_box .about_r {
    width: 100%;
  }

  .index_about .about_box .about_r .text {
    text-align: center;
  }

  .index_about .about_box .about_r .text .title {
    padding-bottom: 0.2rem;
  }

  .index_about .about_box .about_r .text .title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .index_about .about_box .about_r .text .title h5 {
    font-size: 22px;
  }

  .index_about .about_box .about_r .text .title h5 span {
    font-size: 14px;
  }

  .index_about .about_box .about_r .text .title p {
    font-size: 12px;
  }

  .sx_business .w .business_box .business_swiper .item_box .imgbox {
    height: auto;
    display: block;
  }

  .sx_business .w .business_box .business_swiper .item_box .imgbox img {
    width: 100%;
    height: auto;
  }

  .sx_business .w .business_box .business_next {
    right: 15%;
  }

  .sx_business .w .business_box .business_prev {
    left: 15%;
  }

  .sx_business .w .business_box .business_swiper {
    padding-bottom: 15%;
  }

  .sx_business .w .business_box .business_swiper .text_box {
    position: static;
    transform: none;
    opacity: 1;
    width: 100%;
    padding: 0.3rem 0.2rem;
  }

  .sx_business .w .business_box .business_swiper .text_box .title {
    font-size: 18px;
  }

  .sx_business .w .business_box .business_swiper .text_box .text {
    font-size: 12px;
  }

  .yx_news {
    padding: 0.3rem 0;
  }

  .yx_news .news_box {
    display: block;
  }

  .yx_news .news_box .hot {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .yx_news .news_box .news_list {
    width: 100%;
  }

  .yx_news .news_box .news_list ul {
    display: block;
  }

  .yx_news .news_box .news_list ul li {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }

  .link,
  .news-img,
  .news-tt {
    display: none;
  }
}
