/*
    app.css  by kruz
    1rem = 16px;
*/
/* reset begin*/
html {
    /*overflow: hidden;*/
    height: 100%;
}

body {
    /*overflow: auto;*/
    max-width: 1920px;
    height: 100%;

    margin: 0 auto;
    padding-right: 0 !important;
}

* + p {
    margin-bottom: 0;
    margin-top: 0;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

a {
    color: #999;
}

ul {
    list-style: none;
    margin-top: 0;
}

a:focus, a:hover {
    color: #666;
    outline: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


.am-thumbnail {
    margin-bottom: 0;
}

.am-form input[type=text]:focus,
.am-form select:focus,
.am-form textarea:focus {
    border-color: #C3A75E;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.am-btn-default {
    background-color: #C3A75E;
    color: #fff;
    border: none;
}

a.am-btn-default:visited {
    color: #fff;
}

.am-btn-default[disabled] {
    background-color: #666;
    border-color: #666;
}

.am-btn-default:hover,
.am-btn-default:focus,
.am-btn-default:active {
    background-color: #C3A75E;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.am-btn-default:hover,
.am-btn-default:focus,
.am-btn-default:active {
    background-color: #C3A75E;
    color: #fff;
}

.am-form input[type=text]:focus,
.am-form input[type=password]:focus,
.am-form input[type=tel]:focus {
    border-color: #C3A75E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(195, 167, 94, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(195, 167, 94, .3);
}

.am-form .error-tips {
    line-height: 30px;
    color: #ff5855;
}

.am-input-group .am-form-field,
.am-input-group-btn > .am-btn {
    height: 50px;
}

.am-form input.phone {
    background: url("../images/icon_phone.png") 6px center no-repeat;
    text-indent: 28px;
}

.am-btn-common {
    background-color: transparent;
    color: #C3A75E;
    border-color: #C3A75E;
    border-radius: 3px;
}

.am-btn-common:hover,
.am-btn-common:focus,
.am-btn-common:active {
    background-color: transparent;
    color: #C3A75E;
    box-shadow: none;
}

.am-btn-danger {
    background-color: #ff5855;
    border-color: #ff5855;
}

.am-btn-danger:hover,
.am-btn-danger:active,
.am-btn-danger:focus {
    background-color: #ff5855;
    border-color: #ff5855;
    box-shadow: none;
}

.am-btn:active:focus,
.am-btn:focus {
    outline: none;
}

.am-pagination a {
    color: #666;
}

.am-pagination > .am-active > a,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span,
.am-pagination > .am-active > span:focus,
.am-pagination > .am-active > span:hover {
    z-index: 2;
    color: #ff5855;
    background-color: #dedede;
    border-color: #ddd;
    cursor: default;
}

.am-table {
    border: 1px solid #eaeaea;
}

.am-table a {
    color: #00A0E9;
}

.am-table > thead > tr > th {
    border-color: #eaeaea;
    background-color: #fafafa;
    /*font-weight: normal;*/
    color: #333;
    font-size: 14px;
}

.am-table > tbody > tr > td {
    border-top: none;
    color: #666;
    font-size: 14px;
    padding: 10px;
}

.am-list > li {
    border-color: #eaeaea;
}

.am-list > li:first-child {
    border-top: none;
}

.am-list > li:last-child {
    border-bottom: none;
}

.am-tabs-bd .am-tab-panel {
    padding: 5px 0;
}

/* reset end*/
/* some common begin*/
.safe-visual-area {
    width: 1200px;
    margin: 0 auto;
}

.mga {
    margin: 0 auto;
}

.bgc-fff {
    background-color: #fff;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.mr-1 {
    margin-right: 10px;
}

.pr-1 {
    padding-right: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.ftb {
    font-weight: bold;
}

.color-ff5855 {
    color: #ff5855 !important;
}

.color-c3a75e {
    color: #C3A75E !important;
}

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

/* some common end*/
.logo-wrap {
    background: url("../images/zbgj_logo_20220217.png") top no-repeat;
    background-size: 150px 50px;
    background-position: 0 0;
    display: block;
    width: 180px;
    height: 50px;
    margin-top: 28px;
    float: left;
}

.logo-img {
    display: inline-block;
}

.top-nav {
    z-index: 999;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    height: 110px;
    min-width: 1200px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}


.top-nav .welcome {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    padding-top: 1px;
    margin-right: 5px;
    display: inline-block;
}

.top-nav.white .welcome {
    color: #333;
}

.am-tabs-bd {
    border: none;
}

.top-nav .wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.top-nav .seg {
    float: right;
    height: 110px;
    color: #fff;
    overflow: hidden;
    margin-left: 100px;
    margin-bottom: 0;
}

.top-nav .seg li {
    float: left;
    padding-top: 26px;
    text-align: center;
}

.top-nav .seg a {
    color: #fff;
    font-size: 18px;
    line-height: 2.5;
    margin: 0 25px;
    display: inline-block;
    height: 100%;
    width: 80px;
    position: relative;
}

.top-nav .seg a > span {
    display: block;
}

.top-nav .seg li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #ff6e0d;
    -moz-transition: width .5s;
    -webkit-transition: width 5s;
    transition: width .5s;
}

.top-nav .seg li:hover a,
.fp-viewing-1 .top-nav .seg li.page1 a,
.fp-viewing-2 .top-nav .seg li.page3 a,
.fp-viewing-3 .top-nav .seg li.page4 a,
.fp-viewing-4 .top-nav .seg li.page5 a,
.fp-viewing-5 .top-nav .seg li.page6 a{
    color: #ff6e0d;
}

.top-nav .seg li:hover a::after,
.fp-viewing-1 .top-nav .seg li.page1 a::after,
.fp-viewing-2 .top-nav .seg li.page3 a::after,
.fp-viewing-3 .top-nav .seg li.page4 a::after,
.fp-viewing-4 .top-nav .seg li.page5 a::after,
.fp-viewing-5 .top-nav .seg li.page6 a::after{
    width: 100%;
}

/*.top-nav .seg li.active a::after {*/
/*width: 100%;*/
/*-moz-transition: none;*/
/*-webkit-transition: none;*/
/*transition: none;*/
/*}*/

.navigator-p {
    line-height: 40px;
    font-size: 12px;
    color: #666;
    margin-top: 80px;
}

.main-container {
}

.main-container .format-wrapper {
    padding-top: 1px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main-container > .section {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main-container > .section .fp-tableCell {
    width: 100%;
    position: relative;
}

.main-container .section1 {
    background-color: #001436;
    position: relative;
}


.main-container .section3 {
    background: #001436 url("../images/page_bg02.jpg") top center no-repeat;
    background-size: auto 1080px;
    height: 100%;
    position: relative;
}

.main-container .section2,
.main-container .section4,
.main-container .section6{
    background: #001436 url("../images/page_bg01.png") top center no-repeat;
    background-size: auto 1080px;
    height: 100%;
    position: relative;
}

.main-container .section5{
    background: #001436 url("../images/page_bg03.jpg") top center no-repeat;
    background-size: auto 1080px;
    height: 100%;
    position: relative;
}

.main-container .section7{
    background: #001436 url("../images/page_bg04.jpg") top center no-repeat;
    background-size: auto 1080px;
    height: 100%;
    position: relative;
}

.main-container .section7 .employ-blocks{
    width: 1200px;
    margin-top: 70px;
}
.main-container .section7 .employ-blocks .block{
    padding: 4px;
}
.main-container .section7 .employ-blocks .block .body{
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    cursor: pointer;
}
.main-container .section7 .employ-blocks .block .body:hover{
    border: 1px solid #ff6e0d;
}
.main-container .section7 .employ-blocks .jobname{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}
.main-container .section7 .employ-blocks .jobaddr{
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.main-container .section7 .employ-blocks .jobdetail{
    font-size: 14px;
    line-height: 26px;
    color: #ff6e0d;
}

.main-container .section2::before,
.main-container .section6::before{
    content: '';
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-530px);
    transform: translateX(-530px);
    margin: 0 auto;
    background: url("../images/word_about.png") top no-repeat;
    background-size: 100% 100%;
    width: 356px;
    height: 92px;
}
.main-container .section2::before{
    top: 310px;
}

.main-container .section2 .info-wrap {
    padding-top: 280px;
}

.main-container .section2 .com-name {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding-top: 90px;
    padding-bottom: 30px;
}

.main-container .section2 .com-desc {
    font-size: 16px;
    color: #fff;
    width: 730px;
    line-height: 2;
}
.main-container .section2 .com-desc> span{
    padding-top: 10px;
    display: inline-block;
}

.main-container .section2 .mark-icon {
    background: url("../images/num_bg01.png") top no-repeat;
    background-size: 100% 100%;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #ff6e0d;
    font-weight: bold;
}

.main-container .section2 .mark-icon.icon1 {
    background-image: url("../images/num_bg01.png");
}

.main-container .section2 .mark-icon.icon2 {
    background-image: url("../images/num_bg02.png");
}

.main-container .section2 .mark-icon.icon3 {
    background-image: url("../images/num_bg03.png");
}

.main-container .section2 .mark-icon.icon4 {
    background-image: url("../images/num_bg04.png");
}

.main-container .section2 .brief-img {
    display: inline-block;
    margin-top: 60px;
}

.main-container .section2 .item-title {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-left: -10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.main-container .section2 .item-content {
    font-size: 4px;
    color: #fff;
    line-height: 2;
    margin-left: -10px;
}

.main-container .section2 .boxes .box {
    margin-top: 26px;
}

.main-container .section .title-area .banner-title {
    background: url("../images/word_platform.png") center no-repeat;
    background-size: auto;
    height: 90px;
    text-align: center;
    color: #fff;
    margin: 156px auto 0;
}
.main-container .section .title-area .banner-title.title-platform{
    background-image: url("../images/word_platform.png");
    background-size: 460px  90px;
}
.main-container .section .title-area .banner-title.title-sharehlolder{
    background-image: url("../images/word_shareholder.png");
    background-size: 654px  90px;
}
.main-container .section .title-area .banner-title.title-development{
    background-image: url("../images/word_development.png");
    background-size: 522px  80px;
}
.main-container .section .title-area .banner-title.title-careers{
    background-image: url("../images/word_careers.png");
    background-size: 290px  62px;
    margin-top: 100px;
}

.main-container .section .title-area {
    width: 760px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.main-container .section .title-area .banner-line-l,
.main-container .section .title-area .banner-line-r {
    float: left;
    background: url("../images/word_flag_left.png") top no-repeat;
    background-size: 100% 100%;
    width: 260px;
    height: 4px;
    text-align: center;
}

.main-container .section .title-area .banner-line-r {
    float: right;
    background-image: url("../images/word_flag_right.png");
}

.main-container .section .title-area .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    margin: 0 auto;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}
.main-container .section3 .product-link{
    display: block;
    text-align: center;
    padding: 0 20px;
    margin-top: 105px;
}
.main-container .section3 .product-link> a{
    display: block;
}

.main-container .section3 .product-link .pd-title{
    color: #fff;
    font-size: 20px;
    line-height : 62px;
    text-align: center;
}

.main-container .section3 .product-link .pd-content{
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    text-align: left;
}



.main-container .section4 .bg{
    background: #0a2c5c url("../images/img_shareholder.jpg") top no-repeat;
    background-size: 100% 100%;
    width: 1200px;
    height: 400px;
    margin: 78px auto 0;
    position: relative;
}


.main-container .section5 .top-process{
    border-bottom: 1px solid #fff;
    margin-top: 176px;
}

.main-container .section5 .top-process .union{
    float: left;
    height: 110px;
    border-left: 1px solid #fff;
    width: 266px;
    position: relative;
}
.main-container .section5 .top-process .union::before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
}
.main-container .section5 .top-process .p1{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
}
.main-container .section5 .top-process .p2{
    font-size: 14px;
    padding-left: 20px;
    color: #fff;
    width: 210px;
    margin-top: 5px;
    line-height: 1.8;
}
.main-container .section5 .top-process .union:first-child{
    margin-left: 85px;
}
.main-container .section5 .top-process .union:last-child{
    width: 150px;
}
.main-container .section5 .bottom-process .union{
    float: left;
    height: 110px;
    border-left: 1px solid #fff;
    width: 266px;
    position: relative;
}
.main-container .section5 .bottom-process .union:first-child{
    margin-left: 134px;
}
.main-container .section5 .bottom-process  .p1{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    padding-top: 35px;
}
.main-container .section5 .bottom-process .p2{
    font-size: 14px;
    padding-left: 20px;
    color: #fff;
    width: 210px;
    margin-top: 5px;
    line-height: 1.8;
}
.main-container .section5 .bottom-process .union::before{
     content: '';
     position: absolute;
     top: -5px;
     left: -5px;
     width: 9px;
     height: 9px;
     background-color: #fff;
     border-radius: 50%;
 }

.main-container .section6::before{
    background-image: url("../images/word_contactus.png");
    width: 530px;
    height: 80px;
    top:230px;
    -webkit-transform: translateX(-445px);
    transform: translateX(-445px);
}
.main-container .section6 .contact{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 30px;
    padding-top: 280px;
    position: relative;
    z-index: 1;
}

.main-container .section6 .address,
.main-container .section6 .tel{
    color: #fff;
    padding-top: 8px;
    font-size: 16px;
}
.main-container .section6 .address{
    padding-top: 12px;
}

.foot-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    /*height: 324px;*/
    width: 100%;
    min-width: 1200px;
    z-index: 99;
    background-color: #0e1828;
}

.foot-nav .top-line {
    height: 66px;
    border-bottom: 1px solid #666;
}

.foot-nav .top-line .wrap {
    padding-top: 1px;
}

.foot-nav .top-line .icon {
    background: #000 url("../images/flzb_logo_w.png") center no-repeat;
    background-size: auto;
    width: 250px;
    height: 90px;
    display: block;
    margin: 20px auto 0;
}

.foot-nav .main {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #34486c;
}

.foot-nav .main .wrap {
    width: 1200px;
    margin: 0 auto;
}

.foot-nav .main .wrap > div:first-child {
    width: 640px;
    position: relative;
}
.foot-nav .main .wrap  .sep{
    position: absolute;
    top: 20px;
    right: -1px;
    height: 100px;
    width: 1px;
    background-color: #34486c;
}

.foot-nav .main .wrap > div:nth-child(2) {
    width: 520px;
}

.foot-nav .main .weixin-name {
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 14px;
}

.foot-nav .main .logo-wrapper {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    float: left;
    position: relative;
}

.foot-nav .main .logo-wrapper:first-child {
    margin-left: 60px;
}
.foot-nav .main .logo-wrapper:last-child{
    margin-right: 20px;
}
.foot-nav .main .logo-wrapper:last-child::after {
    /*margin-right: 60px;*/

}

.foot-nav .main .logo {
    margin: 0 auto;
    background: #000 url("../images/code_fwh.png") center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    display: block;
}

.foot-nav .main .logo.logo-qx {
    background-image: url("../images/code_dyh.png");
}

.foot-nav .main .logo.logo-cj {
    background-image: url("../images/code_app.png");
}

.foot-nav .bottom {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
}
.foot-nav .bottom  .part-left{
    float: left;
}

.foot-nav .bottom  .part-right{
    float: right;
}

.foot-nav .bottom a,
.foot-nav .bottom span {
    font-size: 14px;
    color: #34486c;
    padding: 0 4px;
}

.foot-nav .bottom a:hover {
    color: #4f73b2;
}

.foot-nav .text-line {
    font-size: 14px;
    color: #fff;
    padding: 2px 0;
}

.foot-nav .contact {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    vertical-align: middle;
}
.foot-nav .contact .cap{
    display: inline-block;
    padding: 0 10px;
    line-height: 32px;
    border-radius: 3px;
    font-size: 14px;
    background-color: #252e3c;
    margin-right: 15px;
    vertical-align: middle;
}

.main-slider {
    margin-bottom: 0;
    min-height: 500px;
}

.main-slider .am-viewport{
    background-color:#001436;
    height: 100%;
}


.main-slider li .content,
.main-slider .am-slides,
.main-slider .am-slides li{
    height: 100%;
    /*height: 1080px;*/
}

.main-slider li .content a {
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
}

.main-slider .am-control-nav{
    display: none;
}

.main-slider .am-direction-nav {
    /*top: 550px;*/
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1200px;
    position: absolute;
}

.main-slider .am-direction-nav li {
    margin: 0 3px;
}

.main-slider .am-direction-nav li a {
    width: 15px;
    height: 6px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: none;
}

.main-slider .am-direction-nav li a.am-active,
.main-slider .am-direction-nav li a:hover {
    background-color: rgba(0, 0, 0, .005);
}

.main-slider .am-direction-nav a.am-prev::before,
.main-slider .am-direction-nav a.am-next::before {
    content: '';
    display: inline;
}

.main-slider .am-direction-nav a.am-prev {
    display: inline-block;
    background: url("../images/arrow_left.png") top no-repeat;
    width: 50px;
    height: 80px;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-slider .am-direction-nav a.am-next {
    display: inline-block;
    background: url("../images/arrow_right.png") top no-repeat;
    width: 50px;
    height: 80px;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-container .content-float {
    position: absolute;
    width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 480px;
    z-index: 9;
}

.main-container .content-float .banner-text {
    background: url("../images/word_bg01.png") top no-repeat;
    width: 870px;
    height: 56px;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 56px;
    font-size: 18px;
}

.main-container .content-float .button-hold {
    text-align: center;
    padding-top: 40px;
}

.main-container .content-float .button-hold .link {
    display: inline-block;
    width: 220px;
    height: 80px;
    font-size: 18px;
    margin: 0 40px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background-color: #0887f8;
}

.am-slider-default .am-direction-nav .am-prev {
    left: -5px;
    height: 52px;
}

.am-slider-default .am-direction-nav .am-next {
    right: -5px;
    height: 52px;
}

@-webkit-keyframes heart{
    from{-webkit-transform:translate(0,0)}
    to{-webkit-transform:translate(0,-6px)}
}

@-moz-keyframes heart{
    from{-moz-transform:translate(0,0)}
    to{-moz-transform:translate(0,-6px)}
}

@keyframes heart{
    from{transform:translate(0,0)}
    to{transform:translate(0,-6px)}
}

.index-float-next{
    cursor: pointer;
    display: block;
    background: url("../images/arrow_down.png") top center no-repeat;
    width: 80px;
    text-align: center;
    color: #fff;
    background-size: 34px 22px;
    position: fixed;
    bottom: 20px;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 25px;
    font-style: normal;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-animation: heart 1.3s ease-in-out 0s infinite alternate;
    -moz-animation: heart 1.3s ease-in-out 0s infinite alternate;
    -ms-animation: heart 1.3s ease-in-out 0s infinite alternate;
    animation: heart 1.3s ease-in-out 0s infinite alternate;
}

.job-modal .job-btn-close{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100px;
}
.job-modal .am-popup-bd{
    padding: 10px 20px;
    max-height: 500px;
    overflow: auto;
}
.job-modal .work-city{
    position: absolute;
    top:0;
    right: 20px;
    line-height: 43px;
    font-size: 14px;
    color: #666;
}
.job-modal .job-duty,
.job-modal .job-req{
    text-align: left;
    font-size: 14px;
    color: #ff6e0d;
    /*padding: 0 20px;*/
}
.job-modal .job-duty-detail,
.job-modal .job-req-detail{
    padding: 10px 20px;
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
    color: #333;
}
.job-modal .job-duty-detail p,
.job-modal .job-req-detail p{
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}

@media screen and (max-height:800px){
    .main-slider li .content a{
        background-position: center -100px;
    }
    .main-container .content-float{
        padding-top: 380px;
    }
    .main-container .section2 .info-wrap {
        padding-top: 160px;
    }
    .main-container .section .title-area .banner-title{
        margin-top: 120px;
    }
    .main-container .section4 .bg{
        margin-top: 50px;
        width: 1100px;
        height: 360px;
    }
    .main-container .section5 .top-process{
        margin-top: 120px;
    }
    .main-container .section6 .contact{
        padding-top: 180px;
    }
    .main-container .section2::before,
    .main-container .section6::before{
        top:140px;
    }
    .main-container .section7 .employ-blocks{
        margin-top: 30px;
    }
    .main-container .section .title-area .banner-title.title-sharehlolder{
        margin-top: 110px;
    }
    .main-container .section .title-area .banner-title.title-careers{
        margin-top: 70px;
    }
    .main-container .section7 .employ-blocks .block .body{
        padding: 5px 15px;
    }
}
@media screen and (min-height:1080px){
    body{
        background-color: red;
    }
    .main-slider .am-direction-nav {
        top:550px
    }
}
