@charset "utf-8";
html {
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

body, button, input, select, textarea {
    font: 12px/1.5 arial, tahoma, \5b8b\4f53
}

input, select, textarea {
    font-size: 100%
}

button, input {
    *width: auto;
    *overflow: visible;
    line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

fieldset, img {
    border: 0
}

img {
    -ms-interpolation-mode: bicubic
}

iframe {
    display: block
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

acronym, abbr {
    border-bottom: 1px dotted;
    font-variant: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

:root sub, :root sup {
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

ins, a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

u {
    text-decoration: underline
}

pre, code, pre tt {
    font-family: Courier, 'Courier New', monospace
}

pre {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 1em 1.5em;
    display: block;
    -webkit-overflow-scrolling: touch
}

.textwrap, .textwrap td, .textwrap th {
    word-wrap: break-word;
    word-break: break-all
}

.textwrap-table {
    table-layout: fixed
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.fl, .fr {
    display: inline
}

.fl {
    float: left
}

.fr {
    float: right
}

html body .hide {
    display: none
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

body {
    font-family: "Microsoft YaHei", PingFangSC-Regular
}

.ins-btn {
    display: inline-block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    background: #FF8000;
    border-radius: 24px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-decoration: none
}

.ins-btn:hover {
    text-decoration: none;
    opacity: .88;
    filter: alpha(oapcity=88)
}

.vertical-align-middle {
    display: table;
    width: 100%;
    height: 100%
}

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

.insurance-overview {
    font-family: "Microsoft YaHei", PingFangSC-Regular;
    height: 630px;
    margin: 0 auto;
    background: url(../../img/xwb/bg-land-page.png) center center no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/xwb/bg-land-page.png', sizingMethod='scale')
}

.insurance-overview .banner {
    height: 518px;
    width: 1200px;
    margin: 56px auto 0
}

.insurance-overview .banner > .left {
    float: left;
    width: 680px;
    padding-bottom: 58px;
    background: #fff
}

.insurance-overview .banner > .left > .title {
    position: relative;
    margin-top: 60px;
    text-align: center
}

.insurance-overview .banner > .left > .title .right-shadow, .insurance-overview .banner > .left > .title .left-shadow {
    position: absolute;
    left: 75px;
    top: 21px;
    display: block;
    height: 2px;
    width: 110px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#666));
    background: -webkit-linear-gradient(left, #fff, #666);
    background: -moz-linear-gradient(left, #fff, #666);
    background: -o-linear-gradient(left, #fff, #666);
    background: -ms-linear-gradient(left, #fff, #666);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ffffff, endColorstr=#666666)
}

.insurance-overview .banner > .left > .title .right-shadow > .icon-diamond, .insurance-overview .banner > .left > .title .left-shadow > .icon-diamond {
    display: inline-block;
    position: absolute;
    margin-top: -.5px;
    right: -12px;
    top: -1.5px;
    width: 0;
    height: 0;
    border: 3px solid #666;
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.707, M12=.707, M21=-.707, M22=.707, SizingMethod='auto expand')
}

.insurance-overview .banner > .left > .title span.right-shadow {
    left: auto;
    right: 75px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#fff));
    background: -webkit-linear-gradient(left, #666, #fff);
    background: -moz-linear-gradient(left, #666, #fff);
    background: -o-linear-gradient(left, #666, #fff);
    background: -ms-linear-gradient(left, #666, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#666666, endColorstr=#ffffff)
}

.insurance-overview .banner > .left > .title span.right-shadow > .icon-diamond {
    left: -12px;
    right: auto;
    top: -1.5px
}

.insurance-overview .banner > .left > .title span {
    display: block;
    color: #333;
    text-align: center
}

.insurance-overview .banner > .left > .title span.concrete {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px
}

.insurance-overview .banner > .left > .title span.grey {
    margin-top: -18px;
    opacity: .16;
    filter: alpha(opacity=16);
    font-size: 24px;
    line-height: 30px
}

.insurance-overview .banner > .left > .desc {
    width: 416px;
    margin: 24px auto 0;
    font-size: 16px;
    color: #333;
    line-height: 30px
}

.insurance-overview .banner > .left > .feature {
    position: relative;
    margin-top: 40px;
    padding: 0 31px;
    overflow: hidden
}

.insurance-overview .banner > .left > .feature li {
    float: left;
    width: 33%
}

.insurance-overview .banner > .left > .feature img {
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 64px
}

.insurance-overview .banner > .left > .feature span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center
}

.insurance-overview .banner > .left > .func-group {
    margin-top: 46px;
    font-size: 0;
    text-align: center
}

.insurance-overview .banner > .left > .func-group > .apply {
    margin-left: 60px;
    border: 2px solid #FF8000;
    width: 176px;
    height: 44px;
    line-height: 44px;
    color: #FF8000;
    background: #fff
}

.insurance-overview .banner > .left > .func-group > .view:hover {
    color: #fff
}

.insurance-overview .banner > .right {
    position: relative;
    float: right;
    width: 520px
}

.insurance-overview .banner > .right > ul > li {
    position: relative;
    float: left;
    margin: 10px 0 0 10px;
    background: #999;
    overflow: hidden;
    vertical-align: middle;
    text-align: center
}

.insurance-overview .banner > .right > ul > li.top {
    margin-top: 0
}

.insurance-overview .banner > .right > ul > li > a {
    display: table;
    width: 250px;
    height: 166px
}

.insurance-overview .banner > .right > ul > li img {
    display: block;
    position: absolute;
    width: 250px;
    height: 166px;
    left: 0;
    top: 0
}

.insurance-overview .banner > .right > ul > li .cell-wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.insurance-overview .banner > .right > ul > li .cell-wrap > span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    color: #FFF;
    line-height: 42px
}