@font-face {
  font-family: 'iconfont';
  src: url('icon/iconfont.eot');
  src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'), url('icon/iconfont.woff2') format('woff2'), url('icon/iconfont.woff') format('woff'), url('icon/iconfont.ttf') format('truetype'), url('icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
}
body,
a {
  color: #474747;
}
a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
}
a:hover {
  color: #c72d2d;
}
img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
.cl {
  text-align: left;
}
.cc {
  text-align: center;
}
.cr {
  text-align: right;
}
.container {
  padding: 0 2%;
}
.row,
.clear {
  clear: both;
}
.row:after,
.clear:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top,
.header {
  display: none;
}
.m-top {
  height: 0.6rem;
  /*menu*/
  /*menu*/
}
.m-top .m-warp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  padding: 0 2%;
  overflow: hidden;
}
.m-top .m-warp .m-logo img {
  max-width: 70%;
  max-height: 0.5rem;
}
.m-top .icon {
  top: 50%;
}
.m-top .icon,
.m-top .icon:before,
.m-top .icon:after {
  left: 0;
  position: absolute;
  background-color: #E0443E;
  border-radius: 0.2rem;
  transition-duration: 0.5s;
  height: 0.03rem;
  width: 0.39rem;
}
.m-top .icon:before {
  top: -0.12rem;
  content: "";
}
.m-top .icon:after {
  top: 0.12rem;
  content: "";
}
.m-top .menu {
  width: 0.39rem;
  height: 0.5rem;
  position: relative;
  transition-duration: 1s;
  position: absolute;
  right: 2%;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
.m-top .menu .icon {
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.m-top .menu .icon:after {
  transition: transform 0.5s, top 0.5s 0.5s;
}
.m-top .menu .icon:before {
  transition: transform 0.5s, top 0.5s 0.5s;
}
.m-top .menu.open .icon {
  transition-duration: 0.1s;
  transition-delay: 0.5s;
  background: transparent;
}
.m-top .menu.open .icon:before {
  transition: top 0.5s, transform 0.5s 0.5s;
  top: 0px;
  transform: rotateZ(-45deg);
}
.m-top .menu.open .icon:after {
  transition: top 0.4s, transform 0.5s 0.5s;
  top: 0px;
  transform: rotateZ(45deg);
}
.m-top .sub-menu {
  width: 100%;
  height: 100%;
  padding: 14px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 0.5rem;
  background-color: white;
  z-index: 10;
  color: #666;
  overflow-y: auto;
  border-top: 1px solid #dcdcdc;
}
.m-top .sub-menu ul {
  padding-bottom: 100px;
}
.m-top .sub-menu ul li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}
.m-top .sub-menu ul li a {
  display: block;
}
.m-top .sub-menu ul li .sub-tit .tu-box {
  padding: 13px 0;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  position: relative;
}
.m-top .sub-menu ul li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}
.m-top .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}
.m-top .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}
.m-top .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-right: 16px;
  margin-top: 0;
  background: url(../images/img5.png) center center no-repeat;
  background-size: 100%;
}
.m-top .sub-menu .sub-tit.on .btn-v {
  background: url(../images/img6.png) center center no-repeat;
  background-size: 100%;
}
.m-top .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
  background: #f5f5f5;
}
.m-top .sub-menu .sec-list p {
  background-size: 8px auto;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.m-top .sub-menu .sec-list p:nth-child(1) {
  border-top: none;
}
.m-top .sub-menu .sec-list a {
  padding-left: 21px;
  color: #888;
  display: block;
}
.footer {
  border-top: 5px solid #c72d2d;
  padding-top: 0.48rem;
  padding-bottom: 0.28rem;
  background-color: #363636;
  color: #6f7883;
  font-size: 0.14rem;
}
.footer a {
  color: #6f7883;
}
.footer .contact {
  line-height: 0.32rem;
}
.footer .code {
  display: none;
  text-align: center;
}
.footer .code span {
  display: block;
  line-height: 0.4rem;
}
.footer .copy {
  padding-top: 0.3rem;
  line-height: 0.22rem;
}
.fixedbox {
  display: none;
}
.index .banner {
  margin-bottom: 0.2rem;
}
.index .banner img {
  width: 100%;
}
.index .news {
  margin-bottom: 0.28rem;
}
.index .news .news-img {
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.index .news .news-img .item {
  position: relative;
}
.index .news .news-img .item img {
  width: 100%;
  height: 3rem;
  object-fit: cover;
}
.index .news .news-img .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.index .news .news-img .item p span {
  display: block;
  width: 70%;
  text-indent: 2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index .news .news-img .swiper-pagination {
  text-align: right;
  line-height: 0.5rem;
  bottom: 0;
  padding-right: 0.2rem;
}
.index .news .news-img .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #fff;
}
.index .news .news-img .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c72d2d;
}
.index .news .news-txt {
  padding: 0.1rem;
  background-color: #fff;
}
.index .news .news-txt .news-tit {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  height: 0.4rem;
}
.index .news .news-txt .news-tit::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #363636;
  position: relative;
  bottom: 6px;
}
.index .news .news-txt .news-tit b {
  font-size: 0.5rem;
  line-height: 0.4rem;
  height: 0.4rem;
  float: left;
  color: #c72d2d;
  padding-right: 3px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.index .news .news-txt .news-tit h4 {
  font-size: 0.2rem;
  line-height: 0.2rem;
  position: relative;
  z-index: 2;
}
.index .news .news-txt .news-tit span {
  font-size: 0.2rem;
  color: #c72d2d;
  font-weight: bold;
  line-height: 0.22rem;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  padding-right: 8px;
}
.index .news .news-txt .news-tit a {
  color: #c72d2d;
  font-size: 0.16rem;
  line-height: 0.44rem;
  position: absolute;
  right: 0;
  top: 0;
}
.index .news .news-txt dl dt h2 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index .news .news-txt dl dd {
  min-height: 1.36rem;
  margin: 0 0.2rem;
  border-bottom: 1px solid #eaf2f6;
  padding-bottom: 0.2rem;
}
.index .news .news-txt dl dd p {
  line-height: 22px;
  color: #6f7883;
  text-indent: 2em;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
}
.index .news .news-txt dl dd span {
  color: #afb8bc;
  font-size: 0.14rem;
  margin-top: 0.18rem;
  float: left;
}
.index .news .news-txt dl dd a {
  display: block;
  width: 0.84rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0.14rem;
  color: #FFFFFF;
  background-color: #363636;
  float: right;
  margin-top: 0.1rem;
}
.index .news .news-txt ul li {
  position: relative;
  padding-left: 0.16rem;
  line-height: 0.4rem;
  background: url(../images/arrow.png) no-repeat left center;
}
.index .news .news-txt ul li a {
  font-size: 0.16rem;
  color: #525960;
  display: block;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index .news .news-txt ul li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
  font-size: 0.14rem;
  font-weight: bold;
}
.index .notice {
  padding: 0 2%;
  margin-bottom: 0.2rem;
}
.index .notice .container {
  background-color: #fff;
}
.index .notice .notice-tit {
  position: relative;
  border-bottom: 2px solid #c72d2d;
}
.index .notice .notice-tit h4 {
  font-size: 0.2rem;
  line-height: 0.42rem;
  padding-left: 0.5rem;
  background: url(../images/laba.png) no-repeat 0.2rem center;
}
.index .notice .notice-tit a {
  position: absolute;
  right: 0.15rem;
  top: 0;
  color: #c72d2d;
  font-size: 0.16rem;
  line-height: 0.42rem;
}
.index .notice .tabs-container {
  position: relative;
  min-height: 360px;
}
.index .notice .tabs-container .tabs-left .nav-tabs,
.index .notice .tabs-container .tabs-left .nav-pills {
  position: relative;
}
.index .notice .tabs-container .tabs-left .nav-tabs {
  height: 100%;
}
.index .notice .tabs-container .tabs-left .nav-tabs li {
  float: left;
  margin: 0 2%;
}
.index .notice .tabs-container .tabs-left .nav-tabs li a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.16rem;
  padding: 0.12rem 0;
  color: #969696;
}
.index .notice .tabs-container .tabs-left .nav-tabs li.active {
  border-bottom: 0.03rem solid #c72d2d;
}
.index .notice .tabs-container .tabs-left .nav-tabs li [class^="icon-"],
.index .notice .tabs-container .tabs-left .nav-tabs li [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.index .notice .tabs-container .tabs-left .nav-tabs li .icon-align-justify {
  background-position: -336px -48px;
}
.index .notice .tabs-container .tabs-left .nav-tabs li .caret {
  margin-top: 8px;
  margin-left: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  border-top-color: #c72d2d;
  border-bottom-color: #c72d2d;
}
.index .notice .tabs-container .tabs-left .nav-tabs li.open > a {
  background-color: #999999;
}
.index .notice .tabs-container .tabs-left .nav-tabs li.open > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.index .notice .tabs-container .tabs-left .nav-tabs > .pull-right {
  float: right;
}
.index .notice .tabs-container .tabs-left .nav-tabs > .pull-right a {
  padding: 0.12rem 0.15rem;
  border-radius: 0.05rem;
}
.index .notice .tabs-container .tabs-left .nav-tabs .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.index .notice .tabs-container .tabs-left .nav-tabs .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.index .notice .tabs-container .tabs-left .nav-tabs .hide {
  display: none;
}
.index .notice .tabs-container .tabs-left .nav-tabs .open > .dropdown-menu {
  display: block;
}
.index .notice .tabs-container .tabs-left > .tab-content > .tab-pane {
  background-color: #f6f6f6;
  display: none;
}
.index .notice .tabs-container .tabs-left > .tab-content > .active {
  display: block;
}
.index .notice .tabs-container .tabs-left .panel-body {
  background-color: #FFFFFF;
  position: static;
  padding: 0 2%;
}
.index .notice .tabs-container .tabs-left .tab-content ul span {
  padding: 0 1%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
.index .notice .tabs-container .tabs-left .tab-content ul span.title,
.index .notice .tabs-container .tabs-left .tab-content ul span.time {
  display: block;
}
.index .notice .tabs-container .tabs-left .tab-content ul .ulTitle {
  padding: 5px 0 0 0;
  overflow: hidden;
  color: #9f9f9f;
  font-weight: 600;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}
.index .notice .tabs-container .tabs-left .tab-content ul li {
  height: 0.4rem;
  overflow: hidden;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #353535;
}
.index .notice .tabs-container .tabs-left .tab-content ul li span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index .notice .tabs-container .tabs-left .tab-content ul li .fontBlue {
  color: #ff9933;
}
.index .notice .tabs-container .tabs-left .tab-content ul li .fontRed {
  color: #c72d2d;
}
.index .notice .tabs-container .tabs-left .tab-content ul li .fontGray {
  color: #474747;
}
.index .btns {
  display: none;
  margin-bottom: 0.2rem;
}
.index .btns .container {
  background-color: #fff;
}
.index .btns .row {
  padding: 0.2rem;
}
.index .btns ul li {
  float: left;
  width: 21.625%;
  height: 110px;
  line-height: 110px;
  margin-left: 4.5%;
  background-repeat: no-repeat;
  background-position: 20% center;
  border-radius: 6px;
  border: 1px solid #c72d2d;
}
.index .btns ul li:first-child {
  margin-left: 0;
}
.index .btns ul li.li1 {
  background-image: url(../images/icon1.png);
}
.index .btns ul li.li2 {
  background-image: url(../images/icon2.png);
}
.index .btns ul li.li3 {
  background-image: url(../images/icon3.png);
}
.index .btns ul li.li4 {
  background-image: url(../images/icon4.png);
}
.index .btns ul li a {
  display: block;
  padding-left: 60%;
  font-size: 0.18rem;
}
.index .btns ul li:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.index .guide {
  margin-bottom: 0.36rem;
}
.index .guide .tit {
  line-height: 0.5rem;
  height: 0.5rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index .guide .tit h4 {
  font-size: 0.2rem;
  color: #fff;
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 20px;
}
.index .guide .tit a {
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  right: 20px;
  top: 0;
}
.index .guide dl {
  padding: 0.1rem 2% 0.1rem;
}
.index .guide dl dt {
  position: relative;
  line-height: 0.38rem;
  background: url(../images/arrow2.png) no-repeat left center;
  background-size: 10px 6px;
  padding-left: 20px;
}
.index .guide dl dt a {
  color: #c72d2d;
  font-size: 0.16rem;
  font-weight: bold;
  display: block;
  width: 82%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index .guide dl dt span {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
}
.index .guide dl dd {
  color: #afb8bc;
  line-height: 0.22rem;
  font-size: 0.14rem;
  text-indent: 2em;
  word-break: break-all;
  word-wrap: break-word;
}
.index .guide ul {
  padding: 0 2%;
}
.index .guide ul li {
  position: relative;
  line-height: 0.3rem;
}
.index .guide ul li a {
  display: block;
  font-size: 0.16rem;
  width: 82%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index .guide ul li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #afb8bc;
}
.index .guide .policy {
  margin-bottom: 0.2rem;
}
.index .guide .policy .tit {
  background-image: url(../images/tit-bg1.png);
}
.index .guide .policy .tit h4 {
  background-image: url(../images/tit-icon1.png);
}
.index .guide .work .tit {
  background-image: url(../images/tit-bg2.png);
}
.index .guide .work .tit h4 {
  background-image: url(../images/tit-icon2.png);
}
.index .company {
  padding: 0.2rem 0 0.3rem;
  background-color: #fdf9f9;
}
.index .company h2,
.index .company h3 {
  text-align: center;
}
.index .company h2 {
  font-size: 0.26rem;
  font-weight: normal;
  color: #363636;
  line-height: 0.36rem;
}
.index .company h3 {
  font-size: 0.18rem;
  color: #c72d2d;
  text-transform: uppercase;
  line-height: 0.26rem;
  margin-bottom: 0.2rem;
}
.index .company .cont p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  text-indent: 2em;
  word-break: break-all;
  word-wrap: break-word;
}
.index .company .cont ul {
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
}
.index .company .cont ul li {
  width: 64px;
  margin-right: 10%;
  float: left;
  padding-top: 32px;
  background-position: center top ;
  background-repeat: no-repeat;
}
.index .company .cont ul li a {
  line-height: 0.32rem;
  display: block;
  text-align: center;
}
.index .company .cont ul li a:hover {
  border-bottom: 2px solid #c72d2d;
}
.index .company .cont ul li.li1 {
  background-image: url(../images/icon-1.png);
}
.index .company .cont ul li.li2 {
  background-image: url(../images/icon-2.png);
}
.index .company .cont ul li.li3 {
  background-image: url(../images/icon-3.png);
}
.index .company .img {
  position: relative;
}
.index .company .img div {
  overflow: hidden;
}
.index .company .img img {
  transition: all 0.6s;
}
.index .company .img:hover img {
  transform: scale(1.1);
}
.index .company .img a {
  position: absolute;
  width: 1.2rem;
  height: 0.46rem;
  right: 55%;
  bottom: -0.1rem;
  text-align: center;
  line-height: 0.46rem;
  background-color: #c72d2d;
  color: #fff;
  font-size: 0.14rem;
}
.index .link {
  display: none;
  padding: 0.05rem 0 0.3rem;
}
.index .link .container {
  background-color: #fff;
}
.index .link .tit h2 {
  font-size: 0.2rem;
  line-height: 0.62rem;
  padding-left: 0.5rem;
  background: url(../images/link_icon.png) no-repeat 0.2rem center;
}
.index .link .row {
  padding: 0 0.2rem 0.2rem;
}
.index .link ul li {
  height: 79px;
  border-radius: 3px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.index .link ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  position: relative;
}
.index .link ul li a img {
  max-width: 42px;
  margin: 0 10%;
}
.index .link ul li a p {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(182, 36, 47, 0.9);
  text-align: center;
  line-height: 79px;
  color: #fff;
  display: none;
}
.index .link ul li a:hover p {
  display: block;
}
.warp {
  padding-bottom: 0.3rem;
}
.warp .leads {
  display: flex;
  padding: 0.16rem 0;
}
.warp .leads img {
  margin-right: 0.08rem;
}
.warp .navs {
  display: none;
}
.listpage .cont .search {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 10px;
}
.listpage .cont .search div.row > div {
  padding: 0 1% 0.2rem;
}
.listpage .cont .search span {
  font-weight: 600;
  width: 0.8rem;
  float: left;
  font-size: 0.14rem;
  text-align: right;
  padding: 0.07rem 0.05rem;
}
.listpage .cont .search span + div {
  padding-left: 0.85rem;
}
.listpage .cont .search input,
.listpage .cont .search select {
  background-color: #fafafa;
  box-shadow: none;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #ddd !important;
  height: 0.34rem;
}
.listpage .cont .search .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.listpage .cont .search .input-group .form-control,
.listpage .cont .search .input-group-addon,
.listpage .cont .search .input-group-btn {
  display: table-cell;
}
.listpage .cont .search .input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
}
.listpage .cont .search .enquiries {
  width: 35%;
  height: 34px;
  background-color: #c72d2d;
  color: #fff;
  border: 0;
}
.listpage .cont .search .resetting {
  width: 35%;
  height: 34px;
  background-color: #ddd;
  border: 0;
}
.listpage .cont .search .btn {
  border-radius: 3px;
}
.listpage .cont .wrapTable {
  padding: 20px;
  background-color: #fff;
}
.listpage .cont .wrapTable .table thead tr {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.listpage .cont .wrapTable .table thead tr td {
  padding: 8px;
}
.listpage .cont .wrapTable .table tr.gradeX:hover {
  background-color: #fafafa;
}
.listpage .cont .wrapTable .table tbody td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
  text-align: center;
}
.listpage .cont .wrapTable .table tbody td:last-child {
  width: 116px;
}
.listpage .cont .wrapTable ul {
  margin: 0 -15px;
}
.listpage .cont .wrapTable ul li {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.listpage .cont .wrapTable ul li .img {
  height: 26vw;
  overflow: hidden;
}
.listpage .cont .wrapTable ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listpage .cont .wrapTable ul li h2 {
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.noticelist .cont .wrapTable .table tr td:nth-child(1),
.noticelist .cont .wrapTable .table tr td:nth-child(2) {
  display: none;
}
/* 全局分页 */
#page {
  margin: 0.3rem 0;
  font-size: 0.14rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
}
#page .pageinfo {
  margin-right: 0.03rem;
  color: #808080;
  font-size: 0.14rem;
  padding: 0.04rem 0.1rem;
  border: 1px solid #aaa;
  display: none;
}
#page .pageinfo strong {
  font-weight: normal;
  margin: 0 0.03rem;
}
#page a {
  border: 1px solid #aaa;
  background: #fff;
  color: #808080;
  padding: 0.04rem 0.1rem;
  margin-left: 0.05rem;
  transition: all 0.2s;
}
#page a:hover,
#page .curpage {
  background: #E0443E;
  color: #fff;
  text-decoration: none;
  border: 1px solid #E0443E;
}
#page .nopage {
  cursor: not-allowed;
}
#page .nopage:hover {
  background: #fff;
  color: #808080;
  border: 1px solid #aaa;
}
.pgejump {
  display: none;
}
.pgejump input {
  width: 30px;
  line-height: 32px;
  height: 32px;
  border: 0;
  text-align: center;
  border: 1px solid #ccc;
}
.pgejump #jump_btn_page {
  display: inline-block;
  line-height: 30px;
  height: 34px;
}
.notices .notices-cont {
  padding: 0.3rem 5% 0.3rem;
  background-color: #fff;
}
.notices .notices-cont .notices-hear {
  min-height: 150px;
  border-bottom: 1px dotted #000;
  margin-bottom: 0.4rem;
}
.notices .notices-cont .notices-hear h2 {
  text-align: center;
  padding: 0.35rem 0 0.4rem 0;
  margin: 0;
  font-weight: 500;
  font-size: 0.24rem;
}
.notices .notices-cont .notices-hear > div span {
  float: left;
  width: 50%;
  color: #b5b5b7;
}
.notices .notices-cont .notices-hear > div span:nth-child(2) {
  display: none;
}
.notices .notices-cont .notices-con {
  border-bottom: 1px dotted #000;
  padding-bottom: 0.4rem;
  font-size: 0.16rem;
}
.notices .notices-cont .notices-con > p {
  text-indent: 26px;
  color: #717171;
}
.project > div {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.project > div:last-child {
  min-height: 290px;
}
.pro-hear {
  min-height: 45px;
  padding: 12px 15px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d7d7d7;
}
.pro-link {
  padding: 10px 20px 5px 20px;
  overflow-y: auto;
  height: 135px;
}
.pro-link > div {
  background: url('../images/wb-lianjie.png') no-repeat 0 center;
  padding-left: 30px;
  height: 37px;
  line-height: 37px;
}
.pro-link > div:hover {
  background: url('../images/lianjie.png') no-repeat 0 center;
}
.pro-link > div:hover a {
  color: #c72d2d;
}
.pro-link > div > a {
  color: #333;
}
.pro-link > div > a > span:first-child {
  display: inline-block;
  width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-link > div > a > span:last-child {
  float: right;
}
.pro-link > div:not(:last-child) {
  border-bottom: 1px dashed #666;
}
.pro-flow {
  padding: 38px 0 18px 0;
}
.step {
  counter-reset: flag;
}
.step li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
/* Բ�ν����� */
.step-round {
  margin-bottom: 0!important;
}
.step-round > li > a {
  padding: 20px 0 0 45px;
  transition: all 0.3s ease-in-out;
  color: #95a7b9;
  position: relative;
  display: block;
}
/* Բ����� */
.step-round > li > a:before {
  content: '';
  position: absolute;
  left: 21px;
  top: 25px;
  z-index: 2;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-color: #d2d2d2;
  color: #fff;
  border-radius: 50%;
}
/* ��������� */
.step-round > li:first-child > a:after {
  height: 45px;
  top: -20px;
}
.step-round > li:last-child > a:after {
  height: 65px;
}
.step-round > li > a:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -5px;
  z-index: 1;
  width: 2px;
  height: 35px;
  background-color: #d2d2d2;
  transition: all 0.3s ease-in-out;
}
/* ѡ�б��� */
.step-round > li.active > a {
  background: #fff;
  color: #c72d2d;
}
/* ѡ�����*/
.step-round > li.active > a:before {
  background-color: #c72d2d;
  color: #fff;
}
.step-round > li.actives > a:before {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  box-shadow: 0 0 2px 2px #fbcccc;
}
.step-round > li.active > a:after {
  background-color: #c72d2d;
}
.page .page-con {
  padding: 0.3rem 5% 0.3rem;
  background-color: #fff;
  line-height: 0.3rem;
}
.page .page-con h2 {
  line-height: 0.5rem;
}
.index .notice .tabs-container .tabs-left .tab-content ul span {
  display: block;
}
.listpage .cont,
.page-cont {
  padding-left: 10px;
}
.listpage .cont .search div.row:not(:last-child) {
  margin-bottom: 15px;
}
.listpage .cont .search div.row > div {
  padding-bottom: 0;
}
.noticelist .cont .wrapTable .table tr td:nth-child(1),
.noticelist .cont .wrapTable .table tr td:nth-child(2) {
  display: table-cell;
}
.listpage .cont .wrapTable ul li .img {
  height: 198px;
}
.container {
  padding: 0;
}
.m-top,
.sub-menu {
  display: none;
}
.top {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #6f7883;
}
.top p {
  height: 34px;
  overflow: hidden;
}
.top a {
  color: #6F7883;
  margin-right: 40px;
  cursor: pointer;
}
.top i {
  cursor: pointer;
}
.top .form {
  position: absolute;
  right: 0;
  top: 51px;
  width: 265px;
  height: 42px;
  line-height: 42px;
  background-color: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}
.top .form input[type=text] {
  color: #afb8bc;
  padding: 0;
  border: none;
  text-indent: 20px;
  font-size: 16px;
  width: 199px;
}
.top .form input[type=text]::-webkit-input-placeholder {
  color: #afb8bc;
}
.top .form input[type=text]:-moz-placeholder {
  color: #afb8bc;
}
.top .form input[type=text]::-moz-placeholder {
  color: #afb8bc;
}
.top .form input[type=text]:-ms-input-placeholder {
  color: #afb8bc;
}
.top .form input[type=submit] {
  width: 66px;
  background-color: #363636;
  color: #FFFFFF;
  border: none;
  padding: 0;
  float: right;
}
.header {
  display: block;
}
.header .logosearch {
  margin-bottom: 0.16rem;
  height: 182px;
  background-color: #fff;
}
.header .logosearch .logo {
  margin-top: 53px;
  float: left;
  max-width: 50%;
  overflow: hidden;
}
.header .logosearch .search {
  float: right;
  margin-top: 63px;
  width: 39%;
  height: 56px;
  line-height: 50px;
  border: 3px solid #c72d2d;
  overflow: hidden;
}
.header .logosearch .search input[type=text] {
  color: #afb8bc;
  padding: 0;
  border: none;
  text-indent: 20px;
  font-size: 16px;
  width: 88%;
}
.header .logosearch .search input[type=text]::-webkit-input-placeholder {
  color: #afb8bc;
}
.header .logosearch .search input[type=text]:-moz-placeholder {
  color: #afb8bc;
}
.header .logosearch .search input[type=text]::-moz-placeholder {
  color: #afb8bc;
}
.header .logosearch .search input[type=text]:-ms-input-placeholder {
  color: #afb8bc;
}
.header .logosearch .search input[type=submit] {
  width: 12%;
  background-color: #c72d2d;
  color: #FFFFFF;
  border: none;
  padding: 0;
  float: right;
  font-size: 26px;
  font-weight: bold;
}
.header .nav {
  height: 60px;
}
.header .nav ul {
  width: 100%;
  height: 60px;
  background-color: #c72d2d;
}
.header .nav ul li {
  position: relative;
  float: left;
  width: 13%;
  text-align: center;
}
.header .nav ul li:first-child {
  width: 9%;
}
.header .nav ul li > a {
  display: block;
  line-height: 60px;
  font-size: 0.22rem;
  color: #fff;
}
.header .nav ul li > a:hover,
.header .nav ul li > a.current {
  background-color: #890209;
}
.header .nav ul li dl {
  position: absolute;
  left: 25%;
  top: 60px;
  z-index: 9;
  text-align: left;
  padding-top: 19px;
  display: none;
}
.header .nav ul li dl dt {
  position: absolute;
  left: 20px;
  top: 0;
  color: #c72d2d;
  font-size: 32px;
  line-height: 32px;
  z-index: 1;
}
.header .nav ul li dl dd {
  position: relative;
  z-index: 9;
  width: 150px;
  background-color: #fdf9f9;
  padding-left: 27px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #efefef;
}
.header .nav ul li dl dd:last-child {
  border-bottom: none;
}
.header .nav ul li dl dd a {
  color: #7b7b7b;
}
.header .nav ul li dl dd:hover,
.header .nav ul li dl dd.active {
  background-color: #c72d2d;
  border-bottom-color: #efefef;
}
.header .nav ul li dl dd:hover a,
.header .nav ul li dl dd.active a {
  color: #FFFFFF;
}
.footer .code {
  display: block;
}
.fixedbox {
  display: block;
  position: fixed;
  right: calc((100% - 1320px)/2);
  bottom: 20px;
  width: 43px;
  z-index: 99;
}
.fixedbox > div {
  width: 60px;
  height: 60px;
  background-color: #afb8bc;
  border-radius: 10px;
}
.fixedbox > div i {
  display: block;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}
.fixedbox > div:not(:last-child) {
  margin-bottom: 12px;
}
.fixedbox > div:hover {
  background-color: #c72d2d;
  box-shadow: 0 0 6px 3px rgba(199, 45, 45, 0.6);
}
.fixedbox > div > div {
  z-index: 200;
  position: absolute;
  height: 285px;
  display: none;
}
.fixedbox > div > div > div {
  border: 1px solid #E5E5E5;
  background: #fff;
  box-shadow: 0px 0px 8px 1px #d5ebfb;
  padding: 36px 20px 36px 20px;
  border-radius: 4px;
}
.fixedbox > div > div > div b {
  margin: 0 10px 4px 0;
  padding: 3px;
  border-radius: 0;
  background-color: #c72d2d;
  color: #FFFFFF;
}
.fixedbox > div > div > div > p {
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 16px;
}
.fixedbox > div > div > div > p:last-child {
  margin-bottom: 0;
}
.fixedbox > div > div > div > a {
  display: block;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #d9d9d9;
  background: url('../images/square-qq.png') no-repeat 14px 10px;
  padding-left: 48px;
}
.fixedbox .phone > div {
  left: -245px;
  top: -50%;
  text-align: right;
  padding-right: 15px;
}
.fixedbox .up {
  display: none;
  cursor: pointer;
}
.index {
  padding-top: 16px;
}
.index .news .news-img {
  margin-bottom: 0;
  padding-right: 30px;
}
.index .news .news-img .item img {
  height: 385px;
  object-fit: cover;
}
.index .notice {
  padding: 0;
}
.index .news .news-txt dl dd p {
  height: 66px;
  overflow: hidden;
}
.index .notice .tabs-container .tabs-left .nav-tabs {
  background-color: #f6f6f6;
  min-height: 360px;
  width: 13.33333%;
  float: left;
}
.index .notice .tabs-container .tabs-left .nav-tabs li {
  float: none;
  margin: 0;
}
.index .notice .tabs-container .tabs-left .nav-tabs li a {
  padding: 12px 0 12px 18%;
}
.index .notice .tabs-container .tabs-left .nav-tabs li.active {
  border-bottom: 0;
  background-color: #FFFFFF;
  border-left: 3px solid #c72d2d;
}
.index .notice .tabs-container .tabs-left .panel-body {
  margin-left: 13.33333%;
}
.index .btns {
  display: block;
}
.guide .row {
  margin: 0 -15px;
}
.guide .row .col-md-10 {
  padding: 0 15px;
}
.guide .policy {
  margin-bottom: 0;
}
.guide dl {
  padding-top: 0.24rem;
}
.guide ul li {
  line-height: 0.42rem;
}
.index .company .cont {
  padding-right: 10%;
}
.index .company .cont ul {
  padding-top: 0.46rem;
}
.index .company .img {
  padding-left: 5%;
}
.index .link {
  display: block;
}
.warp .navs {
  display: block;
  background-color: #fff;
  min-height: 360px;
}
.warp .navs .tit {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding-left: 21px;
  margin-bottom: 0;
  vertical-align: bottom;
  color: #f5f7fb;
  background-color: #c72d2d;
}
.warp .navs ul li a {
  padding: 13px 20px 13px 15px;
  position: relative;
  display: block;
}
.warp .navs ul li.active a {
  color: #c72d2d;
}
.notices .notices-cont .notices-hear > div span {
  width: 37.5%;
}
.notices .notices-cont .notices-hear > div span:last-child {
  width: 25%;
}
.notices .notices-cont .notices-hear > div span:nth-child(2) {
  display: block;
}
.project-box {
  float: right;
}
.projec-cont {
  padding-right: 20px;
}
.listpage .cont .wrapTable ul li {
  width: 33.3333%;
}
