* {
  margin: 0;
  padding: 0;
}
input,
button,
img,
form,
textarea {
  outline: none;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.publichead #pchead .normalhead {
  padding: 0 50px;
  overflow: hidden;
  height: 80px;
}

.publichead #pchead .normalhead .left_hd {
  float: left;
  overflow: hidden;
}
.publichead #pchead .normalhead .left_hd .pc_logo {
  float: left;
}
.publichead #pchead .normalhead .left_hd .pc_logo img {
  margin-top: 15px;
}
.publichead #pchead .normalhead .left_hd .nav {
  float: left;
}
.publichead #pchead .normalhead .left_hd .nav .menu {
  overflow: hidden;
  margin-left: 50px;
}
.publichead #pchead .normalhead .left_hd .nav .menu li {
  float: left;
  width: 130px;
  text-align: center;
  height: 80px;
}
.publichead #pchead .normalhead .left_hd .nav .menu li a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
  border-right: solid 1px #e5e5e5;
  margin-top: 27px;
}
.publichead #pchead .normalhead .left_hd .nav .menu li:hover {
  border-bottom: solid 2px #e60012;
  box-sizing: border-box;
}
.publichead #pchead .normalhead .left_hd .nav .menu li:hover a {
  color: #e60012;
}
.publichead #pchead .normalhead .right_hd {
  float: right;
  overflow: hidden;
  line-height: 80px;
}
.publichead #pchead .normalhead .right_hd .sear {
  float: left;
  margin-right: 30px;
}
.publichead #pchead .normalhead .right_hd .sear .search_img {
  vertical-align: middle;
  cursor: pointer;
}
.publichead #pchead .normalhead .right_hd .lanlngue {
  margin-top：50%;
  float: right;
  cursor: pointer;
}
.publichead #pchead .normalhead .right_hd .lanlngue p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}
.publichead #pchead .openhead {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 999;
}
.publichead #pchead .openhead .openthing {
  width: 100%;
  display: none;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding: 30px 50px;
}
.publichead #pchead .openhead .openthing .modulars {
  float: left;
  overflow: hidden;
}
.publichead #pchead .openhead .openthing .modulars .modular {
  width: auto;
  float: left;
  margin-right: 30px;
}
.publichead #pchead .openhead .openthing .modulars .modular .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #444444;
}
.publichead #pchead .openhead .openthing .modulars .modular .pic {
  width: 280px;
  height: 140px;
  margin-top: 10px;
}
.publichead #pchead .openhead .openthing .modulars .modular .pic img {
  max-width: 100%;
  max-height: 100%;
}
.publichead #pchead .openhead .openthing .modulars .modular .links {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
.publichead #pchead .openhead .openthing .modulars .modular .links .headgroup{
  float: left;
  width: 280px;
  margin-right: 20px;
}
.publichead #pchead .openhead .openthing .modulars .modular .links li {
  line-height: 30px;
  border-bottom: solid 2px transparent;
  margin-bottom: 5px;
}
.publichead #pchead .openhead .openthing .modulars .modular .links li a {
  display: block;
  overflow: hidden;
}
.publichead #pchead .openhead .openthing .modulars .modular .links li a span {
  float: left;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}
