.ft_index {
  overflow: hidden;
}

.main {

}

.main .main-content {
  margin-top: 48px;
  margin-bottom: 50px;align-items: flex-start;
}

.mob {
  display: none;
}

.pc {
  display: block;
}

.f5 {

}

.sidebar {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

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

.main-content .sidebar {
  width: 20%;
}

.main-content .sidebar .pro_box_l {
  width: 100%;
}
.main-content .sidebar .pro_box_l .option_list{ border-right: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4;}
.main-content .sidebar .pro_box_l .option_list ul li>a {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.main-content .sidebar .pro_box_l .option_list ul li .child {
  display: none;
}

.main-content .sidebar .pro_box_l .option_list ul li .child .child_item a {
  line-height: 40px;
  font-size: 14px;
}

.main-content .content {
  width: 78%;
}

.banner .banner_next,
.banner .banner_prev {
  width: 47px;
  height: 47px;
  background: url(../images/next1.png) no-repeat center center;
  background-size: contain;
  /* background-color: #ffffff; */
  border-radius: 50%;
}

.banner .banner_prev {
  background-image: url(../images/prev1.png); left:100px
}
.banner .banner_next{right:100px}

.banner .banner_next::after,
.banner .banner_prev::after {
  content: none;
  font-size: 20px;
  font-weight: 600;
}

.banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;

}

.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: #f5f5f5;
}

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

.ipro_box .w .pro_box_r {
  width: 81%;
  display: block;
}

.c_ggao {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 17px 0;
  background-attachment: fixed;
}

.c_ggao .slogan {
  display: flex;
  align-items: center;
}

.c_ggao .slogan .slogan_l h2 {
  font-size: 34px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0 0 15px 0;
}

.c_ggao .slogan .slogan_l p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}

.c_ggao .slogan .slogan_r {
  flex: 1;
  padding-left: 50px;
}

.c_ggao .slogan .slogan_r .imglist {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.c_ggao .slogan .slogan_r .imglist .imgitem p {
  text-shadow: 0px 5px 6px #000;
}

.pro_box_l {
  width: 260px;
}

.pro_box_l .option .title {
  height: 96px;

  background-color: #ee6a1b;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pro_box_l .option .title h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.pro_box_l .option .title p {
  font-size: 16px; text-transform: uppercase;    display: none;
}

.pro_box_l .option .option_list ul li {
  padding: 0 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: solid 1px #e4e4e4;
}

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

.pro_box_l .option .option_list ul li.active {
  color: var(--styleColor);
  color: #ee6a1b;
}

.pro_box_l .option .option_list ul li.active>a {
  color: var(--styleColor);
  color: #ee6a1b;
}

.pro_box_l .option .option_list ul li a {
  font-size: 16px;
  line-height: 57px;
  display: inline-block;
  width: 100%;
}

.pro_box_l .option .option_list ul li a.active {
  color: #ee6a1b;
}

.main-content .sidebar .pro_box_l .option_list ul li .b_title span {
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.main-content .sidebar .pro_box_l .option_list ul li .b_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-content .sidebar .pro_box_l .option .option_list ul li {
  display: block;
}

.pro_box_l .option .option_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: none;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  border-bottom: 8px solid var(--styleColor);
  border-bottom: 8px solid #ee6a1b;
}

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

.pro_box_l .option .option_tel .teltext {
  font-size: 16px;
  color: #333333;
}

.pro_box_l .option .option_tel .teltext p {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -1px;
  color: #ee6a1b;
}

.pro_box_l .option .details_tel {
  background-color: #fff;
  margin-top: 42px;
}

.pro_box_l .option .details_tel .tel_title {
  display: flex;
  align-items: center;
  background-color: #ee6a1b;
  padding: 0 20px 0 30px;
  height: 48px;
}

.pro_box_l .option .details_tel .tel_title::before {
  content: '';
  background: url(../images/forward1.png) no-repeat center center;
  width: 25px;
  height: 25px;
  margin-right: 13px;
}

.pro_box_l .option .details_tel .tel_title h5 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}

.pro_box_l .option .details_tel ul {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.pro_box_l .option .details_tel ul li,.pro_box_l .option .details_tel ul p {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  padding: 18px 15px 12px 15px;
  border-bottom: 1px solid #e4e4e4;
}

.news_item {
  margin-bottom: 20px;
}

.news_item a {
  display: flex;
  background-color: #fff;
  padding: 26px;
  transition: all 0.3s;
}

.news_item a:hover {
  box-shadow: -4px 9px 17px 1px rgba(6, 0, 1, 0.1);
}

.news_item a:hover .news_l img {
  transform: scale(1.1);
}

.news_item a:hover .news_r .new_title .title {
  color: var(--styleColor);
  color: #ee6a1b;
}

.news_item a:hover .news_r .new_btn {
  background-color: var(--styleColor);
  background-color: #ee6a1b;
  color: #fff;
  border-color: var(--styleColor);
  border-color: #ee6a1b;
}

.news_item a .news_l {
  width: 35%;
  overflow: hidden;
}

.news_item a .news_l img {
  width: 100%;
  transition: all 0.3s;
}

.news_item a .news_r {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 48px;
}

.news_item a .news_r .new_title .title {
  font-size: 20px;
  line-height: 42px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
}

.news_item a .news_r .new_date {
  line-height: 42px;
  font-size: 16px;
  color: #666666;
}

.news_item a .news_r .new_content {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_item a .news_r .new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #9d9d9d;
  width: 122px;
  height: 29px;
  transition: all 0.3s;
  border: solid 1px #e4e4e4;
}

.c_about_box {
  background-color: #fff;
  padding: 40px;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

.c_about_box img {
  width: 100%;
  margin-bottom: 40px;
}

.c_about_box p {

  text-align: justify;
}

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

.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: 30px;
}

.pro_pick ul li:hover a {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

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

.pro_pick ul li:hover a .text span {
  background-color: var(--styleColor);
  background-color: #ee6a1b;
  border-color: var(--styleColor);
  border-color: #ee6a1b;
  color: #fff;
}

.pro_pick ul li a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}

.pro_pick ul li a .imgbox {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100%;
}

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

.pro_pick ul li a .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pro_pick ul li a .text p {
  text-align: center;
  font-size: 18px;
  color: #4b4b4b;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  transition: all 0.3s;
}

.pro_pick ul li a .text span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  font-size: 14px;
  height: 29px;
  color: #9d9d9d;
  border: solid 1px #e4e4e4;
  transition: all 0.3s;
}

