body{line-height: 1.5;}
/*搜索*/
.index_search {background: #0279ec;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.index_search .container {display: flex;justify-content: space-between;align-items: center;}
.index_search .container::after {display: none;}
.index_search .container>.no_dis2 {width: 60%;}
.search_text_box {display: flex;}
.search_title {font-size: 20px;font-family: "Microsoft YaHei", "Source Han Sans CN R";color: rgb(255, 255, 255);}
.search_text {font-size: 20px;font-family: "Microsoft YaHei", "Source Han Sans CN R";color: rgb(255, 255, 255);}
.index_search_form {margin: 5px 0;width: 25%;background: #fff;}
.index_search_form .form-group {margin-bottom: unset;}
.index_search_input {border-radius: unset;border: unset;background-color: #fff;font-size: 12px;font-family: "Microsoft YaHei";color: #666;}
.index_search_btn {border-radius: unset !important;background-color: #26afdd;font-size: 14px;font-family: "Microsoft YaHei";color: #fff;padding-left: 1rem !important;padding-right: 1rem !important;}
.index_search_i {color: #fff;}
@media (max-width: 767px) {
  .index_search_form {
    width: 100%
  }
}
@media (min-width: 768px) {
  .input-group-btn .index_search_btn {}
}
/*搜索*/
/*问答*/
.index_msg_q {padding: 1.5rem 0;background: #0279ec;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.index_msg_q .container {background: #fff;}
.index_msg_q .row {padding-top: 1.5rem;padding-bottom: 1.5rem;}
.index_msg_q_video {padding: 0 1.5rem 0 .5625rem;border-right: 1px dotted #0279ec;}
.index_msg_q_top {font-size: 30px;font-family: "SimHei";color: #ff0000;}
.index_msg_q_top p span {color: #0279ec;}
.index_msg_q_list_box {display: flex;flex-direction: column;justify-content: space-between;}
.index_msg_q_list {}
.index_msg_q_list_text1 {font-size: 18px;font-family: "Microsoft YaHei", "Source Han Sans CN R";color: rgb(255, 0, 0);padding-left: 1.5rem;margin-left: 1rem;background: url(../images/msg_q.png) no-repeat left top;margin-bottom: 5px;}
.index_msg_q_list_text2 {font-size: 16px;font-family: "SimHei";color: rgb(0, 0, 0);padding-left: 1.5rem;margin-left: 1rem;background: url(../images/msg_a.png) no-repeat left top;}
/*问答*/
/*产品1*/
.index_product1 {padding: 1.5rem 0;border-top:  1px solid #fff;background: #0577eb;}
.index_product1 .index_product_box {display: flex;justify-content: space-between;}
.index_product1 .index_product_box::after {display: none;}
.index_product1_top {text-align: center;margin-bottom: 2rem;}
.index_product1 .product_left {padding: unset;width: 22%;border: 1px solid #98c7f7;overflow: hidden;background: #0577eb url(../images/product_left.png) no-repeat bottom center / 100%;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: flex-start;position: relative;}
.index_product_tab_box {display: flex;flex-direction: column;justify-content: space-between;}
.index_product1 .product_left>div {width: 100%}

.index_product1 .product_righ {width: 77.5%;}
.index_product1 .product_title {background: url(../images/product_left_bg.png) no-repeat top center /100% 100%;height: 60px;text-align: center;line-height: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.product_title_text1 {font-size: 28px;font-family: "Microsoft YaHei", "Source Han Sans CN M";color: rgb(255, 255, 255);}
.product_title_text2 {font-size: 12px;font-family: "Microsoft YaHei", "Source Han Sans CN M";color: rgb(255, 255, 255);text-transform: uppercase;}
.index_product1 .index_product_nav {background: url(../images/product_nav.png) bottom center no-repeat;padding: 1rem 0 1.5rem;}
.index_product1 .index_product_nav a {font-size: 18px;font-family: "Microsoft YaHei", "Source Han Sans CN R";color: rgb(255, 255, 255);margin-left: 25%;padding-left: 5%;background: url(../images/product_list.png) left center no-repeat;}
.index_product1 .index_product_nav:hover {background: #f85207}
.index_product1 .index_product_left_text {padding-top: 1rem;align-self: flex-end;bottom: 0;left: 0;right: 0;}
.index_product1 .index_product_left_text img {width: 100%}

.index_product_para_box{display: flex;justify-content: space-between;}
.index_product_para {border: 1px solid #98c7f7;font-size: 24px;font-family: "Microsoft YaHei", "Source Han Sans CN R";color: rgb(255, 255, 255);text-align: center;padding: 0.5rem 0;width: 20%;cursor: pointer;}
.index_product_right_top_text2 {font-size: 24px;font-family: "Microsoft YaHei", "Source Han Sans CN R";color: rgb(255, 255, 255);text-align: center;}
.index_product_right_top_text2:hover {color: #fff;}
.index_product_para.active {background: #f85207;}
#sw_para_box {background: #fff;}
#sw_para_box .swiper-slide{background: #fff;padding: 1rem 1rem 0;}
.product_box{margin-bottom: 1rem;}
.index_product1 .product_item_img {width: 100%;position: relative;border: 1px solid #ccc;}
.index_product1 .product_item_img img {width: 100%;left: 0;}
.index_product1 .product_item_title {font-size: 16px;font-family: "Microsoft YaHei";color: rgb(255, 255, 255);background: #0279ec;padding: 0.7rem 0.5rem;border: 1px solid #ccc;}
@media (max-width: 767px) {
  .index_product1 .index_product .index_product_box {flex-wrap: wrap;}
  .index_product1 .product_left {width: 100%;margin: 2rem 0;}
  .index_product1 .product_righ {width: 100%;}
  .index_product1 .index_product_top {margin-bottom: unset;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_left {width: 35%;}
  .product_righ {width: 63%;}
}
@media all and (min-width: 1281px) {
  .index_product1 .product_phone {padding: 2rem 0;}
}
/*产品1*/
/*领域*/
.index_ly {padding: 3rem 0;background: url(../images/top_sj.png) top center no-repeat;}
.index_ly_box {display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_ly_box1,
.index_ly_box2 {width: 49.9%;display: flex;justify-content: space-between;margin-bottom: 0.25rem;}
.index_ly_text {width: 60%;border: 1px solid #bbb;padding: 1rem;display: flex;flex-direction: column;justify-content: center;}
.index_ly_box1 .index_ly_text {border-right: unset;}
.index_ly_box2 .index_ly_text {border-left: unset;}
.index_ly_img {width: 40%;}
.index_ly_text1 {font-size: 20px;font-family: "Microsoft YaHei";color: rgb(0, 0, 0);}
.index_ly_text2 {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(85, 85, 85);line-height: 2;}
.index_ly_text3 {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(85, 85, 85);text-align: right;}
.index_ly_box1:hover .index_ly_text,
.index_ly_box2:hover .index_ly_text {background: #f75300;}
.index_ly_box1:hover .index_ly_text .index_ly_text1,
.index_ly_box1:hover .index_ly_text .index_ly_text2,
.index_ly_box1:hover .index_ly_text .index_ly_text3,
.index_ly_box2:hover .index_ly_text .index_ly_text1,
.index_ly_box2:hover .index_ly_text .index_ly_text2,
.index_ly_box2:hover .index_ly_text .index_ly_text3 {color: #fff;}
/*领域*/
/*b*/
.index_b {height: 341px;background: url(../images/b.jpg) no-repeat top center;}
/*b*/
/*品质*/
.index_pz {padding: 3rem 0;background: url(../images/top_sj.png) top center no-repeat;}
.index_pz_top {text-align: center;margin-bottom: 2rem;}
.index_pz_top p {font-size: 42px;font-family: "Microsoft YaHei";color: rgb(14, 123, 235);font-weight: bold;}
.index_pz_top p span {color: #fa5014;}
#index_pz_sw {}
#index_pz_sw .swiper-slide>div {padding: 1rem;padding-top: 2rem;padding-right: 41px;display: flex;flex-direction: column;justify-content: space-between;height: 401px;width: 260px;}
.index_pz_item1 {background: url(../images/pz1_bg.png) top right no-repeat;}
.index_pz_item2 {background: url(../images/pz2_bg.png) top right no-repeat;}
.index_pz_item_top {text-align: center;}
.index_pz_item1 .index_pz_item_text1 {font-size: 24px;font-family: "Microsoft YaHei";color: rgb(2, 121, 236);}
.index_pz_item2 .index_pz_item_text1 {font-size: 24px;font-family: "Microsoft YaHei";color: rgb(249, 81, 14);}
.index_pz_item_text2 {font-size: 12px;font-family: "Microsoft YaHei";color: rgb(68, 68, 68);}
.index_pz_item_img {}
/*品质*/
/*烦恼*/
.index_fn {padding: 3rem 0;background: url(../images/fn_sd.jpg) top center repeat-x;}
.index_fn_top {text-align: center;margin-bottom: 2rem;}
.index_fn_top p {font-size: 42px;font-family: "Microsoft YaHei";color: rgb(68, 68, 68);font-weight: bold;}
.index_fn_top p span {color: #025eb9;}
.index_fn_top p span:last-of-type {color: #f75300;}
.index_fn_img {}
.index_fn_text {display: flex;flex-wrap: wrap;}
.index_fn_text1 {display: flex;align-items: center;margin-left: -5rem;}
.index_fn_text2 {display: flex;align-items: center;margin-left: -3rem;}
.index_fn_text3 {display: flex;align-items: center;margin-left: -1rem;}
.index_fn_text4 {display: flex;align-items: center;margin-left: -0.8rem;}
.index_fn_text5 {display: flex;align-items: center;margin-left: -2rem;}
.index_fn_text6 {display: flex;align-items: center;margin-left: -4rem;}
.index_fn_text1>div,
.index_fn_text2>div,
.index_fn_text3>div,
.index_fn_text4>div,
.index_fn_text5>div,
.index_fn_text6>div {font-size: 24px;font-family: "Impact";color: rgb(255, 255, 255);background: #f75300;border-radius: 100px;width: 46px;height: 46px;float: left;margin-right: 1rem;display: flex;justify-content: center;align-items: center;}
.index_fn_text6>div {background: url(../images/fn_bg6.png) top left no-repeat;}
.index_fn_text1>p,
.index_fn_text2>p,
.index_fn_text3>p,
.index_fn_text4>p,
.index_fn_text5>p,
.index_fn_text6>p {font-size: 18px;font-family: "Microsoft YaHei";color: rgb(68, 68, 68);font-weight: bold;}
/*烦恼*/
/*优势*/
.index_ys {padding-bottom: 3rem;}
.index_ys_top {background: url(../images/ys_top.png) top center no-repeat;height: 218px;margin-bottom: 1rem;}
.index_ys_row {padding-bottom: 3rem;background: url(../images/ys_sd.jpg) bottom center no-repeat;}
.index_ys_text {}
.index_ys_text_top {display: flex;margin-bottom: 2rem;}
.index_ys_text_top_tag {margin-right: 2rem;}
.index_ys_text1 {font-size: 36px;font-family: "Impact";color: rgb(255, 255, 255);background: #025eb9;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;}
.index_ys_text_top_tag_box {background: url(../images/ys_tag.png) top center;width: 60px;height: 71px;display: flex;justify-content: center;align-items: center;line-height: 1.2;flex-direction: column;}
.index_ys_text2 {font-size: 18px;font-family: "Microsoft YaHei";color: rgb(255, 255, 255);}
.index_ys_text_title_box {display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;}
.index_ys_text_title {position: relative;padding-bottom: 0.7rem;}
.index_ys_text_title::after {content: '';border-bottom: 2px solid #025eb9;width: 3rem;position: absolute;left: 0;bottom: 0;}
.index_ys_text3 {font-size: 26px;font-family: "Microsoft YaHei";color: rgb(68, 68, 68);font-weight: bold;}
.index_ys_text4 {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(136, 136, 136);text-transform: uppercase;}
.index_ys_text5 {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(136, 136, 136);padding: 0.5rem 1.5rem;border: 1px solid #cececf;border-radius: 5px;}
.index_ys_text6 {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(68, 68, 68);}
.index_ys_img {display: flex;align-items: center;position: relative;}
.index_ys_phone {position: absolute;left: 50%;top: 0;}
.index_ys_phone_top {display: flex;align-items: center;font-size: 18px;font-family: "Microsoft YaHei";color: rgb(38, 141, 239);font-weight: bold;}
.index_ys_phone_top img {padding-right: 0.5rem;}
.index_ys_phone_text {font-size: 18px;font-family: "Microsoft YaHei";color: rgb(248, 82, 7);}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media all and (min-width: 1281px) {}
/*优势*/
/*伙伴*/
.index_hp {background: #0381ed;padding: 1.5rem;border-bottom: 2px solid #fff;}
.index_hp_top {text-align: center;font-size: 30px;font-family: "Microsoft YaHei", "Source Han Sans CN M";color: rgb(255, 255, 255);background: url(../images/hp_left.png) no-repeat left center, url(../images/hp_right.png) no-repeat right center;}
#index_hp_sw {margin-top: 2rem;}
.index_b2 {background: url(../images/b2.jpg) top center no-repeat;height: 340px;}
/*伙伴*/
/* 关于 */
.index_about1 {padding: 3rem 0;}
.index_about1 .index_about1_text {display: flex;flex-wrap: wrap;}
.index_about1 .index_about1_text>div {
  width: 100%
}
.index_about1 .index_about1_top {text-align: center;line-height: 1.1;}
.index_about1 .index_about1_text1 {font-size: 36px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);font-weight: bold;}
.index_about1 .index_about1_text2 {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(136, 136, 136);}
.index_about1 .index_about1_text3 {font-size: 16px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);}
.index_about1 .index_about1_text4 {font-size: 18px;font-family: "Microsoft YaHei";color: rgb(255, 255, 255);background: #025eb9;padding: 0.5rem 1.5rem;align-self: flex-end;margin: 0 auto;}
.index_about1 .index_about1_img {display: flex;align-items: center;}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media all and (min-width: 1281px) {}
/*关于*/
/*相册*/
.index_xc {padding: 1.5rem;}
.index_xc_top {background: url(../images/img1_top.png) no-repeat top center/100%;height: 67px;position: relative;display: flex;align-items: center;justify-content: center;}
.index_xc_top_more {font-size: 18px;font-family: "Adobe Heiti Std";color: rgb(255, 255, 255);background: #f75300;border-radius: 10px;padding: .5rem 1.5rem;position: absolute;right: 2rem;top: 1rem;}
#index_xc_sw {width: 90%;margin-top: 2rem;}
.index_xc_img {width: 100%;position: relative;max-width: 400px;border: 1px solid #ccc;}
.index_xc_img img {width: 100%;left: 0;}
.index_xc_text {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);text-align: center;padding: 0.5rem;}
.swiper-button-prev-left {background: url(../images/xc_left.png) no-repeat center;}
.swiper-button-prev-left::after{display: none;}
.swiper-button-next-right {background: url(../images/xc_right.png) no-repeat center;}
.swiper-button-next-right::after{display: none;}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media all and (min-width: 1281px) {}
/*相册*/
/*荣誉*/
.index_ry {padding: 1.5rem;}
.index_ry_top {position: relative;text-align: center;height: 67px;margin-bottom: 2rem;display: flex;align-items: center;justify-content: center;}
#index_ry_sw {width: 99%;}
.index_ry_img {width: 100%;position: relative;max-width: 400px;border: 1px solid #ccc;}
.index_ry_img img {width: 100%;left: 0;}
.index_ry_text {font-size: 16px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);text-align: center;padding: 0.5rem;}
/*荣誉*/
/* 资讯1 */
.index_msg1 {padding-bottom: 3rem;}
.index_msg1 #msg1_sw_news_text {width: 40%;margin: unset;}
.index_news_top_img {text-align: center;margin-bottom: 2rem;}
.index_msg1 .index_msg_box {display: flex;flex-wrap: wrap;}
.index_news_top {background: #d3e9ff;display: flex;justify-content: space-between;align-items: center;}
.index_msg1 .index_news_text1 {font-size: 16px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);text-align: center;padding: 0.5rem 2rem;display: inline-block;cursor: pointer;}
.index_news_text2 {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);padding-right: 1rem;}
.index_msg1 .index_news_text1.active,
.index_news2 .index_news_text1 {background: #025eb9;color: #fff;}
.index_msg1 #msg1_sw_news {margin-top: 1rem;}
.index_msg1 .index_news1_new_top {display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 1rem;}
.index_msg1 .index_news1_new_top_img {width: 48%;max-height: 173px
}
.index_msg1 .index_news1_new_top_text {width: 48%;padding-top: 0.5rem
}
.index_msg1 .index_news1_new_top_text1 {font-size: 16px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);}
.index_msg1 .index_news1_new_top_text2 {font-size: 18px;font-family: "Microsoft YaHei";color: rgb(2, 94, 185);font-weight: bold;}
.index_msg1 .index_news1_new_top_text3 {font-size: 12px;font-family: "Microsoft YaHei";color: rgb(102, 102, 102);}
.index_msg1 .index_news1_list {display: flex;justify-content: space-between;padding: 0.8rem 0;align-items: baseline;border-bottom: 1px dashed #ccc;padding-left: 1rem;background: url(../images/news_list.png) no-repeat left center;}
.index_msg1 .index_news1_list_text1 {width: 60%;font-size: 14px;color: #333;}
.index_msg1 .index_news1_list_text2 {font-size: 12px;color: rgb(102, 102, 102);}
.index_msg1 .index_news1_list:hover .index_news1_list_text1 {color: var(--first_color);}
.index_msg1 .index_news2 {display: flex;flex-direction: column;justify-content: space-between;}
.index_news_list {display: flex;justify-content: space-between;}
.index_news_list_img {width: 28%;}
.index_news_list_text {width: 70%;display: flex;flex-direction: column;justify-content: center;}
.index_news_list_top {display: flex;justify-content: space-between;padding-bottom: 0.5rem;}
.index_news_list_text1 {font-size: 18px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);width: 60%;}
.index_news_list_text2 {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);}
.index_news_list_text3 {font-size: 12px;font-family: "Microsoft YaHei";color: rgb(102, 102, 102);}
.index_news_list:hover .index_news_list_text1 {color: var(--first_color)}
@media all and (max-width: 767px) {
  .index_msg1 .index_news1_new_top_img,
  .index_msg1 .index_news1_new_top_text {
    width: 100%
  }
}
/* 资讯1 */
/*友情链接*/
.index_link {padding-bottom: 3rem;}
.index_link_top {background: linear-gradient(to right, #025eb9 15%, #ccc 0%) no-repeat bottom/100% 1px;}
.index_link_top p {font-size: 22px;font-family: "Microsoft YaHei";color: rgb(2, 94, 185);font-weight: bold;text-transform: uppercase;}
.index_link_top p span {color: #f75300;}
.index_link_text {padding: 0.5rem 0;font-size: 14px;font-family: "Microsoft YaHei";color: rgb(2, 121, 236);}
/*友情链接*/

/*手机版面*/
@media all and (max-width: 767px) {
  /*8导航*/
  .index_phone_nav {background: #f5f5f5;display: flex;flex-wrap: wrap;  }
  .index_phone_nav_item {width: 25%;border-bottom: 1px solid #ccc;text-align: center;/*display: flex;*/flex-direction: column;justify-content: center;align-items: center;padding: 1rem;  }
  .index_phone_nav_item a{display: block;}
  .index_phone_nav_item:nth-of-type(1),
  .index_phone_nav_item:nth-of-type(2),
  .index_phone_nav_item:nth-of-type(3),
  .index_phone_nav_item:nth-of-type(5),
  .index_phone_nav_item:nth-of-type(6),
  .index_phone_nav_item:nth-of-type(7) {border-right: 1px solid #ccc;  }
  .index_phone_nav_item:nth-of-type(5),
  .index_phone_nav_item:nth-of-type(6),
  .index_phone_nav_item:nth-of-type(7),
  .index_phone_nav_item:nth-of-type(8) {border-bottom: unset;  }
  .index_phone_nav_icon {margin: 0 auto;width: 30px;height: 43px;display: flex;align-items: center;  }
  .index_phone_nav_icon img {width: 100%;  }
  .index_phone_nav_text {font-size: 13px;font-family: "Microsoft YaHei";color: rgb(51, 51, 51);  }
  /*8导航*/
  /*产品*/
  .index_phone_product {padding: 2rem 0;background: url(../images/phone/product_bg.jpg);  }
  .index_phone_product_top {text-align: center;margin-bottom: 2rem;  }
  .index_phone_product_top img {
    width: 40%
  }
  #phone_product_sw {}
  .phone_product_sw_item {border: 1px solid #ccc;  }
  .phone_product_img {width: 100%;height: 0px;padding-bottom: 100%;position: relative;max-width: 400px;  }
  .phone_product_img img {width: 100%;height: 100%;position: absolute;left: 0;  }
  .phone_product_sw_item p {font-size: 14px;font-family: "Microsoft YaHei";color: rgb(255, 255, 255);background: #1086eb;padding: 0.3rem;border-top: 2px solid #ccc;text-align: center;  }
  /*产品*/
  /*b1*/
  .index_phone_b1 {}
  /*b1*/
  /*特点*/
  .index_phone_td {}
  #index_phone_td_sw_text .swiper-slide {color: #fff;font-size: 14px;background: #333333;padding: 0.5rem 0;text-align: center;  }
  #index_phone_td_sw_text .swiper-slide-thumb-active {background: #fa5014;  }
  #index_phone_td_sw {}
  .index_phone_td_item {display: flex;justify-content: space-between;width: 90%;margin: 0 auto;padding: 1.5rem 0;  }
  .index_phone_td_item_img {width: 48%;display: flex;align-items: center;  }
  .index_phone_td_item_text {width: 48%;display: flex;flex-wrap: wrap;align-items: center;  }
  .index_phone_td_item_text_top {display: flex;align-items: center;width: 100%
  }
  .index_phone_td_item_text_top_img {width: 20%;margin-right: 1rem;  }
  .index_phone_td_item_text1 {font-size: 16px;color: #f9510e;  }
  #index_phone_td_sw .swiper-slide:nth-of-type(2) .index_phone_td_item_text1,
  #index_phone_td_sw .swiper-slide:nth-of-type(4) .index_phone_td_item_text1 {
    color: rgb(2, 121, 236)
  }
  .index_phone_td_item_text2 {color: #444444;font-size: 12px;max-height: 50%;overflow-y: scroll;  }
  .index_phone_td_item_text2::-webkit-scrollbar {
    /*隐藏滚轮*/display: none;  }
  .swiper-button-prev-td {background: url(../images/phone/td_left.png) no-repeat center;left: 0;  }
  .swiper-button-prev-td::after {display: none;}
  .swiper-button-next-td {background: url(../images/phone/td_right.png) no-repeat center;right: 0;  }
  .swiper-button-next-td::after {display: none;}
  /*特点*/
  /*领域*/
  .index_phone_ly {background: #f5f5f5;padding: 2rem 0;  }
  .index_phone_ly_top {display: flex;justify-content: space-between;align-items: center;margin-bottom: 2rem;  }
  .index_phone_ly_top_img {width: 40%;  }
  .index_phone_ly_top_more {}
  .index_phone_ly_top_more a {background: #f75300;font-size: 12px;color: #fff;padding: 0.5rem 1rem;border-radius: 5px;  }
  .index_phone_ly_box {display: flex;margin: 2px 0;  }
  .index_phone_ly_text {width: 65%;color: #fff;padding: 1rem;line-height: 1.4;display: flex;flex-wrap: wrap;  }
  .index_phone_ly_box:nth-of-type(1) .index_phone_ly_text,
  .index_phone_ly_box:nth-of-type(3) .index_phone_ly_text {background: #f75300;  }
  .index_phone_ly_box:nth-of-type(2) .index_phone_ly_text,
  .index_phone_ly_box:nth-of-type(4) .index_phone_ly_text {background: #1086eb;  }
  .index_phone_ly_text1 {font-size: 18px;  }
  .index_phone_ly_text2 {font-size: 14px;height: 30%;overflow-y: scroll;height: 3rem;  }
  .index_phone_ly_text2::-webkit-scrollbar {
    /*隐藏滚轮*/display: none;  }
  .index_phone_ly_text3 {font-size: 12px;color: #fff;width: 100%;text-align: right;  }
  .index_phone_ly_img {width: 35%;  }
  .index_phone_ly_img img {height: 100%;  }
  /*领域*/
  /*优势*/
  .index_phone_ys {padding-bottom: 2rem;  }
  .index_phone_ys_top {}
  #index_phone_ys_sw {margin-top: 2rem;background: url(../images/ys_sd.jpg) bottom center no-repeat/100%;padding-bottom: 2rem;overflow-y: unset;  }
  #index_phone_ys_sw .swiper-slide {}
  .index_phone_ys_sw_top {display: flex;margin-bottom: 2rem;  }
  .index_phone_ys_sw_top_tag_box {width: 54px;margin-right: 2rem;  }
  .index_phone_ys_sw_top_num {font-size: 28px;font-family: "Impact";color: rgb(255, 255, 255);background: #025eb9;display: flex;justify-content: center;align-items: center;width: 54px;height: 54px;  }
  .index_phone_ys_sw_top_tag {font-size: 14px;color: #fff;background: url(../images/phone/ys_tag.png) top center no-repeat/cover;width: 54px;height: 70px;display: flex;flex-direction: column;justify-content: center;align-items: center;  }
  .index_phone_ys_sw_top_text {}
  .index_phone_ys_sw_top_text_title {position: relative;padding-bottom: 1rem;line-height: 1;  }
  .index_phone_ys_sw_top_text_title:after {content: '';position: absolute;width: 2rem;border-bottom: 2px solid #025eb9;left: 0;bottom: 0.5rem;  }
  .index_phone_ys_sw_top_text1 {font-size: 18px;color: #444444;font-weight: bold;  }
  .index_phone_ys_sw_top_text2 {font-size: 12px;color: #888;text-transform: uppercase;  }
  .index_phone_ys_sw_top_text3 {font-size: 12px;color: #444;  }
  .index_phone_ys_sw_img {width: 80%;margin: 0 auto;  }
  .swiper-pagination-ys {bottom: -10px !important;left: 0;right: 0;  }
  .swiper-pagination-ys .swiper-pagination-bullet,
  .swiper-pagination-ys .swiper-pagination-bullet-active {background: #fa5014 !important;margin: 0 2px;  }
  /*优势*/
  /*关于*/
  .index_phone_about {padding: 2rem 0;  }
  .index_phone_about_top {margin-bottom: 2rem;line-height: 1.2;text-align: center;  }
  .index_phone_about_text1 {color: #fa5014;font-size: 28px;font-weight: bold;  }
  .index_phone_about_text2 {color: #888;font-size: 12px;  }
  .index_phone_about_text3 {color: #333;font-size: 14px;margin-bottom: 2rem;  }
  .index_phone_about_text4 {display: flex;align-items: center;justify-content: center;margin-bottom: 2rem;  }
  .index_phone_about_text4 a {font-size: 14px;color: #fff;background: #025eb9;padding: 0.5rem 1.5rem;  }
  .index_phone_about_img {}
  /*关于*/
  /*证书*/
  .index_phone_zs {background: #333;padding: 1.5rem 0 1rem 0;  }
  #index_phone_zs_sw {
    width: 85%
  }
  .index_phone_zs_img {width: 100%;height: 0px;padding-bottom: 77%;position: relative;max-width: 400px;border: 1px solid #ccc;  }
  .index_phone_zs_img img {width: 100%;height: 100%;position: absolute;left: 0;  }
  .index_phone_zs_text {color: #fff;font-size: 14px;padding: 0.3rem 0;text-align: center;  }
  .swiper-button-prev-zs {background: url(../images/phone/zs_left.png) no-repeat center;left: 0;  }
  .swiper-button-prev-zs::after {display: none;}
  .swiper-button-next-zs {background: url(../images/phone/zs_right.png) no-repeat center;right: 0;  }
  .swiper-button-next-zs::after {display: none;}
  /*证书*/
  /*新闻*/
  .index_phone_msg {padding-bottom: 2rem;  }
  .index_phone_msg_top {background: #f75300;padding: 0.5rem 0;margin-bottom: 1rem;  }
  .index_phone_msg_top_box {display: flex;justify-content: space-between;align-items: center;  }
  .index_phone_msg_top_text1 {font-size: 18px;color: #fff;  }
  .index_phone_msg_top_text2 {background: #333;border-radius: 5px;padding: 0.3rem 1.5rem;color: #fff;  }
  .index_phone_msg_list {display: flex;justify-content: space-between;padding: 1rem 0;border-bottom: 1px dashed #ccc;  }
  .index_phone_msg_list_box a:last-of-type .index_phone_msg_list {border-bottom: unset;  }
  .index_phone_msg_img {width: 30%;  }
  .index_phone_msg_text {width: 68%;  }
  .index_phone_msg_text_top {display: flex;justify-content: space-between;align-items: baseline;  }
  .index_phone_msg_list_text1 {color: #f75300;font-size: 16px;width: 60%;  }
  .index_phone_msg_list_text2 {color: #333;font-size: 12px;  }
  .index_phone_msg_list_text3 {color: #666;font-size: 13px;line-height: 1.3;  }
  /*新闻*/
  
}