﻿/*CSS Document*/
BODY
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
FORM
{
	padding: 0px;
	margin: 0px;
}
TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
/*line-height:120%;*/
}
IMG
{
	border: 0px solid #000000;
}
A:link, A:visited
{
	text-decoration: none;
	color: #000000;
}
A:hover, A:active
{
	text-decoration: underline;
}
#Menu
{
	background-image: url(tail_top_menu.gif);
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
}
#MenuHorizontal
{
/*width:100%;
margin-bottom:15px;
height:30px;*/
}
#MenuTable
{
	background-image: url(tail_top_menu.gif);
	width: 100%;
	min-width: 955px;
	width: expression(document.body.clientWidth < 955 ? "955px" : "auto");
}
#MenuTD #MenuBar
{
	min-width: 700px;
	width: 700px;
	padding-left: -50px;
}
#MenuBar
{
	font-size: 14px;
	font-weight: bold;
}
/****** 水平菜单 ******/
#MenuBar.MenuBarHorizontal LI
{
	width: auto;
	white-space: nowrap;
}
#MenuBar.MenuBarHorizontal UL
{
	width: auto;
	margin-top: 10px;
}
#MenuBar.MenuBarHorizontal UL LI
{
	float: none;
	font-size: 12px;
	padding-top: 5px;
}
/*Menu items that have mouse over or focus have a blue background and white text*/
#MenuBar.MenuBarHorizontal A:hover, #MenuBar.MenuBarHorizontal A:focus
{
	display: block;
}
/*Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text*/
#MenuBar.MenuBarHorizontal A.MenuBarItemHover, #MenuBar.MenuBarHorizontal A.MenuBarItemSubmenuHover, #MenuBar.MenuBarHorizontal A.MenuBarSubmenuVisible
{
	background-color: #3E4E7C;
	display: block;
}
#MenuBar.MenuBarHorizontal A
{
	padding: 0px 10px;
	color: #FFF;
	font-weight: bold;
	display: block;
	background-color: #0769CA;
	font-size: 14px;
}

#MenuBar.MenuBarHorizontal ul li a{
	margin-top:-12px\9;
	+margin-top:0px;
}
#MenuBar.MenuBarHorizontal A.MenuBarItemSubmenu
{
	background-image: none;
}
#MenuBar.MenuBarHorizontal UL A.MenuBarItemSubmenu
{
	background-image: none;
	
}
#MenuBar.MenuBarHorizontal A.MenuBarItemSubmenuHover
{
	background-image: none;
}
#MenuBar.MenuBarHorizontal UL A.MenuBarItemSubmenuHover
{
	background-image: none;
}

