﻿@charset "utf-8";
/* CSS Document */


li{
list-style-type:square;
list-style-position:outside;
line-height:22px;
}

.more2{
color:#4774c5;
font-weight:normal;
padding-right:5px;
}


/* 主窗体样式定义 */
#Content{
margin-top:4px;}

#Content_Left{
width:220px;
}

#Content_Main{
width:760px;
}
#Content_Center{
margin-left:5px;
margin-right:5px;
width:530px;
}
#Content_Right{
width:220px;
}

/* 搜索框 */
#Search{
	border: 3px solid #CCCCCC;
	height: 80px;
}
/* 产品中心 */
#ProduceCenter{
padding-top:5px;
padding-left:30px;
}

#ProduceCenter a{
line-height:30px;
font-size:13px;
font-weight:bold;
color:#000000
}

#ProduceCenter p{
background-image:url(../Images/Produce.jpg);
width:160px;
height:30px;
text-align:center;
margin-top:5px;
}

/* 产品展台 */
#ProduceShow p{
height:120px;
line-height:120px;
text-align:center;
}

#ProduceShow img
{
	border: 1px solid #CCCCCC;
}

/* 产品展台 */
#CompanyShow p{
line-height:20px;
text-align:center;
}

/* 联系方式 */
#Contact{
background-image:url(../Images/ContactBG.jpg);
background-repeat:no-repeat;
}

#Contact p{
padding-left:5px;
line-height:20px;
}

/* 视频部分 */
#Video{
	width:220px;
	height:200px;
}
/* 公司简介 */
#CompanyInfo{
width:280px;
height:200px;
margin-left:5px;
padding-left:10px;
padding-right:10px;
background-image:url(../Images/CompanyInfo.jpg);
background-repeat:no-repeat;
}

#CompanyInfo p{
padding-top:15px;
}

/* 专家队伍 */
#Expert{
	height:150px;
}

#Expert div{
	text-align:center;
	width:120px;
	height:150px;
	margin-left:8px;
	margin-top:3px;
}

#Expert p{
line-height:30px;
}

#Expert img{
	border: 1px solid #CCCCCC;
	padding:3px;
}

/* 最新动态 */
#NewInfo ul{
margin-left:40px;
}

#NewInfo li{
line-height:25px;
}

/* 滚动样式定义 */
#scrolldiv{width:528px;height:120px;overflow: hidden; white-space: nowrap; background:#FFFFFF; padding-top:5px;}
#scrollbegin, #scrollend, #scrollbegin ul, #scrollend ul, #scrollbegin ul li, #scrollend ul li{display:inline; height:130px; line-height:130px;}

/* 标题、内容样式 */
.title1{
background-image:url(../Images/Title1.jpg);
width:180px;
height:25px;
line-height:25px;
padding-left:40px;
color:#FFFFFF;
font-weight:bold;
}

.title2{
background-image:url(../Images/Title21.jpg);
width:495px;
height:33px;
font-size:13px;
line-height:33px;
padding-left:35px;
color:#000000;
font-weight:bold;
}

.title3{
background-image:url(../Images/Title22.jpg);
width:225px;
height:33px;
font-size:13px;
line-height:33px;
padding-left:35px;
color:#000000;
font-weight:bold;
}

.Content_border{
	border: 3px solid #e9f5f7;
}

