﻿body
{
    font-size:1em; color:#666666;
	/*background-color:#AEDBFF;*/
	margin:0px;
	font-family: 微软雅黑;
	/*background:url("bg.gif") repeat;*/
	background-color:#FFFFFF;
}
a
{
    text-decoration:none;
}
.ContEditBox img 
{
	width:100%;
	height:auto;
}
.BoxOut
{
    width:100%;
    height:auto;
    margin:auto;
}

/************************************************头部框***************************************************/
.BoxOut .topLogo{ width:100%; float: left; margin: 20px auto 10px 0px; padding: 0px;}
.BoxOut .topLogo img{max-width: 100%;float: left;}
.top_tel{float: right; margin-right: 20px;font-size: 16px;margin-top: -2px;}
.top_tel a{font-weight: bold;color: #ff0000;}
.top_tel h3{font-size: 15px;width:100%;margin: auto;font-weight: 500;}
.BoxOut .TopBox
{
    width:100%;
    height:52px;
	background: #111;
	text-align:center;
	font-size:1.2em;
	color:#FFFFFF;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#08a5f1),to(#0098da));
	background-image: -webkit-linear-gradient(#08a5f1,#0098da);
	background-image: -moz-linear-gradient(#08a5f1,#0098da);
	background-image: -ms-linear-gradient(#08a5f1,#0098da);
	background-image: -o-linear-gradient(#08a5f1,#0098da);
	background-image: linear-gradient(#08a5f1,#0098da);
	position:relative;
}
.TopBox .title
{
	width:75%;
	height:52px;
	text-align:center;
	font-size:1.2em;
	color:#FFFFFF;
	line-height:52px;
	margin:auto;
	overflow:hidden;
	display:block;
}
.TopBox .btn_fh
{
	width:30px;
	height:27px;
	background-image:url("ico_fh.png");
	background-repeat:no-repeat;
	float:left;
	/*margin-left:10px;
	margin-top:10px;*/
	cursor:pointer;
	display:block;
	position:absolute;
	left:10px;
	top:10px;
}
.TopBox .btn_cd
{
	width:30px;
	height:27px;
	background-image:url("ico_cd.png");
	background-repeat:no-repeat;
	float:right;
	/*margin-right:10px;
	margin-top:10px;*/
	cursor:pointer;
	display:block;
	position:absolute;
	right:10px;
	top:10px;
}


.TopBoxCont .searchBox
{
    position:absolute;
    left:70px;
    top:17px;
    width:220px;
    /*height:auto;
    margin:auto;
    padding-top:17px;*/
}
.searchBox input[type='text']
{
    width:90px;
    height:40px;
    border:1px solid #66CCCC;
    border-radius:15px;
    float:left;
    margin-right:5px;
    font-size:1em;
}





/************************************************首页banner***************************************************/
.BoxOut .banners
{
	width:100%;
	height:auto;
	margin:0px 0px 10px 0px;
}
.banners img 
{
	max-width:100%;
	height:auto;
	border:0px;
}
/*********************************************电话样式**************************************************/
.TelBox
{
    display: block!important;
    line-height: 40px!important;
    margin: 10px;
    margin-top: 10px!important;
    /*background: #ea5946;*/
    color: #fff!important;
    text-align: center;
    border-radius: 5px;
    word-spacing: nowrap;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    background-color: #0098da;
}
.TelBox a
{
    color:#FFFFFF;
}
/*********************************************首页样式**************************************************/
.BoxOut .index_menuList
{
	width:100%;
	height:auto;
	margin:auto;
}
.index_menuList ul
{
	padding: 0px 5px 10px 5px;
}
.index_menuList ul li
{
	overflow: hidden;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    width: 33.3%!important;
    display: inline-block;
    float: left;
    padding: 2px;
    /*background: #00A693;*/
	background: #0098da;
    -webkit-background-clip: content;
    -moz-background-clip: content;
    background-clip: content;
    text-align: center;
	border:1px solid #0098da;
}
.index_menuList ul li a
{
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
    position:relative;
}
.index_menuList ul li.menuWhite
{
    color: #2E81A9;
    background: #FFFFFF;
}
.index_menuList ul li.col1
{
    color: #ffffff;
    background: #0098da;
}
.index_menuList ul li.col3
{
    color: #ffffff;
    background: #0098da;
}
.index_menuList ul li.col5
{
    color: #ffffff;
    background: #0098da;
}
.index_menuList ul li.col2,.index_menuList ul li.col4,.index_menuList ul li.col6
{
    color: #2E81A9;
    background: #FFFFFF;
}
.index_menuList ul li.col2 a .menuTitle,.index_menuList ul li.col4 a .menuTitle,.index_menuList ul li.col6 a .menuTitle{color: #2E81A9;}
.index_menuList ul li a .menuIco
{
	display: inline-block;
	font-size: 30px;
    margin: 10px auto 0px auto;
}
.index_menuList ul li a .menuTitle
{
    width:100%;
    text-align:center;
	font-size: 16px;
	height: 21px;
    overflow: hidden;
    /*font-size:1.2em;*/
}
.index_menuList ul li.menuWhite a
{
    color:#0098da;
}

/*.index_menuList ul li
{
	width:100%;
	height:80px;
	background-color:#E1E7F1;
	border:1px solid #207EE4;
	border-radius:10px;
	margin-bottom:10px;
	list-style:none;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#E1E7F1),to(#8EF6F3));
    background-image: -webkit-linear-gradient(#E1E7F1,#8ED1F6);
    background-image: -moz-linear-gradient(#E1E7F1,#8ED1F6);
    background-image: -ms-linear-gradient(#E1E7F1,#8ED1F6);
    background-image: -o-linear-gradient(#E1E7F1,#8ED1F6);
    background-image: linear-gradient(#E1E7F1,#8ED1F6);
}
.index_menuList ul li a
{
	width:100%;
	height:80px;
	background:url("ico01.gif") right 10px center no-repeat;
	border:1px solid #666666;
	border-radius:10px;
	margin-bottom:10px;
	list-style:none;
	display:block;
}
.index_menuList ul li a:hover
{
	background-color:#D9EEFF;
	border-color:#62B8FF;
}
.index_menuList ul li img
{
	width:auto;
	max-width:75px;
	height:80px;
	line-height:100%;
	margin-left:5px;
	margin-right:0px;
	float:left;
}

.index_menuList ul li h2
{
	width: auto;
    height: 80px;
    line-height: 82px;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
    color: #298BCE;
    overflow: hidden;
    margin: 0px;
}
.index_menuList ul li h2 a
{
	color:#298BCE;
}
.index_menuList ul li .menuMore
{
	float:right;
	height:80px;
	line-height:100px;
	margin-right:5px;
}
.index_menuList ul li.cure
{
	background-color:#D9EEFF;
	border-color:#62B8FF;	
}
*/


/************************************************内容框***************************************************/
.BoxOut .ContBox
{
    width:100%;
    overflow: hidden;
    margin:10px 0px 0px 0px;
}
.ContBox .Conts
{
	width:94%;
	padding:0px 3%;
	overflow:hidden;
}
.ContBox .Conts p
{
    margin: 0px;
}
.ContBox .Conts img
{
	max-width:100%;
	height:auto;
}
.Conts .ArticleList
{
	width:100%;
	float:left;	
}
.Conts .ProdIcoList
{
	width:100%;
	float:left;	
}
/*.Conts .ProdIcoList ul li img
{
	width:110px;
	height:90px;
}*/
.Conts .share img
{
	width:16px;
	height:16px;
	margin-right:10px;
}

.Conts .ArticleList ul li{min-height: 40px;float: left;width: 100%;}
.Conts .ArticleList ul li .Name{line-height: 40px;text-indent: 20px; float: left;}
.Conts .ArticleList ul li .Time{line-height: 40px;float: right;width: 150px;}

/*********************************************内容文章列表样式***************************************************/
.ArticleList ul
{
	width:100%;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fff,#f1f1f1);
	background-image: -moz-linear-gradient(#fff,#f1f1f1);
	background-image: -ms-linear-gradient(#fff,#f1f1f1);
	background-image: -o-linear-gradient(#fff,#f1f1f1);
	background-image: linear-gradient(#fff,#f1f1f1);
	border-radius:10px;
	border: 1px #cccccc solid;
}
.ArticleList ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	margin: 0;
	overflow: visible;
	text-align: left;
	border-width: 0;
	border-top-width: 1px;
	color: #222;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px #cccccc solid;
}
.ArticleList ul li a
{
	list-style: none;
	padding:0px;
	margin:0px;
	display: block;
	overflow: visible;
	text-align: left;
	border-width: 0;
	border-top-width: 1px;
	color: #222;
	text-shadow: 0 1px 0 #fff;
	display:block;
}

.ArticleList h2
{
	width:100%;
	height:30px;
	line-height:30px;
	text-indent:10px;
	font-size:1.2em;
	font-weight:bold;
	display: block;
	margin: 0.6em 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	color:#2f3e46;
}
.ArticleList ul li span
{
	width:100%;
	text-align:left;
	height:20px;
	line-height:20px;
	text-indent:10px;
	display: block;
	overflow:hidden;
	font-size:0.8em;
	margin:5px 0px 10px 0px;
}

.ArticleList ul li h3
{
	width:100%;
	height:30px;
	line-height:30px;
	text-indent:20px;
	font-size:1.2em;
	font-weight:bold;
	display: block;
	margin: 0.6em 0 0.5em 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: 0 1px 0 #fff;
	color:#2f3e46;
}

/*********************************************内容产品图标样式***************************************************/
.ProdIcoList
{
	width:100%;
	float:left;	
}
.ProdIcoList .ColumnsName
{
	width:100%;
	float:left;
	height:40px;
	line-height:40px;
	font-size:1em;
	margin:10px 0px;
	overflow:hidden;
	border-radius:10px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#CCCCCC),to(#f1f1f1));
	background-image: -webkit-linear-gradient(#CCCCCC,#f1f1f1);
	background-image: -moz-linear-gradient(#CCCCCC,#f1f1f1);
	background-image: -ms-linear-gradient(#CCCCCC,#f1f1f1);
	background-image: -o-linear-gradient(#CCCCCC,#f1f1f1);
	background-image: linear-gradient(#CCCCCC,#f1f1f1);
	text-indent:20px;
	-webkit-box-shadow: -5px 0 5px rgba(0,0,0,.15);
	box-shadow: -1px 0 5px rgba(0,0,0,.15);
	-webkit-transition: -webkit-transform 350ms ease;
	text-shadow: 0 1px 0 #f1f1f1;
	color:#222;
	font-weight:bold;
}
.ProdIcoList dl
{
	width:100%;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.ProdIcoList dl dt
{
	width:100px;
	height:auto;
}
.ProdIcoList dl dt img
{
	width:100px;
	height:100px;
}
.ProdIcoList dl dd
{
	width:auto;
	height:auto;
}
.ProdIcoList ul
{
	width:100%;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.ProdIcoList ul li
{
	width:45%;
	min-width:110px;
	height:auto;
	overflow:hidden;
	float:left;
	margin: 10px 10px 10px 0px;
	padding:0px;
	border-radius:10px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	/*box-shadow: 1px 2px 8px #4F4C50;*/
	box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
　　-moz-box-shadow: 1px 1px 5px #ccc;
}
.ProdIcoList ul li .list_ico_pic{
	width: 100%;
	background-color: #FFF;
	text-align: center;
}
.ProdIcoList ul li .ProdListImage
{
    width:100%;
    height:100px;
    overflow:hidden;
    position: relative;
}
.ProdIcoList ul li .list_ico_pic img{
	width: 100%;
	max-width: 150px;
	max-height: 120px;min-height: 120px;
	margin: auto;	
}
.ProdIcoList ul li .ProdListImage img
{
	
	width:100%;
	position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50%;
}
.ProdIcoList ul li span
{
	
	width:100%;
	height:20px;
	line-height:25px;
	overflow:hidden;
	float:left;	
	margin:0px 0px 5px 0px;
	color:#FFFFFF;
	font-size:.7em;
	text-align: center;
}
.ProdIcoList ul li a
{
	/*padding-top: 100px;*/
    display: block;
    margin: 3px;
    /*background: #A8DFDF;*/
	background: #03A9F4;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    /*background-position: 0 -15px;
    background-position:center center;*/
    border-radius: 10px;
    overflow: hidden;
    /*border-right: 1px solid #686969;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #3f3f40;
    border-top: 1px solid #d6d7d7;*/
}
.ProdIcoList ul li a label
{
    color: #000;
    display: block;
    height: 30px;
    line-height: 30px;
    background: red;
    text-align: center;
    overflow: hidden;
    padding: 0 5px;
    font-size: 0.8em;
    -webkit-box-sizing: border-box;
    text-overflow: ellipsis;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b8b8b8), to(#959696));
}
/*********************************************区域1样式***************************************************/
.xunpan .InputErr
{
	width:100%;
	float:left;
	margin:1em;
	color:#F00;
}
.xunpan input[type='Text'],input[type='Submit']
{
	width:90%;
	height:50px;	
}
.shaow-bg
{
	-webkit-box-shadow: -5px 0 5px #0099CC;
	box-shadow: -1px 0 5px #0099CC;
	text-shadow: 0 1px 0 #FFf;
}
.shaow-focus
{
	text-indent:20px;
	-webkit-box-shadow: 110px 0 5px #0099CC;
	box-shadow: 0px 1px 5px #0099CC;
	-webkit-transition: -webkit-transform 350ms ease;
	text-shadow: 0 1px 0 #f1f1f1;
	color:#222;
	font-weight:bold;	
}
.input-box
{
	border-radius:10px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#f1f1f1));
	background-image: -webkit-linear-gradient(#eee,#f1f1f1);
	background-image: -moz-linear-gradient(#eee,#f1f1f1);
	background-image: -ms-linear-gradient(#eee,#f1f1f1);
	background-image: -o-linear-gradient(#eee,#f1f1f1);
	background-image: linear-gradient(#eee,#f1f1f1);	
	color:#222;
	font-weight:bold;
	font-size: 1.2em;	
	border:1px solid #aaaaaa;
	padding:10px;
}
.input-box-submit
{
	border-radius:10px;
	text-indent:20px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#6facd5),to(#4272a4));
	background-image: -webkit-linear-gradient(#6facd5,#4272a4);
	background-image: -moz-linear-gradient(#6facd5,#4272a4);
	background-image: -ms-linear-gradient(#6facd5,#4272a4);
	background-image: -o-linear-gradient(#6facd5,#4272a4);
	background-image: linear-gradient(#6facd5,#4272a4);
	color:#fff;
	font-size:1.2em;
	font-weight:bold;	
	border: 1px solid #555555;
	margin-top:20px;
	text-shadow: 0 1px 0 #333;
	cursor:pointer;
	
}
.ContBox .xunpan
{
    width:98%;
    margin:10px;
    float:left;
	overflow: hidden;
}
.xunpan .xpTitle
{
	width: 100%;
	height:50px;
	line-height:50px;
	color:#222;
	float:left;
}

.ContBox .xunpan textarea
{
	width:90%;
    height:70px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#efefef),to(#f1f1f1));
	background-image: -webkit-linear-gradient(#efefef,#f1f1f1);
	background-image: -moz-linear-gradient(#efefef,#f1f1f1);
	background-image: -ms-linear-gradient(#efefef,#f1f1f1);
	background-image: -o-linear-gradient(#efefef,#f1f1f1);
	background-image: linear-gradient(#efefef,#f1f1f1);
}
.wunpan dl
{
    width:100%;
    float:left;
    height:auto;
    border-radius:15px;
	background
    border:1px solid #666666;
    margin:5px 0px;
}
.ContBox .areaList
{
    width:98%;
    margin:10px;
    float:left;
}
.areaList dl
{
    width:100%;
    float:left;
    height:auto;
    border-radius:15px;
    border:1px solid #666666;
    margin:5px 0px;
}
.areaList dt
{
    width:100%;
    height:50px;
    float:left;
    line-height:50px;
    text-indent:20px;
    font-size:20px;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    background-color:#d9d9d9;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    cursor:pointer;
}
.areaList .topYj
{
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.areaList dt a
{
    color:#2e8bcc;
}
.areaList dt a:hover
{
    color:#20608e;
}
.areaList .bottomYj
{
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
}
.areaList dd.area
{
    width:auto;
    /*min-width:360px;*/
    line-height:40px;
    float:left;
    background-color:#ffffff;
    margin:0px;
    padding:0px 10px;
    display:none;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
}
.areaList dd.area a
{
    display:block;
    float:left;
    margin-right:15px;
    font-size:14px;
}
.areaList dd
{
    width:auto;
    line-height:40px;
    float:left;
    background-color:#efefef;
    margin:0px;
    padding:0px 10px;
    display:none;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
}
.areaList dd span
{
    font-size:16px;
    cursor:pointer;
    color:#F00;
    padding:0px 10px;
    display: block;
    float: left;
}
.areaList dt a:hover
{
    text-decoration:underline;
}
.areaList dd.show
{
    display:inherit;
}


/*********************************************菜单样式***************************************************/
.panel_box
{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.69);
}
.panel_box .panel_side
{
	position: absolute;
	right: 0;
	width: 280px;
	height: 100%;
	color: #ECECEC;
	z-index: 10000;
}
.panel_side .e.show
{
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	-webkit-transform: translate3d(0px,0px,0px);	
}
.panel_side .e
{
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	-webkit-transform: translate3d(313px,0px,0px);	
}
.panel_side[widget="sidemenu"] {
display: none;
position: absolute;
right: 0;
width: 100%;
height: 100%;
background: #08a5f1;
overflow: hidden;
overflow-y: scroll;
}

.panel_side ul
{
	list-style:none;
	padding:0;
	margin:0;	
}
.panel_side ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	margin: 0;
	overflow: visible;
	text-align: left;
	border-width: 0;
	border-top-width: 1px;
	font-weight: 700;
	color: #222;
	/*text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;*/
	background-image: -webkit-gradient(linear,left top,left bottom,from(#08a5f1),to(#0098da));
	background-image: -webkit-linear-gradient(#08a5f1,#0098da);
	background-image: -moz-linear-gradient(#08a5f1,#0098da);
	background-image: -ms-linear-gradient(#08a5f1,#0098da);
	background-image: -o-linear-gradient(#08a5f1,#0098da);
	background-image: linear-gradient(#08a5f1,#0098da);
	border-bottom: 1px #FFF solid;
}
.panel_btn_innerBox {
display: block;
position: relative;
padding: 0;
width:100%;
margin:0px;
}
.panel_side ul li ul{padding-bottom:10px;}
.panel_side ul li ul li{height:auto; line-height: 25px; text-indent: 20px;font-size: 14px;border-bottom: 0px;background-image:none;}
.panel_side ul li ul li .panel_btn_text a{padding:0 15px;}
.panel_btn_innerBox .panel_btn_text
{
	text-align:left;
}
.panel_btn_text a
{
	padding: 1em 15px;
	display: block;
	color:#FFF;
	font-weight:bold;
}
.panel_btn_text a.closed
{
	font-family: Helvetica,Arial,sans-serif;
}
.panel_btn_innerBox .panel_btn_icon
{
	top:15px;
	right: 10px;
	width:20px;
	position:absolute;
	background:url("view_list.png") center no-repeat;
	opacity: 0.5;
}
/*********************************************表格样式**************************************************/

.userprofile .PayRecharge{display:block;position:absolute;right:20px;top:50px}
.blank10{height:10px;line-height:10px;overflow:hidden}
.mt10{margin-top:10px}
.simtab 
{
    width:100%;
    border-bottom:1px #cccccc dashed;
    height:100%;
    margin:0px 0px 5px 0px;
    padding-bottom:10px;
    list-style:none;
    overflow:hidden;
}
.simtab a
{
    cursor:pointer;
    float:left;
    background-color:#efefef;
    color:#292929;
    text-align:center;
    margin-right:15px;
    border:1px solid #ddd;
    padding:10px;
    font-size:14px;
    display:block;
}
.simtab a.at{font-weight:bold;background-color:#fff;color:#00989E;}
/*.box-table dl{padding:1px;border-style:dashed;border-color:#ddd;border-width:0 1px 1px; margin:2px 0px; padding:0px;}*/
.box-table table{word-wrap:break-word;word-break:break-all}
.box-table th{height:30px;background-color:#eee;padding:0;padding-left:8px;}
.box-table .no-content{color:#a0a0a0}
.box-table td{text-align:center;border-bottom:1px dashed #e7e7e7;height:45px;line-height:1.5;padding:0 0 5px 5px}
.box-table .no-content td{height:40px}
.pagination{height:22px;text-align:right;line-height:20px;font-family:'宋体'}
.box-table .pagination{padding:10px 0;}
.hidden{display:none}
address,caption,cite,code,dfn,em,th,var,optgroup,b{font-style:normal;font-weight:normal}
.user-order .order-num,.user-order .order-id{padding-left:20px;text-align:left}
select{_padding:0;_background-color:#fff}
/*我的订单*/
.common-tit{padding:0 10px;font-family:"宋体"}
.box-table .hd{ margin:0px; font-weight:bold; color:#292929; width:auto; height:35px;line-height:34px;background:url("/style/cn_style/tit-bg.gif") repeat-x;border-style:solid;border-color:#ddd;border-width:1px 1px 0; position:relative; font-size:12px;}
.common-tit .search
{
    width:650px;
    height:20px;
    position:absolute;
    top:7px;
    left:100px;
    line-height:22px;
}
.box-table .time{color:#a0a0a0}
.user-tips a,.box-table a{color:#E70619}


.pagination{ margin-top:20px; height:22px; text-align:right; line-height:20px; font-family:'\5b8b\4f53';}
.pagination span{ color:#999; border:0;}
.pagination a, .pagination span{ display:inline-block; border:1px solid #CCC; padding:0px 7px; text-align:center; vertical-align:middle; text-decoration:none; margin-right:5px;}
.pagination a{ color:#424242;}
.pagination .current, .pagination a:hover{ color:#f60; border:1px solid #f60;}
.pagination .current{ font-weight:bold; background-color:#ffefe5;}

.info
{
    height:30px;
    font-size:16px;
    line-height:30px;
    font-weight:bold;
    clear:left;
    float:left;
    margin:0px;
    width:100%;
}

.txtarea
{
    width:100%;
    height:auto;
    float:left;
}
.txtarea input
{
    float:left;
    height:25px;
}
.txtarea select
{
    float:left;
    height:34px;
}
.txtarea dl
{
    width:100%;
    float:left;
    clear:both;
}
.txtarea dt
{
    width:100px;
    float:left;
    text-align:right;
    height:100%;
    margin:5px 0px 0px 0px;
    padding:0px;
}
.txtarea dt.inp
{
    line-height:2;
}
.txtarea dd
{
    width:260px;
    float:left;
    text-align:left;
    margin:5px 0px 0px 0px;
    padding:0px;
}
.txtarea hr
{
    width:100%;
    height:8px;
    border:0px;
    border-bottom:1px #cccccc dashed;
}

.errormsg
{
    font-size:12px;
    color:Red;
}
.box-table td.tdleft
{
    text-align:left;
    height:auto;
    padding:5px;
}
.box-table td.tdright
{
    text-align:right;
     height:auto;
    padding:5px;
}


.navroom
{
	width:100%;
	height:80px;
	overflow:hidden;
	float:left;	
}
/**********************************地图导航*****************************************/
.mapBox
{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:auto;
	box-shadow: 2px 2px 8px #040005;
	border-radius: 10px;
	background-color: #efefef;	
}
#allmap
{
	width:98%;
	height:260px;
	margin:auto;
	border-bottom:1px solid #999999;
}
#allmap img
{
	max-width:none;
}
.mapBox .mapText
{
	float:left;
	margin:10px 20px 10px 20px;	
}

#r-result{margin-top:10px;}
/**********************************底部浮动框*****************************************/
.nf
{
	position:fixed;	
	/*display:block;*/
	width:100%;
}
.nbottom
{
	/*display:none;*/
	/*position:inherit;*/
	display: block;
	position: absolute;
	width: 100%;
}
.BoxOut .bottomNav
{
    height:81px;
	border:0px solid #111111;
    margin:auto;
	bottom:0px;
	left:0px;
	z-index: 10000;
	overflow:hidden;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#08a5f1),to(#0098da));
	background-image: -webkit-linear-gradient(#08a5f1,#0098da);
	background-image: -moz-linear-gradient(#08a5f1,#0098da);
	background-image: -ms-linear-gradient(#08a5f1,#0098da);
	background-image: -o-linear-gradient(#08a5f1,#0098da);
	background-image: linear-gradient(#08a5f1,#0098da);
}
.bottomNav ul
{
	width:100%;
	height:80px;
	float:left;
	margin: 1px 0 0 0;
	padding: 0px;
	overflow:hidden;
}
.bottomNav ul li
{
	width:24%;
	height:80px;
	float:left;
	margin:auto 0.5%;
	list-style:none;
}
.bottomNav ul li span
{
	width:100%;
	height:100%;
	line-height:115px; 
	border-top:1px solid #7A7A7A;
	text-align:center;
	clear:both;
	display:block;
}
.bNav_ico_dh
{
	background:url(bico01.png) center 15px no-repeat; 
}
.bNav_ico_xj
{
	background:url(bico02.png) center 15px no-repeat; 
}
.bNav_ico_fx
{
	background:url(bico03.png) center 15px no-repeat; 
}
.bNav_ico_phone
{
	background:url(bico04.png) center 15px no-repeat; 
}
.bNav_ico_menu
{
	background:url(bico05.png) center 15px no-repeat; 
}
.bNav_ico_home
{
	background:url(/style/mobile/ico_home.png) center 10px no-repeat; 
}
.bNav_ico_phone
{
	background:url(/style/mobile/ico_tel.png) center 10px no-repeat; 
	color:#FFF;
}
.bNav_ico_message
{
	background:url(/style/mobile/ico_message.png) center 10px no-repeat; 
}
.bNav_ico_menu
{
	background:url(/style/mobile/ico_col.png) center 10px no-repeat; 
}


.bottomNav ul li a
{
	width:100%;
	height:80px;
	float:left;
	border-right:1px solid #0f85b9;
	margin:0px -1px 0px 0px;
	/*background:#000000 url("bico_bg.jpg") center repeat-x;*/
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
}
.bottomNav ul li a:hover
{
	width:100%;
	height:80px;
	float:left;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#FF5722),to(#0098da));
	background-image: -webkit-linear-gradient(#FF5722,#0098da);
	background-image: -moz-linear-gradient(#FF5722,#0098da);
	background-image: -ms-linear-gradient(#FF5722,#0098da);
	background-image: -o-linear-gradient(#FF5722,#0098da);
	background-image: linear-gradient(#FF5722,#0098da);
	/*background:#000000 url("bico_bg_a.jpg") center repeat-x;*/
}
.bottom_box{ margin:10px auto 10px auto; padding:10px 0; font:100 14px/2 microsoft yahei,simsun; color:#333; clear:both; text-align:center;padding-bottom: 100px;}
/***************************************************************************/
.page{ margin-top:20px; height:22px; text-align:right; line-height:20px; font-family:'\5b8b\4f53'; margin-bottom:10px;}
.page span{ color:#999; border:0;}
.page a, .page span{ display:inline-block; border:1px solid #CCC; padding:0px 7px; text-align:center; vertical-align:middle; text-decoration:none; margin-right:5px;}
.page a{ color:#424242;}
.page .current, .page a:hover{ color:#f60; border:1px solid #f60;}
.page .current{ font-weight:bold; background-color:#ffefe5;}

/*.Pagination{ height:22px; text-align:center; line-height:20px; font-family:'\5b8b\4f53'; float: left; width: 100%;margin: 10px auto 20px auto;}
.Pagination span{ color:#999; border:0;}
.Pagination a, .Pagination span{ display:inline-block; border:1px solid #CCC; background-color:#f5f5f5; padding:0px 7px; text-align:center; vertical-align:middle; text-decoration:none; margin-right:5px;}
.Pagination a{ color:#424242;}
.Pagination .current, .Pagination a:hover{ color:#f60; border:1px solid #f60;}
.Pagination .current{ font-weight:bold; background-color:#ffefe5;}*/


/*.PageNext {width:40%;float:right; padding-right:5px; }
.PageNext a{display:inline-block; border:0px; background-color:inherit; padding:0px; text-align:left; vertical-align:middle; text-decoration:none; margin:0px;height:40px; line-height:40px; overflow:hidden;width:100%;}
.PagePreview{width:40%;float:left; padding-left:5px;}
.PagePreview a{display:inline-block; border:0px; background-color:inherit; padding:0px; text-align:right; vertical-align:middle; text-decoration:none; margin:0px;height:40px;overflow:hidden; line-height:40px;width:100%;}*/
/*分页*/

.Pagination{clear: both;padding: 10px 0px;text-align: center;}
.Pagination span{padding: 5px 10px;margin: 0px 5px;background-color: #FFC107;color: #FFFFFF;font-size: 12px;}
.Pagination a{padding: 5px 10px;margin: 0px 5px;background-color: #05a0e9;color: #FFFFFF;font-size: 12px;}
.PagePreview0{
float:left;
width:100%;
margin-bottom:5px;
color: #333;
font-size: 12px;
display: block;
text-align: left;
text-indent: 25px;
height:25px;
line-height:25px;
background:rgb(239, 239, 239) url("ico04.gif") 5px no-repeat;}
.PageNext0{
float:left;
width:100%;
margin-bottom:5px;
color: #333;
font-size: 12px;
display: block;
text-align: left;
text-indent: 25px;
height:25px;
line-height:25px;
background:rgb(239, 239, 239) url("ico04.gif") 5px no-repeat;}



.cen_box1{width:100%; padding-top:50px; padding-bottom:0px;float: left;}
.cen_box1 .c1_left{width:96%;height:auto;float:left; overflow:hidden; margin:10px 2%;}
.cen_box1 img{max-height:285px;vertical-align:middle;}
.cen_box1 .c1_right{position:relative;width:100%; height: 500px;/*height:350px;*/float:right;overflow:hidden;}
.c1_tit{ float:left; height:40px;width: 100%; font-family:"Microsoft Yahei"; font-weight:bold;margin-bottom: 5px;}
.c1_tit i{width: 32px; height: 32px; background: url("ico_gou.jpg") no-repeat; float: left; margin:4px 0px;}
.c1_tit h3{ width: auto; height: 40px; line-height: 40px; color: #956906; font-size: 24px; text-align: left; font-weight: 500; float: left; margin: 0px 10px;}
.c1_tit a{color: #0098da;}
.c1_tit a:hover{color: #d73617;}
.c1_tit span{width: auto; float: left; font-size: 16px; text-transform:uppercase; text-decoration:underline; font-weight: 300; margin-top:10px;}

.c1_left .contents_news{width: 96%;
    float: left;
    margin: 10px 2% auto 2%;}
.contents_news img{max-width:100%; height: auto;}
.contents_news .ArticleList{background: none; border: 0px;}
.contents_news .ArticleList ul{background: none; border: 0px;}
.contents_news .ArticleList ul li{width: 47vw;
    float: left;
    margin: 1vw;
    padding: 0px;}


.cen_box2 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
}
.cen_box2 .tableBox{width:96%;height:auto;float:left; overflow:hidden; margin:10px 2%;}
/*返回*/



#order_online {width:100%; float: left;}
#order_online table{width:100%; float: left;margin:auto; padding: 0px;}
#order_online td.t{width:100px; float: left; text-align: right; padding-right:10px;}
#order_online .order_testinput,#order_online .order_sel{height: 24px;line-height: 24px;}
#order_online .order_input_lx,#order_online textarea{width:90%;}
#order_online input[type='Submit']{
    width: 90%;
    height: 50px;
    margin: auto 5%;
}


.PageBack {clear: both;padding: 10px 0px;text-align: center;}

.PageBack a {padding: 3px 10px;margin: 0px 5px;border: 1px gray solid;background-color: #F9F9F9;font-size: 12px;color: #444;}

.PageBack a:hover {background-color: #0066CC;color: #FFFFFF;}
