﻿@charset "utf-8";
/* CSS Document */

#demo {
	overflow: hidden;
	width: 96%;
	padding-top: 15px;
} 
#demo1 { 
    float: left;
} 
#demo2 { 
    float: left;
} 
#indemo { 
    float: left; 
    width: 800%; 
} 
#icon_left {
	float: left;
	padding-top: 60px;
	width: 31px;
	text-align: left;
	padding-left: 10px;
}
#icon_right {
	float: right;
	padding-top: 60px;
	width: 31px;
	text-align: right;
	padding-right: 10px;
}
#main_pro {
	height: auto;
	overflow: hidden;
	float: none;
}
#index_pro {
	background-image: url(images/pro_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: auto;
	clear: both;
	overflow: hidden;
}
a#porBtn {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	color: #fff;
	background: url(../images/porBtn.png) no-repeat center;
	text-decoration: none;
	clear: both;
	margin-top: 10px;
}
a#porBtn:hover {
	background-image: url(../images/porBtnH.png);
	color: #FFF;
	text-decoration: none;
}
