.top {
    width:1200px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin: 0 auto;
}

.center {
    width:1200px;
    height: 128px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #aab2bd;
    /* placeholder字体大小 */
    font-size: 18px;
}

.line {
    width: 117px;
    height: 2px;
    background: #48c7df;
    border-radius: 2px;
}

.topdh {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

.dh {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    color: #ffffff;
}

.checkdh {
    width: 200px;
    height: 2px;
    background: #48c7df;
    border-radius: 2px;
    color: #48c7df;
}
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
div,
select,
a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial,
    sans-serif;
    font-size: 14px;
    color: #333;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
    outline: none;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
em {
    font-style: normal;
}
ul {
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle;
}
p {
    word-wrap: break-word;
}
i {
    display: inline-block;
    font-style: normal;
}
td{
   border: 1px solid #eee;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    -moz-outline: none;
}
input,
button,
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.clearFix {
    *zoom: 1;
}
.clearFix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.after:after {
    content: '';
    display: block;
}
.before::before {
    content: '';
    display: block;
}
.transition-03 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.noscroll {
    overflow: hidden;
    height: 100%;
    padding-right: 20px;
}
.zl-fl {
    float: left;
}
.zl-fr {
    float: right;
}
.zl-tl {
    text-align: left;
}
.zl-tc {
    text-align: center;
}
.zl-tr {
    text-align: right;
}
.zl-pos-a {
    position: absolute;
}
.zl-pos-r {
    position: relative;
}
.zl-pos-f {
    position: fixed;
}
.zl-color-white {
    color: #fff;
}
.zl-color-red {
    color: #f30;
}
.zl-color-black {
    color: #000;
}
.zl-font-size-12 {
    font-size: 12px !important;
}
.zl-font-size-14 {
    font-size: 14px !important;
}
.zl-font-size-16 {
    font-size: 16px !important;
}
.zl-font-size-18 {
    font-size: 18px !important;
}
.zl-font-size-20 {
    font-size: 20px !important;
}
.zl-font-size-22 {
    font-size: 22px !important;
}
.zl-font-size-24 {
    font-size: 24px !important;
}
.zl-font-size-26 {
    font-size: 26px !important;
}
.zl-font-size-28 {
    font-size: 28px !important;
}
.zl-font-size-30 {
    font-size: 30px !important;
}
.zl-font-size-32 {
    font-size: 32px !important;
}
.zl-font-size-34 {
    font-size: 34px !important;
}
.zl-font-size-36 {
    font-size: 36px !important;
}
.zl-mt-10 {
    margin-top: 10px !important;
}
.zl-mt-15 {
    margin-top: 15px !important;
}
.zl-mt-20 {
    margin-top: 20px !important;
}
.zl-mt-25 {
    margin-top: 25px !important;
}
.zl-mt-30 {
    margin-top: 30px !important;
}
.zl-mr-10 {
    margin-right: 10px !important;
}
.zl-mr-15 {
    margin-right: 15px !important;
}
.zl-mr-20 {
    margin-right: 20px !important;
}
.zl-mr-25 {
    margin-right: 25px !important;
}
.zl-mr-30 {
    margin-right: 30px !important;
}
.zl-mb-10 {
    margin-bottom: 10px !important;
}
.zl-mb-15 {
    margin-bottom: 15px !important;
}
.zl-mb-20 {
    margin-bottom: 20px !important;
}
.zl-mb-25 {
    margin-bottom: 25px !important;
}
.zl-mb-30 {
    margin-bottom: 30px !important;
}
.zl-ml-10 {
    margin-left: 10px !important;
}
.zl-ml-15 {
    margin-left: 15px !important;
}
.zl-ml-20 {
    margin-left: 20px !important;
}
.zl-ml-25 {
    margin-left: 25px !important;
}
.zl-ml-30 {
    margin-left: 30px !important;
}
.zl-pt-10 {
    padding-top: 10px !important;
}
.zl-pt-15 {
    padding-top: 15px !important;
}
.zl-pt-20 {
    padding-top: 20px !important;
}
.zl-pt-25 {
    padding-top: 25px !important;
}
.zl-pt-30 {
    padding-top: 30px !important;
}
.zl-pr-10 {
    padding-right: 10px !important;
}
.zl-pr-15 {
    padding-right: 15px !important;
}
.zl-pr-20 {
    padding-right: 20px !important;
}
.zl-pr-25 {
    padding-right: 25px !important;
}
.zl-pr-30 {
    padding-right: 30px !important;
}
.zl-pb-10 {
    padding-bottom: 10px !important;
}
.zl-pb-15 {
    padding-bottom: 15px !important;
}
.zl-pb-20 {
    padding-bottom: 20px !important;
}
.zl-pb-25 {
    padding-bottom: 25px !important;
}
.zl-pb-30 {
    padding-bottom: 30px !important;
}
.zl-pl-10 {
    padding-left: 10px !important;
}
.zl-pl-15 {
    padding-left: 15px !important;
}
.zl-pl-20 {
    padding-left: 20px !important;
}
.zl-pl-25 {
    padding-left: 25px !important;
}
.zl-pl-30 {
    padding-left: 30px !important;
}
.zl-db {
    display: block;
}
.zl-dn {
    display: none;
}
.zl-df {
    display: flex;
}
.zl-aic {
    display: flex;
    align-items: center;
}
.zl-jcc {
    display: flex;
    justify-content: center;
}
.zl-jcsb {
    display: flex;
    justify-content: space-between;
}
.zl-jcsa {
    display: flex;
    justify-content: space-around;
}
.indextop,.selective,.hot,.vip,.insuranceclass,.insurer,.about{
    width:1200px;
    margin:0 auto;
    padding:20px 0;
}
.footer {
    width: 1200px;
    background: #07254f;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer a {
    color: #ffffff;
}
.footericon,.footermenu,.footercopy{
    width:1200px;
    margin: 30px auto;
    display: flex; flex-direction: row;
}
.footericon img {
    height: 70px;
    width: 71px;
}
.footericon .dh {
    display: flex;
    flex-direction: row;
    width: 20%;
    height: 60px;
    align-items: center;
    border-right: 1px solid #ffffff;
    justify-content: center;
}
.footericon .dh div{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 14px;
}
.footermenu{
    justify-content: space-between;
    font-size: 14px;
}
.footermenu a{
    color: #eee;
    margin-right: 30px;
}
.footercopy{
    font-size: 14px;
    line-height:1.8;
    color: rgba(255, 255, 255, 0.5);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}