﻿@charset "UTF-8";

/*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-family: "SourceHanSansCN-Regular","Arial", "sans-serif" !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url('https://ctmon-file.ctmon.com.cn/fonts/cn.woff2');
    font-weight: normal;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

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: #666;
}

    a:active,
    a:hover {
        outline: 0;
    }

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

img {
    max-width: 100%;
}



img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
}

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;
    }

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 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: inherit; */
    font-weight: 400;
    line-height: 1.1;
    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-color: #dcdbdb;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #099cf1;
        border-radius: 10px;
    }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

i {
    font-style: normal;
}

.p-left {
    text-align: left;
}


.img-left {
    float: left;
    width: 49.07%;
}

.img-right {
    float: right;
    width: 49.07%;
}

    .img-left img, .img-right img {
        width: 100%;
    }

.img-center {
    width: 90.29%;
    margin: auto;
}

    .img-center img {
        width: 100%;
    }

.img-center2 {
    width: 39.07%;
    margin: auto;
}

    .img-center2 img {
        width: 100%;
    }



.more {
    position: relative;
    z-index: 22;
    padding: 0;
    border-radius: 30px;
    width: 170px;
    font-size: 16px;
    color: #666;
    background: transparent;
    height: 55px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    line-height: 53px;
    transition: all .5s;
    border: 1px solid #e0e0e0;
    text-align: center;
}

    .more::before {
        position: absolute;
        content: '';
        bottom: 0;
        width: 100%;
        height: 0%;
        left: 0%;
        z-index: -1;
        background: #1e1487;
        transition: ease .8s;
        opacity: 1;
        transition-delay: 0s,0s;
    }

    .more span {
        display: inline-block;
        position: relative;
        height: 100%;
        z-index: 5;
        padding-right: 0;
    }

a:active, a:hover::before {
    /* outline: 0; */
    height: 100%;
    /* left: 50%; */
}
/* .more{
  width: 158px;
  height: 48px;
  margin-top: 54px;
  background: transparent;
  text-decoration: none;
}
.more a{display: block;;position: relative;}
.more a:before{content: '';display: block;width: 158px;height: 48px; position: absolute;left: 0;top: 0;
  border-top: 1.5px solid #fff;border-left: 1.5px solid #fff; transform: skewX(-20deg)}
.more a:after{content: '';display: block;width: 160px;height: 48px; position: absolute;left: 8px;top: 1px;
  border-bottom: 1.5px solid #fff;border-right: 1.5px solid #fff;transform: skewX(-20deg)}
.more a span{display: block;text-align: center;line-height: 48px;transition: all 1s;} */

.tit-size48 {
    font-size: 42px;
}

.tit-size30 {
    font-size: 24px;
}

.tit-size42 {
    font-size: 42px;
    color: #000;
    text-align: center;
}

.tit-size40 {
    font-size: 40px;
    color: #000;
}

.tit-size36 {
    font-size: 36px;
    color: #000;
}

.h1-size70 {
    font-size: 65px;
}

.h1-size72 {
    font-size: 72px;
}

.h3-size26 {
    font-size: 26px;
}

.h3-size24 {
    font-size: 20px;
}

.p-size22 {
    font-size: 22px;
}

.p-size20 {
    font-size: 18px;
}

.p-size18 {
    font-size: 16px;
}

.p-size16 {
    font-size: 15px;
}

.p-size14 {
    font-size: 14px;
}

.pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .pic img {
        width: 100%;
    }

.pad-80 {
    padding: 80px 0;
}

