@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: #fff;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
  padding-top:10px;
}
.wrap-nav {
  margin-top: 10px;
}
.topr-links {
  float: right;
}

.topr-wraps {
  float: right;
  width: 740px;
}

.logos {
  float: left;
  width: 355px;
  margin-right: 65px;
}

.logos img {
  display: block;
}


.banlinks {
  /*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;
}

.H40 {
  height: 40px;
}

.inn-links a.more i {
  font-style: normal;
}

/* .wrap-nav {
  margin-top: 10px;
} */

.wrap-nav .navMenu {
  float: left;
}

.topr-links {
  float: right;
}

/*导航*/
.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: 45px;
  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: -1;
  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: 10000;
  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;
}

/*banner图*/
.mode-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-cnt {
  float: left;
  position: relative;
  right: 50%;
}

.mode-inner {
  float: left;
  position: relative;
  left: 50%;
}

/*banner图*/


/*底部*/
.inner-footer1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}

.inner-footer2 {
  background: #fff;
}

.inner-footer1 .wrap-layer {
  position: relative;
  box-sizing: border-box;
  width:1200px;
}

.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 {
  width: 100%;
}
.bom-nav ul{width: 100%;}
.bom-nav ul li{
  display: inline-block;
  /*width: 16.4%;*/
  width: 14.0%;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.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%;
}

.mode-banner img {
  display: block;
  /**/
}
.ny_banner{max-width:1920px;max-height: 187px;}
.ny_banner img{max-width:100%;}


/*左右滚动*/
.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
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}


/*弹出框搜索*/
.mod-searchs {
  position: absolute;
  left: 0;
  z-index: 888;
  top: 85px;
  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;
}


/*关于我们*/
.com_profile {
  margin-top: 40px;
}

.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;
}

.com-tit2 span:before,
.com-tit2 span:after {
  width: 43%;
}

.com_profile .profile_left {
  width: 49.7451%;
  margin-right: 3.5994%;
  float: left;
}

.com_profile .profile_left .pro_logo {
  margin-left: 2em;
}

.com_profile .profile_left .desc {
  margin-top: 15px;
}

.com_profile .profile_left p {
  font-size: 16px;
  text-indent: 2em;
  padding: 0;
  line-height: 30px;
}

.com_profile .profile_right {
  width: 46.6555%;
  float: left;
  background: url("../png/about_pic2.png") no-repeat right top;
  height: 340px;
}

.com_profile .profile_left .more {
  background: url("../png/more_btn2.png") no-repeat left center;
  color: #175fb2;
  width: 242px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 16px;
}

.com_profile .profile_right img {
  margin-top: 37px;
  width: 469px;
  height: 304px;
}

.about_us .culture {
  background: url("../png/br_banner.png") no-repeat left top;
  width: 100%;
  height: auto;
  background-size: 100% 398px;
}
.about_us .culture .wrap-layer{width: 1288px; margin:0 auto;}
.H65 {
  height: 65px;
}

.culture {
  padding-top: 70px;
}

.cul_bor {
  background: url("../png/br_bor.png") no-repeat left center;
  width: 275px;
  height: 314px;
}

.com-tit3 {
  margin-bottom: 30px;
}

.com-tit3 span:after,
.com-tit3 span:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  width: 35%;
  right: 0;
  border-bottom: 1px solid #175fb2;
}

.culture ul {
  width: 1200px;
  background-color: #fff;
  padding: 50px 46px;
  border-radius: 10px;
  float: left;
}

.culture ul li {
  float: left;
  margin-right: 32px;
}

.culture ul li:last-child {
  margin-right: 0;
}

.culture ul li .cul_bor .cul-tit img {
  width: 78px;
  height: auto;
  margin-top: 30px;
}

.culture ul li span {
  display: block;
  font-size: 27px;
  color: #175fb2;
  text-align: center;
  margin-top: 15px;
}

.cul-tit {
  text-align: center;
  margin: 0 auto;
}

