body{/*font-family: 'SimHei'*/}
.my-body{background: #ec6335}
.am-slider-default .am-direction-nav a{opacity: 0.2}
.nav{height: 90px;min-width: 1300px;background: white;line-height: 90px}
.logo{height: 60px}
.nav ul li{float: left;height: 90px;width: 160px;text-align: center;font-size: 18px;text-align: center}
.nav ul li:hover{color: white;background: #F37B1D}
.nav ul li:hover a{color: white}
.nav ul .nav-active{background: #F37B1D}
.nav ul .nav-active a{color: white}
.job-wrap{width: 1205px;height: 776px;background: url(../../images/jobbg.png) repeat-x;margin-top: 50px}
.tap li{cursor: pointer;height: 60px;;line-height: 60px;text-align: center;color: white;font-size: 15px;background: rgba(255,255,255,0.4);margin-bottom: 3px}
.tap .active{color:#ec6335;background: white}
.table-head{font-size: 18px;font-weight: bold;height: 60px;line-height: 60px;color: #ec6335;background: rgba(255,255,255,0.8);margin-right: 15px}
.job-ul li{height: 60px;line-height: 60px;border: 1px solid white;border-top:none }
.job-ul{min-height: 703px;font-size: 18px;color: white}
.job-ul .am-btn{font-size: 15px;color: #ec6335;border-radius: 25px}
@keyframes myfirst
{
    from {left: 0;}
    to {left:100%;}
}
/*--------------------------媒体查询---------------------------------*/
@media screen and (max-width:319px){
   .logo img{margin-right:300px}
}
@media screen and (min-width:320px) and (max-width:479px){
   .logo img{margin-right:300px}
}
@media screen and (min-width:480px) and (max-width:539px){

   .logo img{margin-right:300px}
}
@media screen and (min-width:540px) and (max-width:639px){
   .logo img{margin-right:300px}
}
@media screen and (min-width:640px) and (max-width:719px){

}
@media screen and (min-width:720px) and (max-width:1079px){

}
@media screen and (min-width:1080px) and (max-width:1439px){

}
@media screen and (min-width:1440px) {

   }