/* 轮播图样式开始 */

.width {
    width: 100%;
    height: 300px;
}

.header_banner {
    position: relative;
}

.ul>li {
    display: none;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.ul>li>img {
    width: 100%;
    height: 300px;
}

.ol {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.ol li {
    width: 29px;
    height: 4px;
    opacity: 0.26;
    background: #ffffff;
    border-radius: 2px;
    margin: 0 11px;
}

.ol .banner_active {
    opacity: 1;
}


/* 轮播图样式结束 */


/* 内容开始 */

.content {
    width: 1300;
    margin-bottom: 38px;
    position: relative;
    margin-top: 20px;
}


/* 内容左边开始 */

.con_left {
    width: 885px;
    height: 100%;
}

.screen {
    width: 100%;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.search {
    margin: 20px 0 5px 0;
}

.search>input {
    width: 740px;
    height: 42px;
    background: #f7f7f7;
    border-radius: 2px 0px 0px 2px;
    padding-left: 20px;
}

.search>p {
    width: 105px;
    height: 42px;
    background: linear-gradient(90deg, #5385FF, #2F68FF);
    border-radius: 0px 2px 2px 0px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.hot_search {
    height: 45px;
}

.hot_search>h3 {
    font-size: 15px;
    color: #333333;
}

.hot_search>ul>li {
    margin-left: 25px;
    font-size: 14px;
    color: #999999;
}

.honor_up a img{
    width: 10px;
    height: 10px;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -6px;
}
.guarantee_population>h3 {
    font-size: 15px;
    color: #333333;
}

.guarantee_population>ul {
    width: 710px;
}

.guarantee_population>ul>li {
    margin-left: 25px;
    font-size: 14px;
    color: #999999;
}

.guarantee_population>ul>li>span {
    width: 14px;
    height: 14px;
    border: 1px solid #999;
}

.guarantee_population>ul>li>img {
    width: 16px;
    height: 16px;
    display: none;
}

.guarantee_population>ul>li>p {
    margin-left: 5px;
}

.guarantee_population>.btn {
    width: 72px;
    height: 23px;
    background: linear-gradient(90deg, #5285fc, #326afc);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
}

.guarantee_population>.btn>img {
    width: 9px;
    height: 5px;
    margin-left: 6px;
}

.guarantee_population>.click {
    display: none;
}

.open {
    width: 734px;
    height: 125px;
    background: #F7F7F7;
    margin: 16px 46px 30px 105px;
    padding-left: 34px;
    box-sizing: border-box;
}

.open>li {
    padding: 2px 22px;
}

.open>li>span {
    width: 14px;
    height: 14px;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.open>li>img {
    width: 16px;
    height: 16px;
    display: none;
}

.open>li>p {
    font-size: 14px;
    color: #999999;
    margin-left: 6px;
}


/* 投保指南 开始 */

.selected_products {
    width: 100%;
    margin-top: 20px;
    /* height: 362px; */
}

.products_con {
    background: #fff;
}

.products_con_tab {
    height: 59px;
    background: #FCFCFC;
}

.products_con_tab li {
    width: 100%;
    height: 100%;
}

.products_con_tab .products_active {
    background: #E5E7FA;
    box-sizing: border-box;
    border-bottom: 2px solid #2533C4;
}

.products_con_tab .products_active div {
    border: none;
}

.products_con_tab li div {
    width: 126px;
    border-right: 1px solid #999;
}

.products_con_tab li:last-child div {
    border: none;
}

.products_con_tab li div img {
    width: 19px;
    height: 19px;
    margin-right: 11px;
}

.products_con_subject {
    width: 100%;
}

.products_con_subject div {
    width: 100%;
    padding: 39px 0 0 39px;
    box-sizing: border-box;
}

.products_con_subject div p {
    width: 140px;
    height: 18px;
    font-size: 14px;
    margin-bottom: 39px;
    color: #999;
}

.products_img .insurance_img {
    width: 166px;
}

.insurance_guide_con {
    width: 100%;
}

.insurance_guide_con li {
    width: 100%;
    box-sizing: border-box;
    padding: 28px 30px;
}

.insurance_guide_con_list {
    width: 100%;
}

.term {
    width: 100%;
}

.tupian {
    width: 193px;
    height: 185px;
    position: relative;
}

.tupian>img {
    width: 193px;
    height: 185px;
    border-radius: 4px !important;
}

.tupian>p {
    width: 193px;
    height: 31px;
    background: rgba(0, 0, 0, .54);
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #ffffff;
}

.term:first-child {
    margin: 0;
}

.term_center {
    width: 445px;
   	min-height: 196px;
    margin-left: 24px;
    margin-top: -6px;
}
.title{
    display: flex;
    align-items: center;
}
.title>h3 {
    font-size: 24px;
    color: #333333;
    max-width: 300px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.title>span {
    width: 67px;
    height: 24px;
    background: #e5e7fa;
    border-radius: 4px;
    font-size: 13px;
    color: #2533c4;
    margin-left: 30px;
}

.range>p {
    padding: 4px 8px;
    background: #F7F7F7;
    border-radius: 4px;
    color: #999999;
    font-size: 13px;
    margin: 12px 20px 12px 0;
}

.two_title {
    width: 384px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}
.check-box img{
    height: 14px !important;
    width: 14px !important;
}

.check-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.check-box-select{
    border: 1px solid transparent !important;
}
.guarantee p {
    font-size: 13px;
    color: #2533c4;
    margin-right: 20px;
    line-height: 25px;
}
.guarantee img{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 7px;
}
.price {
    margin-top: 12px;
}

.price>li {
    padding: 0;
    width: 186px;
    font-size: 13px;
    color: #999999;
    word-wrap: break-word;
    word-break: normal;
    word-break: normal;
}
.money{
    display: flex;
}
.money>span {
    font-size: 20px;
    color: #fd6620;
    margin-top: 6px;
}

.money>p {
    font-size: 26px;
    color: #fd6620;
}

.term_right>img {
    width: 140px;
    height: 40px;
    margin-top: 20px;
    cursor: pointer;
}


/* 投保指南 结束 */


/* 内容左边结束 */


/*  内容右边开始*/

.con_right {
    width: 295px;
    margin-left: 20px;
}

.free_budget {
    width: 295px;
    height: 297px;
    position: relative;
}

/*.free_budget>img {
    width: 121px;
    height: 34px;
    margin-top: 226px;
    cursor: pointer;
}*/

.appointment_consultation {
    width: 295px;
    height: 334px;
    background: url(../img/d_fen/d_selectedProducts/appointment_consultation.png);
    background-size: 295px 334px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}

.appointment_consultation>img {
    width: 121px;
    height: 34px;
    margin-top: 267px;
}


/* 投保指南开始 */

.company_honor {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    margin-top: 16px;
    padding: 0 22px;
    box-sizing: border-box;
}

.honor_up {
    width: 100%;
    height: 50px;
}

.honor_up>img {
    width: 18px;
    height: 18px;
}

.honor_up>h3 {
    font-size: 16px;
    color: #333333;
    margin-left: -100px;
}

.honor_up>a {
    font-size: 13px;
    color: #333333;
    position: relative;
    margin-right: 15px;
}

.honor_con {
    width: 100%;
}

.honor_con>li {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 16px 0;
}

.honor_con>li>p {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.honor_con>li>p:hover{
	color: #2533C4;
}
.honor_con>li>span {
    font-size: 12px;
    color: #999999;
    margin-top: 9px;
}
/* 投保指南结束 */


/*  内容右边结束*/


/* 内容结束 */