@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;
  font-family: Microsoft Yahei;
}

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

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

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*/
body {
  background: url(../images/banner_top.jpg) center top no-repeat;
  background: url(../images/banner_top.jpg) center top no-repeat\0;
  background: url(../images/banner_top.jpg) center top no-repeat\9\0;
  background-color: transparent;
  background-size: 1920px;
}

.banner_top {
  height: 320px;
  background-size: 1920px;
}

.focus_bg {
  background: url(../images/focus_bg.png) center top no-repeat;
}

.headline_container {
  width: 960px;
  height: 200px;
  margin: 0px auto 0;
  position: relative;
}

.headline_container h1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 137px;
  background-image: radial-gradient(50% 105%, #FFEEB5 0%, #FFD87F 100%);
  font-weight: 600;
  font-size: 24px;
  line-height: 56px;
  color: #C2331D;
  letter-spacing: 9px;
  writing-mode: vertical-lr;
  text-align: center;
  writing-mode: tb-lr;
}

.headline_container h1 a {
  color: #C2331D;
}

.headline_container h1:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 28px solid #930500;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.headline_container p {
  padding: 60px 0 0 80px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFE8A7;
  text-align: justify;
  text-indent: 2em;
}

.headline_container p a {
  color: #FFE8A7;
}

.focus_container {
  margin: 0px auto 0;
  height: 520px;
}

.focus_container .focus_box {
  position: relative;
  width: 920px;
  margin: 0px auto 0;
}

.focus_container .focus_box .pagination {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  padding: 0 100px 0 0;
  bottom: 26px;
  right: 0px;
  z-index: 2;
  text-align: right;
  display: table-cell;
}

.focus_container .focus_box .pagination span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.focus_container .focus_box .pagination span.swiper-active-switch {
  width: 12px;
}

.focus_container .focus_box .focus-prev-pic, .focus_container .focus_box .focus-next-pic {
  display: block;
  width: 31px;
  height: 79px;
  position: absolute;
  cursor: pointer;
  top: 178px;
  left: 57px;
  z-index: 10;
  background: url(../images/focus_left.png) center center no-repeat;
}

.focus_container .focus_box .focus-next-pic {
  left: auto;
  right: 57px;
  background: url(../images/focus_right.png) center center no-repeat;
}

/*swiper*/
#swiper-container-main {
  width: 773px;
  height: 435px;
  margin: 55px auto 0;
  overflow: hidden;
  position: relative;
}

#swiper-container-main div.swiper-slide div.box {
  width: 773px;
  height: 435px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#swiper-container-main div.swiper-slide div.box img {
  display: inline-block;
  width: 773px;
  height: 435px;
}

#swiper-container-main div.swiper-slide div.box h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-weight: 400;
  font-size: 22px;
  line-height: 55px;
  font-family: Microsoft YaHei;
  text-align: left;
  display: block;
  box-sizing: border-box;
  padding-right: 100px;
  width: 100%;
  height: 55px;
  background: url(../images/focus_shadow.png) repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 20px;
  background: #000;
  background: -webkit-linear-gradient(transparent, black);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /*FireFox*/
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opear */
  background: -ms-linear-gradient(transparent, black);
  /*IE10及IE10+*/
  color: #fff;
}

#swiper-container-main div.swiper-slide div.box h3 a {
  color: #fff;
}

#swiper-container-main div.swiper-slide div.box p {
  position: absolute;
  top: 700px;
  left: 0;
  z-index: 3;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: PingFangSC-Regular,PingFangSC,Microsoft YaHei;
  text-align: center;
  display: none;
  width: 940px;
  height: auto;
  color: #8b8a8a;
}

#swiper-container-main div.swiper-slide div.box p a {
  color: #8b8a8a;
}

#swiper-container-main div.swiper-slide div.box p em {
  color: #c0281c;
}

/*p1_container*/
.p1_container_bg {
  background: url(../images/p1_bg.png) center bottom no-repeat;
  height: 650px;
  margin: -60px auto 0;
}

.p1_container {
  width: 970px;
  margin: 0px auto 0;
}

.p1_container .title {
  position: relative;
  margin: 160px auto 0;
  height: 57px;
  background: url(../images/p1_title.png) center center no-repeat;
}