.culture ul li .cul_desc {
  text-align: center;
  margin-top: 35px;
  font-size: 20px;
  line-height: 30px;
}

.honor {
  width: 100%;
  background-color: #f0f7ff;
  padding: 45px 0;
}

.honor .honor_bg {
  background: url("../png/ry_bg.png") no-repeat left top;
  background-size: 1196px 580px;
}

.honor .honor_bg ul li {
  float: left;
  width: 298px;
  height: 192px;
  text-align: center;
  font-size: 20px;
}

.honor .honor_bg ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 77px;
  width: 200px;
  margin: 0 auto;
  line-height: 25px;
}

.honor .more {
  background: url("../png/more_btn2.png") no-repeat left center;
  color: #175fb2;
  width: 242px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 16px;
  margin: 50px auto 0;
}

.milepost .com-tit {
  margin-top: 40px;
}

/*一商简介*/
.brief_intro {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 60px;
}

.brief_intro .desc {
  margin: 0 auto;
  width: 1196px;
  font-size: 18px;
  text-align: center;
  height: 70px;
  line-height: 35px;
  margin-top: 28px;
  margin-bottom: 40px;
}

.border {
  width: 165px;
  height: 165px;
  border-width: 10px;
  border-style: solid;
  border-top-color: #e5e5e5;
  border-right-color: #e5e5e5;
  border-bottom-color: #175fb2;
  border-left-color: #175fb2;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.brief_intro .item_cell {
  float: left;
  width: 215px !important;
  padding: 0 12px;
  height: 335px !important;
}

.swiper-container-25 {
  width: 1200px;
}

.brief_intro .item_cell:hover .item_cnt {
  background-color: #175fb2;
}

.brief_intro .item_cell:hover .item_cnt .tit {
  color: #fff;
}

.brief_intro .item_cell .item_cnt {
  width: 165px;
  text-align: center;
  background-color: #f2f2f2;
}

.brief_intro .item_cell .item_cnt .tit {
  transform: rotate(45deg);
  width: 155px;
  height: 155px;
  border: 5px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 155px;
  font-size: 18px;
  color: #175fb2;
}

.brief_intro .item_cell .item_cnt .tit span {
  font-size: 42px;
  font-weight: 600;
}

.brief_intro .item_cell .item_tit {
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.brief_intro .item_cell .item_tit span {
  font-size: 26px;
  color: #175fb2;
}

.brief_intro .item_cell .item_tit span em {
  font-size: 18px;
}

.brief {
  width: 1200px !important;
  overflow: hidden;
  height: 335px;
}

/*一商简介结束*/
/*关于我们*/
/*公司简介*/
.sec_nav {
  float: left;
  position: relative;
  left: 50%;
}

.sec_nav ul {
  border: 1px solid #eaeaea;
  float: left;
  margin-top: 40px;
  border-right: none;
  position: relative;
  left: -50%;
}

.sec_nav ul::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -695px;
  width: 695px;
  height: 1px;
  background-color: #eaeaea;
}

.sec_nav ul::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -695px;
  width: 695px;
  height: 1px;
  background-color: #eaeaea;
}

.sec_nav ul li {
  padding: 0 30px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  float: left;
  border-right: 1px solid #eaeaea;
  font-size: 16px;
}

.sec_nav ul .cr,
.sec_nav ul li:hover {
  background-color:#de0010;
  color: #fff;
}

.profile .wrap-layer,
.cor_culture .wrap-layer,
.group_honor .wrap-layer,
.history .wrap-layer {
  overflow: hidden;
}

.profile .wrap-layer .desc {
  margin-top: 50px;
}

.profile .wrap-layer .desc p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}

.profile .wrap-layer .dbx {
  width: 775px;
  margin: 0 auto;
  position: relative;
  height: 500px;
}

.profile .wrap-layer .dbx ul li {
  float: left;
  background: url("../png/dbx_bor.png") no-repeat;
  width: 190px;
  height: 166px;
  position: absolute;
}

