body{
  min-width: 1200px;
}

a{
  text-decoration: none;
  color: #000;
}

.talk_banner_div {
  display: none;
}

/*header*/
.textCenter{
  text-align: center;
}

.header{
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
}

.header2{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.header_hr{
  margin: 0;
  border: 1px solid #06417E;
}


.header_p_title{
  text-align: right;
  width: 185px;
  float: left;
  margin-top: 10px;
  color: #009fe3;
}

.header_p_title > span{
  text-align: left;
}

.header_p_logo{
  float: left;
  margin-left: 220px;
}

.menu{
  width: 100%;
  overflow: hidden;
}

.menu li{
  float: left;
  font-size: 16px;
  /* width: 240px; */
  width: 300px;
  text-align: center;
  padding: 7px 0px;
  font-weight: bold;
}

.header nav{
  clear: both;
  cursor: pointer;
}

.dropmenu{
  position: absolute;
  top:127px;
  width: 1200px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f1f1f1;
  display: none;
}

.dropmenu > ul{
  float: left;
  /* width: 240px; */
  width: 300px;
  height: 145px;
  text-align: center;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
}

.dropmenu > ul:last-child{
  border: 0;
}

.dropmenu > ul > li{
  padding-top: 5px;
  padding-bottom: 5px;
  height: 20px;
  cursor: pointer;
}

.dropmenu li:hover a{
  color:#06417E;
}




/*footer*/
.footer{
  width: 100%;
  background-color: #EEEEEE;
  margin-top: 50px;
  padding: 20px;
  box-sizing: border-box;
}

.footer > div{
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.footer > div > p{
  float: left;
}

.footer > div > p:last-child{
  margin-left: 10px;
  font-size: 13px;
  color: #696969;
}
