
  .navbar .w {
    height: 100%;
  }
  .navbar ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .navbar li {
    flex: 1;
    text-align: center;
    height: 100%;
    position: relative;
    color: #fff;
  }
  .navbar li .cn {
    font-size: 17px;
    /*color: #fff;*/
    /*line-height: 87px;*/
    line-height: 55px;
    /*border-bottom: 2px solid transparent;*/
  }
  .navbar li.on,
  .navbar li:hover{
    background: #013a74;
    color: #fff;
  }
  .navbar li ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 55px;
    z-index: 9;
    display: block;
    background: #0260b3;
    height: auto;
    display: none;
  }
  .navbar li ul li{
      line-height: 40px;
      padding-top: 0;
  }
  .navbar li ul li a{
      display: block;
      font-size:14px;
      color:#fff;
      padding: 0 10px;
  }
  .navbar li ul li a:hover{
      background: rgba(0,0,0,.5);
  }
  .navbar li:hover ul{
      display: block;
  }
  
  
  .banner {
    line-height: 0;
  }
  
  .bannerWrap{
      position: relative;
  }
  .bannerWrap .Scroll-tip{
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .banner img {
    width: 100%;
  }


.w12 {
	width: 1200px;
	margin: 0 auto;
}

.w {
  width: 1300px;
}
.header .w {
  height: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-tel {
  background: url(../image/htel.png) no-repeat left center;
  padding-left: 55px;
  font-size: 14px;
  color: #222;
}
.header .header-tel p {
  font-size: 22px;
  color: #0260b3;
  font-weight: bold;
}
.navbar {
  height: 55px;
  background: #0260b3;
}
.search-region {
  height: 45px;
  border-bottom: 1px solid #ddd;
}
.search-region .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-region .search-key {
  font-size: 12px;
  color: #666;
}
.search-region .search-key span {
  color: #000;
  font-weight: bold;
}
.search-region .search-form form {
  display: flex;
}
.search-region .search-form .txt {
  line-height: 28px;
  border: 1px solid #f0f0f0;
  padding: 0 20px;
  color: #999;
  outline: none;
}
.search-region .search-form .btn {
  background: url(../image/sbtn.png) no-repeat 10px 7px #0260b3;
  border: none;
  color: #fff;
  padding-left: 27px;
  outline: none;
  line-height: 28px;
  vertical-align: top;
  padding-right: 11px;
  cursor: pointer;
}
.product-region {
  padding: 60px 0;
}
.product-region .w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-region .hd {
  width: 260px;
}
.product-region .hd .lside-tit {
  height: 95px;
  background: url(../image/ltitbg.jpg) no-repeat center;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  margin-bottom: 1px;
}
.product-region .hd .lside-tit h2 {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 6px;
}
.product-region .hd .lside-tit h2 span {
  font-size: 23px;
  font-weight: bold;
}
.product-region .hd .lside-tit p {
  font-size: 12px;
  font-family: arial;
}
.product-region .hd li {
  line-height: 60px;
  background: #eee;
  position: relative;
  color: #959595;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  padding-left: 28px;
}
.product-region .hd li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #0260b3;
  transform: rotate(45deg);
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -6px;
  display: none;
}
.product-region .hd li img {
  margin-right: 10px;
}
.product-region .hd li.on {
  background: #005f9e;
  color: #fff;
}
.product-region .hd li.on::after {
  display: block;
}
.product-region .bd {
  width: 1020px;
  background: #eeeeee;
  padding: 25px;
  overflow: hidden;
}
.product-region .bd li {
  float: left;
  width: 303px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.product-region .bd li:nth-of-type(3n) {
  margin-right: 0;
}
.product-region .bd li:nth-of-type(1n+4) {
  margin-bottom: 0;
}
.slogan-region {
  height: 200px;
  background: url(../image/bg05.jpg) no-repeat center;
  text-align: center;
  color: #fff;
  padding-top: 36px;
}
.slogan-region h2 {
  font-size: 22px;
}
.slogan-region p {
  font-size: 14px;
  display: inline-block;
  margin: 10px 0 20px;
}
.slogan-region .line {
  width: 50%;
  margin: 0 auto;
  border-top: 1px solid #1976e8;
  border-bottom: 1px solid #0e4c97;
}
.slogan-region .tel {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.slogan-region .tel b {
  font-size: 26px;
}
.slogan-region .tel a {
  line-height: 33px;
  width: 105px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-left: 70px;
  background: url(../image/bg06.jpg) no-repeat center;
}
.process-region {
  padding: 60px 0;
}
.process-region dl {
  width: 1200px;
  height: 205px;
  margin: 0 auto;
  background: url(../image/cessbg.png) no-repeat center;
  display: flex;
  justify-content: flex-start;
  padding-left: 103px;
  padding-top: 85px;
}
.process-region dd {
  width: 38px;
  font-size: 16px;
  color: #005f9e;
  margin-left: 92px;
}
.avant-region {
  height: 1234px;
  background: url(../image/avantbg.jpg) no-repeat center;
}
.avant-region .w {
  width: 1200px;
}
.avant-tit {
  font-size: 31px;
  color: #494949;
  text-align: center;
  padding-top: 100px;
}
.avant-bd {
  padding-top: 162px;
}
.avant-bd li {
  display: flex;
  margin-bottom: 76px;
}
.avant-bd li .item-hd {
  width: 50%;
}
.avant-bd li .item-hd .item-desc {
  padding-left: 65px;
  margin-bottom: 57px;
}
.avant-bd li .item-hd .item-desc:last-of-type {
  margin-bottom: 0;
}
.avant-bd li .item-hd h3 {
  font-size: 28px;
  color: #005f9e;
}
.avant-bd li .item-hd .en {
  font-size: 12px;
  color: #005f9e;
}
.avant-bd li .item-hd p {
  font-size: 17px;
  line-height: 35px;
  color: #999;
  margin-top: 17px;
}
.avant-bd li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.avant-bd li:nth-of-type(2n) .item-hd .item-desc {
  padding-left: 85px;
  margin-bottom: 26px;
}
.case-region {
  padding: 60px 0;
}
.case-tit {
  background: url(../image/casetitbg.png) no-repeat center bottom;
  text-align: center;
  padding-bottom: 4px;
}
.case-bd {
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
  padding: 50px 80px;
}
.case-bd .btn {
  position: absolute;
  font-family: "宋体";
  font-size: 40px;
  color: #888;
  top: 50%;
  transform: translateY(-50%);
}
.case-bd .prev {
  left: 30px;
}
.case-bd .next {
  right: 30px;
}
.case-bd li {
  width: 251px !important;
  float: left;
  border: 1px solid #cdcdcd;
  padding: 3px;
  text-align: center;
  margin-right: 45px;
}
.case-bd li p {
  font-size: 14px;
  color: #333;
  line-height: 27px;
}
.about-region {
  height: 399px;
  background: url(../image/abbg.jpg) no-repeat center;
}
.about-region .about-tit h2 {
  font-size: 25px;
  color: #005f9e;
}
.about-region .about-tit p {
  font-size: 13px;
  text-transform: capitalize;
}
.about-region .about-tit p::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #333333;
  float: left;
  margin: 10px 10px 0 0;
}
.about-region .about-content {
  width: 50%;
  margin-left: 50%;
  padding: 2% 2% 0;
}
.about-region .about-content .about-desc {
  font-size: 14px;
  line-height: 25px;
  height: 150px;
  overflow: hidden;
  margin: 20px 0 40px;
}
.about-region .about-content .about-more a {
  line-height: 38px;
  background: #005f9e;
  padding: 0 30px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
}
.about-region .about-content .about-more a:hover {
  box-shadow: 0 0 5px #555;
}
.about-slogan {
  width: 1248px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px #999;
  margin-top: -47px;
  padding: 35px 0;
}
.about-slogan ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.about-slogan li {
  text-align: center;
  font-size: 28px;
  color: #333;
}
.about-slogan li span {
  font-size: 50px;
  color: #005f9e;
  font-family: impact;
  line-height: 1;
  vertical-align: -4px;
  margin-right: 3px;
}
.about-slogan li p {
  font-size: 14px;
  color: #666;
  margin-top: 3px;
}
.news-region {
  padding: 60px 0;
}
.news-region .w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-region .news-tit {
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdbdb;
}
.news-region .news-tit img {
  margin-right: 8px;
}
.news-region .news-left {
  width: 1200px;
}
.news-region .news-left-bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-region .news-left .news-img {
  width: 249px;
  flex: 0 0 auto;
  margin-right: 40px;
}
.news-region .news-left .news-img img {
  width: 100%;
  display: block;
}
.news-region .news-left .news-list li {
  border-bottom: 1px dashed #b1b1b1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-region .news-left .news-list li:last-of-type {
  margin-bottom: 0;
}
.news-region .news-left .news-list li:hover h3 {
  color: #0260b3;
}
.news-region .news-left .news-list p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999;
}
.news-region .news-form {
  width: 414px;
}
.news-region .news-form form .input-item {
  margin-bottom: 30px;
}
.news-region .news-form form .input-item:last-of-type {
  margin-bottom: 0;
}
.news-region .news-form form label {
  display: inline-block;
  width: 20%;
  text-align: right;
  font-size: 14px;
  line-height: 32px;
  vertical-align: top;
}
.news-region .news-form form input {
  width: 76%;
  margin-left: 4%;
  outline: none;
  line-height: 28px;
  border: 1px solid #dcdcdc;
}
.news-region .news-form form textarea {
  width: 76%;
  outline: none;
  margin-left: 4%;
  overflow: hidden;
  resize: none;
  border: 1px solid #dcdcdc;
}
.news-region .news-form form .btn {
  width: 75%;
  margin-left: 4%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #333;
  color: #fff;
  line-height: 32px;
  transition: .5s;
}
.news-region .news-form form .btn:hover {
  background: #0260b3;
}
.news-region .news-form form .input-vify input {
  width: 50%;
}
.news-region .news-form form .input-vify img {
  width: 26%;
}
.footer {
  background: #e7e6e6;
  padding: 40px 0;
}
.footer .w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-tit {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.footer .footer-tit::after {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  background: #005f9e;
  margin-top: 4px;
}
.footer-contact-desc p {
  display: flex;
  line-height: 31px;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.footer-contact-desc p img {
  margin-right: 8px;
}
.footer-contact-desc p:last-of-type {
  margin-bottom: 0;
}
.footer-code {
  text-align: center;
  font-size: 15px;
}
.footer-code img {
  display: block;
  margin-bottom: 5px;
}
.footer-nav {
  width: 33%;
}
.footer-nav-desc a {
  display: inline-block;
  vertical-align: top;
  margin-right: 46px;
  font-size: 14px;
  color: #696969;
  line-height: 36px;
}
.footer-copyright {
  background: #005f9f;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  font-family: arial;
    text-align: center;
}


  
  