blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial,sans-serif;
    color: #333;
    line-height: 1.7;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #0d50ab;
    }

em {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

li, ol, ul {
    list-style: none;
}

button, input, select, textarea {
    vertical-align: middle;
    font-size: 14px;
    font-family: inherit;
    line-height: normal;
    outline: 0;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

video {
    object-fit: contain;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container1 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.table, .table1, table#emphasis, table#newspaper, table#verzebra, table.colorful, table.hovertable, table.imagetable {
    width: 100%;
    border-collapse: collapse;
}

    .table p, .table1 p, table#emphasis p, table#newspaper p, table#verzebra p, table.colorful p, table.hovertable p, table.imagetable p {
        padding: 0;
        margin: 0;
    }

    .table td, .table th {
        border: 1px solid #cdcdcd;
        padding: 5px;
    }

    .table tr:nth-child(odd) {
        background-color: #efede1;
    }

    .table tr:nth-child(even) {
        background-color: #fff;
    }

    .table tr:first-child {
        background-color: #8db3e3;
    }

    .table tr:nth-child(3) {
        background-color: #d7d7d7;
    }

    .table1 th, .table1 tr.bgcolor {
        background-color: #c1c1c1;
    }

    .table1 td, .table1 th {
        border: 1px solid #000;
        padding: 5px;
    }

html {
    font-size: 14px;
}

.mask_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #000;
    transition: all .5s;
    left: 0;
    z-index: 999;
    opacity: .3;
    display: none;
}

.moved {
    display: block;
}

.firstRow img {
    max-width: 100%;
    display: block;
}

@media only screen and (max-width:1440px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 10px;
    }
}

#top {
    position: relative;
}

.head {
    width: 100%;
    z-index: 1000;
}

.logo_img {
    float: left;
    height: 70px;
    line-height: 70px;
}

    .logo_img img {
        vertical-align: middle;
        max-width: 100%;
        display: block;
        max-height: 100%;
    }

.nav {
    float: right;
    line-height: 70px;
    height: 70px;
}

    .nav li {
        float: left;
        position: relative;
    }

    .nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0 20px;
    }

    .nav > li:last-child > a {
        padding-right: 0;
    }

.top_share {
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -105px;
}

    .top_share li a {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: #45b0e3;
        color: #fff;
        border-radius: 50%;
        text-align: -webkit-center;
        line-height: 34px;
        margin-bottom: 13px;
        border: 2px solid #45b0e3;
    }

        .top_share li a:hover {
            color: #72c2c1;
            background: 0 0 !important;
        }

    .top_share li:nth-child(2) a {
        background: #d97aa5;
        border-color: #d97aa5;
    }

    .top_share li:nth-child(3) a {
        background: #39599f;
        border-color: #39599f;
    }

    .top_share li:nth-child(4) a {
        background: #333;
        border-color: #333;
    }

    .top_share li:nth-child(5) a {
        background: #e70031;
        border-color: #e70031;
    }

    .top_share li a:hover {
        background: #72c2c1;
        color: #fff;
    }

    .top_share li a img {
        vertical-align: middle;
    }

.nav_ne {
    background: #f3f3f3;
    margin-bottom: 90px;
    clear: both;
}

    .nav_ne ul {
        display: flex;
        padding: 25px 15px;
    }

    .nav_ne li:nth-child(1) a {
        padding-left: 0;
    }

    .nav_ne a {
        color: #3e3e3e;
        font-size: .8125rem;
        padding: 0 10px;
        text-transform: uppercase;
    }

    .nav_ne i {
        color: #3e3e3e;
        font-size: .8125rem;
    }

#foot {
    /*background: #fafafa;
    padding: 100px 0 0 0;*/
}

.foot_top {
    text-align: -webkit-center;
    text-align: center;
    border-top: 9px solid #72c2c1;
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
}

    .foot_top .fl:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #e8e8e8;
    }

    .foot_top .fl, .foot_top .fr {
        width: 50%;
        box-sizing: border-box;
        position: relative;
    }

        .foot_top .fl li {
            float: left;
            width: 33.33%;
            padding: 50px 0;
            transition: all .3s;
        }

            .foot_top .fl li:hover {
                background: #72c2c1;
            }

                .foot_top .fl li:hover .contact_name, .foot_top .fl li:hover .foot_icon, .foot_top .fl li:hover p {
                    color: #fff;
                }

            .foot_top .fl li .foot_icon {
                height: 28px;
                line-height: 28px;
                font-size: 22px;
                margin-bottom: 7px;
                color: #8fcbc9;
            }

                .foot_top .fl li .foot_icon img {
                    max-height: 100%;
                    vertical-align: middle;
                }

