/* 内页 */
.inside-page {
  min-height: 700px;
}
.inside-page .page {
  max-width: 1200px;
}
.inside-page .right {
  padding: 80px 0;
}
.inside-nav {
  line-height: 60px;
  background: #f7f7f7;
}
.inside-nav .page {
  display: flex;
}
.inside-nav ul {
  display: flex;
  margin: 0 0 0 auto;
}
.inside-nav ul a {
  padding: 0 25px;
  color: #666;
  position: relative;
}
.inside-nav ul a:hover {
  color: #f7c91e;
  background-color: #fff;
}
.inside-nav ul a:hover::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f7c91e;
  position: absolute;
  top: 0;
  left: 0;
}
.inside-nav ul .on {
  color: #f7c91e;
  background-color: #fff;
}
.inside-nav ul .on::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f7c91e;
  position: absolute;
  top: 0;
  left: 0;
}
.pro_list {
  padding: 5% 0;
  background: url(../images/carbg.png) no-repeat top center;
  background-color: #f7f9fa;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
}
.inside-list li:nth-child(3n) {
  margin-right: 0;
}
.inside-list li .pic {
  position: relative;
  overflow: hidden;
}
.inside-list li .pic .text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15% 9%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.inside-list li .pic .text span {
  line-height: 1.5;
  font-size: 16px;
  color: #ffffff;
}
.inside-list li .pic .text i {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #ffffff;
  text-align: center;
  font-size: 40px;
  color: #f7c91e;
  font-weight: bold;
  line-height: 37px;
}
.inside-list li p {
  border-top: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  line-height: 90px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.inside-list li:hover .pic .text {
  top: 0;
}
.inside-list li:hover p {
  border-bottom: 2px solid #f7c91e;
}
.pro_content {
  background-color: #e6e6e6;
  padding: 4% 0;
}
.pro_content .page {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pro_content .page .lf {
  flex: 1;
  transition: all 0.2s;
}
.pro_content .page .lf h2 {
  font-size: 40px;
  line-height: 1.5;
}
.pro_content .page .lf p {
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin: 22px 0 45px;
}
.pro_content .page .pic {
  width: 450px;
  margin-left: 10%;
  background-color: #000;
  transition: all 0.2s;
}
.pro_content .page .pic img {
  opacity: 0.9;
}
.pro_content .page:hover h2 {
  color: #f7c91e;
}
.pro_content .page:hover .lf {
  transform: translateX(10px);
}
.pro_content .page:hover .pic {
  transform: translateX(-10px);
}
.pro_detail {
  padding: 156px 0 4%;
  background: url(../images/velabg.jpg) no-repeat top center;
  background-color: #f7f7f7;
}
.pro_detail .del-tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_detail .del-tab > li {
  position: relative;
  padding-bottom: 22px;
  display: block;
  cursor: pointer;
  width: 150px;
  text-align: center;
  margin-right: 130px;
}
.pro_detail .del-tab > li:last-child {
  margin-right: 0;
}
.pro_detail .del-tab > li h1 {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.pro_detail .del-tab > li p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  padding-top: 6px;
}
.pro_detail .del-tab > li::after {
  content: '';
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #f7c91e;
  display: none;
}
.pro_detail .del-tab .on::after {
  display: block;
}
.pro_detail .con-box {
  min-height: 500px;
  background-color: #fff;
  padding: 4% 0;
  margin-top: 2px;
  border-radius: 8px;
}
.pro_detail .con-box .del-con {
  width: 90%;
  margin: 0 auto;
}
.pro_detail .con-box .del-con .item {
  display: none;
}
.pro_detail .con-box .del-con .item li {
  text-align: left;
  background-image: url(../images/tab_icon.png);
  background-repeat: no-repeat;
  background-position: left 15px;
  font-size: 16px;
  line-height: 32px;
  padding: 6px 2% 6px 3%;
}
.pro_detail .con-box .del-con .item table .firstRow {
  background-color: #E8E8E8;
  height: 70px;
}
.pro_detail .con-box .del-con .item table .firstRow td,
.pro_detail .con-box .del-con .item table .firstRow th {
  font-size: 18px;
  font-weight: bold;
}
.pro_detail .con-box .del-con .item table tr:nth-child(2n-1) {
  background-color: #F7F7F7;
}
.pro_detail .con-box .del-con .item table td,
.pro_detail .con-box .del-con .item table th {
  height: 50px;
}
.pro_detail .con-box .del-con .open {
  display: block;
}
.return {
  width: 120px;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid #b8b8b8;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin: 50px 0 0 auto;
}
.return i {
  margin-left: 10px;
}
.return:hover {
  background-color: #f7c91e;
  border-color: #f7c91e;
  color: #fff;
}
.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: 146px;
  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: #f7c91e;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.ptn-list {
  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 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 4% 5%;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  color: #f7c91e;
}
.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;
}
.article_list li a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}
.article_list li a .iconfont {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f7c91e;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.article_list li img {
  width: 220px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}
.article_list li .news_date {
  margin-left: 20px;
  width: 150px;
  height: 100px;
  border-right: 1px solid #e1e7f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.article_list li .news_date * {
  color: #666;
}
.article_list li .news_date em {
  font-size: 45px;
}
.article_list li .news_date span {
  font-size: 16px;
}
.article_list li .text {
  flex: 1;
  padding-left: 40px;
}
.article_list li .text h5 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}
.article_list li .text p {
  font-size: 14px;
  line-height: 1.75;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.article_list li:hover {
  background-color: #f4f4f4;
}
.article_list li:hover a .news_date * {
  color: #f7c91e;
}
.article_list li:hover a h5 {
  color: #f7c91e;
}
.article_list li:hover a i {
  left: 200px;
  opacity: 1;
  transition: all 0.3s linear;
}
.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;
}
.contact-w {
  padding: 80px 0;
}
.contact-w table td {
  border: none;
  border-right: 1px solid #f7f7f7;
}
.contact-w table td:last-child {
  border: none;
}
.contact-w table td em {
  display: block;
  padding-top: 30px;
  padding-bottom: 12px;
  color: #999;
  font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}
.contact-w table td strong {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
  font-weight: normal;
}
.contact-w table td p {
  color: #888;
  font-size: 14px;
  line-height: 1.5;
}
.message-w {
  padding: 4% 0;
  background-color: #f7f7f7;
}
.message-w h2 {
  font-size: 36px;
}
.message-w .form-con {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-w .form-con input,
.message-w .form-con textarea,
.message-w .form-con select {
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  line-height: 1.75;
  font-size: 16px;
  background-color: #fff !important;
}
.message-w .form-con input::placeholder,
.message-w .form-con textarea::placeholder,
.message-w .form-con select::placeholder {
  font-size: 15px;
  color: #999;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input,
  .message-w .form-con textarea,
  .message-w .form-con select {
    font-size: 16px;
  }
  .message-w .form-con input::placeholder,
  .message-w .form-con textarea::placeholder,
  .message-w .form-con select::placeholder {
    font-size: 16px;
  }
}
.message-w .form-con input {
  width: calc(50% - 7px);
  padding-right: 47px;
  background: url(../images/x.png) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input {
    width: 100%;
  }
}
.message-w .form-con select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../images/down-ico.png) no-repeat right center;
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con option {
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w input[type="submit"] {
  width: 120px;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 30px;
  cursor: pointer;
}
.message-w input[type="submit"] i {
  margin-left: 10px;
}
.message-w input[type="submit"]:hover {
  background-color: #f7c91e;
  border-color: #f7c91e;
  color: #fff;
}
