
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }

body {
  font-family: 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeitiSC-Light, 'Microsoft YaHei', Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  color: #333333; }

table {
  word-break: break-word; }

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

input {
  outline: none; }

em,
i {
  font-style: normal;
  display: inline-block; }

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  content: " ";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both; }

.w {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 768px) {
  .w {
    width: 100%; } }

@media (min-width: 767px) {
  .w {
    width: 750px; } }

@media (min-width: 992px) {
  .w {
    width: 970px; } }

@media (min-width: 1200px) {
  .w {
    width: 1170px; } }

@media (min-width: 1201px) {
  .w {
    width: 1200px !important;
    padding: 0; } }

.c {
  color: #ee7700 !important; }

.b {
  background: #ee7700 !important; }

.hTop {
  height: 98px;
  display: flex;
  align-items: center; }
  .hTop .tel {
    display: flex;
    align-items: center; }
    .hTop .tel p {
      font-size: 14px;
      color: #333;
      margin-bottom: 0; }
    .hTop .tel a {
      font-size: 30px;
      color: #111;
      font-weight: 600; }
    .hTop .tel img {
      width: 42px;
      border-radius: 50%; }
  .hTop .search .searInp {
    display: inline-block;
    position: relative; }
    .hTop .search .searInp input {
      width: 300px;
      height: 36px;
      font-size: 14px;
      background: #eeeef0;
      border: 1px solid #e7e7e7;
      border-radius: 20px;
      padding: 0 15% 0 5%; }
    .hTop .search .searInp img {
      position: absolute;
      width: 18px;
      height: 18px;
      top: 50%;
      margin-top: -9px;
      right: 5%; }
  .hTop .search .searchHis {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    .hTop .search .searchHis li{
        width:50%;
    }
    .hTop .search .searchHis a {
        font-size: 14px;
        color: #666;
        margin-left: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        display: inline-block;
    }

@media (max-width: 996px) {
  .hTop .tel p {
    display: none; }
  .hTop .tel a {
    font-size: 25px; }
  .hTop .search .searchHis a {
    font-size: 12px; } }

.nav {
  background: #5c6164;
  height: 52px;
  line-height: 52px; }
  .nav .row {
    height: 100%; }
  .nav ul {
    display: flex;
    align-items: center;
    width: 100%; }
    .nav ul li {
      text-align: center;
      font-size: 14px;
      color: white;
      height: 100%;
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }
      .nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 22px; }
    .nav ul li.on {
      background: #ee7700; }
    .nav ul li:hover {
      background: #ee7700; }

@media (max-width: 1200px) {
  .nav ul li a {
    padding: 0 10px; } }

@media (max-width: 996px) {
  .nav ul li a {
    width: 75px;
    padding: 0; } }

@media (max-width: 768px) {
  .nav,
  .hTop {
    display: none !important; } }

.footer {
  background: #f0f0f0;
  padding: 5% 0; }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer .left {
    font-size: 14px;
    color: #666;
    width: 80%; }
    .footer .left ul {
      display: flex;
      flex-wrap: wrap; }
      .footer .left ul li {
        margin-right: 35px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease; }
    .footer .left .site {
      margin: 3% 0 1%; }
  .footer .right {
    width: 20%; }

.footer .left ul li:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px); }

@media (max-width: 768px) {
  .footer .container {
    flex-direction: column; }
  .footer .left {
    width: 100%; }
  .footer .right {
    margin-top: 3%;
    width: 100%;
    text-align: center; } }

@media (max-width: 480px) {
  .footer .left ul li {
    margin-right: 20px; } }

.swiper-pagination-bullet-active {
  background: #ee7700 !important; }

.crumbs {
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 66px; }
  .crumbs span {
    border-left: 6px solid #1446a8;
    padding-left: 10px; }

@media (max-width: 480px) {
  .crumbs {
    font-size: 12px; } }

.elseBanner {
  width: 100%; }
    .elseBanner .mobileImg{
        display:none;
    }
    @media (max-width: 480px) {
        .elseBanner {
    height: 211px; }
    .elseBanner img {
      width: 100%;
      height: 100%; }
            .elseBanner .pcImg {
                display: none;
            }
            .elseBanner .mobileImg {
                display: block;
            }

    }

/* 移动导航 */
.mobileNav {
  height: 50px;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
  position: relative; }

.mobileNav .logo {
  width: auto;
  height: 75%; }

.mobileNav .menu {
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.mobileNav .menu .lines {
  width: 20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.mobileNav .menu .lines span {
  display: block;
  width: 20px;
  /* height: 2px; */
  border: 1px solid #000;
  transition: all .5s ease; }

.mobileNav .menu .menuList {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  background: white;
  width: 100%;
  z-index: 15;
  border-top: 1px solid #eee; }

.mSearch {
  width: 90%;
  margin: 5% auto 0; }

.mSearch input {
  width: 100%;
  height: 40px;
  padding: 0 3%;
  box-sizing: border-box; }

.mobileNav .menu .menuList .menuItem {
  font-size: 16px;
  color: #757575;
  text-align: center;
  margin: 6% 0; }
    .mobileNav .menu .menuList .menuItem.on{
        color:#ee7700;
    }
    .mobileNav .menu .menuList .menuItem a {
        display: block;
        width: 100%;
        height: 100%;
    }

.mobileNav .menu .menuList .menuItem .menuChild {
  margin-top: 3%;
  display: none; }

.mobileNav .menu .menuList .menuItem .menuChild .childItem {
  font-size: 14px;
  line-height: 30px; }

.mobileNav .menu.open .lines span:nth-child(1) {
  transform: rotateZ(-45deg);
  transform-origin: right; }

.mobileNav .menu.open .lines span:nth-child(2) {
  opacity: 0; }

.mobileNav .menu.open .lines span:nth-child(3) {
  transform: rotateZ(45deg);
  transform-origin: right; }

@media (max-width: 768px) {
  .mobileNav {
    display: flex; } }



/*分页/**/
.ui-pagination-container{
    margin:0 auto;
}