/*====== 综合样式======*/

* {
    list-style: none;
    text-decoration: none;
    font-family: '微软雅黑 Regular';
}
p, h1 {
    margin: 0;
    padding: 0;
}

/*文本样式*/
.indentText{
    display: block;
    text-indent: 40px;
}
/*颜色*/
.mainColor {
    color: #017abd;
}
.grayColor{
    color: #666;
}
.lighterGray{
    color: #999;
}
.redColor{
    color: #ff0000;
}
.mainBg{
    background-color: #017abd;
}

/*箭头指示样式*/
.arrowLeft {
    position: relative;
    width: 50px;
    height: 2px;
    left: -32px;
    top: -116px;
}

.arrowLeft::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    border: 1px dashed #999;
}

.arrowLeft::after {
    content: "";
    position: absolute;
    right: -4px;
    top: -7px;
    border-left: 8px solid #999;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}

/*边距样式*/
.marginBottomTen {
    margin-bottom: 10px;
}
.marginBottomTwenty {
    margin-bottom: 20px;
}
.paddingRightTwenty{
    padding-right: 20px;
}
.noPaddingRight{
    padding-right: 0;
}
.noPadding {
    padding: 0;
}
/*浮动样式*/
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after {
    content: '';
    overflow: hidden;
    float: none;
    clear: both;
}
/*去掉模态框遮罩层*/

.modal-backdrop {
    filter: alpha(opacity=0)!important;
    opacity: 0!important;
}

/*====== 内容样式======*/
/*页面居中*/
.insuranceWrapper{
    min-width: 1200px;
}
@media (min-width: 1400px) {
    .insuranceWrapper{
        width: 1200px;
        margin: 0 auto;
    }
}
.content{
    margin-top: 40px;
}
/*保险说明顶部样式*/
.content .productTopBox {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 30px 20px 20px;
    border:1px solid #017abd;
    box-sizing: border-box;
    -o-box-shadow: 0 -1px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 -1px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 -1px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,.2);
    box-shadow: 0 -1px 5px rgba(0,0,0,.3);
}

/*左边图片样式*/
.content .productTopBox .leftPart {
    padding-right: 40px;
    text-align: center;
}

.content .leftPart .leftPartImg {
    width: 256px;
    height: 256px;
    margin: 0 auto;
}

.content .leftPart .leftPartImg > img {
    width: 100%;
    height: 100%;
}

/*右边文字说明样式*/
.content .rightPartBox .farmsTitleBox{
    padding: 22px 0;
}
.content .rightPartBox .farmsTitleBox span{
    display: block;
    line-height: 18px;
    letter-spacing: 2px;
}
.content .rightPartBox .farmsTitleBox .farmsTitle {
    padding-bottom: 22px;
    color: #222;
    font-size: 26px;
    letter-spacing: 3px;
}
.content .rightPartBox .farmsTitleBox .callPhone {
    padding: 20px 0;
}
.content .rightPartBox .farmsTitleBox .nowInsured {
    width: 200px;
    height: 45px;
    line-height: 31px;
    background-color: #017abd;
    font-size: 18px;
    border-radius: 5px;
}

/*保险介绍样式*/
.content .productIntrouduce {
    position: relative;
    background: #fff;
    line-height: 26px;

}

