@charset"utf-8";

body {
	min-width: 960px;
	background: #FFF;
}

a:hover {
	color: #402311;
}

#header {
	height: 114px;
	background-color: #4B2B16;
}

#logo {}

#top_wrap {
	background: #402311;
}

#top {
	height: 50px;
}

.top_tel {
	text-align: right;
	color: #FFF;
	line-height: 50px;
	font-size: 25px;
	font-family: impact;
}

#navigation {
	z-index: 2;
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(60px, 60px));
	justify-content: end;
}

#navigation> {}

#navigation>li {
	position: relative;
}

#navigation>li>a {
	display: block;
	height: 60px;
	height: 114px;
	line-height: 114px;
	text-align: center;
	color: #BE926B;
}

#navigation>li>a .name {
	font-size: 18px;
	font-weight: bold;
}

#navigation>li>a .aname {
	font-size: 14px;
}

#navigation>li:hover>a,
#navigation>li>.current {
	background: #402311;
	text-decoration: none;
	color: #FFF;
	transition: all .5s ease 0s;
}

#navigation .sub {
	margin: 0;
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	background: #FFF;
	z-index: 99999;
	width: auto;
	width: 100%;
}

#navigation .sub li {
	background: none;
	float: none;
	border-bottom: 1px solid #E5E5E5;
}

#navigation .sub li:last-child {
	border-bottom: none;
}

#navigation .sub li a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 36px;
	font-weight: normal;
	color: #242424;
}

#navigation .sub li a:hover {
	color: #402311;
}

.bg_wrap {
	background: #FFF;

}

/* 幻灯 */
.swiper {}

#slideshow {
	text-align: center;
}

#slideshow img {
	width: 100%;
}

#search_wrap {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	height: 81px;
	overflow: hidden;
}

.search_text {
	border: 2px solid #402311;
	height: 40px;
	width: 200px;
	position: absolute;
	top: 20px;
	right: 80px;
	padding: 0 10px;
}

.search_btn {
	background: #402311;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	width: 80px;
	position: absolute;
	top: 20px;
	right: 0px;
	color: #FFF;
	cursor: pointer;
}

.hot_keywords {
	padding: 30px 0;
}

#index_products {
	padding: 20px 0;
}

#footer {
	background: #402311;
	padding: 20px 0;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

#content {
	padding: 20px;
	display: grid;
	grid-template-columns: 400px 1fr;
	background: #FFF;
}

#content-left {
	margin-right: 20px;
}

.hd1 {
	background: #402311;
	height: 60px;
	line-height: 60px;
	padding: 0 10px 0 24px;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}

.bd1 {

	margin-bottom: 20px;

}

#index_link {
	padding: 50px 0;
}

/*当前位置*/
#current_location {
	background: #EEE;
	background: linear-gradient(to right, #EEE, #FFF);
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}

#current_location a.current {
	color: red;
}

#detail_name {}

#detail_intro {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
}

#detail_content {
	padding: 20px 0;
}

#detail_content p {
	line-height: 32px;
}

#detail_picture {
	margin: 20px 0;
	text-align: center;
}

#detail_video {
	margin: 20px 0;
	text-align: center;
}

#detail_video embed {
	width: 100%;
	height: 535px;
}

#detail_attachment {
	margin: 20px 0;
}

#detail_slideshow .bd li img {
	width: 100%;
}

#detail_slideshow .hd {
	margin-top: 10px;
}

#detail_slideshow .hd li img {
	cursor: pointer;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#detail_slideshow .hd li.on img {
	border: 3px solid #402311;
}

#detail_slideshow .swiper-slide-thumb-active img {
	border: 3px solid #E33;
}

/*首页产品标签*/
#products_tab .hd li {
	display: block;
	cursor: pointer;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	background: #EEE;
	text-align: center;
	font-size: 16px;
}

#products_tab .hd li.on {
	background: #402311;
	color: #FFF;
}

#products_tab .bd {
	margin-top: 10px !important;
}

#products_tab .bd .content {}

/*列表*/
.pdlist {
	margin-bottom: 20px;
	border: 1px solid #EEE;
	padding: 19px;
}

.pdlist:hover {
	border: 1px solid #DDD;
}

.pdlist .title {
	font-size: 18px;
}

.pdlist .content {
	color: #666;
	padding: 10px 0;
}

.alist {
	margin-bottom: 20px;
}

.alist:hover .date {
	border-color: #999;
}

.alist .date {
	text-align: center;
	color: #666;
	border: 1px solid #EEE;
	transition: all .5s ease 0s;
	width: 100px;
	margin-right: 20px;
}

.alist .date .month_day {
	font-size: 16px;
	margin-top: 15px;
}

.alist .date .year {
	font-size: 18px;
	margin-bottom: 15px;
}

