/* 内页 */
.inside-nav .list {
  display: flex;
  justify-content: space-evenly;
}
.inside-nav .list li {
  width: 130px;
  text-align: center;
  line-height: 20px;
}
.inside-nav .list li * {
  color: #2d2d2d;
}
.inside-nav .list li i {
  width: 82px;
  height: 82px;
  display: block;
  margin: 0 auto;
}
.inside-nav .list li p {
  padding: 10px;
}
.inside-nav .list li:hover i {
  background-position-y: bottom;
}
.inside-nav .list li:hover p {
  color: #ed2723;
}
.inside-nav .list li .active i {
  background-position-y: bottom;
}
.inside-nav .list li .active p {
  color: #ed2723;
}
.inside-nav .list .no-i a {
  min-width: 130px;
  padding: 15px;
  background-color: #d9d9d9;
  transition: all 0.2s linear;
}
.inside-nav .list .no-i:hover a {
  background-color: #ed2723;
  color: #fff;
  transition: all 0.2s linear;
}
.inside-nav .list .no-i .active {
  background-color: #ed2723;
  color: #fff;
}
.inside-page {
  padding: 50px 0;
}
.inside-page .t-tit {
  margin: 50px 0;
  display: flex;
}
.inside-page .t-tit p {
  font-size: 28px;
  text-align: center;
  color: #333;
  text-transform: capitalize;
  border: solid #111;
  border-width: 1px 0;
  padding: 10px 55px;
  margin: 0 auto;
}
.about-row {
  padding: 0 20px;
}
.about-row * {
  font-size: 17px;
  line-height: 2;
}
.way-row {
  padding-bottom: 50px;
}
.way-row ul {
  display: flex;
  justify-content: center;
}
.way-row li {
  width: 306px;
  margin: 0 1.5%;
  padding: 0 10px;
  text-align: center;
}
.way-row li img {
  margin: 0 auto;
  margin-bottom: 30px;
}
.way-row li h6 {
  color: #2d2d2d;
  font-size: 16px;
  height: 35px;
  font-weight: normal;
  line-height: 1;
}
.way-row li p {
  color: #5e5e5e;
  line-height: 23px;
  font-size: 15px;
}
.network-row {
  display: flex;
  justify-content: center;
}
.network-row h5 {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 40px;
}
.network-row .lf {
  width: 460px;
  margin-right: 100px;
}
.network-row .rg {
  width: 460px;
}
.network-row li {
  padding-left: 18px;
  background: url(../images/ico-map-dd.png) 0 4px no-repeat;
  color: #5e5e5e;
  font-size: 15px;
  line-height: 25px;
}
.network-row li p {
  line-height: 25px;
  color: #5e5e5e;
}
.history-row {
  display: flex;
  justify-content: center;
}
.history-row .box {
  width: 1020px;
  position: relative;
}
.history-row .box::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.history-row .box .tit-pic {
  margin: 0 auto;
  margin-bottom: 70px;
}
.history-row .box li {
  margin-bottom: 30px;
  position: relative;
}
.history-row .box li::after {
  content: '';
  width: 11px;
  height: 11px;
  border: 3px solid #cecece;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.history-row .box li .text {
  width: 50%;
}
.history-row .box li .text em {
  font-size: 16px;
  color: #2d2d2d;
  height: 30px;
}
.history-row .box li .text span {
  color: #5e5e5e;
  letter-spacing: -1px;
  font-size: 15px;
  line-height: 23px;
}
.history-row .box li .text .con p {
  color: #5e5e5e;
  letter-spacing: -1px;
  font-size: 15px;
  line-height: 23px;
}
.history-row .box li .text .con img {
  margin: 10px 0 0px;
}
.history-row .box li:nth-child(2n-1) .text {
  margin: 0 0 0 auto;
  padding-left: 55px;
  background: url(../images/history-arr-right.png) 6% 5px no-repeat;
}
.history-row .box li:nth-child(2n) .text {
  text-align: right;
  padding-right: 55px;
  background: url(../images/history-arr-left.png) 94% 5px no-repeat;
}
.inside-list {
  margin-top: 13px;
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
}
.inside-list li:nth-child(3n) {
  margin-right: 0;
}
.inside-list li .pic {
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
}
.inside-list li p {
  line-height: 45px;
  font-size: 15px;
  color: #666;
  text-align: center;
}
.contat-row {
  width: 992px;
  margin: 0 auto;
}
.contat-row ul {
  margin-top: 50px;
}
.contat-row h6 {
  font-size: 18px;
  height: 35px;
  font-weight: normal;
}
.contat-row li {
  padding-left: 50px;
  color: #5e5e5e;
  line-height: 23px;
  font-size: 15px;
  margin-bottom: 30px;
  background: url(../images/ico-map-dd.png) 30px 4px no-repeat;
}
.contat-row li * {
  color: #5e5e5e;
  line-height: 23px;
  font-size: 15px;
}
.pro-all .t-tit {
  display: none;
}
.pro-all .tit {
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 3px solid #ed2723;
  line-height: 1;
}
.pro-all .pro-par {
  margin-top: 50px;
}
.pro-all .pro-par .con {
  background-color: #d9d9d9;
  margin-top: 20px;
  padding: 30px 150px;
}
.pro-all .pro-par .list {
  display: flex;
  justify-content: space-between;
}
.pro-all .pro-par .list li {
  text-align: center;
}
.pro-all .pro-par .list li p {
  font-size: 24px;
  padding: 0 15px;
  border-bottom: 1px solid #111;
  text-transform: uppercase;
}
.pro-all .pro-par .list li span {
  font-size: 24px;
}
.pro-all .pro-par .text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 28px;
  white-space: nowrap;
}
.pro-all .oue-pro {
  margin-top: 50px;
}
.pro-all .oue-pro .box {
  margin-top: 30px;
}
.pro-all .oue-pro .box table {
  width: 100%;
  text-align: center;
}
.pro-all .oue-pro .box table img {
  display: inline-block;
  height: 100px;
  margin: 20px 0;
}
.pro-det-page .pro-nav {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.pro-det-page .pro-nav li {
  width: 20%;
  text-align: center;
}
.pro-det-page .pro-nav li p {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 40px;
}
.pro-det-page .pro-nav .active p {
  color: #ed2723;
}
.pro-content .top {
  background-color: #d9d9d9;
  padding: 20px;
}
.pro-content .top .pic img {
  margin: 0 auto;
}
.pro-content .top .text {
  display: flex;
  justify-content: center;
}
.pro-content .top .text ul:first-child {
  margin-right: 80px;
}
.pro-content .top .text ul p {
  font-size: 16px;
  line-height: 30px;
}
.pro-content .format {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  line-height: 24px;
}
.pro-detail-content {
  line-height: 2.5;
}
.pro-detail-content table {
  width: 100%;
  text-align: center;
  border-spacing: 0px !important;
}
.pro-detail-content table * {
  font-size: 16px;
  color: #333;
  line-height: 2.5;
}
.pro-detail-content table tr {
  border: none !important;
  cursor: pointer;
}
.pro-detail-content table tr:nth-child(1) {
  background-color: #d9d9d9;
}
.pro-detail-content table tr:nth-child(2) {
  background-color: #d9d9d9;
}
.pro-detail-content table tr:nth-child(3) {
  background-color: #d9d9d9;
}
.pro-detail-content table tr:hover {
  background-color: #d9d9d9;
}
.load-row {
  width: 1020px;
  margin: 0 auto;
}
.load-row > li .tit1 {
  display: flex;
  margin-bottom: 15px;
}
.load-row > li .tit1 p {
  width: 30px;
}
.load-row > li .tit1 span {
  font-size: 16px;
  color: #333;
}
.load-row > li .tit2 {
  padding-left: 30px;
  font-size: 14px;
  color: #404040;
  margin-bottom: 10px;
}
.load-row > li .list {
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
.load-row > li .list a {
  background-color: #d9d9d9;
  padding: 8px 25px;
  margin-right: 40px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #333;
  transition: 0.2s;
}
.load-row > li .list a:hover {
  background-color: #ed2723;
  color: #fff;
  transition: 0.2s;
}
/* 新闻 */
.newslist .newstab {
  display: flex;
  width: 90%;
  border-radius: 30px;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
  overflow: hidden;
}
.newslist .newstab * {
  transition: all 0.3s linear;
}
.newslist .newstab li {
  flex: 1;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #e2e2e2;
}
.newslist .newstab li:last-child {
  border: none;
}
.newslist .newstab li:hover {
  background-color: #ed2723;
}
.newslist .newstab li:hover a {
  color: #fff;
}
.newslist .newstab .on {
  background-color: #ed2723;
}
.newslist .newstab .on a {
  color: #fff;
}
.new-list {
  width: 100%;
}
.new-list li {
  padding: 2%;
  background-color: #f5f5f5;
  margin-top: 30px;
  position: relative;
}
.new-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-list li img {
  width: 30%;
  margin-right: 2%;
}
.new-list li .text {
  flex: 1;
}
.new-list li .text p {
  font-size: 24px;
  color: #111;
  padding-bottom: 20px;
  position: relative;
}
.new-list li .text p::after {
  content: '';
  width: 45px;
  height: 2px;
  background-color: #bbbbbb;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.new-list li .text span {
  margin-top: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.new-list li .text .more {
  width: 120px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #ed2723;
  font-size: 14px;
  margin-top: 30px;
  border: 1px solid #ed2723;
}
.new-list li .date {
  position: absolute;
  right: 30px;
  top: 50px;
}
.new-list li .date p {
  color: #888;
}
.new-list li * {
  transition: all 0.3s linear;
}
.new-list li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
.new-list li:hover * {
  transition: all 0.3s linear;
}
.new-list li:hover p {
  color: #ed2723;
}
.new-list li:hover p::after {
  width: 60px;
  background-color: #ed2723;
  transition: all 0.3s linear;
}
.new-list li:hover span {
  color: #666;
}
.new-list li:hover .more {
  background-color: #fff;
  border: 1px solid #ed2723;
  color: #ed2723;
}
.news-row {
  width: 100%;
  padding: 0 10px;
  text-align: justify;
}
.news-row .news-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.news-row .news-data {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news-row .news-data li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 15px;
  color: #777;
  border-right: 1px dashed #ccc;
}
.news-row .news-data li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.news-row .news-content {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-indent: 28px;
}
.news-row .news-content p {
  color: #666;
}
.news-row .news-next {
  font-size: 18px;
  color: #333;
  margin: 20px 0;
  line-height: 30px;
  position: relative;
}
.news-row .news-next p {
  display: flex;
}
.news-row .news-next p a {
  color: #666;
}
.news-row .news-next .return {
  width: 150px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ed2723;
  font-size: 16px;
  color: #ed2723;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.news-row .news-next .return:hover {
  background-color: #ed2723;
  color: #fff;
  transition: all 0.3s linear;
}
/* 留言 */
.ht-liuyan li {
  display: flex;
}
.ht-liuyan li input,
.ht-liuyan li textarea {
  flex: 1;
  margin: 10px;
  line-height: 1.8;
  padding: 8px 12px;
  background-color: #d9d9d9;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}
.ht-liuyan .form-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.ht-liuyan .form-btn input {
  display: block;
  width: 150px;
  line-height: 45px;
  border: none;
  background-color: #ddd;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
}
.ht-liuyan .form-btn input:first-child {
  margin-right: 30px;
  background-color: #006bac;
}
.page-num-w {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0 30px 0;
}
.page-num-w a {
  border: 1px solid #eee;
  height: 34px;
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding: 0 20px;
  border-radius: 17px;
}
.page-num-current {
  background-color: #ed2723;
  border-color: #ed2723;
  color: #fff;
}
.page-num-current:hover {
  color: #fff;
}
