
@charset "utf-8";

/*
	--------------------------
	间距清除 
	--------------------------
*/
	
	body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
	ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
	form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
	embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
	blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select
	
									{ 	margin:0; padding:0;	}
	ol,ul 							{ 	list-style:none;		}

	* 								{	
										-webkit-box-sizing: border-box;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
										outline: 0;
									}

/*
	--------------------------
	A标签 配置 
	--------------------------
*/
	a  								{
										text-decoration:none;
										outline:none;
										color: #666;
									}
	
	a:hover 						{	color: #000;			}
	img  							{	border: 0;
										max-width: 100%; 				
									}
	a:focus 						{	outline: none;			}
/*
	--------------------------
	Body 配置 
	--------------------------
*/
@font-face {
    font-family: 'Helvetica LT Pro';
    src: url('../fonts/HelveticaLTPro-Roman.eot');
    src: url('../fonts/HelveticaLTPro-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaLTPro-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaLTPro-Roman.woff') format('woff'),
        url('../fonts/HelveticaLTPro-Roman.ttf') format('truetype'),
        url('../fonts/HelveticaLTPro-Roman.svg#HelveticaLTPro-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face{
	font-family:'sf regular';
	src:url('../fonts/sf-regular.eot');
	src:local('☺'),
	url('../fonts/sf-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/sf-regular.woff') format('woff'),
	url('../fonts/sf-regular.ttf') format('truetype'),
	url('../fonts/sf-regular.otf') format('opentype'),
	url('../fonts/sf-regular.svg#sf regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

	html             				{
										overflow-x:hidden;
										-webkit-text-size-adjust:none;
									}
	body 							{
										-webkit-font-smoothing: antialiased;
										font-family:"Helvetica LT Pro","sf regular","Source Han Sans CN","microsoft yahei",arial,"STXihei";
										background: #fff;
										font-size: 14px;
										color: #484d67;
											margin-left: auto;
											margin-right: auto;
									}

	
						

										



	
	
	
	
/*
	--------------------------
	表单控件设置 
	--------------------------
*/
	
	table 							{	border-collapse: collapse; width: 100%;	 }
	
	input[type='reset'],
	input[type='button'],
	input[type='submit'],
	input[type='radio'] 			{	cursor: pointer; outline: none;	 -webkit-appearance: none;	     }
	
	input[type='checkbox'],
	input[type='radio'] 	 		{ 
										position: relative;
										vertical-align: middle;
										margin-top: -2px;
										margin-bottom:1px;
										margin-left: 5px;
										margin-right: 5px;
										-webkit-appearance: none;
									}
	
	textarea,
	input[type='email'],
	input[type='date'],
	input[type='password'],
	input[type='text'] 				{	
										padding: 0px;
										color: #666;
										font-size: 12px;
										outline: none;
										font-family: "sf regular";
										-webkit-appearance: none;
									}
	
	
/*
	--------------------------
	快捷方式
	--------------------------
*/
	.f-l 							{	float: left;					}
	.f-r 							{	float: right;					}
	.clearfix 						{
										clear: both;
									}
	.clearfix:after 				{	clear: both;
										height: 0;
										content: "";
										line-height: 0;
										font-size: 0;
										display: block;
									}

/* text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; */

.niceScroll { overflow-y: scroll;}
.niceScroll{
	scrollbar-color:  #b6cd3a rgba(0,0,0,0.2);  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
	scrollbar-width: thin;  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
	-ms-overflow-style:none;  /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}
/* 以下是chrome浏览器自定义滚动条样式方式 */
.niceScroll::-webkit-scrollbar {/*滚动条整体样式*/
	width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.niceScroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
	background: #b6cd3a;
}
.niceScroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
	border-radius: 3px;
	background: rgba(0,0,0,0);
}

/* 分页 */
.page{ text-align: center; }
.pagex { margin-top:60px; }
.page a{ display: inline-block; margin:  0 6px; width: 50px; line-height: 50px; border:1px solid #e2e2e2; color: #999999; font-size: 18px; font-family: arial; }
.page a:hover,
.page a.curpage{background:#2259ac; border-color: #2259ac;color: #fff;}
@media(max-width: 600px){
	.pagex { margin-top:30px; }
	.page a{ font-size: 16px; margin:  0 3px; width: 40px; line-height: 40px;}
}
@media(max-width: 400px){
	.page a{ font-size: 15px; margin:  0 3px; width: 32px; line-height: 32px;}
}

/* 面包屑 */
.location { padding:0 0 20px; margin-top:-60px; text-align: right; }
.location p { display: inline-block; position: relative; line-height: 39px; padding-left:26px; background: url(../images/locabg.png) no-repeat left center;}
.location a,.location { font-size: 14px;color:rgba(255,255,255,0.8); }
.location a.cur { color:#ffffff; }
.relative { position: relative; width: 100%; height: 100%; }
.fixMd { position: absolute; width: 1px; height: 1px; opacity: 0; position: absolute; left:0; top:-64px; }
@media(max-width: 1680px){
	.location { padding:0 0 10px; margin-top:-50px;  }
}
@media(max-width: 1480px){
	.fixMd { top:-60px; }
}
@media(max-width: 1024px){
	.fixMd { top:-50px; }
	.location { padding:0 0 0px; margin-top:-40px; }
}
@media(max-width: 640px){
	.ibanner:after { display: none;}
	.location { text-align: left; } 
	.locDetail a.cur { display: none; }
}



.mainTit .t { font-size: 3.3vw; font-weight: bold; line-height: 1.1; color:#6c7cbc; }
.mainTit .c { font-size: 1.5625vw; line-height: 1.3; color:#666666; margin-top: 0.5vw; }
.colorWhite { color:#fff!important; }

@media(max-width: 1024px){
	
	.mainTit .t { font-size: 38px; }
	.mainTit .c { font-size: 18px; margin-top: 12px; }
}
@media(max-width: 640px){
	.mainTit .t { font-size: 38px; }
	.mainTit .c { font-size: 16px; }
}









