@charset "utf-8";
.page_con {
  width: 100%;
  text-align: center;
}
.page_con nav ul {
  margin: 20px 0;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #fff;
  color: #333333;
  font-size: 16px;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 0;
}
.page_con nav ul li:nth-child(1) a {
  font-size: 14px;
  background: #305dc3 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.page_con nav ul li:last-child a {
  font-size: 14px;
  background: #305dc3 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.page_con nav ul li:hover a {
  color: #305dc3;
}
.page_con nav ul li.active a {
  color: #305dc3 !important;
  background: #fff !important;
}
/*关于我们*/
.other_banner {
  width: 100%;
  position: relative;
}
.other_banner .o_b_img {
  width: 100%;
  position: relative;
}
.other_banner .o_b_img img {
  width: 100%;
  height: auto;
}
.other_banner .o_b_img .other_banner_text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.other_banner .o_b_img .other_banner_text span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 18px;
}
.other_banner .head_zs {
  width: 100%;
  bottom: -75px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.other_banner .head_zs .head_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 220px;
  height: 150px;
  background: #305dc3;
  padding: 0 34px;
}
.other_banner .head_zs .head_modal h5 {
  width: 100%;
  text-align: left;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 12px;
}
.other_banner .head_zs .head_modal p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: right;
  line-height: 18px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.model_con {
  width: 100%;
}
.model_con .safe_width {
  height: 75px;
  position: relative;
}
.other_switch {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  padding-right: 30px;
  right: 0;
  z-index: 5;
  margin-top: 26px;
}
.other_switch a {
  display: inline-block;
  height: 48px;
  margin-left: 10px;
  overflow: hidden;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  background: #e9ecee;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.other_switch a span {
  display: block;
  position: relative;
  color: #333;
  width: 100%;
  line-height: 48px;
  top: 0;
  padding: 0 34px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.other_switch a:hover,
.other_switch a.a_cur {
  background: #305dc3;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.other_switch a:hover span,
.other_switch a.a_cur span {
  top: -48px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.gy_modal {
  width: 100%;
  padding-bottom: 90px;
}
.gy_modal .gy_intro {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 34px;
  text-align: center;
  letter-spacing: 1px;
}
.gy_modal .gy_intro_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.gy_modal .gy_intro_img img {
  width: auto;
  max-width: 100%;
}
/*荣誉资质*/
.zz_list {
  width: 100%;
  padding: 0 0 0px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zz_list .zz_item {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
  padding: 20px 20px 0 20px;
  border: 1px solid #ececec;
  position: relative;
}
.zz_list .zz_item .zz_img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.zz_list .zz_item .zz_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.zz_list .zz_item p {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ececec;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
}
.zz_list .zz_item::after {
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #305dc3;
  content: '';
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.zz_list .zz_item:nth-child(3n+1) {
  margin-left: 0;
}
.zz_list .zz_item:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
.zz_list .zz_item:hover p {
  color: #305dc3;
}
.zz_list .zz_item:hover::after {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 1;
  background: #305dc3;
  content: '';
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/*产品展示页面*/
.cp_page {
  padding: 50px 0 60px 0;
}
.news_list_hy {
  padding: 75px 0 0 0;
}
/*新闻详情*/
.n_details_con {
  width: 100%;
  padding: 30px 0px 0px 0px;
}
.details_h {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #121212;
  letter-spacing: 0.5px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
}
.fb_time_div {
  text-align: center;
  width: 100%;
  margin-top: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #808080;
}
.fb_time_div span {
  margin: 0 6px;
  word-wrap: break-word;
  word-break: break-all;
}
.details_content {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 54px 0 42px 0;
  margin-top: 38px;
  border-bottom: 1px solid #ddd;
}
.details_content p {
  word-wrap: break-word;
  word-break: break-all;
}
.bottom_jump {
  width: 100%;
  padding: 28px 0 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.jump_left {
  width: 50%;
}
.jump_ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.jump_ul li {
  width: 100%;
  margin-bottom: 14px;
}
.jump_ul li a {
  display: inline-block;
  width: 100%;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.jump_ul li:hover a {
  color: #305dc3;
  text-decoration: none;
}
.back_go {
  display: inline-block;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff !important;
  background: #305dc3;
  text-decoration: none;
}
/*常见问答*/
.n_details_QA .QA_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.n_details_QA .QA_con_l {
  width: 340px;
  border: 1px solid #ececec;
  padding: 30px;
}
.n_details_QA .QA_con_l ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.n_details_QA .QA_con_l ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
.n_details_QA .QA_con_l ul li a {
  font-size: 15px;
  line-height: 26px;
}
.n_details_QA .QA_con_l ul li:last-child {
  border-bottom: none;
}
.n_details_QA .QA_con_l ul li.active a {
  font-weight: bold;
  color: #305dc3;
}
.n_details_QA .QA_con_l ul li:hover a {
  color: #305dc3;
}
.n_details_QA .QA_con_r {
  width: calc(100% - 370px);
  border: 1px solid #ececec;
  padding: 30px 30px 0 30px;
}
/*问答列表*/
.QA_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.QA_list .QA_list_item {
  width: 48%;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  text-decoration: none;
  padding: 0px 0 20px 0;
}
.QA_list .QA_list_item .Q_div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.QA_list .QA_list_item .Q_div span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  max-width: 70%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.QA_list .QA_list_item .Q_div text {
  color: #999;
}
.QA_list .QA_list_item .a_div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #5a5a5a;
  margin-top: 10px;
}
.QA_list .QA_list_item:hover {
  border-color: #305dc3;
}
.QA_list .QA_list_item:hover .Q_div span {
  color: #305dc3;
  padding-left: 6px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/*加入我们*/
.join_box {
  width: 100%;
  padding: 90px 0 0px 0;
}
.join_item {
  width: 100%;
  margin-bottom: 44px;
}
.enter_top {
  width: 100%;
  height: 70px;
  background: #f8f8f8;
  color: #333;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.enter_top:hover,
.join_show .enter_top {
  color: #fff;
  background: #305dc3;
}
.enter_top:hover .zw_div,
.join_show .enter_top .zw_div {
  color: #fff;
}
.enter_top:hover .cz_div span,
.join_show .enter_top .cz_div span {
  background: #fff;
}
.enter_top .zw_div {
  width: 20.5%;
  padding-left: 4.5%;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter_top div:nth-child(3),
.enter_top div:nth-child(5) {
  width: 20.5%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter_top div:nth-child(2),
.enter_top div:nth-child(4) {
  width: 18.1%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cz_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 30px;
}
.cz_div span {
  transition: opacity 0.2s ease 0s, transform 0.4s ease 0s;
}
.line_01 {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -1px;
}
.line_02 {
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #333;
}
.join_show .line_01 {
  opacity: 0;
}
.join_show .line_02 {
  transform: rotate(90deg);
}
.join_desc {
  width: 100%;
  background: #f8f8f8;
  padding: 0px 80px 0px 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease 0s, transform 0.4s ease 0s;
}
.join_show .join_desc {
  padding: 20px 80px 36px 80px;
  height: auto;
  overflow: visible;
}
.join_desc h5 {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  margin: 34px 0 0 0;
  padding: 0;
}
.desc_info {
  width: 100%;
  margin-top: 10px;
}
.desc_info p {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
.bottom_td {
  width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #666666;
}
.bottom_td a {
  display: inline-block;
  width: 180px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #305dc3;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}
.bottom_td a:hover {
  background: #2852b1;
}
.join_mp {
  width: 100%;
  height: 380px;
  background-size: cover cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 98px;
}
/*联系我们*/
.lx_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
}
.lx_info_left {
  width: 70%;
}
.lx_info_left h5 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  word-break: break-all;
}
.lx_info_div {
  width: 100%;
}
.lx_info_div div {
  width: 100%;
  margin-top: 24px;
  position: relative;
  padding-left: 30px;
}
.lx_info_div div span {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #5A5B5B;
}
.lx_info_div div img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}
.lx_info_right {
  width: 100px;
  text-align: center;
}
.lx_info_right img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.lx_info_right div {
  width: 100%;
  text-align: center;
  color: #808080;
  line-height: 30px;
  font-size: 14px;
}
.lx_map {
  width: 100%;
  margin: 60px 0 40px 0;
}
/*留言反馈*/
.contact_input {
  width: 100%;
  margin: 60px auto 80px auto;
}
.contact_input h5 {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
  padding: 0;
}
.input_modal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.input_item {
  width: 32%;
  margin-top: 32px;
}
.input_item .input_code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input_item .input_code .input_sr {
  height: 50px;
  line-height: 50px;
  background: #efefef;
  padding: 0 20px;
  font-size: 12px;
  color: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  width: calc(100% - 110px);
}
.input_item .input_code .input_c {
  width: 100px;
  color: #305dc3;
  letter-spacing: 3px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  background: rgba(48, 93, 195, 0.1);
}
.input_item p {
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  margin: 0 0 15px 0;
}
.input_item input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #efefef;
  padding: 0 20px;
  font-size: 12px;
  color: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  letter-spacing: 1px;
}
.input_item input::-webkit-input-placeholder {
  color: #999999;
}
.input_item input:-moz-placeholder {
  color: #999999;
}
.input_item input:-ms-input-placeholder {
  color: #999999;
}
.input_item textarea {
  width: 100%;
  height: 124px;
  line-height: 50px;
  background: #efefef;
  padding: 20px;
  font-size: 12px;
  line-height: 22px;
  color: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  resize: none;
}
.input_item.input_item_textarea {
  width: 100%;
}
.submit_btn {
  display: inline-block;
  width: 32%;
  letter-spacing: 1px;
  margin-top: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #305dc3;
  text-decoration: none;
}
.submit_btn:hover {
  color: #fff;
  background: #2852b1;
  text-decoration: none;
}
/*商品详情*/
.prod_info {
  width: 100%;
}
.prod_info .p_info_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prod_info .p_info_top .p_top_img {
  width: 400px;
  border: 1px solid #ececec;
}
.prod_info .p_info_top .p_top_img .swiper-container {
  width: 100%;
  height: 100%;
}
.prod_info .p_info_top .p_top_img .swiper-container .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 40px 30px;
}
.prod_info .p_info_top .p_top_img .swiper-container .swiper-slide img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.prod_info .p_info_top .p_top_img .swiper-container .swiper-pagination-bullet-active {
  background: #305dc3;
}
.prod_info .p_info_top .p_top_desc {
  width: calc(100% - 440px);
}
.prod_info .p_info_top .p_top_desc h5 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  width: 100%;
  letter-spacing: 1px;
  margin-top: 4px;
}
.prod_info .p_info_top .p_top_desc p {
  width: 100%;
  font-size: 15px;
  color: #888;
  line-height: 26px;
  height: 78px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 24px;
}
.prod_info .p_info_top .p_top_desc .detail_i_top_img {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-top: 20px;
}
.prod_info .p_info_top .p_top_desc .detail_i_top_img .detail_i_top_img_o {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 1px solid #ececec;
  margin-right: 12px;
  padding: 8px;
}
.prod_info .p_info_top .p_top_desc .detail_i_top_img .detail_i_top_img_o img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.prod_info .p_info_top .p_top_desc .detail_i_top_img .detail_i_top_img_o:last-child {
  margin-right: none;
}
.prod_info .p_info_top .p_top_desc .detail_i_top_img .detail_i_top_img_o.p_img_active {
  border-color: #305dc3;
  padding: 4px;
}
.prod_info .p_info_top .p_top_desc .prod_tel {
  width: 100%;
  border-top: 1px solid #ececec;
  padding: 30px 0 0 0;
  margin-top: 26px;
  font-size: 20px;
  color: #e23c3c;
  font-weight: bold;
  letter-spacing: 1px;
}
.prod_info .p_intro {
  width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 50px;
}
.prod_info .p_intro .intro_head {
  width: 100%;
  border-bottom: 1px solid #305dc3;
}
.prod_info .p_intro .intro_head span {
  font-size: 16px;
  color: #fff;
  background: #305dc3;
  line-height: 40px;
  padding: 0 40px;
  display: inline-block;
}
.prod_info .p_intro .p_intro_box {
  width: 100%;
}
.prod_info .p_intro .p_intro_box h5 {
  font-size: 15px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}
.prod_info .p_intro .p_intro_box p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 20px;
  margin-top: 10px;
}
/*公司优势*/
.ys_con {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ys_con .ys_item {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  margin: 20px 0 40px 0;
}
.ys_con .ys_item img {
  width: 86px;
  height: auto;
  margin-bottom: 40px;
}
.ys_con .ys_item h5 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #121212;
  line-height: 36px;
  margin-bottom: 14px;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ys_con .ys_item h5::after {
  content: '';
  width: 0;
  height: 1px;
  background: #305dc3;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ys_con .ys_item p {
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  color: #888;
}
.ys_con .ys_item:hover h5 {
  color: #305dc3;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ys_con .ys_item:hover h5::after {
  width: 20%;
  margin-left: -10%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1024px) {
  /*常见问答*/
  .n_details_QA .QA_con_l {
    width: 290px;
    padding: 20px;
  }
  .n_details_QA .QA_con_r {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 768px) {
  /*关于我们*/
  .other_banner .o_b_img .other_banner_text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: unset;
    top: 0;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .other_banner .o_b_img .other_banner_text span {
    font-size: 0.6rem;
    display: block;
    margin-left: 0;
    line-height: 0.8rem;
  }
  .other_banner .head_zs {
    display: none;
  }
  .model_con {
    width: 100%;
  }
  .model_con .safe_width {
    height: unset;
    padding: 0px;
  }
  .other_switch {
    width: 100%;
    text-align: left;
    position: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin-top: 0;
  }
  .other_switch a {
    flex: 1;
    height: 1.8rem;
    margin-left: 0px;
    line-height: 1.8rem;
    font-size: 0.6rem;
    text-align: center;
  }
  .other_switch a span {
    line-height: 1.8rem;
    padding: 0;
  }
  .other_switch a:hover span,
  .other_switch a.a_cur span {
    top: 0rem;
  }
  .gy_modal {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
  }
  .gy_modal .gy_intro {
    max-width: 100%;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .gy_modal .gy_intro_img {
    width: 100%;
    margin: 0.7rem 0;
  }
  .gy_modal .gy_intro_img img {
    width: 100%;
    height: auto;
  }
  /*荣誉资质*/
  .zz_list .zz_item {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 0.6rem;
    padding: 0.6rem 0.6rem 0 0.6rem;
  }
  .zz_list .zz_item .zz_img {
    padding-bottom: 0.6rem;
  }
  .zz_list .zz_item p {
    line-height: 2rem;
    font-size: 0.6rem;
  }
  .page_con nav ul {
    margin: 0.6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page_con nav ul li {
    border-radius: 0;
    flex: 1;
  }
  .page_con nav ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 0.6rem;
    line-height: 1.6rem;
    padding: 0;
    border-radius: 0;
  }
  .page_con nav ul li a .c_page {
    font-size: 0.75rem;
    color: #305dc3;
  }
  .page_con nav ul li:nth-child(1) a {
    font-size: 0.55rem;
  }
  .page_con nav ul li:last-child a {
    font-size: 0.55rem;
  }
  .cp_page {
    padding: 1rem 0;
  }
  .news_list_hy {
    padding: 0 0 0 0;
  }
  /*新闻详情*/
  .n_details_con {
    width: 100%;
    padding: 0.6rem 0rem 0 0rem;
  }
  .details_h {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .fb_time_div {
    margin-top: 0.6rem;
    line-height: 0.85rem;
    font-size: 0.55rem;
  }
  .fb_time_div span {
    margin: 0 0.25rem;
  }
  .details_content {
    width: 100%;
    padding: 1.3rem 0 1.4rem 0;
    margin-top: 1.4rem;
  }
  .bottom_jump {
    width: 100%;
    padding: 1.25rem 0 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .jump_left {
    width: 50%;
  }
  .jump_ul {
    display: none;
  }
  .back_go {
    width: 4.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
  }
  /*常见问答*/
  .n_details_QA .QA_con_l {
    display: none;
  }
  .n_details_QA .QA_con_r {
    width: 100%;
    border: none;
    padding: 0px;
  }
  /*问答列表*/
  .QA_list {
    flex-direction: column;
  }
  .QA_list .QA_list_item {
    width: 100%;
    margin-bottom: 0.6rem;
    padding: 0px 0 0.4rem 0;
  }
  .QA_list .QA_list_item .Q_div {
    line-height: 1rem;
    flex-direction: column;
  }
  .QA_list .QA_list_item .Q_div span {
    font-size: 0.65rem;
    max-width: unset;
    width: 100%;
  }
  .QA_list .QA_list_item .Q_div text {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin-top: 0.1rem;
  }
  .QA_list .QA_list_item .a_div {
    width: 100%;
    white-space: unset;
    font-size: 0.55rem;
    line-height: 0.9rem;
    margin-top: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .QA_list .QA_list_item:hover {
    border-color: #305dc3;
  }
  .QA_list .QA_list_item:hover .Q_div span {
    color: #305dc3;
    padding-left: 0.2rem;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  /*加入我们*/
  .join_box {
    padding: 0.4rem 0 0.25rem 0;
  }
  .join_item {
    margin-bottom: 1.25rem;
  }
  .enter_top {
    height: 5.5rem;
    font-size: 0.55rem;
    line-height: unset;
    justify-content: unset;
    align-items: unset;
    position: relative;
    flex-wrap: wrap;
  }
  .enter_top .zw_div {
    width: 80%;
    margin-top: 0.75rem;
    padding-left: 0.85rem;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .enter_top div:nth-child(2),
  .enter_top div:nth-child(4) {
    width: 51.8%;
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0.85rem;
  }
  .enter_top div:nth-child(3),
  .enter_top div:nth-child(5) {
    width: 48.1%;
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0rem;
  }
  .cz_div {
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    top: 0.75rem;
    right: 0.85rem;
    margin-right: unset;
  }
  .line_01 {
    width: 0.55rem;
    height: 0.1rem;
    top: 50%;
    margin-top: -0.05rem;
    left: 0;
  }
  .line_02 {
    width: 0.1rem;
    height: 0.55rem;
  }
  .join_desc {
    padding: 0px 0.85rem 0px 0.85rem;
  }
  .join_show .join_desc {
    padding: 0.5rem 0.85rem 1.5rem 0.85em;
  }
  .join_desc h5 {
    font-size: 0.65rem;
    line-height: 0.8rem;
    margin: 0.9rem 0 0 0;
  }
  .desc_info {
    margin-top: 0.5rem;
  }
  .desc_info p {
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  .bottom_td {
    width: 100%;
    margin-top: 1.25rem;
    padding-top: 0;
    border-top: none;
  }
  .bottom_td a {
    display: inline-block;
    width: 4.7rem;
    height: 1.5rem;
    font-size: 0.6rem;
    line-height: 1.5rem;
  }
  /*联系我们*/
  .lx_info {
    flex-direction: column;
    padding-bottom: 2.25rem;
  }
  .lx_info_left {
    width: 100%;
  }
  .lx_info_left h5 {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-top: 0.2rem;
  }
  .lx_info_div div {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0.8rem;
  }
  .lx_info_div div span {
    width: 100%;
    font-size: 0.55rem;
    line-height: 1rem;
  }
  .lx_info_div div img {
    display: inline-block;
    width: 0.6rem;
    position: absolute;
    left: 0;
    top: 0.15rem;
  }
  .lx_info_right {
    width: 6rem;
    text-align: center;
    margin-top: 0.6rem;
  }
  .lx_info_right div {
    line-height: 0.85rem;
    font-size: 0.55rem;
  }
  .lx_map {
    width: 100%;
    margin: 1rem 0 0.6rem 0;
  }
  /*留言反馈*/
  .contact_input {
    width: 100%;
    margin: 1rem auto 2.25rem auto;
  }
  .contact_input h5 {
    font-size: 0.85rem;
    line-height: 1.4rem;
    text-align: center;
  }
  .input_modal {
    flex-direction: column;
  }
  .input_item {
    width: 100%;
    margin-top: 0.6rem;
  }
  .input_item .input_code .input_sr {
    height: 2.1rem;
    line-height: 2.1rem;
    padding: 0 0.4rem;
    font-size: 0.6rem;
    width: calc(100% - 4rem);
  }
  .input_item .input_code .input_c {
    width: 3.6rem;
    font-size: 0.8rem;
  }
  .input_item p {
    font-size: 0.6rem;
    line-height: 1rem;
    margin: 0 0 0.3rem 0;
  }
  .input_item input {
    width: 100%;
    height: 2.1rem;
    line-height: 2.1rem;
    padding: 0 0.4rem;
    font-size: 0.6rem;
  }
  .input_item textarea {
    height: 4.5rem;
    padding: 0.4rem;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .submit_btn {
    width: 100%;
    margin-top: 0.6rem;
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: 0.65rem;
  }
  /*商品详情*/
  .prod_info .p_info_top {
    flex-direction: column;
  }
  .prod_info .p_info_top .p_top_img {
    width: 100%;
    border: none;
  }
  .prod_info .p_info_top .p_top_img .swiper-container {
    width: 100%;
    height: unset;
  }
  .prod_info .p_info_top .p_top_img .swiper-container .swiper-wrapper {
    width: 100%;
  }
  .prod_info .p_info_top .p_top_img .swiper-container .swiper-slide {
    padding: 0 0 1.6rem 0;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
  }
  .prod_info .p_info_top .p_top_img .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .prod_info .p_info_top .p_top_desc {
    width: calc(100%);
  }
  .prod_info .p_info_top .p_top_desc h5 {
    font-size: 0.85rem;
    line-height: 1.2rem;
    margin-top: 0.4rem;
  }
  .prod_info .p_info_top .p_top_desc p {
    font-size: 0.55rem;
    line-height: 0.85rem;
    height: unset;
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    margin-top: 0.4rem;
  }
  .prod_info .p_info_top .p_top_desc .detail_i_top_img {
    display: none;
  }
  .prod_info .p_info_top .p_top_desc .prod_tel {
    width: 100%;
    border-top: 1px solid #ececec;
    padding: 0.5rem 0 0 0;
    margin-top: 0.6rem;
    font-size: 0.65rem;
  }
  .prod_info .p_intro {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 1.6rem;
  }
  .prod_info .p_intro .intro_head span {
    font-size: 0.6rem;
    line-height: 1.2rem;
    padding: 0 0.6rem;
  }
  .prod_info .p_intro .p_intro_box h5 {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.6rem;
  }
  .prod_info .p_intro .p_intro_box p {
    font-size: 0.55rem;
    line-height: 1rem;
    margin-top: 0.3rem;
  }
  /*公司优势*/
  .ys_con {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    margin-top: 0.85rem;
  }
  .ys_con .ys_item {
    width: 100%;
    padding: 0 0.6rem;
    margin: 0 0 1.2rem 0;
  }
  .ys_con .ys_item img {
    width: 3.1rem;
    height: auto;
    margin-bottom: 0.85rem;
  }
  .ys_con .ys_item h5 {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin-bottom: 0.45rem;
  }
  .ys_con .ys_item p {
    font-size: 0.55rem;
    line-height: 0.9rem;
  }
}
