/* CSS Document */
html {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,q,dl,dt,dd,ol,ul,li,fieldset,form,legend,caption,tbody,tfoot,thead,article,aside,dialog,figure,footer,header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,dialog,footer,header,hgroup,menu,nav,section {
	display: block
}

body {
	color: #333;
	background: #fff;
	font-size: 14px;
	line-height:150%;
	font-family: Arial, "微软雅黑";
}

img {
	border: 0;
	vertical-align: bottom
}

::-webkit-input-placeholder {
	color: #888888
}

:-moz-placeholder {
	color: #888888
}

::-moz-placeholder {
	color: #888888
}

:-ms-input-placeholder {
	color: #ccc
}

.fixed-body {
    /* position: fixed;
    width: 100%; */
}

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

*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

input:focus,textarea:focus,button:focus,select:focus {
	outline: 0
}

input::-ms-clear {
	display: none
}
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: transparent;
	text-decoration:none;
}

a:active,a:hover {
	outline: 0
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong,.b {
	font-weight: bold
}

dfn {
	font-style: italic
}

mark {
	color: #121212;
	background: #ff0
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
h1 {
	font-size: 36px;
	text-align: center;
	margin: 20px auto;
	color: #666666;
}
pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

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-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}

legend {
	padding: 0;
	border: 0
}

optgroup {
	font-weight: bold
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,th {
	padding: 0;
	font-size:14px;
}
.center {text-align: center}
.button {
	border: solid 1px #EBEBEB;
	background: transparent;
	border-radius: 4px;
	font-size: 14px;
	padding: 8px 20px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
	transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.button[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=50);
	opacity: .5
}

.button:active {
	background-image: none;
	outline: 0;
	transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.button:hover {
	transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.button-block {
	display: block;
	width: 100%
}

.button-large {
	padding: 12px 40px;
	font-size: 16px;
	line-height: 24px
}

.button-big {
	padding: 12px 35px;
	font-size: 16px;
	line-height: 22px
}

.button-middle {
	padding: 12px 25px;
	font-size: 16px;
	line-height: 20px
}

.button-small {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px
}

.button-little {
	padding: 3px 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px
}

.button.bg-main,.button.bg-sub,.button.bg-dot,.button.bg-black,.button.bg-gray,.button.bg-red,.button.bg-yellow,.button.bg-blue,.button.bg-green {
	color: #fff
}

.layout {
	width: 100%
}

.product-bg {
	position: relative;
	height: 760px;
}

.container,.container-layout {
	margin: 0 auto;
	padding: 0 20px
}
.left {
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.title {
	font-weight: bold;
}
.spacer20 {
	height:	20px;
	display: block;
	clear: both;
}
.spacer40 {
	height:	40px;
	display: block;
	clear: both;
}
.spacer60 {
	height:	60px;
	display: block;
	clear: both;
}
.spacer70 {
	height:	70px;
	display: block;
	clear: both;
}
.bigImg {
	width: 84%;
	display: block;
	margin: 0 auto;
}
.gray {
	color: #888888;
}
.white {
	color: #ffffff;
}
.darkBlue {
	color:#0c4173;
}
.capText {
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 0;
}
.hf {
	width: 50%''
}
.fullImg {
	width: 100vw;
	display: block;
	margin: auto;
}
body{overflow-x: hidden;}
::-webkit-scrollbar { width: 8px;}
::-webkit-scrollbar-track { background-color: #f1f1f1;}
::-webkit-scrollbar-thumb { border-radius: 4px;background-color: #e0dede; }
::-webkit-scrollbar-thumb:hover { background-color: #888; }

::-moz-scrollbar { width: 8px;}
::-moz-scrollbar-track { background-color: #f1f1f1;}
::-moz-scrollbar-thumb { border-radius: 4px;background-color: #e0dede; }
::-moz-scrollbar-thumb:hover { background-color: #888; }

::-ms-scrollbar { width: 8px;}
::-ms-scrollbar-track { background-color: #f1f1f1;}
::-ms-scrollbar-thumb { border-radius: 4px;background-color: #e0dede; }
::-ms-scrollbar-thumb:hover { background-color: #888; }


@media(min-width:760px) {
	.container,.container-layout {
		width: 750px
	}
}

@media(min-width:1200px) {
	.container,.container-layout {
		width: 1200px
	}

	.text-middle2 {
		font-size: 14px;
	}

	.p-nav-left {
		padding-left: 85px;
		top: 390px;
	}
}

@media(min-width:1500px) {
	.text-middle2 {
		font-size: 16px;
	}

	.p-nav-left {
		padding-left: 180px;
		top: 480px;
	}
}

@media(min-width:1600px) {
	.container,.container-layout {
		width: 1600px
	}

	.text-middle2 {
		font-size: 18px;
	}

	.p-nav-left {
		padding-left: 150px;
		top: 550px;
	}
}

@media(min-width:1950px) {
	.container,.container-layout {
		width: 1600px
	}

	.text-middle2 {
		font-size: 18px;
	}

	.p-nav-left {
		padding-left: 210px;
		top: 550px;
	}
}
