/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background: #0169a0;
}
.color {
  color: #0069a0;
}
/*header_top*/
.header_top {
  width: 100%;
  height: 183px;
  background: url(../images/h1.jpg) no-repeat center;
  border-bottom: 4px solid #0069a0;
}
.header_top .header_logo {
  height: 123px;
}
.header_top .header_logo img.fl {
  margin-top: 15px;
}
.header_top .header_logo .tel {
  margin-top: 25px;
  height: 51px;
  padding-left: 56px;
  display: inline-block;
  background: url(../images/h2.png) no-repeat left center;
}
.header_top .header_logo .tel p {
  font-size: 18px;
  line-height: 20px;
}
.header_top .header_logo .tel h2 {
  font-size: 30px;
  color: #0069a0;
  line-height: 31px;
}
.header_top .header_nav {
  width: 100%;
  text-align: center;
}
.header_top .header_nav ul {
  display: inline-block;
  vertical-align: top;
}
.header_top .header_nav ul li {
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-left: 46px;
  float: left;
  font-size: 18px;
}
.header_top .header_nav ul li:first-child {
  margin-left: 0;
}
.header_top .header_nav ul li.hover,
.header_top .header_nav ul li:hover {
  border-bottom: 4px solid #0fa29a;
}
/*footer*/
.footer {
  width: 100%;
  min-height: 270px;
  background: #0069a0;
  color: white;
  margin-top: 40px;
}
.footer ul {
  text-align: center;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #689db9;
}
.footer ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 34px;
}
.footer ul li a {
  color: white;
  font-size: 18px;
}
.footer .box {
  margin-top: 10px;
}
.footer .box img.fl {
  margin-top: 45px;
}
.footer .box .footer_contact {
  height: 162px;
  width: 390px;
  background: url(../images/f2.png) no-repeat left center;
  margin-left: 50px;
}
.footer .box .footer_contact .txt1 {
  margin: 20px 0 0 60px;
}
.footer .box .footer_contact .txt1 p {
  line-height: 28px;
  font-size: 16px;
}
.footer .box .footer_chat {
  width: 300px;
  height: 162px;
  background: url(../images/f2.png) no-repeat left center;
  text-align: center;
}
.footer .box .footer_chat .chat {
  display: inline-block;
  height: 136px;
  margin-top: 20px;
}
.footer .box .footer_chat .chat img {
  width: 136PX;
  height: 136px;
  vertical-align: top;
}
.footer .box .footer_chat .chat p {
  display: inline-block;
  width: 18px;
  margin-left: 5px;
  line-height: 27px;
  font-size: 16px;
}
.footer_bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #035079;
  color: white;
  text-align: center;
}
.footer_bottom strong {
  font-weight: 500;
  padding: 0 30px;
}
.footer_bottom strong a {
  color: white;
}
