@charset "UTF-8";

/* 网站置灰 */
.html.o2_gray {
  filter: grayscale(100%);
}
html,
body,
#app {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul,li{ list-style:none; }

/*有序列表（ol）*/
ol {
  list-style: none;
}

.i {
  width: 100%;
  height: 100%;
}
.y {
  /* height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; */

  display:-webkit-box;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	overflow:hidden;

}


/* ============全局无数据显示icon============ */
.no-data-box{
  width: 100%;
  height: 500px;
  position: relative;
}
.no-data-nav{
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.no-data-img{
  margin: auto;
  width: 380px;
  height: 400px;
}
.no-data-title{
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #656565;
}
/* =======首页新闻a标签样式修饰========== */
.journalism-a{
  width: 100%;
  display: flex;
}
/* ========================== */
/* ============全局隔断============== */
.cutoff{
  width: 100%;
  height: 30px;
  background-color: #EEEEEE;
}
/* =========================== */
.onselected {
  color: #3693F0 !important;
  font-size: 18px;
  font-weight: 600;
}

.active {
  color: #3693F0 !important;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  height: 4px;
  background-color: #3693F0;
}

.style-ash {
  background-color: #F6F6F6;
}

.conAvtive {
  display: block !important;
}

.tabcontents {
  /* width: 100%;
  padding: 10px;
  box-sizing: border-box; */
  display: none;
}

/*===================================================================================== */
/* ==============大于600px nav样式 =========== */
/* ==================================================================================== */
/* ========================================================Home 首页====================================================== */
.home-box {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  /* background-color: rgba(225, 225, 225, 0.5); */
  background-color: #262626;
  z-index: 999 !important;
}

.home-nav {
  width: 70%;
  height: 100%;
  margin: auto;
}

/* ============= 导航 ============= */
.tab-nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-nav>div {
  width: 50%;

}

.tab-nav-left {
  width: 300px !important;
  height: 50px !important;

}

.tab-nav-left img {
  width: 100%;
  height: 100%;
}

.tab-nav-right {
  width: 50%;
}

.tab-nav-right ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tab-nav-right ul li {}

.tab-nav-right ul li a {
  color: #fff;
}

.tab-nav-right ul li:hover {}

.tab-nav-right ul li a:hover {
  z-index: 9999;
  color: #328DFF;
}


/* ========================= */
.right-box {
  display: none;
}

.separate-box {
  display: none;
}


.index-news {
	margin-bottom: 15px;
  height: 400 !important;
}






/* ========================================Foot============================== */
/*页尾*/
.Footer-box {
  width: 100%;
  background-color: #0B294D;
}

.Footer-nav {
  width: 70%;
  height: 320px;
  background-color: #0B294D;
  margin: auto;
  color: #fff;
}

.Footer-tab {
  width: 100%;
  padding-top: 50px;
  border-bottom: 1px solid #fff;
  /*opacity: 0.6;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Footer-left {
  width: 70%;
}

.up {
  height: 50px;
  width: 100%;
}

.up ul {
  list-style-type: none;
  text-align: center;
  color: #fff;
}

.up ul li {
  float: left;
  width: 100px;
  height: 50px;
  line-height: 50px;
  /* 这里 line-height == 父容器高度 ，能起到上下居中的效果*/
}


.Footer-right {
  width: 30%;
}

.Footer-bottom-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* align-items: center;*/

}

.Footer-bottom-left {}

.Footer-bottom-label {
  margin-top: 20px;
  display: flex;
}

.Footer-bottom-right {
  width: 30%;
}

.Footer-bottom-right-img {
  width: 100px;
  height: 100px;
  margin: 10px auto;
}

.Footer-bottom-right-text {
  text-align: center;
  font-size: 12px;
}

.Footer-bottom-img {
  width: 100%;
  height: 100%;
}

.Footer-Subtab {
  width: 100%;
  background-color: #082140;
  text-align: center;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}



/* ================================底部导航=============================================== */
.navigation-bottom-box {
  display: none;
}


/* ================轮播或者视频================= */
.idx_ban {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 700px;
}

.img {
  width: 100%;
  height: 100%;
}


.Powerpoint-box {
  width: 100%;
  height: 670px;
  background-color: #000;
}

.video {
  width: 100%;
  height: 100%;
}

.vjs-big-play-button {
  right: 10px;
  bottom: 10px;
  margin: auto;
  border-radius: 24px !important;
}

/* =================================关于我们==================================================== */
.about-us-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.about-us-left {}

.about-us-label {
  font-size: 34px;
  color: #333333;
  /*
  text-align: center;
 */
}

.about-us-name {
  width: 75%;
  font-size: 14px;
  color: #333333;
  line-height: 35px;
  -webkit-line-clamp: 6;
  height: 210px;
  margin: 30px 0;
}

.about-us-right {}

.about-us-img {
  width: 500px;
  height: 430px;
}

.about-us-examine {
  width: 100px;
  height: 40px;
  background-color: #328DFF;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.about-us-examine:hover {
  background-color: #003BEF;
  color: #fff;
}


/* ============================产品展示================================= */
.press-center-box {
  width: 100%;
  /* margin-top: 50px; */
}

.press-center-nav {
  width: 70%;
  margin: auto;
}

