@charset "utf-8";
/*
* Annun
* 理赔服务
* 2018-07-02
*/

/* banner */

.cs-banner {
    height: 374px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.cs-banner > div {
    height: 374px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.cs-banner > div > img {
    height: 374px;
    width: 1920px;
    position: absolute;
    top: 0;
    left: -360px;
}
/* 二维码 */
.cs-banner > div > div {
    height: 310px;
    width: 256px;
    border-radius: 18px;
    background-color: rgba(0,25,78,0.5);
    position: absolute;
    top: 36px;
    right: 50px;
}
.cs-banner > div > div > div {
    height: 162px;
    width: 162px;
    margin: 40px 48px 30px 48px;
}
.cs-banner > div > div > div > img {
    height: 162px;
    width: 162px;
}
.cs-banner > div > div > p {
    height: 40px;
    width: 256px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}




/* 标题 */
.cs-title {
    height: 56px;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.cs-title h4 {
    display: block;
    height: 54px;
    width: 400px;
    margin: 0 auto;
    font-size: 20px;
    color: #ff6900;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    border-bottom: 2px solid #ff6900;
}

/* tab切换 */
.cs-content {
    height: auto;
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom: 60px;
    /* overflow: hidden; */
}
/* tab切换标题 */
.cs-con-title {
    height: 90px;
    width: 1200px;
}
.cs-con-title ul {
    height: 90px;
    width: 1200px;
}
.cs-con-title ul li {
    float: left;
    height: 90px;
    width: 400px;
    background-image: url(../images/tab-title-bg.png);
    background-repeat: no-repeat;
}
.cs-con-title ul li {
    float: left;
    height: 90px;
    width: 400px;
    background-image: url(../images/tab-title-bg.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.cs-con-title ul li h6 {
    display: block;
    height: 90px;
    width: 400px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    line-height: 90px;
    text-align: center;
    overflow: hidden;
}
.cs-con-title ul li h6 span {
    padding-top: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 90px;
    font-weight: normal;
}
.cs-con-title ul li:nth-child(1) {
    background-position: 0 0;
}
.cs-con-title ul li:nth-child(2) {
    background-position: -400px 0;
}
.cs-con-title ul li:nth-child(3) {
    background-position: -800px 0;
}
/* 鼠标经过变色 */
.cs-con-title ul li.on {
    background-color: #ff6900;
}
.cs-con-title ul li:nth-child(1).on {
    background-position: 0 -90px;
}
.cs-con-title ul li:nth-child(2).on {
    background-position: -400px -90px;
}
.cs-con-title ul li:nth-child(3).on {
    background-position: -800px -90px;
}
.cs-con-title ul li.on h6 {
    color: #ffffff;
}
.cs-con-title ul li.on h6 span {
    color: #ffffff;
}

/* tab切换内容 */
.cs-con-content {
    height: 398px;
    width: 1198px;
    border: 1px solid #ff6900;
}
.cs-con-content > div {
    display: none;
}
/* 简单理赔流程 */
.cs-con-simple {
    height: 398px;
    width: 1198px;
}
.cs-con-simple ul {
    height: 398px;
    width: 1160px;
    margin-left: 19px;
    background: url(../images/arrow.png) no-repeat 368px 200px,
                url(../images/arrow.png) no-repeat 768px 200px;
}
.cs-con-simple ul li {
    float: left;
    height: 382px; /* 高398 减去间距16 用padding挤*/
    padding-top: 16px;
    width: 360px;
    background: url(../images/tab-content1-bg.png) no-repeat center 56px;
    position: relative;
}
.cs-con-simple ul li+li {
    margin-left: 40px;
}
.cs-con-simple ul li span.number {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    color: #ffffff;
    background-color: #638bff;
    text-align: center;
    line-height: 28px;
    font-size: 22px;
    margin: 0 auto;
}
.cs-con-simple ul li h5 {
    width: 360px;
    height: auto;
    color: #333333;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0;
}
.cs-con-simple ul li div {
    width: 360px;
    height: 176px;
    text-align: center;
}

.cs-con-simple ul li:nth-child(1) div img {
    width: 140px;
    height: 140px;
    margin: 18px auto;
}
.cs-con-simple ul li:nth-child(2) div img {
    margin: 12px auto;
}
.cs-con-simple ul li:nth-child(3) div img {
    margin: 8px auto;
}
.cs-con-simple ul li p {
    display: block;
    width: 210px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.cs-con-simple ul li span.tips {
    display: block;
    width: 360px;
    height: auto;
    margin: 0 auto;
    font-size: 18px;
    color: #ff6900;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
}

/* 专业顾问咨询 */
.cs-con-profession {
    height: 398px;
    width: 1198px;
}
.cs-con-profession ul {
    height: 380px;
    width: 1180px;
    margin: 9px;
}
.cs-con-profession ul li {
    float: left;
    height: 380px;
    width: 236px;
    position: relative;
}
.cs-con-profession ul li div {
    height: 236px;
    width: 216px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-image: url(../images/tab-content2-bg.png);
    background-repeat: no-repeat;
}
.cs-con-profession ul li:nth-child(1) div {
    background-position: 0 0;
}
.cs-con-profession ul li:nth-child(2) div {
    background-position: -215px 0;
}
.cs-con-profession ul li:nth-child(3) div {
    background-position: -430px 0;
}
.cs-con-profession ul li:nth-child(4) div {
    background-position: -645px 0;
}
.cs-con-profession ul li:nth-child(5) div {
    background-position: -860px 0;
}
.cs-con-profession ul li h5 {
    width: 158px;
    height: 28px;
    background-color: #638bff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 232px;
    left: 39px;
}
.cs-con-profession ul li span {
    display: block;
    width: 20px;
    height: 4px;
    background-color: #ffccc7;
    margin:  25px auto;
    margin-bottom: 20px;
}
.cs-con-profession ul li P {
    display: block;
    width: 170px;
    height: auto;
    font-size: 14px;
    color: #333333;
    text-align: justify;
    text-align-last: left;
    margin: 0 auto;
}




/* 快捷赔付到账 */
.cs-con-shortcut {
    height: 398px;
    width: 1198px;
}
.cs-con-shortcut img {
    height: 398px;
    width: 1198px;
}


/* 我要理赔 */
.btn-claims {
    height:48px;
    width: 100%;
    min-width: 1200px;
    padding-bottom: 60px;
    overflow: hidden;
}
.btn-claims > a {
    display: block;
    height:48px;
    width: 240px;
    background-color: #ff6900;
    border-radius: 4px;
    font-size:16px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    margin:0 auto;
}