* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体", Helvetica, Arial, Tahoma;
}
body {
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
li {
  list-style: none;
}
a,
i {
  font-style: normal;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
.container {
  width: 75rem;
  margin: 0 auto;
}
.index_header {
  width: 100%;
  height: 5.375rem;
  z-index: 9;
  background: #fff;
}
.index_header .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_header_logo {
  width: 9.75rem;
}
.index_header_logo img {
  width: 100%;
}
.index_header_right {
  height: 100%;
  display: flex;
  align-items: center;
}
.index_header_right_search {
  position: relative;
  height: 100%;
  outline: none;
  margin: 0 1.25rem;
  z-index: 8;
}
.index_header_right_search i {
  display: block;
  width: 1rem;
  height: 1rem;
  background-position: -11.5rem 0;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
  margin-top: 2.19rem;
}
.index_header_right_search_popup {
  position: absolute;
  top: 100%;
  right: -0.25rem;
  width: 12.5rem;
  height: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.35s;
}
.index_header_right_search_popup.current {
  height: 2rem;
}
.index_header_right_search_popup form {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_header_right_search_popup form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #0461c9;
  outline: none;
  padding: 0 0.313rem;
  font-size: 14px;
}
.index_header_right_search_popup form button {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background-position: -11.5rem 0;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
  border: 0;
  background-color: transparent;
  z-index: 1;
  outline: none;
}
.index_header_right_search:hover .index_header_right_search_popup {
  height: 2rem;
}
.index_header_right_language {
  font-size: 0.75rem;
  color: #666;
}
.index_header_right_language a {
  color: #666;
}
.index_header_right_language a:hover,
.index_header_right_language a.active {
  color: #0461c9;
}
.index_header_nav {
  height: 100%;
  border-right: 0.063rem solid #e5e5e5;
  padding-left: 0.625rem;
}
.index_header_nav ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.index_header_nav ul li {
  width: 6.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.index_header_nav ul li a {
  display: block;
  font-size: 14px;
  color: #333;
}
.index_header_nav ul li:hover,
.index_header_nav ul li.active {
  background-position: 0 -3.75rem;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
}
.index_header_nav ul li:hover a,
.index_header_nav ul li.active a {
  font-size: 1rem;
  color: #0461c9;
}
.index_header .inner-header-icon {
  display: none;
  color: #fff;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 999;
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.index_header .inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.index_header .inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 0.063rem) / 2);
  width: 1.563rem;
  height: 0.063rem;
  background-color: #0461c9;
}
.index_header .inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.index_header .inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.index_header .inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.index_header .inner-header-icon-click span {
  background: #011d49;
}
.index_header .inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.index_header .inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.index_header .inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
.index_header .inner-header-icon-out span {
  background: #0461c9;
}
.index_header .inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.index_header .inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.index_header .inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.index_banner {
  width: 100%;
  height: 33rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/indexbannerbg.jpg);
  background-position: center center;
}
.index_banner .container {
  position: relative;
  height: 100%;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  text-align: center;
}
.index_banner_swiper .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index_banner_swiper .swiper-slide img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_banner_swiper:hover .btn {
  opacity: 1;
}
.index_banner .swiper-pagination {
  bottom: 2.5rem;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  width: 2.625rem;
  height: 0.5rem;
  margin: 0 0.625rem;
  outline: none;
  transition: all 0.5s;
  border-radius: 0;
  background: #0461c9;
  opacity: 1;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff0000;
}
.index_banner .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2.5rem;
  height: 3.75rem;
  background-position: 0 0;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
  z-index: 3;
  outline: none;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.index_banner .btn-prev {
  left: 0;
}
.index_banner .btn-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.index_product {
  padding: 1.5rem 0;
}
.index_product .container {
  display: flex;
  justify-content: space-around;
  flex-flow: wrap;
}
.index_product_item {
  position: relative;
  display: flex;
  align-items: center;
  width: 22.5%;
  height: 7.5rem;
  border: 0.063rem solid #ccc;
  border-top: 0.125rem solid #0172fc;
  overflow: hidden;
}
.index_product_item:nth-child(2) {
  border-top-color: #ed0610;
}
.index_product_item:nth-child(3) {
  border-top-color: #04bf70;
}
.index_product_item:nth-child(4) {
  border-top-color: #fea201;
}
.index_product_item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.index_product_item img {
  width: 44%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s;
}
.index_product_item .text {
  color: #333;
  padding-left: 0.938rem;
}
.index_product_item .text h2 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.index_product_item .text span {
  font-size: 0.75rem;
}
.index_product_item:hover img {
  transform: scale(1.1);
}
.index_product_item:hover .text h2 {
  color: #0461c9;
}
.index_footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
.index_footer_contact {
  background: #0461c9;
}
.index_footer_contact .container {
  padding: 1.625rem 0;
  background-image: url(../images/footerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.index_footer_contact_left p {
  font-size: 1.625rem;
  color: #fff;
}
.index_footer_contact_left a {
  display: block;
  width: 6.375rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  border-radius: 0.75rem;
  background: #0099ff;
}
.index_footer_contact_icon li {
  position: relative;
  display: inline-block;
}
.index_footer_contact_icon li a {
  display: block;
  width: 3rem;
  height: 3rem;
  background-position: -2.5rem 0;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
}
.index_footer_contact_icon li .contact_popup {
  display: none;
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.875rem;
  height: 8rem;
  background: #fff;
  border-radius: 0.313rem;
  padding: 0.375rem;
  text-align: center;
  color: #666;
  font-size: 0.75rem;
}
.index_footer_contact_icon li .contact_popup img {
  width: 6.125rem;
  height: 6.125rem;
  object-fit: cover;
}
.index_footer_contact_icon li .contact_popup:after {
  content: '';
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-width: 0.375rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.index_footer_contact_icon li:nth-child(2) {
  margin: 0 3.5rem;
}
.index_footer_contact_icon li:nth-child(2) a {
  background-position: -5.5rem 0;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
}
.index_footer_contact_icon li:nth-child(3) a {
  background-position: -8.5rem 0;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
}
.index_footer_contact_icon li:hover .contact_popup {
  display: block;
}
.index_footer_copyright {
  font-size: 0.75rem;
  color: #666;
  padding: 1.125rem 0;
}
.index_footer_copyright a {
  color: #666;
}
.index_footer_copyright a:hover {
  color: #0461c9;
}
.index_aside {
  position: fixed;
  right: -12.5rem;
  top: 50%;
  width: 11.688rem;
  height: 12.063rem;
  background: url(../images/qq_icon.png) no-repeat;
  cursor: pointer;
}
.index_online {
  width: 13.563rem;
  height: 20.25rem;
  position: fixed;
  top: 9.375rem;
  right: -13.75rem;
  background: url(../images/qq_bg.png) no-repeat;
  display: none;
  opacity: 0;
}
.index_online .qq_context {
  width: 11.563rem;
  height: 15.25rem;
  margin-top: 4.563rem;
  margin-left: 1.5rem;
  list-style: none;
  padding: 0;
}
.index_online .qq_context li {
  width: 10.938rem;
  height: 1.563rem;
  margin-left: 0.313rem;
  margin-top: 1.25rem;
  float: left;
}
.index_online .qq_context li .span_t {
  display: block;
  float: left;
  color: #333;
  line-height: 1.563rem;
  font-size: 0.75rem;
  font-family: 'Arial';
}
.search_content {
  padding-bottom: 2rem;
}
.search_content_list {
  padding: 1.875rem 0;
}
.search_content_item {
  padding: 1.563rem 0;
}
.search_content_item a {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #666;
  line-height: 1.563rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_content_item p {
  font-size: 1rem;
  color: #666;
  line-height: 1.563rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.625rem;
}
.search_content_item:hover a {
  color: #0461c9;
}
.search_content .index_content_more {
  display: none;
}
.product_content {
  min-height: 44rem;
  background: #f3f3f3;
  padding: 1.875rem 0 4.063rem;
}
.product_content .container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.product_content_nav {
  position: relative;
  width: 18.3%;
}
.product_content_nav_title {
  width: 100%;
  height: 4.375rem;
  padding: 0 1.25rem 0 1.875rem;
  background: #fff;
}
.product_content_nav_title h3 {
  font-size: 1.125rem;
  line-height: 4.375rem;
  color: #0461c9;
}
.product_content_nav_title h3 i {
  display: block;
  float: right;
  width: 0.938rem;
  height: 0.563rem;
  margin-top: 1.75rem;
  background-position: -11.563rem -1rem;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
}
.product_content_nav ul {
  background: #fff;
}
.product_content_nav ul li {
  position: relative;
  line-height: 3.125rem;
  border-top: 0.063rem solid #e5e5e5;
  padding-left: 1.875rem;
}
.product_content_nav ul li a {
  display: block;
  font-size: 14px;
  color: #333;
}
.product_content_nav ul li:hover a,
.product_content_nav ul li.active a {
  color: #0461c9;
}
.product_content_nav ul .active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.188rem;
  height: 3.125rem;
  background: #0461c9;
}
.product_content_main {
  width: 80%;
}
.product_content_main_list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 1.563rem;
}
.product_content_main_list_item {
  display: flex;
  position: relative;
  width: 32%;
  height: 11.875rem;
  margin-bottom: 0.625rem;
}
.product_content_main_list_item > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product_content_main_list_item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  background: #04448c;
}
.product_content_main_list_item .title h3 {
  font-size: 1rem;
  color: #fff;
}
.product_content_main_list_item .img {
  width: 75%;
  overflow: hidden;
}
.product_content_main_list_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.product_content_main_list_item:hover .img img {
  transform: scale(1.08);
}
.product_content_main_list:after {
  content: '';
  width: 32%;
}
.product_content_main_pagination ul li {
  display: inline-block;
}
.product_content_main_pagination ul li a {
  display: inline-block;
  padding: 0 0.625rem;
  line-height: 1.75rem;
  font-size: 0.75rem;
  color: #fff;
  margin: 0 0.125rem;
  min-width: 1.75rem;
  text-align: center;
  background: #0461c9;
}
.product_detail {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.product_detail_swiper {
  position: relative;
  width: 46.5%;
}
.product_detail_swiper_big {
  width: 90%;
  height: 20.125rem;
  margin: 0 auto;
  overflow: hidden;
}
.product_detail_swiper_big .swiper-container {
  width: 100%;
  height: 100%;
}
.product_detail_swiper_big .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_detail_swiper_small {
  width: 85%;
  height: 3.75rem;
  margin: 0.75rem auto 0;
}
.product_detail_swiper_small .swiper-container {
  width: 100%;
  height: 100%;
}
.product_detail_swiper_small .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_detail_swiper_lt,
.product_detail_swiper_gt {
  position: absolute;
  top: 21.5rem;
  width: 1.5rem;
  height: 2.375rem;
  background-position: -6.5rem -3rem;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
  cursor: pointer;
  outline: none;
}
.product_detail_swiper_lt {
  left: 0;
}
.product_detail_swiper_gt {
  right: 0;
  transform: rotate(180deg);
}
.product_detail_right {
  position: relative;
  width: 51%;
  min-height: 36.25rem;
}
.product_detail_right h2 {
  font-size: 1.2rem;
  color: #0461c9;
  font-weight: 400;
  margin-bottom: 1.625rem;
}
.product_detail_right_desc h3 {
  width: 6rem;
  line-height: 1.75rem;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-top-left-radius: 0.188rem;
  border-top-right-radius: 0.188rem;
  background: #0461c9;
}
.product_detail_right_desc .intro {
  border-top: 0.063rem solid #0461c9;
  padding-left: 2rem;
}
.product_detail_right_desc .intro img {
  max-width: 100%;
}
.product_detail_right_desc .intro p {
  font-size: 14px;
  color: #333;
  line-height: 1.75rem;
}
.support_content_img img {
  width: 100%;
}
.support_content_list {
  margin: 1.5rem 0;
}
.support_content_list_item {
  position: relative;
  height: 2rem;
  line-height: 1.938rem;
  border-bottom: 0.063rem dashed #d7d7d7;
}
.support_content_list_item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.support_content_list_item i {
  display: block;
  float: left;
  width: 0.313rem;
  height: 0.563rem;
  background-position: -11.563rem -1.563rem;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
  margin: 0.625rem 0.375rem 0 0;
}
.support_content_list_item p {
  display: inline-block;
  width: 80%;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.support_content_list_item span {
  display: block;
  float: right;
  font-size: 0.75rem;
  color: #333;
}
.support_content_list_item:hover p {
  color: #0461c9;
}
.support_detail {
  min-height: 36.25rem;
}
.support_detail_title {
  border-bottom: 0.063rem dashed #b8b8b8;
  text-align: center;
}
.support_detail_title .font {
  text-align: right;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #333;
}
.support_detail_title .font a {
  display: inline-block;
  min-width: 1.125rem;
  text-align: center;
  color: #333;
  border: 0.063rem solid #999;
}
.support_detail_title .font a:nth-last-child(2) {
  margin: 0 0.625rem;
}
.support_detail_title .font a:hover {
  color: #0461c9;
  border-color: #0461c9;
}
.support_detail_title h1 {
  font-size: 14px;
  color: #333;
  line-height: 1.5rem;
}
.support_detail_title p {
  font-size: 0.75rem;
  color: #999;
  margin: 2.125rem 0 0.938rem;
}
.support_detail_title p span:not(:last-child) {
  margin-right: 2.375rem;
}
.support_detail_title p span b {
  color: #333;
  font-weight: 400;
}
.support_detail_content {
  padding: 1.25rem 0 0;
}
.support_detail_content p {
  font-size: 14px;
  color: #333;
  line-height: 1.5rem;
}
.support_detail_content img {
  max-width: 100%;
  height: auto !important;
}
.support_detail_content .big p {
  font-size: 16px;
}
.support_detail_content .middle p {
  font-size: 14px;
}
.support_detail_content .small p {
  font-size: 12px;
}
.support_detail_content .cate {
  margin-top: 3.125rem;
}
.about_content {
  padding: 1.5rem 0;
}
.about_content p {
  font-size: 12px;
  line-height: 1.5rem;
  color: #333;
}
.honor_list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.honor_list i {
  width: 32%;
}
.honor_list_item {
  width: 32%;
  margin-bottom: 0.625rem;
  text-align: center;
}
.honor_list_item img {
  width: 100%;
}
.honor_list_item p {
  font-size: 14px;
  color: #333;
  line-height: 2rem;
}
.honor_list:after {
  content: '';
  width: 32%;
}
.cooper_list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.cooper_list_item {
  width: 13.25rem;
  height: 4.563rem;
  margin-bottom: 1.875rem;
}
.cooper_list_item img {
  width: 100%;
}
.cooper_list i {
  width: 13.25rem;
}
.culture_desc img {
  max-width: 100%;
  height: auto !important;
}
.contact_content h1 {
  font-size: 1rem;
  color: #333;
  margin: 1.75rem 0 4.375rem;
}
.contact_content ul li {
  font-size: 14px;
  color: #333;
  margin-bottom: 1.375rem;
}
.contact_content_mess {
  margin-top: 6.25rem;
}
.contact_content_mess tr th {
  width: 15%;
  text-align: right;
  font-size: 0.75rem;
  color: #333;
  font-weight: 400;
}
.contact_content_mess tr td {
  position: relative;
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 0.75rem;
  color: #333;
}
.contact_content_mess tr td input[type=text] {
  display: block;
  float: left;
  height: 1.375rem;
  line-height: 1.375rem;
  width: 10.625rem;
  margin-right: 1.25rem;
  padding-left: 0.313rem;
  border: 0.063rem solid #ddd;
  background: #fff;
  outline: none;
}
.contact_content_mess tr td p {
  float: left;
  font-size: 0.75rem;
  color: #999;
}
.contact_content_mess tr td p em {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  background-position: -8.063rem -3rem;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
  margin-right: 0.5rem;
}
.contact_content_mess tr td span {
  float: left;
  color: #f60;
  width: 0.75rem;
}
.contact_content_mess tr td textarea {
  display: block;
  float: left;
  height: 4.125rem;
  width: 19.125rem;
  margin-right: 1.25rem;
  padding: 0.313rem;
  border: 0.063rem solid #ddd;
  background: #fff;
  outline: none;
}
.contact_content_mess tr td .contact_verify {
  float: left;
}
.contact_content_mess tr td .contact_verify span {
  display: inline-block;
  width: 4.875rem;
  height: 1.688rem;
  margin-right: 0.625rem;
}
.contact_content_mess tr td .contact_verify i {
  float: left;
  font-size: 0.75rem;
  color: #333;
}
.contact_content_mess tr td .contact_verify p {
  display: none;
  font-size: 0.75rem;
  color: #ff0000;
  margin-left: 2.25rem;
}
.contact_content_mess tr td .contact_verify p em {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  background-position: -8.063rem -3rem;
  background-size: 12.5rem 12.5rem;
  background-image: url(../images/xuebi.png?v1=1);
  margin-right: 0.5rem;
}
.contact_content_mess tr td .submit {
  display: block;
  padding: 0 0.5rem;
  line-height: 1.875rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0.375rem;
  background: #0461c9;
  outline: none;
  border: none;
}
.contact_content_mess tr td .num {
  position: absolute;
  left: 21rem;
  bottom: 0;
  font-size: 0.75rem;
  color: #999;
}
@media (min-width: 320px) and (max-width: 1100px) {
  .container {
    width: 100%;
  }
  .index_header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .index_header .inner-header-icon {
    display: block;
  }
  .index_header_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 5.5rem;
    display: none;
  }
  .index_header_nav ul {
    display: block;
  }
  .index_header_nav ul li {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    overflow: hidden;
    text-align: left;
  }
  .index_header_nav ul li a {
    font-size: 1.5rem;
    display: block;
  }
  .index_header_nav ul li:hover,
  .index_header_nav ul li.active {
    background-image: none;
  }
  .index_header_nav ul li:hover a,
  .index_header_nav ul li.active a {
    font-size: 1.5rem;
  }
  .index_header_right_language {
    margin-right: 1rem;
  }
  .index_header_right_search {
    position: static;
  }
  .index_header_right_search_popup {
    width: 100%;
    right: 0;
  }
  .index_banner {
    margin-top: 5.375rem;
  }
  .index_aside {
    display: none;
  }
  .product_content {
    margin-top: 5.375rem;
  }
  .product_content_nav {
    width: 100%;
  }
  .product_content_main {
    width: 100%;
    margin-top: 2rem;
  }
  .support_content_list_item p {
    width: 70%;
  }
  .honor_list_item {
    width: 48%;
  }
  .search_content {
    margin-top: 5.375rem;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  :root {
    font-size: 16px !important;
  }
  .container {
    padding: 0 1.5rem;
  }
  .index_product_item {
    width: 100%;
    height: 10rem;
    margin-bottom: 1rem;
  }
  .index_footer_contact .container {
    padding: 1.625rem 1.5rem;
    background-position: top left;
  }
  .index_footer_contact_icon {
    margin-top: 2rem;
  }
  .product_content_main_list_item {
    width: 100%;
    height: auto;
  }
  .product_detail_right {
    width: 100%;
    margin-top: 2rem;
  }
  .product_detail_right_desc .intro {
    padding-left: 0;
  }
  .product_detail_right h2 {
    text-align: center;
  }
  .product_detail_swiper {
    width: 100%;
  }
  .contact_content_mess tr td p,
  .contact_content_mess tr td .contact_verify {
    margin: 0.5rem 0 0 0.75rem;
  }
  .contact_content_mess tr td .num {
    left: unset;
    right: 4rem;
  }
}
@media (min-width: 751px) and (max-width: 1100px) {
  .container {
    padding: 0 3rem;
  }
  .index_product_item {
    width: 46%;
    height: 10rem;
    margin-bottom: 1rem;
  }
  .index_footer_contact .container {
    padding: 1.625rem 3rem;
  }
}
@media (min-width: 1101px) and (max-width: 1300px) {
  .container {
    width: 1060px;
  }
}
@media (min-width: 320px) and (max-width: 449px) {
  :root {
    font-size: 12px !important;
  }
}
