/* 内页 */
.inside-page {
  padding: 30px 0;
}
.inside-page .page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inside-page .main {
  width: 77%;
}
.left_nav {
  width: 20%;
  position: relative;
  z-index: 2;
}
.left_nav .tit p {
  font-size: 20px;
  font-weight: bold;
}
.left_nav .tit hr {
  width: 40px;
  height: 6px;
  background: #f51919;
  margin: 6px 0px;
}
.left_nav .sort-nav ul li {
  margin-top: 15px;
}
.left_nav .sort-nav ul li a {
  background: #f1f1f1;
  text-align: center;
  padding: 15px 0px;
  border-radius: 4px;
  font-size: 15px;
}
.left_nav .sort-nav ul li a:hover {
  background-color: #f51919;
  color: #fff;
}
.left_nav .sort-nav ul li:last-child a {
  margin-bottom: 0;
}
.left_nav .com-info {
  margin-top: 30px;
}
.left_nav .com-info ul {
  margin-top: 20px;
}
.left_nav .com-info ul img {
  margin-bottom: 10px;
}
.left_nav .com-info ul li {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.position {
  background: #f1f1f1;
  padding: 15px 25px;
  border-radius: 4px;
  font-size: 14px;
}
.position a {
  display: inline;
  color: #666;
}
.position a:hover {
  text-decoration: underline;
}
.pag-bar {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pag-bar a {
  width: 37px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 13px;
  margin: 4px;
  border-radius: 4px;
  color: #666;
}
.pag-bar a:hover {
  border-color: #f51919;
}
.pag-bar .page-num-current {
  border-color: #f51919;
  background-color: #f51919;
  color: #fff;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  background: #f1f1f1;
  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: 188px;
  margin: 0 auto;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 12px 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-list li:hover {
  background-color: #f51919;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.inside-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.inside-list li img {
  width: 100%;
}
.inside-list li:nth-child(3n) {
  margin-right: 0;
}
.inside-list li p {
  font-size: 15px;
  color: #666;
  text-align: center;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-list li:hover img {
  transform: scale(1.1);
}
.pro-list li .pic {
  border: 1px solid #e2e2e2;
}
.pro-list li img {
  height: auto !important;
}
.about-con {
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 25px;
}
.about-con .tit {
  text-align: center;
  font-size: 25px;
  color: #222;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #f51919;
}
.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;
}
.pro-detail {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 20px;
}
.pro-detail .row {
  display: flex;
  justify-content: space-between;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 4px;
}
.pro-detail .row .lf {
  width: 40%;
}
.pro-detail .row .lf .swiper {
  padding-right: 1px;
}
.pro-detail .row .pro-pics {
  position: relative;
}
.pro-detail .row .pro-pics li {
  padding: 6px;
  border: 1px solid #ccc;
}
.pro-detail .row .pic-tabs {
  margin-top: 8px;
}
.pro-detail .row .pic-tabs ul li {
  padding: 3px;
  border: 1px solid #ccc;
}
.pro-detail .row .pic-tabs .my-slide-thumb-active {
  border-color: #f51919;
}
.pro-detail .row .description {
  width: 55%;
  position: relative;
  padding-bottom: 95px;
  z-index: 1;
}
.pro-detail .row .description .det-l h2 {
  padding-bottom: 5px;
  font-size: 25px;
  color: #f51919;
  font-weight: bold;
}
.pro-detail .row .description .det-l .describe {
  font-size: 16px;
  line-height: 35px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
  color: #666;
}
.pro-detail .row .description .det-l .phone {
  margin-top: 15px;
}
.pro-detail .row .description .det-l .phone i {
  font-size: 35px;
  font-family: arial;
  color: #f51919;
  font-weight: bold;
}
.pro-detail .row .description .det-l .more {
  display: inline-block;
  color: #fff;
  background: #f51919;
  margin-top: 20px;
  padding: 12px 35px;
  border-radius: 4px;
}
.pro-detail .row .description .det-l .more:hover {
  color: red;
}
.pro-detail .details .tit {
  height: 180px;
  background: url(../images/20181009153315_3436.jpg) no-repeat center;
}
.pro-detail .details .con {
  line-height: 2;
}
.pro-detail .details .con p {
  line-height: 2;
  color: #555;
}
.news-list li {
  border-bottom: 1px dashed #ddd;
  transition: all 1s;
}
.news-list li a {
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
}
.news-list li .pic {
  flex: 2;
  position: relative;
}
.news-list li .pic img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list li .text {
  flex: 6;
  padding: 0px 25px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.news-list li .text p {
  font-size: 18px;
}
.news-list li .text span {
  color: #666;
  font-size: 13px;
  line-height: 2;
  margin-top: 8px;
  text-align: justify;
}
.news-list li .text ul {
  display: flex;
  margin-top: 3px;
}
.news-list li .text ul em {
  color: #999;
  font-size: 13px;
  margin-right: 20px;
}
.news-list li .rg {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  border-left: 1px dashed #ddd;
}
.news-list li:hover {
  box-shadow: 0px 0px 10px #ccc;
}
.news-list1 li {
  position: relative;
  margin-bottom: 30px;
  background: #FFF;
  transition: 0.45s;
  border: 3px solid #f5f5f5;
  padding: 30px;
}
.news-list1 li a {
  display: flex;
  justify-content: space-between;
}
.news-list1 li .date {
  width: 10%;
  height: 140px;
  margin-right: 3%;
  background-color: #a9a9a9;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.news-list1 li .date i {
  font-size: 24px;
}
.news-list1 li .date em {
  display: block;
  font-size: 34px;
  font-weight: bold;
}
.news-list1 li .date span {
  font-weight: lighter;
}
.news-list1 li .text {
  flex: 1;
}
.news-list1 li .text p {
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  line-height: 20px;
  border-bottom: 1px solid #c8c8c8;
}
.news-list1 li .text span {
  line-height: 28px;
  color: #888;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list1 li .text em {
  font-size: 14px;
  font-weight: lighter;
  display: flex;
  align-items: center;
  color: #333;
  margin-top: 8px;
}
.news-list1 li .text em i {
  font-size: 24px;
  color: #8c8c8c;
  margin-right: 3px;
}
.news-list1 li:hover {
  border-color: #f51919;
}
.news-list1 li:hover .date {
  background-color: #f51919;
}
.news-page .news-con {
  border: 1px solid #ddd;
  padding: 25px;
  margin-top: 25px;
}
.news-page .news-con .tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.news-page .news-con .tit h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.news-page .news-con .tit ul {
  display: flex;
}
.news-page .news-con .tit ul li {
  margin-right: 20px;
  font-size: 14px;
  color: #777;
}
.news-right {
  width: 300px;
  margin-left: 10px;
}
.news-right ul {
  padding: 30px 30px 20px 30px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #eee;
}
.news-right ul h6 {
  font-size: 20px;
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
  line-height: 20px;
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
}
.news-right ul h6::after {
  content: "";
  width: 82px;
  height: 1px;
  background: #f51919;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-right ul h6 i {
  color: #f51919;
}
.news-right ul li {
  display: block;
  width: 220px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 15px;
}
.news-right ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-right ul li i {
  font-size: 16px;
  margin-right: 10px;
}
.turn_page {
  padding-top: 15px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #666;
}
.turn_page .lf {
  max-width: 600px;
  overflow: hidden;
}
.turn_page .lf li {
  line-height: 1.875;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.turn_page .lf a {
  display: inline;
}
.turn_page .lf a:hover {
  color: #f51919;
}
.turn_page .return a {
  padding: 10px 35px;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.2s linear;
}
.turn_page .return a:hover {
  background-color: #f51919;
  color: #fff;
  border-color: #f51919;
}
.contact-w {
  display: flex;
}
.contact-w .lf {
  margin-right: 20px;
}
.contact-w .lf p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 53px;
  line-height: 76px;
  color: #f51919;
  margin-bottom: 25px;
}
.contact-w .lf span {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1;
}
.contact-w .lf hr {
  width: 40px;
  height: 3px;
  background: #f51919;
  display: block;
}
.contact-w .box {
  background-color: #f5f5f5;
  margin-left: 5%;
  flex: 1;
  padding: 50px;
  position: relative;
}
.contact-w .box h5 {
  font-size: 24px;
  color: #fff;
  background-color: #f51919;
  padding: 10px 60px;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: -25px;
}
.contact-w .box .text {
  margin-top: 85px;
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-w .box .quote {
  margin: 10px 0 0 auto;
}
.map-w {
  margin-top: 60px;
}
.map-w iframe {
  width: 100%;
  height: 600px;
}
.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: 160px;
  line-height: 40px;
  background-color: #f51919;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin: 20px auto 10px;
  transition: all 0.3s linear;
}
.message-w input[type="submit"]:hover {
  opacity: 0.85;
}
.rec_news,
.rec_pro {
  padding: 60px 0 30px;
}
.rec_news h5,
.rec_pro h5 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #f51919;
}
.rec_news h5 i,
.rec_pro h5 i {
  color: #999;
  font-size: 12px;
  font-family: arial;
}
.rec_news .list {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rec_news .list a {
  width: 48%;
  margin-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rec_news .list a p {
  font-size: 15px;
  flex: 1;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.rec_news .list a span {
  font-size: 14px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
.rec_news .list a:hover p {
  text-decoration: underline;
}
.rec_pro .swiper {
  margin-top: 25px;
}
.rec_pro .swiper li p {
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec_pro .swiper li:hover img {
  transform: scale(1.1);
}
