* {
  margin: 0;
  padding: 0;
}

body {
  /*font-family: 'FZPingXYSJW';*/
  font-family: 'Microsoft YaHei';
  background: url(rcre_bg_v2020.png) no-repeat top center;
  /*font-weight: lighter;*/
}
div{
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}

img {
  border: 0;
  outline: 0;
}

a {
  text-decoration: none;
  color: #000;
}

input {
  border: 0;
  outline: 0;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
}
/*.div_center{
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-box; 
  display: -moz-box; 
  display: -webkit-flex;
  display: -moz-flex; 
  display: -ms-flexbox;
  display: flex;
}*/
.clear {
  *zoom: 1;
}
/*头部*/
.warp{
  width: 1200px;
  margin: 0 auto;
}
.header{
  height: 238px;
  width: 100%;
  position: relative;
}
.logo{
  height: 186px;
  width: 680px;
  padding-top: 53px
}
.search{
  width: 300px;
  height: 186px;
  padding-top: 75px

}
.search ul li{
  float: left;
}
.search ul li:nth-child(1) input{
  width: 225px;
  height: 42px;
  background: #fff;
  color: #999999;
  font-size: 16px;
  line-height: 42px;
  padding:0 11px;
  border: 1px solid #7e9db9;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
  border-right: 0;

}
.search ul li:nth-child(2) input{
  width: 74px;
  height: 42px;
  background: url(rcre_search_v2020.png) no-repeat top center;
  box-sizing: border-box;
  cursor: pointer;
}
/*2021-1-18*/ 
.input{
  width: 74px;
  height: 42px;
  background: url(rcre_search_v2020.png) no-repeat top center;
  box-sizing: border-box;
  cursor: pointer;
  border:0;
}
/*2021-1-18*/
.nav{
  height: 52px;
  width: 100%;
  background: #005984
}
.nav>.warp>ul{
  width: 107%
}
.nav>.warp>ul>li{
  float: left;
  padding-right: 50px;
  line-height: 52px;
  font-size: 20px;
  /*position: relative;*/
}
.nav>.warp>ul>li a{
  color: #fff
}
.nav>.warp>ul>li.on{
  /*font-weight: bold*/
}
.nav>.warp>ul>li a:hover{
  font-weight:bold
}
.nav>.warp>ul>li>div{
  width: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(145,178,194,.9);
  display: none;
  left: 0;
  border-top: #bdd1da 1px solid;
  border-bottom: #bdd1da 1px solid;
  height: 50px;
}
.nav>.warp>ul>li>ul{

}
.nav>.warp>ul>li>div>ul>li{
  float: left;
  height: 50px;
  line-height: 50px;

}
.nav_zxnk>li:first-child{
  margin-left: 268px
}
.nav_gywm>li:first-child{
  margin-left: -20px
}
.sub ul{
    width: 1200px;
    margin: 0 auto;
}

.sub li{
  float: left;
  font-weight: normal;
  font-size: 18px;
  width: 168px;
  text-align: center;
  background: url(rcre_navbg_v2020.png) no-repeat right center

} 
.sub li:last-child{
  background: none
}
/*尾部*/
.footer{
  height: 193px;
  width: 100%;
  border-top: 8px solid #005984
}
.footer_con1{
  height: 60px;
  background: #e5eef2;
  border-bottom: 1px solid #fff
}
.footer_con2{
  background:#f1f6f8;
  height: 124px
}
.footer_con1 ul{
  width: 106%
}
.footer_con1 ul li{
  float: left;
  font-size: 16px;
  line-height: 60px;
  color: #333333;
  padding-right: 48px

}
.footer_con2 .warp{
  position: relative;
}
.footer_con2 .warp .foot_sydw{
  position: absolute;
  left: 1px;
  top: 25px;
}
.footer_con2 .warp .foot_zfwzzc{
  position: absolute;
  right: 1px;
  top: 28px
}
.footer_con2 ul li{
  padding: 0 10px;
  float: left;text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #333
}
.footer_con2 ul{
  margin: 0 auto
}
.footer_ul1{
  width: 830px;
  margin: 0 auto
}
.footer_ul2{
  width:910px;
}
.footer_ul3{
  width: 380px
}
.fonter_txt{
  padding-top: 18px
}
.footer_jh{
  margin-top: -10px;
  padding: 0 8px;
}

@media screen and (max-width: 1440px) {
  body{
    background-size: 100%;
  }
  .header{
    height: 198px
  }
  .logo{
    padding-top: 49px;
    height: 156px;
  }
  .search{
    height: 156px;
    padding-top: 63px
  }
  .nav{
    height: 43px
  }
  .nav>.warp>ul{
    width: 107%
  }
  .nav>.warp>ul>li{
    padding-right: 46px;
    line-height: 43px;
    font-size: 16px;
  }
  .sub ul{
    width: 1000px
  }
  .logo img{
    width: 557px
  }
  .nav>.warp>ul>li>div{
    height: 38px
  }
  .nav>.warp>ul>li>div>ul>li {
    height: 38px;
    line-height: 38px;
  }
  .sub li{
    font-size: 15px
  }
  .nav_nydt>li:first-child{
    margin-left: 75px
  }
  .nav_gywm>li:first-child{
    margin-left: -47px
  }
  .search {
    width: 252px;
  }
  .search ul li:nth-child(2) input {
    width: 62px;
    height: 35px;
    background-size: 100%;
  }
/*2021-1-18*/
  .input {
    width: 62px;
    height: 35px;
    background-size: 100%;
  }
/*2021-1-18*/

  .search ul li:nth-child(1) input {
    width: 187px;
    height: 35px;
    background: #fff;
    color: #999999;
    font-size: 14px;
    line-height: 35px;
  }
  .nav_zxnk li:first-child{
    margin-left: 198px;
  }
  .footer{
    height: 162px
  }
  .footer_con1 ul li{
    padding-right: 35px;
    font-size: 14px;
    line-height: 50px
  }
  .footer_con1{
    height: 50px;
  }
  .footer_con2 ul li{
    font-size: 12px;
    line-height: 25px
  }
  .footer_con2{
    height: 103px
  }
  .fonter_txt {
    padding-top: 12px;
  }
  .footer_con2 .warp .foot_sydw{
    width: 44px;
    top: 20px;
  }
  .footer_con2 .warp .foot_zfwzzc{
    width: 94px;
    top: 23px;
  }
  .footer_ul2 {
    width: 800px;
  }
  .footer_ul1 {
    width: 720px;
  }
  .footer_ul3 {
    width: 330px;
  }
  .footer_jh {
    padding: 0 4px;
    width: 15px;
  }
}