.press-center-crumbs {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.press-center-crumbs_left {
  width: 50%;
}

.title {
  color: #1F47A4;
  font-size: 24px;
  font-weight: 700;
}

.special {
  width: 100px;
  margin-top: 15px;
  position: relative;
}

.special::after {
  content: '';
  width: 60%;
  height: 10px;
  background-color: #3693F0;
  position: absolute;
  left: 0;

}

.special::before {
  content: '';
  width: 40%;
  height: 10px;
  background-color: #002A7B;
  position: absolute;
  right: 0;
}

.press-center-crumbs_right {
  width: 50%;
}

.more-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.more-nav {
  width: 120px;
  height: 40px;
  background-color: #328DFF;
  color: #ffffff;
  text-align: center;
  line-height: 40px;

}
.more-nav a{
  color: #ffffff;
}
.more-nav:hover {
  background-color: #0015BC;
  color: #ffffff;
}

.press-center-tab {
  padding: 10px;
  box-sizing: border-box;

}

.press-center-title {
  width: 100%;
  display: flex;
  align-items: center;
}

.press-center-this {
  width: 90px;
  height: 30px;
  border: 2px solid #5A80A4;
  text-align: center;
  line-height: 30px;
  color: #5A80A4;
  margin-left: 20px;
}

.press-center-this:hover {
  background-color: #064191;
  color: #fff;
  border: none;
}



.tab-content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.products-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.products-nav {
  width: 30%;
  height: 400px;
  margin: auto;
  position: relative;
}

.products-content {
  width: 90%;
  height: 160px;
  background-color: #fff;
  box-shadow: 3px 6px 12px rgba(117, 117, 117, 0.16);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 6px 0 6px 6px;
}

.products-time {
  width: 150px;
  height: 50px;
  color: #ffffff;
  background-color: #28B6F6;
  text-align: center;
  line-height: 50px;
  border-radius: 6px 0 0 6px;
  position: absolute;
  right: 0;
  top: -25px;
  font-weight: 600;
}

.products-name {
  width: 80%;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
}

.products-img {
  width: 100%;
  height: 80%;
  position: absolute;
  box-shadow: 0px 3px 6px rgba(225, 225, 225, 1);
}

.i-s {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* ========================联系我们======================== */
/*联系我们*/
.contact-box {
  width: 100%;
  margin-top: 50px;
  height: 200px;
  background: url(../img/h3.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: 50% 50% !important;
  background-attachment: fixed;
}

.contact-nav {
  margin: auto;
  width: 70%;
  height: 200px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;

}

.contact-left {
  width: 60%;
  color: #ffffff;
  font-size: 18px;
}

.phone {
  margin: 20px 0;
}

.contact-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;

}

/* .contact-right-phone_box {
  width: 60%;
  height: 110px;
  text-align: center;
  border-radius: 6px;
  color: #ffffff;
  background-color: #007aff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 30px;
} */

.contact-right-phone_box {
  width: 60%;
  height: 110px;
  text-align: center;
  border-radius: 6px;
  color: #007aff;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 30px;
}



.phone-img {
  width: 60px;
  height: 60px;
}

.phone-name {
  width: 100%;
  text-align: center;
}

.phone-name-a {
  font-size: 16px;
  font-weight: bold;
}

.phone-name-b {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}


/* ==========================新闻中心============================ */
/*新闻中心*/
.journalism-center-box {
  width: 100%;
  margin-top: 50px;
}

.journalism-center-nav {
  width: 70%;
  margin: auto;
  background-color: #fff;
}

.journalism-center-crumbs {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.journalism-center-crumbs_left {
  width: 50%;
}

.journalism-title {
  color: #1F47A4;
  font-size: 24px;
  font-weight: 700;
}

.journalism-special {
  width: 100px;
  margin-top: 15px;
  position: relative;
}

.journalism-special::after {
  content: '';
  width: 60%;
  height: 10px;
  background-color: #3693F0;
  position: absolute;
  left: 0;

}

.journalism-special::before {
  content: '';
  width: 40%;
  height: 10px;
  background-color: #002A7B;
  position: absolute;
  right: 0;
}

.journalism-center-crumbs_right {
  width: 50%;
}

.journalism-center-tab {
  padding: 10px;
  box-sizing: border-box;
}

.journalism-center-title {
  width: 100%;
  display: flex;
  align-items: center;

}

.journalism-center-this {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 20px;
  cursor: pointer;
}

.journalism-center-this:hover {
  color: #3693F0;
  border: none;
}



.tab-content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.journalism-box {
  width: 100%;
  display: flex;
}

.journalism-left {
  width: 40%;
}

.journalism-left-img {
  width: 100%;
  height: 280px;
}

.left-img {
  width: 100%;
  height: 100%;
}

.journalism-left-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  width: 100%;
}

.journalism-left-detail {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #656565;
}

.journalism-right {
  width: 60%;
  margin-left: 20px;
}

.journalism-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.journalism-top-img {
  width: 300px;
  /* height: 100px; */
  height: 150px;
}

.journalism-img {
  /* width: 100%; */
  width: 300px !important;
  height: 100%;
}

.journalism-top-content {
  margin-left: 20px;
}

.journalism-top-content_title {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}

.journalism-top-content_name {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #656565;
}

.journalism-bottom {
  width: 100%;
  margin-top: 20px;
}

.journalism-bottom_content {
  width: 100%;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
}

.journalism-bottom_left {
  width: 12%;
}

.month {
  font-size: 20px;
}

.year {
  margin-left: 20px;
}

.journalism-bottom_right {
  width: 100%;
}

.a {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}

.b {
  width: 100%;
  font-size: 14px;
  color: #656565;
  margin-top: 10px;
}



/* ==================================联系我们页面==================================== */
/* ================================================================================= */
/* ================================================================================= */
/* ==================================================================================*/

/*联系我们*/
.x-container-box {
  width: 100%;
  margin-top: 50px;
}

.x-container-nav {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-between;

}

.x-container-h {
  width: 30%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.x-container-h::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #28B6F6;
  position: absolute;
  bottom: 0;
  left: 0;
}


.x-container-c {
  /*
  width: 30%;
  line-height: 300px;
  height: 300px;
  background-color: red;
  text-align: center;
  */
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 20px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-container-c-img {
  width: 80px;
  height: 80px;
}

.x-container-c-name {
  margin-left: 20px;
  font-size: 24px;
}

.x-container-s {
  width: 100%;
  position: absolute;
  top: 0;
  transition: top 0.5s;
}

.x-container-h1 {
  width: 100%;
  height: 300px;
  background-color: #ffffff;
}

.x-container-h2 {
  width: 100%;
  height: 300px;
  background-color: #28B6F6;
}

.x-container-c:hover+.x-container-s {
  top: -300px;
}

.x-container-c:hover {
  color: #ffffff;
}

/*地图*/
.map-box {
  width: 100%;
}

.map-nav {
  width: 70%;
  height: 400px;
  /*
   background-color: red;
  */
  margin: 50px auto;
}

/* ==================================产品中心==================================== */
/* ================================================================================= */
/* ================================================================================= */
/* ==================================================================================*/

/*产品*/
.product-content-box {
  width: 100%;
}

.product-content-nav {
  width: 70%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.product-content-nav::after {
  content:'';
  width: 30%;
  height: 600px;
}

.product-content-r {
  width: 30%;
  /* height: 500px; */
  height: 480px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0 0 30px 0;
  border-radius: 12px;
}


.product-content-r_i {
  width: 100%;
  height: 259px;
}

.product-content-r_n {
  width: 100%;
  /* height: 200px; */
  height: 140px;
  padding: 20px;
  box-sizing: border-box;
}

.product-content-r_n_1 {
  font-weight: 500;
  font-size: 24px;
  font-family: 'Halyard Display';
}

.product-content-r_n_2 {
  font-weight: 500;
  font-size: 16px;
  font-family: 'Halyard Display';
  margin-top: 15px;
}

.product-content-s {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.product-content-submit {
  width: 160px;
  height: 50px;
  border-radius: 30px;
  line-height: 50px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  position: relative;
  left: 0;
  transition: left 0.5s;
  background-image: linear-gradient(to right, transparent, #28B6F6);
  background-size: 0% 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}

.examine {
  width: 100%;
  display: inline-block;
  margin-left: 50px;
}

.arrows {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  background-color: #28B6F6;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  right: 2px;
  top: 1px;

}

.product-content-submit:hover {
  background-size: 100% 100%;
  color: #6E9EFA;
  font-weight: 600;
}

/*分页*/
.paging-content-box {
  width: 100%;
}

.paging-content-nav {
  width: 70%;
  margin: 20px auto;
}

.paging-content-h {
  width: 100%;
  text-align: center
}

/* =====================================产品详情================================================ */
/* ================================================================================= */
/* ================================================================================= */
/* ==================================================================================*/
/*产品详情*/
.product-details-box {
  width: 100%;

}

.product-details-nav {
  width: 70%;
  margin: 50px auto;
}

.product-details-content {
  width: 100%;
  display: flex;
}

.product-details-left {
  width: 50%;
}

.product-details-left_img {
  /* width: 460px; */
  width: 100%;
  height: 500px;
  border-radius: 16px;
  border: 1px solid #ccc;
}

.i-a {
  border-radius: 16px;
}

.product-details-right {
  /* width: 60%; */
  /* background-color: brown;*/
  /* position: relative; */
  width: 50%;
  margin-left: 60px;
}

.product-details-right-title {
  width: 100%;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.product-details-right-introduce {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #777B83;
  margin-bottom: 20px;
}

.product-details-right-model {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #777B83;
  margin-bottom: 20px;
}

.product-details-right-characteristic {
  width: 100%;
}

.product-details-right-characteristic-a {
  font-family: "Archivo";
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #0B0B0B;
  margin-bottom: 20px;
}

.characteristic-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.characteristic-box>div {
  font-size: 12px;
  font-weight: 600;
  color: #777B83;
  background: #F7F8FD;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 15px;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
}

.characteristic-box>div:hover {
  background-color: #328DFF;
  color: #ffffff;
}


.contact-me-box {
  width: 100%;
  /* position: absolute; */
  /* bottom: 0; */
}

.contact-me-nav {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #328DFF;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 15px;
  border-radius: 2px;
  height: 80px;
  line-height: 80px;
  min-width: 200px;
  border-radius: 8px;
  text-align: center;
}

/*详情富文本*/
.rich-text-box {
  width: 100%;
  margin: 50px auto;

}

/*内容上下切换*/
.cut-box {
  width: 100%;
}

.cut-nav {
  margin: 50px auto;
  width: 70%;
}

/* .cut-nav>div {
  padding: 5px 0;
} */





/* =====================================关于我们================================================ */
/* ================================================================================= */
/* ================================================================================= */
/* ==================================================================================*/

#roll {
  width: 100%;
  height: 340px;
  margin: 0 auto;
  /* border: 1px solid #FF0000; */
  position: relative;
  overflow: hidden;
}

#demo {
  width: 70%;
  height: 340px;
  overflow: hidden;
  margin: auto;
}

#picture1 td {
  height: 300px;
  width: 230px;
  position: relative;
}

#picture2 td {
  height: 300px;
  width: 230px;
  position: relative;
}

.xiao-one {
  /* height: 150px; */
  /* width: 243px; */
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.xiao-one img {
  width: 350px;
  height: 200px;
  margin-left: 34px;
  margin-top: 22px;
}

/* .xiao-one p {
  width: 100%;
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
} */

/* .partner {
  margin-top: 12px;
  width: 100%;
}

p {
  padding: 0px;
  margin: 0px;
} */
/* 企业文化 */
.enterprise-culture-bix {
  width: 100%;
}

.enterprise-culture-nav {
  width: 75%;
  margin: auto;
  /* background-color: red; */
}

.enterprise-culture-title {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;

}

.culture {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
}

.label {
  width: 100%;
  color: #888888;
  margin-top: 10px;
}

.enterprise-culture-content {
  width: 100%;
}

.enterprise-culture-content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.enterprise-culture-content ul li {
  width: 45%;
  height: 210px;
  /* background-color: red; */
  margin: 0 0 20px 20px;
  box-shadow: #eeeeee 1px 1px 20px;

}

.enterprise-culture-content ul li div {
  text-align: center;
  margin-top: 20px;
}

.enterprise-culture-content ul li div:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.enterprise-culture-content ul li div:nth-child(3) {
  color: #666666;
}

.enterprise-culture-content ul li div img {
  width: 80px;
  height: 80px;
}

/* 规模 */
.scale-box {
  width: 100%;
  height: 200px;
  background: url('../img/h3.jpg');
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: 50% 50% !important;
  background-attachment: fixed;
}

.scale-nav {
  width: 70%;
  height: 100%;
  color: #ffffff;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
}

.scale-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scale-list li {
  text-align: center;
}

.scale-title {
  font-size: 40px;
  font-weight: bold;
}

.scale-title span {
  font-size: 18px;
}

.scale-label {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

/* 发展历程 */
.development-history-box {
  width: 100%;
}

.development-history-nav {
  width: 70%;
  margin: 20px auto;
}

.development-history-title {
  width: 100%;
  text-align: center;
}

.development-history-name {
  font-size: 28px;
  font-weight: bold;
}

.development-history-label {
  color: #888888;
  margin-top: 10px;
}

.development-history-content {
  width: 100%;
}

.imgTextUl {
  width: 100%;
  position: relative;
}

.imgTextLi {
  width: 100%;
  position: relative;
  margin-bottom: 2%;
}

.imgTextLi:nth-child(2n) {
  text-align: right;
}

.content {
  width: 100%;
  overflow: hidden;
}

.content .left {
  float: left;
  position: relative;
  width: 40%;
}

.content .right {
  float: right;
  position: relative;
  width: 40%;
}

.name {
  color: #192d7a;
  font-weight: bold;
  font-size: 22px;
  padding-top: 20px;
  line-height: 2.5;
  word-break: break-word;
}

.subName {
  font-size: 14px;
  color: #666;
  word-break: break-word;
  /* white-space: pre-wrap; */
}

.line-box {
  width: 20%;
  position: absolute;
  left: 40%;
  top: 48px;
}

.short-line-box{
  background: #d71618;
  left: 5%;
  width: 30%;
  position: absolute;
  height: 1px;
  top: 15%;
}

.short-line-nav {
  background: #d71618;
  left: 5%;
  width: 30%;
  position: absolute;
  height: 1px;
  top: 15%;
}

.circle-big {
  background: #d71618;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
}

.circle {
  width: 100%;
  height: 100%;
  transform: scale(1.8);
  background: #d71618;
  opacity: 0.2;
  border-radius: 50%;
}

.middle-line {
  background: #d71618;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  margin: 0 auto;
  /* background: #2d8cf0; */
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
}

/* 我们的优势 */
.advantage-box {
  width: 100%;
}

.advantage-nav {
  width: 70%;
  margin: 50px auto;
  /* background-color: red; */
}

.advantage-title {
  width: 100%;
  text-align: center;
}

.advantage-title-name {
  font-size: 28px;
  font-weight: bold;
}

.advantage-title-label {
  color: #888888;
  margin-top: 10px;
}

.advantage-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
}

.advantage-content-dv {
  width: 24%;
  height: 300px;
  background-color: #F2F2F2;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.advantage-content-img {
  width: 64px;
  height: 64px;
  margin: auto;
  margin-top: 40px;

}

.advantage-content-title {
  font-size: 18px;
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 6px;
  margin-top: 10px;
}

.advantage-content-label {
  width: 100%;
  /* height: 25px; */
  font-size: 14px;
  padding-bottom: 16px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* =====================================新闻中心================================================ */
/* ================================================================================= */
/* ================================================================================= */
/* ==================================================================================*/
/* tab栏 */
.press-tab-box {
  width: 100%;
  background-color: #ffffff;
}

.press-tab-nav {
  width: 70%;
  height: 100px;
  background-color: #ffffff;
  margin: auto;
  line-height: 100px;

}

.press-tab-ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.press-tab-ul li {
  width: 150px;
}

.press-tab-ul li a:hover {
  color: #328DFF;
}

/* 新闻中心 */
.press-c-box {
  width: 100%;
  display: none;
}

.pressActive {
  width: 100%;
  display: block !important;
}

.press-c-nav {
  width: 70%;
  /* height: 200px; */
  margin: 20px auto;
  background-color: #ffffff;
}

.press-c-content {
  width: 100%;
  position: relative;
}

.press-c-li {
  width: 100%;
  position: relative;
}

.middle-li-s {
  background: #ddd;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  margin: 0 auto;
  /* background: #2d8cf0; */
  left: 25%;
  transform: translateX(-50%);
  z-index: 999;
}

.press-c-nav ul li {
  width: 100%;
  /* height: 150px; */
  padding: 20px;
  box-sizing: border-box;
}

.press-li-content {
  width: 100%;
  display: flex;
}

.press-li-left {
  width: 20%;
  float: left;
  position: relative;
}

.press-li-right {
  float: right;
  position: relative;
  margin-left: 10%;
  width: 70%;
}

.press-li-time {
  color: #328DFF;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  text-align: right;
}

.press-li-img {
  margin-top: 15px;
  width: 100%;
  height: 150px;
}

.press-li-title {
  font-weight: bold;
  font-size: 20px;
}

.press-li-title:hover {
  color: #328DFF;
}

.press-li-label {
  line-height: 28px;
  font-size: 15px;
  color: #999999;
  height: 66px;
}

.li-box {
  width: 20%;
  position: absolute;
  left: 15%;
  top: 48px;
}

.short-li-box {
  background: #ddd;
  left: 60%;
  width: 10%;
  position: absolute;
  height: 1px;
  top: 15%;
}

.short-li-nav-s {
  background: #ddd;
  left: 5%;
  width: 30%;
  position: absolute;
  height: 1px;
  top: 15%;
}

.circle-big-s {
  background: #ddd;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
}

.circle-s {
  width: 100%;
  height: 100%;
  transform: scale(1.8);
  background: #ddd;
  opacity: 0.2;
  border-radius: 50%;
}

.press-li-submit {
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #328DFF;
  position: absolute;
  bottom: 0;
}

.press-li-submit a {
  color: #ffffff;
}

/* 新闻详情 */
.xw_det{ width: 70%; margin: auto;}
.xw_det .title{font-size: 28px;color: #333;font-weight: bold;text-align: center; height: 10px;}
.xw_det .sm{font-size: 15px;color: #666666;text-align: center;margin-top: 10px;}
.xw_det .editbox{font-size: 16px;color: #333333;line-height: 30px;padding:40px 0;}

.pagenav{}
.pagenav li{font-size: 16px;color: #333333;line-height: 40px;}
.pagenav li:hover{color: #3a9bec;}

.pagelist{text-align: center;margin: 15px 0;}
.pagelist a{display: inline-block;vertical-align: middle;font-size: 15px;color: #fff;width: 38px;line-height: 38px;border-radius:4px;background: #dcdcdc;margin:0 3px;}
.pagelist a:hover,.pagelist a.act{background: #3a9bec;}

/* =====================================新闻详情================================================ */
/* ================================================================================= */
/* ================================================================================= */
/* ==================================================================================*/
/* 面包屑 */
.crumbs-box {
  width: 100%;
  background-color: #EEEEEE;
}

.crumbs-nav {
  width: 70%;
  margin: auto;
  background-color: #EEEEEE;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
}

.crumbs-nav ul {
  width: 100%;
  display: flex;
}

.crumbs-nav ul li a:hover {
  color: #328DFF;
}



.rich-text-box {
  width: 100%;

}

.rich-text-nav {
  width: 70%;
  margin: auto;
}

/* ====================================响应式模块==================================== */
/* ================================================================================= */
/* ================================================================================= */
/* ==================================响应式布局样式==================================*/
/* 600px */
@media screen and (max-width: 857px) {

  /* ===========小于600px nav 样式============ */
  .home-box {
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(225, 225, 225, 0.5);
    z-index: 999 !important;
  }

  .home-nav {
    width: 95%;
    margin: auto;
  }

  .tab-nav {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tab-nav>div {
    width: 50%;

  }

  /* ======左侧logo发生变化======= */
  .tab-nav-left {
    width: 320px !important;
    height: 40px !important;

  }

  .tab-nav-left img {
    width: 100%;
    height: 100%;
  }

  /* =====右侧导航栏显示图标==== */
  .tab-nav-right ul {
    display: none;
  }

  .right-box {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .right-nav {
    width: 30px;
    height: 30px;
  }

  .right-nav>img {
    width: 100%;
    height: 100%;
  }

  /* ===========点击右侧图标后弹窗样式========== */
  #myList {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  #myList ul {
    width: 100%;
    height: 100%;
  }

  #myList ul li {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }

  #myList ul li a {
    color: #ffffff;
  }


  /* ===============轮播或者视频================ */

  .idx_ban {
    width: 100%;
  }

  .swiper-container {
    width: 100%;
    height: 350px;
  }

  .img {
    width: 100%;
    height: 100%;
  }


  .Powerpoint-box {
    width: 100%;
    height: 335px !important;
    /* height: 210px !important; */
    background-color: #000;
  }

  .video {
    width: 100%;
    height: 100% !important;
  }

  .vjs-big-play-button {
    right: 10px;
    bottom: 10px;
    margin: auto;
    border-radius: 24px !important;
  }

  /* ==========================关于我们============================== */
  .press-center-box {
    width: 100%;
    margin-top: 10px;
  }

  .press-center-nav {
    width: 95%;
    margin: auto;
    /* background-color: #fff; */
  }

  .press-center-crumbs {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .press-center-crumbs_left {
    width: 50%;
  }

  .title {
    color: #1F47A4;
    font-size: 16px;
    font-weight: 700;
  }

  .special {
    width: 65px;
    margin-top: 5px;
    position: relative;
  }

  .special::after {
    content: '';
    width: 60%;
    height: 4px;
    background-color: #3693F0;
    position: absolute;
    left: 0;

  }

  .special::before {
    content: '';
    width: 40%;
    height: 4px;
    background-color: #002A7B;
    position: absolute;
    right: 0;
  }

  .tab-content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .about-us-box {
    display: block;
  }

  .about-us-box-s {
    width: 100%;
  }

  .about-us-left {
    width: 100% !important;
  }

  .about-us-label {
    font-size: 18px;
    color: #333333;
    /*
    text-align: center;
   */
  }

  .about-us-name {
    width: 100%;
    font-size: 12px;
    color: #333333;
    line-height: 35px;
    -webkit-line-clamp: 6;
    /* height: 210px; */
    margin-top: 10px;
  }

  .about-us-right {
    width: 100% !important;
  }

  .about-us-img {
    width: 100%;
    height: 160px;
  }

  .about-us-examine {
    display: none;
    width: 100px;
    height: 40px;
    background-color: #328DFF;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  .about-us-examine:hover {
    background-color: #003BEF;
    color: #fff;
  }

  /* ===================产品展示==================== */

  .more-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .more-nav {
    width: 70px;
    height: 30px;
    background-color: #328DFF;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
  }
  .more-nav a{
    color: #ffffff !important;
  }

  .more-nav:hover {
    color: #ffffff;
    font-size: 12px;
  }

  .products-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .products-nav {
    width: 100%;
    height: 400px;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
  }

  /* .products-nav:first-child{
    width: 100%;
    height: 400px;
    margin: auto;
    position: relative;
  } */
  .products-content {
    width: 90%;
    height: 160px;
    background-color: #fff;
    box-shadow: 3px 6px 12px rgba(117, 117, 117, 0.16);
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 6px 0 6px 6px;
  }

  .products-time {
    width: 150px;
    height: 50px;
    color: #ffffff;
    background-color: #28B6F6;
    text-align: center;
    line-height: 50px;
    border-radius: 6px 0 0 6px;
    position: absolute;
    right: 0;
    top: -25px;
    font-weight: 600;
  }

  .products-name {
    width: 80%;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
  }

  .products-img {
    width: 100%;
    height: 80%;
    position: absolute;
    box-shadow: 0px 3px 6px rgba(225, 225, 225, 1);
  }

  .i-s {
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }


  /* ===========================联系我们=========================== */

  .contact-box {
    width: 100%;
    margin-top: 50px;
    height: 200px;
    background: url(../img/h3.jpg);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: 50% 50% !important;
    background-attachment: fixed;
  }

  .contact-nav {
    margin: 10px auto;
    width: 95%;
    height: auto;
    /* background-color: #28B6F6; */
    border-radius: 6px;
    display: block;
    padding: 10px;
    box-sizing: border-box;
  }

  .contact-left {
    width: 100%;
    color: #ffffff;
    font-size: 12px;
  }

  .phone {
    margin: 5px 0 !important;
  }

  .contact-right {
    width: 100%;
    margin-top: 25px;
    /* display: flex; */
    /* justify-content: flex-end; */

  }

  /* .contact-right-phone_box {
    width: 100%;
    height: 60px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    background-color: #007aff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
  } */

  .contact-right-phone_box {
    width: 100%;
    height: 60px;
    text-align: center;
    border-radius: 3px;
    color: #007aff;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
  }



  .phone-img {
    width: 30px;
    height: 30px;
  }

  .phone-name {
    width: 100%;
    text-align: center;
  }

  .phone-name-a {
    font-size: 14px;
    font-weight: bold;
  }

  .phone-name-b {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
  }






  /* ===================新闻中心==================== */

  .journalism-center-box {
    width: 100%;
    margin-top: 5px !important;
  }

  .journalism-center-nav {
    width: 95%;
    margin: auto;
    background-color: #fff;
  }

  .journalism-center-crumbs {
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    display: block;
  }

  .journalism-center-crumbs_left {
    width: 100% !important;
    display: none;
  }

  .journalism-title {
    color: #1F47A4;
    font-size: 16px;
    font-weight: 700;

  }

  .journalism-special {
    width: 65px;
    margin-top: 5px;
    position: relative;
  }

  .journalism-special::after {
    content: '';
    width: 60%;
    height: 4px;
    background-color: #3693F0;
    position: absolute;
    left: 0;

  }

  .journalism-special::before {
    content: '';
    width: 40%;
    height: 4px;
    background-color: #002A7B;
    position: absolute;
    right: 0;
  }

  .journalism-center-crumbs_right {
    width: 100%;
  }

  .journalism-center-tab {
    padding: 0px;
    box-sizing: border-box;

  }

  .journalism-center-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .journalism-center-this {
    width: 18%;
    height: 25px;
    border: 1px solid #5A80A4;
    text-align: center;
    line-height: 25px;
    color: #5A80A4;
    margin-left: 0px;
    font-size: 12px;
  }

  .journalism-center-this:hover {
    background-color: #064191;
    color: #fff;
    border: none;
  } */

  .journalism-center-this {
    width: 18%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-left: 0px;
    cursor: pointer;
    font-size: 12px;

  }

  .journalism-center-this:hover {
    color: #3693F0;
    border: none;
  }





  .tab-content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .journalism-box {
    width: 100%;
    display: block;
  }

  .journalism-left {
    width: 100%;
  }

  .journalism-left-img {
    width: 100%;
    height: 280px;
  }

  .left-img {
    width: 100%;
    height: 100%;
  }

  .journalism-left-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }

  .journalism-left-detail {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #656565;
  }

  .journalism-right {
    width: 100%;
    margin-left: 0px !important;
  }

  .journalism-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .journalism-top-img {
    width: 300px;
    height: 100px;
    display: none;
  }

  .journalism-img {
    width: 100%;
    height: 100%;
  }

  .journalism-top-content {
    margin-left: 0px !important;
  }

  .journalism-top-content_title {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }

  .journalism-top-content_name {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #656565;
  }

  .journalism-bottom {
    width: 100%;
    margin-top: 20px;
  }

  .journalism-bottom_content {
    width: 100%;
    display: flex;
    padding: 0px !important;
    box-sizing: border-box;
  }

  .journalism-bottom_left {
    width: 20%;
    display: none;
  }

  .month {
    font-size: 20px;
  }

  .year {
    margin-left: 20px;
  }

  .journalism-bottom_right {
    width: 100%;
  }

  .a {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }

  .b {
    width: 100%;
    font-size: 14px;
    color: #656565;
    margin-top: 10px;
  }

  /* ===============Foot================== */
  .Footer-nav {
    display: none;
  }

  .Footer-Subtab {
    font-size: 12px;
  }

  .separate-box {
    display: block;
    width: 100%;
    height: 48px;
  }

  /* ============================ Navigation 导航栏============================= */
  .navigation-bottom-box {
    display: block;
    width: 100%;
    /* height: 60px; */
    background-color: #3A9BEC;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ccc;
    z-index: 99;
  }

  .navigation-bottom-box ul {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navigation-bottom-box ul li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .navigation-bottom-box ul li a {
    width: 100% !important;
    height: 100% !important;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
  }


  /* ==================================联系我们页面==================================== */
  /* ================================================================================= */
  /* ================================================================================= */
  /* ==================================================================================*/
  /*联系我们*/
  .x-container-box {
    width: 100%;
    margin-top: 10px;
  }

  .x-container-nav {
    width: 95%;
    margin: auto;
    display: block;
    /* justify-content: space-between; */

  }

  .x-container-h {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
  }

  .x-container-h::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #28B6F6;
    position: absolute;
    bottom: 0;
    left: 0;
  }


  .x-container-c {
    /*
  width: 30%;
  line-height: 300px;
  height: 300px;
  background-color: red;
  text-align: center;
  */
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 20px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .x-container-c-img {
    width: 40px;
    height: 40px;
  }

  .x-container-c-name {
    margin-left: 20px;
    font-size: 14px;
  }

  .x-container-s {
    width: 100%;
    position: absolute;
    top: 0;
    transition: top 0.5s;
  }

  .x-container-h1 {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
  }

  .x-container-h2 {
    width: 100%;
    height: 300px;
    background-color: #28B6F6;
  }

  .x-container-c:hover+.x-container-s {
    top: -300px;
  }

  .x-container-c:hover {
    color: #ffffff;
  }

  /*地图*/
  .map-box {
    width: 100%;
  }

  .map-nav {
    width: 95%;
    height: 200px;
    /*
   background-color: red;
  */
    margin: 15px auto;
  }




  /* ==================================产品中心==================================== */
  /* ================================================================================= */
  /* ================================================================================= */
  /* ==================================================================================*/

  /*产品*/
  .product-content-box {
    width: 100%;
  }

  .product-content-nav {
    width: 95%;
    margin: 10px auto;
    background-color: #ffffff;
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
  }
  .product-content-r {
    width: 100%;
    height: 480px;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin: 0 0 30px 0;
    border-radius: 12px;

    /*
 animation: testAnimation 5s ease-in-out infinite;
 animation-name: testAnimation;
 animation-duration: 20s;
 animation-timing-function: ease-in-out;
 animation-iteration-count: infinite;
*/
  }

  /*
@keyframes testAnimation {
  0% {
      transform: scale(0.88);
  }

  50% {
      transform: scale(1);
  }

  100% {
      transform: scale(0.88);
  }
}
*/

  .product-content-r_i {
    width: 100%;
    height: 259px;
  }

  .product-content-r_n {
    width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
  }

  .product-content-r_n_1 {
    font-weight: 500;
    font-size: 18px;
    font-family: 'Halyard Display';
  }

  .product-content-r_n_2 {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Halyard Display';
    margin-top: 15px;
  }

  .product-content-s {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .product-content-submit {
    width: 160px;
    height: 50px;
    border-radius: 30px;
    line-height: 50px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    position: relative;
    left: 0;
    transition: left 0.5s;
    background-image: linear-gradient(to right, transparent, #28B6F6);
    background-size: 0% 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: background-size 0.5s;
  }

  .examine {
    width: 100%;
    display: inline-block;
    margin-left: 50px;
  }

  .arrows {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    background-color: #28B6F6;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 2px;
    top: 1px;

  }

  .product-content-submit:hover {
    background-size: 100% 100%;
    color: #6E9EFA;
    font-weight: 600;
  }

  /*分页*/
  .paging-content-box {
    width: 100%;
  }

  .paging-content-nav {
    width: 70%;
    margin: 20px auto;
  }

  .paging-content-h {
    width: 100%;
    text-align: center
  }

  /* =====================================产品详情================================================ */
  /* ================================================================================= */
  /* ================================================================================= */
  /* ==================================================================================*/
  /*产品详情*/
  .product-details-box {
    width: 100%;

  }

  .product-details-nav {
    width: 95%;
    margin: 10px auto;
  }

  .product-details-content {
    width: 100%;
    display: flex;
  }

  .product-details-left {
    width: 50%;
    /* width: 100%; */
  }

  .product-details-left_img {
    /* width: 120px; */
    width: 100%;
    height: 140px;
    border-radius: 12px;
    border: 1px solid #ccc;
  }

  .i-a {
    border-radius: 12px;
  }

  .product-details-right {
    width: 50%;
    margin-left: 20px;
    /* background-color: brown;*/
  }

  .product-details-right-title {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px !important;
  }

  .product-details-right-introduce {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #777B83;
    margin-bottom: 5px !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .product-details-right-model {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #777B83;
    margin-bottom: 5px !important;
  }

  .product-details-right-characteristic {
    width: 100%;
  }

  .product-details-right-characteristic-a {
    font-family: "Archivo";
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #0B0B0B;
    margin-bottom: 20px;
    display: none;
  }

  .characteristic-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .characteristic-box::after {
    content: '';
    font-size: 8px;
    font-weight: 600;
    color: #777B83;
    background: #F7F8FD;
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 15px;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }


  .characteristic-box>div {
    font-size: 8px;
    font-weight: 600;
    color: #777B83;
    background: #F7F8FD;
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 15px;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }

  .characteristic-box>div:hover {
    background-color: #328DFF;
    color: #ffffff;
  }


  .contact-me-box {
    width: 100%;
    display: none;
  }

  .contact-me-nav {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #328DFF;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 15px;
    border-radius: 2px;
    height: 80px;
    line-height: 80px;
    min-width: 200px;
    border-radius: 8px;
    text-align: center;
  }



  /* 面包屑 */
  .crumbs-box {
    width: 100%;
    background-color: #EEEEEE;
  }

  .crumbs-nav {
    width: 95%;
    margin: auto;
    background-color: #EEEEEE;
    padding: 5px !important;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
  }

  .crumbs-nav ul {
    width: 100%;
    display: flex;
  }

  .crumbs-nav ul li a:hover {
    color: #328DFF;
  }

  /*详情富文本*/
  .rich-text-box {
    width: 100%;
    margin: 10px auto !important;

  }

  /*内容上下切换*/
  .cut-box {
    width: 100%;
  }

  .cut-nav {
    margin: 50px auto;
    width: 70%;
  }

  .cut-nav>div {
    padding: 5px 0;
  }

  /* =====================================关于我们================================================ */
  /* ================================================================================= */
  /* ================================================================================= */
  /* ==================================================================================*/
  /* 企业文化 */
  .enterprise-culture-bix {
    width: 100%;
  }

  .enterprise-culture-nav {
    width: 95%;
    margin: auto;
    /* background-color: red; */
  }

  .enterprise-culture-title {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;

  }

  .culture {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
  }

  .label {
    width: 100%;
    color: #888888;
    margin-top: 10px;
  }

  .enterprise-culture-content {
    width: 100%;
  }

  .enterprise-culture-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .enterprise-culture-content ul li {
    /* width: 48%; */
    width: 100%;
    height: 210px;
    /* background-color: red; */
    margin: 0 0 0px 0px;
    box-shadow: #eeeeee 1px 1px 20px;

  }

  .enterprise-culture-content ul li div {
    text-align: center;
    margin-top: 20px;
  }

  .enterprise-culture-content ul li div:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    color: #333;
  }

  .enterprise-culture-content ul li div:nth-child(3) {
    color: #666666;
  }

  .enterprise-culture-content ul li div img {
    width: 80px;
    height: 80px;
  }

  /* 规模 */
  .scale-box {
    width: 100%;
    height: 200px;
    background: url('../img/h3.jpg');
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: 50% 50% !important;
    background-attachment: fixed;
  }

  .scale-nav {
    width: 95%;
    height: 100%;
    color: #ffffff;
    margin: auto;
    padding: 5px;
    box-sizing: border-box;
  }

  .scale-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .scale-list li {
    text-align: center;
  }

  .scale-title {
    font-size: 20px;
    font-weight: bold;
  }

  .scale-title span {
    font-size: 18px;
  }

  .scale-label {
    width: 100%;
    margin-top: 5px;
    text-align: center;
  }

  /* 发展历程 */
  .development-history-box {
    width: 100%;
  }

  .development-history-nav {
    width: 95%;
    margin: 20px auto;
  }

  .development-history-title {
    width: 100%;
    text-align: center;
  }

  .development-history-name {
    font-size: 28px;
    font-weight: bold;
  }

  .development-history-label {
    color: #888888;
    margin-top: 10px;
  }

  .development-history-content {
    width: 100%;
  }

  .imgTextUl {
    width: 100%;
    position: relative;
  }

  .imgTextLi {
    width: 100%;
    position: relative;
    margin-bottom: 2%;
  }

  .imgTextLi:nth-child(2n) {
    text-align: right;
  }

  .content {
    width: 100%;
    overflow: hidden;
  }

  .content .left {
    float: left;
    position: relative;
    width: 40%;
  }

  .content .right {
    float: right;
    position: relative;
    width: 40%;
  }

  .name {
    color: #192d7a;
    font-weight: bold;
    font-size: 22px;
    padding-top: 20px;
    line-height: 2.5;
    word-break: break-word;
  }

  .subName {
    font-size: 14px;
    color: #666;
    word-break: break-word;
    /* white-space: pre-wrap; */
  }

  .line-box {
    width: 20%;
    position: absolute;
    left: 40%;
    top: 48px;
  }

  .short-line-box {
    background: #d71618;
    left: 5%;
    width: 30%;
    position: absolute;
    height: 1px;
    top: 15%;
  }

  /* .short-line-nav {
    background: #d71618;
    left: 5%;
    width: 30%;
    position: absolute;
    height: 1px;
    top: 15%;
  } */

  .circle-big {
    background: #d71618;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
  }

  .circle {
    width: 100%;
    height: 100%;
    transform: scale(1.8);
    background: #d71618;
    opacity: 0.2;
    border-radius: 50%;
  }

  .middle-line {
    background: #d71618;
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    margin: 0 auto;
    /* background: #2d8cf0; */
    left: 50%;
    transform: translateX(-50%);
    z-index: -5;
  }

  /* 我们的优势 */
  .advantage-box {
    width: 100%;
  }

  .advantage-nav {
    width: 95%;
    margin: 50px auto;
    /* background-color: red; */
  }

  .advantage-title {
    width: 100%;
    text-align: center;
  }

  .advantage-title-name {
    font-size: 28px;
    font-weight: bold;
  }

  .advantage-title-label {
    color: #888888;
    margin-top: 10px;
  }

  .advantage-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto;
    flex-wrap: wrap;
  }

  .advantage-content-dv {
    width: 49%;
    height: 250px;
    background-color: #F2F2F2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 5px 0;
  }

  .advantage-content-img {
    width: 64px;
    height: 64px;
    margin: auto;
    margin-top: 20px;

  }

  .advantage-content-title {
    font-size: 18px;
    margin-top: 0px;
    padding-top: 16px;
    padding-bottom: 6px;
    margin-top: 10px;
  }

  .advantage-content-label {
    width: 100%;
    /* height: 25px; */
    font-size: 14px;
    padding-bottom: 16px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;

  }

  /* ==================================新闻中心==================================== */
  /* ================================================================================= */
  /* ================================================================================= */
  /* ==================================================================================*/
  /* tab栏 */
  .press-tab-box {
    width: 100%;
    background-color: #ffffff;
  }

  .press-tab-nav {
    width: 95%;
    height: 50px;
    background-color: #ffffff;
    margin: auto;
    line-height: 50px;

  }

  .press-tab-ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .press-tab-ul li {
    width: 150px;
    font-size: 12px;
    text-align: center;
  }

  .press-tab-ul li a:hover {
    color: #328DFF;
  }

  /* 新闻中心 */
  .press-c-box {
    width: 100%;
  }

  .press-c-nav {
    width: 95%;
    /* height: 200px; */
    margin: 5px auto;
    background-color: #ffffff;
  }

  .press-c-content {
    width: 100%;
    position: relative;
  }

  .press-c-li {
    width: 100%;
    position: relative;
  }

  .middle-li-s {
    background: #ddd;
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    margin: 0 auto;
    left: 35%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .press-c-nav ul li {
    width: 100%;
    /* height: 150px; */
    padding: 20px;
    box-sizing: border-box;
  }

  .press-li-content {
    width: 100%;
    display: flex;
  }

  .press-li-left {
    width: 30%;
    float: left;
    position: relative;
  }

  .press-li-right {
    float: right;
    position: relative;
    margin-left: 20%;
    width: 60%;
  }

  .press-li-time {
    color: #328DFF;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    text-align: right;
  }

  .press-li-img {
    margin-top: 15px;
    width: 100%;
    height: 75px;
  }

  .press-li-title {
    font-weight: bold;
    font-size: 16px;
  }

  .press-li-title:hover {
    color: #328DFF;
  }

  .press-li-label {
    line-height: 28px;
    font-size: 12px;
    color: #999999;
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .li-box {
    width: 20%;
    position: absolute;
    left: 15%;
    top: 48px;
  }

  .short-li-box {
    background: #ddd;
    left: 120%;
    width: 10%;
    position: absolute;
    height: 1px;
    top: 15%;
  }

  .short-li-nav-s {
    background: #ddd;
    left: 5%;
    width: 30%;
    position: absolute;
    height: 1px;
    top: 15%;
  }

  .circle-big-s {
    background: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 100%;
    top: 15%;
    transform: translate(-50%, -50%);
  }

  .circle-s {
    width: 100%;
    height: 100%;
    transform: scale(1.8);
    background: #ddd;
    opacity: 0.2;
    border-radius: 50%;
  }

  .press-li-submit {
    width: 75px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #328DFF;
    position: absolute;
    bottom: 0;
    font-size: 12px;
  }

  .press-li-submit a {
    color: #ffffff;
  }

  /* ============全局无数据显示icon============ */
.no-data-box{
  width: 100%;
  height: 300px;
  position: relative;
}
.no-data-nav{
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.no-data-img{
  margin: auto;
  width: 160px;
  height: 140px;
}
.no-data-title{
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #656565;
}
/* ============全局隔断============== */
.cutoff{
  width: 100%;
  height: 10px;
  background-color: #EEEEEE;
}
/* =========================== */

/* 产品详情富文本 */
/* 新闻详情 */
.xw_det{ width: 95%; margin: auto;}
.xw_det .title{font-size: 28px;color: #333;font-weight: bold;text-align: center; height: 10px;}
.xw_det .sm{font-size: 15px;color: #666666;text-align: center;margin-top: 10px;}
.xw_det .editbox{font-size: 16px;color: #333333;line-height: 30px;padding:40px 0;}

.pagenav{}
.pagenav li{font-size: 16px;color: #333333;line-height: 40px;}
.pagenav li:hover{color: #3a9bec;}

.pagelist{text-align: center;margin: 15px 0;}
.pagelist a{display: inline-block;vertical-align: middle;font-size: 15px;color: #fff;width: 38px;line-height: 38px;border-radius:4px;background: #dcdcdc;margin:0 3px;}
.pagelist a:hover,.pagelist a.act{background: #3a9bec;}











}



