@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
  border: none;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.wid70 {
  width: 70%;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.grid {
  display: grid;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flex1 {
  flex: 1;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.start {
  align-items: flex-start;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 16rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f66 {
  font-size: 0.66rem;
}
.f54 {
  font-size: 0.54rem;
}
.f48 {
  font-size: 0.48rem;
}
.f46 {
  font-size: 0.46rem;
}
.f44 {
  font-size: 0.44rem;
}
.f40 {
  font-size: 0.4rem;
}
.f36 {
  font-size: 0.36rem;
}
.f34 {
  font-size: 0.34rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f26 {
  font-size: 0.26rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.bgw {
  background: #fff !important;
}
.cover {
  object-fit: cover;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t60 {
  margin-top: 0.6rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.red {
  color: #cb000f;
}
.phone {
  display: none;
}
/*banner*/
.box.on .header_bg {
  background: #fff;
}
.box.on .header_bg .logo img:first-child,
.box.on .header_bg .ss_btn img:first-child {
  opacity: 0;
}
.box.on .header_bg .logo img:last-child,
.box.on .header_bg .ss_btn img:last-child {
  opacity: 1;
}
.box.on .header_bg .nav li > a {
  color: #333;
}
.box.on .header_bg .nav li.active > a {
  color: #fff;
}
.box.on .header_bg .nav li:hover > a {
  color: #fff;
}
.header_bg {
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  height: 1.02rem;
  z-index: 9;
}
.logo {
  width: 2rem;
  height: 0.54rem;
}
.logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.logo img:last-child {
  opacity: 0;
}
.ss_btn {
  width: 0.24rem;
  height: 0.26rem;
  cursor: pointer;
  margin-left: 0.3rem;
}
.ss_btn img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ss_btn img:last-child {
  opacity: 0;
}
.nav {
  width: 10.5rem;
  color: #fff;
}
.nav li {
  position: relative;
}
.nav li > a {
  font-size: 0.2rem;
  line-height: 1rem;
  position: relative;
  display: block;
  padding: 0 0.3rem;
}
.nav li.active > a {
  background: #cb000f;
}
.nav li:hover > a {
  background: #cb000f;
}
.nav li:hover .sub_nav {
  display: block;
}
.sub_nav {
  width: 100%;
  left: 0;
  top: 1rem;
  background: #fff;
  color: #333;
  padding: 0.1rem;
  border-radius: 0 0 0.1rem 0.1rem;
  display: none;
}
.sub_nav a {
  display: block;
  line-height: 0.4rem;
  border-bottom: solid 1px #eee;
}
.sub_nav a:last-child {
  border-bottom: none;
}
.sub_nav a:hover {
  color: #cb000f;
}
.new_search {
  width: 2rem;
  background: #fff;
  padding: 0 0.1rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  border: solid 1px #eee;
  border-radius: 0.1rem;
}
.new_ss_txt {
  width: 1.4rem;
}
.new_ss_btn {
  width: 0.24rem;
  height: 0.26rem;
  background: url(../images/ss1.png) no-repeat;
  background-size: 100% 100%;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #cb000f;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px ;
  border: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.search_close img {
  width: 100%;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.scroll {
  width: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  bottom: 0.4rem;
  animation: move 1.5s infinite;
}
@keyframes move {
  0% {
    bottom: 0.4rem;
  }
  50% {
    bottom: 0.5rem;
  }
  100% {
    bottom: 0.4rem;
  }
}
.swiper_btn {
  width: 3.05rem;
  bottom: 1.06rem;
  left: 1.6rem;
  z-index: 8;
  color: #fff;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next,
.swiper_btn .swiper-pagination {
  position: static;
  margin: 0;
}
.swiper_btn .swiper-button-prev::after,
.swiper_btn .swiper-button-next::after,
.swiper_btn .swiper-pagination::after {
  color: #fff;
  font-size: 0.2rem;
}
.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next {
  width: 14px;
  height: 8px;
  opacity: 1;
}
.swiper_btn .swiper-pagination {
  width: 1.65rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.swiper_btn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.pagination {
  text-align: center;
  padding: 0.5rem 0;
}
.pagination li {
  width: 0.45rem;
  height: 0.45rem;
  border: solid 1px #ebebeb;
  line-height: 0.43rem;
  display: inline-block;
  text-align: center;
  margin: 0 0.03rem;
  color: #666666;
}
.pagination li.active {
  background: #cb000f;
  color: #fff;
}
.tit h2 {
  color: #121212;
}
.tit p {
  width: 0.42rem;
  height: 0.02rem;
  background: #cb000f;
  margin: 0.2rem auto 0;
}
.tit h3 {
  font-family: Arial;
  text-transform: uppercase;
}
.pro_box {
  padding: 0.8rem 0 0.35rem;
}
.pro_bg {
  background: #f7f7f7;
  padding: 0.5rem 0 0.6rem;
}
.pro_type li {
  margin: 0 1.6rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.6s;
}
.pro_type li span {
  width: 0.55rem;
  height: 0.35rem;
  display: block;
  position: relative;
  margin: 0 auto 0.1rem;
}
.pro_type li span img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pro_type li span img:last-child {
  opacity: 0;
}
.pro_type li:hover {
  transform: translateY(-0.1rem);
}
.pro_type li:hover span img:last-child {
  opacity: 1;
}
.pro_type li:hover span img:first-child {
  opacity: 0;
}
.pro_type li.on {
  transform: translateY(-0.1rem);
}
.pro_type li.on span img:last-child {
  opacity: 1;
}
.pro_type li.on span img:first-child {
  opacity: 0;
}
.pro .swiper {
  padding: 0.5rem 0;
  display: none;
}
.pro .swiper:first-child {
  display: block;
}
.pro li {
  width: 3.92rem;
  height: 3.92rem;
  background: #fff;
  box-shadow: 0 0.15rem 0.2rem rgba(219, 219, 219, 0.4);
  margin: 0 0.1rem 0.3rem 0;
}
.pro li a {
  padding: 0.3rem 0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.pro li:nth-child(4n) {
  margin-right: 0;
}
.pro_pic {
  height: 2.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pro_pic img {
  max-width: 100%;
  max-height: 100%;
}
.more {
  width: 1.64rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  background: #cb000f;
  color: #fff;
}
.more img {
  width: 0.28rem;
  height: 0.17rem;
  margin-left: 0.15rem;
}
.dong {
  animation: move1 1s infinite;
}
@keyframes move1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0);
  }
}
.service_bg {
  background: url(../images/service_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 7.82rem;
  padding: 0.85rem 0 0;
  color: #fff;
}
.service_tit {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.service_tit h4 {
  opacity: 0.1;
  text-transform: uppercase;
}
.service_tit h2 {
  transform: translateY(-0.3rem);
}
.service_txt {
  width: 7.2rem;
  margin: 0.2rem 0;
}
.sevice_more {
  width: 0.55rem;
  height: 0.55rem;
  border: solid 1px #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sevice_more img {
  width: 0.28rem;
  height: 0.17rem;
}
.service_list {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  height: 1.75rem;
}
.service_list li {
  width: 3.2rem;
  position: relative;
  height: 100%;
  padding: 0.3rem 0.32rem;
  cursor: pointer;
  line-height: 1.5;
}
.service_list li img {
  width: 0.54rem;
  height: 0.48rem;
}
.service_list li::after {
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
}
.service_list li h4 {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  line-height: 1;
  font-family: Arial;
  font-size: 0.82rem;
  opacity: 0.12;
}
.service_list li:hover {
  background: #cb000f;
}
.service_list li:hover::after {
  display: none;
}
.service_list li.on {
  background: #cb000f;
}
.service_list li.on::after {
  display: none;
}
.service_con_list {
  display: none;
}
.service_con_list:first-child {
  display: block;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 8.12rem;
  padding: 1.25rem 0 0.75rem;
}
.about_con {
  width: 7.8rem;
}
.about_txt {
  line-height: 0.36rem;
  height: 1.44rem;
  overflow: hidden;
  margin: 0.55rem 0 0.6rem;
}
.about_num {
  margin-bottom: 0.45rem;
}
.about_num li {
  line-height: 1.5;
  position: relative;
  padding: 0 0.5rem;
}
.about_num li span {
  font-family: impact;
}
.about_num li::after {
  width: 1px;
  height: 0.58rem;
  background: #d0d0d0;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  right: 0;
}
.about_num li:last-child::after {
  display: none;
}
.about_num li:first-child {
  padding-left: 0.2rem;
}
.about_pic {
  width: 6.75rem;
  margin: 0.4rem 0 0;
}
.case_box {
  padding: 1rem 0 0;
}
.case {
  margin: 0.6rem 0 0;
}
.case li {
  width: 4.96rem;
  height: 6.33rem;
  transition: all 0.6s;
}
.case li a {
  display: block;
}
.case li:hover {
  width: 7.47rem;
}
.case li:hover .case_con {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 2rem;
}
.case li:hover .case_txt {
  display: block;
}
.case li:hover .sevice_more {
  display: flex;
}
.case_con {
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.64));
  left: 0;
  bottom: 0;
  padding: 0 0.4rem;
}
.case_tit {
  font-size: 0.34rem;
  padding: 0.3rem 0;
}
.case_txt {
  margin-bottom: 0.96rem;
  display: none;
}
.sevice_more {
  display: none;
}
.news_box {
  padding: 1.15rem 0 0.6rem;
}
.news {
  margin: 0.45rem auto;
}
.news_pic {
  height: 3.42rem;
  border-radius: 0.1rem;
}
.news_pic img {
  object-fit: cover;
}
.footer_bg {
  background: #f8f8f8;
  border-top: solid 1px #e5e5e5;
}
.footer {
  padding: 1rem 0 0.65rem;
}
.contact {
  width: 5.5rem;
}
.footer_logo img {
  width: 2.38rem;
}
.contact_list {
  margin: 0.25rem 0 0;
  color: #454545;
}
.contact_list li {
  margin-bottom: 0.1rem;
}
.contact_list li img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.15rem;
}
.footer_nav {
  width: 9rem;
  margin: 0.02rem 0 0;
}
.footer_nav li {
  text-align: center;
}
.footer_nav li h3::after {
  width: 0.4rem;
  height: 1px;
  background: #c8c8c8;
  content: "";
  display: block;
  margin: 0.15rem auto 0;
}
.footer_nav li p {
  margin: 0.1rem 0 0;
}
.footer_nav li p a {
  display: block;
  color: #666;
  font-size: 0.14rem;
  line-height: 0.36rem;
}
.share {
  width: 2.4rem;
}
.share_list {
  margin: 0.15rem 0 0;
}
.share_list li {
  margin-right: 0.15rem;
  position: relative;
  cursor: pointer;
}
.share_list li:last-child {
  margin-right: 0;
}
.share_list li:hover .share_list_code {
  display: block;
}
.share_icon {
  width: 0.48rem;
  height: 0.48rem;
}
.share_list_code {
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  padding: 0.1rem;
  left: -0.35rem;
  top: 0.6rem;
  display: none;
}
.share_list_code::before {
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.15rem solid #fff;
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -0.1rem;
  position: absolute;
}
.copyright {
  border-top: solid 1px #e5e5e5;
  padding: 0.2rem 0;
}
.m_tit {
  left: 0;
  right: 0;
  top: 2.65rem;
}
.m_tit h3 {
  text-transform: uppercase;
  font-family: Arial;
}
.path_box {
  padding: 0.2rem 0;
}
.path {
  background: url(../images/path.png) no-repeat left center;
  background-size: 0.18rem 0.23rem;
  padding-left: 0.33rem;
}
.main_bg {
  background: #f7f7f7;
  border-top: solid 1px #e8e8e8;
  padding: 1rem 0 0.35rem;
}
.pro_show_box {
  padding: 0 0 0.75rem;
}
.pro_show_left {
  width: 5.78rem;
}
.pro_show_left .swiper-button-next,
.pro_show_left .swiper-button-prev {
  margin: 0;
  top: 5.35rem;
}
.pro_show_left .swiper-button-next::after,
.pro_show_left .swiper-button-prev::after {
  font-weight: bold;
  font-size: 0.36rem;
  color: #dfdfdf;
}
.pro_show_left .swiper-button-next {
  right: 0;
}
.pro_show_left .swiper-button-prev {
  left: 0;
}
.big_pro {
  height: 4.83rem;
  border: solid 1px #dddddd;
  border-radius: 0.1rem;
  background: #eceeed;
}
.big_pro li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.big_pro li img {
  max-width: 80%;
  max-height: 80%;
}
.small_pro {
  width: 4.82rem;
  margin: 0.3rem auto 0;
}
.small_pro li {
  height: 1.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f5f4;
}
.small_pro li img {
  max-width: 70%;
  max-height: 70%;
}
.small_pro li.swiper-slide-thumb-active {
  border: solid 2px #0069c2;
}
.pro_show_right {
  width: 9.7rem;
}
.pro_show_tit {
  border-bottom: solid 1px #e5e5e5;
  padding: 0 0 0.25rem;
}
.pro_show_txt {
  line-height: 2.5;
}
.pro_show_title_box {
  z-index: 1;
}
.pro_show_title_box::after {
  width: 100%;
  height: 1px;
  background: #dedede;
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  z-index: -1;
}
.pro_show_title {
  background: url(../images/tit.png) no-repeat left center #fff;
  background-size: 1.63rem 0.41rem;
  padding: 0 0.15rem 0 0.45rem;
  display: inline-block;
}
.pro_show_title .gray9 {
  margin-left: 0.3rem;
  text-transform: uppercase;
}
.xx_txt img {
  max-width: 100%;
}
.type a {
  margin-left: 0.8rem;
}
.type a:hover {
  color: #cb000f;
  font-weight: bold;
}
.type a.on {
  color: #cb000f;
  font-weight: bold;
}
.honor_bg {
  background: url(../images/honor_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1.35rem 0;
}
.honor_list {
  margin-top: 0.7rem;
}
.honor_list .swiper-slide-prev .honor_pic,
.honor_list .swiper-slide-next .honor_pic {
  height: 4.7rem;
  margin-top: 0.3rem;
}
.honor_list .swiper-slide-active .honor_pic {
  width: 3.6rem;
  height: 4.96rem;
  margin: 0;
}
.honor_list .swiper-slide-active .honor_pic img {
  width: 2.52rem;
  height: 3.8rem;
}
.honor_pic {
  width: 3.6rem;
  height: 4.96rem;
  background: url(../images/about_12.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.honor_pic img {
  width: 2.52rem;
  height: 3.6rem;
  margin: 0 auto;
}
.job_con {
  width: 8rem;
  height: 5.6rem;
  border-radius: 0.2rem;
  padding: 0.6rem 0.7rem 0 0.4rem;
  background: #fff;
  right: 0;
  top: 2.8rem;
  box-shadow: 0 0 0.3rem rgba(228, 228, 228, 0.4);
}
.job_box {
  padding: 1.25rem 0 2.3rem;
}
.job_pic {
  width: 12rem;
}
.job_pic img {
  border-radius: 0.2rem;
}
.job_tit {
  line-height: 1.5;
}
.job_tit h4 {
  color: #ddddde;
}
.job_tit::after {
  width: 1rem;
  height: 0.04rem;
  background: #cb000f;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.1rem;
}
.job_txt {
  margin: 0.35rem 0 0.5rem;
  line-height: 0.4rem;
  height: 1.6rem;
  overflow: hidden;
}
.m_contact_box {
  margin: 0.8rem 0 0;
}
.m_contact_left {
  width: 4.9rem;
  height: 5.58rem;
  background: #fff;
  padding: 0 0.5rem;
}
.m_contact_left img {
  width: 0.26rem;
  height: 0.29rem;
  margin-right: 0.15rem;
}
.m_contact_left li {
  line-height: 1.4;
  padding: 0.3rem 0;
}
.m_contact_left li h2 {
  font-style: italic;
}
.m_contact_left li:first-child {
  border-bottom: solid 1px #ececec;
  padding: 0.5rem 0 0.24rem;
}
.map {
  width: 10.75rem;
}
.m_case {
  margin: 0.7rem 0 0;
}
.m_case li {
  width: 5.12rem;
  margin: 0 0.3rem 0.4rem 0;
}
.m_case li:nth-child(3n+3) {
  margin-right: 0;
}
.m_case li:hover .m_case_tit em {
  transform: rotate(-45deg);
}
.m_case_pic {
  height: 4.34rem;
}
.m_case_pic img {
  object-fit: cover;
}
.m_case_tit {
  height: 0.86rem;
  background: #fff;
  padding: 0 0.7rem 0 0.33rem;
  line-height: 0.86rem;
  border: solid 1px #e8e8e8;
}
.m_case_tit em {
  position: absolute;
  right: 0.3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #666666;
  transition: all 0.6s;
}
.down_list li {
  border-bottom: solid 1px #e4e4e4;
  padding: 0.23rem 0;
}
.down_icon {
  width: 0.37rem;
  height: 0.37rem;
}
.down_list_date {
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.4rem;
  color: #999;
}
.partner_list {
  margin: 0.6rem 0 0;
}
.partner_list li {
  width: 3.66rem;
  height: 1rem;
  border: solid 1px #e2e2e2;
  margin: 0 0.4rem 0.4rem 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner_list li:nth-child(4n) {
  margin-right: 0;
}
.partner_list li:hover {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
.partner_list li img {
  max-width: 80%;
  max-height: 80%;
}
.m_news {
  margin: 0.5rem 0 0;
}
.m_news li {
  width: 5.04rem;
  height: 5.3rem;
  margin: 0 0.4rem 0.4rem 0;
  border-radius: 0.1rem;
  overflow: hidden;
}
.m_news li:nth-child(3n+3) {
  margin-right: 0;
}
.m_news li:hover .m_news_con {
  background: #cb000f;
  color: #fff;
}
.m_news li:hover .red,
.m_news li:hover .gray6 {
  color: #fff !important;
}
.m_news .news_pic {
  border-radius: 0;
}
.m_news_con {
  height: 1.9rem;
  background: #f9f9f9;
  padding: 0.25rem 0.22rem;
}
.news_show_box {
  padding: 0 0 0.4rem;
}
.news_show_tit {
  border-bottom: solid 1px #e2e2e2;
  line-height: 1.5;
  padding-bottom: 0.4rem;
}
.news_show_tit img {
  width: 0.3rem;
  height: 0.3rem;
}
.news_show_tit span {
  margin-right: 0.55rem;
}
.news_show_txt {
  padding: 0.6rem 0 0.4rem;
  border-bottom: dashed 1px #dadada;
}
.nextpage {
  padding: 0.3rem 0 0;
}
.nextpage a {
  color: #333;
  max-width: 40%;
}
.job_list {
  margin: 0.45rem 0 0;
}
.job_list li {
  background: #fff;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
}
.job_list li h3 {
  background: url(../images/jia.png) no-repeat right top;
  background-size: 0.36rem 0.36rem;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 0.15rem;
  cursor: pointer;
}
.job_list li.current h3 {
  background: url(../images/jian.png) no-repeat right top;
  background-size: 0.36rem 0.36rem;
}
.job_list_info > div {
  width: 2.6rem;
}
.job_list_txt {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 0.35rem;
}
.job_list_con {
  display: none;
}
.m_service {
  margin: 0.9rem 0 0;
}
.m_service li {
  background: #f7f7f7;
  position: relative;
}
.m_service li:nth-child(even) a {
  flex-direction: row-reverse;
}
.m_service li:nth-child(even) .m_service_con_box {
  justify-content: flex-start;
}
.m_service_pic {
  width: 50%;
}
.m_service_con_box {
  left: 0;
  right: 0;
  justify-content: flex-end;
}
.m_service_con {
  width: 6.9rem;
  padding: 1rem 0 0;
}
.m_service_con > div {
  line-height: 0.4rem;
}
.select_box {
  width: 7.9rem;
  border-radius: 0.1rem;
}
.m_search {
  width: 7.9rem;
}
.m_search_btn {
  width: 1.37rem;
  height: 0.62rem;
  background: #cb000f;
  color: #fff;
  margin-left: 0.15rem;
  border-radius: 0.05rem;
}
.m_search_txt {
  background: #fff url(../images/m_ss.jpg) no-repeat 0.17rem center;
  background-size: 0.22rem 0.22rem;
  height: 0.62rem;
  border-radius: 0.1rem;
  padding: 0 0.3rem 0 0.5rem;
}
.m_search_txt input {
  background: none;
}
.select {
  width: 32%;
  height: 0.62rem;
  background: #fff;
  border-radius: 0.1rem;
  border: none;
  padding: 0 0.2rem;
}
.m_site li {
  width: 5.13rem;
  background: #fff;
  border-radius: 0.2rem;
  margin: 0 0.3rem 0.35rem 0;
  padding: 0.25rem;
  border: solid 1px #fff;
  cursor: pointer;
}
.m_site li:nth-child(3n+3) {
  margin-right: 0;
}
.m_site li:hover {
  border: solid 1px #000000;
}
.m_site_txt {
  margin: 0.1rem 0 0;
}
.m_site_txt img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  margin-top: 0.05rem;
}
.baoxiu_txt {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.3rem;
}
.baoxiu_search {
  background: #fff;
}
.baoxiu_search_tit {
  width: 150px;
  background: #fde4df;
  color: #fe5036;
  line-height: 0.6rem;
  padding-left: 0.2rem;
  margin-right: 0.2rem;
}
.baoxiu_search_txt {
  flex: 1;
  line-height: 0.3rem;
}
