* {
    font-family:PingFang SC;
    font-weight:bold;
}
ul {
    list-style: none;
}
.child-d-line-block > * {
    display: inline-block;
}
a:hover {
    text-decoration: none;
}
.main {
    width: 100%;
}
h1 {
    font-size:48px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin-top: 131px;
}
h2 {
    font-size:29px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.overflow-hidden-1, .overflow-hidden-2, .overflow-hidden-3  {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
}
.overflow-hidden-1  {
    -webkit-line-clamp:1;
}
.overflow-hidden-2  {
    -webkit-line-clamp:2;
}
.overflow-hidden-3  {
    -webkit-line-clamp:3;
}
/* nav */
#mobile-nav {
    display: none !important;
}
.header-nav {
    height: 79px;
    width: 100%;
    left: 0;
    font-size: 1vw;
    z-index: 999;
}
.header-nav  a {
    color:rgba(255,255,255,1);
    font-weight: normal;
}
.header-nav  .logo {
    width: 210px;
    height: 53px;
    margin: 19px 0.5vw;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: 100% 75%;
}
#wp_nav_menu {
    padding-left: 0;
}
.left-nav ul, .right-nav {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0;
    margin-right: 0;
}
.header-nav  .left-nav > li:not(:first-child), .left-nav > div li {
    margin-left: 0.5vw;
     
}
.header-nav  li {
    line-height: 79px;
    margin: 0 0 !important;
}
.header-nav .phone-icon {
    width: 2vw;
    height: 2vw;
    margin-right: 0.6vw;
    visibility: hidden;
}
.header-nav .phone {
    font-size: 1.2vw;
    margin-right: 1vw !important;
}
.header-nav .apply-try {
    font-size: 1.1vw;
    background: linear-gradient(77deg,rgba(245,195,0,1) 0%,rgba(245,172,0,1) 100%);
    margin-right: 1.7vw !important;
    padding: 0px 1.7vw;
    border-radius: 16px;
    height: 3vw;
    line-height: 3vw;
}
/* nav:hover */
#nav-hover, .header-nav:hover {
    background:rgba(255,255,255,1);
}
#nav-hover .logo, .header-nav:hover .logo {
    background-image: url('../images/logo2.png');
    width: 210px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: 100% 75%;
}
#nav-hover .left-nav #mega-menu-wrap-header_menu.mega-menu-wrap .mega-menu-item a, .header-nav:hover #wp_nav_menu.left-nav #mega-menu-wrap-header_menu.mega-menu-wrap .mega-menu-item a {
    color:rgba(0,0,0,1);
}
#nav-hover .right-nav .phone a, .header-nav:hover .right-nav .phone a {
    color:rgba(160,76,58,1);
}
#nav-hover .phone-icon, .header-nav:hover .phone-icon {
    visibility: visible;
}
/* left-nav:hover */
.left-nav  li:hover > a {
    color:rgba(244,195,0,1) !important;
    /* border-bottom: 3px solid #F4C300 !important;
    padding-bottom: 25px !important; */
}
/* apply-try:hover */
.apply-try:hover > a {
    color:rgba(255,255,255,1) !important;
}

/* banner */
.bg-black {
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
}
.banner-img {
    background-size: 1920px 573px;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.swiper-slide {
    overflow: hidden !important;
}
.swiper-slide img {
    width: 1920px !important;
    height: 573px !important;
}
#banner-img-index {
    background-image: url(../images/banner-index.png);
}
#banner-img-blessing-lamp {
    background-image: url(../images/banner-blessing-lamp.png);
}
#banner-img-manage {
    background-image: url(../images/banner-manage.png);
}
#banner-img-orage-stand {
    background-image: url(../images/banner-orage-stand.png);
}
#banner-img-donation {
    background-image: url(../images/banner-donation.png);
}
#banner-img-worship {
    background-image: url(../images/banner-worship.png);
}
#banner-img-invite-business {
    background-image: url(../images/banner-invite-business.png);
}
#banner-img-about-us {
    background-image: url(../images/banner-about-us.png);
}
#banner-img-memorial-tablet {
    background-image: url(../images/banner-memorial-tablet.png);
}
.banner {
    position: relative;
    height: 573px;
    width: 100%;
}
.banner  img {
    height: 573px;
    width: 100%;
    opacity: 0.8;
}
#index-banner {
    width: 80%;
    position: absolute;
    top: 80px;
    z-index: 10;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
#index-banner > h1 {
    font-size:60px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#index-banner > h2 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
    margin-top: 53px;
}
#orage-stand-banner {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#orage-stand-banner > h1 {
    font-size:60px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#orage-stand-banner > h2 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height:60px;
    margin-top:40px;
}
#manage-banner {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#manage-banner > h1 {
    font-size:60px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#manage-banner > h2 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
    margin-top:60px;
}
#memorial-tablet-banner {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 18vw;
}
#memorial-tablet-banner > h1 {
    font-size:60px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#memorial-tablet-banner > h2 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
    margin-top:60px;
}

#blessing-lamp-banner {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin:0 auto;
}
#blessing-lamp-banner > h1 {
    font-size:60px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#blessing-lamp-banner > h2 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height:50px;
    margin-top:60px;
}
#donation-banner {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#donation-banner > h1 {
    font-size:60px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#donation-banner > h2 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
    margin-top:60px;
}
#worship-banner {
    position: absolute;
    top: 50px;
    left: 0;
    right:0;
    margin: 0 auto;
}
#worship-banner > h1 {
    font-size:60px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#worship-banner > h2 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
    margin-top:60px;
}
#about-us-banner {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
#about-us-banner  h1 {
    font-size:77px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#category-banner {
    position: absolute;
    top: 160px;
    left: 342px;
    width: 1235px;
}
#category-banner  h1, #category-banner  h1 a {
    font-size:77px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#category-banner  h2 {
    font-size:18px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
    margin-top:20px;
}
/* support */
.support {
    width: 100%;
}
.support-body {
    margin-top: 60px;
}
.support-body > a {
    display: inline-block;
    width: 278px;
    height: 351px;
    background:rgba(249,249,249,1);
    border-radius:10px;
    margin: 20px 19px;
    overflow: hidden;
}
.support-body > a h2 {
    margin-top: 38px;
}
.support-body > a p {
    font-size:17px;
    font-family:PingFang SC;
    font-weight: normal;
    color:rgba(73,73,73,1);
    line-height:27px;
    padding: 0px 34px;
    margin-top: 19px;
}
.support-body img {
    width: 90px;
    height: 90px;
    margin-top: 40px;
}
/* .juanzeng-img {
    width: 71px;
    height: 83px;
    margin-top: 40px;
}
.jibai-img {
    width: 57px;
    height: 92px;
    margin-top: 37px;
}
.cunfangjia-img {
    width: 78px;
    height: 65px;
    margin-top: 54px;
}
.gongdeng-img {
    width: 56px;
    height: 94px;
    margin-top: 35px;
} */
/* support-body:hover */
.support-body > a:hover {
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.15);
}

