﻿/*这个是内页的主要框架*/
#main{width: 1200px;min-height: 200px;margin: 0 auto;overflow: hidden;margin-top:50px;margin-bottom: 50px;}
/*定义内页左侧宽度*/
#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 #00367f}
#main .right_you .article .right_biaoti{float: right;height: 52px;line-height: 52px;font-size: 18px;}
#main .right_you p{margin:9px 0;}
#main .right_you hr{ width: 835px;  margin-left: 29px;}
/*内页右侧 抬头导航 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:#ff6600; 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: 14px;}
#prev_next li a{color:#00367f;}
#prev_next li a:hover{color:#ff6600;}


/*详细说明*/
.xxsm{width: 100%;height: 40px;line-height: 40px;border-bottom: 2px solid #00367f;}
.xxsm .sm{width: 100px;background: #00367f;color: #ffffff;text-align: center;}

/*返回上一页*/
.return{width: 120px;height: 40px;line-height: 40px;color: #ffffff;float: right;text-align: center;background-color: #00367f;border-radius: 40px;}
.return:hover{background-color: #ff6600;}	

/*在线留言*/
.order tr{height: 40px;font-size: 20px}
.order tr td input{height: 30px;}

/*提交按钮*/
#submit{width: 100px;height:30px;cursor: pointer;border: 0px;background:#00367f;color: #ffffff;}
#submit:hover{background-color: #ff6600;}

/*CONTACT 地图大小*/
#allmap{width:100%;height:500px;overflow:hidden;margin-bottom: 10px;}


/*人才招聘，第一页*/
.jobs li{height: 140px;margin-bottom: 50px;}
.jobs li p{line-height: 200%;font-size: 16px;}
.jobs li a{display: block;width: 100px;height: 30px;line-height: 30px;text-align: center;background-color: #00367f;color: #ffffff;}
.jobs li a:hover{background-color: #ff6600}


/*新闻左边*/
.zuo_news{width: 230px;height: 100px;line-height: 100px;text-align: center;font-size: 26px;background-color: #00367f;color: #ffffff;font-weight: bold;}
.zuo_news01{width: 176px;border: 7px solid #00367f;min-height: 40px;padding: 20px;margin-bottom: 20px;}
.zuo_news01 li a{display: block;height: 25px;font-size: 16px;}`