html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
body {
	line-height: 1;
	background-color: #e5cca7;
	font-size: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img { 
	border-style: none; 
}
input{
	outline: none;
}
.none {
	display: none;
}
.sm-visible {
	display: none;
}
.clearfix:after {
	content:".";  
	height:0;  
	visibility:hidden;  
	display:block;  
	clear:both;  
}
.clearMarg:before {
	content:".";  
	height:0;  
	visibility:hidden;  
	display:block;  
}
.row{
	width: 100%;
}
.l-float{
	float: left;
}
.r-float{
	float: right;
}
/*导入图标库*/
/*@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_402443_ks80ijhz7au1sjor.eot');
  src: url('//at.alicdn.com/t/font_402443_ks80ijhz7au1sjor.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_402443_ks80ijhz7au1sjor.woff') format('woff'),
  url('//at.alicdn.com/t/font_402443_ks80ijhz7au1sjor.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_402443_ks80ijhz7au1sjor.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}*/
/*取消放大图标*/

/** 分页*/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	font-size: 0.2rem;
  }
  .pagination > li {
	display: inline;
   
  }
  .pagination > li > a,
  .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #000;
	margin: 5px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
  }

  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #000;
	border-color: #000;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
  }

/** 分页结束 **/

.am-figure-zoomable:after{
	display: none;
}
.main-container{
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.page-container{
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	padding: 10px 0 120px 0;
}
.page-container .text-content p{
	color: #7e7e7e;
	font-size: 15px;
	line-height: 25px;
	text-indent: 30px;
	margin-top: 5px;
}
.page-content{
	float: left;
	width: 848px;
    margin-left: 24px;
}
.main-img{
	display:block;
	max-width: 100%;
	margin: 0 auto;
}
/* 关于我们开始 */
.page-container .items{
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.page-container .items .items-img{
	width: 600px;
	height: 370px;
	position: relative;
}
.page-container .items .items-img img{
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.page-container .items .content-box{
	display: block;
	width: 740px;
	height: 250px;
	padding: 29px 25px;
	box-sizing: border-box;
	position: absolute;
	top: 60px;
	background-color: #e5c491;
	overflow: hidden;
	box-shadow: 0 0 16px #ad8a5c;
}
.page-container .items .content-box .title{
	height: 19px;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
	word-wrap: normal;
	text-overflow: ellipsis;
}
.page-container .items .content-box .text{
	display: block;
	width: 100%;
	height: 160px;
	font-size: 15px;
	overflow: hidden;
	word-wrap: normal;
	text-overflow: ellipsis;
}
.page-container .items .content-box .text p{
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	text-indent: 2em;
	overflow: hidden;
	word-wrap: normal;
	text-overflow: ellipsis;
}
.page-container .items .p-left{
	left: 10px;
}
.page-container .items .p-right{
	right: 10px;
}
/* 关于我们结束 */


/*首页标题开始*/
.my-title-box{
	width: 100%;
	text-align: center;
	margin-bottom: 32px;
}
.my-title-box .bracket{
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.bracket::before,.bracket::after{
	display: inline-block;
	width: 30px;
	height: 100%;
	font-size: 34px;
	position: absolute;
	top: 4px;
	color: #531011;
	font-weight: lighter;
}
.bracket::before{
	content: "[";
	left: -20px;
}
.bracket::after{
	content: "]";
	right: -20px;
}
.my-title-box .title-cn{
	color: #5d080d;
	font-size: 18px;
	font-weight: normal;
	margin-top: 6px;
}
.my-title-box .title-en{
	color: #5d080d;
	font-size: 20px;	
}
.my-title-box .line-img{
	margin-top: 5px;
}

/*首页标题结束*/


/*顶部开始*/
.header{
	min-width: 1200px;
	height: 195px;
	background: #fff7da;
	position: relative;
	z-index: 999;
}

/*顶部工具栏开始*/
.header-topbar{
	height: 33px;
	padding-top: 11px;
	margin-top: 48px;
}
.header-topbar-version{
	float: right;
	color: #612a2c;
	font-size: 16px;
	margin-top: 3px;
}
.header-topbar-version a{
	color: #612a2c;
}
.top-search-bar{
	float: right;
	margin-right: 10px;
	width: 204px;
	height: 22px;
	border: 1px solid #62080e;
	position: relative;
}
.top-search-bar .header-topbar-input{
	float: left;
	width: 180px;
	height: 20px;
	line-height: 18px;
	border: 0px solid rgba(0,0,0,0);
	background: transparent;
	font-size: 14px;
	padding-left: 5px;
}
.top-search-bar .top-search-Btn{
	float: left;
	width: 22px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #5d080d;
	color: #ffffff;
	font-size: 12px;
}
.top-submit-Btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 20px;
	border: 0px solid rgba(0,0,0,0);
	background: rgba(0,0,0,0);
}
/*顶部工具栏结束*/
.header{
	background: url('../img/headerBg.jpg') no-repeat top;
	background-size: 100% 100%;
}
.header .logo{
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	cursor: pointer;
}
/*顶部导航栏开始*/
.header-navBar{
	width: 100%;
	height: 46px;
	border-top: 1px solid #a57942;
	border-bottom: 1px solid #a57942;
	margin-top: 20px;
}
.header-navBar-List{
	display: inline-block;
}
.header-navBar-List li{
	float: left;
	height: 46px;
	line-height: 44px;
	text-align: center;
}
.header-navBar-List li:not(:first-child){
	margin-left: 52px;
}
.header-navBar-List li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	color: #612a2c;
	font-size: 20px;
}

.header-navBar-List li.active a,.header-navBar-List li:hover a{
	border-bottom: 4px solid #612a2c;
	color: #5d080d;
}
/*顶部导航栏结束*/
/*顶部结束*/


/*首页形象画开始*/
.banner{
	min-width: 1200px;
}
.banner-img{
	width: 100%;
}
/*自定义分页器*/
.banner-pagination{position: absolute;bottom: 15px;text-align: center; z-index: 99;}
.banner-pagination .swiper-pagination-bullet{width: 11px; height: 11px; background: #b5b5b5;opacity: 1; border-radius:100%;}
.banner-pagination .swiper-pagination-bullet-active{background: #c09b68;}
/*首页形象画结束*/


/*首页视频开始*/
.my-video{
	min-width: 1200px;
	height: 580px;
	padding: 45px 0;
}
.my-video-swiper{
	width: 100%;
	height: 512px;
	position: relative;
}
.my-video-swiper .swiper-slide{
	width: 100%;
	height: 100%;
}

.my-video-swiper .page-Btn{
	width: 66px;
	height: 66px;
	line-height: 66px;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	z-index: 99;
	color: #dbd8d1;
	font-size: 40px;
	border: 3px solid #dbd8d1;
	border-radius: 100%;
	padding-left: 8px;
	cursor: pointer;
	display: none;
}
.my-video-swiper .prev-Btn{
	left: 0;
}
.my-video-swiper .next-Btn{
	right: 0;
	transform: rotate(180deg);
}
/*首页视频结束*/


/*首页关于我们开始*/
.my-about{
	min-width: 1200px;
	font-size: 0;
	padding: 50px 0;
	background-color: #eccd8b;
}
.my-about .content{
	display: block;
	position: absolute;
	top: 43px;
	right: 517px;
	width: 685px;
	height: 646px;
	padding: 60px;
	overflow: hidden;
	text-align: center;
	background: url('../img/aboutUsContentBg.jpg') no-repeat center #e7cc61;
	background-size: 100% 100%;
	z-index: 2;
}

.my-about .content .content-logo{
	display: inline-block;
}
.my-about .content .content-title{
	font-size: 24px;
	text-align: center;
	color:#531011;
	margin-top: 46px;
	position: relative;
}
.my-about .content .line{
	display: block;
	width: 76px;
	height: 2px;
	background-color: #531011;
	margin: 18px auto 22px auto;
}
.my-about  .about-us-bg-box{
	width: 635px;
	height: 744px;
	overflow: hidden;
	position: relative;
}
.my-about  .about-us-bg-box .about-us-bg{
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:  auto;
}
.my-about  .content-text{
	width: 100%;
	height: 256px;
	overflow: hidden;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5; 
	text-overflow:ellipsis;
}
.my-about  .content-text .p{
	color: #531011;
	font-size: 15px;
	line-height: 30px;
	text-indent: 30px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7; 
	text-overflow:ellipsis;
	text-align: center;
}
.my-about .content .btn-group{
	display: block;
	width: 100%;
}
.my-about .content .btn-group .about-us-btn{
	display: inline-block;
	color: #fff;
	background-color: #a57942;
	font-size: 14px;
	padding: 10px 30px;
}
.my-about .content .btn-group .about-us-btn:last-child{
	margin-left: 80px
}
.my-about-banner{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 50px;
}
.my-about-banner .page-Btn{
	width: 40px;
	height: 40px;
	line-height: 41px;
	position: absolute;
	top: 230px;
	z-index: 99;
	color: #747474;
	font-size: 25px;
	border-radius: 100%;
	padding-left: 5px;
	cursor: pointer;
	background: #ececec;
}
.my-about-banner .prev-Btn{
	left: 0;
}
.my-about-banner .next-Btn{
	right: 0;
	transform: rotate(180deg);
}
.my-about-banner .prev-Btn:hover,.my-about-banner .next-Btn:hover{
	background: #5d080d;
	color: #ffffff;
}

/*首页关于我们结束*/





/*首页-新品推荐开始*/
.my-product{
	min-width: 1200px;
	padding: 120px 0;
	font-size: 0;
	position: relative;
	background-color: #fcf6dc;
}
.my-tuijian-gallery{
	display:block;
	width: 100%;
	height: 276px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0 56px;
}
.my-tuijian-gallery .prev-Btn,.my-tuijian-gallery .next-Btn{
	float: left;
	height: 35px;
	line-height: 35px;
	color: #000000;
	font-size: 35px;
	font-weight: bold;
	position: relative;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
}
.my-tuijian-gallery .next-Btn{
	transform: rotate(180deg);
}
.my-tuijian-swiper{
	width: 1080px;
	margin: 0 11px;
}
.my-tuijian-swiper .swiper-slide{
	height: 271px;
	position: relative;
}
.my-tuijian-swiper .swiper-slide a{
	display: block;
	width: 232px;
	height: 270px;
}
.my-tuijian-swiper .swiper-slide a:hover{
	border:1px solid #a57942;
	transition: all .5s;
}
.my-tuijian-swiper .swiper-slide .img-box{
	width: 230px;
	height: 230px;
	padding: 8px;	
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.my-tuijian-swiper .swiper-slide .tuijian-img{
	max-width: 100%;
}
.my-tuijian-swiper .swiper-slide .cover{
	width:232px;
	height: 32px;
	line-height: 32px;
	text-align: center;	
}
.my-tuijian-swiper .swiper-slide .cover .name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #531011;
	font-size: 16px;
}

/*自定义分页器*/
.my-tuijian-swiper .my-tuijian-swiper-pagination{
	text-align: center;
	 z-index: 99;
	 height: 25px;
	 line-height: 25px;
	 margin-top: 30px
	}
.my-tuijian-swiper .my-tuijian-swiper-pagination .swiper-pagination-bullet{
	width: 18px; 
	height: 18px;
	border: 1px solid #bd9a68;
	opacity: 1; 
	border-radius:0;
	background: transparent;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: 0 10px;
}
.my-tuijian-swiper .my-tuijian-swiper-pagination .swiper-pagination-bullet-active{background: #bd9a68;}
/*首页-新品推荐结束*/

首页产品展示开始 */
.my-case{
	display: block;
	width: 100%;
	background: url('../img/caseBg.jpg') no-repeat center;
	background-size: 100% 100%;
	padding: 57px 0;
}
.my-case .case-item{
	width: 400px;
	height: 338px;
	overflow: hidden;
}
.my-case .case-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
}
.my-case .case-item .img-box{
	display: block;
	width: 400px;
	height: 338px;
	overflow: hidden;
	position: relative;
}
.my-case .case-item .img-box .img{
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.my-case .case-item  .cover{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background-color: rgba(113,80,44,0.4);*/
	opacity: 1;
}
/*.my-case .case-item:hover .cover{
	opacity: 1;
	transition: all 0.5s;
}*/
.my-case .case-item .cover .iconfont{
	opacity: 0;
}
.my-case .case-item .cover:hover .iconfont{
	opacity: 1;
	transition: all 0.5s;
}
.my-case .case-item  .cover .text{
	font-size: 20px;
	color: #fff;
	margin-top: 110px;
}
.my-case .case-item  .cover i{
	font-size: 60px;
	color: #fff;
}
.my-case .case-item  .cover .name{
	height: 30px;
	font-size: 20px;
	color: #fff;
	margin-top: 138px;
	overflow: hidden;
	word-wrap: normal;
	text-overflow: ellipsis;
	background-color:rgba(0,0,0,0.3);
	padding:4px 0;
}
.my-case .symbol{
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.my-case .symbol span{
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	cursor: pointer;
}
.my-case .symbol span:hover{
	transition: all 0.3s;
	transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
}
.my-case .symbol span::before,.my-case .symbol span::after{
	display: block;
	content: '';
	width: 56px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 34px;
	left: 7px;
}
.my-case .symbol span::before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.my-case .symbol span::after{
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

/* 首页产品展示结束

/*首页-新闻开始*/
.my-news{
	min-width: 1200px;
	font-size: 0;
	padding-top: 55px;
	padding-bottom: 80px;
	background-color: #fcf6dc;
}
.my-news .my-news-item{
	width: 582px;
	margin-bottom: 16px;
	margin-left: 10px;
}
.my-news .my-news-item:nth-child(2n){
	margin-left: 20px;
}
.my-news  .news-img-box{
	width: 259px;
	height: 168px;
	position: relative;
	background-color: rgba(0,0,0,.1);
	overflow: hidden;
}
.my-news  .news-img-box img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.my-news .news-content{
	width: 306px;
	margin-left: 16px;
	position: relative;
	overflow: hidden;
}
.my-news .date{
	display: inline-block;
	height: 24px;
	padding: 0 7px;
	line-height: 24px;
	font-size: 14px;
	background-color: #a57942;
	color: #fff;
	overflow: hidden;
	word-wrap: normal;
	text-overflow: ellipsis;
}
.my-news .content-title{
	font-size: 14px;
	line-height: 24px;
	color: #531011;
	font-weight: normal;
	margin-top: 22px;
	margin-bottom: 44px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;  /*限制在一个块元素显示的文本的行数*/
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.my-news .content-title span{
	font-weight: bold;
}
.my-news  .show-detail{
	font-size: 14px;
	text-align: right;
	color: #a57942;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.my-news  .show-detail:hover{
	color: #531011;
}
.my-main-detail{
	text-align: center;
	margin-top: 24px;
}
.my-main-detail a{
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	background-color: #a57942;
	color: #fff;
}
.my-main-detail a:hover{
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	background-color: #531011;
	color: #fff;
}
/*首页-新闻结束*/

/*底部开始*/
.footer{
	min-width: 1200px;
	height: 216px;
	background:url('../img/headerBg.jpg') no-repeat center;
	background-size: 100% 100%;
	font-size: 0;
	text-align: center;
}
.footer .main-container{
	position: relative;
}

.footer-content{
	display: inline-block;
	width: 100%;
}
.footer-img{
	float: left;
	width: 380px;
    height: 68px;
    margin:0 auto;
    margin-top: 50px;
}
.footer-content .content{
	float: left;
	width: 480px;
	margin-top: 70px;
	margin-left: 24px;
	text-align: center;
}
.footer-address{
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}
.footer-phone{
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
}
.code-List{
	float: right;
	margin-top: 25px;
	/*margin-left: 200px*/
}
.code-List li{
	float: left;
}
.code-List li:not(:first-child){
	margin-left: 14px;
}
.code-List li .code-img{
	display: block;
	width: 96px;
	height: 97px;
}
.code-List li .code-name{
	display: block;
	width: 96px;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.brand{
	width: 100%;
	margin-top: 20px;
	padding: 16px 0;
	border-top:1px solid #eddc88;
	font-size: 16px;
	color: #fff;
}
/*底部结束*/



/*内页标题背景开始*/
.inside-title-bg{
	min-width: 1200px;
	margin: 0 auto;
}
.inside-title-bg-img{
	display: block;
	width: 100%;
}
/*内页标题背景结束*/


.tool{
	min-width: 1200px;
	margin:0 auto;
	background: transparent;
}
/*面包屑开始*/
.location{
	min-width: 1200px;
	text-align:right;
	color: #a57942;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	
}
.location a{
	color: #a57942;
	font-size: 14px;
}
/*面包屑结束*/

/*产品标题开始*/
.product-title{
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	background: #5c282a;
	padding-left: 28px;
}
/*产品标题结束*/

/*内页顶部标题开始*/
.inside-bar{
	min-width: 1200px;
	height: 60px;
	background: #d8b27e;
}
.inside-bar .main-container{
	position: relative;
}
.inside-top-title-box{
	display: inline-block;
	width: 100%;
}
.inside-top-title-box .title-cn{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #676767;
	font-size: 26px;
	border-left: 5px solid #5d080d;
	padding-left: 15px;
}
.page-container .inside-top-title-box .title-cn{
	margin-top: 0px;
}
/*内页顶部标题结束*/

/*内页选项swiper开始*/
.inside-tabbar{
	display: block;
	height: 100%;
	padding-top: 22px;
	text-align: center;
}
.inside-tabbar li{
	display: inline-block;
	color: #808080;
	font-size: 17px;
	margin-left: 60px;
}
.inside-tabbar li a{
	color: #724230;
	font-size: 17px;
}
.inside-tabbar li.active a,.inside-tabbar li:hover a{
	color: #fff;
}
.inside-tabbar li .name{
	
}
.inside-tabbar li .sign{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #9c733f;
	transform: rotate(45deg);
	margin-left: 56px;
}
.inside-tabbar li:last-child .sign{
	display: none;
}
/*内页选项swiper结束*/



/*侧栏开始*/

/*搜索框开始*/
.search-bar{
	width: 100%;
	height: 58px;
	line-height: 58px;
	border: 1px solid #dcdcdc;
    border-radius: 5px;   
    position: relative;
}
.search-bar .serarch-Input{
	float: left;
    width:210px;
	height: 100%;
	border: 1px solid rgba(0,0,0,0);
	background: rgba(0,0,0,0);
	border-radius: 5px;
	font-size: 16px;
	color: #9b9b9b;
	padding-left: 10px;
}
.search-bar .search-Btn{
	float: left;
	text-align: center;
	font-size: 25px;
	color: #e62129;
	width: 60px;
	height: 100%;
	line-height: 58px;
	border-left: 1px solid #dcdcdc;
}
.search-bar .submit-Btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0);
}
/*文本框提示文本的颜色*/
.search-bar .serarch-Input:-ms-input-placeholder{
color: #9b9b9b;
}
.search-bar .serarch-Input::-webkit-input-placeholder{
color: #9b9b9b;
}
/*搜索框结束*/

.my-side-bar{
	float: left;
	width: 250px;
}
.my-side-bar .title-box{
	display:block;
	width: 100%;
	height: 96px;
	background: #5c282a;
	text-align: center;
}
.my-side-bar .title-box .content{
	display: inline-block;
	height: 66px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 50%;
	margin-top: -33px;
}
.my-side-bar .title-box .title-en{
	color: #ffffff;
	font-size: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.my-side-bar .title-box .title-cn{
	color: #ffffff;
	font-size: 26px;
	margin-top: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sidebar-navbar{
	display: inline-block;
	width: 100%;
	background-color: #fff;
}
.sidebar-navbar .one-li{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.sidebar-navbar .one-Item{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	color: #ffffff;
	font-size: 16px;
	background: #9c733f;
	margin-top: 2px;
	position: relative;
}
.sidebar-navbar .one-Item .name{
    float: left;
    width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}

.sidebar-navbar .two-navbar{
   display: none;
}
.sidebar-navbar .two-navbar .two-li{
    display: inline-block;
	width: 100%;
}
.two-navbar .two-Item{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e7dadb;
	color: #754042;
	font-size: 14px;
	text-align: left;
	padding:0 20px;
	font-size: 18px;
	background: #d8a45d;
	text-indent: 1em;
	position: relative;
}
.sidebar-navbar .two-Item .name{
    float: left;
    width: 100%;
	height: 42px;
	font-size: 15px;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sidebar-navbar .two-Item .name:hover{
    color: #fff;
}
.sidebar-navbar .three-navbar{
   display: none;
}
.sidebar-navbar .three-Item{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e7dadb;
	color: #000;
	font-size: 14px;
	text-align: left;
	padding:0 20px;
	font-size: 18px;
	background: #ffd397;
	text-indent: 2em;
	position: relative;
}
.sidebar-navbar .three-Item .name{
    float: left;
    width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sidebar-navbar .sign{
	position: absolute;
	top: -1px;
	right: 20px;
	color: #fff;
}
.sidebar-navbar .one-Item:hover,.sidebar-navbar .one-Item.active{
	color: #ffffff;
}
.two-navbar .two-Item:hover,.sidebar-navbar .two-Item.active{
	color: #6a2a2d;
}
.three-navbar .three-Item:hover,.three-navbar .three-Item.active{
	color: #000;
	background: #ffffff;
}
/*侧栏结束*/

/*缩略图画廊开始*/
.pro-gallery-swiper{
	width: 100%;
	height: 45px;
	margin-top: 55px;
}
.pro-gallery-swiper .swiper-slide{
	height: 45px;
	border: 1px solid rgba(0,0,0,0);
	cursor: pointer;
	overflow: hidden;
}
.pro-gallery-swiper .swiper-slide .img-box{
	width:43px;
	height:43px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.pro-gallery-swiper .thumbs-img{
	max-width: 100%;
}
.pro-gallery-swiper .swiper-slide:hover,.pro-gallery-swiper .swiper-slide.active{
	border: 1px solid #e62129;
}
/*缩略图画廊结束*/

/*内页分页开始*/
.my-page-List{
	display: inline-block;
	margin-top: 35px;
}
.my-page-List li{
	float: left;
	/* width: 85px; */
	height: 22px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
}
.my-page-List li{
	margin-left: 40px;
}
.my-page-List li a{
	display: inline-block;
	height: 100%;
	color: #5c282a;
}
.my-page-List .sign{
	display: inline-block;
	padding-left: 40px;
	color: #5c282a;
}
/*内页分页结束*/

/*内页标题开始*/
.inside-title-box{
	display: inline-block;
	width: 100%;
	height: 56px;
	background: #5c282a;
	text-align: center;	
}
.inside-title-box .inside-title{
	display: inline-block;
}
.inside-title-box .inside-title .line{
	float: left;
	width: 175px;
	height: 1px;
	background: #d2d2d2;
	margin-top: 24px;
}
.inside-title-box .inside-title .title{
	float: left;
	color: #ffffff;
	font-size: 22px;
	margin: 0 10px;
	margin-top: 16px;
}
.inside-title-box .inside-title .title span{
	color: #ffffff;
	font-size: 20px;
}
/*内页标题结束*/


/*配件开始*/
.peijian{
	display: inline-block;
	width: 100%;
	padding: 20px 0 70px 0;
	text-align: center;
}
.peijian-List{
	display: inline-block;
	width: 600px;
	margin-top: 15px;
}
.peijian-List li{
	display: inline-block;
	margin-top: 30px;
}
.peijian-img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.peijian-List li .content{
	display: inline-block;
	width: 100%;
	margin-top: 3px;
}
.peijian-List li .content .name{
	float: left;
	color: #5d080d;
	font-size: 18px;
}
.peijian-List li .content .size{
	float: right;
	color: #5d080d;
	font-size: 18px;
}
/*配件结束*/

/*一石多面开始*/
.duomian{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 70px;
}
.duomian-List{
	display: inline-block;
	width: 744px;
	margin-top: 40px;
}
.duomian-List li{
	float: left;
	width: 246px;
	height: 246px;
	margin-top: 3px;
}
.duomian-List li:not(:nth-child(3n)){
	margin-right: 3px;
}
.duomian-img{
	display: block;
	width: 100%;
	height: 100%;
}
.duomian .name{
	color: #000000;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
/*一石多面结束*/


/*一石多面开始*/
.room{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 70px;
}
.room-box{
	display: block;
	padding: 20px;
	background-color: #d8b27e;
	margin-top: 40px;
}
.room-img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/*一石多面结束*/

/*产品推荐开始*/
.tuijian{
	display: inline-block;
	width: 100%;
}
.tuijian-gallery{
	display: inline-block;
	width: 100%;
	height: 232px;
	margin: 0 auto;
	margin-top: 30px;
}
.tuijian-gallery .prev-Btn,.tuijian-gallery .next-Btn{
	float: left;
	height: 35px;
	line-height: 35px;
	color: #000000;
	font-size: 35px;
	font-weight: bold;
	position: relative;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
}
.tuijian-gallery .next-Btn{
	transform: rotate(180deg);
}
.tuijian-swiper{
	float: left;
	width: 755px;
	margin: 0 11px;
}
.tuijian-swiper .swiper-slide{
	height: 232px;
	position: relative;
}
.tuijian-swiper .swiper-slide a{
	display: block;
	width: 232px;
	height: 232px;
	border: 1px solid #67171b;
	background: #ffffff;
}
.tuijian-swiper .swiper-slide .img-box{
	width: 230px;
	height: 230px;
	padding: 8px;	
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tuijian-swiper .swiper-slide .tuijian-img{
	max-width: 100%;
}
.tuijian-swiper .swiper-slide .cover{
	position: absolute;
	bottom: 0;
	left: 0;
	width:232px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	background: rgba(93,8,13,0.6);
}
.tuijian-swiper .swiper-slide .cover .name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*产品推荐结束*/



/*产品中心*/
.product{
	display: inline-block;
	width: 100%;
	font-size: 0;
	margin-top: 40px;
}
.product-List{
	float: left;
	width:100%;
}
.product-List li{
	display: inline-table;
	float: left;	
	width: 262px;
	height: 302px;
    margin-bottom: 35px;
	position: relative;
	background-color: #e5c491;
	box-shadow: 2px 2px 12px #b08c5c;
	transition: all .2s;
}
.product-List li:hover{
	transform: translate(2px,2px);
}
.product-List li a{
	display: block;
	width: 100%;
	height: 100%;
}
.product-List li:not(:nth-child(3n)){
	margin-right: 30px;
}
.product-List li .img-box{
	width: 262px;
	height: 260px;
	padding: 8px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.product-List li .product-img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.product-List li .cover{
	width: 100%;
	height: 40px;
	line-height: 18px;
	text-align: center;
	color: #000;
	font-size: 14px;
}
.product-List li .cover .name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-List li .cover .format{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/*产品详情开始*/
.product-detail{
	display: inline-block;
	width: 100%;
	font-size: 0;
	padding-top: 35px;
}
.product-info{
	display: inline-block;
	width: 100%;
	padding: 25px 0 80px 0;
}
.product-info .show-product-box{
	float: left;
	width: 372px;
	height: 400px;
	background-color: #d8b27e;
	position: relative;
	overflow: hidden;
}
.product-info .show-product-box .img-box{
	position: relative;
	width: 370px;
	height: 390px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.product-info .show-product-box .img-box img{
	display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.product-info figure{
	width:100%;
	height:100%;
	padding:5px;
}
.product-info .show-product{
	max-width: 100%;
}
.product-info .cover{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background: rgba(93,8,13,0.6);
}
.product-info .cover .name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.product-info .info-content{
	float: left;
	width: 467px;
	height: 372px;
	margin-left: 9px;
	padding: 40px 20px 0 20px;
	position: relative;
}
.product-info .info-content .vrimg{
	position: absolute;
	width: 25%;
	bottom: 0;
	right: 0;
}
.product-info .info-content .info-title{
	color: #2c2c2c;
	font-size: 22px;
	line-height: 23px;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product-info .info-content .info{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #5c282a;
	padding: 0 28px 16px 28px;
}
.product-info .info-content .info .info-p{
	color: #5c282a;
	font-size: 15px;
	margin-top: 15px;
	font-weight: bold;
}
.product-info .info-content .info .info-p span{
	color: #2c2c2c;
	font-weight: normal;
}
.product-info .info-content .info-description{
	color: #2c2c2c;
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; 
	text-overflow:ellipsis;
}
.product-info .info-content .info-line{
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	margin-top: 40px;
}

.product-detail-content{
	display: inline-block;
	width: 100%;
	background: #ffffff;
	padding: 30px 0 160px 0;
}
.product-detail-content .my-title-box .title-en{
	font-size: 20px;
}
.product-detail-content .my-title-box .title-cn{
	font-size: 30px;
}





/*产品详情结束*/


/*新闻资讯开始*/



.news-List{
	display: inline-block;
	width: 100%;
}
.news-List li{
	width: 100%;
	background: #e5c491;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	margin-top: 35px;
	padding: 26px 34px;
	position: relative;
}

.news-List li a{
	display: block;
	width: 100%;
	height: 100%;
}

/* 热点新闻开始 */
.news-box{
	margin-top: 30px;
}
.news-img-box{
	width: 30%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.news-img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
 .news-content{
	width: 69%;
	height: 200px;
	box-sizing: border-box;
	padding: 16px 10px;
	display: table-cell;
	vertical-align: middle;
}
.news-title{
	font-size: 20px;
	line-height: 26px;
	height: 52px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	text-overflow:ellipsis;
	color: #4f0f10;
	font-weight: normal;
}
.news-title span{
	font-weight: bold;
}
.news-date{
	margin-top: 10px;
	color: #5d080d;
	font-size: 16px;
	text-align: left;
}
.news-description{
	color: #4f0f10;
	font-size: 15px;
	height: 78px;
	line-height: 26px;
	margin-top: 25px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; 
	text-overflow:ellipsis;
}
.news-details{
	display: inline-block;
	padding: 16px 30px;
	background-color: #9c733f;
	color: #fff;
	font-size: 14px;
	margin-top: 70px;
}
/* 热点新闻结束 */

.news-List li .content{
	width: 60%;
	height: 112px;
}
.news-List li .content .title{
	width: 100%;
	color: #5d080d;
	font-size: 18px;
	line-height: 25px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	text-overflow:ellipsis;
}
.news-List li .content .title span{
	font-weight: bold;
}

.news-List li .content .description{
	color: #4f0f10;
	font-size: 15px;
	line-height: 23px;
	margin-top: 25px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	text-overflow:ellipsis;
}
.news-List li .cover{
	position: absolute;
	bottom: 28px;
	right: 35px;
}
.news-List li .cover .line{
	float: left;
	width: 70px;
	height: 1px;
	background: #000000;
	margin-top: 11px;
	margin-right: 10px;
}
.news-List li .cover .time{
	float: left;
	color: #5d080d;
	font-size: 16px;
}
.news-List li:hover{
	box-shadow: 0 10px 23px rgba(0,0,0,0.28);
	transition: all 0.4s;
}
/*新闻资讯结束*/


/*工程案例开始*/
.project-List{
	display: inline-block;
	width: 100%;
}
.project-List li{
	float: left;
	width: 268px;
	height: 238px;
	margin-top: 60px;
	position: relative;
	background: #ffffff;
	cursor: pointer;
}
.project-List li:not(:nth-child(4n)){
   margin-right: 39px;
}
.project-List li .img-box{
	
	width: 100%;
	height: 210px;
	display: block;
	position: relative;
	overflow: hidden;
	/* display: table-cell;
	text-align: center;
	vertical-align: middle; */
}
.project-img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.project-List li .name{
	padding: 0 5px;
	color: #000000;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	background-color: #d8b27e;
	overflow: hidden;
	word-wrap: normal;
	text-overflow: ellipsis;
}
.project-List li .line{
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	margin-top: 10px;
}
.project-List li .more{
	color: #b6b6b6;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.project-List li:hover{
    box-shadow: 0 0 20px rgba(93,8,13,0.5);
}

/*工程案例结束*/

/*经销商登录开始*/
.login-bg{
	width: 596px;
	/*height: 499px; */
	padding-bottom:80px; 
	border: 1px solid #9c733f;
	background: #e5c491;
	text-align: center;
	box-shadow: 0 2px 12px #cbac81;
	margin: 0 auto;
}
.login-bg .title{
	width: 100%;
	height: 120px;
	line-height: 120px;
	font-size: 36px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	background-color: #c09b68;
}
.login-content{
	display: inline-block;
	margin-top: 44px;
}
.login-content .type{
	color: #7b7b7b;
	font-size: 16px;
	margin-top: 5px;
	text-align: left;
	width: 100%;
	font-weight: normal;
}
.login-content .userName{
	display: block;
	width: 365px;
	height: 40px;
	line-height: 38px;
	border: none;
	border-bottom: 1px solid #c09b68;
	padding-left: 10px;
	margin-top: 20px;
	font-size: 16px;
	background: transparent;
}
.login-content .passWord{
	display: block;
	width: 365px;
	height: 40px;
	line-height: 38px;
	border: none;
	border-bottom: 1px solid #c09b68;
	padding-left: 10px;
	margin-top: 20px;
	font-size: 16px;
	background: transparent;
}
.login-content .login-Btn{
	display: block;
	width: 365px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #c09b68;
	padding-left: 10px;
	margin-top: 50px;
	font-size: 16px;
	background: #c09b68;
	color: #ffffff;
}
.login-content .auto-login-box{
	width: 16px;
	height: 16px;
	float: left;
	border:1px solid #edb625;
	margin-top: 20px;
}
.login-content  .rememeber-password{
	float: left;
	color: #9c733f;
	font-size: 12px;
	margin-top: 22px;
	margin-left: 5px;
}
/*文本框提示文本的颜色*/
.login-content input:-ms-input-placeholder{
color: #9c733f;
}
.login-content input::-webkit-input-placeholder{
color: #9c733f;
}

/*经销商登录结束*/


/*经销商专区开始*/
.my-dealers-navbar{
	display: inline-block;
	width: 100%;
}
.my-dealers-navbar .one-li{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}
.my-dealers-navbar .one-Item{
    display: inline-block;
    width: 100%;
}
.my-dealers-navbar .one-Item .type{
    width: 100%;
	line-height: 40px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	background: #9c733f;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.my-dealers-navbar .my-two-navbar{
   /*display: none;*/
   margin-top: 13px;
   padding: 0 20px;
}
.my-dealers-navbar .my-two-navbar .two-li{
}
.my-two-navbar .two-Item{
	display: block;
	width: 100%;
	color: #000000;
	padding-left: 15px;
	overflow: hidden;
}
.my-two-navbar .two-Item .name{
    float: left;
    width: 80%;
	line-height: 40px;
    font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.my-two-navbar .two-Item .time{
    float: right;
    width: 19%;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.my-three-navbar{
   /*display: none;*/
  width: 100%;
}
.my-three-navbar .three-Item{
	display: block;
	width: 100%;
	line-height: 40px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 60px;
}
.my-three-navbar .three-Item .name{
    float: left;
    width: 80%;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.my-three-navbar .three-Item .time{
    float: right;
    width: 19%;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.my-dealers-navbar .one-Item:hover .type,.my-dealers-navbar .one-Item.active .type{
	/*color: #edb625;*/
}
.my-two-navbar .two-Item:hover,.my-two-navbar .two-Item.active{
	color: #FFFFFF;
}
.my-three-navbar .three-Item:hover,.my-three-navbar .three-Item.active{
	color: #FFFFFF;
}
/*经销商专区结束*/

/*联系我们*/

.contact{
	overflow: hidden;
	min-width: 1200px;
	padding: 30px 0 10px 0;
}
.contact .inside-title-box{
	margin-top: 95px;
}
.contact-info{
	display: block;
	width: 30%;
}
.contact-info .company{
	color: #e24d51;
	font-size: 25px;
}
.contact-info .company-title{
	color: #5c282a;
	font-size: 24px;
	margin-bottom: 18px;
}
.contact-info .company-p{
	color: #5c282a;
	font-size: 15px;
	margin-bottom: 18px;
}
.contact-info .company-p:nth-child(3){
	
}
.contact-info .company-p span{
	color: #747474;
	font-weight: 500;
}
.contact-info .code-List{
	float: none;
	text-align: center;
	margin-top: 35px;
}
.contact-info .code-List .name{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.contact-info .code-List .code-name{
	color: #5c282a;
}
.map-row{
	width: 100%;
	margin:  50px 0 105px 0;
}
.map-row .map{
	display: block;
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.contact .map .main-img{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.contact-content{
	width: 100%;
}
.contact-content .content{
	width: 55%;
	float: left;
}
.contact-content .content p{
	width: 100%;
	margin-top: 14px;
}
#mapcon{
	width: 100%;
	height: 400px;
	margin-bottom: 100px;
}
/*意见反馈*/
.advice{
	width: 40%;
	margin: 0 auto;
	float: right;
}
.advice-form{
	display: inline-block;
	width: 100%;
}
.advice .title{
	color: #00125e;
	font-size: 24px;
}
.advice-form .left-input{
	width:100%;
	margin-top: 10px;
}
.advice-form .advice-input{
	width:100%;
	height: 40px;
	color: #bbb6b6;
	font-size: 18px;
	padding-left: 20px;
	border: 1px solid rgba(133,133,133,0.5);
	border-radius: 5px;
	margin-top: 10px;
}
.advice-form .right-input{
	width:100%;
	margin-top: 20px;
}
.advice-form .advice-textarea{
	width:100%;
	height: 150px;
	color: #bbb6b6;
	font-size: 18px;
	padding-left: 20px;
	padding-top: 10px;
	border: 1px solid rgba(133,133,133,0.5);
	border-radius: 5px;
}
.advice-form .advice-submit{
	clear: both;
	display: block;
	width: 100px;
	height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 5px;
	background: #dab273;
	margin-top: 10px;
}



/*文本框提示文本的颜色*/
.advice input:-ms-input-placeholder{
color: #676767;
}
.advice input::-webkit-input-placeholder{
color: #676767;
}
.advice textarea:-ms-input-placeholder{
color: #676767;
}
.advice textarea::-webkit-input-placeholder{
color: #676767;
}


