html,body{
	background:#fff;
}
.choices{
	width:1090px;
	margin:0 auto;
	padding:5px 55px 25px 55px;
}
.choice {
    padding-top: 25px;
}
.choice>span{
	font-size:15px;
	color:#555;
	width:56px;
	display:block;
	float:left;
	height:27px;
	line-height:27px;
	text-align:center;
}
.choice>ul{
	float:left;
	width:880px;
}
.choice>ul>li{
	width:110px;
	height:27px;
	float:left;
}
.choice>ul>li:nth-child(7n+2){
	margin-left:110px;
}
.choice>ul>li:nth-child(2){
	margin-left:0;
}
.choice>ul>li.on{
	background:#f9fafa;
	border-radius:3px;
}
.choice>ul>li a{
	font-size:15px;
	color:#555;
	text-align:center;
	line-height:27px;
}
.choice>ul>li.on a{
	color:#1b3081;
}

.area_countrys{
	display:none;
	position:absolute;
	top:52px;
	left:166px;
	background:#f9fafa;
	border-radius:3px;
	width:920px;
	border:1px solid #f9fafa;
	padding:11px 0;
}
.area_countrys>ul>li{
    font-size: 15px;
    color: #666;
    float: left;
    width: 115px;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
	cursor:pointer;
}
.area_countrys>ul>li.on,.area_countrys>ul>li:hover{
	color:#1b3081;
}
.projects{
	width:1120px;
	margin:0 auto;
}
.projects>ul>li{
	width:206px;
	height:196px;
	border:1px solid #e3e3e3;
	float:left;
	margin-right:20px;
	margin-bottom:25px;
	border-radius:3px;
}
.projects>ul>li:hover{
    box-shadow: 0px 0px 16px rgba(85,85,85,0.2);
}
.projects>ul>li img{
	width:206px;
	height:130px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.projects>ul>li:nth-child(5n){
	margin-right:0;
}
.projects>ul>li a p{
	height:40px;
	line-height:20px;
	font-size:18px;
	color:#555;
	margin:14px;
	text-align:center;
	overflow:hidden;
}
.projects>ul>li:hover a p{
	color:#1b3081;
}
.page{
	height:20px;
	margin-bottom:40px;
}
.page>p{
	width:85px;
	float:right;
	color:#666;
    font-size: 14px;
	margin-right:32px;
}
.page .pagination{
	float:right;
}
.page ul li {
	float:left;
}
.page ul li a,.page ul li span{
	display:block;
	padding:0 9px;
	text-align:center;
	color:#666;
    font-size: 14px;
}
.page ul li a:hover,.page ul li span:hover{
	color:#1b3081;
}
.page ul li.active span{
	color:#1b3081;
}
.not_project_from{
	width:720px;
	padding:50px 240px 40px;
	height:200px;
	margin:0 auto 50px;
	background:url(../image/not_project_form_img.jpg) no-repeat center;
	background-size:contain;
	box-shadow: 1px 1px 5px rgba(34,34,34,0.64);
}
.not_project_from h2{
	font-size:24px;
	color:#fff;
	line-height:24px;
	margin-bottom:12px;
}
.form_desc{
	height: 39px;
	margin: 32px auto 28px;
}
.form_desc .form_group{
	height: 39px;
	margin:  0 auto;
	float: left;
	position: relative;
}
.form_desc .form_group>.form_info{
	width: 190px;
	height: 39px;
	background: rgba(254,253,253,.9) url(../image/form_select_icon.png) no-repeat 165px center;
	border-radius: 5px;
	font-size: 16px;
	color: #626262;
	text-indent: 22px;
	margin-right: 25px;
	line-height: 39px;
}
.form_desc .form_group:last-of-type .form_info{
	margin-right:0;
}
.form_desc .form_group .sel_code{
	width: 91PX;
	margin-right: 8px;
	background: rgba(254,253,253,.9) url(../image/form_select_icon.png) no-repeat 70px center;
	text-indent: 10px;
}
.form_desc .form_group>input.form_info{
	background: rgba(254,253,253,.9);
	text-indent: 69px;
}
.form_group>label{
	position: absolute;
	top: 6px;
	left: 10px;
	color: #626262;
	font-size: 16px;
}
.a-btn{
	margin-left: 180px;
}
.a-btn a {
    display: inline-block;
    width: 146px;
    height: 39px;
    background-color: #1b3081;
    color: #fff;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    position: relative;
    text-indent: 25px;
	border-radius: 5px;
}
.a-btn .zixun {
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 18px;
    top: 11px;
    left: 20px;
    background: url(../image/c.png) no-repeat;
}
.a-btn .zixun2 {
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 24px;
    top: 7px;
    left: 20px;
    background: url(../image/b.png) no-repeat;
}
.a-btn a:first-of-type{
	margin-right: 64px;
}
.form_group .company_info{
	width: 498px;
	border:1px solid #fbf5ea;
	position: absolute;
	top: 47px;
	left:-110px;
	border-radius: 5px;
	background: #fff;
	z-index: 2;
	box-shadow: 3px 3px 12px rgba(153, 154, 154, 0.2);
	display: none;
}
.company_info .info_top{
	position: relative;
}
.company_info .info_top .info_close{
	display: block;
	width: 17px;
	height: 16px;
	position: absolute;
	right: 11px;
	top:-10px;
	background: url(../image/info_close_icon.png) no-repeat;
}
.company_info .info_top img{
	margin: 20px auto 23px;
}
.company_info .info_middle{padding-left: 26px}
.company_info .info_middle p{
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 14px;
	font-weight: bold;
}
.company_info .info_middle p:nth-of-type(2){
	margin-top: 15px;
}
.company_info .info_middle ul li{
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 8px;
	margin-right: 16px;
	float: left;
	cursor: pointer;
}
.company_info .info_middle ul li:hover{
	color: #1b3081;
}
.company_info .info_middle{
	padding-bottom: 23px;
}
.likes{
	margin-top:50px;
}
.likes h3{
    font-size: 33px;
    color: #1b3081;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 5px;
    position: relative;
}
.likes .like_projects{
	padding:25px 45px 32px;
}
.likes .like_projects ul li{
	width:161px;
	height:69px;
	padding:12px 20px;
	border-radius:3px;
	margin-right:26px;
	margin-bottom:18px;
	float:left;
	box-shadow:0px 0px 5px rgba(0,0,0,0.44);
	position:relative;
}
.likes .like_projects ul li:hover .p_model{
	display:block;
}
.likes .like_projects ul li .p_model{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:201px;
	height:93px;
	background:#1b3081;
	border-radius:3px;
}
.likes .like_projects ul li .p_model span{
	display:block;
	width:88px;
	border-radius:3px;
	height:28px;
	font-size:18px;
	color:#fdfcfc;
	text-align:center;
	line-height:28px;
	margin:32px auto;
	border:1px solid #fdfcfc;
}
.likes .like_projects ul li:nth-child(5n){
	margin-right:0;
}
.likes .like_projects ul li p:first-of-type{
	font-size:18px;
	line-height:21px;
	height:42px;
	text-align:center;
	color:#1b3081;
	margin-bottom:13px;
}
.likes .like_projects ul li p:last-of-type{
	font-size:14px;
	line-height:14px;
	height:14px;
	text-align:center;
	color:#666;
}