.contact_name {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}

.foot_top .fl li p, .foot_top .fl li p a {
    color: #757575;
    font-size: 14px;
}

.contact_title {
    color: #2e1533;
    font-size: 33px;
    margin-left: 140px;
    margin-bottom: 25px;
    text-align: -webkit-left;
    text-align: left;
    line-height: 40px;
    margin-top: 26px;
}

#SubmitEmail_I {
    width: 340px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #cecece;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

#ImgSend_I {
    height: 52px;
    line-height: 52px;
    margin-left: -4px;
    background: url("../images/send.png") no-repeat center center;
    border: 1px solid #cecece;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-left: none;
    width: 55px;
    cursor: pointer;
}

.foot_li {
    text-align: -webkit-center;
    text-align: center;
}

    .foot_li li {
        display: inline-block;
    }

        .foot_li li a {
            display: inline-block;
            color: #545454;
            font-size: 15px;
            text-transform: uppercase;
            height: 80px;
            line-height: 80px;
            padding: 0 20px;
        }

            .foot_li li a:hover {
                color: #72c2c1;
            }

.copy_right {
    color: #888;
    font-size: 13px;
    text-align: -webkit-center;
    padding: 0 10px;
}

.fixednav {
    position: fixed;
    background: #8ecac4;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.nav .submenu {
    position: absolute;
    float: left;
    width: 300px;
    top: 70px;
    background: #fff;
    padding-left: 0;
    opacity: .95;
    filter: alpha(opacity=85);
    z-index: 9999999;
    display: none;
}

    .nav .submenu .submenu {
        top: 0;
        left: 300px;
    }

    .nav .submenu li {
        border-bottom: 1px solid #d8d8d8;
        float: none;
    }

        .nav .submenu li a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 40px;
            height: 40px;
            display: block;
            color: #72c2c1;
            padding: 5px 8px;
            text-transform: capitalize;
        }

.submenu li:hover {
    background: #72c2c1;
}

    .submenu li:hover > a {
        color: #fff;
    }

.mobile_logo img {
    vertical-align: middle;
    margin-left: 15px;
}

.mobile_login_menu {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    display: none;
}

    .mobile_login_menu span {
        display: block;
        width: 20px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 20px;
        transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,transform .5s cubic-bezier(.77,.2,.05,1),width .5s;
    }

.seed {
    left: 0 !important;
}

.hide_top {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #72c2c1;
    height: 70px;
    line-height: 70px;
}

.toggle span:nth-child(1) {
    opacity: 1;
    transform: rotate(-45deg);
}

.toggle span:nth-child(2) {
    opacity: 0;
}

.toggle span:nth-child(3) {
    opacity: 1;
    transform: rotate(45deg);
}

.hidden_content {
    position: absolute;
    float: left;
    transition: all .3s;
    left: 0;
    width: 100%;
    height: 70px;
    top: 0;
    z-index: 1000;
    background: #72c2c1;
    display: none;
}

.hide_menuwrap {
    position: fixed;
    float: right;
    transition: all .3s;
    z-index: 200;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #72c2c1;
    top: 70px;
}

    .hide_menuwrap .nav_en1 {
        float: none;
    }

    .hide_menuwrap .nav_en li {
        float: none;
        position: relative;
        background: #72c2c1;
    }

    .hide_menuwrap .nav_en1 a {
        display: block;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #fff;
        color: #fff;
        float: none;
        margin-right: 0;
        padding-left: 10px;
        margin-left: 0;
    }

        .hide_menuwrap .nav_en1 a:hover {
            background: #fff;
            color: #72c2c1;
        }

    .hide_menuwrap .nav_en1 > li > a:hover {
        background: #fff;
        color: #72c2c1;
    }

    .hide_menuwrap .submenu {
        position: absolute;
        top: 0;
        left: 300px;
        width: 100%;
        display: none;
    }

        .hide_menuwrap .submenu li:hover a {
            color: #72c2c1;
        }

.foot_fix {
    background: #8fcbc9;
    width: 100%;
    padding-top: 25px;
    text-align: center;
}

    .foot_fix .foot_sharer li {
        display: inline-block;
        margin-bottom: 0;
    }

    .foot_fix .foot_sharer {
        text-align: -webkit-center;
        margin: 15px 0;
    }

        .foot_fix .foot_sharer li a {
            line-height: 35px;
            background: #8fcbc9;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            margin: 0 5px;
            border: 1px solid #fff;
            color: #fff;
            font-size: 18px;
        }

.fix_li li {
    width: 20%;
    margin-bottom: 0;
    text-align: -webkit-center;
    font-size: 26px;
    color: #fff;
    display: block;
}

    .fix_li li a {
        color: #fff;
    }

