| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- a{ text-decoration: none;}
- a:hover{ text-decoration: none; }
- .page-top{ background-color: #101f48; }
- .page-topnav{ line-height: 80px; }
- .page-topnav a{ padding-left: 10px; padding-right: 10px; font-size: 16px; color: #FFFFFF; }
- .page-topnav a:hover{ text-shadow:2px 2px 2px #FFFFFF;}/*新增字体阴影效果*/
- .page-foot{ padding: 20px 0px; width: 100%; background-color: #f5f6fa; }
- .page-foot p{ color: #999999; }
- .pagefootbg{ position: fixed; bottom: 0px; z-index: 1; width: 100%; background-color: #FFFFFF; height: 117px; }
- .pagefoot{ position: fixed; bottom: 0px; margin: 0px auto; left: 0px; right: 0px; z-index: 2; text-align: center; min-height: 150px; }
- .pagefoot img{ }
- .pagefoot span{ position: absolute; top: 90px; right: 60px; z-index: 3; font-size: 18px; display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #DDDDDD; border-radius: 50%; }
- .pagefoot-height{ height: 117px; background-color: transparent; }
- .indexbg{ width: 100%; height: 500px; background-repeat: repeat-x; background-position: top center; background-size: auto 100%; }
- .indexgray{ width: 100%; background-color: #f5f6fa; padding-bottom: 20px; }
- .indexcomjobs .item{ padding: 10px; }
- .indexcomjobs .item>div{ background-color: #FFFFFF; padding: 10px 15px; }
- .indexcomjobs .item h4{ line-height: 40px; height: 40px; overflow: hidden; font-weight: bold; }
- .indexcomjobs .item p{ line-height: 30px; height: 30px; font-size: 16px; overflow: hidden; color: #999999; }
- .indexnum{ padding-top: 50px; }
- .indexnum p { font-size: 15px; line-height: 50px; color: #FFFFFF; }
- .indexnum p.num{ font-size: 25px; font-weight: 400; padding-top: 20px; color: #FFFFFF; }
- .indexcon{ }
- .indexcon>div { text-align: center; padding: 42px 0px; }
- .indexcon div img { width: 35px; }
- .indexcon div p { font-size: 14px; color: #000000; line-height: 30px; }
- .indexcon div span { display: block; font-size: 14px; color: #929596; font-size: 12px; }
- .comjobsnav{ }
- .comjobsnav a{ display: inline-block; padding: 5px 10px; font-size: 16px; color: #333333; }
- .comjobsnav a:first-child{ font-weight: bold; }
- .comjobsnav a.label{ color: #FFFFFF; }
- .comjobsitem{ }
- .comjobsitem .bwagall{ font-size: 18px; }
- /*新增头部搜索框*/
- .search{
- height: 29px;
- line-height: 29px;
- font-size: 16px;
- width: 120px;
- margin: 26px 0 0 0;
- }
- .search_btn{
- margin: 0px;
- }
- /*新增新闻选项卡 new_list*/
- .new_list{
- cursor: pointer;
- text-align: center;
- font-size: .18px;
- }
- .new_list>div{
- background-color: #277CE4 !important;
- }
- .new_list>div:hover{
- background-color: #1853C5 !important;
- }
- .new_list>div>a{
- color: #fff;
- }
- .tab1>div>ul>li{
- display:block;
- font-size:18px;
- margin-left:18px;
- padding-top:20px;
- }
- .tab1>div>ul>li>a{
- color: #333;
- }
- .tab1>div>ul>li>a:hover{
- text-decoration: underline;
- }
- /*业务大厅 office_hall*/
- .office_hall{
- display: block;
- width: 100%;
- height: 100%;
- color: :#f60;
- background-image: linear-gradient(to bottom,#816ABF,#1B51C3);
- font-size: 32px;
- text-align: center;
- padding-top: 60%;
- }
- /*业务菜单 office_list*/
- .office_list{
- width: 90%;
- float: left;
- height:356px;
- background-image: linear-gradient(to right,#ECEEF9,#BAD4F7);
- }
- .office_list>.top{
- width: 100%;
- height: 50%;
- float: left;
- }
- .office_list>.bot{
- width: 100%;
- height: 50%;
- float: left;
- }
- .tab{
- width: 160px;
- height: 145px;
- padding-top: 34px;
- display: block;
- float: left;
- text-align: center;
- margin-right:10px;
- font-size: 20px;
- color: #337AB7;
- }
- .tab>a{
- text-decoration: none;
- }
- .tab>a:hover{
- text-decoration: underline;
- }
- /*加入浮动二维码*/
- .pagecode{
- padding: 0px;
- display: block;
- position: fixed;
- right: 0px;
- top: 35%;
- width: 172px;
- height: 172px;
- z-index: 999;
- background-color: transparent;
- }
- /*新增在线招聘会*/
- .zph{
- width: 100%;
- height: 116px;
- margin-top: 10px;
- margin-bottom: 10px;
- text-align: center;
- cursor: pointer;
- }
- .zph>a{
- width: 100%;
- height: 100%;
- display: block;
- margin: 0px;
- padding-top: 20px;
- text-decoration: none;
- background-image: linear-gradient(to bottom,#1B5AE5,#1798FD);
- }
- .zph>a>h1{
- color: #FFFFFF;
- }
|