@charset "utf-8";
@font-face {
    font-family: 'lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	font-size:14px;
	color:#555555;
	font-family: "lato","Arial", "Helvetica", "sans-serif";
	margin:0;
	padding:0;
}
body,html{
	height:100%;
}
div,dl,dt,dd,ol,ul,li,p{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
ol,ul,li {
    list-style:none;
}
a:link,a:visited {color:#555555;text-decoration:none;}
a:hover {text-decoration: none;color:#ceac7c;}
.clearfix:after,.clearfix:before {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clear{clear:both;}
input,textarea,select{
	border: 1px solid #dcdcdc;
	line-height:26px;
	padding:3px;
}
img{
	border:0;
}
.space{
	height:100px;
}
.sousuo {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px;
	margin-bottom:20px;
	font-size: 15px;
	line-height: 28px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius:5px;
	font-family: "Lato","Arial", "Helvetica", "sans-serif";
}
.sousuo2{
	margin-bottom:12px;
}
.send{
	background: #ceac7c;
	color:#fff;
	font-family: "Lato","Arial", "Helvetica", "sans-serif";
	font-size: 17px;
	line-height: 35px;
	border:none;
	width:100%;
	display: block;
	margin:0 auto;	
	border-radius:5px;
	cursor: pointer;
}
.send:hover{
	background: #ceac7c;
}
.wrap{
	width:70%;
	margin:0 auto;
	position: relative;	
}
.wrap2{
	width:80%;
}
.header{
	width:100%;
   background:#fff;
	z-index:999;
   transition: all 0.5s; 
   position: fixed;
}
.large{border-top:8px solid #ceac7c;border-bottom:1px solid #e0e0e0;}
.small{border-top:4px solid #ceac7c;border-bottom:1px solid #e0e0e0;}
.large .toplogo{padding:10px 0;height:100px;}
.small .toplogo{padding:3px 0;height:76px;}
.small .toplogo span{font-size:22px;line-height: 24px;}
.large .nav{line-height:100px;}
.small .nav{line-height:76px;}
.toplogo{
	transition: all 0.5s; 
	text-align: left;
	float:left;
	width:30%;
}
.toplogo img{
	display:inline-block;
	vertical-align: middle;
	transition: all 0.5s;
	height:100%;
}
.toplogo span{
	display:block;
	color:#ceac7c;
	font-size:28px;
	line-height: 30px;
	letter-spacing:0px;
	font-family: "Cormorant Garamond","Arial", "Helvetica", "sans-serif";
	font-weight: 600;
}
.nav{
	width:65%;
	float:right;
	transition: all 0.5s; 
	text-align: right;
}
.nav li{
	display: inline-block;
	vertical-align: top;
	margin:0 25px;
	position: relative;
}
.nav li a{
	font-size:16px;
	display: block;
	color:#333333;	
}
.nav li a:hover{
	color:#ceac7c;
}
.has-more:hover .nav-sub {
	height:auto;
	padding:5px 0 10px 0;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
}
.nav-sub{
   margin:0;
   left:-28px;
   padding:0;
   width: 220px;
	position: absolute;	
	z-index: 999;
	height:0;
	overflow: hidden;
	line-height:34px;
	transition: all 0.4s;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	background:rgba(255,255,255,1);
}
.nav .nav-sub li {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left:10px;
	margin:0;
	width:100%;
}
.nav .nav-sub li a{
	color:#777777;
	padding-left:15px;
	font-size:15px;
	border:none;
}
.nav .nav-sub li:hover a{
	color:#ceac7c;
	text-decoration: underline;
}
.banner2,.navs{
	display:none;
}
.prolist{
	font-size:0;
	margin-top:30px;
	padding-bottom:10px;
}
.prolist ul{
	width:101%;
}
.prolist li{
   display: inline-block;
   vertical-align: top;
   text-align: center;
   width:24%;
   margin:0 1% 50px 0;
   font-size:16px;
   line-height: 28px;
   transition: all 0.4s;
   padding-bottom:10px;
   border:1px solid #fff;
}
.prolist li:hover{
	border:1px solid #ceac7c;
}
.prolist li p{
	padding:5px;
}
.picsk{
	height:360px;		
	overflow: hidden;
	padding:10px;	
	text-align: center;
	vertical-align: middle;	
}
.picsk span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.picsk img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
	transition: all 0.8s;
}
.picsk img:hover{
	transform: scale(1.15);
}
.proinfo{
	font-size:12px;
	line-height: 20px;
	color:#666;
}
.pro_pic{
	width:500px;
	margin:0 auto;
	margin-bottom:30px;
	position: relative;
	text-align: center;
}
.pro_pic img{
	max-width:100%;
	height:auto;
}
.title{
	color:#222222;
	font-size:16px;
	font-weight: bold;
	line-height:50px;
	text-align: center;
}
.amores{
	padding-top:10px;
}
.amores a{
	background:transparent;
	padding:7px 20px;
	font-size:15px;
	color:#818181;
	border:1px solid #bebebe;
	border-radius:20px;
}
.amores a:hover{
	color:#c8b070;
	border:1px solid #c8b070;
}
.pa:link,.pa:visited {
	font-size: 16px;
	color: #333333;
	margin-right:6px;
	padding:6px 12px;
	background: #ffffff;
	border: 1px solid #cccccc;	
}
.pa:hover{
	background: #ffffff;
	border: 1px solid #c8b070;
	text-decoration: none;
	color:#c8b070;
}
.paon {
	font-size: 16px;
	color: #333333;
	margin-right:6px;
	padding:6px 12px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.paon2 {
	font-size: 16px;
	color: #c8b070;
	margin-right:6px;
	padding:6px 12px;
	background: #ffffff;
	border: 1px solid #c8b070;
}
.paa:link,.paa:visited {
	font-size: 15px;
	color: #c8b070;
	padding:10px 35px;
	background: #fff;
	border-radius:20px;
	border: 1px solid #c8b070;	
}
.paa:hover{
	background: #c8b070;
	border: 1px solid #c8b070;
	text-decoration: none;
	color:#fff;
}
.ha{
	margin-top:20px;
}
.ha a{
	text-decoration: underline;
	color:#888888;
}
.ha a:hover{
	color:#c8b070;
	text-decoration: none;
}
.a_title{
	color:#222222;
	font-size:38px;
	line-height: 40px;
	padding-bottom:20px;
	text-transform: uppercase;
	font-family: "Cormorant Garamond","Arial", "Helvetica", "sans-serif";
}
.bj{
	margin:80px auto;
}
.about_pic{
	width:50%;
}
.about_pic img{
	width:100%;
	height:auto;
	display: block;
}
.about_info{
	width:50%;
	line-height:26px;
	font-size:15px;
	padding:100px 80px;	
}
.about_pic2{
	width:50%;
	background-size:cover;
	background-position: center center;
	height:500px;
}
.about_info2{
	width:50%;
	line-height:26px;
	font-size:15px;
	padding:100px 80px 50px 80px;	
}
.about_info p,.about_info2 p{
	margin-top:15px;
}
#bg1{
	background-color: #fafafa;
}
#bg2{
	background-color: #ffffff;
}	
#bg1 .about_pic2,#bg2.about_info2,#bj1 .about_pic,#bj2.about_info{
	float:left;
}
#bg2 .about_pic2,#bg1 .about_info2,#bj2 .about_pic,#bj1 .about_info{
	float:right;
}
.banline{
	background: url(../images/banline.png) repeat-x;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:8px;
	z-index:99;
	margin-top:-2px;
}
.footer{ 
	font-size:15px;
	text-align: center;
	line-height:45px;
	color:#999999;
	padding-top:20px;
	border-top:1px solid #e0e0e0;
}
.footer a{
	margin:0 18px;
}
.footbg{
	font-size:15px;
	line-height: 45px;
	color:#999999;
	text-align: center;
	padding-bottom:20px;
}
.ban{
	width:100%;
	text-align: center;
}
.ban img{
	max-width:100%;
	height:auto;
	display: block;
	margin:0 auto;
}
.bantxt{
	color:#999;
	line-height: 30px;
	font-size:14px;
	padding-top:10px;
}
.con_info{
	font-size:16px;
	line-height:35px;
	padding-bottom:30px;
	min-height:200px;
	height:auto;
}
.con_info img{
	max-width:100%;
	height:auto;
}
.pro_info{
	text-align: center;
	min-height:100px;	
}
.cons{
	line-height:40px;
	padding-bottom:70px;
}
.cons img{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.news_list{
	padding:20px;
	min-height:300px;
	height:auto;
	font-size:0;
}
.news_list ul{
	width:103%;
}
.news_list li{
	display: inline-block;
	vertical-align: top;
	width:30.33%;
	margin-right:3%;
	font-size:16px;
	line-height: 28px;	
	position: relative;
	margin-bottom:40px;
}
.news_list li img{
	width:100%;
	height:auto;
}
.news_list li p{
	margin-bottom:10px;
	margin-top:5px;
}
.news_list span{
	color:#888;
}
.news_title{
	font-size:22px;
	line-height:60px;
	border-bottom: 1px dashed #dddddd;
	margin-bottom:18px;
	text-align: center;
	color:#000000;
}
.news_title span{
	font-size:12px;
	font-weight:normal;
	padding-left:15px;
}
.news_info{
	float:left;
	width:50%;
	padding:100px 0;
}
.news_pic{
	float:right;
	width:45%;
	padding:50px 0 100px 0;
}
.news_pic img{
	width:100%;
	height:auto;
}
.p_tit{
	line-height:30px;
	font-size:30px;
	color:#444;
	margin:30px 0;
}
.p_tit p{
	font-size:14px;
	color:#8a8a8a;
	padding-top:5px;
}
.p_tit i{
	height:4px;
	background: #c91a1d;
	width:40px;
	display: block;
	margin-top:15px;
}
.p_title{
	color:#333333;
	font-size:36px;
	line-height: 80px;
	margin-top:50px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Cormorant Garamond","Arial", "Helvetica", "sans-serif";
}
.pages{
	text-align: center;
	margin-bottom:60px;
}
.swiper2 img{
	height:70px;
	width:auto;
}
.swiper-button-prev2 img,.swiper-button-next2 img{
	width:30px;
	height:auto;
}
.swiper-slide{
	text-align: center;
}
.swiper-slide img{
	max-width:100%;
	height:auto;
	display: block;
	margin:0 auto;
}
.banner1{
	background-position: center center;
	background-size:cover;
	height:700px;
}
.loginbox{
	width:450px;
	margin:0 auto;
	min-height:60%;
	height:auto;
}
a.na{
	color:#c8b070;
	font-size: 15px;
	border:none;
	font-weight: 600;	
	padding:0 8px;
	display: inline-block;
	text-decoration: underline;
}
a.na:hover{
	text-decoration: none;
}
.regs2{
	line-height: 26px;
	font-size:15px;
	margin:20px 0 20px 0;
}
.maps{
	width:50%;
	height:500px;
	float:left;
	overflow: hidden;
}
#allmap{
	width:100%;
	height:100%;
}
.conform{
	font-size:15px;
	float:right;
	width:50%;
	border:dashed 0px #ddd;
	border-left:none;
	padding:60px 17% 0 40px;
	height:500px;
	background: #fafafa;
}
.conform li{
	text-align: left;
	position: relative;
	padding-left:130px;
}
.conform div{
	position: absolute;
	left:0;
	top:5px;
}
.apage{
	text-align: center;
	padding:30px 0 50px 0;
}
.apage a{
	background: #efefef;
	font-size:15px;
	line-height: 32px;
	padding:0 20px;
	display: inline-block;
	vertical-align: middle;
	margin:0 6px;
	color:#333;
}
.apage a:hover{
	background: #c8b070;
	color:#fff;
}
.swiper3{
	padding-bottom:45px;
}
@media screen and (max-width:1440px) {
	.wrap{
		width:90%;	
	}
	.wrap2{
		width:90%;
	}
	.toplogo{
		width:200px;
	}
	.about_info{
		padding:40px;	
	}
	.about_info2{
		padding:60px 60px 30px 60px;
	}	
	.a_title{
		font-size:30px;
		line-height: 40px;
		padding-bottom:10px;
	}
	.conform{
		padding:60px 7% 0 40px;
		height:280px;
	}
	.picsk{
		height:300px;
	}
	.about_pic2{
		height:480px;
	}
	.banner1{
		height:580px;
	}
}
@media screen and (max-width:1280px) {
	.about_pic2{
		height:450px; 
	}
	.banner1{
		height:520px;
	}
}
@media screen and (max-width:1200px) {
	.wrap{
		width:95%;	
	}
	.wrap2{
		width:95%;
	}
	.banner1{
		height:420px;
	}
	.nav li{
		margin:0 15px;
	}
	.p_title{
		font-size:32px;
		line-height: 60px;
		margin-top:40px;
	}
	.a_title{
		font-size:30px;
		line-height: 40px;
		padding-bottom:10px;
	}
	#bg1 .about_pic2,#bg1 .about_info2,#bg2 .about_pic2,#bg2 .about_info2{
		float:none;
		width:70%;
		margin:0 auto;
	}
	#bj1 .about_pic,#bj1 .about_info,#bj2 .about_pic,#bj2 .about_info{
		float:none;
		width:70%;
		margin:0 auto;
	}
	.about_info2{
		line-height:26px;
		font-size:15px;
		padding:40px 20px 60px 20px;	
	}
	.maps,.conform{
		float:none;
		width:100%;
	}
	.maps{
		height:300px;
	}
	.conform{
		height:auto;
		padding:50px 20%;
	}
	.prolist{
		font-size:0;
		margin-top:20px;
		padding-bottom:20px;
	}
	.prolist ul{
		width:100%;
	}
	.prolist li{
   	width:23%;
   	padding:0;
   	margin:0 1% 20px 1%;
	}
	.picsk{
		height:260px;
	}
	.news_list ul{
		width:100%;
	}
	.news_list li{
		margin:0 1.5% 30px 1.5%
	}
	.bantxt{
		text-align: center;
		font-size:13px;
	}
}
@media screen and (max-width:880px) {
	.wrap{
		width:98%;	
	}
	.wrap2{
		width:98%;
	}
	.banner1{
		height:330px;
	}
	.space{
		height:108px;
	}
	.toplogo{
		width:20%;
	}
	.nav{
		width:80%;
	}
	.prolist li{
   	width:31.33%;
   	margin:0 1% 10px 1%;
   	padding:5px;
	}
	.picsk{
		padding:0;
		height:240px;		
	}
	#bg1 .about_pic2,#bg2 .about_pic2,#bj1 .about_pic,#bj2 .about_pic{
		width:100%;
	}
	#bg1 .about_info2,#bg2 .about_info2,#bj1 .about_info,#bj2 .about_info{
		width:80%;
	}
	.about_pic2{
		height:440px;
	}
	.a_title{
		font-size:28px;
		line-height: 35px;
		padding-bottom:10px;
	}
	.news_list li{
		margin:0 1% 30px 1%;
		width:31.33%;
	}
	.con_info{
		font-size:16px;
		line-height:32px;
		padding-bottom:30px;
		min-height:200px;
		height:auto;
	}
	.news_info{
		padding:60px 0;
	}
}
@media screen and (max-width:740px) {
	.nav,.footer,.ban,.banner1{
		display:none;
	}
	.navs,.banner2{
		display: block;
	}
	.bantxt{
		font-size:12px;
		padding-top:5px;
	}
	.large,.small{border-top:3px solid #ceac7c;}
	.large .toplogo,.small .toplogo{height:48px;padding:4px 0;}
	.toplogo{
		text-align: left;
		float:none;
		width:100%;
	}
	.space{
		height:48px;
	}
	.a_title{
		font-size:23px;
		line-height: 28px;
		padding-bottom:10px;
	}
	.p_title{
		font-size:26px;
		line-height: 30px;
		margin-top:25px;
		padding:0 15%;
	}
	#bg1 .about_info2,#bg2 .about_info2,#bj1 .about_info,#bj2 .about_info{
		width:100%;
	}
	#bj1 .about_pic,#bj2 .about_pic{
		width:90%;
	}
	.about_pic2{
		height:250px;
	}
	.bj{
		margin:30px auto;
	}
	.ha{
		margin-top:10px;
	}
	.footbg{
		font-size:13px;
		line-height: 20px;
		padding:10px 0;
		border-top:1px solid #ddd;
	}
	.conform{
		padding:20px 5%;
		background: #fcfcfc;
	}
	.sousuo {
		padding: 3px 6px;
		margin-bottom:15px;
		font-size: 15px;
		line-height: 26px;
		border-radius:3px;
	}
	.maps{
		height:260px;
	}
	.cons{
		padding:10px 20px 20px 20px;
	}
	.news_list{
		padding:0;
	}
	.news_list li{
		margin:15px 5%;
		width:90%;
	}
	.prolist li{
   	width:48%;
   	margin:0 1% 10px 1%;
   	padding:0;
	}
	.news_pic,.news_info{
		float:none;
		width:100%;
		padding:10px 5%;
	}
	.con_info{
		font-size:15px;
		line-height:26px;
		padding-bottom:30px;
	}
	.loginbox{
		width:80%;
	}
	.pro_pic{
		width:100%;
		margin:10px 0;
	}
	.pro_info{
		min-height:auto;
		margin:20px 0;
		padding-bottom:0;
	}
	.about_info,.about_info2{
		line-height:22px;
		font-size:15px;
		padding:30px;	
	}
}