/* soft */
.soft {
    width: 100%;
}
.soft > p {
    font-size:29px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(70,70,70,1);
    line-height:14px;
    margin-top: 36px;
}
.soft > ul {
    margin-top: 58px;
}
.soft > ul > li {
    font-size:26px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
    padding-bottom: 13px;
    border-bottom: 8px solid #fff;
    
}
#siyuan[actived], #juanzeng[actived], #jibai[actived], #qifudeng[actived] {
    color:rgba(247,194,0,1);
    border-bottom: 8px solid #F5C300;
}
.soft > ul > li:not(:first-child) {
    margin-left: 74px;
}
.soft-body {
    height: 520px;
    margin-top: 77px;
    overflow: hidden;
}
.juanzeng, .siyuan, .qifudeng {
    display: none;
}
.siyuan-left, .juanzeng-left, .jibai-left, .qifudeng-left {
    width: 407px;
    height: 520px;
}
.siyuan-right, .juanzeng-right, .jibai-right, .qifudeng-right {
    width: 600px;
    height: 520px;
}
.siyuan-left > p, .juanzeng-left > p, .jibai-left > p, .qifudeng-left > p {
    font-size:24px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
    margin-top: 101px;
    overflow: hidden;
}
.siyuan-left > ul, .juanzeng-left > ul, .jibai-left > ul, .qifudeng-left > ul {
    margin-top: 98px;
    font-size:23px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(70,69,69,1);
    line-height:57px;
    list-style: square;
}
.siyuan-left > ul > li, .juanzeng-left > ul > li, .jibai-left > ul > li, .qifudeng-left > ul > li {
    font-weight:normal;

}
.siyuan-right {
    background-image: url(../images/soft-bg.png);
    background-size: 370px 337px;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 100px;
}
.siyuan-right > img:nth-child(1) {
    width: 94px;
    height: 81px;
    position: absolute;
    top: 27px;
    left: 20px;
}
.siyuan-right > img:nth-child(2) {
    width: 81px;
    height: 95px;
    position: absolute;
    top: 26px;
    right: 50px;
}
.siyuan-right > img:nth-child(3) {
    width: 85px;
    height: 86px;
    position: absolute;
    left: 20px;
    bottom: 95px;
}
.siyuan-right > img:nth-child(4) {
    width: 72px;
    height: 92px;
    position: absolute;
    right: 70px;
    bottom: 71px;
}
.juanzeng-left-bottom {
    margin-top: 36px;
}
.juanzeng-left-bottom > div {
    width: 80px;
    height: 79px;
    font-size:20px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(3,86,125,1);
    line-height:79px;
    text-align: center;
    overflow: hidden;
}
.juanzeng-left-bottom > div:last-child {
    padding-top: 10px;
    line-height:30px;
}
.juanzeng-left-bottom > div:not(:first-child) {
    margin-left: 16px;
}
.juanzeng-left-bottom >div:nth-child(1) {
    background-image: url(../images/soft-juanzeng-bg-1.png);
    background-size: 100% 100%;
}
.juanzeng-left-bottom >div:nth-child(2) {
    background-image: url(../images/soft-juanzeng-bg-2.png);
    background-size: 100% 100%;
}
.juanzeng-left-bottom >div:nth-child(3) {
    background-image: url(../images/soft-juanzeng-bg-3.png);
    background-size: 100% 100%;
}
.juanzeng-left-bottom >div:nth-child(4) {
    background-image: url(../images/soft-juanzeng-bg-4.png);
    background-size: 100% 100%;
}
.juanzeng-right {
    position: relative;
    overflow: hidden;
    padding-left: 255px;
}
.juanzeng-right > div:first-child {
    height: 335px;
    width: 355px;
    background-image: url(../images/soft-juanzeng-2.png);
    background-size: 100% 100%;
    position: absolute;
    top: 70px;
    left: 50px;
    overflow: hidden;
}
.juanzeng-right > div:first-child > p {
    margin-top: 33px;
    margin-left: 29px;
    font-size:20px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.juanzeng-right > div:first-child > img {
    padding-left: 29px;
    width: 253px;
    height: 216px;
}
.juanzeng-right > div:last-child {
    height: 502px;
    width: 341px;
    overflow: hidden;
}
.juanzeng-right img {
    width: 100%;
    height: 100%;
}
.jibai-right {
    position: relative;
    padding-left: 300px; 
}
.jibai-right > div:first-child {
    width:293px;
    height:142px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.15);
    border-radius:19px;
    position: absolute;
    top: 250px;
    left: 150px;
}
.jibai-right > div:first-child > div {
    width:87px;
    height:87px;
    background:rgba(255,177,78,1);
    border-radius:10px;
    text-align: center;
    line-height: 87px;
    margin-top: 27px;
    margin-left: 29px;
}
.jibai-right > div:first-child > div > img {
    width:44px;
    height:48px;
}
.jibai-right-h3 {
    margin-top: 38px;
    margin-left: 10px;
    font-size:21px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.jibai-right-p {
    width: 130px;
    font-size:12px;
    margin-top: 14px;
    margin-left: 10px;
    font-family:PingFang SC;
    color:rgba(70,70,70,1);
}
.jibai-right > div:last-child {
    width: 356px;
    height: 590px;
}
.jibai-right > div:last-child > img {
    width: 100%;
    height: 100%;
}

/* hard */
.hard {
    width: 100%;
}

.hard-body {
    margin-top: 86px;
    overflow: hidden;
}
.hard-body-left {
    width: 540px;
    margin-right: 12px;
    margin-bottom:11px;
}
.hard-body-left>div:first-child {
    width: 540px;
    height: 149px;
    background-image: url(../images/hard-bg4.png);
    background-size: 100% 100%;
    padding-left: 24px;
    overflow: hidden;
}
.hard-body-left>div:last-child {
    width: 540px;
    height: 149px;
    background-image: url(../images/hard-bg1.png);
    background-size: 100% 100%;
    padding-left: 24px;
    overflow: hidden;
    margin-top:11px;
}
.hard-body-right-top {
    width: 540px;
    height: 149px;
    margin-bottom: 11px;
    background-image: url(../images/hard-bg2.png);
    background-size: 100% 100%;
    padding-left: 25px;
    overflow: hidden;
}
.hard-body-right-bottom {
    width: 540px;
    height: 149px;
    background-image: url(../images/hard-bg3.png);
    background-size: 100% 100%;
    padding-left: 25px;
    overflow: hidden;
}
.hard-title {
    font-size:33px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:37px;
}
.hard-body-left  h3 {
    margin-top: 39px;
}
.hard-body-right  h3 {
    margin-top: 39px;
}

.hard-body  p {
    margin-top: 37px;
    padding-right: 25px;
    font-size:17px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:27px;
}
.hard-body-left p, .hard-body-right  p {
    margin-top: 24px;
}
/* case */
.case {
    width: 100%;
}
.case-body {
    margin: 70px auto 0;
    width: 1100px;
}
.case-body > a {
    width:336px;
    height:468px;
    background:rgba(249,249,249,1);
    border-radius:10px;
    overflow: hidden;
}
.case-body > a {
    margin-top: 30px;
    margin: 15px 15px;
}
.case-detail {
    margin-top: 29px;
}
.case-detail > a {
    font-size:18px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(113,200,255,1);
    line-height:14px;
}
.case-body-item > img {
    width:336px;
    height:267px;
}
.case-body-item > time {
    display: block;
    margin-top: 15px;
    margin-left: 14px;
    font-size:21px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(67,67,67,1);
    text-align: left;
}
.case-body-item > h3 {
    margin-top: 9px;
    margin-left: 14px;
    font-size:29px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
    text-align: left;
}
.case-body-item > p {
    margin-top: 16px;
    margin-left: 14px;
    font-size:15px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(67,67,67,1);
    text-align: left;
}
/* solution */
.solution {
    width: 100%;
    height: 463px;
    background-image: url(../images/solution-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
}
.solution h2 {
    margin-top: 37px;
}
.solution > a {
    margin: 0 auto;
    width: 410px;
    height: 88px;
    display: block;
    margin-top: 61px;
    font-size:29px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
    background-image: url(../images/lianxi.png);
    background-size: 100% 100%;
    line-height: 88px;
}
footer {
    width: 100%;
    height: 417px;
    background: #FBF8FB;
}
footer > div {
    margin: 0 auto;
}
footer > div:first-child {
    width: 1100px;
    height: 200px;
    border-bottom: 1px solid #DBD9DC;
}
footer > div:first-child > h3{
    padding-top: 71px;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
footer > div:first-child  h4,footer > div:first-child  h4 a {
    padding-top: 43px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
    line-height: 30px;
}

footer > div:last-child {
    width: 1100px;
    height: 216px;
    position: relative;
}
footer > div:last-child  h5 {
    padding-top: 24px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}

footer > div:last-child  p,footer > div:last-child  p a {
    padding-top: 27px;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
    line-height:20px;
}
.links {
    width: 80%;
}
.links > a {
    font-size: 12px;
    color: rgba(0, 0, 0,0.4) ;
    font-weight: normal;
}
.links > a:hover {
    color: rgba(0, 0, 0, 1) ;
    font-weight: normal;
}

.links > a:not(:first-child) {
    margin-left: 15px;
}

.manage-body {
    width: 1100px;
    margin: 54px auto 0px;
}
.manage-body > a {
    width:265px;
    height:273px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.15);
    border-radius:10px;
    margin-top: 31px;
}
.manage-body > a:hover  {
    background-color: #734705;
}
.manage-body > a:hover >h3, .manage-body > a:hover>p {
    color: #fff;
}
.manage-body img {
    display: block;
    width: 94px;
    height: 94px;
    margin: 50px auto 0px;
}
.manage-body h3 {
    font-size:18px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
}
.manage-body p {
    width: 200px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:normal;
    color: #616060;
    margin: 15px auto 0;
}
.manage-goodness-body {
    width: 1100px;
    margin: 63px auto 0px;
}
.manage-goodness-body > div {
    width:530px;
    height:155px;
    background:linear-gradient(-20deg,rgba(109,189,251,1) 0%,rgba(48,143,216,1) 100%);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.1);
    border-radius:20px;
    margin-top: 15px;
    padding-left: 32px;
    padding-right: 32px;
}
.manage-goodness-body > div > div {
    width: 38px;
    height: 6px;
    margin-top: 37px;
    margin-bottom: 26px;
    background-color: #FFF;
}
.manage-goodness-body > div > p {
    font-size:22px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.manage-future-benefit {
    margin-bottom: 122px;
}

.manage-future-benefit-body {
    width: 1100px;
    margin: 101px auto 0px;
}
.manage-future-benefit-body > * {
    width: 530px;
    height: 772px;
}
.manage-future-benefit-body-left > div {
    width: 530px;
    height: 175px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.1);
    border-radius:20px;
    padding-left: 28px;
    padding-right: 65px;
}
.manage-future-benefit-body-left > div:not(:first-child) {
    margin-top: 24px;
}
.manage-future-benefit-body-left > div > h3 {
    font-size:26px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(41,41,41,1);
    margin-top: 45px;
}
.manage-future-benefit-body-left > div > p {
    font-size:17px;
    font-family:PingFang SC;
    font-weight: normal;
    color:rgba(41,41,41,1);
    line-height:26px;
}
.orage-stand-huadeng {
    width: 100%;
}
.orage-stand-huadeng > img {
    display: block;
    width: 86px;
    height: 69px;
    margin: 123px auto 0;
}
.orage-stand-huadeng > p {
    width: 1076px;
    margin: 42px auto 0;
    text-align: center;
    font-size:20px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
    line-height:40px;
}

.orage-stand-support-body {
    width: 1100px;
    margin: 82px auto 0;
}
.orage-stand-support-body > a {
    background: #f9f9f9;
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.15);
    border-radius:10px;
    height: 318px;
    padding-left: 16px;
    position: relative;
}
.orage-stand-support-body > a:hover {
    background:rgba(255,255,255,1);
}
.orage-stand-support-body > a:first-child {
    width: 540px;
}
.orage-stand-support-body > a:nth-child(2) {
    width: 260px;
}
.orage-stand-support-body > a:nth-child(3) {
    width: 270px;
}
.orage-stand-support-body h4 {
    font-size:16px;
    font-family:Adobe Heiti Std;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:14px;
    margin-top: 30px;
}
.orage-stand-support-body > a > div {
    width:38px;
    height:6px;
    background:rgba(245,192,0,1);
    margin-top: 16px;
}
.orage-stand-support-body h3 {
    font-size:29px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin-top: 16px;
}
.orage-stand-support-body p {
    font-size:17px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(73,73,73,1);
    line-height:27px;
    margin-top: 26px;
}
.orage-stand-support-body > a:nth-child(1) > img {
    width: 179px;
    height: 140px;
    position: absolute;
    bottom: 19px;
    right: 39px;
}
.orage-stand-support-body > a:nth-child(2) > img {
    width: 160px;
    height: 167px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.orage-stand-support-body > a:nth-child(3) > img {
    width: 174px;
    height: 141px;
    position: absolute;
    bottom: 20px;
    right: 0px;
}
.orage-stand-future-benefit-body {
    width: 1100px;
    margin: 83px auto 0px;
}
.orage-stand-future-benefit-body > div {
    width:353px;
    height:430px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.1);
    border-radius:20px;
    padding: 0 31px 0 30px;
}
.orage-stand-future-benefit-body > div > h2 {
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.orage-stand-future-benefit-body > div > h2 > span {
    font-size:70px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(245,192,0,1);
}
.orage-stand-future-benefit-body > div > p {
    font-size:17px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(41,41,41,1);
    line-height:38px;
    text-indent: 34px;
    margin-top: 33px;
}
.orage-stand-goodness-body {
    margin-top: 58px;
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.orage-stand-goodness-body > div {
    height: 428px;
    margin: 0 auto;
}
.orage-stand-goodness-body > div > div {
    position: relative;
}
.orage-stand-goodness-body > div span {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(245,192,0,1);
    position: absolute;
}
.orage-stand-goodness-body > div h5 {
    font-size:20px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
    line-height:30px;
    padding-left: 40px;
    margin-top: 7px;
}
.orage-stand-goodness-body-img-1  {
    width: 550px;
    position: relative;
    padding-left: 169px;
}
.orage-stand-goodness-body-img-1 > img:nth-child(1) {
    width: 179px;
    height: 151px;
    position: absolute;
    top: 0;
    left: 0;
}
.orage-stand-goodness-body-img-1 > img:nth-child(2) {
    width: 253px;
    height: 355px;
}
.orage-stand-goodness-body-img-1 > img:nth-child(3) {
    width: 197px;
    height: 191px;
    position: absolute;
    top: -10px;
    right: -10px;
}
.orage-stand-goodness-body-img-2  {
    width: 550px;
    position: relative;
}
.orage-stand-goodness-body-img-2 > img:nth-child(1) {
    width: 152px;
    height: 130px;
    position: absolute;
    top: 110px;
}
.orage-stand-goodness-body-img-2 > img:nth-child(2) {
    width: 278px;
    height: 373px;
    margin-left: 70px;
}
.orage-stand-goodness-body-img-2 > img:nth-child(3) {
    width: 172px;
    height: 152px;
    position: absolute;
    top: 50px;
}
.orage-stand-goodness-body-img-3 {
    width: 550px;
    position: relative;
}
.orage-stand-goodness-body-img-3 > div {
    width:274px;
    height:111px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(227,227,227,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.1);
    border-radius:20px;
    position: absolute;
    top: 109px;
    left: 35px;
}
.orage-stand-goodness-body-img-3 > div > img {
    width: 55px;
    height: 55px;
}
.orage-stand-goodness-body-img-3 > img {
    margin-left: 186px;
    width: 412px;
    height: 369px;
}
.orage-stand-goodness-body-img-4  {
    width: 550px;
    position: relative;
}
.orage-stand-goodness-body-img-4 > img:nth-child(1) {
    width: 152px;
    height: 130px;
    position: absolute;
    top: 39px;
}
.orage-stand-goodness-body-img-4 > img:nth-child(2) {
    width: 373px;
    height: 248px;
    margin-left: 82px;
}
.orage-stand-goodness-body-img-4 > img:nth-child(3) {
    width: 172px;
    height: 152px;
    position: absolute;
    top: -21px;
    right: 9px;
}
.blessing-lamp-support-body {
    width: 1100px;
    margin: 82px auto 0;
}
.blessing-lamp-support-body > a {
    background: #f9f9f9;
    
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.15);
    border-radius:10px;
    height: 244px;
    padding-left: 16px;
    position: relative;
}
.blessing-lamp-support-body > a {
    width: 357px;
}
.blessing-lamp-support-body > a:hover {
    background:rgba(255,255,255,1);
}

.blessing-lamp-support-body h4 {
    font-size:16px;
    font-family:Adobe Heiti Std;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:14px;
    margin-top: 30px;
}
.blessing-lamp-support-body > a > div {
    width:38px;
    height:6px;
    background:rgba(245,192,0,1);
    margin-top: 13px;
}
.blessing-lamp-support-body h3 {
    font-size:29px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin-top: 16px;
}
.blessing-lamp-support-body p {
    font-size:17px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(73,73,73,1);
    line-height:27px;
    margin-top: 10px;
}
.blessing-lamp-support-body > a:nth-child(1) > img {
    width: 130px;
    height: 134px;
    position: absolute;
    bottom: 15px;
    right: 27px;
}
.blessing-lamp-support-body > a:nth-child(2) > img {
    width: 139px;
    height: 145px;
    position: absolute;
    bottom: 4px;
    right: 7px;
}
.blessing-lamp-support-body > a:nth-child(3) > img {
    width: 151px;
    height: 118px;
    position: absolute;
    bottom: 19px;
    right: 5px;
}
.blessing-lamp-future-benefit-body {
    width: 1100px;
    margin: 96px auto 0;
}
.blessing-lamp-future-benefit-body > div {
    width: 264px;
    height: 433px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.1);
    border-radius:20px;
}
.blessing-lamp-future-benefit-body > div span {
    font-size:97px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(245,192,0,1);
    margin-left: 32px;
    margin-right: 15px;
}
.blessing-lamp-future-benefit-body > div img {
    width: 60px;
    height: 55px;
}
.blessing-lamp-future-benefit-body > div > p {
    font-size:20px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(41,41,41,1);
    line-height:38px;
    padding: 0 25px;
}
.blessing-lamp-goodness-body h4 {
    font-size:31px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.blessing-lamp-goodness-body p {
    font-size:24px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(70,70,70,1);
    line-height:58px;
    margin-top: 99px;
}

.blessing-lamp-goodness-body > div {
    width: 1100px;
    margin: 90px auto 0;
}
.blessing-lamp-goodness-body > div > div:last-child {
    width: 400px;
    margin: 0 auto;
}
#blessing-lamp-goodness-img-1 {
    padding-top: 222px;
    padding-right: 174px;
    position: relative;
}
#blessing-lamp-goodness-img-1 > div {
    width: 393px;
    height: 309px;
    background-image: url(../images/blessing-lamp-goodness-1.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
#blessing-lamp-goodness-img-1 > div > img {
    display: block;
    margin: 27px 26px 74px 35px;
    width: 332px;
    height: 208px;
}
#blessing-lamp-goodness-img-1 > img {
    width: 469px;
    height: 313px;
}
.blessing-lamp-goodness-body > div:nth-child(2) img {
    width: 476px;
    height: 475px;
}
#blessing-lamp-goodness-img-3 {
    padding-top: 128px;
    padding-right: 230px;
    position: relative;
}
#blessing-lamp-goodness-img-3 > div {
    width: 437px;
    height: 244px;
    background-image: url(../images/blessing-lamp-goodness-5.png);
    background-size: 100% 100%;
    position: absolute;
    top: -50px;
    right: 0px;
}
#blessing-lamp-goodness-img-3 > div > img {
    display: block;
    margin: 35px 40px 41px 127px;
    width: 270px;
    height: 168px;
}
#blessing-lamp-goodness-img-3 > img {
    width: 469px;
    height: 313px;
}