.p1_container .title a {
  color: #FEE1AA;
  display: block;
  width: 100%;
  height: 100%;
}

.p1_container .tabStudy div.hd {
  height: 28px;
  padding: 13px 10px;
  text-align: center;
  background: url(../images/p1_line.png) center bottom no-repeat;
  position: relative;
}

.p1_container .tabStudy div.hd li {
  display: inline-block;
  position: relative;
  margin: 0 35px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #FEE1AA;
  text-align: center;
  cursor: pointer;
}

.p1_container .tabStudy div.hd li a {
  color: #FEE1AA;
}

.p1_container .tabStudy div.hd li.on {
  font-size: 24px;
}

.p1_container .tabStudy div.hd li.on:after {
  content: '';
  display: block;
  width: 54px;
  height: 13px;
  background: url(../images/icon_select.png) center center no-repeat;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -27px;
}

.p1_container .tabStudy div.bd {
  margin: 24px auto 0;
  width: 940px;
  height: 313px;
  background: #FFEFD2;
  border-top: 3px solid #FFAC0E;
  position: relative;
  z-index: 2;
}

.p1_container .tabStudy div.bd .bdBox {
  margin: 24px auto 0;
  width: 910px;
  height: 260px;
  position: relative;
}

.p1_container .tabStudy div.bd .bdBox .image {
  width: 454px;
  height: 256px;
  background: url(../images/p1_img_bg.png) center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.p1_container .tabStudy div.bd .bdBox .image span {
  display: block;
  padding: 14px 0 0 16px;
}

.p1_container .tabStudy div.bd .bdBox .text {
  width: 471px;
  height: 244px;
  background: #FFF6E8;
  position: absolute;
  top: 12px;
  right: 0;
}

.p1_container .tabStudy div.bd .bdBox .text h2 {
  display: table-cell;
  vertical-align: middle;
  height: 66px;
  padding: 0 20px;
  background: #FEE1AA;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;
  color: #D32D26;
}

.p1_container .tabStudy div.bd .bdBox .text h2 a {
  color: #D32D26;
}

.p1_container .tabStudy div.bd .bdBox .text p {
  padding: 0px 22px 0 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
}

.p1_container .tabStudy div.bd .bdBox .text p em {
  display: block;
  padding: 0 10px;
  float: right;
  border: 1px solid #EBDBBD;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-indent: 0;
  color: #B49171;
}

.p1_container .tabStudy div.bd .bdBox .text p em a {
  color: #B49171;
}

.p1_container .tabStudy div.bd .bdBox .text p:first-of-type {
  margin-top: 10px;
}

.p1_container .tabStudy div.controlBox {
  position: relative;
}

.p1_container .tabStudy div.controlBox .nextStudy {
  display: block;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 50%;
  margin-left: -29px;
  width: 75px;
  height: 75px;
  background: url(../images/p1_btn.png) center center no-repeat;
  cursor: pointer;
}

/*p2_container*/
.p2_container_bg {
  background: url(../images/p2_bg.png) center top no-repeat;
  height: 742px;
  margin: 40px auto;
}

.p2_container {
  margin: 0 auto;
}

.p2_container .title {
  height: 62px;
  margin: 60px auto 30px;
  background: url(../images/p2_title.png) center center no-repeat;
}

.p2_container .title a {
  display: block;
  width: 100%;
  height: 100%;
}

.p2_container .list {
  width: 1020px;
  margin: 10px auto 0;
}

.p2_container .list ul {
  text-align: center;
}

.p2_container .list ul li {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 265px;
  background: url(../images/p2_box_bg.png) center center no-repeat;
  margin: 0 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Microsoft Yahei';
  color: #333333;
}

.p2_container .list ul li span {
  display: block;
  margin: 20px auto 0;
  width: 200px;
  height: 130px;
  overflow: hidden;
}

.p2_container .list ul li span img {
  width: 200px;
  height: auto;
  object-fit: contain;
}

.p2_container .list ul li p {
  display: table-cell;
  vertical-align: middle;
  height: 82px;
  padding: 10px 15px 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #333333;
}

/* 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: 600;
  font-size: 14px;
  line-height: 30px;
  font-family: MicrosoftYaHei;
  color: #000;
}

.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: 1200px;
  }
}
