/*
KISSY CSS Reset
理念：1. reset 的目的不是清除浏览器的默认样式，这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致，而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹，推荐根据具体需求，裁剪和修改后再使用。
特色：1. 适应中文；2. 基于最新主流浏览器。
维护：玉伯<lifesinger@gmail.com>, 正淳<ragecarrier@gmail.com>
 */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; }

fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
body {
    font: 24px/1 Helvetica, Arial, sans-serif;
    background: #eaeaea;
}
/*全部*/
.text_center{
    text-align: center;
}
.c999{
    color: #999;
}
.c666{
    color: #666;
}
.padding-left32 {
    padding-left: 32px;
}
/*基本样式*/
.header{
    height: 50px; width: 100%; 
    background: #fff;

    position: relative;
}
.header_content{
    height: 50px; width: 1200px; margin: 0 auto;
}
.content{
    width: 100%;
    margin:0 auto;
}
.header_img{
    height: 38px; margin:6px;
}
.header_title{
    float: right;
}
.header_title li{
    float: left; font-size: 14px; color:#333; line-height: 39px; margin-top:5px; border-bottom: 2px solid #fff; height: 39px; cursor: pointer;
}
.header_title li a{
    display: block;
    height: 100%;
    padding: 0 18px;
    color:#666;
}
.header_title li:hover a{
    color:#84d5cd;
}
.header_title li.active a{
    color:#84d5cd;
}
.content_banner{
    width: 100%;
    float: left;
}
.content_con{
    width: 1200px; background: #ffffff; overflow: hidden;
}
.content_hr{
    width: 60px; height: 3px; margin: 10px auto 20px; background: #2C8C92; border: none;
}
.content_con_title{
    margin-top:50px; font-size: 30px;
}
.content_con_con{
    margin-top:10px; font-size: 18px;
}
.text_introduce{
    overflow: hidden;
    width: 520px;
    height: 520px;
    background: #f8f8f8;
    margin: 65px auto;
}
.text_introduce li{
    float: left;
    width: 260px;
    height: 260px;
    background: #f8f8f8;
    position: relative;
    line-height: 20px;
}
.text_introduce li:nth-child(2){
    background: #3698FF;
}
.text_introduce li:nth-child(3){
    background: #2c8c92;
}
.text_introduce li .left_arrow{
    display: block;
    position: absolute;
    left: -20px;
    bottom: 120px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #3698FF;
    border-bottom: 10px solid transparent;
}
.text_introduce li .right_arrow{
    display: block;
    position: absolute;
    z-index: 10;
    right: -20px;
    bottom: 120px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #2D868B;
    border-bottom: 10px solid transparent;
}

