@charset "utf-8";
/* CSS Document */
body {
  color: #333333;
  font: 13px/1.75 Arial;
}
* {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-size: 12px;
}
html {
  min-width: 1140px;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
  color: #333333;
  outline: medium none;
  text-decoration: none;
}
li {
  list-style: none;
}
a:hover {
  color: #05549b;
  text-decoration: none;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.head {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
  height: 176px;
  background: url(../images/headbg.jpg) repeat-x;
}
.head_center {
  width: 1202px;
  margin: 0 auto;
}
.head_center .logo {
  width: 577px;
  height: 136px;
}
.hedyou {
  width: 420px;
}
.hedyou1 {
  width: 235px;
  margin-top: 40px;
  float: left;
  background: url(../images/tell.png) no-repeat left center;
}
.hedyou1 span {
  width: 170px;
  padding-left: 65px;
  float: left;
  color: #1e1e1e;
  line-height: 30px;
}
.spa1 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
    "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1e1e1e;
}
.spa2 {
  font-size: 20px;
}
.top2 {
  width: 102px;
  float: right;
  margin-top: 15px;
}

.nav {
  width: 100%;
  height: 41px;
  line-height: 41px;
}
.nav ul {
  width: 1202px;
  margin: 0 auto;
}
.nav ul li {
  width: 150px;
  float: left;
  text-align: center;
}
.nav ul li a {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #fff;
  width: 150px;
  display: block;
}
.nav ul li .current {
  background-color: #f16604;
  color: #fff;
}

/*底部*/
.foot {
  width: 100%;
  background-color: #1f1f1f;
  min-height: 132px;
}
.footer {
  width: 1202px;
  margin: 0 auto;
}
.link {
  width: 1202px;
  float: left;
  margin-top: 5px;
  height: 20px;
  line-height: 20px;
}
.link span {
  font-family: "宋体";
  font-size: 13px;
  color: #fff;
  min-width: 30px;
  float: left;
}
.link a {
  font-family: "宋体";
  font-size: 13px;
  color: #fff;
  border-right: 1px solid #434343;
  height: 5px;
  padding: 0 20px;
  line-height: 20px;
}

.footfl {
  width: 1202px;
  float: left;
  font-family: "宋体";
  font-size: 13px;
}
.kinkk {
  width: 1202px;
  float: left;
  margin-top: 5px;
  font-family: "宋体";
  font-size: 13px;
}
.kinkk1 {
  width: 1202px;
  float: left;
  margin-top: 15px;
}
.footfl1 {
  width: 1202px;
  float: left;
  color: #fff;
  margin-top: 1px;
  line-height: 20px;
}
.footfl1 a {
  font-family: "宋体";
  color: #fff;
}
/*底部*/

.qq-client {
  position: fixed;
  right: 0px;
  top: 45%;
  margin-top: -300px;
}
.qq-client a {
  width: 29px;
  height: 280px;
  text-align: center;
  padding: 0px 0px;
  line-height: 40px;
  display: block;
}
.qq-client-content {
  position: fixed;
  right: 0px;
  top: 12%;
  width: 137px;
  height: 310px;
  display: block;
  background: url(../images/xuanfbg.png) no-repeat #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
}
.qq-client-content h1 {
  font-size: 14px;
  width: 90%;
  margin: 0px auto;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: #ebebeb solid 1px;
  position: relative;
}
.qq-client-content h1 span {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  left: -30px;
  top: -20px;
  cursor: pointer;
  background: #ffffff;
  border: #ebebeb solid 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
}
.qq-client-list {
  background: #ffffff;
}
.client-list {
  overflow: hidden;
  line-height: 40px;
  width: 90%;
  margin: 0px auto;
  margin-bottom: 10px;
  border-bottom: dashed 1px #ebebeb;
}
.client-list a {
  display: block;
}
.client-list a:hover {
  color: red;
}
.client-list span {
  float: left;
}
.client-list label {
  float: left;
  width: 60px;
  text-align: right;
  padding-right: 10px;
}

.menu ul li a,
.menu ul li a:visited {
  display: block;
}
/* make the dropdown ul invisible */
.menu ul li ul {
  display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
  color: #fff;
  background: #f16604;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
  display: block;
  position: absolute;
  top: 174px;
  width: 105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  display: block;
  opacity: 0.9;
  background: #f16604;
  color: #fff;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
  background: #eb995d;
  color: #fff;
}
