@charset "utf-8";
/* CSS Document */
html,body,body{margin:0;padding:0;border:0;}
body{
	color:#333;
	font:14px "Microsoft YaHei",微软雅黑,arial,sans-serif;
	
	}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}
a{text-decoration:none;outline:none;color: #333;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';border: none;}
img{border:none;background:none;}
dl,dd,dt{margin: 0;padding: 0;}
ul,ol,li{list-style-type:none;padding: 0;margin: 0;}
.clearfix:{clear: both;}
h1,h2,h3,h4{margin: 0;padding:0;}
p{
	margin: 0;
	padding: 0;
}
/*header*/
.header_bg{
	width:100%;
	background: #f7f6f2;
}
.header{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.header >h4{
	height: 24px;
	float: right;
	font-size: 12px;
	color: #333;
	line-height: 24px;
	font-weight: normal;
}
.header >h4 >a{
	font-size: 12px;
	color: #333;
	line-height: 24px;
}
/*导航，logo*/
.c1_bg{
	width: 100%;
	margin-top: 20px;
}
.c1{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.c1 > .logo{
	float: left;
}
.c1 > .logo > a >img{
	height: 75px;
}
.c1 .nav_right{
	float: right;
}
.nav_tel{
	text-align: right;
	font-size: 12px;
	color: #565656;
}
.nav_tel >h1{
	display: inline-block;
	color: #565656;
	font-size: 20px;
}
.nav{
	margin-top: 10px;
}
.nav > a{
	font-size: 16px;
	color: #333;
	display: inline-block;
	padding: 0 15px;
	padding-bottom: 20px;
}
.nav > a:hover{
	background: url(../img/icon_nav.png)no-repeat center bottom;
	color: #c5a677;
}
/*banner*/
#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list li img{
	width: 100%;
}
.focus-banner-img{
	display: block;
}

#focus-banner-list .focus-banner-text{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	/*background-image: url("../img/focus_handle.png");*/
}
#next-img{
	left: 0;
}
#next-img{
	left: 50px;
	background-position: 0 0;
}
#next-img:hover{
	background-position: 0 -80px;
}
#prev-img{
	right: 0;
}
#prev-img{
	right: 50px;
	background-position: -80px 0;
}
#prev-img:hover{
	background-position: -80px -80px;
}