.blessing-lamp-goodness-body > div:nth-child(4) img {
    width: 555px;
    height: 559px;
}
.blessing-lamp-goodness-body > div:nth-child(5) img {
    width: 552px;
    height: 511px;
}
.blessing-lamp-goodness-body > div:nth-child(6) img {
    width: 583px;
    height: 459px;
}
.donation-goodness > h3 {
    margin-top: 45px;
    font-size:28px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.donation-goodness-body {
    width: 1100px;
    margin: 83px auto 0;
}
.donation-goodness-body > div {
    width:530px;
    height:284px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.1);
    border-radius:20px;
    position: relative;
    padding-left: 30px;
}

.donation-goodness-body > div > div {
    width:38px;
    height:6px;
    background:rgba(245,192,0,1);
    margin-top: 47px;
}
.donation-goodness-body h4 {
    font-size:26px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(41,41,41,1);
    margin-top: 31px;
}

.donation-goodness-body p {
    font-size:17px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(41,41,41,1);
    line-height:38px;
    margin-top: 23px;
}
.donation-goodness-body > div:nth-child(1) > img {
    width: 123px;
    height: 123px;
    position: absolute;
    bottom: 19px;
    right: 29px;
}
.donation-goodness-body > div:nth-child(2) > img {
    width: 129px;
    height: 131px;
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.donation-func-body, .donation-manage-func-body {
    width: 1100px;
    margin: 54px auto 0;
}
.donation-func-body > a,  .donation-manage-func-body > a{
    width:240px;
    height:273px;
    background: #F9F9F9;
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.15);
    border-radius:10px;
    margin: 16px 16px;
}
.donation-func-body > a:hover {
    background:rgba(255,255,255,1);
}
.donation-func-body > a > img, .donation-manage-func-body > a > img  {
    width:80px;
    height:80px;
    margin-top: 59px;
}

