@charset "UTF-8";
html,
body,
p,
h1,
h2,
h3,
ul,
li {
    margin: 0;
    padding: 0;
}
input,
tutton,
select {
    margin: 0;
    padding: 0;
    font-family: arial, 'microsoft yahei';
    outline: none;
}
ul,
li {
    list-style: none;
}
body {
    font-family: arial, 'microsoft yahei';
    font-size: 14px;
    min-width: 1200px;
}
a {
    text-decoration: none;
    color: #666666;
}
a:hover {
    color: #ff6600;
}
.header .nav .active {
    color: #ff6600;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.headerbox {
    position: relative;
    width: 1200px;
    height: 75px;
    margin: 0 auto;
    z-index: 999;
}
.mat {
    height: 75px;
}
.header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    width: 100%;
    background-color: #fff;
    opacity: 0.9;
    z-index: -1;
}
.headerbox h1 {
    margin-top: 22px;
    height: 34px;
    width: 179px;
    background: url('../img/logo.png') no-repeat;
    background-size: contain;
}
.headerbox .nav {
    font-size: 16px;
}
.headerbox .nav li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 150px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}
.headerbox .nav li a {
    color: #000;
}
.headerbox .nav li span {
    position: absolute;
    display: none;
    left: 0;
    top: 80px;
    width: 135px;
    line-height: 25px;
    padding: 0 20px 10px;
}
.headerbox .nav li:hover span {
    display: block;
}
.headerbox .nav li span:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
}
.headerbox .nav li span a {
    display: block;
    color: #000;
    position: relative;
    z-index: 9;
    padding-top: 10px;
}
.headerbox .nav li span a:first-child {
    padding-top: 20px;
}
.headerbox .nav a:hover,
.headerbox .nav .sel {
    color: #ff6600;
}

.main {
    margin: 0 auto;
    width: 1200px;
}
.footerWrap {
    background-color: #ffffff;
    padding: 50px 0;
}
.footer {
    line-height: 20px;
    color: #000000;
    padding: 97px 0 0 0;
    width: 1000px;
    margin: 0 auto;
}
.footer .flogo {
    width: 150px;
    height: 114px;
    background: url('../img/logo.svg') no-repeat center;
    background-size: contain;
}
.footer .desc {
    width: 689px;
    height: 114px;
    border-left: 1px dotted #ddd;
    padding: 0 30px;
}
.desc ul {
    float: left;
    padding: 0 30px;
}
.desc ul li {
    padding-bottom: 10px;
}
.desc ul li a {
    color: #000;
}
.desc ul li a:hover {
    color: #ff6600;
}
.bggry {
    background: #f0f0f0;
}
.bgw {
    background: #fff;
    position: relative;
}
.page {
    text-align: center;
    padding: 20px 0;
}
.page a {
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    border: 1px solid #ddd;
    margin: 0 2px;
    background: #fff;
}
.page a.sel {
    background: #ff6600;
    color: #fff;
}

/*about*/
.abouttop,
.newstop,
.protop,
.contacttop {
    height: 300px;
    width: 100%;
    background: url('../img/news.jpg') no-repeat center center;
}

.tabs {
    background: #fff;
    margin-bottom: 20px;
}
.tabbox {
    width: 630px;
    margin: 0 auto;
}
.tabbox a {
    width: 235px;
    float: left;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    padding: 40px 0 35px 96px;
    box-sizing: border-box;
    margin: 0 40px;
    color: #000;
    background: url('../img/about_icon1.jpg') no-repeat 30px 40px;
}
.tabbox a.tab_c {
    background-image: url('../img/about_icon2.jpg');
}
.tabbox a.sel {
    border-bottom: 5px solid #ff6600;
}
.tabbox a span {
    display: block;
    font-size: 13px;
}
.aboutcon {
    padding: 60px 0;
    color: #333;
    margin-bottom: 20px;
}
.aboutcon h2 {
    font-size: 32px;
    color: #000;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
}
.aboutcon b {
    display: block;
    font-size: 32px;
    color: #ebebeb;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
}