#focus-bubble{
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 999;
}
#focus-bubble li{
	float: left;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	/*border:1px #fff solid;*/
	background: #fff;
	cursor: pointer;
}
#focus-bubble li a{
	display: block;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	opacity: 0;
}
#focus-bubble li.current{
	background-color: #c5a677;
}
/*热门搜索*/
.c2_bg{
	width: 100%;
	background: #f7f6f2;
	height: 80px;
}
.c2{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.sy_hot_search{
	display: inline-block;
	margin-right: 30px;
}
.sy_hot_search > p{
	font-size: 16px;
	color: #000;
	line-height: 80px;
}
.sy_hot_search > p > a{
	font-size: 16px;
	color: #000;
	line-height: 80px;
	color: #676868;
    display: inline-block;
    margin: 0 10px;
}
.sy_hot_search > p > a:hover{
	color: #c5a677;
}
.sy_ss{
	display: inline-block;
	padding: 21px 0;
}

.sy_ss form{
    position: relative;
    width: 336px;
    display: inline-block;
}
.sy_ss  form input[type="text"] {
    width: 332px;
    height: 36px;
    border: 0;
    text-indent: 15px;
    font-size: 12px;
    color: #999;
    line-height: 36px;
    background: none;
    border: 1px solid #dbdbdb;
}
.sy_ss  form input[type="submit"] {
    width: 20px;
    height: 20px;
    background: url(../img/icon_search.png) no-repeat center right;
    border: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}


/*产品*/
.c3_bg{
	width: 100%;
	margin-top: 40px;
}
.c3{
	width: 1200px;
	margin: 0 auto;
}
.pro_title{
	background: url(../img/icon_product_title.png)no-repeat   center top;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-top: 40px;
}
.pro_classification{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.pro_classification > a{
	border: 2px solid #C5A677;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
	color: #C5A677;
	padding: 0 15px;
	line-height: 42px;
	width: 152px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    margin: 0 1px;
}
.pro_classification > a:hover{
	background: #C5A677;
	color: #fff;
}
/*产品列表*/
.c3_pro_lists{
	margin-top: 30px;
}
.c3_one{
	width: 380px;
	display: inline-block;
	vertical-align: top;
    margin: 0 8px;
    margin-bottom: 40px;
}
.c3_one .c3_one_box{
	max-width: 380px;
	max-height: 285px;
	overflow: hidden;
}
.c3_one .c3_one_box >a {
	display: block;
}
.c3_one .c3_one_box >a>img{
	width: 100%;
}
.c3_one .c3_text{
	width: 240px;
	margin: 0 auto;
}
.c3_one .c3_text > h1{
	
	border-bottom: 1px dashed #adadad;
	margin-top: 15px;
}
.c3_one .c3_text > h1 >a{
	font-size: 15px;
	font-weight: bold;
	color: #C5A677;
	display: block;
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
	line-height: 20px;
	padding-bottom: 10px;
}
.c3_one .c3_text > h2{
	font-size: 14px;
	color: #6a6a6a;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    margin-top: 8px;
    font-weight: normal;
}
/*fubanner*/
.pic{
	
	width:100%; height:auto; position:relative;
}
.pic_box{
	position:relative; height:100%; z-index:0; 
}
.pic .pic_box > a {
	width:100%!important
}
.pic .pic_box > a > img{
	width:100%; height:auto; display:block;
}

/*关于我们*/
.c4_bg{
	background: #f7f6f2;
	height: 264px;
	position: relative;
	margin-top: 260px;
}

/*关于我们*/
.c4{
	width: 1200px;
	margin: 0 auto;
  	box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.18);
  	margin-top: 60px;
  	padding-bottom: 40px;
  	background: #fff;
  	position: absolute;
  	top: -100%;
  	left: 158px;
}
.c4 .about_title{
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    padding-top: 40px;
}
.c4 .about_title >p{
	width: 10px;
	height: 10px;
	background: #C5A677;
	border-radius: 10px;
	display: inline-block;
}
.c4 .about_title >h1{
	display: inline;
	font-size: 20px;
	color: #C5A677;
	font-weight: bold;
	margin-left: 8px;	
}
.c4 .about_content{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.c4 .about_content .about_left{
	width: 400px;
	height: 300px;
	border: 1px solid #C5A677;
	text-align: center;
    vertical-align:middle;
    line-height: 298px;
    float: left;
}
.c4 .about_content .about_left >img{
	width: 384px;
	height: 288px;
	vertical-align: middle;
}
.c4 .about_content{
	margin-top: 40px;
}
.c4 .about_content .about_right{
	float: right;
	width: 550px;
}
.c4 .about_content .about_right > div{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 60px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
        max-height: 140px;
}
.c4 .about_content .about_right > a{
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	border: 1px solid #c5c5c3;
	box-sizing: border-box;
	color: #C5A677;
	font-weight: bold;
	padding: 5px 10px;
	margin-top: 15px;
}

/*案例*/
.c5_bg{
	background: #f7f6f2;
	width: 100%;
	padding-bottom: 40px;
}
.c5{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.c5 .case_title{
	background: url(../img/icon_case_title.png)no-repeat   center top;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-top: 40px;
}
.c5 .case_more{
	text-align: center;
	margin-top: 15px;
}
.c5 .case_more > a{
	font-size: 15px;
	line-height: 30px;
}
/* Common style */
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
	margin-top: 40px;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1.5%;
	width: 360px;
	height: 270px;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}
figure.effect-julia figcaption > div > a{
	display: block;
}

figure.effect-julia p {
	display: inline-block;
	margin: 5.25em 0 0.25em 2.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*新闻*/
.c6_bg{
	width: 100%;
	margin-top: 40px;
}
.c6{
	width:1200px;
	margin: 0 auto;
}
.c6_new_title{
	background: url(../img/icon_news_title.png)no-repeat   center top;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-top: 40px;
}
.c6_news_classification{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.c6_news_classification > a{
	border: 2px solid #C5A677;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
	color: #C5A677;
	padding: 0 15px;
	line-height: 42px;
	width: 152px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    margin: 0 1px;
}
.c6_news_classification > a:hover{
	background: #C5A677;
	color: #fff;
}
.c6_news_list{
	width: 1065px;
    margin: 0 auto;
    margin-top: 40px;
}
.c6_news_list .news_one{
	width: 514px;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
    padding-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 16px;
}
.c6_news_list .news_one .news_one_title >p{
	width: 10px;
	height: 10px;
	background: #C5A677;
	border-radius: 5px;
	display: inline-block;
}

.c6_news_list .news_one .news_one_title{
	overflow: hidden;
	width: 488px;
	margin: 0 auto;
	border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-top: 20px;
}
.c6_news_list .news_one .news_one_title >h1{
	display: inline-block;
	margin-left: 8px;
}
.c6_news_list .news_one .news_one_title >h1 >a{
	display: block;
	font-size: 18px;
	color: #C5A677;
	font-weight: bold;
}
.c6_news_list .news_one .news_one_title >h2{
	display: inline-block;
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.c6_news_list .news_one .news_one_title >h2 > a{
	display:block;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.c6_news_list .news_one .news_one_con{
	overflow: hidden;
	width: 488px;
    margin: 0 auto;
	margin-top: 30px;
}
.c6_news_list .news_one .news_one_con .news_tp_one{
	width: 138px;
	height: 138px;
	border-radius: 75px;
	border: 1px solid #999;
	box-sizing: border-box;
	text-align: center;
    vertical-align: middle;
    line-height: 134px;
	float: left;
}
.c6_news_list .news_one .news_one_con .news_tp_one > a{
	display: block;
}
.c6_news_list .news_one .news_one_con  .news_tp_one> a>img{
	width: 124px;
	height: 124px;
	border-radius: 130px;
	vertical-align: middle;
}
.c6_news_list .news_one .news_text_one{
	width: 318px;
	float: right;
    margin-top: 10px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;  
	max-height: 108px;  
	overflow: hidden;
	
}
.c6_news_list .news_one .news_text_one > a{
	display: block;
	font-size:12px ;
	color:#333;
	line-height: 36px;
	
}
.c6_news_list .news_one .news_text_one > a:hover{
	color: #C5A677;
}
/*底部*/
.c7_bg{
	width: 100%;
	margin-top: 20px;
	background: #9c7652;
}
.c7{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}
.footer_one{
	width: 340px;
    display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	text-align: left;
}
.footer_two{
	margin-top: 55px;
}
.footer_one>a{
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}
.footer_one>a:hover{
	color: #C5A677;
	text-decoration: underline;
}
.footer_one h2{
	background: #eee8e1;
	color: #9c7652;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
    padding: 0 38px;
    margin-top: 26px;
}
.footer_one h3{
	margin-top: 30px;
}
.footer_one h3 > a{
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.footer_one h3 > a:hover{
	color: #C5A677;
	text-decoration: underline;
}
.footer_line{
    display: inline-block;	
    margin-right: 35px;
}
