﻿*{
	padding:0;
	margin:0;
	font-size:13px;
}
body{
	/*background-image:url(../element/body_background.jpeg);*/
	background-color:rgb(70,169,255);
	background-size:100%;
	height:100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../element/body_background.jpg',sizingMethod='scale');/*兼容上3句*/
}
#container{
    width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../element/container.png);
	
}
.background
{
    padding:0px;
}




/*漂浮广告*/
#apDiv1{
	position:absolute;
	width:420px;
	height:290px;
	border-color:transparent;
	z-index:2;
	background-color:transparent;
	background-image:url(../element/phone-1.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	cursor:pointer;
	color:#000;
}
/*飘浮广告close按钮*/
.close{
	float:right;
	width:20px;
	height:20px;
	margin-top:2px;
	margin-right:2px;
	padding:0;
	cursor:default;
	background-image:url(../element/close-red.png);
	background-size:contain;
}
.close:hover{
	background-image:url(../element/close-black.png);
	background-size:contain;
}



/*全网页取消文字链接的下划线*/
a{ text-decoration:none;color:Black;} 
a:hover{ text-decoration:none;color:Red;}
/*DIV边框阴影效果*/
.div_shadow
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333')";/* For IE 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333');/* For IE 5.5 - 7 */
	-moz-box-shadow:2px 2px 10px #333333;/* for firefox */
	-webkit-box-shadow:2px 2px 10px #333333;/* for safari or chrome */
	box-shadow:2px 2px 10px #333333;/* for opera or ie9 */
}
/*鼠标离开DIV时，DIV边框阴影效果消失*/
.div_shadowover{
	color:Black;
}
/*DIV边框阴影效果，鼠标移到DIV上方是出现阴影效果*/
.div_shadowover:hover
{
    color:Red;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333')";/* For IE 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333');/* For IE 5.5 - 7 */
	-moz-box-shadow:2px 2px 10px #333333;/* for firefox */
	-webkit-box-shadow:2px 2px 10px #333333;/* for safari or chrome */
	box-shadow:2px 2px 10px #333333;/* for opera or ie9 */
}
/*公司LOGO*/
.logo
{
    background-image:url(../element/logo.png);
    background-size:contain;
    background-repeat:no-repeat;
    height:30px;
	width:10%;
	margin-top:10px;
	margin-left:20px;
	float:left;
}
/*最上方“登录/注册”提示*/
#topline
{
	font-size:100%;
	width:16%;
	padding:0px;
	color:rgb(0,0,255);
	height:50px;
	line-height:50px;
	margin-right:10px;
	float:right;
}
/*head图片*/
#topphoto
{
    padding-bottom:41.66667%;/*DIV高度根据和宽度的比例自动调整*/
    background-image:url(../element/head.jpg);
    background-size:cover;
    width:100%;
}
/*head图片，可以自动切换*/
.topphotobox{width:100%;margin:0;overflow:hidden;position:relative;}
/*head图片*/
.topphoto1
{
    padding-bottom:41.6519694297472%;/*DIV高度根据和宽度的比例自动调整*/
    width:100%;
    overflow:hidden;
    position:relative;
}
.piclist{height:100%;position:absolute;left:0px;top:0px;}
.piclist li{float:left;display:inline;}
.swaplist{position:absolute;left:0px;top:0px;}
.og_prev,.og_next{width:0px;height:0px;background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:33px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{background-position:0 -60px; left:4px;}
.og_next{background-position:0 0; right:4px;}

/*咨询电话*/
#zixunphone
{
    height:40px;
	width:30%;
	margin-top:10px;
	background-image:url(../element/phone-1.png);
	background-size:contain;
    background-repeat:no-repeat;
	position:relative;
	float:left;
}
/*菜单*/
/*菜单DIV整体背景*/
.navigation
{
    height:50px;
	width:40%;
	position:relative;
	float:left;
}
ul
{
    margin:0px;
    padding:0px;
}
ul li
{
    float:left;
    display:inline;
    height:50px;
    width:15%;
    list-style:none;
    text-align:center;
    font-size:100%;
    line-height:50px;
}
/*菜单每个单元格背景*/
ul li a
{
    color:rgb(0,0,0);
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    line-height:50px;
    width:auto;
    margin:auto auto;
    padding:0px 0px 0px 0px;
    display:block;
}
ul li a:hover,ul li ul li a:hover
{
    background:rgb(120,120,120,0.4);
    color:#F00;
}
/*二级下拉菜单显示、隐藏*/
ul li ul{visibility: hidden;}
ul li:hover ul{visibility: visible;}
/*三级下拉菜单显示、隐藏*/
.navigation ul li ul li ul{position:relative;top:-50px;left:101%;visibility: hidden;}
.navigation ul li ul li:hover ul{visibility: visible;}
/*蓝色链接*/
.bluehyperlink a
{
	color:rgb(0,0,255);
}
.bluehyperlink a:link
{
	color:rgb(0,0,255);
}
.bluehyperlink a:hover
{
	color:rgb(0,0,255);
}
/*横向分隔线*/
.splitline
{
    height:2px;
    border:none;
    border-top:2px ridge rgb(65,160,255);
    clear:both;
}
/*纵向分隔线*/
.vline
{
    float:left;
    width:20px;
    background-image:url(../element/divide.png);
    background-size:contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../element/divide.png',sizingMethod='image');/*兼容上2句*/
    background-repeat:no-repeat;
    margin:0px 10px 0px 10px;
}
/*登录、注册、留言等文本框长度*/
.textboxlenth
{
    width:400px;
}
/*段落区域标题*/
#title
{
    /*line-height:25px;
    height:25px;
    width:94px;
    background-image:url(../element/title_link.png);
    background-repeat:no-repeat;
	background-position:left;
    color:rgb(255,255,255);
    font-weight:bold;
    text-indent:0.5em;*/
    line-height:30px;
    height:30px;
    width:100%;
    background-image:url(../element/title_link.png);
    background-repeat:no-repeat;
	background-position:center;
	background-size:100%
    color:rgb(255,255,255);
    font-weight:bold;
    text-align:center;
    /*display: block;*/
    text-indent:0.5em;
}
#title a
{
    text-decoration:none;
	color:rgb(255,255,255);
	display: block;
	text-indent:0.5em;
}
#title a:link
{
    text-decoration:none;
	color:rgb(255,255,255);
}
#title a:hover
{
    text-decoration:none;
	color:rgb(255,0,0);
	background-image:url(../element/title_hover.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}
/*段落区域边框样式*/
.paragraphborder
{
    width:100%;
    height:500px;
}
/*正文区域*/
.divparagraph
{
    position:absolute;
    padding:10px 10px 15px 10px;
    width:90%;
    height:400px;
    overflow:hidden;
}



/*产品中心大图片的外框*/
.productbox
{
    width:100%;
    height:40%;
    overflow:hidden;
}
/*产品中心大图片*/
.productcenter
{
    width:100%;
    padding-bottom:40%;/*DIV高度根据和宽度的比例自动调整*/
    background-size:contain;
    /*鼠标离开图片恢复大小*/
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:Al1 0.5s ease-in-out;
}
/*鼠标进入图片，图片自动放大*/
.productcenter:hover
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}





/*公司简介页面*/
.divgongsijianjie
{
    padding:10px 10px 15px 10px;
    width:90%;
    height:70%;
    overflow:hidden;
}
.divchanpinzhongxin
{
    padding:10px 10px 15px 10px;
    width:100%;
    height:70%;
}
/*段落首行缩进2字符*/
#paragraph
{
    font-size:large;
    text-indent:2em;
    line-height:2em;
    text-align: justify;
    text-justify:inter-ideograph;
}
#paragraphproduct
{
    font-size:large;
    font-weight:bolder;
    text-indent:2em;
    line-height:2em;
    text-align: justify;
    text-justify:inter-ideograph;
    color:Red;
}
.business
{
    color:rgb(255,0,0);
    font-size:24px;
    line-height:40px;
    font-weight:bolder;
    text-align:center;
}
/*正文内照片*/
#textphotoleft
{
    float:left;
    width:40%;
    height:90%;
    margin:20px;
    background-image:url(../element/company1.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;/*背景图片在DIV居中显示*/
    position:relative;
}
#textphotoright
{
    float:left;
    width:200px;
    height:150px;
    border:2px solid white;
    margin-right:10px;
    background-image:url(../element/citydelivery1.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}
/*公司简介下方图片*/
#textphotocom
{
    float:right;
    width:30%;
    height:100%;
    background-color:White;
    background-image:url(../element/card.png);
    background-size:contain;
    background-repeat:no-repeat;
}
/*配送中心下方图片*/
#textphotodown
{
    clear:both;
    float:left;
    width:35%;
    height:100%;
    margin-left:5px;
    background-color:transparent;
    background-image:url(../element/fire.png);
    background-size:contain;
    background-repeat:no-repeat;
}
/*“详细”*/
#xiangxi
{
    padding:10px;
    float:right;
}
/*欢迎光临*/
.lianxifangshi
{
    width:260px;
    border:3px solid white;
    margin:15px;
    line-height:30px;
}
/*项目图片*/
.xiangmu
{
    width:160px;
    height:120px;
    margin:15px;
    background-size:contain;
    background-repeat:no-repeat;
    border:2px solid rgb(255,255,255);
}
#xiangmutext
{
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
/*项目页*/
.xiangmujieshao
{
    float:right;
    margin:15px 20px 0px 0px;
    width:760px;
}
/*分类图片*/
/*子网页正文区域边框*/
#subwebdiv
{
   /* background-color:rgb(200,220,255);
    /*background-color:rgba(255,255,255,0.60);*/
    /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#AAFFFFFF,endColorStr=#AAFFFFFF);/*兼容上1句*/
    padding-top:10px;
    /*border:2px solid rgb(150,150,150);*/
}
/*公司新闻、行业资讯、货运知识*/
.fenleiborder
{
    width:300px;
    height:250px;
    float:left;
    padding:10px 0px 10px 0px;
}
.articleborder
{
    margin-top:10px;
    margin-left:10px;
}
/*首页表格边框样式*/
.gridviewdiv
{
    width:1180px;
    border:2px solid rgb(90,110,159);
    background-color:rgb(240,240,100);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#BBFFFFFF,endColorStr=#BBFFFFFF);/*兼容上1句*/
    margin-top:5px;
    margin-bottom:5px;
    margin-left:auto;
    margin-right:auto;
    padding:2px;
    overflow:auto;
}
/*首页表格样式*/
.gridview
{
	border-color:transparent;
}
.gridview td{
	height:20px;
}
.gridviewheader
{
	height:20px;
	background-color:rgb(199,199,199);
	background-position:100%,100%;
	color:rgb(73,0,0);
}
.gridviewrow
{
    height:10px;
	color:Black;
	text-decoration:none;
}
.gridviewrow a
{
	color:Black;
	text-decoration:none;
}
.gridviewrow a:link
{
	color:Black;
	text-decoration:none;
}
.gridviewrow a:hover
{
	color:#900;
	text-decoration:underline;
}
/*产品型号列表样式*/
.gridviewproduct
{
	border-color:transparent;
}
.gridviewproduct td{
	height:30px;
}
.gridviewheaderproduct
{
	height:30px;
	background-color:rgb(199,199,199);
	background-position:100%,100%;
	color:rgb(73,0,0);
}
.gridviewrowproduct
{
    height:30px;
	color:Black;
	/*text-decoration:none;*/
	cursor: pointer;
}
.gridviewrowproduct a
{
	color:Black;
	text-decoration:none;
}
.gridviewrowproduct a:link
{
	color:Black;
	text-decoration:none;
}
.gridviewrowproduct a:hover
{
	color:#900;
	text-decoration:underline;
}
/*文章标题列*/
.column-biaoti
{
    width:200px;
    display: block;/*不可少*/
    overflow: hidden;  
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right:5px;
    padding-top:5px;
}
/*日期列*/
.column-date
{
	width:60px;
	padding-left:10px;
	text-align:right;
	padding-top:-5px;
}
/*文章版块列表页面*/
.grid
{
    width:700px;/*与表格宽度一致*/
    margin-left:auto;
    margin-right:auto;
}
.articlegridview td{
	height:30px;
}
.articlegridviewheader
{
    font-Size:14px;
	height:30px;
    color:rgb(0,0,0);
    background-color:rgb(65,160,255);
}
.articlegridviewrow a
{
	color:Black;
	text-decoration:none;
}
.articlegridviewrow a:link
{
	color:Black;
	text-decoration:none;
}
.articlegridviewrow a:hover
{
	color:#900;
	text-decoration:underline;
}
.articlegridviewfoot
{
	background-color:Transparent;
}
.pagestyle
{
	background-color:Transparent;
	text-align:right;
}
/*文章页面*/
.articlediv
{
    background-color:rgb(200,220,255);
    /*background-color:rgba(255,255,255,0.6);*/
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#AAFFFFFF,endColorStr=#AAFFFFFF);/*兼容上1句*/
}
.articleleft
{
    float:left;
	width:300px;
	border-color:rgb(120,120,120);
	border-width:1px;
	border-style:solid;
}
.articleright
{
	float:left;
	width:677px;
	border-color:rgb(120,120,120);
	border-width:1px;
	border-style:solid;
	padding:10px;
	margin-left:-1px;/*左右2div边框中间重叠部分*/
}
/*文章标题、日期版块、内容*/
.articletitle
{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:rgb(255,0,0);
	margin-top:10px;
}
.other
{
	text-align:center;
	font-size:9px;
	color:rgb(100,100,100);
	margin-top:10px;
	margin-bottom:10px;
}
.articlecontent
{
	margin-top:10px;
	text-indent:2em;/*首行缩进2字符*/
	line-height:150%;/*行间距*/
	padding-left:5px;
	padding-right:5px;
}
/*热线员、电话*/
.hotline
{
    background-image:url(../element/phone.png);
    height:267px;
    width:100%;
    background-position:top;
	background-size:contain;
    background-repeat:no-repeat;
    margin:auto auto;
}
.phone
{
    color:rgb(155,0,0);
    font-size:18px;
    line-height:30px;
}
/*表格隐藏列，仍可取值赋值*/
.columnhidden
{
	display:none;
}
/*.map
{
    width:640px;
    height:400px;
    overflow:hidden;
}*/
/*系统维护*/
#centerdiv
{
	margin-left:auto;
	margin-right:auto;
	width:1150px;
	padding-top:5px;
	margin-bottom:5px;
	border-color:rgb(199,199,199);
	border-width:1px;
	border-style:solid;
	background-color:rgba(255,255,255,0.4);/*蓝0.6,红0.4*/
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88FFFFFF,endcolorstr=#88FFFFFF);/*背景色兼容IE*/
}

/*数据系统CSS*/
/*区域边框样式*/
.areaborder
{
    width:auto;
    border:3px solid rgb(255,120,200);
    border-style:ridge;
    background-color:rgb(200,220,255);
    padding:2px;
    margin:0px 0px 2px 0px;
}
.textdivleft
{
    width:auto;
    margin:2px 5px 2px 0px;
    float:left;
}
.textdiv
{
    width:auto;
    margin:2px 5px 2px 0px;
}
/*按钮隐藏*/
.buttonhiden
{
	visibility:hidden;
}
/*按钮样式*/
.button
{
    width:60px;
    height:20px;
    background-color:rgb(70,150,220);
	border-width:1px;
	/*color:rgba(120,30,30,1.00);*/
}
.deletebutton
{
    width:60px;
    height:20px;
    background-color:rgb(255,110,110);
    border-width:1px;
}
.printbutton
{
    width:80px;
    height:20px;
    background-color:rgb(70,150,220);
	border-width:1px;
	/*color:rgba(120,30,30,1.00);*/
}
/*照片浏览*/
#photoviewup,.photoviewup
{
	height:600px;
	margin:5px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
/*下方照片小图列表方框*/
#photoviewdown
{
	height:160px;
	margin:5px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	overflow:auto;
}
.gridview
{
	border-color:rgb(120,120,120);
	background-color:rgba(255,255,255,0.4);/*蓝红0.6，绿0.4*/
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88FFFFFF,endcolorstr=#88FFFFFF);/*背景色兼容IE*/
}
.gridview td{
	height:30px;
}
.gridviewheader
{
	height:30px;
	background-image:url(../images/navigation_link.jpg);
	background-position:100%,100%;
	color:rgb(0,0,0);/*蓝color:rgba(255,255,0,0.90);黄color:rgb(230,0,180);红color:rgb(255,255,0);绿白color:rgb(0,0,0);文章表格标题栏字体色彩*/
}
.gridviewheader a
{
	color:rgb(73,0,0);
	text-decoration:none;
}
.gridviewheader a:hover
{
	color:rgb(73,0,0);
	text-decoration:none;
}
.gridviewrow a
{
	color:Black;
	text-decoration:none;
}
.gridviewrow a:link
{
	color:Black;
	text-decoration:none;
}
.gridviewrow a:hover
{
	/*蓝白红color:#900;绿color:Red;*/color:Red;
	text-decoration:underline;
}
.columntitle
{
	width:380px;
	text-align:left;
}
.columndate
{
	width:60px;
	text-align:center;
}
/*合并评论数和点击数*/
.columntwo
{
	width:60px;
	text-align:right;
}
/*隐藏列，仍可取值赋值*/
.columnhidden
{
	display:none;
}
.gridviewfoot
{
	background-color:Transparent;
}
.pagestyle
{
	background-color:Transparent;
	text-align:right;
}
/*评论明细*/
.authorleft
{
	font-size:14px;
	width:100px;
	padding:5px 5px 5px 5px;
	color:Blue;
	font-weight:bold;
	text-align:center;
}
.commentwidth
{
	width:550px;
}
.authorright
{
	font-size:14px;
	font-weight:bold;
	width:auto;
	padding:5px 5px 5px 5px;
	margin:0px 10px 10px 0px;
	color:rgb(73,0,0);
	float:left;
}
.date
{
	font-size:9px;
	width:auto;
	padding:5px 5px 5px 5px;
	margin:0px 10px 10px 0px;
	color:rgb(100,100,100);
	width:auto;
}
.commentdetail
{
	font-size:14px;
	padding:3px 5px 0px 5px;
	border:solid 0px rgb(0,100,100);
	margin:0px 0px 3px 0px;
}
.revert
{
	font-size:14px;
	float:right;
	padding:2px 2px 2px 2px;
	margin-top:20px;
	width:550px;
	text-align:right;
	border:solid rgb(130,130,130);
	border-width:1px 0px 0px 0px;
}
/*图片展示*/
.box
{
	float:left;
	margin:20px 18px 20px 18px;
}
.photobox
{
	position:relative;
	overflow:auto;
	border:solid 2px #FFF;
}
.photosimple
{
	position:absolute;
	background-repeat:no-repeat;
	background-size:contain;
}
/*照片小图下方景点名称文字*/
.scenicname
{
	text-align:center;
	color:Blue;
	margin-top:10px;
	width:145px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;/*文字过长显示成...*/
	white-space:nowrap;
	overflow:hidden;
}
.scenicname a
{
	color:Blue;
	text-decoration:none;
}
.scenicname a:link
{
	color:Blue;
	text-decoration:none;
}
.scenicname a:hover
{
	color:Red;
	text-decoration:underline;
}
/*左侧搜索、查询、选择分类等功能区域*/
#tool,.tool
{
	width:190px;
	margin:10px auto 10px auto;
	padding:0px 10px 10px 10px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	border-radius:10px;
	line-height:10px;
}
.tooltext
{
	padding:10px;
	line-height:150%;
}
#scenicname
{
	color:rgb(0,0,255);
	text-align:center;
	font-weight:bold;
	line-height:100%;
}
/*控件之间上下间距*/
#controlpad,.controlpad
{
	margin:15px auto 15px auto;
}
/*照片浏览*/
#photoviewup,.photoviewup
{
	height:600px;
	margin:5px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
/*下方照片小图列表方框*/
#photoviewdown
{
	height:160px;
	margin:5px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	overflow:auto;
}
/*每张照片小图照片和景点名称外框*/
#photonowbox
{
	/*float:left;*/
	margin:16px;
	width:100%;
	height:100%;
	cursor:pointer;/*鼠标变成手形*/
}
#photonowbox a:link
{
    color:Black;
    text-decoration:none;/*链接无下划线*/
}
#photonowbox a:hover
{
    color:Red;
    text-decoration:underline;/*鼠标覆盖时链接出现下划线*/
}
/*网站首页产品照片图片外框*/
.photonow
{
	width:95%;
	height:50%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	margin:10px 20px 10px 20px;
	float:left;
}
.photoproduct
{
    width:30%;
	padding-bottom:30%;/*DIV高度根据和宽度的比例自动调整*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	margin:10px 20px 5px 20px;
	float:left;
}
.classification
{
    width:65%;
	height:100%;
	float:left;
}
.producttext
{
    width:100%;
	height:30%;
	line-height:400%;/*line-height和height高度一样，设置文字在DIV里垂直居中*/
	font-size:400%;
	text-align:center;/*文字在DIV里水平居中*/
}
.productshuoming
{
    width:100%;
	height:30%;
	line-height:400%;/*line-height和height高度一样，设置文字在DIV里垂直居中*/
	font-size:300%;
	text-align:center;/*文字在DIV里水平居中*/
	text-indent:2em;
    line-height:2em;
    text-align: justify;
    text-justify:inter-ideograph;
}
/*产品分类页面每种产品照片外框*/
.allinonephotonow
{
	width:300px;
	height:360px;
	border:solid 3px white;
	margin:20px 40px 20px 40px;
	float:left;
}
.allinonephotonow:hover
{
	border:solid 3px red;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333')";/* For IE 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333');/* For IE 5.5 - 7 */
	-moz-box-shadow:2px 2px 10px #333333;/* for firefox */
	-webkit-box-shadow:2px 2px 10px #333333;/* for safari or chrome */
	box-shadow:2px 2px 10px #333333;/* for opera or ie9 */
}
.allinone
{
    width:300px;
	height:300px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.allinonetext
{
    width:300px;
	height:60px;
	font-size:20px;
	text-align:center;/*文字在DIV里水平居中*/
	color:Black;
}
/*具体产品页面*/
.productphoto
{
    width:800px;
	height:700px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	margin:auto;
}
.shuomingtext
{
    width:800px;
	height:100%;
	font-size:20px;
	text-indent:2em;
    line-height:2em;
    text-align: justify;
    text-justify:inter-ideograph;
	color:Black;
	margin:auto;
}





.textdivleft
{
    width:auto;
    margin:2px 5px 5px 5px;
    float:left;
}
.textdiv
{
    width:auto;
    margin:2px 5px 5px 5px;
}
/*按钮隐藏*/
.buttonhiden
{
	visibility:hidden;
}
/*系统修改产品缩略照片*/
.sysphoto
{
    float:left;
    width:300px;
    height:300px;
    margin-right:5px;
    background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border:1px solid rgb(120,120,120);
}
.sysphoto:hover
{
    border-color:rgb(200,0,0);
}