@charset "UTF-8";
/**
 * @authors luankezhen (luankezhen@foxmail.com)
 * @date    2013-08-18 14:49:58
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:"Microsoft YaHei", "SimHei", "SimSun";
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'iconfont';
	font-style: normal;
	-webkit-font-smoothing: antialiased;/*CSS3里面加入了一个“-webkit-font-smoothing”属性。这个属性可以使页面上的字体抗锯齿,使用后字体看起来会更清晰舒服。加上之后就顿时感觉页面小清晰了。*/
	-webkit-text-stroke-width: 0.2px;/*设置或检索对象中的文字的描边厚度*/
	/*-webkit-text-stroke-color:#ff0;*//*设置或检索对象中的文字的描边颜色*/
	-moz-osx-font-smoothing: grayscale;
	
}
img {
	/*max-width: 100%;*/
	display: block;
	border:0;
	vertical-align:middle;
}
ul {
	list-style:none;
}
html, body {
	min-height: 100%;
	background: #fff;
}
body {
	font-family: Verdana;
	-webkit-text-size-adjust: none;
	
}
/*选中后背景色*/
::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
a {
	/*	*/
	text-decoration:none;
}
a:active, a:hover {
	outline: 0;
}
.a-del {
	color: #c00;
}
.a-del:hover {
	color: #b00;
	text-decoration: underline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.icon-arrow-right {
	
}
.fb18 {
	font-size: 18px;
	font-weight: bold;
}
.fb24 {
	font-size: 24px;
	font-weight: bold;
}
.cred {
	color: #c00 !important;
}
.cblue {
	color: #06c !important;
}


.wrapfix:after{	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrapfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .wrapfix {
	height: 1%;
}
.wrapfix {
	display: block;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}
/* End hide from IE-mac */

.cleardiv{clear:both;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {clear:both;zoom:1;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
#wrap { display: block; min-width: 320px; max-width: 640px; width: 100%; margin: 0 auto; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; overflow: hidden; }

/* header */
.header{
	position:relative;
	height:40px;
	line-height:40px;
	padding-left:3%;
	background:#555;
	color:#fff;
}
.header a{color:#fff;}
.header .toptel{
	position:absolute;
	top:0;
	right:110px;
	z-index:1000;
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999em;
	background:url(../images/icon_tel.fw.png) no-repeat center center;
	background-size:86%;
}

/**导航样式*/
.wap-header{
	background:#fff;
	text-align:center;
	overflow:hidden;
	font-weight:600;
}
.wapnav{background-color: #0065b3;}
.wapnav ul{overflow:hidden;}
.wapnav li{
	float:left;
	width:25%;
	text-align:center;
}
.wapnav li a{
	display:block;
	padding:15% 0px;
	font-size:1em;
	color:#fff;
	margin-top:1px;
	position:relative;
	background-color:#0065b3;
	background-image:-moz-linear-gradient(top , #0380e0 , #0065b3);
	background-image:-webkit-linear-gradient(top , #0380e0 , #0065b3);
	background-image:-o-linear-gradient(top , #0380e0 , #0065b3);
	background-image:-ms-linear-gradient(top , #0380e0 , #0065b3);
	background-image:linear-gradient(top , #0380e0 , #0065b3);
}
.wapnav li a:after{
	content:'';
	position:absolute;
	top:0;
	right:-2px;
	z-index:9;
	height:100%;
	width:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0380e0;
	border-left-color: #0065b3;
}


@media (min-width:641px){body{width:100%;margin:auto;}}

/**/
.nynav{
	position:relative;
	height:50px;
	line-height:50px;
	text-indent:12px;
	background:#0a8650;
	color:#fff;
	font-size:14px;
}
.nynav a{
	color:#fff;
	font-size:14px;
}

/**/
.spd-text-box {
	width:100%;
	text-align:center;
}
.spd-text-box h2{
	font-size:20px;
	line-height:30px;
	padding-top:10px;
}
.spd-text-box .line{
	width:180px;
	height:1px;
	display:block;
	margin:auto;
	background-color:#ddd;
}
.spd-text-box .line i{
	width:20px;
	height:2px;
	display:block;
	margin:3px auto;
	background-color:#128cc9;
}
.spd-text-box h3{
	font-size:16px;
	color:#ccc;
	padding-top:5px;
}

/*首页主体部分*/

.box_swipe {
	overflow:hidden;
	position:relative;
	width:100%;
	z-index:1;
}
.box_swipe ul {
	-webkit-padding-start:0px;
	list-style:none outside none;
	width:4480px;
	transition-duration:500ms;
	transform:translate3d(-1920px,0px,0px);
}
.box_swipe ul li img {
	width:100%;
	border:0;
}
.box_swipe>ol {
	display:block;
	width:98%;
	height:20px;
	position:absolute;
	z-index:10;
	margin-top:-25px;
	padding-right:50px;
}
.box_swipe>ol>li {
	display:inline-block;
	margin:5px 0;
	width:10px;
	height:10px;
	background-color:#757575;
	border-radius:10px;
}
.box_swipe>ol>li.on {
	background-color:#ffffff;
}




/*内容页面*/
.wapcontent {
	padding:0px 5px;
	margin:5px;
	line-height:200%;
}
.wapcontent * {
	font-size:15px;
	color:#333;
	padding:0;
	color:#666;
}
.wapcontent .title {
	font-size:24px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:2%;
	color:#000;
	line-height:120%;
	text-align:center;
	border-bottom:0px dashed #FF9900;
}
.wapcontent .top_about {
	text-align:center;
	color:#666;
	padding:1px 0;
	margin:0px auto 3%;
	background:#fafafa;
}
.wapcontent .neirong {
	TABLE-LAYOUT:fixed;
	WORD-WRAP:break-word;
}
.wapcontent .neirong iframe{width:100%!important;height:240px!important;}
.wapcontent .neirong img {
	width:90%!important;
	height:auto!important;
	display:block;
	margin:auto;
}
.wapcontent .up-down {
	padding:3% 0px;
	text-align:center;
	margin-bottom:2%;
}
.wapcontent .up-down a {
	width:40.9%;
	height:30px;
	line-height:30px;
	display:block;
	background:#09F;
	margin-left:6%;
	float:left;
	color:#fff;
}

/*分页*/
.page {
	text-align:center;
	padding:5% 0;
	clear:both;
}
.page a {
	padding:5px 10px;
	font-size:16px;
	background:#09F;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
}
.page a:hover {
	text-decoration:none;
	color:#FFF;
	background:#F60;
}
.page font {
	color:#000;
	background:#F60;
	padding:5px 10px;
	font-size:16px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.page span {
	color:#FFF;
	background:#09F;
	padding:5px 10px;
	font-size:16px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-right:6px;
}
/**/
.GroupMove {
	width:100%;
	overflow:hidden;
}
.listpic {
	height:130px;
	float:left;
	margin-left:5px;
	display:inline;
}
.listpic a {
	display:block;
}
.listpic img {
	height:126px;
	padding:1px;
	display:block;
	margin:auto;
	border-radius:8px;
}
.listimg {
	width:130px;
	height:130px;
	float:left;
	margin-left:5px;
	display:inline;
}
.listimg a {
	display:block;
}
.listimg img {
	width:126px;
	height:126px;
	padding:1px;
	display:block;
	margin:auto;
	border-radius:5px;
}


/*<!--列表页面-->*/
.artlist {
	padding:2% 3%;
	line-height:24px;
	clear:both;
	border-bottom:1px dashed #efefef;
}
.artlist a {
	font-size:14px;
	color:#666;
}
.catepic {
	width:50%;
	float:left;
	text-align:center;
	padding-top:8px;
	margin-bottom:10px;
}
.catepic a {
	display:block;
	color:#888;
}
.catepic img {
	width:90%;
	height:240px;
	border:4px solid #dfdfdf;
	display:block;
	margin:auto;
	padding:2px;
}
.catepic span {
	height:24px;
	line-height:24px;
	padding-top:5px;
	text-align:center;
	width:92%;
	overflow:hidden;
	display:block;
	margin:auto;
	clear:both;
}
.catepic0 {
	width:50%;
	float:left;
	text-align:center;
	padding-top:8px;
	margin-bottom:10px;
}
.catepic0 a {
	display:block;
	color:#888;
}
.catepic0 img {
	width:88%;
	height:150px;
	border:4px solid #dfdfdf;
	display:block;
	margin:auto;
	padding:2px;
}
.catepic0 span {
	height:24px;
	line-height:24px;
	padding-top:5px;
	text-align:center;
	width:92%;
	overflow:hidden;
	display:block;
	margin:auto;
	clear:both;
}
.catepic1 {
	width:150px;
	float:left;
	text-align:center;
	padding-top:8px;
	margin-bottom:10px;
}
.catepic1 a {
	display:block;
	color:#888;
}
.catepic1 img {
	width:90%;
	height:120px;
	border:4px solid #dfdfdf;
	display:block;
	margin:auto;
	padding:2px;
}
.catepic1 span {
	height:24px;
	line-height:24px;
	padding-top:5px;
	text-align:center;
	width:92%;
	overflow:hidden;
	display:block;
	margin:auto;
	clear:both;
}


/**/
.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px;
	float:right;
}
.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:#428bca;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.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>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	color:#2a6496;
	background-color:#eee;
	border-color:#ddd
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	z-index:2;
	color:#fff;
	cursor:default;
	background-color:#428bca;
	border-color:#428bca
}

/*留言-在线沟通*/
.mess-table {
	width:100%;
	font-size:14px;
	line-height:1.5;
}
.mess-table th {
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}
.mess-table em {
	color:#F00;
	font-style:normal;
	font-weight:normal;
}
.mess-table th,.mess-table td{
	vertical-align:middle;
	padding:2px 2px;
}
.mess-table td.opt {
	text-align:center;
}
.mess-table textarea, .mess-table .input {
	width: 98%; 
	border:1px solid #CCC;
}
.mess-table .input {
	height: 25px;
	line-height:25px;
}
.btn999 {
	height: 30px;
	font-size:14px;
	line-height: 30px;
	padding: 0px 50px;
	border: 1px solid #000;
	color: #FFF;
	text-decoration: none;
	cursor: default;
	background: -o-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -moz-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -webkit-gradient(linear, 0 0, 0 30%, from(#767676), to(#595959));
	background: -webkit-gradient(linear, 0 30%, 0 100%, from(#4A4A4A), to(#000));
	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
}
.btn999:active {
	background: -o-linear-gradient(top, #000, #767676 100%);
	background: -moz-linear-gradient(top, #000, #767676 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#767676));
}

/*分享平台*/
.pmain {
	padding: 0 0 1em;
	
}
.p-tl {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0;
	background: #ddddce;
	color: #360;
	text-align: center
}
.pNC {
	width: 88%;
	margin: 0 auto;
	padding: 1em 0;
	color: #4a4a4a;
	min-height: 180px
}

/*底部footer*/
.footer{
	text-align: center; 
	line-height:20px; 
	padding-top:10px; 
	color: #697B86; 
	font-size: 14px; 
	border-top: 1px solid #E1E1E1;
	background-color:#efefef;
	
	padding-bottom:10px;
}
.footer a{
	color: #697B86;
}
.footer a.back-top{
	color:#C60;
}

/**/
.service{
	padding:5% 1%;
	margin:auto;
}
.service h3{
	width:90%;
	margin:auto;
	color:red;
	text-indent:2em;
	line-height:150%;
	border:1px dashed #ddd;
	padding:5px 10px;
}
.service ul,.service ul li{
	list-style:none;
	position:relative;
}
.service ul{
	width:97%;
	margin:auto;
}
.service ul li{
	width:50%;
	height:120px;
	line-height:120px;
	text-align:center;
	font-size:20px;
	color:#fff;
	float:left;
}
.service ul li a{
	display:block;
	color:#fff;
	font-size:20px;
}
.service ul li.r1{
	border-radius: 0 50% 0 50%;
	background-color:#1b80d9;
}
.service ul li.r2{
	border-radius: 50% 0 50% 0;
	background-color:#8bc63d;
}
.service ul li.r3{
	border-radius: 50% 0 50% 0;
	background-color:#8bc63d;
}
.service ul li.r4{
	border-radius: 0 50% 0 50%;
	background-color:#1b80d9;
}

.service ul i{
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:90px;
	z-index:99;
	display:block;
	width:60px;
	height:60px;
	background:url(../images/logo-icon.png) no-repeat center;
	-webkit-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}

/**/
.product {
	overflow:hidden;
	display:block;
	margin:10px auto 0;
}
.product li {
	overflow:hidden;
	float:left;
	width:49.8%;
	height:212px;
	padding-top:2px;
	position:relative;
}
.product li img {
	width:98%;
	height:148px;
	position:relative;
	display:block;
	margin:auto;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.product li div {
	width:98%;
	height:100px;
	position:absolute;
	left:1%;
	top:112px;
	z-index:99;
	color:#f00;
	background:url(../images/gray40.png);
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.product li div h3 {
	color:red;
	text-align:center;
	font-size:14px;
	line-height:36px;
}
.product li div p {
	text-indent:2em;
	color:#fff;
	line-height:18px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	font-size:12px;
}
.product li.nomr {
	border-right:0;
}
.product li.notb {
	border-top:0;
}


/**/
.case{
	padding:0 1%;
	margin:15px auto;
}

/**/
.about{
	background-color:#f0f0f0;
	padding:0 1%;
	margin:15px auto 5px;
}
.about .us{
	line-height:180%;
	font-size:14px;
	color:#777;
	padding:10px 10px 20px;
}
.about .us p{
	text-indent:2em;
}
.about .us a{
	display:block;
	width:120px;
	height:36px;
	line-height:36px;
	margin:10px auto 0;
	text-align:center;
	color:#666;
	border:1px solid #666;
	-webkit-border-radius:18px;
	border-radius:18px;
}

/**/
.join{
	width:96%;
	height:65px;
	padding-top:2%;
	padding-bottom:2%;
	margin:24px auto 0;
	border:1px dashed #ddd;
}
.join img.jm{
	position:relative;
	float:left;
	margin-left:1%;
}
.join span{
	position:relative;
	float:left;
	margin-left:5%;
	font-size:18px;
	color:#09f;
	padding-top:5px;
}
.join span i{
	font-size:30px;
	color:red;
}

/**/
.news{
	padding:2% 1%;
	margin:0% auto;
}
.news ul,.news ul li{
	list-style:none;
	position:relative;
}
.news ul{
	padding-top:3%;
	padding-bottom:3%;
}
.news ul li{
	height:42px;
	line-height:42px;
	padding:0 2%;
	overflow:hidden;
	border-top:1px dashed #dfdfdf;
}
.news ul li:first-child{
	border-top:0;
}
.news ul li a{
	color:#999;
}

/**/
.ryzz{
	padding:0 1%;
	margin:15px auto;
}

@-webkit-keyframes rotating {
	from{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
    	transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotating {
	from{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
    	transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes rotating {
	from{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
    	transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes rotating {
	from{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
    	transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*guestbook*/
.form-liuyan{color:#333;height:auto;margin:36px auto 0;}
.form-liuyan .head{background-color:#f0f0f0;height:36px;line-height:36px;text-indent:12px;}
.form-line{width:100%;height:30px;line-height:30px;vertical-align:middle;clear:both;margin-top:10px;}
.form-line ins, .form-line label.word{height:30px;line-height:30px;color:#757575;font-size:14px;display:inline-block;float:left;font-style:normal;}
.form-line ins{text-decoration:none;}
.form-line label.word{width:24%;vertical-align:middle;text-align:right;margin-right:24px;}
.form-text,.form-yzm{margin-right:5px;height:30px;line-height:30px;padding-left:3px;border:1px #c4c4c4 solid;color:#222;font-size:14px;display:inline-block;float:left;}
.form-area{margin:0;padding:0;padding:3px;width:60%;height:120px;border:1px #c4c4c4 solid;color:#222;font-size:16px;display:inline-block;float:left;}
.form-checkImg{margin-left:8px;margin-top:6px;}
select.form-sel{padding:5px 10px 5px 0;}

.search-result{background:#fff;-webkit-border-radius:10px;border-radius:10px;width:90%;margin:30px auto 0;padding:2% 0;border:1px solid #e0e0e0;}

/*****************************************************/

/*客户评价页面*/
.pingjia{position:relative;clear:both;}
.pingjia h3{display:block;height:42px;line-height:42px;text-align:center;background-color:#fff;border-bottom:1px solid #dfdfdf;}
.pingjia p{padding:5px 0;width:90%;margin:auto;font-size:14px;color:#555;}
.pingjia p span{color:#f00;font-size:18px;position:relative;top:5px;}

.pingjia p input.form-input{border:1px solid #dfdfdf;-webkit-border-radius:5px;border-radius:5px;width:96%;padding:0 2%;height:36px;line-height:36px;}
.pingjia p textarea{border:1px solid #dfdfdf;-webkit-border-radius:5px;border-radius:5px;width:96%;padding:0 2%;height:96px;line-height:32px;}

.pingjia .kbox{border:1px solid #dfdfdf;-webkit-border-radius:5px;border-radius:5px;width:86%;margin:auto;padding:10px 2%;font-size:14px;color:#555;background-color:#fff;}
.pingjia .kbox label, .pingjia .kbox input{position:relative;}
.pingjia .kbox label{top:-3px;width:40%;display:inline-block;}






