﻿@font-face {
  font-family: "SourceHanSansSC-Regular";
  src: url("../woff2/sourcehansanssc-regular.woff2") format("woff2"),
    url("../woff/sourcehansanssc-regular.woff") format("woff"),
    url("../ttf/sourcehansanssc-regular.ttf") format("truetype"),
    url("../eot/sourcehansanssc-regular.eot") format("embedded-opentype"),
    url("../svg/sourcehansanssc-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
html,
* {
  font-family: "SourceHanSansSC-Regular" !important;
}

/*----首页----*/
i {
  font-style: normal;
}

/*头部*/
.header {
  height: 70px;
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
}

.logos {
  float: left;
  width: 355px;
  margin-right: 65px;
}

.logos img {
  display: block;
}

.banner img {
  width: 100%;
  max-height: 750px;
}

/*.swiper-slide{   float: none;}*/
.banner,
.banner .swiper-container {
  max-height: 750px;
  overflow: hidden;
}

/*.banner .swiper-wrapper,.banner .swiper-wrapper *{ height: auto!important;}*/
.banner .swiper-slide {
  position: relative;
}

/* .banner .swiper-pagination { background: url(../img/pagebgs2.png) 0 0 repeat-x; line-height: 200px; height: 140px;} */
.banner .swiper-pagination {
  position: absolute;
  text-align: center;
  bottom:20px;
  left: 0;
  right: 0;
  z-index: 888;
}

.banner .swiper-pagination span {
  width: 40px;
  height: 5px;
  margin: 0 2px;
  /* border-radius:10px;*/
  display: inline-block;
  background: #000;
}

.banner .swiper-pagination span.swiper-active-switch {
  background: #de0010;
  width: 100px;
}

.mode-banner .swiper-wrapper,
.mode-banner .item-cell {
  height: auto !important;
}


.banlinks {
  position: absolute;
  left: 0;
  right: 0;
  top: 240px;
  /*width: 100%;*/
  z-index: 99;
}

.inn-links {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, .4);
  height: 350px !important;
}


.inn-links h3 {
  font-size: 105px;
  line-height: 100%;
  color: #ee2c3a;
  padding-top: 45px;
  padding-bottom: 40px;
  font-weight: bold;
}

.inn-links h4 {
  font-size: 64px;
  color: #ee2f3d;
  font-weight: normal;
  line-height: 100%;
}

.inn-links a.more {
  display: inline-block;
  width: 142px;
  height: 50px;
  background: url(../png/more_btn.png) 0 0 no-repeat;
  color: #ee2c3a;
  font-size: 14px;
  line-height: 50px;
  margin-top: 20px;
}

.inn-links a.more i {
  font-style: normal;
}

.wrap-nav {
  margin-top: 10px;
}

.wrap-nav .navMenu {
  float: left;
}

.topr-links {
  float: right;
}

.topr-wraps {
  float: right;
  width: 740px;
}


/*导航*/
.navMenu {
  text-align: right;
}

.navMenu li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.navMenu li a {
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  display: block;
  padding: 0 0;
  height: 42px;
  line-height: 42px;
  color: #000;
  /*border-bottom:transparent solid 2px;*/
  /*text-shadow:#fff 1px 1px;*/
}

.navMenu li.cr a,
.navMenu li a:hover {
  /**/
  border-bottom: #de0010 solid 2px;
  color: #de0010;
}

.navMenu li ul {
  position: absolute;
  top: 42px;
  left: -10px;
  width: 155px;
  left: 50%;
  margin-left: -78px;
  transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  opacity: 0;
  z-index: 99999;
  height: 0;
  overflow: hidden;
}

.navMenu li ul li {
  padding: 0;
  display: block;
  text-align: center;
  background: none;
  float: none;
  background: rgba(255, 255, 255, .8);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.06), 2px 0 2px rgba(0, 0, 0, 0.06), 0 -2px 2px rgba(255, 255, 255, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);
}

.navMenu li ul li a {
  padding: 0;
  line-height: 45px !important;
  color: #000;
  height: 45px !important;
  border-bottom: none;
  text-shadow: none;
  font-size: 15px;
}

.navMenu li ul li a:hover {
  background-color: #de0010;
  color: #fff !important;
  border-bottom: none;
}

.navMenu li.cr ul li {
  padding: 0;
  display: block;
  text-align: center;
}

