/* CSS Document */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  /*清除移动端默认的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
  /*设置以边框开始计算宽度*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

html,
body {
  width: 100%;
  font-size: 14px;
  color: #333333;
  font: 14px "微软雅黑", PingFang SC, Helvetica Neue, Helvetica, Tahoma, Arial,
    sans-serif;
  position: relative;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0 none;
}

a {
  outline: none;
  text-decoration: none;
  color: #333;
  -o-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

em,


.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfix {
  +zoom: 1;
  _zoom: 1;
  +overflow: hidden;
  _overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb35 {
  margin-bottom: 35px;
}

.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  width: 1340px;
  margin: 0 auto;
}

.w635 {
  width: 635px;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #c6c6c4;
  position: relative;
}

.title a {
  color: #999;
  font-size: 16px;
}

.title h3 {
  text-align: center;
  padding: 0 10px 5px 10px;
  color: #0685bd;
  font-size: 24px;
  font-weight: bold;
}

.title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #0685bd;
  z-index: 9;
}

.head {
  width: 100%;
  padding: 26px 0 27px;
  background: #f8f9fb url(../img/headbg.png) center center no-repeat;
  overflow: hidden;
  position: relative;
}

.headinner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.headinner .logo {
  display: flex;
  align-items: flex-end;
}

.headinner .logo img {
  display: block;
  width: 286px;
}

.headinner .logo span {
  font-size: 31px;
  color: #0685bd;
  font-weight: bold;
  margin-left: 20px;
}

.headinner form {
  width: 325px;
  height: 45px;
  line-height: 43px;
  margin-top: 29px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.headinner form .item {
  width: 260px;
  height: 43px;
  font-size: 18px;
  padding: 0 35px 0 10px;
}

.headinner form .item input {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  background: transparent;
}

.headinner form button {
  width: 65px;
  height: 43px;
  cursor: pointer;
  background: #0685bd url(../img/icon_search_bai.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 20px;
}

.bannerSwiper {
  width: 100%;
  height: auto;
  position: relative;
}

.navwrap {
  background: #0685bd;
  position: relative;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav li {
  flex: 1;
  height: 60px;
  font-size: 22px;
  position: relative;
}

.nav li .navtit {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 60px;
  position: relative;
}

.nav_xl {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  opacity: 0;
  border-top: 1px solid #e6f1f5;
  overflow: hidden;
  transition: all 0.3s;
  z-index: -9;
}

.nav_xl_inner {
  overflow: hidden;
  position: relative;
}

.nav_xl_inner a {
  line-height: 60px;
  display: block;
  color: #fff;
  font-size: 19px;
  text-align: center;
  background: rgba(0, 109, 157, 0.8);
}

.foot {
  width: 100%;
  height: 125px;
  padding: 35px 0;
  margin-top: 30px;
  text-align: center;
  background: #e9e9e9;
  border-top: 3px solid #0685bd;
  overflow: hidden;
  position: relative;
}

.foot p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.brand {
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.brandinner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.brandinner a {
  color: #333;
  font-size: 16px;
  margin: 0 5px;
}

.brandinner a:hover {
  text-decoration: underline;
}

.brandinner span {
  color: #999;
  margin: 0 5px;
  font-size: 16px;
}

.brandinner a:last-child {
  color: #999;
}

.brandinner a:last-child {
  text-decoration: none;
  cursor: default;
}

.pagenum a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #ccc;
  font-size: 14px;
  color: #999;
  margin: 20px 4px 0;
  vertical-align: middle;
}

.pagenum span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  margin: 20px 0 0;
  vertical-align: middle;
}

.pagenum input {
  width: 45px;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  margin: 20px 0 0;
  vertical-align: middle;
}

.pagenum a:hover {
  border-color: #4ba9ff;
  background-color: #4ba9ff;
  color: #fff;
}

.pagenum .active {
  border-color: #4ba9ff;
  background-color: #4ba9ff;
  color: #fff;
}
.sjnav {
  display: none;
}

@media screen and (min-width: 750px) {
  .nav_xl_inner a:hover {
    color: #0685bd;
    background: #e6f1f5;
  }

  .nav li:hover .nav_xl {
    height: auto;
    opacity: 1;
    top: 60px;
    z-index: 999;
  }

  .nav li:hover .navtit {
    background: #006d9d;
  }
}

@media screen and (max-width: 750px) {
  .accordion {
    width: 100%;
    position: fixed;
    left: -100%;
    top: 84px;
    bottom: 0;
    background: #01345a;
    z-index: 99;
    transition: all 0.3s;
  }
  .tagmenu .accordion {
    left: 0;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .nav {
    flex-direction: column;
  }
  .nav li .navtit {
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    position: relative;
  }
  .accordion li:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
  }
  .nav_xl {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    background: #444359;
    transition: none;
    display: none;
  }
  .nav_xl_inner a {
    font-size: 14px;
    background: #444359;
    line-height: 44px;
    text-align: left;
    padding-left: 42px;
  }
  .nav_xl_inner a:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
  }
  .nav li:nth-child(2) .navtit::after {
    content: "";
    position: absolute;
    right: 12px;
    left: auto;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 13px;
    background: url(../img/baiarrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .nav li.open .navtit::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .title {
    margin-bottom: 20px;
  }

  .title h3 {
    font-size: 18px;
  }
  .head {
    padding: 10px 0;
  }
  .headinner {
    padding: 0 15px;
  }
  .headinner .logo img {
    display: block;
    width: 143px;
  }

  .headinner .logo span {
    display: none;
  }

  .sjbtn {
    position: absolute;
    right: 15px;
    top: 31px;
  }

  .headrig > div {
    display: flex;
    align-items: center;
    margin-top: 23px;
  }
  .headrig {
    width: 100%;
    height: 0;
    transition: all .3s linear;
  }
  .tagform .headrig {
    height: 55px;
  }
  .headrig form {
    margin: 10px auto 0;
  }

  .sjmenu {
    width: 18px;
    height: 18px;
    background: url(../img/icon_menu.png) 0 center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 18px;
  }

  .sjsearch {
    width: 18px;
    height: 18px;
    background: url(../img/icon_search.png) 0 center no-repeat;
    background-size: cover;
    display: inline-block;
  }

  .foot {
    width: 100%;
    height: 85px;
    padding: 15px 0;
    margin-top: 15px;
  }

  .foot p {
    font-size: 14px;
  }
  .sjnav {
    width: 100%;
    height: 35px;
    background: #0685bd;
    display: block;
  }

  .sjnavinner {
    width: 100%;
    margin: 0 auto;
  }

  .sjnavcon {
    width: 100%;
    float: left;
    font-size: 0;
  }

  .sjnavcon li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 33px;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    position: relative;
  }
  .sjnavcon li > a {
    color: #fff;
  }
  .sjnavcon li.on > a {
    color: #fff;
  }
}
