.position {
  width: 100%;
  height: 56px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.w {
  width: 1400px;
  margin: 0 auto;
}

.position .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.position a {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.position .w .p-l span,
.position .w .p-l {
  display: flex;
  height: 100%;
  align-items: center;
}

.position .w .p-l span,
.position .w .p-l a {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.position .w .p-l span,
.position .w .p-r {
  display: flex;
  height: 100%;
  align-items: center;
}

.position .w .p-l a:hover {
  color: #0067ac;
}

.cnews .position a:hover {
  color: #0067ac;
}

.position .w .p-r a {
  font-size: 14px;
  color: #333;
  padding: 0 18px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.position .w .p-r a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 100%;
  background: #0067ac;
  transition: 0.25s;
  z-index: -1;
}

.position .w .p-r a:hover::after {
  left: 0;
  right: 0;
}

.position .w .p-r a:hover {
  color: #fff;
}

.position .w .p-r .active {
  background: #0067ac;
  color: #fff;
}

.about-fz {
  width: 1400px;
  position: relative;
  margin: 60px auto;
  padding-top: 20px;
}

.about-fz::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  left: 50%;
  height: 100%;
  background: #ddd;
}

.about-fz ul li {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
}

.about-fz ul li .txt {
  width: 46%;
}

.about-fz ul li .txt h4 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.about-fz ul li .txt p {
  font-size: 16px;
  color: #666;
}

.about-fz ul li .circle {
  bottom: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
  position: absolute;
}

.about-fz ul li .circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #999;
  transition: all 0.3s;
}

.about-fz ul li:nth-child(2n) {
  justify-content: flex-start;
}

.about-fz ul li:nth-child(2n) .txt {
  text-align: right;
}

.about-fz ul li:hover .circle::before {
  background: #0067ac;
}

.about-fz ul li:hover h4 {
  color: #0067ac;
}

.about-honor {
  margin: 40px auto;
}

.about-honor h2 {
  font-size: 24px;
  border-bottom: 1px solid #eee;
  line-height: 50px;
}

.about-honor ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}

.about-honor ul li {
  width: 23.8%;
  margin-left: 1.6%;
  margin-bottom: 20px;
}

.about-honor ul li:nth-child(4n + 1) {
  margin-left: 0;
}

.about-honor ul li div img {
  display: flex;
  width: 100%;
}

.about-honor ul li h4 {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.about-base {
  background-color: #f7f7f7;
  padding: 48px 0;
}

.about-base ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
}

.about-base ul li {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 20px;
}

.about-base ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.about-base ul li div {
  height: 330px;
  width: 100%;
  overflow: hidden;
}

.about-base ul li div img {
  display: flex;
  width: 100%;
  transition: 0.25s;
  height: 100%;
}

.about-base ul li h4 {
  color: #333;
  font-size: 16px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}

.about-base ul li:hover div img {
  transform: scale(1.02);
}

.product {
  margin: 48px auto;
}

.product .pro-pros {
  flex: 1;
}

.product .pro-pros ul {
  display: flex;
  flex-wrap: wrap;
}

.product .pro-pros ul li {
  width: 24%;
  margin-left: 1.33%;
  position: relative;
}

.product .pro-pros ul li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.product .pro-pros ul li:nth-child(4n + 1) {
  margin-left: 0;
}

.product .pro-pros ul li div {
  width: 100%;
  background: url(../images/product-bg.jpg);
  height: 220px;
  background-size: cover;
  display: flex;
  justify-items: center;
  align-items: center;
  overflow: hidden;
}

.product .pro-pros ul li div img {
  max-width: 96%;
  max-height: 96%;
  transition: 0.4s;
}

