@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: 1400px;
  background: #fff;
}

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

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;
}

.w1100 {
  width: 1100px;
}

.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;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.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.png) center top no-repeat #DDF1FD;
  background: url(../images/banner_top.png) center top no-repeat #DDF1FD \0;
  background: url(../images/banner_top.png) center top no-repeat #DDF1FD \9\0;
  background-size: 1920px;
}

.banner_top {
  height: 525px;
}

.banner_top .w1000 {
  position: relative;
  width: 1000px;
  height: 525px;
}

.banner_top .w1000 .link {
  position: absolute;
  top: 40px;
  right: 0;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #FFF49E;
  letter-spacing: 0;
}

.headline_container {
  width: 1000px;
  background: #FFF6CC;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  margin: 26px auto 0;
  padding: 44px 23px 20px;
  position: relative;
}

.headline_container:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: -18px;
  z-index: -1;
  width: 970px;
  height: 37.73px;
  transform: scaleY(-1);
  background: #EFE4D6;
  filter: blur(10px);
}

.headline_container .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 128px;
  height: 55px;
  background: url(../images/headline_icon.png) center center no-repeat;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  color: #FFF6CC;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.headline_container .icon a {
  color: #FFF6CC;
}

.headline_container h1 {
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #D32929;
  letter-spacing: 0;
  text-align: center;
}

.headline_container h1 a {
  color: #D32929;
}

.headline_container ul li {
  margin: 12px auto 17px;
  font-family: PingFangSC-Medium;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 23px;
}

.headline_container ul li a {
  color: #333333;
}

.focus_container_bg {
  background: url(../images/focus_bg.png) center top no-repeat;
  height: 629px;
  position: relative;
  z-index: 2;
}

.focus_container {
  width: 1000px;
  margin: 40px auto 0;
}

.focus_view {
  position: relative;
  width: 891px;
  height: 580px;
}

.focus_view .swiper-container {
  width: 891px;
  height: 580px;
}

.focus_view .swiper-container .swiper-slide {
  position: relative;
}

.focus_view .swiper-container .swiper-slide img {
  width: 891px;
  height: 501px;
  object-fit: contain;
  background: #c10000;
}

.focus_view .swiper-container .swiper-slide div {
  width: 100%;
  height: 50px;
  margin: 20px auto 0;
}

.focus_view .swiper-container .swiper-slide div p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50px;
  padding: 0px 30px 0 15px;
  font-size: 18px;
  line-height: 50px;
  color: #FFFFFF;
}

.focus_view .swiper-container .swiper-slide div p a {
  color: #FFFFFF;
}

.focus_view .swiper-pagination {
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  right: 10px;
  bottom: 100px;
  text-align: right;
}

.focus_view .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
  background: #fff;
  opacity: 1;
}

.focus_view .swiper-pagination .swiper-pagination-bullet-active {
  background: #175AA1;
}

.focus_view .arrow-left, .focus_view .arrow-right {
  position: absolute;
  left: -40px;
  top: 38%;
  width: 24px;
  height: 100px;
  z-index: 10;
  background: url(../images/focus_btn_prev.png) center center no-repeat;
  cursor: pointer;
}

.focus_view .arrow-left:after, .focus_view .arrow-right:after {
  content: "";
  position: absolute;
}

.focus_view .arrow-right {
  left: auto;
  right: -40px;
  background: url(../images/focus_btn_next.png) center center no-repeat;
}

/*lastNew_container*/
.lastNew_container_bg {
  height: 619px;
  height: 440px;
  margin: 0px auto 0;
  background: url(../images/lastNew_bg.png) center -80px no-repeat;
  position: relative;
  z-index: 1;
}

