@charset "utf-8";
/*开具表单样式*/
.fpkjSw_btn{
	width: 394px;
	height: 85px;
	/*background-color: #017ae1;*/

	text-align: center;
	/*color: #FFFFFF;*/	
	font-size: 16px;
	line-height: 55px;
	/*position: relative;*/
	border: 0px solid #FFFFFF !important;
	display: inline;
	float: left;
	cursor: pointer;
}

.fpkjSwitch .btn_on{
	/*color: #fffc00;*/
	/*background-color: #009CFF;*/
	/*border: 0px solid #FFFFFF !important;*/
	/*cursor: pointer;*/
}

.fpkjSw_btn:first-child{
	/*border-top-left-radius: 5px;*/
	/*border-bottom-left-radius: 5px;*/
	background-image: url(../img/fpkj/fpkjapp.png);
	background-repeat: no-repeat;
}
.fpkjSw_btn:first-child+.fpkjSw_btn{
	/*margin-left: -1px;*/
	/*border-top-right-radius: 5px;*/
	/*border-bottom-right-radius: 5px;*/
	/*position: absolute;*/
	/*left: 272px;*/
	/*top:0;*/
	background-image: url(../img/fpkj/fpkjweb.png);
	background-repeat: no-repeat;
}

/*.fpkjSw_btn:hover , .fpkjSw_btn:focus{
	color: #fffc00;
	background-color: #009CFF;
	border: 0px solid #FFFFFF !important;
	cursor: pointer;
}*/


.row .fpkjSwitch .fpkjSw_btn:first-child.btn_on{
	background-image: url(../img/fpkj/fpkjappon.png);
	background-repeat: no-repeat;
}

.row .fpkjSwitch .fpkjSw_btn:first-child+.fpkjSw_btn.btn_on{
	background-image: url(../img/fpkj/fpkjwebon.png);
	background-repeat: no-repeat;
}

.row .fpkjSwitch .fpkjSw_btn p{
	/*display: block;*/
	margin-top: 58px;
	text-align: center;
}

.row .fpkjSwitch .btn_on p{
	font-family: "微软雅黑";
	color: #017AE1;
}


.row .fpkjSwitch{
	/*position: relative;*/
	height: 100px;
	width: 800px;
}

.row .kjtitle{
	width: 900px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #1B86CA;
}

.row .titleBlock{
	width: 6px;
	height: 11px;
	background-color: #1B86CA;
	display: inline-block;
}

.row .down51Con{
	width: 820px;
	position: relative;
}

.row .down51Item{
	width: 380px;
	height: 280px;
	display: inline-block;
	margin-top: 45px;
}

.row .down51Item+.down51Item{
    float: right;
}

.row .down51Con .splitLine{
	width: 1px;
	height: 280px;
	position: absolute;
	top: 43px;
	left: 49%;
}

.row .itemIntro{
	font-size: 12px;
	color: #4E4E4E;
}

.row .itemIntro *{
	vertical-align: top;
}

.row .introContent{
	display:inline-block;
	width: 300px;
}

.row .alignCenter{
	text-align: center;
}

.row .down51Con .rightBorder{
	border-right: dashed 1px #AAAAAA;
}
.row .webUrl{
	width: 895px;
	height: 40px;
	border: 1px solid #ececec;
	border-radius: 6px;
	margin-top: 26px;
	line-height: 40px;
}
.row .webUrl a{
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
.row .kjtitle img{
	margin-left: 15px;
}
