@charset "utf-8";
/* banner */




/* main */

.main{ width:992px; height:452px;border:1px solid #B3B3B3; border-top:none; border-bottom:none;padding:0 3px 0 3px;background:url("../images/main_bg.jpg") repeat-x; margin:0 auto;}
.main_left{width:675px; float:left;}
.main_about{width:675px;}
.main_about_title{width:675px; height:37px; line-height:37px;border-bottom:1px solid #DEDEDE;}
.main_about_title h3{background:url("../images/title_ico.jpg") 10px center no-repeat; text-indent:15px; color:#EB6100;padding-left:10px;}
.main_about_txt{height:208px;padding-top:10px;padding-right:27px;}
.main_about_txt span{ display:block; width:220px; height:189px; border:1px solid #D8D8D8; background:#fff; float:left; margin-right:8px;}
.main_about_txt span img{width:214px; height:183px; margin:3px;}

.main_pro{width:670px;}
.main_pro_title{width:667px; height:30px; line-height:30px;border:1px solid #DEDEDE; background:url("../images/main_pro_title_bg.jpg") repeat-x;}
.main_pro_title h3{background:url("../images/title_ico.jpg") 10px center no-repeat; text-indent:15px; color:#EB6100; padding-left:10px;}
.main_pro_txt{
	width:668px;
	height:150px;
	padding-left: 1px;
	padding-top: 13px;
	overflow: hidden;
}
.main_pro_txt li {
	float: left;
	height: 150px;
	width: 167px;
	padding-left: 10px;
	text-align: center;
}

.prodiv {
	height: 150px;
	width: 165px;
}
.prodiv_img {
	height: 120px;
	width: 163px;
	border: 1px solid #CCCCCC;
}
.prodiv_img img {
	height: 120px;
	width: 163px;
}
.prodiv_name {
	line-height: 28px;
	text-align: center;
	height: 28px;
	width: 165px;
	background-image: url("../images/ab_left_bg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}



.main_right{width:315px; float:right;}
.main_right_news{width:310px;margin-left:5px;}
.main_right_news_title{width:310px; height:37px; line-height:37px;border-bottom:1px solid #DEDEDE;}
.main_right_news_title h3{background:url("../images/title_ico.jpg") 10px center no-repeat; text-indent:15px; color:#EB6100;padding-left:10px;}
.main_right_news_txt{padding-left:25px;}
.main_right_news_txt li{ background:url("../images/ico.jpg") no-repeat 0 center;}
.main_right_news_txt li a{margin-left:15px;}
.main_right_news_txt li span{ float:right; color:#434343; font-size:12px; margin-right:15px; display:inline;}

.main_right_contact{width:306px;margin-top:8px;margin-left:7px;}
.main_right_contact_title{width:304px; height:29px; line-height:29px;border:1px solid #E1E1E1; background:url("../images/contact_bg.jpg") repeat-x;}
.main_right_contact_title h3{background:url("../images/title_ico.jpg") 10px center no-repeat; text-indent:15px; color:#EB6100;padding-left:10px;}
.main_right_contact_txt{width:304px;height:162px;border:1px solid #CCCCCC;border-top:none; background:url("../images/contact.jpg") no-repeat right 0;}
.main_right_contact_txt ul{padding:5px 0 0 15px;}




/* 百叶窗banner */
#slider-wrap{width:1000px; height:300px;}/*可以修改宽高*/
#slider{position: relative; width:1000px; height:300px; background:#FFF;} /*可以修改宽高*/
#slider img{position:absolute; top:0; left:0; display:none; width:1000px; height: 300px;}/*可以修改宽高*/
.nivoSlider{position:relative;overflow: hidden;}
.nivoSlider img{position:absolute; top:0px; left:0px}
.nivoSlider a.nivo-imageLink{position:absolute; top:0px;display:block;left:0px;width:1000px;height:300px;border:0;padding:0;margin:0;z-index:6;}/*可以修改宽高*/
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}
.nivo-caption{position:absolute; left:0; bottom:0; background:#000;width:1000px; z-index:50; height: 40px; }/*可以修改宽高*/
.nivo-caption p{width:900px;height: 40px; text-indent: -9999px}/*可以修改宽高*/
.nivo-controlNav{position:absolute; left:50%; bottom:10px; z-index: 100;}/*可以修改左右上下间距*/
.nivo-controlNav a{position:relative; z-index:99; cursor:pointer;background:#074d91}
.nivo-controlNav a.active{background:#ff6400;font-weight:bold}
.nivo-controlNav a{display:block; color: #fff; width:30px; height:20px; line-height: 20px; text-align: center; margin-right:3px; float:left; overflow: hidden;}/*可以修改宽高*/
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}   /*左右切换按钮，不能删除，如果不需要可以设背景，删除会引起图片错位*/
.nivo-directionNav a {display:block;width:30px;height:30px;text-indent:-9999px;border:0;}
a.nivo-nextNav {right:15px;}
a.nivo-prevNav {left:15px;}