@charset "UTF-8";
@keyframes banner_in {
  0% {
    transform: translate3d(0, 100%, 0) scale3d(1.1, 1, 1.1);
    filter: blur(7px);
  }
  100% {
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
    filter: none;
  }
}
@keyframes banner_in_r5 {
  0% {
    transform: translate3d(0, 100%, 0) scale3d(0.8, 0.8, 0.8);
  }
  50% {
    transform: translate3d(0, 0%, 0) scale3d(0.8, 0.8, 0.8);
  }
  100% {
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
  }
}
@keyframes banner_out {
  to {
    transform: translate3d(0, 100%, 0) scale3d(1.1, 1, 1.1);
  }
}
@keyframes banner_out_r5 {
  0% {
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
  }
  50% {
    transform: translate3d(0, 0%, 0) scale3d(0.8, 0.8, 0.8);
  }
  100% {
    transform: translate3d(0, 100%, 0) scale3d(0.8, 0.8, 0.8);
  }
}
.inner_ban {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner_ban img {
  max-height: 700px;
}
.inner_ban .line {
  height: 3px;
  width: 100px;
  background: white;
  margin: 0 auto;
}
.inner_ban .typename {
  font-size: 50px;
  font-weight: bold;
  color: white;
  margin: 20px 0;
}

.inner_ban2 .container2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  height: 963px;
}
.inner_ban2 .list .item {
  display: flex;
  align-items: center;
  line-height: 2;
  position: absolute;
}
.inner_ban2 .list .item .pic {
  border-radius: 100%;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.inner_ban2 .list .item .name {
  font-size: 22px;
  font-weight: bold;
}
.inner_ban2 .list .item .summary {
  font-size: 14px;
  text-transform: uppercase;
}
.inner_ban2 .list .item1, .inner_ban2 .list .item3, .inner_ban2 .list .item5, .inner_ban2 .list .item7 {
  flex-direction: row-reverse;
  text-align: right;
}
.inner_ban2 .list .item1 .pic, .inner_ban2 .list .item3 .pic, .inner_ban2 .list .item5 .pic, .inner_ban2 .list .item7 .pic {
  margin-left: 15px;
}
.inner_ban2 .list .item2, .inner_ban2 .list .item4, .inner_ban2 .list .item6, .inner_ban2 .list .item8 {
  text-align: left;
}
.inner_ban2 .list .item2 .pic, .inner_ban2 .list .item4 .pic, .inner_ban2 .list .item6 .pic, .inner_ban2 .list .item8 .pic {
  margin-right: 15px;
}
.inner_ban2 .list .item1 {
  left: 326px;
  top: 204px;
}
.inner_ban2 .list .item3 {
  left: 124px;
  top: 371px;
}
.inner_ban2 .list .item5 {
  left: 100px;
  top: 564px;
}
.inner_ban2 .list .item2 {
  right: 310px;
  top: 204px;
}
.inner_ban2 .list .item4 {
  right: 49px;
  top: 371px;
}
.inner_ban2 .list .item6 {
  right: 112px;
  top: 564px;
}
.inner_ban2 .list .item7 {
  left: 313px;
  top: 736px;
}
.inner_ban2 .list .item8 {
  right: 276px;
  top: 736px;
}
.inner_ban2 .logo2 {
  margin-bottom: 50px;
}
.inner_ban2 .typename p {
  font-size: 36px;
  color: black;
}
.inner_ban2 .typename .line {
  width: 72px;
  height: 3px;
  margin: 0 auto;
  background: black;
  margin-top: 20px;
}

.pagelist {
  text-align: center;
}

.cc_page {
  line-height: 2;
}

.header {
  box-shadow: 0px -7px 11px 0px white;
}
.header .logo .c1 {
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .container2 {
  padding: 20px 0px;
}

.header .header_menu ul li:hover:after, .header .header_menu ul li.active:after {
  bottom: -37px;
}

.header .header_menu ul li:hover:after, .header .header_menu ul li.active:after {
  bottom: -37px;
}

.inner {
  background: #f7f8fc;
  padding-top: 20px;
  padding-bottom: 50px;
}
.inner .hr {
  height: 150px;
}
.inner ._title {
  margin-bottom: 60px;
  line-height: 50px;
}
.inner ._title p {
  font-size: 50px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
}
.inner ._title span {
  font-weight: bold;
  color: #005147;
  font-size: 36px;
}
.inner .location {
  float: none;
  margin-top: 0px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: inherit;
  border-bottom: 0;
}
.inner .location a {
  font-size: 14px;
  color: #333;
}
.inner .location img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.inner .cc {
  padding-bottom: 30px;
  line-height: 2;
}
.inner .bottom_box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.inner .bottom_box > div {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner .bottom_box > div img {
  width: 20px;
  margin-right: 10px;
}
.inner .bottom_box > div .watch {
  color: #afafaf;
  margin: 0 40px;
  display: flex;
  align-items: center;
}
.inner .bottom_box > div .addtime {
  color: #afafaf;
  display: flex;
  align-items: center;
}
.inner .bottom_box .kw-box > span {
  display: block;
  font-size: 16px;
  margin-right: 5px;
  padding: 5px;
}
.inner .bottom_box .kw-box a {
  display: block;
  margin-right: 5px;
  padding: 5px;
  border: 1px dashed #eeeeee;
  font-size: 16px;
}
.inner .inner_content {
  background: white;
  margin-top: 20px;
  display: flex;
}
.inner .inner_content .lf {
  padding-bottom: 30px;
  width: 226px;
  /*联系我们*/
  /*推荐*/
  /*关键词*/
}
.inner .inner_content .lf .top_title {
  text-transform: capitalize;
  font-weight: bold;
  color: white;
  background: #005147;
  display: none;
  min-height: 50px;
  align-items: center;
  padding-left: 20px;
  font-size: 24px;
}
.inner .inner_content .lf .typelist > ul {
  width: 100%;
}
.inner .inner_content .lf .typelist > ul > li {
  width: 100%;
  float: none;
}
.inner .inner_content .lf .typelist > ul > li > a {
  padding: 15px 5px;
  font-size: 16px;
  color: #425383;
  display: block;
  position: relative;
  background: white;
  text-align: center;
  text-transform: capitalize;
  border-bottom: 1px solid #f7f8fc;
}
.inner .inner_content .lf .typelist > ul > li > a:after {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 8px;
  height: 16px;
  content: '';
  background: url("../images/default/icon_xiala.png") no-repeat center;
  background-size: cover;
}
.inner .inner_content .lf .typelist > ul > li.have_lv2 > a:after {
  display: block;
}
.inner .inner_content .lf .typelist > ul > li .lv2 {
  display: none;
  background: white;
  border: 1px solid #eeeeee;
  padding: 25px 0;
  padding-bottom: 5px;
}
.inner .inner_content .lf .typelist > ul > li .lv2 ul li {
  width: 100%;
  margin-bottom: 25px;
  float: none;
}
.inner .inner_content .lf .typelist > ul > li .lv2 ul li a {
  padding-left: 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: black;
  text-transform: capitalize;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.inner .inner_content .lf .typelist > ul > li .lv2 ul li a:before {
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/default/icon_lv2_a.png") no-repeat center;
  background-size: cover;
  content: '';
  margin-right: 8px;
  margin-top: -3px;
  opacity: .5;
}
.inner .inner_content .lf .typelist > ul > li .lv2 ul li:hover a, .inner .inner_content .lf .typelist > ul > li .lv2 ul li.on a {
  color: #005147;
}
.inner .inner_content .lf .typelist > ul > li:hover > a, .inner .inner_content .lf .typelist > ul > li.on > a {
  color: #005147;
  background: #f3f3f3;
}
.inner .inner_content .lf .typelist > ul > li:hover > a:after, .inner .inner_content .lf .typelist > ul > li.on > a:after {
  background: url("../images/default/icon_xiala2.png") no-repeat center;
  background-size: cover;
  width: 16px;
  height: 8px;
  bottom: 21px;
}
.inner .inner_content .lf .contact_box {
  background: #005147;
  line-height: 2;
}
.inner .inner_content .lf .contact_box h3 {
  font-weight: inherit;
  color: white;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.inner .inner_content .lf .contact_box h6 {
  font-weight: inherit;
  color: white;
  font-size: 16px;
  margin: 5px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.inner .inner_content .lf .contact_box ul {
  padding-left: 15px;
  padding-right: 15px;
  background: white;
  margin-top: 15px;
  padding-top: 15px;
}
.inner .inner_content .lf .contact_box ul li {
  display: flex;
  align-items: flex-start;
}
.inner .inner_content .lf .contact_box ul li span {
  width: 45px;
}
.inner .inner_content .lf .contact_box ul li p {
  flex: 1;
}
.inner .inner_content .lf .subtitle-wrap {
  padding-left: 10px;
  padding-right: 10px;
  background: #005147;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner .inner_content .lf .subtitle-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: white;
  display: block;
  flex: 1;
}
.inner .inner_content .lf .subtitle-wrap h4.subtitle {
  color: white;
  font-size: 16px;
  font-weight: inherit;
  text-transform: uppercase;
  padding-right: 15px;
  display: inline-block;
}
.inner .inner_content .lf .r-side-list li {
  border-bottom: none;
  padding: 5px 0 5px;
  margin: 0;
  min-height: 80px;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #dedede;
}
.inner .inner_content .lf .r-side-list {
  padding-left: 10px;
  padding-right: 10px;
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.inner .inner_content .lf .r-side-list h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 6px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.inner .inner_content .lf .r-side-list h5 a {
  color: #888888;
}
.inner .inner_content .lf .r-side-list h5 a:hover {
  color: black;
}
.inner .inner_content .lf .r-side-list img {
  float: left;
  width: 70px;
  height: 70px;
  padding: 2px;
  margin-right: 10px;
}
.inner .inner_content .lf .r-side-list p {
  font-size: 11px;
  color: #7d8195;
  margin-bottom: 10px;
}
.inner .inner_content .lf ul li.cat-item {
  height: 40px;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
  float: none;
}
.inner .inner_content .lf ul li.cat-item.active {
  background: #0093dd;
}
.inner .inner_content .lf ul li.cat-item.active a {
  color: white !important;
}
.inner .inner_content .lf ul li.cat-item.active a:before {
  color: white;
}
.inner .inner_content .lf ul li.cat-item a {
  display: inline-block;
  font-size: 16px;
  padding-top: 7px;
  text-transform: capitalize;
  color: #333;
}
.inner .inner_content .lf ul li.cat-item a:before {
  color: #005147;
  font-size: 16px;
  content: "●";
  padding: 10px;
}
.inner .inner_content .lf ul li.cat-item:hover a {
  color: #005147;
}
.inner .inner_content .lf .r-widget {
  /*  margin-bottom: 50px;*/
}
.inner .inner_content .lf .tuijian_goods ul li {
  border: 1px solid #dedede;
  text-align: center;
  width: 48%;
  float: left;
}
.inner .inner_content .lf .tuijian_goods ul li:nth-child(2n) {
  float: right;
}
.inner .inner_content .lf .tuijian_goods ul li img {
  float: none;
  margin: 0 auto;
}
.inner .inner_content .lf .tuijian_goods ul li a {
  display: block;
}
.inner .inner_content .lf .tuijian_goods ul li h5 {
  margin-bottom: 0;
  margin-top: 5px;
}
.inner .inner_content .lf .tuijian_goods ul li:hover a {
  color: black;
}
.inner .inner_content .lf .r-side-list .kw-box {
  margin-top: 15px;
}
.inner .inner_content .lf .r-side-list .kw-box li {
  width: calc(50% - 14px);
  float: left;
  margin: 0 7px 14px 7px;
  padding: 0;
  min-height: unset;
  border: none;
}
.inner .inner_content .lf .r-side-list .kw-box li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 2.857;
  border: 1px dashed #eee;
}
.inner .inner_content .lf .r-side-list .kw-box li a:hover {
  border-color: #aaa;
  color: #666;
}
.inner .inner_content .rt {
  padding: 15px;
  flex: 1;
  border-left: 18px solid #f7f8fc;
  padding-top: 30px;
}
.inner .inner_content .rt .top_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #005147;
  margin-bottom: 30px;
}
.inner .inner_content .rt .top_title_en {
  color: #005147;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
}

/**/
.inner_about_read {
  /*.inner_ban{
     height: 700px;
  }*/
}
.inner_about_read .inner_top_typename {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 33;
}
.inner_about_read .inner_top_typename .typename {
  text-align: center;
}
.inner_about_read .inner_top_typename .typename p {
  font-size: 36px;
  color: white;
}
.inner_about_read .inner_top_typename .typename .line {
  width: 72px;
  height: 3px;
  margin: 0 auto;
  background: white;
  margin-top: 20px;
}
.inner_about_read .inner {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.inner_about_read .inner .typelist ul li a {
  display: block;
  font-size: 18px;
  border-right: 2px solid #c3c3c3;
  padding-right: 30px;
  margin-right: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.inner_about_read .inner .typelist ul li:hover a {
  color: #005147;
}
.inner_about_read .inner .about {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_about_read .inner .about .message {
  margin-right: 70px;
}
.inner_about_read .inner .about .message .summary {
  line-height: 2;
  font-size: 18px;
}
.inner_about_read .inner .liucheng {
  color: white;
  text-align: center;
}
.inner_about_read .inner .liucheng .xian {
  position: relative;
}
.inner_about_read .inner .liucheng .xian .shu {
  height: 70px;
  width: 1px;
  background: white;
  margin: 0 auto;
}
.inner_about_read .inner .liucheng .xian .heng {
  width: 90%;
  margin: 0 auto;
  height: 1px;
  background: white;
  position: relative;
}
.inner_about_read .inner .liucheng .xian .heng:before, .inner_about_read .inner .liucheng .xian .heng:after {
  height: 70px;
  width: 1px;
  background: white;
  margin: 0 auto;
  position: absolute;
  display: block;
  content: '';
}
.inner_about_read .inner .liucheng .xian .heng:before {
  left: 0;
  top: 0;
}
.inner_about_read .inner .liucheng .xian .heng:after {
  right: 0;
  top: 0;
}
.inner_about_read .inner .liucheng .summary {
  width: 50%;
  font-size: 18px;
  margin: 50px auto;
}
.inner_about_read .inner .liucheng .more {
  font-size: 22px;
  background: white;
  color: black;
  display: inline-block;
  border-radius: 10px;
  padding: 20px 30px;
}
.inner_about_read .inner .liucheng .list {
  display: flex;
  justify-content: space-between;
}
.inner_about_read .inner .liucheng .list .item {
  padding: 0 5px;
  position: relative;
}
.inner_about_read .inner .liucheng .list .item:first-child:before, .inner_about_read .inner .liucheng .list .item:last-child:before {
  opacity: 0;
}
.inner_about_read .inner .liucheng .list .item:before {
  height: 70px;
  width: 1px;
  background: white;
  margin: 0 auto;
  display: block;
  content: '';
}
.inner_about_read .inner .liucheng .list .item p {
  font-size: 18px;
  margin-top: 10px;
}
.inner_about_read .inner .wenhua {
  text-align: center;
}
.inner_about_read .inner .wenhua .list {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.inner_about_read .inner .wenhua .list .item {
  width: 30%;
  border-right: 1px solid #c3c3c3;
  position: relative;
}
.inner_about_read .inner .wenhua .list .item:hover:after {
  display: block;
}
.inner_about_read .inner .wenhua .list .item:after {
  position: absolute;
  content: '';
  display: none;
  background: url("../images/icon_wenhua.png") no-repeat center;
  background-size: cover;
  width: 164px;
  height: 166px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.inner_about_read .inner .wenhua .list .item p {
  font-size: 22px;
  margin-top: 10px;
}
.inner_about_read .inner .wenhua .bootm_box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-top: 50px;
}
.inner_about_read .inner .wenhua .bootm_box .message {
  position: relative;
  z-index: 3;
  left: -44px;
  background: url("../images/icon_wenhua2.png") no-repeat right;
  background-size: cover;
  width: 760px;
  padding-bottom: 40px;
  padding-left: 70px;
  padding-top: 40px;
}
.inner_about_read .inner .wenhua .bootm_box .message .title {
  font-size: 30px;
  font-weight: bold;
}
.inner_about_read .inner .wenhua .bootm_box .message .line {
  width: 100px;
  height: 2px;
  background: #005147;
  margin-top: 10px;
  margin-bottom: 30px;
}
.inner_about_read .inner .wenhua .bootm_box .message .summary {
  line-height: 2;
  font-size: 22px;
}
.inner_about_read .inner .hezuo {
  background: url("../images/beijing.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.inner_about_read .inner .hezuo .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -5px;
}
.inner_about_read .inner .hezuo .list .item {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 169px;
  margin: 5px;
}
.inner_about_read .inner .rongyu {
  background: url("../images/rongyu.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.inner_about_read .inner .rongyu ._title .st2 {
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 15px;
}
.inner_about_read .inner .rongyu .list {
  position: relative;
}
.inner_about_read .inner .rongyu .list .btn_list {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_about_read .inner .rongyu .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 50px;
}
.inner_about_read .inner .rongyu .swiper-button-next, .inner_about_read .inner .rongyu .swiper-button-prev {
  width: 35px;
  height: 35px;
  position: static;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  background: #4e4e4e !important;
}
.inner_about_read .inner .rongyu .swiper-button-next:hover, .inner_about_read .inner .rongyu .swiper-button-prev:hover {
  background: #005147 !important;
}
.inner_about_read .inner .rongyu .swiper-button-next img, .inner_about_read .inner .rongyu .swiper-button-prev img {
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner_about_read .inner .rongyu .swiper-button-next img {
  transform: rotate(180deg);
}
.inner_about_read .inner .rongyu .swiper-slide {
  text-align: center;
  transform: scale(0.8);
  overflow: inherit;
  width: 43%;
  transition: all 0.4s;
}
.inner_about_read .inner .rongyu .swiper-button-next, .inner_about_read .inner .rongyu .swiper-button-prev {
  background: none;
}

.inner_contact .header .logo .c1 {
  filter: unset;
}
.inner_contact .header .hc1 {
  filter: brightness(10) invert(1);
}
.inner_contact .header.on .hc1 {
  display: block;
}
.inner_contact .header.on .hc2 {
  display: none;
}
.inner_contact .inner {
  background: white;
  padding-top: 0;
}
.inner_contact .inner_ban2 {
  height: 600px;
}
.inner_contact .inner_ban2 p {
  font-size: 20px;
  color: white;
  margin-top: 20px;
}
.inner_contact .contact_box {
  background: url("../images/inner_contact_bg.jpg") no-repeat right;
  background-size: cover;
}
.inner_contact .contact_box .wangdian .bt {
  text-transform: uppercase;
}
.inner_contact .contact_box .wangdian .bt h3 {
  color: #393939;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.inner_contact .contact_box .wangdian .bt h4 {
  font-size: 24px;
  color: #393939;
  line-height: 1;
}
.inner_contact .contact_box .wangdian .c7 {
  display: flex;
  align-items: center;
}
.inner_contact .contact_box .wangdian .c7 .c7-1 {
  width: 944px;
  position: relative;
  right: 200px;
  background: white;
  box-shadow: 0px 0px 10px 0px #c5c5c5;
}
.inner_contact .contact_box .wangdian .c7 .c7-1 h2 {
  margin-top: 78px;
  font-size: 16px;
  line-height: 42px;
  color: #626161;
}
.inner_contact .contact_box .wangdian .c7 .c7-1 .c77 {
  display: flex;
  align-items: center;
}
.inner_contact .contact_box .wangdian .c7 .c7-1 .lf_messag {
  width: 60%;
  height: 488px;
  padding: 30px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #d8d8d8;
}
.inner_contact .contact_box .wangdian .c7 .c7-1 .lf_messag .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.inner_contact .contact_box .wangdian .c7 .c7-1 .lf_messag .summary {
  font-size: 18px;
  line-height: 2;
}
.inner_contact .contact_box .wangdian .c7 .c7-1 .maplist {
  height: 488px;
  padding-left: 30px;
  width: 40%;
  overflow-y: scroll;
}
.inner_contact .contact_box .wangdian .c7 .c7-1 .maplist #list li {
  border-bottom: 1px dashed #626161;
  line-height: 60px;
  font-size: 16px;
  color: #393939;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
}
.inner_contact .contact_box .wangdian .c7 .c7-1 .maplist #list li:before {
  display: inline-block;
  content: '●';
  padding-right: 10px;
}
.inner_contact .contact_box .wangdian .c7 .c7-2 {
  width: 50%;
  height: 780px;
}
.inner_contact .contact_box .wangdian .c7 .c7-2 #allmap {
  width: 100%;
  height: 780px;
}
.inner_contact .bottom_box {
  margin-top: 60px;
  margin-bottom: 60px;
}
.inner_contact .bottom_box form {
  width: 100%;
  position: relative;
}
.inner_contact .bottom_box .input_box {
  width: 50%;
  display: inline-block;
  margin-bottom: 30px;
}
.inner_contact .bottom_box .input_box_2 {
  margin-left: 2%;
  width: 48%;
}
.inner_contact .bottom_box .input_box_3 {
  width: 100%;
}
.inner_contact .bottom_box .input_box_3 .infoInput {
  height: 100px;
}
.inner_contact .bottom_box .input_box_4 {
  width: 100%;
}
.inner_contact .bottom_box .title {
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
  font-size: 30px;
}
.inner_contact .bottom_box #feedbackbotton {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #005147;
  border-radius: 5px;
  border: 0;
  color: white;
  font-size: 16px;
  width: 154px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_contact .bottom_box .liuyan #feedback .th2 {
  display: block !important;
  font-size: 16px;
  color: #727272;
  margin-bottom: 8px;
}
.inner_contact .bottom_box .liuyan .infoInput {
  background: #ecebee;
  border: 0;
  border-right: 10px;
  padding: 17px 10px;
  width: 100%;
}
.inner_contact .bottom_box .code_box_box {
  width: 300px;
  margin-bottom: 0;
}
.inner_contact .bottom_box .code_box_box .code_box {
  display: flex;
  align-items: center;
}
.inner_contact .bottom_box .code_box_box .code_box img {
  margin-left: 15px;
  width: auto;
  margin-right: 0;
}

/*inner_about_wenhua*/
.inner_case_list {
  background: black;
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding-top: 87px;
}
.inner_case_list .inner {
  height: calc(100vh - 87px);
  display: flex;
  align-items: center;
  position: relative;
  /*.swiper-scrollbar-drag{
     background: white;
  }
  .swiper-scrollbar{
     background: #c2c2c2;
     position: absolute;
     left: 0;
     bottom: 50px;
     opacity: 1 !important;
     display: block !important;
     width: 100%;
     height: 3px;
  }*/
}
.inner_case_list .inner .lf {
  width: 30%;
  color: white;
  padding-left: 100px;
  padding-right: 50px;
}
.inner_case_list .inner .lf .title {
  font-size: 36px;
}
.inner_case_list .inner .lf .summary {
  font-size: 22px;
}
.inner_case_list .inner .lf .year {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}
.inner_case_list .inner .rt {
  width: 70%;
  /*.swiper-slide-active{
     transform: scale(1);
     opacity: 1;
     z-index: 999;
  }*/
}
.inner_case_list .inner .rt .swiper-slide {
  overflow: inherit;
  width: 600px;
}
.inner_case_list .inner .rt .item {
  color: white;
}
.inner_case_list .inner .rt .item .title {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
}
.inner_case_list .swiper-button-next:after,
.inner_case_list .swiper-button-prev:after {
  display: none;
}
.inner_case_list .swiper-button-next,
.inner_case_list .swiper-button-prev {
  position: static;
  background: none !important;
  width: 35px;
  margin: 0px 10px;
  height: 35px;
  margin-top: 40px;
}
.inner_case_list .btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.inner_case_list .swiper-pagination {
  position: static;
  width: 100px;
  margin-top: 42px;
}

.inner_goods_list .header .header_menu ul li a {
  color: black;
}
.inner_goods_list .header .hc2 {
  display: block;
}
.inner_goods_list .header .hc1 {
  display: none;
}
.inner_goods_list .header .logo .c1 {
  filter: unset;
}
.inner_goods_list .header {
  border-bottom: 1px solid rgba(156, 156, 156, 0.7);
}
.inner_goods_list .inner_ban {
  height: auto;
}
.inner_goods_list .inner {
  padding-top: 0;
}
.inner_goods_list .inner .typelist {
  background: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.inner_goods_list .inner .typelist ul {
  display: flex;
  justify-content: space-between;
}
.inner_goods_list .inner .typelist ul li {
  flex: 1;
}
.inner_goods_list .inner .typelist ul li a {
  display: block;
  padding: 30px 10px;
  font-size: 21px;
  text-align: center;
  color: black;
  border-bottom: 2px solid transparent;
}
.inner_goods_list .inner .typelist ul li:hover a, .inner_goods_list .inner .typelist ul li.on a {
  border-bottom: 2px solid #005147;
}
.inner_goods_list .inner .list .item {
  display: flex;
  align-items: center;
}
.inner_goods_list .inner .list .item .pic {
  width: 50%;
}
.inner_goods_list .inner .list .item .message {
  width: 50%;
  padding-left: 80px;
  padding-right: 80px;
}
.inner_goods_list .inner .list .item .message .more {
  background: #005147;
  font-size: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 180px;
  margin-top: 30px;
}
.inner_goods_list .inner .list .item .message .more p {
  flex: 1;
  text-align: center;
}
.inner_goods_list .inner .list .item .message .more .jia {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003d35;
  width: 45px;
  height: 45px;
}
.inner_goods_list .inner .list .item .message .title {
  font-size: 22px;
  font-weight: bold;
}
.inner_goods_list .inner .list .item .message .summary {
  font-size: 16px;
  line-height: 2;
}
.inner_goods_list .inner .list .item .message .line {
  width: 80px;
  margin-top: 30px;
  margin-bottom: 20px;
  height: 2px;
  background: #005147;
}
.inner_goods_list .inner .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

/*新闻列表*/
.inner_news_list_page .news_list li {
  float: none;
  margin-bottom: 15px;
}
.inner_news_list_page .news_list li .item {
  padding: 15px;
  display: flex;
  align-items: flex-start;
}
.inner_news_list_page .news_list li .item .message {
  margin-left: 35px;
  flex: 1;
}
.inner_news_list_page .news_list li .item .summary {
  line-height: 2;
  font-size: 14px;
  color: #777373;
}
.inner_news_list_page .news_list li .item .addtime {
  font-size: 14px;
  margin: 20px 0;
}
.inner_news_list_page .news_list li .item .title {
  color: black;
  font-size: 22px;
}
.inner_news_list_page .news_list li .item:hover {
  background: #f5f5f5;
}
.inner_news_list_page .news_list li:nth-child(2n) .item {
  background: #f5f5f5;
}

/*新闻阅读*/
.inner_news_read_page .inner {
  margin-bottom: 60px;
}
.inner_news_read_page .base_read .top_title {
  font-size: 22px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.inner_news_read_page .base_read .cc img {
  max-width: 100%;
  line-height: 2;
}

.inner_zhengshu_list_page .inner ._title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.inner_zhengshu_list_page .zhengshu_list .item .name {
  margin-top: 15px;
}

/**/
@media (max-width: 1450px) {
  .inner_ban .container2 > p {
    font-size: 35px;
  }

  .inner_ban .container2 > img {
    width: 232px;
  }

  .inner_ban2 .container2 {
    height: 762px;
  }

  .inner_ban2 .list .item1 {
    left: 170px;
    top: 148px;
  }

  .inner_ban2 .list .item2 {
    right: 170px;
    top: 152px;
  }

  .inner_ban2 .list .item3 {
    left: 30px;
    top: 293px;
  }

  .inner_ban2 .list .item4 {
    right: 30px;
    top: 293px;
  }

  .inner_ban2 .list .item5 {
    left: -58px;
    top: 435px;
  }

  .inner_ban2 .list .item6 {
    right: 40px;
    top: 435px;
  }

  .inner_ban2 .list .item7 {
    left: 151px;
    top: 573px;
  }

  .inner_ban2 .list .item8 {
    right: 151px;
    top: 573px;
  }

  .inner ._title p {
    font-size: 31px;
  }

  .inner ._title h5 {
    font-size: 29px;
  }

  .inner_goods_list .inner .typelist ul li a {
    padding: 30px 15px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .inner_ban .container2 {
    height: 387px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .inner_ban .container2 > img {
    width: 192px;
  }

  .inner_ban .container2 > p {
    font-size: 25px;
    margin: 28px 0;
  }

  .inner_ban .more p {
    font-size: 14px;
  }

  .inner_ban .more {
    width: 154px;
    height: 39px;
  }

  .inner_case_list .inner {
    margin-top: 60px;
    display: block;
  }

  .inner_case_list .inner .lf,
  .inner_case_list .inner .rt {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner_case_list .inner .lf {
    margin-bottom: 30px;
    text-align: center;
  }

  .inner_case_list .inner .lf .year {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 8px;
  }

  .inner_case_list .inner .lf .title {
    font-size: 27px;
  }

  .inner_case_list .inner .lf .summary {
    font-size: 16px;
  }

  .inner_case_list .btn_list {
    display: none;
  }

  .inner_case_list .inner .rt .item {
    text-align: center;
    padding: 5px;
  }

  .inner_case_list .inner .rt .item .title {
    font-size: 16px;
  }

  .inner_news_list_page .news_list li .item {
    display: block;
    padding: 0;
    margin-bottom: 8px;
  }

  .inner_news_list_page .inner ._title {
    margin-top: 30px;
  }

  .inner_zhengshu_list_page .inner ._title {
    margin-top: 30px;
  }

  .inner_news_read_page .base_read .top_title {
    margin-top: 30px;
  }

  .inner ._title p {
    font-size: 24px;
  }

  .inner ._title h5 {
    font-size: 22px;
  }

  .inner_news_list_page .news_list li .item .message {
    margin-left: 0;
    margin-top: 8px;
  }

  .inner_news_list_page .news_list li:nth-child(2n) .item {
    background: none;
  }

  .inner_news_list_page .news_list li .item .title {
    font-size: 16px;
  }

  .inner_news_list_page .news_list li .item .addtime {
    font-size: 12px;
    margin: 8px 0;
  }

  .inner_zhengshu_list_page .zhengshu_list .item {
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .inner_zhengshu_list_page .zhengshu_list li {
    width: 48%;
    float: left;
  }
  .inner_zhengshu_list_page .zhengshu_list li:nth-child(2n) {
    float: right;
  }

  /**/
  .inner_about_read .inner .typelist ul {
    clear: both;
    content: '';
    display: block;
  }

  .inner_about_read .inner .typelist ul li {
    width: 46%;
    float: left;
  }
  .inner_about_read .inner .typelist ul li:nth-child(2n) {
    float: right;
  }

  .inner_about_read .inner .typelist ul li a {
    font-size: 16px;
    text-align: center;
    padding: 8px 5px;
    border: 1px solid black;
    margin: 0;
    margin-bottom: 20px;
  }

  .inner_about_read .inner .typelist {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .inner_about_read .inner .about {
    display: block;
  }

  .inner_about_read .inner ._title {
    text-align: center;
  }

  .inner_about_read .inner .about .message {
    margin-right: 0;
  }

  .inner_about_read .inner .about .message .summary {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .inner ._title span {
    font-size: 24px;
  }

  .inner ._title {
    line-height: 34px;
    margin-bottom: 30px;
  }

  .inner .hr {
    height: 70px;
  }

  .inner_about_read .inner .liucheng .summary {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    margin: 30px 0;
    text-align: left;
  }

  .inner_about_read .inner .liucheng .more {
    padding: 16px 30px;
    font-size: 16px;
  }

  .inner_about_read .inner .liucheng .xian {
    display: none;
  }

  .inner_about_read .inner .liucheng .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -5px;
    margin-top: 30px;
  }

  .inner_about_read .inner .liucheng .list .item {
    margin: 5px;
    margin-bottom: 15px;
  }

  .inner_about_read .inner .wenhua .list .item {
    flex: 1;
  }
  .inner_about_read .inner .wenhua .list .item:last-child {
    border-right: 0;
  }
  .inner_about_read .inner .wenhua .list .item img {
    width: 50px;
  }

  .inner_about_read .inner .wenhua .bootm_box {
    display: block;
  }

  .inner_about_read .inner .wenhua .list .item p {
    font-size: 16px;
  }

  .inner_about_read .inner .wenhua .bootm_box .message {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 15px;
    box-shadow: 0px 0px 10px 0px #c9c9c9;
    background: none;
  }

  .inner_about_read .inner .wenhua .bootm_box .message .summary {
    font-size: 16px;
  }

  .inner_about_read .inner .wenhua .bootm_box .message .title {
    font-size: 22px;
  }

  .inner_about_read .inner .wenhua .bootm_box .message .line {
    margin-bottom: 10px;
  }

  .inner_about_read .inner .rongyu .swiper-slide-active {
    transform: scale(1) !important;
  }

  .inner_about_read .inner .rongyu .swiper-slide {
    transform: scale(1) !important;
  }
  .inner_about_read .inner .rongyu .swiper-slide .item {
    padding: 5px;
  }

  .inner_about_read .inner .hezuo .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_about_read .inner .hezuo .list .item {
    padding: 10px;
  }
  .inner_about_read .inner .hezuo .list .item img {
    max-width: 72%;
  }

  .inner_goods_list .inner .typelist ul li {
    width: 48%;
    float: left;
  }
  .inner_goods_list .inner .typelist ul li:nth-child(2n) {
    float: right;
  }

  .inner_contact .bottom_box #feedbackbotton {
    position: static;
    height: 39px;
    margin-top: 30px;
  }

  .inner_goods_list .inner .typelist ul li a {
    border: 1px solid black;
    font-size: 16px;
    padding: 8px 5px;
    margin-bottom: 20px;
  }

  .inner_goods_list .inner .typelist {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .inner_goods_list .inner .typelist ul {
    display: block;
  }

  .inner_goods_list .inner .list .item {
    display: block;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .inner_goods_list .inner .list .item .pic {
    width: 100%;
  }

  .inner_goods_list .inner .list .item .message {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
  }

  .inner_goods_list .inner .list .item .message .line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .inner_goods_list .inner .list .item .message .summary {
    font-size: 14px;
  }

  .inner_goods_list .inner .list .item .message .title {
    font-size: 18px;
  }

  .inner_goods_list .inner .list .item .message .more {
    font-size: 14px;
    width: 153px;
  }

  .inner_ban2 .typename p {
    font-size: 23px;
  }

  .inner_ban2 .logo2 {
    margin-bottom: 34px;
  }
  .inner_ban2 .logo2 img {
    width: 131px;
  }

  .inner_ban2 .container2 {
    height: 271px;
  }

  .inner_about_read .inner_ban {
    height: auto;
  }

  /**/
  .inner .inner_content {
    display: block;
  }

  .inner .location {
    margin-top: 0px;
    padding-top: 21px;
    padding-left: 15px;
  }

  .inner .inner_content .lf .top_title {
    font-size: 16px;
    position: relative;
    height: 50px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inner .inner_content .lf .top_title:after {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 18px;
    height: 18px;
    content: '';
    background: url("../images/default/more.png") no-repeat center;
    background-size: cover;
  }
  .inner .inner_content .lf .top_title.on:after {
    display: block;
  }

  .inner .inner_content .lf {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    width: 100%;
  }

  .inner .inner_content .rt {
    margin: 0 15px;
    margin-top: 20px;
    padding: 0;
    border-left: 0;
  }

  .inner .inner_content .lf .typelist > ul {
    border: 1px solid #d8dde0;
  }

  .inner .inner_content .lf .typelist {
    display: none;
  }

  .inner {
    margin-bottom: 39px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .inner .top_typelist ul {
    display: block;
  }

  .inner .top_typelist ul li {
    width: 33%;
  }

  .inner .top_typelist ul li a {
    height: 160px;
  }

  .inner .inner_content .rt .goodslist ul li .item .name {
    font-size: 14px;
    height: 45px;
    text-align: center;
    padding: 5px;
  }

  .inner .inner_content .rt .top_title {
    font-size: 18px;
  }

  .inner_contact .contact_box .wangdian .c7 .c7-1 .c77 {
    display: block;
  }

  .inner_contact .contact_box .wangdian .c7 .c7-1 .lf_messag {
    width: 100%;
    padding: 30px 15px;
    height: auto;
    text-align: center;
  }

  .inner_contact .contact_box .wangdian .c7 .c7-1 .maplist {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 246px;
  }

  .inner_contact .contact_box .wangdian .c7 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .inner_contact .contact_box .wangdian .c7 .c7-1 .maplist #list li {
    font-size: 14px;
    line-height: 48px;
  }

  .inner_contact .contact_box .wangdian .c7 .c7-2 {
    width: 100%;
    height: auto;
  }

  .inner_contact .contact_box .wangdian .c7 .c7-1 {
    width: 100%;
    position: static;
  }

  .inner_contact .contact_box .wangdian .c7 .c7-1 .lf_messag .title {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .inner_contact .contact_box .wangdian .c7 .c7-1 .lf_messag .summary {
    font-size: 16px;
  }

  .inner_contact .contact_box .wangdian .c7 .c7-2 #allmap {
    height: 300px;
  }

  .inner_contact .bottom_box .title {
    font-size: 22px;
  }

  .inner_contact .bottom_box .liuyan #feedback .th2 {
    font-size: 14px;
  }

  .inner_contact .bottom_box {
    margin-bottom: 0;
  }

  .inner_about_read .inner .liucheng .list .item:before {
    display: none;
  }

  .inner_about_read .inner .liucheng .list .item p {
    font-size: 16px;
  }

  .inner_about_read .inner_top_typename {
    position: absolute;
    top: 102px;
  }

  .inner_about_read .inner_top_typename .typename .line {
    margin-top: 8px;
  }

  .inner_about_read .inner_top_typename .typename p {
    font-size: 22px;
  }

  .inner_about_read .inner .wenhua .bootm_box .cc img {
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=inner_tpl.css.map */
