.bannerModel{background-image: url('../images/option_bg.jpg');}
.bannerModel1{background-image: url('../images/investorBanner.png');}

/* .optionHead .title{font-size: 36px;font-weight: bold;text-align: center;padding-bottom: 30px;color: #000;}
.optionHead>img{max-width:760px;margin: 0 auto;display: block;}
.optionText{margin-top: 60px;background: #F7FBFE;border-top: 1px solid #DCF0FF;border-bottom: 1px solid #DCF0FF;padding: 50px 0;text-align: center;color: #666;line-height: 22px;}
.optionText p:nth-child(n+2){padding-top: 10px;} */
.optHead{justify-content: space-between;border-bottom: 1px solid #eee;padding-bottom: 50px;}
.optHead .optHeadL{width:45%;aspect-ratio: 1/0.66;object-fit: cover;}
.optHead .optHeadR{width: calc(55% - 50px);}
.optHeadR .tit{align-items: center;font-size: 30px;font-weight: bold;color: #000;}
.optHeadR .tit>img{width: 100px;height: 100px;margin-right: 20px;}
.optHeadR .desc{margin-top: 30px;background: #F7FBFE;padding: 20px;border: 1px solid #DCF0FF;text-indent: 2em;color: #666;line-height: 26px;}
.optHeadR .desc p{color: #666;line-height: 36px; font-size: 18px;}
.optHeadR .desc>p:nth-child(n+2){padding-top: 10px;}

.optionImg{text-align: center;padding-top: 40px;}
.optionImg .title{font-size: 28px;}
.optionImg .desc{padding-top: 42px;color: #666;padding-bottom: 30px;}
.optionImg>img{max-width: 1100px;margin: 0 auto;}
.optionText p{font-size: 18px; color: #555; line-height: 36px;}
.optionImg p{font-size: 16px; color: #000; line-height: 30px;}

.optionMoreModle .title{font-size: 40px;font-weight: bold;text-align: center;padding-bottom:50px;color: #000;}
.moreItem{width: calc((100% - 30px) / 3);margin-right: 15px;background: #F7F7F7;}
.moreItem:nth-child(3n){margin-right: 0;}
.moreItem .main{padding: 50px 45px;}
.moreItem .main .tit{font-size: 26px; color: #000;padding-bottom: 22px;}
.moreItem .main .desc{color: #555;line-clamp: 3;-webkit-line-clamp: 3;height: 60px;    font-size: 16px;  line-height: 32px;}
.moreItem .main .add{font-size: 43px;padding-top: 20px;line-height: 20px;    color: #000;}
.moreItem .img{width: 100%;aspect-ratio: 1/0.6;overflow: hidden;}
.moreItem .img>img{width: 100%;height: 100%;object-fit: cover;}
.moreItem:hover .img>img{transform: scale(1.1);}


@media screen and (max-width: 1640px) {
  .moreItem .main{padding: 40px 35px;}
}
@media screen and (max-width: 1400px) {
  .moreItem .main{padding: 30px 25px;}
}