/***************************����*************************/
.citeBoxBg {
	position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
	background: url(../images/trans_bg.png) repeat 0 0;
}
.citeBoxBg .citeBox {
	width: 560px;
    height: 250px;
    margin-left: -280px;
    margin-top: -125px;
    background: #fff;
    border-radius: 5px;
}
.citeBoxBg .citeBox .mask-title {
	height: 64px;
    line-height: 64px;
    padding-left: 20px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    color: #eb7500;
    position: relative;
	background:#f7f7f7;
}
.citeBoxBg .citeBox .buttons {
	padding: 30px 24px;
    height: 30px;
    line-height: 30px;
    border-radius: 0 0 3px 3px;
}
.citeBoxBg .citeBox .buttons .sure{
	width:140px;
	height:36px;
	background: #eb7500;
	font-size: 18px;
	color:#f7f7f7;
	line-height:36px;
	text-align: center;
	border-radius: 3px;
}
.citeBoxBg .citeBox .buttons .cancel{
	width: 80px;
    height: 36px;
    background: #ffffff;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #3333;
}
.outline-cite {
	float: left;
    display: block;
    height: 36px;
    width: 76px;
    line-height: 36px;
    border: 1px solid #f6a555;
    background-color: #fff0eb;
    color: #f17901;
    cursor: pointer;
    border-radius: 2px;
    padding-left: 62px;
    background: url(../images/cite.png) no-repeat 33px center;
    margin: 0 12px;
}
.outline-cite:hover {
	border: 1px solid #f47a01;
}
.request-box {
	/* height: 415px; */
	background-color: white;
	position: relative;
}
.request-box .content {
	width: 98%;
    margin-left: 20px;
}
.request-box .title {
	font-size: 18px;
	color: #3b63ad;
	width: 140px;
	height: 30px;
	padding-top: 36px;
}
.request-box .attention {
	width: 100%;
    height: 20px;
    color: #808080;
    margin-top: 10px;
}
.request-box i {
	color:red;
}
.request-box .contact {
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.request-box .contact span {
	float: left;
	margin-right: 75px;
	color: #808080;
	font-size:15px;
}
.request-box a.download {
	background: url(../images/download2.png) no-repeat 0px center;
    display: inline-block;
    width: 80px;
    float: left;
    padding-left: 22px;
    color: #178c38;
    position: absolute;
    top: 61px;
    left: 278px;
} 