.donation-func-body > a > h3, .donation-manage-func-body > a > h3  {
    font-size:26px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin-top: 52px;
}

/* .donation-manage-func-body > div:nth-child(1) > img {
    width:98px;
    height:82px;
}
.donation-manage-func-body > div:nth-child(2) > img {
    width:86px;
    height:93px;
}
.donation-manage-func-body > div:nth-child(3) > img {
    width:98px;
    height:98px;
}
.donation-manage-func-body > div:nth-child(4) > img {
    width:89px;
    height:90px;
}
.donation-manage-func-body > div:nth-child(5) > img {
    width:106px;
    height:85px;
}
.donation-manage-func-body > div:nth-child(6) > img {
    width:96px;
    height: 96px;
}
.donation-manage-func-body > div:nth-child(7) > img {
    width:88px;
    height:93px;
} */
.donation-future-benefit-body {
    width:1100px;
    margin: 68px auto 0;
}
.donation-future-benefit-body > div {
    width:530px;
    height:153px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.1);
    border-radius:20px;
    margin-top: 18px;
    padding-left: 29px;
    padding-right: 29px;
}
.donation-future-benefit-body > div > h3 {
    font-size:26px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(41,41,41,1);
    margin-top: 34px;
}
.donation-future-benefit-body > div > p {
    font-size:17px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(41,41,41,1);
    line-height:22px;
    margin-top: 21px;
}
.worship-goodness-body {
    width: 1100px;
    margin: 47px auto 0;
}
.worship-goodness-body > div {
    width: 500px;
    height: 270px;
    padding-left: 50px;
}
.worship-goodness-body > div:first-child {
    background-image: url(../images/worship-goodness-1.png);
    background-size: 100% 100%;
}
.worship-goodness-body > div:last-child {
    background-image: url(../images/worship-goodness-2.png);
    background-size: 100% 100%;
}
.worship-goodness-body > div > h4 {
    font-size:22px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-top: 50px;
}
.worship-goodness-body > div > div {
    width:38px;
    height:6px;
    background:rgba(255,255,255,1);
    margin-top: 20px;
}
.worship-goodness-body > div > p {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:46px;
    margin-top: 32px;
}
.worship-func-body {
    width: 1100px;
    margin: 54px auto 0;
}
.worship-func-body > a {
    width:244px;
    height:273px;
    background: #F9F9F9;
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.15);
    border-radius:10px;
    margin-top: 31px;
    padding-top: 60px;
    margin: 10px 15px;
}
.worship-func-body > a:hover {
    background:rgba(255,255,255,1);
}
.worship-func-body > a > h3 {
    font-size:26px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin-top: 53px;
}

