/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0 none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background: url(../images/body_bg.jpg) no-repeat center 499px #fff7f7;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
a:hover {
  text-decoration: none;
  color: #af1c2a;
}
.footer .copyright .copyright-list .identifying #imgConac {
  width: 80px;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.topPhoto {
  background: url(../images/top_photo.jpg) no-repeat center top;
  height: 464px;
  overflow: hidden;
}
.topSlide {
  width: 1200px;
  height: 410px;
  overflow: hidden;
  position: relative;
}
.topSlide .left {
  width: 626px;
  height: 406px;
  padding: 2px;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #f8d89d;
}
.topSlide .left li {
  width: 100%;
  height: 406px;
  overflow: hidden;
  position: relative;
}
.topSlide .left li .pic {
  width: 626px;
  height: 366px;
  overflow: hidden;
}
.topSlide .left li .pic img {
  width: 626px;
  height: 366px;
}
.topSlide .left li .pic .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/icon_video.png) no-repeat;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  z-index: 9;
}
.topSlide .left li .tit {
  width: 606px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topSlide .right {
  width: 542px;
  height: 390px;
  overflow: hidden;
  position: relative;
  background: url(../images/slide_left.png) no-repeat;
  padding: 20px 0 0 28px;
}
.topSlide .right .links {
  width: 542px;
  height: 390px;
  background-color: #f8d89d;
  overflow: hidden;
}
.topSlide .right .links li {
  margin-top: 10px;
}
.topSlide .right .links li a {
  width: 500px;
  height: 40px;
  padding-left: 40px;
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon_list.png) no-repeat 10px center;
}
.topSlide .right .links li a:hover {
  background-color: #e6bd73;
}
.jcspBox {
  margin-top: 80px;
}
.jcspBox .title {
  background: url(../images/title.png) no-repeat center top;
  height: 81px;
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.jcspBox ul {
  overflow: hidden;
  margin-top: 35px;
}
.jcspBox ul li {
  width: 382px;
  height: 265px;
  float: left;
  background-color: #FFF;
  margin-right: 25px;
  position: relative;
}
.jcspBox ul li:last-child {
  margin-right: 0;
}
.jcspBox ul li .pic {
  width: 382px;
  height: 215px;
  position: relative;
}
.jcspBox ul li .pic span {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/icon_video.png) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
.jcspBox ul li .tit {
  width: 362px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.typeList {
  background-color: #FFF;
  overflow: hidden;
  width: 1170px;
  margin: 45px auto;
  padding: 0 15px;
}
.typeList .title {
  margin-top: 30px;
  height: 40px;
  width: 100%;
  text-align: center;
}
.typeList .title a {
  display: inline-block;
  border: solid 1px #af1c2a;
  width: 138px;
  height: 38px;
  line-height: 38px;
  color: #af1c2a;
  margin-right: 60px;
}
.typeList .title a:last-child {
  margin-right: 0;
}
.typeList .title a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.typeList .title a:nth-of-type(1) i {
  background: url(../images/icon_slide_1.png) no-repeat;
}
.typeList .title a:nth-of-type(2) i {
  background: url(../images/icon_slide_2.png) no-repeat;
}
.typeList .title a:nth-of-type(3) i {
  background: url(../images/icon_slide_3.png) no-repeat;
}
.typeList .title a:nth-of-type(4) i {
  background: url(../images/icon_slide_3.png) no-repeat;
}
.typeList .title a.on {
  background-color: #af1c2a;
  color: #FFF;
}
.typeList .title a.on:nth-of-type(1) i {
  background: url(../images/icon_slide_1_over.png) no-repeat;
}
.typeList .title a.on:nth-of-type(2) i {
  background: url(../images/icon_slide_2_over.png) no-repeat;
}
.typeList .title a.on:nth-of-type(3) i {
  background: url(../images/icon_slide_3_over.png) no-repeat;
}
.typeList .title a.on:nth-of-type(4) i {
  background: url(../images/icon_slide_3_over.png) no-repeat;
}
.typeList .title a:hover:nth-of-type(1) {
  background-color: #af1c2a;
  color: #FFF;
}
.typeList .title a:hover:nth-of-type(1) i {
  background: url(../images/icon_slide_1_over.png) no-repeat;
}
.typeList .title a:hover:nth-of-type(2) {
  background-color: #af1c2a;
  color: #FFF;
}
.typeList .title a:hover:nth-of-type(2) i {
  background: url(../images/icon_slide_2_over.png) no-repeat;
}
.typeList .title a:hover:nth-of-type(3) {
  background-color: #af1c2a;
  color: #FFF;
}
.typeList .title a:hover:nth-of-type(3) i {
  background: url(../images/icon_slide_3_over.png) no-repeat;
}
.typeList .title a:hover:nth-of-type(4) {
  background-color: #af1c2a;
  color: #FFF;
}
.typeList .title a:hover:nth-of-type(4) i {
  background: url(../images/icon_slide_3_over.png) no-repeat;
}
.typeList .listCon {
  overflow: hidden;
}
.typeList .listCon ul {
  overflow: hidden;
}
.typeList .listCon li {
  width: 372px;
  height: 260px;
  float: left;
  background-color: #FFF;
  margin-top: 35px;
  margin-right: 25px;
  position: relative;
}
.typeList .listCon li:last-child {
  margin-right: 0;
}
.typeList .listCon li .pic {
  width: 372px;
  height: 210px;
  position: relative;
}
.typeList .listCon li .tit {
  width: 352px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.typeList .listCon li:nth-child(3n) {
  margin-right: 0;
}
.typeList .listCon li .flag {
  background: #d92536;
  height: 26px;
  padding: 0 10px;
  border-radius: 13px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 999;
  color: #FFF;
  line-height: 26px;
}
/* 内容页/列表页 */
.index_box {
  width: 1000px;
  padding: 0px 100px;
  margin: 0px auto;
  background: #fff;
}
.common_main {
  clear: both;
  min-height: 300px;
  padding-bottom: 35px;
}
.secBox {
  margin-top: 30px;
  padding: 0px 15px;
}
.content_main_title {
  height: 40px;
  padding: 10px 15px;
}
.content_main_title h2 {
  float: left;
  line-height: 40px;
  margin: 0px 10px;
  color: #bd1a2d;
  font-size: 24px;
  font-weight: bold;
}
.content_main_title h2 a {
  font-size: 24px;
  font-weight: bold;
  color: #bd1a2d;
}
.content_main_title span {
  width: 2px;
  height: 20px;
  background: #bd1a2d;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.content_main_title p {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  margin-left: 10px;
  float: left;
}
.dotte_line {
  background: url("../images/dotton_line.png") center;
  height: 10px;
}
.list_line {
  width: 100%;
  height: 2px !important;
  background: #fbe3e1;
  margin: 20px 0px;
}
.left_menu {
  width: 240px;
  height: 223px;
  padding: 25px 10px;
  background: #eff3f7;
  border-radius: 0px 25px 0px 0px;
  float: left;
}
.left_menu ul {
  border-bottom: 1px solid #b8cbe1;
  padding-bottom: 10px;
}
.left_menu ul li {
  line-height: 40px;
}
.left_menu ul li:hover {
  background: #207de6;
}
.left_menu ul li a {
  font-size: 18px;
  color: #222;
  margin-left: 20px;
  display: block;
  cursor: pointer;
}
.left_menu ul li:hover a {
  color: #fff;
}
.secBox_list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #bd1a2d;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 17px 10px 19px 0px;
}
.secBox_list li {
  clear: both;
  font-size: 16px;
  color: #333;
  line-height: 38px;
  height: 38px;
}
.secBox_list li i {
  width: 4px;
  height: 4px;
  background: #DDDDDD;
  float: left;
  display: block;
  margin: 17px 8px 17px 20px;
}
.secBox_list li a {
  float: left;
  color: #333333;
}
.secBox_list li span {
  float: right;
}
.secBox_list li:hover a {
  color: #bd1a2d;
}
.secBox_list li.list_line:before {
  content: "";
  display: none;
}
.have_menu .secBox_list {
  width: 900px;
  float: right;
  margin-bottom: 40px;
}
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
  clear: both;
}
.page span {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
}
.page span.on {
  border: 1px solid #bd1a2d;
  background: #bd1a2d;
  color: #fff;
}
.page a {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  color: #404040;
  line-height: 38px;
  height: 38px;
  display: inline-block;
}
.page a:hover {
  border: 1px solid #bd1a2d;
  background: #bd1a2d;
  color: #fff;
}
.page a.back:hover {
  border: 1px solid #bd1a2d;
  color: #404040;
  background: #fff;
}
.page input[type="submit"] {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  background: #fff;
}
.page input[type="text"] {
  text-align: center;
  font-size: 16px;
}
.contentBox {
  line-height: 2;
  font-size: inherit;
  padding: 30px 0px  35px 0px;
}
.contentBox video {
  width: auto !important;
  display: block;
  margin: 0 auto;
}
.contentBox img {
  width: auto;
  height: auto;
}
.conTit {
  border-bottom: 2px solid #f5a594;
}
.conTit h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 25px 0px;
}
.conTit .time {
  font-size: 16px;
  color: #333;
  clear: both;
  text-align: center;
  height: 30px;
}
