.flexcss {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
}
body {
  font-family: "微软雅黑";
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.contentbox {
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.contentbox .content-left {
  width: calc(70% - 80px);
  height: 100%;
  overflow: hidden;
}
.contentbox .content-rigt {
  width: 30%;
  height: 100%;
}
.news-list {
  display: block;
  margin-bottom: 30px;
}
.news-list img {
  width: 24%;
  height: 150px;
}
.news-list dl {
  width: 73%;
  margin-left: 20px;
}
.news-list dl dt {
  font-size: 18px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-list dl dd {
  color: #666;
  font-size: 15px;
}
.news-list dl .summery {
  margin-bottom: 15px;
}
.news-list dl .cy-tag {
  display: inline-block;
  color: #327cdc;
  background-color: #e6f4fd;
  padding: 5px 10px;
  margin-right: 5px;
}
.news-list dl .cy-tag:hover {
  text-decoration: underline;
}
.news-list dl .date {
  display: inline-block;
  color: #999999;
  font-size: 14px;
}
.news-banner1 {
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.news-text {
  font-size: 16px;
  line-height: 28px;
}
.news-text p {
  margin-bottom: 15px;
}
.ztgw-codebox {
  width: calc(100% - 40px);
  height: 100px;
  border: 1px solid #EEEEEE;
  margin: 30px 0;
  padding: 20px;
}
.ztgw-codebox .codebox {
  width: 45%;
  height: 100%;
}
.ztgw-fwh-code {
  width: 100px;
  height: 100px;
  margin: auto;
}
.ztgw-fwh-code img {
  width: 100%;
  height: 100%;
}
.code-info {
  width: 66%;
}
.code-info .code-title {
  margin: 0 0 10px 10px;
}
.code-info .code-p {
  margin-left: 10px;
}
.hot-link {
  width: 100%;
}
.hot-link h3 {
  color: #3a5490;
  font-size: 18px;
  margin-bottom: 30px;
}
.bookImg {
  height: 80%;
  width: auto;
  margin: 10% auto;
  display: block;
  -webkit-transition: linear 0.5s;
  -moz-transition: linear 0.5s;
  -ms-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  transition: linear 0.5s;
}
.homeFloor2 {
  background: #fff;
  margin-top: 10px;
  border: 1px solid #EEEEEE;
  width: 100%;
  overflow: hidden;
}
.homeFloor2 a:hover {
  color: #3a5490 !important;
}
.homeFloor2 h2 {
  font-size: 18px;
  line-height: 36px;
  margin-top: 15px;
}
.homeFloor2 ul {
  width: 100%;
  overflow: hidden;
}
.homeFloor2 li {
  float: left;
  width: 199px;
  height: 288px;
  border: 1px solid #fff;
}
.homeFloor2 li:first-child {
  margin-left: 0;
}
.homeFloor2 .original-price {
  font-size: 12px;
  color: #999999;
  margin-top: -10px;
  text-decoration: line-through;
  margin-left: 5px;
}
.homeFloor2 li:hover {
  -webkit-box-shadow: 0 0 10px #fff;
  -moz-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
}
.homeFloor2 > a {
  width: 206px;
  height: 288px;
  display: block;
}
.homeFloor2 .homefloo2r-img {
  width: 199px;
  height: 200px;
  overflow: hidden;
}
.homeFloor2 h5 {
  font-weight: normal;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  font-size: 13px;
  margin: 0 14px;
  overflow: hidden;
}
.homeFloor2 h5:hover {
  color: #3a5490;
}
.homeFloor2 div.oh {
  margin: 8px 14px;
}
.homeFloor2 strong.redfont {
  font-size: 18px;
  line-height: 28px;
}
.homeFloor2 span.redfont {
  height: 26px;
  line-height: 26px;
  width: 60px;
  text-align: center;
  border: 1px solid #e34446;
  font-size: 12px;
}
.homeFloor2 span.redfont:hover {
  background: #e34446;
  color: #fff;
}
.right-active-imagebox {
  width: 100%;
  height: 325px;
  background-color: #EEEEEE;
  margin-bottom: 30px;
  border-radius: 20px;
}
.ranking-hour24 {
  margin-bottom: 20px;
}
.ranking-hour24 dd {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 18px;
  position: relative;
  font-size: 16px;
}
.ranking-hour24 dd:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #EEEEEE;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.ranking-hour24 dd:nth-of-type(1):before {
  background-color: #ff8604;
}
.ranking-hour24 dd:nth-of-type(2):before {
  background-color: #fdc562;
}
.ranking-hour24 dd:nth-of-type(3):before {
  background-color: #fbde5a;
}
.ranking-hour24 dt {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #3399cc;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.related-rpt {
  margin-bottom: 30px;
}
.related-rpt dd {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  padding-left: 18px;
}
.related-rpt dd:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}
.sm-title {
  font-weight: bold;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.related-ocn-links {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ocn-links-item {
  width: 30%;
  text-align: center;
  margin: 10px 0;
}
.ocn-links-item:hover img {
  transform: rotate(360deg);
}
.ocn-links-item:hover:nth-of-type(1) p {
  color: #b9eedb;
}
.ocn-links-item:hover:nth-of-type(2) p {
  color: #8fc2da;
}
.ocn-links-item:hover:nth-of-type(3) p {
  color: #9fd2e5;
}
.ocn-links-item:hover:nth-of-type(4) p {
  color: #f1e1ad;
}
.ocn-links-item:hover:nth-of-type(5) p {
  color: #e5a860;
}
.ocn-links-item:hover:nth-of-type(6) p {
  color: #59afe0;
}
.ocn-links-item img {
  width: 68px;
  height: 68px;
  transition: All 0.6s ease-in-out;
}
.ocn-links-item p {
  font-size: 16px;
}
.ocn-links-item:nth-of-type(1) p:hover {
  color: #b9eedb;
}
.ocn-links-item:nth-of-type(2) p:hover {
  color: #8fc2da;
}
.ocn-links-item:nth-of-type(3) p:hover {
  color: #9fd2e5;
}
.ocn-links-item:nth-of-type(4) p:hover {
  color: #f1e1ad;
}
.ocn-links-item:nth-of-type(5) p:hover {
  color: #e5a860;
}
.ocn-links-item:nth-of-type(6) p:hover {
  color: #59afe0;
}
.boutique-cases h3 {
  font-size: 18px;
  color: #3a5490;
  padding: 10px;
}
.case-item {
  width: 45%;
  height: 200px;
  text-align: center;
  margin: 10px 0;
  padding-bottom: 10px;
}
.case-item:hover {
  background-color: #EEEEEE;
}
.case-item img {
  width: 100%;
  height: 170px;
}
.case-item p {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.fiexd-actvie {
  position: fixed;
  top: 180px;
  left: 1210px;
  z-index: 9;
}
.fiexd-related-rpt {
  position: fixed;
  top: 490px;
  left: 1210px;
  z-index: 9;
}
.fiexdcss {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.title-rpt {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin: 30px 0;
}
.title-rpt:before {
  content: '';
  width: 4px;
  height: 18px;
  background: #0067ED;
  position: absolute;
  top: 5px;
  left: 0;
}
.title-rpt .dzbg {
  font-size: 15px;
  color: #E34446;
  letter-spacing: 2px;
}
.title-rpt .dzbg:hover {
  text-decoration: underline;
}
.swiper-container.swiper3 {
  height: 230px;
  padding: 0 40px;
  text-align: center;
}
.swiper-container.swiper3 img {
  width: 50%;
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-button-prev {
  height: 20px;
}
.right-active-imagebox {
  background: url(/static/v5/image/rpt_index_bannerbg.png) no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  letter-spacing: 2px;
}
.right-active-imagebox:hover {
  color: #FFFFFF;
}
.right-active-imagebox h4 {
  font-size: 28px;
  font-weight: normal;
  line-height: 65px;
}
.right-active-imagebox p {
  font-size: 14px;
}
.right-active-imagebox .font {
  width: 90%;
  height: 68%;
  margin: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}
.right-active-imagebox .font2 {
  width: 70%;
  height: 35%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #043f5e;
  padding: 0 30px;
  font-size: 18px;
  text-align: left;
  line-height: 32px;
}
.right-active-imagebox2 {
  background: url(/static/v5/image/rpt_index_banner2bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.listPagenumber {
  text-align: center;
  border-top: 1px solid #EEEEEE;
  padding: 20px 0;
}
.listPagenumber span a {
  display: inline-block;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  padding: 5px 15px;
  cursor: pointer;
}
.listPagenumber span:hover,
.listPagenumber span.actived {
  color: #3a5490;
  border-color: #3a5490;
}
.listPagenumber .morePage.dot {
  display: inline-block;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  padding: 5px 15px;
  cursor: pointer;
}
.ocn-index-new .news-listBox {
  padding-bottom: 50px;
  min-width: 1590px;
}
.ocn-index-new .summery {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ocn-index-new .news-list {
  width: calc(50% - 100px);
  min-width: 720px;
}
.ocn-index-new .news-list dl {
  width: 70%;
}
.ocn-index-new .news-list img {
  width: 27%;
}
.ocn-index-new .news-list:nth-child(odd) {
  margin-left: 145px;
}
.ocn-index-new .ocn-news {
  font-size: 16px;
  letter-spacing: 2px;
}
.ocn-index-new .spl-title {
  font-size: 24px;
}
.ocn-index-new .spl-title .more {
  font-size: 16px;
}
.ocn-index-new .info-list li {
  margin-top: 20px;
}
.ocn-index-new .width-45pc {
  width: 38%;
  background: #f4f6fa;
  padding: 20px 50px 50px;
}
* {
  padding: 0;
  margin: 0;
}
.information li {
  list-style: none;
}
.information a {
  text-decoration: none;
  color: #333333;
}
.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.centerPage {
  width: 1220px;
}
.margin-x-auto {
  margin: 0 auto;
}
.width-33pc {
  width: calc(33% - 30px);
}
.mt-2 {
  margin-top: 20px;
}
.spl-title {
  border-bottom: 2px solid #FFFFFF;
  overflow: hidden;
  line-height: 60px;
}
.spl-title .more {
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  color: #327CDC;
}
.spl-title .more:hover {
  color: #0D66AE;
}
.info-list a {
  text-decoration: none;
  color: #333;
  line-height: 32px;
}
.info-list a:hover {
  color: #0083D1;
}
.info-list li {
  margin-top: 10px;
  list-style: none;
  width: 100%;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info-list li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #adadad;
  margin-right: 10px;
}
.information-top .width-70pc {
  width: calc(66% - 10px);
  height: 400px;
}
.information-top .width-70pc img {
  width: 100%;
  height: 100%;
}
.information-top .width-30pc {
  width: 30%;
  height: 400px;
  overflow: hidden;
}
.information-bottom {
  margin-top: 50px;
}
.information-bottom .width-33pc {
  width: calc(33% - 100px);
  padding: 0  30px 30px;
  min-height: 350px;
  background-color: rgba(235, 235, 235, 0.5);
}
.card-area .card-item {
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  position: relative;
  float: left;
  width: 210px;
  height: 408px;
  background-color: transparent;
  opacity: 0.7;
}
.card-area .card-item.active {
  z-index: 6;
  width: 354px;
  height: 408px;
  opacity: 1;
}
.card-area .card-item dd img {
  width: 35px;
  height: 35px;
  float: left;
  margin-top: 5px;
}
.card-area .card-item dd .oneInfro {
  overflow: hidden;
  margin-bottom: 10px;
  height: 48px;
  line-height: 48px;
}
.card-area .card-item dd h5 {
  width: 85px;
  margin: 0 5px;
  font-size: 16px;
  float: left;
}
.card-area .card-item.active dt {
  background: #ffb100;
}
.card-area .card-item dd {
  padding: 31px 20px 21px;
}
.card-area .card-item.active dd {
  padding: 31px 44px 21px;
}
.card-area .card-item dt {
  height: 74px;
  line-height: 74px;
  background: #0053bb;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.card-area .card-item .card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
}
