html {
  min-width: 1200px;
}
* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
.clear {
  clear: both;
}
.floatl {
  float: left;
}
.floatr {
  float: right;
}
.mtop1 {
  margin-top: 10px;
}
.mtop2 {
  margin-top: 20px;
}
.mtop3 {
  margin-top: 30px;
}
.mtop4 {
  margin-top: 40px;
}
.mtop5 {
  margin-top: 50px;
}
.mtop6 {
  margin-top: 60px;
}
.pleft1 {
  margin-left: 10px;
}
.pleft2 {
  margin-left: 20px;
}
.pleft3 {
  margin-left: 30px;
}
.textl {
  text-align: left !important;
}
#topnav {
  height: 110px;
  line-height: 110px;
  background: white;
  width: 1090px;
  margin: 0 auto;
}
#topnav .logoleft {
  float: left;
}
#topnav .logoleft a {
  display: block;
  margin-top: 15px;
}
#topnav .navlist {
  float: left;
  margin-left: 340px;
}
#topnav .navlist li {
  float: left;
}
#topnav .navlist li a {
  display: block;
  padding: 0 15px;
  font-size: 24px;
  margin-left: 20px;
  color: #333;
}
#topnav .navlist li a.active {
  color: #ff7017;
  background: #FAF6F1;
}
#topnav .navlist li a:hover {
  color: #ff7017;
  background: #FAF6F1;
}
#topbanner {
  height: 567px;
  background: url(../images/banner_1.png) repeat-x;
  text-align: center;
}
#topbanner .bannerfont {
  height: 138px;
  width: 695px;
  padding-top: 200px;
  margin: 0 auto;
  color: #fff;
}
#topbanner .bannerfont .top {
  font-size: 60px;
  font-weight: 700;
}
#topbanner .bannerfont .bottom {
  margin-top: 20px;
  font-size: 30px;
}
#pagefoot {
  position: relative;
  height: 295px;
  overflow: hidden;
  background: #313131;
  color: #e1e1e1;
}
#pagefoot .fgx {
  padding: 5px 0;
  border-bottom: 1px solid #3f3f3f;
  position: absolute;
  bottom: 70px;
  width: 100%;
}
#pagefoot .footer {
  width: 1042px;
  height: 146px;
  margin: 0 auto;
  color: #b0b0b0;
}
#pagefoot .footer .incname {
  font-size: 22px;
  margin-top: 35px;
}
#pagefoot .footer .footer_list {
  margin-top: 20px;
  height: 96px;
}
#pagefoot .footer .footer_list li {
  font-size: 14px;
  float: left;
}
#pagefoot .footer .footer_list li.center {
  margin: 0 150px;
}
#pagefoot .footer .footer_list li a {
  color: #b0b0b0;
}
#pagefoot .footer .footer_list li p {
  line-height: 30px;
}
#pagefoot .footer .footer_list li .lefticon {
  margin-right: 15px;
  float: left;
  width: 24px;
  height: 96px;
}
#pagefoot .footer .footer_list li .lefticon.address {
  background: url("../images/address.jpg") no-repeat scroll center 8px;
}
#pagefoot .footer .footer_list li .lefticon.phone {
  background: url("../images/telphone.jpg") no-repeat scroll center 8px;
}
#pagefoot .footer .footer_list li .lefticon.email {
  background: url("../images/mail.jpg") no-repeat scroll center 8px;
}
#pagefoot .footer .footer_list li .righttext {
  float: left;
  height: 96px;
}
#pagefoot .footer .footer_foot {
  font-size: 14px;
  clear: both;
  padding: 60px 0 30px 0;
  text-align: center;
  color: #707070;
}
.left {
  width: 246px;
  height: 179px;
  float: left;
  border: 1px solid #E1E1E1;
  background: #F7F7F7;
}
.left ul li {
  position: relative;
  width: 246px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  border-bottom: 1px solid #E1E1E1;
}
.left ul li a {
  display: block;
  color: #333;
  font-size: 20px;
}
.left ul li span {
  width: 8px;
  height: 43px;
  display: block;
  background: #FF6F14;
  display: none;
  position: absolute;
  top: 10px;
}
.left ul li.active {
  background: #fff;
  color: #ff7017;
}
.left ul li.active a {
  color: #ff7017;
}
.left ul li.active span {
  display: block;
}
.left ul li:hover {
  background: #fff;
}
.left ul li:hover a {
  color: #ff7017;
}
.left ul li:hover span {
  display: block;
}
/*# sourceMappingURL=common.css.map */
