body{
  font-family: MicrosoftYaHei-Bold !important;
}

.header_top {
  height: 104px;
  background: #FFFFFF;
}
.header_top .logo {
  width: 260px;
  height: 42px;
}
.header_top .logo img {
  width: 100%;
  height: 100%;
}
.header_top .search .searchInput {
  position: relative;
  float: left;
  margin-right: 20px;
}
.header_top .search .searchInput input {
  width: 506px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  line-height: 35px;
  padding-left: 21px;
}
.header_top .search .searchInput .searchBtn {
  width: 62px;
  height: 35px;
  background: #1EAA9E;
  border-radius: 0px 4px 4px 0px;
  display: inline-block;
  position: absolute;
  right: 0px;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: center;
}
.header_top .search .hot {
  float: left;
  color: #80B0B2;
  font-family: Source Han Sans CN;
  margin-top: 6px;
}
.header_top .search .hot a {
  color: #80B0B2;
  margin: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
.header_top .search .hot a:hover{
  text-decoration: underline !important;
}
.nav {
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #1EAA9E, #8EE3C7);
}
.nav ul > li {
  float: left;
  font-size: 16px;
  position: relative;
}
.nav ul > li:hover {
  background: rgba(255, 255, 255, 0.3);
}
.nav ul > li:hover .down {
  display: block;
}
.nav ul > li > a {
  color: #fff;
  line-height: 40px;
  padding: 0 30px;
}
.nav ul > li .down {
  width: 266px;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
  padding: 10px 30px;
  padding-right: 10px;
  z-index: 99;
  display: none;
}
.nav ul > li .down a {
  display: inline-block;
  width: 46%;
  font-size: 13px;
  color: #666666;
  margin: 9px 0px;
}
.nav ul > li .down a:nth-child(odd) {
  margin-right: 10px;
}
.nav ul > li .down a:hover {
  color: #36b6a7;
}

/* 分页 */
.pages{
  width: 100%;
  height: 40px;
  margin: 38px 0 49px;
  text-align: center;
}

.page{
  width: 100%;
}

.bg_col{
  background-color: #01728d !important;
  color: #fff !important;
}

.page a{
  display: inline-block;
  width: auto;
  height: 34px;
  margin: 3px;
  background-color: #f8f7f7;
  line-height: 34px;
  text-align: center;
  padding: 0 13px;
  font-size: 13px;
  color: #999;
  border-radius: 2px;
}

.page a:hover{
  background-color: #01728d;
  color: #fff !important;
}

.prve_page ,.next_page{
  width: 68px !important;
  height: 34px !important;
}

.en_page{
  width: 54px !important;
  height: 34px !important;
}

/* 底部栏 */
.footer{
  width: 100%;
  height: 166px;
  background-color: #F4F4F4;
  padding-left: 25px;
}

.footer .logo {
  width: 260px;
  height: 42px;
  margin-top: 51px;
}

.footer .foot_txt{
  margin: 35px 0 0 60px;
}

.footer .foot_txt p{
  font-size: 12px;
  color: #999;
  width: 703px;
  line-height: 26px;
}
.footer .foot_txt p span {
  color: red;
  font-weight: 700;
}

/* 版心 */
.container{
  width: 1200px;
  margin: 0 auto;
}

/* 图片统一样式 */
.img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.img_box{
  position: relative;
}

/* 段落中的图片 */
.abc {
  display: block;
  max-width: 600px;
  max-height: 600px;
  margin: 37px auto !important;
}

/* 面包屑导航 */
.crumbs {
  width: 100%;
  height: 20px;
  margin: 20px 0 20px;
  color: #666666;
}

.breadcrumb > li + li:before {
  color: #cccccc;
  content: ">";
  padding: 0 5px;
}

.crumbs span,
.breadcrumb li {
  float: left;
}

.crumbs span,
.breadcrumb li a {
  font-size: 14px;
  color: #999;
}
.ft_404 {
  padding-top: 122px;
  padding-bottom: 125px;
  position: relative;
}
.ft_404 .ft_txt {
  position: absolute;
  left: 407px;
  bottom: 125px;
  text-align: center;
}
.ft_404 .ft_txt p {
  color: #010000;
  font-size: 25px;
  margin-bottom: 43px;
}
.ft_404 .ft_txt .btn {
  width: 153px;
  height: 41px;
  border-radius: 20px;
  line-height: 41px;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  background-color: #2db1a3;
}