.navMenu li.cr ul li a {
  padding: 0 0;
  border-bottom: none;
  text-shadow: none;
  color: #000;
}

.navMenu li.cr ul li a:hover {
  border-bottom: none;
  background-color: #de0010;
  color: #fff !important;
}

.navMenu li:hover ul {
  opacity: 1;
  z-index: 99999;
  height: auto;
}

.enlinks a {
  display: inline-block;
  width: 26px;
  font-size: 12px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #175fb2;
  border: 1px solid #175fb2;
  border-radius: 26px;
}

.psearch,
.enlinks {
  display: inline-block;
}

.psearch a:after {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-weight: bold;
  color: #175fb2;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6a6";
}

.psearch {
  margin: 0 0 0 35px;
}

.psearch a {
  display: inline-block;
  width: 26px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  border: 1px solid #175fb2;
}

.enlinks a:hover,
.psearch a:hover {
  background: #175fb2;
  color: #fff;
}

.psearch a:hover:after {
  color: #fff;
}

.topr-links {
  padding-top: 10px;
}

/*关于我们*/
.mod-bg-1 {
  background: url(../jpg/bg1.jpg) center 0;
  min-height: 100px;
}

.mod-layer-1 {
  width: 555px;
  float: left;
}

.mod-layer-2 {
  width: 595px;
  float: right;
}

.com-tit {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.com-tit span {
  background: url(../png/tit_bg.png) center 0 no-repeat;
  display: inline-block;
  height: 60px;
  min-width: 46px;
  text-align: center;
  font-size: 24px;
  line-height: 58px;
}

.com-tit span:after,
.com-tit span:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  width: 35%;
  right: 0;
  border-bottom: 1px solid #999
}

.com-tit span:before {
  left: 0;
  right: auto;
}

.H45 {
  height: 45px;
}

.mod-about {}

.mod-about .item-tit * {
  font-size: 18px;
  color: #000;
}

.mod-about .item-tit {
  margin-top: 20px;
  margin-bottom: 15px;
}

.mod-about .item-desc,
.mod-about .item-desc * {
  color: #000;
}

.com-more {
  text-align: center;
  margin-top: 20px;
}

.com-more a {
  display: inline-block;
  width: 142px;
  height: 50px;
  background: url(../png/more_btn3.png) 0 0 no-repeat;
  color: #175fb2;
  font-size: 14px;
  line-height: 50px;
  margin-top: 20px;
  text-align: center;
}

.mod-about .item-desc {
  max-height: 155px;
  font-size: 16px;
  overflow: hidden;
}


/*新闻动态*/
.mod-news-1 {
  position: relative;
}

.mod-news-1 .item-cell .item-pic img{
  width:595px;
  height: 255px;
  object-fit:cover;
}


.mod-news-1 .item-tit {
  position: absolute;
  height: 45px;
  line-height: 48px;
  left: 0;
  right: 0;
  padding: 0 30px;
  background: url(../png/newsbg5.png) 0 0 repeat-x;
  bottom: 0;
}

.mod-news-1 .item-tit a {
  color: #fff;
  font-size: 20px;
  display: block;
}

.mod-news-1 .item-date {
  position: absolute;
  width: 58px;
  height: 58px;
  z-index: 9;
  top: 0;
  left: 0;
  background: #0058bd;
  color: #fff;
  text-align: center;
}

.mod-news-1 .item-date span {
  display: block;
  text-align: center;
  font-size: 24px;
  padding-top: 6px;
}

.mod-news-1 .item-date em {
  font-size: 12px;
  margin-top: -4px;
  display: block;
  text-align: center;
}

.mod-news-2 {
  height: 207px;
  margin-top: 15px;
}

.mod-news-2 li {
  position: relative;
  padding-left: 15px;
  padding-right: 100px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 18px;
}

.mod-news-2 li span {
  position: absolute;
  right: 0;
  top: 0;
}

.mod-news-2 li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  left: 0;
  top: 18px;
  background: #666;
  position: absolute;
}

.mod-news-2 li:hover:after {
  background: #1d5096;
}

.mod-news-2 li:hover * {
  color: #1d5096;
}

/*业务领域*/
.mod-bg-2 {
  background: url(../jpg/bg2.jpg) center 0;
  min-height: 100px;
}