.text_introduce_title{
    margin:40px auto 20px; font-size: 26px; color:#333; text-align: center;
}
.text_introduce_con{
    margin:0 34px 40px; font-size: 14px;
}
.text_introduce_btn{
    display:block; width: 95px; height: 35px; border: 1px solid #2C8C92; background: #f8f8f8; margin:0 81.5px; color:#2C8C92; outline: none;
    cursor: pointer; font-size: 14px; text-align: center; line-height: 35px;
}
.text_introduce_logo{
    margin:100px 30px; height: 60px; max-width: 200px; line-height: 60px;
}
.text_introduce_logo svg{
    height: 60px;float: left;
}
.text_introduce_logo span{
    color:#fff; float: left;
}
.text_introduce_logo_75{
    margin: 100px 75px;
}
.cooperation{
    padding: 0 100px 80px; overflow: hidden;
}
.cooperation li{
    float: left; width: 399px; text-align: center;
}
.cooperation hr{
    height: 70px; width: 1px; border: none; background: #d8d8d8; float: left;margin-top:32px;
}
.cooperation li img{
    height: 96px;
}
.cooperation li p{
    margin-top:10px;
}
.footer{
    height: 200px; background: #000000; text-align: center; line-height: 30px; color:#fff; font-size: 16px;
    width: 100%;
    clear: both;
}
/*导航按钮*/
.navbar-toggle {
    width: 20px;
    height: 20px;
    display: none;
    border: 0;
    outline: none;
    position: absolute;
    left: 10px;
    top: 18px;
    background: #fff;
    background:url("../images/open.png") no-repeat left center;
    background-size: cover;
}
.navbar-toggle-open {
    background:url("../images/close.png") no-repeat left center;
    background-size: cover;
}
.media-header {
    position: fixed;
    z-index: 100;
    height: 100%;
    top:50px;
    width: 100%;
    position: absolute;
    top: 50px;
    background: #fff;
    display: none;
}
.media-header ul{
    padding: 0 20px; overflow: hidden;
}
.media-header ul li{
    border-bottom: 1px solid #eaeaea;
    text-align: center; line-height: 88px;
}
.media-header ul li a{
    color:#666;
}
.media-header ul li.active a{
    color:#2C8C92;
}
/*保险平台*/
.insurance_content{
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.insurance_content li{
    margin: 0 14.6px; float: left; width: 304px; text-align: center;
}
.insurance_content li .insurance_left{
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}
.insurance_content li img{
    width: 150px; height: 150px;
}
.insurance_con li{
    position: relative; height: 185px; width: 400px;
}
.insurance_max{
    font-size: 80px; position: relative;
}
.insurance_con{
    background: #e5e5e5; overflow: hidden;
}
.max_left{
    position: absolute; left:0;top:20px; z-index: 1;
}
.max_right{
    position: absolute; left:40px;top:20px; z-index: 3;
}
.con_cen{
    position: absolute; z-index: 2; background: #ffffff; width: 260px; line-height: 40px; font-size: 14px; left: 30px; top:64px;
}
.insurance_img_box{
    padding: 90px; height: 220px; background: #e5e5e5; margin-top:100px; position: relative;
}
.insurance_img{
    position: absolute;
    top:-30px; left:90px; right: 90px;
    bottom:30px;
}
.insurance_img li{
    float: left; width: 220px; margin: 0 24px; height: 300px; background: red;
}
.insurance_img li img{
    width: 100%; height: 100%;
}
.insurance_img li h6{
    position: absolute; height: 120px; bottom: 100px; padding: 0 10px; width: 200px; line-height: 30px; font-size: 14px; background: transparent; color:#ffffff;
}



.header-logo{
    width: 40px;
    height: 40px;
    margin-top: 5px;
    float: left;

}

.header_logo_title{
    color:#84d5cd;
    font-size: 26px;
    line-height: 50px;
    padding-left: 8px;
    float: left;
}

@media screen and (max-width: 1000px) {
    .text_introduce_btn{
        display: none;
    }
    .navbar-toggle{
        display: block;
    }
    .content, .content_con, .content_banner, .header_content {
        width: 100%;
    }
    .header {
        height: 50px;
    }
    .header_title {
        display: none;
    }
    .header_content {
        text-align: center;
        height: 50px;
    }
    .header_img {
        height: 32px;
    }
    .content_banner img {
        display: inline-block;
    }
    .content_con {
        padding: 0px 10px;
        box-sizing: border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .content_con_title {
        font-size: 20px;
        margin-top:20px;
    }
    .content_con_con {
        font-size: 10px;
        line-height: 14px;
    }
    .media_text_introduce {
        margin: 0px 15px 0px;
    }
    .text_introduce {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .text_introduce li {
        width: 50%;
        height: 160px;
        text-align: center;
    }
    .text_introduce_title {
        font-size: 14px;
        margin-top: 43px;
        margin-bottom: 20px;
    }
    .text_introduce_logo {
        display: inline-block;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        text-align: center;
        margin: 62px auto;
    }
    .text_introduce_logo svg {
        display: inline-block;
        height: 34px;
    }
    .text_introduce{
        height: 320px;
    }
    .footer {
        height: 200px;
        font-size: 10px;
        line-height: 30px;
    }
    /*保险平台*/
    .insurance_content {
        padding: 0px 10px;
        margin-top: -20px;
    }
    .insurance_content li img {
        float: left;
        width: 75px;
        height: 75px;
    }
    .insurance_content .info {
        margin-left: 95px;
    }
    .insurance_content li {
        width: 100%;
        float: none;
        margin: 0px;
    }
    .insurance_content .content_con_title{
        font-size: 14px;
        text-align: left;
    }
    .insurance_content .content_con_con {
        text-align: left;
        font-size: 10px;
        color: #999;
    }
    .insurance_content li .insurance_left {
        font-size: 12px;
        line-height: 16px;
        color: #666;
    }
    .padding-left32 {
        padding-left: 0px;
    }
    .insurance_img_box {
        margin-top: 0px;
        padding: 0px;
        height: 420px;
        margin-bottom: 30px;
    }
    .insurance_img {
        position: static;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }
    .insurance_img img {
        display: none;
    }
    .insurance_img li {
        position: relative;
        float: none;
        width: 100%;
        margin: 0px;
        height: 140px;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
    }
    .insurance_img li h6 {
        position: absolute;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        height: auto;

    }
    .media-container {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 1px;
        background-color: #e5e5e5;
    }
    /*信审平台*/
    .cooperation {
        padding: 0px 0px 30px 10%;
    }
    .cooperation li {
        float: none;
        width: 100%;
        height: 106px;
    }
    .con_cen {
        height: 50px;
        top: 46px;
        line-height: 50px;
        text-align: left;
        padding-left: 56px;
        padding-left: 18%;
        width: 204px;
        color: #666;
        width: 90%;
    }
    .media-max-left {
        top: 10px;
    }
    .media-style-self {
        line-height: 20px;
        padding-top: 5px;
        height: 45px;
    }
    /*关于我们*/
    .about_con {
        padding-left: 30px;
        padding-right: 30px;
    }
    .media-about-container {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 1px;
    }
    .about_first {
        font-size: 15px;
        line-height: 25px;
    }

    .header-logo{
        width: 40px;
        height: 40px;
        margin-top: 5px;
        display: inline-block;
        margin-left: 50%;
        transform: translateX(-80px);
    }

    .header_logo_title{
        color:#84d5cd;
        font-size: 26px;
        line-height: 50px;
        padding-left: 8px;
        display: inline-block;
        transform: translateX(-80px);

    }
}