/*初始化类*/

@charset "UTF-8";

html {
    font-size: 100px;
}

html,
body {
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
    background: #fff;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
    outline: none;
    font-size: 0.15rem;
    line-height: 1;
}

ul,
li {
    list-style: none;
}

a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}


/*自动隐藏文字*/

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}


/*图片经过*/

.tran_scale {
    overflow: hidden;
    display: block;
}


/*img{transition: All 0.7s ease-in-out;}*/

.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.w1600 {
    width: 16rem;
    max-width: 100%;
}


/* 标题 */
.ititle-en {
    font-size: 1.8rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(240, 239, 239, 0.3) 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    text-transform: uppercase;
}

.ititle-ch {
    font-size: 0.48rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-top: -1.05rem;
    text-align: center;
}

.ititle-solid {
    margin: 0 auto;
    margin-top: 0.4rem;
    width: 1.3rem;
    height: 0.04rem;
    background: linear-gradient(to right, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1));
}

/* 标题 end*/
/* 内页banner */
.com-banner {
    width: 100%;
    height: 7rem;
    position: relative;
}

.com-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cb-textbox {
    position: absolute;
    top: 2.63rem;
    width: 100%;
}

.cbtb-title {
    text-align: center;
    font-size: 0.64rem;
    font-family: Microsoft JhengHei-Bold, Microsoft JhengHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.cbtb-title span {
    font-size: 0.64rem;
    font-family: Microsoft JhengHei-Bold, Microsoft JhengHei;
    font-weight: bold;
    background: linear-gradient(to right, #6EB929 0%, #2473D5 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.cbtb-solid {
    margin: 0 auto;
    margin-top: 0.5rem;
    width: 0.7rem;
    height: 0rem;
    border-bottom: 0.04rem solid;
    border-image: linear-gradient(90deg, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1)) 10;
}

/* 内页banner end*/
/* 二级导航 */
.about-dhbg {
    padding-top: 0.25rem;
    padding-bottom: 0.05rem;
    width: 100%;
    background: #F2F2F2;
}

.about-dh {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.about-dh2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.xdh {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ad-k {
    margin-bottom: 0.2rem;
    cursor: pointer;
    margin-right: 0.2rem;
    width: 1.8rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.5rem;
    text-align: center;
}

.ad-k:last-child {
    margin-right: 0;
}

.ad-k:hover,.ad-k.active {
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
}


.dh-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 3.08rem;
    height: 0.5rem;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid;
    border-image: linear-gradient(90deg, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1)) 10;
}

.dh-search img {
    flex-shrink: 0;
    margin-left: 0.16rem;
    width: 0.18rem;
    object-fit: cover;
}

.dh-search input {
    margin-left: 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #A8A9B7;
    background: transparent;
}

.xdh .search-bottom {
    cursor: pointer;
    width: 0.88rem;
    height: 0.5rem;
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
    border-radius: 0rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: center;
}

/* 二级导航 end*/
/* 内页背景色*/
.warp-bg {
    width: 100%;
    height: auto;
    background: #FCFCFC;
    padding-bottom: 1.2rem;
}

/* 内页背景色 end*/

/* 分页 */

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.61rem;
    padding-bottom: 0.6rem;
}

.p2 {
    display: flex;
    align-items: center;
}

.p-1 {

    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    margin-right: 0.08rem;
    text-align: center;
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.32rem;
    color: #666666;
}

.pagelr {
    margin-right: 0.1rem;
    text-align: center;
    width: 0.7rem;
    height: 0.3rem;
    background: #FFFFFF;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.3rem;
    color: #666666;
    border: 0.01rem solid;
    border-image: linear-gradient(to right, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1)) 10;
}

.pagelr:last-child {
    margin-right: 0;
}

.p-1:hover {
    cursor: pointer;
    background: linear-gradient(to right, #6EB929 0%, #0159AA 100%);
    color: #fff;
}

.page-active {
    background: linear-gradient(to right, #6EB929 0%, #0159AA 100%);
    color: #fff;
}

.disabled {
    cursor: not-allowed;
}

.p-w {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.p-w1 {
    margin-left: 0.08rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.p2 input {
    text-align: center;
    margin-left: 0.1rem;
    width: 0.5rem;
    height: 0.3rem;
    cursor: pointer;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    border: 0.01rem solid;
    border-image: linear-gradient(to right, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1)) 10;
}

.p-b {
    width: 0.72rem;
    height: 0.32rem;
    background: linear-gradient(to right, #6EB929 0%, #0159AA 100%);
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;

    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    cursor: pointer;
    text-align: center;
    margin-left: 0.2rem;
}

.page2 {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-next,
.page-prev {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.14rem;
}

.page-next:hover,
.page-prev:hover {
    background: linear-gradient(180deg, #6EB929 0%, #0159AA 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.page-next {
    margin-right: 0.5rem;
}



@media only screen and (max-width: 1024px) {}