@charset "utf-8";
* {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
body {
	background: url(../images/bg.jpg);
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
}
h1, h2, h3, h4, h5, h6,.h1,.h2,.h3 {
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
	color: #4E4E4E;
}
h1 {
	font-size: 36px;
	color: #FFF;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.header {
	width: 100%;
	overflow: hidden;
}
.header_top {
	width: 100%;
	background: #FFFBF2;
	border-bottom: 1px solid #F8F2E7;
	height: 38px;
	line-height: 38px;
	font-family: 微软雅黑;
	color: #999;
	font-size: 14px;
	overflow: hidden;
}
.header_top .top_nav {
	float: right;
	height: 20px;
}
.header_top .top_nav a {
	padding: 0 12px;
	color: #999;
	font-size: 14px;
	float: left
}
.header_top .top_nav span {
	padding-right: 4px;
}
.header_center {
	height: 115px;
	padding-top: 8px;
	overflow: hidden;
	border-top: 1px solid #F3ECDE;
	background: #FFFBF2;
	background-position: center center;
	background-repeat: no-repeat;
}
.header_center .logo {
	float: left;
	margin-top: 2px;
}
.top_title {
	float: left;
	margin-top: 18px;
}
.top_title h2 {
	color: #F2F9F2;
	font-size: 16px;
}
.top_title p {
	font-size: 14px;
	line-height: 24px;
	color: #F2F9F2
}
.header_phone {
	float: right;
	overflow: hidden;
}
.header_center .header_phone {
	color: #333;
	padding: 0px;
	background: url(../images/phone.png) no-repeat center left;
	font-size: 15px;
	line-height: 25px;
}
.header_center .header_phone span {
	padding-left: 60px;
}
.tit {
	font-size: 22px;
	color: #5C2800
}
.header_center .header_phone p {
	padding-left: 60px;
	padding-right: 10px;
	font-family: Times New Roman;
	font-size: 22px;
	font-weight: bold;
	color: #8F2320;
}
.header_center .header_phone b {
	display: block;
}
.navbar-inverse .navbar-nav > li > a {
	color: #999;
}
.navbar-inverse .navbar-nav > li >ul {
	position: absolute;
	display: none;
	z-index: 10;
	background: #AB8A57;
	border-radius: 10px;
	list-style: none;
	padding: 0 10px;
	left: 20px;
}
.navbar-inverse .navbar-nav > li >ul> li a {
	color: #FFF;
	text-decoration: none;
}
.navbar-inverse .navbar-nav>li:hover ul {
	display: block;
}
.navbar-collapse {
	max-height: 340px;
	padding-left: 0;
	overflow-x: visible;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar {
	position: relative;
	min-height: 60px;
	border-top: 2px solid #E81E2D;
	margin-bottom: 0px;
}
.navbar-nav > li > a {
	padding-top: 15px;
	line-height: 60px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 0 38px;
	font-size: 16px;
}
.navbar-inverse .navbar-brand {
	color: #FFF;
}
.navbar-inverse {
	background: #5C2800;
	border: none;
	line-height: 60px;
}
.navbar {
	border-radius: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
	background: #AB8A57;
	color: #FFF;
}
.navbar-inverse .navbar-nav > li {
	background: url(../images/nav_bor.png) no-repeat right center;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background: #AB8A57;
	color: #FFF;
}
.navbar-inverse .navbar-toggle {
	background-color: #5C2800;
	border-color: #5C2800;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #5C2800
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #FFF
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #f90
}
.slider {
	position: relative;
	padding: 0px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	border: 0;
}
a.callbacks_nav {
	display: none;
}
ul.callbacks_tabs {
	position: absolute;
	z-index: 9;
	bottom: 2%;
	left: 41%;
}
ul.callbacks_tabs li {
	display: inline-block;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	background: #AE8C5A;
}
.callbacks_here a:after {
	background: #612D04;
}
.search {
	overflow: hidden;
	width: 100%;
	background: #FFFBF2;
	border-bottom: 1px solid #DEDEDE;
	height: 65px;
}
.search p {
	font-size: 14px;
	line-height: 65px;
	display: block;
	width: 65%;
	float: left;
	color: #999;
}
.search p a {
	color: #999;
	padding: 0 6px;
}
.search .s_key {
	float: right;
	width: 35%;
	height: 65px;
}
.search .s_key input {
	width: 75%;
	height: 34px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
	margin-left: 20px;
	padding-left: 10px;
	margin-top: 15px;
	border: 1px solid #DEDEDE;
	outline: none;
	float: left;
}
.btn_search {
	float: left;
	color: #FFF;
	width: 18%;
	height: 34px;
	margin-top: 15px;
	background: #AC8956 url(../images/search.png) center no-repeat;
}
.product {
	margin-top: 10px;
}
.main_title {
	padding: 5px 10px;
	margin-top: 35px;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	color: #333;
}
.main_title span {
	color: #AD8A57;
}
.main_title2 {
	padding: 0px 10px;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
}
.slide-nav {
	float: left;
	border: 3px solid #5C2800;
	width: 25%;
	margin-top: 20px;
}
.slide-nav-title {
	height: 117px;
	background: #5C2800;
}
.slide-nav-title h2 {
	color: #FFF;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 26px;
	padding-top: 30px;
	margin-top: 0;
}
.slide-nav-title p {
	color: #AD8A57;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	background: url(../images/xs.png) no-repeat center;
}
.slide-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.slide-nav ul li {
	font-size: 15px;
	overflow: hidden;
}
.bg {
	background: #FFF;
}
.slide-nav ul li a {
	text-decoration: none;
	display: block;
}
.slide-content {
	float: left;
	width: 73%;
	padding-bottom: 20px;
	height: auto;
	margin-left: 2%;
}
.pro_list {
	padding: 0px;
	margin-top: 10px;
}
.pro_list li {
	float: left;
	position: relative;
	width: 32.33%;
	list-style: none;
	margin: 15px 0.5%;
	text-align: center;
}
.pro_list li h5, .pro_list li h6 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #FFF4E3;
}
.pro_list li img {
	width: 100%;
	height: 220px
}
.pro_list li a:hover .ceng {
	display: block;
}
.pro_list li .ceng {
	position: absolute;
	display: none;
	color: #FFF;
	top: 0;
	left: 0;
	background: rgba(173,138,87,0.7);
	width: 100%;
	height: 82%;
	text-align: center;
}
.pro_list li .ceng_box {
	border: 1px solid #FFF;
	width: 90%;
	height: 86%;
	margin: 15px 15px;
}
.pro_list li .ceng h3, .pro_list li .ceng strong {
	display: block;
	color: #FFF;
	padding: 0px 10px;
}
.pro_list li .ceng h4, .pro_list li .ceng p {
	display: block;
	color: #FFF;
	padding: 0px 10px;
	line-height: 24px;
	font-size: 14px;
}
.avatar {
	display: block;
	overflow: hidden;
	width: 100%;
}
.avatar img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.avatar:hover img {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
	-moz-transform: scale(1.3);
	-moz-transform: all 1s ease 0s;
	-o-transform: scale(1.3);
	-o-transform: all 1s ease 0s;
}
.aside-left ul {
	padding: 0px;
	background: #FFF;
}
.aside-left ul li {
	line-height: 55px;
	border-bottom: 1px solid #F1F1F1;
	list-style: none;
}
.aside-left ul li a:hover {
	background: #AB8A57;
	color: #FFF;
	padding-left: 48px;
	border-left: 6px solid #5C2800
}
.aside-left ul li a {
	display: block;
	float: left;
	color: #666;
	padding-left: 40px;
	width: 100%;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.td {
	background: url(../images/cha_bg.jpg) no-repeat center top;
	margin-top: 20px;
}
.td_l {
	width: 50%;
	margin: 40px 0;
}
.td_l ul {
	padding: 0px;
}
.td_l ul li {
	float: left;
	list-style: none;
	margin: 0 20px;
	color: #333;
	font-size: 15px;
	margin-top: 10px;
	font-weight: bold;
}
.td_l ul li p {
	padding-top: 10px;
}
.td_l ul li img {
	width: 50px;
}
.td_img img {
	width: 74%;
	padding-top: 0px;
}
.dz {
	background: #F28D16;
	padding: 10px 20px;
	width: 60%;
	line-height: 40px;
	margin: 30px 0;
	border-radius: 20px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
.td_r {
	width: 50%;
}
.td_r h2 {
	padding-top: 40px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-left: 40px;
}
.td_r p {
	padding-left: 40px;
	color: #FFF;
	line-height: 24px;
}
.td_r ul {
	padding: 0px;
	margin-left: 40px;
}
.td_r ul li {
	float: left;
	width: 33.3%;
	list-style: none;
}
.td_r ul li img {
	width: 96%;
	border: 1px solid rgba(255,255,255,0.5);
}
.case_box {
	margin-top: 60px;
}
.yw_box {
	width: 25%;
	float: left;
	margin-top: 20px;
}
.yw_list {
	padding: 10px 10px;
	position: relative;
	cursor: pointer
}
.yw_list:hover .yw_text {
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
	height: 140px;
	background: rgba(174,138,88,0.9);
}
.yw_list img {
	width: 100%
}
.yw_list .yw_text {
	background: rgba(174,138,88,1);
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	height: 110px;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.yw_list .yw_text h2, .yw_list .yw_text h3, .yw_list .yw_text h4, .yw_list .yw_text h5, .yw_list .yw_text h6 {
	font-size: 17px;
	text-align: center;
	color: #FFF;
	background: url(../images/18.png) no-repeat center bottom;
	padding-bottom: 20px;
}
.yw_list .yw_text p {
	text-align: center;
	font-size: 14px;
	color: #FFF;
	padding: 0 5px;
}
.about {
height:;
	background: url(../images/abg.jpg) no-repeat center top;
	padding-top: 100px;
	padding-bottom: 120px
}
.ab_content {
	width: 86%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(174,138,88,0.5);
	padding: 20px 20px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.4);
}
.ab_content h2 {
	color: #E3E3E3;
	text-align: left;
	font-size: 18px;
	margin-top: 0;
	font-weight: bold;
}
.ab_content p {
	color: #E3E3E3;
	text-align: left;
	line-height: 26px;
	padding-top: 10px;
}
.ab_content span {
	display: block;
	float: left;
	margin-right: 20px;
	width: 100px;
	height: 45px;
	line-height: 45px;
	background: #5C2800;
	margin-top: 20px;
}
.ab_content span a {
	color: #E3E3E3;
	text-decoration: none;
}
.news {
	margin-top: 20px;
	background: #FFF;
}
.news_box {
	float: left;
	width: 50%;
}
.tt {
	display: block;
	float: left;
	width: 80px;
	height: 45px;
	background: #5C2800;
	color: #FFF;
	text-align: center;
	line-height: 45px;
}
.tt_title {
	line-height: 45px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 8px;
	color: #333;
}
.tt_title a {
	color: #333;
}
.tt_title a:hover {
	color: #973122;
	text-decoration: none;
}
.news_content {
	padding: 20px 20px;
}
.news_content h1 {
	margin: 20px 0;
	color: #4E4E4E;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #EEE;
}
.news_content h1 span {
	border-bottom: 2px solid #AE8C5A;
	display: block;
	width: 80px;
	padding-bottom: 20px;
	float: left
}
.news_content i {
	float: right;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
}
.news_content i a {
	color: #666;
}
.news_content p {
	color: #666;
	line-height: 28px;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 20px;
}
.day {
	float: left;
	width: 12%;
	text-align: center;
	border: 1px solid #DEDEDE;
	color: #666;
	margin-top: 8px;
	padding: 10px 0px;
}
.day span {
	font-size: 20px;
	font-weight: bold;
}
.content {
	float: right;
	width: 85%;
}
.content h3 {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0;
}
.content h3 a {
	color: #333;
}
.content h3 a:hover {
	color: #973122;
	text-decoration: none;
}
.content p {
	color: #999;
	line-height: 26px;
	border-bottom: none;
}
.wt {
	padding: 10px 10px;
	margin-top: 5px;
}
.wt h2 {
	margin: 20px 0;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #EEE;
}
.wt h2 i {
	float: right;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
}
.wt img {
	padding-left: 10px;
}
.wt h2 i a {
	color: #666;
}
.wt h2 span {
	border-bottom: 2px solid #AE8C5A;
	display: block;
	width: 80px;
	padding-bottom: 20px;
	float: left;
}
.wt ul {
	padding: 10px 0;
}
.wt ul li {
	line-height: 36px;
	list-style: none;
	border-bottom: 1px solid #F1F1F1;
	width: 50%;
	float: left;
	padding: 0 10px;
	color: #666;
}
.wt ul li a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wt ul li a:hover {
	color: #973122;
}
.wt ul li span img {
	padding: 0px;
}
.scroll {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 3px;
	bottom: 50px;
	cursor: pointer;
	background: url(../images/top.png) bottom no-repeat;
	height: 42px;
}
.scroll:hover {
	background: url(../images/top.png) top no-repeat;
	height: 42px;
}
#footer {
	clear: both;
	margin: 0px auto;
	padding: 24px 0px;
	width: 100%;
	background: #5C2800;
}
.footer_nav {
	width: 15%;
	margin-right: 4%;
	padding: 0
}
.footer_nav li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #6A3103;
	list-style: none;
}
.footer_nav li a {
	padding: 0 7.7% 0 3px;
	font-size: 15px;
	color: #ECF5FB;
}
.footer_nav li a:hover {
	text-decoration: none;
}
.footer_nav i {
	width: 15px;
	height: 5px;
	background: url(../images/ind_more.png) no-repeat;
	float: right;
	margin-top: 21px;
}
.footer_nav li a:hover i {
	margin-right: -8px;
}
.footer_right {
	width: 30%;
	float: left;
	margin: 12px 4%;
}
.footer_right .title {
	font-size: 15px;
	color: #666;
	font-weight: bolder;
	margin-bottom: 15px;
}
.link {
	background: #642C00;
	padding: 10px 10px;
	color: #947157;
}
.link a {
	color: #947157;
	line-height: 24px;
	margin-left: 15px;
}
.footer_link {
	width: 100%;
	height: 40px;
	position: relative;
	margin-bottom: 18px;
}
.footer_link p {
	padding-left: 0px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #ECF5FB;
	width: 100%;
}
.footer_share a {
	background: url(../images/footer_share2.png) no-repeat !important;
	background-size: auto 100% !important;
	height: 30px !important;
	width: 36px !important;
	margin: 60px 20px 0 0 !important;
}
.footer_share a.bds_qzone {
	background-position: -40px 0 !important;
}
.footer_share a.bds_weixin {
	background-position: -80px 0 !important;
}
.footer_share a.bds_dingyue {
	background-position: -240px 0 !important;
}
.footer_share a:hover {
	opacity: 1 !important;
}
.footer_share a.bds_tsina:hover {
	background-position: -120px 0 !important;
}
.footer_share a.bds_qzone:hover {
	background-position: -160px 0 !important;
}
.footer_share a.bds_weixin:hover {
	background-position: -200px 0 !important;
}
.footer_share a.bds_dingyue:hover {
	background-position: -280px 0 !important;
}
.footer_ewm {
	width: 24%;
	float: left;
	margin-top: 15px;
}
.footer_ewm li {
	width: 100%;
	float: right;
	margin: 0 0 0 10%;
	list-style: none;
}
.footer_ewm .img {
	padding: 2px;
}
.footer_ewm img {
	display: block;
	width: 50%;
}
.footer_ewm p {
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
}
.footer_copy {
	padding: 28px 0 0 0;
	font-size: 13px;
	color: #ECF5FB;
	text-transform: uppercase;
	line-height: 22px;
	text-align: center;
}
.footer_copy span {
	color: #e01514;
}
.stock {
	display: none;
}
.stock_up {
	width: 9px;
	height: 10px;
	background: url(../images/stock_up.png) no-repeat;
	margin-left: 5px;
}
#bottomNav {
	display: none;
	background: #f5f5f5;
	height: 62px;
	background-repeat: repeat-x;
	z-index: 999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	_position: absolute;
_top:expression_r(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
	overflow: visible;
}
.bmeum {
	color: #FFF;
	text-align: center;
	padding-top: 6px;
}
.bmeum a {
	color: #9C9C9C;
}
.bmeum a:hover {
	text-decoration: none;
	color: #9C9C9C;
}
.bottom_mobile {
	width: 33%;
	float: left;
}
.now {
	padding-left: 24px;
	background: url(../images/now01.png) no-repeat left center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dashed #DEDEDE;
}
.now a {
	color: #666
}
.ab_nav {
	margin: 30px auto;
}
.ab_nav ul {
	padding: 0px;
}
.ab_nav ul li {
	list-style: none;
	float: left;
	font-size: 18px;
	text-align: center;
	float: left;
	border-right: 1px solid #FFF;
	width: 16.5%;
	height: 55px;
	line-height: 55px;
}
.ab_nav ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	background: #AB8A57;
}
.ab_nav ul li a:hover {
	background: url(../images/tbg.jpg) center no-repeat;
}
.ab_nav ul li a.selected {
	background: url(../images/tbg.jpg) center no-repeat;
}
.jj {
	background: #F1F1F1;
	padding: 30px 30px;
}
.jj_tu {
	width: 48%;
	float: left;
	margin-top: 20px
}
.jj_content {
	width: 50%;
	float: right;
}
.jj_content h2 {
	color: #5C2800;
	font-weight: bold;
}
.jj_content p {
	line-height: 28px;
	color: #666;
	padding: 6px 0;
}
.chejian {
	margin-top: 50px;
}
.chejian h4 {
	color: #DBDBDB;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.chejian h3 {
	color: #5C2800;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}
.chejian p {
	text-align: center;
	line-height: 28px;
}
.case_list {
	padding: 0px;
	margin-top: 20px;
	cursor: pointer
}
.case_list li {
	list-style: none;
	width: 25%;
	float: left;
}
.case {
	margin: 0 auto;
	margin: 20px 20px;
	padding-bottom: 20px;
	transition: all 0.3s;
	background: #F1F1F1;
}
.case_list li img {
	max-width: 100%;
	display: block;
	height: 240px;
}
.case h3 {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	padding: 0 20px;
}
.case p {
	color: #999;
	font-size: 14px;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case:hover {
	background: #5C2800;
}
.case:hover h3 {
	color: #FFF;
}
.case:hover p {
	color: #FFF;
}
.case img {
	width: 363px;
	height: 261px;
	overflow: hidden;
}
.str_tu {
	width: 35%;
	float: left;
	margin-top: 30px;
	position: relative;
}
.str_tu span {
	display: block;
	position: absolute;
	float: left;
	padding: 30px 10px;
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
	width: 100px;
	background: #5C2800;
	color: #FFF
}
.str_tu img {
	display: block;
	height: auto;
	padding-top: 20px;
	max-width: 100%;
}
.str_content {
	float: left;
	width: 65%;
	margin-top: 30px;
	background: #FFF;
	padding-bottom: 20px;
}
.str1 {
	padding-left: 30px;
}
.str2 {
	padding-left: 30px;
}
.str_content h3 {
	color: #5C2800;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 30px;
}
.str_content h4 {
	color: #999;
	font-size: 15px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	line-height: 26px;
	padding-left: 2px;
}
.str_content p {
	color: #666;
	font-size: 15px;
	line-height: 26px;
}
.str_content p i {
	font-size: 58px;
	color: #AB8A57;
}
.cultural h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.cul_left {
	width: 28%;
	float: left;
	margin-top: 30px;
}
.cul_left h1 {
	color: #333;
	font-size: 22px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.cul_left h3 {
	color: #666;
	line-height: 32px;
	margin: 0px;
}
.cul_left i {
	font-size: 70px;
	color: #E9E9E9;
	font-weight: bold;
}
.cul_right {
	width: 69%;
	float: right;
	margin-top: 30px;
}
.honor h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.honor_list {
	padding: 0px;
}
.honor_list li {
	list-style: none;
	float: left;
	width: 32.3%;
	margin: 10px 0.5%;
}
.honor_list li img {
	height: 238px;
	border: 8px solid #EBEBEB;
	border-radius: 10px;
}
.honor_list li p {
	text-align: center;
	padding-top: 20px;
}
.message h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.online {
	margin-top: 55px;
}
.online ul {
	padding: 0px;
}
.online ul li {
	margin-bottom: 35px;
	list-style: none;
}
.online li span {
	display: inline-block;
	width: 120px;
	font-size: 16px;
	vertical-align: top;
	color: #4a4a4a;
	text-align: right;
	line-height: 36px;
}
.online li span em {
	padding-right: 2px;
	color: #973122;
	font-style: normal;
}
.online .li01 {
	width: 50%;
	float: left;
}
.online .li02 {
	width: 50%;
	float: left;
}
.online .li03 {
	width: 50%;
	float: left;
}
.online .li04 {
	clear: both;
	width: 100%;
}
.online li img {
	vertical-align: middle;
	height: 36px;
	background: #e5e5e5;
}
.online .li05, .online .li06 {
	margin-bottom: 10px;
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.inp1 {
	width: 65%;
	height: 36px;
	background: #F1F1F1;
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #5C2800;
	padding: 0px 25px 0px 10px;
}
.inp2 {
	width: 65%;
	height: 36px;
	background: #F1F1F1;
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #5C2800;
	padding: 0px 25px 0px 10px;
}
.inp3 {
	width: 65%;
	height: 36px;
	background: #F1F1F1;
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #5C2800;
	padding: 0px 25px 0px 10px;
}
.inp4 {
	width: 70%;
	height: 109px;
	background: #F1F1F1;
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #5C2800;
	resize: none;
}
.inp5 {
	width: 90%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #5C2800;
	background: none;
	margin-right: 10px;
}
.inp7 {
	width: 65%;
	height: 36px;
	background: #F1F1F1;
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #5C2800;
	padding: 0px 25px 0px 10px;
}
.btn1 {
	width: 79px;
	height: 34px;
	border: 0;
	margin: 10px auto;
	background: #5C2800;
	color: #FFF;
}
.btn2 {
	width: 79px;
	height: 34px;
	border: 0;
	margin: 10px auto;
	background: #5C2800;
	color: #FFF;
}
.in_contact {
	background: #FFF;
	padding-bottom: 30px;
}
.con {
	width: 50%;
	letter-spacing: 1px;
	padding: 30px 30px;
}
.con h2 {
	color: #333;
	padding: 5px 0;
	margin-top: 60px;
	font-weight: bold;
}
.con span {
	padding-right: 20px;
}
.con p {
	line-height: 60px;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid #DDD;
}
.con b {
	color: #FFAE00
}
#page div {
	float: right;
	padding: 20px 0;
}
#page a {
	background: #F4FAFB;
	border: 1px solid #3C8DBC;
	color: #9CACAF;
	margin-right: 3px;
	display: block;
	float: left;
	padding: 3px 8px;
	text-decoration: none;
}
#page span.current {
	background: #367FA9;
	color: #FFF;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px 10px;
	margin-right: 3px;
}
.pro-tel {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
	background: #5C2800 url(../images/icon2.png) no-repeat 200px 54px;
}
.pro-tel p {
	color: #FFF;
}
.pro-tel span {
	display: block;
	font-size: 15px;
	padding: 6px 0;
	line-height: 18px;
	color: #FFF;
}
.pro-tel em {
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
}
.pro_detail {
	padding: 10px 10px;
	margin-top: 10px;
}
.pro_de {
	text-align: center;
}
.pro_de ul {
	padding: 0px;
	margin-top: 30px;
	display: inline-block
}
.pro_de ul li {
	float: left;
	list-style: none;
	margin: 10px 5px;
}
.pro_de ul li P {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
.pro_detail h1 {
	font-size: 22px;
	color: #333;
	border-left: 5px solid #5C2800;
	margin: 0px;
	padding-left: 10px;
}
.pro_detail h2 {
	padding-top: 0px;
	padding-bottom: 20px;
	color: #333;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
}
.pro_detail h3 {
	color: #AC8956;
	font-weight: bold;
	font-size: 16px;
}
.pro_detail p {
	color: #666;
}
.pro_detail h4 img {
	sdisplay: block;
	margin-left: auto;
	margin-right: auto;
}
.pro_title {
	height: 50px;
	background: #5C2800;
	font: bold 20px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	line-height: 50px;
	border-radius: 0 20px 0 20px
}
.pro_box {
	width: 32%;
	border: 1px solid #EEE;
	float: left;
	margin: 0px 0.5%;
}
.pro {
	padding: 2px 2px;
	color: #333;
	font-size: 13px;
	margin-top: 0px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 10px;
}
.pro a {
	text-decoration: none;
	color: #333;
	display: block;
}
.pro img:hover {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
}
.pro img {
	width: 100%;
	height: 200px;
}
.pro_ti {
	font-size: 14px;
	color: #111;
	line-height: 28px;
	padding-top: 15px;
	background: none;
}
.pro_ti a {
	color: #111;
	display: block;
	text-decoration: none;
}
.pro_ti a:hover {
	color: #FFF;
}
.in_news {
	padding: 0px;
	margin: 0
}
.in_news_news_content {
	float: left;
	width: 68%;
	background: #F1F1F1;
	padding: 0 30px;
}
.news_nav {
	float: right;
	width: 30%;
}
.news_nav > h4 {
	line-height: 24px;
	margin-top: 20px;
}
.news_nav > h4 span {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.news_nav > h4 a {
	float: right;
	font-size: 14px;
	color: #666;
}
.news_nav > h3 a {
	color: #5C2800;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.news_nav > h3 img {
	padding-right: 10px;
}
.news_nav .nx_fr_1 {
	padding: 20px 0;
	border-bottom: 1px solid #EEE;
}
.news_nav .nx_fr_2 a {
	display: block;
	position: relative;
	margin-top: 25px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_nav .nx_fr_2 a:hover {
	color: #FFB200
}
.in_news_news_l {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #DEDEDE;
}
.in_news_news_l h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
.in_news_news_l h2 a {
	color: #333;
	text-decoration: none;
}
.in_news_news_l h2 a:hover {
	color: #FFB200;
}
.in_news_news_l h2 span {
	color: #999;
	font-size: 13px;
	padding-left: 10px;
}
.in_news_news_l p {
	line-height: 24px;
	font-size: 14px;
	padding-top: 15px;
	color: #666
}
.n_detail {
	color: #555;
	padding: 10px 10px;
}
.n_detail h2 {
	text-align: left;
	color: #282828
}
.n_detail p {
	padding: 10px 0px;
	line-height: 28px;
}
.nx_bottom {
	padding-top: 40px;
	border-top: 1px solid #EEE;
}
.nx_bottom span.fl p a {
	font-size: 14px;
	color: #333;
	line-height: 28px;
}
.nx_bottom a.fr {
	width: 120px;
	height: 54px;
	background: #999;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 54px;
}
.plan {
	padding: 10px 10px;
	margin-top: 10px;
}
.plan h1 {
	font-size: 22px;
	color: #333;
	border-left: 5px solid #5C2800;
	margin: 0px;
	padding-left: 10px;
}
.plan h3 {
	color: #AC8956;
	font-weight: bold;
	font-size: 16px;
}
.plan_tu {
	width: 35%;
	float: left;
	margin-top: 20px;
}
.plan_content {
	width: 65%;
	float: left;
	margin-top: 20px;
}
.plan_content h4 {
	color: #8F2320;
	font-weight: bold;
}
.plan_content p {
	line-height: 26px;
}
.plan ul {
	padding: 0px;
}
.plan ul li {
	list-style: none;
	width: 33.3%;
	float: left
}
.plan ul li p {
	line-height: 26px;
	padding-top: 10px;
}
.gf {
	padding: 10px 10px;
}
.feedback {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
.submita {
	margin: 16px auto;
	margin-left: 20px;
	display: inline-block;
	padding: 0 18px!important;
	line-height: 22px;
	background: #ff9c00;
	border: 0px;
	height: 24px;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
}
.xh {
	color: #f00;
	padding: 0 3px;
}
#feedbackForm {
	color: #2b0505;
	font-size: 16px;
	border: 1px dashed #ccc;
	padding: 30px 30px 10px 0;
	margin-bottom: 30px;
}
#feedbackForm tr td {
	border: 0px solid #ccc;
	height: 50px;
}
#feedbackForm tr td:nth-child(1) {
	width: 80px;
	text-align: right;
}
#feedbackForm tr td input {
	display: block!important;
	margin-left: 20px;
	border: 1px solid #7d7171;
	width: 90%;
	height: 80%;
	background-color: rgba(1,1,1,0.0);
	border-radius: 5px;
}
#feedbackForm tr td textarea {
	margin-left: 20px;
	border: 1px solid #7d7171;
	width: 90%;
	height: 80%;
	background-color: rgba(1,1,1,0.0);
	border-radius: 5px;
	resize: none;
}
.submita {
	width: 90%;
	height: 50px;
	border-radius: 5px;
}
@media only screen and (max-width:680px) {
#feedbackForm {
	border: none;
}
.feedbackForm table {
	width: 100%;
}
.pro_lb0 img {
	width: 100%;
}
.pro_lb0 li p strong {
	width: 90vw;
}
.acon .pinfo {
	padding: 0 !important;
}
.acon .pinfo {
	padding: 0 !important;
}
.feedbackForm tr td {
	width: 20.5942vw !important;
	display: block;
	float: left;
}
.feedbackForm tr td input {
	width: 60vw !important;
}
.feedbackForm tr td .atextarea {
	width: 60vw !important;
}
.submita {
	font-size: 14px;
	width: 60vw !important;
}
.navbar .logo img {
	width: 80%;
}
}
.dropdown-menu {
	width: 100%;
}
.dropdown-menu>li>a {
	line-height: 36px;
}
.menu>ul>li:hover .dropdown-menu {
	display: block!important;
}
.footlinks {
	font-size: 9pt;
	font-size: 9pt;
	background: #312e2e;
	text-align: center;
	line-height: 165%;
}
.footlinks span {
	color: #FFF;
}
.footlinks a {
	color: #FFF;
	margin-right: 3px;
}
.bPosition {
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
	line-height: 48px;
}
.bPosition b {
	border-left: 10px solid #f08519;
	font-weight: normal;
	padding-left: 8px;
}
.twojin {
	height: 136px;
	overflow: hidden;
	margin: 10px 0 20px;
	background: #F7F7F7;
	width: 895px;
	text-align: left;
	padding-top: 15px;
}
.twojin .sj {
	float: right;
	width: 110px;
	height: 151px;
	padding-top: 15px;
}
.twojin .fr1 {
	color: #999;
	font-size: 14px;
}
.twojin .fr {
	line-height: 25px;
	text-align: center;
	color: #FFF;
	background-color: #999;
	margin-top: 50px;
	padding: 0px 17px;
}
.twojin .tp {
	width: 210px;
	float: left;
	padding-left: 10px;
	background: url(../images/news.jpg) no-repeat center left 12px;
}
.twojin p {
	padding: 10px 0 0 20px;
	line-height: 26px;
	width: 540px;
	overflow: hidden;
	float: left;
	color: #666;
}
.twojin p b {
	display: block;
	font-weight: 100;
	color: #000;
	width: 595px;
	height: 34px;
	overflow: hidden;
}
.twojin p b a, .new_ab li p b a:hover {
	color: #343434;
	font-weight: bold;
	font-size: 16px;
}
.twojin p span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 70px;
	line-height: 24px;
	font-size: 14px;
}
.twojin .fr:hover {
	background: #E50012;
}
.prevNext {
	overflow: hidden;
}
.prevNext p {
	line-height: 36px;
	font-size: 16px;
	color: #000;
}
.prevNext p a {
	color: #000;
}
.rnews {
	width: 100%;
	margin-top: 36px;
}
.rnews h3 {
	font-size: 24px;
	line-height: 30px;
	padding: 8px 0px;
	background: #0067aa;
	color: #FFF;
	margin-bottom: 28px;
	text-indent: 32px;
}
.rnews ul {
	overflow: hidden;
}
.rnews ul li {
	display: inline-block;
	vertical-align: middle;
	width: 406px;
	margin-right: 15px;
	font-size: 13px;
	color: #888;
	border-bottom: 1px dotted #C4C4C4;
	line-height: 29px;
	margin-bottom: 5px;
	cursor: pointer;
	overflow: hidden;
	text-align: left;
}
.rnews ul li a {
	display: block;
	width: 100%;
	line-height: 29px;
	color: #888;
}
.inner-banner {
	width: 100%;
}
.dropdown:hover .dropdown-menu {
	display: block!important;
	left: 0!important;
}
/* 修改h标签 */

