.t-position {
  margin-bottom: 20px;
  background: #014453;
}
.t-position .w1200 {
  padding: 15px 0;
  background: url(../images/position.png) no-repeat left center;
}
.t-position .w1200 b {
  padding-left: 25px;
  font-size: 16px;
  display: block;
  color: #fff;
}
.t-position .w1200 a {
  color: #fff;
}
.t-list {
  float: left;
  width: 240px;
}
.t-list .box {
  margin-bottom: 2px;
}
.t-list .box .group {
  margin-bottom: 2px;
}
.t-list .box .group h3 {
  background: #014453;
  padding: 20px 0;
  font-weight: normal;
  text-align: center;
}
.t-list .box .group h3 b {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.t-list .box .group h3 span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
  font-size: 10px;
}
.t-list .box .group h4 {
  line-height: 55px;
  text-align: center;
  background: #014453;
  margin-bottom: 2px;
}
.t-list .box .group h4 a {
  color: #fff;
  display: block;
  font-size: 22px;
}
.t-list .box .group h4:hover {
  background: #5cf4fc;
  color: #014453;
}
.t-list .box .group .active a {
  background: #5cf4fc;
  color: #014453;
}
.t-list .box .group .child {
  background: #014453;
  padding: 7px 17px;
}
.t-list .box .group .child li {
  line-height: 50px;
  margin-bottom: 7px;
}
.t-list .box .group .child li a {
  text-align: center;
  line-height: 50px;
  display: block;
  border: 1px solid #5cf4fc;
  font-size: 18px;
  color: #fff;
  position: relative;
  border-radius: 5px;
}
.t-list .box .group .child li a:hover {
  background: #5cf4fc;
  color: #014453;
}
.t-list .box .group .child li .active {
  background: #5cf4fc;
  color: #014453;
}
.t-list .box .group .child li:last-child {
  margin-bottom: 0;
}
.t-list .tel {
  background: #014453;
}
.t-list .tel .icon {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-list .tel .icon .text {
  color: #d4dfeb;
  margin-left: 0px;
  margin-top: 9px;
}
.t-list .tel .icon .text span {
  display: block;
  font-size: 22px;
}
.t-list .tel .icon .text b {
  text-align: center;
  display: block;
  color: #d4dfeb;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
}
.t-list .tel p {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  padding-bottom: 20px;
}
.list-product {
  float: right;
  width: 933px;
}
.list-product .box {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-product .box .list {
  width: 290px;
  margin-right: 31.5px;
}
.list-product .box .list .pic {
  width: 100%;
}
.list-product .box .list .pic a {
  width: 100%;
  display: block;
}
.list-product .box .list .pic a img {
  display: block;
  width: 100%;
}
.list-product .box .list h2 {
  text-align: center;
}
.list-product .box .list h2 a {
  display: block;
  padding: 10px 0;
}
.list-product .box .list:nth-child(3n + 3) {
  margin-right: 0;
}
.list-product .box .list {
  width: 290px;
  margin-right: 31.5px;
  box-shadow: 0 0 8px #ddd;
  margin-bottom: 30px;
}
.list-product .box .list .pic {
  width: 100%;
  overflow: hidden;
}
.list-product .box .list .pic a {
  width: 100%;
  display: block;
}
.list-product .box .list .pic a img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.list-product .box .list h2 {
  text-align: center;
}
.list-product .box .list h2 a {
  display: block;
  padding: 10px 0;
}
.list-product .box .list:hover .pic a img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.list-product .box .list:hover h2 {
  background: #014453;
}
.list-product .box .list:hover h2 a {
  color: #fff;
}
.list-product .box .list:nth-child(3n + 3) {
  margin-right: 0;
}
.list-more {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #333333;
}
.list-more .title {
  margin-bottom: 30px;
  line-height: 34px;
  color: #fff;
  padding-left: 10px;
  font-size: 18px;
  background: url(../images/list_more.png) no-repeat left center;
}
.list-more .box .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-more .box .list a {
  width: 50%;
  padding: 0 20px 0 10px;
  display: block;
  overflow: hidden;
  line-height: 30px;
  color: #000000;
  border-right: 1px solid #333333;
}
.list-more .box .list a:nth-child(2n+2) {
  border-right: 0;
  padding: 0 10px 0 20px;
}
.list-news {
  float: right;
  width: 933px;
}
.list-news .box {
  margin-top: 30px;
}
.list-news .box .list {
  padding: 15px;
  box-shadow: 0 5px 8px #ebebeb;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.list-news .box .list .time {
  width: 155px;
  border-right: 1px solid #000000;
  text-align: center;
}
.list-news .box .list .time .num b {
  font-size: 80px;
  color: #014453;
}
.list-news .box .list .text {
  width: 778px;
  padding-left: 10px;
}
.list-news .box .list .text h2 a {
  font-size: 20px;
  color: #000000;
}
.list-news .box .list .text p {
  margin-top: 15px;
  color: #262626;
  line-height: 22px;
}
.list-box {
  padding: 30px 0;
}
.show_title {
  display: flex;
  justify-content: flex-start;
  line-height: 50px;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  text-transform: uppercase;
  color: #262626;
  position: relative;
}
.show_title h2 {
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
}
.show_title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 5px;
  background: #014453;
  bottom: 0;
  margin-bottom: -2.5px;
  left: 0;
}
.list-contact {
  float: right;
  width: 933px;
}
.list-contact .box {
  margin-top: 20px;
}
.list-contact .box .content {
  margin-bottom: 20px;
}
.list-contact .box .content p {
  line-height: 26px;
  text-indent: 2em;
}
.list-contact .box .ewm {
  display: flex;
  justify-content: flex-start;
}
.list-contact .box .ewm .pic img {
  display: block;
  width: 128px;
  height: 127px;
}
.list-contact .box .ewm .con {
  margin-left: 25px;
}
.list-contact .box .ewm .con p {
  width: 180px;
  line-height: 40px;
  text-align: center;
  background: #014453;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.list-contact .box .ewm .con .address {
  margin-top: 30px;
  padding-left: 40px;
  line-height: 45px;
  background: url(../images/address.png) no-repeat left center;
}
.list-contact .box .map {
  margin-top: 20px;
}
.t-pages {
  margin: 20px 0;
  width: 100%;
}
.t-pages .pagination {
  display: flex;
  justify-content: center;
}
.t-pages .pagination li {
  margin: 0 5px;
}
.t-pages .pagination li span {
  border: 1px solid #828080;
  display: block;
  padding: 8px 15px;
  font-size: 18px;
  background: #014453;
  color: #fff;
  border: 1px solid #014453;
}
.t-pages .pagination li a {
  border: 1px solid #828080;
  display: block;
  padding: 8px 15px;
  font-size: 18px;
}
.t-pages .pagination li a:hover {
  background: #014453;
  color: #fff;
  border: 1px solid #014453;
}
.list-detail {
  width: 933px;
  float: right;
}
.list-detail .box h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  color: #333333;
  margin-bottom: 20px;
}
.list-detail .box .detail {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.list-detail .box .detail .list span {
  color: #999999;
  padding: 0 10px;
}
.list-detail .box .detail a {
  display: block;
  color: #014453;
  background: url(../simages/go.png) no-repeat right center;
}
.list-detail .box .content {
  padding: 20px 0;
}
.list-detail .box .content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.list-detail .box .content p {
  text-indent: 2em;
  padding: 10px;
  line-height: 26px;
  color: #333333;
}
.list-detail .box .return a {
  display: block;
  width: 170px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 20px;
  background: #014453;
}
