@CHARSET "UTF-8";

/**content可加背景图片**/
.content2{width:100%;background-color: #404040;padding-top: 30px;background-size:100%;}
.content2 .center{width:80%;height:100%;margin: 0 auto;}
.content2 .center .left{width:14%;;float: left;height:30%;    background-color: aliceblue;padding: 20px;}
.content2 .center .left div{width:100%;margin-top: 10px;background-color: rgba(26, 93, 173, 0.16);text-align: center;color:white;cursor: pointer;padding-top:5px;padding-bottom:5px;
transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}
.content2 .center .left div a{color:white;}
.content2 .center .left div:HOVER{
	background-color:#e84c3d;
}
.content2 .center .left .left_active{
	background-color: rgba(71, 245, 221, 0.66);
}
.content2 .center .right{width:82%;float: right;height:100%;}
.content2 .center .right .show{width:100%;background-color: white;padding:20px;
transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
}
.content2 .center .right .show .careers_content{
	width:100%;
}
.content2 .center .right .show .careers_emploeer{
	margin-top: 100px;
}
.content2 .center .right .show .careers_emploeer table{
	margin: 0 auto;
}
.content2 .center .right .show .careers_emploeer table tr{
	line-height: 40px;
}
.content2 .center .right .show .careers_emploeer span{color:red;}
.content2 .center .right .show .careers_emploeer table input{
	height:25px;line-height: 25px;outline: none;width:300px;
}
 .content2 .center .right .show .careers_emploeer table .button{
  width:100px;height:32px;margin-top: 10px;margin-left: 10px;background-color: #F88E8B;color:white;line-height: 32px;text-align: center;cursor: pointer;
transition: all 1s;
-moz-transition: all 1s;	/* Firefox 4 */
-webkit-transition: all 1s;	/* Safari 和 Chrome */
-o-transition: all 1s;	/* Opera */
  }
   .content2 .center .right .show .careers_emploeer table .button:HOVER{
   width:120px;height:35px;line-height: 35px;background-color: red;
   }
.content2 .center .right .show .careers_emploeer table input:FOCUS{
	border: 1px solid green;
}
.content2 .center .right .active{margin-top: 0px;}

  ul{list-style:none}
          
            #menus {width: 213px; padding: 40px 28px 25px 0; font-family: "Microsoft yahei", Arial, Helvetica, sans-serif;} 
            ul#menus {padding: 0; margin: 0; font-size: 1em; line-height: 0.5em; list-style: none;} 
            ul#menus li {width:150px;} 
            ul#menus li a {line-height: 10px; font-size: 14px; padding: 10px 5px; color: #000; display: block; text-decoration: none; font-weight: bolder;}
            ul#menus li a:hover {background-color:#675C7C;    color:white;}
            ul#menus ul { margin: 0; padding: 0;display: none;} 
            ul#menus ul li { margin: 0; padding: 0; clear: both;} 
            ul#menus ul li a { padding-left: 20px; font-size: 12px; font-weight: normal;}
            ul#menus ul li a:hover {background-color:#D3C99C; color:#675C7C;} 
            ul#menus ul ul li a {color:silver; padding-left: 40px;} 
            ul#menus ul ul li a:hover { background-color:#D3CEB8; color:#675C7C;} 
            ul#menus span{float:right;}
 
 .product_list table{border: 1px solid black;}  
  .product_list table tr td{text-align: center;}         