@import url('fonts.css');
/* 主题色、辅助色、点缀色 */
:root {
    --parmary-color: #117d4f;
    --complementary-colors: #1bb228;
}

/*reset css*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
    padding-top: 160px;
    font-style: normal;
}

html,
body {
    font-family: WixMadeforDisplay-Regular;
    font-family: 'Axis', 'Arial', '微软雅黑', 'sans-serif', 'microsoft yahei';
    font-family: 'NeueHaasDisplay-Roman', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #333;
    /* transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s; */
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
}

textarea {
    width: 100%;
    max-width: 100%;
    resize: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none;
    border: none;
}

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

button,
select {
    text-transform: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s; */
}

ul {
    list-style: none;
}

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

/* a:visited{color: #333;} */
a {
    color: #333;
}

/*p,a{word-break: break-all;}*/
.section {
    width: 100%;
    overflow: hidden;
}

.pull-right {
    float: right;
}

.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

/*.scrollbar{overflow-y: auto;}
.scrollbar::-webkit-scrollbar {
 width: 3px;
 background: url(../images/scroll2.png)repeat-y center;
}
.scrollbar::-webkit-scrollbar-thumb {
 background:url(../images/scroll1.png)repeat-y center;
 border-radius: 10px;
}*/
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

em {
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

/*单行文本省略号*/
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dot2,
.dot3,
.dot4,
.dot5,
.dot6 {
    display: -webkit-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

/*多行文本省略号*/
.dot2 {
    -webkit-line-clamp: 2;
}

.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}

.dot5 {
    -webkit-line-clamp: 5;
}

.dot6 {
    -webkit-line-clamp: 6;
}

/*盒子布局*/
.flexsb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.flexsa {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.flexlf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
}

.flexed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.flexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.cflexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

/* 常用绿色按钮 */
/* 不满色 */
.greed-btn1 {
    width: fit-content;
    height: 3.75rem;
    padding-right: 1.8rem;
    border-radius: 0.375rem;
    display: inline-block;
    font-family: WixMadeforDisplay-Medium;
    font-size: 1.125rem;
    color: #ffffff;
    position: relative;
    border: 1px solid var(--complementary-colors);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
}

.greed-btn1::after {
    content: '';
    position: absolute;
    width: calc(100% - 1.8rem);
    transition: all 0.5s;
    background: #1bb228;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.greed-btn1:hover:after {
    width: 100%;
}

.greed-btn1 span {
    width: auto;
    height: 100%;
    padding: 0 1.8rem;
    display: block;
    transition: all 0.5s;
    line-height: 3.75rem;
    position: relative;
    z-index: 9;
}

.greed-btn1:hover span {
    width: 100%;
}

.greed-btn2 {
    height: 3.75rem;
    border-radius: 0.375rem;
    padding: 0 1.18rem;
    font-family: WixMadeforDisplay-Medium;
    font-size: 1.125rem;
    color: #ffffff;
    position: relative;
    background: #117d4f;
    overflow: hidden;
    transition: all 0.5s;
    line-height: 3.75rem;
    text-align: center;
    cursor: pointer;
}

.greed-btn3 {
    width: 11.94rem;
    height: 3.75rem;
    background-color: #cdebcf;
    border-radius: 0.38rem;
    color: #1bb228;
    text-align: center;
    line-height: 3.75rem;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

/* 按钮框 */
.btnbox {
    display: flex;
}

.btnbox span {
    font-size: 1.13rem;
}

.greed-btn3:hover {
    background: #1bb228;
    color: #fff;
}

.greed-btn2:hover {
    background: #1bb228;
}


.banner .rgap {
    margin-right: 20px;
}

/* 板块大标题 */
.blocktitle {
    font-family: WixMadeforDisplay-Bold;
    font-size: 3.5rem;
    color: #161616;
    font-weight: bold;
    line-height: 1.1;
}

/* 板块绿色小标题 */
.greed-title {
    font-family: WixMadeforDisplay-Bold;
    font-size: 2.25rem;
    color: #1bb228;
}

/* 版块小字 */
.blocktxt {
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.5;
}

/* 小圆圈箭头 */
.ban-arrow {
    width: 3.75rem;
    height: 3.75rem;
    background-color: #1bb228;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    vertical-align: bottom;
    cursor: pointer;
}

@media only screen and (max-width: 87.5rem) {
    html,
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 62.5rem) {
    .blocktitle {
        font-size: 26px;
    }

    /* 板块大标题 */
    .blocktitle {
        font-size: 28px;
    }

    /* 板块绿色小标题 */
    .greed-title {
        font-size: 24px;
    }

    /* 版块小字 */
    .blocktxt {
        font-size: 16px;
    }

    /* 小圆圈箭头 */
    .ban-arrow {
        width: 40px;
        height: 40px;
    }

    .banner-full .bannerdesc {
        font-size: 14px;
    }

    .arrowtit br {
        display: none;
    }
}

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

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

input::placeholder {
    color: #333;
}

input::-webkit-input-placeholder {
    color: #333;
}

input:-moz-placeholder {
    color: #333;
}

input::-moz-placeholder {
    color: #333;
}

input:-ms-input-placeholder {
    color: #333;
}

textarea::placeholder {
    color: #333;
}

textarea::-webkit-input-placeholder {
    color: #333;
}

textarea:-moz-placeholder {
    color: #333;
}

textarea::-moz-placeholder {
    color: #333;
}

textarea:-ms-input-placeholder {
    color: #333;
}


/* 图片hover */
.left {
    overflow: hidden;
}

.left > img {
    transition: all 0.5s;
}

.left:hover > img {
    transform: scale(1.1);
}

.half .toppic {
    overflow: hidden;
}

.half .toppic > img {
    transition: all 0.5s;
}

.half:hover .toppic > img {
    transform: scale(1.1);
}

.pic {
    overflow: hidden;
}

.pic > img {
    transition: all 0.5s;
}

.half:hover .pic > img {
    transform: scale(1.1);
}


.right_flex {
    position: fixed;
    bottom: 3%;
    right: 5px;
    z-index: 10;
    width: 50px;
    height: auto;
}

.right_flex ul {
    width: 100%;
}

.right_flex li {
    position: relative;
    float: right;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: #1bb228;
    line-height: 50px;
    transition: width 0.3s, background 0.3s, margin 0.3s;
}

.right_flex li.two {
    display: none;
}

.right_flex li .ico {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    transition: right 0.3s;
}

.right_flex li a {
    display: block;
    width: 100%;
    height: 100%;
}

.right_flex li p {
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    transition: transform 0.3s;
}

.right_flex li.one {
    width: 90px;
    height: 50px;
    border-radius: 4px;
    background-color: #fe4b08;
}

.right_flex li.one p {
    padding: 3px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.right_flex li.four p,
.right_flex li.li-three p,
.right_flex li.two p {
    padding: 0 20px 0 50px;
}

.right_flex li.three {
    margin-right: -100px;
    width: 150px;
}

.right_flex li .ico {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
}

.right_flex li .ico.ico03 {
    font-size: 32px;
}

.right_flex .right-close {
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 12px;
    display: none;
}

.right_flex .close-icon {
    display: block;
    margin: 0 auto 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #a7afb9;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    transition: all 0.3s;
    transform: rotate(45deg);
}

.right_flex.show .close-icon {
    transform: rotate(0);
}

.right_flex .to_top em {
    display: block;
    padding-top: 10px;
    color: #fff;
    text-align: center;
}

@media (min-width: 1151px) {
    .right_flex li:hover {
        background: #1be12d;
    }

    .right_flex li.two:hover {
        margin-right: 0px;
    }

    .right_flex li.three:hover {
        margin-right: 0;
        width: 140px;
    }

    .right_flex li.four:hover {
        margin-right: 0;
        width: 155px;
    }

    .right_flex li.li-three:hover p,
    .right_flex li.two:hover p {
        padding: 0 20px;
    }

    .right_flex li.four:hover p:last-child {
        padding: 0 53px 0 0;
    }

    .right_flex li.four:hover p:last-child img {

        border-radius: 8px;
    }
}

@media (max-width: 980px) {

    .right_flex .four,
    .right_flex .right-close,
    .right_flex li.one {
        display: none !important;
    }
}

@media (max-width: 640px) {

    .right_flex,
    .right_flex li {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .right_flex li .ico {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .right_flex .to_top em {
        margin-top: 0;
        font-size: 12px;
        line-height: 30px;
    }
}