body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.5 Open Sans, Arial, "Microsoft YaHei", "微软雅黑",
    "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif,
    "PingFang SC", "宋体";
  background-color: #000;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
/* topBar 顶部条 */
.topBar {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #000;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.logo {
  float: left;
}
.logo img {
  vertical-align: middle;
}
.nav {
  float: right;
  overflow: hidden;
  padding: 16px 0 0;
}
.nav a {
  color: #fff;
  font-size: 18px;
  border-bottom: 2px solid #000;
  display: block;
  float: left;
  margin-left: 50px;
  line-height: 36px;
  transition: all 0.2s;
}
.nav a:hover {
  border-bottom: 2px solid #ffe65b;
  color: #ffe65b;
}
/* banner 头图 */
.banner {
  padding: 70px 0 0;
  text-align: center;
}
.banner img {
  display: inline-block;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
}
/* 主要内容 */
.title {
  font-size: 26px;
  color: #ffe65b;
  line-height: 50px;
  border-bottom: 1px solid #ffe65b;
  font-weight: normal;
  padding: 60px 0 0;
}
.subTit {
  font-size: 20px;
  color: #ffe65b;
  font-weight: normal;
  margin: 40px 0 30px;
  line-height: 1;
  border-left: 4px solid #ffe65b;
  padding-left: 10px;
}
.items {
  overflow: hidden;
  width: 100%;
}
.item {
  display: block;
  float: left;
  width: 25%;
  color: #cccccc;
  font-size: 13px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.item h3{
  color: #fff;
}
.item:hover h3{
  color: #ffe65b;
}
.item:hover p {
  color: #c6b244;
}
.itemDiv {
  width: 274px;
}
.img {
  width: 100%;
  height: 175px;
  line-height: 30px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  display: inline-block;
}
.img img {
  width: 100%;
  display: block;
}
.item h3 {
  font-weight: normal;
  font-size: 15px;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item p {
  height: 45px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 卓越变革企业 */
.qiye {
  border: 1px solid #ffe65b;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 0;
  background: #1d1815;
}
.slide {
  overflow: hidden;
  height: 450px;
  display: none;
}
.slide.active {
  display: block;
}
.slide a {
  display: block;
  float: left;
  width: 12.4%;
  margin: 15px 3%;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #1d1815;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slide a:hover {
  color: #ffe65b;
  border: 1px solid #ffe65b;
}
.btns {
  text-align: center;
  display: none;
}
.btns span {
  display: inline-block;
  width: 39px;
  height: 24px;
  margin: 15px 22px;
  cursor: pointer;
}
.prev {
  background: url(../images/ph.png) no-repeat center;
}
.next {
  background: url(../images/n.png) no-repeat center;
}

/* 匠心评选 */
.jxright {
  scrollbar-face-color: #ffe65b; /**/ /*立体滚动条的颜色*/
  scrollbar-highlight-color: #1e1916; /**/ /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #1e1916; /**/ /*立体滚动条阴影的颜色*/
  scrollbar-darkshadow-color: #1e1916; /**/ /*立体滚动条强阴影的颜色*/
  scrollbar-track-color: #1e1916; /**/ /*立体滚动条背景颜色*/
  scrollbar-base-color: #1e1916; /**/ /*滚动条的基本颜色*/
}
.jxright ::-webkit-scrollbar,
.jxright scrollbar {
  width: 3px;
}
.jxright ::-webkit-scrollbar-track {
  margin: 15px 0;
  border-radius: 10px;
}
.jxright ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffe65b;
}
.jxpx {
  overflow: hidden;
}
.jxleft,
.jxright {
  float: left;
}
.jxleft {
  width: 720px;
}
.jxright {
  width: 450px;
  padding: 0 0 0 30px;
}
.jxcon {
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
}
.jxpx h3 {
  font-weight: normal;
  font-size: 18px;
  margin: 40px 0 7px;
  color: #ffe65b;
}
.jxleft img {
  width: 100%;
}
.jxright .jxcon {
  height: 290px;
  background: #1e1916;
  overflow-y: auto;
  padding: 15px;
}
.jxright a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.jxright a:hover {
  color: #ffe65b;
}
.xianchang,.dgpp {
  margin-top: 30px;
}
.hzmt {
  width: 100%;
}
.hzmt img {
  width: 104%;
  position: relative;
  left: -2%;
}

/* 现场图放大轮播 */
#slider {
  width: 960px;
  height: 613px;
  margin: -305px auto 0;
  overflow: hidden;
  position: relative;
  top: 50% !important;
}
#slider #scroll_wrapper {
  position: relative;
}
#slider .child {
  width: 960px;
  height: 613px;
  overflow: hidden;
  left: 960px;
  position: absolute;
  z-index: 10;
}
#slider-img {
  display: none;
  width: 960px;
  height: 30px;
  text-align: center;
  margin: 0 auto;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  position: absolute;
  z-index: 99;
  bottom: 0;
}
#slider-img a {
  height: 11px;
  width: 11px;
  display: inline-block;
  background: url(../images/triggers.png) no-repeat;
  margin-left: 15px;
  margin-top: 10px;
}
#slider-img a.cur {
  background: url(../images/triggers_cur.png) no-repeat;
}
#btn_prev,#btn_next {
  width: 45px;
  height: 40px;
  z-index: 99;
  position: absolute;
  top: 43%;
  cursor: pointer;
  background: url(../images/prev.png);
}
#btn_next {
  right: 0;
  background: url(../images/next.png);
}
.bigimg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 910;
  overflow: hidden;
}

