* {
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
}

a {
  text-decoration: none;
}

body {
  /* padding-top: 228px; */
  padding-top: 180px;
}

.head {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  background: #fff;
  width: 100%;
}

.cr_top {
  height: 40px;
  background-color: #f8f8f8;
}

.cr_top .cr_container {
  position: relative;
}

.cr_container {
  width: 1400px;
  margin: auto;
}

.cr_top .cr_new_tz {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 160px;
  background: url(../images/sound.jpg) no-repeat;
  background-position: 0px 8px;
  overflow: hidden;
}

.cr_top .cr_new_tz .cr_news a {
  line-height: 40px;
  display: block;
  width: 100%;
  text-indent: 50px;
  font-weight: bold;
  color: red;
  font-size: 18px;
}

.cr_pull_left {
  float: left;
}

.cr_pull_right {
  float: right;
}

.cr_clear {
  clear: both;
}

.my_hy {
  line-height: 40px;
  position: absolute;
  right: 250px;
  top: 0px;
  font-weight: bold;
  color: red;
  font-size: 18px;
}

.cr_top .cr_news {
  position: relative;
}

.cr_top .cr_news_lst {
  position: absolute;
  top: 0px;
  left: 0px;
}

.my_logo img {
  height: 120px;
  display: block;
  margin: auto;
  transition: all 0.15s ease-out !important;
  -webkit-transition: all 0.15s ease-out !important;
}

.nav_active {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  background: #fff;
  width: 100%;
}

.nav_active .my_logo img {
  height: 80px !important;
  transition: all 0.15s ease-out !important;
  -webkit-transition: all 0.15s ease-out !important;
}

.nav {
  width: 1400px;
  margin: auto;
  height: 40px;
}

.nav ul {
  padding: 0px;
  margin: 0px;
}

.nav ul li {
  list-style: none;
  float: left;
  height: 40px;
  padding: 0px 20px;
  transition: all 2s;
  -webkit-transition: all 2s;
}

.nav ul li a {
  line-height: 40px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #003145;
  position: relative;
}

.nav ul .on {
  color: #0067aa;
}

.nav .menu-item-has-children {
  position: relative;
}

.nav .menu-item-has-children>a:after {
  position: absolute;
  top: 5px;
  right: -40px;
  font-family: ETmodules;
  font-size: 16px;
  font-weight: 800;
  content: "";
  height: 40px;
  width: 40px;
  background: url(../images/nav_ioc.jpg) no-repeat center top
}

.nav .children {
  width: 200px;
  height: 0px;
  position: absolute;
  top: 40px;
  left: 28px;
  padding: 0px 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: #fff;
  -display: none;
  overflow: hidden;
  opacity: 0;
  z-index: 9999;
}

.nav .children a {
  line-height: 40px;
}

.nav .menu-item-has-children:hover .children {
  border-top: 3px solid #0067aa;
  padding: 20px;
  height: auto;
  opacity: 1;
}

.nav .menu-item-has-children .children a:hover {
  color: #999;
}

.nav .children a {
  text-align: left;
}

.cr_banner {
  position: relative;
}

.banner_bottom {
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 999999;
  width: 100%;
}

.cr_banner .swiper-slide {
  position: relative;
}

.cr_banner .swiper-slide img {
  width: 100%;
}

.cr_banner .banner_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  z-index: 100;
  display: none;
}

.cr_banner .banner_info h3 {
  margin-bottom: 30px;
}

.cr_banner .banner_info a {
  padding: 10px 20px;
  background: #0068AD;
  color: #fff;
  border-radius: 2px;
}

.cr_banner .banner_info a:hover {
  background: #CADA2A;
}

