* {
  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: 140px;
}

.nav {
/*  width: 1160px;
  margin: auto;
  height: 40px;*/
}

.nav ul {
/*  padding: 0px;
  margin: 0px;*/
}

.nav ul li {
/*  list-style: none;
  float: left;
  height: 40px;
  padding: 0px 55px;
  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 {

  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 .day,
.show_time .hour,
.show_time .minutes,
.show_time .second {
  font-size: 50px !important;
  font-weight: bold;
  font-family: Impact;
}



#countdown_dashboard {
  width: 700px;
  margin: auto;
  height: 100px;
}
  @media (max-width:800px){
     #countdown_dashboard { width:100%; padding:0 5%;display:flex;justify-content:space-between; text-align:center; }  

.i_box5 .box .fl .text_pr{}
.i_box5 .box .fl .text_pr li{ margin-top:10px; margin-bottom:16px; width:100%; border-bottom:1px solid #ccc; padding-bottom:20px; list-style:none }
.i_box5 .box .fl .text_pr1{ width:136PX; height:190PX; }
.i_box5 .box .fl .text_pr1 img{ width:136PX; height:190px}
.i_box5 .box .fl .text_pr2{ text-align:left; font-size:18px; line-height:30px; padding-top:15px;}


.i_box5 .box .fl .text_com li {
  font-size: 17px;
  color: #666;
  display: block;   
  line-height: 24px;
    margin-top: 10px;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* background-color: #e7e7e7; */
    width: 46%;
    text-align: center;
    border: 1px solid #e7e7e7;
}

}

  @media (min-width:800px){
 
.i_box5 .box .fl .text_pr li{ height:210px; margin-top:10px; margin-bottom:16px; width:100%; border-bottom:1px solid #ccc; padding-bottom:20px; list-style:none }
.i_box5 .box .fl .text_pr1{ width:136PX; height:190PX; float:left}
.i_box5 .box .fl .text_pr1 img{ width:136PX; height:190px}
.i_box5 .box .fl .text_pr2{ width:960px;float:right; text-align:left; font-size:18px; line-height:30px; padding-top:15px;}

.i_box5 .box .fl .text_com li {
  font-size: 17px;
  color: #666;
  display: block;   
  line-height: 24px;
    margin-top: 10px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* background-color: #e7e7e7; */
    width: 216px;
    text-align: center;
    border: 1px solid #e7e7e7;
}


}
.group_lst {
  color: #FFFFFF80;
  text-align: center;
  m
}

 


.show_time p {
  clear: both;
}

.footer {
  width: 100%;
  background: #0067AA;
  margin-top: 20px;
}

.footer .cr_info {
  background: #0067AA;
  width: 1200px;
  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;
}




.co_c { text-align:center}
.co_c ul {display:inline-block;}

.co_c1 { text-align:center}
.co_c1 ul {display:inline-block;}



 @media (min-width:800px){
 .zhuban,.xieban{ font-size:30px; font-weight:900}
  .show_time .group_lst {
  float: left;
  width: 100px;
  height: 100%;
  text-align: center;
}

.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 .group_lst p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.group_lst font {
    line-height: 80px;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.8);
}
  .zhuban_list img{ width:230px}
.xieban_list,.zhuban_list{ display:flex;justify-content:space-between;}

.co_c ul li{width:230px; height:72px; float:left; margin-left:12px; margin-right:12px; margin-bottom:20px; list-style:none;}
.co_c ul li img{width:230px; height:72px;}

.co_c1 ul li{width:380px;  float:left; margin-left:12px; margin-right:12px; margin-bottom:20px; list-style:none; font-size:16px; color:#fff; text-align:center}
.co_c1 ul li img{width:200px; height:268px; margin:0 auto}
.co_c1 ul li p{ text-align:left; line-height:27px; font-size:16px}
.co_c1 ul li span{ padding-top:15px; padding-bottom:15px;  font-size:18px; text-align:center; display:block}



  .banquan{ align-items:center  }
}

  @media (max-width:800px){
  .banquan{flex-direction:column ; align-items:center  }
  .co_c ul{ display:flex;flex-direction:column ;  flex-wrap: wrap;align-items:center}
  .co_c ul li{ margin-bottom:20px; list-style:none;}
  .co_c ul li img{width:230px; height:72px;}
  
  .co_c1 ul{ display:flex;flex-direction:column ;  flex-wrap: wrap;align-items:center}
  .co_c1 ul li{ margin-bottom:20px; list-style:none; FONT-SIZE:18PX; COLOR:#FFF}
  .co_c1 ul li img{width:230px; height:268px; margin:0 auto}


   .zhuban,.xieban{ font-size:20px; font-weight:900}
.zhuban_list,.xieban_list{ display:flex; flex-direction:column;}
  .xieban_list div{ width:33%}
   .show_time .group_lst {float: left;   text-align: center;}  
   .show_time .group_lst p {

  color: rgba(255, 255, 255, 0.8);
}
   .show_time .digit {
  display: inline-block;
  font-size: 30px;
  font-size: 30px !important;
  font-weight: bold;
  font-family: Impact;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.group_lst font {
    line-height: 40px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
}
}