@charset "UTF-8";
.top {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .top {
    padding: 0 2%;
  }
}

/*头部样式*/
#header .wel {
  background: #f5f5f5;
  line-height: 34px;
}

#header .wel .k1 a {
  padding: 0 5px;
}

#header .logo {
  float: left;
  width: 66%;
  line-height: 65px;
  
    padding-bottom: 0.7%;
}

#header .logo img {
  max-width: 100%;
}

#header .topLink {
  margin-top: 0.9%;
  background: url(../images/dh.png) no-repeat left center;
  color: #000000;
  font-size: 12px;
  text-align: left;
  line-height: 24px;
  padding-left: 66px;
}

#header .topLink span {
  color: #0e6fb6;
}

#menu {
  background: #0e6fb6;
  line-height: 51px;
}

#menu .nav1 li {
  width: 12.1%;
  line-height: 51px;
  float: left;
  position: relative;
  text-align: center;
}

#menu .nav1 li a {
  font-size: 16px;
  color: #ffffff;
  line-height: 51px;
}

#menu .nav1 li::before {
  content: '';
  display: block;
  width: 0;
  height: 19px;
  border-left: 1px dotted #ffffff;
  top: 50%;
  margin-top: -8.5px;
  position: absolute;
  left: 0;
}

#menu .nav1 li:last-child:before {
  content: '';
  display: block;
  width: 0;
  height: 19px;
  border-right: 1px dotted #ffffff;
  top: 50%;
  margin-top: 17.4px;
  position: absolute;
  left: 0;
}
#menu .nav1 li:last-child{width:1px;}


#menu .nav1 li .sec {
  display: none;
}

/*热门搜索*/
.search {
  height: 93px;
}

.search #formsearch {
  width: 358px;
  float: right;
  height: 39px;
  background: url(../images/s.png) no-repeat;
  margin-top: 24px;
}

.search #formsearch input {
  height: 39px;
  background: none;
  border: none;
  line-height: 39px;
}

.search #formsearch input#keyword {
  height: 39px;
  line-height: 39px;
  text-indent: 19px;
  color: #666;
  font-size: 14px;
  width: 316px;
  float: left;
}

.search #formsearch input#s_btn {
  width: 42px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: none;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0;
  float: left;
}

.search .hotSearch {
  float: left;
  height: 93px;
  line-height: 93px;
  font-weight: normal;
  color: #000000;
  font-size: 14px;
}

.search .hotSearch a {
  margin-right: 6px;
  font-size: 14px;
  color: #666666;
}

.i-tt {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
}

.i-tt p {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .i-tt {
    font-size: 20px;
  }
  .i-tt p {
    font-size: 14px;
  }
}

.i-product {
  background: #e3e6eb;
  padding: 4% 0;
  display: none;
}

.i-product .slick_fwfw {
  margin-top: 3%;
  position: relative;
}

.i-product .slick_fwfw .slick-slide {
  background: #ffffff;
  margin-right: .2%;
  text-align: center;
  padding-top: .2%;
}

.i-product .slick_fwfw .slick-slide h3 {
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  font-weight: normal;
}

.i-product .slick_fwfw .slick-arrow {
  border: none;
  width: 37px;
  height: 103px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  cursor: pointer;
  font-size: 0;
}

.i-product .slick_fwfw .slick-arrow:focus {
  outline: none;
}

.i-product .slick_fwfw .slick-prev {
  background: url(../images/left.png) no-repeat;
  left: -71px;
}

.i-product .slick_fwfw .slick-next {
  background: url(../images/right.png) no-repeat;
  right: -71px;
}

.i-product a.more {
  background: #0e6fb6;
  width: 102px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 3% auto 0;
}

.i-product a.more img {
  margin-right: 4px;
}

@media screen and (max-width: 1200px) {
  .i-product .slick_fwfw {
    margin-top: 3%;
    position: relative;
  }
  .i-product .slick_fwfw .slick-slide {
    background: #ffffff;
    margin-right: .2%;
    text-align: center;
    padding: .2%;
  }
  .i-product .slick_fwfw .slick-slide h3 {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
  }
  .i-product .slick_fwfw .slick-arrow {
    border: none;
    width: 37px;
    height: 103px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    cursor: pointer;
    z-index: 9999;
    font-size: 0;
  }
  .i-product .slick_fwfw .slick-arrow:focus {
    outline: none;
  }
  .i-product .slick_fwfw .slick-prev {
    background: url(../images/left.png) no-repeat;
    left: 0px;
  }
  .i-product .slick_fwfw .slick-next {
    background: url(../images/right.png) no-repeat;
    right: 0px;
  }
}