.fu_nav {
  background-image: linear-gradient(180deg, #199869 0%, #006EB1 100%);
  padding: 30px 0px;
}

.cr_fu_nav ul {
  padding: 0px;
  margin: 0px;
}

.cr_fu_nav ul li {
  list-style: none;
  float: left;
  background: #fff;
  margin-right: 85px;
  width: 410px;
  text-align: center;
  padding-bottom: 30px;
}

.cr_fu_nav ul li p {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0068AD;
}

.cr_fu_nav ul li a {
  padding: 10px 20px;
  color: #fff;
  background: #0068AD;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.cr_fu_nav ul li a:hover {
  background: #CADA2A;
}

.cr_fu_nav ul li:nth-child(3) {
  margin-right: 0px;
}

.cr_img {
  width: 100%;
}

.cr_jj {
  padding: 30px 0px;
}

.cr_jj h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.cr_jj p {
  text-indent: 2em;
  line-height: 32px;
  font-size: 18px;

}

.show_time {
  width: 100%;
  height: 450px;
  background: url(../images/time_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.show_time h2 {
  text-align: center;
  color: #fff;
  padding-top: 120px;
  margin-bottom: 30px;
}

.cr_js {
  width: 700px;
  margin: auto;
}

.show_time .group_lst {
  float: left;
  width: 100px;
  height: 100%;
  text-align: center;
}

.show_time .day,
.show_time .hour,
.show_time .minutes,
.show_time .second {
  font-size: 50px !important;
  font-weight: bold;
  font-family: Impact;
}

.show_time .group_lst p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

#countdown_dashboard {
  width: 700px;
  margin: auto;
  height: 100px;
}

.group_lst {
  color: #FFFFFF80;
  text-align: center;
}

.group_lst font {
  line-height: 80px;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.8);
}

.show_time .digit {
  display: inline-block;
  font-size: 30px;
  font-size: 50px !important;
  font-weight: bold;
  font-family: Impact;
  color: rgba(255, 255, 255, 0.8);
  height: 58px;
  overflow: hidden;
}

.show_time p {
  clear: both;
}

.footer {
  width: 100%;
  background: #0068ad;
  margin-top: 20px;
}

.footer .cr_info {
  background: #0068ad;
  width: 1150px;
  margin: auto;
}

.footer .cr_info .info_lst {
  float: left;
  margin-right: 110px;
  padding: 30px 0px;
  color: #FFF;
}

.footer .cr_info .info_lst h2 {
  font-size: 20px;
  line-height: 50px;
}

.footer .cr_info .info_lst p {
  line-height: 30px;
  font-size: 18px;
}

.footer .cr_right {
  background: #000;
  padding: 15px 0px;
}

.footer .cr_right .cr_container p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
}

.cr_adv {
  width: 100%;
  position: relative;
}

.cr_adv .adv_bg {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40px;
}

.cr_container img {
  width: 100%;
}

/*组织机构*/
.m_20 {
  margin: 20px auto;
}

.cr_12 {
  width: 100%;
  padding: 15px;
}

.cr_t2 {
  font-size: 28px;
  color: #0067aa;
  margin-bottom: 10px;
}

.cr_p {
  line-height: 35px;
  font-size: 18px;
}

.cr_p b {
  font-weight: bold;
  font-size: 18px;
}

.b_1 {
  border: 1px solid #eee;
}

.cr_6 {
  float: left;
  width: 50%;
}

.th div {
  background: #0070C0;
  color: #fff;
  text-align: center;
  padding: 15px 0px;
}

.cr_type1 div {
  width: calc(33.333% - 2px);
  float: left;
}

.cr_type2 div {
  background: #fff !important;
  color: #000;
}

.cr_type3 div {
  background-color: rgb(184, 204, 228) !important;
  color: #000;
}

.cr_hy .cr_12 {
  padding: 0px;
}

.cr_4 {
  width: calc(33.33% - 2px);
  float: left;
}

.cr_9 {
  width: 75%;
  float: left;
}

.cr_8 {
  width: calc(66.66% - 2px);
  float: left;
}

.m_40 {
  margin: 40px auto;
}

.cr_1 {
  width: 8.33%;
  float: left;
}

.cr_3 {
  width: 25%;
  float: left;
}