.profile .wrap-layer .dbx ul .db_1 {
  top: 5px;
  left: 141px;
}

.profile .wrap-layer .dbx ul .db_2 {
  top: 5px;
  left: 430px;
}

.profile .wrap-layer .dbx ul .db_3 {
  top: 90px;
  left: -5px;
}

.profile .wrap-layer .dbx ul .db_4 {
  top: 90px;
  left: 285px;
}

.profile .wrap-layer .dbx ul .db_5 {
  top: 90px;
  left: 576px;
}

.profile .wrap-layer .dbx ul .db_6 {
  top: 173px;
  left: 140px;
}

.profile .wrap-layer .dbx ul .db_7 {
  top: 173px;
  left: 430px;
}

.profile .wrap-layer .dbx ul .db_8 {
  top: 257px;
  left: -5px;
}

.profile .wrap-layer .dbx ul .db_9 {
  top: 257px;
  left: 284px;
}

.profile .wrap-layer .dbx ul .db_10 {
  top: 257px;
  left: 574px;
}

.profile .wrap-layer .dbx ul li span {
  margin-top: 45px;
  display: block;
  text-align: center;
  font-size: 26px;
  color: #de0010;
}

.profile .wrap-layer .dbx ul li em {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
}

.honor_bg .bigbox>.imgbox {
  margin-top: 10px;
}
.honor_bg .bigbox>.imgbox:hover{

}

/*公司简介*/
/*企业文化*/
.cor_culture .culture .item-cul {
  padding: 52px 0 59px 109px;
  border-bottom: 1px solid #e5e5e5;
}

.cor_culture .culture .item-cul .item-left {
  width: 330px;
  float: left;
}

.cor_culture .culture .item-cul .item-left .item-l-tit {
  width: 190px;
  height: 58px;
  background: url("../png/more_btn6.png") no-repeat;
  font-size: 28px;
  color: #175fb2;
  text-align: center;
  line-height: 58px;
  margin: 0 auto;
}

.cor_culture .culture .item-cul .item-left .item-l-desc {
  margin-top: 35px;
  color: #175fb2;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.cor_culture .culture .item-cul .xy {
  background: url("../png/xy.png") no-repeat right bottom;
  padding-bottom: 10px;
}

.cor_culture .culture .item-cul .item-right {
  width: 620px;
  float: left;
  margin-left: 120px;
}

.cor_culture .culture .item-cul .item-right .ax {
  margin-top: 35px;
}

.cor_culture .culture .item-cul .item-right .item-r-tit {
  background-color: #175fb2;
  color: #fff;
  text-align: center;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  max-width: 80px;
}

.cor_culture .culture .item-cul .item-right .item-r-desc {
  font-size: 18px;
  line-height: 35px;
}

/*企业文化*/
/*集团荣誉*/
.examples-section{
  background: url("../png/honor_bg.png") no-repeat center bottom;
  padding-bottom: 70px;
}
.honor_bg .examples-section{
  background: none;
}
/*----------------------------------------------------------*/
.bigimg {
  width: 600px!important;
  height: auto!important;
  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;
  overflow: hidden;
  margin: 50px 42px 10px 42px;
  position: relative;
  z-index: 1;
  border: 5px solid #6c3303;
  text-align: -webkit-center;
}

.bigbox>.imgbox>img {
  width: auto;
  height: 100%;
  display: block;
}


.smallimg:hover {
  cursor: zoom-in;
  position: relative;
}
.bigbox>.imgbox:hover::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background:#333;
  opacity: 0.5;
  width: 298px;
  height: 192px;
  z-index: 2;
}
.bigbox>.imgbox:hover::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url("../png/white_icon.png") no-repeat center center;
  width: 298px;
  height: 192px;
  z-index:3;
}
.mask:hover {
  cursor: zoom-out
}

.mask>img {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
}

.mask>img:hover {
  cursor: pointer
}