.product .pro-pros ul li h3 {
  margin: 12px 0;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.product .pro-pros ul li:hover h3 {
  color: #0067ac;
}

.product .pro-pros ul li {
  margin-bottom: 20px;
}

.product .pro-pros ul li:hover div img {
  transform: scale(1.1);
}

.download {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.download .d-tr {
  display: flex;
  justify-content: space-between;
  background: #afacac;
  height: 48px;
  padding: 0 24px;
}

.download .d-name {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.download .d-name span {
  width: 10px;
  height: 10px;
  border: 3px #0067ac solid;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
}

.download .d-info {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.download .d-info span {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

.download .d-info a {
  padding: 6px 16px;
  font-size: 12px;
  color: #666;
  background: #e7e7e7;
  text-align: center;
  border-radius: 3px;
}

.download ul li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  height: 49px;
  padding: 0 30px;
  position: relative;
}

.download ul li > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.download ul li:hover .d-info a {
  background: #0067ac;
  color: #fff;
}

.download ul li .d-info span,
.download ul li .d-name {
  color: #333;
}

.active-wt {
  margin-top: 48px;
  margin-bottom: 48px;
}

.active-wt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.active-wt ul li {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.active-wt ul li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.active-wt ul li > span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #1e4ba0;
  margin-right: 10px;
}

.active-wt ul li div {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #bcbcbc dotted;
}

.active-wt ul li div h3 {
  color: #666;
  font-size: 16px;
  line-height: 36px;
  flex: 1;
}

.active-wt ul li div span {
  color: #666;
  font-size: 14px;
}

.active-wt ul li:hover h3 {
  color: #1e4ba0;
}

.active-wt ul li:hover div span {
  color: #1e4ba0;
}

.news {
  padding: 70px 0 20px;
}

.news .news-list ul {
  display: flex;
  flex-wrap: wrap;
}

.news-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px #eee solid;
  position: relative;
  width: 100%;
}

.news-list ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #0067ac;
  transition: 0.4s;
}

.news-list ul li > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.news-list ul li .news-img {
  width: 390px;
  height: 240px;
  overflow: hidden;
}

.news-list ul li .news-img img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.news-list ul li .news-time {
  flex: 1;
  padding: 0 40px 0 70px;
  box-sizing: border-box;
}

.news-list ul li .news-time h3 {
  font-size: 24px;
  color: #333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-list ul li .news-time i {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 10px 0 14px;
}

.news-list ul li .news-time i img {
  width: 20px;
  height: 20px;
}

.news-list ul li .news-time p {
  margin-top: 10px;
  height: 52px;
  font-size: 16px;
  line-height: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list ul li .news-time span {
  display: block;
  width: 110px;
  color: #333;
  font-size: 16px;
  height: 40px;
  border: 1px solid #ccc;
  display: block;
  float: left;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.news-list ul li .news-time span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  background: #0067ac;
  transition: 0.4s;
}

.news-list ul li:hover::before {
  width: 100%;
}

.news-list ul li:hover .news-img img {
  transform: scale(1.1);
}

.news-list ul li:hover .news-time h3 {
  color: #0067ac;
}

.news-list ul li:hover .news-time span::before {
  width: 100%;
}

.news-list ul li:hover .news-time span {
  color: #fff;
}

.com-padding {
  width: 100%;
  background-color: #f7f7f7;
  padding-bottom: 48px;
}

.com-padding .pro-detail {
  background: #fff;
}

.com-padding .pro-detail .pro-z {
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
}
.com-padding .pro-detail .pro-z .img {
  width: 50%;
  background: #fff;
  padding-bottom: 20px;
}
.com-padding .pro-detail .pro-z .img .img-button-next,
.com-padding .pro-detail .pro-z .img .img-button-prev {
  transition: opacity 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.com-padding .pro-detail .pro-z .img .icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}
.com-padding .pro-detail .pro-z .img .img-button-prev {
  left: 0;
}
.com-padding .pro-detail .pro-z .img .img-button-next {
  right: 0;
}
.com-padding .pro-detail .pro-z .img .img-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  --swiper-navigation-size: 24px;
  /* 璁剧疆鎸夐挳澶у皬 */
}
.com-padding .pro-detail .pro-z .img .img-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  --swiper-navigation-size: 24px;
  /* 璁剧疆鎸夐挳澶у皬 */
}
.com-padding .pro-detail .pro-z .img .img-pagination {
  font-size: 14px;
  color: #fff;
}
.com-padding .pro-detail .pro-z .img .img-pagination span {
  font-size: 14px;
  color: #fff;
}
.com-padding .pro-detail .pro-z .img .i {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px #f1f1f1 solid;
}
.com-padding .pro-detail .pro-z .img .i img {
  max-width: 90%;
  max-height: 90%;
}
.com-padding .pro-detail .pro-z .img .img-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.com-padding .pro-detail .pro-z .img .gallery-thumbs {
  flex: 1;
}
.com-padding
  .pro-detail
  .pro-z
  .img
  .gallery-thumbs
  .swiper-slide-thumb-active
  .thumb {
  border: 1px #004ea2 solid;
}
.com-padding .pro-detail .pro-z .img .gallery-thumbs .thumb {
  height: 80px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #f1f1f1 solid;
}
.com-padding .pro-detail .pro-z .img .gallery-thumbs .thumb img {
  max-width: 90%;
  max-height: 90%;
}

.com-padding .pro-detail .pro-z .product-detail-info {
  width: 55%;
}
.com-padding .pro-detail .pro-z .product-detail-info h2 {
  color: #1919ad;
  font-size: 24px;
  margin: 54px 0 14px;
}
.com-padding .pro-detail .pro-z .product-detail-info h4 {
  color: #999;
  font-size: 14px;
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
}
.com-padding .pro-detail .pro-z .product-detail-info .product-describe {
  margin-top: 20px;
  padding-right: 10px;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  height: 260px;
  max-height: 260px;
  overflow-y: visible;
  overflow-x: hidden;
}
.com-padding .pro-detail .pro-z .product-detail-info a {
  margin: 20px 0 0;
}
.product-describe::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

.product-describe::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.product-describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.com-padding .pro-detail .pro-z .product-detail-info .btn {
  display: flex;
}

/* 
.com-padding .pro-detail .pro-z .pro-i {
    width: 50%;
    padding: .2rem;
    box-sizing: border-box;
}
@keyframes protab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.com-padding .pro-detail .pro-z .pro-i .big ul li .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.com-padding .pro-detail .pro-z .pro-i .big ul li img {
    max-width: 96%;
    max-height: 96%;
    display: block;
}

.com-padding .pro-detail .pro-z .pro-i .list ul {
    width: 100%;
    display: flex;
}

.com-padding .pro-detail .pro-z .pro-i .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
}

.com-padding .pro-detail .pro-z .pro-i .list>div {
    width: .3rem;
    height: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px #ccc solid;
    cursor: pointer;
}

.com-padding .pro-detail .pro-z .pro-i .list>div .icon {
    width: .2rem;
    height: .2rem;
    fill: currentColor;
    overflow: hidden;
    color: #ccc;
}

.com-padding .pro-detail .pro-z .pro-i .list>div:hover {
    border: 1px #0067ac solid;
}

.com-padding .pro-detail .pro-z .pro-i .list>div:hover .icon {
    color: #0067ac;
}

.com-padding .pro-detail .pro-z .pro-i .list .pro-thumb {
    flex: 1;
    position: 0 .1rem;
    box-sizing: border-box;
}

.com-padding .pro-detail .pro-z .pro-i .list .pro-thumb li {
    width: 20%;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #eee solid;
    margin: 0 .05rem;
    cursor: pointer;
}

.com-padding .pro-detail .pro-z .pro-i .list .pro-thumb li.active {
    border: 1px #0067ac solid;
}

.com-padding .pro-detail .pro-z .pro-i .list .pro-thumb li img {
    max-width: 100%;
    max-height: 100%;
    display: block;
} */

.com-padding .pro-detail .pro-z .pro-t {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.com-padding .pro-detail .pro-z .pro-t h4 {
  line-height: 52px;
  color: #1e242b;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}

.com-padding .pro-detail .pro-z .pro-t .con {
  min-height: 100px;
  padding: 20px 0 0;
  color: #999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.com-padding .pro-detail .pro-z .pro-t a {
  display: flex;
  padding: 10px 30px;
  margin-right: 1vw;
  color: #fff;
  font-size: 18px;
  background-color: #0067ac;
  border-radius: 40px;
  vertical-align: middle;
}

.com-padding .pro-detail .pro-z .pro-t .more {
  display: flex;
  align-items: center;
}

.com-padding .pro-detail .pro-z .pro-t span {
  display: flex;
  color: #0067ac;
  font-size: 24px;
  align-items: center;
}

.com-padding .pro-detail .pro-z .pro-t span .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
  color: #0067ac;
}

.pro-content {
  width: 100%;
}

.pro-content .item h4 {
  padding-bottom: 10px;
  margin-bottom: 24px;
  color: #0067ac;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}

.pro-content .item h4 span {
  color: #666;
}
.pro-content .item{
    display: table;
}
.pro-content .item div {
  padding: 30px 0;
  font-size: 16px;
}

.pro-content .item img {
  max-width: 100%;
}

.pro-content .more {
  padding: 20px 0;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-content .more p,
.pro-content .more p a {
  color: #333;
  font-size: 16px;
}

.pro-content .more .back {
  width: 130px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #0067ac;
  border-radius: 5px;
  font-size: 16px;
}

.pro-content .item ul {
  display: flex;
  height: 80px;
  border-bottom: 1px #eee solid;
  align-items: center;
}

.pro-content .item ul li {
  margin-right: 36px;
  display: flex;
  height: 100%;
  align-items: center;
}

.pro-content .item ul li a {
  color: #333;
  font-size: 24px;
}

.pro-content .item ul .active {
  border-bottom: 2px #0067ac solid;
}

.pro-content .item ul .active a {
  color: #0067ac;
}

.pro-recom {
  width: 100%;
  background-color: #f7f7f7;
  padding: 48px 0;
}

.pro-recom .title {
  margin-bottom: 30px;
  font-size: 30px;
  color: #333;
}

.pro-recom .title p {
  margin-top: 10px;
  color: #666;
  font-size: 18px;
}

.com-sd ul {
  display: flex;
}

.com-sd ul li {
  width: 25%;
  position: relative;
}

.com-sd ul li > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.com-sd ul li .img {
  width: 100%;
  border: 1px #ddd solid;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.com-sd ul li .img img {
  max-height: 90%;
  max-width: 90%;
  transition: 0.25s;
}

.com-sd ul li h4 {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e242b;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
}

.com-sd ul li:hover h4 {
  color: #0067ac;
}

.com-sd ul li:hover img {
  transform: scale(1.02);
}

.about_us,
.service {
  font-size: 16px;
  padding: 48px 0;
}

.page {
  width: 100%;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.page .fr {
  display: none;
}

.page .fl {
  display: none;
}

.page ul {
  width: 100%;
}

.page ul li {
  display: flex;
  justify-content: center;
}

.page a,
.page span {
  color: #666;
  font-size: 16px;
  padding: 8px 12px;
  margin: 0 4px;
}

.page a:hover {
  color: #fff;
  background: #484848;
}

.page .current {
  color: #fff;
  background: #484848;
}

.page .next {
  position: relative;
}

.page .next_disabled {
  display: none;
}

.page .prev_disabled {
  display: none;
}

.page .next:hover {
  background: rgba(0, 0, 0, 0);
}

.page .next::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/next.png) center no-repeat;
  background-size: 50%;
}

.case {
  position: relative;
}

.case .case-t {
  position: relative;
  width: 100%;
}

.case .case-t .case-left {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
}

.case .case-t .case-left.active {
  display: flex;
  animation: newstab 0.25s forwards;
  -moz-animation: newstab 0.25s forwards;
  /* Firefox */
  -webkit-animation: newstab 0.25s forwards;
  /* Safari 和 Chrome */
  -o-animation: newstab 0.25s forwards;
  /* Opera */
}

.case .case-t .case-left .case-img {
  width: 50%;
  height: 420px;
  position: relative;
}

.case .case-t .case-left .case-img img {
  width: 100%;
  display: block;
  height: 100%;
}

.case .case-t .case-left .case-details {
  width: 50%;
  padding: 0 48px;
  box-sizing: border-box;
}

.case .swiper-button {
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 120px;
  height: 40px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case .case-btn .case-logo {
  padding: 30px;
}

.main-news {
  background: #f4f4f4;
  width: 100%;
  display: table;
  padding-top: 48px;
}

.main-news .news {
  width: 1400px;
  margin: 60px auto 30px;
}

.main-news .news ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-news .news ul li {
  width: 32%;
  background: #ffffff;
  margin-bottom: 18px;
  position: relative;
}

.main-news .news ul li > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-news .news ul li .ni {
  height: 320px;
  overflow: hidden;
}

.main-news .news ul li .ni img {
  width: 100%;
  max-height: 100%;
  transition: all 0.25s;
}

.main-news .news ul li .nt {
  width: 86%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  height: 2rem;
}

.main-news .news ul li .nt h3 {
  width: 100%;
  font-size: 0.2rem;
  color: #333;
  margin: 20px 0 30px;
}

.main-news .news ul li .nt span {
  width: 100%;
  color: #0067ac;
  font-size: 16px;
}

.main-news .news ul li .nt a {
  width: 100%;
  color: #a3a3a3;
  font-size: 12px;
}

.main-news .news ul li:hover .ni img {
  transform: scale(1.03);
}

.main-news .news ul li:hover .nt a {
  color: #0067ac;
}

.main-news .cnews .position {
  justify-content: space-between;
}

.main-news .cnews .nc-z {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}

.main-news .cnews .nc-z .nc-l {
  width: 75%;
  padding: 36px 0 0;
  border: 1px #e1e1e1 solid;
  background: #fff;
  /* min-height: 7rem; */
}

.main-news .cnews .nc-z .nc-l .nc-pd {
  padding: 0 36px;
}

.main-news .cnews .nc-z .nc-l h2 {
  color: #333;
  font-size: 24px;
  text-align: center;
}

.main-news .cnews .nc-z .nc-l .nc-pd .time {
  color: #666;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 30px 0;
}

.main-news .cnews .nc-z .nc-l i {
  width: 40px;
  height: 3px;
  display: block;
  margin: auto;
  background: #0067ac;
}

.main-news .cnews .nc-z .nc-l img {
  width: 50%;
  display: block;
  margin: 30px auto 0;
}

.main-news .cnews .nc-z .nc-l .nz-t {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 40px;
}

.main-news .cnews .nc-z .nc-l .npage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px;
  box-sizing: border-box;
  border-top: 1px #e1e1e1 solid;
}

.main-news .cnews .nc-z .nc-l .npage > div span {
  text-align: left;
}

.main-news .cnews .nc-z .nc-l .npage span,
.main-news .cnews .nc-z .nc-l .npage span a {
  color: #666;
  font-size: 16px;
  margin: 10px 0;
}

.main-news .cnews .nc-z .nc-l .npage a.back {
  color: #fff;
  background-color: rgba(205, 43, 30, 0.9);
  font-size: 16px;
  height: 40px;
  width: 120px;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.main-news .cnews .nc-z .nc-l .npage a.back:hover {
  background-color: rgba(205, 43, 30, 1);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

.main-news .cnews .nc-z .nc-r {
  width: 22%;
}

.main-news .cnews .nc-z .nc-r h2 {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  padding-left: 6px;
  border-left: 4px #0067ac solid;
}

.main-news .cnews .nc-z .nc-r div ul li {
  width: 100%;
  margin: 10px 0;
  position: relative;
  background: #fff;
  padding: 20px 16px;
  box-sizing: border-box;
}

.main-news .cnews .nc-z .nc-r div ul li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-news .cnews .nc-z .nc-r div ul li h5 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.main-news .cnews .nc-z .nc-r div ul li p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.main-news .cnews .nc-z .nc-r div ul li:hover h5 {
  color: #0067ac;
}

.contact {
  width: 100%;
  background-color: #f7f7f7;
}

.contact .contact_con {
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
}

.contact .contact_con .map {
  width: 50%;
  height: 520px;
}

.contact .contact_con .mesg {
  width: 50%;
  padding: 30px 48px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact .contact_con .mesg h3 {
  line-height: 40px;
  font-size: 24px;
  color: #006dbc;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.contact .contact_con .mesg div {
  color: #333;
  font-size: 16px;
}

.message {
  padding: 20px 0 48px;
}

.message .mes-form {
  width: 100%;
}

.message .mes-form h2 {
  color: #333;
  font-size: 36px;
  margin-bottom: 36px;
  text-align: center;
}

.message .mes-form .fo-in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.message .mes-form .fo-in .f-i {
  width: 32%;
  display: flex;
  flex-direction: column;
}

.message .mes-form .fo-in .f-i div {
  display: flex;
  position: relative;
}

.message .mes-form .fo-in input {
  width: 100%;
  padding-right: 22px;
  color: #666;
  font-size: 14px;
  height: 60px;
  border: 1px #e0e2e7 solid;
  padding-left: 10px;
  box-sizing: border-box;
}

.fo-in input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdc1cc;
  font-family: "微软雅黑";
}

.fo-in input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdc1cc;
  font-family: "微软雅黑";
}

.fo-in input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdc1cc;
  font-family: "微软雅黑";
}

.fo-in input:-moz-placeholder {
  /* Firefox 18- */
  color: #bdc1cc;
  font-family: "微软雅黑";
}

.message .mes-form .f-t {
  display: flex;
  flex-direction: column;
}

.message .mes-form textarea {
  width: 100%;
  height: 196px;
  color: #666;
  font-size: 14px;
  border: 1px #e0e2e7 solid;
  padding: 5px 10px;
  box-sizing: border-box;
  resize: none;
}

.mes-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdc1cc;
  font-family: "微软雅黑";
}

.mes-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdc1cc;
  font-family: "微软雅黑";
}

.mes-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdc1cc;
  font-family: "微软雅黑";
}

