*{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
}
#content{
	width: 1128px;
}

.register {
    width: 800px;
    margin-left: -400px;
}

a.contact {
	background: url("./images/contact.png-0.png")
	display: inline-block;
    width: 188px;
    height: 64px;
	line-height: 58px;
    color: #fff;
    text-align: center;
	text-decoration: none;
}
a.contact:hover{
	color: #f7f7f7;
}
.banner {
    position: relative;
}

.banner .contact {
    position: absolute;
    left: 50%;
    margin-left: -94px;
    bottom: 50px;
}

.oa-dm-block {
    text-align: center;
}

.oa-dm-block-title {
    font-size: 36px;
    color: #191819;
    margin: 30px 0px;
    margin-top: 60px;
	position: relative;
	line-height: 1.5;
}

.oa-dm-block-title-bg {
    height: 2px;
    background: #999;
    width: 76px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -38px;
}

.oa-dm-block-desc {
    color: #999;
    font-size: 18px;
    margin: 20px auto;
    line-height: 32px;
    margin-bottom: 60px;
}
.oa-dm-block-pics-desc{
	font-size: 16px;
	margin-bottom: 25px;
	color: #333;
}

.oa-dm-block-contact {
    margin-bottom: 40px;
    margin-top: 10px;
}

.qmsp-pic{
	display: block;
	margin: 20px auto;
	width: 80%;
	margin-bottom: 52px;
}

.qmsp-list  li {
    display: inline-block;
}

.qmsp-list li img {
    margin: 25px 10px;
    width: 258px;
}

.qmsp-list li img:first-child {
    margin-left: 10px;
}

.ptys-list li {
    display: inline-block;
    width: 255px;
    border: 1px solid #f1f1f1;
    margin: 20px 10px;
    box-shadow: 0 4px 8px 0 #ededed, 0 6px 20px 0 #ededed;
    border-radius: 6px;
    padding: 50px 0px;
    vertical-align: bottom;
    min-height: 290px;
	cursor: pointer;
}
.ptys-list li:hover {
	transform: scale(1.1);
	transition: all .3s ease;
	box-shadow: 0 4px 8px 0 #e5f2ff, 0 6px 20px 0 #e5f2ff;
}

.ptys-title {
    font-size: 20px;
}

.ptys-pic {
    padding: 30px 0px;
}

.ptys-desc {
    padding: 0px 30px;
    line-height: 26px;
	color: #777;
	text-align: left;
}


.khal-list li {
    display: inline-block;
    border: 1px dashed #bc2e2d;
    background: #fff5f5f5;
    width: 485px;
    border-radius: 10px;
    padding: 35px 22px;
    text-align: left;
    min-height: 150px;
    vertical-align: bottom;
    margin-left: 35px;
    margin-bottom: 35px;
}
.khal-list li:nth-child(odd) {
	margin-left: 0px;
}

.khal-title {
    font-size: 18px;
    color: #c10000;
    position: relative;
    padding-bottom: 15px;
}

.khal-title-bg {
    position: absolute;
    background: url("./images/line-red.png")
    height: 2px;
    width: 100px;
    bottom: 0px;
}

.khal-link {
	display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
    position: absolute;
    right: 0;
    top: 5px;
    color: #8a8f9f;
    background: url("./images/arrow-red.png")
    padding-right: 30px;
}

a.khal-link:hover {
	color: #c10000;
}

.khal-subtitle {
    font-size: 14px;
    color: #8a8f9f;
    padding: 20px 0px;
    padding-bottom: 30px;
}

.khal-desc {
	font-size: 14px;
    color: #666b7e;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}