/*集团荣誉*/
/*发展历史*/
/*发展历史*/
/*发展历史*/
.mod-bg-4 {
  background: #f3f9ff url(../png/bg4.png) center 360px no-repeat;
  min-height: 100px;
  margin-top: 40px;
  position: static;
}

.history-tits {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}

.history-line {
  height: 2px;
  position: relative;
  background: #175fb2;
  top: 298px;
}

.inner-historys {
  padding-right: 30px;
}

.inner-historys .swiper-container-6 {
  padding-left: 80px;
}

.mod-history {
  width: 1200px;
  height: 640px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 10px;
}

.mod-history .item-cell {
  float: left;
  width: 285px;
  border-left: 2px solid #175fb2;
  height: 296px;
  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: 16px;
  line-height: 150%;
}

.mod-history .item-2 {
  margin-top: 298px;
  padding-top: 40px;
  height: 320px;
}

.mod-history .item-cell:after {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  content: "";
  position: absolute;
  left: -10px;
  top: 290px;
  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;
}

.H45 {
  height: 45px;
}

.deve_table ul li {
  background-color: #f4f4f4;
  height: 105px;
  margin-top: 7px;
}

.deve_table ul li .year {
  display: inline-block;
  width: 150px;
  height: 105px;
  text-align: center;
  line-height: 105px;
  font-size: 40px;
  color: #175fb2;
  float: left;
  border-right: 1px solid #dcdcdc;
  font-weight: 600;
  background: url("../png/his_icon1.png") no-repeat right center;
}

.deve_table ul li .desc {
  width: 986px;
  margin-top: 30px;
  display: inline-block;
  float: left;
  padding-left: 30px;
}

.deve_table ul li:hover {
  background-color: #175fb2;
}

.deve_table ul li:hover .year,
.deve_table ul li:hover .desc {
  color: #fff;
}

/*新闻最终页*/
.news_info .news_tit {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
  line-height: 45px;
}

.news_info .news_desc {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 35px 0;
}

.news_info .news_desc .ly {
  margin-left: 55px;
}

.news_info .news_infos p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 25px;
}

.news_info .news_infos p img {
  margin: 0 auto;
  display: block;
}

/*新闻最终页*/
/*党群工作*/
.party_masses .jcdt_left {
  width: 540px;
  height: 333px;
  float: left;
}

.party_masses .jcdt_left .swiper-container-15 {
  width: 540px;
  height: 333px;
}

.party_masses .jcdt_left .swiper-container-15 .swiper-slide {
  width: 540px;
  height: 333px;
  position: relative;
}

.party_masses .jcdt_left .swiper-container-15 .swiper-slide img {
  width: 540px;
  height: 333px;
}

.party_masses .jcdt_left .swiper-container-15 .swiper-slide .item-cnt {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  left: 0;
  right: 0px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  color: #fff;
  background: rgba(97, 93, 89, .7);
}

.party_masses .jcdt_left .swiper-container-15 .swiper-slide .item-cnt .item-tit {
  line-height: 45px;
  width: 80%;
  overflow: hidden;
}

.party_masses .jcdt_left .swiper-container-15 .swiper-pagination {
  left: auto;
  right: 10px;
}

.party_masses .com-tit2 {
  margin: 35px 0 30px;
}

.party_masses .jcdt_right {
  width: 623px;
  float: right;
  margin-top: -25px;
}

.party_masses .jcdt_right .item-cell {
  margin-top: 25px;
}

.party_masses .jcdt_right .item-cell .item-tit {
  font-size: 20px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
}

.party_masses .jcdt_right .item-cell .item-tit a {
  color: #333;
}

.party_masses .three_part .com-tit2 span:before,
.party_masses .three_part .com-tit2 span:after {
  width: 35%;
}

