

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}

.m-header {
    width: 100%;
    height: 1rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.m-header .main {
    height: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-header .main .logo {
    width: auto;
    height: 0.6rem;
}

.m-header .main .logo img {
    width: auto;
    height: 100%;
}

.m-header .main .right {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.m-header .main .right a {
    display: block;
    float: left;
    width: 0.64rem;
    height: 0.64rem;
    margin-left: 0.16rem;
}

.m-header .main .right a img {
    width: 100%;
    height: 100%;
}

.m-header .m-nav {
    width: 100%;
    position: fixed;
    top: 1rem;
    left: 0;
    background-color: #fff;
    padding: 0.24rem;
    display: none;
}

.m-header .m-nav .nav {
    width: 100%;
}

.m-header .m-nav .nav .one {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.28rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-header .m-nav .nav .one a {
    display: block;
    float: left;
    height: 100%;
    white-space: nowrap;
}

.m-header .m-nav .nav .one i {
    display: block;
    float: right;
    width: 100%;
    height: 100%;
    background-image: url(../images/32.png);
    background-size: 0.2rem 0.2rem;
    background-position: right center;
    background-repeat: no-repeat;
}

.m-header .m-nav .nav .one i.open {
    background-image: url(../images/33.png);
    background-size: 0.2rem 0.03rem;
}

.m-header .m-nav .nav .two {
    width: 100%;
    height: auto;
    padding-bottom: 0.24rem;
    padding-left: 0.5rem;
    border-bottom: 1px solid #E6E6E6;
    display: none;
}

.m-header .m-nav .nav .two a {
    display: block;
    clear: both;
    margin-top: 0.24rem;
    font-size: 0.26rem;
}

.m-header .m-nav .lang {
    width: 100%;
    overflow: hidden;
    padding-top: 0.24rem;
}

.m-header .m-nav .lang a {
    display: block;
    float: left;
    margin-right: 0.1rem;
    height: 0.5rem;
    min-width: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.06rem;
    text-align: center;
    padding: 0 0.1rem;
    font-size: 0.28rem;
    color: #999;
}

.m-header .m-nav .lang a.active {
    background-color: #039c4f;
    color: #fff;
}

.m-header .m-fixed-search {
    width: 100%;
    height: 1.6rem;
    background-color: #fff;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    display: none;
    padding: 0 0.24rem;
}

.m-header .m-fixed-search .search-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-top: 0.5rem;
}

.m-header .m-fixed-search .search-block .serh {
    width: 0.34rem;
    height: 0.33rem;
    background-image: url("../images/36.png");
    background-size: 100% 100%;
    display: inline-block;
}

.m-header .m-fixed-search .search-block input {
    width: 6.2rem;
    height: 0.66rem;
    display: inline-block;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    border: none;
}

.m-header .m-fixed-search .search-block .close {
    width: 0.3rem;
    height: 0.3rem;
    background-image: url("../images/37.png");
    background-size: 100% 100%;
    display: inline-block;
}

.m-header-h {
    width: 100%;
    height: 1rem;
    clear: both;
    display: none;
}

.mod-title {
    width: 100%;
    text-align: center;
}

.mod-title .en {
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
}

.mod-title .cn {
    font-size: 28px;
    line-height: 28px;
    margin-top: 18px; color:#039c4f;
}

.mod-title i {
    display: block;
    width: 52px;
    height: 4px;
    background-color: #039c4f;
    margin: 20px auto 0;
}
@font-face {
	font-family: "DINCondensed";
	src: url("../fonts/dincondensedc-2.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
.readmore {
    width: 170px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #039c4f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DINCondensed";
    font-size: 20px;
    color: #039c4f;
    transition: all 0.3s;
}

.readmore span {
    line-height: 20px;
    height: 18px;
}

.readmore i {
    display: block;
    width: 32px;
    height: 9px;
    background-image: url(../images/08.png);
    background-size: auto 100%;
    background-position: 32px 0;
    margin-left: 12px;
    margin-top: -4px;
    transition: all 0.3s;
}

.readmore:hover {
    background-color: #039c4f;
    border-color: #039c4f;
    color: #fff;
}

.readmore:hover i {
    background-position: 80px 0;
}

.sub-cate {
    width: 100%;
    /* max-width: 1920px; */
    margin-right: auto;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sub-cate::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.sub-cate::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #F5F5F5;
}

.sub-cate::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ddd;
}

.sub-cate .items {
    min-width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.sub-cate a {
    display: block;
    float: left;
    padding: 0 20px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    color: #999;
    transition: all 0.3s;
    white-space: nowrap;
}

.sub-cate a:hover,
.sub-cate a.active {
    background-color: #f19716;
    color: #fff;
    font-size: 16px;
}
/*
.footer {
    width: 100%;
    background-color:#00abda;
}

.footer .foot-top {
    width: 100%;
}

.footer .foot-top .tops {
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.footer .foot-top .tops .nav {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-right: 40px;
}

.footer .foot-top .tops .nav .item {
    padding-right: 10px;
    color: #fff;
}

.footer .foot-top .tops .nav .item .one {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.footer .foot-top .tops .nav .item .two {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    float: left;
    clear: both;
    transition: all 0.3s;
}

.footer .foot-top .tops .nav .item .two:hover {
    color: #039c4f;
}

.footer .foot-top .tops .ewm {
    width: 487px;
    min-width: 190px;
    border-left: 1px solid #333;
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #fff;
}

.footer .foot-top .tops .ewm p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer .foot-top .tops .ewm .logo {
    width: 86px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 6%;
}

.footer .foot-top .tops .ewm .logo img {
    width: 100%;
    height: 100%;
}

.footer .foot-top .tops .ewm .img {
    width: 106px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    display: inline-block;
    float: left;
}

.footer .foot-top .tops .ewm .img img {
    width: 100%;
    height: 100%;
}

.footer .foot-top .bots {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #333;
    padding: 40px 0;
}

.footer .foot-top .bots .item .label {
    width: 100%;
    height: 18px;
    white-space: nowrap;
}

.footer .foot-top .bots .item .label img {
    width: 18px;
    height: 18px;
    float: left;
}

.footer .foot-top .bots .item .label span {
    font-size: 16px;
    color: #fff;
    margin-left: 12px;
    float: left;
    line-height: 18px;
}

.footer .foot-top .bots .item .desc {
    margin-top: 20px;
    font-size: 16px;
    color: #777;
}

.footer .foot-bot {
    width: 100%;
    border-top: 1px solid #333;
    padding: 20px 0;
}

.footer .foot-bot .main {
    overflow: hidden;
    font-size: 14px;
}

.footer .foot-bot .main p,
.footer .foot-bot .main a,
.footer .foot-bot .main span {
    color: #515151;
    display: block;
    float: left;
}

.footer .foot-bot .main .left {
    float: left;
}

.footer .foot-bot .main .left .copy {
    margin-left: 20px;
}

.footer .foot-bot .main .right {
    float: right;
}

.m-footer {
    display: none;
    width: 100%;
    background-color: #191919;
    padding: 24px 3% 0;
    color: #fff;
}

.m-footer .nav {
    width: 100%;
    overflow: hidden;
}

.m-footer .nav a {
    display: flex;
    align-items: center;
    float: left;
    width: 33.33%;
    margin-top: 30px;
    padding-right: 20px;
    color: #fff;
}

.m-footer .nav a span {
    font-size: 16px;
}

.m-footer .nav a i {
    display: block;
    float: left;
    width: 10px;
    height: 16px;
    background-image: url(../images/34.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.m-footer .ewm {
    width: 100%;
    margin-top: 30px;
}

.m-footer .ewm p {
    font-size: 16px;
    color: #fff;
}

.m-footer .ewm .img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 10px;
}

.m-footer .ewm .img img {
    width: 100%;
    height: 100%;
}*/

.m-footer .foot-bot {
    width: 100%;
    padding: 20px 0;
    background-color: #141414;
    color: #515151;
    font-size: 14px;
}

.inner-banner {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: relative;
	    display: none;
}

.inner-banner .main {
    height: 100%;
}

.inner-banner .text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
}

.inner-banner .text .en {
    font-size: 44px;
    line-height: 44px;
}

.inner-banner .text .cn {
    font-size: 28px;
    line-height: 28px;
    margin-top: 14px;
}

.sub-menu {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #E6E6E6;
}

.sub-menu .main {
    display: flex;
    justify-content: space-between;
}

.sub-menu .main .sub-nav {
    width: auto;
    height: 70px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-right: 30px;
}

.sub-menu .main .sub-nav::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.sub-menu .main .sub-nav::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #F5F5F5;
}

.sub-menu .main .sub-nav::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ddd;
}

.sub-menu .main .sub-nav .items {
    min-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.sub-menu .main .sub-nav .items a {
    display: block;
    float: left;
    height: 70px;
    border-bottom: 2px solid transparent;
    line-height: 70px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s;
    white-space: nowrap;
}

.sub-menu .main .sub-nav .items a:hover,
.sub-menu .main .sub-nav .items a.active {
    color: #039c4f;
    border-color: #039c4f;
}

.sub-menu .main .sub-nav .items i {
    display: block;
    float: left;
    width: 1px;
    min-width: 1px;
    height: 10px;
    background-color: #ccc;
    margin: 0 40px;
}

.sub-menu .main .hamb {
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    background-image: url(../images/44.png);
    background-size: 20px 23px;
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
}

.pages {
    width: 100%;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
}

.pages .num {
    min-width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    margin: 0 1px;
    padding: 0 5px;
    transition: all 0.3s;
    background-color: #f6f6f6;
}

.pages .num:hover,
.pages .num.active {
    border-color: #039c4f;
    background-color: #039c4f;
    color: #fff;
}

.pages .prev,
.pages .next {
    width: 36px;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 36px;
    height: 36px;
    transition: all 0.3s;
    margin: 0 1px;
    border: 1px solid #E6E6E6;
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px 16px;
}

.pages .prev {
    background-image: url(../images/46.png);
}

.pages .next {
    background-image: url(../images/47.png);
}

.pages .prev:hover {
    background-image: url(../images/48.png);
    border-color: #039c4f;
    background-color: #039c4f;
    color: #fff;
}

.pages .next:hover {
    background-image: url(../images/49.png);
    border-color: #039c4f;
    background-color: #039c4f;
    color: #fff;
}

.inner-mod-title .big {
    font-size: 34px;
    font-weight: bold;
}

.inner-mod-title .small {
    font-size: 16px;
    color: #666;
}

@media screen and (max-width: 1440px) {
    .header .main .nav a {
        padding: 10px 10px;
    }
    .header .main .nav i {
        margin: 0 12px;
    }
    .header .main .lan-sec {
        margin-left: 40px;
    }
    .header .main .lan-sec .lang a {
        font-size: 18px;
    }
    .header .main .lan-sec .lang i {
        width: 12px;
        height: 9px;
        margin-left: 8px;
    }
    .header .main .lan-sec .line {
        height: 10px;
        margin: 0 15px;
    }
    .header .main .lan-sec .search {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .header .main .nav a {
        padding: 10px 8px;
    }
    .header .main .nav i {
        margin: 0 10px;
    }
    .header .main .lan-sec {
        margin-left: 20px;
    }
    .header .main .lan-sec .lang a {
        font-size: 18px;
    }
    .header .main .lan-sec .lang i {
        width: 12px;
        height: 9px;
        margin-left: 8px;
    }
    .header .main .lan-sec .line {
        height: 10px;
        margin: 0 10px;
    }
    .header .main .lan-sec .search {
        width: 20px;
        height: 20px;
    }
    .inner-banner {
        height: 300px;
    }
    .inner-banner .text .en {
        font-size: 38px;
        line-height: 38px;
    }
    .inner-banner .text .cn {
        font-size: 24px;
        line-height: 24px;
        margin-top: 14px;
    }
    .sub-menu {
        height: 60px;
    }
    .sub-menu .main .sub-nav {
        height: 60px;
        margin-right: 30px;
    }
    .sub-menu .main .sub-nav .items a {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
    .sub-menu .main .sub-nav .items i {
        margin: 0 20px;
    }
    .sub-menu .main .hamb {
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        background-size: 20px 23px;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    .header-h {
        display: none;
    }
    .m-header {
        display: block;
    }
    .m-header-h {
        display: block;
    }
    .mod-title .en {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
    }
    .mod-title .cn {
        font-size: 20px;
        line-height: 20px;
        margin-top: 12px;
    }
    .mod-title i {
        width: 14px;
        height: 3px;
        margin: 12px auto 0;
    }
    .readmore {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
    }
    .readmore span {
        line-height: 14px;
        height: 11px;
    }
    .readmore i {
        width: 16px;
        height: 4px;
        background-position: 16px 0;
        margin-left: 8px;
        margin-top: 0px;
    }
    .readmore:hover i {
        background-position: 36px 0;
    }
    .sub-cate a {
        padding: 0 10px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        font-size: 14px;
    }
    .sub-cate a:hover,
    .sub-cate a.active {
        font-size: 14px;
    }
    .footer {
        display: none;
    }
    .m-footer {
        display: block;
    }
    .inner-banner {
        height: 260px;
    }
    .inner-banner .text .en {
        font-size: 30px;
        line-height: 30px;
    }
    .inner-banner .text .cn {
        font-size: 20px;
        line-height: 20px;
        margin-top: 14px;
    }
    .pages {
        margin: 50px auto;
    }
}

@media screen and (max-width: 768px) {
    .mod-title .en {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
    }
    .mod-title .cn {
        font-size: 20px;
        line-height: 20px;
        margin-top: 12px;
    }
    .mod-title i {
        width: 14px;
        height: 3px;
        margin: 12px auto 0;
    }
    .readmore {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
    }
    .readmore i {
        width: 16px;
        height: 4px;
        background-position: 16px 0;
        margin-left: 8px;
        margin-top: -4px;
    }
    .readmore:hover i {
        background-position: 36px 0;
    }
    .pages {
        margin: 40px auto;
    }
    .inner-mod-title .big {
        font-size: 24px;
    }
    .inner-mod-title .small {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .mod-title .en {
        font-size: 24px;
        line-height: 24px;
        font-weight: 600;
    }
    .mod-title .cn {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
    }
    .mod-title i {
        width: 14px;
        height: 3px;
        margin: 10px auto 0;
    }
    .readmore {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
    }
    .readmore i {
        width: 16px;
        height: 4px;
        background-position: 16px 0;
        margin-left: 8px;
        margin-top: -4px;
    }
    .readmore:hover i {
        background-position: 36px 0;
    }
    .sub-cate a {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 14px;
    }
    .sub-cate a:hover,
    .sub-cate a.active {
        font-size: 14px;
    }
    .m-footer {
        padding: 10px 3% 0;
    }
    .m-footer .nav a {
        margin-top: 16px;
        padding-right: 12px;
        color: #fff;
    }
    .m-footer .nav a span {
        font-size: 14px;
    }
    .m-footer .nav a i {
        display: block;
        float: left;
        width: 10px;
        height: 12px;
        background-image: url(../images/34.png);
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 6px;
    }
    .m-footer .ewm {
        margin-top: 30px;
    }
    .m-footer .ewm p {
        font-size: 14px;
    }
    .m-footer .ewm .img {
        width: 80px;
        height: 80px;
        border-radius: 6px;
        margin-top: 10px;
    }
    .m-footer .foot-bot {
        width: 100%;
        padding: 20px 0;
        font-size: 14px;
    }
    .inner-banner {
        height: 160px;
    }
    .inner-banner .text .en {
        font-size: 22px;
        line-height: 22px;
    }
    .inner-banner .text .cn {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
    }
    .sub-menu {
        height: 50px;
    }
    .sub-menu .main .sub-nav {
        height: 50px;
        margin-right: 20px;
    }
    .sub-menu .main .sub-nav .items a {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .sub-menu .main .sub-nav .items i {
        margin: 0 15px;
    }
    .sub-menu .main .hamb {
        height: 50px;
        line-height: 50px;
        padding-left: 16px;
        background-size: auto 14px;
    }
    .pages {
        margin: 30px auto;
    }
    .inner-mod-title .big {
        font-size: 18px;
    }
    .inner-mod-title .small {
        font-size: 14px;
    }
}


.cen04-bg{}
	.cen04{padding: 6% 0;}
.cen04-r{display:block;width: 64%;margin: 0 auto;}	
.cen04-r h2{color: #fff;display:block;font-size:16px;font-weight:300;text-decoration:underline;}
.cen04-r>span{display:block;color:#fff;font-size:32px;font-weight:300;margin-top: 4%;}
.cen04-r strong{display:block;font-weight:normal;font-size:18px;line-height:30px;color:#fff;margin-top: 2%;}
.cen04-r b{}	
.cen04-r b a{display:inline-block;text-align:center;color: #fff;font-size:16px;position: relative;z-index:9999;}
/*.dhue ul li a:hover{ background:#b7a26e;color:#fff; border:1px solid #fff;}*/
.cen04-r b{display: block;font-weight:normal;width: 25%;text-align: center;overflow:hidden;position:relative;border: 1px solid #01408c;padding: 1.5% 4%;margin: 4% auto 0 auto;}
.cen04-r b:before {transition: ease-out .35s;content: '';display: block;width: 0;height: 100%;background: #01408c;position: absolute;left: 0;top: 0;z-index: 1;color: #fff;}
.cen04-r b:hover:before {width: 100%;}
.cen04-r b:hover{border: 1px solid #01408c;}
.cen04-r b:hover a{ color:#fff !important;}
.cen04-r .mod-title .en{ color:#fff;}
.cen04-r .mod-title .cn{ color:#fff;}
.cen04-r .readmore{ border:1px solid #fff;    color: #fff; margin:4% auto 0 auto;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.main {
    width: 94%;
    max-width: 1400px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.sub-menu .main {
    display: flex;
    justify-content: space-between;
}

/*产品中心*/


@media only screen and (max-width: 980px){
	  .c4_left{ float:none; width:100%;}
	    .c4_right{ float:none; width:100%;}
		.cen04-r{ width:100%; float:none;}}



