@charset "utf-8";

footer .footer {
  position: relative;
}

.inside_banner {
  position: relative;
}

figure.image img {
  width: auto;
  max-width: 100%;
}

figure.image-style-align-center img {
  display: block;
  margin: 0 auto;
}

.nybanner_text {
  position: absolute;
  width: 30%;
  height: 200px;
  top: calc(50% - 80px);
  left: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #00000060;
  border-radius: 15px;
}

.nybanner_text h1 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #fff;
}

.nybanner_text span {
  display: block;
  width: 100px;
  height: 4px;
  background: #fff;
  z-index: 6;
  margin: 15px 0;
}

.nybanner_text p {
  margin: 0;
  color: #fff;
}

.nybigbox {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #eceff3;
}

/*关于我们 */
.inside_about .left {
  width: 30%;
}

.inside_about .right {
  width: 70%;
}

.inside_about .ATBT {
  font-size: 36px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.2;
}

.aboutTop {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/80/20221117104807_OEYOYPxu.png) center no-repeat
}

.aboutTop_Text {
  width: 100%;
  display: flex;
}

.aboutTop_Text .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutTop_Text .left p {
  font-size: 16px;
  color: rgb(1, 81, 152);
  line-height: 1;
  margin-bottom: 15px;
}

.aboutTop_Text .right p {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 2;
  margin: 0;
}

