﻿#main .banner {
  background-image: url(../img/banner.png);
  background-repeat: no-repeat;
  height: 460px;
}

#main article {
  margin-top: 70px;
}

article .preface {
  background-color: #61649d;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  padding: 50px 83px 50px 50px;
  position: relative;
  margin-bottom: 100px;
}

article .preface h2 {
  width: 46px;
  height: 97px;
  font-size: 45px;
  line-height: 50px;
  margin-right: 45px;
  position: relative;
  z-index: 1;
}

article .preface h2::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #c6b783;
  border-radius: 40px;
  position: absolute;
  right: -10px;
  bottom: -11px;
  z-index: -1;
}

article .preface .cover {
  font-family: 'ArialMT-Bold';
  font-size: 160px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  right: 12px;
  bottom: 16px;
}

article .preface .download {
  position: absolute;
  width: 200px;
  height: 60px;
  background-color: #c6b783;
  box-shadow: 0px 0px 15px 0px rgba(92, 19, 28, 0.25);
  border-radius: 29.5px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  right: 31px;
  bottom: 25px;
  cursor: pointer;
  transition: all .2s;
}

article .preface .download:hover {
  bottom: 35px;
  transition: all .2s;
}

article .preface .download img {
  margin-left: 10px;
}

section h2 {
  font-family: 'PingFangSC';
  font-size: 73px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #61649d;
  position: relative;
}

section h2 span {
  transform: scale(1, 1.2);
  height: 70px;
  line-height: 70px;
  position: relative;
}

section h2 img {
  margin-right: 10px;
}

section h2 span:after {
  content: "";
  width: 22px;
  height: 4px;
  background-color: #61649d;
  position: absolute;
  right: 0;
  top: -5px;
}

section p.line {
  width: 100%;
  height: 1px;
  background: url(../img/title_line1.png) no-repeat center;
  margin-top: 5px;
}

section.report_L_points ul {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 60px;
}

section.report_L_points li {
  width: 250px;
  height: 288px;
  background: url(../img/section1_li1_bg.png) no-repeat;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

section.report_L_points li:nth-child(2n) {
  background: url(../img/section1_li2_bg.png) no-repeat;

}

section.report_L_points li:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 30px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgb(97 100 158 / 68%) 0%, rgba(0, 0, 0, 0) 50%);
  transition: all .3s;
}

section.report_L_points li:nth-child(2n)::before {
  background: radial-gradient(ellipse at center, rgb(41 55 121 / 74%) 0%, rgba(0, 0, 0, 0) 50%);
}