.party_masses .jcdt_right .item-cell .item-desc {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.party_masses .three_part {
  margin-left: -33px;
  margin-top: 50px;
}
.swiper-container-23{
  height: 338px;
  overflow: hidden;
}
.swiper-container-23 .swiper-wrapper{
  height: 338px;
  overflow: hidden;
}
.party_masses .three_part .item-cell {
  margin-left: 33px;
  width: 378px;
  float: left;
}

.party_masses .three_part .item-cell .item-pic img {
  width: 100%;
  height: 165px;
}

.party_masses .three_part .item-cell ul {
  margin-top: 5px;
}

.party_masses .three_part .item-cell ul li {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  border-bottom: 1px dashed #c5c5c5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party_masses .three_part .item-cell .item-per{
  height: 143px;
  overflow: hidden;
  padding-bottom:25px;
  border-bottom: 1px dashed #c5c5c5;
  margin-bottom:25px;
}
.party_masses .three_part .item-cell .item-per .item-cnt .item-tit{
  font-size: 24px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.party_masses .three_part .item-cell .item-per .item-cnt .item-desc{
  color: #666;
  margin-top: 15px;
  max-height: 75px;
  line-height: 25px;
}
.party_masses .three_part .item-cell .item-per .item-cnt .item-more{
  margin-top: 0px;
  font-size: 14px;
}
.party_masses .three_part .item-cell .item-per .item-cnt .item-more a{
  color: #e83a47;
}
.party_masses .three_part .item-cell .item-per .item-pic{
  float: left;
  width: 32.2751%;
  height: 143px;
  overflow: hidden;
}
.party_masses .three_part .item-cell .item-per .item-pic img{
  width: 100%;
  height: 143px;
}
.party_masses .three_part .item-cell .item-per .item-cnt{
  float: right;
  width: 64.8148%;
}
.party_masses .three_part .item-cell .item-per:last-child{
  padding: 0;
  margin:0;
  border-bottom:none;
}

.party_masses .three_part .supervi img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.special_topic {}

.special_topic .spec_left {
  float: left;
  width: 720px;
  height: 360px;
}

.special_topic .spec_left img {
  width: 720px;
  height: 360px;
}

.special_topic .spec_right {
  background-color: #fff;
  width: 480px;
  height: 302px;
  float: left;
  margin-left: -25px;
  margin-top: 29px;
  box-shadow: 0px 0px 5px #ccc;
}

.special_topic .spec_right .item-cell {
  padding: 40px 40px 0;
}

.special_topic .spec_right .item-cell .item-tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.special_topic .spec_right .item-cell .item-desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.special_topic .spec_right .item-cell .item-more {
  text-align: center;
  background: url("../png/more_btn7.png") no-repeat center center;
  height: 30px;
  font-size: 14px;
  margin-top: 15px;
}

.special_topic .spec_right .item-cell .item-more a {
  color: #175fb2;
}

/*党群工作*/
/*产业板块*/
.exhibition .com-tit,
.servise .com-tit,
.dpser .com-tit {
  padding: 35px 0 30px;
}

.exhibition {
  background-color: #f3f7ff;
}
.exhibition .wrap-layer{
  width: 1300px;
}
.brand-links {
  overflow: hidden;
  height: 530px;
  width: 1200px;
  margin: 0 auto;
}
.brand-links .swiper-wrapper{
  width: 1200px;
  overflow: hidden;
}
/*产业板块*/

.brand-links {
  overflow: hidden;
  height: 530px;
}

.brand-links .item-cell {
  float: left;
  width: 240px;
  height: 480px;
}

.brand-links .item-cell img {
  display: block;
}

.brand-links .item-logo {
  position: relative;
  z-index: 8;
}

.brand-links .item-logo:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  display: block;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.brand-links .item-2 .item-logo:after {
  border-bottom: 15px solid transparent;
  border-top: 15px solid #fff;
  bottom: -30px;
  top: auto;
}

.brand-links .item-pic {
  overflow: hidden;
}

.brand-links .item-pic img {
  width: 240px;
  max-height: 242px;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}

.brand-links .item-pic:hover img {
  transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
}

.news-showers {
  background: #fff;
  box-shadow: -10px 0 10px rgba(175, 215, 254, 0.04), 10px 0 10px rgba(175, 215, 254, 0.04), 0 -10px 10px rgba(175, 215, 254, 0.04), 0 10px 10px rgba(175, 215, 254, 0.04);
  padding: 20px;
  min-height: 100px;
  border-radius: 8px;
}

.exhibi a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  position: absolute;
  left:-30px;
  top:350px;
  text-align: center;
  z-index: 99;
}

.exhibi 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";
}