.worship-func-body > a > img {
    width:90px;
    height:90px;
}

/* .worship-func-body > div:nth-child(1) > img {
    width:54px;
    height:92px;
}
.worship-func-body > div:nth-child(2) > img {
    width:61px;
    height:98px;
}
.worship-func-body > div:nth-child(3) > img {
    width:86px;
    height:86px;
}
.worship-func-body > div:nth-child(4) > img {
    width:66px;
    height:92px;
}
.worship-func-body > div:nth-child(5) > img {
    width:84px;
    height:91px;
}
.worship-func-body > div:nth-child(6) > img {
    width:89px;
    height: 66px;
} */
.worship-future-benefit-body {
    width: 1100px;
    margin: 71px auto 0;
}
.worship-future-benefit-body > div {
    width:350px;
    height:111px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(56,51,28,0.1);
    border-radius:20px;
}

.worship-future-benefit-body > div p {
    font-size:26px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(41,41,41,1);
    line-height:111px;
}
.worship-tab ul {
    width:404px;
    margin: 21px auto 0;
}
.worship-tab li {
    width:77px;
    height:10px;
    background:rgba(200,200,200,1);
}
.worship-tab li[actived] {
    background:rgba(245,193,0,1);
}
.worship-tab-body {
    width: 1100px;
    height: 400px;
    margin: 71px auto 0;
}
.worship-tab-body > div > div:first-child {
    width: 500px;
    height: 200px;
}
.worship-tab-body > div > div:last-child {
    width: 500px;
    height: 400px;
}
.worship-tab-body h3 {
    font-size:31px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.worship-tab-body p {
    font-size:24px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(70,70,70,1);
    margin-top: 37px;
}
#worship-tab-1 img:nth-child(1) {
    width: 100px;
    height: 120px;
    position: relative;
    top: -70px;
}
#worship-tab-1 img:nth-child(2) {
    width: 213px;
    height: 334px;
    position: relative;
    left: 26px;
}
#worship-tab-1 img:nth-child(3) {
    width: 120px;
    height: 141px;
    position: relative;
    left: 60px;
}
#worship-tab-2 img:nth-child(1) {
    width: 144px;
    height: 161px;
    position: relative;
    top: -50px;
}
#worship-tab-2 img:nth-child(2) {
    width: 351px;
    height: 353px;
    position: relative;
    left: 30px;
}
#worship-tab-3 > div:last-child {
    padding-left: 190px;
    position: relative;
}
#worship-tab-3 img:nth-child(1) {
    width: 200px;
    height: 139px;
    position: absolute;
    left: 0;
    top: 90px;
}
#worship-tab-3 img:nth-child(2) {
    width: 200px;
    height: 219px;
    margin-top: 70px;
}
#worship-tab-3 img:nth-child(3) {
    width: 100px;
    height: 120px;
    position: relative;
    top: 45px;
    left: 0px;
}
#worship-tab-4 > div:last-child {
    position: relative;
    padding-left: 150px;
}
#worship-tab-4 img:nth-child(1) {
    width: 253px;
    height: 241px;
    position: absolute;
    top: 83px;
    left: 0;
}
#worship-tab-4 img:nth-child(2) {
    width: 436px;
    height: 365px;
}
#worship-tab-1[d-none], #worship-tab-2[d-none], #worship-tab-3[d-none], #worship-tab-4[d-none] {
    display: none !important;
}
.invite-business-img {
    height: 1472px;
    padding-top: 604px;
    position: relative;
}
.invite-business-img > img:nth-child(1) {
    width: 284px;
    height: 348px;
    position: absolute;
    top: 43px;
    left: 40vw;
}
.invite-business-img > img:nth-child(2) {
    width: 380px;
    height: 200px;
    position: absolute;
    top: 218px;
    left: 20vw;
}
.invite-business-img > img:nth-child(3) {
    width: 502px;
    height: 277px;
    position: absolute;
    top: 174px;
    right: 20vw;
}
.invite-business-img > img:nth-child(4) {
    width: 505px;
    height: 235px;
    position: absolute;
    top: 379px;
    left: 40vw;
}
.invite-business-img > img:nth-child(5) {
    width: 464px;
    height: 241px;
    position: absolute;
    top: 418px;
    left: 15vw;
}
.invite-business-img > img:nth-child(6) {
    width: 100%;
    height: 866px;
}
.invite-business-form {
    position: relative;
}
.invite-business-form > div:first-child {
    width: 1238px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -220px;
}
.invite-business-form > div:first-child > div {
    width:284px;
    height:359px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 27px 1px rgba(63,60,43,0.1);
    border-radius:20px;
}
.invite-business-form > div:first-child > div > img {
    width:100px;
    height:100px;
    margin-top: 60px;
} 
/* .invite-business-form > div:first-child > div:nth-child(1) > img {
    width:89px;
    height:102px;
    margin-top: 60px;
}   
.invite-business-form > div:first-child > div:nth-child(2) > img {
    width:68px;
    height:109px;
    margin-top: 53px;
}
.invite-business-form > div:first-child > div:nth-child(3) > img {
    width:65px;
    height:110px;
    margin-top: 56px;
}
.invite-business-form > div:first-child > div:nth-child(4) > img {
    width:80px;
    height:99px;
    margin-top: 60px;
} */
.invite-business-form > div:first-child > div > h3 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin-top: 35px;
}
.invite-business-form > div:first-child > div > div {
    width:215px;
    height:64px;
    background:rgba(252,194,37,1);
    border-radius:30px;
    margin: 34px auto 0;
}
.invite-business-form > div:first-child > div a {
    font-size:28px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:55px;
}
.invite-business-form > div:last-child {
    margin-top: 278px;
    height: 1420px;
    background-color: #242F34;
}
.invite-business-form > div:last-child > h2 {
    font-size:48px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
    padding-top: 300px;
}
.invite-business-form-content {
    width:1237px;
    height:683px;
    background:rgba(255,255,255,1);
    border-radius:20px;
    margin: 103px auto 0;
    padding-left: 51px;
    padding-right: 51px;
    overflow: hidden;
}
.invite-business-form-content > h4 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(63,63,63,1);
    margin-top: 41px;
}
.search {
    width: 1100px !important;
    margin: 0 auto;
}
.category-body {
    width: 1100px;
    margin: 0 auto;
}
.category-body > a {
    width:355px;
    height:380px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(236,236,236,1);
    border-radius:10px;
    margin-top: 25px;
    margin: 5px 5px;
}
.category-body > a > img {
    width:100%;
    height:222px;
}
.category-body > a > div {
    padding: 0 28px 0 16px;
}
.category-body > a  h5 {
    margin-top: 21px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.category-body > a  h2 {
    margin-top: 16px;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.category-body > a  p {
    margin-top: 18px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(103,103,103,1);
    line-height:18px;
}
.enterprise-values {
    margin-top: 50px;
    height: 621px;
    background-image: url(../images/about-us-enterprise-values.png);
    background-size: 100% 100%;
    overflow: hidden;
}
.enterprise-values > h2 {
    font-size:60px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,254,254,1);
    margin-top: 149px;
}
.enterprise-values-body {
    width: 1100px;
    margin: 78px auto 0;
}
.enterprise-values-body > div {
    width:200px;
    height:200px;
    border:3px solid rgba(255,255,255,1);
    border-radius:50%;
    line-height: 200px;
    font-size:36px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,254,254,1);
    margin: 0 30px;
}