.publichead #pchead .openhead .openthing .modulars .modular .links li a .arr {
  float: right;
  margin-top: 21px;
  width: 6px;
  height: 9px;
  background-image: url(../images/headlink.png);
}
.publichead #pchead .openhead .openthing .modulars .modular .links li:hover {
  border-color: #e60012;
}
.publichead #pchead .openhead .openthing .modulars .modular .links li:hover a span {
  color: #e60012;
}
.publichead #pchead .openhead .openthing .modulars .modular .links li:hover a .arr {
  background-image: url(../images/headlink2.png);
}
.publichead #pchead .openhead .openthing .closeit {
  float: right;
  cursor: pointer;
}
.search_box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.search_box .searching {
  width: 100%;
  height: 300px;
  background-color: #fff;
  padding: 0 10%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_box .searching .sp {
  width: 90%;
}
.search_box .searching .sp input {
  width: 100%;
  height: 100px;
  font-size: 40px;
  text-indent: 30px;
  border: solid 1px #dcdcdc;
  color: #dcdcdc;
}
.search_box .searching .pic {
  width: 5%;
}
.search_box .searching .pic img {
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
}
footer {
  padding-top: 38px;
  border-top: solid 1px #dcdcdc;
}
footer .top {
  padding-bottom: 20px;
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
}
footer .top .left {
  float: left;
}
footer .top .left .attention {
  margin-top: 102px;
}
footer .top .left .attention a {
  margin-right: 20px;
}
footer .top .left .attention a img {
  vertical-align: middle;
}
footer .top .left .attention a span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #626262;
}
footer .top .right {
  float: right;
  overflow: hidden;
}
footer .top .right .links {
  float: left;
  margin-top: 50px;
  margin-right: 50px;
}
footer .top .right .links p a {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ce2525;
  margin-right: 15px;
}
footer .top .right .address {
  float: left;
}
footer .top .right .address .conact {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #656565;
}
footer .top .right .address .where {
  margin-top: 20px;
}
footer .top .right .address .where:last-child{
    clear:both;
}
footer .top .right .address .where .place {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #656565;
}
footer .bottom {
  border-top: solid 3px #ec3c3f;
}
footer .bottom .service {
  width: 1400px;
  margin: 0 auto;
  line-height: 95px;
  overflow: hidden;
}
footer .bottom .service .call {
  float: left;
  margin-right: 90px;
}
footer .bottom .service .call img {
  vertical-align: middle;
}
footer .bottom .service .call a {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ec3c3f;
}
footer .bottom .service .call span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ec3c3f;
}
footer .bottom .service .copy {
  float: left;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #656565;
}
.pagebanner {
  width: 100%;
}
.pagebanner img {
  width: 100%;
  display: block;
}
.pagenav {
  line-height: 60px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.pagenav .colum {
  float: left;
}
.pagenav .colum a {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #444444;
  margin-right: 20px;
}
.pagenav .colum .active {
  color: #e60012;
  border-bottom: solid 3px #e60012;
}
.pagenav .position {
  float: right;
}
.pagenav .position span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #444444;
}
.subject {
  width: 1200px;
  margin: 0 auto;
}
.pages {
  text-align: center;
}
.pages a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #c7c7c7;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  margin:0 3px;
}
.pages a img {
  width: 12px;
  vertical-align: middle;
}
.pages .active {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}
@media screen and (max-width: 1440px) {
  footer .top {
    width: 1200px;
  }
  footer .bottom .service {
    width: 1200px;
  }
}
@media screen and (max-width: 992px) {
  #pchead {
    display: none;
  }
  footer .top {
    width: 95%;
  }
  footer .bottom .service {
    width: 90%;
    line-height: 40px;
  }
  footer .top .right .links p a {
    font-size: 14px;
  }
  footer .top .right .links {
    margin: 20px 0;
  }
  footer .bottom .service .call {
    margin-right: 0;
  }
  footer .bottom .service .call a {
    font-size: 20px;
  }
  footer .bottom .service .call span {
    font-size: 20px;
  }
  footer .bottom .service .copy {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .subject {
    width: 95%;
  }
  .pagenav {
    line-height: 30px;
  }
  .pagenav .colum {
    float: none;
    display: none;
    justify-content: space-around;
  }
  .pagenav .position {
    float: none;
  }
  .pagenav .colum a {
    font-size: 14px;
  }
  .pagenav .position span {
    font-size: 12px;
  }
  .search_box .searching {
    height: 100px;
    padding: 0 5%;
  }
  .search_box .searching .sp input {
    height: 40px;
    font-size: 18px;
  }
  .search_box .searching .pic {
    width: 8%;
  }
}
.publichead #pchead .normalhead .left_hd .nav .menu .active a{
    color: #e60012;
}
.publichead #pchead .normalhead .left_hd .nav .menu .active{
    border-bottom: solid 2px #e60012;
    box-sizing: border-box;
}

.position a{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #444444;
}