.m-pro_box {
  display: none;
}

.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: #1184da;
}

.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 #1184da;
  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: #1184da;
  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: #1184da;
}

.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%;
}

.reason {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.reason .w .ft_title .border::before {
  margin-top: 12px;
}

.reason .w .nr ul {
  display: flex;
}

.reason .w .nr ul li {
  width: 25%;
  padding: 0 9px;
  height: auto;
}

.reason .w .nr ul li:hover a {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.reason .w .nr ul li:hover .reason_img img {
  transform: scale(1.1);
}

.reason .w .nr ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s;
}

.reason .w .nr ul li .reason_img {
  position: relative;
  overflow: hidden;
}

.reason .w .nr ul li .reason_img .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  height: 91px;
  background: url(../images/mark.png) no-repeat center top;
  font-size: 41px;
  line-height: 3px;
  color: #ffffff;
  line-height: 65px;
  text-align: center;
  font-weight: 600;
}

.reason .w .nr ul li .reason_img .mark span {
  text-shadow: 2px 6px 5px rgba(0, 0, 0, 0.75);
}

.reason .w .nr ul li .reason_img img {
  width: 100%;
  transition: all 0.5s;
}

.reason .w .nr ul li .reason_text {
  padding: 30px 18px;
  flex-grow: 1;
  background-color: #fff;
}

.reason .w .nr ul li .reason_text .title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.reason .w .nr ul li .reason_text .title h3 {
  font-size: 24px;
  color: var(--styleColor);
  color: #ee6a1b;
  margin: 0;
  font-weight: 600;
}

.reason .w .nr ul li .reason_text .title p {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

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

.reason .w .nr ul li .reason_text .reason_content p::before {
  content: '-';
  position: absolute;
  top: 0px;
  left: 0;
}

.index_case {
  padding: 60px 0;
}

.index_case .ft_title p {
  background-color: #fff;
}

.index_case .ft_title .border h2 {
  background-color: #fff;
}

.index_case .case_list {
  display: flex;
}

.index_case .case_list .case_item {
  width: 25%;
  padding: 0 12px;
}

.index_case .case_list .case_item:hover a .imgbox img {
  transform: scale(1.1);
}

.index_case .case_list .case_item:hover a .text .go_btn {
  background-color: var(--styleColor);
  background-color: #ee6a1b;
  color: #fff;
  border-color: var(--styleColor);
  border-color: #ee6a1b;
}

.index_case .case_list .case_item:nth-child(2n) a {
  flex-direction: column-reverse;
}

.index_case .case_list .case_item a {
  display: flex;
  flex-direction: column;
  border: solid 1px #dadada;
}

.index_case .case_list .case_item .imgbox {
  overflow: hidden;
}

.index_case .case_list .case_item .imgbox img {
  width: 100%;
  transition: all 0.3s;
}

.index_case .case_list .case_item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px;
  text-align: center;
}

.index_case .case_list .case_item .text .title {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  margin-bottom: 22px;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index_case .case_list .case_item .text .go_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 29px;
  border: solid 1px #e4e4e4;
  font-size: 14px;
  color: #9d9d9d;
  transition: all 0.3s;
}

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

.hot_contnet {
  padding: 0 28px;
  margin-top: -120px;
}

.hot_contnet a:hover .imgbox img {
  transform: scale(1.1);
}

.hot_contnet a:hover .article .title {
  color: #1184da;
}

.hot_contnet .imgbox {
  overflow: hidden;
}

.hot_contnet .imgbox img {
  width: 100%;
  transition: transform 0.3s;
}

.hot_contnet .article .title {
  font-size: 20px;
  font-weight: 600;
  color: #515151;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 20px 0;
}

.hot_contnet .article p {
  font-size: 16px;
  color: #646464;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  margin-bottom: 30px;
}

.hot_contnet .article .article_f {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hot_contnet .article .article_f .date {
  font-size: 14px;
  color: #646464;
}

.hot_contnet .article .article_f .go {
  font-size: 14px;
  color: #1184da;
}

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

.index_jj .index_jj_title {
  text-align: center;
  margin-bottom: 45px;
}

.index_jj .index_jj_title h2 {
  font-size: 41px;
  letter-spacing: 2px;
  color: #ffffff;
}

.index_jj .index_jj_title p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}

.jj_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: -4px 9px 17px 1px rgba(6, 0, 1, 0.07);
}

.jj_box .text .title {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.jj_box .text .content {
  font-size: 17px;
  line-height: 31px;
  color: #444444;
  text-align: justify;
  margin-bottom: 40px;
}

.jj_box .jj_box_t {
  margin-bottom: 40px;
}

.jj_box .jj_box_t .imgbox {
  margin-bottom: 40px;
}

.jj_box .jj_box_t .imgbox img {
  width: 100%;
}

.go_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 47px;
  background-color: #ee6a1b;
  border-radius: 23px;
  font-size: 17px;
  color: #ffffff;
  margin: 0 auto;
}

.go_btn a span {
  margin-right: 10px;
}

.number_box {
  /* background-image: linear-gradient(90deg, transparent, #f4f4f4 5%, #f4f4f4 95%, transparent); */
  background-color: #f4f4f4;
  padding: 30px 0;
}

.number_box ul {
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: space-between;

}

.number_box ul::before,
.number_box ul::after {
  content: '';
  display: block;
}

.number_box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.number_box ul li::after {
  content: '';
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #dadada;
}

.number_box ul li:nth-child(3) .nun_item .unit {
  width: 40px;
}

.number_box ul li:last-child::after {
  content: none;
}

.number_box ul li .nun_item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}

.number_box ul li .nun_item .counter {
  font-size: 43px;
  line-height: 35px;
  color: #ee6a1b;
  font-weight: 600;
  margin: 0;
}

.number_box ul li .nun_item span {
  font-size: 43px;
  line-height: 35px;
  font-weight: 600;
  color: #ee6a1b;
}

