@font-face {
    font-family: 'arial';
    src: url('../fonts/arial.ttf');
}

@font-face {
    font-family: 'arialbd';
    src: url('../fonts/arialbd.ttf');
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: white;
    min-width: 878px;
}

p, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

* {
    vertical-align: middle;
}

.footer {
    text-align: center;
    background: #222222;
    font-size: 18px;
    font-family: Arial, serif;
    height: 330px;
    min-width: 698px;
}

.footer_copyright {
    background: #1c1c1c;
    padding: 33px 0;
    width: 100%;
    align-content: center;
    font-size: 13px;
    color: #7f7c7a;
}

.footer-pointer {
    width: 61%;
    padding: 10px 50px 10px 50px;
    margin: auto;
    min-width: 650px;
}

.footer-company-pointer {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 60px 0;
    text-align: left;
    color: #7E7C7C;
    border-bottom: 1px solid #3f3f3f;
    font-size: 20px;
    font-weight: 300;
}

.footer-nav_position1 {
    flex: 1;
    line-height: 40px;
}

.footer-company-pointer img {
    width: 150px;
    padding-right: 20px;
    margin-top: -16px
}

.footer-nav_position2 {
    display: flex;
    min-width: 140px;
    max-width: 140px;
}

.footer-nav_position2 img {
    cursor: pointer;
}

.footer-nav_position2 div {
    flex: 1;
    padding: 0 5px;
}

.footer-nav_position2 div:last-child {
    padding-right: unset;
}

.footer-nav {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

.footer-nav_position1 > ul {
    line-height: unset;
    width: 85%;
}

.footer-nav_position1 > ul > li {
    padding-left: 0;
    /*padding-right: 30px;*/
    flex: 1;
    text-align: left;
}


.header {
    display: flex;
    flex-direction: row;
    height: 95px;
    background: #222c37;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.header ul {
    background: #222c37
}

.header .logo {

    justify-content: center;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    height: 100%;
    background: #1b232b;
    width: 270px;
    padding: 0 15px
}

.header .logo > img {
    height: 35px;

}

.header a {
    color: #000000;
}

.nav {
    font-size: 16px;
    -webkit-box-align: center;
    color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    line-height: 95px;
}

.nav > li {
    float: left;
    padding: 0 40px;
    cursor: pointer;
    height: 100%;
}

.nav > .hover {
    background: #dc0606;
}

/*.nav > .active {*/
/*    color: #dc0606;*/
/*}*/

.nav .dropdown-menu {
    width: 220px;
    font-size: 14px;
    line-height: 24px;
}

.dropdown {
    position: relative;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    background: #FFFFFF;
    color: #000000;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
}

.dropdown-menu li {
    float: none;
    padding: 15px 10px;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background: #f0f0f0;
}

.header-copy .dropdown-menu {
    top: unset;
    bottom: 100%;
}

.products-declare {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -5px;
}

.contact-pointer {
    height: 100%;
    background: #1b232b;
    text-align: center;
    line-height: 65px;
    min-width: 180px;
    width: 20%;
}

.contact-pointer img {
    margin-right: 15px;
    cursor: pointer;
}

.contact-pointer img:last-child {
    margin-right: 0;
}

.contact-pointer div {
    flex: 1;
    padding: 0 5px;
}


.products-declare > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33.3%;
    text-align: center;
}

.products-declare img {
    margin: 8px;
}

.products-declare .title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.products-declare .desc {
    font-size: 18px;
}

.products-declare .block-box {
    padding: 16px 20px;
}

.products-declare .block1 {
    background: linear-gradient(to left, rgba(35, 3, 100, 1), rgba(35, 3, 100, 0.8));
    flex-grow: 1;
}

.products-declare .block2 {
    background: #6943B6;
}

.products-declare .block3 {
    background: linear-gradient(to right, rgba(35, 3, 100, 1), rgba(35, 3, 100, 0.8));
    flex-grow: 1;
}

.products-declare .text {
    display: inline-block;
    margin: 16px 8px;
}

.play-img {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    right: 55px;
    display: flex;
}

.play-img img {
    width: 30px;
    cursor: pointer;
    margin-right: 3px;
}

.products-pointer {
    font-size: 56px;
    margin-top: 40px;
    text-align: center;
    color: #242e38;
    font-family: arialbd, serif;
}

.products-list {
    margin: 40px auto 0;
    width: 1172px;
}

.products-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-item {
    margin: 40px 0;
    position: relative;
}

.company-profile {
    color: #3a3e3e;
    margin: 0 auto;
    min-width: 400px;
    width: 55%;
    padding: 50px 0;
    font-size: 16px;
    font-family: Arial, serif;
}

.company-logo {
    padding-bottom: 20px;
    text-align: center;
}

.company-logo img {
    width: 150px
}

.company-profile p {
    line-height: 27px;
    text-align: center;
    padding-bottom: 25px;
}

.products-item:hover .products-item-intro {
    display: block;
}

