﻿@charset "utf-8";

*{font-family: "微软雅黑";}

body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, div, input, table, tr, td{
	margin: 0;
	padding: 0;
}
ol, ul, li, dl, dt, dd{
	list-style: none;
}
img{
	margin: 0;
	border: none;
}
a{
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}
body{
	min-width:1200px;
	background: #efefef;
	font-family: "微软雅黑"; 
}

.fl{
	float: left;
	display: inline;
}
.fr{
	float: right;
	display: inline;
}

/* 头部-悬浮样式*/
/*.header {
    width: 100%;
    height: 170px;
    background-color: #f7f7f7;
    z-index: 999;
    box-shadow: 1px 1px 4px #666;
}
.acurrent {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999;
    height: 170px;
    width: 100%;
}*/

/*首页轮播*/
.bannerBox{
	width:100%;
	height:582px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	box-shadow:1px 1px 4px #666;
}
.imgBox{
	width:1920px;
}
.imgBox img{
	width:1920px;
	height:582px;
}
.kkk{
	width:1920px;
	position:relative;
	float:left; 
	left:50%; 
	margin-left:-960px;
}
.btnBox{
	width:150px;
	position:absolute;
	left: 15%;
	bottom:20px;
	overflow:hidden;
}
.btnBox a{
	width:10px;
	height:10px;
	float:left;
	/*border-radius:5px;*/
	margin:3px 5px;
	cursor:pointer;
	background-color:#898989;
}
.btnBox a.on{
	background-color:#e2660c;
}
/*轮播图-右侧图标*/
.container{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.seed{
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    right: 0px;
    display: block;
    width: 690px;
    height: 108px;
    position: absolute;
    text-align: center;
}
.seed{
	top:-108px;
	background:rgba(0,0,0,0.5);
	display:block; 
}
.seed p{
display: none;
	color: #333;
	font-size: 14px;
	margin-top: 14px;
}

.noise1:hover p, .noise2:hover p, .noise3:hover p, .noise4:hover p{
	color: #fcdb00;
	font-weight: bold;
}

.noise1{background: url(../images/1-1.png) no-repeat!important;}
.noise1:hover{background: url(../images/1-11.png) no-repeat !important; }

.noise2{background: url(../images/1-2.png) no-repeat!important;}
.noise2:hover{background: url(../images/1-22.png) no-repeat !important;}

.noise3{background: url(../images/1-3.png) no-repeat!important;}
.noise3:hover{background: url(../images/1-33.png) no-repeat !important;}

.noise4{background: url(../images/1-4.png) no-repeat!important;}
.noise4:hover{background: url(../images/1-44.png) no-repeat !important;}


.seed li .button{
	height: 108px; 
	width: 172px; 
	background:none; 
	line-height:inherit;
	cursor: pointer;
    text-align: center;
    /* text-decoration: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.button {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    float: left;
    position: relative;
    background-color: #ceb78a;
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    /*padding: 0px 10px;*/
	padding: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

/*001*/
.index_content01{
	width:100%;
	padding-top: 16px;
	overflow: hidden;
}
.neirong{
	width:1400px;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden;
}
/*标题*/
.title1 {
    height: 36px;
	line-height: 36px;
    width: 100%;
    overflow: hidden;
	background: url(../images/titlebg.png) repeat-x;
	border-bottom: 2px solid #FCD301;
}
.title1 h1{
	font-size: 16px;
	color: #FCD301;
	float: left;
	display: inline;
	font-weight: 700;
	float: left;
	height: 36px;
	line-height: 36px;
	
}
.title1 h1 span{
	display: inline-block;
	width: 135px;
    padding-left: 15px;
	color: #FCD301;
}
.title1 .p2{
	float: right;
}
.title1 .p2 span{
	background: url(../images/more.png) no-repeat;
    height: 36px;
    width: 40px;
	display: block;
}

/*首页-新闻*/
.news{
	float: left;
    width: 690px;
	margin-right: 10px;
}
.news-cont{
	width: 700px;
	padding: 0px;
    overflow: hidden;
	margin-top: 8px;
	margin-left: -10px;
}
.xinwen{
	width:100%;
	overflow:hidden;
}
.xinwen li{
	display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    padding: 8px 5px 6px 5px;
    background: #fff;
    border-radius: 5px;
    margin: 2px auto 6px auto;
}
.xinwen li:hover{
	box-shadow:1px 1px 4px #666;
}
.xunwen_img{
	width:28%;
	float:left;
}
.xunwen_img img{
	width:160px;
	height:100px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.xunwen_img img:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
.xinwen_right{
	float: left;
    width: 67%;
    padding-left: 20px;
}
.xinwen_name a{
	width: 100%;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.xinwen li:hover .xinwen_name a{
	color: #ad6a39;
}
.riqi{
	font-size: 12px;
    line-height: 26px;
    color: #666;
    background-image: url(../images/riqi.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
	float: right;
    margin-right: 10px;
}
.jianjie{
	font-size:14px;
	line-height:24px;
	color:#333;
}
.chakan a{
	display: block;
    font-size: 13px;
    line-height: 24px;
    color: #ad6a39;
    text-align: left;
}
.xinwen li:hover .chakan a{
	text-decoration:underline;
	color: #333;
}
/*视频*/
.news-shipin{
	float: left;
    width: 690px;
	margin-left: 10px;
}
.news-con{
	width: 690px;
	padding: 0px;
    overflow: hidden;
	margin-top: 8px;
	/*margin-left: -10px;*/
}
.shipin {
	width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
.shipin a img{
	width: 100%;
    height: 476px;
}

/*002*/
.index_content02{
	width:100%;
	padding-top: 15px;
	overflow: hidden;
}
/*市场活动及经典案例*/
.main_img{
	width: 342px;
    margin-left: 8px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline;
    box-shadow: 0 0 10px #c3c7ca;
    padding: 0;
}
.main_img img{ 
    width: 342px; 
	height: 220px; 
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	z-index:1;
/*	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;*/
}
.main_img .show {
	background: rgba(255, 255, 255,0.8); 
    width: 342px; 
	height: 220px;
    left: 0;
    opacity: 0;
	filter:alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: 200;   
}
.main_img .show .imgArea {
	background: rgba(255, 255, 255,0.7);
    left: 0px;
    width: 342px;
    height: 220px;
    top: 15px;
    margin:-15px 0px 0px 0px;
    opacity: 0;
    position: absolute;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay:0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay:0s;
    -o-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.main_img .show .imgArea a{
	/* position: absolute;
	top: 0;
	left: 0;
	z-index: 1; */
	color: #000;
    display: block;
    padding: 0;
    text-align: left;
	font-size: 16px;
	font-weight: bold;
/* 	opacity: 0.9;
	filter:alpha(opacity=90);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.9)"; */

}
.main_img .show .imgArea  p{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	opacity: 0.8;
	filter:alpha(opacity=60);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.6)"; 
	padding: 10px;
	width: 100%;
	height: 100%;
}
.main_img .show .imgArea a:hover{
	/*background: #fff;*/
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	color: #333;
}
.main_img:hover  .show {opacity: 1;filter:alpha(opacity=100);}
.main_img:hover .show .imgArea{opacity:1;filter:alpha(opacity=100);}

/*内页样式*/
.main{
	width: 100%;
    overflow: hidden;
}
.con{
	width: 1300px;
	margin: 0 auto;
}
.add{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.add img{
	height: 300px;
}
/*内页标题*/
.biao {
    width: 400px;
    margin: 35px auto 30px auto;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.biao span{
    font-size: 26px;
    color: #3A3A3A;
    display: inline-block;
    background: #efefef;
    padding: 0 30px;
}
.biao b{
	width: 100%;
    height: 2px;
    background: #bbb;
    display: block;
    margin-top: -18px;
}
/*菜单列表*/
.biao_nav {
    /*width: 580px;*/
    margin: 30px auto;
    overflow: hidden;
	text-align: center;
}
.biao_nav li {
    display: inline-block;
    margin: 0 20px;
}
.biao_nav li a:hover,.biao_nav li .cur{
    color: #000;
    border-bottom: 3px solid #ad6a39;
}
.biao_nav li a {
    display: block;
    color: #323232;
    font-size: 14px;
    line-height: 28px;
}

/*公司简介*/
.content {
    width: 100%;
    overflow: hidden;
	background: #fff;
    margin: 0;
	/*border-radius: 20px;
    box-shadow: 1px 1px 10px #ccc;*/
}
.content p{
	font-size: 14px;
	color: #333;
}
.jie {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto 15px auto;
}
.jie_top h3{
    background-color: #fff;
    font-size: 20px;
    line-height: 44px;
    color: #444;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 15px;
	padding: 10px 0;
}
.jie-cont {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    padding: 25px 40px;
}
.jie-cont img{
	width: 100%;
    margin: 0 auto;
    padding: 0px 15px 20px 15px;
}
.jie-cont p{
	text-indent: 2em;
    font-size: 14px;
}
/*.jie-cont p span{
	color: #ad6a39;
    padding: 0 5px;
}*/

.shipin-about{
	text-align:center;
}
/*首页视频大小*/
.shipin iframe{
	height: 482px;

}


/*内页新闻资讯*/
.newslistbox{
	width: 100%;
	overflow: hidden;
}
dl.news_con {
    padding: 5px 0px 5px 5px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
background: #fff;
border-radius: 5px;
margin: 2px auto 15px auto;	
}
.newslistbox dl:hover{
	box-shadow:1px 1px 4px #666;
}
dl.news_con dt {
    width: 200px;
    float: left;
    overflow: hidden;
}
dl.news_con dt img {
    padding: 2px;
    /*border: 1px solid #ccc;*/
    height: 120px;
    width: 176px;
}
dl.news_con dd {
    float: left;
    width: 860px;
    padding-left: 0px;
    line-height: 22px;
    overflow: hidden;
}
dl.news_con dd h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 微软雅黑;
}
dl.news_con dd h5 a {
    color: #000;
    height: 28px;
	line-height: 28px;
    overflow: hidden;
    display: block;
}
.newslistbox dl:hover h5 a{
	color: #ad6a39;
}
dl.news_con dd .CAD {
    height: 50px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
	font-size: 14px;
}
dl.news_con dd .tag i {
    color: #969696;
    float: left;
    font-style: normal;
    font-size: 13px;
    color: #999;
}
/*新闻详情页*/
.news_top_ny {
    width: 100%;
    margin: auto;
    overflow: hidden;
    color: #999;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #ccc;
}
.w360 {
    width: 420px;
    margin: 0 auto;
	font-size: 14px;
}
.news_top_ny p {
    float: left;
    display: inline;
    margin-right: 20px;
}
 /*分享*/
 .bdshare-button-style2-16 {
    zoom: 1;
}
.bdsharebuttonbox {
    float: left;
    display: inline;
}
.bdshare-button-style2-16 .bds_more {
    color: #333;
    float: left;
}
.bdshare-button-style2-16 a, .bdshare-button-style2-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 20px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_2_16.png);
    _background-image: url(../images/icons_2_16_debase.png?v=43bedd85.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    color: #999;
}
.bdshare-button-style2-16 .bds_more {
    background-position: 0 0;
}
.bdsharebuttonbox a {
    float: none!important;
}

/*内页-资质荣誉滚动*/
.picScroll-left {
	overflow: hidden;
	position: relative;
}
.pic-tit{
	overflow: hidden;
	height: 36px;
	padding: 0 20px;
	text-align: right;
	height: 40px;
	line-height: 40px;
}

.picScroll-left  .prev,
.picScroll-left  .next {
	display: block;
	width: 36px;
	height: 60px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	top: 50%;
    margin-top: -30px;
}
.picScroll-left  .prev{
	background: url(../images/bt-left.png) no-repeat;
	left: 5px;
}
.picScroll-left .next {
    background: url(../images/bt-right.png) no-repeat;
	right: 10px;
}
.pic-con {
	padding: 25px 50px;
    padding-bottom: 30px;
}
.pic-con ul {
	overflow: hidden;
	zoom: 1;
	width: 800%;/*目的：初始化一个宽度，以免进入网站的时候图片全部显示出来之后再加载js*/
}
.pic-con ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.pic-con ul li .pic {
	text-align: center;
}
.pic-con ul li .pic img {
	width: 221px;
	height: 155px;
	display: block;
	border: 3px solid #fff;
}
.pic-con ul li .pic a:hover img {
	border-color: #999;
}

/*产品案例*/
.anli{    
    width: 1300px;
    margin: 0px auto;
    overflow: hidden;
}
.anli li{
	width: 295px;
	display: inline-block;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin: 8px 15px;
}
.anli li:hover{
	box-shadow: 1px 1px 4px #999;
}
.anli_img{
	width: 295px;
	/*background: rgba(0,0,0,0.9);*/
}
.anli_img img{
	width: 295px;
	height: 190px;
	border-radius: 5px 5px 0 0;
	filter: alpha(opacity=80);
	opacity: 0.8;
	border-bottom: 1px solid #d8d8d8;
}
.anli_img img:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}
.anli_name{
	width: 250px;
	height: 40px;
	margin: 10px auto;
	text-align: center;
}
.anli_name a{
	display: block;
    font-size: 15px;
    line-height: 30px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anli_name a:hover{
	text-decoration:underline;
}
/*留言页面  背景*/
ul.liuyan {
	width: 500px; 
	margin: 0 auto;
	padding-top: 15px;
}
ul.liuyan li{
	line-height: 36px; 
	margin-bottom: 20px;
}
ul.liuyan strong{ 
   float: left;
   display: inline; 
   font-size: 15px;
   width: 84px;
}
ul.liuyan input{
	line-height: 34px; 
	margin-right: 8px;
	border: 1px solid #999;
}
ul.liuyan b{
	color: #cf726d;
}
ul.liuyan textarea#txtContent {
	width: 360px;
    height: 150px;
    border: 1px solid #999;
}
ul.liuyan input#txtEmail {
	width: 340px;
}
ul.liuyan input#textadd {
	width: 290px;
}
ul.liuyan input#btnSubmit{
	width: 100px;
    background: #424242;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #424242;
    border-radius: 5px;
    color: #fff;
}
.map{
	padding: 20px 40px;
} 

/*内页-市场活动*/
.gallerylist{    
    width: 1300px;
    margin: 0px auto;
    overflow: hidden;
}
.gallerylist-wrapper {
    overflow: hidden;
    cursor: pointer;
    width: 295px;
    height: auto;
    margin-left: 24px;
    background: #fff;
    float: left;
}
.gallerylist-wrapper:hover{
	box-shadow: 1px 1px 4px #999;
}
.child{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	width: 290px;
	margin: 35px auto;
	margin-bottom: 25px;
}
.child h4{
	width: 90px;
    float: left;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    padding-left: 6px;
}
.gallerylist-wrapper a {
    display: block;
    font-size: 16px;
    margin-top: 1px;
}
.gallerylist-wrapper img {
    margin: 0px 15px;
    width: 265px;
    height: 185px;
    border-radius: 5px 5px 0 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    border-bottom: 1px solid #d8d8d8;
}
.gallerylist-wrapper img:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}

.desc {
    padding: 10px 20px;
    border-top: none;
    width: 294px;
    height: auto;
}
.desc p{
	font-size:14px;
	color:#000;
	line-height:1.7;
	text-transform: capitalize;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.desc p:hover{
	color: #ad6a39;
}

.famliy{
	background-color: #ad6a39;
    width: 155px;
    height: 35px;
    float: right;
    text-align: center;
    line-height: 35px;
    margin: 15px 25px;
}
.famliy a{
	color:#fff; 
	font-size:15px; 
	font-weight:bold; 
}

/*质保查询*/
.qccx{
	padding: 30px 40px;
    margin: 0 auto;
    height: auto;
    font-size: 14px;
}
.shaixuan{
	height: 40px;
    width: 620px;
}
.shaixuan li{
	width: 216px;
    height: 40px;
    float: left;
    list-style: none;
    line-height: 40px;
}
.shaixuan li .xialaku{
	width: 140px;
    height: 35px;
    border: 1px solid #bfbfbf;
	padding-left: 15px;
}
.shaixuan input.shuru{
    color: #333;
    width: 220px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    float: left;
    margin: 2px 16px 2px 5px;
    border: 1px solid #c5c5bd;
    padding-left: 12px;
}
.shaixuan .juzhong {
    width: 100px;
    height: 36px;
    float: left;
    margin: 2px 0px;
}
.shaixuan .btntj {
    color: #fff;
    width: 100px;
    height: 36px;
    background: #424242;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
	border: none;
}

.jieguo{
	width: 100%;
    height: auto;
    margin: 30px auto;
	border: 1px solid #ccc;
    padding-bottom: 35px;
}
.jieguo .chaxun {
    width: 96%;
    margin: 0 auto;
    margin-top: 22px;
    height: 30px;
}
.jieguo .chaxun p{
    text-align: left;
    font-size: 18px;
}
.jieguo .small {
    border-bottom: 1px dashed #ccc;
	height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.small .app a{
    font-size: 15px;
	line-height: 30px;
}
.small .app p {
    font-size: 13px;
}
.ruliguns {
    background: #666;
    border: 1px #ccc solid;
    height: 30px;
    line-height: 30px;
	width: 110px;
	color: #fff;
	border-radius: 4px;
    text-align: center;
    right: 10%;
    top: 2px;
    position: absolute;
}
/*查询结果详情*/
.results{
	width: 1100px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.results-img {
	width: 100%;
	text-align: center;
}
.results-img img{
	width: 60%;
	margin: 0 auto;
}


/*文件下载*/
.xiazai{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
    padding-left: 20px;
}
.xiazai li{
	width: 295px;
    margin: 12px 10px;
    float: left;
    display: inline;
    background: url(../images/bg123.png) no-repeat center bottom;
}
.xiazai li .xiazai-con{
	padding: 15px;
    background: url(../images/softbg.png) no-repeat center top;
    position: relative;
    margin-bottom: 15px;
}
.xiazai li .xiazai-con .img{
	text-align: center;
    display: block;
}
.xiazai li .xiazai-con .img img {
    height: 115px;
    display: block;
    margin: 0 auto 0px auto;
}
.xiazai li .xiazai-con .img i{
	background: #ad6a39;
    height: 26px;
    line-height: 26px;
    font-style: normal;
    font-size: 14px;
    width: 120px;
    display: block;
    text-align: center;
    margin: 8px auto;
    color: #fff;
}


/*页码*/
.pages {
    padding: 20px 10px 30px 10px;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
}
.pages .current {
    font-weight: bold;
    margin: 2px;
    padding: 3px 6px;
    border: 1px solid #ad6a39;
    background: #ad6a39;
    color: #fff;
}
.pages a {
    border: 1px solid #dadada;
    color: #6b6b6b;
    margin: 2px;
    padding: 3px 10px;
    text-decoration: none;
    box-shadow: 0 0 10px #ccc;
}
.pages a:hover{
	text-decoration: underline;
    background: #ad6a39;
    color: #fff;
}

/*上一篇下一篇*/
/*翻页*/
.ud {
    padding: 15px 40px;
    line-height: 34px;
    color: #999;
    border-top: 1px dashed #ccc;
	font-size: 15px;
}
.ud a {
    color: #ad6a39;
    font-size: 14px;
}
.ud a:hover {
    color: #333;
	text-decoration: underline;
}


/*底部信息*/
.footer{
	width: 100%;
    background: #fff; /*background: #F2F2F2;*/
    margin: 20px 0 15px 0;
    overflow: hidden;
    border-top: 1px dashed #666;
}
.archer_content{
	width: 1400px;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
}
.footer_content{
	width: 685px; /* width: 700px;*/
	float: left;
	overflow:hidden;
	padding-left: 15px;
	padding-top: 42px;
}
.archer{
	float: left;
    margin: 0px 0px 15px 0px;
    width: 97px;
    text-align: justify;
}
.archer h4{
	font-family: "微软雅黑";
	font-size:15px;
	color: #333;
	margin-bottom: 3px;
}
.archer li{
	height:26px; 
	overflow:hidden;
}
.archer li a{
	font-family: "微软雅黑";
    font-size: 15px;
    color: #000;
}
.sister {
	float: right;
	margin: 20px 0 15px 0px;
    width: 660px;  /*width: 700px;*/
    text-align: justify;
    height: 100px;
	padding-left: 25px;
	padding-right: 15px;
}
.sister a{
	display: inline-block;
    width: auto;
    /*float: left;*/
}
.sister img{
    height: 85px;
	float: right;
}
.jia1 img{
    width: 322px;
    float: left;
}
a.jia2{
	margin-left: 23px;
}
.jia2 img{
    width: 144px;
    float: left;
}
a.jia3{
	float: right;
}
.jia3 img{
    width: 137px;
    float: right;
}


/*底部经销商登录*/
.aiche{
	width: 280px;
    position: absolute;
    top: 68%;
    left: 402px;
    line-height: 58px;
    height: 74px;
}
.aiche a{
	float: left;
    display: inline-block;
	font-family: "微软雅黑";
    font-size: 15px;
    color: #000;
}
.aiche img{
	height: 74px;
    float: right;
    display: inline-block;
}

/*最底部信息*/
.brother {
    height: 110px;
    width: 100%;
    background: url(../images/footerbg.jpg) no-repeat;
	margin-top: 12px;
}
.friend{
	width: 1400px;
    margin: 0 auto;
	overflow: hidden;
	line-height: 110px;
	padding-left: 15px;
}
.friend span {
	display: block;
    color: #ccc;
    font-size: 14px;
    line-height: 110px;
}
.friend span a {
    text-align: center;
    color: #fff;
}


/*新加功能-预约体验*/ 
/*地图*/
.map2{
	padding: 3px 0;
}
.tiyan{
	background: #fff;
    height: 60px;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #444;
}
.tiyan #city{
	width: 680px;
    height: 36px;
	float: left;
}
#city li{
	width: 220px;
    float: left;
    margin: 0 0px;
    font-size: 16px;
    color: #333;
	line-height: 25px;
}
#city li select{
	width: 160px;
    border: 1px solid #999;
    padding: 0px 5px;
}
.tiyan .carat{
	float: left;
	height: 36px;
}
.carat span{
	line-height: 30px;
    font-size: 16px;
}
.carat input.shuru{
	width: 186px;
    line-height: 26px;
	color: #333;
    font-size: 15px;
    padding-left: 10px;
	border: 1px solid #999;
}
.carat .juzhong {
	width: 100px;
    height: 28px;
    float: right;
    margin: 2px 8px;
}
.carat .btntj {
    color: #fff;
    width: 100px;
    height: 28px;
    background: #424242;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
    border: none;
}


/*产品类别介绍*/
.cp-jieshao{
	border: 1px solid #ccc;
    height: auto;
    padding: 15px;
    font-size: 15px;
    width: 98%;
    margin: 0 auto;
    border-radius: 8px;
   /* overflow: hidden;*/
   background: #E8E6E6;
}


/*质保查询结果*/
/* .query {
    width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #666;
	padding: 0 20px;
	font-family: "微软雅黑";
}
.query .zb-top{
	width: 330px;
    height: auto;
    padding-bottom: 15px;
}
.zb-top h3{
	float: left;
	line-height: 60px;
	padding-left: 20px;
}
.zb-top img{
    float: left;
    height: 60px;
}

.zb-con{
	width: 100%;
    overflow: hidden;	
}
.zb-con span{
	font-size: 16px;
    color: #000;
}
.zb-con p{
	text-indent: 2em;
    line-height: 30px;
}

查询表格形式
.zb-table {
	width: 100%;
    overflow: hidden;
}
.zb-table .zb-group{
	width: 33.3%;
    overflow: hidden;
	float: left;
}
.zb-table label {
	padding: 9px 0px 0px 9px;
	color: #595757; 
	float:left; 
	font-size:14px;     
	letter-spacing: 5px;
}

.zb-table .zb-group span {
	border-bottom: 1px solid#CCC;
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
	text-align: left;
   padding-left: 20px;
	font-family: "微软雅黑"；;
color: #444;
}

.zb-table .qixian{
	width: 100%;
    overflow: hidden;
}
.qixian label{
	float: left;
}

.qixian .year{
	float: left;
    text-align: center;
}
.qixian .year span{
	border-bottom: 1px solid#CCC;
    display: inline-block;
    width: 100px;
}
.qx .year lable{
	padding: 0 20px;
}

.zb-bottom{
	width: 100%;
	padding: 20px 0;
}
.zb-bottom h3{
	line-height: 30px;
    color: #333;
    font-size: 15px;
}
.zb-bottom p{
	line-height: 30px;
    font-size: 14px;
    color: #333;
}
 */





