﻿/* 内页banner样式 */
.n_banner {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  height: 600px;
}
.n_banner .banner_img {
  width: 100%;
  height: 100%;
  background: url(../images/about_banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
}
.n_banner .banner_img.news_banner {
  background: url(../images/news_banner.jpg);
}
.n_banner .banner_img.contact_banner {
  background: url(../images/contact_banner.jpg);
}
.n_banner .banner_img.xiaoyuan_banner {
  background: url(../images/xiaoyuan_banner.jpg);
}
.n_banner .banner_img.shehui_banner {
  background: url(../images/shehui_banner.jpg);
}
.n_banner .banner_img.server_banner {
  background: url(../images/server_bg.jpg);
}
.n_banner .banner_img .banner_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.n_banner .banner_img .banner_text h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.n_banner .banner_img .banner_text h3::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 12px auto;
}

.n_banner .banner_img .banner_text p {
  font-size: 24px;
}

/* 内页通用内容部分样式 */

.n_main {
  width: 100%;
  overflow: hidden;
}
/* 内页通用快速导航样式 */
.n_main .n_nav_list {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #f0f0f0;
  background-color: #fff;
  overflow: hidden;
}
.n_main .n_nav_list .n_nav_list_center {
  width: 80%;
  margin: 0 auto;
}
.n_main .n_nav_list .left {
  float: left;
}
.n_main .n_nav_list .right {
  float: right;
}
.n_main .n_nav_list .left .flex {
  overflow: hidden;
}
.n_main .n_nav_list .left .flex a {
  color: #333;
}
.n_main .n_nav_list .left .flex li {
  position: relative;
  float: left;
  font-size: 15px;
  padding: 0 30px;
  cursor: pointer;
}
.n_main .n_nav_list .left .flex li:hover:before {
  left: 0;
  right: 0;
}
.n_main .n_nav_list .left .flex li:hover a {
  color: #0075cf;
}
.n_main .n_nav_list .left .flex li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #0075cf;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.n_main .n_nav_list .left .flex li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #dddddd;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.n_main .n_nav_list .left .flex li:nth-child(1)::after {
  display: none;
}
.n_main .n_nav_list .right .home {
  overflow: hidden;
}
.n_main .n_nav_list .right .home a {
  color: #333;
}
.n_main .n_nav_list .right .home .index {
  color: #0075cf;
  font-size: 16px;
}
.n_main .n_nav_list .right .home span {
  font-size: 14px;
}
/* 内页通用框架 */
.n_main_center {
  width: 80%;
  margin: 0 auto;
}

/* 公司简介内容 */
.company_profile {
  width: 100%;
  margin-top: 80px;
}
.company_profile .CP_top {
  overflow: hidden;
  width: 100%;
}
.company_profile .CP_top .CP_box1 {
  width: 100%;
  float: none;
}
.company_profile .CP_top .CP_box2 {
  width: 40%;
  margin-left: 4%;
}
.company_profile .CP_top .CP_box1 .CP_title {
  width: 100%;
  margin-bottom: 20px;
}
.company_profile .CP_top .CP_box1 .CP_title .slogan_img {
  padding-top: 6px;
}
.company_profile .CP_top .CP_box1 .CP_title h3 {
  font-size: 30px;
  float: left;
  display: block;
  margin-right: 20px;
  font-weight: 700;
}
.company_profile .CP_top .CP_box1 .CP_text p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-top: 14px;
  text-indent: 2em;
}
.company_profile .CP_top .CP_box2 .CP_img {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  height: auto;
  cursor: pointer;
}
.company_profile .CP_top .CP_box2 .CP_img img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}
.company_profile .CP_top .CP_box2 .CP_img:hover img {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  height: auto;
  transform: scale(1.1);
}
.company_profile .CP_bottom {
  margin-top: 60px;
}
.company_profile .CP_bottom .about_adv {
  margin-top: 0.6rem;
  overflow: hidden;
}
.company_profile .CP_bottom .about_adv ul li {
  float: left;
  width: 23%;
  position: relative;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin-right: 2.5%;
}
.company_profile .CP_bottom .about_adv ul li:nth-child(4) {
  margin-right: 0;
}
.company_profile .CP_bottom .about_adv ul li .img {
  width: 20%;
  float: left;
  margin-right: 5%;
}
.company_profile .CP_bottom .about_adv ul li .img img {
  width: 100%;
}
.company_profile .CP_bottom .about_adv ul li .txt {
  float: left;
  width: 75%;
  margin-top: 22px;
}
.company_profile .CP_bottom .about_adv ul li .txt .data {
  font-family: "Arial";
  font-size: 44px;
  color: #0f3481;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 6px;
}
.company_profile .CP_bottom .about_adv ul li .txt .data span {
  font-family: "Arial";
  font-size: 16px;
  color: #0f3481;
  line-height: 1.2;
  margin-bottom: 6px;
  padding-left: 10px;
}
.company_profile .CP_bottom .about_adv ul li .txt .cont {
  font-size: 15px;
  text-align: left;
}

/* 发展历程样式 */
.development {
  margin-top: 80px;
  overflow: hidden;
}

/*荣誉资质样式*/
.honor {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
.honor .honor_center {
  width: 80%;
  margin: 0 auto;
}
.honor .honor_center .honor_title {
  margin: 0 auto;
  color: #0f3481;
  font-size: 32px;
  width: 240px;
  text-align: center;
}
.honor .honor_center .honor_title p {
  font-size: 14px;
  color: #999;
}
.honor .honor_center .honor_content {
  margin-top: 30px;
}
.honor .honor_center .honor_content .honor_nav {
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(231, 231, 231);
}
.honor .honor_center .honor_content .honor_nav ul {
  display: flex;
  justify-content: center;
}
.honor .honor_center .honor_content .honor_nav ul li {
  width: 12%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}
.honor .honor_center .honor_content .honor_nav ul li.active {
  background-color: #efefef;
}

.honor .honor_center .honor_content .honor_certificate {
  margin-top: 60px;
}

.honor .honor_center .honor_content .honor_certificate .certificate_item {
  overflow: hidden;
  display: none;
}
.honor
  .honor_center
  .honor_content
  .honor_certificate
  .certificate_item.active {
  display: block;
}
.certificate_item ul .cfLi {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
  cursor: pointer;
}
.certificate_item ul .cfLi.mr_0 {
  margin-right: 0;
}

.certificate_item ul .cfLi .img {
  border: 8px solid #e3e4e4;
  padding: 10px 5px;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
.certificate_item .cfIimg-62 {
  padding-bottom: 62%;
}
*[class*="cfIimg-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
*[class*="cfIimg-"] .imgItem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *height: auto;
}
.certificate_item ul .cfLi .img .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/black.6.png) repeat;
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.3s ease;
}
.certificate_item ul .cfLi .img .icon {
  width: 47px;
  height: 47px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
  z-index: 4;
  background: url(../images/widgets_xc_piclist_18_1.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.3s ease;
}
.certificate_item ul .cfLi .txt {
  background: #f7f7f7;
  transition: 0.3s ease;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
}
.certificate_item ul .cfLi .txt {
  background: #f7f7f7;
  transition: 0.3s ease;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
}
.certificate_item ul .cfLi:hover .img .cover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.certificate_item ul .cfLi:hover .txt {
  background: #0f3481;
  color: #fff;
}
.certificate_item ul .cfLi:hover .img .icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 产品中心样式 */
.n_banner video {
  position: fixed;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}
.n_banner .n_bannerMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/cover.png) repeat;
}