.business-philosophy-body {
    width: 895px;
    margin: 60px auto;
}
.business-philosophy-body > div:not(:nth-child(3n-2)) {
    margin-left: 53px;
}
.business-philosophy-body > div:nth-child(1) {
    background-image: url(../images/about-us-business-philosophy-1.png);
    background-size: 100% 100%;
}
.business-philosophy-body > div:nth-child(2) {
    background-image: url(../images/about-us-business-philosophy-2.png);
    background-size: 100% 100%;
}
.business-philosophy-body > div:nth-child(3) {
    background-image: url(../images/about-us-business-philosophy-3.png);
    background-size: 100% 100%;
}
.business-philosophy-body > div:nth-child(4) {
    background-image: url(../images/about-us-business-philosophy-4.png);
    background-size: 100% 100%;
}
.business-philosophy-body > div {
    width: 263px;
    height: 263px;
    font-size:40px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:263px;
    margin-top: 32px;
}
.talent-concept {
    height: 621px;
    background-image: url(../images/about-us-talent-concept.png);
    background-size: 100% 100%;
    overflow: hidden;
}
.talent-concept-body {
    width: 1100px;
    margin: 121px auto;
}
.talent-concept > h2 {
    font-size:60px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-top: 174px;
}
.talent-concept-body > div {
    height:115px;
    border:4px solid rgba(255,255,255,1);
    font-size:40px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height: 115px;
    padding-left: 55px;
    padding-right: 55px;
}
.talent-concept-body > div:not(:first-child) {
    margin-left: 46px;
}
.single-body {
    margin-top: 69px;
    margin-bottom: 130px;
}
.single-body > div:first-child {
    width: 850px;
    padding-right: 21px;
    border-right:1px solid #DBD9DC;
}
.single-body > div:last-child {
    width: 406px;
    padding-left: 30px;
    padding-right: 15px;
}
.single-body > div > h1 {
    font-size:35px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
    margin-top: 0;
    
}
.single-body > div > time {
    display: block;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(103,103,103,1);
    margin-top: 10px;
}
.single-content {
    margin-top: 30px;
}
.page-body {
    margin-top: 69px;
    margin-bottom: 130px;
}
.page-body > div {
    width: 820px;
    padding: 21px;
}

