@charset "UTF-8";
/*
* @ description: 人才招聘页面样式
* @ author: jonwel
* @ update: (2017.v2.0)
*/


*{padding: 0;margin: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,button,input{margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-size: 100%; vertical-align:baseline;background: none repeat scroll 0% 0% transparent;}
ol,ul,li{list-style:none;}


body{font:12px "microsoft yahei", Tahoma, Arial, Helvetica, Sans-serif;color:#666;}

a{text-decoration:none; outline: none; cursor:pointer;color:#8D8D8D; }
a:hover{color: #ff6600;}

.clear{clear: both;margin-bottom: 10px;}

.banner{width: 100%;height: 350px;background: url(https://img.alicdn.com/imgextra/i4/2783343422/TB2HD0_hyC9MuFjSZFoXXbUzFXa-2783343422.jpg) top center no-repeat;padding-top: 80px;}
.banner p{text-align: center;font-size: 20px;line-height: 36px;}
.banner p b{color: red;}


/*标题tabs区域样式*/
.tabon{border-radius: 10px ;background: #E6EAED;color: #ff6600;}
.title{width:960px;height: 36px;margin:-180px auto; }
.title li{float: left;border: 1px solid #eee;height: 36px;line-height: 36px;margin: 0 5px;}
.title li a{display: inline-block;padding: 0 50px;font-weight: bold;}



/*人才招聘页面样式*/
#zhaopin{width: 1100px;height: auto;overflow: hidden;margin:50px auto;}
#zhaopin .floor .img{width: 550px;height: 400px;float: left;}
#zhaopin .floor .img img{width: 550px;height: 400px;}
#zhaopin .floor .content{width: 510px;height: 400px;float: left;padding: 0 20px;}
#zhaopin .floor .content h5{font-size: 20px;color: #FF6600;padding-top: 20px;}
#zhaopin .floor .content p{line-height: 26px;padding-bottom: 20px;}
#zhaopin .floor .content a{display: block;width: 120px;line-height: 36px;height: 36px;text-align: center;border: 1px solid #FF6600;font-size: 13px;font-weight: bold;}
#zhaopin .floor .content a:hover{background: #FF6600;color: white;}