* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

body {
  background: #FFFFFF !important;
  font-size: 15px;
  color: #333333;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  border: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.jc-banner {
  min-width: 1200px;
  height: 978px;
  background: url("jc-banner.jpg") top center no-repeat;

}

.jc-main {
  width: 1200px;
  margin: auto;
position: relative;
}

.jc-logo {
  padding-top: 35px;
}

.jc-row1 {
  margin-top: 550px;
}

.jc-row1-col {
  float: left;
  width: 385px;
}

.jc-row1-col img {
  width: 100%;
}

.jc-row1-col + .jc-row1-col {
  margin-left: 22px;
}

.jc-row2 {
  margin-top: 55px;
}

.jc-row2-col {
  float: left;
  width: 387px;
}

.jc-row2-col img {
  width: 100%;
}

.jc-row2-col + .jc-row2-col {
  margin-left: 19px;
}

.jc-xsq {
  margin-top: 70px;
}

.jc-xsq-title {
  height: 60px;
  background: url("jc-xsq-title.png") center no-repeat;
}

.jc-xsq-list {
  margin: 30px -5px;
}

.jc-xsq-list li {
  width: 20%;
  float: left;
  padding: 0 9px;
  margin-bottom: 30px;
}

.jc-xsq-list a {
  background: #fff9f5;
  color: #d60f1b;
  font-size: 24px;
  box-shadow: 0 0 5px 5px #f2dddd;
  display: block;
  line-height: 75px;
  text-align: center;
  border-radius: 8px;
}

.jc-xsq-list a:hover {
  background: #fbece2;
}