.page-body > div > h1 {
    font-size:35px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
    margin-top: 0;
}
.page-body > div > time {
    display: block;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(103,103,103,1);
    margin-top: 10px;
}
.page-content {
    margin-top: 30px;
}
.related-post > h3 {
    font-size:30px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
}
.related-post > div > div {
    border-bottom: 1px solid #DBD9DC;
    padding-bottom: 22px;
}
.related-post  h2 {
    font-size:34px;
    font-family:PingFang SC;
    font-weight:normal;
    color:rgba(0,0,0,1);
    line-height:40px;
    margin-top: 43px;
}
.related-post  time {
    display: block;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(103,103,103,1);
    margin-top: 26px;
}
#form-message {
    width: 410px;
    height: 200px;
    border: 1px solid #DBD9DC;
    border-radius: 10px;
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
#form-message-title {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    border-bottom: 1px solid #DBD9DC;
    line-height: 50px;
}
#form-message-body {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
#form-message[hidden] {
    display: none;
}
#QR-code {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0px;
    top: 20px;
}
#mobile-footer {
    display: none !important;
}
.pagenav {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 16px;
}
.pagenav a {
    color: black;
}
/** 等于或大于550px正常模式 **/
@media screen and (min-width: 550px) {
    .pagination {
        text-align: center;
    }
    .pagination a, .pagination a:visited {
        float: left;
        background: #fff;
        margin: 0 5px 10px 0;
        padding: 8px 11px;
        line-height: 100%;
        border: 1px solid #ebebeb;
        border-radius: 2px;
    }
    .pagination .current, .pagination .dots {
        background: #fff;
        float: left;
        margin: 0 5px 0 0;
        padding: 8px 11px;
        line-height: 100%;
        border: 1px solid #ebebeb;
        border-radius: 2px;
    }
    .pagination span.current, .pagination a:hover {
        background: #0088cc;
        color: #fff;
        border: 1px solid #0088cc;
    }
    .screen-reader-text, .pages  {
        display: none;
    }
}
/** 等于或小于550px用于移动设备 **/
@media screen and (max-width: 550px) {
    .pagination {
        background: #fff;
        border: 1px solid #ebebeb;
        border-radius: 2px;
    }
    .pagination .nav-links {
        min-height: 30px;
        position: relative;
        text-align: center;
    }
    .pagination .current .screen-reader-text {
        position: static !important;
    }
    .screen-reader-text {
        height: 1px;
        overflow: hidden;
        position: absolute !important;
    }
    .page-numbers {
        display: none;
        line-height: 25px;
        padding: 5px;
    }
    .pagination .page-numbers.current {
        text-transform: uppercase;
    }
    .pagination .current {
        display: inline-block;
    }
    .pagination .prev,
    .pagination .next {
        background: #0088cc;
        color: #fff;
        display: inline-block;
        height: 29px;
        line-height: 29px;
        overflow: hidden;
        padding: 2px 8px;
        position: absolute;
        border: 1px solid #0088cc;
    }
    .pagination .next {
        border-radius: 0 2px 2px 0
    }
    .pagination .prev {
        border-radius: 2px 0 0 2px;
    }
    .pagination .prev a,
    .pagination .next a{
        color: #fff;
        line-height: 20px;
        padding: 0;
        display: inline-block;
    }
    .pagination .prev {
        left: 0;
    }
    .pagination .prev:before {
        left: -1px;
    }
    .pagination .next {
        right: 0;
    }
    .pagination .next:before {
        right: -1px;
    }
}
.footer-menu {
    background-color: #353535;
}
.footer-menu div {
    margin: 50px 5vw;
}
.footer-menu h5 {
    color: #ffffff;
    font-size: 20px;
}
.footer-menu ul {
    margin-top: 25px;
    padding: 0;
}
.footer-menu li {
    margin: 10px 0;
}
.footer-menu a {
    color: #aaaaaa;
    font-weight: normal;
    font-size: 16px;
}
.footer-menu a:hover {
    color: #fff;
}
.memorial-tablet-support-body {
    width: 1180px;
    margin: 96px auto;
}
.memorial-tablet-support-body > div {
    margin-top: 85px;
}
.memorial-tablet-support-body-explain-left > h2, .memorial-tablet-support-body-explain-right > h2 {
    font-size: 40px;
    font-weight: bold;
    color: #FF8C1D;
}
.memorial-tablet-support-body-explain-right > h2 {
    text-align: right;
    position: relative;
}
.memorial-tablet-support-body-explain-left > h2::after, .memorial-tablet-support-body-explain-right > h2::after {
    display: block;
    content: "";
    width: 36px;
    height: 6px;
    background: #FF8C1D;
    margin-top: 28px;
}
.memorial-tablet-support-body-explain-right > h2::after {
    position: absolute;
    right: 0;
}

