#wrap {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    position: relative;
}


/*主体内容宽度*/

.inner {
    width: 1200px;
    margin: 0 auto;
}


/*头部区域*/

.header {
    width: 100%;
    position: relative;
}

.top {
    position: relative;
    width: 100%;
}

.top .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.top .nav {
    display: flex;
    align-items: center;
}

.top .nav li {
    position: relative;
    font-size: 20px;
    width: 145px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #2d2d2d;
}

.top .nav a {
    color: inherit;
}

.top .nav li.on {
    font-weight: bold;
    color: #ed1b22;
    /* box-shadow: 2px 0 2px rgba(0, 0, 0, .2), -2px 0 2px rgba(0, 0, 0, .2); */
}

.top .nav li.on::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 17px;
    width: 110px;
    height: 7px;
    display: inline-block;
    background-color: #ed1b22;
}

.top .sub-nav {
    position: absolute;
    left: -51px;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 30px;
    background-color: #fff;
    display: flex;
    align-self: center;
}

.top .sub-nav a {
    display: inline-block;
    width: 124px;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
    color: inherit;
}

.top .sub-nav p.on2 {
    color: #2d2d2d;
}

.top .sub-nav {
    visibility: hidden;
}

.top .nav li:hover .sub-nav {
    visibility: visible;
}


/*banner*/

.banner img {
    width: 100%;
    vertical-align: bottom;
}


/*content*/

.main {
    position: relative;
    width: 100%;
}

.main img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
    width: 1024px;
    min-height: 500px;
    font-size: 18px;
    font-weight: normal;
    padding: 70px 0 50px 0;
    font-family: "ABBVoice Regular", "Zico Sans Hebrew", Verdana, Arial, sans-serif;
}

.container .item:last-child {
    margin-bottom: 0;
}

.title {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.item {
    margin-bottom: 100px;
}

.sub-t {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
}

.sub-t::before {
    content: '';
    width: 36px;
    height: 6px;
    background-color: #ED1B22;
    margin-bottom: 10px;
}

.c-txt {
    box-sizing: border-box;
    padding: 10px 0 20px 0;
    text-align: justify;
    margin-bottom: 10px;
}

.c-txt p {
    margin-bottom: 10px;
}

.c-txt img {
    display: block;
    margin: 30px auto;
}

.img-m {
    margin: 40px 0;
}

.img-files {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
}

.img-files .img-item {
    box-sizing: border-box;
    padding-right: 40px;
}

.img-item p {
    margin-bottom: 15px;
}

.f-w1 .img-item {
    width: 30%;
    padding: 0;
}

.f-w2 {
    margin-bottom: 20px;
}

.f-w2 .img-item {
    width: 25%;
}


/* 底部 */

.footer {
    background-color: #696969;
}

.footer .f-inner {
    width: 1024px;
    box-sizing: border-box;
    padding: 50px 0 30px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
}

.f-inner .f-l,
.f-inner .f-r {
    width: 50%;
}

.f-inner .f-l {
    font-size: 18px;
}

.f-l .c-name {
    font-weight: 600;
}

.f-r {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.f-l p {
    margin-bottom: 10px;
}

.c-mail,
.c-addr,
.c-phone,
.c-web {
    display: flex;
    align-items: center;
}

.f-l .c-mail::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url('../images/mail_icon.png') no-repeat center;
}

.f-l .c-addr::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url('../images/addr_icon.png') no-repeat center;
}

.f-l .c-phone::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url('../images/phone_icon.png') no-repeat center;
}

.f-l .c-web::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url('../images/web_icon.png') no-repeat center;
}

.c-phone {
    margin-right: 20px;
}

.f-l .sub-f-l {
    display: flex;
    align-items: center;
}

.t-ind {
    text-indent: 2em;
    text-align: justify;
}


/* 招聘动态 */

.n-bg {
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding: 60px 10px 30px 15px;
}

.nsub-t {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    font-family: "ABBVoice", "Zico Sans Hebrew", Verdana, Arial, sans-serif;
}

.nsub-t2 {
    font-weight: 600;
}

.nsub-t::before {
    content: '';
    position: absolute;
    top: -15px;
    width: 36px;
    height: 6px;
    background-color: #ED1B22;
    display: inline-block;
    margin-right: 5px;
}

.plan-item {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.plan-item span {
    font-size: 20px;
    color: #ed1b22;
}

.img-sx {
    position: relative;
}

.img-sx::before {
    content: '';
    width: 2px;
    height: 40px;
    position: absolute;
    left: 72px;
    bottom: -60px;
    background-color: #ed1b22;
    ;
}

.img-sx::after {
    content: '';
    width: 2px;
    height: 40px;
    position: absolute;
    left: 72px;
    top: -60px;
    background-color: #ed1b22;
    ;
}

.p-lh p {
    line-height: 38px;
}

.wx {
    display: block;
    margin: 40px auto;
    padding: 6px;
    border: 1px solid #ed1b22;
}

.p-xh {
    /* position: relative; */
    font-size: 24px;
    font-weight: 900;
}

.p-xh2 {
    padding-top: 30px;
}

.httpBox {
    width: 560px;
    height: 50px;
    line-height: 50px !important;
    text-align: center;
    color: #fff;
    background-color: #ed1b22;
    border-radius: 15px;
    text-align: center;
    margin: 35px auto;
}

.httpBox a {
    width: 100%;
    color: #fff;
}

.ewmBox {
    margin: 50px auto;
}

.s-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.s-txt {
    width: 500px;
}

.s-txt p:nth-child(1) span {
    font-weight: bold;
}

.s-txt p:nth-child(3) span {
    font-weight: bold;
    color: #000000;
}

.s-txt p:nth-child(4) span {
    font-weight: bold;
    color: #000000;
}

.s-bg {
    background-color: #F5F5F5;
}


/* 感受abb */

.video-box {
    margin-bottom: 50px;
}

.video-box video {
    max-width: 100%;
    height: auto;
}

.c-ul {
    box-sizing: border-box;
    padding-left: 15px;
}

.c-ul p {
    position: relative;
    left: -12px;
}

.c-ul p::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    vertical-align: middle;
    margin-right: 5px;
}

.nsub-t strong {
    color: #ed1b22;
}


/* 滚动条样式 */

.test-1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.test-1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #d71518;
}

.test-1::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgba(215, 21, 24, 0.1);
}


/*版权*/

.copyright {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #696969;
}

.copyright img {
    vertical-align: text-bottom;
}


/*回到顶部*/

#goToTop {
    position: fixed;
    right: 20px;
    z-index: 9000;
    bottom: 30px;
}

#goToTop a {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -webkit-border-radius: 50px;
    color: #FF9966;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 1px 0 #999;
    -webkit-text-shadow: 0 1px 0 #999;
}

#goToTop a {
    padding: 10px;
    display: inline-block;
    letter-spacing: 10px;
    text-align: center;
}

#goToTop a:hover {
    background: none repeat scroll 0 0 #999;
}


/* 修改 */

.timeIcon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}