section.report_L_points li:hover {
  transform: translateY(-5px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

section.report_L_points li:hover:before {
  opacity: 1;
  transform: translateY(5px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

section .pub_btn_box {
  width: 100%;
}

section .pub_btn_box .btn {
  width: 250px;
  height: 60px;
  background-color: #c6b783;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
  transition: all .2s;
}
section .pub_btn_box .btn a{
  color: #ffffff;
}
section .pub_btn_box .btn:nth-child(2) {
  margin-left: 66px;
}

section .pub_btn_box .btn:hover {
  transition: all .2s;
  background-color: #61649d;
}

section.catalogue {
  background: #61649d;
  height: 750px;
  padding-top: 60px;
  margin-top: 80px;
  position: relative;
  margin-bottom: 100px;
}

section.catalogue h2 {
  color: #ffffff;
}

section.catalogue h2 i {
  color: #ffffff;
}

section.catalogue p.line {
  background: url(../img/title_line2.png) no-repeat center;
  margin-bottom: 45px;
}

section.catalogue h2 span:after {
  background-color: #ffffff;
}

section.data .content {
  position: relative;
  z-index: 2;
}

section.catalogue li {
  width: 110px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all .5s;
}
section.catalogue li.active{
  width: 700px;
  transition: all .5s;
}
section.catalogue li .s_title {
  width: 110px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  color: #61649d;
  padding: 43px 43px 36px;
  flex-direction: column;
}

section.catalogue .detail {
  width: 590px;
  height: 400px;
  background: url(../img/catalogue_bg.png) no-repeat;
  background-size: 100%;
  border-radius: 6px;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  overflow: hidden;
  position: absolute;
  left: 110px;
  top: 0;
}

section.catalogue li p {
  position: relative;
  padding-left: 23px;
  margin-left: 23px;
}
section.catalogue li:nth-child(1) p{
  line-height: 40px;
}
section.catalogue li:nth-child(2) p{
  line-height: 30px;
}
section.catalogue li:nth-child(3) p{
  line-height: 30px;
}
section.catalogue li:nth-child(5) p{
  line-height: 35px;
}
section.catalogue li p:nth-child(1) {
  margin-top: 10px;
}

section.catalogue li p:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c6b783;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.catalogue li:nth-child(2) p:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c6b783;
  border-radius: 8px;
  position: absolute;
  top: 12px;
  left: 0;
  transform: none;
}

section.catalogue .btn_box {
  margin-top: 40px;
  justify-content: flex-end;
}

section.catalogue .btn_box .p {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  margin-right: 25px;
}

section.catalogue .btn_box .p:hover {
  color: #c6b783;
}

section.catalogue .btn_box .btn {
  width: 250px;
  height: 60px;
  background-color: #c6b783;
  border-radius: 29px;
  font-size: 22px;
  font-weight: 700;
  line-height: 86px;
  color: #ffffff;
  transition: all .2s;
}

section.catalogue .btn_box .btn:hover {
  transform: scale(1.05);
  transition: all .2s;
}

section.data .content .pub_title {
  width: 500px;
  height: 300px;
  background-color: #ffffff;
  border: solid 2px #61649d;
  position: absolute;
  top: 0;
  right: 0;
}

section.data .content .content_title {
  font-size: 28px;
  color: #61649d;
  padding-left: 30px;
  padding-top: 23px;
}

section.data .content h4 {
  font-size: 20px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 15px;
}

section.data .content h4 em,
section.data .content .content_title em {
  font-family: 'ArialMT-Bold';
  font-size: 35px;
  height: 26px;
  line-height: 20px;
  color: #61649d;
  opacity: 0.2;
  margin-right: 15px;
}

section.data .content1,
section.data .content2 {
  margin-top: 78px;
  height: auto;
  padding: 0 0 20px 29px;
  align-items: flex-start;
  flex-wrap: wrap;
}

section.data .content1 {
  padding-left: 0;
}

section.data .content1 .pub_title,
section.data .content2 .pub_title {
  top: 0;
  right: auto;
  left: 0;
}

section.data .content1 .pub_title {
  left: 270px;
  border-left: none;
}

section.data .content2 .pub_title {
  width: 718px;
}

section.data .content1 .right,
section.data .content2 .left,
section.data .content2 .right {
  width: 650px;
  height: 1020px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  border-right: none;
  position: relative;
  z-index: 10;
  top: 80px;
}

section.data .content1 .right {
  width: 900px;
  height: 520px;
  background-color: #ffffff;
  border: solid 2px #61649d;
  padding: 20px;
  align-items: stretch;
  padding-top: 30px;
}

section.data .content1 .right>div {
  width: 95%;
}

section.data .content1 .right h5,
section.data .content2 .left h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

section.data .content1 .right .echarts {
  width: 100%;
  height: 350px;
  margin: 0 auto;
}

section.data .content1 .right p,
section.data .content2 .echarts_box p {
  font-size: 14px;
  line-height: 22px;
  color: #4d4d4d;
  margin-top: 10px;
}

section.data .content1 .pub_btn_box {
  margin-top: 40px;
}
section.data>.type{
  width: 1200px;
  height: 26px;
  margin: 0 auto;
  position: relative;
  margin-top: -25px;
}
section.data>.type li{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #cacaca;
}
section.data>.type li a{
  color: #cacaca;
}
section.data>.type li:hover a{
  color:#61649d ;
}
section.data>.type li:nth-child(2){
  left: 140px;
}
section.data>.type li:last-child{
  left: auto;
  right: 0;
}
section.data .content2 .left {
  padding: 20px 25px 25px;
}

section.data .content1 b,
section.data .content2 .echarts_box b {
  font-size: 12px;
  text-align: center;
  display: block;
  font-weight: 400;
  margin-top: 18px;
}

section.data .content2 .left h5 {
  margin-bottom: 0;
}

section.data .content2 .left .echarts_box>span {
  font-size: 18px;
  font-weight: 700;
  color: #c6b783;
  display: block;
  margin: 10px 0;
}

section.data .content2 .left .echarts_box:nth-child(1) {
  margin-bottom: 25px;
}

section.data .content2 .left .echarts_box:nth-child(2) {
  padding-top: 25px;
  border-top: dashed 1px #cccccc;
}

section.data .content2 .left .echarts {
  width: 100%;
  height: 250px;
}

section.data .content2 .left .echarts .E{
  width: 33.3%;
  height: 300px;
  margin-bottom: 10px;
  margin-top: 10px;
}
section.data .content2 .right {
  width: 521px;
  height: 1020px;
  background: url(../img/echarts_img.png) no-repeat;
  background-size: 100%;
  border: none;
}

section.data .content2 .echarts_box b {
  margin-top: 5px;
}

section.data .content2 .echarts_box p {
  font-size: 12px;
}

section.data .content2 .pub_btn_box {
  margin-top: 120px;
}

section.data .content3 {
  margin-top: 80px;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}

section.data .content3 .con_left {
  position: absolute;
  z-index: 2;
  top: 81px;
}

section.data .content3 .con_left ul {
  flex-direction: column;
}

section.data .content3 .con_left ul:last-child {
  position: relative;
  left: -35px;
}

section.data .content3 .con_left ul li {
  width: 148px;
  height: 130px;
  background: url(../img/con3_2.png) no-repeat;
  background-size: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
  text-align: center;

}

section.data .content3 .con_left ul li.yellow {
  background: url(../img/con3_3.png) no-repeat;
  background-size: 100%;
}

section.data .content3 .mid {
  width: 967px;
  height: 700px;
  background-color: #ffffff;
  border: solid 2px #e5e5e5;
  position: relative;
  left: 203px;
  padding: 18px 20px 23px 36px;
  z-index: 1;
  top: 81px;
}

section.data .content3 .mid h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

section.data .content3 .histogram2 {
  align-items: flex-start;
  padding-left: 28px;
}

section.data .content3 .histogram2 p {
  width: 430px;
  height: 230px;
  background-color: #4d4d4d;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 16px;
  line-height: 22px;
}

section.data .content3 .histogram2 h5 {
  width: 382px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  height: 48px;
}

section.data .content3 .histogram2 .left>span {
  font-size: 12px;
  line-height: 20px;
  color: #4d4d4d;
  display: block;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center;
}

section.data .content3 .histogram2 .echarts_box {
  width: 430px;
  height: 331px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(12, 4, 7, 0.15);
  padding-top: 20px;
}

section.data .content3 .histogram2 .echarts_box>div {
  width: 420px;
  height: 267px;
  margin: 0 auto 15px;
}

section.data .content3 .histogram2 i {
  display: block;
  font-size: 12px;
  padding: 0 10px;
  margin-top: 3px;
}

section.data .content3 .pub_btn_box {
  margin-top: 120px;
}


section.data .content5 {
  margin-top: 80px;
  flex-wrap: wrap;
  position: relative;
  padding-left: 20px;
}

section.data .content5 .content5_box {
  width: 1170px;
  position: relative;
  margin-top: 80px;
  z-index: 2;
}

section.data .content5 .right {
  left: 0;
  right: auto;
}

section.data .content5 .left {
  width: 1176px;
  height: 321px;
  background: url(../img/re_book6.png) no-repeat;
  background-size: 100%;
}

section.data .content5 .left ul {
  width: 640px;
  flex-wrap: wrap;
  padding: 20px;
  border: solid 1px #e5e5e5;
  background: #ffffff;
}

section.data .content5 .left li {
  width: 290px;
  height: 80px;
  background-color: #61649d;
  padding: 0 23px 0 8px;

}

section.data .content5 .left li.mar {
  margin-bottom: 25px;
}

section.data .content5 .left li div {
  width: 62px;
  height: 62px;
  border-radius: 62px;
  background-color: #fff8df;
  border: solid 2px #2d3a78;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  color: #2d3a78;
}

section.data .content5 .left li p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

section.data .content5 .mid {
  width: 521px;
  height: 420px;
  position: relative;
  z-index: 2;
}

section.data .content5 .pub_btn_box {
  margin-top: 40px;
}
section.data .content6 {
  padding-left: 0;
}
section.data .content6 .right{
  left: auto;
  right: 0;
  width: 711px;
} 
section.data .content6 .left {
  width: 100%;
  height: 335px;
  background: url(../img/re_book7.png) no-repeat;
  background-size: 100%;
  justify-content: flex-end;
}
section.data .content6 .left ul{
  height: 335px;
}
section.ad_tool {
  margin-top: 80px;
}

section.sec_form {
  margin-top: 80px;
  height: 180px;
	background-color: #61649d;
}
section.sec_form .content{
  align-items: flex-end;
  height: 180px;
  padding: 0 50px 0 10px;
}
section.sec_form .book {
  position: relative;
  bottom: -14px;
}
section.sec_form h3 {
  font-size: 20px;
  color: #ffffff;
  height: 20px;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 19px;
}
section.sec_form h3 span{
  font-size: 16px;
  margin-left: 15px;
}
section.sec_form form {
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 30px;
}

section.sec_form .item,
section.sec_form input,
section.sec_form select {
  width: 260px;
  height: 40px;
  background-color: #f1f1f1;
  border-radius: 0;
  font-size: 12px;
  line-height: 40px;
  color: #999999;
}

section.sec_form select {
  background: #f1f1f1 url(../img/arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 97%;
}

section.sec_form .item.mar_b {
  margin-bottom: 10px;

}

section.sec_form .item {
  margin-right: 10px;
  margin-bottom: 0;
}

section.sec_form .item.yzm input {
  width: 230px;
}

section.sec_form .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #ffcc00;
  text-decoration: none;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  color: #1a1a1a;
}

section.sec_form .btn {
  line-height: 28px;
  border-radius: 144px;
  font-size: 24px;
  margin: 0;
  width: 144px;
  height: 144px;
  background: url(../img/submit.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 5px;
  right: 0;
}

.px{
  background-color: #ffffff !important;
}

.px_ad{
  background: url(../img/px_ad.png) no-repeat !important;
  background-position: center top !important;
}
.px>ul li{
  background-color: #e6e6e6 !important;
}
.px>ul li.active{
  background-color: #61649d !important;
}











/* layout */
#main .layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 12;
}

#main .layout>div {
  width: 532px;
  height: 353px;
  background: url(../img/layout.png) no-repeat;
  padding: 50px 41px 0;
  display: none;
}

#main .layout>div.link_box {
  width: 410px;
  height: 180px;
  background: url(../img/link_bg.png) no-repeat;
  padding: 30px 31px 0;

}

#main .layout>div h2 {
  font-size: 22px;
  color: #9f0017;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#main .layout>div h2:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #9f0017;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#main .layout>div form {
  width: 100%;
}

#main .layout>div .item {
  width: 220px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0px 0px 15px 0px rgba(127, 127, 127, 0.25);
}

#main .layout>div .item input,
#main .layout>div .item select {
  width: 220px;
  height: 40px;
  background-color: #ffffff;
}

#main .layout>div select {
  background-position-x: 199px;
}

#main .layout>div .item.yzm input {
  width: 120px;

}

#main .layout>div .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #f1ec24;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

#main .layout>div .btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: url(../img/submit_btn.png) no-repeat;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  color: #9f0017;
  margin: 20px auto 0;
}

#main .layout .close {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 32px;
  right: 27px;
  cursor: pointer;
}

#main .layout .link_box .close {
  top: 15px;
  right: 15px;
}

#main .layout .link {
  margin-top: 20px;
}

#main .layout .link a {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #0054ff;
}

#main .layout .link .code {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-top: 8px;
  display: block;
}

#main .layout form {
  flex-wrap: wrap;
}

#main .layout .close img {
  width: 100%;
}
