body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
.centerCx {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
i{font-style: normal;}


.tip-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background:#3071F1 url("../image/box-bg.jpg") no-repeat center;
    background-size: cover;
}
.tip-main{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    margin: 30px auto;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    padding: 50px 30px 80px 30px;
    box-shadow: 0 -10px 10px rgba(0,0,0,.2);
    border: 1px solid #fff;
    overflow: hidden;
}
.tip-main li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 34px;
}
.tip-main li span{
    display: inline-block;
    background: #2380c8;
    float: right;
    padding: 0 15px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    border-radius: 35px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.tip-main li:hover{
    border-bottom: 1px solid #297de2;
}
.tip-main li:hover span{
    background: #0e6ab0;
}
/*弹框*/
.tip-tan{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 10;
    display: none;
}

.tip-tan-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 5% auto 0;
    background: #fff;
    max-width: 450px;
    height: auto;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tip-tan-box .tan-ewm{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 300px;
    min-height: 300px;
    margin: 0 auto;
    background: #22AA39;
    padding: 20px 0;
}
.tip-tan-box .tan-ewm span{
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
}
.tip-tan-box .tan-ewm .tan-ewm-img{
    width: 166px;
    height: 166px;
    background: #ffffff;
    margin: 20px auto;
    text-align: center;
}
.tip-tan-box .tan-close{
    padding: 0 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: inline-block;
    background: #1ab394;
    margin: 20px auto 0;
}






















