@charset "utf-8";

/* CSS Document */
#erweima {
	position: absolute;
	height: 200px;
	width: 160px;
	text-align: center
}

BODY {
	FONT-SIZE: 14px;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-x: hidden;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none
}

ul {
	padding-left: 0;
	margin: 0 0
}

a {
	color: #666
}

.container {
	width: 1200px;
	margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0 0;
	padding: 0 0;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.ctrl span {
	float: left;
	cursor: pointer;
}

input,
textarea {
	outline: none
}

img {
	border: none
}

.banner span {
	cursor: pointer;
	/*float:left;*/
}


.dingwei{
	position: relative;
}
.shuiyin{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 33;
}
.shuiyin img{
	width: 100%;
	display: block;
}




.head-top {
	float: left;
	width: 100%;
	background: #302f2d;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: none;
}

.head-top1 {
	float: left;
	width: 400px;
	background: url(../img/head-top.png) left center no-repeat;
	text-indent: 22px
}

.head-top2 {
	float: right;
	width: 200px
}

.head-top2 a {
	color: #fff
}

.head-top2 a:hover {
	color: #eb6100
}

/*焦点图*/
.banner {
	float: left;
	width: 100%;
	height: 570px;
	position: relative
}

/* 本例子css */
.slideBox {
	width: 100%;
	height: 742px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 23px;
	overflow: hidden;
	position: absolute;
	right: 46%;
	bottom: 20px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 7px;
	width: 23px;
	height: 23px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	line-height: 23px;
	color: #732806;
	font-size: 11px
}

.slideBox .hd ul li.on {
	background: #eb6100;
	color: #fff;
	font-size: 14px;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 598px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(images/slider-arrow.html) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.head-menu {
	/* position: absolute; */
	height: 100px;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	z-index: 2
}

.head-menu1 {
	float: left;
	width: 280px;
}

.head-menu1 h2 {
	font-size: 30px;
	color: #471c1c;
	margin-top: 40px;
}

.head-menu1 h3 {
	font-size: 10px;
	color: #471c1c;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.head-menu2 {
	float: right;
}

.head-menu2 ul {
	width: 100%;
	margin-top: 20px
}

.head-menu2 ul li {
	width: 88px;
	float: left;
	height: 67px;
}

.head-menu2 h2 {
	font-size: 14px;
	color: #471c1c;
	text-align: center;
	margin-top: 10px
}

.head-menu2 h3 {
	font-size: 12px;
	color: #471c1c;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px
}

.head-menu2 ul li:hover {
	background: url(../img/head-menu.jpg) left center no-repeat;
}

.head-menu2 ul li:hover h2 {
	color: #fff
}

.head-menu2 ul li:hover h3 {
	color: #fff
}

.clear {
	clear: both
}

/*在线留言*/
.msgtitle {
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.message_block p {
	padding: 12px;
}

.msg_input {
	width: 400px;
	border: 1px solid #e0e0e0;
	padding: 8px 9px;
	background: #fff;
	font-size: 13px;
	color: #888;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
}

.msg_input_on {
	width: 400px;
	border: 1px solid #8cd1ff;
	background: #f1f9ff;
	padding: 8px 9px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	font-size: 13px;
	color: #888;
}

.message_labes {
	font-size: 14px;
}

.message_title {
	height: 34px;
	line-height: 34px;
	background: #f6f9fb;
	padding: 0 12px;
}

.message_title span {
	float: right;
	font-weight: bold;
}

.message_info {
	color: #8ea6b6;
	text-align: right;
}

.msg_btn_area {
	margin: 16px 0;
	text-align: left;
}

.msg_btn_area a {
	/*display:inline-block;*/
	padding: 10px 50px;
	background: #161616;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
}

.msg_btn_area a:hover {
	text-decoration: none;
	background: #014083
}

.page_info {
	text-align: center;
	margin-top: 10px auto;
	color: #333;
}

.page_info span {
	padding: 0 2px;
	font-weight: bold;
}

.page_list {
	line-height: 24px;
	text-align: center;
	letter-spacing: 0;
	font-size: 10px;
}

.page_list a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 15px;
	margin: 0 3px;
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #e0e0e0;
	background: #aaa;
}

.page_list a.on {
	color: #fff;
	border: 1px solid #e0e0e0;
	background: #aaa;
	margin-left: 4px;
	text-decoration: none;
	background-position: 50% bottom;
	transition: background 0.5s, color 0.5s, border 0.5s;
}


/*装修效果*/
.index-pro {
	float: left;
	width: 100%;
	margin-top: 125px
}

.index-pro1,
.index-pro2 {
	float: left;
	width: 100%
}

.pro1 {
	width: 335px;
	margin: 0 auto;
	background: url(../img/index-probg.png) center 13px no-repeat;
	height: 70px
}

.pro1 h2 {
	font-size: 24px;
	color: #4a2913;
	text-align: center;
	letter-spacing: 2px
}

.pro1 h3 {
	font-size: 10px;
	color: #747373;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 6px
}

.pro2 {
	width: 1200px;
	margin: 0 auto
}
.pro2>ul{
	display: flex;
	justify-content: center;
}
.pro2 ul li {
	width: 222px;
	height: 50px;
	border: 1px solid #f29655;
	position: relative;
	float: left;
	margin: 2px 8px
}

.pro2 ul li h2 {
	font-size: 14px;
	color: #eb6100;
	text-align: center;
	margin-top: 15px
}

.pro2 ul li h3 {
	font-size: 11px;
	color: #eb6100;
	text-align: center;
	margin-top: 5px;
	text-transform: uppercase;
}

.submenu {
	display: none;
	width: 242px;
	position: absolute;
	top: 52px;
	width: 240px;
	left: -1px;
	perspective: 400px;
	-webkit-perspective: 400px;
	z-index: 10;
}

.submenu li {
	height: 52px;
	width: 100%;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.pro2 ul li .submenu li {
	height: 52px;
	margin: 0 0;
	border-bottom: 1px solid #f2b58a;
	transform: rotateY(60deg);
	transition: opacity .4s, transform .5s;
	background: url(../img/index-pro1.png) 160px center no-repeat rgba(237, 116, 31, 0.8);
}

.pro2 ul li .submenu li:hover {
	background: url(../img/index-pro1.png) 160px center no-repeat rgba(235, 97, 0, 0.9);
}

.pro2 ul li .submenu li a {
	color: #fff
}

.pro2 ul li:hover .submenu {
	display: block;
}

.pro2 ul li:hover .submenu li {
	transform: rotateY(0deg);
}

.pro2 ul li:hover {
	background: #eb6100
}

.pro2 ul li:hover h2,
.pro2 ul li:hover h3 {
	color: #fff
}

.pro2 li:hover .submenu li:nth-child(1) {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.pro2 li:hover .submenu li:nth-child(2) {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms;
}

.pro2 li:hover .submenu li:nth-child(3) {
	-webkit-transition-delay: 100s;
	transition-delay: 100ms;
}

.pro2 li:hover .submenu li:nth-child(4) {
	-webkit-transition-delay: 150s;
	transition-delay: 150ms;
}

.submenu li:nth-child(1) {
	-webkit-transition-delay: 150s;
	transition-delay: 150ms;
}

.submenu li:nth-child(2) {
	-webkit-transition-delay: 100s;
	transition-delay: 100ms;
}

.submenu li:nth-child(3) {
	-webkit-transition-delay: 50s;
	transition-delay: 50ms;
}

.submenu li:nth-child(4) {
	-webkit-transition-delay: 0s;
	transition-delay: 0ms;
}

/*装修效果展示滚动图*/
/* 本例子css */
.picMarquee-left {
	width: 100%;
	/*margin-top:100px;*/
	position: relative;
	height: 290px
}

.picMarquee-left .hd {
	display: none;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.picList {
	overflow: visible !important
}

.tempWrap {
	overflow: visible !important
}

.picMarquee-left .bd {
	margin-top: 20px
}

.picMarquee-left .bd ul {
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	display: inline;
	text-align: center;
	position: relative;
}

.picMarquee-left .bd ul li .pic:hover {
	z-index: 9
}

.picMarquee-left .bd ul li .juxing {
	position: absolute;
	bottom: -5px;
	left: 35%;
	border: none
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
	border: 1px solid #eaeaea;
	opacity: 1;
	transform: scale(1);
	position: relative
}

.picMarquee-left .bd ul li:hover .pic {
	transform: scale(1.2);
	border: none;
	position: relative;
	overflow: hidden
}

.picMarquee-left .bd ul li .pic img {
	width: 288px;
	height: 211px;
	display: block;
	padding: 6px 6px 10px 6px;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
}

.protitle {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	text-align: center;
	height: 70px;
	background: url(../img/yanjing.png) center top no-repeat;
	opacity: 0;
	transition: all 0.2s ease;
	transform: scale(0);
	z-index: 3
}

.picMarquee-left .bd ul li .pic:after {
	background: rgba(78, 43, 19, 0.3);
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 2
}

.picMarquee-left .bd ul li .pic:hover:after {
	opacity: 1
}

.picMarquee-left .bd ul li .pic:hover .protitle {
	opacity: 1;
	transform: scale(1)
}

.picMarquee-left .bd ul li .pic:hover img {
	padding: 0;
	margin: 0;
	transform: scale(1.2)
}

.protitle img {
	width: 35px;
	height: 20px
}

.protitle h2 {
	font-size: 20px;
	color: #fff;
	margin-top: 25px
}

.more {
	width: 170px;
	height: 50px;
	margin: 0 auto;
	background: url(../img/gang.png) 125px center no-repeat #4a2913;
}

.chakan {
	width: 75px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #fff;
	margin-top: 14px;
	margin-left: 32px;
	float: left;
}

.more,
.more1 {
	color: #fff;
}

.more:hover,
.more1:hover {
	color: #eb6100
}

/*首页简介*/
.index-about {
	float: left;
	width: 100%;
	background: #f5f5f5;
	margin-top: 60px
}

.index-about1 {
	/*float: left;
	 width: 860px; */
	margin-top: 85px;
	background: url(../img/index-about.jpg) left top no-repeat;
	height:500px;
}

.index-about1-top {
	float: left;
	margin-left: 112px;
	width: 748px;
	margin-top: 20px
}

.index-about1-top h2 {
	font-size: 22px;
	color: #4a2913f;
	line-height: 25px;
	margin-bottom: 15px
}

.index-about1-top h2 span {
	font-size: 10px;
	color: #747373;
	margin-left: 6px;
	text-transform: uppercase;
}

.index-about1-top p {
	line-height: 25px;
	text-indent: 2em
}

.index-about1-bot {
	float: left;
	width: 748px;
	margin-top: 50px
}

.more1 {
	width: 170px;
	height: 50px;
	background: url(../img/gang.png) 125px center no-repeat #4a2913;
}

.index-about2 {
	width: 313px;
	height: 412px;
	float: right;
}

.index-ad {
	float: left;
	background: url(../img/index-ad1.jpg) center top no-repeat;
	width: 100%;
	height: 292px
}

/*首页新闻*/
.index-news {
	float: left;
	width: 100%;
	margin-top: 90px
}

.index-news1,
.index-news2,
.index-news3 {
	float: left;
	width: 100%
}

.index-news3 {
	margin-top: 30px
}

.news1 {
	width: 335px;
	margin: 0 auto;
	background: url(../img/index-newsbg.png) center 13px no-repeat;
	height: 70px
}

.news1 h2 {
	font-size: 24px;
	color: #4a2913;
	text-align: center
}

.news1 h3 {
	font-size: 10px;
	color: #747373;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 5px
}

.index-news2 ul {
	width: 100%
}

.index-news2 ul li {
	width: 380px;
	margin-right: 30px;
	/* height: 440px; */
	float: left
}

.index-news2 ul li:hover {
	background: #eb6100
}

.newslist {
	margin: 23px 14px 14px 14px
}

.newslist1 {
	width: 100%;
	float: left;
	height: 59px;
	margin-top: 23px;
	position: relative
}

.three {
	position: absolute;
	left: 0;
	top: 10px;
	display: none
}

.newslist2 {
	width: 100%;
	float: left;
	margin-top: 7px
}

.newslist1-con {
	float: left;
	transform: translate(0, 0);
	transition: all 1s ease-in-out
}

.index-news2 ul li:hover {
	background: #eb6100;
	transition: all 0.5s
}

.index-news2 ul li:hover .three {
	display: block
}

.index-news2 ul li:hover .newslist1-con {
	transform: translate(138px, 0);
	color: #fff
}

.index-news2 ul li:hover .newslist1-conl,
.index-news2 ul li:hover .newslist1-conr {
	color: #fff;
	transition: all 0.5s ease-in-out
}

.newslist1-conl {
	float: left;
	width: 142px;
	height: 57px;
	border: 1px solid #dcdcdc;
	font-size: 30px;
	color: #535252;
	line-height: 57px;
	text-align: center;
	font-weight: 700
}

.newslist1-conr {
	float: left;
	width: 69px;
	font-size: 14px;
	color: #535252;
	text-align: center;
	line-height: 57px;
	height: 57px;
	border: 1px solid #dcdcdc;
	border-left: none
}

.newslist2-con1 {
	float: left;
	width: 100%
}

.newslist2-con1 img {
	width: 352px;
	/* height: 137px; */
	display: block
}

.newslist2-con2 {
	float: left;
	width: 346px;
	padding-top: 20px;
	border: 3px solid #eee;
	border-top: none;
	background: #fff;
	height: 155px;
}

.newslist2-con2-top {
	width: 300px;
	margin: 0 26px;
	float: left;
	background: url(../img/kuai.png) left center no-repeat;
	text-indent: 20px;
	border-bottom: 1px solid #eeeeee;
	font-size: 15px;
	font-weight: 700;
	color: #535252;
	padding-bottom: 5px
}

.newslist2-con2-bot {
	width: 300px;
	margin: 0 26px;
	float: left;
	font-size: 14px;
	color: #5d5c5c;
	padding-top: 5px;
	line-height: 23px;
	margin-bottom: 20px
}

.xiangxi {
	float: right;
	width: 85px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: #eb6100;
	margin-top: 15px
}

.xiangxi a {
	color: #fff;
}

/*首页案例*/
.index-case {
	float: left;
	width: 100%;
	margin-top: 90px
}

.index-case1,
.index-case2,
.index-case3 {
	float: left;
	width: 100%
}

.index-case3 {
	margin-top: 30px
}

.case1 {
	width: 335px;
	margin: 0 auto;
	background: url(../img/index-newsbg.png) center 13px no-repeat;
	height: 70px
}

.case1 h2 {
	font-size: 24px;
	color: #4a2913;
	text-align: center
}

.case1 h3 {
	font-size: 10px;
	color: #747373;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 5px
}

.index-case2 ul {
	width: 100%
}

.index-case2 ul li {
	float: left;
	width: 297px;
	height: 236px;
	position: relative;
	border: 1px #eeeeee solid;
}

.index-case2 ul li img {
	width: 297px;
	height: 236px
}

.case-list1:hover .textbox {
	transform: scale(1);
}

.textbox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	background: rgba(255, 255, 255, 0.6);
	transition: all 0.7s ease
}

.textbox h2 {
	font-size: 16px;
	color: #5d5c5c;
	text-align: center;
	margin-top: 90px
}

.textbox h3 {
	font-size: 11px;
	color: #5d5c5c;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px
}

.xiangxi1 {
	margin: 0 auto;
	width: 85px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: #eb6100;
	margin-top: 15px
}

.xiangxi1 a {
	color: #fff;
}

.case-list2:hover .textbox1 {
	transform: scale(0);
}

.textbox1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: scale(1);
	background: rgba(255, 255, 255, 0.6);
	transition: all 0.7s ease
}

.textbox1 h2 {
	font-size: 16px;
	color: #5d5c5c;
	text-align: center;
	margin-top: 90px
}

.textbox1 h3 {
	font-size: 11px;
	color: #5d5c5c;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px
}

/*首页联系我们*/
.index-contact {
	float: left;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 30px
}

.index-contact1 {
	float: left;
	width: 435px;
	height: 250px
}

.index-contact2 {
	float: left;
	width: 370px;
	margin-left: 45px;
	border-right: 1px solid #e9e9e9;
	height: 260px
}

.index-contact2-top {
	float: left;
	width: 100%;
	height: 55px;
	background: url(../img/bot.png) left bottom no-repeat;
	margin-bottom: 20px
}

.title1 {
	float: left;
	width: 100px;
	font-size: 21px;
	color: #4a2913;
	margin-top: 20px
}

.title2 {
	float: left;
	width: 105px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #e9e9e9;
	margin-top: 24px;
	font-size: 11px;
	color: #797979;
	text-transform: uppercase;
}

.index-contact2-bot {
	float: left;
	width: 100%;
	line-height: 30px;
}

.index-contact3 {
	float: left;
	width: 300px;
	margin-left: 43px;
	margin-right: 6px
}

.index-contact3-con {
	float: left;
	width: 100%
}

.mes1 {
	height: 35px;
	background: #eeeeee;
	width: 100%;
	line-height: 35px;
	color: #797979;
	text-indent: 10px;
	margin-bottom: 10px
}

.mes1-input {
	height: 26px;
	border: none;
	margin-left: 15px;
	width: 214px;
	color: #797979;
	font-family: "微软雅黑"
}

.mes2 {
	height: 80px;
	background: #eeeeee;
	width: 100%;
	line-height: 35px;
	color: #797979;
	text-indent: 10px;
	margin-bottom: 10px
}

.mes2-text {
	height: 68px;
	border: none;
	margin-top: 4px;
	width: 210px;
	color: #797979;
	font-family: "微软雅黑"
}

.mes2l {
	float: left;
	width: 71px;
	line-height: 80px;
	height: 80px
}

.mes2r {
	float: left;
	width: 229px
}

/*footer*/
.footer {
	float: left;
	width: 100%;
	background: #302f2d;
	height: 260px;
	margin-top: 26px;
}

.footer1 {
	float: left;
	width: 259px;
	height: 126px;
	border-right: 1px solid #5a5957;
	margin-top: 67px
}

.footer1 h2 {
	font-size: 26px;
	color: #fff;
	margin-top: 28px;
	letter-spacing: 2px
}

.footer1 h2 span {
	color: #eb6100
}

.footer1 h3 {
	/* font-size: 7px; */
	color: #fff;
	margin-top: 5px;
	text-transform: uppercase;
}

.footer2 {
	float: left;
	width: 720px;
	margin-left: 60px;
	margin-top: 67px
}

.footer2-top {
	float: left;
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #3f3f3d
}

.footer2-top ul {
	margin-top: 10px;
	width: 100%
}

.footer2-top ul li {
	float: left;
	width: 75px;
	border-right: 5px solid #fff;
	text-align: center
}

.footer2-top ul li a {
	color: #fff
}

.footer2-top ul li a:hover {
	color: #eb6100
}

.footer2-bot {
	float: left;
	width: 100%;
	color: #fff;
	line-height: 25px;
	padding-top: 15px
}

.footer3 {
	float: right;
	width: 160px;
	margin-top: 67px
}

.footer3 img {
	display: block;
	/* float: right */
}

.footer3-img {
	width: 100%;
	float: left;
	margin-bottom: 15px
}

.footer3 p {}

/*产品展示列表*/
.content {
	float: left;
	width: 100%
}

.content1 {
	float: left;
	width: 100%;
	height: 24px;
	margin-top: 40px;
	line-height: 24px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 28px
}

.prolist2 {
	float: left;
	width: 100%
}

.content1-l {
	float: left;
	width: 400px;
	background: url(../img/kuai1.png) left center no-repeat;
	text-indent: 18px;
	color: #5d5c5c
}

.content1-r {
	float: right;
	width: auto;
	color: #a3a1a1
}

.content1-r1 {
	float: left;
	/*width:300px;*/
	letter-spacing: 1px;
	margin-right: 10px;
}

.content1-r2 {
	float: left;
	width: 210px
}

.content1-r2l {
	float: left;
	width: 170px;
	border: 1px solid #d7d7d7;
	border-right: 0
}

.content1-r2r {
	float: left;
	width: 30px;
	background: #c9c9c9;
	height: 26px
}

.search {
	width: 160px;
	height: 20px;
	border: none
}

.content1-r2r img {
	display: block;
	margin: 0 auto;
	margin-top: 7px;
	cursor: pointer
}

.prolist3 {
	float: left;
	width: 100%
}

.prolist3 ul {
	width: 100%;
	margin-top: 60px
}

.prolist3 ul li {
	width: 289px;
	border: 1px solid #eaeaea;
	height: 221px;
	margin-right: 12px;
	float: left;
	margin-bottom: 60px
}

.pro-img {
	width: 277px;
	margin: 6px 6px 8px 6px;
	height: 207px;
	position: relative
}

.pro-img:before {
	transform: scale(0);
	content: '';
	background: rgba(78, 43, 19, 0.3);
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.7s ease
}

.prolist3 ul li:hover .pro-img:before {
	opacity: 1;
	transform: scale(1);
}

.pro-txt {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	text-align: center;
	height: 90px;
	background: url(../img/yanjing.png) center top no-repeat;
	opacity: 0;
	transition: all 0.2s ease;
	transform: scale(0);
	z-index: 66;
}

.prolist3 ul li:hover .pro-txt {
	opacity: 1;
	transform: scale(1)
}

.prolist3 h2 {
	font-size: 20px;
	color: #fff;
	margin-top: 40px
}

.juxing1 {
	position: absolute;
	bottom: -12px;
	left: 35%
}

.prolist4 {
	float: left;
	width: 100%;
	margin-bottom: 40px
}

.prolist4 ul {
	width: 190px;
	margin: 0 auto
}

.prolist4 ul li {
	width: 30px;
	height: 30px;
	font-size: 19px;
	text-align: center;
	line-height: 30px;
	float: left;
	border: 1px solid #dbdbdb;
	margin: 0 6px
}

.prolist4 ul li a {
	color: #c2bbbb
}

.prolist4 ul li:hover {
	background: #eb6100;
	border: 1px solid #c04d00
}

.prolist4 ul li:hover a {
	color: #fff
}

/*产品展示内容页*/
.prolist-con2 {
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 40px
}

.prolist-con2l {
	float: left;
	width: 583px;
	height: 440px;
	border: 1px solid #eaeaea
}

.prolist-con2l img {
	display: block;
	width: 553px;
	height: 410px;
	margin: 15px 15px
}

.prolist-con2r {
	float: left;
	width: 565px;
	margin-left: 25px
}

.prolist-con2r-top {
	float: left;
	width: 100%;
	height: 37px;
	background: url(../img/pro-conbg.png) left top no-repeat;
	line-height: 37px;
	color: #fff;
	font-size: 18px;
	text-indent: 32px
}

.prolist-con2r-bot {
	float: left;
	width: 100%;
	line-height: 25px;
	color: #5d5c5c;
	padding-top: 40px;
	text-indent: 2em
}
.prolist-con2r-bot img{
	width: 100%;
	display: block;
}
.prolist-con3 {
	float: left;
	width: 100%;
	margin-bottom: 60px
}

.prolist-con3 ul {
	width: 550px;
	margin: 0 auto
}

.prolist-con3 ul li.li1:hover {
	background: url(../img/topsan1.png) 40px center no-repeat #fff;
}

.prolist-con3 ul li.li2:hover {
	background: url(../img/botsan1.png) 40px center no-repeat #fff;
}

.prolist-con3 ul li:hover a {
	color: #eb6100
}

.prolist-con3 ul li.li1 {
	float: left;
	width: 229px;
	height: 35px;
	border: 1px solid #aaa;
	background: url(../img/topsan.png) 40px center no-repeat #dcdcdc;
	line-height: 35px;
	text-indent: 65px;
	margin: 0 20px;
	color: #777b7c
}

.prolist-con3 ul li.li2 {
	float: left;
	width: 229px;
	height: 35px;
	border: 1px solid #aaa;
	background: url(../img/botsan.png) 40px center no-repeat #dcdcdc;
	line-height: 35px;
	text-indent: 65px;
	margin: 0 20px;
	color: #777b7c
}

.prolist-con3 ul li a {
	color: #777b7c
}


/*新闻列表页*/
.newslist2 {
	float: left;
	width: 100%;
	margin-bottom: 40px
}

.newslist2 ul {
	width: 100%
}

.newslist2 ul li {
	float: left;
	width: 600px;
	height: 140px;
	transition: all 0.3s ease;
	margin-bottom: 10px
}

.list {
	width: 580px;
	height: 120px;
	margin: 10px 10px;
	background: #eeeeee
}

.list1 {
	float: left;
	width: 99px;
	border-right: 1px solid #dadada;
	height: 116px;
	margin: 2px 0
}

.list2 {
	float: left;
	width: 440px;
	margin-left: 18px
}

.list2-top {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 7px;
	margin-top: 15px
}

.list1 h2 {
	font-size: 25px;
	color: #535252;
	text-align: center;
	font-weight: 700;
	margin-top: 25px
}

.list1 h3 {
	font-size: 14px;
	color: #535252;
	text-align: center;
	margin-top: 10px
}

.list2-top span {
	float: right;
	background: #eb6100;
	padding: 1px 10px
}

.list2-top span a {
	color: #fff
}

.list2-bot {
	margin-top: 8px;
	font-size: 14px;
	color: #5d5c5c;
	line-height: 23px
}

.newslist2 ul li:hover {
	background: #eb6100
}

/*新闻内容页*/
.news-con2 {
	float: left;
	width: 100%;
	margin-bottom: 50px
}

.news-con2 h2 {
	text-align: center;
	font-size: 21px;
	color: #4a2913;
	font-weight: 700
}

.news-con2 h3 {
	text-align: center;
	font-size: 14px;
	color: #777b7c;
	margin-top: 35px
}

.news-con2 h3 span {
	padding: 10px 90px;
	background: #eae9e9
}

.news-title {
	float: left;
	width: 100%;
	margin-bottom: 40px
}

.news-text {
	float: left;
	width: 100%;
	/* text-indent: 2em; */
	color: #5d5c5c;
	font-size: 14px;
	line-height: 25px
}
.news-text img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.news-con3 {
	float: left;
	width: 100%;
	margin-bottom: 50px
}

.news-con3 ul {
	width: 860px;
	margin: 0 auto
}

.news-con3 ul li.li3:hover {
	background: url(../img/topsan1.png) 40px center no-repeat #fff;
}

.news-con3 ul li.li4:hover {
	background: url(../img/botsan1.png) 40px center no-repeat #fff;
}

.news-con3 ul li.li3 {
	float: left;
	width: 405px;
	height: 35px;
	border: 1px solid #aaa;
	background: url(../img/topsan.png) 40px center no-repeat #dcdcdc;
	line-height: 35px;
	text-indent: 65px;
	margin: 0 10px;
	color: #777b7c
}

.news-con3 ul li.li4 {
	float: left;
	width: 405px;
	height: 35px;
	border: 1px solid #aaa;
	background: url(../img/botsan.png) 40px center no-repeat #dcdcdc;
	line-height: 35px;
	text-indent: 65px;
	margin: 0 10px;
	color: #777b7c
}

.news-con3 ul li a {
	color: #777b7c
}

.news-con3 ul li:hover a {
	color: #eb6100
}

/*单页面，如公司简介*/
.singercon {
	float: left;
	width: 100%;
	line-height: 25px;
	color: #5d5c5c;
	margin-bottom: 90px
}

/*分页焦点图*/
.banner1 {
	float: left;
	width: 100%;
	height: 460px;
	position: relative;
	background: url(../img/about-bg2.jpg) center top no-repeat
}

.banner-con1 {
	width: 335px;
	margin: 0 auto;
	margin-top: 153px;
	background: url(../img/index-probg.png) center 14px no-repeat;
	height: 70px
}

.banner-con1 h2 {
	font-size: 27px;
	color: white;
	text-align: center;
	letter-spacing: 3px
}

.banner-con1 h3 {
	font-size: 10px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 5px
}

/*首页广告*/
.guanggao {
	float: right;
	width: 450px
}

.guanggao1 {
	float: left;
	width: 405px;
	margin-top: 67px;
	border-bottom: 1px solid #693f23;
	padding-bottom: 8px
}

.guanggao1 h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	font-family: "方正兰亭中黑_GBK"
}

.guanggao2 {
	float: left;
	width: 405px;
	color: #dc7821;
	padding-top: 5px
}

.guanggao2 h2 {
	font-size: 14px
}

.guanggao2 h3 {
	font-size: 13px
}

.guanggao3 {
	float: right;
	width: 315px;
	background: url(../img/dianhau1.html) 110px center no-repeat;
	height: 27px;
	line-height: 27px;
	margin-top: 30px
}

.gg1 {
	float: left;
	width: 100px;
	color: #fff;
	font-size: 14px;
	background: #fa691a;
	height: 27px;
	text-align: center
}

.gg2 {
	float: left;
	width: 215px;
	font-size: 21px;
	color: #f78724;
	height: 27px;
	text-indent: 20px
}

.anniu {
	float: right;
	width: 30px;
	padding-right: 44px;
}




/*banner*/
/* .banner {
	float: left;
	width: 100%;
	border-bottom: 13px solid #c10d26
} */

/* 本例子css */
.fullSlide {
	width: 100%;
	position: relative;
	height: 660px;
	background: #000;
	overflow: hidden
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 659px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 659px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	/*background:url(../img/touming.png) repeat-x;*/
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 9px;
	margin: 5px;
	background: url(../img/tg_flash_p.png) -18px 0;
	overflow: hidden;
	line-height: 9999px;
}

.fullSlide .hd ul .on {
	background-position: 0 0;
}




/*显示留言*/
.show_message_title {
	width: 98%;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	background: #9a9a9a;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
}

.show_message {
	width: 98%;
	height: auto;
	margin: 5px auto;
	padding: 5px;
	border: 1px #ccc solid;
	line-height: 30px
}

.show_message .liuyanren {
	float: left;
	font-size: 12px;
}

.show_message .time {
	float: right;
	margin-right: 20px;
	width: 200px
}

.show_message span {
	float: left;
	font-size: 12px;
	font-weight: bolder
}

.show_message .huifu {
	font-size: 12px;
	color: #F00;
}