/* 新增页面css 2020-3-3 */

*,
label {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

i {
    font-style: normal;
}

input {
    border: 0px;
    outline: none;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: .24rem;
    -webkit-appearance: none;
}

input::placeholder,
textarea::placeholder {
    color: #a38c68!important;
    font-size: 16px!important;
}

.pholder-666::placeholder {
    color: #666;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
    word-break: break-all;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}

ul,
ol {
    list-style: none
}

a,
img {
    border: none;
    outline: none;
}

a,
a:link {
    text-decoration: none;
    color: #333
}

button {
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0 none;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0
}

textarea,
input {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;
    /* //input标签聚焦不出现默认边框: */
    -webkit-appearance: none;
}

input[type=number] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=search] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=text] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=button] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

input[type=password] {
    -webkit-text-security: disc;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

textarea:focus,
input:focus,
button:focus {
    outline: none;
    border: none;
}

body {
    word-wrap: break-word;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
}

[v-cloak] {
    opacity: 0!important;
}


/* // 自定义滚动条 */

div {
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #fff;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #ccc;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #ccc;
}


/*滚动条整体部分,必须要设置*/

 ::-webkit-scrollbar {
    background-color: #ccc;
    width: 10px;
    height: 10px;
}


/*滚动条的轨道*/

 ::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 10px;
}


/*滚动条的滑块按钮*/

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
}


/* //Ie下滚动条样式 */

HTML {
    scrollbar-base-color: #ccc;
    scrollbar-3dlight-color: #ccc;
    scrollbar-highlight-color: #ccc;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #fff;
    scrollbar-shadow-color: #fff;
}


/*****使用REM作为尺寸单位，媒体查询不同分辨率的浏览器设置相应根字号*****/

html {
    font-size: 32px;
    -webkit-user-select: none;
    user-select: none;
}