#slider .child img {
  display: block;
  width: 100%;
  height: 100%;
}
.xianchangImg img {
  cursor: pointer;
}

/* 底部 */
.footer {
    padding: 0;
    margin-top: 80px;
}
.foo-nav {
    text-align: center;
    padding: 35px 10px 22px;
}

.foo-nav ul {
    display: inline-block;
}
.foo-nav ul li {
    float: left;
}

.foo-nav ul li,
.foo-nav ul li a,
.foo-nav p {
    font-size: 12px;
    color: #eee;
    line-height: 30px;
}

.foo-nav ul li a {
    display: inline-block;
    float: left;
    padding: 0 5px;
}

.foo-con {
    background: #6a7478;
    padding: 10px 0;
}

.foo-con p.foo-con-p {
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.footer p {
    text-align: center;
}

@media(max-width: 800px){
  .topBar{
    height: 120px;
  }
  .banner{
    padding: 160px 0 0;
  }
  .wrap{
      width: 100%;
  }
  .banner img{
    min-width: 100%;
    max-width: 100%;
  }
  .nav{
    width: 100%;
    padding: 0 0 16px;
  }
  .nav a{
    width: 25%;
    font-size:16px;
    margin: 0px;
    text-align: center;
  }
  .title{
    font-size: 22px;
    line-height: 42px;
    padding: 35px 0 0;
  }
  .subTit{
    font-size: 18px;
    margin: 30px 0 20px;
  }
  .item{
    width: 48%;
    padding: 0 1%;
  }
  .item h3{
    font-size: 15px;
  }
  .jxpx h3{
    margin: 20px 0 7px;
  }
  .img{
    height: auto;
  }
  .itemDiv{
    width: 100%;
  }
  .slide{
    height: 355px;
  }
  .slide a{
    margin: 3px;
    padding: 3px;
    font-size: 14px;
    width: 28%;
  }
  .btns span{
    margin: 15px 22px 0px;
  }
  .jxleft{
    width: 100%;
  }
  .jxcon{
    height: auto;
  }
  .jxright{
    padding-left: 0;
    width: 100%;
  }
  .jxright .jxcon{
    height: auto;
  }
  .jxright a{
    font-size: 14px;
    padding: 4px 0;
  }
  #slider .child{
    width: 350px;
    height: auto;
  }
  #slider{
    display: none;
    opacity: 0;
  }
  .bigimg{
    background: rgba(0, 0, 0, 0);
    display: none;
    opacity: 0;
  }
  .footer{
    margin-top: 20px;
  }
}
@media(max-width: 320px){
  .nav a{
    font-size: 13px;
  }
}