body{font-size:14px; font-family:"微软雅黑";}
.fr{ float:right;}
.fl{ float:left;}
.fn{ float:none;}
.f2{ font-size:12px;}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration: none;}
ul,li{padding:0px; margin:0px; list-style:none;}
ul li a:hover{ color:#b37b44;}
div a:hover{ color:#b37b44;}
input,form,select,textarea{ margin:0px;padding:0px; outline:medium; border:0; border-radius:0; background:none; font-family:"微软雅黑"; font-size:14px;}
i,em{ font-style:normal;}
.mo{ margin: 0 auto;}
.most{ width:100%; height:auto; overflow:hidden; display:block;}
.roundBorder{border-radius: 15px;} 
.clear{ clear:both; height:0; overflow:hidden;} 
.dsk{ width:100%; height:100%; display:block; overflow:hidden;}
/*定位*/
.pr{ position: relative;}
.pa{ position: absolute;}
.pf{ position: fixed;}

/*块级转换*/
.db { display: block;}
.dn { display: none;}
.di { display: inline;}
.dib { display: inline-block;}

/*清除浮动*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{*zoom:1;}

/*首页*/
a { 
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.lazy{width:100%;height:100%;background: url(../images/loading.gif) 50% no-repeat;}

.w1200 { width: 1200px; margin: 0 auto;}

.bg1 {
	background: #f2f2f2;
}

.banner {
	width: 100%;
	max-width: 1920px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}

.banner .bd li {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.banner .bd li a {
	display: block;
}

.banner .bd li img {
	width: 1920px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.banner .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 9;
}

.banner .hd li {
	display: inline-block;
	width: 60px; 
	height: 6px;
	margin: 0 10px;
	background: #fff;
	cursor: pointer;
	text-indent: -99999999em;
}

.banner .hd li.on {
	background: #b37b44;
}

.banner-arrow {
	display: block;
	width: 62px;
	height: 62px;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	z-index: 9;
}

.banner-arrow:hover {
	opacity: 1;
}

.banner-left {
	left: 100px;
	background: url(../images/banner-left.png) no-repeat;
}

.banner-right {
	right: 100px;
	background: url(../images/banner-right.png) no-repeat;
}

.header {
	background: url(../images/header-bg.jpg);
}

.header-inner {
	padding: 40px 0;
}

.search {
	width: 358px;
	height: 38px;
	border: 1px #ded6ca solid;
	overflow: hidden;
}

.search input[type="text"] {
	width: 280px;
	height: 38px;
	padding: 0 10px;
	float: left;
	font-size: 14px;
}

.search input[type="submit"] {
	width: 58px;
	height: 38px;
	background: url(../images/zoom.png) no-repeat center center #b37b44;
	cursor: pointer;
}

.nav {
	width: 100%;
	background: #fff;
}

.nav li {
	width: 120px;
	height: 80px;
	float: left;
	text-align: center;
	line-height: 77px;
	font-size: 16px;
	color: #333;
}

.nav li a {
	display: inline-block;
	color: #333;
}

.nav li a.active {
	border-bottom: 3px #b37b44 solid;
	color: #b37b44;
}

.about {
	padding-top: 67px;
	height: 600px;
	background: url(../images/about-bg.jpg) no-repeat center center #fff;
}

.about-tit {
	margin-bottom: 36px;
	text-align: center;
}

.about-tit-big {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 28px;
	color: #333;
}

.about-tit-big h3 {
	margin: 0 10px;
	font-weight: normal;
}

.about-tit p {
	margin-bottom: 25px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.about-tit span {
	display: block;
	width: 60px;
	height: 4px;
	margin: 0 auto;
	background: #b37b44;
}

.about-img {
	width: 300px;
	height: 400px;
	background: #fff;
}

.about-info {
	width: 840px;
}

.about-con {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.about-info a {
	display: block;
	width: 180px;
	height: 50px;
	background: #b37b44;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}

.about-info a:hover {
	background: #965d25;
	color: #fff;
}

.long-banner {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 140px;
	text-align: center;
	overflow: hidden;
}

.long-banner img {
	width: 1920px;
	height: 140px;
}

.imgScale {
	overflow: hidden;
}

.imgScale img {
	transition: all 0.3s;
}

.imgScale:hover img {
	transform: scale(1.1);
}

.index-news-top {
	padding-top: 28px;
	padding-bottom: 40px;
	background: url(../images/news-bar.jpg) repeat-x 0 72px;
}

.index-news-left {
	width: 380px;
}

.index-news-tit {
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-news-tit a {
	font-size: 14px;
	color: #999;
}

.news-slide {
	width: 380px;
	height: 260px;
	position: relative;
}

.news-slide .bd li {
	width: 380px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.news-slide .bd li p{
	position: absolute;
	bottom:0;
	left: 0;
	background:rgb(3,6,13,0.5);
	color: #ffffff;
	width:70%;
	height: 40px;
	line-height: 40px;
	padding-left:12px;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;

}
.news-slide .bd li img {
	width: 380px;
	height: 260px;
}

.news-slide .hd {
	width: 360px;
	padding: 0 10px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 15px;
}

.news-slide .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background: #fff;
	text-indent: 9999999999999em;
	cursor: pointer;
	overflow: hidden;
}

.news-slide .hd li.on {
	background: #f37b11;
}

.index-news-right {
	width: 790px;
}

.index-news-item {
	margin-bottom: 5px;
}

.index-news-time {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.index-news-m {
	background: #ccbdad;
}

.index-news-d {
	background: #b37b44;
	font-size: 24px;
}

.index-news-item-right {
	width: 700px;
}

.index-news-item-tit {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
}

.index-news-item-tit a {
	color: #333;
}

.index-news-item-con {
	font-size: 14px;
	color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-news-list li {
	padding-left: 10px;
	height: 34px;
	line-height: 34px;
	background: url(../images/news-dot.jpg) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px #d9d9d9 dashed;
}

.index-news-list li:last-child{
	border-bottom: none;
}
.xingai-caon a{
	width: 75%;
	display: inline-block;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}

.xingai-caon span {
	width: 22%;
}
.fri-coa a{width:87%;}
.fri-coa span{width:11%}
.index-news-list a {
	float: left;
	font-size: 14px;
	color: #666;
}

.index-news-list span {
	float: right;
	font-size: 14px;
	color: #999;
}

.index-news-bottom {
	margin-bottom: 40px;
	background: url(../images/news-bar.jpg) repeat-x 0 47px;
}

.index-news-i {
	width: 380px;
	margin-right: 30px;
}

.index-news-i:last-child {
	margin-right: 0;
}

.index-news-i-tit {
	margin-bottom: 27px;
	padding-left: 12px;
	border-left: 4px #b37b44 solid;
	position: relative;
	background: url(../images/news-arrow.png) no-repeat right top;
}

.index-news-i-tit p {
	font-size: 16px;
	color: #333;
}

.index-news-i-tit span {
	font-size: 12px;
	color: #b2b2b2;
	text-transform: uppercase;
}

.index-news-i-tit a {
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	right: 0;
}

.index-news-img {
	width: 380px;
	height: 160px;
}

.index-news-img img {
	height: 160px;
}

.index-news-name {
	width: 360px;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	background: #f2f2f2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-name a {
	color: #333;
}

.small-bar {
	padding: 26px 0;
	background: url(../images/small-bg.jpg) no-repeat center center;
}

.small-bar a {
	display: block;
	float: left;
	margin-right: 8px;
}

.phone {
	width: 196px;
	height: 56px;
	padding-top: 92px;
	background: url(../images/phone-bg.png) no-repeat;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-style: italic;
}

.zang {
	padding: 60px 0;
}

.zang-slide {
	position: relative;
}

.zang-tit {
	width: 285px;
	height: 385px;
	margin-right: 20px;
	background: url(../images/zang-bg.jpg) no-repeat;
	color: #fff;
	text-align: center;
	position: relative;
}

.zang-tit h3 {
	width: 100%;
	font-size: 60px;
	position: absolute;
	top: 150px;
	left: 0;
}

.zang-tit p {
	width: 100%;
	font-size: 16px;
	position: absolute;
	top: 215px;
	left: 0;
}

.zang-tit a {
	display: block;
	width: 180px;
	height: 50px;
	border: 1px #fff solid;
	line-height: 50px;
	background: rgba(0,0,0,.3);
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	position: absolute;
	bottom: 37px;
	left: 50%;
	margin-left: -90px;
}

.zang-tit a:hover {
	color: #fff;
	background: rgba(0,0,0,.8);
}

.zang-list {
	margin-bottom: 20px;
}

.zang-item {
	width: 285px;
	height: 385px;
	margin-right: 20px;
}

.zang-item:last-child {
	margin-right: 0;
}

.zang-big {
	width: 590px;
	height: 385px;
	margin-right: 20px;
}

.zang-item a,.zang-big a,.zang-small {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.zang-item span,.zang-big span,.zang-small span{
	display: block;
	width: 100%;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	display:none;
}
.zang-item:hover span,.zang-big:hover span,.zang-small:hover span{display:block;}
.zang-item img,.zang-big img {
	height: 385px;
}

.zang-small {
	width: 285px;
	height: 285px;
	margin-right: 20px;
}

.zang-small:last-child {
	margin-right: 0;
}

.zang-small img {
	height: 285px;
}

.zang-slide .hd {
	display: flex;
	justify-content: center;
	align-items: center;
}

.zang-slide .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-radius: 50px;
	background: #b3b3b3;
	text-indent: -9999999em;
	cursor: pointer;
}

.zang-slide .hd li.on {
	background: #965d25;
}

.zang-arrow {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background: #b3b3b3;
	font-family: '宋体';
	z-index: 9;
}

.zang-arrow:hover {
	color: #fff;
	background: #b37b44;
}

.show {
	padding: 44px 0;
	background: url(../images/show-bg.jpg) no-repeat center bottom;
}

.show-tit {
	margin-bottom: 20px;
	text-align: center;
}

.show-tab {
	margin-bottom: 25px;
	text-align: center;
	font-size: 0;
}

.show-tab a {
	display: inline-block;
	margin: 0 15px;
	width: 126px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	font-size: 20px;
	color: #333;
}

.show-tab-link.active {
	color: #fff;
	background: url(../images/tab-bg.png) no-repeat center center;
}

.show-list ul {
	width: 105%;
}

.show-list li {
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.show-img {
	width: 285px;
	height: 285px;
	background: #fff;
}

.show-img img {
	height: 285px;
}

.show-img a {
	display: block;
}

.show-info {
	padding: 15px 10px;
	background: #fff;
	position: relative;
}

.show-name {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333;
}

.show-name a {
	color: #333;
}

.show-tips {
	font-size: 14px;
	color: #999;
}

.show-plus {
	display: none;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	/*font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #b37b44;*/
	background: url(../images/jia.png) no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	z-index: 9;
}

.show-list li:hover {
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.show-list li:hover .show-plus {
	display: block;
}
.show-plus:hover {
	display: block;
	background: url(../images/jia-hover.png) no-repeat left top;
	background-size: 100% 100%;
}
.show-more {
	display: block;
	width: 180px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #b37b44;
}

.show-more:hover {
	background: #f37b11;
	color: #fff;
}

.tz {
	padding: 25px 0;
	background: url(../images/tz-bg.jpg);
}

.tz-list {
	width: 1440px;
	margin: 0 auto;
}

.tz-list li {
	width: 420px;
	float: left;
	padding: 25px 30px;
	overflow: hidden;
}

.tz-list img {
	float: left;
	margin-right: 15px;
}

.tz-info {
	width: 310px;
}

.tz-list h3 {
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}

.tz-list p {
	font-size: 14px;
	line-height: 24px;
	color: #e5e5e5;
}

.footer {
	padding: 60px 0;
	background: #2d3333;
}

.footer-inner {
	width: 1300px;
	margin: 0 auto;
}

.footer-left {
	width: 820px;
}

.link {
	margin-bottom: 25px;
	font-size: 14px;
	color: #fff;
}

.link span,.link a {
	display: inline-block;
	margin: 5px 10px;
	margin-left: 0;
	color: #fff;
}

.footer-nav {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px #666 solid;
}

.footer-nav a {
	font-size: 14px;
	color: #fff;
}

.footer-nav span {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	color: #abacac;
}

.copyright {
	font-size: 14px;
	color: #fff;
}

.copyright a {
	color: #fff;
}

.footer-qr {
	width: 156px;
	margin: 0 30px;
	border-left: 1px #666 dashed;
	border-right: 1px #666 dashed;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.footer-qr img {
	width: 110px;
	height: 110px;
	margin-bottom: 15px;
}

.footer-contact {
	width: 260px;
	text-align: right;
	font-size: 14px;
	color: #fff;
}

.footer-contact p {
	padding-top: 20px;
}

/* 协会简介 */
.inside-banner {
	width: 100%;
	max-width: 1920px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.inside-banner img {
	width: 1920px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.inside-content {
	width: 950px;
	margin: 0 auto;
	padding-left: 350px;
	background: #fff;
	position: relative;
}

.sub-nav {
	width: 300px;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
	position: absolute;
	top: -90px;
	left: 50px;
	z-index: 9;
}

.sub-tit {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	background: url(../images/sub-bg.jpg);
	font-size: 24px;
	color: #333;
}

.sub-tit p {
	margin: 0 10px;
}

.sub-nav li {
	border-bottom: 1px #e6e6e6 solid;
}

.sub-nav li:last-child {
	border-bottom: none;
}

.sub-nav li a {
	display: block;
	padding-left: 35px;
	padding-right: 20px;
	height: 78px;
	line-height: 78px;
	font-size: 18px;
	color: #333;
}

.sub-nav li span {
	float: left;
}

.sub-nav li em {
	float: right;
	font-family: '宋体';
}

.sub-nav li a.active {
	background: #965d25;
	color: #fff;
}

.your-position {
	width: 950px;
	height: 90px;
	text-align: right;
	font-size: 14px;
	color: #fff;
	line-height: 90px;
	position: absolute;
	top: -90px;
	right: 0;
	z-index: 9;
}

.your-position a {
	color: #fff;
}

.your-position img {
	vertical-align: sub;
}

.jj {
	padding: 40px;
	min-height: 580px;
}

.jj-tit {
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
	color: #333;
}

.jj-con {
	margin-bottom: 40px;
	font-size: 16px;
	line-height:27px;
	color:#333333;
	min-height: 450px;
}
.jj-con img{max-width: 100%;height: auto;}
.share-bar {
	text-align: right;
}

.share-bar .bshare-custom a {
	width: 31px;
	height: 31px;
	padding: 0;
}

.share-bar .bshare-custom a.bshare-sinaminiblog {
	background: url(../images/wb.png) no-repeat;
}

.share-bar .bshare-custom a.bshare-weixin {
	background: url(../images/wx.png) no-repeat;
}

.share-bar .bshare-custom a.bshare-qqim {
	background: url(../images/qq.png) no-repeat;
}

/* 协会动态 */
.news-list li {
	margin-bottom: 40px;
	overflow: hidden;
}

.news-img {
	width: 280px;
	height: 190px;
}

.news-img a {
	display: block;
	text-align: center;
}

.news-img img {
    height: 190px;
    width:280px;
    object-fit:cover;
}

.news-info {
	width: 570px;
}

.news-tit {
	margin-bottom: 15px;
	font-size: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-tit a {
	color: #333;
}

.news-con {
	height: 82px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.news-stu span {
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
	color: #2588e5;
	line-height: 17px;
}

.news-stu img {
	vertical-align: sub;
}

/* 详情 */
.article-tit {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px #e6e6e6 solid;
	position: relative;
}

.article-tit h3 {
	margin-bottom: 20px;
	font-size: 28px;
	color: #333;
	text-align: center;
	font-weight: normal;
}

.article-tit p {
	text-align: center;
	font-size: 12px;
	color: #999;
}

.font {
	padding-left: 18px;
	background: url(../images/aa.jpg) no-repeat left center;
	font-size: 12px;
	color: #999;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.font a {
	color: #999;
}

.article-con {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.article-con img{max-width: 100%;height: auto;}
.article-page {
	padding: 20px;
	background: #f2f2f2;
	position: relative;
}

.article-page-bar {
	padding: 5px 0;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-page-bar a {
	font-size: 14px;
	color: #333;
}
.article-page-bar a:hover{
	color: #b37b44;
}
.article-page-bar .share-bar {
	position: absolute;
	top: 35px;
	right: 20px;
}

/* 藏品展示 */
.classify-tab-tit {
	margin-bottom: 25px;
	text-align: center;
}

.classify-tab {
	overflow: hidden;
}

.classify-tab ul {
	width: 105%;
}

.classify-tab li {
	width: 180px;
	height: 54px;
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
}

.classify-tab li a {
	display: block;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: #333;
	background: url(../images/c-1.png) no-repeat;
}

.classify-tab li a.active {
	color: #fff;
	background: url(../images/c-2.png) no-repeat;
}

/* 藏品详情 */
.z-left {
	width: 460px;
}

.z-slide {
	width: 460px;
	height: 460px;
	margin-bottom: 40px;
	position: relative;
}

.z-slide .bd li {
	width: 460px;
	height: 460px;
}

.z-slide .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 9;
}

.z-slide .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-radius: 50px;
	background: #b3b3b3;
	text-indent: -9999999em;
	cursor: pointer;
}

.z-slide .hd li.on {
	background: #b37b44;
}

.ll-arrow {
	display: block;
	width: 40px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-family: '宋体';
	font-size: 30px;
	color: #fff;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 9;
}

.ll-arrow:hover {
	color: #fff;
	background: #965d25;
}

.ll-left {
	left: 0;
}

.ll-right {
	right: 0;
}

.view-btn {
	display: block;
	width: 180px;
	height: 54px;
	margin: 0 auto;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: #fff;
	background: url(../images/c-2.png) no-repeat;
}
.view-btn:hover{
	color: #fff;
}
.z-right {
	width: 705px;
	font-size:16px;
	line-height: 27px;
	color:#333333;
}
.z-right img{max-width: 100%;height: auto;}
.z-tit-wrap {
	margin-bottom: 35px;
}

.z-tit {
	width: 420px;
}

.z-tit h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 28px;
	color: #333;
}

.z-tit p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
}

.z-tit span {
	display: block;
	width: 140px;
	height: 4px;
	background: #b37b44;
}

.mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 980;
	display: none;
}

.popp {
	display: none;
	width: 480px;
	height: 560px;
	padding: 40px 60px 0;
	background: url(../images/popp-bg.jpg) no-repeat left bottom #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -300px;
	z-index: 982;
}

.close {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}

.popp h3 {
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
	font-size: 32px;
	color: #333;
}

.pro-name {
	margin-bottom: 36px;
	text-align: center;
	line-height: 30px;
	background: #f2eee6;
	font-size: 14px;
	color: #333;
}

.popp li {
	padding-left: 68px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.popp li span {
	display: block;
	width: 90px;
	height: 40px;
	text-align: right;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 0;
	left: -30px;
}

.popp li em {
	color: #f00;
	font-size:14px;
	width: 157px;
}

.popp input[type="text"] {
	width: 220px;
	height: 38px;
	float: left;
	padding: 0 10px;
	margin-right: 10px;
	background: #fff;
	border: 1px #e6e6e6 solid;
	font-size: 16px;
}

.popp textarea {
	width: 380px;
	height: 120px;
	padding: 10px;
	background: #fff;
	border: 1px #e6e6e6 solid;
	font-size: 14px;
}

.code-btn {
	display: inline-block;
	width: 150px;
	height: 40px;
}

.code-btn img {
	width: 150px;
	height: 40px;
}

.popp input[type="submit"] {
	width: 240px;
	height: 40px;
	margin-right: 10px;
	background: #965d25;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.popp input[type="button"] {
	width: 240px;
	height: 40px;
	margin-right: 10px;
	background: #965d25;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.popp-tips {
	display: inline-block;
	width: 120px;
	font-size: 12px;
}

/* 联系我们 */
.contact-tit {
	margin-bottom: 40px;
	text-align: center;
}

.contact-tit h3 {
	font-size: 32px;
	color: #333;
}

.contact-tit p {
	font-size: 14px;
	color: #999;
}

.contact-bar {
	padding: 25px 0;
	border-bottom: 1px #e6e6e6 solid;
}

.contact-bar:last-child{
	border-bottom: none;
}

.contact-item {
	width: 570px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.contact-item img {
	float: left;
	vertical-align: sub;
	margin-right: 20px;
}

.contact-map {
	margin-bottom:40px;
}

.contact-btn1,.contact-btn2 {
	width: 580px;
	height: 50px;
	padding-top: 70px;
	color: #fff;
	text-align: center;
	font-style: italic;
}

.contact-btn1 {
	background: url(../images/c-btn1.jpg) no-repeat;
}

.contact-btn2 {
	background: url(../images/c-btn2.jpg) no-repeat;
}

.contact-btn1 h3 {
	font-size: 32px;
}
.contact-btn2 a{color: #ffffff;}
.contact-btn2 p {
	font-size: 20px;
}

/* 留言反馈 */
.msn-img {
	width: 536px;
	padding-top: 50px;
}

.msn-info {
	width: 600px;
}

.msn-info li {
	padding-left: 68px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.msn-info li span {
	display: block;
	width: 90px;
	height: 40px;
	text-align: right;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 0;
	left: -30px;
}

.msn-info li em {
	color: #f00;
}

.msn-info input[type="text"] {
	width: 220px;
	height: 38px;
	float: left;
	padding: 0 10px;
	margin-right: 10px;
	background: #fff;
	border: 1px #e6e6e6 solid;
	font-size: 16px;
}

.msn-info textarea {
	width: 380px;
	height: 120px;
	padding: 10px;
	background: #fff;
	border: 1px #e6e6e6 solid;
	font-size: 14px;
}

.msn-info input[type="submit"] {
	width: 240px;
	height: 40px;
	margin-right: 10px;
	background: #965d25;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.msn-info input[type="button"] {
	width: 240px;
	height: 40px;
	margin-right: 10px;
	background:#b37b44;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}


.article-zhaiyo{margin:28px auto 70px;width: 100%;height: auto;overflow: hidden;font-size: 16px;line-height:30px;color: #333;}
.article-key{
margin:20px auto 30px;width: 100%;height: auto;overflow: hidden;font-size: 16px;line-height:30px;color: #333;
}


.sra-list{width:1180px;margin:40px auto;overflow: hidden;min-height: 480px;}
.sra-list li{width: 100%;margin: 0 auto;line-height:40px;height:40px;font-size: 15px;border-bottom: 1px solid #ddd;}
.sra-list li a{color: #333;}
.zanwu{width: 100%;margin:80px auto;overflow: hidden;font-size: 18px;text-align: center;line-height: 50px;}

.artic-shae{position:absolute;right:30px;top:36px;}