.t-position {
  margin-bottom: 20px;
  background: #0498fe;
}
.t-position .w1200 {
  padding: 15px 0;
  background: url(../simages/position.png) no-repeat left center;
}
.t-position .w1200 b {
  padding-left: 25px;
  font-size: 16px;
  display: block;
  color: #fff;
}
.t-list {
  float: left;
  width: 240px;
}
.t-list .box .group h3 {
  background: url(../simages/group_bg.png) no-repeat center center;
  padding: 25px 0 15px;
  height: 86px;
  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 .child {
  background: #fff;
  border: 5px solid #0078c4;
  border-bottom: 0;
  padding: 10px 10px;
}
.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;
  background: #eeeeee;
  font-size: 18px;
  color: #222222;
  position: relative;
  border-radius: 5px;
}
.t-list .box .group .child li a:hover {
  background: #0498fe;
  color: #fff;
}
.t-list .box .group .child li .active {
  background: #0498fe;
  color: #fff;
}
.t-list .box .group .child li:last-child {
  margin-bottom: 0;
}
.t-list .box .group .active a {
  background: #5cf4fc;
  color: #0498fe;
}
.t-list .box .list {
  line-height: 55px;
  text-align: center;
  background: #007dce;
  margin-bottom: 2px;
}
.t-list .box .list a {
  color: #fff;
  display: block;
  font-size: 22px;
}
.t-list .box .list:hover {
  background: #f78b04;
}
.t-list .box .list:hover a {
  color: #fff;
}
.t-list .box .list:last-child {
  margin-bottom: 0;
}
.t-list .box .on {
  background: #f78b04;
}
.t-list .box .on a {
  color: #fff;
}
.t-list .tel {
  margin-top: 2px;
  background: url(../simages/tel_bg.png) no-repeat center center;
  border: 5px solid #0078c4;
}
.t-list .tel .icon {
  padding: 10px 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-list .tel .icon .text {
  color: #d4dfeb;
  margin-left: 0px;
}
.t-list .tel .icon .text span {
  display: block;
  font-size: 24px;
  color: #000000;
}
.t-list .tel p {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #0078c4;
  padding-bottom: 10px;
  text-shadow: #fff 3px 4px 5px;
}
.list-product {
  float: right;
  width: 933px;
}
.list-product .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}
.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;
}
.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: #058bfc;
}
.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(../simages/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 {
  border-right: 1px solid #333333;
  display: block;
  overflow: hidden;
  line-height: 30px;
  color: #000000;
  padding: 0 20px 0 10px;
  width: 50%;
}
.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: #007dce;
}
.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: #0498fe;
  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: 36px;
  text-align: center;
  background: #0498fe;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.list-contact .box .ewm .con .address {
  margin-top: 30px;
  padding-left: 50px;
  line-height: 45px;
  background: url(../simages/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: 5px 10px;
  font-size: 16px;
  background: #007dce;
  color: #fff;
  border: 1px solid #007dce;
}
.t-pages .pagination li a {
  border: 1px solid #828080;
  display: block;
  padding: 5px 10px;
  font-size: 16px;
}
.t-pages .pagination li a:hover {
  background: #007dce;
  color: #fff;
  border: 1px solid #007dce;
}
.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: #0498fe;
  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: #0498fe;
}
