section:after {
    background: url(/dist/images/header-bg.png) top left repeat-x;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 999;
    top: 0;
    left: 0;
}

.owl-theme .owl-controls {
    position: relative;
    z-index: 101;
}

.owl-dots {
    z-index: 100;
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
}

.owl-theme .text {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 7%;
    display: flex;
    align-items: center;
    z-index: 1001;
}

.owl-theme .text.s-center {
    justify-content: center;
    left: 0;
}

.owl-theme .text.s-center:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #14141496;
    z-index: 1;
}

.owl-theme .text.s-right {
    justify-content: flex-end;
    left: auto;
    right: 7%;
}

.owl-theme .text.light > div {
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-align: center;
}

.owl-theme .text.s-center > div {
    text-align: center;
    z-index: 2;
}

.owl-theme .s-title {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.owl-theme .m-title {
    font-size: 48px;
    color: #e9f0d1;
    line-height: 58px;
    font-weight: bold;
    padding: 5px 0 15px;
}

.owl-theme .text.light .s-title {
    color: #0b183e;
}

.owl-theme .text.light .m-title {
    color: #277291;
}

.owl-theme .text a.btn {
    display: inline-block;
    margin-right: 20px;
    border: 2px solid #1e5159;
    border-radius: 5px;
    padding: 12px 30px 13px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c8a55+0,1e5159+56&0.6+0,0.6+95 */
    background: -moz-linear-gradient(top, rgba(92, 138, 85, 0.6) 0%, rgba(30, 81, 89, 0.6) 56%, rgba(30, 81, 89, 0.6) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(92, 138, 85, 0.6) 0%, rgba(30, 81, 89, 0.6) 56%, rgba(30, 81, 89, 0.6) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(92, 138, 85, 0.6) 0%, rgba(30, 81, 89, 0.6) 56%, rgba(30, 81, 89, 0.6) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#995c8a55', endColorstr='#991e5159', GradientType=0); /* IE6-9 */
    color: #fff;
}

.owl-theme .text a:hover {
    background: rgba(30, 81, 89, 0.6);
}

.owl-theme .text a.true {
    border: 2px solid #4f9ca8;
    color: #000;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7cea1+0,4f9ca8+56 */
    background: #a7cea1; /* Old browsers */
    background: -moz-linear-gradient(top, #a7cea1 0%, #4f9ca8 56%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a7cea1 0%, #4f9ca8 56%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a7cea1 0%, #4f9ca8 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cea1', endColorstr='#4f9ca8', GradientType=0); /* IE6-9 */
}

.owl-theme .text a.true:hover {
    background: #4f9ca8;
    color: #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background: #898989;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4a769f;
}

@media only screen and (max-width: 1599px) {
    .owl-theme .s-title {
        font-size: 24px;
        line-height: 30px;
    }

    .owl-theme .m-title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1099px) {
    .owl-theme .s-title {
        font-size: 20px;
    }

    .owl-theme .m-title {
        font-size: 30px;
    }

    .en .owl-theme .s-title {
        font-size: 16px;
    }

    .en .owl-theme .m-title {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-theme .text {
        left: 5%;
        width: 95%;
    }

    .owl-dots {
        bottom: 50px;
    }

    .owl-theme .item > div {
        overflow: hidden;
    }

    .owl-theme .item > div img {
        width: 900px;
        max-width: 900px;
        margin-left: calc(50% - 450px);
    }
}

@media only screen and (max-width: 500px) {
    .owl-theme .text {
        left: 0;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .owl-theme .s-title {
        background: rgba(0, 0, 0, .3);
        padding: 5px 10px 0;
        width: auto;
    }

    .owl-theme .m-title {
        background: rgba(0, 0, 0, .3);
        padding: 10px 10px 5px;
        margin-bottom: 10px;
    }

    .owl-theme .text a {
        margin: 0 10px;
    }

    .en .owl-theme .text a {
        margin: 0 5px;
        padding: 12px 20px 13px;
    }
}

@media only screen and (max-width: 350px) {
    .owl-theme .s-title {
        font-size: 18px;
        line-height: 24px;
    }

    .owl-theme .m-title {
        font-size: 30px;
        line-height: 36px;
    }

    .owl-theme .text a {
        padding: 9px 20px 10px;
    }

    .en .owl-theme .text a {
        margin: 0 5px;
        padding: 9px 10px 10px;
    }
}

main {
    text-align: center;
}

h2,
h3 {
    width: 100%;
    display: block;
    margin: auto;
    float: left;
    font-weight: 400;
    padding: 0 5% 20px;
}

h2 {
    font-size: 32px;
}

h2 span {
    width: 100%;
    display: block;
    padding-bottom: 10px;
}

h3 {
    color: #666;
    font-size: 22px;
}

h3 span {
    display: inline-block;
}

@media only screen and (max-width: 1599px) {
    h2 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    h2 img {
        height: 45px;
    }

    h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1099px) {
    h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 350px) {
    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 16px;
    }
}

.about {
    width: 100%;
    margin: auto;
    display: block;
    background: url(/dist/images/in-bg01a.jpg) no-repeat top center / cover;
    margin-top: -80px;
    position: relative;
    z-index: 99;
    padding: 180px 0;
}

.paraxify {
    background-attachment: fixed;
}

.about h2,
.about h3 {
    float: none;
}

.about h2 {
    color: #fff;
}

.about h3 {
    color: #98c5a2;
}

.about h3 br {
    display: none;
}

.about .img {
    width: 100%;
    padding: 10px 0 40px;
    margin: auto;
    display: block;
}

.about .img img {
    border-bottom: 5px solid #98c5a2;
}

.about p {
    width: 75%;
    margin: auto;
    color: #b4cde1;
    font-size: 20px;
    line-height: 30px;
}

.about-more {
    width: 100%;
    margin: -24px auto 0;
    z-index: 1019;
    position: relative;
}

.about-more a {
    width: 200px;
    background: #6ea0c9;
    color: #fff;
    padding: 10px 20px 11px;
    display: inline-block;
    border: 3px solid #6ea0c9;
}

.about-more a:hover {
    background: #fff;
    color: #6ea0c9;
}

@media only screen and (max-width: 1599px) {
    .about-more {
        margin: -25px auto 0;
    }
}

@media only screen and (max-width: 1299px) {
    .about .img img {
        width: 60%
    }

    .about p {
        width: 90%;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .about {
        padding: 120px 0;
    }

    .about p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
}

.cooperation,
.learn,
.cantact {
    width: 100%;
    margin: auto;
    display: block;
    padding: 120px 0 80px;
}

.cooperation h2 {
    color: #82a17e;
}

.cooperation h3 span {
    color: #477aaa;
}

.cooperation ul {
    width: 100%;
    float: left;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cooperation li {
    margin: 0 35px;
    display: flex;
    flex-wrap: wrap;
    width: 190px;
}

.cooperation li:nth-child(even) {
    flex-direction: column-reverse;
}

.cooperation li span,
.cooperation ul > a {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a7cea2;
    border: 7px solid #82a17e;
    margin: 5px 0;
}

.cooperation ul > a {
    background: #c4c4c4;
    border-color: #999;
    color: #444;
}

.cooperation ul > a:hover {
    background: #666;
    border-color: #999;
    color: #fff;
}

.cooperation li p {
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}

.cooperation li i {
    font-size: 24px;
    color: #82a17e;
}

@media only screen and (max-width: 1599px) {
    .cooperation li {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 1399px) {
    .cooperation li {
        width: 150px;
    }

    .cooperation li span,
    .cooperation ul > a {
        width: 150px;
        height: 150px;
    }

    .cooperation li span img {
        width: 50%;
    }

    .cooperation li br {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .cooperation li {
        width: 120px;
        font-size: 14px;
    }

    .cooperation li span,
    .cooperation ul > a {
        width: 120px;
        height: 120px;
        border-width: 5px;
    }

    .cooperation li span img {
        width: 50%;
    }

    .cooperation li br {
        display: none;
    }

    .cooperation ul > a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 985px) {
    .cooperation ul {
        flex-wrap: wrap;
        padding: 60px 0 0;
    }

    .cooperation ul > a {
        border-radius: 0;
        border: 0;
        width: 160px;
        height: auto;
        padding: 8px 0 9px;
        margin-top: 60px;
        color: #fff;
    }

}

@media only screen and (max-width: 850px) {
    .cooperation ul {
        align-items: flex-start;
        padding-top: 20px;
    }

    .cooperation li {
        width: 50%;
        margin: 20px 0;
        padding: 10px 20px;
        justify-content: center;
    }

    .cooperation li:nth-child(even) {
        flex-direction: row;
    }

    .cooperation li .fa-sort-up:before {
        content: "\f0dd";
    }
}

@media only screen and (max-width: 767px) {
    .cooperation {
        padding: 80px 0;

    }
}

@media only screen and (max-width: 350px) {
    .cooperation li {
        width: 100%;
    }
}

.learn {
    padding: 80px 0 0;
}

.learn h2 {
    color: #519da9;
}

.learn h3 span {
    color: #82a17e;
}

.learn ul {
    background: #f5f5f5;
    margin: 40px auto 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10% 60px;
    position: relative;
}

.learn li {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 40px;
}

.learn li .img {
    width: 260px;
    margin-right: 20px;
}

.learn li .text {
    flex: 1;
}

.learn p {
    width: 100%;
    float: left;
}

.learn .title {
    font-size: 18px;
    color: #519da9;
    padding-bottom: 10px;
}

.learn ul > a {
    position: absolute;
    bottom: 0;
    left: calc(50% - 70px);
    width: 140px;
    background: #bbb;
    color: #fff;
    padding: 6px 0 7px;
}

.learn ul > a:hover {
    background: #666;
}

@media only screen and (max-width: 1599px) {
    .learn ul {
        padding: 20px 5% 60px;
    }
}

@media only screen and (max-width: 1299px) {
    .learn li .img {
        width: 200px;
    }

    .learn li {
        padding: 40px 20px;
    }

    .learn .title {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 1099px) {
    .learn li {
        width: 100%;
        padding: 30px;
        border-top: 1px dotted #ccc;
    }

    .learn li:first-child {
        border: 0;
    }

    .learn li:nth-child(even) {
        flex-direction: row-reverse;
        text-align: right;
    }

    .learn li:nth-child(even) .img {
        margin-left: 20px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .learn {
        padding-top: 40px;
    }

    .learn ul {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 499px) {
    .learn li {
        flex-wrap: wrap;
        width: 100%;
        padding: 30px 10px;
    }

    .learn li .img,
    .learn li:nth-child(even) .img {
        width: 100%;
        margin: 0 0 20px;
    }

    .learn li .text {
        flex: none;
        width: 100%;
    }

    .learn li:nth-child(even) {
        flex-direction: row;
        text-align: left;
    }
}

.cantact {
    padding: 80px 0;
    background: url(/dist/images/in-bg04.jpg) left bottom;
}

.cantact .img,
.cantact .text,
.cantact h1 {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.cantact h1 {
    font-size: 22px;
    color: #b2e8cd;
    font-weight: 400;
}

.cantact .text a {
    display: inline-flex;
    align-items: center;
    margin: 5px 10px;
    color: #fff;
    padding: 9px 30px 10px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7cea1+0,4f9ca8+56 */
    background: #a7cea1; /* Old browsers */
    background: -moz-linear-gradient(top, #a1cbce 0%, #4f77a8 56%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a1cbce 0%, #4f77a8 56%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a1cbce 0%, #4f77a8 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1cbce', endColorstr='#4f77a8', GradientType=0); /* IE6-9 */
    border: 2px solid #4f77a8;
}

.cantact .text a.mail {
    background: #a7cea1; /* Old browsers */
    background: -moz-linear-gradient(top, #a7cea1 0%, #4f9ca8 56%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a7cea1 0%, #4f9ca8 56%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a7cea1 0%, #4f9ca8 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cea1', endColorstr='#4f9ca8', GradientType=0); /* IE6-9 */
    border: 2px solid #4f9ca8;
}

.cantact .text a i {
    font-size: 20px;
    margin-right: 5px;
}

@media only screen and (max-width: 1099px) {
    .cantact {
        padding: 80px 10%;
    }

    .cantact .img img {
        width: 200px;
    }

    .cantact h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .cantact {
        background-position: center center;
        background-size: cover;
    }
}

@media only screen and (max-width: 400px) {
    .cantact .text a {
        width: 100%;
        justify-content: center;
        margin: 10px 0;
    }

    .cantact h1 {
        font-size: 18px;
    }
}


.desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.learn li.item {
    position: relative;
    transition: all .6s ease;
}

.learn li.item:hover {
    box-shadow: 0 0 10px #CCCCCC;
}

.learn li.item .title {
    transition: all .6s ease;
}

.learn li.item:hover .title {
    color: #ff4a00;
    font-weight: 800;
}

.learn li.item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cate-banner {
    background-image: url('/dist/images/banner1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}

.blog-area:after {
    content: none;
}

.cate-text {
    padding: 120px 0 50px 0;
    color: #ffffff;
}

.cate {
    margin-top: 50px;
}

.cate .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cate .list .item {
    width: 32%;
    margin-bottom: 30px;
    transition: all .4s ease-in-out;
    position: relative;
}

.cate .list .item:hover {
    box-shadow: 0 0 10px 5px #7a6d6d;
}

.cate .list .item:hover .title {
    color: #ff4a00;
}

.cate .list .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cate .list .item .img img {
    height: 320px;
}

.cate .list .item .content {
    padding: 10px;
}

.cate .list .item .title {
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #519da9;
}

.cate .list .item .time {
    padding: 10px 0;
    font-size: 14px;
}

.cate .list .item .desc {
    color: #8f8f8f;
    font-size: 16px;
}

.body-w {
    margin-top: 20px;
}

.banner-ad-image {
    margin-bottom: 20px;
    padding: 0 15px;
}

.banner-ad-image img {
    max-height: 160px;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.owl-carousel .owl-item .item > div {
    position: relative;
}

.owl-carousel .owl-item .item > div > img {
    position: absolute;
    inset: 0;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.owl-carousel .owl-item .item > div .text {
    position: static;
    padding: 160px 0;
}

.cate .list .item .img img {
    max-width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .cate .list .item {
        flex: 0 0 100%;
    }

    .page-article {
        flex-flow: row wrap;
    }

    .page-a-text, .page-a-right {
        flex: 0 0 100%;
    }
}