body {
    background: #F7F9FC;
}
.bgFC {
    background: #F7F9FC;
    padding: 0 0 30px;
}

.content-box {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 20px;
}
.i_title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    line-height: 28px;
    margin-bottom: 5px;
}

.f_left {
    width: 350px;
    height: 350px;
    background-color: #eee;
}
.f_left img{
    width: 100%;
    height: 100%;
}

.product-intro {
    position: relative;
    display: flex;
    width: 880px;
    height: 398px;
    padding: 24px 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.product-introText {
    position: absolute;
    color: #434547;
    font-size: 44px;
    width: 460px;
    top: 102px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intro-title {
    display: flex;
    justify-content: space-between;
    line-height: 32px;
}

.p-price {
    width: 464px;
    background-color: #F7F8FAFF;
    padding: 21px 20px;
    box-sizing: border-box;
}
.price-icon {
    font-weight: 400;
    color: #ff3939;
}
.price{
    font-size: 24px;
    color: #fd4956;
    font-weight: 600;
}
.bj_pl {
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bj_pl_dx {
    padding: 10px 0;
}
.p-intro {
    position: relative;
    width: 464px;
}
.item {
    line-height: 35px;
    font-size: 14px;
    color: #333;
}
.item button {
    padding: 11px 15px 11px 40px;
    border: none;
    margin-bottom: 10px;
    background-position: 15px 14px;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    background-color: #1C75FB;
    font-weight: 700;
}
.item button:last-child{
    margin-right: 0;
}
.item button.zx {
    background-image: url(../images/item1.png);
    background-color: #ef1f1f;
}
.item button.tel {
    background-image: url(../images/item2.png);
    background-color: #ff9b09;
    cursor: default;
}
.item button.wx {
    background-image: url(../images/item3.png);
    background-color: #ffffff;
    cursor: default;
    border: 1px solid #e0e0e0;
    padding: 10px 18px 10px 43px;
    color: #666;
    background-position: 15px 12px;
    position: relative;
}
.item button.wx span{
    display: none;
    width: 200px;
    height: 229px;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 32px;
    right: -50px;
    font-size: 14px;
}
.item button.wx:hover span{
    display: block;
}
.item button.wx span img{
    width: 180px;
    height: 180px;
}

.Introduction {
    width: 880px;
    margin-top: 14px;
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.IntroductionHeader {
    width: 880px;
    height: 48px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    color: #22283EFF;
    padding: 10px 14px;
    box-sizing: border-box;
}

.gunFw {
    width: 100px;
    height: 18px;
    border-left: 4px solid #1D76FB;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
}

.IntroductionMain {
    position: relative;
    width: 880px;
    padding: 26px 21px;
    box-sizing: border-box;
    font-size: 15px;
    color: #52576BFF;
    line-height: 32px;
}
.IntroductionMain img{
    max-width: 100%;
}
.IntroductionMain table{
    max-width: 100% !important;
}


.consultation {
    position: relative;
    /*display: flex;
    justify-content: space-around;*/
    width: 880px;
    margin-top: 20px;
}

.leftText {
    width: 100px;
    font-size: 18px;
    color: #22283E;
    border-left: 4px solid #1D76FB;
    height: 17px;
    line-height: 17px;
    text-align: center;
}

.consultationHeader {
    width: 433px;
    display: flex;
    justify-content: space-between;
    padding: 14px 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.leftConsultation {
    background-color: #fff;
    margin-right: 14px;
    max-height: 370px;
    overflow: hidden;
    border-radius: 10px;
    width: 433px;
    float: left;
    margin-bottom: 14px;
}
.leftConsultation:nth-child(2n){
    margin-right: 0;
}

.rightConsultation {
    background-color: #fff;
    max-height: 370px;
    overflow: hidden;
    border-radius: 10px;
}

.consultationLi {
    width: 433px;
    padding: 20px 14px;
    box-sizing: border-box;
}

.consultationLi li .Aright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 8px 0;
}

.consultationLi li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 8px 0;
}

.consultationLiZero {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.consultationLi1 {
    width: 8px;
    height: 8px;
    background-color: #1D76FB;
    margin-right: 10px;
}

.consultationLi2 {
    font-size: 14px;
    color: #52576B;
    width: 280px;
    text-overflow: ellipsis;
    /* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
    white-space: nowrap;
    /* nowrap:规定段落中的文本不进行换行   */
    overflow: hidden;
}

.consultationLi3 {
    font-size: 14px;
    color: #A3A8BD;
}
.numbers {
    color: #1D76FB;
}
.informationRight {
    width: 304px;
    height: 400px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 14px;
}
.informationRightHeat {
    padding: 22px 14px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E7EAF1FF;
}
.scroll-box{
    height: 320px;
    position: relative;
    overflow: hidden;
}
.scroll-box ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.scroll-box ul li{
    height: 40px;
    line-height: 40px;
    padding: 0 100px 0 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.scroll-box ul li span{
    display: inline-block;
}
.scroll-box ul li .area{
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scroll-box ul li .time{
    position: absolute;
    right: 20px;
    top: 0;
}

.box-tit {
    color: #323232FF;
    border-left: 4px solid #1D76FBFF;
    height: 17px;
    line-height: 17px;
    margin-top: 2px;
    width: 82px;
    text-align: center;
}

.onePhone {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 880px;
}
.onePhone li {
    width: 284px;
    background-color: #fff;
    padding: 26px 12px;
    box-sizing: border-box;
    border-radius: 6px;
}
.onePhone li a {
    display: flex;
}
.onePhoneImg {
    display: flex;
    width: 100%;
    color: #646464;
}
.onePhoneImg img {
    width: 64px;
    height: 64px;
    margin-right: 12px;
}
.onePhoneImg p span{
    display: block;
}
.onePhoneImg p span.tit{
    height: 16px;
    line-height: 16px;
    font-weight: 600;
}
.onePhoneImg p span.desc{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

/*相关服务*/
.RelatedRight {
    width: 304px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}
.Related {
    padding: 0 14px;
    box-sizing: border-box;
}

.Related li a {
    display: flex;
    width: 100%;
    height: 100px;
    margin-top: 18px;
    border-bottom: 1px solid #E7EAF1;
}

.Related li:last-child a {
    border-bottom: none;
}
.RelatedImg {
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 23px;
}
.RelatedImg img{
    width: 80px;
    height: 80px;
}
.rightText1 {
    width: 170px;
    color: #323232FF;
    text-overflow: ellipsis;/* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
    white-space: nowrap;/* nowrap:规定段落中的文本不进行换行 */
    overflow: hidden;
}
.rightText2 {
    width: 170px;
    color: #999999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rightText3 {
    color: #FF6A00FF;
}
/*结束*/