.com-tit2 span:before,
.com-tit2 span:after {
  width: 43%;
}

.mod-services {
  width: 620px;
  height: 0;
  overflow: hidden;
}

.services-active {
  height: auto;
  overflow: hidden;
}

.mod-services .item-cell {
  position: relative;
}

.mod-services .item-cnt {
  position: absolute;
  padding: 10px;
  left: 75px;
  top: 95px;
  width: 455px;
  height: 330px;
  background: rgba(255, 255, 255, .3);
  text-align: center;
}

.mod-services .item-cnt2 {
  background: rgba(255, 255, 255, .78);
  height: 330px;
  padding: 30px;
  box-sizing: border-box;
}

.mod-services .item-tit h3 {
  font-size: 24px;
  color: #175fb2;
  position: relative;
}

.mod-services .item-tit h3:after {
  display: block;
  width: 54px;
  height: 3px;
  position: absolute;
  content: "";
  background: #1c5aa5;
  left: 50%;
  margin-left: -27px;
  top: -15px;
}

.mod-services .item-tit a {
  font-size: 24px;
  color: #175fb2;
  line-height: 160%;
}

.mod-services .item-desc {
  max-width: 350px;
  margin: 15px auto 0 auto;
  line-height: 170%;
}

.mod-services .item-desc * {
  font-size: 16px;
  color: #175fb2;
}

.mod-services .item-more a {
  display: inline-block;
  width: 142px;
  height: 50px;
  background: url(../png/more_btn3.png) 0 0 no-repeat;
  color: #175fb2;
  font-size: 14px;
  line-height: 50px;
  margin-top: 20px;
}

.mod-services .item-more a i {
  font-style: normal;
}

.mod-layer-3 {
  width: 620px;
  float: left;
}

.mod-layer-4 {
  width: 550px;
  float: right;
}

.mod-services2 .item-pic {
  padding-top: 35px;
}

.mod-services2 .item-pic i {
  display: none;
}

.mod-services2 .item-cell>a,
.mod-services2 .item-cell {
  width: 182px;
  height: 182px;
  display: block;
  text-align: center;
  float: left;
}

.mod-services2 .item-tit {
  color: #175fb2;
  font-size: 16px;
  line-height: 150%;
}

.mod-services2 .item-cell>a:hover,
.mod-services2 .item-cr>a {
  background: url(../png/hoverbg.png) no-repeat;
}

.mod-services2 .item-cell>a:hover *,
.mod-services2 .item-cr>a * {
  color: #fff;
}

.mod-services2 .item-cell>a:hover .item-pic i,
.mod-services2 .item-cr i {
  display: inline-block;
}

.mod-services2 .item-cell>a:hover .item-pic span,
.mod-services2 .item-cr>a .item-pic span {
  display: none;
}

/* .mod-layer-4 */
.mod-layer-4 .item-cell1 .item-pic {
  padding-top: 35px;
}

.mod-layer-4 .item-cell1 .item-pic i {
  display: none;
}

.mod-layer-4 .item-cell1>a,
.mod-layer-4 .item-cell1 {
  width: 182px;
  height: 182px;
  display: block;
  text-align: center;
  float: left;
}

.mod-layer-4 .item-cell1 .item-tit {
  color: #175fb2;
  font-size: 16px;
  line-height: 150%;
}

/*党群工作*/
.mod-bg-3 {
  background: url(../png/bg3.png) center 80px no-repeat;
  min-height: 100px;
}

.mod-news-3 {
  width: 705px;
  float: left;
}

.mod-news-3 .item-cell {}

.mod-news-3 .item-cnt {
  width: 320px;
  height: 340px;
  background: url(../png/party_line.png) no-repeat;
  padding: 20px;
  box-sizing: border-box;
  float: left;
}

.mod-news-3 .item-pic {
  width: 385px;
  float: left;
  box-sizing: border-box;
}

.mod-news-3 .item-pic img {
  height: 340px;
  width: 385px;
}

.mod-news-3 .item-tit * {}

.mod-news-3 .item-tit {}

.mod-news-3 .item-date {
  border-bottom: 1px solid #d5d5d5;
  overflow: hidden;
  padding-bottom: 8px;
}

.mod-news-3 .item-date span {
  float: left;
  color: #000;
  font-size: 24px;
}

.mod-news-3 .item-date i {
  color: #000;
  font-size: 24px;
  float: right;
}