#MenuBar LI UL LI A
{
/*width:60px;*/
	min-width: 60px;
	width: expression(document.body.clientWidth < 60 ? "60px" : "auto");
}
/*中竖线效果*/
#MenuBar .FristClass, #MenuBar3 .FristClass, #MenuBar .MiddleClass, #MenuBar3 .MiddleClass
{
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
}
.MenuBarHorizontal LI UL LI
{
	line-height: 180%;
}
.MenuBarHorizontal LI UL
{
	background-color: #0769CA;
	border: 0px solid #000000;
}
/****** 垂直菜单 ******/
#MenuBar1
{
	text-align: center;
	width: 190px;
	float: left;
	list-style-image: url(button_banner_marker.gif);
	margin-left: 25px;
	margin-left: -20px;
	_padding-left: 45px;
}
#MenuBar1.MenuBarVertical LI
{
/*width: 100%;*/
}
#MenuBar1.MenuBarVertical UL
{
	width: auto;
}
#MenuBar1.MenuBarVertical UL LI
{
	width: auto;
	white-space: nowrap;
	float: none;
	background-color: transparent;
}
#MenuBar1.MenuBarVertical A
{
	padding: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: 170px;
	white-space: nowrap;
	color: #160EB7;
/*text-align:center;*/
	background-color: transparent;
}
#MenuBar1.MenuBarVertical A.MenuBarItemSubmenu
{
	background-image: none;
}
#MenuBar1.MenuBarVertical A.MenuBarItemSubmenuHover
{
	background-image: none;
}
#MenuBar2
{
	float: left;
	width: 100%;
	background-color: #E7E6EC;
	margin-bottom: 15px;
}
#MenuBar2.MenuBarHorizontal LI
{
	width: auto;
	display: inline;
	display: block;
}
#MenuBar2.MenuBarHorizontal UL
{
	width: auto;
}
#MenuBar2.MenuBarHorizontal UL LI
{
	width: auto;
	white-space: nowrap;
	display: inline;
	float: left;
}
#MenuBar2 LI A
{
	padding: 4px 5px;
	float: left;
	width: 140px;
	text-align: center;
	display: inline;
	color: #5A8F27;
	height: 20px;
	padding-top: 10px;
	font-weight: bold;
}
#MenuBar2.MenuBarHorizontal A:focus, #MenuBar2.MenuBarHorizontal A:hover
{
	color: #008080;
}
#MenuBar2.MenuBarHorizontal A.MenuBarItemSubmenu
{
	background-image: none;
}
#MenuBar2.MenuBarHorizontal A.MenuBarItemSubmenuHover
{
	background-image: none;
}
#MenuBar1 UL
{
	text-align: center;
	width: 190px;
	float: left;
	height: 175px;
	list-style-image: url(button_banner_marker.gif);
	margin-left: 25px;
	margin-left: 20px;
	_padding-left: 45px;
}
#MenuBar1 UL LI A
{
	padding: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	white-space: nowrap;
	color: #160EB7;
/*text-align:center;*/
	background-color: transparent;
}
/****** 横幅 ******/
#BannerArea
{
	width: 900px;
	height: 400px;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
}
/****** 网站标题 ******/
#WebsiteTitleArea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
/*width:600px;*/
	background-color: #000000;
	height: 47px;
	width: 100%;
	min-width: 955px;
	width: expression(document.body.clientWidth < 955 ? "955px" : "100%");
}
#PageTable
{
	border-top: 10px solid #FFFFFF;
	border-bottom: 6px solid #7B94BC;
}
/****** 页脚 ******/
#PageFooterArea
{
	width: 900px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
}
/****** 边框头部 ******/
.BorderHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	border-bottom-color: #721E56;
	border-bottom-width: 3px;
	float: left;
}
.BorderHead A
{
	color: #990000;
	text-decoration: none;
}
.BorderHead A:hover
{
	text-decoration: underline;
}
/****** 边框主体 ******/
.BorderBody
{
	padding-left: 8px;
	padding-right: 8px;
}
.BorderBody A
{
}
.BorderBody A:hover
{
}
/****** 边框脚部 ******/
.BorderFooter
{
}
.BorderFooter A
{
}
.BorderFooter A:hover
{
}
/****** 栏目标题 ******/
.ColumnTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
/****** 文章标题 ******/
.ArticleTitle
{
	font-size: 20px;
	font-weight: bold;
	color: #000168;
	text-align: center;
}
/****** 文章子标题 ******/
.ArticleSubTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336666;
	text-align: center;
}
/****** 文章内容 ******/
.ArticleText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}
/****** 文章备注 ******/
.ArticleInfo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
/****** 文章扩展 ******/
.ArticleExpand
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
/****** 搜索列表 ******/
.SearchList
{
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.SearchList A
{
	color: #333333;
	text-decoration: none;
}
.SearchList A:hover
{
	color: #000000;
	text-decoration: underline;
}
/*搜索列表分页*/
.SearchListPageClass
{
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}
.SearchListPageClass A
{
	color: #333333;
	text-decoration: none;
}
.SearchListPageClass A:hover
{
	color: #000000;
	text-decoration: underline;
}
/****** 文章列表 ******/
.ArticlehList
{
	line-height: 180%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
}
.ArticlehList A
{
	color: #333333;
	text-decoration: none;
}
.ArticlehList A:hover
{
	color: #000000;
	text-decoration: underline;
}
.ArticlehList_Title
{
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0px 0px 0;
	width: 600px;
	float: left;
}
.ArticlehList_DateTime
{
	float: left;
	text-align: left;
	width: 600px;
	padding-bottom: 20px;
}
/*文章列表分页*/
.ArticlehListPageClass
{
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: right;
}
.ArticlehListPageClass SPAN
{
	padding-left: 10px;
}
.ArticlehListPageClass A
{
	padding-left: 10px;
}
.ArticlehListPageClass STRONG
{
	padding-right: 10px;
}
.ArticlehListPageClass A
{
	color: #333333;
	text-decoration: none;
}
.ArticlehListPageClass A:hover
{
	color: #000000;
	text-decoration: underline;
}
/****** 产品列表 ******/
.ProductList_Table
{
	vertical-align: top;
}
.ProductListItem
{
}
.ProductListItem123
{
	float: left;
	margin-top: 10px;
}
.ProductListItem123 .ProductList_Title
{
	margin-top: 5px;
}
.ProductList_Img IMG
{
	padding: 0px 25px;
	border: 0px solid #000000;
	width: 160px;
	height: 120px;
}
.ProductList_Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px 10px;
	line-height: 120%;
	text-align: center;
	padding: 0px 25px;
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	padding-bottom: 15px;
}
.ProductList_Info
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px 10px;
	line-height: 120%;
	text-align: center;
	width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	padding-bottom: 8px;
}
.ProductListPage
{
	margin-top: 15px;
	padding-top: 15px;
	clear: both;
}
.ProductListPage
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px 20px 10px;
	margin: 0px;
}
.ProductListPage A
{
	padding: 1px 6px;
	border: 1px solid #DDD;
	background: #FFF;
	text-decoration: none;
	margin-right: 2px;
}
.ProductListPage A:visited
{
	padding: 1px 6px;
	border: 1px solid #DDD;
	background: #FFF;
	text-decoration: none;
}
.ProductListPage .cpb
{
	padding: 1px 6px;
	font-weight: bold;
	font-size: 13px;
	border: none;
}
.ProductListPage A:hover
{
	color: #FFF;
	background: #FFA501;
	border-color: #FFA501;
	text-decoration: none;
}
/****** 栏目导航 ******/
#ColumnTitleNavigation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
#ColumnTitleNavigation A
{
	color: #990000;
	text-decoration: none;
}
#ColumnTitleNavigation A:hover
{
	color: #990000;
	text-decoration: underline;
}
/****** 网站搜面板 ******/
#WebsiteSearchPanel
{
	width: 155px;
	float: left;
	height: 40px;
	background-image: url(tail_top_menu.gif);
	padding-top: 0px;
}
#WebsiteSearch
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	white-space: nowrap;
}
/*网站搜索栏目*/
#WebsiteSearch_Column
{
}
/*网站搜索关键字*/
#WebsiteSearch_Key
{
	float: left;
	padding-top: 0px;
}
/*网站搜索按钮*/
#WebsiteSearch_Button INPUT
{
	font-weight: bold;
	border: 0px solid #000000;
	float: left;
	height: 40px;
	background-image: url(tail_top_menu.gif);
	color: #FFFFFF;
}
#HtmlInputText_SearchKey
{
	width: 100px;
	padding-top: 0px;
	height: 15px;
	margin-top: 10px;
}
/****** 用户功能面板 ******/
#UserPanel_Table
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	height: 135px;
}
#UserPanel_Table A
{
	text-decoration: none;
	color: #003399;
}
#UserPanel_Table A:hover
{
	text-decoration: underline;
	color: #003399;
}
#UserPanl
{
	margin-top: 8px;
	margin-left: 20px;
}
#UserPanl SPAN
{
	margin-left: 5px;
	font-weight: bold;
}
/****** 用户登录面板 ******/
#LoginTableX TABLE
{
}
.Login_top
{
	background-image: url(midle.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.Login_top P
{
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
}
#Login_title
{
	background-image: url(title_bottom_line3.gif);
}
.Login_left
{
	background-image: url(corner3_top_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.Login_right
{
	background-image: url(corner3_top_right.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.Login_bottom
{
	background-image: url(corner3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#UserLogin_Table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: center;
}
#UserLogin_Table A
{
	text-decoration: none;
}
#UserLogin_Table A:hover
{
	text-decoration: underline;
}
/*帐号输入框*/
#UserName_InputText
{
	width: 120px;
}
/*密码输入框*/
#UserPassword_InputText
{
	width: 120px;
}
#UserCode_InputText
{
	width: 53px;
}
/*忘记密码*/
#ForgetPassword_Link
{
}
#ForgetPassword_Link A
{
}
#ForgetPassword_Link A:hover
{
}
/*用户注册*/
#RegisterUser_Link
{
	line-height: 250%;
}
#RegisterUser_Link A
{
}
#RegisterUser_Link A:hover
{
}
/*用户登录按钮*/
#UserLogin_Button
{
}
/*联系资料面板*/
#ContactPanel
{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#ContactPanel A
{
	color: #000000;
	text-decoration: none;
}
#ContactPanel A:hover
{
	text-decoration: underline;
}
#ContactPanel_Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}
#line
{
	border-top: 1px dotted #6C7586;
	height: 25px;
}
#Left1
{
/*background-image:url(glass.jpg);background-repeat: repeat-y;
height:499px;*/
	width: 224px;
/*
BORDER: #eeeeee 2px solid;
vertical-align:top;*/
}
#Left2
{
	margin-top: 8px;
}
#Categories
{
	width: 150px;
	font-size: 16px;
	float: right;
	padding: 4px 5px;
	text-align: right;
	font-weight: bold;
	color: #FF0000;
}
#National
{
	color: #FF0000;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom-width: 3px;
	border-bottom-color: #721E56;
}
#more
{
	float: right;
}
.Border_Head_Table
{
	border-bottom-color: #721E56;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	vertical-align: bottom;
}
#Scroll
{
	background-image: url(winebox.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	width: 636px;
}
#Scroll IMG
{
	border: 0px solid #000000;
}
#FriendshipTab
{
	background-color: #E7C2D8;
	text-align: center;
	padding: 10px;
}
#FriendshipTab A:link
{
	color: #000000;
}
#NewsList
{
	width: 90%;
}
#ColumnName
{
	vertical-align: bottom;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #642245;
	font-weight: bold;
}
.Border_Table_TD A:link, .Border_Table_TD A:visited, .Border_Table_TD
{
	color: #FF0000;
	font-weight: bold;
	width: 408px;
}
#company
{
	font-size: 16px;
	vertical-align: top;
/*background-image:url(top.gif)*/
}
/*联系面板*/
.ContactUs1
{
	background-image: url(ContactUs_top.jpg);
	background-repeat: no-repeat;
}
.ContactUs2
{
	background-image: url(ContactUs_line.jpg);
	background-repeat: repeat-y;
	min-height: 14px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
}
#ContactUs2I1
{
	padding-left: 5px;
	margin-left: 5px;
}
.ContactUs3
{
	background-image: url(ContactUs_line2.jpg);
	background-repeat: no-repeat;
}
.ContactUs4
{
	background-image: url(ContactUs_bottom.jpg);
	background-repeat: no-repeat;
}
/*其他*/
#black_line
{
	background-image: url(wrapper_top_line.gif);
	background-repeat: repeat-x;
	height: 5px;
}
#Left
{
	float: left;
	width: 224px;
}
.rightp1
{
	float: left;
	margin-left: 15px;
}
.ChinaWeb
{
	width: 224px;
	margin-right: 14px;
	background-image: url(chinataoweb.jpg);
	background-repeat: repeat-x;
}
#ChinaTaoI1
{
	height: 128px;
	padding-left: 10px;
	vertical-align: top;
	line-height: 140%;
}
.ChinaWeb1
{
	background-image: url(chinataoweb.jpg);
	background-repeat: repeat-x;
}
#ChinaWeb1
{
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 15px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	height: 20px !important;
}
.ChinaWeb2
{
	background-image: url(wrapper_box2.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.ChinaWeb3
{
	border-left: 5px solid #EDEDED;
	border-right: 5px solid #EDEDED;
}
#ChinaWeb31
{
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	padding-top: 15px;
	padding-left: 30px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7C2D8;
	vertical-align: text-bottom;
}
#ChinaWeb32 P
{
	font-size: 12px;
/*color: red;
/*height: 449px;*/
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 15px;
	line-height: 130%;
}
.ChinaWeb4
{
	border-left: 5px solid #EDEDED;
	border-right: 5px solid #EDEDED;
	border-bottom: 5px solid #EDEDED;
}
.Border_Head_Table1
{
	background-image: url(成功案例.jpg);
	background-repeat: repeat-x;
	width: 408px;
	float: right;
	height: 408px;
	text-align: left;
	padding-top: 10px;
}
.Border_Head_Table1 IMG
{
	text-align: right;
	padding-bottom: 5px;
}
.Border_Head_Table1 .BorderHead
{
	padding-bottom: 5px;
}
.CaseProductList_Img IMG
{
	width: 160px;
	height: 120px;
	margin-left: 15px;
}
.CaseProductList_Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px 10px;
	line-height: 120%;
	text-align: center;
	padding: 0px;
	width: 185px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	padding-bottom: 15px;
	margin-left: 5px;
}
.Border_Head_Table2
{
	width: 405px;
	float: right;
	padding-top: 10px;
}
.Border_Head_Table2 IMG
{
	text-align: right;
	padding-bottom: 5px;
}
.BorderHeadA
{
	color: #FF0000;
}
.pic
{
	width: 28px;
}
.wrapper_title2
{
	background-image: url(wrapper_title2.gif);
	background-repeat: repeat-x;
}
#Announcement
{
	margin-bottom: 10px;
	padding-left: 0px;
}
#AnnouncementContent
{
	padding-top: 8px;
	padding-left: 0px;
	line-height: 150%;
}
#Announcementclass TD
{
	padding-top: 10px;
	margin-top: 10px;
}