.cr_zc .cr_3 {
  background-image: linear-gradient(180deg, #003145 9%, #0067aa 100%);
}

.t_cont {
  text-align: center;
}

.t_right {
  text-align: right;
}

.bg_1 {
  background: rgb(46, 116, 181);
}

.font-bai {
  color: #fff;
}

.hyzc_p {
  text-align: center;
  line-height: 3em;
}

.right_l {
  color: #fff;
  padding: 30px;
  border-radius: 40px 0px 40px 0px;
  width: calc(25% - 60px);
}

.right_l .cr_t2 {
  font-size: 24px;
  color: #fff;
}

.cr_btn {
  background-color: #0067aa;
  color: #fff;
  padding: 15px 30px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.cr_btn:hover {
  background: #CBDB2A;
}

.cr_kai {
  text-indent: 40px;
}

.cr_m {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.cr_m .tz {
  position: relative;
  height: 100%;
  width: 35%;
  min-width: 470px;
  margin: auto;
  display: none;
}

.cr_m .tz .box {
  display: inline-block;
  position: relative;
}

#cr_close {
  position: absolute;
  right: 7%;
  top: 2%;
  cursor: pointer;
  display: none;
}

.cr_m img {
  height: 98%;
  width: 100%;
  margin-top: 0.5%;
}


.nav ul li>a:hover {
  color: #0067aa;
}

li.active {
  color: #0067aa;
}

/* 管理会议链接样式 */
.nav-manage {
  float: right !important;
  height: 40px !important;
  padding: 0 !important;
  /* margin-right: 200px !important; */
}

.nav-manage .my_hy {
  line-height: 40px !important;
  font-weight: bold !important;
  color: red !important;
  font-size: 18px !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
}

/* 导航栏通知样式 */
.nav-notice {
  float: right !important;
  height: 40px !important;
  padding: 0 !important;
  margin-right: 20px !important;
  width: 160px !important;
  background: url(../images/sound.jpg) no-repeat !important;
  background-position: 0px 8px !important;
  overflow: hidden !important;
}

.nav-notice .cr_news {
  height: 40px !important;
  line-height: 40px !important;
  overflow: hidden !important;
}

.nav-notice .cr_news_lst {
  position: relative !important;
  transition: margin-top 0.5s ease-in-out !important;
}

.nav-notice .cr_news_lst a {
  display: block !important;
  line-height: 40px !important;
  height: 40px !important;
  font-size: 18px !important;
  color: red !important;
  font-weight: bold !important;
  text-indent: 50px !important;
  width: 100% !important;
}

.nav-notice .cr_news_lst a:hover {
  color: #0068ad !important;
}

/* 联系方式样式优化 */
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.contact-section {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-section:hover {
  transform: translateY(-5px);
}

.contact-section h3 {
  color: #333;
  font-size: 22px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
}

.contact-section h3 i {
  color: #0068ad;
  margin-right: 12px;
  font-size: 24px;
}

.contact-section h3 span {
  margin-right: auto;
}

.contact-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #0068ad;
  border-radius: 2px;
}

.contact-card {
  padding: 25px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: #f0f2f5;
}

.contact-details {
  flex: 1;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.contact-item {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  min-width: 0;
}

.contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-color: #0068ad20;
}

.contact-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-item-header i {
  color: #0068ad;
  margin-right: 10px;
  font-size: 18px;
}

.contact-item-body {
  color: #666;
}

.contact-name {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-phone {
  display: flex;
  align-items: center;
  margin: 12px 0;
}

.contact-phone i,
.contact-email i {
  color: #0068ad;
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.contact-phone span {
  color: #0068ad;
  font-weight: bold;
  font-size: 16px;
}

.contact-email {
  display: flex;
  align-items: center;
}

.contact-email a {
  color: #0068ad;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-email a:hover {
  color: #004d80;
}

.contact-duty {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.contact-duty i {
  color: #0068ad;
  margin-right: 10px;
  font-size: 14px;
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-item {
    padding: 20px;
  }

  .contact-section {
    padding: 20px;
  }

  .contact-section h3 {
    font-size: 20px;
  }

  .contact-section h3 i {
    font-size: 20px;
  }
}