
/*menu start*/

/*.menu {
	height: 50px;
}

.menu ul{
	width: 100%;
	text-align: center;
}
.menu ul li {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 50px;
	line-height:50px;
}

.menu ul li dl {
	background: #fff;
	width: 118px;
	position: absolute;
	left: 0px;
	top: 50px;
	border-left: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	border-right: #ddd solid 1px;
	padding: 10px 0;
	display: none;
}

.menu ul li dl dd {
	line-height: 26px;
	border-bottom: #ddd dotted 1px;
	margin: 0 10px;
}

.menu ul li dl dd a {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	display: inline;
	padding: 0;
	text-align: left;
}

.menu ul li dl dd a:hover {
	color: #f60;
	text-decoration: underline;
}

.menu a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 50px;
	box-sizing: border-box;
	padding-top: 10px;
}

.menu a:hover {
	color: #fff;
}

a.menu_hover {
	background: #f60;
	color: #fff;
}

.menu_down span {
	display: block;
	background: url(../images/menu_down.gif) right 10px center no-repeat;
}*/


/*menu end*/




/*100% Width banner end*/


/*scroll_left start*/

#scroll_left {
	overflow: hidden;
	width: 750px;
}

#scroll_left span {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

#scroll_left .scroll_scale {
	width: 164px;
	height: 124px;
	background: #FFF;
	margin: 0 5px;
	border: 1px solid #e4e4e4;
}

#scroll_left .scroll_scale table tr td {
	height: 124px;
	width: 164px;
	text-align: center;
}

#scroll_left .scroll_scale img {
	max-width: 160px;
	max-height: 120px;
	width: expression(this.width>160 && this.height < this.width ? 160: true);
	height: expression(this.height> 120 ? 120: true);
}


/*scroll_left end*/


/*滚动插件 gundong_left*/

.gundong_left {
	background: #ddd;
}

.gundong_left .hd .prev,
.gundong_left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	line-height: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/icoLeft.gif) no-repeat;
}

.gundong_left .hd .next {
	background: url(../images/icoRight.gif) no-repeat;
}

.gundong_left .bd li {
	float: left;
}


/*滚动插件 scroll_top*/

.gundong_top {
	background: #ddd;
}

.gundong_top .hd .prev,
.gundong_top .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	line-height: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/icoLeft.gif) no-repeat;
}

.gundong_top .hd .next {
	background: url(../images/icoRight.gif) no-repeat;
}


/*滚动插件 TAB切换效果*/

.slideTxtBox .hd ul li.on {
	background: #ddd;
	cursor: pointer;
}


/*Add------------------------------------------------------------------------------*/

.weizhi {
	height: 40px;
	line-height: 40px;
	border-bottom: 3px solid #ddd;
	font-size: 14px;
}

.inside {
	margin-top: 20px;
	background: url(../images/title_04.gif) #fff repeat-y;
	min-height: 400px;
}

.inside_left {
	width: 220px;
	float: left;
}

.inside_left .side_a dl dt {
	border-bottom: 3px solid #ddd;
	display: block;
	height: 40px;
	color: #324483;
	font-weight: bold;
	line-height: 40px;
	font-size: 18px;
}

.inside_left .side_a dl dd {
	height: 36px;
	line-height: 36px;
	border-bottom: #ddd solid 1px;
}

.inside_left .side_a dl dd a {
	display: block;
	padding-left: 30px;
	font-size: 14px;
	background: url(../images/about-cn3_19.jpg) 15px center no-repeat;
}

.inside_left .side_a dl dd a:hover {
	background: #324483;
	color: #fff;
}

.inside_left .side_a dl .hover a {
	background: #324483;
	color: #fff;
}

.lianxi {
	margin-top: 15px;
	text-align: center;
	padding-bottom: 20px;
}

.inside_right {
	width: 720px;
	float: right;
}

.inside_con {
	padding: 10px 0;
}


/*contact*/

.contact h2 {
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	color: #fff;
	background: #999;
}

.contact {
	margin-top: 15px;
}

.contact ul {
	padding: 10px 10px;
	border: #e4e4e4 solid 1px;
}

.contact ul li {
	line-height: 20px;
	padding: 3px 0;
}


/*proShow*/

.product_show ul li {
	width: 130px;
	line-height: 20px;
}

.product_show ul li {
	float: left;
	margin: 15px 20px 0;
	border: #e4e4e4 solid 1px;
	display: inline;
}

.pro img {
	max-width: 120px;
	max-height: 90px;
	width: expression(this.width>120 && this.height < this.width ? 120: true);
	height: expression(this.height> 90 ? 90: true);
}

.hover2 {
	background: #f4f4f4;
}


/*product_list*/

.side_product {
	margin-top: 15px;
}

.side_product h2 {
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	color: #fff;
	background: #999;
}

.side_product ul {
	padding: 10px 10px;
	border: #e4e4e4 solid 1px;
}

.side_product ul li {
	line-height: 24px;
}

.side_product ul li a {
	padding-left: 30px;
	display: block;
	border-bottom: #e4e4e4 dashed 1px;
	background: url(../images/side_menu_bg.gif) 10px 8px no-repeat;
}

.side_product ul li dl dd a {
	display: inline;
	border: none;
	background: none;
}