.products-item-intro {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.products-item-title {
    font-size: 44px;
    padding: 10px;
    text-align: center;
    font-family: arialbd, serif;
    margin-top: 50px;
}

.products-item-desc {
    font-size: 20px;
    padding: 8px 68px;
    line-height: 27px;
    overflow-y: auto;
    font-family: Arial, serif;
    text-align: center;
}

.products-item-link a {
    display: block;
    margin: 14px auto;
    position: relative;
    width: 203px;
    height: 54px;
}

.products-item-link a img {
    position: absolute;
    left: 0;
    top: 0;
}

.products-item-link a img:hover {
    left: 1px;
    top: 1px;
}

.products-item-link {
    position: absolute;
    right: 50px;
    bottom: 20px;
}

.products-body {
    margin: auto;
}

.career-why-join, .career-positions, .career-positions-detail {
    margin: 0 auto;
    color: #000000;
}

.career-pointer {
    background: linear-gradient(to left, #CC6666, rgba(204, 102, 102, 0.3));
    width: 627px;
    max-width: 40%;
    font-size: 48px;
    text-align: right;
    padding: 8px 20px;
    margin-top: 20px;
    font-weight: bold;
    color: #353f4a;
}

.career-why-join {
    margin-top: 34px;
    font-size: 20px;
}

.career-why-join-title {
    font-size: 48px;
    text-align: center;
    color: #3A3E3E;
    font-family: arialbd, serif;
}

.career-why-join-content {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    font-family: Arial, serif;
}

.career-benefits {
    display: flex;
    flex-direction: column;
    max-width: 950px;
    flex-flow: wrap;
    margin-left: 30px;
}

.career-benefit-item {
    width: 475px;
    margin-bottom: 30px;
}

.career-benefit-item div {
    display: inline-block;
}

.career-positions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 65px;
    margin-top: 30px;
}

.career-position-item {
    margin-right: 10px;
    background: #ffffff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    width: 25%;
    color: #353f4a;
    font-size: 14px;
}

.career-position-item:hover {
    background: #e9e9e9;
}


/*.career-position-item{*/
/*    opacity: 0.8;*/
/*    cursor: not-allowed;*/
/*}*/

.career-positions-detail {
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 115px;
    color: #353f4a;
    font-family: Arial, serif;
}

.career-position-title {
    margin-top: 20px;
    font-size: 18px;
    color: #353f4a;
    font-family: arialbd, serif;
}

.body {
    padding-top: 95px;
}

.career-position-title2 {
    margin: 10px 0;
    font-size: 16px;
}

.career-position-desc .icon {
    min-width: 5px;
    max-width: 5px;
    height: 5px;
    background: RGB(34, 42, 52);
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 7px;
}

.career-contact-info {
    text-align: center;
    margin-top: 60px;
    font-family: Arial, serif;
}

.career-contact-info .title {
    padding-bottom: 15px;
    font-family: arialbd, serif;
}

.career-contact-info .block {
    font-size: 14px;
    color: #3a3e3e;
    line-height: 22px;
    padding-bottom: 15px;
    font-family: Arial, serif;
}

.career-position-desc_item {
    padding: 5px 0;
    font-size: 14px;
    display: flex;
}

.career-position-desc_footer {
    padding-top: 20px;
    font-weight: bold;
}

.career-position-desc_item .content {
    flex: 1;
    line-height: 20px;
}

.career-hiring {
    position: relative;
}

.career-hiring-text {
    width: 100%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.career-hiring-text p:nth-child(1) {
    font-size: 64px;
}

.career-hiring-text p:nth-child(2) {
    font-size: 24px;
}

.contact-info {
    margin: 112px;
    text-align: center;
    font-size: 24px;
    color: #000000;
}

.contact-info .title {
    font-size: 48px;
    font-weight: bold;
}

.contact-info .block {
    margin-top: 40px;
}

.header .dropdown-menu li:hover {
    background: #222c37;
}

.footer-nav-active {
    text-decoration: underline;
}

.chapter {
    padding: 40px 0;
    width: 100%;
    background: #f0f0f0;
    color: #000000;
    min-width: 698px
}

.chapter-container {
    margin: auto;
    width: 75%;
    max-width: 1200px;

}

.chapter .title {
    font-size: 48px;
    text-align: center;
    color: #3A3E3E;
    font-family: arialbd, serif;
}

.chapter p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 14px;
    color: #3a3e3e;
    font-family: Arial, serif;
}

.chapter h2 {
    font-size: 18px;
    color: #353f4a;
    font-family: arialbd, serif;
}

.chapter a {
    color: blue;
}

.gdpr-chapter ul {
    margin-left: 20px;
}

.gdpr-chapter li {
    list-style: inherit;
}

/**
 *company轮播图
 *start
*/
.c-banner {
    width: 100%;
    position: relative;
}

.c-banner .banner {
    width: 100%;
    height: 100%;
}

.c-banner .banner ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.c-banner .banner ul li {
    display: none;
    width: 100%;
    height: 100%;
}

.c-banner .banner ul li:nth-child(1) {

    display: block;
}

.c-banner .banner ul li img {
    position: relative;
}

.c-banner .banner ul li img {
    width: 100%;
}


.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.c-banner .jumpBtn ul {
    margin-bottom: 0;
    padding: 0;
}

.jumpBtn-default {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
    cursor: pointer;
}

.jumpBtn-active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: red;
    opacity: 0.9;
    margin-left: 10px;
    cursor: default;
}


.c-banner .jumpBtn ul li:first-child {
    margin-left: 0;
}


/**
 *company轮播图
 *end
*/

.menu2 {
    display: none;
}

/*联系我们——start*/
.bg_mask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.popup-div {
    width: 820px;
    height: 376px;
    display: none;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -150px;
    z-index: 1001;
    border-radius: 5px;
}

.popup-title {
    height: 46px;
    font-size: 24px;
    text-align: center;
    color: #3A3E3E;
    font-family: arialbd, serif;
    margin-top: 30px;
    margin-bottom: 50px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: red;
}

.popup-content {
    font-size: 18px;
    color: #3A3E3E;
    margin-top: 30px;
    margin-left: 120px;
    font-family: Arial, serif;
}

.popup-content img {
    margin-right: 10px;
}

.close-div {
    float: right;
}

/*联系我们——end*/

