﻿/*-------------------------------------------------------------------------------*/
/*企业列表样式*/
.list-ban img {
    width: 100%;
    display: block;
}

.about_content {
    width: 1170px;
    margin: 0 auto;
    margin-top: 30px;
    justify-content: space-between;
}

.left_ce {
    width: 22%;
    float: left;
}


.left_top {
    width: 100%;
    height: 100px;
    box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
    border-radius: 2px;

}

.left_top p {
    text-align: center;
    color: #42474C;
    line-height: 50px;
    font-size: 32px;
    font-family: "Times New Roman";
    padding-top: 25px;
}

.left_bottom {
    width: 100%;
    min-height: 200px;
    box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
    border-radius: 2px;
    margin-top: 40px;
}

#left_nav {
    margin-top: 10px;
}

.left_bottom ul li {
    list-style: disc inside;
    background: rgba(245, 245, 245, 1);
    border-radius: 2px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    color: #2A3F7E;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: left;
    padding-left: 10%;
}


.left_bottom ul {
    text-align: center;
}


.active {
    background: #0e81e2 !important;
    color: #fff !important;
}


.left_bottom ul li a {
    display: inline-block;
    color: #666;
    text-decoration: none;
}

li.active {
    background: #0e81e2 !important;
    color: #fff !important;
    font-weight: bold;
}

.active a {
    color: #fff !important;
    font-weight: bold;
}


.about_banner {
    margin-top: 60px;
}

.about_banner img {
    width: 100%;
}

.right_ce {
    width: 76%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
    border-radius: 2px;
    min-height: 420px;
    overflow: hidden;
    float: right;
}

.right_ce_nav {
    width: 96%;
    margin: 0 auto;
    height: 65px;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 5px;
}

.right_ce_nav h3 {
    height: 30px;
    border-left: 5px solid #0e81e2;
    font-size: 20px;
    text-indent: 12px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 20px;
    float: left;
    color: #000;
}

