@import "reset.css";

body {
    font: 16px/1.1 "Microsoft YaHei";
    color: #000;
    background: #fff;
}

.main {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}


.banner {
    width: 100%;
    height: 500px;
    background: url(../images/banner.jpg) no-repeat center;
}

/* 一 */
.con11{
    padding-bottom: 59px;
}
.que_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.que_list li{
    margin-top: 47px;
    overflow: hidden;
}

.que_list li>img{
    float: left;
}

.que_list li>p{
    float: left;
    line-height: 52px;
    font-size: 20px;
    margin: 0 72px 0 25px;
}

.que_list li>a{
    float: left;
    width: 116px;
	height: 40px;
	line-height: 40px;
	background-color: #576fff;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 6px;
}

/* 二 */
.con12{
    width: 1005;
    height: 189px;
    background: url(../images/con2.jpg) no-repeat center;
    padding-top: 61px;
    box-sizing: border-box;
}
form{
    margin-top: 73px;
}
input[type='text']{
    width: 337px;
	height: 57px;
    background-color: #ffffff;
    font-size: 22px;
    padding-left: 36px;
    background-color: #ffffff;
    margin-right: 21px;
}

input[type="submit"] {
    width: 202px;
    height: 57px;
    line-height: 57px;
    background-color: #ffb554;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9f9f9f;
    font-size: 22px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #9f9f9f;
    font-size: 22px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #9f9f9f;
    font-size: 22px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9f9f9f;
    font-size: 22px;
}

/* 三 */
.con13{
    padding-bottom: 79px;
}
.con13 .title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 65px 0 100px;
}
.con13 .title p{
    display: inline-block;
    margin: 0 16px 0 16px;
}
.con13 .title span{
    color: #ff5855; 
}

.content>img{
    display: block;
    margin: 0 auto;
}
.program{
    width: 882px;
    margin: 20px auto 0;
}
.program li{
    float: left;
    width: 180px;
    margin-right: 170px;
}
.program li:last-child{
    margin-right: 0;
}
.program li p:first-child{
    width: 34px;
	height: 34px;
	line-height: 34px;
    background-color: #ff5855;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
}
.program li p:last-child{
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    margin-top: 20px;
}

.content>.tip{
    font-size: 20px;
    color: #ff5855;
    text-align: center;
    margin-top: 73px;
}
.mark{
    position: fixed;   
    top: 0;   
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    display: none;
}
.mark>form{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -140px;
    margin-left: -200px;
    width: 400px;
    height: 280px;
    padding-top: 40px;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    background: #C4DBDD;
}
.mark>form>div{
    margin-bottom: 20px;
} 
.mark>form>div>div{
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    text-align: right;
}
.mark>form>div>input{
    width: 45%;
    height: 50px;
    border: none;
    padding-left: 20px;
}
.mark>form>.but{
    display: block;
    width: 60%;
    height: 50px;
    padding: 0;
    font-size: 28px;
    color: #fff;
    margin: 30px auto;
    border-style: none;
    background: #434FDA;
    -webkit-appearance: none;
    line-height: 50px;
}
.mark>.close{
    width: 40px;
    height: 40px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 200px;
    margin-top: -140px;
    z-index: 20;
}