﻿



@media screen and (max-width: 768px){
	
	.proview1 .left{width:100%;}
	
	.proview1 .right {
    width: 100%;
}
}




ul, li {
	list-style: none;
}


.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
/*.img:hover:before { top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(255,255,255,0.5); }*/
.img:hover {
	background: #000
}
.img:hover img {
	opacity: .5;
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
.pos_cell {
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
/*----------header----------*/






.btn a:hover {
	background: #956d47;
}
.banner_search .btn span {
	display: inline-block;
	padding-right: 32px;
	background: url(../images/icon1.png) no-repeat right center;
}
.banner_search .span_tit {
	display: block;
	float: left;
	width: 72px;
	text-align: center;
	border-right: 1px solid #d5d5d5;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.banner_search .div_input {
	padding-left: 20px;
	overflow: hidden;
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
	text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px; /*background: url(../images/dots.png) no-repeat center center;*/
	border-radius: 100%;
	background: none;
	margin-bottom: 15px;
	position: relative;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -2px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #fff;
	background: none;
}
.details .owl-theme .owl-dots .owl-dot span:after {
	background: #be9a78
}
.details .owl-theme .owl-dots .owl-dot.active span, .details .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #be9a78;
}




.service_list .text h3 {
	font-size: 16px;
	font-weight: normal;
}
.service_list .text p {
	margin: 10px 0;
	background: bottom center no-repeat
}
.service_list .text .more {
	display: inline-block;
	padding-right: 10px;
	background: url(../images/icon4.png) no-repeat right center;
}
.service_list a:hover .img:before {
	background: #fff;
	opacity: .95;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.service_list a:hover .text {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	color: #000;
	z-index: 100
}
.service_list a:hover .text h3 {
	color: #000;
	border-bottom: 1px solid #d7d7d7;
	margin: 0 20px;
	padding-bottom: 15px;
}
.service_list a:hover .text p {
	color: #7f7f7f;
	padding-bottom: 20px;
	background: url(../images/icon5.png) bottom center no-repeat;
}
.service_list a:hover .text span {
	display: none;
}
.news_list ul li {
	width: 48%;
	padding: 25px 0;
	float: left;
}
.news_list ul li:nth-child(2n) {
	float: right;
}
.news_list a {
	display: block;
}
.news_list .img {
	width: 160px;
	height: 100px;
	float: left;
	margin-right: 20px;
}
.news_list .text {
	overflow: hidden;
}
.news_list .p_time {
	height: auto;
	color: #a1a1a1
}
.news_list h3 {
	margin-top: 10px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list p {
	line-height: 20px;
	color: #999;
	height: 40px;
	overflow: hidden;
}
.news_list .line {
	width: 100%;
	height: 1px;
	background: #efefef;
	margin: 8px 0;
}
.news_list .line label {
	display: block;
	width: 13px;
	height: 1px;
	background: #000
}
.news_list a:hover .line label {
	width: 100%;
}
/*----------织 梦 58 d e d e 5 8.c o m----------*/
.mainer {
	margin-top: 70px;
}



 @media only screen and (max-width: 1400px) {
.banner_cur {
	left: 5%;
	right: 5%;
}
.page_tit2 h2 {
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 1200px) {
.page_tit2 h3 {
	font-size: 38px;
}
.page_tit2.on h2 {
	font-size: 30px;
}
.page_pro .text p {
	line-height: 25px;
	margin-bottom: 10px;
	height: 75px;
}
.his_list ul li .text {
	padding-left: 0
}
.his_list ul li:nth-child(2n) .text {
	padding-left: 100px;
	padding-right: 0
}
}
 @media only screen and (max-width: 900px) {
.menu {
	position: fixed;
	top: 60px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	display:none;
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
}
.menu ul {
	padding-top: 10px;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 60px;
}
.menu_wrap {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #be9a78;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #be9a78;
	background-size: 25px auto;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 60px;
}
.mainer {
	margin-top: 60px;
}
.menu li.on a, .menu li a:hover {
	color: #fb3546
}
.banner .text h2 {
	font-size: 30px;
}
.banner .text p {
	font-size: 14px;
}
.banner_search {
	max-width: 500px;
}
.page1_text .text {
	padding: 20px 0;
}
.pro_owl {
	width: 80%;
	margin: 0 auto;
}
.page_pro {
	padding: 50px 0;
}
.page_pro .text {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}
.page_pro .text .box {
	max-width: 100%;
}
.pro_owl .owl-theme .owl-controls {
	right: 0
}
.service_list ul li {
	width: 50%;
}
.service_list ul li:nth-child(2n+1) {
	clear: both;
}
.service_list ul li img {
	width: 100%;
}
.about_tag ul li span {
	padding-left: 0;
	background: none !important
}
.about_tag {
	line-height: 60px;
}
.td_list li .box {
	margin: 5px;
}
.td_list li {
	width: 50%;
}
.td_list li:nth-child(2n+1) {
	clear: both;
}
.td_list li img {
	width: 100%;
}
.ry_list li {
	width: 47%;
}
.ry_list li:nth-child(3n+1) {
	clear: none;
}
.ry_list li:nth-child(2n+1) {
	clear: both;
}
.page_news .list .img {
	width: 300px;
	margin-left: 20px;
}
.page_news .list .text {
	padding-top: 20px;
}
.page_news p {
	margin-top: 0;
	height: 54px;
	margin-bottom: 10px
}
.page_news .time {
	margin-bottom: 0
}
.page_news .list li {
	margin-bottom: 20px;
}
}
 @media only screen and (max-width: 800px) {
.news_list ul li {
	width: 100%;
	padding: 10px 0;
}
}
 @media only screen and (max-width: 750px) {
.banner .text h2 {
	font-size: 20px;
}
.banner .text p {
	margin: 1em;
}
.banner_cur {
	display: none;
}
.banner_search .btn {
	width: 100px;
}
.banner_search .box {
	padding-right: 100px;
}
.banner_search .span_tit {
	width: 50px;
}
.banner_search .div_input {
	padding-left: 10px;
}
.banner img {
	width: 150%;
	margin-left: -25%;
	max-width: initial;
}
.banner .img1 {
	overflow: hidden;
}
.page1_text .img1 {
	float: none;
	width: 100%;
}
.pro_list li:nth-child(3n+1) {
	clear: none;
}
.pro_list li {
	width: 50%;
}
.pro_list li:nth-child(2n+1) {
	clear: both;
}
.pro_list li a {
	padding: 15px;
	margin: 5px;
}
.footer .ewm {
	float: none;
	text-align: center;
	margin-bottom: 20px;
	display: none;
}
.footer .list ul li {
	margin: 5px 0;
}
.footer .ewm img {
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer {
	text-align: center;
}
.page {
	padding: 20px 0;
}
.about_list ul li {
	margin: 20px 0;
}
.page_tit2 h3 {
	font-size: 25px;
	line-height: 20px;
}
.page_tit2 h2 {
	font-size: 30px;
}
.about_tag ul li a {
	font-size: 14px;
}
.about_tag {
	line-height: 40px;
}
.about_tag .wrap {
	width: 100%;
}
.about_list .box h3 {
	font-size: 30px;
}
.about_list .box {
	margin: 5px;
}
.page_tit h2 {
	font-size: 20px;
}
.about_list2 ul li {
	margin: 0 auto;
	width: 95%;
	margin-bottom: 15px;
	float: none;
}
.about_list2 img {
	width: 100%;
}
.his_list ul {
	padding-left: 50px;
}
.his_list ul li i {
	left: -40px
}
.his_list ul li {
	padding: 0 !important;
	width: 100%;
	text-align: left;
}
.his_list ul li .text {
	padding: 0 !important
}
.his_list .line {
	left: 10px;
	right: auto;
}
.his_list ul li i:after {
	margin-left: 10px !important;
	width: 20px !important;
}
.zp_p_list .title span {
	min-width: 47%;
	width: auto;
}
.zp_p_list .title {
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_news .list .img {
	width: 150px;
	float: left;
	margin: 0 auto;
	margin-right: 10px;
}
.page_news p {
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page_news .list .text {
	padding-top: 10px;
}
.page_news .list .time {
	display: none;
	;
}
.page_news .list .text {
	border-top: 0
}
.page_news .btn a {
	border: 0;
	line-height: 20px;
	text-align: left;
}
.page_news .time {
	margin-bottom: 10px;
}
.page_news p {
	margin-bottom: 5px
}
.news_details .tit h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
.news_details .tit {
	padding: 30px 0;
}
.pro_list2 ul li {
	width: 50%;
}
.page_news h3 {
	margin-bottom: 5px;
}
.pro_list2 .img {
	margin-bottom: 10px
}
.text_cur span {
	max-width: 100%;
	float: none;
}
.text_cur {
	line-height: 35px;
	padding: 10px 0;
}
.cont_list ul li {
	float: none;
	width: 100%;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
}
.cont_list ul li:after {
	content: '';
	display: block;
	clear: both;
}
.cont_list ul li .img1 {
	float: left;
	width: 60px;
	margin-right: 20px;
}
.cont_list ul li .text {
	margin-top: 0;
	padding-top: 10px;
	overflow: hidden;
}
.map {
	overflow: hidden;
}
.map img {
	width: 200%;
	margin-left: -50%;
	max-width: initial;
}
.full {
	display: none;
}
.page_tag a {
	padding: 0 15px;
}
.news_tag {
	padding: 20px 0;
}
.page_tit h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.page_tit {
	margin-bottom: 20px;
}
}
.pro_list2 ul li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: rgba(255,0,0);
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: rgba(255,0,0) !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 120px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../images/full1.png);
}
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
.full li a span.span3 {
	background-image: url(../images/full3.png);
}
.full li a span.span4 {
	background-image: url(../images/full4.png);
}
