@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: PingFangSC-Medium, PingFangSC, "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

body {
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  min-width: 1280px;
}

body {
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  min-width: 1280px;
}

div {
  margin: 0 auto;
}

li {
  text-align: left;
}

a:link, a:visited {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #222;
  text-decoration: none;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1200 {
  width: 1200px;
}

.w1020 {
  width: 1020px;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.w940 {
  width: 940px;
}

.w322 {
  width: 322px;
}

ul.list_18 {
  overflow: hidden;
}

ul.list_18 li {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-dot.png) 0px center no-repeat;
  padding-left: 16px;
}

.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-dot.png) 0px center no-repeat;
  padding-left: 10px;
}

.list_16 li a:hover {
  color: #c00;
}

.list_16no li {
  background: none;
  padding-left: 0;
}

.list_14 li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_12 li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1000 {
  width: 1000px;
}

.gray {
  color: #adadad;
}

.gray a {
  color: #adadad;
}

.gray a:hover, .gray a:link, .gray a:visited {
  color: #adadad;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.white a:hover, .white a:link, .white a:visited {
  color: #fff;
}

.red {
  color: #e20a0f;
}

.red a {
  color: #e20a0f;
}

.red a:hover, .red a:link, .red a:visited {
  color: #e20a0f;
}

/*common*/
.banner_top {
  height: 478px;
  background: url(../images/banner_top@2x.jpg) center top no-repeat;
  background: url(../images/banner_top@2x.jpg) center top no-repeat\0;
  background: url(../images/banner_top.jpg) center top no-repeat\9\0;
  background-size: 1920px;
}

.daoyu {
  width: 1139px;
  min-height: 186px;
  background: url(../images/bg_daoyu.jpg) center bottom no-repeat #f7ebd3;
  margin: -87px auto 0;
  padding: 0 30px 20px;
  text-align: center;
}

.daoyu h1 {
  margin: 30px auto 10px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  font-family: PingFang SC;
  text-align: center;
  color: #40669E;
}

.daoyu h1 a {
  color: #40669E;
}

.daoyu p {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  font-family: PingFang SC;
  text-align: left;
  color: #1C1C1C;
}

.daoyu p a {
  color: #1C1C1C;
}

.focus_container {
  margin: 50px auto 0;
  min-height: 660px;
  background: url(../images/focus_bg.jpg) center bottom no-repeat;
}

.focus_container .focus_box {
  position: relative;
  width: 1200px;
  height: 526px;
  margin: 20px auto 0;
}

.focus_container .focus_box_imgs {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  position: relative;
}

.focus_container .focus_box_imgitem {
  position: absolute;
  width: 930px;
  height: 526px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  transition: .8s;
  opacity: 0;
}

.focus_container .focus_box_imgitem img {
  width: 100%;
  height: 100%;
}

.focus_container .focus_box_imgitem p {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: #C14435;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 60px;
  font-family: PingFang SC;
  text-align: center;
  color: #FEFEFE;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus_container .cur-img {
  width: 930px;
  z-index: 100;
  opacity: 1;
}

.focus_container .pre-img {
  transform: translateX(-220px) rotateY(45deg) translateZ(0) scale(0.7);
  z-index: 9;
  opacity: 0.9;
}

.focus_container .pre-img p {
  display: none;
}

.focus_container .next-img {
  transform: translateX(220px) rotateY(-45deg) translateZ(0) scale(0.7);
  z-index: 9;
  opacity: 0.9;
}

.focus_container .next-img p {
  display: none;
}

.focus_container #focus_pre, .focus_container #focus_next {
  display: block;
  width: 160px;
  height: 526px;
  cursor: pointer;
  position: absolute;
  z-index: 111;
  top: 0;
  left: 0;
  background: url(../images/icon_btn_left.png) center center no-repeat;
}

.focus_container #focus_next {
  left: auto;
  right: 0;
  background: url(../images/icon_btn_right.png) center center no-repeat;
}

.swiper-container-focus {
  width: 1200px;
  height: 526px;
}

.swiper-container-focus .swiper-slide {
  height: 526px;
  overflow: hidden;
}

.swiper-container-focus .swiper-slide .box {
  width: 930px;
  height: 526px;
}

.swiper-container-focus .swiper-slide img {
  width: 100%;
  height: 100%;
}

