﻿.header{
	position: relative;
	display: block;
	width: 100%;
	border-top: 2px solid #999;
}

.container{
	display: block;
	width: 100%;
	max-width: 1130px;
	padding: 0 15px;
	margin: 0 auto;
}

.header-box{
	display: block;
	border-top: 2px solid #a17441;
	margin-top: -2px;
}

.header-box .logo{
	display: block;
	float: left;
	padding: 11px 0;
}

.header-box .logo img{
	display: block;
	height: 60px;
}

@media screen and (max-width: 640px) {
	.header-box .logo img{
		height: 45px;
	}
}

@media screen and (max-width: 320px) {
	.header-box .logo img{
		height: 38px;
	}
}

.header-box .nav{
	display: block;
	float: right;
}

@media screen and (max-width: 768px) {
	.header .nav{
		display: none;
		position: absolute;
		width: 100%;
		padding-right: 0;
		top:100%;
		left:0;
		background-color: rgba(0,0,0,0.95);
		z-index: 10;
	}
}

.header-box .nav>ul{
	display: block;
	float: left;
}

@media screen and (max-width: 768px) {
	.header-box .nav>ul{
		width: 100%;
		float: none;
	}
}

.header-box .nav>ul>li{
	position: relative;
	display: block;
	float: left;
	width: 102px;
	height: 82px;
	padding-right: 3px;
	text-align: center;
	background: url(../imgs/nav-line.jpg) no-repeat right center;
}

@media screen and (max-width: 768px) {
	.header-box .nav>ul>li{
		width: 100%;
		height: auto;
		float: none;
		padding-right: 0;
		border-bottom: 1px solid #555;
		background: none;
	}
}

.header-box .nav>ul>li>a{
	display: block; line-height:82px;	color: #333;
	font-size: 16px;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}


@media screen and (max-width: 768px) {
	.header-box .nav>ul>li>a{
		width: 100%;
		margin: 0;
		font-size: 14px;
		color: #fff;
		height: 46px;
		line-height: 46px;
		border: none;
		border-radius: 0;
		padding: 0 15px;
		text-align: left;
	}
}

.header-box .nav>ul>li>a:hover,.header-box .nav>ul>li.active>a{
	color: #a17441;
}

@media screen and (max-width: 768px) {
	.header-box .nav>ul>li.active a{
		color: #fff;
	}
}

.header .nav li dl{
	display: none;
	position: absolute;
	width: 100%;
	top:100%;
	left:0;
	background-color: #a17441;
	background-color: rgba(161,116,65,0.9);
	z-index: 10;
}

@media screen and (max-width: 768px) {
	.header .nav li dl{
		position: static;
	}
}

.header .nav li dl dd{
	display: block;
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #cb9f6d;
}

@media screen and (max-width: 768px) {
	.header .nav li dl dd{
		border-bottom: none;
		height: 37px;
		line-height: 36px;
	}
}

.header .nav li dl dd:last-child{
	border-bottom: none;
}

.header .nav li dl dd a{
	display: block;
	color: #fff;
	font-size: 14px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
	.header .nav li dl dd a{
		padding: 0 30px;
		text-align: left;
		font-size: 13px;
	}
}

.header .nav li dl dd a:hover{
	background-color: #a17441;
}

.header-box .nav .login-btn{
	display: block;
	float: right;
	width: 72px;
	height: 30px;
	margin: 29px 0 0 36px; 
}

@media screen and (max-width: 768px) {
	.header-box .nav .login-btn{
		float: none;
		margin: 10px 0 10px 15px;
		font-size: 14px;
	}
}



.header-box .nav-toggle{
	display: none;
    float: right;
    padding: 4px 8px;
    border-radius: 4px;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
	.header-box .nav-toggle{
		display: block;
		margin-top: 18px;
	}
}

.header-box .nav-toggle span {
    display: block;
    margin: 8px 0;
    width: 30px;
    height: 2px;
    background-color: #444;
}

@media screen and (max-width: 640px) {
	.header-box .nav-toggle span{
		width: 20px;
		margin: 4px 0;
	}
}

.banner{
	display: block;
	width: 100%;
}

.banner .swiper-slide{
	height: 350px;
}

@media screen and (max-width: 1130px) {
	.banner .swiper-slide{
		height: auto;
	}
}

.banner img{
	display: none;
	width: 100%;
}

