﻿
/* CSS Document */

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {border: 0 none;margin: 0;padding: 0;}


@font-face {
	font-family: 'AvenirLTStd-light';
	src: url('../font/AvenirLTStd-light.eot');
	src: url('../font/AvenirLTStd-light.eot') format('embedded-opentype'),
		url('../font/AvenirLTStd-light.woff') format('woff'),
		url('../font/AvenirLTStd-light.ttf') format('truetype'),
		url('../font/AvenirLTStd-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'AvenirLTStd';
	src: url('../font/AvenirLTStd-Medium.eot');
	src: url('../font/AvenirLTStd-Medium.eot') format('embedded-opentype'),
		url('../font/AvenirLTStd-Medium.woff') format('woff'),
		url('../font/AvenirLTStd-Medium.ttf') format('truetype'),
		url('../font/AvenirLTStd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'impact';
	src: url('../font/IMPACT.eot');
	src: url('../font/IMPACT.eot') format('embedded-opentype'),
		url('../font/IMPACT.woff') format('woff'),
		url('../font/IMPACT.ttf') format('truetype'),
		url('../font/IMPACT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}

@font-face {
	font-family: 'BAUHAUSSTD';
	src: url('../font/BAUHAUSSTD-DEMI.eot');
	src: url('../font/BAUHAUSSTD-DEMI.eot') format('embedded-opentype'),
		url('../font/BAUHAUSSTD-DEMI.woff') format('woff'),
		url('../font/BAUHAUSSTD-DEMI.ttf') format('truetype'),
		url('../font/BAUHAUSSTD-DEMI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}


@font-face {
	font-family: 'SourceHanSerifCN-Regular';
	src: url('http://www.icsict.com/Assets/css/fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.eot');
	src: url('http://www.icsict.com/Assets/css/fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.eot?') format('embedded-opentype'),
		url('http://www.icsict.com/Assets/css/fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.woff') format('woff'),
		url('http://www.icsict.com/Assets/css/fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.ttf') format('truetype'),
		url('http://www.icsict.com/Assets/css/fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regularc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}



body{   
	font-size:14px;
    font-family:arial,"微软雅黑",'AvenirLTStd', Arial, Helvetica, sans-serif;
 
    color:#666;  
  min-width: 1170px;
  background: #fff;
  /*写最小宽度 是为了防止手机上 出现不通屏幕*/

}
a {text-decoration:none;outline:none;}

a:active{star:expression(this.onFocus=this.blur());}

:focus{outline:0;}

a:hover{color:#2a72bb;text-decoration:underline;transition: all 0s ease 0s; }

ul{list-style:none;}

li{list-style:none;}

img{border:none; vertical-align:middle;}

.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;clear: both; height:0px;}
.clear {clear: both;}



.webkit { font-size:7px;
    -webkit-transform: scale(0.7);
	-webkit-text-size-adjust:none;
}
