/*!*Bootstrapv3.3.5(http: //getbootstrap.com)*Copyright2011-2015Twitter,
Inc.*LicensedunderMIT(https: //github.com/twbs/bootstrap/blob/master/LICENSE)*//*!normalize.cssv3.0.3|MITLicense|github.com/necolas/normalize.css*/
*{
	margin:0px;
	padding:0px;
	list-style:none;
	border:0px;
	box-sizing:border-box;
}
html{
    font-family: 'microsoft Yahei','SimSun',Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body{
	font-family:'microsoft Yahei','SimSun',Arial, Helvetica, sans-serif;
	color:#555;
	line-height:24px;
	font-size:14px;
	
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display: block
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
}
a{
	color:#333;
	text-decoration:none;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/*基本样式*/
a:active,a:hover{
    outline: 0
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;    
}
img{
	display:block;
	max-width:100%;
	width:auto;
	height:auto;
	border:none;
}
.f_l{
	float:left;
}
.f_r{
	float:right;
}
.block{
	display:block;
}
.hide{
	display:none;
}
.text-indent{
	text-indent:2.0em;
}
.orange{
	color:#eb6300;
}
.gray_bg{
	background-color:#eee;
	padding-bottom:0px!important;
}
.mar_50{
	margin:50px 0;
}

/*表单样式*/
input ,select ,textarea{
	vertical-align:middle;
}
input[type='text'], select ,textarea{
	padding:0 10px;
	width:180px;
	height:32px;
	line-height:32px;
	font-size:12px;
	color:#999;
	border:#d2d2d2 1px solid;
	font-family:'microsoft YaHei',Tahoma,Verdana,STHeiTi,simsun,sans-serif;
}
textarea{
	width:395px;
	height:150px;
	resize: none;
}
input[type='text']:focus,textarea:focus{
	border:#eb6300 1px solid;
	background-color:#fff5ee;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
input[type='text']::-webkit-input-placeholder , 
input[type='text']::-moz-placeholder{
	color:#999;
	font-size:14px;
	line-height:30px;
	font-family:'microsoft YaHei',Tahoma,Verdana,STHeiTi,simsun,sans-serif;
}

/*整体布局*/
.wrapper-width{
	width:100%;
	min-width:1200px;
}
.container{
	width: 1200px;
	margin-right: auto;
	margin-left: auto
}
.container::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.row{
    margin-right: -15px;
	margin-left: -15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9{
    position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px; float: left;
}
.col-xs-12{
    width: 100%
}
.col-xs-11{
    width: 91.66666667%
}
.col-xs-10{
    width: 83.33333333%
}
.col-xs-9{
    width: 75%
}
.col-xs-8{
    width: 66.66666667%
}
.col-xs-7{
    width: 58.33333333%
}
.col-xs-6{
    width: 50%
}
.col-xs-5{
    width: 41.66666667%
}
.col-xs-4{
    width: 33.33333333%
}
.col-xs-3{
    width: 25%
}
.col-xs-2{
    width: 16.66666667%
}
.col-xs-1{
    width: 8.33333333%
}
.col-xs-pull-12{
    right: 100%
}
.col-xs-pull-11{
    right: 91.66666667%
}
.col-xs-pull-10{
    right: 83.33333333%
}
.col-xs-pull-9{
    right: 75%
}
.col-xs-pull-8{
    right: 66.66666667%
}
.col-xs-pull-7{
    right: 58.33333333%
}
.col-xs-pull-6{
    right: 50%
}
.col-xs-pull-5{
    right: 41.66666667%
}
.col-xs-pull-4{
    right: 33.33333333%
}
.col-xs-pull-3{
    right: 25%
}
.col-xs-pull-2{
    right: 16.66666667%
}
.col-xs-pull-1{
    right: 8.33333333%
}
.col-xs-pull-0{
    right: auto
}
.col-xs-push-12{
    left: 100%
}
.col-xs-push-11{
    left: 91.66666667%
}
.col-xs-push-10{
    left: 83.33333333%
}
.col-xs-push-9{
    left: 75%
}
.col-xs-push-8{
    left: 66.66666667%
}
.col-xs-push-7{
    left: 58.33333333%
}
.col-xs-push-6{
    left: 50%
}
.col-xs-push-5{
    left: 41.66666667%
}
.col-xs-push-4{
    left: 33.33333333%
}
.col-xs-push-3{
    left: 25%
}
.col-xs-push-2{
    left: 16.66666667%
}
.col-xs-push-1{
    left: 8.33333333%
}
.col-xs-push-0{
    left: auto
}
.col-xs-offset-12{
    margin-left: 100%
}
.col-xs-offset-11{
    margin-left: 91.66666667%
}
.col-xs-offset-10{
    margin-left: 83.33333333%
}
.col-xs-offset-9{
    margin-left: 75%
}
.col-xs-offset-8{
    margin-left: 66.66666667%
}
.col-xs-offset-7{
    margin-left: 58.33333333%
}
.col-xs-offset-6{
    margin-left: 50%
}
.col-xs-offset-5{
    margin-left: 41.66666667%
}
.col-xs-offset-4{
    margin-left: 33.33333333%
}
.col-xs-offset-3{
    margin-left: 25%
}
.col-xs-offset-2{
    margin-left: 16.66666667%
}
.col-xs-offset-1{
    margin-left: 8.33333333%
}
.col-xs-offset-0{
    margin-left: 0
}

/*公共弹窗*/
.public_trip{
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(Opacity=70);
	z-index:998;
}
.currency_pop{
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	top:50%;
	left:50%;
	background-color:#fff;
	z-index:999;
}