@charset "UTF-8";
/*
Theme Name: 京工集团
Text Domain: JINGGONG
*/
/* -------------------------------------------------------------------------- */
/*	重置CSS */
html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
hr, big, cite, code,
font, img,
em, small, strike, sub, sup,
li, ol, ul, dd, dt, dl,
fieldset, form, label, legend, button,
table, caption, tr, th, td {
  border: none;
  margin: 0;
  padding: 0;
}

blockquote::before,
blockquote::after {
  content: "";
}

/* 页面设置 */
html {
  font-size: 16px;
  /* 1rem = 16px */
  scroll-behavior: smooth;
}

body {
  background: #fff;
  box-sizing: border-box;
  color: #333;
  font-family: "Microsoft YaHei",-apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  text-align: left;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

div {
  overflow: hidden;
}

ul, dl, ol, li, dd {
  list-style: none;
}

img {
  display: block;
}

.setInline {
  display: inline;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.setLeft {
  float: left;
}

.setRight {
  float: right;
}

.setRelative {
  position: relative;
}

.setAbsolute {
  position: absolute;
}

.clearPosition {
  clear: both;
  height: 0;
}

.section {
  clear: both;
  width: 1024px;
  margin: 0 auto;
}

.setWidth-cut2 {
  width: 497px;
}

.setMarginBtm {
  margin-bottom: 40px;
}

.getMore {
  clear: boht;
  text-align: right;
  font-family: "宋体";
}

.getMoreVideos {
  float: right;
  padding-right: 10px;
  text-indent: 0;
  font-size: 1.125rem;
  color: #cf271e;
  font-style: italic;
  font-weight: bold;
}

video {
  display: block;
  width: 100%;
  background: #000;
}

.swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
}

.swiper-button-next {
  left: auto;
  right: 0;
}

.swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  display: inline-block;
  margin: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #cf271e;
}

.QCode {
  margin-top: 20px;
  text-indent: 0;
  text-align: center;
  font-size: 1rem;
}
.QCode img {
  margin: 0 auto;
}

.pc-show {
  display: block;
}