.exhibi a.his-btnr:after {
  content: "\e67a";
}

.exhibi a.his-btnr {
  position: absolute;
  left: auto;
  right: -30px;
}

.exhibi a.disables:after {
  color: #999;
}

.servise {
  background: url("../png/servise_bg.png") no-repeat left center;
  padding-bottom: 70px;
}

.servise .list ul li{
  float: left;
  width: 149px;
  height: 88px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin-left: -1px;
  margin-top: -1px;
}
.servise .list ul li img{
  max-width: 100%;
  width: 149px;
  height:88px;
}
.servise .list ul {
  width: 1200px;
  float: left;
  border: 1px solid #dcdcdc;
  border-right: none;
  border-bottom: none;
}
/*业务领域*/
.mod-bg-2 .txt{
  font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}
/* .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-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;}
/*---------------------------------------------------*/
.dpser {
  padding-bottom: 50px;
  margin-top: 50px;
}

.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: 26.6%;
  margin-right: 2%;
  padding-top: 0;
  float: left;
}

.sortselect1 #city_id2 {
  width: 33%;
  margin-right: 0%;
  padding-top: 0;
  float: left;
}

.sortselect1 .select-main {
  width: 26.6%;
  margin-right: 2%
}

.sortselect1 #city_id1 .select-main,
.sortselect1 #city_id2 .select-main {
  width: 100%;
}

.sortselect1 {
  z-index: 1000
}

.long-2 {
  z-index: 89;
}

a.searbtns {
  background: #175fb2;
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  min-width: 90px;
  text-align: center;
  margin-left: 15px;
}


.search-store {
  margin: 0 auto;
  width: 1200px;
}

.md-store {
  min-height: 500px;
  padding: 25px;
  margin-top: 30px;
  background: #f6f6f6;
}

.table table {
  width: 1200px;
  margin-top: 35px;
  font-size: 18px;
}

.table table tr td,
.table table tr th {
  padding-left: 20px;
}

.table table tr td:nth-child(3),
.table table tr td:nth-child(4),
.table table tr th:nth-child(3),
.table table tr th:nth-child(4) {
  text-align: center;
  padding-left: 0;

}

.table table tr td:nth-child(3),
.table table tr th:nth-child(3) {
  width: 200px;
}

.table table tr th {
  height: 50px;
  line-height: 50px;
  background-color: #175fb2;
  color: #fff;
  font-size: 18px;
}

.table table tr:nth-child(2n+1) {
  background-color: #f1f1f1;
}

.table table tr td {
  font-size: 18px;
}

.table table tr td:nth-child(1),
.table table tr th:nth-child(1) {
  width: 362px;
}

.table table tr td:nth-child(4),
.table table tr th:nth-child(4) {
  padding-top: 10px;
  width: 180px;
}
.table table tr td:nth-child(4) img,
.table table tr th:nth-child(4) img{
  max-width: 85px;
  height: 50px;
}
.dpser .more {
  width: 242px;
  height: 50px;
  margin: 0 auto;
  background: url("../png/more_btn2.png") no-repeat center center;
  text-align: center;
  line-height: 50px;
  margin-top: 40px;
}

.dpser .more a {
  color: #175fb2;
}

/*------------------------------------------------------------*/
.mod-bg-5 .wrap-layer {
  background-color: #f6f6f6;
  padding-top: 45px;
}

.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: 16px;
  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)";
}