#head {
    background: #72c2c1;
}

@media screen and (max-width:1470px) {
    .mid_box {
        float: left;
        width: 80%;
        padding-left: 0;
    }

    #head .nav {
        margin-top: 0;
    }

    #head {
        height: 70px;
        width: 100%;
        top: 0;
        background: #72c2c1;
    }

    .left_wrap {
        width: 100%;
        height: 91px;
    }

    .search_wrap {
        margin-top: 34px;
        float: right;
        margin-right: 25px;
    }

    .right_wrap {
        padding-left: 0;
    }
}

@media screen and (max-width: 1260px) { 
    .nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        padding: 0 5px;
    }
    #procate .fr, .cate_right {
        position: relative !important;
    }

    #procate .fr {
        right: 17% !important;
        width: 66% !important;
    }

    #about .fr, .catefl_content {
        width: 100% !important;
        text-align: -webkit-center;
    }

    #about .fl {
        width: 80% !important;
        left: 10% !important;
        position: relative !important;
    }

    #about .fr {
        margin-left: 0;
    }

    #procate .fl {
        float: none;
        width: 100% !important;
    }
    #procate {
        margin: 70px 0 150px 0 !important;
    }
}

@media screen and (max-width: 991px) {
    

    .mobile_login_menu {
        display: block;
    }

    

    .hidden_content {
        display: block;
    }

    .top_share {
        top: 17px;
        z-index: 10000;
        margin-top: 0;
        right: 70px;
    }

        .top_share li {
            float: left;
        }

            .top_share li a {
                margin: 0 5px 0 5px;
            }

    #slider {
        /*padding-top: 70px;*/
    }

    .nav {
        position: fixed;
        float: right;
        transition: all .3s;
        z-index: 9999;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #72c2c1;
        top: 0;
    }

    .logo_img {
        float: none;
        height: 70px;
        line-height: 70px;
    }

        .logo_img img {
            display: inline-block;
        }

    .nav > li {
        float: none;
    }

        .nav > li > a {
            display: block;
            line-height: 56px;
            border-bottom: 1px solid #fff;
        }

            .nav > li > a:hover {
                background: #fff;
                color: #72c2c1;
            }

    .nav li a:hover .submenu {
        display: block;
    }

    .nav .submenu {
        position: unset;
        float: none;
    }

        .nav .submenu li a:hover {
            background: #72c2c1;
            color: #fff;
        }
}

@media screen and (max-width:1024px) {
    #recommend li {
        margin-right: 0 !important;
        width: 100% !important;
        margin-top: 0 !important;
        text-align: -webkit-center;
    }

    .reco_top {
        position: relative;
        display: inline-block;
    }

    .reco_bottom {
        padding: 40px 0 !important;
    }

    .new_contents .fl {
        width: 100% !important;
        margin-right: 0 !important;
        position: relative !important;
        height: 850px !important;
    }

    .new_contents .fr {
        width: 100% !important;
    }

    .new_right li {
        padding: 25px 15px !important;
    }

    .new_right h3 a {
        height: unset !important;
    }

    .defind_content li {
        position: unset !important;
        width: 100% !important;
    }

    .defind_tt {
        margin-top: 0 !important;
        padding-left: 5% !important;
    }

    .defind_content li:nth-child(1) {
        padding: 20px 0;
    }

    .defind_content li:nth-child(2) {
        display: none;
    }

    .defind_content li:nth-child(3) {
        margin-left: 0 !important;
    }

    .defind_font {
        padding: 50px 5% !important;
    }

    .foot_top .fl, .foot_top .fr {
        width: 100%;
    }

    .foot_top .fl {
        border-bottom: 1px solid #eee;
    }

    .foot_top .fr {
        padding-bottom: 35px;
    }

    .foot_li li {
        width: unset;
        padding: 0 10px;
    }

    .recommend_content {
        margin-top: 0 !important;
    }

    .product_li li {
        width: 49% !important;
    }

        .product_li li:nth-child(2n) {
            margin-right: 0 !important;
        }

        .product_li li:nth-child(3), .product_li li:nth-child(5) {
            margin-right: 2% !important;
        }
}

