/*
	GAIR 
*/
.inner{width: 1000px;margin: 0 auto;}
html,body{background: #000f1b;}
.gair-banner{height: 350px;background: url(../../topic/images/gair/banner.jpg) no-repeat center top #000f1b;min-width: 1000px;}
.gair-steps{text-align: center;padding: 40px 0 22px 0;}
.gair-intro{/*padding-bottom: 45px;*/}
.gair-intro .main{margin: 0 50px;padding: 18px 35px 22px 35px;background: rgba(51,43,102,0.24);}
.gair-intro .main .tit{font-size: 18px;color: #e0e1b9;font-weight: bold;text-align: center;}
.gair-intro .main .cnt{font-size: 14px;color: #9dabcd;line-height: 28px;padding-top: 15px;}
.gair-intro .main .cnt span{font-size: 18px;color: #fff;display: inline-block;font-weight: bold;background: #cc3333;padding: 0 1px;margin: 0 2px;}

.apply-btn{text-align: center;}

/*调研企业*/
.gair-list{background: url(../../topic/images/gair/bg2.jpg) no-repeat center top ;min-width: 1000px;height: 835px;position: relative;}
.gair-list:before{
	content: "";
	width: 100%;
    height: 120px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top:100%;
    box-shadow: 0 -50px 50px rgba(0, 0, 0, 0.34);
    z-index: 2;
}
.gair-list  .main{margin-left: 40px;padding-top: 60px;}
.gair-list  .main li{float: left;width: 165px;height: 140px;margin:0px 10px 30px 10px;overflow: hidden;}
.gair-list  .main li a{display:block;background: #053252;width: 165px;height: 140px;transition:all 0s ;}
.gair-list  .main li a .pic img{width: 165px;height: 95px;vertical-align: top;transition:height 0.3s;-moz-transition:height 0.3s ;-webkit-transition:height 0.3s;}
.gair-list  .main li a .name{height: 45px;line-height: 45px;padding: 0 6px;color: #006fbe;font-size: 13px;position: relative;}
.gair-list  .main li a .name em{position: absolute;background: url(../../topic/images/gair/icos.png) no-repeat -97px -74px;width: 9px;height: 14px;right: 6px;top: 17px;}
.gair-list  .main li:hover a{background: #006fbe;}
.gair-list  .main li:hover a .pic{padding: 8px 6px 0 6px;}
.gair-list  .main li:hover a .pic img{width:153px;height: 87px;}
.gair-list  .main li:hover a .name{color: #fff;}

.gair-list .scrollBar{float: left;width: 2px;height: 775px;height:775px;background: #0F476F;position: relative;}
.gair-list .scrollBar b{position: absolute;background: url(../../topic/images/gair/bar.png) no-repeat center bottom;/*background: #032846;*/border-radius: 5px;width: 11px;height: 30px;;cursor: pointer;left:-4px;top: 1px; }
.gair-list .box{float: left;width:940px;;height: 775px;overflow: hidden;}
.gair-list .box .cont{height: auto;position: relative;width: 925px;}

/*我们要上榜*/
.gair-hotPerson{/*background: #000f1b; */background: rgba( 0,0,0,0.34);padding-top: 120px;}
.gair-hotPerson .tit{text-align: center;position: relative;z-index: 2}
.gair-hotPerson .tit2{font-size: 20px;color: #07395e;font-weight: bold;text-align: center;}

.gair-hotPerson #slider{position: relative;width: 960px;margin: 30px auto 0 auto;}
.gair-hotPerson #slider .arrows{position: absolute;top:30px;width: 49px;height: 33px;background: url(../../topic/images/gair/icos.png) no-repeat;}
.gair-hotPerson #slider .arrows.prev{background-position: -8px -10px;left: 0;}
.gair-hotPerson #slider .arrows.next{background-position: -93px -10px;right: 0;}
.gair-hotPerson #slider .slider-box{width: 832px;margin: 0 auto;height: 114px;overflow: hidden;}
.gair-hotPerson #slider .slider-box ul{width: 10000000px;}
.gair-hotPerson #slider .slider-box li{width: 84px;margin: 0 10px;float: left;text-align: center;}
.gair-hotPerson #slider .slider-box li .pic img{display: block;width: 80px;height: 80px;border:2px solid #8A96AB;border-radius: 50%;-webkit-border-radius: 50%;;}
.gair-hotPerson #slider .slider-box li .name{line-height: 30px;font-size: 12px;color: #3d446c;font-weight: bold;}

/*我要上榜弹窗*/
.apply-pop{display: none;width: 469px;position: fixed;z-index: 9;left: 50%;margin-left: -235px;top: 200px;background: #fff;}
.apply-pop .tit{height: 95px;background: url(../../topic/images/gair/hd-bg.jpg) no-repeat;position: relative;}
.apply-pop .tit em{cursor: pointer;position: absolute;background:url(../../topic/images/gair/icos.png) no-repeat -58px -74px;width: 30px;height: 30px;right: 15px;top:15px;}
.apply-pop .main{padding-top: 25px;}
.apply-pop .main .row{padding-bottom: 18px;}
.apply-pop .main .row .row-name{width: 150px;float: left;text-align:right;font-size: 14px;color: #467ab6;line-height: 40px;}
.apply-pop .main .row .row-inp{overflow: hidden;padding-left: 10px;}
.apply-pop .main .row .row-inp input[type='text']{font-size: 14px;width: 200px;height: 40px;line-height: 24px;padding: 8px 10px;background: #9ccaeb;border:0;outline: 0;}
.apply-pop .main .row .row-inp span{color: #f00;padding-left: 10px;}
.apply-pop .main .row .row-inp input[type='submit']{cursor: pointer;margin: 25px 0;width: 165px;height: 55px;background: #1b9bdd;text-align: center;line-height: 55px;color: #fff;font-size: 16px;font-weight: bold;outline: 0;border:0;}

/*提交成功*/
.success-pop{display: none;position: fixed;text-align: center;font-size: 14px;color: #1b518d;z-index: 9;line-height: 35px;width: 400px;padding: 25px 0;background: #fff;left: 50%;margin-left: -200px;top: 50%;margin-top: -60px;}
.success-pop .tit em{display: inline-block;vertical-align: middle;margin-right: 10px;background:url(../../topic/images/gair/icos.png) no-repeat -17px -71px;width: 29px;height: 29px;}

.mask{display: none;position: fixed;z-index: 8;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.15);}


.gair-footer{padding: 120px 0 80px 0;font-size: 13px;color: #5E6897;text-align: center;background: rgba( 0,0,0,0.34);}