article,
section,
aside,
nav,
header,
footer,
address,
header,
hgroup,
blockquote,
figure,
figcaption {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
input,
select,
textarea {
  vertical-align: middle;
  outline: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
textarea,
input {
  font-family: "微软雅黑", arial;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #444444;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  overflow-x: hidden;
}
.font_size_info {
  font-size: 14px;
}
.font_size_title {
  font-size: 16px;
}
/*主体信息*/
.smart_content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 53px;
}
.module_w_100 {
  width: 100%;
}
.smart_title {
  font-size: 28px;
  display: flex;
  justify-content: center;
  line-height: 36px;
  align-items: center;
  font-weight: 600;
  padding: 56px 0 35px 0;
}
.text_blue {
  color: #2f4e77;
  font-weight: 600;
}
.common_info {
  font-size: 16px;
  line-height: 36px;
  color: #222222;
}

/* banner 部分 */
.p1_banner {
  border: 1px solid #ddd;
  position: relative;
}
.p1_banner img {
  width: 100%;
}
.p1_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 0;
}
/* banner 部分*/
/* 第二部分 */
.p2_content {
  width: 100%;
}
.p2_details {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.p2_details img {
  margin: 0 auto;
}
.p2_details_conter {
  position: relative;
  padding: 25px 0 0;
  width: 100%;
}
.p2_details_conter .p2_btn {
  font-size: 16px;
  color: #ffffff;
  background-color: #416e9b;
  padding: 15px 26px;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  display: inline;
  left: 50%;
  transform: translateX(-50%);
}
.p2_item {
  display: flex;
  padding: 39px 0;
}

.p2_item > div {
  flex-grow: 1;
  width: 410px;
  text-align: left;
}
.p2_parent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.p2_item .item_div {
  width: 410px;
  background: url(/fa/wx/201909241/RJ-img/p2_item_bg.png) 3px #416e9b;
  background-repeat: no-repeat;
  padding: 25px 32px 30px 32px;
  display: flex;
  box-sizing: border-box;
}
.p2_item .item_div .text_r {
  color: #fff;
}
.p2_item .item_div .text_r {
  padding-left: 16px;
  font-size: 16px;
}
.p2_item .item_div .text_r .title_info {
  margin-bottom: 10px;
}
.p2_item > div.item_left {
  display: flex;
  justify-content: flex-start;
}
.p2_item > div.item_right {
  display: flex;
  justify-content: flex-end;
}

/*第三部分*/
.p3_content {
  background: url(/fa/wx/201909241/RJ-img/p3_bg.png) right #416e9b;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.p3_title,
.p3_info {
  color: #fff;
}
.p3_content_info {
  margin-top: 23px;
  display: flex;
}
.p3_content_info .p3_item {
  width: 33.33%;
  padding-left: 90px;
}
.p3_item .items {
  width: 100%;
  background: linear-gradient(180deg, #27598c, rgba(58, 105, 154, 0.6));
  padding: 22px 19px 45px 19px;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}
.p3_item .items .p3_title {
  text-align: center;
  font-size: 16px;
}
.p3_item .items > img {
  margin: 0 auto;
}
.p3_item .items .p3_center_div {
  border: 1px solid #8ba6c1;
  border-radius: 24px;
  padding: 10px 36px;
  margin-top: 35px;
}
.p3_item .items .p3_center_div ul.btn_item1,
.p3_item .items .p3_center_div ul.ej_title {
  padding: 0;
  margin: 0;
  display: flex;
  height: 32px;
  line-height: 32px;
}
.p3_item .items .p3_center_div ul.btn_item1 li {
  flex-grow: 1;
  background: #6d8fb1;
  color: #fff;
}
.p3_item .items .p3_center_div ul.ej_title li {
  flex-grow: 1;
  color: #fff;
}
.p3_item .items .p3_center_div .img_title {
  padding-top: 10px;
}
.p3_item .items .p3_center_div .img_title p {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  color: #fff;
}
.p3_item .items .p3_center_div .img_title .font_bot {
  color: #fff;
  font-size: 14px;
}

/*第二部分 中心部分*/
.p3_rj_title {
  color: #fff;
  line-height: 34px;
  margin-bottom: 10px;
}
.p3_cen_div {
  position: relative;
}
.p3_cen_div > img {
  margin-bottom: 10px;
}
.p3_cen_div .cen_title {
  color: #fff;
  font-size: 16px;
}
.p3_cen_div .font_bot {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
.p3_cen_left_title {
  position: absolute;
  left: 0;
  top: 43%;
}
.p3_cen_left_title span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
/*第二部分 右侧部分*/
.p3_rig_con {
  margin-top: 35px;
}
.rig_info,
.p3_rig_top .top_info {
  display: flex;
  align-items: center;
}
.p3_rig_top .top_info {
  margin-left: 4px;
}
.p3_rig_top .top_info span {
  text-align: left;
  color: #fff;
  margin-left: 4px;
  line-height: 24px;
}
.bot_info_list {
  margin-left: 5px;
}
.rig_info {
  margin-bottom: 28px;
}
.bot_info,
.list_item {
  text-align: left;
  display: flex;
  align-items: center;
}
.list_item {
  margin-bottom: 15px;
}
.list_item:last-child {
  margin-bottom: 0;
}
.bot_info_list .list_item span.list_item_text {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  margin-left: 2px;
}
.p3_rig_top .font_bot {
  text-align: left;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  line-height: 30px;
}
/*第二部分 右侧部分*/

/*第三部分 */
.p4_5_info {
  display: flex;
  align-items: center;
}
.p4_5_info>span {
  margin-left: 14px;
  line-height: 24px;
}
.p4_lang_info {
  align-items: flex-start;
  margin-top: 10px;
}
.p4_lang_info .text_blue {
  margin-left: 0;
}
.p4_content_info {
  display: flex;
  margin-left: -37px;
  margin-top: 18px;
}
.p4_content_info .p4_item {
  width: 33.33%;
  padding-left: 37px;
  box-sizing: border-box;
}
.items_info {
  padding: 30px 14px 14px 14px;
  box-sizing: border-box;
  background: #5f96c3;
  color: #fff;
  text-align: center;
  height: 100%;
  position: relative;
}
.p4_item:nth-child(2) .items_info {
  background: #416e9b;
}
.p4_item:nth-child(3) .items_info {
  background: #325078;
}
.p4_info_title span {
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}
.items_info img {
  margin-top: 28px;
}
.point {
  position: absolute;
  width: 42px;
  height: 42px;
  right: -10px;
  top: 26px;
  background: #416e9b;
  transform: rotate(45deg);
  z-index: -1;
}
.p4_item:first-child .items_info .point {
  background: #5f96c3;
}
.p4_bot_title {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-top: 10px;
}
/*第三部分 */

/*第四部分 */
.p5_content {
  background: url(/fa/wx/201909241/RJ-img/btn.jpg) no-repeat top;
  background-size: contain;
}
.p5_content_info {
  display: flex;
  margin-top: 24px;
  position: relative;
}
.p5_content_info > img {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  height: 100%;
  transform: translateX(-8px);
}
.p5_content_info .p5_item {
  flex-grow: 1;
  background: #416e9b;
  width: 50%;
}
.p5_content_info .p5_item:last-child {
  background: #5f96c3;
}
.p5_content_info .p5_item:last-child .p5_item_info {
  float: right;
}
.p5_item_info {
  width: calc(100% - 45px);
}
.p5_item_info table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}
.p5_item_info table tr td {
  text-align: center;
}
.p5_item_info table tr.th_header {
  background: rgb(0, 0, 0, 0.2);
  line-height: 55px;
  height: 55px;
  font-size: 16px;
}
.p5_item_info table tr.th_header td:first-child {
  width: 20%;
}
.p5_item_info table tr.bodys {
  line-height: 35px;
  height: 35px;
}
.p5_item_info table tr.bodys:nth-child(even) {
  background: rgb(255, 255, 255, 0.3);
}
.table_img {
  text-align: center;
  margin-top: 38px;
}
.table_img img {
  border: 8px solid rgb(255, 255, 255, 0.3);
}
.p5_bot_title {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 16px 0;
}
.model_img {
  display: none;
}
/*第四部分 */