@media (max-width:1519px) {
    .more {
        margin-top: 36px;
        width: 154px;
    }

        .more a:before {
            width: 148px;
        }

        .more a:after {
            width: 150px;
        }

    .tit-size48 {
        font-size: 42px;
    }

    .tit-size30 {
        font-size: 26px;
    }

    .h1-size70 {
        font-size: 64px;
    }

    .h1-size72 {
        font-size: 52px;
    }

    .tit-size42 {
        font-size: 38px;
    }

    .tit-size40 {
        font-size: 36px;
        color: #000;
    }

    .tit-size36 {
        font-size: 32px;
        color: #000;
    }

    .h3-size26 {
        font-size: 24px;
    }

    .h3-size24 {
        font-size: 22px;
    }

    .p-size22 {
        font-size: 20px;
    }

    .p-size20 {
        font-size: 18px;
    }

    .p-size18 {
        font-size: 17px;
    }
}

@media (max-width:1359px) {
    .tit-size48 {
        font-size: 36px;
    }

    .more {
        margin-top: 28px;
        width: 140px;
        height: 42px;
    }

        .more a:before {
            width: 134px;
            height: 42px;
        }

        .more a:after {
            width: 136px;
            height: 42px;
        }

        .more a span {
            line-height: 42px;
        }

    .tit-size30 {
        font-size: 22px;
    }

    .h1-size70 {
        font-size: 60px;
    }

    .h1-size72 {
        font-size: 62px;
    }

    .tit-size42 {
        font-size: 32px;
    }

    .tit-size40 {
        font-size: 30px;
        color: #000;
    }

    .tit-size36 {
        font-size: 26px;
        color: #000;
    }

    .h3-size26 {
        font-size: 20px;
    }

    .h3-size24 {
        font-size: 18px;
    }

    .p-size22 {
        font-size: 18px;
    }

    .p-size20 {
        font-size: 17px;
    }

    .p-size18 {
        font-size: 16px;
    }

    .p-size16 {
        font-size: 14px;
    }
}