.sortselect2 .select-main {
  width: 26%;
  margin-right: 2%
}

.search-store1 {
  width: 780px;
  margin: 0 auto;
}

.sortselect2 .select-main:nth-last-child(1) {
  margin-right: 2%;
}

/*汽车品牌*/
/*汽车品牌详情页*/
.indus_info {
  position: relative;
}

.indus_info .gs {
  padding-left: 25px;
  margin-top: 50px;
}

.indus_info .gs .gs_tit {
  font-size: 30px;
  color: #de0010;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
}

.indus_info .gs .icon {
  height: 45px;
  font-size: 22px;
}

.indus_info .gs .icon img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.details_logo {
  position: absolute;
  right: 0;
  top: 45px;
}

.details_logo div {
  position: relative;
}
.details_logo div img{
  width: 180px;
  height: auto;
}
.details {
  background-color: #f7f7f7;
  padding-bottom: 44px;
  margin-top: 30px;
}

.details img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.details p {
  padding: 0 40px;
  text-indent: 2em;
  line-height: 35px;
  font-size: 18px;
  margin-bottom: 5px;
}

.details .lxfs {
  margin-top: 40px;
}

/*汽车品牌详情页*/
/*联系我们*/
.contact_us {
  margin-top: 50px;
  padding-bottom: 100px;
}

.contact_us .contact_left {
  float: left;
  width: 490px;
}

.contact_us .contact_right {
  float: right;
  width: 672px;
}

.contact_us .contact_right .con_tit {
  font-size: 25px;
  line-height: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.contact_us .contact_right .con_tit .en {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}

.contact_us .contact_infor {
  margin-top: 40px;
}

.contact_us .contact_infor p {
  font-size: 18px;
  color: #333;
}

.contact_us .contact_infor p em {
  color: #333;
}

/*联系我们*/
/*产业链*/
.indus_chain .wrap-layer {
  width: 1110px;
  background-color: #f9f9f9;
  padding: 35px 45px 109px;
  margin-top: 45px;
}

.indus_chain .wrap-layer p {
  text-indent: 2em;
  padding: 5px 0;
  line-height: 30px;
  font-size: 18px;
}

.indus_chain .wrap-layer p a {
  color: #175fb2;
}

.indus_chain .indus {
  margin-top: 30px;
}

.indus_chain .indus div {
  display: inline-block;
}

.indus_chain .indus .right {
  float: right;
  margin-top: 0px;
}

.indus_chain .indus .left p {
  height: 45px;
  line-height: 45px;
  text-indent: 0em !important;
}

.indus_chain .indus .left p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.indus_chain .pic {
  margin-left: -15px;
  margin-top: 25px;
  text-indent: 0em !important;
}

.indus_chain .pic img {
  display: inline-block;
  width: 354px;
  height: auto;
  overflow: hidden;
  margin-left: 15px;
}

/*产业链*/
/*集团要闻*/
.group_news .item-cell {
  padding: 33px 0;
  border-bottom: 1px solid #dcdcdc;
}

.group_news .item-cell .item-pic {
  width: 250px;
  height: 165px;
  float: left;
  overflow: hidden;
}

.group_news .item-cell .item-pic img {
  width: 250px;
  height: 165px;
}

.group_news .item-cell .item-cnt {
  float: left;
  margin-left: 35px;
  width: 765px;
}

.group_news .item-cell1 .item-cnt {
  width: 1000px;
  margin-left: 0;
}

.group_news .item-cell .item-cnt .item-tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.group_news .item-cell .item-cnt .item-desc {
  margin-top: 15px;
  line-height: 25px;
  color: #666666;
}

.group_news .item-cell .item-cnt .item-more {
  width: 88px;
  height: 30px;
  background: url("../png/more_btn7.png") no-repeat left center;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
  color: #175fb2;
}

.group_news .item-cell .item-date {
  float: right;
  width: 89px;
  height: 88px;
  border: 1px solid #b7b7b7;
  text-align: center;
}

.group_news .item-cell .item-date .day {
  font-size: 32px;
  background-color: #b7b7b7;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.group_news .item-cell .item-date .year {
  line-height: 38px;
}

.group_news .item-cell:hover .item-date {
  border: 1px solid #175fb2;
}

.group_news .item-cell:hover .item-date .day {
  background-color: #175fb2;
}

.swiper-container-17 {
  width: 100%;
  height: 360px;
  margin: 45px 0;
}

.swiper-container-17 .item-pic {
  float: left;
  width: 600px;
  height: 354px;
}

.swiper-container-17 .item-pic img {
  width: 600px;
  height: 354px;
}

.swiper-container-17 .item-cnt {
  float: left;
  margin-left: -50px;
  margin-top: 20px;
  background: url("../png/news_bg.png") no-repeat left center;
  width: 477px;
  height: 201px;
  padding: 50px;
}

.swiper-container-17 .item-cnt .item-tit {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

.swiper-container-17 .item-cnt .item-date {
  font-size: 16px;
  color: #fff;
  margin: 5px 0 10px;
}

.swiper-container-17 .item-cnt .item-desc {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}

.swiper-container-17 .mod-adbtns1 {
  width: 115px;
  height: 54px;
  position: absolute;
  left: 0;
  background-color: #c30404;
  top: 240px;
}

.swiper-container-17 .mod-adbtns1 .btnl2,
.swiper-container-17 .mod-adbtns1 .btnr2 {
  display: inline-block;
  width: 55px;
  height: 54px;
  font-family: "iconfont" !important;
  background-color: #c30404;
  content: "\e60f";
  font-size: 45px;
  cursor: pointer;
}

.swiper-container-17 .mod-adbtns1 .btnl2:after,
.swiper-container-17 .mod-adbtns1 .btnr2:after {
  font-family: "iconfont" !important;
  color: #fff;
  font-size: 45px;
  line-height: 54px;
  width: 55px;
  text-align: center;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60f";
  float: left;
  font-weight: 400;
}

.swiper-container-17 .mod-adbtns1 .btnr2:after {
  content: "\e67a";
}

.search-store3 .select-main {
  width: 20%;
}

.search-store3 .sortselect1 #city_id1,
.search-store3 .sortselect1 #city_id2 {
  width: 26.6%;
}

.search-store3 .sortselect1 #city_id1 .select-main {
  width: 100% !important;
}