@media screen and (max-width: 760px) {
  .i-product .slick_fwfw {
    margin-top: 3%;
    position: relative;
  }
  .i-product .slick_fwfw .slick-slide {
    background: #ffffff;
    margin-right: 0;
    text-align: center;
    padding: .2%;
  }
  .i-product .slick_fwfw .slick-slide h3 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: normal;
  }
  .i-product .slick_fwfw .slick-arrow {
    border: none;
    width: 20px;
    height: 60px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 9999;
    font-size: 0;
  }
  .i-product .slick_fwfw .slick-arrow:focus {
    outline: none;
  }
  .i-product .slick_fwfw .slick-prev {
    background: url(../images/left.png) no-repeat;
    left: 0px;
    background-size: 100%;
  }
  .i-product .slick_fwfw .slick-next {
    background: url(../images/right.png) no-repeat;
    right: 0px;
    background-size: 100%;
  }
}

.i-service {
  background: #004998;
  box-sizing: border-box;
  padding: 2% 0;
  margin-top: 5%;
}

.i-service h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.i-service h2 p {
  font-weight: normal;
  font-size: 16px;
}

.i-service #swiper-container1 {
  position: relative;
  margin-top: 5%;
  padding-bottom: 6%;
}

@media screen and (max-width: 1200px) {
  .i-service h2 {
    font-size: 20px;
  }
  .i-service h2 p {
    font-size: 14px;
  }
}

.i-pin {
  margin-top: 4%;
}

.i-pin h2 {
  text-align: center;
}

.i-pin h2 b {
  color: #333333;
  font-size: 22px;
  display: block;
}

.i-pin h2 b::after, .i-pin h2 b::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 1px;
  background: #333333;
  vertical-align: middle;
}

.i-pin h2 b::before {
  margin-right: 19px;
}

.i-pin h2 b::after {
  margin-left: 19px;
}

.i-pin h2 p {
  color: #0e6fb6;
  font-size: 40px;
  font-weight: normal;
}

.i-pin h2 span {
  display: block;
  color: #d4e5f2;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: normal;
}

.i-pin ul {
  background: #f5f5f5;
  margin-top: 3%;
}

.i-pin ul .img1 img {
  max-width: 100%;
}

.i-pin ul li.pin-list1 .img1 {
  float: left;
  width: 50%;
  position: relative;
}

.i-pin ul li.pin-list1 .img1::after {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  left: -200%;
  top: 0;
  background: #f5f5f5;
}

.i-pin ul li.pin-list1 .nei {
  width: 50%;
  float: right;
  box-sizing: border-box;
  background: url(../images/1.png) no-repeat left top;
  box-sizing: border-box;
  padding-left: 110px;
  padding-top: 52px;
  position: relative;
}