@media screen and (max-width: 1130px) {
	.banner img{
		display: block;
	}
}

.banner .swiper-pagination{
	font-size: 0;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background:none;
	border: 2px solid #fff;
	opacity: 1;
	margin: 0 8px;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fff;
}

.swiper-button-next, .swiper-button-prev{
	display: none;
	width: 30px;
	height: 52px;
	margin-top: -26px;
	text-align: center;
	line-height: 52px;
	font-size: 30px;
	color: #fff;
	font-family: "Simsun";
	background: #000;
	background: rgba(0,0,0,0.4);
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
	background: rgba(0,0,0,0.6);
}


.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev{
	display: block;
}

@media screen and (max-width: 768px) {
	.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev{
		display: none;
	}
}

.part1{
	display: block;
	margin-top: 5px;
}


.part1 .news{
	display: block;
	float: left;
	width: 50%;
	padding-right: 20px;
}

@media screen and (max-width: 768px) {
	.part1 .news{
		width: 100%;
		height: auto;
		padding-right: 0;
	}
}

.part1 .section-header{
	display: block;
	height: 51px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}

.part1 .section-header h3{
	display: block;
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 48px;
}

@media screen and (max-width: 640px) {
	.part1 .section-header h3{
		font-size: 18px;
		font-weight: normal;
	}
}

.part1 .section-header h3 span{
	font-size: 14px;
	color: #666;
	font-weight: normal;
	padding-left: 6px;
}

@media screen and (max-width: 640px) {
	.part1 .section-header h3 span{
		display: none;
	}
}

.part1 .section-header a{
	display: block;
	float: right;
	color: #a17441;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.part1 .section-header a:hover{
	color: #936027;
}

.news-body{
	display: block;
	margin-top: 15px;
}

.news-body .important{
	display: block;
	overflow: hidden;
	clear: both;
}

.news-body .important .pic{
	display: block;
	float: left;
}

.news-body .important .pic img{
	display: block;
	width: 137px;
	height: 80px;
}

.news-body .important .content{
	display: block;
	overflow: hidden;
	padding-left: 14px;
}

.news-body .important .content .tit{
	display: block;
	height: 20px;
	line-height: 20px;
}

@media screen and (max-width: 640px) {
	.news-body .important .content .tit{
		height: auto;
	}
}

