@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    font-family:"Microsoft YaHei","微软雅黑", Arial, STXihei,"华文细黑",SimSun,"宋体";
    box-sizing: border-box;
    list-style-type: none;
}
.clear{
    clear:both;
    width:0;
    height:0;
}
a{
    text-decoration: none;
}
.zjh_mk{
    width:100%;
    min-width: 1200px;
}
.zjh_xmk{
    width:1200px;
    margin: 0 auto;
}
#biaodan .mk1{
    height:600px;
    position: relative;
    background:url("../img/img01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

#biaodan .mk1>form{
    display: block;
    height:987px;
    position: absolute;
    left:50%;
    bottom:-927px;
    margin-left: -600px;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
    padding: 60px 0 40px;
}
#biaodan .mk1>form  .text{
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    color:#424242;
}
#biaodan .mk1>form  .txt{
    text-align: center;
    color:#424242;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
#biaodan .mk1>form .inps{
    padding: 25px 95px;
    border-top:1px solid #dddddd;
}
#biaodan .mk1>form .inps>.bt{
    color:#424242;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 8px;
}
#biaodan .mk1>form .inps>ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height:49px;
}
#biaodan .mk1>form .inps>ul li{
    width:234px;
    border-top:3px solid #d3dff7;
    background: #f1f7ff;
    line-height: 44px;
    padding: 0 19px;
    position: relative;
    color:#424242;
    font-size: 16px;
}
#biaodan .mk1>form .inps>ul li.active{
    background: #3660dc;
}
#biaodan .mk1>form .inps>ul li>span:nth-child(2){
    width:15px;
    height:15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:2px solid #819fb6;
    background: #f1f1f1;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top:1px;
    padding: 2px;
}
#biaodan .mk1>form .inps>ul li input{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}
#biaodan .mk1>form .inps>ul li input:checked+span>i{
    display: block;
    width:100%;
    height:100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e0b807;
}
#biaodan .mk1>form .inps>ul li input:checked+span+span{
    color:#fff;
}
#biaodan .mk1>form .inptext{
    padding: 0 154px;
    height:75px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#biaodan .mk1>form .inptext>*{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:436px;
    height:100%;
    border:1px solid #dfdfdf;
    padding: 0 10px 0 30px;
}
#biaodan .mk1>form .inptext>*::before{
    content: '';
    display: block;
    width:33px;
    height:35px;
}
#biaodan .mk1>form .inptext>*:nth-child(1)::before{
    background:url("../img/img02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
#biaodan .mk1>form .inptext>*:nth-child(2)::before{
    background:url("../img/img03.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
#biaodan .mk1>form .inptext>*>input{
    display: block;
    height:100%;
    outline: none;
    border:none;
    width:320px;
    font-size: 24px;
}
#biaodan .mk1>form .tip{
    text-align: center;
    color:#5b5b5b;
    font-size: 18px;
    padding: 8px 0;
}
#biaodan .mk1>form .tip>span{
    color:#5f65f7;
}
#biaodan .mk1>form .but{
    padding: 0 250px;
    height:50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}
#biaodan .mk1>form .but>*{
    width:340px;
    height:100%;
    text-align: center;
    line-height: 50px;
    color:#fff;
    display: block;
    border:none;
    cursor: pointer;
    font-size: 22px;
}
#biaodan .mk1>form .but>*:nth-child(1){
    background: #3660dc;
}
#biaodan .mk1>form .but>*:nth-child(2){
    background: #e6854f;
}
#biaodan .mk2{
    background: #fff;
    height:1000px;
}
#biaodan .mk3{
    width:100%;
    height:378px;
    background:url("../img/img04.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 60px;
}
#biaodan .mk3 .bt{
    text-align: center;
    color:#fff;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
}
#biaodan .mk3 ul{
    height:166px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#biaodan .mk3 ul li{
    padding: 5px 50px;
    border-right:1px solid #fff;
    color:#fff;
}
#biaodan .mk3 ul li:nth-child(1){
    padding: 0 50px 0 0;
}
#biaodan .mk3 ul li:last-child{
    padding: 0 0 0 50px;
    border-right: none;
}
#biaodan .mk3 ul li>.bigtxt{
    color:#ffea00;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
}
#biaodan .mk3 ul li>.bigtxt span{
    font-size: 30px;
}
#biaodan .mk3 ul li>div:nth-child(2){
    font-size: 14px;
    line-height: 30px;
}
#biaodan .mk4{
    width:1200px;
    height:570px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(40,78,219,0.5);
    margin: 60px auto 100px;
    padding: 45px;
}
#biaodan .mk4>.txt{
    font-size: 24px;
    color:#284edb;
    margin-bottom: 25px;
}
#biaodan .mk4>ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}
#biaodan .mk4>ul li{
    width:190px;
}
#biaodan .mk4>ul li img{
    display: block;
    width:100%;
}
#biaodan .mk4>.txt:nth-child(3){
    padding-top: 30px;
    border-top:1px solid #9a9696;
    color:#f03667;
}