


/* ====== 3d unfold ====== */
.mfp-flipInX .mfp-content {
	perspective: 2000px;
}

.mfp-flipInX .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateX(-60deg);
}

.mfp-flipInX.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}

.mfp-flipInX.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: rotateX(0deg);
}

.mfp-flipInX.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-flipInX.mfp-removing .mfp-with-anim {
	transform: rotateX(60deg);
	opacity: 0;
}

.mfp-flipInX.mfp-removing.mfp-bg {
	opacity: 0;
}

.thumbnail {
	border: 1px solid #3498DB;
}

#map {
	height: 550px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#modal-form label ,#modal-report-form label{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: 300;
	color: #666;
}

.title p {
	font-size: 16px;
}



table {
	table-layout: fixed;
}

td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 350px;
	border-top: 0px !important;
}

.liwidth {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 300px;
}

td>a:hover {
	cursor: pointer;
	color: #3498DB;
}

td>a {
	text-decoration: none;
	color: #666;
}

.i-tit {
	float: left;
	margin: 2px 10px 2px 0;
	width: 4px;
	height: 16px;
	line-height: 16px;
	background: #4b93d7;
	overflow: hidden;
}

.title2 {
	padding-bottom: 9px;
	border-bottom: 1px solid #eaeaea;
	font-size: 16px !important;
}

.more {
	float: right;
	color: #999 !important;
	font-size: 12px !important;
	padding-top: 5px;
}

a.more:hover {
	color: #f60 !important;
	text-decoration: none !important;
}

.indexbox {
	border-right: 1px solid #eaeaea;
	min-height: 370px;
}

.indexbox2 {
	padding: 5px;
}

.pro_time, .news_time {
	font-size: 10px;
	color: #999;
	    width: auto;
}

.pro_tpye {
	font-weight: bold;
}

.pro_name, .news_name {
	color: #000;
	text-decoration: none !important;
}

.statistic_item {
	margin: 20px 10px 20px 10px;
}

.statistic_num {
	float: right;
	color: #1abc9c;
	font-size: 20px;
}

.statistic_title {
	font-size: 16px;
}

#modal-form #pro_name, #modal-form  #pro_builder,#modal-report-form #repmodal_name {
	width: 300px;
	word-break: break-all;
	word-wrap: break-word;
}

.reportype>a, .protype>a ,.rep-type>a,.industry>a{
	font-size: 12px;
}