﻿#news_d .detail {
  margin-top: 70px;
}
#news_d .detail .main {
  background-color: #fff;
  padding: 30px 120px 50px;
}

#news_d .detail .title {
  font-size: 24px;
  text-align: center;
}

#news_d .detail .date {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  text-align: center;
}

#news_d .detail .content {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

#news_d .prev-next {
  margin-top: 20px;
}

#news_d .recom {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  padding: 40px 0;
}

#news_d .recom .mod {
  height: 20px;
  line-height: 20px;
  border-left: 4px solid #0068c6;
  padding-left: 15px;
  font-size: 20px;
}

#news_d .recom .list {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

#news_d .recom .list .item {
  display: block;
  width: 23.5%;
  margin-left: 2%;
  position: relative;
  overflow: hidden;
}

#news_d .recom .list .item:nth-child(4n + 1) {
  margin-left: 0;
}

#news_d .recom .list .item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s;
}

#news_d .recom .list .item p {
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

#news_d .recom .list .item:hover img {
  transform: scale(1.1);
}
.prev-next {
  width: 100%;
  height: 60px;
}

.prev-next .main {
  background-color: #fff;
  height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prev-next a {
  display: inline-flex;
  align-items: center;
  color: #333;
  transition: all 0.3s;
}

.prev-next a i {
  font-size: 30px;
}

.prev-next a span {
  font-size: 16px;
  color: #999;
  transition: all 0.3s;
  display: block;
  width: 30vw;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prev-next a:hover {
  color: #0068c6;
}

.prev-next a:hover span {
  color: #0068c6;
}

.prev-next .prev i {
  margin-right: 20px;
}

.prev-next .next span {
  text-align: right;
}

.prev-next .next i {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
 #news_d .detail {
    margin-top: 20px;
  }
  #news_d .detail .main {
    padding: 20px;
  }
  #news_d .detail .title {
    font-size: 18px;
  }
  #news_d .detail .date {
    font-size: 14px;
    margin-top: 15px;
  }
  #news_d .detail .content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  #news_d .prev-next {
    margin-top: 20px;
  }
  #news_d .recom {
    margin-top: 20px;
    padding: 20px 0;
  }
  #news_d .recom .mod {
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    font-size: 16px;
  }
  #news_d .recom .list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  #news_d .recom .list .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  #news_d .recom .list .item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  #news_d .recom .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #news_d .recom .list .item p {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 32px;
  }
  #prod_d .detail {
    margin-top: 30px;
  }
  #prod_d .detail .main {
    padding: 20px;
  }
  #prod_d .detail .info {
    display: block;
  }
  #prod_d .detail .info .gallary {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #prod_d .detail .info .right .title {
    font-size: 20px;
    line-height: 32px;
  }
  #prod_d .detail .info .right .modal {
    font-size: 16px;
    margin-top: 10px;
  }
  #prod_d .detail .info .right i.line {
    margin-top: 20px;
  }
  #prod_d .detail .info .right .desc {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  #prod_d .detail .info .right .thumb {
    margin-top: 20px;
    display: flex;
  }
  #prod_d .detail .info .right .thumb .img {
    width: 32%;
    margin-left: 2%;
  }
  #prod_d .detail .info .right .thumb .img:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .tab {
    margin-top: 30px;
    display: flex;
  }
  #prod_d .detail .tab a {
    width: 120px;
    height: 40px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
  }
  #prod_d .detail .contents .content {
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  #prod_d .detail .prod-list {
    display: flex;
  }
  #prod_d .detail .prod-list .item {
    width: 49%;
    margin-left: 2%;
    margin-top: 20px;
    padding: 0 14px 14px;
  }
  #prod_d .detail .prod-list .item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  #prod_d .detail .prod-list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .prod-list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_d .detail .prod-list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_d .prev-next {
    margin-top: 20px;
  }
  #prod_d .back {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #prod_d .back a {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 14px;
  }
  #prod_l .prod {
    padding: 15px 0 50px;
  }
  #prod_l .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #prod_l .prod .list .item {
    width: 49%;
    margin-left: 2%;
    margin-top: 15px;
    padding: 0 14px 14px;
  }
  #prod_l .prod .list .item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  #prod_l .prod .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod_l .prod .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_l .prod .list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_l .prod .pages {
    margin-top: 50px;
  }
  #news_l .news {
    padding: 15px 0 30px;
  }
  #news_l .news .item {
    display: flex;
    padding: 15px 0;
    margin-top: 0;
    display: block;
  }
  #news_l .news .item .img {
    width: 100%;
    height: auto;
  }
  #news_l .news .item .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #news_l .news .item .text .date {
    font-size: 16px;
  }
  #news_l .news .item .text .title {
    font-size: 20px;
    margin-top: 8px;
  }
  #news_l .news .item .text .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 28px;
  }
  #news_l .news .item .text .more {
    margin-top: 20px;
    display: inline-flex;
  }
  #news_l .news .item .text .more span {
    font-size: 14px;
  }
  #news_l .news .item .text .more i {
    font-size: 24px;
    margin-left: 20px;
  }
  #news_l .news .pages {
    margin-top: 30px;
  }
  #search .search-box {
    margin: 40px 0 30px;
    height: 40px;
  }  #news_d .recom .list .item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  #news_d .recom .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  
  }