.memorial-tablet-support-body-explain-left > p, .memorial-tablet-support-body-explain-right > p {
    font-size: 22px;
    font-weight: bold;
    color: #464646;
    line-height: 40px;
}
.memorial-tablet-support-body-explain-right > p {
    text-align: right;
    margin-top: 40px;
}
.memorial-tablet-img {
    width: 137px;
    height: 369px;
    position: relative;
    margin: 0 20px;
}
.memorial-tablet-img > img {
    width: 137px;
    height: 369px;
}
.memorial-tablet-bless {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 160px;
    margin: auto auto;
    writing-mode: vertical-lr;
    display: block;
    letter-spacing: 10px;
}
.memorial-tablet-dead {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 160px;
    margin: auto auto;
    writing-mode: vertical-lr;
    display: block;
    letter-spacing: 10px;
    /* font-family: STLiti; */
}
.memorial-tablet-support-body-goodness {
    margin-left: 40px;
}
.memorial-tablet-support-body-goodness-item {
    width: 198px;
    height: 62px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 4px 23px 1px rgba(56, 51, 28, 0.13);
    border-radius: 10px;
    text-align: center;
    line-height: 62px;
    margin: 8px 0;
}
.tablet-rack-1 {
    width: 165px;
    height: 322px;
    margin-right: 30px;
}
.tablet-rack-2 {
    width: 322px;
    height: 322px;
    margin-right: 30px;
}
.tablet-rack-3 {
    width: 358px;
    height: 322px;
    margin-right: 50px;
}
.tablet-hardware-1 {
    width: 154px;
    height: 196px;
    margin: 0 17px 0 70px;
}
.tablet-hardware-2 {
    width: 378px;
    height: 345px;
    margin: 0 31px 0 26px;
}
.tablet-hardware-3 {
    width: 124px;
    height: 172px;
    margin: 0 0 0 20px;
}
.arrow-right {
    width: 52px;
    height: 33px;
}
.tablet-soft-1 {
    width: 170px;
    height: 346px;
    margin-right: 19px;
}
.tablet-soft-2 {
    width: 170px;
    height: 344px;
    margin-right: 49px;
}
.tablet-soft-video {
    width: 400px;
    height: 228px;
    background: #000;
    margin-right: 50px;
}
.tablet-look-detail {
    font-size: 22px;
    color: #71C8FF;
}
.tablet-look-detail:hover {
    color: #71C8FF;
}
.memorial-tablet-goodness {
    background-color: rgba(241, 241, 222, 1);
    overflow: hidden;
}
.memorial-tablet-goodness-body {
    margin: 80px 0;
}
.memorial-tablet-goodness-body-tabs-title {
    width: 441px;
    height: 102px;
    background: #FFFFFF;
    box-shadow: 0px 3px 28px 4px rgba(56, 51, 28, 0.07);
    border-radius: 10px !important;
    font-size: 30px;
    line-height: 102px;
    padding: 0 26px;
    margin-bottom: 26px;
    box-sizing: border-box;
}
.memorial-tablet-goodness-body-tabs-title:last-child {
    margin-bottom: 0px;
}
.list-group-item.active {
    border: 3px solid #EDB77B !important;
    color: #E09139;
    background-color: #fff;
}
.memorial-tablet-goodness-body-content-1 {
    width: 724px;
    height: 726px;
    background-image: url('../images/tablet-goodness-1.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.memorial-tablet-goodness-body-content-1 > div {
    width: 593px;
    height: 356px;
    background: #FFFFFF;
    opacity: 0.74;
    margin: auto;
    padding: 46px;
    display: flex;
    align-items: center;
    justify-content: center;   
    font-size: 20px;
    color: #82521D;
    line-height: 34px;
}
.tab-content {
    margin-left: 72px;
}
