/* 内页 */
.inside-page {
  padding: 60px 0 40px 0;
}
.inside-page .sort-nav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.inside-page .sort-nav ul li {
  flex: 1;
  padding: 10px;
}
.inside-page .sort-nav ul li a {
  font-size: 18px;
  color: #333333;
  line-height: 54px;
  text-align: center;
  border: 1px solid #CFCFCF;
}
.inside-page .sort-nav ul li a:hover {
  background-color: #2d218d;
  color: #fff;
}
.inside-page .sort-nav ul li .on {
  background-color: #2d218d;
  color: #fff;
}
.inside-page .right {
  flex: 1;
}
.position {
  border-bottom: 1px solid #ddd;
}
.position .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.position h2 {
  font-size: 22px;
  font-weight: bold;
  color: #111;
  padding-left: 25px;
  color: #2d218d;
  border-left: 5px solid #2d218d;
}
.position .d-text {
  display: flex;
  white-space: nowrap;
  font-size: 15px;
}
.position .d-text .iconfont {
  font-size: 20px;
  color: #2d218d;
  margin-right: 5px;
}
.position .d-text p {
  color: #4d4d4d;
}
.position .d-text a {
  display: inline;
  color: #333;
}
.position .d-text a:hover {
  color: #2d218d;
}
.pag-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 22px 0;
}
.pag-bar .page-status,
.pag-bar a {
  color: #333;
  background: #fff;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.pag-bar span {
  margin-top: 10px !important;
}
.pag-bar .page-numbar {
  display: flex;
}
.pag-bar a:hover {
  background-color: #2d218d;
  color: #fff;
}
.pag-bar .page-num-current {
  background-color: #2d218d;
  color: #fff;
}
.pag-bar .page-none {
  text-indent: -10000px;
}
.pro_nav_list {
  display: flex;
}
.pro_nav_list li {
  width: 20%;
  padding: 10px;
}
.pro_nav_list li a {
  background-color: #fff;
  padding: 20px 20px 34px 20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.pro_nav_list li a p {
  font-size: 20px;
  color: #444444;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro_nav_list li a span {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pro_nav_list li a:hover p {
  color: #2d218d;
}
.pro_nav_list li a:hover .pro-more {
  background-color: #2d218d;
  color: #fff;
}
.pro-more {
  display: block;
  width: 144px;
  text-align: center;
  border-radius: 20.5px;
  background: #e4e4e4;
  margin: 0 auto;
  font-size: 14px;
  color: #666666;
  line-height: 41px;
}
.pro-more i {
  font-size: 16px;
  margin-left: 10px;
}
.pro_list li {
  padding: 20px 80px 20px 20px;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}
.pro_list li a {
  display: flex;
  align-items: center;
}
.pro_list li .pic {
  width: 300px;
}
.pro_list li .text {
  flex: 1;
  margin: 0 140px 0 40px;
}
.pro_list li .text h4 {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro_list li .text hr {
  width: 39px;
  height: 2px;
  background: #2d218d;
  margin-bottom: 32px;
}
.pro_list li .text p {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pro_list li:hover h4 {
  color: #2d218d;
}
.pro_list li:hover .pro-more {
  background-color: #2d218d;
  color: #fff;
}
.pro_det_page {
  padding: 54px 50px 72px 50px;
  display: flex;
  background-color: #fff;
}
.pro_det_page h2 {
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  padding-bottom: 22px;
  margin-bottom: 20px;
  position: relative;
}
.pro_det_page h2::after {
  content: '';
  width: 39px;
  height: 2px;
  background: #2d218d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro_det_page .lf {
  width: 78.87%;
  padding-right: 62px;
}
.pro_det_page .lf .pro-detail {
  display: flex;
  margin-bottom: 60px;
}
.pro_det_page .lf .pro-detail .pics-box {
  width: 47.81%;
}
.pro_det_page .lf .pro-detail .pics-box .pro-pics {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pro_det_page .lf .pro-detail .pics-box .pic-tabs {
  display: none;
  margin-top: 15px;
  padding: 0 35px;
  position: relative;
  z-index: 1;
}
.pro_det_page .lf .pro-detail .pics-box .pic-tabs li {
  border: 1px solid #e2e2e2;
}
.pro_det_page .lf .pro-detail .pics-box .pic-tabs .my-slide-thumb-active {
  border-color: #2d218d;
}
.pro_det_page .lf .pro-detail .pics-box .pic-tabs .btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_det_page .lf .pro-detail .pics-box .pic-tabs .btn .iconfont {
  width: 30px;
  height: 100%;
  background-color: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pro_det_page .lf .pro-detail .pics-box .pic-tabs .btn .iconfont:hover {
  background-color: #2d218d;
  color: #fff;
}
.pro_det_page .lf .pro-detail .description {
  flex: 1;
  padding-left: 40px;
  padding-top: 20px;
}
.pro_det_page .lf .pro-detail .description .describe {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D4D4D4;
}
.pro_det_page .lf .pro-detail .description .char {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 26px;
}
.pro_det_page .lf .pro-detail .description h4 {
  font-size: 18px;
  color: #2e2e2e;
  line-height: 22px;
  margin-bottom: 16px;
}
.pro_det_page .lf .pro-detail .description .specifications {
  display: flex;
}
.pro_det_page .lf .pro-detail .description .specifications li {
  font-size: 14px;
  color: #2d218d;
  line-height: 22px;
  text-align: center;
  border: 1px solid #2d218d;
  border-radius: 12px;
  padding: 0 10px;
  margin: 5px;
}
.pro_det_page .lf .pro_content {
  margin-bottom: 36px;
}
.pro_det_page .lf .pro_content table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.pro_det_page .lf .pro_content table tr td {
  width: 100% !important;
  height: auto;
}
.pro_det_page .lf .pro_content table tr td:nth-child(1) {
  background-color: #d9d9d9;
  color: #333;
  padding: 20px 40px;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
}
.pro_det_page .lf .pro_content table tr td:nth-child(1)::after {
  content: '\70b9\51fb\5c55\5f00';
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  padding-left: 34px;
  background: url(../images/img124.png) no-repeat left center;
}
.pro_det_page .lf .pro_content table tr td:nth-child(2) {
  display: none;
  background: #f5f5f5;
  padding: 26px 38px 40px 40px;
  box-shadow: 0 0 16px rgba(30, 70, 160, 0.1);
}
.pro_det_page .lf .pro_content table tr .open {
  background-color: #2d218d !important;
  color: #fff !important;
}
.pro_det_page .lf .pro_content table tr .open::after {
  content: '\70b9\51fb\5173\95ed' !important;
  color: #fff !important;
  background-image: url(../images/img125.png) !important;
}
.pro_det_page .lf .pro-industry h2 {
  font-size: 28px;
  padding-bottom: 32px;
  margin-bottom: 30px;
}
.pro_det_page .lf .pro-industry h2::after {
  width: 53px;
}
.pro_det_page .lf .pro-industry .box {
  position: relative;
}
.pro_det_page .lf .pro-industry .box .btn {
  position: absolute;
  top: -80px;
  right: 0;
  display: flex;
}
.pro_det_page .lf .pro-industry .box .btn .iconfont {
  margin-left: 30px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border: 1px solid #A6A6A6;
  color: #666;
  cursor: pointer;
}
.pro_det_page .lf .pro-industry .box .btn .iconfont:hover {
  background-color: #2d218d;
  color: #fff;
}
.pro_det_page .lf .pro-industry .box li {
  position: relative;
}
.pro_det_page .lf .pro-industry .box li .pic {
  background-color: #000;
}
.pro_det_page .lf .pro-industry .box li .pic img {
  opacity: 0.95;
}
.pro_det_page .lf .pro-industry .box li .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 22px;
  padding: 0 20px;
  overflow: hidden;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_det_page .lf .pro-industry .box li p {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro_det_page .recommend-w {
  width: 21.13%;
}
.pro_det_page .recommend-w .item {
  margin-bottom: 40px;
  border: 1px solid #dedede;
}
.pro_det_page .recommend-w .item .tit {
  font-size: 18px;
  color: #333333;
  line-height: 56px;
  background: #dedede;
  text-align: center;
}
.pro_det_page .recommend-w .item .recom-pro {
  padding: 20px 20px 24px 20px;
}
.pro_det_page .recommend-w .item .recom-pro a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.pro_det_page .recommend-w .item .recom-pro a:last-child {
  margin-bottom: 0;
}
.pro_det_page .recommend-w .item .recom-pro a p {
  border-top: 1px solid #EFEFEF;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro_det_page .recommend-w .item .recom-news {
  padding: 30px 20px;
}
.pro_det_page .recommend-w .item .recom-news a {
  padding-bottom: 28px;
  margin-bottom: 26px;
  border-bottom: 1px solid #E4E4E4;
}
.pro_det_page .recommend-w .item .recom-news a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.pro_det_page .recommend-w .item .recom-news a p {
  color: #333333;
  line-height: 25px;
  margin-bottom: 14px;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pro_det_page .recommend-w .item .recom-news a p::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #2d218d;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.pro_det_page .recommend-w .item .recom-news a span {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  padding-left: 15px;
}
.pro_det_page .recommend-w .item .recom-news a:hover p {
  color: #2d218d;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  background: #e8e8e8;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2% 2% 0;
  transition: all 0.2s linear;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li img {
  height: 206px;
  margin: 0 auto;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.honor-list li:hover {
  background-color: #2d218d;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
}
.inside-list li:nth-child(4n) {
  margin-right: 0;
}
.inside-list li .pic {
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
}
.inside-list li .pic img {
  width: 100%;
  transition: all 0.3s linear;
}
.inside-list li .pic img:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.inside-list li p {
  line-height: 45px;
  font-size: 15px;
  color: #666;
  text-align: center;
  transition: all 0.2s linear;
}
.inside-list li:hover {
  transition: all 0.2s linear;
}
.inside-list li:hover p {
  color: #fff;
  transition: all 0.2s linear;
  background-color: #2d218d;
}
.ptn-list {
  margin-top: 13px;
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.ptn-list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
}
.ptn-list li:nth-child(5n) {
  margin-right: 0;
}
.ptn-list li .pic {
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
}
.ptn-list li .pic img {
  width: 100%;
}
.case-row .title2 h3 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #2d218d;
}
.case-row .title2 ul {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.case-row .title2 ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #666;
  white-space: nowrap;
}
.case-row .title2 ul li:last-child {
  margin-right: 0;
}
.case-row .title2 ul li .iconfont {
  font-size: 14px;
  color: #666;
}
.case-row .preNext {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-row .preNext a {
  font-size: 15px;
  color: #333;
}
/* 新闻 */
.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: #2d218d;
}
.newslist .newstab li:hover a {
  color: #fff;
}
.newslist .newstab .on {
  background-color: #2d218d;
}
.newslist .newstab .on a {
  color: #fff;
}
.new-list {
  width: 100%;
}
.new-list li {
  padding: 2%;
  background-color: #fff;
  margin-top: 22px;
  position: relative;
}
.new-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-list li img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin-right: 2%;
}
.new-list li .text {
  flex: 1;
}
.new-list li .text p {
  font-size: 24px;
  color: #111;
  padding-bottom: 18px;
  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 {
  display: block;
  margin-top: 15px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.new-list li .text .more {
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2d218d;
  font-size: 14px;
  margin-top: 20px;
  border: 1px solid;
}
.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: #2d218d;
}
.new-list li:hover p::after {
  width: 60px;
  background-color: #2d218d;
  transition: all 0.3s linear;
}
.new-list li:hover span {
  color: #666;
}
.new-list li:hover .more {
  background-color: #fff;
  border: 1px solid #2d218d;
  color: #2d218d;
}
.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: 2rem;
}
.news-row .news-content p {
  color: #666;
}
.news-row .news-next {
  font-size: 16px;
  color: #333;
  margin: 20px 0;
  line-height: 30px;
}
.news-row .news-next p {
  display: flex;
}
.news-row .news-next p a {
  color: #666;
}
/* 留言 */
.ht-liuyan {
  margin-top: 30px;
}
.ht-liuyan .form-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.ht-liuyan .form-group .form-item {
  width: 50%;
}
.ht-liuyan label {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  display: block;
}
.ht-liuyan input {
  width: 80%;
  line-height: 2.5rem;
  padding-left: 5px;
}
.ht-liuyan .yzm input {
  width: 50%;
  margin-right: 20px;
  border-radius: 1px;
}
.ht-liuyan .yzm .box {
  display: flex;
  align-items: center;
}
.ht-liuyan .yzm img {
  display: inline-block;
}
.ht-liuyan .neirong {
  margin-top: 20px;
}
.ht-liuyan .neirong textarea {
  width: 90%;
  height: 10rem;
  line-height: 2.5rem;
  padding-left: 5px;
}
.ht-liuyan .form-btn {
  display: flex;
  margin-top: 20px;
}
.ht-liuyan .form-btn input {
  width: 100px;
  line-height: 38px;
  background: #666;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-right: 30px;
}
.ht-liuyan .form-btn input:first-child {
  background-color: #2d218d;
}
/* 其他 */
.page-num-w {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 10px 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: #2d218d;
  border-color: #2d218d;
  color: #fff;
}
.page-num-current:hover {
  color: #fff;
}
/* 联系我们 */
.contact-us {
  margin-bottom: 20px;
  justify-content: space-between;
  padding-left: 30px;
}
.contact-us * {
  text-indent: 0;
}
.contact-us .tit {
  width: 253px;
  margin-right: 4%;
}
.contact-us .tit h4 {
  font-size: 53px;
  color: #2d218d;
  line-height: 76px;
  margin-bottom: 25px;
  font-weight: normal;
}
.contact-us .tit p {
  font-size: 36px;
  line-height: 36px;
  font-weight: lighter;
  position: relative;
  padding-bottom: 40px;
}
.contact-us .tit p::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #2d218d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-us .text {
  background-color: #f5f5f5;
  padding: 50px;
  position: relative;
}
.contact-us .text p {
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-us .text img {
  position: absolute;
  top: 50px;
  right: 50px;
}
.contact-us .info {
  flex: 1;
  background-color: #f5f5f5;
  padding: 50px;
  padding-top: 0;
}
.contact-us .info p {
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-us h5 {
  width: 211px;
  height: 45px;
  background: #2d218d;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  line-height: 45px;
  text-align: center;
  margin-bottom: 30px;
}
