﻿.header {
  height: 82px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
  background: #f0f0f0;
}
.header .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.header .header-logo {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 40px;
}
.header .header-logo .h {
  display: none;
}
.header .header-logo::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #fff, transparent);
}
.header .header-search {
  position: relative;
}
.header .header-search .h {
  display: none;
}
.header .header-search form {
  position: absolute;
  right: 0;
  top: 56px;
  background: #fff;
  padding: 15px 20px;
  display: flex;
  display: none;
  width: 260px;
}
.header .header-search form .search-key {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  height: 40px;
  outline: none;
  color: #999;
  line-height: 70px;
}
.header .header-search form .search-button {
  border: none;
  background: url(../image/sbtn1.png) no-repeat center;
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.header.fixed {
  background: #f0f0f0;
  height: 71px;
}
.header.fixed .header-logo .h {
  display: block;
}
.header.fixed .header-logo .s {
  display: none;
}
.header.fixed .navbar li ul {
  top: 71px !important;
}
.header.fixed .navbar li a {
  line-height: 71px;
  color: #000;
}
.header.fixed .navbar li li a {
  line-height: 40px;
}
.header.fixed .header-search .h {
  display: block;
}
.header.fixed .header-search .s {
  display: none;
}
.header.fixed .header-search form {
  top: 48px;
}
.product-region {
  padding: 49px 0 101px;
  background: #172c6d;
}
.product-region .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-region .product-lside {
  width: 302px;
}
.product-region .product-lside .tit {
  height: 129px;
  background: url(../image/promenu.png) no-repeat 45px center #0065b3;
  color: #fff;
  padding: 32px 0 0 115px;
  line-height: 1.2;
}
.product-region .product-lside .tit h2 {
  font-size: 33px;
  font-weight: normal;
}
.product-region .product-lside .tit p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.product-region .product-lside ul {
  background: #fff;
  padding: 8px 14px 38px;
}
.product-region .product-lside ul a {
  display: block;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
  font-size: 16px;
  color: #000;
  padding-left: 30px;
  margin-bottom: 4px;
}
.product-region .product-lside ul a:hover {
  background: #0065b3;
  color: #fff;
}
.product-region .product-lside ul li:last-of-type a {
  margin-bottom: 0;
}
.product-region .product-lside .pro-tel {
  height: 331px;
  background: #fff;
  padding: 25px 13px;
  margin-top: 14px;
  text-align: center;
  color: #003366;
  font-size: 21px;
  line-height: 1.4;
}
.product-region .product-lside .pro-tel img {
  width: 100%;
  margin-bottom: 15px;
}
.product-region .product-lside .pro-tel p {
  font-size: 33px;
}
.product-region .product-lside .pro-tel a {
  display: block;
  margin: 0 auto;
  width: 108px;
  height: 35px;
  font-size: 16px;
  background: #001554;
  border-radius: 18px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-top: 15px;
}
.product-region .product-list {
  width: 877px;
}
.product-region .product-list .tit {
  height: 125px;
  padding-top: 12px;
}
.product-region .product-list .tit a {
  margin-top: 22px;
  opacity: 0.3;
}
.product-region .product-list .tit a:hover {
  opacity: 1;
}
.product-region .product-list .tit h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.product-region .product-list .tit h3::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #2354b7;
  margin: 7px 0 10px;
}
.product-region .product-list .tit p {
  font-size: 12px;
  color: #fff;
}
.product-region .product-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.product-region .product-list li {
  width: 271px;
  position: relative;
  margin-bottom: 12px;
}
.product-region .product-list li img {
  width: 100%;
  display: block;
}
.product-region .product-list li h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #001554;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.product-region .product-list li:nth-of-type(1n+7) {
  margin-bottom: 0;
}
.about-region {
  height: 1061px;
  background: url(../image/abbg.jpg) no-repeat left center;
  background-attachment: fixed;
  padding-top: 77px;
}
.about-region .about-hd ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.about-region .about-hd li {
  width: 300px;
  height: 294px;
  background: linear-gradient(to right, #005495, #0065b3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.about-region .about-hd li h3,
.about-region .about-hd li p {
  opacity: 0.8;
  color: #fff;
}
.about-region .about-hd li h3 {
  font-size: 27px;
  font-weight: normal;
  margin: 15px 0 3px;
}
.about-region .about-hd li p {
  font-size: 24px;
}
.about-region .about-hd li:hover {
  transform: translateY(-10px);
}
.about-region .about-bd {
  margin-top: 65px;
}
.about-region .about-bd .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.about-region .about-bd .tit h2 {
  font-size: 33px;
  color: #001554;
  font-weight: normal;
}
.about-region .about-bd .tit h3 {
  font-size: 25px;
  color: #001554;
  font-weight: bold;
  border-bottom: 1px solid #1a559f;
  width: 380px;
  padding-bottom: 15px;
}
.about-region .about-bd .about-bd-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-region .about-bd .about-bd-flex .about-flex-link {
  border-left: 1px solid #001554;
  height: 265px;
}
.about-region .about-bd .about-bd-flex .about-flex-link a {
  font-size: 16px;
  color: #001554;
  display: block;
  margin-left: -5px;
  margin-bottom: 40px;
  transform: translateY(-8px);
}
.about-region .about-bd .about-bd-flex .about-flex-link a:hover {
  color: #fff;
}
.about-region .about-bd .about-bd-flex .about-flex-link a:last-of-type {
  margin-bottom: 0;
}
.about-region .about-bd .about-bd-flex .about-flex-link a i {
  font-family: "宋体";
}
.about-region .about-bd .about-bd-flex .about-flex-link a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #001554;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: 1px;
}
.about-region .about-bd .about-bd-flex .about-flex-content {
  width: 880px;
}
.about-region .about-bd .about-bd-flex .about-flex-content .desc {
  font-size: 16px;
  line-height: 30px;
  color: #001554;
  height: 180px;
  overflow: hidden;
}
.about-region .about-bd .about-bd-flex .about-flex-content a.abmore {
  display: block;
  font-size: 16px;
  color: #000000;
  text-align: right;
  margin: 40px 0 20px;
}
.about-region .about-bd .about-bd-flex .about-flex-content .about-slex-slide li {
  width: 160px;
  float: left;
  margin: 0 8px;
}
.region-tit {
  text-align: center;
}
.region-tit h2 {
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 6px;
  background: url(../image/titline.png) no-repeat bottom center;
}
.region-tit p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
}
.case-region {
  background: #172c6d;
  padding: 95px 0;
}
.case-bd .parHd {
  margin: 27px 0 30px;
  text-align: center;
}
.case-bd .parHd li {
  height: 52px;
  display: inline-block;
}
.case-bd .parHd li a {
  display: block;
  background: #fff;
  padding: 0 20px;
  margin: 0 5px;
  font-size: 16px;
  color: #000;
  line-height: 52px;
}
.case-bd .parHd li.on a {
  background: #0065b2;
  color: #fff;
}
.case-bd .parBd .slideBox-special {
  background: #0f1f4c;
  height: 414px;
  overflow: hidden;
  position: relative;
}
.case-bd .parBd .slideBox-special .img {
  width: 778px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
}
.case-bd .parBd .slideBox-special .img img {
  width: 100%;
}
.case-bd .parBd .slideBox-special .desc {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 423px;
  color: #fff;
  padding: 30px;
}
.case-bd .parBd .slideBox-special .desc h3 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 30px;
}
.case-bd .parBd .slideBox-special .desc p,
.case-bd .parBd .slideBox-special .desc div {
  font-size: 20px;
  line-height: 30px;
}
.case-bd .parBd .slideBox-special .desc p {
  max-height: 40px;
  overflow: hidden;
}
.case-bd .parBd .slideBox-special .desc .desc-p {
  height: 90px;
  overflow: hidden;
}
.case-bd .parBd .slideBox-special .desc a {
  display: block;
  width: 184px;
  height: 51px;
  background: #0065b2;
  line-height: 51px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin: 37px 0 0 -79px;
}
.case-bd .parBd .slidewrap {
  margin-top: 13px;
  position: relative;
}
.case-bd .parBd .slidewrap .sbtn {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "宋体";
  font-size: 60px;
  font-weight: bold;
}
.case-bd .parBd .slidewrap .sPrev {
  left: -50px;
}
.case-bd .parBd .slidewrap .sNext {
  right: -50px;
}
.case-bd .parBd .slidewrap ul {
  overflow: hidden;
}
.case-bd .parBd .slidewrap li {
  width: 233px;
  float: left;
  margin-right: 8px;
}
.case-bd .parBd .slidewrap li img {
  width: 100%;
  display: block;
}
.avant-region {
  padding-top: 70px;
  height: 953px;
  background: url(../image/avantbg.jpg) no-repeat center;
  background-attachment: fixed;
}
.avant-region .region-tit h2 {
  color: #001554;
}
.avant-region .region-tit p {
  color: rgba(0, 21, 84, 0.5);
}
.avant-region .avant-bd .hd {
  margin: 30px 0;
}
.avant-region .avant-bd .hd ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.avant-region .avant-bd .hd li {
  width: 196px;
  height: 111px;
  background: #242830;
  line-height: 111px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.avant-region .avant-bd .hd li::after {
  content: "";
  display: block;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #0065b3;
}
.avant-region .avant-bd .hd li.on {
  background: #0065b3;
}
.avant-region .avant-bd .hd li.on::after {
  display: block;
}
.avant-region .avant-bd .bd .slideBox {
  position: relative;
  overflow: hidden;
}
.avant-region .avant-bd .bd .slideBox img {
  width: 100%;
  display: block;
}
.avant-region .avant-bd .bd .slideBox p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  line-height: 85px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #fff;
  text-indent: 20px;
}
.avant-region .avant-bd .bd .slideBox p::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 90px;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 31px solid rgba(0, 0, 0, 0.5);
}
.solve-region {
  height: 844px;
  background: #172c6d;
  padding-top: 65px;
}
.solve-region .solve-bd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
.solve-region .hd {
  width: 191px;
  background: #101f4c;
  padding: 18px 0 18px 31px;
  height: 552px;
}
.solve-region .hd ul {
  height: 100%;
  border-left: 1px solid #0065b3;
}
.solve-region .hd ul li {
  font-size: 16px;
  margin-left: -6px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 28px;
  cursor: pointer;
}
.solve-region .hd ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #0065b3;
  border-radius: 50%;
  vertical-align: -1px;
  margin-right: 10px;
}
.solve-region .hd ul li i {
  display: inline-block;
  width: 0;
  overflow: hidden;
  vertical-align: -9px;
  transition: all 0.3s;
}
.solve-region .hd ul li.on {
  color: #ffffff;
}
.solve-region .hd ul li.on i {
  width: 29px;
}
.solve-region .bd {
  width: 1009px;
}
.solve-region .bd .slideBox {
  position: relative;
}
.solve-region .bd .slideBox img {
  width: 100%;
}
.solve-region .bd .slideBox p {
  position: absolute;
  left: 0;
  bottom: 10%;
  height: 46px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 46px;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
}
.partner-region {
  height: 640px;
  padding-top: 35px;
  background: url(../image/partbg.jpg) no-repeat center;
  background-attachment: fixed;
}
.partner-region .partner-bd {
  margin-top: 40px;
}
.partner-region .partner-bd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.partner-region .partner-bd li {
  width: 166px;
  margin-bottom: 16px;
}
.partner-region .partner-bd li:nth-of-type(1n+8) {
  margin-bottom: 0;
}
.partner-region .partner-bd .partmore {
  display: block;
  width: 154px;
  height: 46px;
  background: #0066ec;
  line-height: 46px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  margin-top: 43px;
}
.news-region {
  height: 719px;
  padding-top: 87px;
  /*background: #172c6d;*/
}
.news-region .region-tit h2 {
  color: #fff;
  background: none;
  padding-bottom: 0;
  font-weight: normal;
  margin-bottom: 0;
}
.news-region .region-tit p {
  color: rgba(255, 255, 255, 0.8);
}
.news-bd {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-bd .news-swiper {
  width: 670px;
}
.news-bd .news-swiper .hd {
  margin-bottom: 48px;
}
.news-bd .news-swiper .hd ul {
  height: 63px;
  background: #0f1e49;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-bd .news-swiper .hd li {
  flex: 1;
  text-align: center;
}
.news-bd .news-swiper .hd li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 63px;
}
.news-bd .news-swiper .hd li.on a {
  background: #0066ec;
  color: #fff;
}
.news-bd .news-swiper .hd li:last-of-type.on a {
  background: none;
  color: #004aa8;
}
.news-bd .news-swiper .bd li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 43px;
}
.news-bd .news-swiper .bd li i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 49px;
  height: 49px;
  background: #0f1e49;
  line-height: 49px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.news-bd .news-swiper .bd li h3 {
  font-size: 16px;
  /*color: #fff;*/
  font-weight: bold;
  line-height: 27px;
}
.news-bd .news-swiper .bd li p {
  font-size: 14px;
  /*color: rgba(255, 255, 255, 0.8);*/
}
.news-bd .news-swiper .bd li:last-of-type {
  margin-bottom: 0;
}
.news-bd .news-swiper .bd li:hover i {
  background: #0066ec;
}
.news-bd .news-img {
  width: 488px;
  position: relative;
}
.news-bd .news-img a {
  display: block;
}
.news-bd .news-img img {
  width: 100%;
  display: block;
}
.news-bd .news-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background: #004aa8;
  line-height: 59px;
  text-indent: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.footer {
  background: #272729;
}
.footer-area {
  background: #1f1f1f;
  height: 50px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
}
.footer-form {
  margin: 36px 0 60px;
}
.footer-form .left {
  width: 518px;
}
.footer-form .left .input-group {
  height: 38px;
  line-height: 44px;
  border-bottom: 1px solid #2f427c;
}
.footer-form .left .input-group span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  margin-right: 10px;
}
.footer-form .left input {
  background: none;
  outline: none;
  border: none;
  width: 440px;
  line-height: 24px;
    color: #fff;
}
.footer-form .input-textarea {
  width: 630px;
}
.footer-form .input-textarea textarea {
  height: 107px;
  outline: none;
  border: 1px solid #2f427c;
  background: none;
  width: 100%;
  resize: none;
  overflow: hidden;
}
.footer-form .input-textarea .submit {
  height: 35px;
  background: #0067ed;
  border-radius: 10px;
  text-align: center;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.55);
  border: none;
  font-size: 20px;
  width: 100%;
  outline: none;
  cursor: pointer;
  margin-top: 6px;
}
.footer-keywords {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 30px;
}
.footer-contact {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-contact .tel {
  font-size: 25px;
  margin-bottom: 10px;
  color: #fff;
}
.footer-contact-code ul {
  display: flex;
}
.footer-contact-code li {
  width: 142px;
  margin-left: 20px;
}
.footer-contact-code li img {
  width: 100%;
}
.footer-contact-address {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 30px;
}
.footer-ft {
  border-top: 1px solid white;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  padding: 18px 0;
}
.footer-ft .w {
  display: flex;
}
.fix-contact {
  position: fixed;
  right: 0;
  bottom: 10%;
}
.fix-contact li {
  width: 68px;
  height: 68px;
  border-bottom: 1px solid #4d94c9;
  background: #0065b2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.fix-contact li p {
  margin-top: 2px;
}
.fix-contact li .hov {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  transform: translateX(100%);
}
.fix-contact li .hov img {
  padding-right: 60px;
  width: 175px;
}
.fix-contact li .hov .fix-tel {
  height: 68px;
  padding: 0 25px;
  background: #cdff34;
  font-size: 33px;
  color: #001553;
  white-space: nowrap;
  line-height: 68px;
}
.fix-contact li:first-of-type {
  border-radius: 10px 10px 0 0;
}
.fix-contact li:last-of-type {
  border-radius: 0 0 10px 10px;
}
.fix-contact li:hover .hov {
  transform: translateX(0);
}



/*产品详细*/
.product_detail{ padding-left:20px;}
.um-imgZoom{float:left;margin-right:20px;}
.um-imgZoom p{text-align:center;padding-bottom:10px;}
#zoom_box{display:block;zoom:1;width:300px;height:300px;text-align:center;border:1px solid #ddd;vertical-align:middle;font-size:170px;padding:0;}
#zoom_box img{margin:0;padding:0;}
#zoom_box img.big_small{max-width:300px;max-height:300px;_width:expression(this.width>300&&this.width>this.height?300:true);_height:expression(this.height>300?300:true);}
#zoom_list{width:302px;height:60px;background:#EFEFEF;}
#zoom_list .pre{float:left;width:14px;height:54px;margin-top:2px;text-align:center;overflow:hidden;background:#EFEFEF url(../images/pre.gif) no-repeat -3px 18px;}
#zoom_list .next{float:right;width:14px;height:54px;margin-top:2px;text-align:center;overflow:hidden;background:#EFEFEF url(../images/next.gif) no-repeat -3px 18px;}
#zoom_list #zoom_list_box{float:left;width:232px;overflow:hidden;height:56px;position:relative;}
#thumblist{position:absolute;}
#thumblist li{float:left;width:58px;overflow:hidden;text-align:center;margin:2px 0;}
#thumblist li span{width:52px;height:52px;}
#thumblist li span a{width:50px;height:50px;font-size:42px;border:1px solid #FFF;}
#thumblist li span img{max-height:50px;max-width:50px;_width:50px;_height:50px;}
#big_box{float:left;}
#big_box span{width:302px;height:242px;}
#big_box span a{width:300px;height:240px;font-size:200px;}
#big_box span img{max-width:300px;max-height:240px;}
.p_info li{margin-bottom:10px;}
.um-imgInfo h2{
  font-sizE: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.um-imgInfo .p_tabs{
  line-height: 28px;
  font-size: 14px;
  color: #666;
}
.um-imgDetail{}
.um-imgDetail .tag{ height:32px; line-height:32px; padding:0 10px; border:#ddd solid 1px; border-bottom:#054dd6 solid 2px; background:#f8f8f8;}
.um-imgDetail .tag b{ display:block; color:#054dd6; font-size:14px;}

.um-imgDetail{}
.um-imgDetail .cent { padding:20px 0; font-size:14px;}
.um-imgDetail .cent img{
    max-width: 100%;
}
.um-imgDetail table{border-spacing: 0; border-left:#ddd solid 1px; border-top:#ddd solid 1px;}
.um-imgDetail table td{ padding:5px 10px; border-right:#ddd solid 1px; border-bottom:#ddd solid 1px;}

.pagenav{ padding:10px 0 0 0; border-top:#ddd solid 1px; }
.pagenav a{ color:#054dd6;}

.um-bd_imgShow_ft .items-img li{
    width:187px;
}
.um-bd_imgShow_ft .items-img li .item-hd{
    width:187px;
    height:187px;
}