.right_ce_nav_cont {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.cmd-list-ss1 {
    width: 66%;
    background: #f1f1f1;
    height: 46px;
}

.cmd-list-ss1 input {
    width: 98%;
    background: #fff;
    height: 36px;
    margin: 5px;
    float: left;
    border: none;
    padding: 2px 5px;
}

.s-btn {
    cursor: pointer;
    height: 35px;
    margin-top: 5px;
    width: 70px;
    font-size: 16px;
    text-align: center;
    border: 0;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    margin-left: 19px;
    outline: 0;
}

.btn-bg1 {
    background: #5d7cc3;
}

.btn-bg2 {
    background: #dea374;
}

.btn-bg3 {
    background: #6dc8d5;
}

.aboutlist {
    margin-top: 20px;
    overflow: hidden;
}

.aboutlist table {
    width: 99%;
    margin: 0 auto;
    border: 1px solid #ddd;
}

.aboutlist table tr th {
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    color: #333;
    text-align: center;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2px;
}

.aboutlist table tr td {
    height: 50px;
    color: #666;
    border-left: 1px solid #ddd;
    text-align: center;
    padding: 2px;
    border-bottom: 1px solid #ddd;
}

.about table tr td:first-child {
    border-left: none;
}

.aboutlist table tr th:first-child, .aboutlist table tr td:first-child {
    border-left: none;
}


/*保险服务*/
.insurance {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
    border-radius: 2px;
    overflow: hidden;
}

.insurance-nav {
    padding: 20px 0px;
    text-align: center;
}

.insurance-nav span {
    border-bottom: 2px solid #18b5fe;
    line-height: 60px;
    font-weight: 500;
    padding: 10px 50px;
    font-size: 20px;
}

.insurance-nav-ss {
    width: 60%;
    overflow: hidden;
    margin: 0 auto;
    margin-left: 30%;
}

.insurance-nav-ss-cont {
    width: 50%;
    background: #f1f1f1;
    height: 46px;
}

.insurance-nav-ss-cont input {
    width: 98%;
    background: #fff;
    height: 36px;
    margin: 5px;
    float: left;
    border: none;
    padding: 2px 5px;
    outline: none;
}

.insurance-nav-ss button {
    width: 15%;
    text-align: center;
    padding: 8px 5px;
    margin: 0px 20px;
    background: #169bd5;
    border-radius: 4px;
    outline: none;
    margin-top: 5px;
    color: #fff;
    border: none;
}

.insurance-nav-ss button:hover {
    background: #d58409;
    outline: none;
    color: #fff;
}

.insurance-cont {
    width: 100%;
    margin: 0 auto;
}

.service_ul {
    margin: 10px auto 30px auto;
    padding: 10px 5px 30px 5px;
    overflow: hidden;
}

.service_ul ul li {
    width: 22%;
    float: left;
    margin-top: 30px;
    margin-right: 1% \0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: #e9eaed 1px solid;
    margin-left: 2.4%;
    height: 450px;
    text-align: center;
}

.service_ul ul li:last-child {
    margin-right: 0;

}

.service_ul ul li:hover {
    box-shadow: 2px 2px 10px #ccc;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    -moz-box-shadow: 2px 2px 10px #ccc;
    -moz-ms-shadow: 2px 2px 10px #ccc;
    -moz-o-shadow: 2px 2px 10px #ccc;
    -webkit-transform: translate3d(0, -10px, 0);
}

.service_ul ul li:nth-of-type(odd):hover {
    border-top: 2px solid #ffb93f;
}

.service_ul ul li:nth-of-type(even):hover {
    border-top: 2px solid #0E81E2;
}

/*.service_ul ul li:nth-child(3):hover {*/
/*    border-top: 2px solid #ff7a40;*/
/*}*/

/*.service_ul ul li:nth-child(4):hover {*/
/*    border-top: 2px solid #3195ED;*/
/*}*/

.service_ul ul li .item {
    text-align: center;
    padding: 10% 17%;
}

.service_ul ul li .co {
    width: 100%;
    height: 90px;
    margin: 10px auto;
    display: block;
    background-repeat: no-repeat;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.service_ul ul li h2 {
    font-size: 18px;
    color: #333;
    padding: 10px 20px;
    min-height: 60px;
    line-height: 22px;
}

.service_ul ul li span {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 25px;
    text-align: left;
}

.baoxian {
    width: 100%;
    text-align: center;
    float: left;
    overflow: hidden;
}

.baoxian button {

    width: 60%;
    text-align: center;
    padding: 8px 5px;
    margin: 0px 10px;
    background: #169bd5;
    border-radius: 4px;
    outline: none;
    color: #fff;
    border: none;
}

.baoxian button:hover {
    background: #d58409;
    outline: none;
    color: #fff;
}

/*保险服务新页面*/
.insurance-news {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
    border-radius: 2px;
    position: relative;
    padding-bottom: 50px;
    padding-top: 1px;
}

.insurance-news-img {
    width: 1140px;
    height: 165px;
    margin: 15px auto;
    overflow: hidden;

}

.insurance-news-txt {
    width: 1140px;
    margin: 5px auto 15px auto;
    line-height: 36px;
    font-size: 20px;
    text-indent: 40px;
}

.baoxian1 {
    width: 50%;

    text-align: center;
    /*float:right;
    overflow: hidden;*/
    padding-bottom: 20px;
    margin: 0 auto;
}

.baoxian1 button {
    width: 36%;
    text-align: center;
    padding: 8px 5px;
    background: #df796e;
    border-radius: 4px;
    outline: none;
    color: #fff;
    border: none;
    font-size: 22px;
}

.baoxian1 button:hover {
    background: #d58409;
    outline: none;
    color: #fff;
}

.baoxian2 {
    width: 36%;
    height: 47px;
    text-align: center;
    padding: 8px 5px;
    background: #ccc;
    border-radius: 4px;
    line-height: 30px;
    display: inline-block;
    margin-left: 42px;

}

.baoxian2 a {
    color: #333;
}

.tab-icon2 {
    box-shadow: 0px 9px 36px 0px rgba(151, 151, 151, 0.24);
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    width: 218px;
    color: #333;
    right: 344px;
    top: 397px;
    font-size: 12px;
    position: absolute;
    z-index: 9999;
    display: none;
    border-radius: 3px;
    min-height: 100px;
    padding: 8px;
    text-align: left;
}

.tab-icon2 select {
    line-height: 25px;
    border: 1px solid #ccc;
    padding: 5px 20px;
    width: 100%;
    border-radius: 5px;

}

.baoxian2 .tab-icon2 {
    display: none;
}

/*.baoxian2:active .tab-icon2 {*/
/*    display: block;*/
/*}*/