.h1{font-size: 36px;color: #FFF;}
.h2{font-size: 20px;}
.h3{line-height: 24px;}
.news_content .h1{margin:20px 0;color:#4E4E4E;font-weight:bold;font-size:18px;border-bottom:1px solid #EEE;}
.news_content .h1 span{border-bottom:2px solid #5C2800;display:block;width:80px;padding-bottom:20px;float:left}
.news_content .h1{margin:20px 0;color:#4E4E4E;font-weight:bold;font-size:18px;border-bottom:1px solid #EEE;}
.news_content .h1 span{border-bottom:2px solid #5C2800;display:block;width:80px;padding-bottom:20px;float:left}
.slide-nav-title .h2{color:#FFF;text-align:center;font-family:"微软雅黑";font-size:26px;padding-top:30px;margin-top:0;}
.ab_content .h2{color:#E3E3E3;text-align:left;font-size:18px;margin-top:0;font-weight:bold;}
.td_r .h2 {
	padding-top: 40px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-left: 40px;
}
.wt .h2{margin:20px 0;font-weight:bold;font-size:18px;border-bottom:1px solid #EEE;}
.wt .h2 i{float:right;font-weight:normal;font-size:14px;font-style:normal;}
.wt .h2 i a{color:#666;}
.wt .h2 span{border-bottom:2px solid #5C2800;display:block;width:80px;padding-bottom:20px;float:left;}
.str_content .h3{color:#5C2800;font-size:20px;font-weight:bold;padding-bottom:5px;padding-top:30px;}
.content .h3{color:#333;font-weight:bold;font-size:16px;margin:5px 0;}
.content .h3 a{color:#333;}
.content .h3 a:hover{color:#973122;text-decoration:none;}
