@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 {
  font: inherit;
}
.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;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.shink {
  flex-shrink: 0;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 15rem;
  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;
}
.f48 {
  font-size: 0.48rem;
}
.f40 {
  font-size: 0.4rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f26 {
  font-size: 0.26rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray7 {
  color: #777 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.blue {
  color: #0764b9;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  background: linear-gradient(to right, #3a97ed, #0859a4);
  height: 1rem;
}
.header {
  width: 18rem;
  margin: 0 auto;
}
.logo img {
  width: 4.91rem;
}
.nav {
  width: 11.5rem;
}


.nav li {
  font-size: 0.22rem;
  line-height: 1rem;
  position: relative;
  color: #fff;
}
.nav li::after {
  width: 100%;
  height: 4px;
  display: block;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav li.active::after {
  transform: scale(1, 1);
}
.nav li:hover::after {
  transform: scale(1, 1);
}
.sub_nav{
  width: 1.8rem;
  top: 1rem;
  left: -0.45rem;
  background:linear-gradient(rgba(50, 142, 227, .95),rgba(14,96,172,.95));
  padding: .2rem 0;
  line-height: 2;
  z-index: 9;
  color: #fff;
  text-align: center;
  display: none;
}
.sub_nav a{
  display: block;
  font-size: .2rem;
  color: #c8e5ff;
}
.sub_nav a:hover{
  color: #fff;
}
.nav li:hover .sub_nav{
  display: block;
}
.ss_btn {
  cursor: pointer;
  margin-left: 0.3rem;
}
.ss_btn img {
  width: 0.28rem;
  height: 0.29rem;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #0764b9;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
  display: none;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px;
  border: none;
  background: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 0.5rem;
}
.banner .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/dot1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 0.07rem;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: url(../images/dot2.png) no-repeat;
  background-size: 100% 100%;
}
.notice_bg {
  background: #f8f8f8;
  height: 0.8rem;
}
.notice_tit {
  width: 2.6rem;
  background: #0764b9;
  color: #fff;
  line-height: 0.8rem;
  font-size: 0.24rem;
}
.notice_tit img {
  margin-right: 0.1rem;
}
.notice_box {
  width: 16.6rem;
  padding-left: 0.7rem;
}
.notice_box .swiper-button-prev,
.notice_box .swiper-button-next {
  width: 0.98rem;
  height: 0.8rem;
  margin: 0;
  top: 0;
  opacity: 1;
}
.notice_box .swiper-button-prev::after,
.notice_box .swiper-button-next::after {
  font-size: 0.2rem;
  color: #fff;
}
.notice_box .swiper-button-next {
  right: 0;
  background: #d8d8d8;
}
.notice_box .swiper-button-prev {
  left: auto;
  right: 0.98rem;
  background: #0764b9;
}
.notice {
  width: 13.15rem;
}
.notice .swiper {
  height: 1rem;
}
.notice li {
  line-height: 1rem;
}
.notice li a {
  width: 8.7rem;
}
.top_nav {
  padding: 0.5rem 0 0;
}
.top_nav li {
  width: 3.65rem;
  height: 1.2rem;
  background: url(../images/top_nav.png) no-repeat;
  background-size: 100% 100%;
}
.top_nav li a {
  height: 100%;
}
.top_nav li img {
  width: 0.81rem;
  height: 0.71rem;
  margin-right: 0.25rem;
}
.tit {
  line-height: 1;
  padding: 0.7rem 0 0;
}
.tit h3 {
  color: rgba(7, 100, 185, 0.08);
  text-transform: uppercase;
  font-size: 1rem;
}
.tit h4 {
  margin-top: -0.7rem;
}
.tit p {
  margin-top: 0.4rem;
  line-height: 1.3;
}
.news_box {
  margin: 0.6rem 0 0;
}
.news_banner {
  width: 6.8rem;
}
.news_banner img {
  height: 3.95rem;
}
.news_banner p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 0.65rem;
  padding: 0 2.3rem 0 0.3rem;
}
.news_banner .swiper-pagination {
  text-align: right;
  padding-right: 0.25rem;
  bottom: 0.2rem;
}
.news_banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.news_banner .swiper-pagination-bullet-active {
  background: #ff0000;
}
.news {
  width: 7.6rem;
}
.news_tit {
  border-bottom: solid 1px #0764b9;
}
.news_tit li {
  line-height: 0.45rem;
  margin-right: 0.6rem;
  padding-bottom: 0.15rem;
  cursor: pointer;
}
.news_tit li.current {
  color: #0764b9;
  border-bottom: solid 3px #0764b9;
  font-weight: bold;
}
.news_more {
  right: 0;
  top: -0.6rem;
}
.news_con {
  display: none;
}
.news_con:first-child {
  display: block;
}
.news_list {
  overflow: hidden;
  padding: 0.2rem 0 0;
  height: 3.2rem;
}
.news_list li {
  padding: 0.13rem 0;
  border-bottom: solid 1px #eeeeee;
}
.news_list li.current .news_list_text {
  display: flex;
}
.news_list li.current .news_list_tit {
  display: none;
}
.news_list li.current .news_list_tit2 {
  font-size: 0.24rem;
  font-weight: bold;
  max-width: 80%;
}
.news_list li.current .news_list_tit2::before {
  display: none;
}
.news_list li.current .news_list_date1 {
  display: none;
}
.news_list_tit {
  width: 70%;
}
.news_list_tit::before {
  width: 0.08rem;
  height: 0.14rem;
  background: url(../images/nar1.png) no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  margin-right: 0.15rem;
  content: "";
  vertical-align: middle;
}
.news_list_text {
  display: none;
}
.news_list_hover_text {
  width: 6.47rem;
}
.news_list_txt {
  margin: 0.05rem 0;
}
.news_list_date2 {
  width: 0.75rem;
  line-height: 1.2;
  text-align: center;
}
.news_list_date2 h2 {
  font-size: 0.56rem;
}
.news_list_date2 h2::before {
  width: 0.26rem;
  height: 1px;
  background: #cfcfcf;
  margin: 0.15rem auto 0.1rem;
  display: block;
  content: "";
}
.new {
  width: 0.35rem;
  height: 0.2rem;
}
.department_bg {
  background: url(../images/bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  margin: 0.6rem 0 0;
  padding-bottom: 0.8rem;
}
.department_tit {
  margin: 0.65rem 0 0;
  font-size: 0;
}
.department_tit li {
  width: 3rem;
  display: inline-flex;
  background: #fff;
  height: 0.87rem;
  border-right: solid 1px #eeeeee;
  cursor: pointer;
  position: relative;
}
.department_tit li img {
  width: 0rem;
  height: 0.4rem;
  margin-right: 0.13rem;
  transition: all 0.6s;
}
.department_tit li.current {
  color: #fff;
  background: #0764b9;
}
.department_tit li.current img {
  width: 0.44rem;
}
.department_tit li.current::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0764b9;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.department_tit li:hover {
  color: #fff;
  background: #0764b9;
}
.department_tit li:hover img {
  width: 0.44rem;
}
.department_tit li:hover::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0764b9;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.department_list {
  margin: 0.4rem 0 0;
  background: #fff;
  padding: 0.4rem 0.3rem 0.1rem;
  font-weight: bold;
}
.department_list li {
  width: 2.1rem;
  height: 1.4rem;
  background: #f8f8f8;
  margin: 0 0.35rem 0.3rem 0;
  transition: all 0.6s;
}
.department_list li:nth-child(6n) {
  margin-right: 0;
}
.department_list li a {
  flex-direction: column;
}
.department_list li span {
  width: 0.53rem;
  height: 0.5rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.department_list li span img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.department_list li span img:last-child {
  opacity: 0;
}
.department_list li:hover {
  background: #0764b9;
  color: #fff;
}
.department_list li:hover span img:last-child {
  opacity: 1;
}
.department_list li:hover span img:first-child {
  opacity: 0;
}
.department_more {
  width: 2.1rem;
  height: 0.5rem;
  background: #0764b9;
  border-radius: 0.3rem;
  color: #fff;
  padding-left: 0.55rem;
  margin: 0.7rem 0 0;
}
.department_more b {
  width: 0.43rem;
  height: 0.43rem;
  background: #fff;
  border-radius: 100%;
  right: 0.04rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.6s;
}
.department_more:hover b {
  transform: rotate(360deg);
}
.team_bg {
  background: url(../images/team_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding-bottom: 0.85rem;
}
.tit1 {
  color: #fff;
}
.tit1 h3 {
  color: rgba(255, 255, 255, 0.1);
}
.select_box {
  margin: 0.5rem 0 0;
}
.select {
  width: 3rem;
  height: 0.44rem;
  -webkit-appearance: none;
  background: url(../images/select.png) no-repeat right 0.24rem center #0764b9;
  background-size: 0.13rem 0.09rem;
  border: none;
  border-radius: 0.03rem;
  padding: 0 0.2rem;
  color: #fff;
  margin: 0 0.3rem;
}
.team_ss {
  background-image: none;
}
.team_ss_txt {
  width: 2.42rem;
  background: none;
  border: none;
  color: #fff;
}
.team_ss_txt::-webkit-input-placeholder {
  color: #fff;
}
.team_ss_btn {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/ss1.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}
.team {
  margin-top: 0.65rem;
  padding-bottom: 0.2rem;
}
.team li {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #797878;
  transition: all 0.6s;
}
.team li:hover {
  background: #0764b9;
  color: #fff;
}
.team li:hover .team_name {
  color: #fff;
}
.team li:hover .team_more {
  background: #fff;
  color: #0764b9;
}
.team_pic {
  height: 3rem;
}
.team_con {
  padding: 0.18rem 0.15rem 0.2rem;
  height: 2.2rem;
}
.team_name {
  color: #000;
}
.team_more {
  width: 1rem;
  height: 0.36rem;
  background: #f9f9f9;
  border-radius: 0.3rem;
}
.team_box_more {
  background: none;
  border: solid 1px #0764b9;
  color: #333;
}
.team_box_more b {
  background: #0764b9;
  color: #fff;
}
.party_bg {
  background: url(../images/bg3.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0.2rem 0 1.4rem;
}
.party_tit img {
  width: 8.6rem;
}
.party_box {
  background: url(../images/party_bg.jpg) no-repeat center top #fff;
  background-size: 100%;
  padding: 0 0.35rem;
}
.party {
  margin: 0.6rem 0 0;
}
.party_list {
  width: 7.8rem;
  height: 4.7rem;
  background: #f8f8f8;
  overflow: hidden;
}
.party_list li {
  padding: 0.25rem 0.32rem;
  border-bottom: solid 1px #eeeeee;
}
.party_list li .news_list_txt {
  display: none;
}
.party_list li.current {
  background: #0764b9;
  color: #fff;
}
.party_list li.current .news_list_txt {
  display: -webkit-box;
}
.party_list li.current .news_list_date1 {
  font-size: 0.16rem;
  color: #fff !important;
}
.party_list li.current .news_list_txt {
  color: #fff !important;
  height: .6rem;
}
.party_list li.current .news_list_tit {
  width: 70%;
  font-size: 0.2rem;
}
.party_list li.current .news_list_tit::before {
  display: none;
}
.video_box {
  width: 6.1rem;
  height: 4.7rem;
  background: #f8f8f8;
}
.video {
  width: 100%;
  height: 3rem;
}
.video_con {
  padding: 0.25rem 0.34rem;
}
.footer_bg {
  background: #04549e;
  padding: 0.2rem 0;
  color: #fff;
}
.footer_txt {
  bottom: -0.1rem;
  right: 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #1568b5;
  opacity: 0.3;
  text-transform: uppercase;
  font-style: italic;
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination li.active {
  background: red;
  color: #fff;
}
.tips {
  background: url(../images/tips.png) no-repeat center top;
  height: 0.51rem;
  background-size: 7.5rem 100%;
}
.contact_box {
  margin: 0.3rem 0 0;
}
.contact {
  width: 8.1rem;
}
.dh {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.15rem;
}
.cont_icon {
  width: 0.24rem;
  height: 0.28rem;
  margin-right: 0.14rem;
}
.tel_list {
  margin-bottom: 0.38rem;
}
.tel_list li {
  width: 2.5rem;
  line-height: 0.42rem;
}
.tel_list li:first-child{
  width: 100%;
}
.code_list {
  width: 6rem;
}
.code_list li {
  text-align: center;
}
.code_list li img {
  width: 1.73rem;
  height: 1.73rem;
  margin-bottom: 0.16rem;
}
.path_bg {
  background: #eff7ff;
  box-shadow: 0 0 0.35rem rgba(106, 106, 106, 0.5);
  height: 0.9rem;
  margin-top: -0.35rem;
  padding: 0 0.6rem 0 0.2rem;
}
.path {
  background: url(../images/path.png) no-repeat left center;
  background-size: 0.32rem 0.22rem;
  padding-left: 0.4rem;
}
.type {
  width: 10.7rem;
}
.type a {
  margin-left: 0.9rem;
  color: #222;
  line-height: 0.9rem;
  display: inline-block;
}
.type a.on {
  color: #0764b9;
  border-bottom: solid 1px #0764b9;
}
.type a:hover {
  color: #0764b9;
  border-bottom: solid 1px #0764b9;
}
.type1 a {
  margin-left: 0.6rem;
}
.m_about_box {
  padding: 0.4rem 0 1rem;
}
.m_about_con {
  width: 8rem;
}
.m_about_tit h4 {
  color: #ececec;
  text-transform: uppercase;
  line-height: 1.2;
}
.m_about_tit h4::before {
  width: 2.4rem;
  height: 1px;
  background: #941111;
  display: block;
  content: "";
  margin: 0.1rem 0 0.2rem;
}
.m_about_tit h4.chang::before {
  width: 3.5rem;
}
.m_about_txt {
  line-height: 0.4rem;
  height: 3.6rem;
  overflow: hidden;
  margin: 0.1rem 0 0.65rem;
}
.m_about_num {
  z-index: 1;
}
.m_about_num::after {
  width: 100%;
  height: 0.03rem;
  background: #e5e5e5;
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  z-index: -1;
}
.m_about_num li {
  width: 33.333%;
  text-align: center;
}
.m_about_num li h3 {
  background: url(../images/dot3.png) no-repeat center bottom;
  background-size: 0.1rem 0.1rem;
  line-height: 1;
  padding-bottom: 0.45rem;
  margin-bottom: 0.15rem;
}
.m_about_num li h3 b {
  color: #333;
}
.m_about_pic {
  width: 5.5rem;
  margin: 1.2rem 0 0;
}
.m_about_pic img{
  height: 5.5rem;
}
.m_about_more {
  width: 1.2rem;
  height: 1.2rem;
  background: #0764b9;
  color: #fff;
  border-radius: 0.3rem 0 0.3rem 0;
  left: -0.64rem;
  bottom: -0.43rem;
  z-index: 8;
}
.leader_bg {
  background: url(../images/leader_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0.6rem 0;
}
.leader_pic {
  margin: 4.5rem 0 0;
  width: 7rem;
}
.leader {
  width: 7.5rem;
}
.leader_con {
  background: url(../images/leader_con.jpg) no-repeat;
  background-size: 100% 100%;
  /* height: 8.5rem; */
  margin: 0.7rem 0 0;
  padding: 0.73rem 1.27rem 0.4rem 0.97rem;
}
.leader_con img{
  width: 100%;
}
.leader_tit {
  border-bottom: solid 1px #73aabe;
  padding-bottom: 0.4rem;
}
.leader_txt {
  line-height: 0.24rem;
  text-align: justify;
  margin: 0.3rem 0;
  position: relative;
}
.m_about_tit1 h4::before {
  margin: 0.1rem auto 0.2rem;
}
.jigou_list {
  padding: 0.4rem 0 0.75rem;
}
.jigou_list li {
  width: 3.4rem;
  height: 0.88rem;
  background: #0764b9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 0.46rem 0.4rem 0;
}
.jigou_list li:first-child {
  margin-left: 3.87rem;
}
.jigou_list li:nth-child(4n+6) {
  margin-right: 0;
}
.video_bg {
  background: url(../images/video_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.7rem 0;
}
.m_about_tit2 {
  color: #fff;
}
.m_about_tit2 h4 {
  color: rgba(255, 255, 255, 0.2);
}
.m_about_tit2 h4::before {
  margin: 0.1rem auto 0.2rem;
  background: #fff;
}
.m_video {
  margin-top: 0.6rem;
}
.m_video li {
  cursor: pointer;
}
.m_video li::after {
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/btn1.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.m_video li::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: none;
}
.m_video li:hover::after {
  background: url(../images/btn2.png) no-repeat;
  background-size: 100% 100%;
}
/* .m_video li:hover::before {
  display: block;
} */
.video_pop_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 100;
  background: #000;
}
.video_close {
  position: absolute;
  font-size: 0.4rem;
  right: calc(50% - 10rem / 2 - 1rem);
  top: calc(10rem/16*2);
  cursor: pointer;
  color: #fff;
}
.video_pop_con {
  width: 10rem;
  height: calc(10rem/16*9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.m_video_more {
  border: solid 1px #fff;
  background: none;
}
.honor {
  margin: 0.5rem auto 0;
}
.honor_box {
  padding: 0.6rem 0;
}
.honor_pic {
  border: solid 1px #e5e5e5;
  padding: 0.1rem;
  margin-bottom: 0.25rem;
}
.honor_pic img {
  height: 2.35rem;
}
.shebei_bg {
  background: #f8f8f8;
  padding: 0.8rem 0;
}
.shebei {
  margin: 0.7rem 0 0.3rem;
}
.shebei li {
  height: 4.5rem;
}
.shebei li:hover .sheibei_con {
  background: rgba(7, 100, 185, 0.85);
  color: #fff;
}
.shebei li:hover .sheibei_con::after {
  color: #fff;
}
.sheibei_con {
  width: 3.5rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  left: 0;
  top: 0;
  padding: 1.24rem 0.6rem 0;
  transition: all 0.6s;
}
.sheibei_con p {
  margin: 0.15rem 0 0.6rem;
}
.sheibei_con::after {
  content: "→";
  color: #666666;
  font-size: 0.24rem;
  display: none;
}
.main {
  padding: 0.7rem 0 0.9rem;
}
.m_news {
  margin: 0.8rem auto 0.5rem;
}
.m_news li {
  background: #f8f8f8;
  transition: all 0.3s;
}
.m_news li a {
  padding: 0.52rem 0.25rem 0;
  display: block;
}
.m_news li:hover {
  background: #2683d8;
  color: #fff;
}
.m_news li:hover .m_news_txt,
.m_news li:hover .m_news_date {
  color: #fff;
}
.m_news li:hover .m_news_tit {
  transform: translateY(-0.15rem);
}
.m_news li:hover .m_news_pic {
  transform: translateY(0.1rem);
}
.m_news_tit {
  line-height: 0.32rem;
  height: 0.64rem;
  transition: all 0.6s;
}
.m_news_pic {
  margin: 0.05rem 0 0;
  height: 2.24rem;
  transition: all 0.6s;
}
.m_news_txt {
  margin: 0.38rem 0 0.26rem;
  height: 0.56rem;
  line-height: 0.28rem;
  color: #666;
}
.m_news_date {
  border-top: solid 1px #eeeeee;
  padding: 0.25rem 0;
  color: #666;
}
.m_news_list {
  padding-bottom: 0.4rem;
  margin: .2rem 0 0;
}
.m_news_list li {
  border: solid 1px #eeeeee;
  padding:0.1rem 0.3rem;
  margin-bottom: 0.1rem;
}
.m_news_list li:hover {
  background: #2683d8;
  color: #fff;
}
.m_news_list li:hover .m_news_list_date {
  border: solid 1px #fff;
}
.m_news_list li:hover .m_news_list_date h2 {
  background: #fff;
  color: #2683d8;
}
.m_news_list li:hover .m_news_list_date p {
  color: #fff !important;
}
.m_news_list li:hover .m_news_list_txt {
  color: #fff !important;
}
.m_news_list_date {
  width: 1.66rem;
  height: 0.6rem;
  border: solid 1px #2683d8;
  display: flex;
  align-items: center;
}
.m_news_list_date h2 {
  background: #2683d8;
  line-height: 1.5;
  color: #fff;
  padding: 0 0.1rem;
  margin-right: 0.1rem;
}
.m_news_list_date p {
  line-height: 0.45rem;
}
.m_news_list_con {
  width: 12.3rem;
}
.m_news_list_txt {
  line-height: 0.3rem;
  height: 0.6rem;
  display: none;
}
.page a {

  height: 0.44rem;
  border: solid 1px #e6e6e6;
  border-radius: 0.03rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.05rem;
  color: #666;
  cursor: pointer;
  padding: 0 .1rem;
}
.page a.on {
  background: #0764b9;
  color: #fff;
  border: none;
}
.m_dongtai {
  border: solid 1px #e5e5e5;
  background: #f8f8f8;
  padding: 0.3rem 0.55rem 0.3rem 0.3rem;
  margin: 0.5rem 0 0.3rem;
}
.m_dontai_pic {
  width: 6rem;
}
.m_dongtai_con {
  width: 7.4rem;
}
.m_dongtai_txt {
  width: 5.95rem;
}
.m_dongtai_list li {
  padding: 0 0.25rem 0 0;
  margin-bottom: .2rem;
}
.m_dongtai_list .m_news_list_con {
  width: 9rem;
}
.m_dongtai_list_pic {
  width: 3rem;
  height: 2rem;
  img{
    height: 100%;
  }
}
.health {
  margin: 0.55rem 0 0.6rem;
}
.health_pic {
  width: 9rem;
}
.health_con {
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(rgba(0, 70, 134, 0.1), rgba(0, 70, 134, 0.8));
  padding: 0.25rem 0.55rem;
}
.health_list1 {
  width: 5.8rem;
}
.health_list1 li {
  height: 1.8rem;
  padding-left: 0.7rem;
  position: relative;
  transition: all 0.6s;
}
.health_list1 li::before {
  width: 0.1rem;
  height: 0.1rem;
  background: #00871d;
  display: block;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0.78rem;
  left: 0.3rem;
}
.health_list1 li a {
  flex-direction: column;
  height: 100%;
}
.health_list1 li:hover {
  background: #2683d8;
  color: #fff;
  padding: 0 0.35rem 0 0.4rem;
}
.health_list1 li:hover .blue,
.health_list1 li:hover .health_list1_txt {
  color: #fff !important;
}
.health_list1 li:hover::before {
  display: none;
}
.health_list1_txt {
  border-top: solid 1px #e5e5e5;
  margin: 0.15rem 0 0;
  padding: 0.15rem 0 0;
}
.health_list2 {
  padding-bottom: 0.5rem;
}
.health_list2 li {
  width: 7.3rem;
  height: 1rem;
  padding:.2rem 0.35rem 0 .2rem;
  border: solid 1px #e5e5e5;
  margin-bottom: 0.3rem;
}
.health_list2 li:hover .f20 {
  color: #0764b9;
}
.health_list2_con {
  width: 4.8rem;
  background: url(../images/nar2.png) no-repeat right center;
  background-size: 0.12rem 0.2rem;
  padding-right: 0.6rem;
}
.problem_list {
  padding: 0.5rem 0;
}
.problem_list li {
  width: 7.2rem;
  background: #f8f8f8;
  padding: 0.2rem;
  transition: all 0.6s;
  margin-bottom: 0.3rem;
}
.problem_list li:hover {
  background: #2683d8;
  color: #fff;
}
.problem_list li:hover .f18 {
  color: #fff !important;
}
.problem_list_pic {
  width: 2.2rem;
  height: 1.4rem;
}
.problem_list_con {
  width: 4.4rem;
}
.problem_list_con .two {
  line-height: 0.24rem;
  height: 0.48rem;
}
.m_party_bg {
  background: url(../images/m_party_bg.jpg) no-repeat center top;
  background-size: 100%;
}
.group {
  margin: 0.5rem auto;
}
.group .swiper-button-prev::after,
.group .swiper-button-next::after {
  color: #fff;
}
.group_pic {
  height: 8.75rem;
}
.group_con {
  width: 6.8rem;
  height: 2.6rem;
  background: #e7eff9;
  border-radius: 0.5rem 0 0 0;
  bottom: 0;
  right: 0;
  padding: 0.3rem 0.5rem;
}
.group_con > div {
  line-height: 0.4rem;
  height: 2rem;
  overflow: hidden;
  font-size: 0.2rem;
}
.m_group_list li {
  width: 4.8rem;
  margin: 0 0.3rem 0.5rem 0;
  border: solid 1px #eeeeee;
}
.m_group_list li:nth-child(3n+3) {
  margin-right: 0;
}
.m_group_list li:hover {
  color: #0764b9;
}
.m_group_list li:hover .gray6 {
  color: #0764b9 !important;
}
.m_group_list li:hover .m_group_list_tit {
  font-weight: bold;
}
.m_group_list_pic {
  height: 2.8rem;
}
.m_group_list_con {
  padding: 0.25rem 0.3rem;
}
.m_group_list_tit {
  margin: 0.15rem 0;
}
.m_party_list {
  padding: 0.7rem 0 0.1rem;
}
.m_party_list li {
  width: 4.8rem;
  margin: 0 0.3rem 0.6rem 0;
}
.m_party_list li:nth-child(3n+3) {
  margin-right: 0;
}
.m_party_list li:hover {
  color: #fff;
}
.m_party_list li:hover .m_party_list_con {
  background: #2683d8;
  transform: translateY(-0.3rem);
}
.m_party_list li:hover .m_party_list_con .gray6 {
  color: #fff !important;
}
.m_party_list_pic {
  height: 3rem;
}
.m_party_list_con {
  width: 4.2rem;
  height: 2.3rem;
  background: #f8f8f8;
  padding: 0.3rem 0.3rem 0;
  margin: -0.6rem auto 0;
  transition: all 0.6s;
}
.m_bg {
  background: #f8f8f8;
}
.m_notice {
  padding-bottom: 0.8rem;
}
.m_notice li {
  padding: 0.45rem 0.4rem 0.3rem;
  width: 4.6rem;
  background: #fff;
  transition: all 0.6s;
  margin: 0 0.6rem 0.3rem 0;
}
.m_notice li:nth-child(3n+3) {
  margin-right: 0;
}
.m_notice li:hover {
  border-radius: 0.06rem;
  background: #0764b9;
  color: #fff;
}
.m_notice li:hover .gray6 {
  color: #fff !important;
}
.m_notice_pic {
  margin-bottom: 0.25rem;
  height: 2.1rem;
  border-radius: 0.1rem;
}
.m_department_tit img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
}
.m_department_list {
  padding: 0.35rem 0 0;
}
.m_department_list li {
  width: 2.8rem;
  height: 0.8rem;
  border: solid 1px #0764b9;
  color: #0764b9;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.24rem 0.25rem 0;
  transition: all 0.6s;
}
.m_department_list li:nth-child(5n+5) {
  margin-right: 0;
}
.m_department_list li:hover {
  background: #0764b9;
  color: #fff;
}
.m_select {
  width: 6rem;
  height: 0.6rem;
  border: solid 1px #796464;
  border-radius: 0.06rem;
  text-align: center;
}
.m_expert_ss {
  width: 2rem;
  height: 0.6rem;
  background: #0764b9;
  color: #fff;
  border: none;
  border-radius: 0.04rem;
}
.m_expert_list_box {
  /* margin-bottom: 0.1rem; */
  background: url(../images/expert_bg.jpg) repeat-y;
  background-size: 100% ;
  padding: 0.35rem 0;
}
.m_expert_list_box > div {
  justify-content: flex-end;
}
.m_expert_list_box:nth-of-type(odd) .m_expert_list_tit {
  background: #008d53;
}
.m_expert_list_box:nth-of-type(odd) .m_expert_list li:hover {
  background: #008d53;
}
.m_expert_list {
  width: 12.4rem;
  min-height: 0.7rem;
}
.m_expert_list li {
  width: 1.8rem;
  height: 0.7rem;
  border: solid 1px #bbd0e1;
  margin: 0 0.25rem 0.25rem 0;
  transition: all 0.6s;
  border-radius: .1rem;
  font-weight: bold;
}
.m_expert_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.m_expert_list li:nth-last-child(1),
.m_expert_list li:nth-last-child(2),
.m_expert_list li:nth-last-child(3),
.m_expert_list li:nth-last-child(4),
.m_expert_list li:nth-last-child(5),
.m_expert_list li:nth-last-child(6) {
  margin-bottom: 0;
}
.m_expert_list li:hover {
  background: #0764b9;
  color: #fff;
}
.m_expert_list_tit {
  width: 2rem;
  height: .7rem;
  background: #0764b9;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-radius: 0.1rem;
  color: #fff;
}
.m_expert_list_tit > div {
  height: 0.7rem;
  display: flex;
  align-items: center;
}
.m_expert_list_tit > div::before {
  width: 0.8rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m_expert_list_tit > div::after {
  width: 0.8rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fenbu_tit {
  height: 0.8rem;
  background: #0764b9;
  color: #fff;
}
.fenbu_pic {
  border: solid 1px #eeeeee;
  border-bottom: solid 0.1rem #0764b9;
  margin: 0.3rem;
}
.fenbu_pic img {
  max-width: 100%;
}
.yiyuan img {
  max-width: 100%;
}
.m_select2 {
  width: 4.1rem;
  height: 0.6rem;
  border: solid 1px #e5e5e5;
  border-radius: 0.06rem;
  text-align: center;
}
.m_select2_ss {
  width: 1.5rem;
  height: 0.6rem;
  border-radius: 0.04rem;
  background: #0764b9;
  color: #fff;
  border: none;
}
.table {
  background: #fff5e7;
}
.table th {
  background: #0764b9;
  color: #fff;
  height: 0.8rem;
  border: solid 1px #eeeeee;
  font-size: 0.24rem;
  font-weight: normal;
}
.table td {
  border: solid 1px #eeeeee;
  text-align: center;
  padding: 0.3rem 0;
  font-size: 0.22rem;
}
.table tr:nth-child(4n+4),
.table tr:nth-child(4n+5) {
  background: #f1f8ff;
}
.progress_tit {
  width: 1rem;
  background: #0764b9;
  color: #fff;
  padding: 0 0.35rem;
}
.progress_pic {
  width: 14rem;
  border: solid 1px #eeeeee;
  border-left: none;
}
.xx_txt img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.xx_txt iframe{
  display: block;
  margin: 0 auto;
}
.xx_txt td{
  white-space:normal;
}
.map {
  height: 5rem;
}
.icon1 {
  width: 0.24rem;
  height: 0.28rem;
  margin-right: 0.2rem;
}
.xx_tit {
  line-height: 1.5;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 0.4rem;
}
.xx_time {
  color: #999;
  border-bottom: solid 1px #e6e6e6;
  padding: 25px 0;
}
.sub_xx_tit {
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 0.4rem;
}
.sub_xx_tit span {
  color: #cbcbcb;
  margin-left: 0.15rem;
  text-transform: uppercase;
}
.sub_xx_tit::before {
  width: 0.12rem;
  height: 0.3rem;
  background: #00871d;
  display: inline-block;
  content: "";
  vertical-align: top;
  margin: 0.12rem 0.2rem 0 0;
}
.department_expert li {
  width: 7.2rem;
  height: 2.4rem;
  border: solid 1px #eee;
  margin-bottom: 0.4rem;
  transition: all 0.6s;
}
.department_expert li:hover {
  background: #0764b9;
  color: #fff;
}
.department_expert li:hover .gray6 {
  color: #fff !important;
}
.department_expert_pic {
  width: 2rem;
  height: 2.4rem;
}
.department_expert_con {
  width: 4.9rem;
  padding-right: 0.65rem;
}
.department_expert_con .three {
  line-height: 0.3rem;
  height: 0.9rem;
}
.expert_xx {
  background: #fff;
  padding: 0.55rem 0.5rem;
}
.expert_xx_con {
  width: 9.3rem;
}
.expert_xx_tit {
  border-bottom: solid 1px #eee;
  padding-bottom: 0.2rem;
}
.expert_xx_tit b {
  margin-right: 0.2rem;
}
.expert_xx_pic {
  width: 2.2rem;
}
.expert_txt {
  background: #fff;
  padding: 0.4rem;
}
.m_contact_tit {
  border-bottom: solid 1px #e5e5e5;
  padding: 0.4rem 0;
}
.icon2 {
  margin-top: 0.08rem;
}
.nextpage {
  border-top: dashed 1px #dadada;
  padding: 30px 0;
}
.nextpage a {
  color: #333;
  max-width: 40%;
}
#num{
  width: 0.44rem;
    height: 0.44rem;
    border: solid 1px #e6e6e6;
    margin-left: .1rem;
    text-align: center;
}
.dh1{
  height: .34rem;
  padding: 0 .2rem;
  border-radius: .06rem;
  background: #04549e;
  color: #fff;
  font-size: .2rem;
  margin-left: .3rem;
}
.banner1_txt{
  width: 11.32rem;
  top: 1.65rem;
  left: 1.38rem;
  display: none;
}
.ban1_txt1{
  width: 10.54rem;
}
.ban1_txt2{
  width: .61rem;
}
.ban1_txt3{
  width: 5.92rem;
  margin: .45rem 0 .35rem;
}
.ban1_txt4{
  width: 10.2rem;
}
.ban1_txt5{
  width: 10.05rem;
  margin: .3rem 0 0;
}
.ban1_txt8{
  width: 10.5rem;
  margin: .37rem 0 0;
}
.ban1_txt9{
  width: 4.02rem;
  margin: .27rem 0 .24rem;
}
.ban1_txt10{
  width: 2.85rem;
  margin-right: .2rem;
}
.ban1_txt11{
  width: 2.47rem;
  margin-right: .2rem;
}
.ban1_txt12{
  width: 2.48rem;
  margin-right: .2rem;
}
.ban1_txt13{
  width: 1.71rem;
  margin-right: .2rem;
}
.banner .swiper-slide-active .banner1_txt{
  display: block;
}
.banner2_txt{
  width: 9.2rem;
  top: 1.05rem;
  right: .7rem;
  display: none;
}
.ban2_txt1{
  width: 2.21rem;
  margin: 0 auto;
}
.ban2_txt2{
  width: 9.04rem;
  margin: .4rem 0 .45rem;
}
.ban2_txt3 li:nth-child(1){
  width: 2.65rem;
}
.ban2_txt3 li:nth-child(2){
  width: 2.3rem;
}
.ban2_txt3 li:nth-child(3){
  width: 2.3rem;
}
.ban2_txt3 li:nth-child(4){
  width: 1.61rem;
}
.ban2_txt4 li{
  width: 2.92rem;
}
.banner .swiper-slide-active .banner2_txt{
  display: block;
}
.banner3_txt{
  width: 12.65rem;
  top: 1.38rem;
  left: .75rem;
  display: none;
}
.ban3_txt1{
  width: 4.37rem;
}
.ban3_right{
  width: 7.85rem;
}
.ban3_txt2{
  width: 6.79rem;
}
.ban3_txt3{
  width: 3.03rem;
}
.ban3_txt4{
  width: 4.67rem;
}
.ban3_txt5{
  width: 7.59rem;
}
.banner .swiper-slide-active .banner3_txt{
  display: block;
}
.banner4_txt{
  width:8.15rem;
  top: 1.94rem;
  left: 2.56rem;
  display: none;
}
.banner4_txt1{
  width: 3.82rem;
  margin: 0 auto;
}
.banner4_txt2{
  margin: .35rem 0 .5rem;
}
.banner4_txt3{
  width: 8.13rem;
  margin: 0 auto;
}
.banner .swiper-slide-active .banner4_txt{
  display: block;
}