.app-show {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*	头部 */
.header, .header .section {
  overflow: visible;
}

.header hr {
  clear: both;
  width: 100%;
  height: 5px;
  background: #cf271e;
}

.logo {
  margin: 5px 0;
  width: 100px;
}
.logo img {
  display: block;
  width: 100%;
}
.logo .logo-toggle {
  display: none;
}

.nav {
  margin-top: 55px;
  margin-left: 100px;
  padding-bottom: 10px;
  overflow: visible;
}
.nav dd {
  position: relative;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.5rem;
  color: #cf271e;
  cursor: pointer;
}
.nav dd strong {
  display: block;
  padding: 0 5px;
  font-weight: normal;
}
.nav dd strong:hover {
  border-bottom: 2px solid #ce8e37;
}
.nav dd strong a {
  color: #cf271e;
  text-decoration: none;
}

.sub-nav {
  display: none;
  position: absolute;
  top: 31px;
/*  left: 0;*/
  z-index: 1000;
/*  width: 100%;*/
	  width: 160px;
	left: 50%; transform: translateX(-50%);
  padding-bottom: 5px;
  border-top: 2px solid #ce8e37;
  background: rgba(207, 39, 30, 0.8);
}
.sub-nav li {
  padding: 0 5px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.sub-nav li:hover {
  background: rgba(255, 255, 255, 0.8);
  transition: background .5s;
}
.sub-nav li a {
  display: block;
  padding: 5px 0;
  color: #fff;
  border-top: 1px dotted #fff;
}
.sub-nav li a:hover {
  color: #cf271e;
  text-decoration: none;
}
.sub-nav li.index0 a {
  border-top: none;
}

.nav .search img {
  margin-top: 5px;
  cursor: pointer;
}
.nav .search .sub-nav {
  left: -365px;
  top: 30px;
  width: 400px;
  height: 50px;
  background: #cf271e;
  border-top: none;
  border-radius: 10px;
}
.nav .search input {
  float: left;
  width: 350px;
  height: 50px;
  padding: 2px 5px;
  line-height: 48px;
  font-size: 1.125rem;
  color: #aaa;
  border: 1px solid #cf271e;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.nav .search input:focus {
  color: #333;
}
.nav .search input:focus-visible {
  outline: none;
  border-color: #cf271e;
}
.nav .search button {
  width: 50px;
  height: 48px;
  background: #cf271e url(../images/jinggong_btn001_search_active.png) no-repeat center;
}

/* -------------------------------------------------------------------------- */
/*	底部 */
.footer {
  border-top: 5px solid #ce8e37;
  background: #cf271e;
  overflow: visible;
  color: #fff;
  box-shadow: 0 10px 10px 0 #000;
}
.footer .section {
  padding: 20px 15px;
  overflow: visible;
}

.foot-logo {
  margin-right: 20px;
  padding-right: 15px;
  background: url(../images/jinggong_bg007.png) repeat-y right top;
}

.foot-nav dd {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
.foot-nav dd a {
  color: #fff;
  cursor: pointer;
}
.foot-nav dd.clearBorderR {
  border-right: none;
}
.foot-nav .btn-foot-sub-nav {
  position: relative;
}
.foot-nav .btn-foot-sub-nav > span {
  padding-right: 20px;
  background: url(../images/jinggong_btn005_arrow.png) no-repeat 73px -36px;
  cursor: pointer;
  transition: background .5s;
}
.foot-nav .btn-foot-sub-nav > span:hover {
  text-decoration: underline;
}
.foot-nav .btn-foot-sub-nav.active {
  background: #ce8e37;
}
.foot-nav .btn-foot-sub-nav.active span {
  background-position: 73px 10px;
}
.foot-nav .foot-sub-nav {
  display: none;
  position: absolute;
  left: 0;
  bottom: 17px;
  padding: 10px;
  white-space: nowrap;
  background: #ce8e37;
}
.foot-nav .foot-sub-nav li {
  padding: 8px 5px;
  border-bottom: 1px dotted #fff;
}

.foot-copyright {
  margin-top: 30px;
  margin-left: 120px;
  font-family: "宋体";
  font-size: .875rem;
}
.foot-copyright a {
  color: #fff;
}
.foot-copyright dd {
  line-height: 1.8;
}
.foot-copyright .gongan {
  padding-left: 25px;
  background: url(../images/jinggong_icon_gongan.png) no-repeat left center;
}

.public-code {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #191919;
  color: #fff;
}
.public-code .foot-wchat dd {
  float: left;
  width: 16.66%;
  text-align: center;
}
.public-code .foot-wchat img {
  width: 60%;
  margin: 0 auto;
}
.public-code .foot-wchat p {
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/*	首页 */
.background-color-0 {
  background-color: #cf271e;
}

.background-color-1 {
  background-color: #ce8e37;
}

.channel {
  position: relative;
  margin-bottom: 20px;
  font-family: "宋体";
  font-size: 2.25rem;
  color: #000;
  text-align: center;
}
.channel .chnl-line {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cf271e;
}
.channel .chnl-split {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.channel strong {
  position: relative;
  top: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
  background: #fff;
}
.channel .chnl-set {
  top: 0;
  padding-bottom: 20px;
  color: #cf271e;
}
.channel span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Arial';
  font-size: 1.25rem;
  font-weight: normal;
}

.focus-jinggong {
  position: relative;
}
.focus-jinggong .section {
  position: relative;
  width: 1144px;
  padding: 0 60px;
}
.focus-jinggong .swiper {
  box-shadow: 0px 5px 15px 0px #000;
}
.focus-jinggong .swiper-slide h2 {
  position: absolute;
  bottom: 0;
  left: -20px;
  padding: 10px;
  width: 100%;
  text-indent: 20px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  background: rgba(206, 142, 55, 0.7);
}
.focus-jinggong .swiper-button-prev, .focus-jinggong .swiper-button-next {
  font-size: 60px;
  color: #aaa;
}
.focus-jinggong .swiper-button-prev:hover, .focus-jinggong .swiper-button-next:hover {
  color: #fff;
}

.changeSlide {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.changeSlide h2 {
  position: absolute;
  bottom: 0;
  left: -20px;
  padding: 10px;
  width: 100%;
  text-indent: 20px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  background: rgba(206, 142, 55, 0.7);
}
.changeSlide h2 {
  left: 0;
}
.changeSlide .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.prevSlide {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}

.nextSlide {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}

.video {
  width: 720px;
  padding: 50px 30px 50px 10px;
  background: url(../images/jinggong_bg001.png) no-repeat left 35px;
  color: #fff;
}
.video > div {
  /*padding: 40px 0;*/
  background: #000;
}
.video h3 {
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
}

.about-profile {
  padding-top: 50px;
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
  color: #fff;
}
.about-profile a {
  color: #fff;
}

.news-cat {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.5rem;
  border-bottom: 2px solid #ccc;
  overflow: visible;
}
.news-cat strong {
  position: relative;
  top: -2px;
  left: 0;
  padding: 2px 5px;
  border-bottom: 2px solid #cf271e;
  color: #cf271e;
}

.baodao .news-cat strong {
  border-bottom-color: #ce8e37;
  color: #ce8e37;
}

.news-top {
  position: relative;
}
.news-top img {
  width: 100%;
  transition: transform 1s;
}
.news-top h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: justify;
  color: #fff;
  line-height: 1.5;
  background: #cf271e;
  filter: alpha(opacity=90%);
  opacity: .9;
}
.news-top:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
}
.news-top:hover img {
  transform: scale(1.1);
}

.baodao .news-top h3 {
  background: #ce8e37;
}

.news-list {
  border: 1px solid #ccc;
  border-top: none;
  padding: 30px 10px 10px;
  color: #333;
}
.news-list dd {
  padding: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-list a {
  color: #333;
}

.list-dot {
  padding-right: 5px;
}

.brands .list-brands dd {
  float: left;
  width: 20%;
  margin: 40px 0;
  padding: 10px 0;
  color: #fff;
  background: url(../images/jinggong_bg006.png) repeat-y left top;
}
.brands .list-brands dd a {
  color: #fff;
}
.brands .list-brands dd > a {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  transition: transform 1s;
}
.brands .list-brands dd > a:hover {
  transform: rotate(360deg) scale(1.1);
}
.brands .list-brands dd img {
  width: 100%;
}
.brands .list-brands dd h3 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 20px 0;
  text-align: center;
}
.brands .list-brands dd .description-brands {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: justify;
}
.brands .list-brands dd .description-brands p {
  word-break: break-all;
}
.brands .list-brands dd.first {
  background: none;
}

.contact .map {
  width: 600px;
  height: 300px;
}
.map div {
  overflow: visible;
}
.information {
  padding-top: 50px;
  width: 360px;
  font-size: 1.125rem;
  color: #ce8e37;
}
.information p {
  padding-bottom: 30px;
}
.information .weixin {
  text-align: center;
  color: #333;
}
.information .weixin img {
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/*	通栏banner */
.channel-owner {
  background: url(../images/jinggong_bg003.jpg) no-repeat center top;
}
.channel-owner .channel-name {
  width: 1024px;
  margin: 45px auto;
  padding: 60px 30px;
  border: 5px solid #fff;
  text-align: right;
  font-size: 3.75rem;
  color: #fff;
  letter-spacing: 15px;
}

/* -------------------------------------------------------------------------- */
/*	信息页 */
.breadcrumb-nav {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "宋体";
  color: #666;
}
.breadcrumb-nav a {
  color: #666;
}

.post-archive h1 {
  padding: 20px 10px;
  font-size: 2rem;
  text-align: center;
}
.post-archive .archive-info {
  padding-bottom: 10px;
  color: #666;
  text-align: center;
  font-family: "宋体";
}
.post-archive .archive-info span {
  padding-left: 10px;
  padding-right: 10px;
}
.post-archive .archive-content {
  padding-top: 20px;
  border-top: 1px solid #ce8e37;
}
.post-archive .archive-content p, .post-archive .archive-content div {
  padding: 10px 0;
  font-size: 1.125rem;
  text-indent: 2em;
  text-align: justify;
  line-height: 2;
  word-break: break-all;
}
.post-archive .archive-content .archive-video, .post-archive .archive-content video {
  display: block;
  width: 80%;
  margin: 10px auto;
}
.post-archive .archive-content .swiper-archive {
  padding: 30px 0;
  text-indent: 0;
}
.post-archive .archive-content .swiper-archive .swiper-slide {
  transform: scale(0.9);
  opacity: .7;
}
.post-archive .archive-content .swiper-archive .swiper-slide img {
  border-radius: 5px;
}
.post-archive .archive-content .swiper-archive .swiper-slide div {
  text-indent: 0;
  padding: 0;
}
.post-archive .archive-content .swiper-archive .swiper-slide-active {
  z-index: 99;
  transform: scale(1.2);
  opacity: 1;
}
.post-archive .archive-content .swiper-archive .swiper-button-prev, .post-archive .archive-content .swiper-archive .swiper-button-next {
  padding: 5px;
  font-size: 20px;
  color: #fff;
  text-indent: 0;
  background: rgba(0, 0, 0, 0.6);
}
.post-archive .zizhi-content .swiper-archive .swiper-slide {
  transform: scale(1);
  opacity: 1;
}
.post-archive .zizhi-content .swiper-archive .swiper-slide img {
  width: auto;
  height: 500px;
}
.post-archive .zizhi-content .swiper-archive .swiper-slide h2 {
  font-size: 1rem;
  text-align: center;
}
.post-archive .zizhi-content .swiper-archive .swiper-slide-active {
  transform: scale(1);
}
.post-archive .zizhi-content .swiper-archive .swiper-button-prev, .post-archive .zizhi-content .swiper-archive .swiper-button-next {
  padding: 10px;
  font-size: 1.75rem;
}
.post-archive img {
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/*	列表页 */
.post-list .swiper {
  border-bottom: 2px solid #ccc;
  overflow: visible;
}
.post-list .swiper-wrapper {
  height: auto;
}
.post-list .swiper-slide {
  top: 2px;
  float: left;
  width: auto;
  height: auto;
  padding: 0 10px 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.post-list .swiper-slide a{color: #333; text-decoration: none;}
.post-list .swiper-active {
  color: #cf271e;
  border-bottom: 2px solid #cf271e;
}
.post-list .swiper-active a{  color: #cf271e;}
.post-list .list dd {
  padding: 20px 10px;
  border-bottom: 1px dashed #ce8e37;
}
.post-list .list dd.getMore {
  border-bottom: none;
}
.post-list .list dd:hover img {
  background: #cf271e;
}
.post-list .list .datetime {
  float: left;
  margin-right: 10px;
}
.post-list .list .datetime span {
  display: block;
  padding: 5px 10px;
  border: 1px solid #ce8e37;
  font-size: 1.125rem;
  text-align: center;
}
.post-list .list .datetime .time-date {
  color: #ce8e37;
}
.post-list .list .datetime .time-year {
  color: #fff;
  background: #ce8e37;
}
.post-list .list .datetime img {
  width: 24px;
  background: #ce8e37;
}
.post-list .list .news a {
  color: #cf271e;
}
.post-list .list .news h2 {
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.post-list .list .news .description {
  font-size: .875rem;
  color: #666;
  text-align: justify;
}
.post-list .page-navigation {
  clear: both;
  margin-top: 20px;
  text-align: center;
}
.post-list .page-navigation li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #ccc;
}
.post-list .page-navigation li.pageCount {
  border: none;
}
.post-list .page-navigation li a {
  display: block;
  padding: 2px 8px;
  color: #cf271e;
  text-decoration: none;
}
.post-list .page-navigation li a:hover, .post-list .page-navigation li .active-page {
  color: #fff;
  background: #cf271e;
}
.post-list .page-navigation li.app-show {
  display: none;
}

/* 视频列表 */
.list-video dd {
  float: left;
  width: 50%;
  padding: 0 10px 20px;
}
.list-video dd img {
  width: 100%;
}
.list-video dd h2 {
  padding: 5px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
  background: #ce8e37;
}
.list-video dd a {
  color: #fff;
}
.list-video dd .icon-video-play {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  width: 1.125rem;
  height: 1.125rem;
}

/* -------------------------------------------------------------------------- */
/*	关于京工 */
.jinggong-information {
  font-size: 1.125rem;
  line-height: 2;
}
.jinggong-information .about-thumbnail {
  width: 440px;
  margin-left: 20px;
  margin-right: 20px;
}
.jinggong-information p {
  padding: 10px 0;
  text-indent: 2em;
  text-align: justify;
}
.jinggong-information a {
  color: #333;
}
.jinggong-information a:hover {
  color: #cf271e;
}
.jinggong-information .jinggong-honor .list-honor {
  width: 530px;
}
.jinggong-information .jinggong-honor .list-honor dd {
  padding: 5px 10px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.jinggong-information .jinggong-branch li {
  padding: 20px 10px;
  border-bottom: 1px dashed #ce8e37;
}
.jinggong-information .jinggong-branch li strong {
  font-size: 1.5rem;
  font-style: italic;
}
.jinggong-information .jinggong-history {
  position: relative;
  padding-right: 60px;
  padding-left: 30px;
}
.jinggong-information .jinggong-history strong {
  font-size: 1.5rem;
}
.jinggong-information .jinggong-history .history-list {
  position: relative;
  margin-left: 30px;
  padding-left: 40px;
  border-left: 2px solid #ce8e37;
}
.jinggong-information .jinggong-history .history-list dd {
  padding-left: 0;
  padding-right: 0;
}
.jinggong-information .jinggong-history .history-list dd h3 {
  position: relative;
  left: -51px;
  padding-left: 30px;
  background: url(../images/jinggong_bg005.png) no-repeat left center;
  color: #cf271e;
}
.jinggong-information .jinggong-history .history-list dd h3 span {
  padding-right: 10px;
  font-style: italic;
  font-size: 1.5rem;
}
.jinggong-information .jinggong-history .history-list dd .history-info {
  padding: 10px;
  transition: all .5s;
}
.jinggong-information .jinggong-history .history-list dd:hover .history-info {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

/* -------------------------------------------------------------------------- */
/*	品牌页 */
.jinggong-list-brands {
  position: relative;
  margin: 0 30px 0 40px;
  padding-left: 30px;
  border-left: 2px solid #ce8e37;
  overflow: visible;
}
.jinggong-list-brands a {
  color: #cf271e;
}
.jinggong-list-brands dt {
  position: relative;
  left: -45px;
  top: 0;
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  background: #fff url(../images/jinggong_bg011.png) no-repeat left center;
  background-size: 30px auto;
  font-size: 1.25rem;
  font-weight: bold;
  color: #cf271e;
}
.jinggong-list-brands dd {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ce8e37;
}
.jinggong-list-brands dd h3 {
  position: relative;
  left: -41px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.jinggong-list-brands dd h3 span.icon-circle {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 20px;
  background: #cf271e;
  border-radius: 50%;
}
.jinggong-list-brands dd .brands-info {
  clear: left;
  width: 140px;
  height: 90px;
  float: left;
  margin-right: 20px;
  border-radius: 10px;
  background: #ddd;
}
.jinggong-list-brands dd .brands-info img {
  height: 100%;
  margin: 0 auto;
}
.jinggong-list-brands dd .description {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: justify;
  color: #333;
}

/* -------------------------------------------------------------------------- */
/*	联系我们 */
.contact-info h1 {
  padding: 20px 10px;
  font-size: 1.5rem;
  text-align: center;
}
.contact-info .map {
  width: 80%;
  height: 400px;
  margin: 0 auto;
}
.contact-info .contact-us {
  margin: 20px 100px 0;
  overflow: hidden;
}
.contact-info .contact-us li {
  padding: 10px 0;
}
.contact-info .contact-us .wchat-code {
  float: right;
  text-align: center;
}
.contact-info .contact-us .wchat-code img {
  width: 130px;
}
.contact-info .map-contact img {
  margin: 0 auto;
}
.contact-info .message-form {
  width: 80%;
  margin: 0 auto;
}
.contact-info .message-form dd {
  float: left;
  width: 50%;
  padding: 5px 0;
  border-bottom: none;
}
.contact-info .message-form dd span {
  float: left;
  width: 50px;
  padding: 5px 0;
}
.contact-info .message-form dd span i {
  color: red;
  font-style: normal;
}
.contact-info .message-form dd input, .contact-info .message-form dd textarea {
  border: 1px solid #aaa;
  padding: 5px;
  font-size: 1rem;
  color: #333;
  outline: none;
}
.contact-info .message-form dd input:focus, .contact-info .message-form dd textarea:focus {
  border-color: #ce8e37;
}
.contact-info .message-form dd input {
  width: 345px;
}
.contact-info .message-form dd textarea {
  width: 755px;
  vertical-align: top;
}
.contact-info .message-form dd.full-width {
  width: 100%;
}
.contact-info .message-form dd.full-width input {
  width: 755px;
}
.contact-info .message-form dd.full-width button {
  padding: 5px 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1rem;
  background: #ccc;
  border: 1px solid #aaa;
  border-radius: 2px;
}
.contact-info .message-form dd.full-width button[type="submit"] {
  background: #ce8e37;
  color: #fff;
}
.contact-info .message-form dd.btn-form {
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/*	Media Queries */
@media (max-width: 768px) {
  html {
    font-size: 28px;
  }

  .app-show {
    display: block;
  }

  .pc-show {
    display: none;
  }

  .app-full-width, .section {
    width: 100%;
    clear: both;
  }

  .app-marginBtm {
    margin-bottom: 40px;
  }

  body {
    padding-top: 140px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-bottom: 5px solid #cf271e;
  }

  .btn-app-nav {
    margin-top: 48px;
    margin-right: 10px;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #cf271e;
    color: #fff;
    z-index: 10000;
    transition: left 1s;
  }
  .nav .logo-toggle {
    margin-top: 10px;
    margin-left: 10px;
    width: 100px;
  }
  .nav dd {
    clear: both;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #fff;
  }
  .nav dd span {
    position: absolute;
    right: 10px;
    top: 8px;
    transition: transform .5s;
  }
  .nav dd strong:hover {
    border-bottom: none;
  }
  .nav dd.active span {
    transform: rotate(45deg);
  }
  .nav dd a, .nav dd strong a {
    color: #fff;
  }
  .nav .sub-nav {
    position: relative;
    top: 10px;
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
    border-top: none;
  }
  .nav .sub-nav li {
    padding: 5px 10px 5px 0;
    border-top: 1px dotted #fff;
    text-align: left;
  }
  .nav .sub-nav li a {
    border-top: none;
  }
  .nav .search {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 2px solid #fff;
  }
  .nav .search .sub-nav {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: #fff;
  }
  .nav .search button {
    background: url(../images/jinggong_btn001_search.png) no-repeat center;
  }

  .btn-app-nav-close {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
  }

  .list-nav {
    margin: 180px 50px 0;
  }

  .footer .section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: .75rem;
  }

  .foot-nav {
    overflow: hidden;
  }
  .foot-nav dd {
    line-height: normal;
  }
  .foot-nav dd:nth-child(3) {
    border-right: none;
  }
  .foot-nav dd:nth-child(4) {
    margin-top: 20px;
    border-top: 2px solid #fff;
    border-image: url(../images/jinggong_bg007_horizon.png) 2 repeat;
  }
  .foot-nav .btn-foot-sub-nav {
    clear: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
  .foot-nav .btn-foot-sub-nav > span {
    padding: 20px 10px;
    display: block;
    margin: 0 20px;
    border-bottom: 1px dotted #fff;
    background: url(../images/jinggong_btn005_arrow.png) no-repeat right 30px;
    background-size: 26px auto;
  }
  .foot-nav .btn-foot-sub-nav > span:hover {
    text-decoration: none;
  }
  .foot-nav .btn-foot-sub-nav.active span {
    background-position: right -35px;
  }
  .foot-nav .foot-sub-nav {
    position: relative;
    bottom: 0;
    margin: 0 20px;
    font-size: .625rem;
  }

  .foot-copyright {
    clear: both;
    margin-left: 0;
    margin-top: 0;
    padding-top: 10px;
    border-top: 2px solid #fff;
    border-image: url(../images/jinggong_bg007_horizon.png) 2 repeat;
    font-size: .575rem;
  }
  .foot-copyright dd {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }

  .public-code .foot-wchat {
    padding: 10px 0;
    width: 100%;
    float: none;
  }
  .public-code .foot-wchat p {
    float: left;
    padding: 30px;
  }
  .public-code .foot-wchat img {
    float: right;
    height: 87px;
    margin-right: 30px;
  }

  /* 首页 */
  .channel .chnl-split {
    top: 20px;
  }
  .channel .chnl-set {
    padding-bottom: 25px;
  }
  .channel .chnl-line {
    bottom: 40%;
  }

  .focus-jinggong .section {
    width: auto;
    padding: 0;
  }
  .focus-jinggong .swiper-slide h2 {
    font-size: 1.125rem;
  }

  .video {
    float: none;
    width: 80%;
    padding-right: 0;
    margin: 0 auto;
    background: url(../images/jinggong_bg001.png) no-repeat left 35px;
  }
  .video > div {
    padding-right: 10px;
    padding-bottom: 15px;
    background: url(../images/jinggong_bg001_rotate.png) no-repeat right bottom;
  }

  .about-profile {
    padding: 0 10px 20px;
    font-size: 1.25rem;
  }

  .dongtai, .baodao {
    position: relative;
  }

  .news-cat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    border-bottom: none;
    font-size: 1.25rem;
  }
  .news-cat strong {
    position: absolute;
    top: 0;
    border-bottom: none;
    color: #fff;
    font-style: italic;
    font-weight: normal;
    white-space: nowrap;
    padding: 13px 53px 21px 14px;
  }

  .dongtai .news-cat strong {
    background: url(../images/jinggong_bg009.png) no-repeat left top;
  }

  .baodao .news-cat strong {
    color: #fff;
    background: url(../images/jinggong_bg010.png) no-repeat left top;
  }

  .brands .list-brands {
    padding: 30px;
    overflow: hidden;
  }
  .brands .list-brands dd {
    margin: 0;
    padding: 40px 0;
    width: 33.33%;
    border-bottom: 2px solid #fff;
    border-image: url(../images/jinggong_bg006_horizon.png) 2 repeat;
  }
  .brands .list-brands dd:nth-child(4) {
    clear: left;
    background: none;
    margin-left: 16.67%;
    border-bottom: none;
  }
  .brands .list-brands dd:nth-child(5) {
    border-bottom: none;
  }
  .brands .list-brands dd > a {
    width: 160px;
    height: 160px;
  }
  .brands .list-brands h3, .brands .list-brands .description-brands {
    display: none;
  }

  .contact .information {
    clear: both;
  }
  .information p {
    margin-left: 15%;
  }
  .information p.weixin {
    margin-left: 0;
  }

  .map {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .map img {
    margin: 0 auto;
  }

  /* 栏目banner */
  .channel-owner {
    background-size: auto 100%;
  }
  .channel-owner .channel-name {
    width: auto;
    margin: 20px;
    padding: 20px;
    font-size: 2rem;
  }

  /* 信息页 */
  .post-archive h1 {
    font-size: 1.285rem;
  }
  .post-archive .archive-info {
    font-size: .5rem;
  }
  .post-archive .zizhi-content .swiper-archive .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .post-archive .zizhi-content .swiper-archive .swiper-slide h2 {
    font-size: 1.125rem;
  }
  .post-archive .zizhi-content .swiper-archive .swiper-button-prev, .post-archive .zizhi-content .swiper-archive .swiper-button-next {
    padding: 10px;
    font-size: 1.5rem;
  }

  .archive-content {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }
  .archive-content p {
    font-size: 1rem;
  }

  /*列表页*/
  .post-list .swiper-slide {
    font-size: 1.25rem;
  }
  .post-list .list dd {
    overflow: hidden;
  }
  .post-list .list .news h2, .post-list .list .news .description {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .post-list .list .news .description {
    font-size: 1rem;
  }
  .post-list .list .datetime img {
    margin-top: 10px;
  }
  .post-list .page-navigation .pc-show {
    display: none;
  }
  .post-list .page-navigation li.app-show {
    display: inline-block;
  }
  .post-list .page-navigation .current {
    border: none;
  }
  .post-list .page-navigation .current span {
    color: #cf271e;
  }

  .jinggong-list-brands dt {
    background-size: 39px auto;
  }
  .jinggong-list-brands dd h3 {
    left: -46px;
  }
  .jinggong-list-brands dd h3 span.icon-circle {
    width: 30px;
    height: 30px;
    margin-top: 16px;
  }
  .jinggong-list-brands dd .brands-info {
    width: 300px;
    height: 230px;
  }

  .list-video dd {
    width: 100%;
  }

  /* 关于京工 */
  .jinggong-information p {
    padding: 0 10px 10px;
    line-height: 1.6;
  }
  .jinggong-information .jinggong-history {
    padding-left: 10px;
    padding-right: 10px;
  }
  .jinggong-information .jinggong-history .history-list dd {
    overflow: visible;
  }
  .jinggong-information .jinggong-history .history-list dd h3 {
    left: -56px;
    font-size: 1rem;
    line-height: 1.6;
    background-size: 30px 30px;
    background-position: left 17px;
  }
  .jinggong-information .jinggong-history .history-list dd .history-info {
    line-height: 1.6;
    text-align: justify;
  }
  .jinggong-information .jinggong-honor .list-honor {
    width: 100%;
  }
  .jinggong-information .jinggong-honor .list-honor dd {
    padding: 10px;
  }
  .jinggong-information .jinggong-branch dd {
    list-style-type: num;
    padding: 40px 10px;
    text-align: center;
    background: #ce8e37;
    border: 1px solid #ccc;
    color: #fff;
  }
  .jinggong-information .jinggong-branch dd a {
    color: #fff;
  }

  /* 联系我们 */
  .contact-info .contact-us {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-info .contact-us .wchat-code img {
    width: auto;
  }
  .contact-info .message-form {
    width: 90%;
  }
  .contact-info .message-form dd {
    clear: both;
    width: 100%;
  }
  .contact-info .message-form dd span {
    width: 80px;
  }
  .contact-info .message-form dd input, .contact-info .message-form dd.full-width input, .contact-info .message-form dd textarea {
    width: 595px;
  }
}
