@charset "utf-8";
/* 内页大图 */
.n_ban{width:100%;height:480px;overflow: hidden;}

/* 位置 */
.n_path{
	width: 100%;
	border-bottom: 1px #ddd solid;
	line-height: 50px;
	overflow: hidden;
}

/* 内页分类 */
.n_type{
	text-align: center;
	overflow: hidden;
}
.n_type li{
	padding-top: 90px;
    display: inline-block;
    margin: 0 20px;
}
.n_type li a{
	font-size: 18px;
	border: 2px #dddddd solid;
	border-radius: 24px;
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
}
.n_type li.current a, .n_type li:hover a{
	background: #ff661a;
	border-color: #ff661a;
	color: #ffffff;
}

.n_y{
	padding: 90px 0 0 0;
	overflow: hidden;
}

/* 公司简介 */
.n_about{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
}
.n_about img{
	float: right;
	margin-left: 60px;
}

/* 图片列表 */
.piclistbox{width:100%;overflow: hidden;}
.piclistbox ul{width:100%;overflow: hidden;}
.piclistbox ul li{
	width:368px;
	margin-right: 48px;
	float:left;
	box-sizing:border-box;
	padding:10px 10px;
	border:1px solid #ececec;
	margin-bottom:36px;
	box-shadow:0px 0px 3px #ececec;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.piclistbox ul li:nth-child(3n){
	margin-right: 0;
}
.piclistbox ul li:hover{ border:1px solid #ff661a;}
.piclistbox ul li:nth-child(1){margin-left:0;}
.piclistbox ul li:nth-child(3n+1){margin-left:0;}
.piclistbox ul li:nth-child(3n){margin-right:0;}
.piclistbox ul li dt{
	width:100%;
	height:360px;
	overflow:hidden;
	float:left;
}
.piclistbox ul li dt img{
	width:100%;
	transform: scale(1.0, 1.0);
	height: 100%;
	object-fit: contain;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.piclistbox ul li:hover dt img{
	transform: scale(1.05, 1.05);
}
.piclistbox ul li dd{width:100%;float:right;}
.piclistbox ul li dd h1{width:100%;line-height:50px;text-align:center;}
.piclistbox ul li dd h1 a{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/* 新闻列表 */
.n_y .newsList{width:100%;overflow: hidden;}
.n_y .newsList li{width:100%;overflow: hidden;border-bottom:1px solid #f2f2f2; padding:20px 0; cursor: pointer;}
.n_y .newsList .news_Content{width:100%;overflow: hidden;}
.n_y .newsList .news_date{ font-size:20px; color:#888888;}
.n_y .newsList .news_line{ width:40px;border-top:1px solid #C7C7C7; margin:10px 24px 0; }
.n_y .newsList .news_Inf{ width:400px;}
.n_y .newsList .news_date a{ display:block; background:url(../img/dotss.jpg) no-repeat center;height:35px; width:35px; margin-top:15px;}
.n_y .newsList .news_title a{ font-size: 16px;}
.n_y .newsList .news_det{ line-height:22px; margin-top:15px;}
.n_y .newsList .news_Img img{ width:227px; height:134px;}
.n_y .newsList li:hover .news_date a{background:url(../img/news_list_hover.png) no-repeat center; height:35px; width:35px;}
.n_y .newsList li:hover .news_date,.n_y .newsList li:hover .news_title a{ color:#ff661a;}
.n_y .newsList li:hover .news_line{ width:70px;}

/* 新闻详情 */
.n_y .news_detail{ margin-top:20px;}
.n_y .news_show_tit{ font-size:24px; text-align:center;}
.n_y .news_show_l{ text-align:center; padding:20px 0 25px 0; border-bottom:1px dotted #DBDBDB;}
.n_y .news_show_l .s1{ background:url(../img/icon01.png) no-repeat center left;padding-left:19px; }
.n_y .news_show_l .s2{ background:url(../img/icon02.png) no-repeat center left; padding-left:21px;}
.n_y .news_show_l .s3{ background:url(../img/icon03.png) no-repeat center left; padding-left:22px;}
.n_y .news_show_l span { padding-right:10px;}
.n_y .news_show_Inf{margin-top:20px; line-height:28px; font-size:14px; text-align:justify}
.n_y .news_show_Inf img{max-width:100%; height:auto; text-align:center}
.n_y .show_page{ margin-top:40px; padding-top:27px;border-top:1px dotted #DBDBDB; font-size:14px; line-height:28px;}
.n_y .show_page a{ color:#666666}

/* 产品分类 */
.proType{
	width: 280px;
	float: left;
	overflow: hidden;
}
.proType .tit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ff661a;
	color: #fff;
	font-size: 20px;
}
.proType .con{
	width: 278px;
	border: 1px #ddd solid;
	border-top: none;
	padding: 5px 0 15px 0;
	overflow: hidden;
}
.proType .con li{
	float: left;
}
.proType .con > ul > li{
	width: 278px;
	position: relative;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.proType .con > ul > li:after{
	content: '';
	width: 248px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}
.proType .con > ul > li > a{
	padding: 10px 15px;
	display: block;
	font-size: 15px;
}
.proType .con > ul > li.current, .proType .con > ul > li:hover{
	background: #ff661a;
}
.proType .con > ul > li.current > a, .proType .con > ul > li:hover > a{
	color: #fff;
}
.proType .con > ul > li > ul{
    padding:5px 15px 10px 15px;
	background: #fff;
	overflow: hidden;
}
.proType .con > ul > li > a > span{
	float: right;
	font-family: '宋体';
}
.proType .con > ul > li > ul > li > a{
	line-height: 30px;
}
.proType .con > ul > li > ul > li.current > a{
	color: #ff661a;
}

/* 产品列表 */
.proList{
	width: 872px;
	float: right;
	overflow: hidden;
}
.proList ul{
	width: 100%;
	padding-top: 40px;
	overflow: hidden;
}
.proList ul li{
	width: 274px;
	border: 1px #dddddd solid;
	margin-right: 22px;
	margin-bottom: 22px;
	float: left;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.proList ul li:nth-child(3n){
	margin-right: 0;
}
.proList ul li:hover{
	border-color: #ff661a;
}
.proList ul li a{
	display: block;
}
.proList ul li a .pic{
	width: 274px;
	height: 259px;
	overflow: hidden;
}
.proList ul li a .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
}
.proList ul li:hover a .pic img{
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
}
.proList ul li a .name{
	width: 272px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 16px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

/* 产品详情 */
.proDetail{
	width: 872px;
	float: right;
	overflow: hidden;
}
.proDetail .con{
	width: 100%;
	padding-top: 40px;
	overflow: hidden;
}
.proDetail .con .show_detail{
    width: 100%;
    overflow: hidden;
}
.proDetail .con .show_gallery {
  float: left;
  overflow: hidden;
}
.proDetail .con .show_property {
  float: right;
  width: 390px;
  padding: 0;
  position: relative;
}
.proDetail .con .show_property h1 {
  font-size: 20px;
  color: #333;
  line-height: 40px;
}
.proDetail .con .show_property h1 a {
  color: #333;
}
.proDetail .con .show_property h2 {
  font-size: 15px;
  color: #cc0000;
  line-height: 20px;
  margin-bottom: 20px;
}
.proDetail .con .show_property p span {
  color: #999;
  display: inline-block;
}
.proDetail .con .zx_price span {
  vertical-align: top;
  line-height: 37px;
}
.proDetail .con .show_content {
  width: 100%;
  float: left;
  display: inline;
}
.proDetail .con .show_content h3 {
  height: 47px;
}
.proDetail .con .show_content h3 span {
  float: left;
  display: block;
  height: 43px;
  line-height: 43px;
  color: #333;
  font-weight: bold;
  border: #e9e9e9 1px solid;
  border-bottom: none;
  background: #f9f9f9;
  cursor: pointer;
  font-weight: normal;
  width: 148px;
  text-align: center;
  margin: 0 10px 0 0;
  display: inline;
  font-size: 16px;
}
.proDetail .con .show_content h3 span.current {
  height: 44px;
  line-height: 43px;
  border: #e9e9e9 3px solid;
  border-bottom: none;
  background: #fff;
  font-weight: bold;
  width: 144px;
}
.proDetail .con .show_content h3 span b {
  color: #669900;
  font-weight: normal;
}
.proDetail .con .content_body {
  text-align: left;
  line-height: 1.5em;
  font-size: 14px;
  padding: 5px 0;
}
.proDetail .con .content_body p {
  font-size: 14px;
}
.proDetail .con .content_body img {
  max-width: 1200px !important;
  height:auto !important;
}
.proDetail .con .content_box {
  display: none;
}
.proDetail .con .evaluate ul {
}
.proDetail .con .evaluate ul li {
  border-bottom: #e9e9e9 1px solid;
  clear: both;
  padding: 18px 0;
}
.proDetail .con .evaluate ul li span {
  color: #999;
}
.proDetail .con .evaluate ul li p {
  line-height: 20px;
  color: #666;
}
.proDetail .con .evaluate ul li p strong {
  color: #669900;
  font-weight: normal;
  margin-right: 8px;
}
.proDetail .con .comment {
  border: #e9e9e9 1px solid;
  background: #f4f4f4;
  padding: 20px 30px;
}
.proDetail .con .comment h4 {
  line-height: 20px;
  color: #666;
  font-weight: normal;
  padding: 5px 0 15px 0;
}
.proDetail .con .comment td {
  height: 35px;
  padding-bottom: 10px;
}
.proDetail .con .comment td .text {
  border: #ccc 1px solid;
  height: 33px;
  line-height: 33px;
  width: 198px;
}
.proDetail .con .comment td textarea {
  border: #ccc 1px solid;
  height: 118px;
  line-height: 33px;
  width: 598px;
  overflow: hidden;
}

/* 留言 */
.n_y .n_feedback{ overflow:hidden;}
.n_y .n_feedback td{
	padding: 0 0 20px 10px;
	font-size: 14px;
	line-height: 36px;
	color: #666;
}
.n_y .n_feedback td label{
	width: 318px;
	height: 36px;
	background: url(../img/bg_input13.png) no-repeat;
	font-size: 11px;
	line-height: 36px;
	color: #ccc;
}
.n_y .n_feedback td label.long{
	width: 387px;
	height: 133px;
	background: url(../img/bg_input14.jpg) no-repeat;
}
.n_y .n_feedback td label.cur, .n_y .n_feedback td label.hover{
	background-position: 0 -72px;
}
.n_y .n_feedback td label.long.cur, .n_y .n_feedback td label.long.hover{
	background-position: 0;
}
.n_y .n_feedback label p.fl{
	margin-left: 16px;
	width: 240px;
	cursor: pointer;
}
.n_y .n_feedback label span{
	display: inline-block;
}
.n_y .n_feedback label .list{
	left: 0;
	top: 35px;
	width: 300px;
	padding: 5px 0 5px 16px;
	height: 220px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	background: #fff;
	line-height: 22px;
	display: none;
}
.n_y .n_feedback label .scroll-box{
	width: 284px;
	height: 220px;
}
.n_y .n_feedback label .scroll-obj{
	left: 0;
	top: 0;
	width: 264px;
}
.n_y .n_feedback label .scroll-obj p{
	cursor: pointer;
}
.n_y .n_feedback label .scroll-obj p.hover{
	color: #4575b6;
}
.n_y .n_feedback label .scroll-bar{
	right: 2px;
	top: 0;
	width: 1px;
	height: 220px;
	background: #dbdbdb;
}
.n_y .n_feedback label .scroll-btn{
	left: -1px;
	top: 0;
	width: 3px;
	height: 20px;
	border-radius: 2px;
	background: #4575b6;
	cursor: pointer;
}
.n_y .n_feedback label span.fr{
	display: inline-block;
	width: 46px;
	height: 36px;
	background: url(../img/bg_sign105.png) no-repeat center;
}
.n_y .n_feedback label span.se{
	background-image: url(../img/bg_sign45.png);
}
.n_y .n_feedback label span.th{
	background-image: url(../img/bg_sign65.png);
}
.n_y .n_feedback label span.fo{
	background-image: url(../img/bg_sign50.png);
}
.n_y .n_feedback label span.fif{
	background-image: url(../img/bg_sign51.png);
}
.n_y .n_feedback label span.si{
	background-image: url(../img/bg_sign47.png);
}
.n_y .n_feedback label span.sev{
	background-image: url(../img/bg_sign102.png);
}
.n_y .n_feedback label span.ei{
	background-image: url(../img/bg_sign49.png);
}
.n_y .n_feedback label span.ni{
	background-image: url(../img/bg_sign52.png);
}
.n_y .n_feedback label input{
	width: 240px;
	height: 36px;
	padding: 0 16px;
	border: 0;
	background: none;
	font-size: 11px;
	line-height: 36px;
	color: #ccc;
}
.n_y .n_feedback label input.cur{
	font-size: 12px;
	color: #666;
}
.n_y .n_feedback label textarea{
	width: 309px;
	height: 113px;
	padding: 10px 16px;
	border: 0;
	background: none;
	resize: none;
	font-size: 11px;
	line-height: 18px;
	color: #ccc;
}
.n_y .n_feedback input.submit{
	width: 314px;
	height: 46px;
	border: 0;
	background: #ff661a;
	margin-top: 17px;
	font-size: 18px;
	color: #fff;
	transition: all 0.5s;
}
.n_y .n_feedback input.submit.hover{
	border: 1px solid #000;
	background: none;
	color: #000;
}
.n_y .n_feedback .tips{
	font-size: 12px;
	line-height: 24px;
	color: #8b8b8b;
}
.n_y .n_feedback .tips span{
	font-size: 18px;
	color: #333;
}

/* 联系我们 */
.n_contact{
	width: 100%;
	overflow: hidden;
}
.n_contact .contact{
	width: 100%;
	overflow: hidden;
}
.n_contact .contact .lt{
	width: 56%;
}
.n_contact .contact .lt li{
	font-size: 16px;
	line-height: 30px;
}
.n_contact .contact .lt li em{
	width: 16px;
	height: 30px;
	display: block;
	float: left;
}
.n_contact .contact .lt li span{
	margin-left: 26px;
	display: block;
}
.n_contact .contact .lt .name{
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 24px;
}
.n_contact .contact .rt{
	width: 40%;
}
.n_contact .contact .rt img{
	width: 100%;
	height: auto;
}
.n_contact .map{
	width: 100%;
	border-top: 1px #dddddd solid;
	margin-top: 70px;
	height: 560px;
	position: relative;
	overflow: hidden;
}
.n_contact .map .my-map{
	width: 100%;
	height: 560px;
	margin-top: 70px;
}

/* 搜索 */
.n_y .n_search{
	width: 100%;
	overflow: hidden;
}