.alist .title {
	font-size: 18px;
	border-bottom: 1px solid #EEE;
	line-height: 30px;
}

.alist .content {
	padding: 10px 0;
	color: #999;
	font-size: 12px;
}

.channel_list li {
	margin-bottom: 4px;
}

.channel_list li a {
	display: block;
	line-height: 46px;
	background: #EEE;
	padding: 0 10px;
	transition: all .5s ease 0s;
}

.channel_list li a:hover {
	background: #402311;
	color: #FFF;
	padding-left: 30px;
}

.channel_list li a.current {
	background: #402311;
	color: #FFF;
}

.channel_wlist {
	margin-bottom: 20px;
}

.channel_wlist li {
	display: inline-block;
	margin-right: 10px;
}

.channel_wlist li a {
	background: #EEE;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	padding: 0 30px;
	font-size: 16px;
}

.channel_wlist li a:hover {
	background: #402311;
	color: #FFF;
}

.channel_wlist li a.current {
	background: #402311;
	color: #FFF;
}

.channel_plist .hd {
	background: #402311 url(images/icon1.png) right center no-repeat;
	line-height: 36px;
	padding: 0 10px;
	margin-bottom: 2px;
}

.channel_plist .hd.on {
	background: #402311 url(images/icon2.png) right center no-repeat;
}

.channel_plist .hd a {
	display: block;
	color: #EEE;
}

.channel_plist .bd {
	display: none;
}

.channel_plist .bd li {
	background: #EEE;
	line-height: 30px;
	padding: 0 20px;
	margin-bottom: 2px;
}

.channel_plist .bd li a {
	display: block;
	color: #333;
}

#channel_content {}

#channel_content p {
	line-height: 32px;
}

.page_show {
	margin: 20px 0;
}

.page_show a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	text-align: center;
	background: #F2F2F2;
	margin-right: 2px;
	border-radius: 5px;
}

.page_show a:hover,
.page_show a.page_current {
	background: #402311;
	color: #FFF;
}

.flist {
	margin-bottom: 20px;
}

.flist .username {
	background: #EEE;
	padding: 10px;
}

.flist .content {
	padding: 20px;
	border: 1px solid #EEE;
}

.flist .content .answer {
	padding: 10px;
	border: 1px solid #EEE;
	margin-top: 10px;
}

#float {
	z-index: 9999;
	position: absolute;
	display: block;
	bottom: 1px;
	right: 0;
}

#float .wrap {
	margin-bottom: 2px;
	position: relative;
	cursor: pointer;
	background: #333;
	height: 60px;
}

#float .icon {
	width: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
}

#float .content {
	min-height: 60px;
	position: absolute;
	right: 60px;
	min-width: 160px;
	top: 0;
	display: none;
	background: #333;
}

#float .content a {
	color: #FFF;
}

#float .qq .content {
	line-height: 60px;
	padding: 0 20px;
	font-size: 30px;
	color: #FFF;
}

#float .qrcode .content {
	padding: 5px;
	width: 180px;
}

#float .phone .content {
	line-height: 60px;
	padding: 0 20px;
	font-size: 30px;
	color: #FFF;
}

#float .weibo .content {
	line-height: 60px;
	padding: 0 20px;
	font-size: 30px;
	color: #FFF;
}

#float .custom .content {
	padding: 20px;
	min-width: 160px;
	color: #FFF;
}

#float .gotop .content {}

.caselist .wrap {
	position: relative;
}

.caselist .title {
	display: none;
	background: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	padding: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.caselist .title a {
	color: #DDD;
}

#channel_cover {
	margin-bottom: 10px;
	text-align: center;
}

.honor_list {
	height: 387px;
	overflow: hidden;
	position: relative;
}

.honor_list .bd .content {
	height: 387px;
	text-align: center;
}

.honor_list .bd .content img {
	height: 387px;
}

.honor_list .prev,
.honor_list .next {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #EEE;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.honor_list .prev {
	position: absolute;
	top: 160px;
	left: 10px;
}

.honor_list .next {
	position: absolute;
	top: 160px;
	right: 10px;
}

#index_4 {
	padding: 50px 0;
	background: #402311;
}

#index_4 .name {
	text-align: center;
	font-size: 30px;
	text-align: center;
	padding: 30px 0;
	color: #FFF;
}

#index_4 .seoname {
	border-top: 1px solid #3368BA;
	text-align: center;
}

#index_4 .seoname span {
	position: relative;
	top: -16px;
	background: #3368BA;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
}

.case_list .title {
	background: #FFF;
	padding: 20px;
}

.index_hd {}

.index_hd .name_wrap {
	background: #402311;
	padding: 10px;
	text-align: left;
	font-size: 26px;
	color: #FFF;
	margin-bottom: 10px;
	position: relative;
}

.index_hd .name_wrap .aname {
	font-size: 16px;
}