.search-store3 {
  margin: 0 auto;
  width: 1000px;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
}

.example-image-link {
  float: left;
  position: relative;
  z-index: 1;
  width: 298px;
  height: 192px;
  margin: 50px 42px 10px 42px;
  border: 5px solid #6c3303;
  text-align: center;
}

.example-image-link:hover::before {
  position: absolute;
  top: 0px;
  left:0px;
  content: "";
  display: block;
  background: #333;
  opacity: 0.5;
  width: 298px;
  height: 192px;
  z-index: 2;
}

.example-image-link:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url("../png/white_icon.png") no-repeat center center;
  width: 298px;
  height: 192px;
  z-index: 3;
}

.example-image {
  max-width:298px;
  height: 100%; 
}

/*集团要闻*/
/*劳模*/
.model_worker{
  margin-right: -33px;
  
}
.model_worker .item-cell{
  width: 275px;
  margin-right: 33px;
  float: left;
  overflow: hidden;
  margin-top: 30px;
}
.model_worker .item-cell .item-pic{
  width: 100%;
  text-align: center;
}
.model_worker .item-cell .item-pic img{
  width: 187px;
  height: 217px;
}
.model_worker .item-cell .item-tit{
  text-align: center;
  width: 100%;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom:12px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.model_worker .item-cell .item-desc{
  width: 270px;
    text-align: left;
    line-height: 25px;
    height: 200px;
    overflow-y: auto;
}
.group_news{
  width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.supervision_nav{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .mode-banner{height: 110px;}
}