.product {
  margin-top: 80px;
}
.product .product_top {
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.product .product_tilte {
  float: left;
  width: 30%;
}
.product .product_tilte h3 {
  font-size: 32px;
  font-weight: 700;
  color: #063190;
}
.product .product_application {
  float: right;
  width: 60%;
  padding-top: 14px;
}
.product .product_application p {
  font-size: 15px;
  line-height: 1.8;
}
.product .product_bottom {
  margin-top: 60px;
}
.product .product_bottom .proListItem {
  margin-bottom: 40px;
  overflow: hidden;
}
.product .product_bottom .proListItem .proListItemLeft {
  float: left;
  width: 30%;
  height: 500px;
  background: url(../images/proItem_bg0.png) repeat;
}
.product .product_bottom .proListItem .proListItemLeft .box {
  width: 90%;
  float: right;
  height: 460px;
  background-color: #355f94;
  padding: 8%;
  box-sizing: border-box;
  position: relative;
}
.product .product_bottom .proListItem .proListItemLeft .box .box_title {
  border-left: 2px solid #fff;
  padding-left: 20px;
}
.product .product_bottom .proListItem .proListItemLeft .box h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
.product .product_bottom .proListItem .proListItemLeft .box p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.product .product_bottom .proListItem .proListItemLeft .box .proMore {
  position: absolute;
  bottom: 30px;
  display: block;
  color: #fff;
  line-height: 2.5;
  width: 82%;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dashed #9fb4fd;
}
.product .product_bottom .proListItem .proListItemLeft ul {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .product_bottom .proListItem .proListItemLeft ul li {
  width: 45%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px dashed #4d61a9; */
}

.product .product_bottom .proListItem .proListItemLeft ul li a {
  font-size: 15px;
  color: #fff;
}
.product .product_bottom .proListItem .proListItemLeft ul li i {
  font-size: 15px;
  color: #fff;
  opacity: 0.4;
}
.product .product_bottom .proListItem .proListItemRight {
  width: 66%;
  float: right;
  position: relative;
}
.product .product_bottom .proListItem .proListItemRight::before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/proItem_bg0.png) repeat;
}
.product .product_bottom .proListItem .proListItemRight::after {
  display: block;
  content: "";
  width: 400px;
  height: 200px;
  position: absolute;
  bottom: -42px;
  right: 0;
  z-index: -1;
  background: url(../images/proItem_bg0.png) repeat;
}
.product .product_bottom .proListItem .proListItemRight .proItemTitle {
  overflow: hidden;
  margin-bottom: 20px;
}
.product .product_bottom .proListItem .proListItemRight .proItemTitle_left {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.product .product_bottom .proListItem .proListItemRight .proItemTitle_left h3 {
  font-size: 26px;
  font-weight: 700;
  margin-right: 20px;
}
.product
  .product_bottom
  .proListItem
  .proListItemRight
  .proItemTitle_left
  span {
  font-size: 18px;
  color: #999;
}
.product .product_bottom .proListItem .proListItemRight .proItemTitle_right {
  float: right;
  padding-right: 40px;
  box-sizing: border-box;
}
.product .product_bottom .proListItem .proListItemRight .proItemTitle_right h4 {
  font-size: 32px;
  font-family: Impact;
}
.product .product_bottom .proListItem .proListItemRight .proItemImg {
  width: 90%;
  height: auto;
  position: relative;
}

.product .product_bottom .proListItem .proListItemRight .proItemImg .carInfo {
  position: absolute;
  left: 20px;
  top: 60px;
  z-index: 99;
  color: #fff;
}
.product
  .product_bottom
  .proListItem
  .proListItemRight
  .proItemImg
  .carInfo
  h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.product
  .product_bottom
  .proListItem
  .proListItemRight
  .proItemImg
  .carInfo
  h4
  span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.product .product_bottom .proListItem .proListItemRight .proItemImg .carInfo p {
  font-size: 14px;
  margin-bottom: 10px;
  color: rgb(207, 207, 207);
}
.product
  .product_bottom
  .proListItem
  .proListItemRight
  .proItemImg
  .carInfo
  p
  span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
.product .product_bottom .proListItem .proListItemRight .proItemImg .imgBox {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
}
.product .product_bottom .proListItem .proListItemRight .proItemImg img {
  width: 100%;
}
.product .product_bottom .proListItem .proListItemRight .proItemImg .imgMore {
  width: 140px;
  height: 75px;
  position: absolute;
  right: -10%;
  bottom: 30px;
  background-color: #355f94;
  text-align: center;
  line-height: 75px;
}
.product .product_bottom .proListItem .proListItemRight .proItemImg .imgMore a {
  color: #fff;
  font-size: 15px;
}
.product .product_bottom .proListItem .proListItemRight .proItemImg .imgMore i {
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
}

.proPart2 {
  width: 100%;
  height: 640px;
  margin-top: 80px;
  background: url(../images/proPart2_bg.jpg) no-repeat;
  position: relative;
  z-index: 0;
}
.proPart2 .proPart2_center {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.proPart2 .proPart2_center .proListItem {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 80px;
}
.proPart2 .proPart2_center .proListItem .proListItemLeft {
  float: left;
  width: 30%;
  height: 500px;
  background: url(../images/proItem_bg.png) repeat;
}
.proPart2 .proPart2_center .proListItem .proListItemLeft .box {
  width: 90%;
  float: right;
  height: 460px;
  background-color: #355f94;
  padding: 8%;
  box-sizing: border-box;
  position: relative;
}
.proPart2 .proPart2_center .proListItem .proListItemLeft .box .box_title {
  border-left: 2px solid #fff;
  padding-left: 20px;
}
.proPart2 .proPart2_center .proListItem .proListItemLeft .box h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
.proPart2 .proPart2_center .proListItem .proListItemLeft .box p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.proPart2 .proPart2_center .proListItem .proListItemLeft .box .proMore {
  position: absolute;
  bottom: 30px;
  display: block;
  color: #fff;
  line-height: 2.5;
  width: 60%;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dashed #9fb4fd;
}
.proPart2 .proPart2_center .proListItem .proListItemLeft ul {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proPart2 .proPart2_center .proListItem .proListItemLeft ul li {
  width: 48%;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px dashed #4d61a9; */
}

.proPart2 .proPart2_center .proListItem .proListItemLeft ul li a {
  font-size: 15px;
  color: #fff;
}
.proPart2 .proPart2_center .proListItem .proListItemLeft ul li i {
  font-size: 15px;
  color: #fff;
}
.proPart2 .proPart2_center .proListItem .proListItemRight {
  width: 66%;
  float: right;
  position: relative;
}
.proPart2 .proPart2_center .proListItem .proListItemRight::before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/proItem_bg.png) repeat;
}
.proPart2 .proPart2_center .proListItem .proListItemRight::after {
  display: block;
  content: "";
  width: 400px;
  height: 200px;
  position: absolute;
  bottom: -42px;
  left: 0;
  z-index: -1;
  background: url(../images/proItem_bg.png) repeat;
}
.proPart2 .proPart2_center .proListItem .proListItemRight .proItemTitle {
  overflow: hidden;
  margin-bottom: 20px;
}
.proPart2 .proPart2_center .proListItem .proListItemRight .proItemTitle_left {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.proPart2
  .proPart2_center
  .proListItem
  .proListItemRight
  .proItemTitle_left
  h3 {
  font-size: 26px;
  font-weight: 700;
  margin-right: 20px;
  color: #fff;
}
.proPart2
  .proPart2_center
  .proListItem
  .proListItemRight
  .proItemTitle_left
  span {
  font-size: 18px;
  color: #999;
}
.proPart2 .proPart2_center .proListItem .proListItemRight .proItemTitle_right {
  float: right;
  padding-right: 40px;
  box-sizing: border-box;
}
.proPart2
  .proPart2_center
  .proListItem
  .proListItemRight
  .proItemTitle_right
  h4 {
  font-size: 32px;
  font-family: Impact;
  color: #fff;
}
.proPart2 .proPart2_center .proListItem .proListItemRight .proItemImg {
  width: 90%;
  height: auto;
  position: relative;
}
.proPart2 .proPart2_center .proListItem .proListItemRight .proItemImg .imgBox {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
}
.proPart2 .proPart2_center .proListItem .proListItemRight .proItemImg img {
  width: 100%;
}
.proPart2 .proPart2_center .proListItem .proListItemRight .proItemImg .imgMore {
  width: 140px;
  height: 75px;
  position: absolute;
  right: -10%;
  bottom: 30px;
  background-color: #355f94;
  text-align: center;
  line-height: 75px;
}
.proPart2
  .proPart2_center
  .proListItem
  .proListItemRight
  .proItemImg
  .imgMore
  a {
  color: #fff;
  font-size: 15px;
}
.proPart2
  .proPart2_center
  .proListItem
  .proListItemRight
  .proItemImg
  .imgMore
  i {
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
}
.proPart2 .proPart2_center .proListItem .proListItemRight .proItemImg .carInfo {
  position: absolute;
  left: 20px;
  top: 60px;
  z-index: 99;
  color: #fff;
}
.proPart2
  .proPart2_center
  .proListItem
  .proListItemRight
  .proItemImg
  .carInfo
  h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.proPart2
  .proPart2_center
  .proListItem
  .proListItemRight
  .proItemImg
  .carInfo
  p {
  font-size: 14px;
  margin-bottom: 10px;
  color: rgb(207, 207, 207);
}
.proPart2
  .proPart2_center
  .proListItem
  .proListItemRight
  .proItemImg
  .carInfo
  h4
  span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.proPart3 {
  width: 100%;
  height: 640px;
  margin-top: 20px;
}
.proPart3 .proPart3_center {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.proPart3 .proPart3_center .proListItem {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 80px;
}
.proPart3 .proPart3_center .proListItem .proListItemLeft {
  float: left;
  width: 30%;
  height: 500px;
  background: url(../images/proItem_bg0.png) repeat;
}
.proPart3 .proPart3_center .proListItem .proListItemLeft .box {
  width: 74%;
  float: right;
  height: 460px;
  background-color: #355f94;
  padding: 14%;
  box-sizing: border-box;
  position: relative;
}
.proPart3 .proPart3_center .proListItem .proListItemLeft .box .box_title {
  border-left: 2px solid #fff;
  padding-left: 20px;
}
.proPart3 .proPart3_center .proListItem .proListItemLeft .box h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
.proPart3 .proPart3_center .proListItem .proListItemLeft .box p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.proPart3 .proPart3_center .proListItem .proListItemLeft .box .proMore {
  position: absolute;
  bottom: 30px;
  display: block;
  color: #fff;
  line-height: 2.5;
  width: 60%;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dashed #9fb4fd;
}
.proPart3 .proPart3_center .proListItem .proListItemLeft ul {
  margin-top: 30px;
  width: 100%;
}
.proPart3 .proPart3_center .proListItem .proListItemLeft ul li {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px dashed #4d61a9; */
}

.proPart3 .proPart3_center .proListItem .proListItemLeft ul li a {
  font-size: 15px;
  color: #fff;
}
.proPart3 .proPart3_center .proListItem .proListItemLeft ul li i {
  font-size: 15px;
  color: #fff;
}
.proPart3 .proPart3_center .proListItem .proListItemRight {
  width: 66%;
  float: right;
  position: relative;
}
.proPart3 .proPart3_center .proListItem .proListItemRight::before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/proItem_bg0.png) repeat;
}
.proPart3 .proPart3_center .proListItem .proListItemRight::after {
  display: block;
  content: "";
  width: 400px;
  height: 200px;
  position: absolute;
  bottom: -42px;
  left: 0;
  z-index: -1;
  background: url(../images/proItem_bg0.png) repeat;
}
.proPart3 .proPart3_center .proListItem .proListItemRight .proItemTitle {
  overflow: hidden;
  margin-bottom: 20px;
}
.proPart3 .proPart3_center .proListItem .proListItemRight .proItemTitle_left {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.proPart3
  .proPart3_center
  .proListItem
  .proListItemRight
  .proItemTitle_left
  h3 {
  font-size: 26px;
  font-weight: 700;
  margin-right: 20px;
  color: #333;
}
.proPart3
  .proPart3_center
  .proListItem
  .proListItemRight
  .proItemTitle_left
  span {
  font-size: 18px;
  color: #999;
}
.proPart3 .proPart3_center .proListItem .proListItemRight .proItemTitle_right {
  float: right;
  padding-right: 40px;
  box-sizing: border-box;
}
.proPart3
  .proPart3_center
  .proListItem
  .proListItemRight
  .proItemTitle_right
  h4 {
  font-size: 32px;
  font-family: Impact;
  color: #333;
}
.proPart3 .proPart3_center .proListItem .proListItemRight .proItemImg {
  width: 90%;
  height: auto;
  position: relative;
}
.proPart3 .proPart3_center .proListItem .proListItemRight .proItemImg .imgBox {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
}
.proPart3 .proPart3_center .proListItem .proListItemRight .proItemImg img {
  width: 100%;
}
.proPart3 .proPart3_center .proListItem .proListItemRight .proItemImg .imgMore {
  width: 140px;
  height: 75px;
  position: absolute;
  right: -10%;
  bottom: 30px;
  background-color: #355f94;
  text-align: center;
  line-height: 75px;
}
.proPart3
  .proPart3_center
  .proListItem
  .proListItemRight
  .proItemImg
  .imgMore
  a {
  color: #fff;
  font-size: 15px;
}
.proPart3
  .proPart3_center
  .proListItem
  .proListItemRight
  .proItemImg
  .imgMore
  i {
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
}

.proPart3
  .proPart3_center
  .proListItem
  .proListItemRight
  .proItemImg
  .carInfo
  h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.proPart3
  .proPart3_center
  .proListItem
  .proListItemRight
  .proItemImg
  .carInfo
  p {
  font-size: 14px;
  margin-bottom: 10px;
  color: rgb(207, 207, 207);
}
.proPart3
  .proPart3_center
  .proListItem
  .proListItemRight
  .proItemImg
  .carInfo
  h4
  span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.proPart3 .proPart3_center .proListItem .proListItemRight .proItemImg .carInfo {
  position: absolute;
  left: 20px;
  top: 60px;
  z-index: 99;
  color: #fff;
}
.n_main .swiper-button-next {
  top: 83%;
  left: 60px;
  right: auto;
  width: 60px;
}
.n_main .swiper-button-prev {
  top: 83%;
  width: 60px;
}

.swiper-container .swiper-button-prev::after {
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  background: url(../images/news_btn_left.png) no-repeat;
  background-size: 100%;
}
.swiper-container .swiper-button-next::after {
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  background: url(../images/news_btn_right.png) no-repeat;
  background-size: 100%;
}

/* 产品详细样式 */
.product .proDetailed_info {
  width: 52%;
}
.product .proDetailed_info h3 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 16px;
  color: #063190;
}
.product .proDetailed_info p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #666;
}
.product .proDetailed_info .application {
  border-bottom: 1px solid rgb(211, 211, 211);
}
.product .proDetailed_info .chicun {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.product .proDetailed_info .chicun span {
  font-weight: 700;
  margin-right: 20px;
}
.product .proDetailed_info .chicun i {
  font-weight: 400;
  color: #666;
}
.product .proDetailed_info .weight {
  margin-top: 16px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product .proDetailed_info .weight span {
  font-weight: 700;
  margin-right: 20px;
}
.product .proDetailed_info .weight i {
  font-weight: 400;
  color: #666;
}
.product .proDetailed_info .zhouju {
  margin-top: 16px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product .proDetailed_info .zhouju span {
  font-weight: 700;
  margin-right: 20px;
}
.product .proDetailed_info .zhouju i {
  font-weight: 400;
  color: #666;
}
.product .proDetailed_info .application span {
  display: block;
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
}
.product .proDetailed_img {
  width: 44%;
  height: auto;
}
.product .proDetailed_img .img_box img {
  width: 100%;
}
.product .proDetailed_info .more {
  margin-top: 80px;
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: #063190;
  overflow: hidden;
  height: 50px;
  width: 200px;
  line-height: 50px;
  cursor: pointer;
}
.product .proDetailed_info .more p {
  display: inline-block;
  color: #fff;
}
.product .proDetailed_info .more i {
  display: inline-block;
  margin-left: 10px;
  animation: moreIco 1s infinite;
  -webkit-animation: moreIco 1s infinite;
  -moz-animation: moreIco 1s infinite;
  -o-animation: moreIco 1s infinite;
}
.proDetailedContent .pro_navList {
  width: 100%;
  height: 80px;
  background-color: #8e9bab;
}
.proDetailedContent .pro_navList ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-self: flex-start;
  align-items: center;
}
.proDetailedContent .pro_navList ul li {
  width: 15%;
  line-height: 80px;
}
.proDetailedContent .pro_navList ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.proDetailedContent .pro_DetailText {
  width: 80%;
  margin: 60px auto;
}
.proDetailedContent .pro_DetailText .pro_gongneng_title h3 {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.proDetailedContent .pro_DetailText h3::before {
  display: block;
  content: "";
  width: 2px;
  height: 24px;
  margin-right: 10px;
  background-color: #053090;
}
.proDetailedContent .pro_DetailText .pro_gongneng .pro_gongneng_content {
  background-color: #efefef;
  padding: 30px;
  overflow: hidden;
  margin-top: 30px;
}
.proDetailedContent .pro_DetailText .pro_gongneng .pro_gongneng_content > div {
  width: 46%;
  float: left;
  margin-right: 8%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.proDetailedContent .pro_DetailText .pro_gongneng .pro_gongneng_content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #053090;
}
.proDetailedContent
  .pro_DetailText
  .pro_gongneng
  .pro_gongneng_content
  > div:nth-child(2n) {
  margin-right: 0;
}
.proDetailedContent .pro_DetailText .pro_canshu {
  margin-top: 60px;
  width: 100%;
}
.proDetailedContent .pro_DetailText .pro_canshu .pro_canshu_title {
  margin-bottom: 30px;
  width: 100%;
}
.proDetailedContent .pro_DetailText .pro_canshu .pro_canshu_title h3 {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.proDetailedContent .pro_DetailText .pro_canshu h3::before {
  display: block;
  content: "";
  width: 2px;
  height: 24px;
  margin-right: 10px;
  background-color: #053090;
}
.proDetailedContent .pro_DetailText .pro_canshu .pro_canshu_title h3 {
  font-size: 24px;
}
.proDetailedContent .pro_DetailText .pro_canshu h3::before {
  height: 24px;
}
.pro_other {
  margin-top: 60px;
  width: 100%;
  background: url(../images/ohter_bg.jpg);
  height: 500px;
  overflow: hidden;
}
.pro_other .pro_other_center {
  width: 80%;
  margin: 0 auto;
}
.pro_other .pro_other_title {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 60px;
}
.pro_other .pro_other_title h3 {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
.pro_other h3::before {
  display: block;
  content: "";
  width: 2px;
  height: 24px;
  margin-right: 10px;
  background-color: #053090;
}
.pro_other .pro_other_content {
  margin-top: 30px;
}
.pro_other .pro_other_content ul {
  display: flex;
  justify-content: space-between;
}
.pro_other .pro_other_content ul li {
  width: 23%;
  background-color: #fff;
}
.pro_other .pro_other_content ul li .other_img {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.pro_other .pro_other_content ul li img {
  width: 100%;
}
.pro_other .pro_other_content ul li .other_txt {
  padding: 0 14px;
  line-height: 50px;
  background-color: rgb(226, 226, 226);
}
.pro_other .pro_other_content ul li .other_txt a {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #333;
}
@keyframes moreIcon {
  from {
    margin-top: -5px;
    opacity: 1;
  }
  to {
    margin-top: 5px;
    opacity: 0.4;
  }
}

@-moz-keyframes moreIco /* Firefox */ {
  from {
    margin-top: -5px;
    opacity: 1;
  }
  to {
    margin-top: 5px;
    opacity: 0.4;
  }
}

@-webkit-keyframes moreIco /* Safari 和 Chrome */ {
  from {
    margin-top: -5px;
    opacity: 1;
  }
  to {
    margin-top: 5px;
    opacity: 0.4;
  }
}

@-o-keyframes moreIco /* Opera */ {
  from {
    margin-top: -5px;
    opacity: 1;
  }
  to {
    margin-top: 5px;
    opacity: 0.4;
  }
}

/* 新闻中心样式 */
.news_list {
  margin-top: 30px;
}
.news_list ul li {
  border-bottom: 1px solid #d1d3d4;
  overflow: hidden;
}
.news_list ul li a {
  display: block;
  padding: 50px 0 40px;
  overflow: hidden;
}
.news_list ul li .news_left {
  float: left;
  width: 71%;
}
.news_list ul li .news_right {
  float: right;
  width: 22%;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
}
.news_list ul li .news_left .title {
  font-size: 22px;
  color: #000;
  margin: 12px 0;
  transition: 0.5s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list ul li .news_left .content {
  width: 100%;
  color: #4f4f4f;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.news_list ul li .news_left .text {
  height: 40px;
  position: relative;
}
.news_list ul li .news_left .text .dt {
  color: #063190;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}
.news_list ul li .news_left .text .ic {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.news_list ul li .news_left .text .ic i {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 50%;
  background: #063190;
  transition: all 0.5s ease;
}
.news_list ul li .img_box {
  padding-bottom: 62.5%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.news_list ul li .img_box img {
  width: 100%;
  transition: all 0.5s ease;
}
.news_list ul li:hover .news_left .title {
  color: #063190;
}
.news_list ul li:hover .news_left .text .ic:hover i {
  background: #063190;
}
.news_list ul li:hover .news_left .text .dt {
  opacity: 0;
  visibility: hidden;
}
.news_list ul li:hover .news_left .text .ic {
  opacity: 1;
  visibility: visible;
}
.news_list ul li:hover .img_box img {
  transform: scale(1.1);
}
.page_list {
  font-size: 16px;
  color: #666;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.page_list ul {
  display: flex;
  justify-content: center;
}
.page_list a {
  color: #666;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border: 1px solid rgb(234, 234, 234);
  margin-left: -1px;
}
.page_list a.current {
  background-color: #063190;
  color: #fff;
}

/* 新闻详细样式 */
.news_detailed_title {
  margin-top: 80px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #d1d3d4;
}
.news_detailed_title h3 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
.news_detailed_outline {
  margin-top: 20px;
}
.news_detailed_outline .news_detailed_info {
  display: flex;
  justify-content: center;
}
.news_detailed_outline .news_detailed_info .news_info_item {
  font-size: 14px;
  margin: 0 20px;
  color: #999;
}
.news_detailed_outline .news_detailed_content {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.news_detailed_outline .news_detailed_content h4 {
  font-weight: bold;
  margin-bottom: 8px;
}
.news_detailed_outline .news_detailed_content p {
  font-size: 14px;
  color: #666;
}
.news_detailed_body {
  margin-bottom: 60px;
}
.news_detailed_body p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 15px;
}
.news_detailed_body p img {
  width: 90% !important;
}
.news_detailed_page {
  display: flex;
  justify-content: space-between;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d1d3d4;
}
.news_detailed_page a {
  color: #666;
}
/* 联系我们样式 */
.contact {
  width: 100%;
  margin-top: 80px;
}
.contact ul {
  display: flex;
  justify-content: space-between;
}
.contact ul li {
  width: 23%;
  border: 1px solid #e3e4e4;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 1px 1px 2px #eaeaea;
  cursor: pointer;
}
.contact ul li h3 {
  font-size: 20px;
  color: #063190;
  margin-bottom: 6px;
}
.contact ul li i {
  text-align: center;
  font-size: 60px;
  margin-top: 28px;
  margin-right: 10px;
  display: block;
  color: #063190;
  transition: all 0.5s ease;
}
.contact ul li:hover i {
  transform: rotateY(180deg);
}
.contact ul li i.er {
  text-align: center;
  font-size: 56px;
  margin-top: 0px;
  margin-right: 10px;
  display: block;
}
.contact ul li .contact_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cecece;
}
.contact ul li .contact_icon img {
  width: 60%;
}
.contact ul li .contact_info {
  margin-top: 20px;
  text-align: center;
}
/* 加入浩睿样式 */
.join {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.join .join_left {
  float: left;
  width: 50%;
  height: auto;
}
.join .join_right {
  float: left;
  width: 50%;
  position: relative;
  height: 0;
  padding-bottom: 46.2%;
}
.join .join_left .join_left_top {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 46.2%;
}
.join .join_left .join_left_top .join_left_top_left {
  float: left;
  width: 50%;
  height: 360px;
  background-color: #063190;
}
.join .join_left .join_left_top .join_left_top_right {
  float: left;
  width: 50%;
  height: 360px;
  background-color: #8e9bab;
}
.join .join_left .join_left_bottom {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 46.2%;
}
.join .join_left .join_left_bottom img {
  width: 100%;
  transition: all 0.5s ease;
}
.join .join_right .join_right_img {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.join .join_right .join_right_img img {
  width: 100%;
  transition: all 0.5s ease;
}
.join .join_left .join_left_top .join_left_top_left h3 {
  margin-top: 60px;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}
.join .join_left .join_left_top .join_left_top_left p {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 60px;
  font-size: 15px;
  color: rgb(132, 155, 206);
}
.join .join_left .join_left_top .join_left_top_left a i {
  margin-left: 30px;
  font-size: 40px;
  color: #fff;
  transition: all 0.5s ease;
  opacity: 0.5;
}
.join .join_left .join_left_top .join_left_top_left:hover a i {
  margin-left: 60px;
  font-size: 40px;
  color: #fff;
  opacity: 1;
}
.join .join_left .join_left_top .join_left_top_right h3 {
  margin-top: 60px;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}
.join .join_left .join_left_top .join_left_top_right p {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 60px;
  font-size: 15px;
  color: rgb(230 230 230);
}
.join .join_left .join_left_top .join_left_top_right a i {
  margin-left: 30px;
  font-size: 40px;
  color: #fff;
  transition: all 0.5s ease;
  opacity: 0.5;
}
.join .join_left .join_left_top .join_left_top_right:hover a i {
  margin-left: 60px;
  font-size: 40px;
  color: #fff;
  opacity: 1;
}
.join .join_right .join_right_text {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 50%;
  height: 354px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.join .join_right .join_right_text h3 {
  margin-top: 60px;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}
.join .join_right .join_right_text p {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 60px;
  font-size: 15px;
  color: rgb(230 230 230);
}
.join .join_right .join_right_text a i {
  margin-left: 30px;
  margin-right: 10px;
  font-size: 40px;
  color: #fff;
}
.join .join_right .join_right_text a {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  display: flex;
  justify-content: flex-start;
}
.join .join_right:hover .join_right_img img {
  transform: scale(1.1);
}
.join .join_left .join_left_bottom:hover img {
  transform: scale(1.1);
}
.ditu {
  position: relative;
}
.ditu .dituMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.join_us_content {
  margin-top: 80px;
}
.join_us_content .join_us_title {
  width: 100%;
  height: 60px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.join_us_content .join_us_title ul {
  display: flex;
  justify-content: space-between;
}
.join_us_content .join_us_title ul li {
  width: 20%;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  font-size: 16px;
}
.join_us_content .join_us_body {
  margin-top: 20px;
  width: 100%;
  min-height: 300px;
  border: 1px solid #e6e6e6;
  margin-bottom: 80px;
}
.join_us_content .join_us_body p {
  margin-top: 40px;
  margin-left: 30px;
}

.server .server_title {
  color: #0f3481;
  font-size: 32px;
  width: 240px;
  text-align: center;
  margin: 80px auto 0;
}
.server .server_content {
  margin-top: 50px;
}
.server .server_content ul {
  overflow: hidden;
}
.server .server_content ul li {
  float: left;
  width: 23%;
  margin-right: 2.6%;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  height: 330px;
}
.server .server_content ul li:nth-child(4) {
  margin-right: 0;
}
.server .server_content ul li h4 {
  font-size: 24px;
  line-height: 30px;
  color: #1d4286;
  padding-bottom: 14px;
  margin-bottom: 20px;
  position: relative;
}
.server .server_content ul li h4::after {
  content: "";
  width: 90px;
  height: 1px;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.server .server_content ul li p {
  font-size: 15px;
  color: #666;
  line-height: 1;
  margin-bottom: 22px;
}
.server_part02 {
  margin-top: 60px;
  width: 100%;
  background: #ebebf0;
}
.server_part02 .w80 {
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.server_part02 .w80 .left {
  width: 48%;
  float: left;
  text-align: center;
  background: url("../images/server_bg1.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.server_part02 .w80 .left h3 {
  padding-top: 100px;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.server_part02 .w80 .left p {
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 100px;
}
.server_part02 .w80 .right {
  width: 48%;
  float: right;
  text-align: center;
  background: url("../images/server_bg2.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.server_part02 .w80 .right h3 {
  padding-top: 100px;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.server_part02 .w80 .right p {
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 100px;
}
/* 底部样式 */
@media screen and (max-width: 1920px) {
  .footer {
    width: 100%;
    height: 350px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    position: relative;
    background-color: #000;
  }
  .footer .footer_center {
    width: 80%;
    margin: 0 auto;
    /*display: flex;
        justify-content: space-between;*/
    color: #fff;
    margin-top: 60px;
  }
  .footer .footer_left {
    width: 26%;
    float: left;
  }
  .footer .footer_nav {
    width: 26%;
    float: left;
    display: flex;
    justify-content: space-around;
    margin-right: 60px;
    border-right: 1px solid #ffffff40;
    padding-right: 20px;
    padding-left: 30px;
    border-left: 1px solid #ffffff40;
  }
}
.footer .footer_nav dt > a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 14px;
}
.footer .footer_nav dl dd > a {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 30px;
}
.footer .footer_right {
  width: 39%;
  float: left;
  position: relative;
}
.footer .footer_right .footer_right_text > div {
  margin-bottom: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .footer_right .footer_right_icon > div {
  float: left;
  width: 100px;
}
.footer .footer_right h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .footer_right i {
  color: #999;
  font-size: 20px;
}
.footer .footer_right span {
  color: #999;
  font-size: 14px;
}

.footer .footer_icp {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  border-top: 1px solid #464646;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #999;
}
.footer .footer_icp a {
  color: #999;
}
.footer_right_text {
  float: left;
}
.footer_right_icon {
  float: right;
  width: 230px;
}
.footer_right_icon img {
  width: 100px;
}
.icon_detaided {
  margin-left: 20px;
}
.icon_detaided h3 {
  margin-bottom: 10px !important;
  margin-top: 22px;
}
.icon_2 {
  clear: both !important;
  width: 220px !important;
  height: 55px;
  margin-top: 12px;
}
.icon_2 img {
  width: 220px !important;
  height: 55px;
}
.icon_detaided p {
  color: #a9a9a9;
}
.fangAn {
  width: 100%;
  height: 480px;
  background: url("../images/fangan.png") center no-repeat;
}
.footerLogo {
  margin-top: 24px;
}
@media screen and (max-width: 1600px) {
  .n_banner {
    height: 560px;
  }
  .product .product_bottom .proListItem .proListItemRight .proItemImg .imgBox {
    padding-bottom: 350px;
  }
  .product .product_bottom .proListItem .proListItemLeft .box {
    height: 410px;
  }
  .product .product_bottom .proListItem .proListItemLeft {
    height: 444px;
  }
  .proPart2 .proPart2_center .proListItem .proListItemLeft .box {
    height: 410px;
  }
  .proPart2 .proPart2_center .proListItem .proListItemLeft {
    height: 444px;
  }
  .proPart3 .proPart3_center .proListItem .proListItemLeft .box {
    height: 410px;
  }
  .proPart3 .proPart3_center .proListItem .proListItemLeft {
    height: 444px;
  }
  .proPart3
    .proPart3_center
    .proListItem
    .proListItemRight
    .proItemImg
    .imgBox {
    padding-bottom: 350px;
  }
  .proPart2
    .proPart2_center
    .proListItem
    .proListItemRight
    .proItemImg
    .imgBox {
    padding-bottom: 350px;
  }
  .proPart2 {
    height: 570px;
  }
  .proPart3 {
    height: 600px;
  }
  .product .proDetailed_info .more {
    margin-top: 70px;
  }
  .footer .footer_right .footer_right_icon > div {
    float: none;
    width: 100px;
  }
  .footer_right_icon {
    float: none;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer_right_icon .icon_2 {
    display: none;
  }
  .footer_right_text {
    float: none;
  }
  .icon_detaided {
    margin-left: 0px;
    text-align: center;
  }
  .icon_detaided h3 {
    margin-bottom: 10px !important;
    margin-top: 8px;
  }
  .footer .footer_right {
    width: 36%;
    float: left;
    position: relative;
  }
  .footer .footer_left {
    width: 29%;
    float: left;
  }
  .footer .footer_nav {
    width: 25%;
    float: left;
    display: flex;
    justify-content: space-around;
    margin-right: 60px;
    border-right: 1px solid #ffffff40;
    padding-right: 20px;
    padding-left: 24px;
    border-left: 1px solid #ffffff40;
  }
  .footer .footer_right {
    width: 36%;
    float: left;
    position: relative;
  }
}
@media screen and (max-width: 1440px) {
  .server .server_content ul li p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .server_part02 .w80 .right h3 {
    padding-top: 100px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #fff;
  }
  .server_part02 .w80 .left h3 {
    padding-top: 100px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #fff;
  }
  .server_part02 .w80 .right p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 100px;
  }
  .server_part02 .w80 .left p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 100px;
  }
  .footer {
    margin-top: 0px;
  }
  .header {
    height: 90px !important;
  }
  .header .nav {
    line-height: 90px !important;
  }
  .n_banner {
    height: 420px;
  }
  .n_banner .banner_img .banner_text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .n_banner .banner_img .banner_text p {
    font-size: 18px;
  }
  .company_profile .CP_bottom .about_adv ul li .txt {
    margin-top: 14px;
  }
  .company_profile .CP_bottom .about_adv ul li .txt .data {
    font-size: 32px;
    margin-bottom: 0;
  }
  .company_profile .CP_bottom .about_adv ul li .txt .cont {
    font-size: 13px;
  }
  .n_main .n_nav_list .left .flex li {
    font-size: 14px;
  }
  .company_profile .CP_top .CP_box1 .CP_text p {
    font-size: 14px;
  }
  .honor .honor_center .honor_title {
    font-size: 28px;
  }
  .honor .honor_center .honor_title p {
    margin-top: 4px;
    font-size: 12px;
  }
  .honor .honor_center .honor_content .honor_nav ul li {
    font-size: 14px;
  }
  .honor .honor_center .honor_content .honor_certificate {
    margin-top: 30px;
  }
  .certificate_item ul .cfLi .txt {
    font-size: 14px;
    padding: 10px;
  }
  .product .product_tilte h3 {
    font-size: 28px;
  }
  .product .product_application p {
    font-size: 14px;
  }
  .product .product_bottom .proListItem .proListItemRight .proItemImg .imgBox {
    padding-bottom: 302px;
  }
  .product .product_bottom .proListItem .proListItemRight .proItemImg .carInfo {
    top: 34px;
  }
  .product
    .product_bottom
    .proListItem
    .proListItemRight
    .proItemImg
    .carInfo
    h4 {
    font-size: 20px;
  }
  .product
    .product_bottom
    .proListItem
    .proListItemRight
    .proItemImg
    .carInfo
    h4
    span {
    font-size: 15px;
  }
  .product .product_bottom .proListItem .proListItemLeft .box h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .product .product_bottom .proListItem .proListItemLeft .box p {
    font-size: 12px;
  }
  .product .product_bottom .proListItem .proListItemLeft ul li a {
    font-size: 12px;
  }
  .product
    .product_bottom
    .proListItem
    .proListItemRight
    .proItemImg
    .imgMore
    a {
    font-size: 12px;
  }
  .product .product_bottom .proListItem .proListItemRight .proItemImg .imgMore {
    height: 55px;
    line-height: 55px;
  }
  .product .product_bottom .proListItem .proListItemLeft ul li {
    height: 40px;
  }
  .product .product_bottom .proListItem .proListItemLeft .box {
    height: 360px;
  }
  .product .product_bottom .proListItem .proListItemLeft {
    height: 386px;
  }
  .swiper-container .swiper-button-next::after {
    width: 36px;
    height: 36px;
  }
  .product
    .product_bottom
    .proListItem
    .proListItemRight
    .proItemTitle_left
    h3 {
    font-size: 24px;
  }
  .product
    .product_bottom
    .proListItem
    .proListItemRight
    .proItemTitle_left
    span {
    font-size: 16px;
  }
  .proPart2 {
    margin-top: 50px;
  }
  .proPart2 .proPart2_center .proListItem .proListItemLeft .box h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .proPart2 .proPart2_center .proListItem .proListItemLeft .box p {
    font-size: 12px;
  }
  .proPart2 .proPart2_center .proListItem .proListItemLeft ul li a {
    font-size: 12px;
  }
  .proPart2
    .proPart2_center
    .proListItem
    .proListItemRight
    .proItemImg
    .imgBox {
    padding-bottom: 302px;
  }
  .proPart2
    .proPart2_center
    .proListItem
    .proListItemRight
    .proItemImg
    .imgMore
    a {
    color: #fff;
    font-size: 12px;
  }
  .proPart2
    .proPart2_center
    .proListItem
    .proListItemRight
    .proItemImg
    .imgMore {
    height: 55px;
    line-height: 55px;
  }
  .proPart2 .proPart2_center .proListItem .proListItemLeft .box {
    height: 360px;
  }
  .proPart2 .proPart2_center .proListItem .proListItemLeft ul li {
    height: 38px;
  }
  .proPart2 .proPart2_center .proListItem .proListItemLeft {
    height: 386px;
  }
  .proPart2
    .proPart2_center
    .proListItem
    .proListItemRight
    .proItemImg
    .carInfo {
    top: 34px;
  }
  .proPart2
    .proPart2_center
    .proListItem
    .proListItemRight
    .proItemTitle_left
    h3 {
    font-size: 24px;
  }
  .proPart2
    .proPart2_center
    .proListItem
    .proListItemRight
    .proItemTitle_left
    span {
    font-size: 16px;
  }
  .proPart2
    .proPart2_center
    .proListItem
    .proListItemRight
    .proItemImg
    .carInfo
    h4 {
    font-size: 20px;
  }
  .proPart2
    .proPart2_center
    .proListItem
    .proListItemRight
    .proItemImg
    .carInfo
    h4
    span {
    font-size: 15px;
  }
  .proPart2 .proPart2_center .proListItem {
    margin-top: 60px;
  }
  .proPart2 {
    height: 500px;
  }
  .proPart3
    .proPart3_center
    .proListItem
    .proListItemRight
    .proItemImg
    .carInfo {
    top: 34px;
  }
  .proPart3
    .proPart3_center
    .proListItem
    .proListItemRight
    .proItemTitle_left
    h3 {
    font-size: 24px;
  }
  .proPart3
    .proPart3_center
    .proListItem
    .proListItemRight
    .proItemTitle_left
    span {
    font-size: 16px;
  }
  .proPart3 .proPart3_center .proListItem .proListItemLeft .box {
    height: 360px;
  }
  .proPart3 .proPart3_center .proListItem .proListItemLeft {
    height: 386px;
  }
  .proPart3 .proPart3_center .proListItem .proListItemLeft ul li {
    height: 40px;
  }
  .proPart3 .proPart3_center .proListItem .proListItemLeft .box h3 {
    font-size: 20px;
  }
  .proPart3 .proPart3_center .proListItem .proListItemLeft .box p {
    font-size: 12px;
  }
  .proPart3
    .proPart3_center
    .proListItem
    .proListItemRight
    .proItemImg
    .imgBox {
    padding-bottom: 302px;
  }
  .proPart3 .proPart3_center .proListItem {
    margin-top: 50px;
  }
  .proPart3 {
    height: 500px;
  }
  .product .proDetailed_info h3 {
    font-size: 22px;
  }
  .product .proDetailed_info .application span {
    margin-top: 20px;
  }
  .swiper-container .swiper-button-prev::after {
    width: 36px;
    height: 36px;
  }
  .product {
    margin-top: 60px;
  }
  .product .proDetailed_info .application span {
    font-size: 16px;
  }
  .product .proDetailed_info p {
    font-size: 14px;
  }
  .product .proDetailed_info .chicun {
    font-size: 14px;
  }
  .product .proDetailed_info .chicun {
    margin-top: 20px;
  }
  .product .proDetailed_info .more {
    margin-top: 40px;
  }
  .proDetailedContent .pro_navList {
    height: 60px;
  }
  .proDetailedContent .pro_navList ul li {
    line-height: 60px;
  }
  .proDetailedContent .pro_navList ul li a {
    font-size: 14px;
  }
  .proDetailedContent .pro_DetailText .pro_gongneng_title h3 {
    font-size: 20px;
  }
  .proDetailedContent .pro_DetailText h3::before {
    height: 20px;
  }
  .proDetailedContent .pro_DetailText {
    margin: 40px auto;
  }
  .proDetailedContent .pro_DetailText .pro_canshu .pro_canshu_title h3 {
    font-size: 20px;
  }
  .proDetailedContent .pro_DetailText .pro_canshu h3::before {
    height: 20px;
  }
  .pro_other .pro_other_title h3 {
    font-size: 20px;
  }
  .pro_other h3::before {
    height: 20px;
  }
  .pro_other .pro_other_title {
    margin-top: 30px;
  }
  .pro_other {
    height: 380px;
  }
  .news_list ul li a {
    padding: 30px 0 20px;
  }
  .news_list ul li .news_left .title {
    font-size: 18px;
  }
  .news_detailed_title h3 {
    font-size: 20px;
  }
  .news_detailed_title {
    margin-top: 60px;
  }
  .join_us_content .join_us_title ul li {
    font-size: 15px;
    line-height: 50px;
  }
  .join_us_content .join_us_title {
    height: 50px;
  }
  .join_us_content {
    margin-top: 60px;
  }
  .contact {
    margin-top: 60px;
  }
  .contact ul li i {
    font-size: 40px;
  }
  .contact ul li h3 {
    font-size: 16px;
  }
  .join {
    margin-top: 60px;
  }
  .join .join_left .join_left_top .join_left_top_right {
    padding-bottom: 46.2%;
  }
  .join .join_left .join_left_top .join_left_top_left {
    padding-bottom: 46.2%;
  }
  .join .join_left .join_left_bottom {
    padding-bottom: 46.2%;
  }
  .join .join_left .join_left_top .join_left_top_right h3 {
    margin-top: 30px;
    font-size: 20px;
  }
  .join .join_left .join_left_top .join_left_top_left h3 {
    margin-top: 30px;
    font-size: 20px;
  }
  .join .join_left .join_left_top .join_left_top_right p {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .join .join_left .join_left_top .join_left_top_left p {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .join .join_right {
    padding-bottom: 46.2%;
  }
  .join .join_right .join_right_text {
    height: 254px;
  }
  .join .join_right .join_right_text h3 {
    margin-top: 50px;
    font-size: 20px;
  }
  .join .join_right .join_right_text p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .join .join_right .join_right_text a i {
    font-size: 30px;
  }
  .join .join_right .join_right_text a {
    font-size: 20px;
  }
  .banner .banner_text h3 {
    font-family: 微软雅黑;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }
  .footer .footer_left {
    width: 24%;
    float: left;
    margin-right: 2%;
  }
  .footer .footer_left img {
    width: 100%;
  }
  .footer .footer_nav {
    width: 25%;
    float: left;
    display: flex;
    justify-content: space-around;
    margin-right: 40px;
    border-right: 1px solid #ffffff40;
    padding-right: 20px;
    padding-left: 24px;
    border-left: 1px solid #ffffff40;
  }

  .footer .footer_right {
    width: 40%;
    float: left;
    position: relative;
  }
  .footer .footer_nav dt > a {
    font-size: 13px;
  }
  .footer .footer_nav dl dd > a {
    font-size: 13px;
  }
  .footer .footer_right h3 {
    font-size: 13px;
  }
  .footer .footer_right span {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .server .server_title {
    margin: 40px auto 0;
  }
  .server .server_title h3 {
    font-size: 20px;
  }
  .server .server_content {
    margin-top: 20px;
  }
  .server .server_content ul li {
    margin-top: 10px;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  .server .server_content ul li h4 {
    font-size: 18px;
  }
  .server_part02 .w80 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .server_part02 .w80 .left h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .server_part02 .w80 .left p {
    font-size: 14px;
  }
  .server_part02 .w80 .right {
    width: 100%;
  }
  .n_main .n_nav_list .right {
    float: none;
    text-align: center;
  }
  .server_part02 {
    margin-top: 30px;
  }
  .server_part02 .w80 {
    margin-top: 40px;
  }
  .server_part02 .w80 .right h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .server_part02 .w80 .right p {
    font-size: 14px;
  }
  .n_banner {
    height: 260px;
  }
  .n_banner .banner_img .banner_text h3 {
    font-size: 20px;
  }
  .n_banner .banner_img .banner_text p {
    font-size: 15px;
  }
  .n_main .n_nav_list {
    line-height: 50px;
    height: 50px;
  }
  .company_profile .CP_top .CP_box2 {
    width: 100%;
  }
  .company_profile {
    margin-top: 40px;
  }
  .company_profile .CP_top .CP_box1 .CP_title h3 {
    width: 36%;
    margin-top: 20px;
  }
  .company_profile .CP_top .CP_box1 .CP_title h3 img {
    width: 100%;
  }
  .company_profile .CP_top .CP_box1 .CP_title .slogan_img {
    width: 100%;
  }
  .company_profile .CP_top .CP_box1 .CP_title .slogan_img img {
    width: 100%;
  }
  .company_profile .CP_bottom .about_adv ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
  }
  .company_profile .CP_bottom .about_adv ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .company_profile .CP_bottom .about_adv ul li .img {
    width: 32%;
  }
  .company_profile .CP_bottom .about_adv ul li .txt {
    width: 58%;
  }
  .company_profile .CP_bottom .about_adv ul li .txt .cont {
    font-size: 12px;
  }
  .company_profile .CP_bottom .about_adv ul li .txt .data {
    font-size: 24px;
    margin-bottom: 0;
  }
  .company_profile .CP_bottom {
    margin-top: 30px;
  }
  .development {
    margin-top: 30px;
  }
  .dev_title {
    font-size: 20px !important;
  }
  .honor {
    margin-top: 30px;
  }
  .honor .honor_center .honor_title {
    font-size: 20px;
  }
  .honor .honor_center .honor_content .honor_nav ul {
    flex-wrap: wrap;
  }
  .honor .honor_center .honor_content .honor_nav ul li {
    width: 50%;
  }
  .certificate_item ul .cfLi {
    width: 100%;
  }
  .footer .footer_center {
    width: 90%;
  }
  .footer .footer_left {
    display: none;
  }
  .footer .footer_nav {
    display: none;
  }
  .footer .footer_right {
    width: 100%;
  }
  .icon_detaided p {
    display: none;
  }
  .icon_detaided h3 {
    margin-top: 0px;
  }
  .footer_icp a {
    display: none;
  }
  .n_banner .banner_img.news_banner {
    background-size: cover;
  }
  .news_list ul li .news_left .content {
    display: none;
  }
  .news_list ul li .news_right {
    width: 36%;
  }
  .news_list ul li .news_left {
    width: 58%;
  }
  .news_list ul li .news_left .title {
    font-size: 14px;
  }
  .news_list {
    margin-top: 10px;
  }
  .news_detailed_title h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .news_detailed_title {
    margin-top: 30px;
  }
  .news_detailed_outline .news_detailed_info {
    flex-wrap: wrap;
    display: none;
  }
  .news_detailed_outline .news_detailed_info .news_info_item {
    width: 50%;
  }
  .news_detailed_body p {
    font-size: 13px;
  }
  .news_detailed_outline .news_detailed_content p {
    font-size: 12px;
  }
  .news_detailed_body {
    margin-bottom: 30px;
  }
  .news_detailed_page {
    flex-wrap: wrap;
  }
  .news_detailed_page .pre {
    width: 100%;
    margin-bottom: 20px;
  }
  .news_detailed_page .pre a {
    font-size: 12px;
  }
  .news_detailed_page .next {
    width: 100%;
  }
  .news_detailed_page .next a {
    font-size: 12px;
  }
  .n_main_center {
    width: 86%;
  }
  .news_detailed_page .next .fr {
    float: none;
  }
  .product {
    margin-top: 30px;
  }
  .product .product_tilte {
    width: 100%;
  }
  .product .product_tilte p img {
    width: 100%;
  }
  .product .product_tilte h3 {
    font-size: 20px;
  }
  .product .product_application {
    width: 100%;
  }
  .product .product_application p {
    font-size: 12px;
  }
  .product .product_top {
    padding-bottom: 24px;
  }
  .proPart2 {
    display: none;
  }
  .proPart3 {
    display: none;
  }
  .product .product_bottom {
    display: none;
  }
  .m_proList {
    margin-top: 30px;
  }
  .m_proList .m_ruida .m_ruida_title {
    padding-bottom: 20px;
    background: url(../images/proItem_bg0.png) repeat;
    padding-top: 20px;
  }
  .m_proList .m_ruida .m_ruida_title h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .m_proList .m_ruida .m_ruida_list {
    width: 100%;
  }
  .m_proList .m_ruida .m_ruida_list .m_proListImg {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    border-radius: 6px;
  }
  .m_proList .m_ruida .m_ruida_list .m_proItem {
    margin-bottom: 20px;
  }
  .m_proList .m_ruida .m_ruida_list .m_proListImg img {
    width: 100%;
  }
  .m_proList .m_ruida .m_ruida_list .m_proListTitle {
    padding: 10px;
    text-align: left;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background-color: #355f94;
  }
  .m_proList .m_ruida .m_ruida_list .m_proListTitle h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.397);
  }
  .m_proList .m_ruida .m_ruida_list .m_proListTitle > div {
    margin-bottom: 10px;
  }
  .h992 {
    display: none !important;
  }
  .s992 {
    display: block !important;
  }
  /* .n_banner video {
    width: 100%;
  } */
  .product .proDetailed_info {
    width: 100%;
  }
  .product .proDetailed_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .product .proDetailed_info h3 {
    font-size: 18px;
  }
  .proDetailedContent .pro_DetailText .pro_gongneng_title h3 {
    font-size: 16px;
  }
  .proDetailedContent .pro_DetailText h3::before {
    height: 17px;
  }
  .proDetailedContent .pro_DetailText .pro_gongneng .pro_gongneng_content {
    margin-top: 20px;
    padding: 20px;
  }
  .proDetailedContent .pro_DetailText {
    width: 86%;
    margin: 20px auto;
  }
  .proDetailedContent
    .pro_DetailText
    .pro_gongneng
    .pro_gongneng_content
    > div {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 4px;
    margin-top: 20px;
  }
  .proDetailedContent .pro_DetailText .pro_gongneng .pro_gongneng_content h4 {
    font-size: 15px;
  }
  .proDetailedContent
    .pro_DetailText
    .pro_gongneng
    .pro_gongneng_content
    > div
    > p {
    font-size: 13px;
  }
  .proDetailedContent .pro_navList ul li {
    width: 33%;
    text-align: center;
  }
  .proDetailedContent .pro_DetailText .pro_canshu .pro_canshu_title h3 {
    font-size: 16px;
  }
  .proDetailedContent .pro_DetailText .pro_canshu h3::before {
    height: 17px;
  }
  .product .proDetailed_info .weight {
    font-size: 14px;
  }
  .product .proDetailed_info .zhouju {
    font-size: 14px;
  }
  .product .proDetailed_info .more {
    height: 40px;
    width: 140px;
    line-height: 40px;
  }
  .pro_other {
    display: none;
  }
  .proDetailedContent .pro_DetailText .pro_canshu .pro_canshu_title {
    margin-bottom: 20px;
  }
  .n_banner .banner_img.contact_banner {
    background-size: cover;
  }
  .contact {
    margin-top: 40px;
  }
  .contact ul {
    flex-wrap: wrap;
  }
  .contact ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .join {
    margin: 0 auto 30px;
    display: none;
  }
  .n_banner .banner_img.xiaoyuan_banner {
    background-size: cover;
  }
  .n_banner .banner_img.shehui_banner {
    background-size: cover;
  }
  .n_banner .banner_img.server_banner {
    background-size: cover;
  }
  .n_banner .banner_img {
    width: 100%;
    height: 100%;
    background: url(../images/about_banner.jpg) no-repeat center;
    background-attachment: initial;
    background-size: cover;
    position: relative;
  }
}
.fangAn {
  width: 100%;
  height: 480px;
  background: url("../images/fangan.png") center no-repeat;
}
.footerLogo {
  margin-top: 24px;
}
.h992-w {
  display: none;
}