.i-pin ul li.pin-list1 .nei h3 {
  line-height: 60px;
  color: #0e6fb6;
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-pin ul li.pin-list1 .nei p {
  font-size: 16px;
  color: #000000;
}

.i-pin ul li.pin-list2 .img1 {
  float: right;
  width: 50%;
  position: relative;
}

.i-pin ul li.pin-list2 .img1::after {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  right: -200%;
  top: 0;
  background: #f5f5f5;
}

.i-pin ul li.pin-list2 .nei {
  width: 50%;
  float: left;
  background: url(../images/2.png) no-repeat right top;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 52px;
  height: 100%;
}

.i-pin ul li.pin-list2 .nei h3 {
  line-height: 60px;
  color: #0e6fb6;
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-pin ul li.pin-list2 .nei p {
  font-size: 16px;
  color: #000000;
}

.i-pin ul li.pin-list3 .img1 {
  float: left;
  width: 50%;
  position: relative;
}

.i-pin ul li.pin-list3 .img1::after {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  left: -200%;
  top: 0;
  background: #f5f5f5;
}

.i-pin ul li.pin-list3 .nei {
  width: 50%;
  float: right;
  background: url(../images/3.png) no-repeat left top;
  padding-left: 110px;
  padding-top: 52px;
  height: 100%;
}

.i-pin ul li.pin-list3 .nei h3 {
  line-height: 60px;
  color: #0e6fb6;
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-pin ul li.pin-list3 .nei p {
  font-size: 16px;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .i-pin h2 {
    font-size: 20px;
  }
  .i-pin h2 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .i-pin h2 {
    font-size: 20px;
  }
  .i-pin h2 p {
    font-size: 14px;
  }
  .i-pin ul li.pin-list1 .img1, .i-pin ul li.pin-list2 .img1, .i-pin ul li.pin-list3 .img1 {
    width: 100%;
  }
  .i-pin ul li.pin-list1 .img1::after, .i-pin ul li.pin-list2 .img1::after, .i-pin ul li.pin-list3 .img1::after {
    display: none;
  }
  .i-pin ul li.pin-list1 .img1 img, .i-pin ul li.pin-list2 .img1 img, .i-pin ul li.pin-list3 .img1 img {
    width: 100%;
  }
  .i-pin ul li.pin-list1 .nei, .i-pin ul li.pin-list2 .nei, .i-pin ul li.pin-list3 .nei {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .i-pin h2 {
    font-size: 20px;
  }
  .i-pin h2 p {
    font-size: 14px;
  }
  .i-pin ul li.pin-list1 .img1, .i-pin ul li.pin-list2 .img1, .i-pin ul li.pin-list3 .img1 {
    width: 100%;
  }
  .i-pin ul li.pin-list1 .img1::after, .i-pin ul li.pin-list2 .img1::after, .i-pin ul li.pin-list3 .img1::after {
    display: none;
  }
  .i-pin ul li.pin-list1 .img1 img, .i-pin ul li.pin-list2 .img1 img, .i-pin ul li.pin-list3 .img1 img {
    width: 100%;
  }
  .i-pin ul li.pin-list1 .nei, .i-pin ul li.pin-list2 .nei, .i-pin ul li.pin-list3 .nei {
    width: 100%;
    background-size: 15%;
    padding-top: 2%;
    padding-left: 15%;
  }
  .i-pin ul li.pin-list1 .nei h3, .i-pin ul li.pin-list2 .nei h3, .i-pin ul li.pin-list3 .nei h3 {
    font-size: 18px;
    line-height: 50px;
  }
  .i-pin ul li.pin-list1 .nei p, .i-pin ul li.pin-list2 .nei p, .i-pin ul li.pin-list3 .nei p {
    font-size: 14px;
  }
  .i-pin ul li.pin-list2 .nei {
    padding-right: 14%;
    padding-left: 1%;
  }
}

.i-case {
  background: #e3e6eb;
  padding: 3% 0;
}

.i-case .slick_case {
  margin-top: 3%;
  position: relative;
}

.i-case .slick_case .slick-slide {
  background: #ffffff;
  margin-right: .2%;
  text-align: center;
  padding-top: .2%;
 
}

.i-case .slick_case .slick-slide h3 {
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  font-weight: normal;
  margin: 0 6%;

  text-align: center;
}

.i-case .slick_case .slick-slide p {
  font-size: 14px;
  color: #666666;
  margin: 0 6%;
  text-align: left;
  padding-top: 10px;
}

.i-case .slick_case .slick-slide p span {
  color: #000000;
}

.i-case .slick_case .slick-arrow {
  border: none;
  width: 37px;
  height: 103px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  cursor: pointer;
  font-size: 0;
}

.i-case .slick_case .slick-arrow:focus {
  outline: none;
}

.i-case .slick_case .slick-prev {
  background: url(../images/left.png) no-repeat;
  left: -71px;
}

.i-case .slick_case .slick-next {
  background: url(../images/right.png) no-repeat;
  right: -71px;
}

.i-case a.more {
  background: #0e6fb6;
  width: 102px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 3% auto 0;
}

.i-case a.more img {
  margin-right: 4px;
}

@media screen and (max-width: 1200px) {
  .i-case .slick_case {
    margin-top: 3%;
    position: relative;
  }
  .i-case .slick_case .slick-slide {
    background: #ffffff;
    margin-right: .2%;
    text-align: center;
    padding: .2%;
    padding-bottom: .5%;
  }
  .i-case .slick_case .slick-slide h3 {
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    font-weight: normal;
    margin: 0 6%;
    border-bottom: 1px solid #dedede;
    text-align: left;
  }
  .i-case .slick_case .slick-slide p {
    font-size: 14px;
    color: #666666;
    margin: 0 6%;
    text-align: left;
    padding-top: 10px;
  }
  .i-case .slick_case .slick-slide p span {
    color: #000000;
  }
  .i-case .slick_case .slick-arrow {
    border: none;
    width: 37px;
    height: 103px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    z-index: 9999;
    cursor: pointer;
    font-size: 0;
  }
  .i-case .slick_case .slick-arrow:focus {
    outline: none;
  }
  .i-case .slick_case .slick-prev {
    background: url(../images/left.png) no-repeat;
    left: 0;
  }
  .i-case .slick_case .slick-next {
    background: url(../images/right.png) no-repeat;
    right: 0;
  }
}

@media screen and (max-width: 760px) {
  .i-case .slick_case {
    margin-top: 3%;
    position: relative;
  }
  .i-case .slick_case .slick-slide {
    background: #ffffff;
    margin-right: 0;
    text-align: center;
    padding: .2%;
    padding-bottom: .5%;
  }
  .i-case .slick_case .slick-slide h3 {
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    font-weight: normal;
    margin: 0 6%;
    border-bottom: 1px solid #dedede;
    text-align: left;
  }
  .i-case .slick_case .slick-slide p {
    font-size: 14px;
    color: #666666;
    margin: 0 6%;
    text-align: left;
    padding-top: 10px;
  }
  .i-case .slick_case .slick-slide p span {
    color: #000000;
  }
  .i-case .slick_case .slick-arrow {
    border: none;
    width: 37px;
    height: 103px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    z-index: 9999;
    cursor: pointer;
    font-size: 0;
  }
  .i-case .slick_case .slick-arrow:focus {
    outline: none;
  }
  .i-case .slick_case .slick-prev {
    background: url(../images/left.png) no-repeat;
    left: 0;
  }
  .i-case .slick_case .slick-next {
    background: url(../images/right.png) no-repeat;
    right: 0;
  }
}

.i-about {
  background: url(../images/aboutbg.png) no-repeat top center;
  padding-bottom: 3%;
}

.i-about h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 152px;
  color: #fff;
}

.i-about h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
}

.i-about .content {
  color: #fff;
  padding-top: 2%;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}

.i-about .content a {
  display: block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  background: #fff;
  margin: 3% auto 0;
}

.i-about .tabli {
  margin-top: 2%;
}

.i-about .tabli li {
  padding: 0 14px;
  line-height: 39px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  background: #fff;
  float: left;
  margin-right: 4px;
  cursor: pointer;
}

.i-about .tabli li.cur {
  background: #41a300;
  color: #fff;
}

.i-about .tab1 {
  width: 108%;
  left: -4%;
display: none;
  overflow-x: hidden;
  position: relative;
}

.i-about .tab1 .slick_about {
  margin-top: 1%;
  position: relative;
}

.i-about .tab1 .slick_about .slick-slide {
  margin-right: .2%;
  text-align: center;
  padding-top: .2%;
}

.i-about .tab1 .slick_about .slick-slide h3 {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
}

.i-about .tab1 .slick_about .slick-arrow {
  border: none;
  width: 37px;
  height: 103px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  cursor: pointer;
  z-index: 9999;
  font-size: 0;
}

.i-about .tab1 .slick_about .slick-arrow:focus {
  outline: none;
}

.i-about .tab1 .slick_about .slick-prev {
  background: url(../images/left.png) no-repeat;
  left: 0px;
}

.i-about .tab1 .slick_about .slick-next {
  background: url(../images/right.png) no-repeat;
  right: 0px;
}

.i-about .hidea {
display: block;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .i-about h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 100px;
    color: #fff;
  }
  .i-about h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
  }
  .i-about .content {
    font-size: 14px;
    line-height: 30px;
  }
  .i-about .tab1 {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 760px) {
  .i-about h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
  }
  .i-about h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
  }
  .i-about .content {
    font-size: 14px;
    line-height: 24px;
  }
  .i-about .tab1 {
    width: 100%;
    left: 0;
  }
}

