/*======投资机构页面 organiz ======*/
.organiz{
	width: 1240px;
	margin: 0px auto 0;
}
.organiz ul li{
	width: 276px;
	height: 380px;
	background: #f8f8f8;
	margin: 0 17px 30px;
	box-shadow: 0px 4px 4px #e5e5e5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.organiz ul li .top{
	display: block;
}
.organiz ul li .top .imgbox{
	width: 128px;
	height: 128px;
	display: block;
	border-radius: 50%;
	margin: 20px auto 30px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
}
.organiz ul li .top .imgbox img{
	width: 128px;
	height: 128px;
	display: block;
}
.organiz ul li .top .tit{
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.organiz ul li .top .posi{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.organiz ul li .top .intro{
	width: 100%;
	height: 60px;
	overflow: hidden;
	padding: 0 25px;
	line-height: 20px;
	box-sizing: border-box;
}
.organiz ul li .bot{
	margin: 30px 0 0 0;
}
.organiz ul li .bot .collect{
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/sprits.png) no-repeat -217px -283px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.organiz ul li .bot .link{
	display: block;
	background: #0086ca;
	color: #fff;
	padding: 2px 10px;
	border-radius: 6px;
	margin: 0 20px 0 0;
}
.organiz ul li:hover{
	background: #0092da;
}
.organiz ul li:hover .tit,.organiz ul li:hover .posi,.organiz ul li:hover .intro{
	color: #fff;
}
.organiz ul li:hover .bot .link{
	background: #fff;
	color: #0092da;
}
.organiz ul li:hover .bot .collect{
	color: #fff;
	background: url(../images/sprits.png) no-repeat -217px -242px;
}
/*====== 贷款服务页面 ======*/
/*====== credit ======*/
.credit{
	width: 1200px;
	margin: 0 auto;
}
.credit ul li{
	width: 1200px;
	height: 216px;
	box-sizing: border-box;
	box-shadow: 0 2px 4px #ccc;
	padding: 25px;
	border: 1px solid #ededed;
	background: #fbfbfb;
	margin: 0 0 20px 0;
}
.credit ul li a:hover p{
	color: #0092da;
}
.credit ul li a .imgbox{
	display: block;
	width: 163px;
	height: 163px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
.credit ul li a .imgbox img{
	display: block;
	width: 163px;
	height: 163px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.credit ul li a:hover .imgbox img{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.credit ul li a .text{
	padding: 0 40px 0 30px;
	width: 600px;
	border-right: 1px solid #ededed;
}
.credit ul li a .text h3{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.credit ul li a .text p{
	margin: 0 0 10px 0;
	line-height: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.credit ul li .right{
	width: 310px;
	padding: 0 0 0 100px;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}
.credit ul li .right a{
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	display: block;
	background: url(../images/zx.png) no-repeat left center;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.credit ul li .right a:hover{
	color: #0092da;
}
.credit ul li .right .order{
	background-image: url(../images/yuyue.png);
}
.credit ul li .right .apply{
	background-image: url(../images/qian.png);
}
/*======投资机构页面 organiz ======*/
.guideFund{
	width: 1200px;
	margin: 0 auto;
}
.guideFund .subnav ul li{
	width: 250px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	background: #d4d4d4;
	margin: 0 0 10px 0;
	cursor: pointer;
}
.guideFund .subnav ul .on{
	background: #0092da;
	color: #fff;
}
.guideFund .subnav .apply{
	width: 156px;
	height: 30px;
	line-height: 30px;
	background: #0092da;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
}
.guideFund .gfBox{
	width: 920px;
	box-sizing: border-box;
	border: 1px solid #d4d4d4;
	padding: 28px;
}
.gfBox {
	width: 450px;
	border: 1px solid #d4d4d4;
	text-align: left;
}

.gfBox .hd {
	height: 52px;
	line-height: 52px;
	background: #f4f4f4;
	margin: 0 0 50px 0;
	border: 1px solid #d4d4d4;
	position: relative;
}

.gfBox .hd ul {
	width: 100%;
	float: left;
	position: absolute;
	left: -1px;
	top: -1px;
	height: 52px;
}

.gfBox .hd ul li {
	text-align: center;
	float: left;
	cursor: pointer;
	width: 20%;
	box-sizing: border-box;
	font-size: 16px;
}

.gfBox .hd ul li.on {
	height: 53px;
	background: #0092da;
	border-right: 1px solid #d4d4d4;
	color: #fff;
}

.gfBox .bd ul {
	padding: 15px;
	zoom: 1;
}

.gfBox .bd li {
	height: 24px;
	line-height: 24px;
}

.gfBox .bd li .date {
	float: right;
	color: #999;
}
/**************************************************推荐机构*************************************************************/
/*====== crumbs ======*/
.crumbs{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	line-height: 50px;
	background: #f8f8f8;
	margin: 0 0 20px 0;
}
.moudle1_box{
	margin-bottom:110px;}
.crumbsCon{
	width: 1200px;
	margin: 0 auto;
}
.crumbsCon p{
	margin: 0 0px 0 10px;
}
.crumbsCon a:hover{
	color: #0092da;
}
.pic6{

	width:277px;
	height:109px;
	margin-bottom:20px;
	overflow:hidden}
.pic6 img{
	 margin-bottom:22px;
	 }


.hangnei2{
	 color:#242424;
	 margin-left:154px;}
.content1 .xiugai6{
	border-bottom:none;
	border-left:none;
	border-right:none}
.content1 .xiugai7{
	border-bottom:none;
	border-right:none}
.content1 .xiugai9{
	margin-bottom:23px}
.heartbox{
	padding-top: 10px;
	border:none;
	width:259px;
	margin: 0 auto;
	}
.content1 .xiugai28{
	 margin-top:5px;}
.title1_box{
			width:100%;
			background:url(../images/pics/fuwu_tuijian_1.png);
			margin-bottom:30px;
			padding-top:50px;
			padding-bottom:28px;
			margin-top:-18px;
			}
.heartbox span{
	display: block;
	float: right;
	 font-weight:normal;}
.heartbox a{
	margin-top: 10px;
	width: 65px;
	height: 16px;
	line-height: 10px;
	background:url(../../Content/images/icons/heart.png) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
	padding-left: 20px;
}
.title1_box h1{
	text-align:center;
	font-size:40px;
	color:#fff;
	margin-bottom:35px;
	font-weight:normal;
	}
.title1_box .h22{
	width:472px;
	margin:0 auto;
}
.h22 a{
	margin: 0;
	display: block;
	width: 199px;
	height: 49px;
}
.h22 h2:hover{
	background-color: #ff4c00;
	color:#fff;
	border:1px solid  #ff4c00
	}
.title1_box h2{
	border-radius:4px;
	width:197px;
	line-height:47px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:normal
	}
.sonnav1{ width:1200px; margin:0 auto; border-bottom:solid 1px #0092da;}
.sonnav1 ul li{ width:158px; color:#fff; font-size:18px; line-height:50px; background-color:#0092da; text-align:center; border-radius:5px 5px 0 0;}
.sonnav1 h1{
	margin-top:20px;
	font-weight:normal;
}
.title2_box{
	width:1200px;
	margin:0 auto;
	background-color:#f8f8f8;
	margin-top:20px;
	margin-bottom:20px;
	}
.title2_box img{
	float:left;
	margin-top:18px;
	margin-left:8px;
	}
.title2_box h1{
	line-height:54px;
	float:left;
	margin-left:10px;
	font-weight:normal;
	font-size:17px;

}

.content1_bg{
	width:300px;
	float:left;
	}
.content1{
	margin:0 auto;
	width:277px;
	border-radius:6px;
	border:solid 1px #ededed;
	}
.content1 h1{
	font-weight:normal;
	margin:23px 18px;
}
.content1 h2{
	margin-top:-17px;
	font-weight:normal;
	margin-bottom:20px;
	margin-left:18px;
}
.collect1{
	width:138px;
	height:30px;
	padding-top:20px;
	}
.collect1 .pic1{
	float:left;
	margin-left:0px;
	width:15px;
	}
.shoppingBox{
	width:17px;
	height:17px; background:url(../../Content/images/icons/fuwu_6.png) no-repeat center center}
.collect1 h1{
	float:left;
	margin-top:-20px;
	}

.collect1 .xiugai10{
	width:60px}
.sonnav1 a{
	width:49px ;
	height: 19px;
}

/**************************************************服务库*********************************************************/
.list_box{
	margin-top: 85px;
}
.Box1{
	height: 40px;
}
.Box2{
	height: 48px;
}
.menu{
	height: 120px;
}
.page_box{
	margin-bottom:6px;}
.qunfa{
	position:absolute;
	top:0;
	right:0;
	width:120px;
	border-left:1px solid #ededed}
.qunfa a{
	display: block;
	width: 69px;
}
.checkBox{
	width:16px;
	height:16px;
	margin-top:-3px;
	margin-left:1px;}
.CheckBox{
	width:16px;
	height:16px;
	margin-top:-3px;
	margin-left:1px;}
.zhishi{ margin-bottom:18px;}
.middle_pic{
	width:277px;
	height:109px;
	margin-bottom:12px;
	overflow:hidden}
.middle_pic a{
	display: block;
	width:277px;
	height:109px;
	overflow:hidden
}
.middle_pic img{
	display: block;
	width: 277px;
	height: 109px;
}
.gou{
	background:url(../images/icons/fuwu_7.png) no-repeat top;
	margin-bottom:10px;
	}
.zonggou{
	width:15px;
	height:15px;
	background:url(../images/icons/fuwu_7.png) no-repeat center center;
	}
.xuankuang{
	float:left;
	width:14px;
	height:14px;
	border:1px solid #0092da;
	margin:26px 7px 0 8px;
	}
.zongxuan{
	width:14px;
	height:14px;
	border:1px solid #0092da;
	margin:24px 10px 0 10px;
	float:left;
	margin-top:17px;}
.priceBox .qunfa span{
	display: block;
	font-size:12px;
	width:67px;
	height: 20px;
	line-height:20px;
	border-radius:10px;
	border:1px solid #0092da;
	text-align:center;
	margin-left: -10px;
	float:left;
	margin-top:14px;}

.page a{
	display: block;
	float: left;
}
.priceBox{
	position: relative;
	width:1198px;
	margin:0 auto;
	background-color:#f8f8f8;
	height:44px;
	margin-top:20px;
	}
.jiabg{
	background-color:#0092da;
	color:#fff;}
.jiabg2{
	background-color:#0092da;
	color:#fff;}
.jiabg4{
	background-color:#0092da;
	color:#fff;}
 .yichu2{
	float:left;}
.chose{
	float:left;
	margin-top:-27px;
	margin-left:166px;
	}

.chose select{
	position:relative;
	z-index:1;
	width:138px;
	height:30px;
	padding-left:10px;}
.yichu2{
	margin-top:24px;
	width:78px;
	height:20px;
	border-radius:10px;
	text-align:center;
	}
.priceBox input{
 	float: left;
	width:50px;
	height:20px;
	margin-top: 11px;
	margin-left: 10px;
	}
.priceBox span{
	display: block;
	/*margin-top: 13px;
	margin-left: 20px;*/
	}
.priceBox .hline{
	margin-left: -62px;
}
.line1 .sure{
	width:46px;
	height:20px;
	line-height:20px;
	border-radius:10px;
	border:1px solid #0092da;
	text-align:center;
	float:left;
	color:#0092da ;
	margin-top: 12px;
	margin-left:10px ;
	}
.line1 .sure:hover{
	background-color: #ff4c00;
	border:solid 1px  #ff4c00;
	color:#fff;}
.qunfa span:hover{
	background-color: #ff4c00;
	border:solid 1px  #ff4c00;
	color:#fff;}
.haoping{
	position:absolute;
	top: 0;
	left: 278px;
	background-color:#FFFFFF;
	height:44px;
	width:90px;
	font-size:16px;
}
.xiugai12{
	border-top:none;
	border-bottom:none
	}
.duijie{
	position:absolute;
	top: 0;
	left: 368px;
	background-color:#F8F8F8;
	height:44px;
	width:90px;
	font-size:16px;
}
.pic2{
	position:absolute;
	font-size:16px;
	top:18px;
	left:66px;}
.col1ect4{
	margin-bottom:20px;
	}
.page a{
	float:left;
	text-align:center;
	width:34px;
	height:34px;
	line-height:34px;
	border-left:solid 1px #d9d9d9;
	}
.page_box .xiugai17{
	width:54px;
	border-left:none
	}
.page_box .xiugai18{
	width:64px;
	}
.page_box .xiugai19{
	width:54px;
	}
.page{
	border-radius:4px;
	width:484px;
	height:34px;
	border:solid 1px #e0e0e0;
	}
.rate{
	 color:#333;
	 }
.rate2{
	 color:#333;
	 }
.colume{
	width: 259px;
	margin: 0 auto;
	}
.colume span{
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.fj_xiugai1{
	left:-1px;
}
.fj_xiugai2{
	left:89px;
}
.fj_xiugai1 a{
	display: block;
	text-align: center;
	line-height: 44px;
}
.fj_xiugai2 a{
	display: block;
	text-align: center;
	line-height: 44px;
}
/************************************服务机构********************************/
/*.navbar{ height:58px}*/
.navbar ul{ width:1200px; margin:0 auto}
/*.navbar ul li{ width:120px; float:left; text-align:center; line-height:56px; background:url(../images/icons/touzi_line.png) no-repeat right center}*/
/*上一行代码与_layout.css中对二级页的导航栏样式覆盖 故注释掉。*/
.navbar ul li:hover{ background-color:#0092da}
.navbar ul li a{ font-size:19px; color:#FFF}
.content_top_box{ width:1200px; margin:0 auto; margin-bottom:80px}
.content10_box{ float:left;width:550px; height:207px; margin-top:10px;}
.content2_box{ float:left; width:440px;}
.text img{ float:left; margin-top:5px; margin-right:8px}
.text h2{ font-size:14px; color:#969696; float:left; font-weight:normal}
.text h3{font-size:14px; color:#969696; float:left; font-weight:normal}
.text .F_money{
	font-size:14px; color:#FF8517; float:left; font-weight:normal}
.text{ margin-bottom:8px}
.content_bottom_bg{ background:#f8f8f8; width:100%; padding-bottom:120px;}
.sonnav{ width:1200px; margin:0 auto; border-bottom:solid 1px #0092da; position:relative; padding-top: 30px;}
.sonnav ul li{ width:158px; color:#fff; font-size:18px; float:left; line-height:50px; background-color:#0092da; text-align:center; border-radius:5px 5px 0 0; cursor:pointer;}
/*.sonnav ul .li1{ position:absolute; left:0; bottom:0;}*/
.sonnav ul .li2{ position:absolute; left:158px; bottom:0;background:none; color:#0092da }
.sonnav ul .li6{ position:absolute; left:316px; bottom:0;background:none; color:#0092da }
.sonnav ul{ width:1200px; }
.service_bg{
	 background-color:#fff;
	 position:relative;
	 padding-top:38px;
	 padding-bottom:22px;
	 }
.service_box{
	overflow:hidden;
	height:209px;
	width:1102px;
	margin:0 auto;
	margin-bottom:36px;
	}
.service_box .pic11 {
	width: 229px;
	height:209px;
	overflow:hidden;
}
.service_box .pic11 img{
	display: block;
	width: 229px;
	height: 209px;
}
.service_right {
	padding-top:31px;
	float: left;
	width: 566px;
}
.service_right .smalltip{
	width: 473px;
	font-weight:600;
	margin-left:41px;
	margin-top:31px;
	font-size:16px;}
.caishui{

	margin-top:15px;
	}
.shuju{
	}
.caishui span{
	margin-left:41px;
	margin-top:11px;
	font-weight:normal}
.service_right .xiugai22{
	margin-left:4px;}
.text1{
	margin-top:22px;
	float:left;
	width:70px;
	height:64px;
	text-align:center;
	border-right:solid 1px #e8e8e8;
	}
.size20{
	font-size:24px;
	}
.size12{
	width:14px;
	font-weight:normal;}
.f_gray{
	margin-top:20px;}
.btn_box{
	margin-top:30px;
	float: right;
	width:305px;
	height:170px;
	border-left:solid 1px #eaeaea;
	}
.btn_box h4{
	color: #999999;
	border:1px solid #999999;
	border-radius:2px;
	font-weight:normal;
	margin-top:100px;
	margin-left:11px;
	width:110px;
	line-height:38px;
	text-align:center;
	float:left}
.btn_box h4:hover{
	border:#ff4c00 solid 1px;
	background-color: #ff4c00;
	color:#fff;}
.top1,.top2,.top3{
	position:relative;
	}
.content6_box{ width:154px; height:154px; border-radius:50%; margin-top:20px; overflow:hidden;}
.content6_box img{
	display: block;
	width: 154px;
	height: 154px;
}
.content6{ width:640px; margin-top:45px;}
.content7_box{ float:right; margin-top:40px}
.xiugai21{margin-bottom:0px}
.xiugai26{width:130px}
.company_intro{
	padding-left: 35px;
	padding-right: 26px;
}
.company_intro  span{
	display: block;
	background-image: url(../images/icons/fuwu_8.png);
	width: 6px;
	height: 25px;
	margin-right: 8px;
}
.company_intro h2{
	display: block;
	font-weight:normal;
	color: #666666;
}
.company_intro p{
	clear: left;
	color: #666666;
	margin-top:30px ;
	line-height: 26px;
}
.company_intro .id{
    margin-top: 35px;
    margin-bottom: 17px;
}
.map_pic{
	width: 1137px;
	height: 312px;
	overflow: hidden;
}
.map_pic img{
	display: block;
	width: 1137px;;
	height: 312px;
}
.hover_pic{
	width: 206px;
	height: 125px;
	border: 1px solid #cdcdcd;
	margin-right: 23px;
	margin-bottom: 17px;
	padding-top: 15px;
}
.hover_pic img{
	display: block;
	width: 152px;
	height: 108px;
	margin: 0 auto ;
}
.company_intro .h_last{
	margin-right: 0px;
}
..collection{
	width: 152px;
	margin-right: 28px;
}
/***************************************************服务详情*************************************************/
.xiugai20{ margin-bottom:20px; margin-top:20px;}
.content9_box{ float:left; width:230px; height:230px; overflow:hidden}
.content9_box img{
	display: block;
	width: 230px;
	height: 230px;
}
.content4_box{ float:left; width:600px;}
.content2{ margin-left:33px; margin-top:16px;}
.content2 h1{ font-size:30px; color:#242424; margin-bottom:22px; font-weight:normal}
.sonnav5{ width:1200px; margin:0 auto; border-bottom:solid 1px #0092da; height:70px; position:relative}
.sonnav5 ul li{ width:158px; color:#fff; font-size:18px; float:left; line-height:50px; background-color:#0092da; text-align:center; border-radius:5px 5px 0 0; cursor:pointer}
.sonnav5 ul{ width:1200px; height:87px;}
.sonnav5 ul .li1{ position:absolute; left:0; bottom:0;}
.sonnav5 ul .li2{ position:absolute; left:158px; bottom:0;background:none; color:#0092da }
.sonnav5 ul .li6{ position:absolute; left:316px; bottom:0;}
.page_box3{
	width:1140px;
	margin:0 auto;
	position:relative;
	background-color:#fff;
	padding:50px 30px;
	}
.page3 h1{
	margin-bottom:40px;
	font-weight:normal;}
.page3 p{
	line-height:34px;}
.top{
	position:relative;}
.bottom{
	position:relative;
	display:none}
.xiaokung{
	width:276px;
	border:solid 1px #F00;}
.linkEn{
	margin: 0 0 15px 0;
}
.linkEn .tit{
	width: 75px;
	height: 32px;
	background: url(../images/pics/fuwujigouicon.png) no-repeat;
	margin: 0 10px 0 0;
}
.linkEn a{
	display: block;
	height: 32px;
	line-height: 32px;
	color: #0092da;
	font-size: 16px;
}
.xiugai25{margin-right:0}
.content2 .xiugai33{font-size: 20px;}
/**************************************************服务机构库*********************************************************/
.collect2_box .left{
	border-right:1px solid #e8e8e8;
}
.collect2_box{
	margin-top:15px;
	border-top:1px solid #e8e8e8}
.collect_pic{
	width: 73px;
	background-position: 40px center;
	padding-left: 65px;
	display: block;
	height: 50px;
	line-height: 50px;
}
.information_pic{
	width: 74px;
	background:url(../../Content/images/icons/consult.png) no-repeat;
	background-position: 40px center;
	padding-left: 64px;
	display: block;
	height: 50px;
	line-height: 50px
}
.content3_box{
	margin-top: 12px;
}
.content3_box .shopping_pic{
	border: 1px solid #ededed;
	width: 76px;
	border-radius: 4px;
	background:url(../../Content/images/icons/fuwu_6.png) no-repeat;
	background-position: 44px center;
	padding-left: 72px;
	display: block;
	height: 46px;
	line-height: 46px;
	color: #242424;
	margin-left: 35px;
}
.content3_box .shopping_picOver{
	border: 1px solid #ededed;
    width: 81px;
    border-radius: 4px;
    background: url(../../Content/images/icons/fuwu_6_Over.png) no-repeat;
    background-position: 39px center;
    padding-left: 67px;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #fff;
    margin-left: 35px;
    background-color: #0092DA;
}
.content3_box .shopping_pic:hover{
       color:#ff8517;
    background-color:#f8f8f8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.content3_box .collect_pic{
	border: 1px solid #ededed;
	width: 77px;
	border-radius: 4px;
	padding-left: 71px;
	display: block;
	height: 46px;
	line-height: 46px;
	color: #242424;
	margin-left: 28px;
}
.bg_shoucang{
	background:url(../images/icons/heart.png) no-repeat 40px center;
	}
.bg_shoucangover{
	background:url(../images/icons/heart_over.png) no-repeat 40px center;
	}
.content3_box .collect_pic:hover{
     color:#ff8517;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.content3_box .information_pic{
	border: 1px solid #ededed;
	width: 78px;
	border-radius: 4px;
	background:url(../../Content/images/icons/consult.png) no-repeat;
	background-position: 41px center;
	padding-left: 70px;
	display: block;
	height: 46px;
	line-height: 46px;
	color: #242424;
	margin-left: 28px;
}
.content3_box .information_pic:hover{
	 background-color:#f8f8f8;
    color:#0092da;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.content_top .fj_xiugai3{
	float: left;
	padding-top: 64px;
}
.shopping_pic{
	width: 70px;
	background:url(../../Content/images/icons/fuwu_6.png) no-repeat;
	background-position: 46px center;
	padding-left: 68px;
	display: block;
	height: 50px;
	line-height: 50px
}
.content1 .fl_xiugai1{
	margin-top: 8px;
}
.content1{
	transition: all .5s;
	-moz-transition: all ,5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.content1:hover{
	box-shadow: 0px 7px 10px #ccc ;
}
/************************************************** 确认订单信息 *********************************************************/
.orderInfos{
	margin-top: 10px;
}
.orderInfos .headline{
	margin-bottom: 20px;
}
.orderInfos .tableTitles{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #f8f8f8;
	text-align: center;
}
.orderCon{
	margin-top: 20px;
}
.orderCon th{
	font-weight: normal;
}
.orderCon .title{
	height: 32px;
	line-height: 32px;
	background: #f8f8f8;
	border: 1px solid #ededed;
	border-bottom: none;
}
.orderCon .title .left{
	padding: 0 0 0 10px;
	text-align: left;
}
.orderCon .title .right{
	padding-right: 18px;
	text-align: right;
}
.orderCon .title .right a{
	background: url(../images/icons/consult.png) no-repeat 270px center;
	+background-position: 350px 10px;
}
.percent40{
	width: 40%;
}
.percent15{
	width: 15%;
}
.orderCon .bd td{
	height: 90px;
	border: 1px solid #ededed;
}
.orderCon .imgbox{
	width: 94px;
	height: 70px;
	padding: 3px;
	border: 1px solid #ededed;
	overflow: hidden;
	margin: 0 0 0 7px;
}
.orderCon .imgbox img{
	width: 100%;
	height: 100%;
}
.orderCon .textbox{
	margin: 0 0 0 10px;
	font-size: 13px;
	width: 345px;
}
.orderCon .textbox h3{
	height: 18px;
	overflow: hidden;
	font-weight: normal;
	margin: 10px 0 12px 0;
}
.orderCon .textbox  p{
	height: 18px;
	overflow: hidden;
}
.numAddDelBox{
	width: 80px;
	margin: 0 auto;
}
.numAddDel .numInput{
	width: 38px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #aaa;
	text-align: center;
}
.numAddDel  span{
	width: 18px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #e5e5e5;
	background: #f0f0f0;
	cursor: pointer;
}
.orderInfos .message{
	width: 1200px;
	height: 123px;
	padding: 17px 0 0 0;
	border: 1px solid #ededed;
	border-top: none;
	background: #fbfcff;
}
.orderInfos .message textarea{
	width: 1060px;
	height: 65px;
	padding: 10px;
	border: 1px solid #ededed;
}
.orderInfos .message .tit{
	width: 98px;
	height: 85px;
	line-height: 40px;
}
.wordsnums{
	text-align: right;
	color: #969696;
	margin-top: 10px;
	margin-right: 30px;
}
.contactInfo{
	margin-top: 20px;
}
.headtit{
	width: 1200px;
	height: 32px;
	border: 1px solid #ededed;
	background: #f8f8f8;
}
.headtit .text{
	line-height: 32px;
	margin-left: 10px;
}
.contactInfo .bd{
	width: 1160px;
	padding: 30px 20px;
	border: 1px solid #ededed;
	border-top: none;
}
#phoneOther{
	margin-top: 18px;
}
#phone,#phoneOther{
	margin-right: 10px;
}
.contactInfo .phoneInput{
	width: 256px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ededed;
	padding: 0 0 0 10px;
	margin-top: 18px;
}
.contactInfo .identify{
	margin-top: 18px;
}
.contactInfo .identify .inputText{
	width: 163px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ededed;
	padding: 0 0 0 10px;
}
#btnSendCode{
	width: 93px;
	height: 28px;
	line-height: 28px;
	border: none;
	background: #0092da;
	color: #fff;
	cursor: pointer;
}
.account{
	text-align: right;
	margin: 60px 0 40px 0;
}
.payWay{
	width: 1200px;
	height: 98px;
	background-color: #f8f8f8;
	margin-bottom: 76px;
}
.confirmPay{
	width: 84px;
	height: 45px;
	border: 1px solid #eee;
	background: #ff8517 url(../images/icons/icon_ordersubmit.png) no-repeat 33px center;
	line-height: 46px;
	color: #fff;
	padding-left: 64px;
	margin:25px 24px 0 25px;
	border-radius: 4px;
}
.payNum{
	color: #969696;
	margin-top: 30px;
	line-height: 24px;
}
.noPay{
	margin-left: 75px;
	line-height: 24px;
}
/******************************服务list new******************************/
.headline .hd ul{
	top: 1px;
}
.fuwu_position{
	width: 100%;
	background-color: #F8F8F8;
}
.fuwu_position ul li{
	float: left;
	line-height: 48px;
}
.fuwu_position ul{
	width: 1200px;
	margin: 0 auto;
}
.fuwu_position .position:hover{
	color: #0092DA;
}
.fuwu_kinds{
	margin-top: 20px;
}
.fuwu_kinds ul li{
	float: left;
}
.fuwu_kinds ul{
	padding: 18px 0px;
	border: 1px solid #EDEDED;
	padding-left: 23px;
}
.fuwu_kinds ul li{
	margin: 0 3px;
	line-height: 22px;
	border-radius: 4px;
	cursor: pointer;
}
.fuwu_kinds ul>span{
	line-height: 22px;
	margin-right: 8px;
}
.fuwu_kinds ul li span{
	padding: 2px 5px;
	line-height: 22px;
}
/*.current{
	background: #fff;
	color: #fff;
	border-radius: 4px;width: 48px;

}*/
.fuwu_kinds ul li:hover{
	background: #F8F8F8;
	color: #242424;
	border-radius: 4px;
}
.fuwu_kinds .fuwu_area{
	padding: 16px 0px;
	padding-left: 51px;
}
.fuwu_kinds .fuwu_area{
	border-top: none;
}
.fuwu_area .area{
	width: 133px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ddd;
	outline: none;
	margin-right: 25px;
}
.fuwu_kinds .fuwu_area>span{
	margin-right: 8px;
	line-height: 26px;
}
.fuwu_seacher{
	height: 44px;
	border: 1px solid #DDDDDD;
	margin-top: 22px;
	background-color: #f8f8f8;
	line-height: 44px;
}
.fuwu_seacher>input{
	border: 1px solid #DDDDDD;
	width: 52px;
	height: 22px;
	margin-top: 11px;
}
.fuwu_seacher .price{
	margin-left: 20px;
	margin-right: 8px;
}
.fuwu_seacher .line{
	padding: 0 3px;
}
.fuwu_seacher .sure{
	border: 1px solid #0092da;
	width: 46px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	text-align: center;
	color: #0092da;
	margin: 12px 30px 0px 10px;
	cursor: pointer;
}
.fuwu_seacher .sure:hover{
        background:#0092da;
        color:#fff;
    }
.fuwu_seacher>a{
	line-height: 44px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 0 20px;
    cursor:pointer;
}
.fuwu_seacher .first{
	border-right: none;
}
.addbg{
	background-color: #fff;
}
.fuwu_seacher .Fqunfa{
	border-left: 1px solid #DDDDDD;
	padding-left: 10px;
	padding-bottom: 10px;
}
.fuwu_seacher .Fqunfa input{
	width: 16px;
	height: 16px;
	margin-top: 15px;
}
.fuwu_seacher .Fqunfa span{
	border: 1px solid #0092da;
	width: 76px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
	color: #0092da;
	margin: 12px 10px 0px 14px;
	cursor: pointer;
}
.fuwu_listBox{
	padding-top: 22px;
}
/*made By tangxinchen for ie7 issues */
/* for ie 7*/
*+html .fuwu_listBox .fuwu_list {
    padding-bottom:25px;
}
*+html .list_box .moudle {
    padding-bottom:25px;
}


.fuwu_card{
	position: relative;
	width: 265px;
	height: 415px;
	background-color: #f8f8f8;
	margin: 0 17px 25px 16px;
}
.fuwu_card i{
	display: block;
	width: 265px;
	height: 265px;
	overflow: hidden;
}
.fuwu_card i img{
	display: block;
	width: 265px;
	height: 265px;
}
.card_bottom{
	padding: 0 13px;
}
.fuwu_card h2{
	font-weight: normal;
	font-size: 16px;
	height: 49px;
	line-height: 54px;
}
.fuwu_card h3{
	font-size: 20px;
	line-height: 20px;
	height: 32px;
}
.fuwu_card .card_bottom span{
	float: left;
	border: 1px solid #969697;
	color: #969696;
	padding: 0 5px;
	border-radius: 4px;
	text-align: center;
	margin-right: 9px;
}
.fuwu_card>a{
	display: block;
}
.fuwu_card .left{
	display: block;
	border: 1px solid #ededed;
	border-right: none;
	width: 68px;
	height: 36px;
	background:url(../../Content/images/icons/fuwu_6.png) no-repeat;
	background-position: 35px center;
	padding-left: 64px;
	line-height: 37px;
}
.fuwu_card .leftOver{
	display: block;
	border: 1px solid #ededed;
	border-right: none;
	width:73px;
	height: 36px;
	background:url(../../Content/images/icons/fuwu_6_Over.png) no-repeat;
	background-position: 30px center;
	padding-left: 59px;
	line-height: 37px;
	background-color: #0092DA;
	color: #fff;
}
.fuwu_card .right{
	display: block;
	border: 1px solid #ededed;
	width: 77px;
	height: 36px;
	background:url(../../Content/images/icons/consult.png) no-repeat;
	background-position: 26px 8px;
	padding-left: 53px;
	line-height: 37px;
}
.fuwu_card .active{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fuwu_card>input{
	position: absolute;
	top: 6px;
	left: 8px;
	width: 15px;
	height: 15px;
	border: none;
}
.fuwu_card .rate{
	width: 100%;
	height: 33px;
}
.fuwu_page ul{
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	width: 251px;
	height: 29px;
	line-height: 29px;
	margin: 0 auto;
}
.fuwu_page ul li{
	border-right: 1px solid #DDDDDD;
	text-align: center;
}
.fuwu_page{
	padding-top: 12px;
	padding-bottom: 34px;
}
.fuwu_page ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.fuwu_page .Pcurrent{
	background-color: #0092da;
	color: #fff;
}
.fuwu_page .first{
	width: 48px;
}
.fuwu_page .next{
	width: 60px;
}
.fuwu_page .one{
	width: 29px;
}
.fuwu_seacher .Fqunfa span:hover{
	border: 1px solid #fe841c;
	background-color:#fe841c;
	color: #FFFFFF;
}
.fuwu_card:hover{
	box-shadow:0px 7px 10px #ccc;
}
/*********************支付成功********************/
.successBox{
	width: 1200px;
	margin: 0 auto;
	height: 286px;
	margin-top: 22px;
	margin-bottom: 33px;
	background-color: #f3fded;
	padding-top: 92px;
}
.success{
	width: 581px;
	margin: 0 auto;
}
.successBox h2{
	color: #7abd54;
	font-size: 30px;
	background: url(../images/icons/fuwu_9.png) no-repeat;
	background-position: left center;
	line-height: 50px;
	padding-left: 59px;
	margin-bottom: 6px;
}
.successBox p{
	padding-left: 59px;
	width:522px ;
	line-height: 26px;
}
.dingdanNum{
	padding-top: 7px;
	padding-left: 59px;
	line-height: 30px;
}
.dingdanNum span{
	margin-right: 16px;
}
.fukuanMoney{
	padding-left: 59px;
	line-height: 30px;
	color: #969696;
}
/*确认订单信息弹窗*/
.poPupBox{
	width: 100%;
	height: 100%;
	background: url(../images/icons/bg_black.png);
	position: fixed;
	z-index:100;
	left: 0px;
	top: 0px;
}
.poPupCon{
	width: 620px;
	height: 336px;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	position: absolute;
	left: 50%;
	top: 20%;
	margin: 0 0 0 -310px;
}
.popTitlt{
	height: 50px;
	background: #0092da;
}
.mb62{
	margin-bottom: 62px;
}
.mb21{
	margin-bottom: 21px;
}
.tradeTip{
	margin-left: 26px;
	line-height: 50px;
}
.linkservice{
	line-height: 25px;
	width: 96px;
	height: 23px;
	border: 1px solid #EDEDED;
	border-radius: 1px;
	background-color: #fff;
	color: #969696;
	margin-top: 13px;
	text-align: center;
	margin-right: 16px;
}
.yesorno{
	width: 208px;
	margin: 0 auto;
	padding-left: 90px;
	background: url(../../Content/images/icons/fuwu_10.png) no-repeat;
	background-position: left center;
	height: 66px;
}
.yesorno h2{
	line-height: 38px;
}
.yesorno h3{
	line-height: 24px;
	margin-top: 2px;
	font-weight: normal;
}
.yesorno_btn{
	width: 400px;
	margin: 0 auto;
	margin-top: 69px;
}
.no{
	width: 71px;
	padding-left: 67px;
	background-image: url(../../Content/images/icons/fuwu_11.png);
	background-repeat: no-repeat;
	background-position: 36px center;
	height: 45px;
	border-radius: 4px;
	background-color: #edebeb;
	line-height: 45px;
	font-size: 18px;
}
.yes{
	width: 71px;
	padding-left: 67px;
	background-image: url(../../Content/images/icons/fuwu_13.png);
	background-repeat: no-repeat;
	background-position: 36px center;
	height: 45px;
	border-radius: 4px;
	background-color: #FF8517;
	line-height: 45px;
	font-size: 18px;
}
.paymoney{
	width: 579px;
	height: 52px;
	margin: 0 auto;
	background-color: #e1f4fe;
	margin-bottom: 25px;
}
.paymoney{
	line-height: 52px;
}
.paymoney .left{
	margin-left: 16px;
}
.paymoney .right{
	margin-right: 16px;
}
.paypassword{
	width: 317px;
	margin: 0 auto;
	padding-left: 80px;
	background: url(../../Content/images/icons/fuwu_10.png) no-repeat;
	background-position: left center;
	height: 66px;
	margin-bottom: 40px;
}
.paypassword h4{
	line-height: 28px;
	padding-bottom: 5px;
}
.paypassword input{
	width: 222px;
	height: 30px;
	line-height: 32px;
	border: 1px solid #EDEDED;
	margin-right: 15px;
	padding-left: 8px;
}
.paypassword a:hover{
	color: #0092DA;
}
.lh_32{
	width: 70px;
	line-height: 32px;
}
.surepay{
	display: block;
	width: 90px;
	height: 45px;
	line-height: 45px;
	padding-left: 48px;
	background-image: url(../../Content/images/icons/fuwu_12.png);
	background-repeat: no-repeat;
	background-position: 21px center;
	background-color: #FF8517;
	border-radius: 4px;
	color: #fff;
}
.mt0{
	margin-top: 0px;
	width: 340px;
}