@media (max-width:1229px) {
    .tit-size48 {
        font-size: 36px;
    }

    .more {
        margin-top: 28px;
        width: 140px;
        height: 42px;
    }

        .more a:before {
            width: 134px;
            height: 42px;
        }

        .more a:after {
            width: 136px;
            height: 42px;
        }

        .more a span {
            line-height: 42px;
        }

    .tit-size30 {
        font-size: 18px;
    }

    .h1-size70 {
        font-size: 54px;
    }

    .h1-size72 {
        font-size: 56px;
    }

    .tit-size42 {
        font-size: 32px;
    }

    .tit-size40 {
        font-size: 30px;
        color: #000;
    }

    .tit-size36 {
        font-size: 26px;
        color: #000;
    }

    .h3-size26 {
        font-size: 20px;
    }

    .h3-size24 {
        font-size: 18px;
    }

    .p-size22 {
        font-size: 18px;
    }

    .p-size20 {
        /* font-size: 17px; */
    }

    .p-size18 {
        font-size: 16px;
    }

    .p-size16 {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .tit-size48 {
        font-size: 32px;
    }

    .more {
        width: 125px;
        margin-top: 20px;
    }

        .more a:before {
            width: 120px;
        }

        .more a:after {
            width: 122px;
        }

    .h1-size70 {
        font-size: 50px;
    }

    .h1-size72 {
        font-size: 52px;
    }

    .tit-size42 {
        font-size: 28px;
    }

    .tit-size40 {
        font-size: 26px;
        color: #000;
    }

    .tit-size36 {
        font-size: 22px;
        color: #000;
    }

    .h3-size26 {
        font-size: 20px;
    }

    .h3-size24 {
        font-size: 18px;
    }

    .p-size22 {
        font-size: 18px;
    }

    .p-size20 {
        font-size: 14px;
    }

    .p-size18 {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .tit-size48 {
        font-size: 20px;
    }

    .more {
        margin-top: 28px;
        width: 110px;
        height: 34px;
    }

        .more a:before {
            width: 100px;
            height: 34px;
        }

        .more a:after {
            width: 102px;
            height: 34px;
        }

        .more a span {
            line-height: 34px;
        }

    .h1-size70 {
        font-size: 28px;
    }

    .h1-size72 {
        font-size: 28px;
    }

    .tit-size42 {
        font-size: 24px;
    }

    .tit-size40 {
        font-size: 22px;
        color: #000;
    }

    .tit-size36 {
        font-size: 18px;
        color: #000;
    }

    .h3-size26 {
        font-size: 18px;
    }

    .h3-size24 {
        font-size: 18px;
    }

    .p-size22 {
        font-size: 16px;
    }

    .p-size18 {
        font-size: 14px;
    }

    .pad-80 {
        padding: 40px 0;
    }
}
/* @font-face {
  font-family: 'HELVETICA';
  src: url("../fonts/HELVETICA\ BOLD.eot");
  src: url("../fonts/HELVETICA\ BOLD.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HELVETICA\ BOLD.woff") format("woff"), 
  url("../fonts/HELVETICA\ BOLD.TTF") format("truetype"), 
  url("../fonts/HELVETICA\ BOLD.svg") format("svg")
}
 */
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1623406446774') format('woff2'), url('../fonts/iconfont.woff?t=1623406446774') format('woff'), url('../fonts/iconfont.ttf?t=1623406446774') format('truetype');
}


/* @font-face {
	font-family:'ADAM_CG_PRO.otf';
	src: url('../fonts/ADAM_CG_PRO.otf');
} */

@font-face {
    font-family: ADAM_CG_PRO;
    src: url('../fonts/font20599.ttf');
}



.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



@font-face {
    font-family: DINMittelschriftStd;
    src: url(../fonts/DINMittelschriftStd.otf) format("opentype");
}

@font-face {
    font-family: YouYuan;
    src: url("../fonts/YouYuan.TTF");
}

@font-face {
    font-family: AkzidenzGroteskBQ-Light;
    src: url("../fonts/AkzidenzGroteskBQ-Light.otf");
}

@font-face {
    font-family: HuXiaoBo-NanShen;
    src: url("../fonts/HuXiaoBo-NanShen.ttf");
}


@font-face {
    font-family: ArialMT;
    src: url("../fonts/arialmt.ttf");
}

/* 动画 */
.landIn {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.kongs {
    animation: landIn 0.8s ease-out both;
}



@keyframes landIn {
    from {
        opacity: 0;
        transform: translateY(50%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes landIn {
    from {
        opacity: 0;
        transform: translateY(50%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* zsx */
.p-style {
    display: block;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

/* .clearfloat {
    clear: both;
}



.common-margin-top {
    margin-top: 140px;
    margin-bottom: 80px;
}

.common-margin-piece {
    margin: 80px 0px;
}

.common-margin-piece2 {
    margin: 0px 0px 80px 0px;
}






@media (max-width: 1800px) {
}

@media (max-width: 1659px) {
   
}

@media (max-width: 1480px) {
}

@media (max-width: 1359px) {
   
}

@media (max-width: 1169px) {
}

@media (max-width: 991px) {
    
}

@media (max-width: 767px) {

   
} */

@media (max-width:414px) {
}

@media (max-width: 320px) {
}

/* 
.omit1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.omit2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-div {
    overflow: hidden;
}

.img-hover:hover .img-div img {
    transform: scale(1.05);
    transition: all 1s;
}

.trust-list-left p:first-child::before {
    content: "●" !important;
    font-size: 36px;
    position: absolute;
    left: -40px;
    bottom: 10px;
}

.index-three-health2 {
    padding-bottom: 0px !important;
}

.index-three-health {
    padding-bottom: 30px !important;
}
 */

@font-face {
    font-family: EuclidSquare-Semibold;
    src: url("../fonts/DIN-Bold.otf");
}

@font-face {
    font-family: ArialMT;
    src: url("../fonts/arialmt.ttf");
}


.omit1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.omit2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-div, .img-div2 {
    overflow: hidden;
}

.img-hover:hover .img-div img {
    transform: scale(1.05);
    transition: all 1s;
}

.img-div2 img {
    transform: scale(1.05);
    transition: all 1s;
}
