/*这个是内页的主要框架*/

#main{width: 1200px;min-height: 200px;margin: 0 auto;overflow: hidden;margin-top:60px;margin-bottom: 50px;background-color: #ffffff;}

/*定义内页左侧宽度*/
#main .left_zuo{width: 260px;float: left;overflow: hidden;}


/*内页右侧*/
#main .right_you{width: 900px;float: right;overflow: hidden;}


/*内页右侧 抬头导航*/
#main .right_you .article{width: 900px;height: 52px;overflow: hidden;border-bottom: 2px solid #ff8a00}
#main .right_you .article .right_biaoti{float: right;height: 52px;line-height: 52px;margin-right: 10px;}
/*内页右侧 抬头导航 end*/



/*内页新闻列表这块*/
.news_list{margin-top: 10px}
.rnewys{ width:100%; height:100px; border-bottom:#d9d9d9 solid 1px; padding-top:30px;}
.newconleft{ width:90px; height:100px; float:left; color:#676767;}
.newsconright{ width:85%; height:100px; float:right;}
.newsconright a{ width:100%; height:100px; display:block; color:#676767;}
.newsconright a:hover{ color:#ff8a00; text-decoration:none;}
.newsconright1{ color:#333; font-weight:bold; padding-bottom:10px;}
/*内页新闻列表这块 end*/



/*内页产品index这块*/
#product{min-height: 500px;overflow: hidden;position: relative;}
#product ul{width: 950px;position: relative;left: -30px;}
#product ul li{float: left;margin-left: 35px;width: 270px;height: 240px;margin-top: 35px;overflow: hidden;cursor: pointer;border: 1px solid #CCCCCC}
#product ul li img{width: 270px;height: 200px;}
#product ul li .txt{text-align: center;line-height: 200%}
#product ul li{transition:All 0.5s ease-in-out;-webkit-transition:All 0.5s ease-in-out;-moz-transition:All 0.5s ease-in-out;-o-transition:All 0.5s ease-in-out;}
#product ul li:hover {transform:translate(0,-15px);-webkit-transform:translate(0,-15px);-moz-transform:translate(0,-15px);-o-transform:translate(0,-15px);-ms-transform:translate(0,-15px);-webkit-box-shadow:0px 5px 15px #e5e5e5;-moz-box-shadow:0px 5px 15px #e5e5e5;box-shadow:0px 5px 15px rgba(0,0,0,0.9);}
/*内页产品index这块 end*/


/*上一页+下一页*/
#prev_next{margin-top:30px;}
#prev_next li{height: 30px;font-size: 16px;}
#prev_next li a{color:#ffa642;}
#prev_next li a:hover{color:#ff8a00;}


/*详细说明*/
.xxsm{width: 100%;height: 40px;line-height: 40px;border-bottom: 2px solid #ff8a00;}
.xxsm .sm{width: 100px;background: #ff8a00;color: #ffffff;text-align: center;}


/*返回上一页*/
.return{background: url('../Image/back_bg_hover.png')no-repeat;width: 125px;height: 50px;line-height: 45px;color: #ffffff;text-indent: 20px;float: right;}
		
/*在线留言*/
.order tr{height: 40px;font-size: 20px}
.order tr td input{height: 30px;}
#submit{width: 100px;height:30px;cursor: pointer;border: 0px;background:#ff8a00;color: #ffffff;border-radius: 10px;}


/*CONTACT 地图大小*/
#allmap{width:99%;height:500px;overflow:hidden;margin-bottom: 10px;}

