body {
    background-image: url('../image/bg_color.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}

.index-bg {
    /*width: 100%;*/
    /*height: 100%;*/
}

.index-box .main-header {
    background-color: transparent;
}

.head-container {
    background-color: transparent;
}

.main-footer {
    background-color: transparent;
}

.index-header .nav-children-box {
    background: rgba(255, 255, 255, .8);
}

.index-header .mobile-nav {
    /*background: rgba(255, 255, 255, .8);*/
    position: fixed;
    top: 0px;
    right: 0px;
}

.index-header .mobile-nav-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 300;
}

.index-header .mobile-nav-close .glyphicon {
    color: #aaa;
}

.index-header .mobile-user-box {
    background: rgba(255, 255, 255, .8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.index-header .nav-box a, .index-header .nav-box span {
    border-top: transparent 4px solid;
    color: #fff;
}

.index-header .nav-box span .nav-children-list {
    color: #282828;
    border-top: none;
}

.index-header .nav-box span .nav-children-list:hover {
    color: #fff;
}

.index-header .nav-box-item-checked {
    color: #EDBE2B !important;
}

.index-header .signUp-btn {
    color: #fff;
}

.index-header .signUp-btn .signUp-btn-icon {
    background-position: -10px -364px;
    width: 25px;
    height: 20px;
}

.index-header .mobile-nav {
    min-height: calc(100vh);
    top: 0;
    padding-top: 80px;
}

.index-header .mobile-signUp-btn {
    background: #fff;
}

.index-header .mobile-nav-btn .glyphicon {
    color: #fff;
}

.index-header .mobile-nav-close {
    border: 1px solid transparent;
}

.index-header .language-change {
    color: #Fff;
}

.main-footer .footer-txt, .main-footer .footer-txt a {
    color: #Fff;
}

.main-footer .footer-point .glyphicon {
    color: #Fff;
}

.index-content-box {
    position: relative;
}

.index-content {
    /*position: absolute;*/
    width: 1920px !important;
    /*height: 1080px !important;*/
    transform-origin: 50% 0;
    min-height: auto !important;
}

.m-index-content {
    /*position: absolute;*/
    width: 750px !important;
    /*height: 1080px !important;*/
    transform-origin: 0 0;
}

.index-ani-box, .index-ani-box-b {
    position: absolute;
    z-index: 200;
    /*background: rgba(255, 255, 255, .3);*/
    cursor: pointer;
}

.index-ani-HCFchem {
    width: 380px;
    height: 260px;
    top: 100px;
    left: 1100px;
}

.index-ani-food {
    width: 240px;
    height: 250px;
    top: 300px;
    left: 1500px;
    z-index: 201;
}

.index-ani-exh {
    width: 400px;
    height: 350px;
    top: 530px;
    left: 1280px;
}

.index-ani-chemical {
    width: 380px;
    height: 350px;
    top: 650px;
    left: 790px;
    z-index: 203;
}

.index-ani-dis {
    width: 330px;
    height: 310px;
    top: 630px;
    left: 450px;
}

.index-ani-faq {
    width: 240px;
    height: 170px;
    top: 650px;
    left: 210px;
}

.index-ani-agrochemical {
    width: 320px;
    height: 250px;
    top: 320px;
    left: 250px;
}

.index-ani-cosmetic {
    width: 270px;
    height: 220px;
    top: 120px;
    left: 490px;
    z-index: 201;
}

.index-ani-center {
    width: 420px;
    height: 380px;
    top: 290px;
    left: 780px;
    z-index: 202;
}

/*手机版*/
.m-index-ani-HCFchem {
    width: 280px;
    height: 180px;
    top: 50px;
    left: 410px;
}

.m-index-ani-food {
    width: 220px;
    height: 220px;
    top: 350px;
    left: 510px;
}

.m-index-ani-exh {
    width: 250px;
    height: 200px;
    top: 680px;
    left: 480px;
}

.m-index-ani-chemical {
    width: 320px;
    height: 250px;
    top: 900px;
    left: 360px;
}

.m-index-ani-dis {
    width: 310px;
    height: 310px;
    top: 810px;
    left: 30px;
}

.m-index-ani-faq {
    width: 220px;
    height: 210px;
    top: 470px;
    left: 20px;
}

.m-index-ani-agrochemical {
    width: 280px;
    height: 290px;
    top: 530px;
    left: 220px;
    z-index: 201;
}

.m-index-ani-cosmetic {
    width: 250px;
    height: 230px;
    top: 70px;
    left: 20px;
}

.m-index-ani-center {
    width: 300px;
    height: 250px;
    top: 240px;
    left: 230px;
}

/*手机版*/

.index-ani-tool-box {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    /*min-width: 250px;*/
}

.index-ani-box:hover .index-ani-tool-box, .index-ani-box-b:hover .index-ani-tool-box {
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    visibility: visible;
    opacity: 1;
}

.index-ani-HCFchem .index-ani-tool-box {
    right: 25%;
    top: 70%;
    /*display: none;*/
}

.index-ani-food .index-ani-tool-box {
    right: 0%;
    top: -65%;
}

.index-ani-exh .index-ani-tool-box {
    right: 20%;
    top: -10%;
}

.index-ani-chemical .index-ani-tool-box {
    right: 5%;
    top: -42%;
}

.index-ani-dis .index-ani-tool-box {
    right: -16%;
    top: -55%;
}

.index-ani-faq .index-ani-tool-box {
    right: 0%;
    top: -85%;
}

.index-ani-agrochemical .index-ani-tool-box {
    right: 10%;
    top: -55%;
}

.index-ani-cosmetic .index-ani-tool-box {
    right: 5%;
    top: 80%;
}

.index-ani-center .index-ani-tool-box {
    right: 20%;
    top: -35%;
}

.index-ani-tool-shadow {
    position: absolute;
    z-index: 301;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    top: -15px;
    right: -15px;
    /*max-width: 250px;*/
    border-radius: 10px;
}

.index-ani-box-b .index-ani-tool-shadow {
    position: absolute;
    z-index: 301;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    top: auto;
    bottom: -15px;
    right: -15px;
    /*max-width: 250px;*/
    border-radius: 10px;
}

.index-ani-tool {
    background: rgba(82, 148, 223, .95);
    position: absolute;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
    /*min-width: 280px;*/
    z-index: 302;
    top: 0px;
    left: 0px;
}

.index-ani-tool-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.index-ani-tool-txt {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

.index-ani-tool-btn {
    white-space: nowrap;
    min-width: 200px;
    height: 48px;
    border-radius: 10px;
    background: #EDBE2B;
    line-height: 48px;
    text-align: center;
    display: block;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
}

.index-ani-tool-btn .glyphicon {
    color: #fff;
    margin-left: 20px;
}

.index-ani-tool-btn:hover {
    text-decoration: none;
    color: #fff;
}

.index-ani-tool-con {
    padding: 25px;
    opacity: 0;
}

.index-ani-tool:after {
    position: absolute;
    content: "";
    display: block;
    height: 0px;
    width: 20px;
    border-top: rgba(82, 148, 223, .95) 10px solid;
    border-bottom: transparent 0px solid;
    border-left: transparent 10px solid;
    border-right: transparent 10px solid;
    top: calc(100% - 1px);
    left: calc(50% - 5px);
}

.index-ani-box-b .index-ani-tool:after {
    position: absolute;
    content: "";
    display: block;
    height: 0px;
    width: 20px;
    border-bottom: rgba(82, 148, 223, .95) 10px solid;
    border-top: transparent 0px solid;
    border-left: transparent 10px solid;
    border-right: transparent 10px solid;
    top: -9px;
    left: calc(50% - 5px);
}

.index-right-tool {
    position: fixed;
    right: 0px;
    top: calc(50% - 51px);
}

.index-right-tool:hover .index-right-tool-btn {
    background: #fff;
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.index-right-tool:hover .index-right-tool-btn .index-right-tool-txt {
    display: block;
}

.index-right-tool .index-right-tool-btn {
    width: 50px;
    height: 50px;
    background: #EDBE2B;
    margin: 1px 0;
    cursor: pointer;
    position: relative;
}

.index-right-tool .index-right-tool-btn:hover {
    background: #EDBE2B;
}

.index-right-tool .index-right-tool-btn:hover .index-right-tool-txt {
    color: #fff;
}

.index-right-tool .index-right-tool-btn:hover .index-right-tool-box, .index-right-tool .index-right-tool-btn:hover .index-right-tool-box-b {
    visibility: visible;
}

.index-right-tool-txt {
    line-height: 50px;
    font-size: 18px;
    display: none;
    padding: 0 0 0 20px;
}

.index-right-tool-box {
    width: 220px;
    height: 240px;
    position: absolute;
    border-radius: 10px;
    background: #Fff;
    padding: 20px;
    box-sizing: border-box;
    right: calc(100% + 2px);
    top: 0px;
    visibility: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.index-right-tool-connect {
    position: absolute;
    top: 0px;
    height: 50px;
    width: 2px;
    right: -2px;
}

.index-right-tool-box img {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
}

.index-right-tool-text {
    font-size: 14px;
    width: 100%;
    font-weight: normal;
    margin-bottom: 10px;
    display: flex;
}

.index-right-tool-box-b {
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 10px;
    background: #Fff;
    padding: 20px;
    box-sizing: border-box;
    right: calc(100% + 2px);
    bottom: 0px;
    visibility: hidden;
}

.index-right-tool-icon-contactUs {
    background-position: 0px -98px;
    width: 50px;
    height: 50px;
}

.index-right-tool-icon-partner {
    background-position: 0px -50px;
    width: 50px;
    height: 50px;
}

.index-right-tool:hover .index-right-tool-icon-contactUs {
    background-position: 0px -148px;
}

.index-right-tool:hover .index-right-tool-icon-partner {
    background-position: 0px -0px;
}

.index-right-tool .index-right-tool-btn:hover .index-right-tool-icon-partner {
    background-position: 0px -50px;
}

.index-right-tool .index-right-tool-btn:hover .index-right-tool-icon-contactUs {
    background-position: 0px -98px;
}

.icon_mail {
    background-position: -16px -214px;
    width: 25px;
    height: 20px;
}

.icon_phone {
    background-position: -15px -264px;
    width: 25px;
    height: 20px;
}

#page-container {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

#main-container {
    height: 100vh;
    width: 100vw;
}

#main-header, #main-footer {
    position: absolute;
    z-index: 30000;
    width: 100%;
    padding-right: 17px;
    box-sizing: border-box;
}

#main-header {
    top: 0px;
}

#main-footer {
    bottom: 0px;
}

.index-right-tool {
    /*right: 17px;*/
}

.item-container {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    /*padding: 70px 0;*/
    max-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content-list-box {
    padding-top: 120px;
    box-sizing: border-box;
}

.content-list {
    /*width: 1280px;*/
    width: 100%;
    padding: 10px 40px 10px 40px;
    box-sizing: border-box;
    margin: 0 auto;
}

.content-title {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin-top: 10px;
}

.content-class {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
    /*justify-content: space-between;*/
}

.content-item {
    width: 165px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.content-item img {
    max-height: 100%;
    max-width: 100%;
}

.point-down, .point-up {
    width: auto;
    height: 30px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /*background: #4cae4c;*/
    /*display: block;*/
}

.point-up {
    padding-top: 30px;
    top: 70px;
}

.point-down {
    bottom: 70px;
}

.point-down:before, .point-down:after, .point-up:before, .point-up:after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 3px #e5e5e5 solid;
    border-left: 3px #e5e5e5 solid;
    background: transparent;
    border-radius: 2px;
    display: block;
    position: absolute;
    /*transform: scale(1.5, 1);*/
    /*-webkit-transform: scale(1.5, 1);*/
}

.point-down:before, .point-down:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    bottom: 0;
}

.point-up:before, .point-up:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0;
}

.point-down:after {
    bottom: 10px;
}

.point-up:after {
    top: 10px;
}

.point-down:hover, .point-up:hover {
    color: #fff;
    text-decoration: none;
}

.point-down {
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
}

.point-up {
    -webkit-animation: bounce-up 1s linear infinite;
    animation: bounce-up 1s linear infinite;
}

@keyframes bounce-down {
    25% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(-3px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(3px);
    }
}

@media (max-width: 1650px) {
    .content-item {
        width: 100px;
        height: 45px;
    }
}

/*@media (max-width: 1550px) {*/
    /*.content-item {*/
        /*width: 115px;*/
        /*height: 55px;*/
    /*}*/
/*}*/

@media (max-width: 1180px) {
    .mobile-login-box {
        display: flex;
    }
}

@media (max-width: 500px) {
    .index-header .mobile-nav-close {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 300;
    }

    .index-header .mobile-nav {
        padding-top: 50px;
    }
}