.number_box ul li .nun_item .unit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: solid 1px #333333;
  font-size: 15px;
  color: #333333;
  margin-left: 10px;
}

.index_honor {
  background: url(../images/honor.png) no-repeat center top;
}

.index_honor .honor_box {
  max-width: 1225px;
  margin: 0 auto;
  padding-top: 11%;
  padding-bottom: 6%;
}

.index_honor .honor_box>div {
  position: relative;
}
.index_honor .honor_box>div  .swiper-slide{border: 1px solid #ccc;}

.index_honor .honor_box .honor_swiper {
  max-width: 940px;
  margin: 0 auto;
}

.index_honor .honor_box .honor_swiper img {
  width: 100%;
}

.index_honor .honor_box .honor_next,
.index_honor .honor_box .honor_prev {
  width: 36px;
  border-radius: 50%;
  height: 36px;
  /* border: 2px solid #0065c1; */
  background: url(../images/next1.png) no-repeat center center;
  background-size: contain;
}

.index_honor .honor_box .honor_prev {
  background-image: url(../images/prev1.png);
}

.index_honor .honor_box .honor_next::after,
.index_honor .honor_box .honor_prev::after {
  font-size: 18px;
  content: none;
}

.index_honor .honor_box .honor_next {
  right: 4%;
}

.index_honor .honor_box .honor_prev {
  left: 4%;
}

.index_honor .w {
  position: relative;
}

.index_honor .hot_tel {
  position: absolute;
  top: 0;
  right: 150px;
  height: 70px;
  width: auto;
}

.index_honor .hot_tel h5 {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 68px;
  margin: 0 auto;
}

.index_honor .hot_tel h5::before {
  content: '';
  position: absolute;
  right: 105%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #999999;
  font-size: 16px;
  width: 8em;
}

.index_honor .hot_tel h5 span {
  font-size: 33px;
  color: var(--styleColor);
  color: #ee6a1b;
  font-weight: 600;
  display: inline-block;
  line-height: 68px;
}

.index_partner {
  padding: 60px 0;
  background: url(../images/partner-bg.jpg) no-repeat center bottom;
}

.index_partner .partner_box {
  max-width: 1200px;
  margin: 0 auto;
}

.index_partner .partner_box .partner_swiper {
  width: 100%;
  padding-bottom: 50px;
}

.index_partner .partner_box .partner_swiper .imgbox img {
  width: 100%;
}

.index_news {
  padding: 60px 0;
}

.index_news .news_box .option ul {
  display: flex;
  justify-content: center;
}

.index_news .news_box .option ul li {
  margin-right: 50px;
}

.index_news .news_box .option ul li.active a {
  background-color: var(--styleColor);
  background-color: #ee6a1b;
  color: #fff;
}

.index_news .news_box .option ul li:last-child {
  margin-right: 0;
}

.index_news .news_box .option ul li a {
  font-size: 18px;
  color: #555555;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #e8e8e8;
  transition: all 0.3s;
}

.index_news .news_box .all_box {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}

.index_news .news_box .all_box .pick_box {
  display: none;
}

.index_news .news_box .all_box .pick_box.active {
  display: block;
  animation: xcf_show 0.3s;
}

.index_news .news_box .all_box .pick_box ul {
  display: flex;
}

.index_news .news_box .all_box .pick_box ul li {
  width: 33.33%;
  padding: 0 20px;
}

.new_item:hover a {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.new_item:hover a .imgbox img {
  transform: scale(1.1);
}

.new_item:hover a .text .title {
  color: var(--styleColor);
  color: #ee6a1b;
}

.new_item a .imgbox {
  margin-bottom: 15px;
  overflow: hidden;
}

.new_item a .imgbox img {
  width: 100%;
  transition: all 0.3s;
}

.new_item a .text .title {
  font-size: 18px;
  line-height: 42px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}

.new_item a .text .date {
  font-size: 16px;
  line-height: 42px;
  color: #666666;
}

.new_item a .text .content {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.details_box {
  background-color: #fff;
  padding: 0
}

.details_box .pro_info {
  display: flex;
  margin-bottom: 60px;
}

.details_box .pro_info .pro_img {
  width: 420px;
}

.details_box .pro_info .pro_img img {
  width: 100%;
}

.details_box .pro_info .pro_text {
  flex: 1;
  padding: 0 67px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.details_box .pro_info .pro_text h2 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  width: 100%;
  margin: 0;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e8e7;
}

.details_box .pro_info .pro_text ul {
  width: 100%;
  border-bottom: 1px solid #e6e8e7;
  padding-bottom: 20px;
}

.details_box .pro_info .pro_text ul li {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

.contact_box {
  background-color: #fff;
  
}

.xinxi_list {
  display: flex;
  margin-bottom: 40px;
}

.xinxi_list .xinxi_item {
  flex: 1;
  display: flex;
  margin-bottom: 20px;
}

.xinxi_item_l {
  flex: 1;
  line-height: 30px;
}

.xinxi_item_l a {
  text-decoration: underline;
  color: var(--styleColor);
  color: #ee6a1b;
}

.xinxi_item_r {
  width: 40%;
}

.xinxi_item_r img {
  width: 100%;
}

.xinxi_list .xinxi_item .xinxi_title {
  font-size: 22px;
  line-height: 41px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}

.xinxi_list .xinxi_item ul li {
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  display: flex;
}

.xinxi_list .xinxi_item ul li span {
  color: var(--styleColor);
  color: #ee6a1b;
  line-height: 34px;
  margin-right: 20px;
}

.map {
  width: 100%;
  height: 400px;
  background-color: #ddd;
  margin-bottom: 40px;
}

.c_messages .min_title {
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding-bottom: 24px;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 45px;
}

.c_messages .min_title span {
  color: #d22121;
}

.c_messages .big_title {
  text-align: center;
  font-size: 29px;
  line-height: 33px;
  letter-spacing: -1px;
  color: #ee6a1b;
  margin-bottom: 22px;
}

.message_box {
  background-color: #f1f3f5;
  padding: 40px 30px;
}

.message_box label {
  font-size: 17px;
  color: #333333;
  font-weight: normal;
}

.message_box .form-control {
  border: none;
}

.message_box .form-group {
  margin-bottom: 20px;
}

.message_box input.form-control {
  height: 40px;
}

.message_box .auth_code .form-control {
  width: 50%;
  display: inline-block;
}

.message_box .c_submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.message_box .c_submit input[type="submit"] {
  width: 150px;
  height: 39px;
  background-color: #ee6a1b;
  color: #fff;
  outline: none;
  border: none;
}

.tel_btn {
  display: inline-block;
}

.tel_btn a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 24px;
  color: #ffffff;
  background-color: var(--styleColor);
  background-color: #ee6a1b;
}

.tel_btn a span {
  margin-right: 5px;
}

.pro_details {
  margin-bottom: 60px;
}

.menu_box .nav>li>a:focus,
.menu_box .nav>li>a:hover {
  background-color: transparent;
}

.menu_box .nav-tabs {
  background-color: #e6e8e7;
}

.menu_box .nav-tabs>li>a {
  border-radius: 0;
}

.menu_box .nav-tabs>li.active>a,
.menu_box .nav-tabs>li.active>a:focus,
.menu_box .nav-tabs>li.active>a:hover {

  background-color: #ee6a1b;
  cursor: default;
  color: #fff;
}

.menu_box .pro_details_box {
  /* border: 1px solid #ddd; */
  padding: 15px;
  border-top: none;
}

.correlation .correlation_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.correlation .correlation_title h2 {
  font-size: 20px;
  color: #333333;
  margin: 0;
}

.correlation .correlation_title h2 span {
  font-size: 20px;
  color: #ee6a1b;
  color: #ee6a1b;
  margin-right: 15px;
}

.correlation .correlation_title a {
  font-size: 16px;
  color: #333333;
}

.correlation .correlation_box {
  position: relative;
}
.correlation .correlation_box .swiper-button-next::after,.correlation .correlation_box .swiper-button-prev::after{ color:#ee6a1b; outline: none; }
.correlation .correlation_box .correlation_swiper {
  width: 90%;
  margin: 0 auto;
}

.pro_tiem a:hover .imgbox img {
  transform: scale(1.1);
}

.pro_tiem a:hover .text {
  background-color: var(--styleColor);
  background-color: #ee6a1b;
  color: #fff;
}

.pro_tiem a .imgbox {
  overflow: hidden;
}

.pro_tiem a .imgbox img {
  width: 100%;
  transition: all 0.3s;
}

.pro_tiem a .text {
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s;
  background-color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
}

.c_content .pro_box .pro_list {
  display: flex;
  flex-wrap: wrap;
}

.c_content .pro_box .pro_list .pro_tiem {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.c_content .pro_box .pro_list .pro_tiem{}

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

.ft_banner img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

.nabouts {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px;
  background-color: #fff;
}

.nabouts_a {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 60px;
  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;
}

.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;

  margin: 15px 0;
  text-align: left;
}

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

.c_pc {
  display: block;
}

.c_mobile {
  display: none;

}

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

.nnews_l li a:hover {
  color: #205eab;
}

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

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

.news_b .lg_x_t {
  margin-bottom: 0;
}

.news_b {
  width: 100%;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
  margin-top: 20px;
}

.news_b ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 5px;
}

.news_b ul li a {
  color: #666666;
}

.news_b ul {
  margin-top: 20px;
}

.news_b ul li a:hover {
  color: #205eab;
}

/*产品内页*/
.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: 45%;
  float: left;
  text-align: center;
}

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

.npros_right {
  width: 53%;
  height: auto;
  float: right;
}

.npros_right p {
  border-bottom: 1px dashed #999;
  line-height: 50px;
  font-size: 16px;
}

.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 #205eab;
  padding-left: 10px;
  margin-top: 15px;
}

.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: #205eab;
}
.about_box_az {font-size: 16px;
    color: #333;
    line-height: 36px;}
