html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}

body,
html {
	margin: 0 auto;
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0;
	color: #333;
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}


mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	opacity: 0.3;
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
html input[disabled] {
	cursor: default
}

input {
	line-height: normal;
	border: none;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver;
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-user-select: none;*/
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

html {
}

body {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	line-height: .14rem;
	color: #000;
	font-size: 0.14rem;
	-webkit-overflow-scrolling: touch
}

a,
s {
	text-decoration: none;
	color: #111
}

a:active {
	/*color: #0062cc*/
}

.orange {
	color: #fd765b !important;
}

.content {
	/*background-color: #efeff4;*/
	-webkit-overflow-scrolling: touch
}

.clear {
	overflow: hidden;
	_height: 1px;
	_overflow: visible;
}


.fixed {
	position: fixed
}



.inline {
	display: inline-block;
	vertical-align: top
}

.block {
	display: block
}

.visibility {
	visibility: visible
}

.hidden {
	overflow: hidden;
}

.hide {
	display: none
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}
.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.text-justify {
	text-align: justify
}

.tr {
	text-align: right
}


.clearfix:after,
.clearfix:before {
	display: table;
	content: ' '
}

.clearfix:after {
	clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	margin: 0;
	font-weight: normal;
}



.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%
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	font-size: 0.7rem;
	line-height: 1.42;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 12px;
	cursor: pointer;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	color: #333;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	background-color: #fff;
	background-clip: padding-box;
}


input,
select,
textarea {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.8rem;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

input:focus,
select:focus,
textarea:focus {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-modify: read-write-plaintext-only
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
	line-height: 0.42rem;
	width: 100%;
	height:.42rem;
	/*margin-bottom: 15px;*/
	/*padding: 7px 10px;*/
	-webkit-user-select: text;
	/*border: 1px solid rgba(0, 0, 0, .2);*/
	border-radius: 3px;
	outline: 0;
	background-color: #fff;
	-webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 0;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, .1)
}

input[type=search]:focus {
	text-align: left
}

textarea {
	height: auto;
	resize: none
}

select {
	font-size: 0.7rem;
	height: auto;
	margin-top: 1px;
	border: 0!important;
	background-color: #fff
}

select:focus {
	-webkit-user-modify: read-only
}

.begin {
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.stop,
.stop * {
	transition: none;
	-o-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}



.fl,
.pull-left {
	float: left;
}

.fr,
.pull-right {
	float: right;
}

.mt5 {
	margin-top: 0.5rem;
}

.mt10 {
	margin-top: 1rem;
}

.blue {
	color:#0099CC;
}



.orange {
	color: #fd765b;
}

::-moz-placeholder {
	color:#C6C6C6;
	font-size: 0.14rem
}

::-webkit-input-placeholder {
	color:#C6C6C6;
	font-size: 0.14rem
}

:-ms-input-placeholder {
	color:#C6C6C6;
	font-size: 0.14rem
}

.auto {
	margin-left: auto;
	margin-right: auto;
}

em,
i,
s {
	font-style: normal;
	text-decoration: none;
}

.red {
	color: #f00;
}

.shadow {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	z-index: 30;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 5rem;
}


/*-----------------*/

.img{
	width: 100%;
	display: block;
	height: auto;	
	object-fit: cover;
		overflow: hidden;
		z-index:0;
	position: relative;
}
div.img{
	position: relative;
	overflow: hidden;
	z-index:0;
	border-radius: 0;
}
img.imgs{
		z-index:1;
	width: 100%;
	display: block;
	height: 100%;	
	object-fit: cover;
	transition: transform 0.3s ;
	-webkit-transition: transform 0.3s ;


}
a:hover div.img{
	transform: scale(1);
	-webkit-transform: scale(1);
}
a:hover .imgs{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


.h230{
	height: 2.3rem;
}
.h180{
	height: 1.8rem;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-item {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.f-wrap{
	flex-wrap:wrap
}
.f-ac{
	align-items: center;
}

.f-jc{
	justify-content: center;
}
.f-jb{
	justify-content: space-between;
}

.header.cookie{
	position: relative!important;
}

.cookieCon {
	width: 100%;
	background: #E9E9E9;
}

.cookieTip {
	padding: 15px 0;
	box-sizing: border-box;
	overflow: auto;
	zoom: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*display: none;*/
	font-size: 14px;
	max-width: 860px;
	margin: auto;
}

.cookieTip div:first-child {
	line-height: 24px;
	max-width: 70%;
	/*660px;*/
	float: left;
	padding-left: 17px;
}

.cookieTip div:first-child h3 {
	color: #666666;
	font-size: 14px;
	font-family: 'Arial Negreta', 'Arial';
	font-weight: 700;
	text-align: center;
}

.policyOperate {
	display: inline-block;
	width: 160px;
	float: right;
	color: #308AB5;
	font-family: 'Arial Negreta', 'Arial';
	font-weight: 700;
	font-style: normal;
	line-height: 25px;
	padding-top: 16px;
}

.policyOperate p {
	padding-left: 25px;
	cursor: pointer;
	font-size: 14px;
	color: #308AB5;
}

.policyOperate .agreeCookie {
	background: url('../img/agreeCookie.png') no-repeat -3px -1px;
}

.policyOperate .disagreeCookie {
	background: url('../img/disagreeCookie.png') no-repeat 0px 5px;
}

.policyOperate .infoCookie {
	background: url('../img/infoCookie.png') no-repeat -3px -5px;
}




@media only screen and (max-width:1023px) {
	.downAndUp1024 {
		display: block !important;
	}
}

@media only screen and (max-width:860px) {
	.policyOperate {
		/*width: 100%;*/
		min-width: 170px;
	}
	.policyOperate p {
		float: left;
		margin-left: 17px;
		margin-right: 10px;
	}
	
		.policyOperate {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.cookieTip div:first-child {
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 20px
	}
	
	.header.cookie .top{
		margin-top: 0;
	}
	
}

@media only screen and (max-width:425px) {
	.policyOperate p {
		clear: both;
	}
}