.aboutcon .text {
    display: block;
    text-indent: 30px;
    padding: 30px 0;
    font-size: 16px;
    line-height: 40px;
    width: 1130px;
    margin: 0 auto;
}
.aboutcon ul {
    width: 450px;
    margin: 20px auto 0;
}
.aboutcon ul li {
    float: left;
    padding-right: 105px;
    text-align: center;
}
.aboutcon ul span {
    display: block;
    color: #dbdbdb;
    margin: 6px auto 0;
}
.aboutcon ul li img {
    display: block;
    margin: 0 auto 20px;
}
.aboutcon ul li:last-child {
    padding: 0;
}
.main .line {
    display: block;
    width: 60px;
    height: 4px;
    background: #f54527;
    margin: 10px auto 0;
}
.common {
    padding: 100px 0;
    margin-bottom: 20px;
}
.common h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}
.common h2 span {
    display: block;
    font-size: 32px;
    padding-top: 6px;
    color: #dbdbdb;
}
.common ul {
    margin-top: 33px;
}
.common ul li {
    float: left;
    width: 350px;
    height: 400px;
    background: #ffffff;
    margin-left: 40px;
}
.common ul li > * {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.common ul li img {
    width: 318px;
}
.common ul li div {
    font-size: 32px;
    margin-top: 40px;
}
.common ul li span {
    margin-top: 10px;
    font-size: 19px;
    color: #e9e9e9;
}
.common ul li b {
    margin-top: 26px;
    font-weight: normal;
    font-size: 16px;
    color: #979797;
    line-height: 1;
}
.common .con {
    margin-top: 56px;
}
.common .desc {
    float: left;
    width: 340px;
    margin: 100px 0 0 140px;
    font-size: 16px;
    line-height: 30px;
    color: #2f2f2f;
}
.common .desc .address {
    padding-left: 70px;
    background: url('../img/contact2.png') no-repeat left center;
}
.common .desc .mail {
    padding: 0;
    padding-left: 70px;
    margin-top: 20px;
    background: url('../img/contact1.png') no-repeat left center;
}
.business {
    background: #f0f0f0;
}

/*news*/
.newstop {
    background-image: url('../img/news.jpg');
}
.tabbox a.tab_cnews {
    background-image: url('../img/cnews.jpg');
}
.tabbox a.tab_gnews {
    background-image: url('../img/gnews.jpg');
}
.newWrap {
    background: #fff;
    padding-bottom: 80px;
}
.newWrap h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding-top: 80px;
}
.newWrap h2 span {
    display: block;
    font-size: 19px;
    padding-top: 8px;
    color: #dbdbdb;
}
.newslist {
    padding: 30px 0;
    margin-bottom: 20px;
    position: relative;
}
.newslist .date {
    padding-bottom: 40px;
    border-bottom: 1px dashed #d5d5d5;
}
.newslist p {
    font-size: 24px;
    color: #262626;
}
.newslist span {
    color: #e3e3e3;
    font-size: 13px;
    margin-top: 13px;
}
.newslist .line {
    width: 40px;
    margin: 0;
    margin-top: 7px;
}
.newslist li {
    position: relative;
    padding: 10px 0 10px 250px;
    border-bottom: 1px dashed #d5d5d5;
    height: 140px;
}
.newslist li img {
    position: absolute;
    left: 0;
    width: 220px;
}
.newslist li a:hover img {
    opacity: 0.8;
}
.newslist li h2 {
    font-weight: normal;
    padding: 20px 0 10px;
    font-size: 21px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.newslist li h2 a {
    color: #000;
}
.newslist li h2 a:hover {
    color: #ff6600;
}
.newslist li h2 font {
    color: #000;
    font-size: 16px;
    float: right;
}
.newslist li span {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 600px;
    color: #dfdfdf;
    line-height: 1.6;
}
.we .main {
    width: 1150px;
}
.we .common {
    padding: 50px 0;
}
.we .bg {
    height: 300px;
    width: 100%;
    background: url('../img/news.jpg') no-repeat center center;
}
.we h2 {
    font-size: 30px;
    color: #1e1e1e;
}
.we h2 span {
    font-size: 12px;
    padding-top: 5px;
}
.we ul li {
    width: 350px;
    height: 460px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    margin-left: 45px;
}
.we ul li:nth-of-type(1) {
    margin-left: 0;
}
.we ul li img {
    margin-top: 34px;
    width: 281px;
    height: 314px;
}
.we ul li div {
    margin-top: 15px;
    font-size: 18px;
    color: #2f2f2f;
}
.we ul li span {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #e0e0e0;
}
.we .imgs .con > div {
    float: left;
    width: 370px;
    height: 250px;
    margin-left: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}
.we .imgs .con > div:nth-of-type(3n-2) {
    margin-left: 0;
}
.we .imgs .con > div img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}
.we .jionBtn {
    width: 1140px;
    margin: 100px auto 30px;
}