.i-news {
  margin-top: 5%;
}

.i-news dl {
  margin-top: 4%;
}

.i-news dl h3.nlist {
  color: #004998;
  font-size: 22px;
  line-height: 60px;
  background: url(../images/nlist.png) no-repeat bottom center;
  background-size:100%;
  position: relative; 
}

.i-news dl h3 a {
  color: #333333;
  font-size: 17px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top:0;
  line-height: 60px;
}

.i-news dl img {
  width: 100%;
  margin-top: 2%;
}

.i-news ul.n1 li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
}

.i-news ul.n1 li a {
  color: #333333;
  font-size: 20px;
}

.i-news ul.n2 li {
  line-height: 47px;
  text-indent: 27px;
  position: relative;
}

.i-news ul.n2 li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  width: 9px;
  height: 11px;
  background: url(../images/dain.png) no-repeat center center;
  top: 40%;
}

.i-news ul.n2 li a {
  font-size: 17px;
  color: #666;
}

.i-news ul.n2 li span {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 47px;
  color: #666;
  font-size: 17px;
}

.i-news ul.n3 {
  padding: 1%;
}

.i-news ul.n3 li {
  padding:20px 0;
  border-bottom: 2px dashed #e6e6e6
}

.i-news ul.n3 li h3 {
  padding-left: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  position: relative;
  font-weight: normal;
  font-size: 17px;
  color:#666;
}