.aboutTop_number {
  margin-top: 60px;
  padding: 45px 0;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

.NumberBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.NumberBox:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 2px;
  background-image: -moz-linear-gradient(90deg, rgba(1, 81, 152, 0) 0%, rgb(1, 81, 152) 50%, rgb(1, 81, 152) 50%, rgba(1, 81, 152, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(1, 81, 152, 0) 0%, rgb(1, 81, 152) 50%, rgb(1, 81, 152) 50%, rgba(1, 81, 152, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(1, 81, 152, 0) 0%, rgb(1, 81, 152) 50%, rgb(1, 81, 152) 50%, rgba(1, 81, 152, 0) 100%);
}

.NumberBox:last-child:after {
  width: 0;
}

.NumberTop span {
  font-size: 48px;
  font-family: "Rajdhani";
  color: rgb(51, 51, 51);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
}

.NumberTop {
  display: flex;
  align-items: baseline;
}

.NumberTop p {
  margin: 0;
}

.aboutMid {
  background-position: center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.aboutMid .ATBT {
  color: #fff;
}

.aboutMid p {
  color: #fff;
  line-height: 2;
  margin: 0;
}

.aboutHonor {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.aboutHonorNav {
  padding-left: calc((100% - 1600px) / 2 + 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutHonorNav .ATBT {
  margin-bottom: 30px;
}

.HonorList {
  padding-right: 90px;
}

.HonorList a {
  color: #333;
  font-size: 24px;
  margin: 0;
  line-height: 3;
  display: block;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  font-family: auto;
  opacity: .25;
  position: relative;
  transition: 1s;
}

.HonorList a:after {
  content: "";
  transition: 1s;
  position: absolute;
  right: 0;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/80/20221117143321_mrGvUNkU.png) no-repeat center;
  display: block;
  width: 30px;
  height: 100%;
  top: 0;
  filter: grayscale(100%);
}

.HonorList .cur {
  opacity: 1;
  color: #015198;
  border-bottom: 2px solid #015198;
}

.HonorList .cur:after {
  filter: grayscale(0%);
}

.HonorItem {
  width: 100%;
  height: 100%;
}

.HonorSwiper {
  width: 100%;
  height: 100%;
}

.HonorSlide img {
  width: 100%;
}

.HonorSlide {
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: 300ms;
  transform: scale(1);
}

.HonorSlide p {
  line-height: 3;
  margin: 0;
  position: relative;
  padding-left: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.HonorSlide p:after {
  content: "";
  position: absolute;
  left: 10px;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/80/20221117143321_13aYB2PS.jpg) no-repeat center;
  display: block;
  width: 30px;
  height: 100%;
  top: 0;
}

.aboutPartner {
  background: #f2f2f2;
  padding-top: 150px;
  padding-bottom: 300px;
}

.aboutPartner .container {
  display: flex;
}

.partText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partText div {
  background-color: rgb(1, 81, 152);
  width: 60px;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.partText p {
  margin: 0;
  color: #015198;
  line-height: 2;
}

.partImg {
  display: flex;
  flex-wrap: wrap;
}

.partImg img {
  border: 1px solid #ccc;
  transform: scale(.9);
  max-width: 25%;
}

/* end-公司简介 */
/* 产品中心 */
.productBox {
  min-height: 800px;
}

.ProductNav {
  width: 20%;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.ProductNav .accordion-item {
  margin-bottom: 20px;
  border: 0;
  background: #3330;
}

.ProductNav .accordion-header {
  border: 1px solid #ccc !important;
  position: relative;
  color: #333;
}

.accordion-header a {
  position: absolute;
  color: #333 !important;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
  z-index: 9
}

.accordion-header:hover a {
  color: #333 !important;
}

.accordion-button:not(.collapsed) {
  color: #015198;
  background-color: #ffffff;
  border-left: 4px solid #134993;
}

.accordion-flush .accordion-collapse {
  margin-top: 15px;
  margin-bottom: 30px;
}

.ProductNav .accordion-collapse a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 2;
  padding-left: 30px;
}

.productBox .container {
  display: flex;
  justify-content: space-between;
}

.ProductList {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.ProBox {
  margin: 15px 0;
}

.ProBox a {
  background: #fff;
  display: block;
  height: 100%;
  /* max-height: 480px; */
}

.ProBox .text {
  margin-top: 30px;
}

.ProBox .text p {
  margin: 0;
  line-height: 2.5;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  background: #e5e5e5;
  padding: 0 30px;
}

.ProBox .text p span {
  color: #333;
}

.ProBox .text p span:first-child {
  color: #003767;
  font-weight: bold;
}

.ProBox .text p:nth-child(2n) {
  background: #d9d9d9;
}

.productXq {
  background: #fff;
  padding: 30px;
}

.protop {
  display: flex;
  justify-content: space-between;
}

.protop .proImg {
  width: 47%;
}

.protop .proText {
  width: 50%;
}

.proImg {
  border: 1px solid #ccc;
}

.proText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
}

.proText h1 {
  font-size: 30px;
  color: rgb(13, 62, 105);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 45px;
}

.shuju p {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 2;
  margin: 0;
}

.shuju p span:first-child {
  font-weight: bold;
}

.proMore {
  margin-top: 30px;
  display: block;
  border-radius: 10px;
  background-color: rgb(1, 81, 152);
  width: 180px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.cpxq {
  height: 100%;
}

.cpxqList {
  background: #f2f2f2;
  height: 50px;
  margin-top: 50px;
  display: flex;
}

.cpxqList span {
  background: #f2f2f2;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}

.cpxqList .cur {
  background: #fff;
  border: 2px solid #f2f2f2;
  line-height: 46px;
  border-bottom: 0;
}

.cpxqBox .txtbox {
  display: none;
  min-height: 500px;
}

/* end-产品中心 */
/* 新闻 */
.NewsBox {
  min-height: 800px;
}

.NewsList {
  transition: 1s;
}

.NewsList a {
  transition: 1s;
  background: #fff;
  display: block;
  margin: 15px;
  padding: 45px 30px;
}

.NewsList:hover a {
  box-shadow: 0 0 10px 2px #01579b60;
}

.NewsList h1 {
  color: #000;
  font-size: 24px;
  line-height: 1;
  transition: 1s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.NewsList .time {
  color: #333;
  font-size: 14px;
  margin: 0;
}

.NewsList p {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
  font-size: 16px;
  min-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.NewsList span {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 14px;
  width: 140px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #01579b;
}

.NewsList:hover a {
  color: #01579b;
  text-decoration: underline;
  font-weight: bold;
}

.NewsList:hover h1 {
  color: #01579b;
}

.inside_newsListBox {
  background: #fff;
  padding: 75px 100px;
}

.inside_newsListBox .stace>h1 {
  text-align: center;
}

.inside_newsListBox .stace>strong {
  text-align: center;
  display: block;
}

.inside_newsListBox .stace>strong span {
  margin: 0 10px;
}

.inside_newsListBox .stace .cont {
  padding-top: 60px;
  min-height: 500px;
}

.zjlj a {
  color: #333;
}

/* end-新闻 */
/* 联系我们 */
.messageContent {
  background: #fff;
}

.messageContent h1 {
  font-size: 36px;
  color: rgb(1, 81, 152);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding-top: 90px;
  padding-bottom: 30px;
}

.Message {
  background: #fff;
  padding: 75px 100px;
  display: flex;
}

.Message>div {
  width: 50%;
}

.MessageText {
  margin-bottom: 45px;
}

.diqu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

.diquBox {
  width: 50%;
  margin: 30px 0px;
  display: flex;
  align-items: center;
}

.diquBox>div {
  width: 50%;
}

.diquBoxImg {
  position: relative;
}

.diquBox .diquBoxImg {
  display: flex;
  justify-content: center;
}

.diquBox .diquBoxImg img {
  position: relative;
  transition: 1s;
}

.diquBox img {
  /* max-width: 160px; */
}

.diquBox .diquBoxImg .top {
  z-index: 2;
  position: absolute;
  transition: 1s;
  opacity: 1;
  top: 0;
  left: calc(50% - 80px);
  width: 100%;
  max-width: 160px;
}

.diquBox .diquBoxImg .bottom {
  position: relative;
  opacity: 0;
  transition: 1s;
  top: 0px;
  left: 3px;
  width: 100%;
  max-width: 166px;
}

.diquBox:hover .diquBoxImg .top {
  z-index: 2;
  opacity: 1;
  /* top: 0; */
  transition: 1s;
}

.diquBox:hover .diquBoxImg .bottom {
  opacity: 1;
}

.diquBoxText h1 {
  font-size: 24px;
  line-height: 2;
  margin: 0;
}

.diquBoxText .text p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}

/* end-联系我们 */
/* 表单 */
.form-horizontal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.item-li {
  width: 48%;
}

.item-li input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  margin: 15px 0;
  background: #eef4f5;
}

.item_textarea {
  width: 100%;
}

.item_textarea textarea {
  width: 100%;
  background: #eef4f5;
  padding-left: 30px;
  padding-top: 30px;
}

.yzm {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.yzm input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  margin: 15px 0;
  background: #eef4f5;
}

#inputCaptcha {
  max-width: 50%;
}

.item_submit button {
  display: block;
  width: 150px;
  height: 50px;
  margin: 15px 0;
}

/* end-表单 */
/* 配件 */
.CaseBigBox {
  position: relative;
}

.CaseList {
  position: sticky;
  top: 120px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: auto;
  float: left;
}

.CaseList h1 {
  font-size: 36px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 3;
  position: relative;
  margin-bottom: 30px;
}

.CaseList h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100px;
  display: block;
  background: #01579b;
}

.CaseList a {
  font-size: 18px;
  line-height: 2;
  color: #333;
}

.CaseBox {
  position: relative;
  top: 0;
  right: 0;
  width: 75%;
  float: right;
  min-height: 600px;
}

.case {
  padding: 15px;
}

.case a {
  display: block;
  background: #fff8;
}

.CaseImg img {
  transform: scale(.8);
  transition: 1s;
}

.case:hover img {
  transform: scale(1);
}

.CaseText {
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 3;
}

.CaseNyImgBox {
  width: 80%;
  margin: 45px auto;
  position: relative;
  padding: 30px;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/65/20221025161253_biRU2x2B.png) center #fff;
  background-size: 130%;
  border-radius: 5px;
}

.CaseNyTitle {
  text-align: center;
  padding-top: 30px;
}

.CaseNyTitle h1 {
  font-size: 36px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 2;
  margin: 0;
}

.CaseNyTitle span {
  font-size: 14px;
  color: rgb(119, 119, 119);
  line-height: 3;
}

.CaseNySwiper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.CaseNySlide {
  background: #fff0;
  display: flex;
  justify-content: center;
}

.CaseNySlide img {
  display: block;
  width: 500px;
  object-fit: cover;
}

.CaseNyprev {
  left: 60px;
}

.CaseNynext {
  right: 60px;
}

.CaseNyprev:after {
  color: #0000;
  width: 26px;
  height: 26px;
  transform: rotateZ(45deg);
  background: linear-gradient(45deg, #01579b, #01579b 50%, transparent 50%, transparent 100%);
  font-size: 14px;
}

.CaseNynext:after {
  color: #0000;
  width: 26px;
  height: 26px;
  transform: rotateZ(-135deg);
  background: linear-gradient(45deg, #01579b, #01579b 50%, transparent 50%, transparent 100%);
  font-size: 14px;
}

.CaseNyTextBox {
  width: 80%;
  margin: 0px auto;
}

.CaseNyTextBox span {
  background-color: rgb(25, 65, 137);
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  color: #fff;
}

.CaseNyTextBox .cont {
  border-top: 1px solid #ccc;
  padding: 60px;
  min-height: 500px;
}

.CaseNyTextBox .cont figure.image {
  display: flex;
  justify-content: center;
}

/* end-配件 */
/* 技术支持 */
.Download {
  background: #fff;
  padding: 45px 75px;
}

.DownloadList {
  padding: 30px 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 1s;
}

.DownloadList a img {
  opacity: .2;
  transition: 1s;
}

.DownloadText h1 {
  font-size: 24px;
  transition: 1s;
}

.DownloadText p {
  color: #808080;
  margin: 0;
  transition: 1s;
}

.DownloadList:hover {
  background: #f2f2f2;
}

.DownloadList:hover a img {
  opacity: .5;
  width: auto !important;
}

.DownloadList:hover h1 {
  color: #01579b;
  font-family: 'pingfang';
  font-weight: bold;
}

.DownloadList:hover p {
  color: #01579b;
}

/* end-技术支持 */
/* 产品列表 */
.list {
  display: flex;
  background: #fff;
  margin-bottom: 45px;
  transition: 1s;
  width: 100%;
}

.list:hover {
  box-shadow: 0 0 10px 2px #01579b60;
}

.list .img {
  margin: 30px;
  width: 25%;
  display: flex;
  align-items: center;
}

.list .img img {
  width: 100%;
}

.list .text {
  margin: 30px;
  width: 70%;
}

.list .text h1 {
  color: #01579b;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0px;
}

.list .text p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 30px;
  min-height: 60px;
}

.list .text span {
  display: block;
  margin: 0;
  font-size: 16px;
  color: #fff;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background: #01579b;
}
