﻿@charset "utf-8";
/* CSS Document */
/*index-style start*/
/*content-style start*/
.page_content , .page_content_nav , .content_nav , .content_main {
	width:100%;
	height:auto;
}
.content , .content_nav{
	width:1000px;
	height:auto;
	margin:0 auto;
}
.content {
	padding-top: 30px;
	padding-bottom: 20px;
    min-height: 240px;
}
.content a:hover {
    text-decoration: underline;
}
.page_content_nav {
	text-align: center;
	background: -webkit-linear-gradient(top,rgb(255,255,255),rgb(242,242,242));
	background: -moz-linear-gradient(top,rgb(255,255,255),rgb(242,242,242));
	background: -o-linear-gradient(top,rgb(255,255,255),rgb(242,242,242));
	background: -ms-linear-gradient(top,rgb(255,255,255),rgb(242,242,242));
	background: linear-gradient(top,rgb(255,255,255),rgb(242,242,242));
}
.content_nav_txt {
	display: inline-block;
	width: 187px;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 16px;
	background-color: rgb(153,153,153);
	cursor:pointer;
}
.content_nav_checked {
	background-color: rgb(23,181,232);
	position: relative;
}
.content_nav_checked:after {
	content:"";
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 10px;
	border-style: solid dashed dashed;
	border-color: rgb(23,181,232) transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
}

/*企业概况 开始*/
.content_Survey {
	width: 100%;
	height: auto;
}
.content_Survey_left {
	display:inline-block;
	width: 58%;
	height: auto;
	
}
.content_Survey_title {
	font-size: 16px;
	padding: 10px 0;
}
.content_Survey_main > div {
	display: inline-block;
}
.content_Survey_img {
    width: 234px;
    height: 145px;
	width: 38%;
    overflow: hidden;
}
.content_Survey_img img {
    width: 234px;
    height: 145px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.content_Survey_img img:hover {
    -webkit-transform: rotate(1deg) scale(1.2);
    -moz-transform: rotate(1deg) scale(1.2);
    -o-transform: rotate(1deg) scale(1.2);
    -ms-transform: rotate(1deg) scale(1.2);
    transform: rotate(1deg) scale(1.2);
}
.content_Survey_content {
	width: 56%;
	height: auto;
	margin-left: 4%;
	vertical-align: top;
	
}
.content_Survey_content h3 {
	padding: 5px 0 10px;
}
.content_Survey_content p{
	line-height: 25px;
    letter-spacing: 0.08em;
}
.content_Survey_more {
	font-size: 16px;
	color: rgb(23,181,232);
	padding-top: 10px;
}
.content_Survey_more a {
	color: rgb(23,181,232);
}
.content_Survey_more a:hover {
	text-decoration: underline;
}



.content_Survey_right {
	display:inline-block;
	vertical-align: top;
	width: 38%;
	margin-left: 15px;
}
.surver_Dynamic_more {
	float: right;
	font-size: 12px;
	margin-right:2%;
}
.surver_Dynamic_more a {
	color: #999;
}
.content_Survey_Dynamic > div{
    height: 37px;
    line-height: 37px;
	border-bottom: 1px dashed #999;
}
.surver_Dynamic_content {
	display: inline-block;
	width: 73%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.surver_Dynamic_date {
	width: 20%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #999;
	padding-left: 5px;
	float: right;
}


/*企业概况 结束*/

/*资质信用 开始*/
.content_Credit {
	padding: 30px 0 55px;
}
.content_Credit > div {
	display: inline-block;
	width: 30%;
	height:auto;
	margin-right: 4%;
    vertical-align: top;
}
.content_Credit_title {
	padding: 10px 0;
}
.content_Credit_title > i {
	display: inline-block;
	width: 27px;
	height: 25px;
}
.Business {
	background:url(/Content/web_images/Business.png) no-repeat center center;
}
.Qualifications {
	background:url(/Content/web_images/Qualifications.png) no-repeat center center;
}
.Credit {
	background:url(/Content/web_images/Credit.png) no-repeat center center;
}
.content_Credit_title > span {
	display: inline-block;
	vertical-align: 5px;
	font-size: 18px;
	color: #2e297b;
}
.content_Credit_main p {
	line-height: 20px;
}
.content_Credit_main p span {
	color: rgb(23,181,232);
}




/*资质信用 结束*/

/*工程业绩 开始*/
.content_Performance {
}
.content_Performance img {
    width: 221px;
    height: 138px;
    overflow: hidden;
}
.content_Performance img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.content_Performance_title {
	line-height: 35px;
}
.content_Performance_title span{
	float:right;
	font-size: 12px;
	color: #999;
}
.content_Performance_Engineering {
	display: inline-block;
	width: 21.2%;
	height: auto;
	margin-right: 4%;
	text-align: center;
    vertical-align: top;
    margin-top: 1%;
}


/*工程业绩 结束*/


/*content-style end*/

/*index-style end*/