@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

body {
  font-size: 12px;
  width: 100%; }

img {
  border: 0px; }

table {
  border-collapse: collapse; }

ol, ul, li, dl, dt, dd {
  list-style: none;
  list-style: none;
  margin: 0px;
  padding: 0px; }

abbr, acronym {
  border: 0; }

blockquote {
  color: #666;
  font-style: italic; }

html {
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: inherit;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  color: #000; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  height: 0px;
  font-size: 0px; }

* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

select::-ms-expand {
  display: none; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .w1200 {
      width: 94%; } }

.table {
  display: table;
  width: 100%;
  height: 100%; }
  .table .table-cell {
    display: table-cell;
    vertical-align: middle; }
  .table .table-cell img{
	  width: 222px;
  }	
@media (max-width: 767px) {
	.table .table-cell img {
		width: 150px;
		margin-top: 6px;
	}
}

.main {
  width: 100%;
  height: auto;
  overflow: hidden; }

.bocweb-header {
  width: 100%;
  height: 110px;
  background: #fff;
  position: relative; }
  .bocweb-header .bocweb-logo {
    width: 198px;
    height: 100%;
    display: block;
    float: left;
    margin-left: 5.75%; }
  .bocweb-header .header-new {
    height: 100%;
    margin-right: 5.75%;
    float: right;
    position: relative;
    z-index: 3; }
    .bocweb-header .header-new .header-right {
      float: right;
      height: 100%;
      position: relative; }
      .bocweb-header .header-new .header-right .search {
        width: 38px;
        height: 38px;
        float: right;
        position: relative;
        margin-top: 36px;
        z-index: 5; }
        .bocweb-header .header-new .header-right .search .search-new {
          width: 38px;
          height: 38px;
          background: #007cc3;
          border-radius: 38px;
          overflow: hidden;
          position: absolute;
          top: 0;
          right: 0;
          transition: all .5s; }
          .bocweb-header .header-new .header-right .search .search-new .text {
            width: 0;
            height: 38px;
            float: left;
            border: none;
            background: none;
            transition: all .5s;
            font-size: 14px;
            line-height: 38px;
            color: #fff;
            padding-left: 0; }
          .bocweb-header .header-new .header-right .search .search-new .button {
            width: 38px;
            height: 38px;
            float: right;
            background: url(../img/search.png) center no-repeat; }
      .bocweb-header .header-new .header-right .search:hover .search-new {
        width: 188px; }
        .bocweb-header .header-new .header-right .search:hover .search-new .text {
          width: 130px;
          padding-left: 20px; }
      .bocweb-header .header-new .header-right .language {
        width: 100px;
        height: 16px;
        margin-top: 47px;
        float: right;
        margin-right: 30px;
        position: relative;
        z-index: 3; }
        .bocweb-header .header-new .header-right .language img {
          float: left; }
        .bocweb-header .header-new .header-right .language span {
          margin-left: 10px;
          font-size: 14px;
          line-height: 16px;
          color: #888;
          float: left; }
      .bocweb-header .header-new .header-right .bg {
        width: 200%;
        height: 100%;
        background: #f4f4f4;
        position: absolute;
        top: 0;
        left: -45px;
        z-index: 2; }
    .bocweb-header .header-new .bocweb-nav {
      margin-right: 54px;
      float: right; }
      .bocweb-header .header-new .bocweb-nav ul li {
        float: left;
        position: relative; }
        .bocweb-header .header-new .bocweb-nav ul li .tits {
          font-size: 16px;
          line-height: 110px;
          color: #333;
          height: 110px;
          padding: 0 29px;
          display: block;
          position: relative; }
          .bocweb-header .header-new .bocweb-nav ul li .tits i {
            width: 1px;
            height: 18px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -9px;
            background: #dedede;
            display: block; }
          .bocweb-header .header-new .bocweb-nav ul li .tits span {
            width: 12px;
            height: 8px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -6px;
            background: url(../img/nav_icon.png) no-repeat;
            display: none; }
        .bocweb-header .header-new .bocweb-nav ul li dl {
          width: 122px;
          height: auto;
          background: #007cc3;
          position: absolute;
          top: 110px;
          left: 0;
          z-index: 10;
          display: none;
          padding: 10px 0; }
          .bocweb-header .header-new .bocweb-nav ul li dl dd {
            width: 100%;
            height: auto;
            font-size: 14px;
            line-height: 35px;
            text-align: center; }
            .bocweb-header .header-new .bocweb-nav ul li dl dd a {
              color: #fff;
              display: block; }
            .bocweb-header .header-new .bocweb-nav ul li dl dd a:hover {
              background: #fff;
              color: #007cc3; }
        .bocweb-header .header-new .bocweb-nav ul li dl.l {
          left: -16px; }
      .bocweb-header .header-new .bocweb-nav ul li:last-child .tits i {
        display: none; }
      .bocweb-header .header-new .bocweb-nav ul li.on .tits {
        color: #007cc3; }
        .bocweb-header .header-new .bocweb-nav ul li.on .tits span {
          display: block; }
      .bocweb-header .header-new .bocweb-nav ul li:hover .tits {
        color: #007cc3; }
        .bocweb-header .header-new .bocweb-nav ul li:hover .tits span {
          display: block; }
      .bocweb-header .header-new .bocweb-nav ul li:hover dl {
        display: block; }
  @media (max-width: 1560px) {
    .bocweb-header .bocweb-logo {
      margin-left: 3%; }
    .bocweb-header .header-new {
      margin-right: 3%; }
      .bocweb-header .header-new .header-right .bg {
        left: -25px; }
      .bocweb-header .header-new .bocweb-nav {
        margin-right: 30px; }
        .bocweb-header .header-new .bocweb-nav ul li .tits {
          padding: 0 22px; }
        .bocweb-header .header-new .bocweb-nav ul li dl {
          left: -7px; } }
  @media (max-width: 1330px) {
    .bocweb-header .bocweb-logo {
      width: 150px; }
    .bocweb-header .header-new .header-right .language {
      margin-right: 10px; }
    .bocweb-header .header-new .bocweb-nav {
      margin-right: 30px; }
      .bocweb-header .header-new .bocweb-nav ul li .tits {
        padding: 0 17px; }
      .bocweb-header .header-new .bocweb-nav ul li dl {
        left: -12px; } }
  @media (max-width: 1170px) {
    .bocweb-header .bocweb-logo {
      width: 130px; }
    .bocweb-header .header-new .header-right .language {
      margin-right: 10px; }
    .bocweb-header .header-new .bocweb-nav {
      margin-right: 30px; }
      .bocweb-header .header-new .bocweb-nav ul li .tits {
        padding: 0 12px;
        font-size: 14px; }
      .bocweb-header .header-new .bocweb-nav ul li dl {
        left: -19px; } }

.bocweb-header-m {
  display: none;
  width: 100%;
  height: 80px; }
  .bocweb-header-m .bocweb-logo {
    width: 130px;
    height: 100%;
    display: block;
    float: left;
    margin-left: 3%; }
  .bocweb-header-m .click-nav {
    width: 80px;
    height: 100%;
    background-color: #007cc3;
    float: right;
    display: block;
    background-image: url(../img/nav.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px; }
  .bocweb-header-m .click-nav.on {
    background-image: url(../img/nav_h.png);
    background-size: 22px; }
  .bocweb-header-m .search {
    width: 38px;
    height: 38px;
    float: right;
    position: relative;
    margin-top: 21px;
    z-index: 5;
    margin-right: 3%; }
    .bocweb-header-m .search .search-new {
      width: 38px;
      height: 38px;
      background: #007cc3;
      border-radius: 38px;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      transition: all .5s; }
      .bocweb-header-m .search .search-new .text {
        width: 0;
        height: 38px;
        float: left;
        border: none;
        background: none;
        transition: all .5s;
        font-size: 14px;
        line-height: 38px;
        color: #fff;
        padding-left: 0; }
      .bocweb-header-m .search .search-new .button {
        width: 38px;
        height: 38px;
        float: right;
        background: url(../img/search.png) center no-repeat;
        background-size: 16px; }
  .bocweb-header-m .search:hover .search-new {
    width: 188px; }
    .bocweb-header-m .search:hover .search-new .text {
      width: 130px;
      padding-left: 20px; }
  .bocweb-header-m .language {
    width: 100px;
    height: 16px;
    margin-top: 32px;
    float: right;
    margin-right: 2%;
    position: relative;
    z-index: 3; }
    .bocweb-header-m .language img {
      float: left;
      width: 24px; }
    .bocweb-header-m .language span {
      margin-left: 10px;
      font-size: 14px;
      line-height: 16px;
      color: #888;
      float: left; }
  .bocweb-header-m .mnav-m {
    width: 220px;
    height: auto;
    background: #007cc3;
    position: absolute;
    display: none;
    top: 80px;
    right: 0;
    z-index: 400; }
    .bocweb-header-m .mnav-m ul {
      width: 100%;
      height: auto; }
      .bocweb-header-m .mnav-m ul li {
        width: 100%;
        height: auto;
        border-top: 1px solid #3dbaf6; }
        .bocweb-header-m .mnav-m ul li .tits {
          width: 100%;
          height: 60px;
          background: #007cc3;
          font-size: 16px;
          line-height: 60px;
          display: block;
          color: #fff; }
          .bocweb-header-m .mnav-m ul li .tits span {
            float: left;
            margin-left: 40px; }
          .bocweb-header-m .mnav-m ul li .tits i {
            width: 21px;
            height: 10px;
            display: block;
            float: right;
            background: url(../img/nav_icon1.png) no-repeat;
            margin-right: 30px;
            margin-top: 25px;
            background-size: 100%; }
        .bocweb-header-m .mnav-m ul li dl {
          width: 100%;
          height: auto;
          display: none; }
          .bocweb-header-m .mnav-m ul li dl dd {
            width: 100%;
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            border-top: 1px solid #3dbaf6;
            background: #2c8cc3; }
            .bocweb-header-m .mnav-m ul li dl dd a {
              color: #fff;
              padding-left: 40px; }
      .bocweb-header-m .mnav-m ul li.curr .tits i {
        transform: rotate(180deg); }
  @media (max-width: 550px) {
    .bocweb-header-m {
      height: 60px; }
      .bocweb-header-m .click-nav {
        width: 60px; }
      .bocweb-header-m .search {
        margin-top: 11px; }
      .bocweb-header-m .language {
        margin-top: 22px; }
      .bocweb-header-m .mnav-m {
        top: 60px; }
        .bocweb-header-m .mnav-m ul li .tits {
          font-size: 14px;
          height: 50px;
          line-height: 50px; }
          .bocweb-header-m .mnav-m ul li .tits span {
            margin-left: 20px; }
          .bocweb-header-m .mnav-m ul li .tits i {
            width: 15px;
            height: 8px;
            margin-right: 15px;
            margin-top: 16px; }
        .bocweb-header-m .mnav-m ul li dl dd {
          font-size: 14px;
          line-height: 45px;
          height: 45px; }
          .bocweb-header-m .mnav-m ul li dl dd a {
            padding-left: 20px; } }
  @media (max-width: 400px) {
    .bocweb-header-m {
      height: 50px; }
      .bocweb-header-m .bocweb-logo {
        width: 110px; }
      .bocweb-header-m .language {
        width: 85px;
        margin-top: 17px; }
        .bocweb-header-m .language span {
          margin-left: 2px; }
      .bocweb-header-m .search {
        margin-top: 6px; }
      .bocweb-header-m .click-nav {
        width: 50px; }
      .bocweb-header-m .nav-click.on {
        background-size: 35%; }
      .bocweb-header-m .mnav-m {
        width: 170px;
        top: 50px; }
        .bocweb-header-m .mnav-m ul li .tits {
          font-size: 14px;
          height: 45px;
          line-height: 45px; }
          .bocweb-header-m .mnav-m ul li .tits span {
            margin-left: 20px; }
          .bocweb-header-m .mnav-m ul li .tits i {
            width: 15px;
            height: 8px;
            margin-right: 15px;
            margin-top: 18px; }
        .bocweb-header-m .mnav-m ul li dl dd {
          font-size: 14px;
          line-height: 40px;
          height: 40px; }
          .bocweb-header-m .mnav-m ul li dl dd a {
            padding-left: 20px; } }

@media (max-width: 1024px) {
  .bocweb-header {
    display: none; }
    .abox{
    	overflow: auto;
    }

  .bocweb-header-m {
    display: block; } }
.index-banner {
  width: 100%;
  height: auto;
  position: relative; }
  .index-banner ul {
    width: 100%;
    height: auto; }
    .index-banner ul li {
      width: 100%;
      height: auto; }
      .index-banner ul li img {
        width: 100%; }
      @media (max-width: 1024px) {
        .index-banner ul li img {
          width: 120%;
          margin-left: -10%; } }
      @media (max-width: 700px) {
        .index-banner ul li img {
          width: 140%;
          margin-left: -20%; } }
      @media (max-width: 450px) {
        .index-banner ul li img {
          width: 160%;
          margin-left: -30%; } }
  .index-banner .btns {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 45px !important;
    left: 0;
    text-align: center;
    z-index: 10; }
    .index-banner .btns span {
      width: 14px;
      height: 14px;
      border-radius: 14px;
      background: #007cc3;
      display: inline-block;
      cursor: pointer;
      opacity: 1;
      margin: 0 3px; }
    .index-banner .btns span.swiper-pagination-bullet-active {
      background: #fff; }
    @media (max-width: 600px) {
      .index-banner .btns {
        bottom: 15px !important; }
        .index-banner .btns span {
          width: 10px;
          height: 10px;
          border-radius: 10px; } }

.index {
  width: 100%;
  height: auto; }
  .index .index-title {
    width: 100%;
    height: auto;
    padding-top: 70px; }
    .index .index-title .line {
      width: 296px;
      height: auto;
      margin: 0 auto; }
    .index .index-title .tits {
      font-size: 32px;
      line-height: 32px;
      text-align: center;
      color: #333;
      text-transform: uppercase;
      font-family: Arial;
      font-weight: bold;
      margin-top: 9px; }
    .index .index-title .tit {
      text-align: center;
      font-size: 20px;
      line-height: 20px;
      color: #333;
      margin-top: 9px; }
    @media (max-width: 650px) {
      .index .index-title {
        padding-top: 40px; }
        .index .index-title .tits {
          font-size: 26px;
          line-height: 26px; } }
  .index .index-product {
    width: 100%;
    height: auto; }
    .index .index-product .tabs {
      width: 100%;
      height: auto;
      text-align: center;
      margin-top: 40px; }
      .index .index-product .tabs a {
        width: 170px;
        height: 46px;
        background-color: #e0e0e0;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        font-size: 14px;
        line-height: 46px;
        color: #333;
        margin: 0 4px;
        position: relative; }
        .index .index-product .tabs a span {
          background: url(../img/index_icon1.png) no-repeat;
          position: absolute;
          width: 19px;
          height: 8px;
          bottom: -5px;
          left: 50%;
          margin-left: -10px;
          display: none; }
      .index .index-product .tabs a.on {
        background-color: #007cc3;
        color: #fff; }
        .index .index-product .tabs a.on span {
          display: block; }
    .index .index-product .list {
      width: 100%;
      height: auto;
      margin-top: 40px;
      position: relative; }
      .index .index-product .list .list-new {
        width: 88.7%;
        height: auto;
        margin: 0 auto;
        padding-left: 1px; }
        .index .index-product .list .list-new ul {
          width: 100%;
          height: auto; }
          .index .index-product .list .list-new ul li {
            width: 15.2%;
            height: auto;
            float: left;
            margin-right: 1.6%;
            border: 1px solid #e1e1e1;
            box-sizing: border-box; }
            .index .index-product .list .list-new ul li a {
              width: 100%;
              height: auto;
              display: block; }
              .index .index-product .list .list-new ul li a .pic {
                width: 98%;
                height: auto;
                margin: 0 auto;
                overflow: hidden;
                position: relative; }
                .index .index-product .list .list-new ul li a .pic img {
                  transition: all .5s;
                  max-width: 100%;
                  max-height: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto; }
              .index .index-product .list .list-new ul li a .con {
                width: 100%;
                height: auto;
                border-top: 1px solid #e1e1e1;
                background: #fafafa;
                padding-top: 24px;
                padding-bottom: 35px;
                transition: all .5s; }
                .index .index-product .list .list-new ul li a .con .con-new {
                  width: 82.7%;
                  height: auto;
                  margin: 0 auto;
                  text-align: center; }
                  .index .index-product .list .list-new ul li a .con .con-new .tits {
                    font-size: 16px;
                    line-height: 26px;
                    color: #333;
                    height: 52px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    letter-spacing: -0.5px;
                    transition: all .5s; }
                  .index .index-product .list .list-new ul li a .con .con-new .tit {
                    font-size: 14px;
                    line-height: 24px;
                    color: #666;
                    height: 48px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-top: 13px;
                    transition: all .5s; }
          @media (min-width: 1024px) {
            .index .index-product .list .list-new ul li:hover a .pic img {
              transform: scale(1.1); }
            .index .index-product .list .list-new ul li:hover a .con {
              background: #007cc3; }
              .index .index-product .list .list-new ul li:hover a .con .con-new .tits {
                color: #fff; }
              .index .index-product .list .list-new ul li:hover a .con .con-new .tit {
                color: #fff; } }
      .index .index-product .list .a {
        width: 20px;
        height: 38px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -19px; }
      .index .index-product .list .a.prev {
        background: url(../img/index_prev.png) no-repeat;
        left: 2.3%; }
      .index .index-product .list .a.next {
        background: url(../img/index_next.png) no-repeat;
        right: 2.3%; }
    .index .index-product .more {
      width: 94px;
      height: 38px;
      border: 1px solid #a8a8a8;
      display: block;
      margin: 47px auto 0;
      font-size: 14px;
      line-height: 38px;
      color: #666;
      padding-left: 20px;
      transition: all .5s; }
      .index .index-product .more span {
        font-size: 22px;
        font-family: Arial;
        float: right;
        margin-right: 18px; }
    @media (min-width: 1024px) {
      .index .index-product .more:hover {
        background: #007cc3;
        border: 1px solid #007cc3;
        color: #fff; } }
    @media (max-width: 400px) {
      .index .index-product .tabs {
        margin-top: 25px; }
        .index .index-product .tabs a {
          width: 130px;
          height: 38px;
          line-height: 38px; } }
  .index .index-news {
    width: 100%;
    height: auto;
    margin-top: 84px;
    background: #fafafa;
    padding-bottom: 82px; }
    .index .index-news .list {
      width: 88.7%;
      height: auto;
      margin: 60px auto 0;
      overflow: hidden; }
      .index .index-news .list ul {
        width: 110%;
        height: auto; }
        .index .index-news .list ul li {
          width: 28.3%;
          height: auto;
          float: left;
          background: #fff;
          margin-right: 2.9%; }
          .index .index-news .list ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .index .index-news .list ul li a .pic {
              width: 100%;
              height: auto;
              overflow: hidden;
              position: relative; }
              .index .index-news .list ul li a .pic img {
                transition: all .5s; }
              .index .index-news .list ul li a .pic .time {
                width: 68px;
                height: 68px;
                background: #fff;
                position: absolute;
                top: 15px;
                left: 15px;
                z-index: 5;
                text-align: center;
                color: #007cc3;
                font-family: Arial; }
                .index .index-news .list ul li a .pic .time span {
                  width: 100%;
                  height: auto;
                  display: block;
                  font-size: 30px;
                  line-height: 30px;
                  font-weight: bold;
                  padding-top: 15px; }
                .index .index-news .list ul li a .pic .time i {
                  width: 100%;
                  height: auto;
                  display: block;
                  font-size: 12px;
                  line-height: 12px;
                  margin-top: 3px; }
            .index .index-news .list ul li a .con {
              width: 90.6%;
              margin: 26px auto 0;
              height: auto;
              padding-bottom: 23px; }
              .index .index-news .list ul li a .con .tits {
                width: 100%;
                font-size: 16px;
                line-height: 18px;
                height: 18px;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis; }
              .index .index-news .list ul li a .con .tit {
                width: 100%;
                height: 48px;
                font-size: 14px;
                line-height: 24px;
                color: #777;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-top: 11px; }
        @media (min-width: 1024px) {
          .index .index-news .list ul li:hover a .pic img {
            transform: scale(1.1); }
          .index .index-news .list ul li:hover a .con .tit {
            color: #007cc3; } }
      .index .index-news .list .more {
        width: 94px;
        height: 38px;
        border: 1px solid #a8a8a8;
        display: block;
        margin: 50px auto 0;
        font-size: 14px;
        line-height: 38px;
        color: #666;
        padding-left: 20px;
        transition: all .5s; }
        .index .index-news .list .more span {
          font-size: 22px;
          font-family: Arial;
          float: right;
          margin-right: 18px; }
      @media (min-width: 1024px) {
        .index .index-news .list .more:hover {
          background: #007cc3;
          border: 1px solid #007cc3;
          color: #fff; } }
    @media (max-width: 960px) {
      .index .index-news {
        padding-bottom: 50px; }
        .index .index-news .list ul {
          width: 100%; }
          .index .index-news .list ul li {
            width: 100%;
            margin-bottom: 25px; }
            .index .index-news .list ul li a .pic {
              width: 35%;
              height: auto;
              float: left; }
            .index .index-news .list ul li a .con {
              width: 58%;
              margin-left: 3.5%;
              float: left;
              padding-bottom: 0; } }
    @media (max-width: 740px) {
      .index .index-news .list {
        margin: 40px auto 0; }
        .index .index-news .list ul li a .pic {
          width: 40%; }
          .index .index-news .list ul li a .pic .time {
            width: 55px;
            height: 55px; }
            .index .index-news .list ul li a .pic .time span {
              padding-top: 5px; }
        .index .index-news .list ul li a .con {
          width: 56%;
          margin-left: 2%; }
        .index .index-news .list .more {
          margin: 30px auto 0; } }
    @media (max-width: 650px) {
      .index .index-news {
        margin-top: 40px;
        padding-bottom: 30px; } }
    @media (max-width: 550px) {
      .index .index-news .list {
        margin: 30px auto 0; }
        .index .index-news .list ul li a .con {
          margin-top: 13px; } }
    @media (max-width: 495px) {
      .index .index-news .list ul li {
        margin-bottom: 20px; }
        .index .index-news .list ul li a .pic {
          width: 100%;
          float: none; }
        .index .index-news .list ul li a .con {
          width: 92%;
          margin: 15px auto 0;
          float: none;
          padding-bottom: 20px; }
      .index .index-news .list .more {
        margin: 20px auto 0; } }
  .index .index-partner {
    width: 100%;
    height: auto;
    padding-bottom: 95px; }
    .index .index-partner .list {
      width: 88.7%;
      height: auto;
      margin: 58px auto 0; }
      .index .index-partner .list ul {
        width: 110%;
        height: auto; }
        .index .index-partner .list ul li {
          width: 10.7%;
          height: 90px;
          border: 1px solid #e1e1e1;
          box-sizing: border-box;
          position: relative;
          float: left;
          margin-bottom: 14px;
          margin-right: 0.7%; }
          .index .index-partner .list ul li a {
            width: 100%;
            height: 100%;
            display: block; }
            .index .index-partner .list ul li a img {
              max-width: 96%;
              max-height: 96%;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
      .index .index-partner .list .more {
        width: 94px;
        height: 38px;
        border: 1px solid #a8a8a8;
        display: block;
        margin: 45px auto 0;
        font-size: 14px;
        line-height: 38px;
        color: #666;
        padding-left: 20px;
        transition: all .5s; }
        .index .index-partner .list .more span {
          font-size: 22px;
          font-family: Arial;
          float: right;
          margin-right: 18px; }
      @media (min-width: 1024px) {
        .index .index-partner .list .more:hover {
          background: #007cc3;
          border: 1px solid #007cc3;
          color: #fff; } }
    @media (max-width: 1350px) {
      .index .index-partner .list ul li {
        width: 14.5%; } }
    @media (max-width: 1000px) {
      .index .index-partner .list ul li {
        width: 22.2%; } }
    @media (max-width: 620px) {
      .index .index-partner {
        padding-bottom: 60px; }
        .index .index-partner .list {
          margin: 30px auto 0; }
          .index .index-partner .list ul li {
            width: 29.8%; }
          .index .index-partner .list .more {
            margin: 25px auto 0; } }
    @media (max-width: 400px) {
      .index .index-partner {
        padding-bottom: 30px; }
        .index .index-partner .list ul li {
          width: 44%;
          margin-right: 3%; } }
  .index .index-video {
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer; }
    .index .index-video .img {
      width: 100%; }
    .index .index-video .con {
      width: 100%;
      height: auto;
      position: absolute;
      top: 18%;
      left: 0; }
      .index .index-video .con .icon {
        width: 80px;
        height: auto;
        margin: 0 auto; }
      .index .index-video .con .tits {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-weight: bold;
        font-family: Arial;
        margin-top: 20px; }
      .index .index-video .con .tit {
        width: 420px;
        height: auto;
        margin: 0 auto 0; }
      @media (max-width: 550px) {
        .index .index-video .con .tit {
          width: 90%; } }
      @media (max-width: 420px) {
        .index .index-video .con .icon {
          width: 50px; }
        .index .index-video .con .tits {
          margin-top: 10px; } }
    @media (max-width: 1320px) {
      .index .index-video .img {
        width: 130%;
        margin-left: -15%; } }
    @media (max-width: 1024px) {
      .index .index-video {
        display: none; } }
  .index .index-video-m {
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
    padding-top: 12%;
    padding-bottom: 7%;
    background-size: cover !important;
    display: none; }
    .index .index-video-m .icon {
      width: 80px;
      height: auto;
      margin: 0 auto; }
    .index .index-video-m .tits {
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      font-weight: bold;
      font-family: Arial;
      margin-top: 20px; }
    .index .index-video-m .tit {
      width: 420px;
      height: auto;
      margin: 0 auto 0; }
    @media (max-width: 1024px) {
      .index .index-video-m {
        display: block; } }
    @media (max-width: 550px) {
      .index .index-video-m .tit {
        width: 90%; } }
    @media (max-width: 420px) {
      .index .index-video-m .icon {
        width: 50px; }
      .index .index-video-m .tits {
        margin-top: 10px; } }

.bocweb-footer {
  width: 100%;
  height: auto;
  background: #f7f7f7; }
  .bocweb-footer .footer-new {
    width: 88.7%;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px; }
    .bocweb-footer .footer-new .con {
      width: 23.1%;
      height: auto;
      float: left; }
      .bocweb-footer .footer-new .con .tits {
        font-size: 16px;
        line-height: 18px;
        color: #333;
        font-weight: bold; }
      .bocweb-footer .footer-new .con .tit {
        font-size: 14px;
        line-height: 28px;
        color: #666;
        margin-top: 18px; }
    .bocweb-footer .footer-new .nav {
      float: left;
      height: 164px;
      border-left: 1px solid #dbdbdb; }
      .bocweb-footer .footer-new .nav dl {
        width: 138px;
        height: 100%;
        float: left;
        text-align: center;
        border-right: 1px solid #dbdbdb; }
        .bocweb-footer .footer-new .nav dl dt {
          font-size: 16px;
          line-height: 16px;
          text-align: center;
          margin-bottom: 19px; }
          .bocweb-footer .footer-new .nav dl dt a {
            color: #333; }
        .bocweb-footer .footer-new .nav dl dd {
          font-size: 14px;
          line-height: 26px;
          text-align: center; }
          .bocweb-footer .footer-new .nav dl dd a {
            color: #888;
            transition: all .5s; }
          .bocweb-footer .footer-new .nav dl dd a:hover {
            color: #007cc3; }
      @media (min-width: 1920px) {
        .bocweb-footer .footer-new .nav {
          width: 60%; }
          .bocweb-footer .footer-new .nav dl {
            width: 14.1%; } }
    .bocweb-footer .footer-new .ewm {
      float: right; }
      .bocweb-footer .footer-new .ewm .item {
        width: 114px;
        height: auto; }
        .bocweb-footer .footer-new .ewm .item p {
          text-align: center;
          font-size: 14px;
          line-height: 28px;
          color: #333;
          margin-top: 5px; }
      .bocweb-footer .footer-new .ewm .item.left {
        margin-right: 28px; }
  .bocweb-footer .foott {
    width: 100%;
    height: 66px;
    background: #e5e5e5;
    text-align: center;
    font-size: 12px;
    line-height: 66px;
    color: #666; }
    .bocweb-footer .foott a {
      color: #666; }
    .bocweb-footer .foott a:hover {
      color: #007cc3; }
  @media (max-width: 1830px) {
    .bocweb-footer .footer-new .nav dl {
      width: 125px; } }
  @media (max-width: 1710px) {
    .bocweb-footer .footer-new .con {
      width: 20%;
      padding-right: 2%; }
    .bocweb-footer .footer-new .nav dl {
      width: 125px; } }
  @media (max-width: 1520px) {
    .bocweb-footer .footer-new .nav dl {
      width: 100px; } }
  @media (max-width: 1380px) {
    .bocweb-footer .footer-new .ewm .item.left {
      /*margin-right: 0;*/ }
    .bocweb-footer .footer-new .ewm .item.right {
     /* display: none;*/ } }
  @media (max-width: 1250px) {
    .bocweb-footer .footer-new {
      width: 94%; } }
  @media (max-width: 1170px) {
    .bocweb-footer .footer-new {
      padding-bottom: 40px; }
      .bocweb-footer .footer-new .con {
        padding-right: 1%; }
      .bocweb-footer .footer-new .ewm {
        /*width: 120px;*/ }
        .bocweb-footer .footer-new .ewm .item {
          margin: 0 auto;
         /* float: none !important; */}
        .bocweb-footer .footer-new .ewm .item.left {
         /* margin-right: 0;*/ } }
  @media (max-width: 1080px) {
    .bocweb-footer .footer-new .con {
      width: 18%; }
    .bocweb-footer .footer-new .nav dl {
      width: 90px; } }
  @media (max-width: 1024px) {
    .bocweb-footer .footer-new .nav {
      display: none; }
    .bocweb-footer .footer-new .con {
      width: auto; }
    .bocweb-footer .footer-new .ewm {
      width: auto; }
      .bocweb-footer .footer-new .ewm .item.left {
        float: left !important;
        margin-right: 15px; }
      .bocweb-footer .footer-new .ewm .item.right {
        float: right !important; } }
  @media (max-width: 650px) {
    .bocweb-footer .footer-new {
      padding-top: 30px; }
      .bocweb-footer .footer-new .con {
        width: 50%; } }
  @media (max-width: 570px) {
    .bocweb-footer .footer-new .con {
      width: 45%; } }
  @media (max-width: 500px) {
    .bocweb-footer .footer-new .con {
      width: 100%;
      padding-right: 0;
      float: none; }
    .bocweb-footer .footer-new .ewm {
      width: auto;
      float: none;
      margin-top: 20px; } }

.banner {
  width: 100%;
  height: auto;
  position: relative; }
  .banner img {
    width: 100%; }
  .banner .pos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .banner .pos .con {
      width: 88.7%;
      height: auto;
      margin: 0 auto;
      color: #fff; }
      .banner .pos .con .tits {
        font-size: 30px;
        line-height: 30px;
        font-family: Arial;
        font-weight: bold;
        text-transform: uppercase; }
      .banner .pos .con .tit {
        font-size: 50px;
        line-height: 50px;
        font-weight: bold;
        margin-top: 11px; }
      .banner .pos .con .tit1 {
        font-size: 22px;
        line-height: 22px;
        color: #fff;
        margin-top: 20px; }
    .banner .pos .con.n {
      color: #333; }
  @media (max-width: 1150px) {
    .banner img {
      width: 140%;
      margin-left: -20%; } }
  @media (max-width: 910px) {
    .banner img {
      width: 160%;
      margin-left: -30%; }
    .banner .pos .con .tits {
      font-size: 26px;
      line-height: 26px; }
    .banner .pos .con .tit {
      font-size: 38px;
      line-height: 38px; }
    .banner .pos .con .tit1 {
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px; } }
  @media (max-width: 600px) {
    .banner img {
      width: 180%;
      margin-left: -40%; }
    .banner .pos .con .tits {
      font-size: 22px;
      line-height: 22px; }
    .banner .pos .con .tit {
      font-size: 30px;
      line-height: 30px;
      margin-top: 5px; } }
  @media (max-width: 440px) {
    .banner img {
      width: 200%;
      margin-left: -50%; }
    .banner .pos .con .tits {
      font-size: 18px;
      line-height: 18px; }
    .banner .pos .con .tit {
      font-size: 26px;
      line-height: 26px;
      margin-top: 5px; }
    .banner .pos .con .tit1 {
      font-size: 14px;
      line-height: 14px; } }

.about-top {
  width: 100%;
  height: 60px;
  background: #f1f1f1; }
  .about-top .top-new {
    width: 88.7%;
    height: auto;
    margin: 0 auto; }
    .about-top .top-new .nav {
      float: left;
      margin-top: 13px; }
      .about-top .top-new .nav a {
        width: 100px;
        height: 34px;
        display: block;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        line-height: 34px;
        float: left;
        margin-right: 19px;
        transition: all .5s; }
      .about-top .top-new .nav a.on {
        background: #007cc3;
        color: #fff; }
      .about-top .top-new .nav a:hover {
        background: #007cc3;
        color: #fff; }
    .about-top .top-new .home {
      float: right;
      height: 18px;
      padding-left: 32px;
      background: url(../img/home.png) left no-repeat;
      font-size: 14px;
      line-height: 18px;
      color: #7d7d7d;
      margin-top: 21px; }
      .about-top .top-new .home a {
        color: #7d7d7d;
        transition: all .5s; }
      @media (min-width: 1024px) {
        .about-top .top-new .home a:hover {
          color: #007cc3; } }
      .about-top .top-new .home i {
        margin: 0 4px; }

.about-top-m {
  width: 100%;
  height: auto;
  position: relative;
  display: none; }
  .about-top-m .tits {
    width: 100%;
    height: 60px;
    background: #007cc3;
    font-size: 24px;
    line-height: 60px;
    color: #fff; }
    .about-top-m .tits span {
      margin-left: 3%;
      float: left; }
    .about-top-m .tits i {
      width: 26px;
      height: 100%;
      display: block;
      margin-right: 3%;
      background: url(../img/top_icon.png) center no-repeat;
      background-size: 100%;
      float: right; }
  .about-top-m ul {
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    background: #f9f9f9;
    z-index: 10;
    display: none; }
    .about-top-m ul li {
      width: 100%;
      height: 55px;
      border-bottom: 1px solid #d1d1d1;
      font-size: 24px;
      line-height: 55px; }
      .about-top-m ul li a {
        color: #181818;
        width: 97%;
        height: 100%;
        padding-left: 3%;
        display: block; }
  @media (max-width: 1024px) {
    .about-top-m {
			z-index: 12;
      display: block; } }
  @media (max-width: 630px) {
    .about-top-m .tits {
      height: 50px;
      font-size: 18px;
      line-height: 50px; }
    .about-top-m ul {
      top: 50px; }
      .about-top-m ul li {
        font-size: 18px;
        line-height: 45px;
        height: 55px; } }
  @media (max-width: 400px) {
    .about-top-m .tits {
      height: 40px;
      font-size: 16px;
      line-height: 40px; }
    .about-top-m ul {
      top: 40px; }
      .about-top-m ul li {
        font-size: 16px;
        line-height: 40px;
        height: 40px; } }

@media (max-width: 1024px) {
  .about-top {
    display: none; }

  .about-top-m {
    display: block; } }
.about-title {
  width: 100%;
  text-align: center;
  height: auto;
  padding-top: 56px; }
  .about-title .tits {
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    color: #333; }
  .about-title .tit {
    text-transform: uppercase;
    color: #c7c7c7;
    font-size: 18px;
    line-height: 18px;
    font-family: Arial;
    margin-top: 12px; }
  @media (max-width: 600px) {
    .about-title {
      padding-top: 35px; } }
  @media (max-width: 445px) {
    .about-title .tits {
      font-size: 22px;
      line-height: 24px; }
    .about-title .tit {
      font-size: 16px;
      line-height: 16px;
      margin-top: 6px; } }

.about {
  width: 88.7%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 95px; }
  .about .content {
    width: 100%;
    height: auto;
    margin-top: 44px;
    font-size: 14px;
    line-height: 28px;
    color: #444; }
    .about .content img {
      max-width: 100%; }
  .about .tabs {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 57px; }
    .about .tabs a {
      width: 96px;
      height: 36px;
      border: 2px solid #fff;
      display: inline-block;
      text-align: center;
      font-size: 16px;
      line-height: 36px;
      color: #333;
      margin: 0 5px; }
    .about .tabs a.on {
      border: 2px solid #007cc3;
      font-weight: bold;
      color: #007cc3; }
    @media (min-width: 1024px) {
      .about .tabs a:hover {
        border: 2px solid #007cc3;
        font-weight: bold;
        color: #007cc3; } }
  .about .tabs-m {
    width: 260px;
    height: auto;
    margin-top: 30px;
    display: none;
    position: relative; }
    .about .tabs-m .tits {
      width: 258px;
      height: 40px;
      border: 1px solid #e6e6e6; }
      .about .tabs-m .tits span {
        font-size: 18px;
        line-height: 40px;
        color: #333;
        float: left;
        margin-left: 15px; }
      .about .tabs-m .tits i {
        width: 20px;
        height: 100%;
        display: block;
        background: url(../img/tabs_icon.png) center no-repeat;
        float: right;
        margin-right: 15px; }
    .about .tabs-m ul {
      width: 258px;
      height: auto;
      border: 1px solid #e6e6e6;
      top: 41px;
      left: 0;
      position: absolute;
      background: #fff;
      display: none;
      z-index: 10; }
      .about .tabs-m ul li {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 40px;
        border-bottom: 1px solid #e6e6e6; }
        .about .tabs-m ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .about .tabs-m ul li a span {
            margin-left: 15px; }
      .about .tabs-m ul li:last-child {
        border-bottom: none; }
  .about .list {
    width: 100%;
    height: auto;
    margin-top: 58px; }
    .about .list ul {
      width: 100%;
      height: auto;
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 70px; }
      .about .list ul li {
        width: 100%;
        height: auto;
        margin-top: 40px; }
        .about .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .about .list ul li a .time {
            width: 7.5%;
            height: 96px;
            border-right: 1px solid #e6e6e6;
            float: left;
            text-align: center; }
            .about .list ul li a .time span {
              width: 100%;
              height: auto;
              display: block;
              font-size: 54px;
              line-height: 54px;
              color: #007cc3; }
            .about .list ul li a .time i {
              width: 100%;
              height: auto;
              display: block;
              font-size: 14px;
              line-height: 14px;
              margin-top: 8px; }
          .about .list ul li a .con {
            width: 92.4%;
            float: right;
            height: auto;
            border-bottom: 1px solid #e6e6e6;
            padding-bottom: 50px; }
            .about .list ul li a .con .con-new {
              width: 84.9%;
              margin-left: 3.7%;
              float: left; }
              .about .list ul li a .con .con-new .tits {
                font-size: 20px;
                line-height: 20px;
                color: #333;
                height: 20px;
                width: 100%;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                transition: all .5s; }
              .about .list ul li a .con .con-new .tit {
                width: 100%;
                font-size: 14px;
                line-height: 24px;
                color: #666;
                height: 48px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-top: 21px;
                transition: all .5s; }
            .about .list ul li a .con .icon {
              width: 40px;
              height: 40px;
              float: right;
              margin-top: 27px;
              background: url(../img/respon_icon.png) no-repeat;
              transition: all .5s; }
      .about .list ul li:last-child a .con {
        border-bottom: none; }
      @media (min-width: 1024px) {
        .about .list ul li:hover a .con .con-new .tits {
          color: #007cc3; }
        .about .list ul li:hover a .con .con-new .tit {
          color: #007cc3; }
        .about .list ul li:hover a .con .icon {
          margin-right: 20px; } }
  @media (max-width: 1280px) {
    .about .list ul li a .time {
      width: 10%; }
    .about .list ul li a .con {
      width: 89%; } }
  @media (max-width: 1060px) {
    .about .list {
      margin: 30px auto 0; }
      .about .list ul li {
        margin-top: 25px; }
        .about .list ul li a .time {
          width: 14%; }
        .about .list ul li a .con {
          width: 85%;
          padding-bottom: 30px; } }
  @media (max-width: 1024px) {
    .about .tabs {
      display: none; }
    .about .tabs-m {
      display: block; } }
  @media (max-width: 740px) {
    .about {
      padding-bottom: 70px; }
      .about .content {
        margin-top: 25px; } }
  @media (max-width: 700px) {
    .about .list ul {
      margin-bottom: 50px; }
      .about .list ul li a .time {
        width: 18%; }
      .about .list ul li a .con {
        width: 81%; } }
  @media (max-width: 515px) {
    .about .list {
      margin: 20px auto 0; }
      .about .list ul {
        margin-bottom: 30px; }
        .about .list ul li a .time {
          width: 22%;
          height: 75px; }
          .about .list ul li a .time span {
            font-size: 36px;
            line-height: 36px; }
        .about .list ul li a .con {
          width: 77.5%;
          padding-bottom: 20px; }
          .about .list ul li a .con .con-new {
            width: 78%; }
            .about .list ul li a .con .con-new .tit {
              margin-top: 10px; }
          .about .list ul li a .con .icon {
            margin-top: 15px; } }
  @media (max-width: 500px) {
    .about {
      padding-bottom: 40px; } }
  @media (max-width: 390px) {
    .about .list ul li a .time {
      width: 27%; }
    .about .list ul li a .con {
      width: 72.5%; }
      .about .list ul li a .con .con-new {
        width: 96.3%; }
      .about .list ul li a .con .icon {
        display: none; } }

.history {
  width: 100%;
  height: auto; }
  .history .content {
    width: 88.7%;
    height: auto;
    margin: 75px auto 0; }
    .history .content .list {
      width: 100%;
      height: auto;
      position: relative; }
      .history .content .list .list-new {
        width: 90%;
        height: auto;
        margin: 0 auto;
        position: relative;
        overflow: hidden; }
        .history .content .list .list-new ul {
          width: 100%;
          height: auto;
          position: relative;
          z-index: 3; }
          .history .content .list .list-new ul li {
            width: 12.5%;
            height: auto;
            float: left;
            text-align: center;
            cursor: pointer; }
            .history .content .list .list-new ul li .point {
              width: 18px;
              height: 18px;
              display: block;
              margin: 0 auto;
              border-radius: 18px;
              background: #c8c8c8; }
            .history .content .list .list-new ul li .year {
              width: 100%;
              text-align: center;
              height: auto;
              font-size: 22px;
              line-height: 28px;
              color: #777;
              margin-top: 15px; }
          .history .content .list .list-new ul li.on .point {
            background: #007cc3; }
        .history .content .list .list-new .line {
          width: 100%;
          height: 1px;
          background: url(../img/line.png);
          position: absolute;
          top: 9px;
          left: 0;
          z-index: 2; }
      .history .content .list .a {
        width: 15px;
        height: 28px;
        position: absolute;
        top: -6px; }
      .history .content .list .a.prev {
        left: 0;
        background: url(../img/history_prev.png) no-repeat; }
      .history .content .list .a.next {
        right: 0;
        background: url(../img/history_next.png) no-repeat; }
    .history .content .list1 {
      width: 100%;
      height: auto;
      margin-top: 100px; }
      .history .content .list1 .top {
        width: 41px;
        height: 41px;
        margin: 0 auto;
        position: relative;
        border-radius: 41px;
        background: #007cc3; }
        .history .content .list1 .top span {
          width: 130px;
          display: inline-block;
          font-size: 40px;
          line-height: 41px;
          position: absolute;
          left: 61px;
          top: 0;
          font-family: Arial;
          color: #007cc3;
          text-align: left; }
      .history .content .list1 .top.t span {
        left: -150px;
        text-align: right; }
      .history .content .list1 .list-new {
        width: 100%;
        height: auto;
        padding-top: 65px;
        position: relative; }
        .history .content .list1 .list-new ul {
          width: 50%;
          height: auto; }
          .history .content .list1 .list-new ul li {
            width: 100%;
            height: auto;
            margin-bottom: 130px;
            position: relative;
            z-index: 10; }
            .history .content .list1 .list-new ul li .con {
              width: 94%;
              height: auto; }
              .history .content .list1 .list-new ul li .con .pic {
                width: 23%;
                height: auto;
                border: 6px solid #e8e8e8;
                background: #fff;
                border-radius: 100%;
				overflow: hidden;
                position: relative; }
                .history .content .list1 .list-new ul li .con .pic img {
                  max-width: 90%;
                  max-height: 90%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto; }
              .history .content .list1 .list-new ul li .con .conn {
                width: 70%;
                height: auto;
                color: #555;
                margin-top: 96px; }
                .history .content .list1 .list-new ul li .con .conn .tits {
                  font-size: 28px;
                  line-height: 28px; }
                .history .content .list1 .list-new ul li .con .conn .tit {
                  font-size: 16px;
                  line-height: 26px;
                  margin-top: 13px; }
            .history .content .list1 .list-new ul li .print {
              width: 31px;
              height: 31px;
              border-radius: 31px;
              border: 2px solid #d7d7d7;
              background: #fff;
              position: absolute;
              top: 96px;
              z-index: 5; }
        .history .content .list1 .list-new ul.left li .con {
          float: left; }
          .history .content .list1 .list-new ul.left li .con .pic {
            float: left; }
          .history .content .list1 .list-new ul.left li .con .conn {
            float: right;
            text-align: right; }
        .history .content .list1 .list-new ul.left li .print {
          right: -17px; }
        .history .content .list1 .list-new ul.right {
          margin-top: 160px; }
          .history .content .list1 .list-new ul.right li .con {
            float: right; }
            .history .content .list1 .list-new ul.right li .con .pic {
              float: right; }
            .history .content .list1 .list-new ul.right li .con .conn {
              float: left;
              text-align: left; }
          .history .content .list1 .list-new ul.right li .print {
            left: -17px; }
          .history .content .list1 .list-new ul.right li:nth-child(odd) {
            display: none; }
        .history .content .list1 .list-new .line {
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -0.5px;
          background: #d7d7d7; }
  @media (max-width: 1430px) {
    .history .content .list1 .list-new ul li .con .conn {
      margin-top: 70px; }
    .history .content .list1 .list-new ul li .print {
      top: 70px; } }
  @media (max-width: 1200px) {
    .history .content .list1 .list-new ul li .con .conn {
      margin-top: 60px; }
    .history .content .list1 .list-new ul li .print {
      top: 60px; } }
  @media (max-width: 960px) {
    .history .content .list1 {
      margin-top: 60px; }
      .history .content .list1 .list-new {
        padding-top: 45px; }
        .history .content .list1 .list-new ul li .con .conn {
          margin-top: 15px; }
        .history .content .list1 .list-new ul li .print {
          top: 15px; } }
  @media (max-width: 870px) {
    .history .content .list1 {
      margin-top: 40px; }
      .history .content .list1 .list-new {
        padding-top: 45px; }
        .history .content .list1 .list-new ul li .con .conn {
          margin-top: 15px; }
        .history .content .list1 .list-new ul li .print {
          top: 15px; } }
  @media (max-width: 745px) {
    .history .content .list1 {
      margin-top: 30px; }
      .history .content .list1 .top {
        width: 34px;
        height: 34px;
        margin-left: -17px; }
        .history .content .list1 .top span {
          font-size: 28px;
          line-height: 34px;
          left: 43px; }
      .history .content .list1 .top.t span {
        left: 43px;
        text-align: left; }
      .history .content .list1 .list-new ul li {
        margin-bottom: 40px; }
        .history .content .list1 .list-new ul li .con .conn .tits {
          font-size: 20px;
          line-height: 20px; }
        .history .content .list1 .list-new ul li .con .conn .tit {
          margin-top: 7px; }
        .history .content .list1 .list-new ul li .print {
          width: 22px;
          height: 22px;
          left: -13px !important; }
      .history .content .list1 .list-new ul.left {
        display: none; }
      .history .content .list1 .list-new ul.right {
        width: 100%;
        float: none;
        margin: 0 auto 0; }
        .history .content .list1 .list-new ul.right li:nth-child(odd) {
          display: block; }
      .history .content .list1 .list-new .line {
        left: 0; } }
  @media (max-width: 380px) {
    .history .content .list1 .list-new ul li .pic {
      display: none; }
    .history .content .list1 .list-new ul li .con .conn {
      width: 100%; } }

.page {
  width: 100%;
  height: auto;
  text-align: center; }
  .page a {
    height: 28px;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    margin: 0 2px;
    transition: all .5s; }
  @media (min-width: 1024px) {
    .page a:hover {
      background: #007cc3;
      border: 1px solid #007cc3;
      color: #fff; } }
  .page a.active {
    background: #007cc3;
    border: 1px solid #007cc3;
    color: #fff; }

.news {
  width: 88.7%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 75px; }
  .news .list {
    width: 100%;
    height: auto;
    margin-top: 50px; }
    .news .list ul {
      width: 100%;
      height: auto;
      padding-bottom: 50px; }
      .news .list ul li {
        width: 100%;
        height: auto;
        background: #f5f5f5;
        margin-bottom: 25px;
        transition: all .5s; }
        .news .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .news .list ul li a .pic {
            width: 23.6%;
            height: auto;
            float: left;
            overflow: hidden; }
            .news .list ul li a .pic img {
              transition: all .5s; }
          .news .list ul li a .con {
            width: 68.5%;
            height: auto;
            float: left;
            margin-left: 3.25%; }
            .news .list ul li a .con .tits {
              width: 100%;
              font-size: 18px;
              line-height: 20px;
              height: 20px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              padding-top: 40px;
              transition: all .5s; }
            .news .list ul li a .con .time {
              font-size: 14px;
              line-height: 26px;
              color: #999;
              font-family: Arial;
              margin-top: 17px;
              transition: all .5s; }
            .news .list ul li a .con .tit {
              font-size: 14px;
              line-height: 24px;
              height: 48px;
              width: 100%;
              color: #777;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 12px;
              transition: all .5s; }
      @media (min-width: 1024px) {
        .news .list ul li:hover {
          background: #007cc3; }
          .news .list ul li:hover a .pic img {
            transform: scale(1.1); }
          .news .list ul li:hover a .con .tits {
            color: #fff; }
          .news .list ul li:hover a .con .time {
            color: #fff; }
          .news .list ul li:hover a .con .tit {
            color: #fff; } }
  @media (max-width: 1400px) {
    .news .list ul li a .pic {
      width: 30%; }
    .news .list ul li a .con {
      width: 63%; } }
  @media (max-width: 1110px) {
    .news .list ul li a .con .tits {
      padding-top: 20px; }
    .news .list ul li a .con .time {
      margin-top: 5px; }
    .news .list ul li a .con .tit {
      margin-top: 10px; } }
  @media (max-width: 880px) {
    .news .list {
      margin-top: 30px; }
      .news .list ul li a .pic {
        width: 36%; }
      .news .list ul li a .con {
        width: 60%;
        margin-left: 2%; } }
  @media (max-width: 720px) {
    .news {
      padding-bottom: 50px; }
      .news .list ul {
        padding-bottom: 30px; }
        .news .list ul li {
          margin-bottom: 20px; }
          .news .list ul li a .pic {
            width: 44%; }
          .news .list ul li a .con {
            width: 52%; }
            .news .list ul li a .con .tits {
              padding-top: 10px; }
            .news .list ul li a .con .time {
              line-height: 18px; }
            .news .list ul li a .con .tit {
              margin-top: 5px; } }
  @media (max-width: 500px) {
    .news {
      padding-bottom: 30px; }
      .news .list ul li a .pic {
        width: 100%;
        float: none; }
      .news .list ul li a .con {
        width: 92%;
        margin: 0 auto;
        float: none;
        padding-bottom: 20px; } }

.product {
  width: 88.7%;
  height: auto;
  margin: 26px auto 0;
  padding-bottom: 50px; }
  .product .product-left {
    width: 226px;
    height: auto;
    float: left;
    position: relative;
    z-index: 10; }
    .product .product-left ul {
      width: 100%;
      height: auto; }
      .product .product-left ul li {
        width: 100%;
        height: auto;
        margin-bottom: 2px;
        background: #007cc3; }
        .product .product-left ul li .tits {
          width: 100%;
          height: 60px;
          background: #0086d3;
          cursor: pointer; }
          .product .product-left ul li .tits span {
            width: auto;
            height: 100%;
            display: block;
            margin-left: 20px;
            background: url(../img/product_icon1.png) left center no-repeat;
            font-size: 18px;
            line-height: 60px;
            font-weight: bold;
            padding-left: 32px;
            color: #fff; }
        .product .product-left ul li dl {
          width: 172px;
          height: auto;
          margin: 0 auto;
          display: none; }
          .product .product-left ul li dl dd {
            width: 100%;
            height: auto;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
            .product .product-left ul li dl dd .tit {
              width: 140px;
              height: 48px;
              padding-left: 32px;
              color: #fff;
              background: url(../img/product_icon1.png) left center no-repeat;
              font-size: 16px;
              line-height: 48px;
              cursor: pointer; }
            .product .product-left ul li dl dd .con {
              width: 100%;
              height: auto;
              padding-top: 4px;
              padding-bottom: 12px;
              display: none; }
              .product .product-left ul li dl dd .con a {
                font-size: 14px;
                line-height: 32px;
                border-radius: 3px;
                color: #dff3ff;
                display: block;
                padding-left: 32px;
                display: block;
                width: 140px; }
              .product .product-left ul li dl dd .con a.on {
                background: #0f92dd;
                transition: all .5s; }
              .product .product-left ul li dl dd .con a:hover {
                background: #0f92dd; }
      .product .product-left ul li.on .tits span {
        background: url(../img/product_icon2.png) left center no-repeat; }
      .product .product-left ul li.on dl {
        display: block; }
        .product .product-left ul li.on dl dd.on .tit {
          background: url(../img/product_icon2.png) left center no-repeat; }
        .product .product-left ul li.on dl dd.on .con {
          display: block; }
  .product .product-left-m {
    width: 100%;
    height: auto;
    display: none; }
    .product .product-left-m .tabs {
      width: 31%;
      margin-right: 2%;
      float: left;
      position: relative; }
      .product .product-left-m .tabs select {
        width: 100%;
        height: 40px;
        border: 1px solid #e6e6e6;
        font-size: 18px;
        line-height: 40px;
        color: #333; }
      .product .product-left-m .tabs .tits {
        width: 100%;
        height: 40px;
        border: 1px solid #e6e6e6; }
        .product .product-left-m .tabs .tits span {
          font-size: 18px;
          line-height: 40px;
          color: #333;
          float: left;
          margin-left: 15px; }
        .product .product-left-m .tabs .tits i {
          width: 20px;
          height: 100%;
          display: block;
          background: url(../img/tabs_icon.png) center no-repeat;
          float: right;
          margin-right: 15px; }
      .product .product-left-m .tabs ul {
        width: 100%;
        height: auto;
        border: 1px solid #e6e6e6;
        top: 41px;
        left: 0;
        position: absolute;
        background: #fff;
        z-index: 10;
        display: none; }
        .product .product-left-m .tabs ul li {
          width: 100%;
          height: auto;
          font-size: 16px;
          line-height: 40px;
          border-bottom: 1px solid #e6e6e6; }
          .product .product-left-m .tabs ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .product .product-left-m .tabs ul li a span {
              margin-left: 15px; }
        .product .product-left-m .tabs ul li:last-child {
          border-bottom: none; }
    .product .product-left-m .tabs.b {
      width: 60%; }
  .product .brand-left {
    width: 226px;
    height: auto;
    float: left;
    background: #007cc3;
    padding-top: 24px;
    position: relative;
    z-index: 10; }
    .product .brand-left ul {
      width: 202px;
      margin: 0 auto;
      height: 480px;
      overflow: hidden; }
      .product .brand-left ul li {
        width: 100%;
        height: auto; }
        .product .brand-left ul li a {
          font-size: 14px;
          line-height: 32px;
          border-radius: 3px;
          color: #dff3ff;
          display: block;
          padding-left: 16px;
          display: block;
          width: 186px; }
      .product .brand-left ul li.on a {
        background: #0f92dd; }
      .product .brand-left ul li:hover a {
        background: #0f92dd; }
    .product .brand-left .more {
      width: 192px;
      height: 55px;
      margin: 19px auto 0;
      display: block;
      padding-left: 10px;
      color: #fff;
      font-size: 14px;
      line-height: 55px;
      border-top: 1px dashed rgba(255, 255, 255, 0.3);
      background: url(../img/product_icon1.png) 76px center no-repeat; }
    .product .brand-left .more.on {
      background: url(../img/product_icon2.png) 76px center no-repeat; }
  .product .list {
    padding-left: 253px; }
    .product .list ul {
      width: 110%; }
      .product .list ul li {
        width: 21.3%;
        height: auto;
        float: left;
        margin-right: 1.8%;
        margin-bottom: 25px; }
        .product .list ul li a {
          width: 100%;
          height: auto;
          display: block;
          border: 1px solid #e1e1e1;
          box-sizing: border-box; }
          .product .list ul li a .pic {
            width: 100%;
            height: auto;
            margin: 0 auto;
            overflow: hidden;
            position: relative; }
            .product .list ul li a .pic img {
              transition: all .5s; }
          .product .list ul li a .con {
            width: 100%;
            height: auto;
            border-top: 1px solid #e1e1e1;
            background: #fafafa;
            padding-top: 24px;
            padding-bottom: 35px;
            transition: all .5s; }
            .product .list ul li a .con .con-new {
              width: 82.7%;
              height: auto;
              margin: 0 auto; }
              .product .list ul li a .con .con-new .tits {
                font-size: 16px;
                line-height: 26px;
                color: #333;
                height: 52px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                letter-spacing: -0.5px;
                transition: all .5s; }
              .product .list ul li a .con .con-new .tit {
                font-size: 14px;
                line-height: 24px;
                color: #666;
                height: 48px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-top: 13px;
                transition: all .5s; }
      @media (min-width: 1024px) {
        .product .list ul li:hover a .pic img {
          transform: scale(1.1); }
        .product .list ul li:hover a .con {
          background: #007cc3; }
          .product .list ul li:hover a .con .con-new .tits {
            color: #fff; }
          .product .list ul li:hover a .con .con-new .tit {
            color: #fff; } }
  .product .info {
    width: 80%;
    float: right;
    padding-bottom: 60px; }
    .product .info .info-new {
      width: 100%; }
      .product .info .info-new .info-top {
        width: 100%;
        height: auto; }
        .product .info .info-new .info-top .pic {
          width: 36%;
          height: auto;
          border: 1px solid #e1e1e1;
          float: left;
          position: relative; }
          .product .info .info-new .info-top .pic img {
            width: auto !important;
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
        .product .info .info-new .info-top .con {
          width: 59%;
          height: auto;
          float: right; }
          .product .info .info-new .info-top .con .tits {
            font-size: 22px;
            line-height: 24px;
            color: #333;
            margin-top: 17px; }
          .product .info .info-new .info-top .con .tit {
            font-size: 16px;
            line-height: 40px;
            color: #555;
            margin-top: 18px; }
          .product .info .info-new .info-top .con .tit1 {
            font-size: 16px;
            line-height: 30px;
            color: #555;
            margin-top: 5px; }
      .product .info .info-new .content {
        width: 100%;
        height: auto;
        margin-top: 37px; }
        .product .info .info-new .content .tits {
          font-size: 22px;
          line-height: 28px;
          color: #007cc3;
          border-bottom: 1px solid #e1e1e1;
          padding-bottom: 17px; }
        .product .info .info-new .content .con {
          width: 100%;
          height: auto;
          margin-top: 23px; }
          .product .info .info-new .content .con table {
            border: 1px solid #444; }
            .product .info .info-new .content .con table tr {
              border: 1px solid #444; }
              .product .info .info-new .content .con table tr td {
                /*width:auto!important;*/
                border: 1px solid #444; }
          .product .info .info-new .content .con a {
            color: #0086d3; }
          .product .info .info-new .content .con .t {
            font-size: 18px;
            line-height: 30px;
            font-weight: bold;
            color: #444; }
          .product .info .info-new .content .con .t1 {
            font-size: 14px;
            line-height: 30px;
            color: #444;
            margin-left: 15px; }
          .product .info .info-new .content .con .t2 {
            font-size: 16px;
            line-height: 30px;
            color: #444;
            font-weight: bold;
            margin-top: 30px; }
          .product .info .info-new .content .con .t3 {
            font-size: 14px;
            line-height: 30px;
            color: #444; }
  @media (max-width: 1200px) {
    .product .list ul li {
      width: 28.5%;
      margin-right: 2.6%; } }
  @media (max-width: 1024px) {
		.product .product-left ul li .tits{
			height: 40px;
		}
		.product .product-left ul li .tits span {
			line-height: 40px;
			font-size: 16px;
			margin-left: 12px;
			padding-left: 24px;
		}
    .product .product-left {
			width: 100%;
			max-height: 260px;
			overflow-y: auto;
      /* display: none; */ }
		.product .product-left ul li dl {
			width: 80%;
		}	
    .product .product-left-m {
			float: left;
      /* display: block; */ }
    .product .list {
			float: left;
      padding-left: 0;
      margin-top: 30px; }
    .product .info {
      width: 100% !important;
      margin-top: 30px; }
    .product .brand-left {
      display: none; } }
  @media (max-width: 790px) {		.product .info .info-new .content .con table {
			max-width: 100%;
		}
		.product .info .info-new .content p img {
			max-width: 100%;
			height: auto!important;
		}
    .product .info {
      padding-bottom: 40px; }
      .product .info .info-new .info-top .pic {
        width: 46%; }
      .product .info .info-new .info-top .con {
        width: 51%; }
        .product .info .info-new .info-top .con .tits {
          margin-top: 0;
          font-size: 18px;
          line-height: 22px; }
        .product .info .info-new .info-top .con .tit {
          margin-top: 5px;
          line-height: 30px; }
      .product .info .info-new .content {
        margin-top: 20px; }
        .product .info .info-new .content .tits {
          padding-bottom: 10px; }
        .product .info .info-new .content .con {
          margin-top: 15px; }
          .product .info .info-new .content .con .t2 {
            margin-top: 20px; } }
  @media (max-width: 690px) {
    .product {
      padding-bottom: 30px; }
      .product .product-left-m .tabs .tits span {
        font-size: 16px; }
      .product .product-left-m .tabs select {
        font-size: 16px; } }
  @media (max-width: 615px) {
    .product .product-left-m .tabs {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
    .product .product-left-m .tabs.b {
      width: 100%; }
    .product .list {
      margin-top: 20px; }
      .product .list ul li {
        margin-bottom: 15px; } }
  @media (max-width: 568px) {
    .product .info {
      margin-top: 10px;
      padding-bottom: 20px; }
      .product .info .info-new .info-top .pic {
        width: 100%;
        float: none; }
      .product .info .info-new .info-top .con {
        width: 100%;
        margin-top: 20px;
        float: none; } }
  @media (max-width: 550px) {
    .product .list ul li {
      width: 43.5%;
      margin-right: 3.5%; } }
  @media (max-width: 360px) {
    .product .list ul {
      width: 100%; }
      .product .list ul li {
        width: 100%;
        float: none; } }

.video {
  width: 100%;
  height: auto;
  padding-bottom: 80px; }
  .video .list {
    width: 88.7%;
    height: auto;
    margin: 54px auto 0;
    overflow: hidden; }
    .video .list ul {
      width: 110%;
      height: auto;
      padding-bottom: 38px; }
      .video .list ul li {
        width: 29.3%;
        height: auto;
        float: left;
        margin-right: 1.5%;
        margin-bottom: 50px;
        cursor: pointer; }
        .video .list ul li .pic {
          width: 100%;
          height: auto;
          position: relative;
          overflow: hidden; }
          .video .list ul li .pic .img {
            transition: all .5s; }
          .video .list ul li .pic .bg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.2); }
            .video .list ul li .pic .bg img {
              width: 98px;
              height: 98px;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
        .video .list ul li .tits {
          text-align: center;
          font-size: 18px;
          line-height: 24px;
          color: #333;
          margin-top: 22px; }
      @media (min-width: 1024px) {
        .video .list ul li:hover .pic .img {
          transform: scale(1.1); }
        .video .list ul li:hover .tits {
          color: #007cc3; } }
  @media (max-width: 1230px) {
    .video .list ul li .pic .bg img {
      width: 70px;
      height: 70px; } }
  @media (max-width: 930px) {
    .video {
      padding-bottom: 60px; }
      .video .list ul {
        padding-bottom: 25px; }
        .video .list ul li {
          margin-bottom: 30px; }
          .video .list ul li .pic .bg img {
            width: 60px;
            height: 60px; } }
  @media (max-width: 800px) {
    .video .list {
      margin-top: 30px; }
      .video .list ul li {
        width: 44.7%; }
        .video .list ul li .pic .bg img {
          width: 45px;
          height: 45px; }
        .video .list ul li .tits {
          margin-top: 10px;
          font-size: 16px;
          line-height: 20px; } }
  @media (max-width: 400px) {
    .video .list {
      margin-top: 20px; }
      .video .list ul {
        width: 100%;
        height: auto; }
        .video .list ul li {
          width: 100%;
          height: auto;
          float: none;
          margin-right: 0; } }

.repair {
  width: 100%;
  height: auto;
  padding-bottom: 95px; }
  .repair .content {
    width: 88.7%;
    height: auto;
    margin: 75px auto 0; }
    .repair .content .t {
      width: 100%;
      height: auto; }
      .repair .content .t .tt1 {
        width: 50%;
        height: auto;
        float: left;
        margin-bottom: 22px; }
        .repair .content .t .tt1 span {
          width: 26%;
          text-align: right;
          font-size: 16px;
          line-height: 44px;
          color: #333;
          float: left;
          display: block; }
          .repair .content .t .tt1 span i {
            color: #f01700; }
        .repair .content .t .tt1 .text {
          width: 69%;
          border: 1px solid #d4d4d4;
          height: 42px;
          margin-left: 1%;
          background: none;
          float: left;
          padding-left: 1%;
          font-size: 16px;
          line-height: 42px;
          color: #666; }
    .repair .content .t1 {
      width: 100%;
      margin-bottom: 22px; }
      .repair .content .t1 span {
        width: 13%;
        height: auto;
        font-size: 16px;
        line-height: 44px;
        color: #333;
        float: left;
        display: block;
        text-align: right; }
        .repair .content .t1 span i {
          color: #f01700; }
      .repair .content .t1 .tt1 {
        margin-left: 0.5%;
        width: 60%;
        float: left;
        height: auto; }
        .repair .content .t1 .tt1 label {
          font-size: 16px;
          line-height: 44px;
          color: #333;
          margin-right: 30px; }
          .repair .content .t1 .tt1 label .radio {
            margin-right: 8px; }
      .repair .content .t1 .text {
        width: 34%;
        border: 1px solid #d4d4d4;
        height: 42px;
        margin-left: 0.5%;
        background: none;
        float: left;
        padding-left: 1%;
        font-size: 16px;
        line-height: 42px;
        color: #666; }
      .repair .content .t1 a {
        width: 130px;
        height: 30px;
        display: block;
        float: left;
        margin-top: 7px;
        margin-left: 20px; }
    .repair .content .t2 {
      width: 100%;
      margin-bottom: 22px; }
      .repair .content .t2 span {
        width: 13%;
        height: auto;
        font-size: 16px;
        line-height: 44px;
        color: #333;
        float: left;
        display: block;
        text-align: right; }
        .repair .content .t2 span i {
          color: #f01700; }
      .repair .content .t2 .txt {
        width: 82%;
        margin-left: 0.5%;
        height: 168px;
        padding: 5px 1%;
        border: 1px solid #d4d4d4;
        float: left;
        background: none;
        font-size: 16px;
        line-height: 30px; }
    .repair .content .t3 {
      width: 86.5%;
      height: auto;
      margin-left: 13.5%;
      font-size: 16px;
      line-height: 30px;
      color: #333;
      padding-top: 5px; }
      .repair .content .t3 span {
        float: left;
        width: 48px;
        display: block; }
      .repair .content .t3 .tt {
        width: 91%;
        float: left; }
    .repair .content .submit {
      margin-left: 13.5%;
      width: 80px;
      height: 36px;
      border-radius: 3px;
      background: #0d5a87;
      display: block;
      font-size: 14px;
      line-height: 36px;
      border: none;
      color: #fff;
      margin-top: 28px; }
  @media (max-width: 860px) {
    .repair {
      padding-bottom: 60px; }
      .repair .content {
        margin: 50px auto 0; }
        .repair .content .t .tt1 {
          margin-bottom: 5px; }
          .repair .content .t .tt1 span {
            width: 100%;
            text-align: left; }
          .repair .content .t .tt1 .text {
            width: 92%;
            float: none;
            margin-left: 0; }
        .repair .content .t1 {
          margin-bottom: 5px; }
          .repair .content .t1 span {
            width: auto;
            text-align: left; }
        .repair .content .t2 span {
          width: 100%;
          text-align: left; }
        .repair .content .t2 .txt {
          float: none;
          width: 94%; } }
  @media (max-width: 550px) {
    .repair {
      padding-bottom: 40px; }
      .repair .content {
        margin: 30px auto 0; }
        .repair .content .t .tt1 span {
          font-size: 14px;
          line-height: 35px; }
        .repair .content .t .tt1 .text {
          height: 33px;
          font-size: 14px;
          padding-left: 3%;
          width: 90%; }
        .repair .content .t1 span {
          font-size: 14px;
          line-height: 35px; }
        .repair .content .t1 .tt1 {
          width: 75%; }
          .repair .content .t1 .tt1 label {
            font-size: 14px;
            line-height: 35px; }
        .repair .content .t1 .text {
          height: 33px;
          font-size: 14px;
          line-height: 33px; }
        .repair .content .t1 a {
          margin-top: 2px;
          margin-left: 10px; }
        .repair .content .t2 span {
          font-size: 14px;
          line-height: 35px; }
        .repair .content .t2 .txt {
          font-size: 14px;
          line-height: 28px;
          height: 135px; }
        .repair .content .t3 {
          font-size: 14px;
          line-height: 28px; } }
  @media (max-width: 410px) {
    .repair .content .t .tt1 {
      width: 100%; }
    .repair .content .t1 span {
      width: 100%;
      float: none; }
    .repair .content .t1 .tt1 {
      width: 100%; }
    .repair .content .t2 {
      margin-bottom: 5px; }
    .repair .content .t3 {
      width: 100%;
      margin-left: 0; } }

.partner {
  width: 100%;
  height: auto;
  padding-bottom: 68px; }
  .partner .list {
    width: 88.7%;
    height: auto;
    margin: 60px auto 0; }
    .partner .list ul {
      width: 110%;
      height: auto;
      padding-bottom: 30px; }
      .partner .list ul li {
        width: 17.2%;
        height: auto;
        float: left;
        margin-right: 1.2%;
        margin-bottom: 38px; }
        .partner .list ul li a .pic {
          width: 100%;
          height: 126px;
          border: 1px solid #e1e1e1;
          position: relative; }
          .partner .list ul li a .pic img {
            max-width: 96%;
            max-height: 96%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
        .partner .list ul li a .tits {
          font-size: 14px;
          line-height: 16px;
          color: #333;
          text-align: center;
          margin-top: 16px;
          height: 16px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
    .partner .list .more {
      width: 114px;
      height: 38px;
      border: 1px solid #a8a8a8;
      text-align: center;
      display: block;
      margin: 0 auto;
      font-size: 14px;
      line-height: 38px;
      color: #666;
      transition: all .5s; }
    @media (min-width: 1024px) {
      .partner .list .more:hover {
        background: #007cc3;
        border: 1px solid #007cc3;
        color: #fff; } }
  @media (max-width: 1024px) {
    .partner .list ul li {
      width: 21.5%;
      margin-right: 1.5%; } }
  @media (max-width: 865px) {
    .partner {
      padding-bottom: 50px; }
      .partner .list {
        margin: 40px auto 0; }
        .partner .list ul li {
          width: 28.5%;
          margin-right: 2.4%;
          margin-bottom: 25px; } }
  @media (max-width: 630px) {
    .partner {
      padding-bottom: 40px; }
      .partner .list {
        margin: 30px auto 0; }
        .partner .list ul li {
          width: 43.5%;
          margin-right: 3.3%; } }
  @media (max-width: 360px) {
    .partner .list ul {
      width: 100%; }
      .partner .list ul li {
        width: 100%; }
        .partner .list ul li .pic {
          height: 100px; } }

.join {
  width: 100%;
  height: auto;
  padding-bottom: 83px; }
  .join .list {
    width: 88.7%;
    height: auto;
    margin: 60px auto 0; }
    .join .list ul {
      width: 100%;
      height: auto; }
      .join .list ul li {
        width: 100%;
        height: auto;
        margin-bottom: 7px; }
        .join .list ul li .tits {
          width: 100%;
          height: 60px;
          background: #f9f9f9;
          cursor: pointer; }
          .join .list ul li .tits span {
            font-size: 18px;
            line-height: 60px;
            color: #333;
            margin-left: 2%;
            float: left; }
          .join .list ul li .tits i {
            width: 32px;
            height: 32px;
            display: block;
            float: right;
            margin-right: 1.7%;
            margin-top: 14px;
            background: url(../img/join_icon.png) no-repeat; }
        .join .list ul li .con {
          width: 96%;
          height: auto;
          margin: 0 auto;
          padding-top: 16px;
          padding-bottom: 53px;
          display: none; }
          .join .list ul li .con .tit {
            font-size: 16px;
            line-height: 36px;
            color: #444;
            border-bottom: 1px solid #e9e9e9;
            padding-bottom: 18px; }
          .join .list ul li .con .item {
            width: 100%;
            height: auto;
            margin-top: 18px; }
            .join .list ul li .con .item .t {
              font-size: 16px;
              line-height: 28px;
              color: #007cc3;
              font-weight: bold; }
            .join .list ul li .con .item .t1 {
              font-size: 14px;
              line-height: 24px;
              color: #555;
              margin-top: 10px; }
          .join .list ul li .con a {
            width: 148px;
            height: 46px;
            border: 1px solid #007cc3;
            border-radius: 23px;
            text-align: center;
            display: block;
            color: #007cc3;
            font-size: 16px;
            line-height: 46px;
            margin-top: 29px;
            transition: all .5s; }
          @media (min-width: 1024px) {
            .join .list ul li .con a:hover {
              background: #007cc3;
              color: #fff; } }
      .join .list ul li.on .tits {
        background: #007cc3; }
        .join .list ul li.on .tits span {
          font-weight: bold;
          color: #fff;
          font-size: 20px; }
        .join .list ul li.on .tits i {
          background: url(../img/join_icon_h.png) no-repeat; }
  @media (max-width: 600px) {
    .join {
      padding-bottom: 50px; }
      .join .list {
        margin: 40px auto 0; }
        .join .list ul li .tits {
          height: 50px; }
          .join .list ul li .tits span {
            font-size: 18px;
            line-height: 50px; }
          .join .list ul li .tits i {
            margin-top: 9px; }
        .join .list ul li .con {
          padding-bottom: 35px; }
          .join .list ul li .con .tit {
            line-height: 26px;
            padding-bottom: 10px; }
        .join .list ul li.on .tits span {
          font-size: 16px;
          line-height: 50px; } }

.news-info {
  width: 88.7%;
  height: auto;
  margin: 50px auto 70px; }
  .news-info .content {
    width: 960px;
    height: auto;
    margin: 0 auto; }
    @media (max-width: 980px) {
      .news-info .content {
        width: 100%; } }
    .news-info .content .tits {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #333;
      text-align: center; }
      .news-info .content .tits h3 {
        font-size: 24px !important; }
    .news-info .content .time {
      width: 100%;
      font-size: 14px;
      line-height: 20px;
      color: #666;
      border-bottom: 1px solid #e2e2e2;
      margin-top: 15px;
      padding-bottom: 20px; }
      .news-info .content .time i {
        float: left; }
      .news-info .content .time span {
        float: right; }
    .news-info .content .con {
      width: 96%;
      height: auto;
      margin: 20px auto 0;
      font-size: 14px;
      line-height: 26px;
      color: #777; }
      .news-info .content .con p {
        white-space: normal !important; }
        .news-info .content .con p span {
          white-space: normal !important; }
      .news-info .content .con img {
        height: auto !important; }
        @media (max-width: 650px) {
          .news-info .content .con img {
            max-width: 100%; } }
      .news-info .content .con table {
        border: 1px solid #333; }
        .news-info .content .con table tbody tr {
          border: 1px solid #333; }
          .news-info .content .con table tbody tr td {
            border: 1px solid #333; }
        @media (max-width: 730px) {
          .news-info .content .con table {
            max-width: 100%; } }
    .news-info .content .paging {
      width: 100%;
      height: auto;
      text-align: center;
      margin-top: 60px; }
      .news-info .content .paging a {
        width: 90px;
        height: 33px;
        border: 1px solid #d9d9d9;
        text-align: center;
        border-radius: 5px;
        color: #666;
        font-size: 14px;
        line-height: 33px;
        display: inline-block;
        transition: all 0.5s;
        margin: 0 10px; }
      @media (min-width: 1024px) {
        .news-info .content .paging a:hover {
          background: #007cc3;
          border: 1px solid #007cc3;
          color: #fff; } }
      @media (max-width: 410px) {
        .news-info .content .paging a {
          width: 70px;
          margin: 0 7px; } }
  @media (max-width: 1024px) {
    .news-info {
      margin: 20px auto 50px; } }

.v {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none; }
  .v .v-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 400px;
    background-color: #000;
    margin: auto; }
    .v .v-new iframe {
      width: 100% !important;
      height: 100% !important; }
    .v .v-new .close {
      position: absolute;
      right: 33px;
      top: 18px;
      width: 27px;
      height: 27px;
      background: url(../img/bg_btn02.png) no-repeat center;
      cursor: pointer; }
  @media (max-width: 600px) {
    .v .v-new {
      width: 100%; } }

.contact {
  width: 100%;
  height: auto;
  padding-bottom: 90px; }
  .contact .map {
    width: 1080px;
    height: auto;
    margin: 72px auto 0;
    position: relative; }
    .contact .map .map-new {
      width: 100%;
      height: auto; }
      .contact .map .map-new div {
        width: 100% !important;
        height: 100% !important; }
        .contact .map .map-new div canvas {
          width: 100% !important;
          height: 100% !important; }
        .contact .map .map-new div .echarts-tooltip {
          display: none !important; }
    .contact .map .cc {
      width: 100%;
      height: 100%;
      position: absolute;
      background: transparent;
      display: none;
      top: 0;
      left: 0; }
      .contact .map .cc .con {
        width: 334px;
        height: 206px;
        background: #fff;
        position: absolute;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        .contact .map .cc .con .con-new {
          width: 86.6%;
          height: auto;
          margin: 0 auto; }
          .contact .map .cc .con .con-new .tits {
            font-size: 18px;
            line-height: 28px;
            border-bottom: 1px solid #e5e5e5;
            font-weight: bold;
            padding-top: 25px;
            padding-bottom: 16px; }
          .contact .map .cc .con .con-new .conn {
            width: 100%;
            height: auto;
            margin-top: 13px; }
            .contact .map .cc .con .con-new .conn .t {
              font-size: 14px;
              line-height: 32px;
              color: #666; }
              .contact .map .cc .con .con-new .conn .t span {
                color: #333; }
        .contact .map .cc .con .close {
          width: 18px;
          height: 18px;
          background: url(../img/map_close.png) no-repeat;
          position: absolute;
          top: 10px;
          right: 10px;
          display: block;
          cursor: pointer; }
        @media (max-width: 360px) {
          .contact .map .cc .con {
            width: 300px; } }
    @media (max-width: 1200px) {
      .contact .map {
        width: 94%; } }
    @media (max-width: 870px) {
      .contact .map {
        margin: 50px auto 0; } }
    @media (max-width: 450px) {
      .contact .map {
        margin: 30px auto 0; } }
  .contact .con {
    width: 1000px;
    height: auto;
    margin: 45px auto 0; }
    .contact .con ul {
      width: 59%;
      height: auto; }
      .contact .con ul li {
        width: 100%;
        height: 58px;
        margin-bottom: 20px; }
        .contact .con ul li .icon {
          width: 58px;
          height: 58px;
          float: left;
          background-size: cover !important; }
        .contact .con ul li .i1 {
          background: url(../img/contact_icon1.png) no-repeat; }
        .contact .con ul li .i2 {
          background: url(../img/contact_icon2.png) no-repeat; }
        .contact .con ul li .i3 {
          background: url(../img/contact_icon3.png) no-repeat; }
        .contact .con ul li .i4 {
          background: url(../img/contact_icon4.png) no-repeat; }
        .contact .con ul li .i5 {
          background: url(../img/contact_icon5.png) no-repeat; }
        .contact .con ul li .i6 {
          background: url(../img/contact_icon6.png) no-repeat; }
        .contact .con ul li .tits {
          float: left;
          width: 82%;
          height: 100%;
          margin-left: 3.3%;
          font-size: 18px;
          line-height: 20px; }
    .contact .con ul.right {
      width: 40%; }
    @media (max-width: 1020px) {
      .contact .con {
        width: 94%; }
        .contact .con ul li .tits {
          width: 80%; } }
    @media (max-width: 930px) {
      .contact .con ul li .tits {
        width: 73%; } }
    @media (max-width: 640px) {
      .contact .con {
        margin: 25px auto 0; }
        .contact .con ul li {
          height: 48px; }
          .contact .con ul li .icon {
            width: 48px;
            height: 48px; }
          .contact .con ul li .tits {
            font-size: 16px;
            line-height: 20px; } }
    @media (max-width: 520px) {
      .contact .con ul {
        width: 100%;
        float: none !important; }
        .contact .con ul li {
          margin-bottom: 10px; }
      .contact .con ul.right {
        width: 100%; } }
  @media (max-width: 1024px) {
    .contact {
      padding-bottom: 70px; } }
  @media (max-width: 600px) {
    .contact {
      padding-bottom: 40px; } }

.group {
  width: 88.7%;
  margin: 0 auto;
  padding-top: 40px; }

.group .input-group {
  width: 33.3%;
  float: left;
  margin-bottom: 8px; }

.group .input-group select {
  background: none; }

.group .input-group.file {
  width: 100%;
  height: 60px; }

.group .input-group.file input {
  position: relative;
  top: 5px;
  font-size: 14px;
  color: #333; }

.group .input-group.resume {
  float: none;
  clear: both; }

.group .input-group.resume .text {
  width: 296%;
  resize: none;
  height: 150px;
  background: none;
  border: 1px solid #ccc; }

.group .input-group label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  color: #333; }

.group .input-group .text {
  width: 96%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  text-indent: 1em;
  color: #333; }

.group .input-group input.text {
  height: 32px;
  line-height: 32px;
  background: none;
  font-size: 14px; }

@media (max-width: 1240px) {
  .group .input-group.resume {
    float: none;
    clear: both; }

  .group .input-group.resume .text {
    width: 292%;
    resize: none;
    height: 180px;
    background: none; }

  .group .input-group label {
    font-size: 14px;
    line-height: 26px;
    display: block; }

  .group .input-group .text {
    width: 92%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box; }

  .group .input-group input.text {
    height: 32px;
    line-height: 32px;
    background: none;
    font-size: 14px; } }
@media (max-width: 1024px) {
  .group {
    padding-top: 30px; }

  .group .input-group {
    width: 100%;
    margin-bottom: 10px;
    float: none; }

  .group .input-group .text {
    width: 100%;
    height: 30px;
    line-height: 30px; }

  .group .input-group.resume .text {
    width: 100%;
    resize: none;
    height: 100px; } }
.group .submit {
  width: 152px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  background: #007cc3;
  clear: both; }

@media (max-width: 1240px) {
  .group .submit {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px; } }
@media (max-width: 1024px) {
  .group .submit {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; } }
@media (min-width: 1024px) {
  .js-m {
    transform: translateY(50px);
    opacity: 0; }

  .js-m1 {
    transform: translateX(-50px);
    opacity: 0; }

  .js-m2 {
    transform: translateX(50px);
    opacity: 0; }

  .js-m3 {
    transform: translateY(-50px);
    opacity: 0; } }
/*Powered聽by聽www.bocweb.cn*/

/*# sourceMappingURL=style.css.map */


.g-img img{width:16.6666%;}
@media (max-width: 767px){
	.g-img img{width:50%;}
}


@media (max-width:1024px) {
	.product .brand-left { display:block;width:100%; }
}
@media (max-width:1024px) {
	.product .brand-left ul { height:0;margin-top: 32px; }
	.product .brand-left ul li.on {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}
}




/* 地图修改 */
.qqmap {
	display:flex;
	justify-content: space-between;
	margin:80px auto 0;
	width:1080px;
}
.qqmap .img { width:481px; }
.qqmap .img img { max-width:100%; }
.qqmap .con {
	width:450px;
}
.qqmap .con .tit {
	font-size:18px;
	color:#333;
	display: flex;
	flex-wrap: wrap;
	border:1px solid #e4e4e4;
}
.qqmap .con .tit a {
	display: flex;
	justify-content: center;
	width:16.666%;
	padding: 15px 0;
	border-bottom: 1px solid #e4e4e4;
	position:relative;
	-webkit-transition: color .5s;
	transition: color .5s;
}
.qqmap .con .tit a:after {
	content:'';
	position:absolute;
	top:50%;
	right:-1px;
	width:1px;
	height:10px;
	background-color:#bababa;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.qqmap .con .tit a:nth-child(6n):after { display:none; }
.qqmap .con .tit .active { color:#007cc3; }
.qqmap .con .tit a:hover { color:#007cc3; }
.qqmap .con .text  {
	margin-top: -2px;
	position:relative;
}
.qqmap .con .text .mapTipText {
	border:none;
	box-sizing: border-box;
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:-1;
	-webkit-transition: opacity .5s, z-index .5s;
	transition: opacity .5s, z-index .5s;
}
.qqmap .con .text .active {
	opacity:1;
	z-index:1;
	position:relative;
}
.qqmap .con .text .mapTipText .mapTipList {
	padding: 20px 5%;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
}
.qqmap .mapTipText .mapTipList h2 {
	font-size: 20px;
	font-weight: bold;
	color: #007cc3;
}
.qqmap .mapTipText .mapTipList ul {
	width:100%;
	font-size: 16px;
	margin-top: 20px;
}
.qqmap .mapTipText .mapTipList ul li { height:auto; margin-bottom:0;line-height: 28px; }

@media (max-width:1199px) {
	.qqmap { padding:0 20px; width:100%;box-sizing: border-box; }
	.qqmap .img { width:45%; }
	.qqmap .con { width:45%; }
}
@media (max-width:991px) {
	.qqmap .con .tit { font-size:16px; }
}
@media (max-width:767px) {
	.qqmap { flex-wrap:wrap; margin-top:40px; }
	.qqmap .img { width:100%;text-align: center; }
	.qqmap .con { margin-top:20px; width:100%; }
	.qqmap .con .tit { font-size:14px; }
	.qqmap .con .tit a { padding:10px 0;  }
	.qqmap .mapTipText .mapTipList h2 { font-size: 18px; }
	.qqmap .mapTipText .mapTipList ul { font-size:14px; }
}