* {
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
}

a {
  text-decoration: none;
}

body {
  padding-top: 248px;
}

.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: 168px;
  display: block;
  margin: auto;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.nav_active {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  background: #fff;
  width: 100%;
}

.nav_active .my_logo img {
  transition: all 1s;
  -webkit-transition: all 1s;
}

.nav_active .my_logo img {
  height: 80px;
}

.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 28px;
  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: #0067AA;
  margin-top: 20px;
}

.footer .cr_info {
  background: #0067AA;
  width: 1150px;
  margin: auto;
}

.footer .cr_info .info_lst {
  float: left;
  margin-right: 40px;
  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;
}