.about_box_az h2{
color:#ee6a1b;font-weight: bold;
}
.about_box_az h2::after{    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
margin-bottom:22px;
}
/*************分辨率小于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;}*/
  .news_b ul li {
    width: 100%;
  }

  .npros_right p {
    font-size: 14px;
    line-height: 40px;
  }

  .npros_kg {
    margin-top: 40px;
  }

  .nnews_aa {
    width: 100%;
  }

  .npros_right {
    margin-top: 20px;
  }
}

.Pagination {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 70px;
}

.Pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}

.Pagination .current {
  color: white;
}

.Pagination .current {
  background: #ee6a1b;
  border-color: #ee6a1b;
}

.Pagination a {
  color: #666666;
  font-size: 12px;
}
header .header_top .w .logo ul{
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: flex-start;
}
header .header_top .w .logo ul li{
margin-right:30px
}
header .header_top .w .logo img,.fd_logo img{ height:60px}
header .header_top .w .logo_text h2{    font-size: 26px;letter-spacing: 10px;}


.vw{ min-width: 1200px; width: 75%; max-width: 1400px; margin: 0 auto;}

.az_sebox{ height: 105px; background: url("../images/se_bg.png") center top no-repeat;}
.az_sebox_con{ width: 1250px; margin: 0 auto; height: auto; overflow: hidden; display: flex; justify-content: space-between;}
.ht_box{ margin-top: 25px; color: #333; font-size: 18px; vertical-align: middle;}
.ht_box span{font-weight: bold; }
.ht_box img{margin-top: -4px; margin-right: 3px; }

.search_box{ width: 327px; height: 36px; margin-top: 18px; }
.search_box form{display: flex; justify-content: center; align-items: center; width: 100%; height:auto; overflow: hidden}
.search_box input[type='text']{ width: 259px; height: 36px; background: #fff; padding: 0; margin: 0; border: 1px solid #d3d3d3; color: #d3d3d3; outline: none; border-right: none; border-radius: 17px 0  0 17px; text-indent: 1em; display: block; }
.search_box input[type='submit']{ margin: 0; padding: 0; border: 0;  width:67px;display: block;height: 36px;border-radius:0  17px 17px 0 ; background: url("../images/search-icon.png") #ee6a1b center no-repeat; outline: none; }

.az_pro{ padding: 20px 0 72px; height: auto; overflow: hidden;}
.az_en{ font-size: 24px; text-transform: uppercase; color: #919191; text-align: center}
.az_cn{ font-size: 36px; color: #282828; text-align: center; font-weight: bold;}
.az_sp{ width: 26px;height: 3px;background: #ee6a1b; margin: 12px auto 10px; text-align: center;}
.az_dsc{ color: #666; font-size: 18px; margin-top: 10px; text-align: center;}

.az_pro_cate{ text-align: center; display: flex; justify-content: space-between; margin: 48px auto 30px;    flex-wrap: wrap;}
.az_pro_cate a{ display: inline-block; font-size: 18px; color: #333; background: #eaeaea;  width: 11%; padding: 10px 0; border-radius: 10px;    margin-bottom: 15px; }

.az_pro_cate a:hover{ background:#ee6a1b; color: #fff; }
.az_pro_cate .active{ color: #fff; background: #ee6a1b;}
.az_pro_itme{ width: 31.7%; margin-bottom: 30px;     margin-right: calc((100% - 31.7%*3)/2);}
.az_pro_itme:nth-child(3n){ margin-right:0;}
.az_pro_itme .p_t{ font-size: 18px; color: #3a3a3a; background: #f2f2f2; text-align: center; line-height: 55px;}
.az_pro_itme .p_m img{ width: 100%;}
.az_pro_itme .p_m{ width: 100%;}
.az_pro_zc{ display: flex; flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;}

.az_sever{ padding: 60px 0 50px; height: auto; overflow: hidden; background: #f8f8f8;}
.az_con{ display: flex; margin: 30px auto 60px; justify-content: space-between;    align-items: center;}

.co1,.co3{width:29%;}
.co2{ width:37.5%;}
.co2 img{width:100%;}
.co1 .up{ width: 100%; display: flex; margin-top: 25px; }
.co1 .left{ margin-right: 20px; }
.co1 .right .ct{ font-size: 24px; margin-top: 15px;}
.co1 .right .cd{ font-size: 14px; text-transform: uppercase; color: #666; margin-top: 10px;}
.co1 .ud{ width: 100%; display: flex; margin-top: 25px; }


.co3 .up{ width: 100%;display: flex; margin-top: 25px; }
.co3 .right{  margin-left: 20px; }
.co3 .left .ct{ font-size: 24px;margin-top: 15px; }
.co3 .left .cd{ font-size: 14px; text-transform: uppercase; color: #666; margin-top: 10px;}
.co3 .ud{ width: 100%;display: flex; margin-top: 25px; }
.az_con .ctxt{ margin-top: 14px;padding-top: 22px; border-top:1px dashed #c0c0c0; font-size: 16px; line-height: 30px; margin-bottom: 80px;}
.az_con .ctxt:last-child{ margin-bottom: 0;}

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

.az_case{ padding: 60px 0 70px; height: auto; overflow: hidden;}

.honor_swiper{ width: 1385px; margin: 50px auto 0;}
.az_zzlist{ width: 1530px; position: relative; margin: 0 auto;}
.az_zzlist .swiper-slide img{max-width:100%}
.honor_next::after,.honor_prev::after{ display: none;}
.honor_next,.honor_prev{ width: 36px; height: 84px;}
.honor_next{ background: url("../images/right_ar.png") no-repeat; margin-top: -42px; outline: none}
.honor_prev{ background: url("../images/left_ar.png") no-repeat; margin-top: -42px; outline: none}

.az_about{ padding: 55px 0 115px; height: auto; overflow: hidden; background: url("../images/in_ab_bg.jpg") no-repeat;    background-size: cover;}
.az_about_con{ margin: 50px auto 0; display: flex; justify-content: space-between;}
.az_about_con .left{ width: 42.8%;}
.about_pagination{ text-align: right;padding-right: 2em; }
.about_pagination .swiper-pagination-bullet{ width: 13px; height: 13px; background: #fff; opacity: 1;}
.about_pagination .swiper-pagination-bullet-active{ background: #0054a6;}
.az_about_con .right{ width: 57.2%; background: #fff;     padding: 2.5% 2% 0 3%;}

.az_about_con .right h1{ font-size: 22px; margin: 0; color: #181818;}
.b_en{ color: #888888;  text-transform: uppercase; font-size: 14px; margin: 10px auto 28px; letter-spacing: -0.7px;}
.in_ab_dsc{ color: #666666; font-size: 16px; line-height: 30px; text-indent: 2em;     max-height: 385px;
    overflow: hidden;}
.more1{ font-size: 16px; color: #fff; text-align: center; width: 130px; line-height: 41px; background: #ee6a1b; display: block; border-radius: 5px; margin-top: 15px;}
.b_en::after{ display: block; width: 150px; height: 3px; background: #ee6a1b; content: ""; margin-top: 25px; border: 1px solid transparent; transition: all 0.3s;}
.more1:hover{ color: #333; border: 1px solid #ee6a1b; background: transparent;transition: all 0.3s;}

.az_news{ padding: 58px 0 50px;}


.az_news_cat{ text-align: center; display: flex; justify-content: center; margin: 45px auto 0; padding-bottom: 30px; border-bottom: 1px solid #e8e8e8;}
.az_news_cat a{ display: inline-block; font-size: 18px; color: #333; background: #eaeaea;  width: auto; padding: 10px 15px; border-radius: 10px; margin: 0 14px; }

.az_news_cat a:hover{ background:#ee6a1b; color: #fff; }
.az_news_cat .active{ color: #fff; background: #ee6a1b;}
.az_news_zc{ margin-top: 35px; display: flex; justify-content: space-between; align-items: center;}

.az_news_itme{ width: 31.4%;}
.az_news_itme .p_t{ font-size: 18px; color: #333;margin-top: 20px;    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.az_news_itme .p_tm{ font-size: 14px; color: #666; margin: 15px 0;}
.az_news_itme .p_c{ font-size: 16px; color: #666; line-height: 26px; margin-bottom: 15px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.more2{ color: #ee6a1b; font-size: 16px; }
.p_m{ overflow: hidden;}
.p_m img{transition: all 0.3s; width:100% }
.p_m:hover img{ transform: scale(1.1)}
.az_news_itme:hover .p_t{ color:#ee6a1b; }

.fd_logo{ text-align: center; margin: 20px auto 35px;}
.f_add{ font-size: 14px; color: #d7d7d7; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-bottom: 45px; }
.f_add .it1{ width: 35%;}
.f_add .it2{ width: 45%;}
.f_add .it3{ width: 20%;}
.f_add div{ margin-bottom: 20px;}
.copy{ padding-top: 20px; border-top: 1px solid #4e4e4e;}


.menu_box .nav{ height: auto;}


.content img{max-width:100%;     height: auto !important;}
.main-content .content{padding:20px 25px; border:1px solid #e5e5e5;}

.pers .pro_tiem a .imgbox{border: 1px solid #ccc;}

.daohang{    background: url(../images/1.jpg) rgb(255, 255, 255) left no-repeat;    margin: 20px 0px;    line-height: 38px;    font-size: 20px;
    text-indent: 2em; color:#fff;border-bottom: 2px solid #ee691a;}
[aos^=fade][aos^=fade],[aos^=zoom][aos^=zoom]{    opacity: 1;}

.pro_details_box table{width:100% !important;font-size:14px;margin-top:15px;margin-bottom:15px;color:#505459}
.pro_details_box table th,
.pro_details_box table td{border:1px solid #ddd !important;padding: 8px !important; background: none !important;}
.pro_details_box table td p{line-height:1.8!important;}
.pro_details_box table tr:hover{background-color:#ee6a1b!important;color:#fff}
.pro_details_box table tr:nth-child(2n-1){background-color:#fff ;}
.pro_details_box table tr:nth-child(2n){background-color:#fdfdfd ;}


@media screen and (max-width: 1680px) {
	.vw{ width:85%;}
.co1, .co3{ zoom:0.95}
.az_zzlist{width:85%; min-width:1280px;}
.honor_swiper{ width:85%;min-width:1150px;}
.honor_swiper .swiper-slide{    text-align: center;}

}

@media screen and (max-width: 1440px) {
	
.co1, .co3{ zoom:0.9}
.co3 .left .ct,.co1 .right .ct{font-size: 22px;}
.az_con .ctxt{margin-bottom: 60px;}


}


@media screen and (max-width: 1420px) {
  .index_honor .honor_box {
    padding-top: 9.5%;
    padding-bottom: 3.5%;
  }

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

  .pro_box_l .option .details_tel ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .c_about_box {
    padding: 30px;
  }

  .xinxi_list .xinxi_item .xinxi_title {
    font-size: 20px;
  }

  .xinxi_list .xinxi_item ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .xinxi_list .xinxi_item ul li span {
    line-height: 30px;
  }
}

@media screen and (max-width: 1220px) {
  .pro_box_l .option .option_list ul li a {
    font-size: 14px;
    line-height: 44px;
  }

  .pro_box_l .option .details_tel ul li {
    font-size: 12px;
    line-height: 26px;
  }

  .c_about_box {
    padding: 20px;
  }
}

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

  .c_pc {
    display: none;
  }

  .c_mobile {
    display: block;

  }

  .m-pro_box {
    display: block;
  }

  .m-pro_box .option ul {
    display: flex;
    flex-wrap: wrap;
  }

  .m-pro_box .option ul li {
    width: 32.33%;
    margin-bottom: 10px;
    margin-right: calc((100% - 32.33% * 3) / 2);
    text-align: center;
  }

  .m-pro_box .option ul li:nth-child(3n) {
    margin-right: 0;
  }

  .m-pro_box .option ul li.active a {
    background-color: #ee6a1b;
    color: #fff;
  }

  .m-pro_box .option ul li a {
    background-color: #eaf0f4;
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    width: 100%;
  }

  .nabouts {
    padding: 0.3rem;
  }

  .nabouts_a {
    padding-bottom: 0.3rem;
  }

  .banner .banner_next,
  .banner .banner_prev {
    width: 0.6rem;
    height: 0.6rem;
  }

  .banner .banner_next::after,
  .banner .banner_prev::after {
    font-size: 0.28rem;
  }

  .ipro_box {
    padding: 0.3rem 0;
  }

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

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

  .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;
  }

  .xinxi_list .xinxi_item {
    flex-direction: column-reverse;

  }

  .xinxi_item_r {
    width: 100%;
  }

  .main .main-content {
    margin-top: 0;
  }

  .main-content .sidebar {
    position: fixed;
    top: 60px;
    height: calc(100% - 60px);
    left: -99%;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    transition: all 0.3s;
    z-index: 888;
  }

  .main-content .sidebar.open {
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .main-content .sidebar .sidebar__inner {
    height: 100%;
  }

  .main-content .sidebar .sidebar__inner::after {
    content: '>>';
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: var(--styleColor);
    background-color: #ee6a1b;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .main-content .sidebar .sidebar__inner .pro_box_l {
    width: 50%;
    height: 100%;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option {
    height: 100%;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list {
    height: calc(100% - 96px);
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list ul {
    overflow: auto;
    max-height: 100%;
    padding: 10px 0;
    background-color: #fff;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list ul li {
    background-color: transparent;
    padding: 0 0.2rem;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list ul li:nth-child(1) {
    border-top: 1px solid #e4e4e4;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list ul li a {
    font-size: 14px;
    line-height: 40px;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .details_tel {
    display: none;
  }

  .main-content .content {
    width: 100%;padding:0;
  }

  .message_box {
    padding: 0.3rem;
  }

  .message_box .auth_code .col-sm-10 {
    display: flex;
    align-items: center;
  }

  .message_box .auth_code .col-sm-10 img {

    height: auto;
    margin-left: 5%;
  }

  .tel_btn a {
    font-size: 14px;
  }

  .details_box {
    padding: 0.2rem;
  }

  .details_box .pro_info {
    display: block;
    margin-bottom: 0.3rem;
  }

  .details_box .pro_info .pro_img {
    width: 100%;
  }

  .details_box .pro_info .pro_text {
    padding: 0.2rem;
    align-items: center;
  }

  .details_box .pro_info .pro_text h2 {
    font-size: 20px;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .details_box .pro_info .pro_text ul {
    padding-bottom: 0.2rem;
    margin-bottom: 0.4rem;
  }

  .details_box .pro_info .pro_text ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .details_box .pro_details {
    margin-bottom: 0.6rem;
  }

  .details_box .nav-tabs>li {
    border-bottom: 1px solid #ddd;
  }

  .details_box .nav-tabs>li>a {
    position: relative;
    margin-right: 0;
  }

  .details_box .menu_box .nav-tabs {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    border: none;
  }

  .details_box .menu_box .nav-tabs li {
    margin-bottom: 0;
  }

  .correlation .correlation_title {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }

  .correlation .correlation_title h2 {
    font-size: 18px;
  }

  .correlation .correlation_title h2 span {
    font-size: 18px;
    margin-right: 0.2rem;
  }

  .correlation .correlation_title a {
    font-size: 14px;
  }

  .menu_box .nav-tabs>li.active {
    border-bottom-color: #fff;
  }

  .menu_box .nav-tabs>li.active>a::before,
  .menu_box .nav-tabs>li.active>a:focus::before,
  .menu_box .nav-tabs>li.active>a:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

  .c_about_box {
    padding: 0.2rem;
    font-size: 15px;
    line-height: 30px;
  }

  .c_about_box img {
    margin-bottom: 0.3rem;
  }

  .contact_box {
    padding: 0.2rem;
  }

  .xinxi_list {
    display: block;
  }

  .main {
    margin-top: 60px;
  }

  .news_item a {
    padding: 0.2rem;
    display: block;
  }

  .news_item a .news_l {
    width: 100%;
  }

  .news_item a .news_r {
    width: 100%;
    padding: 0.2rem;
  }

  .news_item a .news_r .new_title {
    margin-bottom: 0.2rem;
  }

  .news_item a .news_r .new_title .title {
    font-size: 18px;
  }

  .news_item a .news_r .new_title .new_date {
    font-size: 12px;
    line-height: 1;
  }

  .news_item a .news_r .new_content {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }

  .news_item a .news_r .new_btn {
    margin: 0 auto;
  }

  .c_content .pro_box .pro_list .pro_tiem {
    width: 50%;
    padding: 0 0.1rem;
  }

  .pro_tiem a .text {
    line-height: 40px;
  }

  .m-pro_box .pro_pick ul li {
    display: none;
  }

  .m-pro_box .pro_pick ul li:nth-child(-n+4) {
    display: block;
  }

  .pro_pick ul li {
    width: 50%;
    padding: 0 5px;
  }

  .pro_pick ul li a {
    flex-direction: column-reverse;
    padding: 0;
  }

  .pro_pick ul li a .text {
    padding: 0.2rem 0;
  }

  .pro_pick ul li a .text p {
    font-size: 16px;
    line-height: 26px;
  }

  .pro_pick ul li a .text span {
    margin-top: 0.2rem;
  }

  .pro_pick ul li a .imgbox {
    width: 100%;
  }

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

  .c_ggao .w .slogan {
    display: block;
  }

  .c_ggao .w .slogan .slogan_l {
    text-align: center;
    margin-bottom: 0.3rem;
  }

  .c_ggao .w .slogan .slogan_l h2 {
    font-size: 20px;
  }

  .c_ggao .w .slogan .slogan_l p {
    font-size: 12px;
  }

  .c_ggao .w .slogan .slogan_r {
    padding-left: 0;
  }

  .c_ggao .w .slogan .slogan_r .imglist {
    flex-wrap: wrap;
  }

  .c_ggao .w .slogan .slogan_r .imglist .imgitem {
    width: 50%;
    margin-bottom: 0.2rem;
  }

  .c_ggao .w .slogan .slogan_r .imglist .imgitem img {
    max-width: 100%;
  }

  .partner {
    margin-bottom: 0.4rem;
  }

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

  .partner .w .title {
    width: 100%;
    text-align: center;
    background: none;
    color: #1184da;
    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;
  }

  .reason {
    padding: 0.3rem 0;
  }

  .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 {
    /* display: block; */
  }

  .reason .w .nr ul li {
    display: block;
    width: 100%;
    margin-bottom: 0.3rem;
  }

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

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

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

  .reason .w .nr ul li .reason_text .title h3 {
    font-size: 20px;
  }

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

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

  .index_case {
    padding: 0.3rem 0;
  }

  .index_case .w .case_list {
    /* display: block; */
  }

  .index_case .w .case_list .case_item {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .index_case .w .case_list .case_item a {
    display: block;
  }

  .index_case .w .case_list .case_item:nth-child(2n) {
    display: block;
  }

  .index_jj {
    padding: 0.3rem 0;
  }

  .index_jj .index_jj_title {
    margin-bottom: 0.4rem;
  }

  .index_jj .index_jj_title h2 {
    font-size: 22px;
  }

  .index_jj .index_jj_title p {
    font-size: 12px;
  }

  .index_jj .jj_box {
    padding: 0.2rem;
  }

  .index_jj .jj_box .jj_box_t .imgbox {
    margin-bottom: 0.3rem;
  }

  .index_jj .jj_box .jj_box_t .text .title {
    font-size: 20px;
    margin-bottom: 0.2rem;
  }

  .index_jj .jj_box .jj_box_t .text .content {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0.4rem;
  }

  .index_jj .jj_box .jj_box_t .text .go_btn a {
    font-size: 14px;
    width: 160px;
    height: 40px;
    border-radius: 30px;
  }

  .number_box {
    padding: 0;
  }

  .number_box ul {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .number_box ul li {
    width: 33.333333%;
    border-right: none;
    margin-bottom: 0.2rem;
    font-size: .24rem;
  }

  .number_box ul li::after {
    content: none;
  }

  .number_box ul li .nun_item {
    margin-bottom: 0;
    align-items: center;
  }

  .number_box ul li .nun_item .counter {
    font-size: .4rem;
  }

  .number_box ul li .nun_item span {
    font-size: .32rem;
  }

  .number_box ul li .nun_item .unit {
    width: auto;
    height: auto;
    padding: 0 .04rem;
    margin-left: .1rem;
    font-size: .24rem;
  }

  .index_honor {
    background: #f5f5f5;
  }

  .index_honor .w .hot_tel {
    position: static;
  }

  .index_honor .w .hot_tel h5 {
    justify-content: center;
    font-size: 0.24rem;
  }

  .index_honor .w .hot_tel h5 span {
    font-size: 0.44rem;
  }

  .index_honor .w .honor_box {
    padding: 0;
  }

  .index_news {
    padding: 0.3rem 0;
  }

  .index_news .news_box .option ul {
    justify-content: center;
  }

  .index_news .news_box .option ul li {
    margin-right: .1rem;
  }

  .index_news .news_box .option ul li a {
    padding: .12rem .2rem;
    font-size: 14px;
  }

  .index_news .news_box .all_box {
    padding-top: 0.4rem;
  }

  .index_news .news_box .all_box .pick_box ul {
    display: block;
  }

  .index_news .news_box .all_box .pick_box ul li {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0 0 0.3rem 0;
    border-bottom: 1px solid #ddd;
  }

  .index_news .news_box .all_box .pick_box ul li:last-child {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }

  .index_news .news_box .all_box .pick_box ul li .new_item a {
    display: flex;
    align-items: center;
  }

  .index_news .news_box .all_box .pick_box ul li .new_item a .imgbox {
    margin-bottom: 0;
    width: 34%;
  }

  .index_news .news_box .all_box .pick_box ul li .new_item a .text {
    width: 66%;
    display: flex;
    flex-direction: column;
    padding: 0 .2rem;
  }

  .index_news .news_box .all_box .pick_box ul li .new_item a .text .title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .index_news .news_box .all_box .pick_box ul li .new_item a .text .date {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    order: 2;
    display: none;
  }

  .index_news .news_box .all_box .pick_box ul li .new_item a .text .content {
    font-size: 14px;
  }

  .pc {
    display: none;
  }

  .mob {
    display: block;
  }


  .vw{max-width: 95%; min-width: 95%;}
  .az_sebox{display: none;}
  header .header_top{ max-width: 100%;}
  .fd_logo img{max-width: 100%;}
  .banner .swiper-pagination-bullet{ zoom: 0.85;}

  .az_en{ font-size: 16px;}
  .az_cn{ font-size: 18px;}
  .az_sp{ margin: 6px auto 4px; }
  .az_dsc{ font-size: 14px; margin-top: 5px;}
  .az_pro_cate{ flex-wrap: wrap; margin: 25px auto; justify-content: flex-start;}
  .az_pro_cate a{ width: 22%; font-size: 14px; padding: 5px 0; margin-bottom: 10px; margin-right: 3%;}
  .az_pro{ padding: 30px 0 25px;}
  .az_pro_itme{ width: 48.5%;}
  .az_pro_itme .p_t{ font-size: 14px;line-height: 30px;}

  .az_con{ flex-wrap: wrap;}
  .co1,.co2,.co3{ width: 100%; }
  .co2 img{width: 100%;}
  .co1,.co3{ zoom: 0.8;}
  .co1 .up,.co1 .ud,.co3 .up,.co3 .ud{ width: 100%; margin: 0;}
  .az_con .ctxt{ margin-bottom: 25px;}
  .az_con .ctxt:last-child{ margin-bottom: 25px;}
  .az_sever{padding-top: 35px;}
  .az_sever,.az_con{padding-bottom: 15px; margin-bottom: 0; }
  .hg{ max-width: 100%; overflow: hidden;}
  .hg img{     max-width: 220%;
    margin-left: -60%;}
  .az_case{ padding: 30px 0 35px;}
  .az_zzlist{ width: 100%;}
  .honor_swiper{ width: 85%; text-align: center; margin-top: 20px; }
  .honor_swiper .swiper-slide img{ width: 100%;}

  .az_about_con{ margin: 20px auto 0; flex-wrap: wrap;}
  .az_about_con .left{ width: 100%;}
  .az_about_con .left img{ width: 100%;}
  .az_about_con .right{ width: 100%;}
  .az_about_con .right{ padding: 20px 10px;}
  .az_about{ background-size: cover;padding: 40px 0 50px;}
  .az_news_cat{margin: 25px auto 10px; padding-bottom:10px; justify-content: space-between;}
  .az_news_cat a{ width: 23%; font-size: 14px; padding: 10px 0; margin: 0}
  .az_news_zc{ flex-wrap: wrap ; margin-top: 5px;}
  .az_news_itme{ width: 100%; }
  .az_news_itme .p_m{ width: 30%; float: left; }
  .az_news_itme .p_m img{max-width: 100%;}
  .az_news_itme .nd{ width: 67.5%; float: right;}
  .az_news_itme .p_t{ font-size: 16px; margin: 0; }
  .az_news_itme .p_tm{ font-size: 12px; margin: 0;}
  .az_news_itme .p_c{ font-size: 14px; margin: 0; line-height: 20px;}
  .more2,.fb_top{ display: none;}
  .f_add .it3{ width: 100%;}
  .f_add .it2{ width: 100%;}
  .f_add .it1{ width: 100%;}
  .f_add{ margin-bottom: 15px;}
  .main-content .sidebar .pro_box_l .option_list{ border: none;}

.main .main-content{    margin-top: 35px;}
.main-content .content{ border:none;}
.honor_swiper,.az_zzlist{min-width:initial}
.about_box_az {font-size: 14px;
    line-height: 28px;}
.az_news_itme{margin-bottom: 15px;}
.az_pro_itme:nth-child(3n),.az_pro_itme{ margin-right: calc((100% - 31.7%*3)/2);}
.az_pro_itme:nth-child(2n){ margin-right:0;}

header .m_nav{    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;}
.in_ab_dsc{    max-height: inherit;
    overflow: hidden;}

header .header_top .w .logo img, .fd_logo img {
    height: 40px;margin-top: 5px;
}
.az_news_cat a{width:48%}
.f_add{    padding-top: 30px;}
.banner .banner_next, .banner .banner_prev{display:none}
.pro_details_box{max-width: 100%;
    overflow-x: scroll;}


}

.c_ggao {
  padding: 0;
  height: auto;
}

.c_ggao img {
  width: 100%;
}