.productIntrouduce .nav-tabs-custom {
    position: relative;
    margin-bottom: 0;
    background: transparent;
    font-size: 16px;
    color: #222;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs {
    height: 40px;
    line-height: 38px;
    margin-bottom: 40px;
    border-bottom: 2px solid #017abd;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.productIntrouduce .nav-tabs-custom > .nav-tabs > li {
    border-top: none;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li.disabled > a {
    color: #777;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 78px;
    font-size: 16px;
    color: #666;
    border-radius: 0;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li > a.text-muted {
    color: #999;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li > a,
.productIntrouduce .nav-tabs-custom > .nav-tabs > li > a:hover {
    margin: 0;
    background: transparent;
    border: none;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.productIntrouduce .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.productIntrouduce .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li.active {
    margin: 0;
    border-top-color: transparent;
    border-top: none;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li.active > a,
.productIntrouduce .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #017abd;
    color: #fff;
    font-weight: 700;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.productIntrouduce .nav-tabs-custom > .nav-tabs > li.header > .fa,
.productIntrouduce .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.productIntrouduce .nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.productIntrouduce .nav-tabs-custom > .tab-content {
    padding: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane {
    background: #fff;
    padding: 0 40px 10px 40px;
    font-size: 16px;
}

.productIntrouduce .nav-tabs-custom > .tab-content #insDetail {
    width: 100%;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText {
    margin-bottom: 41px;
    font-size: 16px;
    color: #000;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .tbExampleBox p {
    width: 100%;
    font-size: 16px;
    color: #333;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .insTypeIntroduce {
    position: relative;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .insTypeIntroduce p {
    text-indent: 30px;
    letter-spacing: 2px;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText > b {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-bottom: 26px;

}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText > b::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 25px;
    background: #017abd;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText > p {
    font-size: 16px;
    color: #333;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText .proTraitList {
    padding: 0 0 15px 5px;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText .proTraitList .releaseFund {
    line-height: 16px;
    font-size: 14px;
    color: #666;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText .proTraitList .traitExplain {
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText .roleExplanation {
    position: relative;
    margin-top: 12px;
    margin-bottom: 40px;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText .proTraitList .dot {
    width: 70px;
    height: 70px;
    padding-top: 8px;
    border: 1px solid #c5e4f4;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px #ddd;
}

.productIntrouduce .nav-tabs-custom > .tab-content .tab-pane .listText .content .rightPart .rightPartBox .media-body {
    padding-top: 6px;
}

.productIntrouduce .nav-tabs-custom .dropdown.open > a:active,
.productIntrouduce .nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}

.productIntrouduce .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}

.productIntrouduce .nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}

.productIntrouduce .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}

.productIntrouduce .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}

.productIntrouduce .nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

.productIntrouduce .nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}

/*=========表格样式========*/
.content .table {
    margin: 0;
    line-height: 26px;
    color: #222;
    font-size: 16px;
    text-align: center;
}

.content .table .headBgStyle {
    background: #006fb6;
}

.content .table th {
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.content .table .headBgStyle th:first-child {
    height: 60px;
    line-height: 42px;
    background: url('../img/xiexian.png') no-repeat center/100% 100%;
"
}

.content .table .headBgStyle th:not(.firstTh) {
    height: 60px;
    line-height: 42px;
}

.content .table th .bgBias {
    position: relative;
}

.content .table th .bgBias .guaranteeIns {
    position: absolute;
    left: 2px;
    top: -25px;
}

.content .table th .bgBias .costIns {
    position: absolute;
    right: 2px;
    top: -58px;
}

.content .table td {
    display: table-cell;
    vertical-align: middle;
}

.content .table .allCost {
    color: #ff0000;
    font-weight: bold;
}

/*=========投保流程========*/
.productIntrouduce .tbWrapper {
    width: 100%;
    text-align: center;
}

.productIntrouduce .tbWrapper .stepsBox {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center;
}

.productIntrouduce .tbWrapper .stepsBox .arrowLeft.leftThirty {
    left: -30px;
}

.productIntrouduce .tbWrapper .stepsBox .arrowLeft.athoerArrow {
    left: -36px;
    top: -184px;
}

.productIntrouduce .tbWrapper .stepsBox.payMoney {
    padding-top: 18px;
}

.productIntrouduce .tbWrapper .stepsBox:first-child {
    padding-left: 0;
}

.productIntrouduce .tbWrapper .stepsBox:last-child {
    padding-right: 0;
}

.productIntrouduce .tbWrapper .stepsBox p {
    margin-top: 35px;
}

.productIntrouduce .tbWrapper .stepsBox span {
    display: block;
    min-height: 80px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}

.productIntrouduce .settleProcess {
    padding-top: 35px;
}

@media (max-width: 1000px) {

    .productIntrouduce .tbWrapper .stepsBox span {
        min-height: 120px;
    }
}

/*=========保险条款========*/
.productIntrouduce .tab-content .noPaddingRight {
    padding-right: 0 !important;
}

.productIntrouduce .scrollWrapper {
    height: 870px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 66px 0 38px;
    color: #000;
    text-align: left;
    font-size: 14px;
}

.productIntrouduce .scrollWrapper h1 {
    padding-bottom: 35px;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.productIntrouduce .scrollWrapper p,
.productIntrouduce .scrollWrapper b {
    font-weight: bold;
}

.productIntrouduce .scrollWrapper p {
    text-align: center;
}

.productIntrouduce .scrollWrapper p.textLeft {
    text-align: left;
}

.productIntrouduce .scrollWrapper span {
    display: block;
    text-indent: 40px;
}

.productIntrouduce .scrollWrapper .rules {
    margin-bottom: 40px;
}

/*=========常见问题========*/
.productIntrouduce .problem {
    padding-bottom: 30px;
    border-bottom: 1px dashed #666;
    font-size: 14px;
}

.productIntrouduce .problem:last-child {
    border: none;
}

.productIntrouduce .problem div {
    margin-bottom: 18px;
}

.productIntrouduce .problem div:first-child {
    font-size: 16px;
    font-weight: bold;
}
.modal{
	bottom:auto;
}

/*--------附录--------*/
table tr td{
    width:80px;
    text-align: center;
    height:40px;
}





