@charset "utf-8";
/* CSS Document */

div,
p,
ul,
li,
a,
img {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


.main {
    background: url(bg_wz.jpg) no-repeat top center #eef4fc;
    margin-bottom: 50px;
}

.content_1 {
    width: 100%;
    height: 390px;

}
.con1_box{
    width: 554px;
    margin-left: 53%;
    padding-top: 114px;
}
.content_1 p {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    letter-spacing: 6px;
}
.content_1 img{
    margin-top: 20px;
}
.lm_box{
    height: auto;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    box-shadow: 0 2px 12px #99999933;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
}
.dqwz{
    height: 60px;
    background: #415cee;
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px;
    color: #d0dffc;
}
.dqwz a{
    color: #d0dffc;
}
.dqwz img{
    margin-right: 10px;
}
.tit1 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: url(zbjd.png) no-repeat center;
    margin-top: 40px;
}
.zbjd_box{
    padding: 0 40px;
}
.tab_first li{
    width: calc((100% - 20px)/3);
    float: left;
    margin-left: 9px;
    height: 80px;
    font-size: 26px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-top: 60px;
}
.tab_first li a{
    display: block;
    color: #fff;
}
.tab_first li:first-child{
    margin-left: 0;
    background: url(bg1.png) no-repeat center ;
}
.tab_first li:nth-child(2){
    background: url(bg2.png) no-repeat center;
}
.tab_first li:nth-child(3){
    background: url(bg3.png) no-repeat center;
}
.tab_first .tab_first_active{
    height: 90px;
    line-height: 90px;
    background-size: cover !important;
    margin-top: 50px;
}
.tab_second{
    margin-top: 30px;
}
.tab_second li{
    width: auto;
    margin: 20px;
    font-size: 22px;
    cursor: pointer;
    float: left;
    padding-bottom: 14px;
}
.tab_second_active{
    font-weight: bold;
}
.tab_second li:first-child{
    margin-left: 0;
}
.tab_second li:first-child::after{
    display: none;
}
.tab_second li:after {
    content: "";
    width: 2px;
    height: 24px;
    background: #333333;
    float: left;
    margin-top: 4px;
    margin-left: -20px;
}
.tab_second li a{
    color: #333;
}
.tab_second .active{
    background: url(xiala.png) no-repeat bottom center;
    background-size: 100% 10px;
}
.tab_second .active a{
    color: #3672f9;
    font-weight: bold;
}
.tab_con_second{
    margin-top: 20px;
}
.tab_con_second_item{
    width: 100%;
    height: auto;
    background: #f1f2f3;
    padding: 25px 140px;
}
.tab_con_second_item li{
    width: 50%;
    float: left;
    margin-top: 25px;
    height: 50px;
    line-height: 50px;
}
    .tab_con_second_item li:nth-child(-n+2){
        margin-top: 0;
    }
.tab_con_second_item li a{
    background: #f9f9f9;
    text-align: center;
    display: block;
    width: 90%;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #333;
    margin: 0 auto;
}
.tab_con_second_item .active a{
    color: #fff;
    font-weight: bold;
    border: 1px solid #5e8afa;
    color: #5e8afa;
}
.tab_last_item{
   display: none;
}
.tab_last_item>p{
    font-size: 20px;
    line-height: 72px;
    background: url(sq.png) no-repeat left center;
    padding-left: 18px;
    cursor: pointer;
}
.tab_zknr{
    display: none;
    height: auto;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    border: 2px solid #e4e4e4;
}
.tab_last_item>.active{
    background: url(zk.png) no-repeat left center;
    font-weight: bold;
}
.tab_last_item>.active + .tab_zknr{
    display: block;
}
/* 自适应 */
@media screen and (max-width: 1199px) {
    .con1_box{
        margin-left: calc(100% - 554px);
    }
    .main{
        padding: 0 20px;
    }
    .tit1{
        background-size: contain;
    }
}
@media screen and (max-width: 1024px) {
    .tab_con_second_item{
        padding: 0 10px;
    }
    
}
@media screen and (max-width: 960px) {
    .tab_first li{
        width: calc((100% - 10px)/2);
        margin-top: 20px;
    }
    .tab_first .tab_first_active{
        margin-top: 10px;
    }
    .zbjd_box{
        margin-top: 30px;
    }
    .tab_first li:nth-child(2n - 1){
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .main{
        background: url(bg_phone.jpg) top center no-repeat;
    }
    .tab_con_second_item li{
        width: 100%;
    }
    .tab_con_second_item{
        height: auto;
    }
    .tab_con_second_item li:last-child{
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 650px) {
    .tab_first li{
        width: 100%;
        margin-left: 0;
        background-size:90% !important;
    }
    .tab_first .tab_first_active{
        margin-top: 20px;
    }
}
@media screen and (max-width: 550px) {

    .con1_box{
        margin-left: 0;
        width: 100%;
    }
    .content_1 p{
        font-size: 3.125rem;
    }
    .content_1 img{
        width: 100%;
    }
}