.mes-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #bdc1cc;
  font-family: "微软雅黑";
}

.message .mes-form button {
  width: 250px;
  display: block;
  margin: auto;
  height: 46px;
  color: #fff;
  background: #006dbc;
  border: none;
  font-size: 16px;
  margin-top: 24px;
  border-radius: 0.4px;
}

.searchi {
  width: 1400px;
  margin: 36px auto;
}

.searchi form {
  width: 400px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  border: 1px #0067ac solid;
  margin: auto;
}

.searchi form .key {
  flex: 1;
  padding: 0 20px;
  height: 48px;
  border: none;
  font-size: 16px;
  color: #666;
}

.searchi form button {
  width: 48px;
  height: 48px;
  background: #0067ac;
  border: none;
}

.searchi form button .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.r_top b {
  color: #333;
  font-size: 16px;
}

.r_top .location,
.r_top .location a {
  color: #333;
  font-size: 16px;
}

.searchi .pro-pro {
  margin: 36px 0;
}

.searchi .pro-pro ul {
  display: flex;
  flex-wrap: wrap;
}

.searchi .pro-pro ul li {
  width: 24%;
  margin-left: 1.333%;
  position: relative;
}

.searchi .pro-pro ul li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.searchi .pro-pro ul li div {
  background: url(../images/product-bg.jpg);
  height: 220px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchi .pro-pro ul li div img {
  max-width: 88%;
  max-height: 88%;
}

.searchi .pro-pro ul li:nth-child(4n + 1) {
  margin-left: 0;
}

.searchi .pro-pro ul li h3 {
  margin: 12px 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.searchi .pro-pro ul li:hover h3 {
  color: #0067ac;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.tabout_us {
  width: 100%;
  background: url(../images/a1-bj.jpg) no-repeat;
  background-size: cover;
}

.tabout_us .tab_content {
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.tabout_us .tab_content .us_left {
  width: 32%;
}

.tabout_us .tab_content .us_left h2 {
  font-size: 30px;
  color: #333;
  height: 70px;
  line-height: 70px;
}

.tabout_us .tab_content .us_left .us_img img {
  width: 100%;
  display: block;
}

.tabout_us .tab_content .us_left .us_img .us_text {
  display: flex;
  padding: 24px 0 24px 48px;
  box-sizing: border-box;
  flex-wrap: wrap;
  background: #666;
}

.tabout_us .tab_content .us_left .us_img .us_text div {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 16px;
}

.tabout_us .tab_content .us_left .us_img .us_text div span {
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 6px;
}

.tabout_us .tab_content .us_left .us_img .us_text div h4 {
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.tabout_us .tab_content .us_left .us_img .us_text div h4 > i {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}

.tabout_us .tab_content .us_left .us_img .us_text div h4 > i > i {
  color: #fff;
  font-size: 12px;
}

.tabout_us .tab_content .us_right {
  flex: 1;
  background: #fff;
  padding: 40px 24px 0;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.tabout_us .tab_content .us_right p {
  margin: 6px 0;
}

.tabout_fz {
  padding: 56px 0 30px;
}

.tabout_fz ul {
  overflow: hidden;
  clear: both;
}

.tabout_fz ul li {
  width: 32%;
  float: left;
  margin-right: 16px;
}

.tabout_fz ul li img {
  width: 100%;
  height: 260px;
  display: block;
}

.tabout_fz ul li h4 {
  color: #333;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
}

.tabout_sl {
  background: #f1f1f1;
  padding: 50px 0 40px;
}

.tabout_sl h2 {
  height: 60px;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}

.tabout_sl .bd2 ul li {
  float: left;
  padding-top: 10px;
  width: 286px;
  margin-left: 14px;
  display: flex;
  justify-items: center;
  align-items: center;
  transition: 0.3s;
}

.tabout_sl .bd2 ul li:hover {
  transform: translateY(-12px);
}

.tabout_sl .bd2 ul li div {
  width: 100%;
  height: 340px;
  background: #fff;
  display: flex;
  justify-items: center;
  align-items: center;
}

.tabout_sl .bd2 ul li img {
  max-width: 100%;
  max-height: 100%;
}

.tabout_sl .hd2 ul {
  height: 12px;
  display: flex;
  justify-content: center;
  margin: 30px 0;
  overflow: hidden;
}

.tabout_sl .hd2 ul li {
  cursor: pointer;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  float: none;
  background: #fff;
  line-height: 999px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 10px;
  color: rgba(0, 0, 0, 0);
}

.tabout_sl .hd2 ul .on {
  background-color: #0067ac;
}

.tabout_hd {
  width: 100%;
  background: url(../images/a8-bj.jpg);
  background-size: cover;
  padding: 48px 0;
}

.tabout_hd h2 {
  height: 60px;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}

.tabout_hd .bd2 ul li {
  float: left;
  padding-top: 30px;
  width: 286px;
  margin-left: 14px;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
}

.tabout_hd .bd2 ul li:hover {
  transform: translateY(-12px);
}

.tabout_hd .bd2 ul li div {
  width: 100%;
  height: 340px;
  background: #fff;
  display: flex;
  justify-items: center;
  align-items: center;
}

.tabout_hd .bd2 ul li img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.tabout_hd .bd2 ul li p {
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  padding: 12px;
}

.tabout_hd .hd2 ul {
  height: 12px;
  display: flex;
  justify-content: center;
  margin: 30px 0;
  overflow: hidden;
}

.tabout_hd .hd2 ul li {
  cursor: pointer;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  float: none;
  background: #fff;
  line-height: 999px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 10px;
  color: rgba(0, 0, 0, 0);
}

.tabout_hd .hd2 ul .on {
  background-color: #0067ac;
}

.tabout_sb {
  width: 100%;
  position: relative;
}

.tabout_sb .sb_bg {
  position: relative;
}

.tabout_sb .sb_bg img {
  width: 100%;
  display: block;
}

.tabout_sb .sb_bg h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  font-size: 30px;
  color: #fff;
}

.course-con {
  padding: 20px 0;
}

.course-con ul {
  position: relative;
  padding: 20px 0;
}

.course-con ul::before {
  content: "";
  position: absolute;
  left: 110px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #666;
}

.course-con ul dl {
  display: flex;
  align-items: center;
  margin: 12px 0;
}

.course-con ul dl dt {
  width: 90px;
  height: 30px;
  background: url(../images/a9-1.png) no-repeat;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.course-con ul dl dd {
  position: relative;
  width: 88%;
}

.course-con ul dl .after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0067ac;
  margin: 0 18px;
}

.course-con ul dl dd p {
  color: #777;
  font-size: 16px;
  line-height: 26px;
}

.tabout_cf {
  width: 100%;
  padding: 48px 0 36px;
}

.tabout_cf h2 {
  height: 60px;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}

.tabout_cf .bd2 ul li {
  float: left;
  padding-top: 30px;
  width: 390px;
  margin-left: 10px;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
}

.tabout_cf .bd2 ul li:hover {
  transform: translateY(-12px);
}

.tabout_cf .bd2 ul li div {
  width: 100%;
  height: 260px;
  background: #fff;
  display: flex;
  justify-items: center;
  align-items: center;
}

.tabout_cf .bd2 ul li img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.tabout_cf .bd2 ul li p {
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  padding: 12px;
}

.tabout_cf .hd2 ul {
  height: 12px;
  display: flex;
  justify-content: center;
  margin: 30px 0;
  overflow: hidden;
}

.tabout_cf .hd2 ul li {
  cursor: pointer;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  float: none;
  background: #f1f1f1;
  line-height: 999px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 10px;
  color: rgba(0, 0, 0, 0);
}

.tabout_cf .hd2 ul .on {
  background-color: #0067ac;
}

.case .home-case .case-btn .case-logo ul {
  flex-wrap: wrap;
}

.case .home-case .case-btn .case-logo ul li {
  margin-bottom: 20px;
}
.product-list-info {
  background-color: #f5f5f5;
  padding: 48px 0;
}
.product-list-info .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-list-info .content .pro-menu {
  width: 280px;
  background-color: #fff;
  padding: 20px 16px;
}
.product-list-info .content .pro-menu h2 {
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
}
.product-list-info .content .pro-menu ol {
  margin-top: 20px;
}
.product-list-info .content .pro-menu ol li .nav-top,
.product-list-info .content .pro-menu ol li > a {
  transition: 0.5s;
  cursor: pointer;
  border-radius: 3px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
}
.product-list-info .content .pro-menu ol li .nav-top .icon,
.product-list-info .content .pro-menu ol li > a .icon,
.product-list-info .content .pro-menu ol li .nav-top span,
.product-list-info .content .pro-menu ol li > a span {
  transition: 0.5s;
}
.product-list-info .content .pro-menu ol li .nav-top:hover span,
.product-list-info .content .pro-menu ol li > a:hover span {
  color: #1359c1;
}
.product-list-info .content .pro-menu ol li .nav-top:hover .icon,
.product-list-info .content .pro-menu ol li > a:hover .icon {
  color: #1359c1;
}
.product-list-info .content .pro-menu ol li .pro-nav-title {
  display: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.product-list-info .content .pro-menu ol li .pro-nav-title a {
  line-height: 24px;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}
.product-list-info .content .pro-menu ol li .pro-nav-title a .icon {
  color: rgba(255, 255, 255, 0.7);
}
.product-list-info .content .pro-menu ol li .pro-nav-title a:hover span,
.product-list-info .content .pro-menu ol li .pro-nav-title a.on span {
  color: #0067ac;
}
.product-list-info .content .pro-menu ol li.active > a span {
  color: #0067ac;
}
.product-list-info .content .pro-menu ol li.active > a .icon {
  color: #0067ac;
  transform: rotate(90deg);
}
.product-list-info .content .pro-menu ol li.active .nav-top .icon {
  transform: rotate(90deg);
}
.product-list-info .content .pro-menu ol li.active .nav-top span {
  color: #0067ac;
}
.product-list-info .content .pro-menu ol li.active .nav-top .icon {
  color: #0067ac;
  transform: rotate(90deg);
}
.product-list-info .content .pro-menu ol li.active .pro-nav-title {
  display: block;
}

.product-list-info .content .product-list {
  flex: 1;
  margin-left: 20px;
}
.product-list-info .content .product-list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list-info .content .product-list .title form {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  width: 200px;
  height: 42px;
  padding: 0 16px;
}
.product-list-info .content .product-list .title form input {
  display: flex;
  flex: 1;
  width: 100%;
  height: 42px;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.product-list-info .content .product-list .title form button {
  background: none;
}
.product-list-info .content .product-list .title form button .icon {
  color: #999;
}
.product-list-info .content .product-list ul {
  margin-top: 20px;
}
.product-list-info .content .product-list ul li {
  padding: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.product-list-info .content .product-list ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 210px;
  overflow: hidden;
}
.product-list-info .content .product-list ul li .img img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.product-list-info .content .product-list ul li .img:hover img {
  transform: scale(1.1);
}
.product-list-info .content .product-list ul li .text {
  flex: 1;
  margin-left: 3%;
  display: flex;
  align-items: center;
}
.product-list-info .content .product-list ul li .text .info {
  flex: 1;
  border-right: 1px #ddd solid;
  padding-right: 3%;
  margin-right: 3%;
}
.product-list-info .content .product-list ul li .text .info a {
  margin-bottom: 12px;
  display: block;
}
.product-list-info .content .product-list ul li .text .info a:hover {
  color: #0067ac;
}
.product-list-info .content .product-list ul li .text .info .desc {
  line-height: 24px;
}
.product-list-info .content .product-list ul li .text .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px #ddd solid;
  width: 120px;
  height: 36px;
  margin: 16px 0;
  transition: 0.5s;
}
.product-list-info .content .product-list ul li .text .link a:hover {
  color: #fff;
  background-color: #0067ac;
}
.ww {
  width: 1400px;
  margin: auto;
}
.product1-list {
  padding: 48px 0;
  background-color: #f5f5f5;
}
.product1-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product1-list ul li {
  width: 32%;
  margin-right:2%;
  margin-bottom: 2%;
  background-color: #ffff;
  padding: 5% 4% 7% 4%;
  box-sizing: border-box;
}
.product1-list ul li:nth-child(3n){
  margin-right:0;
}
.product1-list ul li .text .line {
  height: 3px;
  width: 20px;
  background-color: #004ea2;
  margin: 16px 0 20px;
}
.product1-list ul li .text .son {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product1-list ul li .text .son a {
  min-width: 100%;
  margin: 6px 0;
  line-height: 20px;
  box-sizing: border-box;
  display: block;
}
.product1-list ul li .text .son a:hover {
  color: #004ea2;
}
@media screen and (max-width: 1480px) {
  .ww {
    width: 92%;
  }
  .w {
    width: 92%;
  }
}