.index_hd .name_wrap .more {
	display: block;
	background: #242424;
	width: 80px;
	height: 36px;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.index_hd .name_wrap .more a {
	color: #FFF;
}

.index_bd {
	background: #FAFAFA;
	padding: 19px;
	border: 1px solid #EEE;
	min-height: 300px;
}

.products_clist {}

.products_clist ul {
	padding: 20px;
	background: #EEE;
	min-height: 570px;
	border: 1px solid #DDD;
}

.products_clist ul li {
	line-height: 40px;
	text-align: center;
}

.products_clist ul li a {
	display: block;
	font-size: 16px;
	color: #242424;
	background: #FAFAFA;
	margin-bottom: 10px;
}

.products_clist ul li a:hover {
	background: #402311;
	color: #FFF;
}

#index_products {
	padding: 50px 0;
}

.cname {
	text-align: center;
	font-size: 30px;
	color: #402311;
	margin-top: -30px;
	background: url(images/cname.png) center no-repeat;
}

.caname {
	text-align: center;
	font-size: 40px;
	color: #EEE;
	text-transform: uppercase;
}

.cseoname {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-top: 20px;
}

.cmore {
	text-align: center;
}

.plist .wrap {
	transition: all .5s ease 0s;
	overflow: hidden;
	border: 3px solid #EEE;
	padding: 20px;
	background: #FFF;
}

.plist .wrap:hover {
	border: 3px solid #402311;
}

.plist .wrap .title {
	border-radius: 5px;
	margin-top: 20px;
	padding: 20px;
	color: #000;
	font-size: 16px;
	background: #DDD;
}

.plist .wrap .title a {
	color: #000;
}

.plist2 .wrap {
	transition: all .5s ease 0s;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #EEE;
	padding: 5px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.plist2 .wrap:hover {
	border: 1px solid #402311;
}

.plist2 .wrap .title {
	border-radius: 5px;
	padding: 10px;
	color: #000;
	font-size: 16px;
	background: #EEE;
	height: 100%;
	display: flex;
	align-items: center;
}

.plist2 .wrap .title a {
	color: #000;
}

#index_honor {
	background: url(images/index_honor.jpg) center no-repeat;
	padding: 50px 0;
}

#index_honor .caname {
	color: #D6CDC8;
}

#honor_slideshow {
	position: relative;
	margin-top: 50px;
}

#honor_slideshow .prev_next {
	text-align: center;
	margin-top: 30px;
}

#honor_slideshow .prev_next .prev,
#honor_slideshow .prev_next .next {
	font-size: 50px;
	cursor: pointer;
	display: inline-block;
}

#honor_slideshow .prev_next .prev:hover,
#honor_slideshow .prev_next .next:hover {
	color: #402311;
}

#index_about {
	padding: 50px 0;
}

#index_news {
	background: url(images/index_honor.jpg) center no-repeat;
	padding: 50px 0;
}

.alist {}

.alist li {
	line-height: 40px;
	border-bottom: 1px solid #EEE;
}

#news_slide .hd img {
	height: 369px;
	width: 100% !important;
}

#news_slide .bd .title {
	margin-top: 10px;
	text-align: center;
}

#news_slide .hd {
	text-align: center;
	margin-top: 10px;
}

#news_slide .hd li {
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	background: #333;
	color: #FFF;
	cursor: pointer;
	margin-left: 5px;
}

#news_slide .hd li.on {
	background: red;
}

#case_slide .prev_next {
	text-align: center;
}

#case_slide .prev_next .prev,
#case_slide .prev_next .next {
	font-size: 30px;
	cursor: pointer;
	display: inline-block;
}

#case_slide .prev_next .prev:hover,
#case_slide .prev_next .next:hover {
	color: #402311;
}

#products_wrap {
	grid-template-columns: 260px 1fr;
}

.products-clist {
	background: #EEE;
	margin-right: 20px;
	padding: 20px;
}

.products-clist .title {
	line-height: 66px;
	background: #402311;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}

.products-clist ul li {
	background: #FFF;
	line-height: 56px;
	margin-bottom: 4px;
	transition: all .5s ease 0s;
	font-weight: bold;
}

.products-clist ul li a {
	display: block;
}

.products-clist ul li:hover {
	background: #402311;
	padding-left: 30px;
}

.products-clist ul li:hover a {
	color: #FFF;
}

.products-clist a {
	font-size: 20px;
	border-right: 1px solid #402311;
	padding: 0 20px;
}

.products-clist a:last-child {
	border-right: none;
}

#index_a {
	background: url(images/bg1.jpg) center repeat-y;
	padding: 50px 0;
}


#index_b {
	background: url(images/bg2.jpg) center repeat-y;
	padding: 50px 0;
}

.white_wrap {
	background: #FFF;
	padding: 20px;
	height: 100%;
}

.white_wrap .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}