.i-news ul.n3 li h3::before {
  content: '问';
  display: block;
  width: 24px;
  height: 24px;
  background: #000000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}

.i-news ul.n3 li p {
  color: #cdcdcd;
  font-size: 17px;
  padding-left: 45px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}

.i-news ul.n3 li p::before {
  content: '答';
  display: block;
  width: 24px;
  height: 24px;
  background: #0e6fb6;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}

@media screen and (max-width: 760px) {
  .i-news dl h3 {
    font-size: 18px;
  }
  .i-news ul.n1 li a {
    font-size: 16px;
    line-height: 40px;
  }
}

.i-heng {
  background: url(../images/bj1.jpg) no-repeat top center;
  margin-top: 3%;
}

.i-heng .i-contact {
  background: #0e6fb6;
  padding: 3%;
  padding-top: 4%;
  color: #fff;
  font-size: 20px;
}

.i-heng .i-contact img {
  display: inline-block;
  margin-right: 4px;
}

.i-heng .i-contact a {
  display: block;
  width: 94px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  color: #000000;
  margin-top: 3%;
}

@media screen and (max-width: 760px) {
  .i-heng {
    background: #0e6fb6;
  }
  .i-heng .i-contact {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

/*友情链接*/
.link {
  line-height: 27px;
  color: #004998;
  font-size: 18px;
}

/*.link .top {
  border-bottom: 1px solid #5f6266;
}
*/
.link a {
  color: #c4c5c6;
  margin: 0 1%;
  font-size: 14px;
}

.foot {
  background: #004998;
  padding: 3% 0;
}

.foot .f-logo {
  width: 22%;
  /*border-right:1px solid #487cb5;
  height: 208px; */
}

.foot .f-logo img {
  max-width: 100%;
}

.foot .nav_foot {
  width: 24.5%;
  margin-left: 3%;
  color: #fff;
  line-height: 38px;
  /*height: 208px;
  border-right:1px solid #487cb5;*/

  
}

.xian{
  height: 208px;
  border-right:1px solid #487cb5;
}


.foot h3.navbgg{
  line-height: 40px;
  font-size: 25px;
  background: url(../images/navbgg.png) no-repeat left bottom;
  margin-bottom: 40px;
  color:#fff;
  font-weight: normal;

}



.foot .nav_foot a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
}

.foot .f-contact {
  color: #fff;
  font-size: 14px;
  width: 30%;
  float: left;
  margin-left: 3%;
  line-height: 28px;
}

.foot .f-contact strong {
  font-size: 23px;
}

.foot .f-er {
  width: 11%;
  color: #ffffff;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
}

/*.foot .f-er img {
  max-width: 100%;
}*/

@media screen and (max-width: 760px) {
  .foot .f-logo {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    border: none
  }

  .foot .f-logo .telph{
    display: none;
  }

  .foot .nav_foot {
    width: 100%;
    margin-left: 0;
    border-right:none;
    text-align: center;
  }
   
  .foot h3.navbgg{
    background: url(../images/navbgg.png) no-repeat center bottom;
  }


  .foot .f-contact {
    width: 100%;
    margin-left: 0;
    text-align: center;
    display: none;
  }
  .foot .f-er {
    width: 100%;
    margin: 0;
    float: none;
    margin-top: 1%;
  }
}

.foot-box {
  background: #2b2c30;
  line-height: 70px;
  color: #fff;
  font-size: 14px;
  padding: 1% 0;
}

.copyright{
  font:400 15px/30px "微软雅黑";
  color:#949494;
  text-align: center;
}
.copyright a{font:400 15px/30px "微软雅黑";color:#949494;}


.foot-box a {
  color: #949494;
}

@media screen and (max-width: 1200px) {
  .foot-box {
    line-height: 40px;
  }
  .foot .f-er h3.navbgg{
    display: none;
  }

  .xian{
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .foot-box {
    line-height: 30px;
  }
}

.i-product_list li img {
  width: 100%;
}

.i-product_list li h3 {
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .i-product_list li {
    width: 100%;
  }
}

.n-product_list {
  width: 103%;
  margin-right: 1%;
}

.n-product_list li {
  width: 19%;
  float: left;
}

.n-product_list li img {
  max-width: 100%;
}

.n-product_list li h3 {
  font-weight: normal;
}

.n-product_list li h3 a {
  font-size: 12px;
}

.i-product1 {
  margin-top: 3%;
}




.i-product1 .tab {
  position: relative;
  width: 100%;
  padding: 0 0 6% 0;
  box-sizing: border-box;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;

  
}
.top-le{
  position: relative;
  width: 20%;
  float: left;
}
.textt{text-align: center;padding-top: 24px;background: url(../images/textt.png) repeat-x center center;height: 113px;}
.textt dd{font-size: 35px;color:#fff;}
.textt dl{font-size: 18px;color:#a3b3d0;}

.bottom{height: 47px;background: url(../images/bottom.png) repeat-x center center;}

.i-product1 .tab li {
  /* height: 38px; */
  display: block;
  line-height: 38px;
  background: url(../images/lista.png) no-repeat center center;
  text-align: left;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  text-indent: 45px;
  margin-top: 30px;
}



/*.i-product1 .tab li::after {
  content: '';
  display: block;
  width: 90%;
  margin: 0 auto 0;
  height: 1px;
  background: #0c62a0;
}*/

.i-product1 .tab li.cur {
  color: #004998;
  text-decoration: none;
  /* font-size: 16px; */
  background: url(../images/listaa.png) no-repeat center center;
}

.i-product1 .tab_content {
  width: 77%;
  float: right;
  border:1px solid #adadad;
}

.i-product1 .tab_content h3 {
  line-height: 58px;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  background: url(../images/h3bg.png) no-repeat left bottom;
      text-indent:20px;
}

.i-product1 .tab_content h3 a {
  position: absolute;
  right: 2px;
  top: 0;
  line-height: 58px;
}

.i-product1 .tab_content .list1 {
  padding-top: 5%;
}

.i-product1 .tab_content .list1 li {
  padding-bottom: 2.1%;
}

.i-product1 .tab_content .list1 li img {
  max-width: 100%;
  border: 1px solid #fff;
}
.i-product1 .tab_content .list1 li img:hover {
  border: 1px solid #0e6fb6;
}
.i-product1 .tab_content .list1 li h4 {
  line-height: 46px;
  color: #000000;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}

.i-product1 a.more {
  background: #0e6fb6;
  width: 102px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 3% auto 0;
}

.i-product1 a.more img {
  margin-right: 4px;
}

@media screen and (max-width: 1200px) {
  .top-le{
  float: none;
  width: 100%;
}
  .i-product1 .tab {
    float: none;
    width: 100%;
    padding:0;
  }
  .i-product1 .tab li {
    float: left;
    width: 25%;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    margin: 0;
    background: none;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
  }
  .i-product1 .tab li.cur{
    background: #e8e8e8;
  }
  .i-product1 .tab_content {
    width: 100%;
  }
  .i-product1 .tab_content h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;

  }
  .i-product1 .tab_content h3 a {
    line-height: 40px;
  }
}




.telph{color:#fff;padding-left: 46px;background: url(../images/ttab.png) no-repeat center left;margin-top: 80px;}


@media(max-width:480px){
    .i-product1 .tab li{
        width:33.333%;
}