@media screen and (max-width:768px) {
    .new_contents .fl {
        height: 670px !important;
    }

    .defind_tt {
        font-size: 56px !important;
    }

    #procate .fr {
        width: 90% !important;
        right: 5% !important;
    }

    .newbot_cont h3 a {
        font-size: 32px !important;
        height: 90px !important;
        line-height: 50px !important;
        overflow: hidden;
    }

    .cate_pure {
        width: 200px !important;
        height: 200px !important;
        margin-top: -100px !important;
        margin-left: -100px !important;
    }

    .cate_span {
        margin-left: -65px !important;
        font-size: 28px !important;
    }

    #about .fl {
        left: 20%;
    }

    #about .fr p, #news .news_top {
        margin: 30px 0 !important;
    }

    .cate_ltitle {
        font-size: 44px !important;
        line-height: 56px !important;
    }

    #recommend .cate_ltitle {
        margin: 0 0 40px 0 !important;
    }

    #news {
        padding: 50px 0 !important;
    }

    #SubmitEmail_I {
        width: 240px;
    }

    .copy_right {
        color: #fff;
    }

    .top_share {
        display: none;
    }

    #procate {
        margin: 20px 0 90px 0 !important;
    }

    .cate_mid {
        margin-top: 20px !important;
    }

    #procate .fl p {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .foot_fix {
        display: block;
    }

    .foot_bottom {
        display: none;
    }

    .foot_top {
        margin-bottom: 140px;
    }

        .foot_top .fl li {
            width: 100%;
            padding: 25px 0;
        }

    .contact_title {
        margin-left: unset;
        text-align: -webkit-center;
    }

    .left_control {
        left: -70px !important;
    }

    #product .cate_ltitle {
        padding: 30px 0 !important;
    }

    .mobile_logo img {
        max-width: 180px;
    }
}

@media screen and (max-width:476px) {
    .new_contents .fl {
        height: 550px !important;
    }

    .defind_tt {
        font-size: 36px !important;
        padding-left: 5% !important;
    }

    .product-tags {
        flex-wrap: wrap;
    }

        .product-tags p {
            width: 45% !important;
            padding: 10px 0 10px 5%;
        }
}

.lf-box {
    width: 100%;
}

.table td, .table th {
    border: 1px solid #cdcdcd;
    padding: 5px;
}

.toper {
    background-color: #72c2c1;
    border-bottom: 1px solid #ccc;
    padding: 5px 15px;
}

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

.layout {
    max-width: 1400px;
    margin: 0 auto;
}

.toper .contact {
    float: left;
}

.contact ul li {
    display: inline;
    margin-right: 10px;
}

    .contact ul li a,
    .contact ul li i {
        color: #fff;
    }

.toper .language {
    float: left;
}

.language a {
    color: #fff;
    position: relative;
    padding-right: 8px;
}

.language a img {
    margin-right: 5px;
}

.toper .language {
    position: relative;
}

    .toper .language .lang-title a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 4px solid;
        position: absolute;
        top: 50%;
        right: 0;
        border-color: #fff transparent transparent transparent;
        border-bottom-width: 0;
        background: none;
        margin: -2px 0 0;
        padding: 0;
    }

    .toper .language:hover .lang-title a:after {
        border: 4px solid;
        border-color: transparent transparent #fff transparent;
        border-top-width: 0;
    }

.language .lang-cont {
    display: none;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 999;
    padding: 0 10px;
    right: 0;
}

    .language .lang-cont a {
        color: #666;
        font-size: 12px;
    }

    .language .lang-cont li {
        line-height: 40px;
        width: 100px;
        padding-left: 5px;
        display: block;
        border-bottom: 1px solid #eee;
    }

.toper .language:hover .lang-cont {
    display: block;
}

.foot_fix .foot_link li {
    display: inline-block;
    padding: 0 5px;
}

.foot_fix .fix_li {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #8fcbc9;
    border-radius: 20px;
    transform: translate(-50%,-50%);
}

#foot .foot_fix {
    padding-bottom: 30px;
    position: relative;
}

.foot_fix ul {
    width: auto;
}

.foot_fix .link {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .foot_fix .link > li {
        margin: 0 20px;
    }

.contact_title p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.search {
    float: right;
    margin-left: 30px;
    position: relative;
}

#search-btn {
    width: 25px;
    height: 25px;
    background: inherit;
    background: url(../images/search.png) no-repeat center center;
    border: 0;
}

.search .search-content {
    display: none;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 0;
    width: 250px;
    height: 25px;
    z-index: 999;
}

    .search .search-content input {
        height: 25px;
        line-height: 25px;
        border: 0;
        padding: 0;
        margin: 0;
        background: inherit;
        vertical-align: top;
    }

#search-content {
    width: 165px;
    /*float: left;*/
    padding: 0 5px;
}

#submit1 {
    width: 70px;
    background: #666;
    color: #fff;
    float: right;
}

.search:hover .search-content {
    display: block;
}

.toper .contact {
        display: block;
    }
@media screen and (max-width: 768px) {
    .toper .contact {
        display: none;
    }
    .search .search-content {
        top: 30px;
    }
}
