﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/
@import url("../css/animate.min.css");/*页面动画*/
html {
	overflow-x: hidden;
}

/*顶部*/
.header_top {
	width: 1200px;
	margin: 0 auto;
}
.header_phone {
	float: right;
	text-align: right;
	margin-top: 15px;
}
.header_phone p {
	color: #c7aa9a;
	line-height: 50px;
	font-size: 14px;
}
.header_phone p span {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color: #f8c80f;
	font-size: 36px;
	font-style: italic;
}
/* 导航栏滑动 */
.nav-box .nav-line {
	position: absolute;
	left: 0;
	bottom: 26px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	background-color: #f8c80f;
	border-radius: 50px;
	z-index: -1;
}
.fix-div {
	position: fixed;
	top: 0px;
	_position: fixed;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: 99999999999999;
	background-color: #434a4f;
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0px 15px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 0px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 0px 15px rgba(0, 0, 0, .5);
}
/*产品系列*/
.index_01 {
	width: 1200px;
	margin: 0px auto;
}
.index_title {
	text-align: center;
	margin-bottom: 50px;
}
.index_title h2 {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}
.index_title p {
	background: #fff;
	height: 5px;
	width: 30px;
	margin: 20px auto;
}
.index_pro {
	margin-bottom: 50px;
}
.index_pro li {
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
	width: 380px;
	height: 250px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	background-color: #382a1c;
	background-repeat: no-repeat;
	background-position: center 60px;
}
.index_pro li.con01 {
	background-image: url(../img/index_pro_icon01.png);
}
.index_pro li.con02 {
	background-image: url(../img/index_pro_icon02.png);
}
.index_pro li.con03 {
	background-image: url(../img/index_pro_icon03.png);
}
.index_pro li.con04 {
	background-image: url(../img/index_pro_icon04.png);
}
.index_pro li.con05 {
	background-image: url(../img/index_pro_icon05.png);
}
.index_pro li.con06 {
	background-image: url(../img/index_pro_icon06.png);
}
.index_pro li.con03, .index_pro li.con06 {
	margin-right: 0px;
}
.index_pro_number {
	position: absolute;
	top: 10px;
	left: 25px;
	z-index: 9999;
}
.index_pro_number span {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.index_pro_txt {
	position: absolute;
	bottom: 20px;
	width: 350px;
	background: url(../img/jiantou_img.png) 280px center no-repeat;
	left: 25px;
	z-index: 9999;
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.index_pro_txt h3 a {
	color: #333;
	font-size: 18px;
	display: block;
	font-weight: normal;
}
.index_pro_txt p {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.index_pro_img {
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}
.index_pro_img img {
	width: 380px;
	height: 250px;
}
.index_pro li:hover .index_pro_number span {
	color: #37291b;
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.index_pro li:hover .index_pro_txt {
	background-position: 350px center;
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.index_pro li:hover .index_pro_txt h3 a {
	color: #382a1c;
}
.index_pro li:hover .index_pro_txt p {
	color: #382a1c;
}
.index_pro li:hover .index_pro_img {
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*首页产品推荐*/
.index_02 {
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #36281b;
	border-bottom: 1px solid #36281b;
}
#owl-demo .item {
	margin: 10px;
	text-align: center;
}
#owl-demo .item li {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	background: #000;
	overflow: hidden;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
.pro_tuijian_txt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.pro_tuijian_txt a {
	display: block;
	margin: 5%;
	box-sizing: border-box;
	height: 90%;
	padding-top: 60%;
	border: 2px solid #f8c80f;
	color: #f8c80f;
	font-size: 16px;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: url(../img/pro_more.png) center 35% no-repeat;
}
#owl-demo .item li:hover .pro_tuijian_txt a {
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pro_tuijian_img img {
	width: 100%;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
}
#owl-demo .item li:hover .pro_tuijian_img img {
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}
.owl-buttons {
	display: none;
}
.owl-pagination{
	display: none;
}


/*首页新闻*/
.index_news_link {
	text-align: center;
	margin-bottom: 45px;
}
.index_news_link li {
	display: inline-block;
	color: #695c4f;
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
.index_news_link li a {
	color: #bbb7b2;
	font-size: 14px;
}
.index_news_link li a:hover {
	text-decoration: underline;
	color: #fff;
}
.scrollBox {
	width: 1200px;
	position: relative;
}
.scrollBox .piclist {
	overflow: hidden;
	zoom: 1;
}
.scrollBox .ohbox {
	overflow: hidden;
	position: relative;
	width: 1200px;
	left: 0px;
	margin-bottom:50px;
}
.scrollBox {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.scrollBox .piclist li {
	float: left;
	display: inline;
	width: 380px;
	background: #fff;
	margin-right: 30px;
}
.scrollBox .pageBtn span{
	display:none;
	} 
.scrollBox .pageBtn .prev {
}
.scrollBox .pageBtn .next {
}

.scrollBox .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	width:1200px;
	text-align:center;
}
.scrollBox .pageBtn .list li {
	border-radius:50%;
	background:#aaa;
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-left: 3px;
	margin-right:3px;
	overflow: hidden;
}
.scrollBox .pageBtn .list li.on {
	background:#e19400;
}

.index_news_txt{
	padding:20px;
	background:#37291b;
	}
.index_news_txt h2 a{
	color:#ffe6cf;
	font-weight:normal;
	line-height:30px;
	font-size:16px;
	}
.index_news_txt h2 a:hover{
	text-decoration:underline;
	}	
.index_news_txt p{
	color:#927e6a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}	
			
.index_news_img{
	position:relative;
	height:100%;
	max-height:250px;
	background:#000;
	text-align:center;
	overflow:hidden;
	}
.index_news_img img{
	max-width:380px;
	width:auto;
	height:250px;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;	
	}	
.index_news_img a{
	position:absolute;
	z-index:99999;
	top:0px;
	left:0px;
	margin:5%;
	width:90%;
	height:85%;
	display:block;
	border:2px solid #f8c80f;
	box-sizing:border-box;
	background:url(../img/news_more.png) center center no-repeat;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;		
	}

.scrollBox .piclist li:hover .index_news_img a{
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
	}	
.scrollBox .piclist li:hover .index_news_img img{
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;	
	}	
.scrollBox .piclist li:hover .index_news_txt{
	background:#4d3b29;
	}	
	

/*首页关于我们*/
.index_04{
	background:url(../img/index_about_bg.jpg);
	height:600px;
	padding-top:80px;
	margin-top:60px;
	}
.index_about{
	width:1200px;
	margin:0 auto;
	}
.index_about_left{
	float:left;
	width:490px;
	padding-top:30px;
	}	
.about_title{
	margin-bottom:30px;
	}	
.about_title h2{
	color:#fff;
	font-size:28px;
	font-weight:normal;
	}
.about_title p{
	height:5px;
	width:30px;
	background:#fff;
	margin-top:15px;
	}	
.index_about_info p{
	color:#ddd;
	font-size:14px;
	line-height:26px;
	margin-bottom:10px;
	}
.index_about_info p a{
	display:block;
	width:150px;
	height:45px;
	text-align:center;
	line-height:45px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	background:#e19400;
	border-radius:50px;
	}	
.index_about_info p a:hover{
	background:#f8c80f;
	}		
	
.index_about_right{
	float:left;
	width:520px;
	padding-top:30px;
	margin-left:30px;
	position:relative;
	}	
.about_sekuai{
	position:absolute;
	width:430px;
	height:200px;
	background:#e7a424;
	bottom:-20px;
	right:-10px;
	}	
.ladyScroll {
	width: 500px;
	height: 400px;
	margin: 0px auto;
	position: relative;
	z-index:999;
}
.ladyScroll .prev{
	background:url(../img/page_left.jpg) no-repeat center center;
	width: 45px;
	height: 45px;
	right:-45px;
	bottom:45px;
	position: absolute;
}
.ladyScroll .next {
	background:url(../img/page_right.jpg) no-repeat center center;
	width: 45px;
	height: 45px;
	right:-45px;
	bottom:0px;
	position: absolute;
}
.ladyScroll .prev:hover {
	background:url(../img/page_left_hover.jpg) no-repeat center center;
}
.ladyScroll .next:hover {
	background:url(../img/page_right_hover.jpg) no-repeat center center;
}
.ladyScroll .prevStop{
	background:url(../img/page_left_hover.jpg) no-repeat center center;
	}
.ladyScroll .nextStop{
	background:url(../img/page_right_hover.jpg) no-repeat center center;
}	

.ladyScroll .scrollWrap {
	width: 500px;
	overflow: hidden;
	position: absolute;
}
.ladyScroll img {
	display: block;
	width:500px;
	height: 400px;
}

/*底部*/
.footer{
	background:url(../img/footer_bg.jpg) no-repeat center center;
	height:200px;
	padding-top:80px;
	position:relative;
	}
.footer_key{
	position:absolute;
	height:90px;
	margin-top:-120px;
	width:1200px;
	left:50%;
	margin-left:-600px;
	background: url(../img/nav_bg.jpg) repeat;
	border-radius: 50px;
    -webkit-box-shadow: 0 0px 35px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0px 35px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0px 35px rgba(0, 0, 0, .5);
    box-shadow: 0 0px 35px rgba(0, 0, 0, .5);
	}
.key_hot {
	margin-left: 65px;
	float: left;
	margin-top: 35px;
	width: 800px;
	overflow: hidden;
}
.key_hot p {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}
.key_hot a {
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
}
.key_hot a:hover {
	text-decoration: underline;
}
	
.footer_fx {
	padding-top: 15px;
	width: 1200px;
	height: 40px;
	margin:50px auto;
	text-align:center;
}
.footer_fx .jiathis_style_32x32 a {
	cursor: pointer;
	display: inline-block !important;
	width: 40px;
	height: 40px!important;
	margin-right: 8px;
	margin-left:8px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	float: none !important;
}
.footer_fx .jiathis_style_32x32 a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.footer_fx .jiathis_style_32x32 .jiathis_button_tsina {
	background-image: url(../img/fx_01.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_tqq {
	background-image: url(../img/fx_02.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_weixin {
	background-image: url(../img/fx_03.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_qzone {
	background-image: url(../img/fx_04.png);
}
.footer_fx .jiathis_style_32x32 .jiathis_button_douban {
	background-image: url(../img/fx_05.png);
}
.footer_fx .jiathis_style_32x32 .jtico_jiathis {
	background-image: url(../img/fx_06.png);
	padding: 0 !important;
}
.footer_fx .jiathis_style_32x32 a .jiathis_txt {
	background: none;
}

.footer_banquan{
	text-align:center;
	}
.footer_banquan p{
	display:inline-block;
	color:#aaa;
	margin-left:5px;
	margin-right:5px;
	}
.footer_banquan a{
	color:#eee;
	}
.footer_banquan a:hover{
	color:#fff;
	text-decoration:underline;
	}


/*内页*/
.page_banner_txt{
	width:1200px;
	text-align:right;
	position:absolute;
	left:50%;
	margin-left:-600px;
	margin-top:120px;
	}
.page_banner_txt h2{
	color:#f8c80f;
	font-weight:normal;
	font-size:33px;
	margin-bottom:5px;
	}
.page_banner_txt h3{
	color:#fff;
	font-weight:normal;
	font-size:22px;
	line-height:36px;
	}
.page_banner_txt p{
	color:#aaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	}

.ins_nav{
	width:1200px;
	margin:50px auto;
	}
.ins_nav li{
	display:inline-block;
	margin-bottom:15px;
	margin-right:15px;
	}
.ins_nav li a{
	display:block;
	width:auto;
	border-radius:50px;
	line-height:50px;
	height:50px;
	font-size:16px;
	padding-left:40px;
	padding-right:40px;
	color:#eee;
	background:#382a1d;
	}
.ins_nav li a.cur{
	color:#271c12;
	background:#f8c80f;
	}
.ins_nav li a:hover{
	color:#271c12;
	background:#f8c80f;
	}

.about{
	width:1200px;
	margin:35px auto;
	}

/*新闻*/
.news{
	width:1200px;
	margin:35px auto;
	}
.news li{
	float:left;
	margin-bottom:35px;
	height:200px;
	width:1200px;
	background:#3a2b1b;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;	
	}
.news .news_img{
	float:left;
	width:240px;
	height:160px;
	margin:20px;
	}
.news .news_img a{
	display:block;
	overflow:hidden;
	text-align:center;
	background:#2d2115;
	}
.news .news_img a img{
	width:auto;
	height:160px;
	max-width:240px;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;	
	}
.news .news_img a:hover img{
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);	
	}	
.news .news_info{
	float:left;
	width:650px;
	margin-top:30px;
	margin-left:15px;
	}
.news .news_info h2 a{
	color:#ffe6cf;
	font-weight:normal;
	font-size:18px;
	line-height:36px;
	margin-bottom:15px;
	display:block;
	}
.news .news_info h2 a:hover{
	text-decoration:underline;
	color:#fff;
	}	
.news .news_info p{
	height:85px;
	overflow:hidden;
	color:#927e6a;
	font-size:14px;
	line-height:22px;
	}

.news_time{
	float:right;
	width:150px;
	margin-top:35px;
	}
.news_time span{
	color:#927e6a;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	margin-bottom:30px;
	}
.news li:hover .news_time span{
	color:#fff;
	}	
.news_time p a{
	display:block;
	background:url(../img/jiantou_img.png) left center no-repeat;
	height:35px;
	font-size:0px;
	line-height:10000px;
	}
.news li:hover .news_time p a{
	background:url(../img/jiantou_img_hover.png) 22px center no-repeat;
	}
.news li:hover{
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;	
	background:#4d3b29;
	-webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0px 50px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 0px 50px rgba(0, 0, 0, .5);
	box-shadow: 0 0px 50px rgba(0, 0, 0, .5);	
	}

.news li:hover .news_info p{
	color:#ffe6cf;
	}


.news_de{
	width:1200px;
	margin:0 auto;
	margin-bottom:100px;
	}
.news_de h1.text_title{
	font-size:24px;
	font-weight:normal;
	color:#eee;
	}
.news_de .text_info{
	font-size:12px;
	color:#927e6a;
	margin-bottom:60px;
	line-height:30px;
	border-bottom:1px solid #36281b;
	}
.news_de .text_info a{
	color:#fff;
	}
.news_de .text p{
	color:#ddd;
	}

.Paging{
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #36281b;
	border-bottom:1px solid #36281b;
	margin-bottom:30px;
	margin-top:30px;
	color:#927e6a;
	}
.Paging a{
	color:#eee;
	font-size:14px;
	}
.Paging a:hover{
	text-decoration:underline;
	color:#fff;
	}


/*资质*/
.honor{
	width:1200px;
	margin:0 auto;
	}
.honor li{
	float:left;
	box-sizing:border-box;
	border:1px solid #382a1d;
	width:270px;
	margin:15px;
	overflow:hidden;
	}
.honor li a{
	display:block;
	width:auto;
	height:220px;
	text-align:center;
	overflow:hidden;
	}
.honor li a img{
	width:auto;
	height:220px;
	max-width:100%;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;	
	}
.honor li:hover a img{
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);		
	}	
.honor li p{
	color:#eee;
	background:#382a1d;
	line-height:45px;
	text-align:center;
	font-size:14px;
	}
.honor li:hover p{
	background:#4d3b29;
	}


/*产品列表*/
.pro_list{
	width: 1200px;
	margin: 0 auto;
}
.pro_list li{
	float:left;
	width: 360px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:40px;
}
.pro_list .pro_img{
	position: relative;
	background: #000;
	overflow: hidden;
}
.pro_list .pro_img img{
	width: auto;
	max-width: 360px;
	height: 360px;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}
.pro_list .pro_img a{
	position:absolute;
	z-index:99999;
	top:0px;
	left:0px;
	margin:5%;
	width:90%;
	height:90%;
	display:block;
	border:2px solid #f8c80f;
	box-sizing:border-box;
	background:url(../img/pro_more.png) center center no-repeat;
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
}
.pro_list li:hover .pro_img a{
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}
.pro_list li:hover  .pro_img img{
	webkit-transition: all 0.3s linear -1ms;
	-moz-transition: all 0.3s linear -1ms;
	-ms-transition: all 0.3s linear -1ms;
	-o-transition: all 0.3s linear -1ms;
	transition: all 0.3s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);	
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;	
}

.pro_txt{
	background: #3a2b1b;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pro_txt a{
	color: #ffe6cf;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
}
.pro_txt a:hover{
	text-decoration: underline;
}
.pro_txt p{
	color: #927e6a;
	font-size: 14px;
}
.pro_list li:hover .pro_txt{
	background: #4d3b29;
}

.pro_de{
	width: 1200px;
	margin: 0 auto;
}
.pro_de_title{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 50px;
	border-bottom: 1px solid #36281b;
}
.pro_de_title h1{
	font-size: 24px;
    font-weight: normal;
    color: #eee;
}
.pro_de_main p{
	color: #eee;
}

.pro_other{
	margin-bottom: 100px;
}
.pro_other_title{
	text-align: center;
	line-height: 55px;
	font-weight: normal;
	font-size: 24px;
	color: #eee;
	margin-bottom:35px;
	margin-top: 35px;
}

/*申请加盟*/
.apply{
	width: 660px;
	margin: 0 auto;
	margin-bottom: 150px;
	margin-top: 80px;
}
.apply li{
	line-height: 45px;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}
.apply li span{
	color: #ddd;
	font-size: 14px;
	margin-right: 10px;
	float: left;
	line-height: 45px;
}
.apply li .input{
	background: #382a1d;
	height: 45px;
	padding-left: 15px;
	border: none;
	font-size: 14px;
	width: 540px;
	color: #fff;
	font-family: "微软雅黑", "黑体";
}
.apply li i{
	color: #f00;
	font-size: 14px;
	font-style: normal;
	margin-left: 10px;
	float: right;
}

.apply li label{
	color: #aaa;
	font-size: 14px;
	margin-right: 10px;
}
.apply li label input{
	margin-right: 5px;
}

.apply li .textarea{
	background: #382a1d;
	height: 120px;
	padding-left: 15px;
	border: none;
	font-size: 14px;
	width: 540px;
	line-height: 24px;
	padding-top: 10px;
	color: #fff;
	font-family: "微软雅黑", "黑体";
}
.apply li a{
	display: block;
	width: 555px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #e19400;
	float: right;
	margin-right: 25px;
	color: #fff;
	font-size: 16px;
	margin-top: -15px;
}
.apply li a:hover{
	color: #271c12;
	background-color: #f8c80f;
}


/*联系我们*/
.contact {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 150px;
	margin-top: 100px;
	border: 10px solid #382a1d;
	background: #382a1d;
	box-sizing: border-box;
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
	box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
}
#allmap{
	max-height: 450px;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_top{
	line-height: 50px;
	height: 50px!important;
}
#allmap .BMapLib_SearchInfoWindow .BMapLib_bubble_title{
	font-size: 16px;
	font-family: "微软雅黑", "黑体";
	line-height: 50px;
	height: 50px!important;
	padding-left: 15px;
}
#allmap .BMapLib_SearchInfoWindow .BMapLib_bubble_content{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 26px;
}

.contact_info{
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 35px;
	padding-top: 35px;
}
.contact_logo{
	float: left;
	width: 200px;
}
.contact_txt{
	float: left;
	width: 350px;
	border-left: 1px solid #2d2115;
	border-right: 1px solid #2d2115;
	padding-left: 50px;
	padding-right: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.contact_txt p{
	line-height: 28px;
	font-size: 14px;
	color: #eee;
}
.contact_erweima{
	float: right;
}
.contact_erweima p{
	width: 145px;
	color: #eee;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	margin-left: 10px;
}


/*网站地图*/
.sitemap{
	width: 1200px;
	margin: 100px auto;
	margin-top: 50px;
}
.sitemap ul li h3 a{
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
}
.sitemap ul li ul{
	margin-top: 10px;
}
.sitemap ul li ul li a{
	font-size: 14px;
	color: #aaa;
	line-height: 24px;
}
.sitemap ul li a:hover{
	text-decoration: underline;
	color: #fff;
}


.about_zhuti_img li{
float:left;width:160px;margin:5px;
}







