/*这个是内页的主要框架*/

#main{width: 1200px;min-height: 200px;margin: 0 auto;overflow: hidden;margin-top:60px;margin-bottom: 50px;}

/*内页左侧*/
#main .left_zuo{width: 240px;float: left;}
/*内页右侧*/
#main .right_you{width: 900px;float: right;}

/*内页右侧 抬头导航*/
/*#main .right_you .article{width: 900px;height: 52px;overflow: hidden;background-color: #eeeeee;}
#main .right_you .article .left_biaoti{float: left;height: 52px;line-height: 52px;padding-left: 20px;padding-right: 20px;min-width: 117px;text-align: center;background-color: #c72128;color: #FFFFFF;font-size: 18px;}
#main .right_you .article .right_biaoti{float: right;height: 52px;line-height: 52px;margin-right: 10px;}
*/
#main .right_you .article{width: 900px;height: 52px;overflow: hidden;border-bottom: 1px solid #e5e5e5;}
#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:#116CF5; text-decoration:none;}
.newsconright1{ color:#333; font-weight:bold; padding-bottom:10px;}



/*内页产品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: 20px;
				overflow: hidden;
				cursor: pointer;
				border: 1px solid #CCCCCC
			}
#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);
		}

#product ul li img{width: 270px;height: 200px;}
#product ul li .txt{text-align: center;line-height: 200%}
/*内页产品index这块 end*/

/*上一页+下一页*/
#prev_next{margin-top:30px;}
#prev_next li{width: 600px;height: 30px;font-size: 16px;}
#prev_next li a{color:#ffa642;}
#prev_next li a:hover{color:#c72128;}


/*详细说明*/
.xxsm{width: 100%;height: 40px;line-height: 40px;background-color: #eeeeee;}
.xxsm .sm{width: 100px;background: rgba(0,0,0,0.5);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;margin-top: 50px;}
		



/*内页左侧产品列表*/
.pro_list_title{width: 242px;height: 130px;text-align: center;overflow: hidden;background: url('../Image/07.png')no-repeat;}
.pro_list_title h2{font-size: 26px;font-weight: 100;color: #FFFFFF;margin-top: 40px;}
.pro_list_title h3{font-size: 14px;color: #7dbcf1;font-weight: 100;margin-top: 10px;}

.pro_list{width: 242px;background-color: #e8e8e8;overflow: hidden;padding-top: 20px;padding-bottom: 20px;}
.pro_list>ul{width: 220px;position: relative;padding-left: 10px;padding-right: 15px;}
.pro_list>ul>li{min-height: 35px;line-height: 35px;text-indent: 45px;background: url('../Image/1.png')no-repeat 20px 10px #ffffff;margin-bottom: 10px;}
.pro_list>ul>li>a{color: #014db6}
.pro_list>ul>li>a:hover{color: #ffa642}

.public_lxwm_title{width: 242px;height: 130px;text-align: center;overflow: hidden;background: url('../Image/07.png')no-repeat;margin-top: 46px;}
.public_lxwm_title h2{font-size: 26px;font-weight: 100;color: #FFFFFF;margin-top: 40px;}
.public_lxwm_title h3{font-size: 14px;color: #7dbcf1;font-weight: 100;margin-top: 10px;}

.public_lxwm{background-color: #ededed;height: 250px;width: 212px;overflow: hidden;padding: 15px;}
.public_lxwm h3{margin-top: 10px;font-size: 16px;color: #1154ab;margin-bottom: 20px;}
.public_lxwm ul li{height: 30px;line-height: 30px;border-bottom: 1px solid #dfdfdf;}

.current a{color:#ffa642 !important;}
/*内页左侧产品列表 end*/

/*内页联系我们*/
#allmapnew{width:100%;height:460px;overflow:hidden;border-radius:25px;border: 1px solid #cccccc;float: right;}
.contact{float: left;width: 100%;margin-top: 30px;margin-bottom: 30px;}
.contact li{height: 30px;line-height: 30px;font-size: 16px;}
/*内页联系我们 end*/



/*在线留言*/
.order tr td input{border: 1px solid #cccccc;height: 30px;}
.order tr td{height: 50px;}
#submit{width: 100px;height: 30px;background-color: #ff962b;color: #ffffff;}
#submit:hover{cursor: pointer;background-color: #1559b2}
/*在线留言 end*/