body {
  color: #333333;
}
/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background: #008CD7;
}
.color {
  color: #008CD7;
}
/*header*/
.header_top {
  height: 110px;
}
.header_top .logo {
  margin-top: 10px;
}
.header_top .phone {
  display: inline-block;
  padding-left: 62px;
  background: url(../images/h1.jpg) no-repeat left center;
  margin-top: 26px;
}
.header_top .phone p {
  font-size: 18px;
}
.header_top .phone h2 {
  font-size: 35px;
  line-height: 38px;
  color: #008CD7;
  font-family: fantasy;
}
.header_nav {
  width: 100%;
  height: 60px;
  background: #008CD7;
  text-align: center;
  position: relative;
  z-index: 99999;
}
.header_nav ul {
  display: inline-block;
}
.header_nav ul li {
  width: 172px;
  height: 60px;
  float: left;
  position: relative;
}
.header_nav ul li > a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: white;
}
.header_nav ul li .menu_2 {
  position: absolute;
  background: #717678;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
}
.header_nav ul li .menu_2 p {
  width: 90%;
  margin: 0 auto;
  border-top: 1px dashed white;
}
.header_nav ul li .menu_2 p a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
}
.header_nav ul li .menu_2 p:hover {
  background: #F7B200;
}
.header_nav ul li .menu_2 p:first-child {
  border: 0;
}
.header_nav ul li:hover,
.header_nav ul li.hover {
  background: #F7B200;
}
.header_nav ul li:hover .menu_2 {
  display: block;
}
/*footer*/
.footer {
  width: 100%;
  height: auto;
  background: #027AC3;
  padding: 50px 0;
  color: white;
  margin-top: 50px;
}
.footer ul {
  width: 100%;
  text-align: left;
}
.footer ul li {
  display: inline-block;
  vertical-align: top;
  width: 135px;
}
.footer ul li .tits {
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: url(../images/f1.png) no-repeat bottom left;
  margin-bottom: 15px;
}
.footer ul li .nav01 {
  width: 100%;
}
.footer ul li .nav01 p {
  width: 100%;
  height: 30px;
  font-size: 14px;
  margin-bottom: 5px;
}
.footer ul li .nav01 p a {
  color: white;
}
.footer ul .lt1 {
  min-width: 306px;
}
.footer ul .lt1 .txt1 {
  font-size: 32px;
  letter-spacing: 2px;
}
.footer ul .lt1 .more1 {
  display: inline-block;
  width: 99px;
  height: 43px;
  line-height: 43px;
  padding-left: 70px;
  color: white;
  font-size: 16px;
  margin-top: 20px;
  background: url(../images/f2.png) no-repeat;
  text-align: left;
  margin-left: 26px;
}
.footer ul .chat {
  width: 120px;
}
.footer ul .chat img {
  width: 120px;
  height: 120px;
}
/*footer*/
.footer_bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #FCFDFF;
  text-align: center;
}
.footer_bottom strong {
  font-weight: 500;
  padding: 0 30px;
}