@media screen and (max-width: 1200px) {
#news_d .detail {
  margin-top: 70px;
}  #news_d .recom .list .item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  #news_d .recom .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }

#news_d .detail .main {
  background-color: #fff;
  padding: 30px 120px 50px;
}

#news_d .detail .title {
  font-size: 24px;
  text-align: center;
}

#news_d .detail .date {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  text-align: center;
}

#news_d .detail .content {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

#news_d .prev-next {
  margin-top: 20px;
}

#news_d .recom {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  padding: 40px 0;
}

#news_d .recom .mod {
  height: 20px;
  line-height: 20px;
  border-left: 4px solid #0068c6;
  padding-left: 15px;
  font-size: 20px;
}

#news_d .recom .list {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

#news_d .recom .list .item {
  display: block;
  width: 23.5%;
  margin-left: 2%;
  position: relative;
  overflow: hidden;
}

#news_d .recom .list .item:nth-child(4n + 1) {
  margin-left: 0;
}

#news_d .recom .list .item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s;
}

#news_d .recom .list .item p {
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

#news_d .recom .list .item:hover img {
  transform: scale(1.1);
}
.prev-next {
  width: 100%;
  height: 60px;
}

.prev-next .main {
  background-color: #fff;
  height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prev-next a {
  display: inline-flex;
  align-items: center;
  color: #333;
  transition: all 0.3s;
}

.prev-next a i {
  font-size: 30px;
}

.prev-next a span {
  font-size: 16px;
  color: #999;
  transition: all 0.3s;
  display: block;
  width: 30vw;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prev-next a:hover {
  color: #0068c6;
}

.prev-next a:hover span {
  color: #0068c6;
}

.prev-next .prev i {
  margin-right: 20px;
}

.prev-next .next span {
  text-align: right;
}

.prev-next .next i {
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .inner-banner {
    height: 200px;
  }
  .prev-next {
    height: 50px;
  }
  .prev-next .main {
    height: 50px;
    padding: 0 14px;
  }
  .prev-next a i {
    font-size: 20px;
  }
  .prev-next a span {
    font-size: 14px;
    width: 24vw;
  }
  .prev-next .prev i {
    margin-right: 10px;
  }
  .prev-next .next i {
    margin-left: 10px;
  }
}

}
@media screen and (max-width: 480px) {  #news_d .recom .list .item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  #news_d .recom .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
	 #news_d .detail .main {
    padding: 14px;
  }
  #news_d .prev-next {
    margin-top: 20px;
  }
  #prod_d .detail {
    margin-top: 20px;
  }
  #prod_d .detail .main {
    padding: 14px;
  }
  #prod_d .detail .info {
    display: block;
  }
  #prod_d .detail .info .gallary {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #prod_d .detail .info .right .title {
    font-size: 16px;
    line-height: 28px;
  }
  #prod_d .detail .info .right .modal {
    font-size: 14px;
    margin-top: 10px;
  }
  #prod_d .detail .info .right i.line {
    margin-top: 10px;
  }
  #prod_d .detail .info .right .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  #prod_d .detail .info .right .thumb {
    margin-top: 10px;
    display: flex;
  }
  #prod_d .detail .info .right .thumb .img {
    width: 32%;
    margin-left: 2%;
  }
  #prod_d .detail .info .right .thumb .img:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .tab {
    margin-top: 20px;
    display: flex;
  }
  #prod_d .detail .tab a {
    width: 120px;
    height: 40px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
  }
  #prod_d .detail .contents .content {
    padding: 14px;
    font-size: 14px;
    line-height: 24px;
  }
  #prod_d .detail .prod-list {
    display: flex;
  }
  #prod_d .detail .prod-list .item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding: 0 14px 14px;
  }
  #prod_d .detail .prod-list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .prod-list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod_d .detail .prod-list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_d .detail .prod-list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_d .prev-next {
    margin-top: 20px;
  }
  #prod_d .back {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #prod_d .back a {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
  }
  #prod_l .prod {
    padding: 10px 0 50px;
  }
  #prod_l .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #prod_l .prod .list .item {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 0 14px 14px;
  }
  #prod_l .prod .list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
  #prod_l .prod .list .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  #prod_l .prod .list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #prod_l .prod .list .item .line {
    margin-top: 10px;
    display: flex;
  }
  #prod_l .prod .pages {
    margin-top: 30px;
  }
  #news_l .news {
    padding: 5px 0 30px;
  }
  #news_l .news .item {
    display: flex;
    padding: 15px 0;
    margin-top: 0;
    display: block;
  }
  #news_l .news .item .img {
    width: 100%;
    height: auto;
  }
  #news_l .news .item .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #news_l .news .item .text .date {
    font-size: 14px;
  }
  #news_l .news .item .text .title {
    font-size: 16px;
    margin-top: 5px;
  }
  #news_l .news .item .text .desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 28px;
  }
  #news_l .news .item .text .more {
    margin-top: 10px;
    display: inline-flex;
  }
  #news_l .news .item .text .more span {
    font-size: 14px;
  }
  #news_l .news .item .text .more i {
    font-size: 24px;
    margin-left: 20px;
  }
  #news_l .news .pages {
    margin-top: 30px;
  }
	
	}
	
	
	
