@charset "utf-8";
/* CSS Document */


*:focus {outline:none;}
html {-ms-touch-action:none;
	/* 闃绘windows Phone 鐨勯粯璁よЕ鎽镐簨浠� */
}
/*鍏煎iphone鍘婚櫎榛樿input琛ㄥ崟榛樿璁剧疆*/
input[type="submit"],input[type="reset"],input[type="button"],button {-webkit-appearance:none;}
/*鍥剧墖榛樿鏍峰紡*/

img {border:0;vertical-align:middle;}
/*鍔ㄧ敾鏁堟灉*/

* {
	transition-property:all;
}
.com-img {
	display:inline;
	overflow:hidden;
}
.com-img img {
	transition:all 0.5s ease-in 0s;
	-webkit-transition:all 0.5s ease-in 0s;
	-moz-transition:all 0.5s ease-in 0s;
	-o-transition:all 0.5s ease-in 0s;
}
.com-img:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:both;
}
.show {
	display:block;
}
.hide {
	display:none;
}
.f18 {
	font-size:18px !important;
}
.f16 {
	font-size:16px !important;
}
.f14 {
	font-size:14px !important;
}
.f12 {
	font-size:12px !important;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.ml5 {
	margin-left:5px;
}
.taC {
	text-align:center;
}
.taL {
	text-align:left;
}
.taR {
	text-align:right;
}
.ttU {
	text-transform:uppercase;
}
.ofH {
	overflow:hidden;
}
.ofA {
	overflow:visible !important;
}
.fwB {
	font-weight:600;
}
/*ul {
	width:100%;
	height:auto;
	position:relative;
}*/
ul li {
	position:relative;
}
/*flex*/

.flex {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.flex-v {
	-webkit-box-orient:vertical;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
.flex-2 {
	-webkit-box-flex:2;
	-webkit-flex:2;
	-ms-flex:2;
	flex:2;
}
.flex-3 {
	-webkit-box-flex:3;
	-webkit-flex:3;
	-ms-flex:3;
	flex:3;
}
.flex-align-center {
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}
.flex-pack-center {
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.flex-pack-justify {
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.flex-1 {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.vertical-container {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
}
/*闄愬埗琛屾暟 -- 涓€琛�*/

.line1,.Inews-aTname,.proNav-list a,.news-list li .nl-box .name,.nH-case .nH-block>p,.nH-case .nHcase-l,.article-about a p,.article-page .ap-page,.faq-list li a p,.p-nav a.btn {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*闄愬埗琛屾暟 -- 褰撳瓧鍙蜂负12px,line-height涓�25鏃讹紝闄愬埗楂樹负50锛屽鏈夋敼鍙橈紝鑷璁剧疆楂樺害,涓轰簡鍏煎涓嶆敮鎸乴ine-clamp灞炴€х殑娴忚鍣�*/

.line2 {
	height:50px;
	-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-moz-line-clamp:2;
	-o-line-clamp:2;
	-webkit-box-orient:vertical;
}
.line3 {
	height:90px;
	-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	line-clamp:3;
	-moz-line-clamp:3;
	-o-line-clamp:3;
	-webkit-box-orient:vertical;
}
/*鍔ㄧ敾*/

a:hover,.container-Ivideo,.hist-list ul li,.comSub-img,.comSub-img img,.comStr-img .comStr-con,.honor-img .btn,.comCul-img img,.Header-wrapper,.Header-wrapper .container-header,.Header-wrapper .container-header .logo,.Header-wrapper .container-header .Hlang,.Header-wrapper .container-header .Hsrch>a,.Header-wrapper .container-header .Hsrch .Hsrc-box,.Header-wrapper .nav>li>a,.Header-wrapper .nav>li .n2nd {
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.animation,.Ipro-list>li .Ipro-box2,.Header-wrapper .container-header .logo img {
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
/*婊氬姩鏉�*/

.viewport {
	overflow:hidden;
	position:relative;
	/*width:0px;
	height:0px;
	*/
}
/*鍐呭鍙鍖哄煙鐨勫楂�*/

.overview {
	list-style:none;
	position:absolute;
	left:0;
	top:0;
	/*width:0px;
	height:0px;
	*/
}
/*鍐呭鍙鍖哄煙鐨勫楂�*/

.scrollbar {
	position:relative;
	float:right;
	position:relative;
	display:inline;
	z-index:400;
	z-index:2;
	/*width:0px;
	height:0px;
	background-color:#afafaf;
	*/
}
/*婊氬姩鏉＄殑瀹介珮棰滆壊*/

.track {
	position:relative;
	/*width:0px;
	*/
}
/*婊氬姩鏉＄殑瀹�*/

.thumb {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0px;
	z-index:400;
	/*width:0px;
	background-color:#afafaf;
	*/
}
/*婊氬姩鏉�-褰撳墠鏉＄殑瀹� left 棰滆壊*/

.disable {
	display:none;
}
.noSelect {
	user-select:none;
}
/*鍒嗛〉*/

.page {
	width:100%;
	height:auto;
	padding-top:30px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
/*鍒嗛〉*/

.page a {
	display:inline-block;
	padding:5px 10px;
	font-size:14px;
	color:#333333;
	font-family:"瀹嬩綋";
	border:1px solid #e5e5e5;
	margin-right:5px;
	background-color:#fff;
}
.page a.on,.page a:hover {
	background-color:#1462b3;
	color:#ffffff;
	border-color:#1462b3;
}


.clear{zoom:1;}
.clear:after{visibility:hidden;display:block;font-size:0;content:"1";clear:both;height:0;}




