@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea,
button,
select {
  font: inherit;
  background: none;
  border: none;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.bor_b {
  border-bottom: solid 1px #eeeeee;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.start {
  align-items: flex-start;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flex1 {
  flex: 1;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 16px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.pad30 {
  padding: 0 5%;
}
.f40 {
  font-size: 40px;
}
.f36 {
  font-size: 36px;
}
.f34 {
  font-size: 34px;
}
.f30 {
  font-size: 30px;
}
.f28 {
  font-size: 28px;
}
.f26 {
  font-size: 26px;
}
.f24 {
  font-size: 24px;
}
.f22 {
  font-size: 22px;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f14 {
  font-size: 14px;
}
.cover {
  object-fit: cover;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray8 {
  color: #888 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.mar_t40 {
  margin-top: 40px;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_r30 {
  margin-right: 30px;
}
.wid80 {
  width: 80%;
}
.phone {
  display: none;
}
.blue {
  color: #2a6ac9;
}
.orange {
  color: #ff8a00;
}
/*banner*/
.header_bg {
  width: 100%;
  background: url(../images/header_bg.jpg) no-repeat center top;
  height: 190px;
  padding: 20px 0 0;
}
.btn a {
  padding: 0 10px;
}
.logo img {
  width: 326px;
}
.search {
  width: 280px;
  height: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  border: solid 1px #fff;
}
.srch_btn {
  width: 18px;
  height: 18px;
  background: url(../images/ss.png) no-repeat;
  border: none;
  margin-left: 15px;
}
.srch_txt {
  flex: 1;
  background: none;
  border: none;
}
.nav_bg {
  background: #2a6ac9;
  height: 68px;
}
.nav {
  color: #fff;
}
.nav li {
  text-align: center;
}
.nav li > a {
  width: 120px;
  height: 44px;
  font-size: 18px;
  line-height: 42px;
  position: relative;
  display: block;
  border-radius: 22px;
  font-weight: bold;
}
.nav li.active > a {
  border: solid 1px #fff;
}
.nav li:hover > a {
  border: solid 1px #fff;
}
.footer_bg {
  background: #152743;
  padding: 35px 0 0;
  color: rgba(255, 255, 255, 0.8);
}
.footer_logo {
  margin-right: 50px;
}
.footer_logo img {
  width: 164px;
  height: 133px;
}
.footer_nav {
  margin-left: -10px;
}
.footer_nav a {
  padding: 0 10px;
}
.code {
  margin-left: 3%;
}
.code img {
  width: 100px;
  height: 100px;
}
.copyright {
  border-top: solid 1px #2d3d56;
  padding: 25px 0;
}
.login_bg {
  background: url(../images/login_bg.jpg) no-repeat center top;
  height: 628px;
  padding: 5% 0 3%;
}
.login_box {
  width: 480px;
  height: 480px;
  border-radius: 10px;
  box-shadow: 0 0 0.6rem rgba(132, 161, 189, 0.2);
  background: #fff;
  margin: 0 auto;
  padding: 0 3%;
}
.login_tit {
  padding: 2% 0 0;
  border-bottom: solid 1px #dcdcdc;
  line-height: 2.8;
}
.login_tit::after {
  width: 100px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a6ac9;
  margin: 0 auto;
}
.login_list {
  margin: 12% 0 0;
}
.login_list li {
  background: #e9f0f9;
  border-radius: 6px;
  height: 66px;
  margin-bottom: 20px;
}
.yzm_btn {
  margin: 0 10px;
  cursor: pointer;
}
.form_btn {
  height: 66px;
  border-radius: 6px;
  background: #2a6ac9;
  color: #fff;
}
.reg_bg {
  margin: 5% 0;
  background: #f8f8f8;
  padding: 3% 4%;
}
.reg_tit {
  background: url(../images/reg_tit.png) no-repeat center center;
}
.reg_box {
  background: #fff;
  margin: 3% 0 0;
  padding: 4% 3% 5%;
}
.reg_list_tit {
  width: 95px;
}
.reg_list li {
  width: 47%;
  margin-bottom: 2.5%;
}
.reg_form {
  border: solid 1px #e5e5e5;
  height: 50px;
  line-height: 50px;
  padding: 0 3%;
}
.reg_form_select {
  -webkit-appearance: none;
  background: url(../images/nar1.png) no-repeat right 20px center;
}
.login_btn {
  width: 300px;
  height: 56px;
  background: #2a6ac9;
  border-radius: 28px;
  color: #fff;
  margin: 3% auto 2%;
}
.hand {
  cursor: pointer;
}
.chaxun_btn_bg {
  background: url(../images/baoming_bg.jpg) no-repeat center top;
  height: 120px;
  margin: 2% 0;
}
.chaxun_btn {
  width: 360px;
  height: 73px;
  background: url(../images/chaxun_btn.png) no-repeat center center #fff;
  border-radius: 36.5px;
}
.tit_bg::before {
  width: 100%;
  height: 1px;
  background: #bfd6eb;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tit {
  line-height: 1.5;
  background: #fff;
  padding: 0 0.5rem;
  display: inline-block;
  z-index: 2;
  text-transform: uppercase;
}
.tit h4 {
  opacity: 0.3;
}
.tit::before,
.tit::after {
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  background: #bfd6eb;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tit::before {
  left: 0;
}
.tit::after {
  right: 0;
}
.tit1 {
  background: #f5f5f5;
}
.m_baoming {
  margin: 3% 0;
}
.m_baoming li {
  width: 49%;
  background: #f9f9f9;
  height: 240px;
  padding: 3% 3%;
  margin-bottom: 2%;
  transition: all 0.6s;
}
.m_baoming li .f20 {
  line-height: 0.3rem;
  height: 0.6rem;
}
.m_baoming li .gray8 {
  line-height: 0.28rem;
  height: 0.56rem;
}
.m_baoming li:hover {
  background: #f4f7fb;
}
.m_baoming li:hover .f20 {
  font-weight: bold;
  color: #2a6ac9;
}
.m_baoming_bg {
  background: #f5f5f5;
  padding: 3% 0;
}
.m_baoming_form {
  background: #fff;
  padding: 2% 2% 2%;
}
.m_baoming_form_list li {
  width: 23.6%;
  margin-bottom: 2%;
}
.baoming_form {
  height: 50px;
  padding: 0 4%;
  border: solid 1px #eeeeee;
  font-size: 14px;
}
.yzm_input {
  width: 50%;
}
.baoming_form1 {
  height: 100px;
}
.upload {
  width: 100px;
  height: 100px;
}
.main_bg {
  background: #f5f5f5;
  padding: 3% 0;
}
.left {
  width: 20%;
}
.left h1 {
  background: #2a6ac9;
  color: #fff;
  line-height: 70px;
}
.left_list {
  background: #fff;
}
.left_list li > a {
  border-bottom: solid 1px #f5f5f5;
  padding: 20px 0;
  display: block;
  position: relative;
}
.left_list li > a::after {
  content: "\279C";
  color: #2a6ac9;
  position: absolute;
  top: 30%;
  right: 20%;
  display: none;
}
.left_list li:hover > a {
  background: #d2e4ff;
  color: #2a6ac9;
}
.left_list li:hover > a::after {
  display: block;
}
.left_list li.on > a {
  background: #d2e4ff;
  color: #2a6ac9;
}
.left_list li.on > a::after {
  display: block;
}
.sub_type {
  display: none;
}
.sub_type a {
  display: block;
  padding: 20px 0;
  border-bottom: solid 1px #f5f5f5;
  color: #2a6ac9;
}
.sub_type a:hover {
  background: #d2e4ff;
}
.sub_type a.on {
  background: #d2e4ff;
}
.right {
  width: 77.5%;
}
.right_con {
  background: #fff;
  padding: 3% 3%;
}
.m_news {
  padding: 2% 0;
}
.m_news li {
  border-bottom: solid 1px #f1f3f6;
  padding: 0.2rem 0 0.2rem 0.2rem;
  position: relative;
}
.m_news li::before {
  width: 0.07rem;
  height: 0.07rem;
  background: #dcdcdc;
  display: block;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.m_news li:hover {
  color: #2a6ac9;
}
.m_news li:hover::before {
  background: #2a6ac9;
}
.page {
  text-align: center;
  margin: 5% 0 0;
}
.page a {
  line-height: 0.36rem;
  display: inline-block;
  text-align: center;
  background: #fff;
  border: solid 1px #e8e8e8;
  padding: 0 0.2rem;
  margin: 0 5px;
}
.page a.active {
  background: #2a6ac9;
  color: #fff;
}
.path {
  height: 50px;
}
.dw {
  width: 0.14rem;
  height: 0.16rem;
}
.show_box {
  background: #fff;
  padding: 3%;
}
.show_tit {
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 3%;
  line-height: 1.5;
}
.show_txt {
  min-height: 3.9rem;
}
.show_txt img {
  max-width: 100%;
}
.right_type li {
  padding: 0 5%;
  position: relative;
  cursor: pointer;
}
.right_type li::after {
  width: 1px;
  height: 16px;
  background: #e5e5e5;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.right_type li:last-child::after {
  display: none;
}
.right_type li.on {
  color: #2a6ac9;
}
.right_type li:hover {
  color: #2a6ac9;
}
.m_member_list {
  color: #555555;
  display: none;
}
.m_member_list:first-child {
  display: flex;
}
.m_member_list li {
  width: 27%;
  margin-right: 9%;
  margin-top: 2%;
}
.m_member_list li:nth-child(3n) {
  margin-right: 0;
}
.chaxun_box {
  padding: 0.6rem 3%;
  background: #fff;
}
.chaxun_tit {
  padding-bottom: 30px ;
}
.chaxun {
  width: 540px;
  margin: 0 0 0 247px ;
}
.chaxun li {
  margin-bottom: 5%;
}
.chaxun_txt {
  flex: 1;
  height: 54px;
  border: solid 1px #e5e5e5;
  padding: 0 2%;
}
.chaxun_btn1 {
  background: #2a6ac9;
  color: #fff;
}
.m_huodong {
  padding: 2% 0 0;
}
.m_huodong li {
  width: 31.66666667%;
  background: #fff;
  height: 410px;
  padding: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 2%;
}
.m_huodong li:nth-child(3n) {
  margin-right: 0;
}
.m_huodong li:hover {
  color: #2a6ac9 !important;
}
.m_huodong li:hover .gray9 {
  color: #2a6ac9 !important;
}
.m_huodong li:hover .f22 {
  font-weight: bold !important;
}
.m_huodong_pic {
  height: 250px;
}
.m_huodong_pic img {
  object-fit: cover;
}
.m_service_head {
  background: url(../images/fuwu.jpg) no-repeat center top;
  background-size: 100%;
  height: 180px;
}
.m_service_tit {
  background: url(../images/member2.png) no-repeat center bottom;
  color: #fff;
  padding: 20px 0 10px;
}
.m_service_type li {
  width: 240px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  color: #fff;
  margin: 0 1.5%;
}
.m_service_type li a {
  height: 100%;
}
.m_service_type li img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.m_service_type li:hover {
  background: #005adf;
  border: solid 1px #fff;
}
.m_service li {
  width: 24.16666667%;
  text-align: center;
  margin-right: 1.1%;
  margin-bottom: 1%;
}
.m_service li:nth-child(4n) {
  margin-right: 0;
}
.m_service li:hover {
  color: #2a6ac9;
}
.m_service_pic {
  height: 150px;
}
.m_service_pic img {
  object-fit: cover;
}
.bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.pop {
  width: 1000px;
  height: 650px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  padding: 35px 60px 40px;
}
.pop_con {
  height: 420px;
  overflow-y: auto;
}
.agree_btn {
  width: 240px;
  height: 66px;
  background: #2a6ac9;
  border-radius: 10px;
  margin: 30px auto 0;
  color: #fff;
}
.close {
  font-size: 30px;
  color: #999999;
  right: 6%;
  top: 3%;
}
.bg1 {
  background: url(../images/bg1.jpg) no-repeat center top;
  padding: 53px 0 0;
}
.banner {
  width: 670px;
}
.banner li img {
  height: 430px;
}
.banner li p {
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 20px 23% 15px 5%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
.banner .swiper-pagination {
  bottom: 20px;
  text-align: right;
  padding-right: 30px;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #ff8a00;
}
.news {
  width: 500px;
}
.news_tit {
  margin-bottom: 15px;
}
.news_tit li {
  margin-right: 8%;
  position: relative;
  line-height: 40px;
  cursor: pointer;
}
.news_tit li.on {
  color: #2a6ac9;
}
.news_tit li.on::after {
  width: 50px;
  height: 3px;
  background: #2a6ac9;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.news_list li {
  border-bottom: solid 1px rgba(228, 232, 237, 0.45);
  padding: 17px 0;
  position: relative;
  padding-left: 20px;
}
.news_list li::before {
  width: 7px;
  height: 7px;
  background: #dcdcdc;
  border-radius: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
.news_list li:hover {
  color: #2a6ac9;
}
.news_list li:hover::before {
  background: #2a6ac9;
}
.more {
  right: 0;
  top: -50px;
}
.news_con {
  display: none;
}
.news_con:first-child {
  display: block;
}
.searvice_box {
  padding: 65px 0 80px;
}
.searvice {
  margin: 50px 0 0;
}
.searvice_left {
  width: 290px;
  height: 380px;
  background: url(../images/service_bg.jpg) no-repeat;
  padding: 10px 0 0;
}
.service_type {
  width: 200px;
  margin: 20px auto 0;
}
.service_type li {
  height: 50px;
  background: rgba(0, 86, 200, 0.2);
  border-radius: 25px;
  margin-bottom: 10px;
  color: #fff;
}
.service_type li a {
  height: 100%;
}
.service_type li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.service_type li:hover {
  background: #005adf;
}
.searvice_list {
  width: 900px;
}
.searvice_list li {
  width: 32.2%;
  margin-right: 1.1%;
  text-align: center;
  margin-bottom: 1%;
}
.searvice_list li:nth-child(3n) {
  margin-right: 0;
}
.searvice_list li:hover {
  color: #2a6ac9;
}
.bg2 {
  background: url(../images/bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 50px 0;
}
.tit_bg1 {
  background: url(../images/tit_bg.png) no-repeat center;
}
.tit_bg1 .tit {
  background: none;
}
.activity {
  padding: 30px 0 0;
}
.activity li {
  background: #fff;
}
.activity li a {
  padding: 6.5%;
  display: block;
}
.activity li:hover {
  color: #2a6ac9 !important;
}
.activity li:hover .gray9 {
  color: #2a6ac9 !important;
}
.activity li:hover .f22 {
  font-weight: bold !important;
}
.activity .swiper-pagination {
  position: static;
  margin: 30px 0 0;
}
.activity .swiper-pagination-bullet {
  width: 16px;
  height: 5px;
  opacity: 1;
  border-radius: 0;
  background: #bfd5eb;
}
.activity .swiper-pagination-bullet-active {
  background: #004da1;
}
.bg3 {
  background: url(../images/bg3.jpg) no-repeat center top;
  background-size: 100%;
  padding: 50px 0 60px;
}
.party_list1 {
  padding: 35px 0 0;
}
.party_list1 li {
  width: 48.33333333%;
  border-radius: 10px;
  background: #fff;
}
.party_list1 li:hover .f20 {
  color: #2a6ac9 !important;
}
.party_list1_pic {
  height: 240px;
}
.party_list1_pic img {
  object-fit: cover;
}
.party_list1_con {
  padding: 25px 5%;
}
.party_list1_con .two {
  line-height: 26px;
  height: 52px;
}
.party_list2 {
  padding: 15px 0 0;
}
.party_list2 li {
  width: 48.33333333%;
  border-bottom: solid 1px #ebebec;
  padding: 20px 0;
}
.party_list2 li span {
  width: 115px;
  padding-left: 20px;
}
.party_list2 li > a {
  flex: 1;
}
.party_list2 li:hover {
  color: #2a6ac9 !important;
}
.frendlink {
  height: 110px;
}
.frendlink a {
  padding-right: 35px;
  border-right: 1px solid #d2ddeb;
}
.frendlink a:last-of-type {
  border-right: none;
}