.news-body .important .content .tit h4{
	display: block;
	float: left;
	width: 70%;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

@media screen and (max-width: 640px) {
	.news-body .important .content .tit h4{
		width: 100%;
		float: none;
		line-height: 1.4;
	}
}

.news-body .important .content .tit h4 a{
	color: #333;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.news-body .important .content .tit h4 a:hover{
	color: #a17441;
}

.news-body .important .content .tit span{
	display: block;
	float: right;
	color: #777;
}

@media screen and (max-width: 640px) {
	.news-body .important .content .tit span{
		width: 100%;
		height: auto;
		float: none;
		margin-top: 8px;
	}
}

.news-body .important .content p{
	display: block;
	line-height: 18px;
	color: #666;
	font-size: 13px;
	margin-top: 12px;
}

@media screen and (max-width: 640px) {
	.news-body .important .content p{
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
}

.news-body .group{
	display: block;
}

.news-body .group li{
	display: block;
	height: 43px;
	line-height: 42px;
	border-bottom: 1px dashed #ddd;
}

.news-body .group li a{
	display: block;
	float: left;
	color: #333;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.news-body .group li a:hover{
	color: #a17441;
}

.news-body .group li i{
	position: relative;
	display: block;
	float: left;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	margin: 16px 10px 0 0;
	border-left: 5px solid #a17441;
}

.news-body .group li span{
	display: block;
	float: right;
	color: #777;
}

.part1 .service{
	display: block;
	float: right;
	width: 50%;
	padding-left: 20px;
}

@media screen and (max-width: 768px) {
	.part1 .service{
		width: 100%;
		height: auto;
		padding-left: 0;
		margin-top: 10px;
	}
}

.service-body{
	display: block;
	overflow: hidden;
	margin-top: 15px;
}

.service-body ul{
	display: block;
	overflow: hidden;
	margin: 0 -6px;
}

.service-body li{
	display: block;
	float: left;
	width: 25%;
	padding: 0 6px;
}

@media screen and (max-width: 640px) {
	.service-body li{
		width: 50%;
		padding: 6px;
	}
}

.service-body li a{
	display: block;
	position: relative;
	overflow: hidden;
}

.service-body li a img{
	display: block;
	width: 100%;
}

.service-body li a .mask{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 45% 10px;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 5;
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width: 768px) {
	.service-body li a .mask{
		padding-top: 50%;
	}
}

.service-body li a:hover .mask{
	display: block;
	bottom:0;
	top:auto;
	height: 30px;
	padding: 0;
	background-color: #a17441;
}

.service-body li a .mask h4{
	display: block;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
	.service-body li a .mask h4{
		font-size: 16px;
	}
}

.service-body li a:hover .mask h4{
	height: 30px;
	line-height: 30px;
}

.service-body li a .mask .line{
	display: block;
	width: 65px;
	height: 1px;
	margin: 12px auto 10px ;
	background-color: #a19a8c;
}

.service-body li a:hover .mask .line{
	display: none;
}

.service-body li a .mask p{
	display: block;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.service-body li a:hover .mask p{
	display: none;
}

.friend-link{
	display: block;
	margin-top: 20px;
	width: 100%;
	padding: 13px 0;
	line-height: 14px;
	background-color: #f1f1f1;
}

.friend-link h3{
	display: block;
	float: left;
	color: #333;
	font-weight: normal;
}

.friend-link .content{
	display: block;
	overflow: hidden;
}

.friend-link .content ul{
	display: block;
	width: 9999px;
}

.friend-link  ul li{
	display: block;
	float: left;
	color: #666;
	line-height: 1;
	padding: 0 10px;
	border-right: 1px solid #666;
}

.friend-link  ul li a{
	color: #666;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.friend-link  ul li a:hover{
	color: #a17441;
}

.friend-link  ul li span{
	padding: 0 10px;
}

.footer{
	display: block;
	width: 100%;
	padding: 5px 0;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #a17441;
}
.footer a{ color:#ffffff;}

.footer span{
	display: inline-block;
	padding: 0 20px;
}


/*------------------------------------------ 产品服务--------------------------------------------*/
.banner-inside{
	display: block;
	height: 350px;
}

@media screen and (max-width: 1130px) {
	.banner-inside{
		height: auto;
	}
}

.banner-inside img{
	display: none;
	width: 100%;
}

@media screen and (max-width: 1130px) {
	.banner-inside img{
		display: block;
	}
}

.title{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}

.title .position{
	display: block;
	float: left;
	color: #666;
}

.title .position a{
	color: #666;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.title .position a:hover{
	color: #a17441;
}

.title .subnav{	border-right: 1px solid #ddd;
	display: block;
	float: right;
}

@media screen and (max-width: 768px) {
	.title .subnav{
		display: none;
	}
}

.title .subnav li{
	display: block;
	float: left;
	width: 100px;
	border-left: 1px solid #ddd;
	text-align: center;
}

.title .subnav li a{
	display: block;
	color: #333;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.title .subnav li a:hover,.title .subnav li.active a{
	background-color: #a17441;
	color: #fff;
}

.main{
	margin-top: 30px;
}

@media screen and (max-width: 640px){
	.main{
		margin-top: 4%;
	}
}

.search-box{
	line-height: 36px;
}

.search{
	display: block;
	float: left;
	width: 332px;
	height: 36px;
	border: 1px solid #a17441;
}

@media screen and (max-width: 640px){
	.search{
		width: 100%;
		float: none;
	}
}

.search .input{
	display: block;
	float: left;
	width: 80%;
	height: 34px;
	padding: 7px 10px;
	line-height: 20px;
	border: none;
	outline: none;
}

.search .submit{
	display: block;
	float: left;
	width: 20%;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	background-color: #a17441;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.search .submit:hover{
	background-color: #a4651e;
}

.search-box .tips{
	display: block;
	float: left;
	color: #666;
	margin-left: 50px;
}

@media screen and (max-width: 640px){
	.search-box .tips{
		width: 100%;
		float: none;
		margin-left: 0;
	}
}

.search-box .tips span{
	color: #f20101;
	font-size: 16px;
	padding-right: 4px;
	position: relative;
	top: 4px;
}

.service-center{
	display: block;
	margin-top: 30px;
}

@media screen and (max-width: 640px){
	.service-center{
		margin-top: 4%;
	}
}

.table-box{
	display: block;
	width: 100%;
	overflow: auto;
}

.table{
	display: table;
	width: 1100px;
	border: 1px solid #dfdfdf;
	border-width: 1px 1px 0 0;
}

.table tr td{
	padding: 10px;
	border: 1px solid #dfdfdf;
	border-width: 0px 0px 1px 1px;
	text-align: center;
	vertical-align: middle;
	color: #666;
}

.table tr td a{color:#666;}
.table tr td a:hover{ color:#a17441;}

.table thead tr td{
	color: #333;
	background-color: #f4f4f4;
}

.table tr td .golden{
	color: #9a6e3b;
}

.table tr td .red{
	color: #ec0312;
}

.table tr td .care{
	display: inline-block;
	padding: 3px 10px;
	background-color: #e5e5e5;
	border-radius: 3px;
	color: #666;
}

.table tr td .care:hover{
	opacity: 0.9;
}

.table tr td .cared{
	color: #fff;
	background-color: #9a6e3b;
}

/*------------------------------------------ 关于我们 --------------------------------------------*/
.about-us .content{
	display: block;
	float: left;
	width: 50%;
	padding-right: 15px;
}

@media screen and (max-width: 768px){
	.about-us .content{
		width: 100%;
		float: none;
		padding-right: 0;
	}
}

.about-us .content h2{
	display: block;
	font-size: 20px;
	color: #333;
}

@media screen and (max-width: 768px){
	.about-us .content h2{
		text-align: center;
	}
}

.about-us .content .txt{
	line-height: 28px;
	color: #666;
	margin-top: 20px;
}

.about-us .content .txt p{
	display: block;
	margin-bottom: 10px;
}

.about-us .pic{
	display: block;
	width: 50%;
	float: right;
	padding-left: 15px;
}

@media screen and (max-width: 768px){
	.about-us .pic{
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 4%;
	}
}

.about-us .pic img{
	display: block;
	width: 100%;
}


/*------------------------------------------ 新闻中心 --------------------------------------------*/
.news-center{
	display: block;
	margin-top: -10px;
}

.news-center li{
	display: block;
	overflow: hidden;
	height: 47px;
	border-bottom: 1px dashed #ddd;
	line-height: 46px;
}

.news-center li a{
	display: block;
	float: left;
	max-width: 70%;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.news-center li:hover a{
	color: #a17441;
}

.news-center li a .arrow{
	display: block;
    float: left;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    margin: 19px 10px 0 0;
    border-left: 5px solid #a17441;
}

.news-center li span{
	display: block;
	float: right;
	max-width: 30%;
	color: #777;
}

.news-center li:hover span{
	color: #a17441;
}

/*------------------------------------------ 新闻详情 --------------------------------------------*/
.artical-header{
	display: block;
    padding-bottom: 2%;
	text-align: center;
	border-bottom: 1px dashed #ddd;
}

@media screen and (max-width: 640px) {
	.artical-header{
		padding-top: 2%;
		 padding-bottom: 4%;
	}
}

.artical-header h1{
	display: block;
	font-size: 18px;
	color: #545454;
}

.artical-header p{
	display: block;
	margin-top: 1.6%;
	color: #777;
	font-size: 12px;
}

.artical-header p span{
	display: inline-block;
	margin:  0 2%;
}

.artical-body{ min-height:100px;
	margin-top: 2%;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 26px;
}

@media screen and (max-width: 640px) {
	.artical-body{
		 margin-top: 4%;
	}
}

.artical-body img{
	max-width: 100%;
	margin: 1% auto;
}

.artical-body p{
	display: block;
	margin-bottom: 1%;
}

.artical-footer{
	display: block;
	overflow: hidden;
	border-top: 1px dashed #ddd;
	margin-top: 2%;
	padding-top: 2%;
}

@media screen and (max-width: 640px) {
	.artical-footer{
		 margin-top: 4%;
		 padding-top: 4%;
	}
}

.artical-footer .choose-artical{
	display: block;
	float: left;
	max-width:60%;
}

@media screen and (max-width: 640px) {
	.artical-footer .choose-artical{
		width: 100%;
		max-width: 100%;
		float: none;
	}
}

.artical-footer .choose-artical a{
	display: block;
	color: #666;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
}

.artical-footer .choose-artical a:hover{
	color: #a17441;
}

.artical-footer .share{
	display: block;
	float: right;
	max-width: 40%;
	margin-top: 20px;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.artical-footer .share{
		width: 100%;
		max-width: 100%;
		float: none;
		margin-top: 4%;
	}
}

.share .jiathis_style .jiathis_counter.jiathis_bubble_style{
	width: 36px !important;
}


/*------------------------------------------ 登录 --------------------------------------------*/
.login-wrap{
	display: block;
	padding: 8% 0 11% 0;
	background: url(../imgs/login-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.login{
	display: block;
    width: 498px;
    height: 355px;
    background: #ffffff;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.login{
		width: 100%;
	}
}

.login .login-header{
    display: block;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #a17441;
}

.login-body{
	display: block;
	padding: 0 10%;
	margin-top: 20px;
}

.login-body li{
	display: block;
	margin-bottom: 18px;
}

.login-body li span{
	display: block;
	color: #a17441;
}

.login-body li .input{
	display: block;
	width: 100%;
	height: 46px;
	padding: 12px 10px;
	border: 1px solid #ddd;
	line-height: 20px;
	color: #666;
	outline: none;
}

.login-body li .submit{
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #ffffff;
    background: #a17441;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.login-body li .submit:hover{
	background-color: #9c6527;
}


.fye{ overflow:hidden; text-align:center;line-height:24px; padding:30px 0 10px 0; }

.fye .a1{ font-size:14px;padding:6px 12px;color:#666666;border:1px solid #ccc;border-radius:5px;}

.fye a{ font-size:14px;padding:6px 12px;color:#666666;border:1px solid #cdcdcd; background-color:#ffffff;border-radius:5px;}

.fye span{ font-size:14px;padding:6px 12px;color:#ffffff;border:1px solid #a17441; background-color:#a17441;border-radius:5px;}

.fye a:hover{color:#fff;background:#a17441;border:1px solid #a17441;} 


.cp-header{display: block; padding-bottom: 2%;border-bottom: 1px dashed #ddd;}
.cp-header h1{ font-size:24px; font-weight:normal; color:#333333;text-align: center; padding-bottom:15px;}
.cp-header .cpcs{ overflow:hidden; height:64px; line-height:28px;}
.cp-header .cpcs .csleft{ float:left; width:240px;}
.cp-header .cpcs .csleft p{ font-size:16px; color:#333333; line-height:64px;}
.cp-header .cpcs .csright{ float:right; width:800px; }
.cp-header .cpcs .csright p{ float:left; line-height:32px; line-height:32px; font-size:16px; color:#333333;}

.cptle{ overflow:hidden; height:40px; margin-top:10px; line-height:40px;}
.cptle span{ color:#c8000a; font-size:20px;} 

.jzmain{ overflow:hidden; margin-top:20px;}
.jztle{ overflow:hidden; height:40px; line-height:40px; }
.jztle span{ float:left; background:url(../imgs/tbb1.png) no-repeat left center; font-size:18px; color:#333333; padding-left:30px;}
.jztle a{float: right;color: #a17441;}

.jzleft{ float:left; width:650px;}
.jzimg{ overflow:auto; width:650px;}
.jzright{ float:right; width:400px;}

.jzlist{display: table;width: 100%;border: 1px solid #dfdfdf;border-width: 1px 1px 0 0;}
.jzlist tr td{padding: 10px;border: 1px solid #dfdfdf;border-width: 0px 0px 1px 1px;text-align: center;vertical-align: middle;color: #666;}
.jzlist tr td a{color:#666;}
.jzlist tr td a:hover{ color:#a17441;}
.jzlist thead tr td{color: #333;background-color: #f4f4f4;}
.jzlist tr td .golden{color: #9a6e3b;}
.jzlist tr td .red{color: #ec0312}
.jzlist tr td .care{display: inline-block;padding: 3px 10px;background-color: #e5e5e5;border-radius: 3px;color: #666;}
.jzlist tr td .care:hover{opacity: 0.9;}
.jzlist tr td .cared{color: #fff;background-color: #9a6e3b;}

#map{width:600px;height:450px;border:#ccc solid 1px;font-size:12px; float:left;}
.conrig{float:right; width:450px; line-height:2; color:#666666;}

@media screen and (max-width: 640px) {
	#map{width: 100%; height:260px;}
	.conrig{ width:100%;}
.jzleft{ width:100%;}
.jzimg{ overflow:auto; width:100%;}
.jzright{ float:right; width:100%;}

}