/*p1_container*/
.p1_container {
  min-height: 945px;
  background: url(../images/p1_bg.jpg) center bottom no-repeat;
}

.p1_container .title {
  margin: 20px auto 0;
  height: 172px;
  background: url(../images/p1_title.png) center top no-repeat;
}

.p1_container .title .w1200 {
  height: 172px;
  position: relative;
}

.p1_container .title .w1200 h6 {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  font-family: PingFang SC;
  color: #C81818;
}

.p1_container .title .w1200 h6 a {
  color: #C81818;
}

.p1_container .line {
  height: 55px;
  background: url(../images/p1_line_bottom.png) center top no-repeat;
}

.p1_container .swiper_content_w1200 {
  width: 1200px;
  position: relative;
}

.p1_container .swiper_content_w1200 .swiper_p1_btn_left, .p1_container .swiper_content_w1200 .swiper_p1_btn_right {
  display: block;
  width: 57px;
  height: 58px;
  cursor: pointer;
  position: absolute;
  top: 290px;
  left: -25px;
  background: url(../images/icon_btn_left.png) center center no-repeat;
}

.p1_container .swiper_content_w1200 .swiper_p1_btn_right {
  left: auto;
  right: -20px;
  background: url(../images/icon_btn_right.png) center center no-repeat;
}

.p1_container .swiper_content_p1 {
  width: 1120px;
  height: 650px;
  overflow: hidden;
}

.p1_container .swiper_content_p1 .swiper-slide {
  width: 100%;
  height: 650px;
}

.p1_container .swiper_content_p1 .imgBox {
  width: 216px;
  height: 285px;
  padding: 0 70px;
  margin: 27px 8px 0 8px;
  float: left;
  position: relative;
  text-align: center;
}

.p1_container .swiper_content_p1 .imgBox img {
  width: 216px;
  height: 285px;
}

.p1_container .swiper_content_p1 .imgBox p {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -108px;
  width: 196px;
  height: auto;
  padding: 10px;
  background: rgba(25, 20, 23, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  font-family: PingFang SC;
  text-align: center;
  color: #FEFEFE;
}

.p2_container_bg {
  min-height: 900px;
  padding-bottom: 80px;
  background: url(../images/p2_bg.jpg) center bottom no-repeat;
}

.p2_container {
  width: 1200px;
}

.p2_container .lmBox {
  width: 530px;
  min-height: 460px;
  border: 1px dashed #D4422D;
  padding: 60px 30px 30px;
  margin: 40px auto 0;
  float: left;
}

.p2_container .lmBox .title {
  margin: 0px auto 0px;
}

.p2_container .lmBox .title h2 {
  display: inline-block;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  font-family: DFPSongW12-GB;
  color: #C81818;
}

.p2_container .lmBox .title h6 {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  font-family: PingFang SC;
  color: #303030;
  float: right;
}

.p2_container .lmBox ul li {
  margin: 30px auto 0;
  border-top: 1px dashed #9E4646;
}

.p2_container .lmBox ul li h3 {
  margin: 30px auto 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  font-family: PingFang SC;
}

.p2_container .lmBox ul li p {
  margin: 30px auto 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  font-family: PingFang SC;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}

.p2_container .lmBox ul li p i {
  color: #C81818;
}

.p2_container .lmBox ul li i {
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  font-family: PingFang SC;
  color: #C81818;
}

.p2_container .lmBox1 {
  min-height: 550px;
}

.p2_container .lmBox1 ul li {
  margin: 30px auto 0;
  border-top: 1px dashed #9E4646;
}

.p2_container .lmBox1 ul li h3 {
  height: 48px;
}

.p2_container .lmBox1 ul li p {
  display: none;
}

.p2_container .line {
  width: 100%;
  height: 1px;
  float: left;
}

/* copyright */
.footer {
  width: 1920px;
  height: 127px;
  background: #eeeeee;
  opacity: 1.0;
  filter: alpha(opacity=100);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.footer p {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  font-family: MicrosoftYaHei;
}

.contentBg {
  width: 1440px;
  height: 590px;
  padding: 210px 0 0 0;
  background: url(../images/bg.jpg) center top no-repeat;
}

.contentBg .text_left {
  width: 204px;
  float: left;
}

.contentBg .text_left h2 {
  margin: 50px auto 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "PingFang SC";
  text-align: center;
  color: #c39a58;
}

.contentBg .text_left p {
  padding: 0 45px 0 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei";
  text-align: justify;
  letter-spacing: 1px;
  color: #c39a58;
}

.contentBg .text_right {
  width: 204px;
  float: left;
}

.contentBg .text_right h2 {
  margin: 50px auto 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "PingFang SC";
  text-align: center;
  color: #c39a58;
}

.contentBg .text_right ul {
  padding: 0 0 0 30px;
}

.contentBg .text_right ul li {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei";
  color: #c39a58;
  text-align: justify;
  word-wrap: normal;
  word-break: keep-all;
}

.contentBg .text_right ul li:after {
  display: inline-block;
  width: 100%;
  height: 0;
  content: '';
}

.contentBg .text_right ul li.long {
  width: 40px;
  padding: 0 5px;
}

.contentBg .text_right ul li.red {
  color: #c21f1b;
  cursor: pointer;
}

.contentBg .con_focus {
  width: 1032px;
  float: left;
}

.contentBg .con_focus .focusBg {
  width: 1032px;
  height: 530px;
  overflow: hidden;
  position: relative;
}

/*swiper*/
#swiper-container-time {
  width: 1032px;
  height: 530px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#swiper-container-time div.swiper-wrapper {
  height: 530px !important;
  background: url(../images/curve.png) 35px center repeat-x;
}

#swiper-container-time div.swiper-slide {
  width: 245px;
  height: 525px;
  text-align: center;
}

