
body {
	max-width: 1920px;
	width: 100%;
	overflow-x: hidden;
	font-family: 'Noto Sans SC';
	font-weight: 300;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
form,
pre,
fieldset,
legend,
table,
tr,
td,
th,
input,
textarea,
img {
	margin: 0;
	padding: 0;
}

section,
article,
header,
footer,
aside,
nav,
dialog,
figcaption,
figure,
menu,
details {
	margin: 0;
	padding: 0;
}

div,
ul,
ol,
li,
dd,
dl,
dt {
	list-style: none;
}

table {
	border-collapse: collapse;
	border: 0;
}

td,
tr,
th {
	font-size: 12px;
}

img {
	border: none;
	vertical-align: top;
}

select,
input,
img {
	vertical-align: middle;
}

textarea {
	vertical-align: middle;
	font-size: 12px;
	resize: none;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3 {
	font-weight: bold;
	font-size: 16px;
}

h4,
h5,
h6 {
	font-weight: bold;
	font-size: 12px;
}

* {
	color: #363737;
}


.swiper-pagination .swiper-pagination-bullet-active {
	background: #e6ae67 !important;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 70px;
	height: 4px;
	border-radius: 0;
}

.header {
	padding-top: 55px;
	position: relative;
}

.header .logo {
	margin: 0 auto;
	max-width: 235px;
	max-height: 64px;
}

.header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header .nav {
	text-align: center;
	transition: all 1s;
}

.header .nav .nav-logo {
	display: none;
	width: 80%;
}

.header .nav ul {
	padding-top: 35px;
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.header .nav ul li {
	padding: 0 40px;
	margin-bottom: 40px;
	position: relative;
	transition: all .15s;
}

.header .nav ul li a {
	font-size: 20px;
	position: relative;
	transition: all .15s;
}

.header .nav ul li::after {
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	width: 2px;
	background-color: #dda95d;

}

.header .nav ul li:last-child:after {
	display: none;
}

.header .nav ul .on a:after,
.header .nav ul li:hover a:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #82501b;
}

.header .nav ul .on a,
.header .nav ul li:hover a {
	color: #82501b;
}

.header .menuBtn {
	display: none;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.header .menuBtn b {
	display: block;
	border-radius: 20px;
	width: 45px;
	height: 4px;
	background: #82501b;
	margin: 6px 0;
	transition: all ease .5s;
}



.header-wap .menuBtn b:nth-of-type(1) {
	transform-origin: left;
	transform: translateY(-6px) rotate(46deg);
}

.header-wap .menuBtn b:nth-of-type(2) {
	width: 0;
	opacity: 0;
}

.header-wap .menuBtn b:nth-of-type(3) {
	transform-origin: left;
	transform: translateY(6px) rotate(-46deg);
}


.index1 {
	margin-top: 70px;
}

.index1 .index1s {
	max-width: 1360px;
	padding-bottom: 65px;
}

.index1 .index1s .swiper-wrapper {
	align-items: center;
}

.index1 .index1s img {
	max-height: 280px;
	width: 100%;
	object-fit: contain;
}

.index1 .index1s .swiper-slide {
	text-align: center;
}

.index1 .index1s .swiper-slide a {
	display: inline-block;
	position: relative;
}

.index1 .index1s .swiper-slide a::after {
	content: '';
	display: block;
	opacity: 0;
	background-image: url(../../images/xysimage/picb.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(208, 149, 28, .7);
	transition: all ease .5s;
}

.index1 .index1s .swiper-slide:hover a::after {
	opacity: 1;
}

.banner1,
.banner2 {
	width: 100%;
	overflow: hidden;
}

.banner1 img,
.banner2 img {
	width: 100%;
	min-height: 100px;
	object-fit: cover;
}

.index2-bg,
.index3-bg {
	background-image: url(../../images/xysimage/index3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.index2 .adv-bg {
	background-image: url(../../images/xysimage/adv.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.index2 .adv {
	max-width: 1360px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.index-tit {
	text-align: center;
	padding: 77px 0 66px 0;
}

.index-tit h2 {
	padding: 0 70px;
	border-radius: 41px;
	font-size: 50px;
	line-height: 82px;
	border: 2px solid #966638;
	display: inline-block;
	font-family: cursive;
	color: #d0951c;
}

.index2 .adv .adv-l {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.index2 .adv .adv-ll {
	width: 48.2%;
}
.index2 .adv .adv-ll img{
	width: 100%;
	object-fit: cover;
}
.index2 .adv .adv-ll img:nth-child(1) {
	margin-bottom: 3.4%;
}

.index2 .adv .adv-lr {
	width: 49.3%;
}

.index2 .adv img {
	display: block;
}

.index2 .adv-l {
	width: 66%;
}

.index2 .adv-r {
	width: 33%;
	box-sizing: border-box;
	padding-left: 4%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index2 .adv-r dl dt {
	position: relative;
	padding-left: 40px;
	padding-right: 30px;
	background-color: #d0951c;
	color: #fff;
	display: inline-block;
	line-height: 37px;
	font-size: 20px;
	margin-bottom: 17px;
}

.index2 .adv-r dl dt::before {
	content: '1';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 47px;
	line-height: 47px;
	color: #d0951c;
	background-color: #fff;
	border-radius: 50%;
	border: 3px solid #d0951c;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.index2 .adv-r dl:nth-child(2) dt::before {
	content: '2';
}

.index2 .adv-r dl:nth-child(3) dt::before {
	content: '3';
}

.index2 .adv-r dl:nth-child(4) dt::before {
	content: '4';
}

.index2 .adv-r dl:nth-child(5) dt::before {
	content: '5';
}

.index2 .adv-r dl:nth-child(6) dt::before {
	content: '6';
}

.index2 .adv-r dl:nth-child(7) dt::before {
	content: '7';
}


.index2 .adv-r dl dt::after {
	position: absolute;
	right: 0;
	transform: translate(100%);
	content: '';
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 25px solid transparent;
	border-top: 37px solid #d0951c;
	;
}

.index2 .adv-r dl dd {
	font-size: 17px;
	padding-left: 40px;
}

.index2 .pos {
	max-width: 1360px;
	padding-bottom: 90px;
	margin: 0 auto 10px;
}

.index2 .pos .index-tit {
	padding: 150px 0 75px;
	margin-bottom: 150px;
}

.index2 .pos-c {
	display: flex;
	justify-content: space-between;

}

.index2 .pos-c>a {
	width: 30.3%;
	display: block;
	position: relative;
	background-color: #eee;
	text-align: center;
	color: #373737;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);

}

.index2 .pos-c a img {
	margin: 0 auto;
	width: 70%;
	transform: translate(0, -50%);
	margin-bottom: -30%;
}

.index2 .pos-c a h3 {
	font-size: 35px;
	font-weight: bold;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 15px;
}

.index2 .pos-c a h3::after {
	position: absolute;
	content: '';
	width: 53px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 3px;
	background-color: #82501b;
}

.index2 .pos-c a dt,
.index2 .pos-c a dd {
	font-size: 28px;
	line-height: 1.5;
	font-family: "黑体";
}

.index2 .pos-c a span {
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 20px;
	border: 2px solid #82501b;
	margin: 20px auto 25px;
}

.index2 .pos-c a:hover {
	background-color: #d0951c;
}

.index2 .pos-c a,
.index2 .pos-c a h3,
.index2 .pos-c a dt,
.index2 .pos-c a dd,
.index2 .pos-c a span,
.index2 .pos-c a b{
	transition: all ease .5s;
}

.index2 .pos-c a:hover h3,
.index2 .pos-c a:hover dt,
.index2 .pos-c a:hover dd,
.index2 .pos-c a:hover span,
.index2 .pos-c a:hover b{
	color: #fff;
}

.bran {
	max-width: 1360px;
	margin: 0 auto;
	padding: 60px 0 70px;
}

.bran .bran-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}

.bran img {
	width: 48.5%;
}

.bran dl {
	width: 48.2%;
	position: relative;
	box-sizing: border-box;
}

.bran dl dt::before {
	position: absolute;
	content: '';
	left: 0;
	width: 34px;
	height: 32px;
	background: url(../../images/xysimage/yinhao.png) no-repeat center 100%;
}

.bran dl dt {
	font-size: 28px;
	color: #d0951c;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 55px;
}

.bran dl dd {
	line-height: 1.75;
	font-size: 16px;
	font-weight: 500;
	padding-left: 55px;
}

.bran .bran-c:nth-child(even) {
	flex-direction: row-reverse;
}

.pro {
	width: 100%;
	background: url(../../images/xysimage/pro-bg.png) no-repeat bottom center;
	background-size: auto;
	padding-bottom: 225px;
}

.pro-c {
	max-width: 1360px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto;
}

.pro-c li {
	position: relative;
}


.pro-c li em {
	line-height: 120px;
	font-size: 30px;
	color: #82501b;
}

.pro-c li div {
	width: 230px;
	height: 230px;
	background-color: #d0951c;
	border-radius: 50%;
	border: 11px solid #82501b;
	position: relative;
}

.pro-c li div::before {
	position: absolute;
	content: '';
	width: 165px;
	height: 15px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-radius: 50%;
	box-shadow: 0px 40px 17px rgba(0, 0, 0, .2);
}

.pro-c li div h3 {
	width: 90px;
	position: relative;
	font-size: 42px;
	color: #fff;
	padding-right: 50px;
	margin: 60px auto 0;

}

.pro-c li div h3 i {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0, -15%);
	font-size: 105px;
	color: #fff;
	font-family: '微软雅黑';
}

.pro-c li dl {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #9f744a;
	background-color: #f4f4f4;
}

.pro-c li dl::before {
	position: absolute;
	content: '';
	width: 75px;
	height: 15px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-radius: 50%;
	box-shadow: 0px 30px 17px rgba(0, 0, 0, .2);
}

.pro-c li dl dt {
	text-align: center;
}

.pro-c li dl dt img {
	margin-top: 16px;
	margin-bottom: 10px;
}

.pro-c li dl dd {
	text-align: center;
	color: #d0951c;
	font-size: 17px;
}

.index4 .index-tit {
	padding: 15px 0 65px;
}

.news {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.news-c {
	position: relative;
	width: 32%;
	border-top: 1px solid #966638;
}

.news-c::after {
	content: '';
	position: absolute;
	width: 25%;
	top: -6px;
	left: 0;
	height: 6px;
	background-color: #966638;
}

.news-c i {
	font-size: 18px;
	color: #666666;
	line-height: 56px;
}

.news-c img {
	width: 100%;
	max-height: 255px;
	object-fit: contain;
}

.news-c dt {
	font-size: 21px;
	font-weight: 700;
	margin-top: 28px;
	transition: all ease .5s;
}

.news-c dd {
	font-size: 17px;
	color: #666;
	transition: all ease .5s;
	margin: 8px 0;
	overflow:hidden;	
	text-overflow:ellipsis;	
	display:-webkit-box;	
	-webkit-line-clamp:2;	
	-webkit-box-orient:vertical;
}

.news-c span {
	padding: 0 18px;
	line-height: 28px;
	border: 1px solid #666;
	border-radius: 14px;
	font-size: 14px;
	color: #666;
	transition: all ease .5s;
}

.news-c a div{
	position: relative;
} 

.news-c a div::after{
	content: '';
	display: block;
	opacity: 0;
	background-image: url(../../images/xysimage/picb.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(208, 149, 28, .7);
	transition: all ease .5s;
}
.news-c a:hover div::after{
	opacity: 1;
} 
.news-c a:hover dt,.news-c a:hover dd,.news-c a:hover span{
	color: #d0951c;
}

.news-c a:hover span{
	border: 1px solid #966638;
}

.footer-bg{
	background-color: #ecdfcd;
	background-image: url(../../images/xysimage/foot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto;
	margin-top: 65px;
}

.footer-t{
	max-width: 1360px;
	margin: 0 auto;
	padding: 75px 0 70px;
	display: flex;
	justify-content: space-evenly;

}

.footer-tl{
	width: 335px;
	padding-top: 100px;
}

.footer-tn{
	width: 300px;
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	font-size: 17px;
	line-height: 38px;
}
.footer-tn a{
	text-transform:uppercase;
}


.footer-tr{
	width: 380px;
	padding-top: 35px;
}

.footer-tr p{
	font-size: 17px;
	line-height: 45px;
}


.footer-tl,.footer-tn,.footer-tr{
	position: relative;
	border-top: 1px solid #966638;
}
.footer-tl::after,.footer-tn::after,.footer-tr::after {
	content: '';
	position: absolute;
	width: 105px;
	top: -6px;
	left: 0;
	height: 6px;
	background-color: #966638;
}
.footer-b{
	border-top:1px solid #ecdfcd;
	padding: 25px 0 20px;
	text-align: center;
	font-size: 16px;
}





/*******************************
	-------[=内页公用]-------
********************************/
.g-tit3 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #966638;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 600;
}

.g-tit3 span {
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}

.g-pages {
	text-align: center;
	margin: 20px 0;
}

.g-pages li {
	display: inline-block;
}

.g-pages li a {
	display: block;
	margin-right: 10px;
	padding: 2px 12px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

.g-pages li.on a,
.g-pages li a:hover {
	background-color: #966638;
	border: 1px solid #966638;
	color: #fff
}

/*内页左侧*/
.g-cur {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f1f1f1;
}

.g-cur .wp {
	background: url('../../images/xysimage/home.png') left center no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
}

.g-cur .wp a {
	color: #2f2f2f;
}

.g-cur .wp a:hover {
	color: #966638;
}

.row-b1 {
	overflow: hidden;
	padding: 20px 0 56px;
}

.row-b1 .col-l {
	width: 260px;
}

.row-b1 .col-r {
	float: none;
	overflow: hidden;
	margin-left: 300px;
}

.g-titIns1 {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #545454;
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
	position: relative;
}

.g-titIns1 i {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url('../../images/xysimage/jiantou-r.png')no-repeat center 100%;
	transform: rotate(-90deg);
	display: none;
}

.g-titIns1 .on {
	transform: rotate(90deg);
}

.g-titIns1::after {
	content: '';
	width: 80px;
	height: 1px;
	background: #966638;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.snv {
	padding-top: 12px;
	margin-bottom: 30px;
}

.snv li {
	line-height: 44px;
	background: url('../../images/xysimage/jiantou-r.png') 6px 18px no-repeat;
	text-indent: 20px;
	-o-background-size: auto 10px;
	-ms-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}

.snv li a {
	display: block;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
}

.snv>li.on>a {
	color: #966638;
}

.snv-sub {
	padding-bottom: 10px;
	display: none;
}

.snv-sub dd {
	background: url('../../images/xysimage/jiantou-r.png') 12px 18px no-repeat;
	text-indent: 26px;
	-o-background-size: auto 10px;
	-ms-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}

.snv-sub dd.on a {
	color: #966638;
}

.m-info {
	padding: 15px 0;
}

.m-info p {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #2F2F22;
}

/*内页banner]*/
.ban {
	height: 359px;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

/*详情标签*/
.g-tabel {
	overflow: hidden;
	color: #5a5a5a;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	font-size: 14px;

}

.g-tabel span {
	float: left;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
}

.g-tabel ul {
	overflow: hidden;
}

.g-tabel li {
	float: left;
}

.g-tabel li a {
	display: block;
	margin-right: 10px;
	height: 42px;
	line-height: 42px;
}

.g-tabel li a:hover {
	color: #966638;
}

/*******************************
	-------[=产品列表]-------
********************************/
.m-chanpin {
	overflow: hidden;
	margin-bottom: 30px;
}

.m-chanpin .desc {
	padding: 10px;
	margin-top: 20px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	border: 1px dotted #e5e5e5;
	color: #868686;
	background-color: #f5f5f5;
}

.ul-imgtxt-01 {
	margin: 0 -10px;
	*zoom: 1;
}

.ul-imgtxt-01:after,
.ul-imgtxt-01:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.ul-imgtxt-01 li {
	width: 33%;
	float: left;
	margin-top: 20px;
}

.ul-imgtxt-01 li a {
	margin: 0 10px;
	display: block;
	text-align: center;
}

.ul-imgtxt-01 li a .pic {
	padding-top: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.ul-imgtxt-01 li a .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.ul-imgtxt-01 li a:hover .pic img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.ul-imgtxt-01 li a p {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #666;
	font-weight: 400;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-top: 1px solid #eee;
}

.ul-imgtxt-01 li a:hover {
	text-decoration: none;
}

.ul-imgtxt-01 li a:hover p {
	background-color: #966638;
	color: #fff;
}

.ul-imgtxt2 {
	margin-top: 0;
}

.ul-imgtxt2 li .pic {
	padding: 4px;
}

.ul-imgtxt2 li a:hover {
	border: 0;
}

/*******************************
	-------[=产品详情]-------
********************************/
.m-list1 {
	overflow: hidden;
	padding: 14px 0 25px;
	border-bottom: 1px dotted #a9a9a9;
}

.m-pic1 {
	float: left;
	width: 380px;
}

.m-txt1 {
	overflow: hidden;
	padding-left: 38px;
}

.m-txt1 .protit {
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}

.m-txt1 .txt {
	margin-right: 100px;
}

.m-txt1 .txt p {
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

.m-txt1 .btn {
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #966638;
	color: #fff;
}

.m-txt1 .btn:hover {
	background-color: #444;
}

.m-txt1 .btn span {
	display: block;color:#ffffff;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../../images/xysimage/btn-r.png);
}

.m-txt2 {
	margin-top: 12px;
}

.m-txt2 img {
	width: 100%;
	height: auto !important
}

.m-txt2 p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}

.ul-pages1 {
	overflow: hidden;
	margin: 20px 0;
}

.ul-pages1 li {
	float: left;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ul-pages1 li:last-child {
	float: right;
}

.ul-pages1 li a {
	color: #337AB7;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.ul-pages1 li a:hover {
	color: #966638;
}

.m-list3 {
	padding-top: 35px;
}

.ul-link2 {
	overflow: hidden;
}

.ul-link2 li {
	float: left;
	padding-top: 20px;
}

.ul-link2 li a {
	display: block;
	margin-right: 17px;
	font-size: 14px;
}

.ul-link2 li a:hover {
	color: #966638;
}

/* 放大镜 */


div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(../../images/xysimage/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}


.yunu-showcase {
	margin-bottom: 30px;
}

.yunu-showcase-pic {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
}

.yunu-showcase-pic .bd {
	font-size: 0;
	margin-top: 13px;
	overflow: hidden;
}

.yunu-showcase-pic .bd li {
	height: 75px;
	line-height: 75px;
	cursor: pointer;
	display: inline-block;
	width: 99px;
	border: 1px solid #ddd;
	padding: 1px;
	margin: 0 5px;
}

.yunu-showcase-pic .bd li.active {
	border-color: #c80003;
}

.yunu-showcase-pic .prev,
.yunu-showcase-pic .next {
	position: absolute;
	background: no-repeat 0 0;
	width: 14px;
	height: 27px;
	bottom: 26px;
	z-index: 2;
}

.yunu-showcase-pic .prev {
	background-image: url(../../images/xysimage/zlztDetailsCon1Btn01.png);
	left: 0;
}

.yunu-showcase-pic .next {
	background-image: url(../../images/xysimage/zlztDetailsCon1Btn02.png);
	right: 0;
}

.yunu-showcase-pic .prev:hover,
.yunu-showcase-pic .next:hover {
	background-position: 0 bottom;
}

.yunu-showcase-pic .cover {
	height: 300px;
	line-height: 300px;
	border: 1px solid #ddd;
	padding: 1px;
}

.yunu-showcase-pic .cover a {
	display: block;
	width: 100%;
	height: 100%;
}

.yunu-showcase-info {
	float: right;
	width: 500px;
}

.yunu-showcase-info h1 {
	margin: 0 0 15px;
	font-size: 20px;
	overflow: hidden;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.yunu-showcase-info p {
	margin: 0;
	color: #666;
	line-height: 2;
}

.yunu-showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	background: url(../../images/xysimage/VISkins-p1.png) no-repeat 0 15px;
	height: 42px;
	padding-left: 50px;
	line-height: 21px;
}

.yunu-showcase-info .tel a {
	float: right;
	line-height: 42px;
	padding: 0 15px;
	background-color: #c80003;
	color: #fff;
}

.yunu-showcase-info .tel span {
	display: block;
	color: #c80003;
	font-size: 18px;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomDiv img {
	max-width: none;
}

div.zoomMask {
	position: absolute;
	background: url(../../images/xysimage/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.img-center {
	text-align: center;
	font-size: 0;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}


.m_pic_showpic {
	display: none;
}

.m_showpic img {
	display: block;
	max-width: 100%;
}

/*产品详情图片*/
.pc-slide {
	width: 100%;
	margin: 0 auto;
}

.m-pic1 .view .swiper-slide {
	padding: 0 2px;
}

.view .swiper-slide .imgauto {
	width: 100%;
	height: 350px;
	line-height: 350px;
}

.view .swiper-container {
	width: 100%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	margin: 0 10%;
}

.preview .swiper-slide {
	/*width: 33.33%;*/
	width: 101px;
	padding: 5px;
}

.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 78px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}

.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../../images/xysimage/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../../images/xysimage/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}



.preview .active-nav .imgauto {
	border: 1px solid #966638;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.work_list {
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;
}

.work_list .tit {
	line-height: 44px;
	background: url(../../images/xysimage/jiantou-r.png) left center no-repeat;
	text-indent: 20px;
	background-size: auto 10px;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	float: left;
}

.work_list .tit a {
	float: left;
	line-height: 44px;
	color: #666;
	font-size: 15px;
	text-indent: 0;
	padding-left: 15px;
	font-weight: normal
}

.work_list .tit.on a {
	color: #966638;
}

.work_list .tit span {
	float: left;
}

.work_list ul {
	display: none;
	float: left;
	width: 100%;
}

.work_list li {
	background: url(../../images/xysimage/jiantou-r.png) 18px 15px no-repeat;
	text-indent: 26px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	line-height: 42px;
	background-size: 5px;
}

.work_list li a {
	display: block;
	color: #666;
	font-size: 14px;
	text-indent: 0;
	padding-left: 30px;
}

.work_list li.on a {
	color: #966638;
}

/*******************************
	-------[=关于我们]-------
********************************/
.m-content .txt {
	padding: 15px 0;
	line-height: 28px;
	color: #2F2F2F;
	font-size: 14px;
}

/*******************************
	-------[=新闻列表]-------
********************************/

.ul-newslist {
	overflow: hidden;
	margin-bottom: 30px;
}

.col-l .ul-newslist li{
	background: url('../../images/xysimage/news-r.png') left 7px no-repeat;
	padding-left: 14px;
}

.ul-newslist li {
	font-size: 15px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: #dddddd 1px dotted;


}

.ul-newslist li a {
	display: block;

}

.ul-newslist li .tit {
	overflow: hidden;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
}

.ul-newslist li .tit .time {
	float: right;
	font-size: 14px;
	margin-left: 10px;
}

.ul-news1 li .tit .time {
	font-size: 12px;
}

.ul-newslist li .tit a {
	display: block;
	font-size: 16px;
	background: url('../../images/xysimage/news-r.png') left center no-repeat;
	padding-left: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ul-newslist li a:hover {
	color: #966638;
}

.ul-newslist li .txt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/*******************************
	-------[=新闻详情]-------
********************************/
.m-news1 {
	padding-top: 20px;
}

.m-news1 h1 {

	line-height: 34px;
	color: #434343;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
}

.m-news1 .desc {
	text-align: center;
}

.m-news1 .desc span {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}

.m-news1 .txt {
	padding: 15px 0;
	line-height: 28px;
	color: #2F2F2F;
	font-size: 14px;
}

.m-news1 .txt img {
	max-width: 100%;
	height: auto !important
}

.m-txt3 {
	margin-top: 10px;
}

.m-txt3 .link {
	padding-left: 20px;
	margin-bottom: 15px;
	height: 36px;
	line-height: 36px;
	color: #868686;
	font-size: 14px;
	background-color: #f5f5f5;
	border: 1px dotted #e5e5e5;
}

.m-txt3 .link a {
	color: #868686;
}

.m-txt3 .link a:hover {
	color: #966638;
}

.ul-news1 li {
	float: left;
	width: 50%;
}

.ul-news1 li a {
	font-weight: 400;
}

.ul-news1 li .tit {
	margin: 0 10px;
}

/*******************************
	-------[=留言反馈]-------
********************************/
#message .m-content .m-message {
	width: 90%;
	padding: 20px;
}

#message .m-content {
	margin-top: 1rem;
}

.m-message label.code span {
	float: left;
}

.m-message label.code input {
	float: left;
}

.m-message label.code img {
	float: left;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 10000;
}

#message .m-content {
	margin-top: 10%;
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 20000;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
	width: 494px;
	margin: 48px auto 0;
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn-1 {
	padding-left: 100px;
}

.btn-1 input.focus {
	background: #0d62be;
	color: #fff;
}

.btn-1 input.focus:hover {
	background: #444;
}

.btn-1 input:hover {
	background: #ccc;
}

/*******************************
	-------[=案例详情]-------
********************************/
.m-list2 {
	margin-top: 30px;
	padding: 26px 10px 10px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}

.m-list2 .con {
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.m-list2 .box {
	padding: 26px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.m-list2 .con .pic {
	height: 450px;
	line-height: 450px;
	overflow: hidden;
	text-align: center;
}

.m-list2 .con .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.m-list2 .box .txt {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}

.m-list2 .box .txt img {
	width: 100%;
	height: auto !important
}

.m-list2 .box .txt .tit {
	margin-bottom: 30px;
	font-size: 22px;
	color: #966638;
	font-weight: 600;
}

.ul-txt-01 {
	overflow: hidden;
	padding-left: 23px;
	background: url(../../images/xysimage/source.gif) left center no-repeat;
}

.ul-txt-01 li {
	float: left;
	margin-right: 4px;
	font-size: 14px;
	color: #505050;
	font-family: 'microsoft yahei', Verdana, Arial;
}

.ul-txt-01 li a {
	font-size: 12px;
}

.ul-txt-01 li a:hover {
	color: #966638;
}

.pagination p {
	margin: 0;
	cursor: pointer
}

.pagination {
	height: 40px;
	padding: 20px 0px;
}

.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;

	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

.pagination a:hover {
	color: #077ee3;
	background: white;
	border: 1px #077ee3 solid;
}

.pagination a.cur {
	border: 1px #077ee3 solid;
	background: #077ee3;
	color: #fff;
}

.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;

	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

.pagination p.pageRemark b {
	color: red;
}

.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

.dates li {
	font-size: 14px;
	margin: 20px 0
}

.dates li span {
	float: right
}
