/* 头部 */

.Frame-header {
    transform: translateZ(1000px);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: transparent;
    color: #fff;
    height: 80px;
    line-height: 80px;
}

.fishd-layout-header {
    background: #fff;
    padding: 0 50px;
    height: 80px;
    line-height: 80px;
}

.fishd-layout-footer,
.fishd-layout-header {
    flex: 0 0 auto;
}

.Frame-header-fixed .Frame-header-bg {
    opacity: 1;
    transform: translateZ(1000px);
}

.Frame-header-fixed .Frame-header-bg {
    opacity: 1;
    transform: translateZ(1000px);
}

.Frame-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 2px 9px 0 rgb(37 38 94 / 10%);
    opacity: 0;
    transform: translateY(-5px);
    transition: all .3s;
    z-index: -1;
}

.Frame-header-fixed .Frame-header-wrapper {
    transform: translateZ(1000px);
}

.Frame-header-fixed .Frame-header-wrapper {
    transform: translateZ(1000px);
}

.Frame-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    transform: translateZ(1000px);
}

a {
    color: #337eff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}

Frame-header-fixed .Frame-nav,
.Frame-header-fixed .Frame-nav .fishd-menu-item,
.Frame-header-fixed .Frame-nav a,
.Frame-header-fixed .Frame-nav li {
    color: #1a2233;
}

.Frame-header .Frame-nav {
    line-height: 80px;
    border-bottom: none;
    color: #fff;
    background: transparent;
    display: flex;
    width: 100%;
}

.fishd-menu-horizontal {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: none;
    line-height: 46px;
}

.fishd-menu {
    font-family: "Monospaced Number", Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    color: #333;
    background: #fff;
    line-height: 0;
    transition: background .3s, width .2s;
    zoom: 1;
}

.fishd-layout,
.fishd-layout * {
    box-sizing: border-box;
}

.fishd-menu-horizontal {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: none;
    line-height: 46px;
}

.Frame-header .Frame-nav .fishd-menu-item {
    top: 0;
    position: relative;
    padding: 0 40px 0 0;
    border: none;
    margin-left: 4%;
    height: 60px;
    display: flex;
    align-items: center;
    width: 16%;
    justify-content: flex-end;
}

.Frame-header .Frame-nav a,
.Frame-header .Frame-nav li {
    color: #1a2233;
    font-size: 16px;
}

.Frame-header .Frame-nav .fishd-menu-item span {
    position: relative;
}

.Frame-header .Frame-nav i.iconfont {
    display: inline-block;
    margin-left: 6px;
    transition: transform .3s;
}

.fishd-menu-horizontal>.fishd-menu-item,
.fishd-menu-horizontal>.fishd-menu-submenu {
    position: relative;
    top: 1px;
    float: left;
    border-bottom: 2px solid transparent;
}


/* 下拉选 */

.topclick {
    height: 50px;
    width: 100px;
    position: relative;
    display: inline-block;
}

.ltbox1 {
    width: 100px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    /*鼠标指针经过*/
}

.ltbox2 {
    width: 100px;
    height: 220px;
    margin-top: 2px;
    border-radius: 10px;
    background-color: white;
    position: absolute;
    display: none;
    /*使下拉菜单栏消失*/
}

.li1 {
    margin-top: 10px;
}

.ltbox2 li {
    height: 40px;
    width: 100px;
    text-align: center;
    line-height: 40px;
    display: block;
    /*使下拉菜单栏显示*/
}

.ltbox2 li:hover {
    background-color: #fff;
}

.Frame-nav .ltbox2 li a {
    color: #999;
}

.ltbox2 li a:hover {
    color: #337eff;
}

.topclick:hover .ltbox2 {
    display: block;
}


/* 主体内容 */

.bg-banner {
    background: url(../img/about/banner3.jpg) no-repeat;
    height: 660px;
    margin-top: 80px;
}

.about {
    position: relative;
    top: 10%;
    /* left: 20%; */
    width: 70%;
    margin: 0 auto;
    /* font-family: "PingFanglight"; */
    text-align: center;
    color: #fff;
}

.about-title {
    font-size: 44px;
    letter-spacing: 10px;
}

.about-en {
    font-size: 17px;
}

.fu-title {
    font-size: 22px;
    letter-spacing: 10px;
}

.introduction-desc {
    width: 60%;
    margin: 0 auto;
    height: auto;
    min-height: 350px;
    /* position: relative; */
    margin-top: -365px;
    background: #fff;
    box-shadow: 5px 10px 5px #eee;
    border-radius: 10px;
}

.logo-content {
    width: 28%;
    display: inline-block;
}

.logo-content .photo img {
    width: 100%;
}

.logo-content .logo {
    padding-bottom: 30px;
}

.desc-content {
    width: 68%;
    display: inline-block;
    margin-left: 20px;
}

.introduction-desc .row {
    width: 95%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.desc-content .content {
    color: #666;
    margin-bottom: 3%;
}

.desc-content .history {
    position: relative;
}

.desc-content .history .history-data {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.content span {
    line-height: 24px;
}

.create {
    width: 25%;
    display: inline-block;
}

.create .create-data {
    color: #007FEA;
    font-size: 28px;
    margin: 0;
}

.goal {
    width: 60%;
    margin: auto;
}

.goal-content {
    margin-bottom: 30px;
}

.goal-content>img {
    width: 100%;
}

.goal-item {
    background: url("../img/about/banner4.png");
    height: 287px;
    border-radius: 28px;
}

.goal-item .item {
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    position: relative;
}

.item .goal-title {
    font-size: 24px;
    color: #fff;
}

.item .goal-desc {
    color: #fff;
    font-size: 18px;
}

.goal-key div {
    color: #fff;
}

.goal-key {
    width: 15%;
    display: inline-block;
}

.goal-detail {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.goal-detail-four {
    text-align: center;
}

#container {
    width: 90%;
    height: 220px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

#container ul {
    list-style: none;
    width: 4000px;
    left: 0;
    top: 0;
    position: absolute;
    height: 220px;
    -webkit-animation: scoll 6s linear 0s infinite;
}

#container ul li {
    float: left;
    margin-right: 20px;
    width: 350px;
    /* margin: 0 auto; */
    text-align: center;
    background: #fff;
    height: 220px;
    border-radius: 10px;
}

.sgs-data {
    background: #F6F7F9;
    height: 500px;
    text-align: center;
}

.li-content {
    height: 100%;
}

.li-content .li-item {
    width: 60%;
    margin: 0 auto;
    transform: translate(-50% -50%);
    /* height: 100%; */
    transform: translateY(30%);
}

.li-item img {
    margin-bottom: 10px;
}

.develop-title {
    font-size: 28px;
    text-align: center;
    /* height: 80px; */
    line-height: 166px
}

@-webkit-keyframes scoll {
    from {
        left: 0;
    }
    to {
        left: -1100px;
    }
}

.develop-desc {
    width: 800px;
    margin: 0 auto;
}

.develop-det {
    /* background: url(../img/about/43.png); */
    background: url(../img/about/43.png) no-repeat 100% 100%;
    height: auto;
    width: 50%;
    margin: 70px auto 120px;
}

.timer {
    padding: 40px 0;
}

.timer .main .content .item {
    width: 40%;
    min-height: 230px;
    position: relative;
    margin: 0 auto
}

.timer .main .content .item h5 {
    font-size: 28px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 100px;
    margin-left: 10px;
}

.timer .main .content .item .child {
    position: relative;
    border-left: 1px solid #E5E5E5;
    height: 120px;
    margin-left: 70px;
}

.timer .main .content .item .child span {
    position: absolute;
    top: -18px;
    left: -80px;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    line-height: 36px;
}

.timer .main .content .item .child p {
    position: absolute;
    left: 21px;
    top: -18px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
}

.timer .main .content .item .child::after {
    content: '';
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #1C99EE;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: -5px;
}

.cirton {
    height: 450px;
    margin: 40px auto 60px;
    width: 1200px;
    text-align: center;
    padding: 10px;
}

.products,
.goal,
.sgs {
    text-align: center;
    margin-bottom: 60px;
}

.cirton .title,
.products .title,
.goal .title,
.sgs-data .sgs-title,
.develop-data .develop-title {
    font-size: 40px;
    height: 120px;
    line-height: 120px;
    margin-bottom: 20px;
}

.cirton .desc {
    width: 85%;
    margin: 0 auto;
    font-size: 20px;
    /* height: 120px; */
    line-height: 35px;
    text-align: left;
    text-indent: 2em;
}

.active {
    color: #0082F7 !important;
}

.active_1 {
    color: #000;
}