	
@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 {
	text-decoration:none;
	outline:none;
	color: #666;
}
a:focus { outline: none;}

	
html {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
body {
	min-width: 1350px;
	-webkit-font-smoothing: antialiased;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	font-size: 14px;
	color: #666;
  	margin-left: auto;
 	margin-right: auto;
}
	

	
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
img{
	max-width: 100%;
	border: 0;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
}
	
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	border: 0;
}
	
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;
	border: 0;
	
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 14px;
	outline: none;
	font-family: arial;
	-webkit-appearance: none;
	border: 0;
}
	
img,div,a,b,em,i,li,h3,span,p,button{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
	
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
	clear: both;
}
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.container{
	width: 1400px;
	margin:0 auto
}
.whitebg{
	background-color: #fff;
}
.graybg{
	background-color: #f7f7f7;
}
.gray_bg{
	background-color: #eee;
}
.overflow-text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.radius{
	border-radius: 6px;
	overflow: hidden;
}
.package{
	padding: 70px 0;
}
.rel{
	position: relative;
}
.text-center{
	text-align: center;
}
.white{
	color: #fff;
}
.wrap {
	min-width: 1350px;
	display: block;
	width: 100%;
	overflow: hidden;
}

@font-face {
	font-family: 'US101';
	src: url(font/US101.eot);
	/* IE9*/
	src: url(font/US101.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/US101.woff) format('woff'), /* chrome銆乫irefox */
	url(font/US101.ttf) format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
	url(font/US101.svg#US101) format('svg');
	/* iOS 4.1- */
}

@media screen and (max-width:1680px) {
	.container {
		width:1300px;
	}
	body{
		font-size: 15px;
	}
	.package{
		padding: 60px 0;
	}
}
@media screen and (max-width:1440px) {
	.container {
		width:1200px;
	}
	body{
		font-size: 14px;
	}
	.package{
		padding: 50px 0;
	}
}
