li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
pre {
  white-space: pre-wrap;
}
.pd-5 {
  padding: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.mg-5 {
  margin: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pd-10 {
  padding: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.mg-10 {
  margin: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pd-15 {
  padding: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mg-15 {
  margin: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pd-20 {
  padding: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.mg-20 {
  margin: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.border_top {
  border-top: solid 1px #ebebeb;
}
.border_bottom {
  border-bottom: solid 1px #ebebeb;
}
border_right {
  border-right: solid 1px #ebebeb;
}
.border_left {
  border-left: solid 1px #ebebeb;
}
.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.center {
  justify-content: center;
  align-items: center;
}
.flex .flex-item {
  flex: 1;
}
.flex .align {
  align-items: center;
}
.flex .s-between {
  justify-content: space-between;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.d-block {
  display: inline-block;
}
.d-inline-block {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color: #f7f7f7;
  height: 100%;
  line-height: normal;
}
body {
  min-width: 1200px;
  margin: 0;
  padding: 0;
}
div {
  box-sizing: border-box;
}
a,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
a.ea:hover {
  color: #ff7200 !important;
}
.c-row {
  width: 1200px;
}
.c-box {
  border: solid 1px #ebebeb;
}
.c-bread {
  display: inline-block;
}
.c-bread .c-bread-item {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  color: #888;
  padding: 0;
}
.c-bread .c-bread-item::after {
  content: '＞';
  display: inline-block;
  margin-left: 5px;
}
.c-bread .c-bread-item:last-child::after {
  content: "";
}
.t-over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-primary {
  color: #ff7200;
}
.c-desc {
  color: #888;
}
.bg-white {
  background: #fff;
}
.top-line {
  background-color: #353535;
  color: #fff;
  padding: 10px 0;
}
.top-line .line-box {
  margin: 0 auto;
}
.top-line .line-rt a {
  color: #fff;
}
.top-line .line-rt span {
  color: #eee;
  margin: 0 5px;
}
.top-link {
  background-color: #f4f4f4;
}
.top-link .top-link-center {
  overflow: hidden;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 36px;
}
.top-link .top-link-center .top-lf {
  float: left;
}
.top-link .top-link-center .top-rt {
  float: right;
}
.top-link .top-link-center span {
  margin: 0 12px;
  color: #d0d0d0;
  font-size: 11px;
}
.top-link .top-link-center a {
  color: #646464;
}
.top-link .top-link-center a.light {
  color: #ff7200;
}
header {
  min-width: 1200px;
  padding: 27px 0;
  background: #fff;
  border-bottom: solid 2px #ff7200;
}
header .header-wrap {
  width: 1200px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  position: relative;
}
header .header-wrap .logo {
  display: inline-block;
}
header .header-wrap form {
  display: inline-block;
  float: right;
  font-size: 0;
  line-height: 0;
  margin-top: 9px;
  position: relative;
}
header .header-wrap .search-input,
header .header-wrap .search-btn {
  height: 38px;
  outline: none;
  border: solid 1px #c4c4c4;
  box-sizing: border-box;
  line-height: 100%;
  width: 380px;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 12px;
}
header .header-wrap .search-input i.iconfont,
header .header-wrap .search-btn i.iconfont {
  margin-right: 5px;
  font-weight: 700;
  vertical-align: middle;
}
header .header-wrap .search-btn {
  background: #ff7200;
  color: #fff;
  margin-left: -10px;
  border: none;
  padding: 0 16px;
  cursor: pointer;
  width: auto;
}
header .header-wrap .search-type {
  float: left;
  width: 102px;
  height: 38px;
  line-height: 100%;
  text-align: center;
  color: #333;
  font-size: 14px;
  border: solid 1px #c4c4c4;
  outline: none;
  cursor: pointer;
  border-right: none;
  box-sizing: border-box;
  background: url("../images/headerdown.png") 87px 16px no-repeat;
}
header .header-wrap .type-choose {
  position: absolute;
  width: 103px;
  padding: 10px;
  height: auto;
  overflow: hidden;
  top: 100%;
  z-index: 500;
  background: #fff;
  text-align: center;
  border: 1px #d7d7d7 solid;
  border-top: none;
}
header .header-wrap .type-choose a {
  color: #333;
  display: block;
  width: 71px;
  height: 38px;
  line-height: 38px;
  float: left;
  font-size: 12px;
  background: #f2f2f2;
  margin: 0 7px 5px 7px;
  border: 1px #e0e0e0 solid;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
header .header-wrap .publish {
  color: #fff;
  background: #50b329;
  line-height: 38px;
  text-align: center;
  padding: 0 16px;
  display: inline-block;
  height: 38px;
  float: right;
  box-sizing: border-box;
  margin-left: 10px;
  margin-top: 9px;
  font-size: 12px;
}
header .header-wrap .publish i.iconfont {
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
  vertical-align: middle;
}
.nav-wrap {
  background: #fff;
  margin-bottom: 10px;
}
.nav-wrap .nav {
  display: block;
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}
.nav-wrap .nav li {
  display: inline-block;
}
.nav-wrap .nav li a {
  line-height: 48px;
  display: inline-block;
  margin-right: 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
}
.nav-wrap .nav li a.active::after,
.nav-wrap .nav li a:hover::after {
  position: absolute;
  content: "";
  height: 3px;
  background: #ff7200;
  color: #ff7200;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-wrap {
  min-height: 700px;
}
.main-wrap .main {
  width: 1200px;
  margin: 0 auto;
}
footer {
  margin-top: 20px;
  width: 100%;
  background-color: #353535;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  box-sizing: border-box;
  display: none;
}
footer p {
  box-sizing: border-box;
}
footer p a,
footer p a:hover {
  color: #fff;
}
footer .contact {
  padding-top: 50px;
  padding-bottom: 35px;
  font-size: 18px;
}
footer .links {
  color: #fff;
}
footer .links a {
  color: inherit;
}
.to-top {
  position: fixed;
  left: 1200px;
  background: #ff7200;
  width: 50px;
  height: 50px;
  z-index: 99;
  bottom: 0;
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("http://pimg.ec51.com/to-top.png?t=1");
  background-size: 30px;
  cursor: pointer;
}
.f-small {
  font-size: 0.833333333333333rem;
}
.city-now {
  display: inline-block;
  cursor: pointer;
}
.city-now p {
  position: relative;
  font-size: 14px;
  background-color: #eaeaea;
  width: 85px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 12px;
  color: #4a4a4a;
}
.city-now p:after {
  content: '◣';
  position: absolute;
  right: 15px;
  top: -2px;
  transform: rotate(-45deg);
}
.city-all {
  width: 400px;
  padding: 5px 10px;
  border: #f2f2f2 1px solid;
  position: absolute;
  top: 45px;
  left: 217px;
  background: #fff;
  z-index: 9999;
  font-size: 12px;
  line-height: 26px;
  box-shadow: 0 0 20px 0 rgba(100,100,100,0.3);
}
.city-all p {
  height: 46px;
  border-bottom: 1px dashed #eaeaea;
  line-height: 46px;
  display: block;
  width: 376px;
  margin: 0 auto;
}
.city-all dl {
  display: block;
  margin: 0 auto;
  padding: 6px 0;
  width: 386px;
  overflow: hidden;
  zoom: 1;
}
.city-all dt {
  color: #666;
  float: left;
  width: 64px;
}
.city-all dd {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 322px;
  color: #666;
}
.city-all dd a {
  color: #0079c1;
  text-decoration: none;
  padding-right: 8px;
  display: block;
  float: left;
}
.link {
  align-items: baseline;
  width: 1200px;
  margin: 20px auto 0;
  padding: 20px;
}
.link h3 {
  margin: 0 20px 0 0;
  font-size: 16px;
  font-weight: normal;
  flex-shrink: 0;
}
.link li {
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -1px;
  margin-bottom: 12px;
}
.link li:after {
  content: '';
  height: 14px;
  width: 1px;
  background: #e0e6ed;
  float: left;
  margin-left: -13px;
  margin-top: 2px;
}
.link .link-a {
  font-size: 14px;
  color: #e0e0e0;
  flex-wrap: wrap;
}
.link .link-a a {
  color: #333;
}