.mod-news-3 .item-tit {
  margin: 15px 0 5px 0;
}

.mod-news-3 .item-tit * {
  font-size: 20px;
  color: #000;
}

.mod-news-3 .item-desc * {
  font-size: 14px;
  color: #333;
  line-height: 150%;
}

.mod-news-3 .item-more {
  margin-top: 35px;
  text-align: right;
}

.mod-news-3 .item-more a {
  padding-right: 20px;
}

.party-r {
  float: right;
  width: 460px;
}

.party-r .mod-news-2 li {
  height: 46px;
  line-height: 46px;
}

.party-r .mod-news-2 {
  margin-top: 8px;
}

/*发展历史*/
.mod-bg-4 {
  background: #f3f9ff url(../png/bg4.png) center 360px no-repeat;
  min-height: 100px;
}

.history-tits {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}

.history-line {
  height: 2px;
  position: relative;
  background: #175fb2;
  top: 290px;
}

.inner-historys {
  padding-right: 30px;
}

.inner-historys .swiper-container-6 {
  padding-left: 80px;
}

.mod-history {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 10px;
}

.mod-history .item-cell {
  float: left;
  width: 285px;
  border-left: 2px solid #175fb2;
  position: relative;
  box-sizing: border-box;
  margin-left: -70px;
}

/*.mod-history .item-fir{ margin-left: 0;}*/
.mod-history .item-pic {
  width: 255px;
  height: 135px;
  margin-bottom: 10px;
}

.mod-history .item-cnt {
  margin-left: 18px;
}

.mod-history .item-cnt .item-tit {
  font-size: 24px;
  color: #175fb2;
  font-weight: normal;
  margin-bottom: 5px;
}

.mod-history .item-cnt .item-desc * {
  color: #040000;
  font-size: 14px;
  line-height: 150%;
}

.mod-history .item-2 {
  margin-top: 290px;
  padding-top: 40px;
}

.mod-history .item-cell:after {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  content: "";
  position: absolute;
  left: -10px;
  top: 280px;
  background: #175fb2;
  border: 3px solid #aac4e1;
}

.mod-history .item-2:after {
  top: -10px;
}

.inner-historys {}



.history-line {}

.history-line .wrap-layer {
  position: relative;
}

.history-line .wrap-layer a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  position: absolute;
  left: -90px;
  top: -30px;
  text-align: center;
}

.history-line .wrap-layer a:after {
  cursor: pointer;
  display: inline-block;
  font-family: "iconfont" !important;
  color: #333333;
  font-size: 60px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60f";
}

.history-line .wrap-layer a.his-btnr:after {
  content: "\e67a";
}

.history-line .wrap-layer a.his-btnr {
  position: absolute;
  left: auto;
  right: -90px;
}

.history-line .wrap-layer a.disables {}

.history-line .wrap-layer a.disables:after {
  color: #999;
}


/*店铺查询*/
.mod-bg-5 {
  background: url(../jpg/bg5.jpg) center 0 no-repeat;
  min-height: 100px;
}

.long-selects {
  position: relative;
  margin-left: 0;
  /*float:left;*/
  _display: inline;
  z-index: 88;
}

div.select-main {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #a4a7a9;
  position: relative;
  box-sizing: border-box;
}

div.select-set {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 12px;
  box-sizing: border-box;
  background: none;
  font-size: 14px;
  color: #010101;
}

.long-selects div.select-arrow {
  border: none;
  width: 21px;
  height: 20px;
  top: 10px;
  right: 5px;
  background: url(../png/select.png) no-repeat;
  position: absolute;
}

.long-selects div.select-arrow.reverse {
  border: none;
  top: 10px;
}

.long-selects div.select-set {
  border-radius: 0;
}

#search-sel div.select-arrow {
  right: 5px;
}

.long-selects div.select-block {
  background: #f9f9f9;
  border: 1px solid #a4a7a9;
  color: #a9b5c5;
  left: -5px;
  border-radius: 0;
  width: 100%;
  margin-top: -2px;
  margin-left: -1px;
  max-height: 250px;
  overflow-y: auto;
}

.long-selects li.select-items {
  font-size: 14px;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #fefefe;
  padding: 2px 7px 2px 12px;
  margin-bottom: 0px;
}