/*@import url('//at.alicdn.com/t/font_1810229_4eo9gqtubm5.css');*/
@font-face {
	font-family: "syht";
	src: url("../fonts/sourcehansanscn-regular.woff2") format("woff2"),  url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),  url("../fonts/sourcehansanscn-regular.ttf") format("truetype"),  url("../fonts/sourcehansanscn-regular.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "syhtB";
	src: url("../fonts/sourcehansanscn-bold.woff2") format("woff2"),  url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),  url("../fonts/sourcehansanscn-bold.ttf") format("truetype"),  url("../fonts/sourcehansanscn-bold.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "syhtL";
	src: url("../fonts/sourcehansanscn-light.woff2") format("woff2"),  url("../fonts/SourceHanSansCN-Light.woff") format("woff"),  url("../fonts/sourcehansanscn-light.ttf") format("truetype"),  url("../fonts/sourcehansanscn-light.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "syhtM";
	src: url("../fonts/sourcehansanscn-medium.woff2") format("woff2"),  url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),  url("../fonts/sourcehansanscn-medium.ttf") format("truetype"),  url("../fonts/sourcehansanscn-medium.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 14px;
	font-family: "PingFang", "PingFang SC", "syht", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
td, th, caption {
	font-size: 14px;
}
h1 {
	font-size: 20px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px "PingFang", "PingFang SC", "syht", "Microsoft YaHei", "黑体", "宋体", sans-serif;
	outline: none;
/*	-webkit-appearance: none;*/
	-moz-appearance:textfield !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
	margin: 0;
}
table {
	border-collapse: collapse;
}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 重置 hr */
hr {
	border: none;
	height: 1px;
}
input[type=button], input[type=submit], input[type=file], button {
	cursor: pointer;
	-webkit-appearance: none;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
/*	background: none;*/
	text-decoration: none;
}
/*公共类*/
.clearfix {
	zoom: 1;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table;
	clear: both;
}
.fl {
	float: left!important;
}
.fr {
	float: right!important;
}
.al {
	text-align: left!important;
}
.ac {
	text-align: center!important;
}
.ar {
	text-align: right!important;
}
.hide {
	display: none!important;
}
.show {
	display: block!important;
}
.mt0 {
	margin-top: 0!important
}
.mt10 {
	margin-top: 10px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mb0 {
	margin-bottom: 0!important
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.ml0 {
	margin-left: 0!important
}
.ml10 {
	margin-left: 10px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml30 {
	margin-left: 30px!important;
}
.ml40 {
	margin-left: 40px!important;
}
.ml50 {
	margin-left: 50px!important;
}
.mr0 {
	margin-right: 0!important
}
.mr10 {
	margin-right: 10px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.mr40 {
	margin-right: 40px!important;
}
.mr50 {
	margin-right: 50px!important;
}
.over-line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.over-line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.over-line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.over-line4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.over-line5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

