@charset "utf-8";
body {
  padding-top: 100px;
}
.other_banner {
  width: 100%;
}
.other_banner img {
  width: 100%;
  height: auto;
}
/*联系我们*/
.contact_box {
  width: 100%;
  padding: 110px 0 120px 0;
}
.contact_box .safe_width {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact_box .safe_width .contact_left {
  width: 50%;
  padding-right: 6.8%;
}
.contact_box .safe_width .contact_left h5 {
  font-size: 25px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}
.contact_box .safe_width .contact_left p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin-bottom: 14px;
}
.contact_box .safe_width .contact_left p a {
  color: #333;
  text-decoration: none;
}
.contact_box .safe_width .contact_right {
  width: 50%;
  padding: 0 6.8% 0 2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact_box .safe_width .contact_right .lx_input {
  width: calc(50% - 10px);
  margin-bottom: 18px;
}
.contact_box .safe_width .contact_right .lx_input input {
  display: inline-block;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  background: #eee;
  font-size: 16px;
  color: #333;
  border: none;
  outline: none;
  padding-left: 26px;
}
.contact_box .safe_width .contact_right .lx_input input::-webkit-input-placeholder {
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_textarea {
  width: 100%;
  margin-bottom: 18px;
}
.contact_box .safe_width .contact_right .lx_textarea textarea {
  width: 100%;
  height: 168px;
  border-radius: 4px;
  background: #eee;
  font-size: 16px;
  color: #333;
  border: none;
  outline: none;
  padding: 15px 26px;
  line-height: 24px;
  resize: none;
}
.contact_box .safe_width .contact_right .lx_textarea textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_textarea textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_textarea textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_textarea textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_input_code {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.contact_box .safe_width .contact_right .lx_input_code .input_sm {
  height: 44px;
  border-radius: 4px;
  background: #eee;
  font-size: 16px;
  color: #333;
  padding-left: 26px;
  border: none;
  outline: none;
}
.contact_box .safe_width .contact_right .lx_input_code .input_sm::-webkit-input-placeholder {
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_input_code .input_sm::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_input_code .input_sm:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_input_code .input_sm:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.contact_box .safe_width .contact_right .lx_input_code .input_code {
  width: 100px;
  height: 44px;
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  letter-spacing: 5px;
  font-style: italic;
  font-weight: bold;
  color: #c0546d;
  outline: none;
  background: url(../images/code_bj.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 0 4px 0 20px;
}
.contact_box .safe_width .contact_right .lx_input_code span {
  font-size: 12px;
  color: #282828;
}
.contact_box .safe_width .contact_right .submit_btn {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  height: 44px;
  background: #92c737;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.contact_box .safe_width .contact_right .submit_btn:hover {
  opacity: 0.9;
}
.other_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.other_head h5 {
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  line-height: 42px;
}
.other_head p {
  text-align: center;
  font-size: 24px;
  line-height: 68px;
  color: #333;
  position: relative;
}
.other_head p::after {
  content: '';
  width: 30px;
  height: 4px;
  background: #92c737;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.other_head div {
  font-size: 17px;
  color: #999;
  text-align: center;
  margin-top: 24px;
  line-height: 19px;
}
/*新闻中心*/
.news_con {
  width: 100%;
  padding: 92px 0 80px 0;
}
.news_con .safe_width .news_box {
  width: 100%;
  padding: 46px 18px 0 18px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.news_con .safe_width .news_box a {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 31%;
  margin: 0 3.5% 60px 0;
}
.news_con .safe_width .news_box a .s_img {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.news_con .safe_width .news_box a .s_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.news_con .safe_width .news_box a h5 {
  width: 100%;
  font-size: 20px;
  font-weight: lighter;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 25px 0 22px 0;
  line-height: 22px;
}
.news_con .safe_width .news_box a p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  font-family: '微软雅黑';
}
.news_con .safe_width .news_box a:nth-child(3n) {
  margin-right: 0;
}
.news_con .safe_width .news_box a:hover .s_img img {
  display: inline-block;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.news_con .safe_width .news_box a:hover h5 {
  font-weight: normal;
  color: #92c737;
}
.news_con .safe_width .xwxq_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news_con .safe_width .xwxq_box .xwxq_right {
  width: 360px;
  padding: 70px 0px 100px 0;
}
.news_con .safe_width .xwxq_box .xwxq_right h5 {
  position: relative;
  font-size: 20px;
  color: #000;
  line-height: 40px;
}
.news_con .safe_width .xwxq_box .xwxq_right h5::after {
  width: 16px;
  height: 1px;
  background: #92c737;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
.news_con .safe_width .xwxq_box .xwxq_right .xg_news {
  width: 100%;
  margin-top: 26px;
  border-top: 1px solid #ddd;
}
.news_con .safe_width .xwxq_box .xwxq_right .xg_news li {
  border-bottom: 1px dashed #ddd;
}
.news_con .safe_width .xwxq_box .xwxq_right .xg_news li a {
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  text-decoration: none;
}
.news_con .safe_width .xwxq_box .xwxq_right .xg_news li a p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  line-height: 16px;
}
.news_con .safe_width .xwxq_box .xwxq_right .xg_news li a div {
  font-size: 12px;
  color: #666;
  line-height: 14px;
  margin-top: 10px;
}
.news_con .safe_width .xwxq_box .xwxq_right .xg_news li:hover a p {
  color: #92c737;
}
.news_con .safe_width .xwxq_box .xwxq_right .xg_news li:hover a div {
  color: #92c737;
}
.news_con .safe_width .xwxq_box .xwxq_left {
  width: calc(100% - 360px);
  padding: 0px 40px 30px 0;
}
.news_con .safe_width .xwxq_box .xwxq_left .details_h {
  width: 100%;
  padding: 0 0 42px 0;
  border-bottom: 1px solid #DDDDDD;
}
.news_con .safe_width .xwxq_box .xwxq_left .details_h h5 {
  font-size: 26px;
  color: #333;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: center;
}
.news_con .safe_width .xwxq_box .xwxq_left .details_h p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  text-align: center;
  padding: 0 10px;
}
.news_con .safe_width .xwxq_box .xwxq_left .details_h p span {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}
.news_con .safe_width .xwxq_box .xwxq_left .details_content {
  width: 100%;
  padding: 34px 0px 40px 0px;
}
.news_con .safe_width .xwxq_box .xwxq_left .bottom_jump {
  width: 100%;
  padding: 24px 0px 4px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #ddd;
}
.news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .jump_left {
  width: 70%;
}
.news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .jump_left .jump_ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .jump_left .jump_ul li {
  width: 100%;
}
.news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .jump_left .jump_ul li a {
  font-size: 14px;
  color: #555;
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .jump_left .jump_ul li:hover a {
  color: #92c737;
}
.news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .back_go {
  text-decoration: none;
  display: inline-block;
  width: 112px;
  height: 38px;
  font-size: 14px;
  border: 1px solid #dddddd;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  text-align: center;
}
.news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .back_go:hover {
  background: #92c737;
  border-color: #92c737;
  color: #fff;
}
/*解决方案*/
.solution_con {
  width: 100%;
  padding: 80px 0 120px 0;
}
.solution_con .solution_width {
  width: 100%;
  max-width: 1700px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.solution_con .solution_width .solution_ul {
  width: 220px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.solution_con .solution_width .solution_ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #f1f1f1;
  height: 68px;
  margin-bottom: 6px;
}
.solution_con .solution_width .solution_ul li a {
  display: inline-block;
  font-size: 20px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  color: #222;
}
.solution_con .solution_width .solution_ul li.active {
  background: #89ba21;
}
.solution_con .solution_width .solution_ul li.active a {
  color: #fff !important;
  position: relative;
}
.solution_con .solution_width .solution_ul li.active a::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 16px;
  background: url(../images/other/hover_arrow.png) no-repeat center right;
  background-size: 100% auto;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -8px;
}
.solution_con .solution_width .solution_ul li:hover a {
  color: #89ba21;
}
.solution_con .solution_width .solution_right {
  width: calc(100% - 260px);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.solution_con .solution_width .solution_right a {
  display: inline-block;
  width: 32%;
  margin: 0 2% 35px 0;
  position: relative;
  overflow: hidden;
}
.solution_con .solution_width .solution_right a:nth-child(3n) {
  margin-right: 0;
}
.solution_con .solution_width .solution_right a .jj_img {
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_con .solution_width .solution_right a .default_title {
  width: 100%;
  background: rgba(61, 162, 144, 0.8);
  font-size: 18px;
  color: #fff;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -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;
}
.solution_con .solution_width .solution_right a .hover_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
  color: #fff;
  background: rgba(61, 162, 144, 0.7);
  -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;
}
.solution_con .solution_width .solution_right a .hover_title h5 {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
}
.solution_con .solution_width .solution_right a .hover_title p {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  margin: 14px 0 24px 0;
}
.solution_con .solution_width .solution_right a .hover_title span {
  display: inline-block;
  width: 140px;
  height: 46px;
  background: #009944;
  border-radius: 23px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.solution_con .solution_width .solution_right a:hover .jj_img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_con .solution_width .solution_right a:hover .default_title {
  height: 0px;
  -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;
}
.solution_con .solution_width .solution_right a:hover .hover_title {
  height: 100%;
  -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;
}
/*oem定制*/
.oem_con {
  width: 100%;
  padding: 70px 0 94px 0;
}
.oem_con .safe_width {
  width: 100%;
  max-width: 1420px;
}
.oem_con .safe_width .oem_01 {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.oem_con .safe_width .oem_01 .oem01_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30%;
}
.oem_con .safe_width .oem_01 .oem01_item img {
  display: inline-block;
  width: 138px;
  height: auto;
  margin-bottom: 28px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.oem_con .safe_width .oem_01 .oem01_item h5 {
  font-size: 24px;
  color: #343434;
  margin-bottom: 18px;
  line-height: 26px;
}
.oem_con .safe_width .oem_01 .oem01_item p {
  font-size: 20px;
  color: #999;
  line-height: 28px;
  font-weight: lighter;
  text-align: center;
}
.oem_con .safe_width .oem_01 .oem01_item:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  margin-top: -8px;
  transition: all 0.4s ease-in-out 0.1s;
}
.oem_con .safe_width .oem_01 .oem01_item:hover h5 {
  color: #89ba21;
}
.oem_con.oem_con_gray {
  background: #f4f4f4;
  padding: 110px 0 145px 0;
}
.oem_con.oem_con_gray .oem_02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.oem_con.oem_con_gray .oem_02 .oem02_item {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.oem_con.oem_con_gray .oem_02 .oem02_item img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.oem_con.oem_con_gray .oem_02 .oem02_item .default_t {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.oem_con.oem_con_gray .oem_02 .oem02_item .default_t text {
  margin: 0 10px;
  display: inline-block;
  max-width: 68%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.oem_con.oem_con_gray .oem_02 .oem02_item .default_t span {
  display: inline-block;
  width: 12%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.oem_con.oem_con_gray .oem_02 .oem02_item .hover_t {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.7);
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.oem_con.oem_con_gray .oem_02 .oem02_item .hover_t h5 {
  font-size: 30px;
  text-align: center;
  line-height: 32px;
}
.oem_con.oem_con_gray .oem_02 .oem02_item .hover_t span {
  display: inline-block;
  background: #fff;
  margin: 24px 0 12px 0;
  width: 46px;
  height: 4px;
}
.oem_con.oem_con_gray .oem_02 .oem02_item .hover_t p {
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  font-weight: lighter;
}
.oem_con.oem_con_gray .oem_02 .oem02_item:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.oem_con.oem_con_gray .oem_02 .oem02_item:hover .default_t {
  height: 0px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.oem_con.oem_con_gray .oem_02 .oem02_item:hover .hover_t {
  height: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.oem_con.oem_con_img {
  background: url(../images/other/oem_jgbj.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 96px 0 130px 0;
}
.oem_con.oem_con_img .oem03_head {
  width: 100%;
}
.oem_con.oem_con_img .oem03_head span {
  font-size: 30px;
  color: #333333;
  padding-bottom: 16px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: 4px solid #92c737;
}
.oem_con.oem_con_img .oem03_con {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.oem_con.oem_con_img .oem03_con .oem03_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20%;
}
.oem_con.oem_con_img .oem03_con .oem03_item img {
  display: inline-block;
  width: 186px;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.oem_con.oem_con_img .oem03_con .oem03_item h5 {
  text-align: center;
  margin-top: 18px;
  font-size: 20px;
  line-height: 30px;
  color: #202020;
  font-weight: lighter;
}
.oem_con.oem_con_img .oem03_con .oem03_item:hover img {
  margin-top: -8px;
  opacity: 0.8;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*wcs联测*/
.ct_total {
  width: 100%;
  background: #85b548;
  height: 94px;
}
.ct_total .safe_width {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ct_total .safe_width .ct_t_item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 25%;
}
.ct_total .safe_width .ct_t_item:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.ct_total .safe_width .ct_t_item img {
  display: inline-block;
  width: 46px;
  height: auto;
  margin-right: 16px;
}
.wsc_con {
  width: 100%;
  padding: 116px 0 200px 0;
}
.wsc_con .safe_width {
  max-width: 1380px;
}
.wsc_con .safe_width .wsc_box {
  width: 100%;
  padding: 58px 0px 108px 0px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.wsc_con .safe_width .wsc_box a {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
  width: 29%;
  margin: 0 6.5% 0 0;
}
.wsc_con .safe_width .wsc_box a .s_img {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.wsc_con .safe_width .wsc_box a .s_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.wsc_con .safe_width .wsc_box a h5 {
  width: 100%;
  font-size: 20px;
  font-weight: lighter;
  color: #333;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 28px 0 26px 0;
  line-height: 24px;
}
.wsc_con .safe_width .wsc_box a p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
  font-family: '微软雅黑';
}
.wsc_con .safe_width .wsc_box a:nth-child(3n) {
  margin-right: 0;
}
.wsc_con .safe_width .wsc_box a .xy_btn {
  display: inline-block;
  width: 72%;
  font-size: 16px;
  color: #666;
  border: 1px solid #f39612;
  height: 46px;
  text-align: center;
  line-height: 46px;
  margin-top: 40px;
}
.wsc_con .safe_width .wsc_box a:hover .s_img img {
  display: inline-block;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.wsc_con .safe_width .wsc_box a:hover h5 {
  font-weight: normal;
  color: #92c737;
}
.wsc_con .safe_width .wsc_box a:hover .xy_btn {
  background: #f39612;
  color: #fff;
}
.wsc_con .safe_width .wxc_gzh {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 206px;
  background: #c1d8a4;
}
.wsc_con .safe_width .wxc_gzh .gzh_left {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.wsc_con .safe_width .wxc_gzh .gzh_left img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.wsc_con .safe_width .wxc_gzh .gzh_right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 4%;
}
.wsc_con .safe_width .wxc_gzh .gzh_right img {
  display: inline-block;
  width: 130px;
  height: auto;
}
.wsc_con .safe_width .wxc_gzh .gzh_right p {
  display: inline-block;
  width: calc(100% - 130px);
  padding-left: 6.5%;
  font-size: 18px;
  color: #575757;
  line-height: 32PX;
  font-family: '微软雅黑';
}
.wsc_con .safe_width .wxc_gzh .gzh_right p span {
  color: #ff5a00;
}
/*产品中心*/
.cp_con {
  width: 100%;
  padding: 38px 0 70px 0;
}
.cp_con .cp_width {
  width: 100%;
  max-width: 1490px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cp_con .cp_width .cp_ul {
  width: 306px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.cp_con .cp_width .cp_ul .cp_li {
  width: 100%;
  margin-bottom: 1px;
}
.cp_con .cp_width .cp_ul .cp_li h5 {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 28px;
  background: #89ba21;
  border-left: 14px solid #739e17;
  padding-left: 50px;
}
.cp_con .cp_width .cp_ul .cp_li .cp_two {
  background: #f2f2f2;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 20px 0 50px;
}
.cp_con .cp_width .cp_ul .cp_li .cp_two .cp_two_item {
  width: 100%;
  padding-top: 38px;
}
.cp_con .cp_width .cp_ul .cp_li .cp_two .cp_two_item:last-child {
  padding-bottom: 38px;
}
.cp_con .cp_width .cp_ul .cp_li .cp_two .cp_two_item p {
  cursor: pointer;
  width: 100%;
  font-size: 22px;
  color: #8bc223;
  line-height: 30px;
}
.cp_con .cp_width .cp_ul .cp_li .cp_two .cp_two_item p a{
    color: #8bc223;
}
.cp_con .cp_width .cp_ul .cp_li .cp_two .cp_two_item .cp_three {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 16px;
}
.cp_con .cp_width .cp_ul .cp_li .cp_two .cp_two_item .cp_three li {
  cursor: pointer;
  width: 100%;
  line-height: 32px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #333333;
}
.cp_con .cp_width .cp_ul .cp_li .cp_two .cp_two_item .cp_three li:hover {
  color: #89ba21;
}
.cp_con .cp_width .cp_ul .cp_li.active .cp_two {
  height: auto;
  overflow: visible;
}
.cp_con .cp_width .cp_ul .cp_li.active .cp_two .cp_two_item.two_on p {
  position: relative;
}
.cp_con .cp_width .cp_ul .cp_li.active .cp_two .cp_two_item.two_on p::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../images/other/active_arrow.png) no-repeat center left;
  background-size: 11px auto;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.cp_con .cp_width .cp_ul .cp_li.active .cp_two .cp_two_item.two_on .cp_three li.three_on a{
  color: #89ba21;
}
.cp_con .cp_width .cp_right {
  width: calc(100% - 350px);
  display: inline-block;
}
.cp_con .cp_width .cp_right .cp_head {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 62px;
  border-bottom: 1px solid #d2d2d2;
  padding-left: 10px;
}
.cp_con .cp_width .cp_right .cp_head text {
  font-size: 23px;
  color: #333333;
  line-height: 24px;
}
.cp_con .cp_width .cp_right .cp_head span {
  width: 5px;
  height: 26px;
  margin-right: 20px;
  background: #9d9d9d;
  display: inline-block;
}
.cp_con .cp_width .cp_right .cp_head .m_filter {
  display: none;
}
.cp_con .cp_width .cp_right .cp_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cp_con .cp_width .cp_right .cp_list a {
  display: inline-block;
  width: 32%;
  margin: 0 2% 60px 0;
}
.cp_con .cp_width .cp_right .cp_list a:nth-child(3n) {
  margin-right: 0;
}
.cp_con .cp_width .cp_right .cp_list a .cp_img {
  width: 100%;
  overflow: hidden;
  height: auto;
  /*background: #f5f5f5;*/
}
.cp_con .cp_width .cp_right .cp_list a .cp_img img {
  width: 100%;
  height: auto;
  display: inline-block;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.cp_con .cp_width .cp_right .cp_list a h5 {
  margin: 20px 0 14px 0;
  width: 100%;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cp_con .cp_width .cp_right .cp_list a p {
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  font-weight: lighter;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cp_con .cp_width .cp_right .cp_list a:hover .cp_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.cp_con .cp_width .cp_right .cp_list a:hover h5 {
  color: #89ba21;
}
.filter_m {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -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;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
}
.filter_m .filter_con {
  width: 70%;
  background: #fff;
  margin-left: 30%;
  height: 100%;
  overflow: hidden;
}
.filter_m .filter_con .filter_head {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.65rem;
  border-bottom: 0.025rem solid #ececec;
}
/*招商加盟*/
.join_head {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.join_head h5 {
  display: inline-block;
  background-image: -webkit-linear-gradient(top, #e7e7e7, #f4f4f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 58px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 60px;
}
.join_head span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-bottom: 12px;
  border-bottom: 2px solid #89ba21;
  position: absolute;
  left: 0;
  bottom: 0;
  letter-spacing: 1px;
  z-index: 1;
}
.join01_box {
  width: 100%;
  background: #f6f6f6;
}
.join01_box .safe_width {
  max-width: 1400px;
}
.join01_box .join_01 {
  width: 100%;
  padding: 86px 0 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.join01_box .join_01 .join01_right {
  width: 41%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.join01_box .join_01 .join01_right .join01_item {
  width: calc(50% - 4px);
  height: 220px;
  background: #fff;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.join01_box .join_01 .join01_right .join01_item span {
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.join01_box .join_01 .join01_right .join01_item span.s_icon01 {
  background: url(../images/other/jm_icon01.png) #efefef no-repeat center center;
  background-size: 100% auto;
}
.join01_box .join_01 .join01_right .join01_item span.s_icon02 {
  background: url(../images/other/jm_icon02.png) #efefef no-repeat center center;
  background-size: 100% auto;
}
.join01_box .join_01 .join01_right .join01_item span.s_icon03 {
  background: url(../images/other/jm_icon03.png) #efefef no-repeat center center;
  background-size: 100% auto;
}
.join01_box .join_01 .join01_right .join01_item span.s_icon04 {
  background: url(../images/other/jm_icon04.png) #efefef no-repeat center center;
  background-size: 100% auto;
}
.join01_box .join_01 .join01_right .join01_item p {
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  color: #343434;
}
.join01_box .join_01 .join01_right .join01_item.active {
  background: url(../images/other/zc_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.join01_box .join_01 .join01_right .join01_item.active span.s_icon01 {
  background-image: url(../images/other/hjm_icon01.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}
.join01_box .join_01 .join01_right .join01_item.active span.s_icon02 {
  background-image: url(../images/other/hjm_icon02.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}
.join01_box .join_01 .join01_right .join01_item.active span.s_icon03 {
  background-image: url(../images/other/hjm_icon03.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}
.join01_box .join_01 .join01_right .join01_item.active span.s_icon04 {
  background-image: url(../images/other/hjm_icon04.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}
.join01_box .join_01 .join01_right .join01_item.active p {
  color: #fff;
}
.join01_box .join_01 .join01_left {
  width: calc(56%);
}
.join01_box .join_01 .join01_left .jyzc_box {
  width: 100%;
}
.join01_box .join_01 .join01_left .jyzc_box .jyzc_item {
  width: 100%;
}
.join01_box .join_01 .join01_left .jyzc_box .jyzc_item .jyzc_item_head {
  width: 100%;
  margin-top: 66px;
  border-bottom: 1px solid #dbdbdb;
}
.join01_box .join_01 .join01_left .jyzc_box .jyzc_item .jyzc_item_head span {
  color: #00b18f;
  font-size: 19px;
  display: inline-block;
  padding-bottom: 25px;
  margin-bottom: -2px;
  border-bottom: 4px solid #00b18f;
}
.join01_box .join_01 .join01_left .jyzc_box .jyzc_item .jyzc_desc {
  width: 100%;
  padding: 40px 7px;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.join02_box {
  width: 100%;
  padding: 88px 0 60px 0;
}
.join02_box .safe_width {
  max-width: 1400px;
}
.join02_box .join_02 {
  width: 100%;
}
.join02_box .join_02 .join02_tj {
  width: 100%;
  margin-top: 60px;
}
.join02_box .join_02 .join02_tj img {
  width: 100%;
  height: auto;
}
.join03_box {
  width: 100%;
  padding: 88px 0 0px 0;
}
.join03_box .safe_width {
  max-width: 1400px;
}
.join03_box .join_03 {
  width: 100%;
}
.join03_box .join03_lc {
  width: 100%;
  margin-top: 32px;
}
.join03_box .join03_lc img {
  width: 100%;
  height: auto;
}
.join04_box {
  width: 100%;
  padding: 60px 0 70px 0;
}
.join04_box .safe_width {
  max-width: 1360px;
}
.join04_box .join_04 {
  width: 100%;
}
.join04_box .join_apply {
  width: 100%;
  margin-top: 78px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.join04_box .join_apply .apply_input {
  width: 32%;
  margin: 0 2% 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  background: #eeeeee;
  padding: 0 10px 0 20px;
  font-size: 14px;
  color: #9e9e9e;
  position: relative;
}
.join04_box .join_apply .apply_input:nth-child(3n) {
  margin-right: 0;
}
.join04_box .join_apply .apply_input .single_ul {
  display: flex;
  justify-content: right;
  align-items: center;
}
.join04_box .join_apply .apply_input .single_ul li {
  font-size: 14px;
  color: #999;
  padding-left: 26px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.join04_box .join_apply .apply_input .single_ul li::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: '';
  line-height: 48px;
}
.join04_box .join_apply .apply_input .single_ul li.active {
  color: #ce0615;
}
.join04_box .join_apply .apply_input .single_ul li.active::after {
  background: #ce0615;
}
.join04_box .join_apply .apply_input .single_ul li:hover {
  color: #ce0615;
}
.join04_box .join_apply .apply_input input {
  height: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  background: transparent;
  width: calc(100% - 50px);
}
.join04_box .join_apply .apply_input.apply_input_city input {
  width: calc(100% - 114px);
}
.join04_box .join_apply .apply_input.input_bt {
  padding-right: 50px;
}
.join04_box .join_apply .apply_input.input_bt .right_bt {
  position: absolute;
  right: 10px;
  top: 0;
  color: #ff0000;
  line-height: 48px;
}
.join04_box .join_apply .apply_input.input_bt .right_bt text {
  color: #9e9e9e;
}
.join04_box .join_apply .apply_message {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
.join04_box .join_apply .apply_message::after {
  color: #999;
  font-size: 14px;
  line-height: 28px;
  content: '给我们留言：';
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}
.join04_box .join_apply .apply_message textarea {
  display: inline-block;
  width: 100%;
  height: 220px;
  resize: none;
  background: #eeeeee;
  font-size: 14px;
  color: #666;
  padding: 20px 20px 20px 110px;
  border: none;
  outline: none;
  line-height: 28px;
}
.join04_box .join_apply .input_code_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join04_box .join_apply .input_code_box .input_code_img {
  display: flex;
  justify-content: left;
  align-items: center;
}
.join04_box .join_apply .input_code_box .input_code_img .input_sm {
  height: 48px;
  border-radius: 0px;
  background: #eee;
  font-size: 14px;
  color: #666;
  padding-left: 20px;
  border: none;
  outline: none;
  width: 155px;
}
.join04_box .join_apply .input_code_box .input_code_img .input_sm::-webkit-input-placeholder {
  color: #999999;
}
.join04_box .join_apply .input_code_box .input_code_img .input_sm::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.join04_box .join_apply .input_code_box .input_code_img .input_sm:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.join04_box .join_apply .input_code_box .input_code_img .input_sm:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}
.join04_box .join_apply .input_code_box .input_code_img .input_code {
  width: 100px;
  height: 48px;
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  letter-spacing: 5px;
  font-style: italic;
  font-weight: bold;
  color: #c0546d;
  outline: none;
  background: url(../images/code_bj.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 0 4px 0 24px;
}
.join04_box .join_apply .input_code_box .input_code_img span {
  font-size: 12px;
  color: #282828;
}
.join04_box .join_apply .input_code_box a {
  display: inline-block;
  width: calc(50% - 215px);
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #ce0615;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.join04_box .join_apply .input_code_box a:hover {
  opacity: 0.9;
}
.join04_box .join_apply .input_code_box a.green_btn {
  background: #009944;
}
@media screen and (max-width: 1280px) {
  /*oem定制*/
  .oem_con.oem_con_img .oem03_con .oem03_item img {
    display: inline-block;
    width: 64%;
    min-width: 136px;
    max-width: 166px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 3.5rem;
  }
  /*联系我们*/
  .contact_box {
    padding: 1.6rem 0 1.8rem 0;
  }
  .contact_box .safe_width {
    flex-direction: column;
  }
  .contact_box .safe_width .contact_left {
    width: 100%;
    padding: 0;
  }
  .contact_box .safe_width .contact_left h5 {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 0.75rem;
  }
  .contact_box .safe_width .contact_left p {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-bottom: 0.4rem;
  }
  .contact_box .safe_width .contact_right {
    width: 100%;
    padding: 0;
    margin-top: 1rem;
    flex-direction: column;
  }
  .contact_box .safe_width .contact_right .lx_input {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .contact_box .safe_width .contact_right .lx_input input {
    display: inline-block;
    height: 1.9rem;
    border-radius: 0.2rem;
    font-size: 0.6rem;
    padding-left: 0.6rem;
  }
  .contact_box .safe_width .contact_right .lx_textarea {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .contact_box .safe_width .contact_right .lx_textarea textarea {
    width: 100%;
    height: 5rem;
    border-radius: 0.2rem;
    font-size: 0.6rem;
    padding: 0.6rem;
    line-height: 0.9rem;
  }
  .contact_box .safe_width .contact_right .lx_input_code {
    justify-content: space-between;
  }
  .contact_box .safe_width .contact_right .lx_input_code .input_sm {
    width: calc(100% - 3.6rem);
    height: 1.9rem;
    border-radius: 0.2rem;
    font-size: 0.6rem;
    padding-left: 0.6rem;
  }
  .contact_box .safe_width .contact_right .lx_input_code .input_code {
    width: 3rem;
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    margin: 0;
  }
  .contact_box .safe_width .contact_right .lx_input_code span {
    display: none;
  }
  .contact_box .safe_width .contact_right .submit_btn {
    margin-top: 1rem;
    height: 1.9rem;
    border-radius: 0.2rem;
    line-height: 1.9rem;
    font-size: 0.65rem;
  }
  .footer_sj {
    width: 100%;
    padding: 0.65rem 0;
    font-size: 0.55rem;
    line-height: 0.9rem;
    color: #cbcbcb;
    text-align: center;
  }
  .other_head h5 {
    font-size: 0.9rem;
    line-height: 0.95rem;
  }
  .other_head p {
    font-size: 0.65rem;
    line-height: 2rem;
  }
  .other_head p::after {
    content: '';
    width: 1rem;
    height: 0.1rem;
    left: 50%;
    margin-left: -0.5rem;
  }
  .other_head div {
    font-size: 0.55rem;
    margin-top: 0.5rem;
    line-height: 0.6rem;
  }
  /*新闻中心*/
  .news_con {
    padding: 1.6rem 0 1.8rem 0;
  }
  .news_con .safe_width .news_box {
    width: 100%;
    padding: 1.5rem 0.4rem 0 0.4rem;
    flex-direction: column;
  }
  .news_con .safe_width .news_box a {
    width: 100%;
    margin: 0 0 0.85rem 0;
  }
  .news_con .safe_width .news_box a h5 {
    font-size: 0.65rem;
    padding: 0.75rem 0 0.6rem 0;
    line-height: 0.75rem;
  }
  .news_con .safe_width .news_box a p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    height: 1.6rem;
  }
  .news_con .safe_width .xwxq_box .xwxq_right {
    display: none;
  }
  .news_con .safe_width .xwxq_box .xwxq_left {
    width: 100%;
    padding: 0;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .details_h {
    width: 100%;
    padding: 0 0 0.8rem 0;
    border-bottom: 0.025rem solid #DDDDDD;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .details_h h5 {
    font-size: 0.75rem;
    letter-spacing: 0.025rem;
    line-height: 1.1rem;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .details_h p {
    margin-top: 0.4rem;
    padding: 0 0.2rem;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .details_h p span {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .details_content {
    width: 100%;
    padding: 0.75rem 0;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .bottom_jump {
    padding: 0.5rem 0px 1.25rem 0px;
    flex-direction: column;
    border-top: 0.025rem solid #ddd;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .jump_left {
    width: 100%;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .jump_left .jump_ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .jump_left .jump_ul li {
    width: 100%;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .jump_left .jump_ul li a {
    font-size: 0.55rem;
    max-width: 100%;
    line-height: 1rem;
  }
  .news_con .safe_width .xwxq_box .xwxq_left .bottom_jump .back_go {
    width: 4.25rem;
    height: 1.4rem;
    font-size: 0.5rem;
    line-height: 1.4rem;
    border: 0.025rem solid #dddddd;
    margin-top: 0.75rem;
  }
  /*解决方案*/
  .solution_con {
    padding: 1.6rem 0 1.8rem 0;
  }
  .solution_con .solution_width {
    max-width: unset;
    padding: 0 0.65rem;
    flex-direction: column;
  }
  .solution_con .solution_width .solution_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .solution_con .solution_width .solution_ul li {
    width: calc(50% - 0.3rem);
    height: 1.9rem;
    margin-bottom: 0.6rem;
  }
  .solution_con .solution_width .solution_ul li a {
    font-size: 0.65rem;
    height: 1.9rem;
    line-height: 1.9rem;
  }
  .solution_con .solution_width .solution_ul li.active {
    background: #89ba21;
  }
  .solution_con .solution_width .solution_ul li.active a {
    color: #fff !important;
    position: relative;
  }
  .solution_con .solution_width .solution_ul li.active a::after {
    content: none;
  }
  .solution_con .solution_width .solution_ul li:hover a {
    color: #89ba21;
  }
  .solution_con .solution_width .solution_right {
    width: 100%;
    flex-direction: column;
  }
  .solution_con .solution_width .solution_right a {
    display: inline-block;
    width: 100%;
    margin: 0 0 1rem 0;
    position: unset;
  }
  .solution_con .solution_width .solution_right a .default_title {
    background: #fff;
    font-size: 0.7rem;
    color: #222;
    line-height: 0.9rem;
    position: unset;
    padding: 0.65rem 0;
    text-align: left;
    height: unset;
  }
  .solution_con .solution_width .solution_right a .hover_title {
    position: unset;
    display: flex;
    width: 100%;
    height: auto;
    overflow: visible;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    color: #222;
    background: #fff;
  }
  .solution_con .solution_width .solution_right a .hover_title h5 {
    display: none;
  }
  .solution_con .solution_width .solution_right a .hover_title p {
    display: none;
  }
  .solution_con .solution_width .solution_right a .hover_title span {
    display: inline-block;
    width: 5rem;
    height: 1.6rem;
    background: #009944;
    border-radius: 0.8rem;
    line-height: 1.6rem;
    font-size: 0.6rem;
  }
  .solution_con .solution_width .solution_right a:hover .jj_img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
    transition: all 0.4s ease-in-out 0.1s;
  }
  .solution_con .solution_width .solution_right a:hover .default_title {
    height: auto;
  }
  .solution_con .solution_width .solution_right a:hover .hover_title {
    height: auto;
  }
  /*oem定制*/
  .oem_con {
    padding: 1.8rem 0 0.2rem 0;
  }
  .oem_con .safe_width {
    max-width: 100%;
  }
  .oem_con .safe_width .oem_01 {
    width: 100%;
    margin-top: 1.8rem;
    flex-direction: column;
  }
  .oem_con .safe_width .oem_01 .oem01_item {
    justify-content: flex-start;
    width: 100%;
    padding-left: 3.2rem;
    position: relative;
    min-height: 3.4rem;
    margin-bottom: 0.8rem;
  }
  .oem_con .safe_width .oem_01 .oem01_item img {
    display: inline-block;
    width: 2.6rem;
    height: auto;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: -0.5rem;
  }
  .oem_con .safe_width .oem_01 .oem01_item h5 {
    width: 100%;
    text-align: left;
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
    line-height: 0.85rem;
  }
  .oem_con .safe_width .oem_01 .oem01_item p {
    width: 100%;
    font-size: 0.55rem;
    color: #999;
    line-height: 0.7rem;
    font-weight: lighter;
    text-align: left;
  }
  .oem_con .safe_width .oem_01 .oem01_item:hover img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    margin-top: -8px;
    transition: all 0.4s ease-in-out 0.1s;
  }
  .oem_con .safe_width .oem_01 .oem01_item:hover h5 {
    color: #89ba21;
  }
  .oem_con.oem_con_gray {
    padding: 1.4rem 0 1.4rem 0;
  }
  .oem_con.oem_con_gray .oem_02 {
    width: 100%;
    flex-direction: column;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item {
    flex: unset;
    width: 100%;
    position: unset;
    overflow: visible;
    margin-bottom: 0.65rem;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item img {
    display: inline-block;
    width: 100%;
    height: auto;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    /* transform: scale(1.06); */
    transition: all 0.4s ease-in-out 0.1s;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item .default_t {
    display: none;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item .hover_t {
    width: 100%;
    height: auto;
    overflow: visible;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    color: #333;
    padding: 0.65rem 0;
    background: transparent;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    position: unset;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item .hover_t h5 {
    font-size: 0.75rem;
    font-weight: bold;
    text-align: left;
    line-height: 0.95rem;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item .hover_t span {
    display: inline-block;
    background: #89ba21;
    margin: 0.3rem 0 0.2rem 0;
    width: 1.5rem;
    height: 0.1rem;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item .hover_t p {
    font-size: 0.55rem;
    text-align: left;
    line-height: 0.8rem;
    font-weight: lighter;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item:hover img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
    transition: all 0.4s ease-in-out 0.1s;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item:hover .default_t {
    display: none;
  }
  .oem_con.oem_con_gray .oem_02 .oem02_item:hover .hover_t {
    height: auto;
  }
  .oem_con.oem_con_img {
    background: url(../images/other/oem_jgbj_m.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 1.8rem 0 1.4rem 0;
  }
  .oem_con.oem_con_img .oem03_head span {
    font-size: 0.9rem;
    padding-bottom: 0.65rem;
    line-height: 1rem;
    border-bottom: 0.1rem solid #92c737;
  }
  .oem_con.oem_con_img .oem03_con {
    width: 100%;
    margin-top: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .oem_con.oem_con_img .oem03_con .oem03_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(50% - 0.3rem);
    margin-bottom: 0.8rem;
  }
  .oem_con.oem_con_img .oem03_con .oem03_item img {
    display: inline-block;
    width: 3.2rem;
    max-width: unset;
    height: auto;
  }
  .oem_con.oem_con_img .oem03_con .oem03_item h5 {
    margin-top: 0.5rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .oem_con.oem_con_img .oem03_con .oem03_item:hover img {
    margin-top: unset;
    opacity: 1;
  }
  /*wcs联测*/
  .ct_total {
    width: 100%;
    background: #85b548;
    height: unset;
  }
  .ct_total .safe_width {
    flex-wrap: wrap;
    padding: 0.65rem;
  }
  .ct_total .safe_width .ct_t_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.65rem;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    height: unset;
    width: 50%;
    padding: 0.65rem 0;
  }
  .ct_total .safe_width .ct_t_item:nth-child(1) {
    border-left: none;
    border-bottom: 0.025rem solid rgba(255, 255, 255, 0.5);
  }
  .ct_total .safe_width .ct_t_item:nth-child(2) {
    border-right: none;
    border-bottom: 0.025rem solid rgba(255, 255, 255, 0.5);
  }
  .ct_total .safe_width .ct_t_item:nth-child(4) {
    border-right: none;
  }
  .ct_total .safe_width .ct_t_item img {
    width: 1.3rem;
    margin-right: 0.4rem;
  }
  .wsc_con {
    padding: 1.8rem 0 1.8rem 0;
  }
  .wsc_con .safe_width {
    max-width: 100%;
  }
  .wsc_con .safe_width .wsc_box {
    padding: 0.8rem 0px 1.4rem 0px;
    flex-direction: column;
  }
  .wsc_con .safe_width .wsc_box a {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 0% 1.4rem 0;
  }
  .wsc_con .safe_width .wsc_box a h5 {
    font-size: 0.7rem;
    padding: 0.75rem 0 0.6rem 0;
    line-height: 0.75rem;
    font-weight: normal;
  }
  .wsc_con .safe_width .wsc_box a p {
    font-size: 0.55rem;
    line-height: 0.9rem;
    height: unset;
  }
  .wsc_con .safe_width .wsc_box a .xy_btn {
    width: 100%;
    font-size: 0.6rem;
    color: #666;
    border: 0.025rem solid #f39612;
    height: 1.8rem;
    background: #f39612;
    color: #FFF;
    line-height: 1.8rem;
    margin-top: 1.2rem;
  }
  .wsc_con .safe_width .wsc_box a:hover .s_img img {
    display: inline-block;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
    transition: all 0.4s ease-in-out 0.1s;
  }
  .wsc_con .safe_width .wsc_box a:hover .xy_btn {
    background: #f39612;
    color: #fff;
  }
  .wsc_con .safe_width .wxc_gzh {
    flex-direction: column;
    height: unset;
  }
  .wsc_con .safe_width .wxc_gzh .gzh_left {
    width: 100%;
    height: unset;
    overflow: hidden;
  }
  .wsc_con .safe_width .wxc_gzh .gzh_right {
    width: 100%;
    height: unset;
    padding: 0.9rem 4%;
    align-items: flex-start;
  }
  .wsc_con .safe_width .wxc_gzh .gzh_right img {
    width: 4rem;
  }
  .wsc_con .safe_width .wxc_gzh .gzh_right p {
    width: calc(100% - 4rem);
    padding-left: 6.5%;
    font-size: 0.6rem;
    line-height: 0.95rem;
  }
  /*产品中心*/
  .cp_con {
    padding: 0 0 1.4rem 0;
  }
  .cp_con .cp_width {
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .cp_con .cp_width .cp_ul {
    display: none;
  }
  .cp_con .cp_width .cp_right {
    width: 100%;
    display: inline-block;
    padding: 0.8rem 0.65rem 0 0.65rem;
  }
  .cp_con .cp_width .cp_right .cp_head {
    height: 1.8rem;
    border-bottom: 0.025rem solid #d2d2d2;
    padding-left: 0.4rem;
    position: relative;
  }
  .cp_con .cp_width .cp_right .cp_head text {
    font-size: 0.85rem;
    line-height: 0.9rem;
  }
  .cp_con .cp_width .cp_right .cp_head span {
    width: 0.1rem;
    height: 0.88rem;
    margin-right: 0.45rem;
  }
  .cp_con .cp_width .cp_right .cp_head .m_filter {
    width: 1.05rem;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5rem;
  }
  .cp_con .cp_width .cp_right .cp_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.65rem;
  }
  .cp_con .cp_width .cp_right .cp_list a {
    display: inline-block;
    width: calc(50% - 0.2rem);
    margin: 0 0 0.65rem 0;
  }
  .cp_con .cp_width .cp_right .cp_list a:nth-child(3n) {
    margin-right: 0;
  }
  .cp_con .cp_width .cp_right .cp_list a h5 {
    margin: 0.65rem 0 0.45rem 0;
    font-size: 0.7rem;
    line-height: 0.85rem;
    text-align: left;
  }
  .cp_con .cp_width .cp_right .cp_list a p {
    font-size: 0.55rem;
    text-align: left;
    line-height: 0.65rem;
  }
  .cp_con .cp_width .cp_right .cp_list a:hover .cp_img img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1);
    transition: all 0.4s ease-in-out 0.1s;
  }
  .cp_con .cp_width .cp_right .cp_list a:hover h5 {
    color: #333;
  }
  .filter_m {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.7);
  }
  .filter_m .filter_con {
    background: #fff;
    height: 100%;
    position: relative;
  }
  .filter_m .filter_con .filter_head {
    width: 100%;
  }
  .filter_m .filter_con .filter_btn {
    width: calc(100%);
    height: 1.8rem;
    border-top: 0.025rem solid #ececec;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    line-height: 1.8rem;
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    z-index: 6;
  }
  .filter_m .filter_con .filter_btn a {
    display: inline-block;
    width: 50%;
    height: 1.8rem;
    font-size: 0.65rem;
    color: #666;
    text-align: center;
    line-height: 1.8rem;
    text-decoration: none;
  }
  .filter_m .filter_con .filter_btn a.block_btn {
    background: #89ba21;
    color: #fff;
  }
  .filter_m .filter_con .cp_ul {
    width: 100%;
    height: calc(100% - 2.5rem);
    overflow: auto;
  }
  .filter_m .filter_con .cp_ul .cp_li {
    margin-bottom: 0.05rem;
  }
  .filter_m .filter_con .cp_ul .cp_li h5 {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    font-size: 0.75rem;
    background: #89ba21;
    border-left: 0.3rem solid #739e17;
    padding-left: 1.2rem;
  }
  .filter_m .filter_con .cp_ul .cp_li .cp_two {
    background: #f2f2f2;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 0 0 1.5rem;
  }
  .filter_m .filter_con .cp_ul .cp_li .cp_two .cp_two_item {
    width: 100%;
    padding-top: 0.75rem;
  }
  .filter_m .filter_con .cp_ul .cp_li .cp_two .cp_two_item:last-child {
    padding-bottom: 0.75rem;
  }
  .filter_m .filter_con .cp_ul .cp_li .cp_two .cp_two_item p {
    cursor: pointer;
    width: 100%;
    font-size: 0.65rem;
    color: #8bc223;
    line-height: 1.8rem;
  }
  .filter_m .filter_con .cp_ul .cp_li .cp_two .cp_two_item .cp_three {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0.4rem;
  }
  .filter_m .filter_con .cp_ul .cp_li .cp_two .cp_two_item .cp_three li {
    cursor: pointer;
    width: 100%;
    line-height: 0.75rem;
    margin-bottom: 0.55rem;
    font-size: 0.6rem;
    color: #333333;
  }
  .filter_m .filter_con .cp_ul .cp_li .cp_two .cp_two_item .cp_three li:hover {
    color: #89ba21;
  }
  .filter_m .filter_con .cp_ul .cp_li.active .cp_two {
    height: auto;
    overflow: visible;
  }
  .filter_m .filter_con .cp_ul .cp_li.active .cp_two .cp_two_item.two_on p {
    position: relative;
  }
  .filter_m .filter_con .cp_ul .cp_li.active .cp_two .cp_two_item.two_on p::after {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.6rem;
    background: url(../images/other/active_arrow.png) no-repeat center left;
    background-size: 0.45rem auto;
    position: absolute;
    left: -0.7rem;
    top: 50%;
    margin-top: -0.3rem;
    z-index: 1;
  }
  .filter_m .filter_con .cp_ul .cp_li.active .cp_two .cp_two_item.two_on .cp_three li.three_on {
    color: #89ba21;
  }
  .filter_m.filter_show {
    right: 0;
    -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_head {
    padding-bottom: 0.65rem;
  }
  .join_head h5 {
    font-size: 1.2rem;
    letter-spacing: 0.025rem;
    line-height: 1.4rem;
  }
  .join_head span {
    font-size: 0.8rem;
    padding-bottom: 0.4rem;
    border-bottom: 0.025rem solid #89ba21;
    letter-spacing: 0.025rem;
  }
  .join01_box .safe_width {
    max-width: 100%;
  }
  .join01_box .join_01 {
    width: 100%;
    padding: 1.8rem 0 1rem 0;
    flex-direction: column;
  }
  .join01_box .join_01 .join01_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .join01_box .join_01 .join01_right .join01_item {
    width: calc(50% - 0.25rem);
    height: 5.5rem;
    margin-bottom: 0.5rem;
  }
  .join01_box .join_01 .join01_right .join01_item span {
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 0.5rem;
  }
  .join01_box .join_01 .join01_right .join01_item span.s_icon01 {
    background: url(../images/other/jm_icon01.png) #efefef no-repeat center center;
    background-size: 100% auto;
  }
  .join01_box .join_01 .join01_right .join01_item span.s_icon02 {
    background: url(../images/other/jm_icon02.png) #efefef no-repeat center center;
    background-size: 100% auto;
  }
  .join01_box .join_01 .join01_right .join01_item span.s_icon03 {
    background: url(../images/other/jm_icon03.png) #efefef no-repeat center center;
    background-size: 100% auto;
  }
  .join01_box .join_01 .join01_right .join01_item span.s_icon04 {
    background: url(../images/other/jm_icon04.png) #efefef no-repeat center center;
    background-size: 100% auto;
  }
  .join01_box .join_01 .join01_right .join01_item p {
    font-size: 0.65rem;
    line-height: 0.8rem;
  }
  .join01_box .join_01 .join01_right .join01_item.active {
    background: url(../images/other/zc_bj.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
  .join01_box .join_01 .join01_right .join01_item.active span.s_icon01 {
    background-image: url(../images/other/hjm_icon01.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .join01_box .join_01 .join01_right .join01_item.active span.s_icon02 {
    background-image: url(../images/other/hjm_icon02.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .join01_box .join_01 .join01_right .join01_item.active span.s_icon03 {
    background-image: url(../images/other/hjm_icon03.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .join01_box .join_01 .join01_right .join01_item.active span.s_icon04 {
    background-image: url(../images/other/hjm_icon04.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .join01_box .join_01 .join01_right .join01_item.active p {
    color: #fff;
  }
  .join01_box .join_01 .join01_left {
    width: calc(100%);
  }
  .join01_box .join_01 .join01_left .jyzc_box {
    width: 100%;
  }
  .join01_box .join_01 .join01_left .jyzc_box .jyzc_item {
    width: 100%;
  }
  .join01_box .join_01 .join01_left .jyzc_box .jyzc_item .jyzc_item_head {
    width: 100%;
    margin-top: 1rem;
    border-bottom: 0.025rem solid #dbdbdb;
  }
  .join01_box .join_01 .join01_left .jyzc_box .jyzc_item .jyzc_item_head span {
    color: #00b18f;
    font-size: 0.65rem;
    display: inline-block;
    padding-bottom: 0.45rem;
    margin-bottom: -0.05rem;
    border-bottom: 0.05rem solid #00b18f;
  }
  .join01_box .join_01 .join01_left .jyzc_box .jyzc_item .jyzc_desc {
    width: 100%;
    padding: 0.6rem 0;
    font-size: 0.6rem;
    line-height: 0.95rem;
  }
  .join02_box {
    width: 100%;
    padding: 1.8rem 0 1.4rem 0;
  }
  .join02_box .safe_width {
    max-width: 100%;
  }
  .join02_box .join_02 .join02_tj {
    margin-top: 0.6rem;
  }
  .join03_box {
    padding: 0.4rem 0 0px 0;
  }
  .join03_box .safe_width {
    max-width: 100%;
  }
  .join03_box .join_03 {
    width: 100%;
  }
  .join03_box .join03_lc {
    width: 100%;
    margin-top: 1rem;
  }
  .join04_box {
    padding: 1.8rem 0 2rem 0;
  }
  .join04_box .safe_width {
    max-width: 100%;
  }
  .join04_box .join_04 {
    width: 100%;
  }
  .join04_box .join_apply {
    width: 100%;
    margin-top: 1rem;
    flex-direction: column;
  }
  .join04_box .join_apply .apply_input {
    width: 100%;
    margin: 0 0 0.65rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.9rem;
    background: #eeeeee;
    padding: 0 0.4rem 0 0.5rem;
    font-size: 0.6rem;
    color: #9e9e9e;
    position: relative;
  }
  .join04_box .join_apply .apply_input:nth-child(3n) {
    margin-right: 0;
  }
  .join04_box .join_apply .apply_input .single_ul {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .join04_box .join_apply .apply_input .single_ul li {
    font-size: 0.6rem;
    color: #999;
    padding-left: 1rem;
    position: relative;
    margin-left: 0.5rem;
    cursor: pointer;
  }
  .join04_box .join_apply .apply_input .single_ul li::after {
    width: 0.6rem;
    height: 0.6rem;
    background: #999;
    border-radius: 50%;
    margin-top: -0.3rem;
    content: '';
    line-height: 1.9rem;
  }
  .join04_box .join_apply .apply_input input {
    font-size: 0.6rem;
    color: #333;
    width: calc(100% - 2rem);
  }
  .join04_box .join_apply .apply_input.apply_input_city input {
    width: calc(100% - 4.8rem);
  }
  .join04_box .join_apply .apply_input.input_bt {
    padding-right: 1.8rem;
  }
  .join04_box .join_apply .apply_input.input_bt .right_bt {
    right: 0.2rem;
    line-height: 1.9rem;
  }
  .join04_box .join_apply .apply_message {
    margin-bottom: 0.65rem;
  }
  .join04_box .join_apply .apply_message::after {
    color: #999;
    font-size: 0.6rem;
    line-height: 28px;
    content: '给我们留言：';
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    z-index: 2;
  }
  .join04_box .join_apply .apply_message textarea {
    height: 6.5rem;
    padding-top: 2rem;
    font-size: 0.6rem;
    padding: 2rem 0.5rem 0.5rem 0.5rem;
    line-height: 0.85rem;
  }
  .join04_box .join_apply .input_code_box {
    flex-direction: column;
  }
  .join04_box .join_apply .input_code_box .input_code_img {
    width: 100%;
    justify-content: space-between;
  }
  .join04_box .join_apply .input_code_box .input_code_img .input_sm {
    width: calc(100% - 3.6rem);
    height: 1.9rem;
    font-size: 0.6rem;
    padding-left: 0.5rem;
  }
  .join04_box .join_apply .input_code_box .input_code_img .input_code {
    width: 3rem;
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    margin: 0;
  }
  .join04_box .join_apply .input_code_box .input_code_img span {
    display: none;
  }
  .join04_box .join_apply .input_code_box a {
    width: calc(100%);
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: 0.6rem;
    margin-top: 0.6rem;
  }
}
.details_content img{max-width:100%;display: block;margin:auto;}