.tabpage {
    position: absolute;
    top: 0;
    right: 50px;
    width: 100px;
}
.tabpage a {
    display: block;
    text-align: right;
    font-size: 20px;
    margin-bottom: 40px;
    background: #fff;
    line-height: 30px;
    z-index: 2;
    position: relative;
}
.tabpage a:hover {
    color: #ff6600;
}
.tabpage a.sel {
    color: #ff6600;
    font-size: 30px;
}
.tabpage:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15px;
    border-left: 1px dotted #d5d5d5;
    z-index: 1;
}

/*detail*/
.detail {
    padding: 50px 0;
    margin-bottom: 20px;
}
.detail h2 {
    font-size: 30px;
    text-align: center;
}
.detail h2 span {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-top: 10px;
}
.pos {
    line-height: 40px;
    padding-top: 20px;
    border-bottom: 1px dotted #ddd;
}
.pos a {
    color: #000;
}
.pos a:hover {
    color: #ff6600;
}
.detailcon {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 30px;
}

/*join*/
.jointop {
    height: 100px;
    width: 100%;
}
.joincon {
    width: 895px;
    float: left;
}
.searchjoin {
    width: 100%;
    padding: 10px 28px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.searchjoin li {
    padding-bottom: 20px;
}
.searchjoin h2 {
    line-height: 40px;
    font-weight: normal;
    padding-bottom: 10px;
}
.sertxt {
    position: relative;
    padding-right: 130px;
}
.txt {
    border: 1px solid #dadada;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
}
.joinbtn {
    width: 130px;
    position: absolute;
    right: 0;
    height: 35px;
    text-align: center;
    background: #3a3c47;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
}
.joinbtn:hover {
    background: #ff6600;
}
.searchjoin span {
    width: 273px;
    display: inline-block;
    padding-right: 10px;
}
.searchjoin span:last-child {
    padding-right: 0;
}
.searchjoin select {
    cursor: pointer;
}
.joinlist {
    padding: 0 25px;
}
.joinlist li {
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    padding: 20px 150px 20px 0;
}
.joinlist li:last-child {
    border: 0;
}
.joinlist li h2 {
    line-height: 40px;
    font-weight: normal;
}
.joinlist li h2 a {
    color: #000;
}
.joinlist li h2 a:hover,
.joinlist li:hover h2 a {
    color: #ff6600;
}
.joinlist li h2.urgent {
    padding-left: 30px;
    position: relative;
}
.joinlist li h2.urgent:before {
    content: '急';
    position: absolute;
    left: 0;
    top: 8px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    background: #fb7575;
}
.joincl {
    color: #999;
    margin-left: -10px;
    padding-bottom: 10px;
}
.joincl span {
    padding: 0 10px;
}
.joinlist li time {
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: #999;
}
.jointxt {
    color: #666;
}
.joinnav {
    float: right;
    width: 290px;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}
.joinnav h2 {
    line-height: 40px;
    font-weight: normal;
}
.joinnav h2 a {
    float: right;
    font-size: 14px;
}
.joinnav li {
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
}
.joinnav li:last-child {
    border: 0;
}
.joinnav li a {
    color: #999;
    display: block;
}
.joinnav li a:hover {
    color: #ff6600;
}
/*joindetail*/
.joindetail {
    padding: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
}
.joindetail time {
    color: #999;
}
.joindetail h2 {
    font-weight: normal;
    padding-bottom: 20px;
    color: #000;
}
.joindetail .joincl {
    padding: 0;
}
.joindescribe,
.joininfo {
    margin-top: 90px;
    position: relative;
    border-top: 1px dashed #ddd;
    padding: 50px 0 20px;
}
.joindescribe:before,
.joininfo:before {
    content: '职位描述';
    font-size: 24px;
    background: #fff;
    position: absolute;
    top: -15px;
    padding-right: 15px;
}
.joininfo:before {
    content: '职位信息';
}
.joininfo span {
    width: 30%;
    display: inline-block;
}
.mail {
    padding-top: 50px;
    color: #000;
}
.mailto {
    color: #3673cf;
    text-decoration: underline;
}

.footerWrap > p {
    text-align: center;
    margin-top: 10px;
}

.footerWrap .wj {
    text-align: center;
}
.footerWrap .wj img {
    width: 36px;
    height: 36px;
}
