.middle {
  width: 1200px;
  margin: 0px auto;

}
/*主色*/
/*主色*/
/*顶部*/
#header {
  width: 100%;
  height: 120px;
  background: url(../image/home/topBg.png) no-repeat;
  background-size: 100% 120px;
  overflow: hidden;
}

#header .logo .Fg {
  height: 80px;
}
#header .logo .logo_text {
  margin-top: 10px;
  margin-left: 20px;
  font-family: "微软雅黑";
}
#header .logo .logo_text p {
  font-size: 16px;
  color: #ffffff;
}
#header .logo .logo_text h1 {
  font-size: 28px;
  color: #ffffff;
}
#header .share ul li {
  float: left;
  margin: 30px 10px;
}
.weixinhover:hover {
  background-image: url(../image/home/weixinhover.png);
}
#header .Telephone {
  width: 416px;
  height: 120px;
  background: url(../image/home/M-topBg.png) no-repeat;
  background-size: 100% 120px;
  margin-right: -75px;
}
#header .Telephone div.right_t {
  position: relative;
  margin-left: 97px;
}
#header .Telephone div.right_t p {
  color: #ffffff;
  margin-left: 60px;
}
#header .Telephone div.right_t p img {
  position: absolute;
  left: -10px;
  top: 0px;
}
#header .Telephone div.right_t h2 {
  font-size: 30px;
  color: #ffffff;
}
#header .Telephone div.right_t h2 span {
  font-size: 45px;
}
/*导航*/
#nav {
  width: 100%;
  height: 44px;
  background: #ffffff;
  border-top: 1px solid #1e539e;
}
#nav .nav_li ul li {
  float: left;
}
#nav .nav_li ul li a {
  width: 120px;
  line-height: 44px;
  text-align: center;
  display: block;
}
#nav .nav_li ul li a:hover {
  color: #1e539e;
}
#nav .nav_li ul li a.font_c {
  color: #1e539e;
}
#nav .nav_li ul li i {
  float: right;
  display: inline-block;
  margin-top: -33px;
}
#nav .search {
  width: 343px;
  height: 45px;
  background: #007ce4 url(../image/home/search_bg.png);
}
#nav .search input {
  height: 30px;
}
#nav .search input#search {
  width: 295px;
  text-indent: 10px;
  margin-top: 5px;
  margin-left: 10px;
  color: #1e539e;
  float: left;
}
#nav .search input#search_but {
  width: 30px;
  height: 30px;
  float: left;
  background: #ffffff url(../image/home/search.png) no-repeat center;
  margin-top: 5px;
  border: none;
}
#nav .search ::-webkit-input-placeholder {
  color: #1e539e;
  font-weight: bold;
}
#nav .search ::-moz-input-placeholder {
  color: #1e539e;
  font-weight: bold;
}
#nav .search ::-ms-input-placeholder {
  color: #1e539e;
  font-weight: bold;
}
#nav .search input-placeholder {
  color: #1e539e;
  font-weight: bold;
}
/*底部*/
#footer {
  width: 100%;
  background: #eee;
  padding-top: 30px;
}
#footer .footer div.contact_us,
#footer .footer div.webNav,
#footer .footer div.attention_us {
  width: 33%;
}
#footer .footer .contact_us {
  background: url(../image/login/fg.png) no-repeat right;
  background-size: 1px 140px;
}
#footer .footer .contact_us .contact_us_t ul li {
  line-height: 25px;
  font-size: 12px;
}
#footer .footer .webNav {
  background: url(../image/login/fg.png) no-repeat right;
  background-size: 1px 140px;
}
#footer .footer .webNav ul li {
  line-height: 30px;
  font-size: 14px;
}
#footer .footer .webNav ul li i {
  margin-right: 5px;
}
#footer .footer .webNav div {
  margin: 0px 33px;
}
#footer .footer .attention_us h2 {
  font-weight: bold;
}
#footer .footer .attention_us ul li {
  float: left;
  margin: 0px 10px;
}
.f_info {
  text-align: center;
  width: 100%;
  height: 35px;
  background: #007ce4 url(../image/home/search_bg.png);
  line-height: 35px;
  color: #ffffff;
}
