﻿@charset "utf-8";
*{ font-family: "Microsoft Yahei",Arial;  }
body,html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body{
    background: url("images/bg.jpg") no-repeat bottom;
}
ul li,ul{list-style: none;margin: 0;padding: 0;}
a{text-decoration: none!important;}
.footer{width: 100%;line-height: 0.4rem;background: url("images/footer.jpg") no-repeat center;background-size: 100% 100%;color: #fff;font-size: 0.14rem;text-align: center;position: absolute;bottom: 0;}
/*index*/
.img{display: block; position: absolute; opacity: 0}
.index{width: 100%; height: 100%; position: relative;}
.logo1{position: absolute;top: 35px;left: 35px;}
.slogan{
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 13%;
    animation:zoomIn 0.5s 0.2s linear forwards;
}
.index-btn{
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 55%;
    animation:zoomIn 0.5s 0.6s linear forwards;
    }
.index-btn2{
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 64%;
    animation:arr2 1s 1s linear infinite;
}
.index-nav{
    position: absolute;
    bottom: -390px;
    width: 100%;
    transition: 0.5s all;
}
.index-nav.on{bottom: 0;}
.index-nav p{
    height: 110px;
    text-align: center;
    background: #ed6d1e;
    line-height: 110px;
    border-radius: 30px 30px 0 0;
    font-size: 0px;
}
.index-nav p img{
    margin-top: 20px;
}
.index-nav ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-image: linear-gradient(#f28e2d, #ed6d1e);
    height: 280px;
    align-items: center;
}
.index-nav ul li{
    text-align: center;
}
.index-nav ul li img{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.index-nav ul li a{
    font-size: 30px;
    display: block;
    text-align: center;
    color: #fff;
}
.nav-box{width: 100%;height: 110px;position: absolute;top: 0;background: #ed6d1e;border-radius: 0 0 30px 30px;/* line-height: 110px; */z-index: 999;}
.nav-box>a{
    margin-left: 20px;
    height: 100%;
    font-size: 0;
}
.nav-box>img{
    font-size: 0;
    top: 21px;
    position: absolute;
    left: 20px;
}
.nav-box ul{
    width: 500px;
    float: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.nav-box ul li{
    /* height: 100%; */
    text-align: center;
}
.nav-box ul li a{color: #595656;font-size: 20px;display: block;/* height: 100%; */}
.nav-box ul li a img{display: block;margin: 0 auto;margin-bottom: 10px;}
.nav-box ul li.on a{color: #fff}
.about{height: 100%;}
.about-container{height: 80%;/* margin-top: 110px; */position: relative;padding-top: 150px;box-sizing: border-box;}
.about-btn-box{width: 650px;margin: 0 auto;display: flex;justify-content: space-around;position: absolute;bottom: 85px;left: 0;right: 0;}
.about-btn-box li{color: #ffffff;font-size: 20px;background: #ed6d1e;border: 1px solid #fff;box-shadow: 0px 0px 0px 7px #ed6d1e;border-radius: 3px;/* padding: 10px 20px; */width: 190px;height: 60px;line-height: 60px;text-align: center;}
.about-btn-box li.on{
    color: #ed6d1e;
    box-shadow: 0px 0px 0px 7px #fff;
    background: #fff;
    border: 1px solid #ed6d1e;
}
.title{margin: 0 auto;width: 450px;height: 60px;line-height: 60px;background: url("images/title-1.png") no-repeat center;color: #ed6d1e;font-size: 25px;text-align: center;font-weight: bold;margin-bottom: 25px;}
.text-box{width: 610px;margin: 0 auto;background: #deeaf7;padding: 35px;box-sizing: border-box;border: 1px #ed6d1e solid;border-radius: 30px;margin-bottom: 60px;}
.text-box p{color: #ed6d1e;font-size: 20px;text-align: justify;text-indent: 2em;line-height: 35px;padding: 0;margin: 0;}
.about-content{
    height: 80%;
    overflow-y: scroll;
    width: 640px;
    margin: 0 auto;
    display: none;
    padding-left: 15px;
}
.jobsl-content{
    height: 80%;
    overflow-y: scroll;
    width: 640px;
    margin: 0 auto;
    padding-left: 15px;
    margin-top: 35px;
}
.jobsl2-content{
    height: 80%;
    overflow-y: scroll;
    width: 640px;
    margin: 0 auto;
    /* padding-left: 15px; */
    margin-top: 10px;
}
::-webkit-scrollbar
{
    width: 8px;
    height: 10px;
    background-color: rgba(255,255,255,0.3);
}
/*瀹氫箟婊氬姩鏉¤建閬?鍐呴槾褰?鍦嗚*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0);;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.3);
}
/*瀹氫箟婊戝潡 鍐呴槾褰?鍦嗚*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0);;
    background-color: #ed6d1e;
}
.lc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.job-btn-box{width: 410px;margin: 0 auto;height: 52px;background: rgba(255,255,255,0.4);padding: 5px;border-radius: 5px;}
.job-btn-box li{width: 50%;height: 100%;float: left;text-align: center;line-height: 52px;border-radius: 5px;}
.job-btn-box li a{color: #ffffff;font-size: 20px;height: 100%;padding: 0;margin: 0;display: block;letter-spacing: 3px;}
.job-btn-box li.on{background: #ed6d1e;}
.job-btn-box li.on a{}
.sl-title{display: block;margin: 0 auto;}
.com-box{width: 606px;margin: 0 auto;margin-bottom: 45px;}
.com-box li{
    padding: 0;
    margin: 0;
    font-size: 0;
    margin-top: 20px;
}
.com-box li a{
    padding: 0;
    margin: 0;
    font-size: 0;
}
.com-box li a img{}
.job-top{width: 632px;margin: 0 auto;background: #fff;border: 1px #ed6d1e solid;margin-top: 30px;border-radius: 10px;}
.job-top tr{}
.job-top tr td{color: #ed6d1e;font-size: 21px;font-weight: bold;text-align: center;line-height: 45px;}
#JobSearchShow{
    width: 620px;
}
#JobSearchShow tr{
    background: rgba(255,255,255,0.3);
    border: 1px #fff solid;
}
#JobSearchShow tr td{color: #002c63;font-size: 21px;/* line-height: 60px; */text-align: center;padding: 25px 3px;}
#JobSearchShow tr td a{
    /* height: 100%; */
    display: block;
    line-height: 60px;
    font-size: 0;
    padding: 0;
    margin: 0;
}
#JobSearchShow tr td a img{
    display: block;
    margin: 0 auto;
}
#JobSearchShow tr td:first-child {text-align: left;padding-left: 15px;}
#noResultTips{font-size: 20px}
.pic-center{display: block; margin: 0 auto;}
@-webkit-keyframes arr2{
    0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}
    100%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0;}
}
@keyframes arr2{
    0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}
    100%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0;}
}
@-webkit-keyframes zoomIn{
    0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);}
    50%,100%{opacity:1;}
}
@keyframes zoomIn{
    0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3);}
    50%,100%{opacity:1;}
}