.only_line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line1 {
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2 {
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 {
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line5 {
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.line6 {
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.flex {
    display: flex;
}

.flex_column {
    display: flex!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.flex_1 {
    flex: 1;
    -webkit-flex: 1;
    display: block;
    min-width: 0;
}

.flex_2 {
    flex: 2;
    -webkit-flex: 2;
    display: block;
    min-width: 0;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_wlhc {
    display: flex;
    align-items: center;
}

.flex_wrhc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex_wrhT {
    display: flex;
    justify-content: flex-end;
}

.flex_wt {
    display: flex;
    align-items: flex-start;
}

.flex_wb {
    display: flex;
    align-items: flex-end;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex_between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex_betweenT {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maxImg {
    max-width: 100%;
    max-height: 100%;
}

.coverImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.overflow_y {
    overflow-y: auto;
}

.w100 {
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0px auto!important;
}

.max_w1920 {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
}

.w100Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.wh_100 {
    width: 100px;
    height: 100px;
}

.wh_80 {
    width: 80px;
    height: 80px;
}

#app {
    overflow: hidden;
    height: 100%;
    display: flex!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.w100v {
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex: 1;
    background-color: #360802;
}

.bgPage {
    background-color: #fafafa;
}

.pos_re {
    position: relative;
    z-index: 1
}

.pos_fixTL {
    position: fixed;
    top: 0px;
    left: 0px;
}

.pos_abTR {
    position: absolute;
    top: 0px;
    right: 0px;
}

.pos_abBL {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.pos_abBR {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.icon_20px,
.icon_30px {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icon_20px {
    width: 20px;
    height: 20px;
}

.icon_30px {
    width: 30px;
    height: 30px;
}

.fw_600 {
    font-weight: 600;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font30 {
    font-size: 30px;
}

.bg-fff {
    background: #fff;
}

.bg-f7f7f7 {
    background: #f7f7f7;
}

.bg-2e786e {
    background: #2e786e;
}

.bg-c286ec {
    background: #c286ec;
}

.bg-fda458 {
    background: #fda458;
}

.bg-ff6d5d {
    background: #ff6d5d;
}

.bg-4c95ea {
    background: #4c95ea;
}

.color-f9ce03 {
    color: #f9ce03
}

.color-fea848 {
    color: #fea848;
}

.color-c69c7c {
    color: #c69c7c
}

.color-e31e25 {
    color: #e31e25
}

.color-531a0a {
    color: #531a0a
}

.color-5a4213 {
    color: #5a4213;
}

.color-480f08 {
    color: #480f08
}

.color-744c2b {
    color: #744c2b
}

.color-81530b {
    color: #81530b;
}

.color-fff {
    color: #fff;
}

.mar_l_10 {
    margin-left: 10px;
}

.mar_r_10 {
    margin-right: 10px;
}

.pad_l_10 {
    padding-left: 10px;
}

.pad_r_30 {
    padding-right: 30px;
}

.pad_lr_10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pad_lr_20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pad_v_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad_v_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad_v_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.line1 {
    line-height: 1;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.cursor {
    cursor: pointer;
}

.text_underline {
    text-decoration: underline;
}


/* 首页index.html */

.t_banner {
    width: 100%;
}

.t_banner img {
    width: 100%;
}

.t_indexTit {
    padding: 40px 0px;
    text-align: center;
    font-size: 36px;
    color: #333;
}

.t_indexTit span {
    padding: 0px 20px;
    position: relative;
}

.t_indexTit span::before,
.t_indexTit span::after {
    display: block;
    content: '';
    clear: both;
    width: 3px;
    height: 90%;
    background: #5990ff;
    position: absolute;
    top: 5%;
}

.t_indexTit span::before {
    left: 0px;
}

.t_indexTit span::after {
    right: 0px;
}

.t_indexTit_fff {
    color: #fff;
}

.t_indexTit_fff span::before,
.t_indexTit_fff span::after {
    background: #fff;
}

.t_btn {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #5990ff;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0px 2px 6px 1px #e9e8ff;
}

.t_btn_fff {
    background: #fff;
    color: #5990ff;
    box-shadow: 0px 2px 6px 1px #999;
    transition: all ease 500ms;
}

.t_btn_fff:hover {
    background: #5990ff;
    color: #fff;
    box-shadow: 0px 2px 6px 1px #999;
}

.t_index1 {
    padding-bottom: 40px;
}

.t_index1 .item {
    width: 224px;
    padding: 68px 0px 0px;
    overflow: hidden;
    position: relative;
    margin: 0px calc((100% - (224px * 5)) / 4) 40px 0px;
}

.t_index1 .item:nth-child(5n) {
    margin-right: 0px;
}

.t_index1 .item .img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 1px #eee;
}

.t_index1 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_index1 .item .cont {
    width: 100%;
    height: 240px;
    padding: 60px 20px 0px;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}

.t_index1 .item .cont .tit {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.t_index1 .item .cont p {
    font-size: 16px;
    line-height: 34px;
}

.t_index1 .t_btn {
    margin: 0px 50px;
}

.t_index2 {
    padding-bottom: 60px;
}

.t_index2 .cont {
    width: 580px;
    margin: 0px auto;
    padding: 30px 0px;
}

.t_index2 .cont img {
    width: 100%;
}

.t_index3 {
    padding-bottom: 80px;
}

.t_index3 .tabTit {
    text-align: center;
    padding: 0px 0px 30px;
}

.t_index3 .tabTit .item {
    font-size: 28px;
    color: #333;
    padding: 0px 0px 10px;
    margin: 10px 20px;
    cursor: pointer;
}

.t_index3 .tabTit .item.active {
    color: #5990ff;
    border-bottom: 2px solid #5990ff;
}

.t_index3 .tabCont {
    border-top: 1px solid #f5f5f5;
    padding: 20px 120px;
}

.t_index3 .tabCont .item {
    width: 100%;
    display: none;
}

.t_index3 .tabCont .item.active {
    display: flex;
}

.t_index3 .tabCont .img {
    /* width: 592px;
    height: 400px; */
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.t_index3 .tabCont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_index3 .tabCont .desc {
    /* width: calc(100% - 592px); */
    width: calc(100% - 400px);
    padding-right: 20px;
    min-height: 300px;
}

.t_index3 .tabCont .desc .tit {
    font-size: 28px;
    text-align: center;
    color: #333;
    line-height: 60px;
    padding-bottom: 30px;
}

.t_index3 .tabCont .desc .text {
    font-size: 16px;
    color: #333;
    height: 90px;
}

.t_index3 .tabCont .t_btn {
    margin: 0px 30px;
}

.t_index4 {
    background: #f7f7f7 url('../img2020-3/index4.png')no-repeat top center / cover;
    padding: 0px 0px 60px;
}

.t_index4 .t_btn {
    margin: 0px 30px;
}

.t_index4 .cont {
    padding-bottom: 50px;
}

.t_index4 .cont>div {
    width: 50%;
}

.t_index4 .cont .img,
.t_index4 .cont .desc {
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.t_index4 .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_index4 .cont .desc {
    color: #fff;
    padding: 15px;
    background: rgba(255, 255, 255, .4)
}

.t_index4 .cont .desc .tit {
    text-align: center;
    font-size: 28px;
    line-height: 64px;
}

.t_index4 .cont .desc p {
    font-size: 18px;
    height: 166px;
    overflow: hidden;
}

.t_index4 .cont .desc .pr {
    height: 70px;
    vertical-align: middle;
}

.t_index5 {
    padding-bottom: 90px;
}

.t_index5 .cont {
    padding: 0px 140px;
}

.t_index5 .imgList {
    /* width: 670px;
    height: 400px; */
    width: 450px;
    height: 300px;
    box-shadow: 0px 0px 16px 3px #cfcfcf;
}

.t_index5 .imgList .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.t_index5 .imgList .item.active {
    display: block;
}

.t_index5 .imgList .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_index5 .contBox {
    width: calc(100% - 450px);
}

.t_index5 .tab {
    text-align: center;
}

.t_index5 .tab span {
    margin: 0px 20px;
    font-size: 28px;
    color: #333;
    line-height: 50px;
    cursor: pointer;
}

.t_index5 .tab span.active {
    color: #5990ff;
}

.t_index5 .tabCont {
    width: 100%;
    height: 230px;
    /* border: 2px solid #5990ff; */
    padding: 20px;
    overflow: hidden;
    /* border-left-width: 0px; */
}

.t_index5 .tabCont .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    display: none;
}

.t_index5 .tabCont .item.active {
    display: block;
}

.t_index6 {
    padding-bottom: 50px;
}

.t_index6 .cont {
    position: relative;
    padding: 0px 130px;
}

.t_index6 .icon_btn {
    width: 100px;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.t_index6 .btn_prev {
    left: 0px;
}

.t_index6 .btn_next {
    right: 0px;
}

.t_index6 .swiper_index6 {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.t_index6 .swiper_index6 .img {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.t_index6 .swiper_index6 .desc {
    width: calc(100% - 400px);
    height: 100%;
    overflow: hidden;
}

.t_index6 .swiper_index6 .desc .tit {
    font-size: 28px;
    text-align: center;
    color: #333;
    line-height: 60px;
    padding-bottom: 30px;
}

.t_index6 .swiper_index6 .desc .text {
    font-size: 16px;
    color: #333;
    height: 90px;
    overflow: hidden;
}

.t_index6 .swiper_index6 .t_btn {
    margin: 0px 30px;
}

.t_index7 {
    background: #fff url('../img2020-3/index7.jpg')no-repeat top center / cover;
    padding: 100px 0px 50px;
}

.t_index7 .t_btn {
    margin: 0px 30px;
}

.t_index7 .item {
    width: 224px;
    height: 260px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    margin: 0px calc((100% - (224px*5)) / 4) 40px 0px;
}

.t_index7 .item:nth-child(5n) {
    margin-right: 0px;
}

.t_index7 .item>img {
    margin: 20px 0px 0px 62px;
    width: 121px;
    height: 117px;
    object-fit: contain;
}

.t_index7 .item .tit {
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
    line-height: 40px;
    color: #0903fd;
    font-size: 22px;
    top: -20px;
}

.t_index7 .item .tit::before {
    display: block;
    content: '';
    width: 70px;
    height: 3px;
    background: #55fdfb;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.t_index7 .item .text {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.t_index8 {
    padding-bottom: 100px;
}

.t_index8 .img {
    width: 360px;
    height: 500px;
    overflow: hidden;
}

.t_index8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_index8 .desc {
    width: calc(100% - 360px);
    height: 500px;
    overflow: hidden;
    padding-left: 30px;
}

.t_index8 .desc .tit {
    font-size: 42px;
    color: #333;
    text-align: center;
}

.t_index8 .desc .text {
    font-size: 18px;
    color: #333;
    height: 190px;
    overflow: hidden;
    padding-top: 20px;
}

.t_index8 .desc .item {
    width: 180px;
    height: 250px;
    overflow: hidden;
    margin: 0px calc((100% - (180px*4)) / 3) 0px 0px;
}

.t_index8 .desc .item:nth-child(4n) {
    margin-right: 0px;
}

.t_index9 {
    padding-bottom: 50px;
}

.t_index9 .item {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0px;
}

.t_index9 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_index10 {
    padding-bottom: 100px;
}

.t_index10 img {
    width: 100%;
}


/* yhIndex.html */

.t_yhIndexTit {
    padding: 40px 0px;
    text-align: center;
    font-size: 30px;
    color: #333;
}

.t_yhIndexTit span {
    padding: 0px 20px;
    position: relative;
}

.t_yhIndexTit span::before {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.t_yhBtn {
    width: 142px;
    height: 62px;
    border-radius: 10px;
    background: #ff1616;
    color: #fff;
    text-align: center;
    line-height: 62px;
    cursor: pointer;
    font-size: 18px;
}

.t_yhIndex1 {
    padding: 0px 0px 50px;
}

.t_yhIndex1 .list {
    width: 80%;
    max-width: 1600px;
    min-width: 1200px;
    margin: 0px auto;
}

.t_yhIndex1 .item {
    width: calc((100% - 160px) / 5);
    height: 360px;
    background: #f6faff;
    margin-right: 40px;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    color: #5e62f8;
}

.t_yhIndex1 .item:nth-child(5n) {
    margin-right: 0px;
}

.t_yhIndex1 .item .img {
    width: 45%;
    margin: 20px auto 10px;
    min-width: 100px;
}

.t_yhIndex1 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_yhIndex1 .item .tit {
    font-size: 24px;
    line-height: 50px;
}

.t_yhIndex1 .item .cont p {
    font-size: 18px;
}

.t_yhIndex1 .t_yhBtn {
    margin: 0px 100px;
}

.t_yhIndex2 .cont {
    padding: 50px 0px;
}

.t_yhIndex3 .tabTit {
    padding: 0px 50px;
    border-bottom: 1px solid #f5f5f5;
}

.t_yhIndex3 .tabTit .item {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    line-height: 50px;
    position: relative;
}

.t_yhIndex3 .tabTit .item.active::before {
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.t_yhIndex3 .tabCont {
    padding: 40px 50px;
}

.t_yhIndex3 .tabCont .item {
    width: 100%;
    display: none;
}

.t_yhIndex3 .tabCont .item.active {
    display: flex;
}

.t_yhIndex3 .tabCont .img {
    width: 592px;
    height: 400px;
    overflow: hidden;
}

.t_yhIndex3 .tabCont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_yhIndex3 .tabCont .desc {
    width: calc(100% - 592px);
    padding-right: 20px;
    min-height: 400px;
}

.t_yhIndex3 .tabCont .desc .tit {
    font-size: 40px;
    color: #333;
    line-height: 60px;
    padding-bottom: 30px;
}

.t_yhIndex3 .tabCont .desc .text {
    font-size: 16px;
    color: #333;
    min-height: 180px;
}

.t_yhIndex3 .tabCont .t_yhBtn {
    margin: 0px 30px;
}

.t_yhIndex4 .item {
    width: 543px;
    height: 256px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 20px;
    background: #fff;
    margin: 0px calc(100% - 543px*2) 50px 0px;
    box-shadow: 0px 2px 16px 3px #eee;
}

.t_yhIndex4 .item:nth-child(2n) {
    margin-right: 0px;
}

.t_yhIndex4 .item .img {
    width: 200px;
    height: 183px;
    border-radius: 10px;
    overflow: hidden;
}

.t_yhIndex4 .item .desc {
    width: calc(100% - 200px);
    height: 183px;
    padding-left: 20px;
}

.t_yhIndex4 .item .desc .tit {
    font-size: 28px;
    color: #333;
    line-height: 70px;
}

.t_yhIndex4 .item .desc p {
    font-size: 18px;
    color: #333;
}

.t_yhIndex4 .t_yhBtn {
    margin: 0px 260px;
}

.t_yhIndex5 .cont {
    padding: 50px 0px 60px;
}

.t_yhIndex5 .imgList {
    width: 577px;
    height: 513px;
    border-radius: 10px;
    overflow: hidden;
}

.t_yhIndex5 .imgList .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.t_yhIndex5 .imgList .item.active {
    display: block;
}

.t_yhIndex5 .imgList .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_yhIndex5 .contBox {
    width: calc(100% - 577px);
    height: 513px;
    padding-left: 100px;
}

.t_yhIndex5 .tab {
    text-align: center;
}

.t_yhIndex5 .tab span {
    margin: 0px 20px;
    font-size: 28px;
    color: #333;
    line-height: 50px;
    cursor: pointer;
}

.t_yhIndex5 .tab span.active {
    color: #5990ff;
}

.t_yhIndex5 .tabCont {
    width: 100%;
    height: 400px;
    padding: 50px 20px 0px;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.t_yhIndex5 .tabCont .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    display: none;
}

.t_yhIndex5 .tabCont .item.active {
    display: block;
}

.t_yhIndex6 {
    padding-bottom: 50px;
}

.t_yhIndex6 .cont {
    position: relative;
    padding: 50px 130px 40px;
}

.t_yhIndex6 .icon_btn {
    width: 78px;
    height: 78px;
    object-fit: contain;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.t_yhIndex6 .btn_prev {
    left: 0px;
}

.t_yhIndex6 .btn_next {
    right: 0px;
}

.t_yhIndex6 .swiper_index6 {
    width: 100%;
    height: 364px;
    overflow: hidden;
}

.t_yhIndex6 .swiper_index6 .img {
    width: 500px;
    height: 364px;
    overflow: hidden;
    border-radius: 10px;
}

.t_yhIndex6 .swiper_index6 .desc {
    width: calc(100% - 500px);
    height: 100%;
    overflow: hidden;
    padding-right: 50px;
}

.t_yhIndex6 .swiper_index6 .desc .tit {
    font-size: 40px;
    color: #333;
    line-height: 60px;
    padding-bottom: 30px;
}

.t_yhIndex6 .swiper_index6 .desc .text {
    font-size: 18px;
    color: #333;
    height: 180px;
    overflow: hidden;
}

.t_yhIndex7 {
    padding: 100px 0px 50px;
}

.t_yhIndex7 .t_yhBtn {
    margin: 0px 60px;
}

.t_yhIndex7 .item {
    width: 224px;
    height: 340px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px calc((100% - (224px*5)) / 4) 40px 0px;
}

.t_yhIndex7 .item:nth-child(5n) {
    margin-right: 0px;
}

.t_yhIndex7 .item>img {
    width: 224px;
    height: 224px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.t_yhIndex7 .item .tit {
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 18px;
}

.t_yhIndex7 .item .text {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.t_yhIndex8 {
    padding-bottom: 100px;
}

.t_yhIndex8 .cont {
    padding-top: 40px;
}

.t_yhIndex8 .img {
    width: 360px;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}

.t_yhIndex8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_yhIndex8 .desc {
    width: calc(100% - 360px);
    height: 500px;
    overflow: hidden;
    padding-left: 30px;
}

.t_yhIndex8 .desc .tit {
    font-size: 42px;
    color: #333;
    text-align: center;
}

.t_yhIndex8 .desc .text {
    font-size: 18px;
    color: #333;
    height: 190px;
    overflow: hidden;
    padding-top: 20px;
}

.t_yhIndex8 .desc .item {
    width: 190px;
    height: 250px;
    overflow: hidden;
    margin: 0px calc((100% - (190px*4)) / 3) 0px 0px;
    border-radius: 10px;
}

.t_yhIndex8 .desc .item:nth-child(4n) {
    margin-right: 0px;
}

.t_yhIndex9 .cont {
    padding: 40px 0px 60px;
}

.t_yhIndex10 .cont {
    padding: 50px 0px;
}

.t_yhIndex10 .item {
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin: 0px calc((100% - 250px*4) / 3) 40px 0px;
    border-radius: 10px;
}

.t_yhIndex10 .item:nth-child(4n) {
    margin-right: 0px;
}

.t_yhIndex10 .item .text {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    overflow: hidden;
}