#swiper-container-time div.swiper-slide div.bgBox {
  margin-left: 21px;
  padding: 0 30px;
  width: 212px;
  height: 525px;
  background: url(../images/box_style1.png) center 55px no-repeat;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#swiper-container-time div.swiper-slide div.bgBox .imgBox {
  display: block;
  width: 212px;
  position: absolute;
  top: 45px;
  left: 30px;
}

#swiper-container-time div.swiper-slide div.bgBox .imgBox img {
  display: inline-block;
  width: 180px;
  height: 135px;
}

#swiper-container-time div.swiper-slide div.bgBox .imgBox p {
  display: table-cell;
  vertical-align: middle;
  height: 54px;
  font-size: 500;
  font-size: 14px;
  line-height: 18px;
  font-family: "PingFang SC";
  text-align: left;
  padding: 10px 15px;
}

#swiper-container-time div.swiper-slide div.bgBox .areaBox {
  display: block;
  width: 212px;
  position: absolute;
  top: 380px;
  left: 30px;
  color: #406e77;
}

#swiper-container-time div.swiper-slide div.bgBox .areaBox i {
  display: block;
  width: 24px;
  height: 28px;
  float: left;
  background: url(../images/area_icon.png) center center no-repeat;
  margin: 5px 10px 0 60px;
}

#swiper-container-time div.swiper-slide div.bgBox .areaBox h3 {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Microsoft Yahei";
}

#swiper-container-time div.swiper-slide div.bgBox .areaBox h4 {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Microsoft Yahei";
}

#swiper-container-time div.swiper-slide:last-of-type {
  width: 298px;
}

#swiper-container-time div.swiper-slide div.bgBox2 {
  background: url(../images/box_style2.png) center 165px no-repeat;
}

#swiper-container-time div.swiper-slide div.bgBox2 .imgBox {
  top: 210px;
  left: 30px;
}

#swiper-container-time div.swiper-slide div.bgBox2 .areaBox {
  top: 40px;
  left: 25px;
}

#swiper-container-time .swiper-scrollbar-time-con {
  width: 325px;
  height: 46px;
  padding: 19px 20px 0;
  background: url(../images/timeLine_bg.png) top center no-repeat;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -180px;
}

#swiper-container-time .swiper-scrollbar {
  width: 325px;
  height: 46px;
  background: none;
  cursor: pointer;
  text-align: left;
}

#swiper-container-time .swiper-scrollbar-drag {
  display: block;
  height: 33px !important;
  background: url(../images/timeLine_icon.png) center center no-repeat;
  float: left;
}

.copyright {
  width: 100%;
  width: 1000px;
  margin: 30px auto;
  padding: 10px 0;
  font-size: 12px;
  line-height: 180%;
  color: #fff;
  text-align: center;
  clear: both;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html, body {
    min-width: 1280px;
  }
}
