@charset "utf-8";
/* CSS Document */

.banner {
    position: absolute;
    top: 80px;
    width: 100%;
    height:500px;
    background-image:url(../img/images/price.jpg);
    background-position: center;
}

.content {s
    width: 100%;
    height: 60px;
    background: #006fcf;
    margin-top: 350px;
}

.content_blue {
    width: 75%;
    margin: auto;
	font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.p1 {
    text-align: center;
    margin-top: 550px;
    font-size: 26px;
	font-family:Helvetica,"微软雅黑";
    color: #005197;
}

.p2 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;	
	font-family:Helvetica,"微软雅黑";
    color: #005197;
}

.content1 {
    width: 1200px;
    height: 1414px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 60px;
}

.content1 p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
}

.price1 {
    width: 367px;
    height: 1414px;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-left: 10px;
    border: 1px rgba(205, 243, 242, 1) solid;
    box-shadow: 0 0 5px rgba(182, 219, 218, 0.3);
}

.price1 p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
}

.price1 a {
    color: #7dd0ff;
}

.price1 a:hover {
    color: #3e93d4;
}

.price2 {
    width: 360px;
    height: 1414px;
    float: left;
    padding: 0px;
    margin: 0px;
    border: 1px rgba(255, 95, 249, 0.3) solid;
    box-shadow: 0 0 5px rgba(255, 95, 249, 0.3);
    margin-left: 40px;
}

.price2 a {
    color: #ff5ff9;
}

.price2 a:hover {
    color: #d84dd3;
}

.price3 {
    width: 367px;
    height: 1414px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 40px;
    border: 1px rgba(205, 243, 242, 1) solid;
    box-shadow: 0 0 5px rgba(182, 219, 218, 0.3);
}

.price3 a {
    color: #7dd0ff;
}

.buy_but {
    position: relative;
    color: #7dd0ff;
    border-radius: 8px;
    width: 50%;
    margin: 24px auto;
    padding: 6px 14px;

}

.shadow_line {
    padding: 4px auto;
    font-size: 20px;
    background-color: #f4f4f4;
    width: 100%;

}

.bottom_buy1 {
    line-height: 60px;
    height: 60px;
    width: 367px;
    background-color: #7dd0ff;
    margin-top: 607px;

}

.bottom_buy2 {
    line-height: 60px;
    height: 60px;
    width: 360px;
    background-color: #ff5ff9;
    margin-top: 259px;

}

.bottom_buy3 {
    line-height: 60px;
    height: 60px;
    width: 367px;
    background-color: #7dd0ff;
    margin-top: 150px;

}

