@font-face {
    font-family: 'heiyuan';
    src: url('https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/SourceHanSansCN-Normal.ttf') format('truetype');
}
@font-face {
    font-family: '思源黑体';
    src: url('https://jago-crm.oss-cn-shanghai.aliyuncs.com/static/fonts/SourceHanSansCN-VF.otf');
}


body,
div,
ul,
li,
a,
p,
img {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Source Han Sans, 思源黑体, heiyuan';
}

div,
ul,
li,
a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    width: 100%;
    display: block;
}

video {
    width: 100%;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.con-center {
    margin: auto;
}

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

.clear {
    zoom: 1;
}

.flex--wrap {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex--row {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.flex--col {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.center {
    display: flex;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.start {
    display: flex;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.between-center {
    display: flex;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.start-center {
    display: flex;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.between-stretch {
    display: flex;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
}

.flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.container {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    
}
.footer-container {
    display: flex;
    justify-content: flex-end;
}

.icon {
    width: 20px;
    height: 20px;
    background-image: url('https://jago-1252491111.cos.ap-shanghai.myqcloud.com/test/official_web/icon.png');
    background-repeat: no-repeat;
    background-size: 340px;
}

.page-content {
    background-color: #f5f6f7;
    padding-bottom: 30px;
}

.img-wrap {
    background-color: #fff;
    padding: 0 45px 10px;
}

.padding-20-0 {
    padding: 20px 0;
}

.padding-30-0 {
    padding: 30px 0;
}

.margin-top-12 {
    margin-top: 12px;
}

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

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-30-0 {
    margin: 30px 0;
}

.margin-14-0 {
    margin: 14px 0;
}

.margin-25-0 {
    margin: 25px 0;
}

.mainer {
    padding-top: 120px;
    position: relative;
}
.mainer-banner {
    position: relative;
}
.mainer-c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainer-c-title  {
    font-size: 38px;
    letter-spacing:20px;
    font-weight: 700;
}
.mainer-c-text {
    margin-top: 10px;
}
.mainer-c-text-item {
    line-height: 40px;
    font-size: 18px;
}
.mainer-c div {
    text-align: center;
    color: #0a2f1d;
}
.mainer-bg {
    position: absolute;
    z-index: -1;
}

.bkg-1b {
    background-color: #05321b;
}

.bkg-5d {
    background-color: #5d5d5d;
}

.bkg-f7 {
    background-color: #f5f6f7;
}

.bkg-ff {
    background-color: #fff;
}

.page-nav {
    background: #000;
}

.page-nav-content {
    padding: 0 30px;
    height: 56px;
    line-height: 56px;
}

.page-nav-content span,
.page-nav-content .page-nav-home {
    color: #fff;
    font-size: 18px;
}

.page-nav-content .page-nav-home:hover {
    color: #999;
    cursor: pointer;
}

.page-nav-point {
    position: relative;
    margin-right: 20px;
}

.page-nav-point::after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: 0px;
}

.common-banner {
    background-color: #6a6b6c;
}

.common-banner-full,
.common-banner .container {
    position: relative;
}

.common-banner-full{
    min-width: 1100px;
}

.common-banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.common-banner-content-top {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
}

.common-banner-content-middle {
    font-size: 24px;
    margin-bottom: 15px;
}

.common-banner-content-bottom {
    font-size: 16px;
    line-height: 24px;
}

.common-banner-content-top,
.common-banner-content-middle,
.common-banner-content-bottom {
    color: #d0d5d3;
    text-align: center;
}

.common-title {
    background-color: #05321b;
    padding: 16px 0 20px 0;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}

.common-title-point {
    position: relative;
    margin-left: 12px;
}

.common-title-point::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -2px;
}

.common-liner {
    background-color: #fff;
    color: #05321b;
    padding: 18px 45px 25px 45px;
    font-size: 26px;
    text-align: center;
}

.common-liner-left {
    text-align: left;
    position: relative;
    padding-left: 65px;
}

.common-liner-left::after {
    content: '';
    position: absolute;
    top: 35px;
    left: 48px;
    width: 3px;
    height: 3px;
    background-color: #05321b;
    border-radius: 50%;
}

.common-case {
    padding: 80px 50px;
}

.common-case-title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 25px;
}

.common-case-list,
.common-case-txt {
    color: #666;
    line-height: 42px;
    font-size: 22px;
}

.common-case-list {
    padding-left: 16px;
    position: relative;
}

.common-case-list::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 4px;
}

.width-300 {
    width: 300px;
}

.width-350 {
    width: 350px;
}

.width-360 {
    width: 360px;
}

.width-380 {
    width: 380px;
}

.width-400 {
    width: 400px;
}

.width-420 {
    width: 420px;
}

.width-430 {
    width: 430px;
}

.width-440 {
    width: 440px;
}

.width-450 {
    width: 450px;
}

.width-470 {
    width: 470px;
}

.width-480 {
    width: 480px;
}

.width-500 {
    width: 500px;
}

.width-510 {
    width: 510px;
}

.width-520 {
    width: 520px;
}

.width-550 {
    width: 550px;
}