.long-selects li.select-items:hover,
.sel-room li.select-items.active {
  background: #175fb2;
  color: #fff;
}

.long-selects ul.select-list {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*短文*/
.sortselect .select-main {
  width: 32%;
  /**/
  float: left;
  margin-right: 2%;
}

.sortselect #city_id {
  width: 32%;
  margin-right: 2%;
  padding-top: 0;
}

.sortselect #county_id {
  width: 32%;
  margin-right: 0;
  padding-top: 0;
}

.sortselect #county_id .select-main {
  width: 100%;
  /*float: left;*/
  margin-right: 0;
}

.sortselect #city_id .select-main {
  width: 100%;
  /*float: left;*/
  margin-right: 0;
}

.sortselect .select-main:nth-last-child(1) {
  margin-right: 0;
}

.sortselect1 #city_id1 {
  width: 27%;
  margin-right: 2%;
  padding-top: 0;
  float: left;
}

.sortselect1 .select-main {
  width: 30%;
  margin-right: 2%
}

.sortselect1 #city_id1 .select-main {
  width: 100%;
}

.sortselect1 {
  z-index: 1000
}

.long-2 {
  z-index: 89;
}

.long-selects {
  width: 1200px;
}

a.searbtns {
  background: #175fb2;
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  min-width: 90px;
  text-align: center;
  margin-left: 15px;
}

a.searbtns span:after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6a6";
  margin-left: 5px;
}

.search-store {
  margin: 0 auto;
  width: 1200px;
}

.md-store {
  min-height: 500px;
  padding: 25px;
  margin-top: 30px;
  background: #f6f6f6;
}

/*店铺查询*/
.store-imgs {
  width: 802px;
  float: left;
}

.storecnts {
  width: 325px;
  height: 444px;
  float: right;
}

.addr-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}

