@charset "utf-8";

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 1200px;
    font-size: 100%;
    color: #9b9b9b;
}

header {
    padding: 10px 0;
    /* background: url(../images/banner/banner-top.png) repeat-x; */

}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #3b3b3b;
}

ul {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both !important;
    float: none !important;
    font-size: 0px !important;
    line-height: 0px !important;
    height: 0px !important;
}

.fixBannerWidth {
    width: 900px;
    margin: 0 auto;
    position: relative;

}

.fixWidth {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#logo {
    float: left;
}

#logo img {
    margin-right: 15px;
}

.navbar {
    margin-top: 0px;
    height: 60px;
    line-height: 60px;
}

.navbar a {
    padding: 0 40px;
    font-size: 18px;
}

.navbar .current,
.navbar a:hover {
    color: #ff6900;
}

/* banner */
.banner {
    height: 123px;
    padding-top: 60px;
    margin-bottom: 30px;
    color: #284552;
    font-size: 2.6em;
    background: url(../images/banner/官网展示图小.png) repeat-x;
}

.banner b {
    display: block;
    margin-top: 8px;
    font-size: 0.65em;
    font-weight: normal;
}

/* 面包屑 */
.breadCrumb {
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    padding-left: 28px;
    border-bottom: #DCDCDC 1px solid;
    font-size: 16px;
}

.breadCrumb span {
    color: #7a7a7a;
}

/* 内页通用 */
.inner aside {
    float: left;
    width: 160px;
    margin-right: 30px;
    min-height: 100%;
}

.inner aside a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-indent: 1em;
    border-bottom: #DCDCDC 1px solid;
}

.inner aside a:hover,
.inner aside a.current {
    color: #FFF;
    background: #595959 url(../images/icon/icon3.png) 140px 18px no-repeat;
}

.inner .main {
    float: left;
    width: 1000px;
}

.inner .main>* {
    padding-left: 28px;
}

.inner .main h1 {
    line-height: 2.8;
    font-weight: normal;
    font-size: 30px;
}

.inner .main p {
    color: rgb(50, 50, 50);
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
}



/*-------------首页---------------*/
/* banner广告 */
.changeBox {
    position: relative;
    margin-bottom: 0px;
}

.itemBox {
    position: relative;
    overflow: hidden;
}

.itemBox a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.itemBox a img {
    width: 100%;
    height: auto;
}


/* 上一个、下一个 按钮 */
#change1 .btnBox a {
    position: absolute;
    left: 2%;
    top: 50%;
    width: 80px;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    text-align: center;
    font-size: 3.5em;
    color: #FFF;
    filter: alpha(opacity=60);
    opacity: .6;
    background: rgba(0, 0, 0, 0.315);
    text-decoration: none;
}

#change1 .btnBox .btnNext {
    right: 2%;
    left: auto;
}

/* 导航按钮 thumbBox */
.thumbBox {
    position: absolute;
    bottom: 30px;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.thumbBox li {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 14px;
    border-radius: 50%;
    background: #64646488;
    cursor: pointer;
}

.thumbBox li {
    overflow: hidden;
    text-indent: -900px;
}

.thumbBox .now {
    background: #D56E12;
}





/*-------------招聘---------------*/
.Job-index .main h2 {
    margin-left: 15px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 18px;
    color: #FF6801;
    border-left: #FF6900 3px solid;
}

.Job-index .main dl {
    line-height: 2;
    margin-bottom: 20px;
}

.Job-index .main .meta {
    margin: 20px 0;
}

/*-------------公司---------------*/

.Company .main article {
    padding-right: 190px;
}

.Company .main #content {
    line-height: 1.8;
}

.Company .main #content p {
    margin: 15px 0;
}



.Company-welfare #content {
    margin-right: 180px;
}

.Company-welfare #content p {
    padding-left: 25px;
    background: url(../images/icon/icon2.png) 0px 0px no-repeat;
}

.Company-welfare #content .nodot {
    padding: 0;
    background: none;
}

/*-------------联系我们---------------*/
.Company-contact aside a {
    display: true;
}

.Company-contact .main #content p {
    margin: 10px 0;
    color: rgb(50, 50, 50)
}

.Company-contact h3 {
    padding-left: 15px;
    margin-top: 25px;
    font-size: 1em;
    font-weight: normal;
    color: #FF6900;
    border-left: #FF6900 3px solid;
}



/* 首页展示小图*/
.sbox {
    padding: 60px 0;
}

.sbox-content {
    width: 1000px;
    margin: 0px auto;
}

.sbox-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 15px;
    z-index: 3;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.black_shallow {
    background: rgba(0, 0, 0, .6);
}


.sbox-img {
    display: block;
    overflow: hidden;
    position: relative;
    height: 334px;
    z-index: 1;

}

.sbox-img img {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 1s ease-in-out;
    transform: scale(1);
    z-index: 1;
}

.sbox-img:hover img {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: scale(1.1);
}

.sbox-img:hover .black_shallow {
    background: rgba(114, 114, 114, 0.6);
}

.sbox-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(221, 221, 221, 0.3);
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.sbox-img:hover .mask {
    background: rgba(221, 221, 221, 0.3);
    opacity: 0.6;
}



/* 底部 */
footer {
    text-align: center;
    line-height: 1.2;
    background: #30333a !important;
    padding: 24px 0 24px;
}

.footer-logo {
    float: left;
    width: 160px;
    margin: 34px 64px 0 0;
}

.footer-logo img {
    width: 130%;
    height: 130%;
}

.footer-content {
    float: left;
    width: 680px;
    font-size: 16px;
    color: #7d7d7d !important;
    margin-left: 35px;

}

.footer-content a {
    color: #7d7d7d;
    padding-left: 20px;
}


.footer-link {
    margin-bottom: 20px;
}

.footer-link :hover {
    color: #FE6A00;
}

.footer-link a {
    padding: 0 22px;
    border-right: 1px solid #bdc1c2 !important;
}

.footer-text {
    margin-bottom: -20px;
}


.footer-gov {
    padding-left: 0px;
    margin-left: 20px;
    background: url(../images/icon/icon0.png) 0 0px no-repeat;
}