.lastNew_container_bg:before {
  content: '';
  width: 100%;
  height: 74px;
  background: linear-gradient(180deg, #DFEDEF 0%, #F8FCFE 100%);
  border-radius: 0px 0px 0px 0px;
  filter: blur(36.2px);
  position: absolute;
  top: -35px;
  left: 0;
}

.lastNew_container {
  width: 1000px;
  box-sizing: border-box;
  padding: 0 0px 0 0px;
}

.lastNew_container .title {
  margin: 60px auto 0;
  height: 52px;
  background: url(../images/lastNew_title.png) center center no-repeat;
}

.lastNew_container .title h3 {
  height: 100%;
  font-size: 0;
  text-indent: -9999em;
}

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

.lastNew_container ul {
  margin: 35px -30px 0 -12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lastNew_container ul li {
  width: 492px;
  height: 120px;
  float: left;
  margin: 0 28px 26px 0;
  box-sizing: border-box;
  padding: 36px 20px 0 36px;
  background: url(../images/lastNew_list_box1.png) center center no-repeat;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  color: #fff;
}

.lastNew_container ul li a {
  display: block;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
}

.lastNew_container ul li:nth-of-type(2) {
  background: url(../images/lastNew_list_box2.png) center center no-repeat;
}

.lastNew_container ul li:nth-of-type(3) {
  background: url(../images/lastNew_list_box3.png) center center no-repeat;
}

.lastNew_container ul li:nth-of-type(4) {
  background: url(../images/lastNew_list_box4.png) center center no-repeat;
}

.history_container_bg {
  height: 754px;
  height: 720px;
  background: url(../images/history_bg.png) center top no-repeat;
  position: relative;
  z-index: 1;
}

.history_container .title {
  margin: 70px auto 40px;
  height: 52px;
  background: url(../images/history_title.png) center center no-repeat;
}

.history_container .title h3 {
  height: 100%;
  font-size: 0;
  text-indent: -9999em;
}

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

.history_container .history_text {
  width: 1000px;
}

.history_container .history_text .fl {
  width: 352px;
  height: 430px;
  box-sizing: border-box;
  padding: 48px 40px 0 26px;
  float: left;
  background: url(../images/history_yellow_bg.png) center top no-repeat;
  margin-top: 36px;
}

.history_container .history_text .fl p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}

.history_container .history_text .fr {
  width: 640px;
  float: right;
}

.history_container .history_text .fr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.history_container .history_text .fr ul li {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: left;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  padding: 20px;
  width: 262px;
  height: 220px;
  background: #3879A5;
  box-shadow: 0px 3px 12px 0px #70BBE1;
  border-radius: 0px 0px 0px 0px;
}

.history_container .history_text .fr ul li a {
  color: #fff;
}

.history_container .history_text .fr ul li:nth-of-type(2) {
  width: 366px;
  height: 220px;
  background: #B52418;
  box-shadow: 0px 3px 12px 0px #70BBE1;
  border-radius: 0px 0px 0px 0px;
}

.history_container .history_text .fr ul li:nth-of-type(3) {
  width: 366px;
  height: 220px;
  background: #C87F32;
  box-shadow: 0px 3px 12px 0px #70BBE1;
  border-radius: 0px 0px 0px 0px;
}

.history_container .history_text .fr ul li:nth-of-type(4) {
  width: 262px;
  height: 220px;
  background: #2E84AE;
  box-shadow: 0px 3px 12px 0px #70BBE1;
  border-radius: 0px 0px 0px 0px;
}

.image_container_bg {
  height: 786px;
  background: url(../images/image_bg.png) center top no-repeat #fff;
  margin: -30px auto 0;
  position: relative;
  z-index: 1;
}

.image_container_bg:before {
  content: '';
  width: 100%;
  height: 107px;
  background: linear-gradient(180deg, #E7F4FD 0%, #E7F9FF 100%);
  border-radius: 0px 0px 0px 0px;
  filter: blur(15px);
  position: absolute;
  top: -40px;
  left: 0;
}

.image_container_bg:after {
  content: '';
  width: 100%;
  height: 107px;
  background: linear-gradient(180deg, #E7F4FD 0%, #E7F9FF 100%);
  border-radius: 0px 0px 0px 0px;
  filter: blur(15px);
  position: absolute;
  bottom: -40px;
  left: 0;
}

.image_container .title {
  margin: 100px auto 40px;
  height: 52px;
  background: url(../images/image_title.png) center center no-repeat;
}

.image_container .title h3 {
  height: 100%;
  font-size: 0;
  text-indent: -9999em;
}

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

.image_view {
  position: relative;
  width: 1080px;
  height: 440px;
}

.image_view .swiper-container {
  width: 1020px;
  height: 440px;
  margin: 60px auto 0;
}

.image_view .swiper-container .swiper-slide {
  position: relative;
}

.image_view .swiper-container .swiper-slide .box {
  width: 322px;
  height: 322px;
  background: url(../images/image_box_bg.png) center top no-repeat;
  overflow: hidden;
}

.image_view .swiper-container .swiper-slide .box span {
  display: block;
  margin: 12px auto 0;
  width: 298px;
  height: 178px;
}

.image_view .swiper-container .swiper-slide .box span img {
  width: 298px;
  height: 178px;
  object-fit: contain;
}

.image_view .swiper-container .swiper-slide .box p {
  margin: 5px auto 0;
  padding: 0 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.image_view .arrow-left, .image_view .arrow-right {
  position: absolute;
  left: -30px;
  top: 38%;
  width: 36px;
  height: 96px;
  z-index: 10;
  background: url(../images/image_btn_prev.png) center center no-repeat;
  cursor: pointer;
}

.image_view .arrow-left:after, .image_view .arrow-right:after {
  content: "";
  position: absolute;
}

.image_view .arrow-right {
  left: auto;
  right: -30px;
  background: url(../images/image_btn_next.png) center center no-repeat;
}

.literature_container_bg {
  height: 754px;
  height: 580px;
  background: url(../images/literature_bg.png) center top no-repeat;
  position: relative;
  z-index: 1;
}

.literature_container_bg:after {
  content: '';
  width: 100%;
  height: 185px;
  background: linear-gradient(180deg, #D0F2FD 0%, #C3DDE6 100%);
  border-radius: 0px 0px 0px 0px;
  filter: blur(46px);
  position: absolute;
  bottom: -80px;
  left: 0;
}

.literature_container {
  position: relative;
}

.literature_container .title {
  margin: 0px auto;
  width: 1086px;
  height: 52px;
  background: url(../images/literature_title.png) center center no-repeat;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.literature_container .title h3 {
  height: 100%;
  font-size: 0;
  text-indent: -9999em;
}

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

.literature_view {
  position: relative;
  width: 1110px;
  height: 459px;
  background: url(../images/literature_con_bg.png) center top no-repeat;
}

.literature_view .swiper-container {
  width: 1040px;
  height: 409px;
  margin: 50px auto 0;
}

.literature_view .swiper-container .swiper-slide {
  position: relative;
}

.literature_view .swiper-container .swiper-slide .box {
  width: 232px;
  height: 357px;
  background: #2E84AE;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid;
  border-image: linear-gradient(180deg, #a5e2ff, rgba(46, 132, 174, 0)) 1 1;
}

.literature_view .swiper-container .swiper-slide .box span {
  display: block;
  margin: 15px auto 0;
  width: 198px;
  height: 254px;
}

.literature_view .swiper-container .swiper-slide .box span img {
  width: 198px;
  height: 254px;
  object-fit: contain;
}

.literature_view .swiper-container .swiper-slide .box p {
  margin: 5px auto 0;
  padding: 0 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
}

.literature_view .swiper-container .swiper-slide .box p a {
  color: #FFFFFF;
}

.literature_view .arrow-left, .literature_view .arrow-right {
  position: absolute;
  left: -50px;
  top: 38%;
  width: 36px;
  height: 96px;
  z-index: 10;
  background: url(../images/literature_btn_prev.png) center center no-repeat;
  cursor: pointer;
}

.literature_view .arrow-left:after, .literature_view .arrow-right:after {
  content: "";
  position: absolute;
}

.literature_view .arrow-right {
  left: auto;
  right: -50px;
  background: url(../images/literature_btn_next.png) center center no-repeat;
}

.museum_container_bg {
  height: 644px;
  margin: -50px auto 0;
  background: url(../images/museum_bg.png) center 0px no-repeat;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}

.museum_container_bg:before {
  content: '';
  width: 100%;
  height: 185px;
  background: linear-gradient(180deg, #D0F2FD 0%, #C3DDE6 100%);
  border-radius: 0px 0px 0px 0px;
  filter: blur(46px);
  position: absolute;
  top: -80px;
  left: 0;
}

.museum_container {
  position: relative;
}

.museum_container .title {
  margin: 0px auto;
  width: 1086px;
  height: 52px;
  background: url(../images/museum_title.png) center center no-repeat;
}

.museum_container .title h3 {
  height: 100%;
  font-size: 0;
  text-indent: -9999em;
}

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

.museum_view {
  position: relative;
  width: 1240px;
  height: 470px;
}

.museum_view .swiper-container {
  width: 1240px;
  height: 470px;
  margin: 40px auto 0;
}

.museum_view .swiper-container .swiper-slide {
  position: relative;
}

.museum_view .swiper-container .swiper-slide:nth-of-type(even) .box {
  background: url(../images/museum_box2.png) center top no-repeat;
}

.museum_view .swiper-container .swiper-slide .box {
  width: 390px;
  height: 470px;
  background: url(../images/museum_box1.png) center top no-repeat;
  overflow: hidden;
}

.museum_view .swiper-container .swiper-slide .box span {
  display: block;
  margin: 35px auto 0;
  width: 353px;
  height: 199px;
}

.museum_view .swiper-container .swiper-slide .box span img {
  width: 353px;
  height: 199px;
  object-fit: contain;
}

.museum_view .swiper-container .swiper-slide .box p {
  margin: 45px auto 0;
  padding: 0 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #FFF2CC;
  text-align: center;
}

.museum_view .swiper-container .swiper-slide .box p a {
  color: #FFF2CC;
}

.museum_view .arrow-left, .museum_view .arrow-right {
  position: absolute;
  left: -50px;
  top: 48%;
  width: 36px;
  height: 96px;
  z-index: 10;
  background: url(../images/literature_btn_prev.png) center center no-repeat;
  cursor: pointer;
}

.museum_view .arrow-left:after, .museum_view .arrow-right:after {
  content: "";
  position: absolute;
}

.museum_view .arrow-right {
  left: auto;
  right: -50px;
  background: url(../images/literature_btn_next.png) center center no-repeat;
}

/**/
.footer {
  height: auto;
}

.copy {
  width: 100%;
  height: 170px;
  overflow: hidden;
  background: #F7F6EF;
  background: #F7FBFF;
  background-size: cover;
}

.copy .copy_list {
  width: 800px;
  height: 74px;
  margin: 45px auto;
  text-align: center;
}

.copy .copy_list img {
  float: left;
  width: 80px;
  height: 80px;
}

.copy .copy_list p {
  font-size: 16px;
  line-height: 32px;
}

body.zt_xx {
  background: url(../images/banner_top.jpg) center top no-repeat, url(../images/bg_detail.png) center top no-repeat, #F7FBFF;
}

.banner_top_detail {
  height: 688px;
  position: relative;
}

.banner_top_detail::before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background: #F7FBFF;
  filter: blur(30px);
  position: absolute;
  bottom: -50px;
  left: 0;
}

.detail_book_container {
  width: 1107px;
  height: 520px;
  background: url(../images/detail_book_con_bg.png) center top no-repeat;
  position: relative;
}

.detail_book_container .book {
  width: 351px;
  height: 470px;
  position: absolute;
  left: 80px;
  top: -15px;
}

.detail_book_container .book img {
  display: block;
  margin: 0px auto 0;
  width: 310px;
  height: 426px;
  border: 4px solid #fff;
  position: relative;
  z-index: 2;
}

.detail_book_container .book:after {
  content: "";
  display: block;
  width: 90%;
  height: 20px;
  background: #0C3360;
  opacity: 70%;
  filter: blur(15px);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.detail_book_container .msg {
  width: 557px;
  position: absolute;
  left: 460px;
  top: 85px;
}

.detail_book_container .msg h3 {
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.0;
}

.detail_book_container .msg h4 {
  margin: 18px auto 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.detail_book_container .msg h4 ~ h4 {
  margin: 15px auto 0;
}

.detail_book_container .link {
  width: 557px;
  height: auto;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  border-top: 1px dashed #39618C;
  position: absolute;
  left: 460px;
  top: 322px;
}

.detail_book_container .link li {
  display: block;
  float: left;
  width: 264px;
  height: 52px;
  box-sizing: border-box;
  margin: 0 12px 10px 0;
  border-radius: 8px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
}

.detail_book_container .link li a {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.detail_book_container .link li.one {
  background: #C63A36;
}

.detail_book_container .link li.two {
  background: #3E7EC4;
}

.detail_book_container .link li.thr {
  background: #D2A566;
}

.detail_description_container {
  margin: 0px auto 0;
  width: 1158px;
  min-height: 910px;
  background: url(../images/detail_description_con_bg_top.png) center top no-repeat, url(../images/detail_description_con_bg_mid.png) center top repeat-y;
  box-sizing: border-box;
  padding: 140px 140px 90px 160px;
  position: relative;
  z-index: 2;
}

.detail_description_container:after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/detail_description_con_bg_btm.png) center center no-repeat;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.detail_description_container .title {
  margin: 20px auto 0;
  text-align: center;
}

.detail_description_container .title h3 {
  display: inline-block;
  position: relative;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #145BA8;
}

.detail_description_container .title h3 i {
  position: relative;
  z-index: 2;
}

.detail_description_container .title h3:after {
  content: '';
  display: block;
  width: 80%;
  height: 15px;
  background: #8BB9EA;
  position: absolute;
  bottom: 0px;
  left: 10%;
  z-index: 1;
}

.detail_description_container .content {
  margin: 20px auto 0;
}

.detail_description_container .content p {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-family: PingFangSC;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
  text-indent: 2em;
}

.detail_catalog_bg {
  background: url(../images/detail_all_bg.png) center bottom no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.detail_catalog_bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 404.5px;
  background: #F7FBFF;
  filter: blur(39px);
  position: absolute;
  top: -50px;
  left: 0;
}

.detail_catalog_container_bg {
  margin: 50px auto 0;
  padding: 0 40px;
  width: 1000px;
  background: url(../images/detail_catalog_con_bg.png) center top no-repeat #F1F8FF;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.detail_catalog_container {
  box-sizing: border-box;
  margin: 15px auto 0;
  padding: 0 36px 20px;
  background-color: #F1F8FF;
}

.detail_catalog_container .title {
  text-align: center;
  margin: 30px auto 0;
}

.detail_catalog_container .title h3 {
  display: inline-block;
  position: relative;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #145BA8;
}

.detail_catalog_container .title h3 i {
  position: relative;
  z-index: 2;
}

.detail_catalog_container .title h3:after {
  content: '';
  display: block;
  width: 80%;
  height: 15px;
  background: #8BB9EA;
  position: absolute;
  bottom: 0px;
  left: 10%;
  z-index: 1;
}

.detail_catalog_container .content {
  margin: 20px auto 0;
}

.detail_catalog_container .content p {
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #39618C;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  padding: 30px 0;
}

.detail_catalog_container .content p:last-of-type {
  border: none;
}

.detail_catalog_container .content p a {
  color: #145BA8;
}

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