/* 通用样式 */
* {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
}

a {
  text-decoration: none;
  color: black;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.more {
  font-size: 16px;
}


/* 外层 */
.wrap {
  width: 100%;
  background: url(banner.png) no-repeat;
}

.wrap>.Con {
  position: relative;
  height: 1235px;
}

/* header */
.header {
  height: 522px;
}

.header>.logo {
  background: url(logo.png) no-repeat left 25px;
  line-height: 107px;
}

.header>.logo>span {
  font-size: 36.36px;
  color: white;
  font-weight: bold;
  margin-left: 54px;
}

.header>.title {
  font-size: 100px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}

/* content */
.content {
  height: 740px;
  position: absolute;
  top: 430px;
  background-color: #fff;
  box-shadow: 1px 12px 14px rgb(233, 244, 249);
}

.content_w {
  width: 1146px;
  height: 690px;
  margin: 30px;
}

.Con1 {
  width: 557px;
  height: 322px;
}

.Con2 {
  width: 561px;
  height: 322px;
}

.Con_title {
  width: 561px;
  height: 45px;
  background: url(bg.png) no-repeat left;
}

.Con_title>.title_item {
  font-size: 30px;
  font-weight: bold;
  font-family: 微软雅黑;
  color: #3d84d3;
  margin-left: 22px;
  margin-top: 2px;
  display: inline-block;
}

.Con_title>.more {
  font-size: 16px;
  color: black;
  line-height: 40px;
  float: right;
}

.Con2>.ConMain_list {
  float: left;
  width: 561px;
  height: 322px;
  overflow: hidden;
}

.ConMain_list ul li {
  display: block;
  width: 561px;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 28px;
  background: url(dot.png) no-repeat 10px center;
}

.ConMain_list ul li a {
  font-family: 微软雅黑;
  font-size: 16px;
  color: black;
}

.ConMain_list ul li span {
  float: right;
}


.Con3 {
  width: 557px;
  height: 328px;
  margin-top: 40px;
}

.Con4 {
  width: 561px;
  height: 328px;
  margin-top: 40px;
}


ol,
ul>li {
  list-style: none;
}

.slide {
  /*轮播宽高需要修改*/
  /*float: left;*/
  width: 557px;
  height: 340px;
  margin: 0px auto;
  /*居中*/
  position: relative;
}

/*ul标签开启定位*/
.slide .pic {
  position: relative;
}

/* 图片设置 */
.slide .pic>li>a>img {
  /*照片大小需要修改*/
  /*width: 100%;*/
  width: 557px;
  height: 322px;
  display: block;
}

/*底部黑色背景*/
.slide .txt-bg {
  position: absolute;
  bottom: 18px;
  z-index: 1;
  height: 45px;
  width: 100%;
  background: #000;
  opacity: 0.4;
  overflow: hidden;
}

.slide>.txt {
  position: absolute;
  bottom: 18px;
  z-index: 2;
  height: 45px;
  width: 100%;
  overflow: hidden;
}

.slide>.txt li {
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -40px;
}

.slide .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

/* 圆点设置 */
.slide .num {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 25px;
  height: 13px;
}

.slide .num li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-right: 6px;
  z-index: 1;
  color: #fff;
  background: #aaa;
  background: url(/cms_files/jcms1/web3087/site/picture/0/2011171512497884596.png?0.19599832230592074) no-repeat;
}

/*图片当前圆点位置*/
.slide .num li.on,
.slide .num .on:hover {
  width: 30px;
  height: 12px;
  background: url(/cms_files/jcms1/web3087/site/picture/0/2011171512498389713.png?0.6844104070625683) no-repeat;
}





.footer {
  height: 130px;
  background: #ededed;
}