.addr-list li .nums {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 25px;
  background: url(../png/mapico0.png) center 0 no-repeat;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.addr-list li span {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 120%;
}

.addr-list li h3 {
  color: #000;
  font-weight: normal;
  font-size: 16px;
}

.addr-list .view {
  margin-top: 20px;
}

.view a {
  display: inline-block;
  width: 122px;
  height: 40px;
  background: url(../png/more_btn4.png) 0 0 no-repeat;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.addr-list li:hover h3 {
  color: #175fb2;
}

.addr-list li:hover .nums {
  background: url(../png/mapico1.png) center 0 no-repeat;
}

.addr-list li:hover .view a {
  background: url(../png/more_btn5.png) 0 0 no-repeat;
  color: #175fb2;
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
  background: #c9c9c9;
  width: 2px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #de0010 !important;
  opacity: 1 !important;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  margin-left: -1px;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 1 !important;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}


/*汽车品牌*/

.mod-bands {
  width: 1065px;
  margin: -84px auto 0 auto;
  background: #fff;
  position: relative;
  z-index: 80;
  height: 245px;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.03), 5px 0 5px rgba(0, 0, 0, 0.03), 0 -5px 5px rgba(255, 255, 255, 0.03), 0 5px 5px rgba(0, 0, 0, 0.03);
  padding: 20px 20px;
  box-sizing: border-box;
}

.bands-tits {
  text-align: center;
  margin-bottom: 10px;
}

.bands-tits h3 {
  font-size: 24px;
  color: #000;
  font-weight: normal;
}

.swiper-container-9 {
  width: 950px;
  margin: 0 auto;
  height: 100px;
}

.swiper-container-9 .item-cell {
  width: 190px;
  text-align: center;
  float: left;
}

.swiper-container-9 .item-cell img {
  width: 150px;
  height: auto;
}

.swiper-container-9 .swiper-wrapper {
  height: auto !important;
}

.swiper-container-9 .item-cell {
  height: auto !important;
}

.bands-btns,
.mod-adbtns {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  z-index: 6;
}

.mod-adbtns {
  height: 60px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  margin-top: -30px;
  right: auto;
}


a.b-btnl:after,
a.b-btnr:after,
a.btnl:after,
a.btnr:after {
  cursor: pointer;
  display: inline-block;
  font-family: "iconfont" !important;
  color: #b7b7b7;
  font-size: 60px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60f";
  float: left;
}

a.b-btnl,
a.btnl {
  float: left;
}

a.b-btnr,
a.btnr {
  float: right;
}

a.b-btnr:after,
a.btnr:after {
  content: "\e67a";
}

a.btnl:after,
a.btnr:after {
  color: #000;
}

/*a.b-btnr:after*/

/*底部*/
.footer {
  margin-top: -55px;
}

.inner-footer1 {
  border-top: 70px solid #175fb2;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}

.inner-footer2 {
  background: #fff;
}

.inner-footer1 .wrap-layer {
  position: relative;
  box-sizing: border-box;
  padding-right: 200px;
}

.inner-footer1 .shares {
  position: absolute;
  right: 0;
  top: 30px;
}

.inner-footer1 .shares em {
  display: none;
}

.inner-footer1 .shares span {
  margin-left: 20px;
}

.inner-footer1 .shares span:hover em {
  display: inline-block;
}

.inner-footer1 .shares span:hover i {
  display: none;
}

.bom-nav {
  margin-bottom: 10px;
}

.bom-nav * {
  display: inline-block;
}

.bom-nav a {
  color: #6b6b6b;
  font-size: 16px;
  margin-right: 40px;
}

.bom-nav a:hover,
.bomlinks-1 a:hover {
  color: #de0010;
}

.bomlinks-1 * {
  display: inline-block;
}

.bomlinks-1 a {
  color: #6b6b6b;
  font-size: 16px;
  margin-right: 40px;
}

.bomlinks-1 li.linkstit {
  color: #000;
  font-size: 16px;
  margin-right: 40px;
}

.inner-footer2 {
  padding: 10px 0;
}

.inner-footer2 .boms-logos {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}

.inner-footer2 .boms-logos img {
  display: block;
  width: 200px;
  height: auto;
}

.inner-footer2 .copys {
  display: inline-block;
  position: relative;
  top: 3px;
  color: #504f4f;
  font-size: 16px;
  line-height: 30px;
}


.wrap-layer {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.swiper-pagination-bullet-active {
  background: #005f29;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 99;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  pointer-events: all;
}

* {
  outline: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 888;
}

.swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-radius: 10px;
  display: inline-block;
  background: #9c9c9c;
}

.swiper-pagination span.swiper-active-switch {
  background: #de0010;
}

.swiper-container-9 .swiper-pagination span.swiper-active-switch {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  vertical-align: middle;
}

.swiper-container-9 .swiper-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  vertical-align: middle;
}


.mode-inner .item-cell {
  position: relative;
}

.mode-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*.banner-cnt{ float:left; position:relative; right:50%; }	
.mode-inner{float:left; position:relative; left:50%;}*/
.mode-inner {
  position: relative;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.mode-banner img {
  display: block;
  /**/
}



/*左右滚动*/
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}


/*弹出框搜索*/
.mod-searchs {
  position: absolute;
  left: 0;
  z-index: 1001;
  top: 80px;
  border-top: 1px solid #eee;
  height: 55px;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.98);
  display: none;
}

.inner-searchs {
  padding-top: 9px;
  position: relative;
}

.wrapsearchs {
  width: 400px;
  border: 1px solid #aaadaf;
  height: 35px;
  float: right;
  margin-right: 50px;
  line-height: 35px;
}

.wrapsearchs input {
  color: #999;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 340px;
  background: transparent;
  border: none;
  padding: 0 10px;
  vertical-align: middle;
  float: left;
}

.wrapsearchs a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: none;
  cursor: pointer;
  height: 35px;
  width: 35px;
  background: url(../png/search_btn20.png) center center no-repeat;
  background-size: 16px auto;
  float: left;
}

.inner-searchs .close-btn {
  position: absolute;
  right: 0;
  top: 15px;
  width: 26px;
  height: 26px;
  background: url(../png/close_btn.png) center center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}

.layer-box2 {
  z-index: 99;
}

.bcolse {
  font-size: 20px;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}

/*-----------------------------*/
.bigimg {
  width: 600px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 9999;
  border: 10px solid #fff;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  z-index: 98;
  transition: all 1s;
  display: none
}

.bigbox {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}

.bigbox>.imgbox {
  width: 298px;
  height: 192px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  margin: 50px 47px 10px 47px;
}

.bigbox>.imgbox>img {
  width: 100%;
}


.smallimg:hover {
  cursor: zoom-in;
}

.mask:hover {
  cursor: zoom-out
}

.mask>img {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
}

.mask>img:hover {
  cursor: pointer
}
