html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch
}
body {
	margin:0;
	font-size:12px;
	line-height:2;
	color:#333;
	background-color:#fff
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
	*display:inline;
	*zoom:1
}
audio:not([controls]) {
	display:none;
	height:0
}
[hidden],template {
	display:none
}
a {
	background:transparent;
	text-decoration:none;
	color:#6b6b6b
}
a:active,a:hover {
	outline:0
}
a:hover {
	color:#006699
}
abbr[title] {
	border-bottom:1px dotted
}
b,strong {
	font-weight:bold
}
dfn {
	font-style:italic
}
mark {
	background:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-0.5em
}
sub {
	bottom:-0.25em
}
img {
	border:0;
	vertical-align:middle;
	-ms-interpolation-mode:bicubic
}
svg:not(:root) {
	overflow:hidden
}
hr {
	box-sizing:content-box;
	height:0
}
pre {
	overflow:auto;
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word
}
code,kbd,pre,samp {
	font-family:monospace, monospace;
	_font-family:'courier new', monospace;
	font-size:1em
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0
}
button {
	overflow:visible
}
button,select {
	text-transform:none
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
	*overflow:visible
}
button[disabled],html input[disabled] {
	cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0
}
textarea:focus,input:focus {
	outline:none
}
input {
	line-height:normal
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
	*height:13px;
	*width:13px
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em
}
legend {
	border:0;
	padding:0;
	*margin-left:-7px
}
textarea {
	overflow:auto;
	resize:vertical
}
optgroup {
	font-weight:bold
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td,th {
	padding:0
}
q {
	quotes:none
}
html,button,input,select,textarea {
	font-family:"Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif
}
h1,h2,h3,h4,h5,h6,p,figure,form,blockquote {
	margin:0
}
ul,ol,li,dl,dd {
	margin:0;
	padding:0
}
ul,ol {
	list-style:none outside none
}
h1,h2,h3 {
	line-height:2;
	font-weight:normal
}
h1 {
	font-size:18px
}
h2 {
	font-size:15.6px
}
h3 {
	font-size:14.04px
}
h4 {
	font-size:12px
}
h5,h6 {
	font-size:10.2px;
	text-transform:uppercase
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color:#ccc
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#ccc
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#ccc
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#ccc
}
.clear {
	clear:both
}
.f-cb {
	zoom:1
}
.f-cb:after {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	content:"."
}
.fl {
	float:left;
	display:inline
}
.fr {
	float:right;
	display:inline
}
.por {
	position:relative
}
.poa {
	position:absolute
}
.pof {
	position:fixed
}
.poa-f {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%
}
.ovh {
	overflow:hidden
}
.noselect {
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none
}
.z1 {
	z-index:1
}
.z2 {
	z-index:2
}
.z3 {
	z-index:3
}
.dn {
	display:none
}
.dib {
	display:inline-block
}
.w-f {
	width:100%
}
.h-f {
	height:100%
}
.fwn {
	font-weight:normal
}
.tac {
	text-align:center
}
.t-f {
	-webkit-transition:all 0.5s;
	transition:all 0.5s
}
.t-c {
	-webkit-transition:color 0.5s;
	transition:color 0.5s
}
.t-bg {
	-webkit-transition:background 0.5s;
	transition:background 0.5s
}
.loader {
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	font-size:10px;
	border-top:1px solid rgba(0,0,0,0.08);
	border-right:1px solid rgba(0,0,0,0.08);
	border-bottom:1px solid rgba(0,0,0,0.08);
	border-left:1px solid rgba(0,0,0,0.5);
	border-radius:50%;
	-webkit-animation:spinner 700ms infinite linear;
	animation:spinner 700ms infinite linear
}
.loader.white {
	border-top:1px solid rgba(255,255,255,0.08);
	border-right:1px solid rgba(255,255,255,0.08);
	border-bottom:1px solid rgba(255,255,255,0.08);
	border-left:1px solid rgba(255,255,255,0.5)
}
@-webkit-keyframes spinner {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}@keyframes spinner {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}@font-face {
	font-family:'MATTANTIQUEBT';
	src:url("../fonts/MATTANTIQUEBT.eot");
	src:url("../fonts/MATTANTIQUEBT.eot?#iefix") format("embedded-opentype"),url("../fonts/MATTANTIQUEBT.woff") format("woff"),url("../fonts/MATTANTIQUEBT.ttf") format("truetype"),url("../fonts/MATTANTIQUEBT.svg#Sri-TSCRegular") format("svg");
	font-weight:normal;
	font-style:normal
}
.w1200 {
	width:1200px;
	margin:0 auto
}
.w1440 {
	width:1450px;
	margin:0 auto
}
.arial {
	font-family:'arial' !important
}
.mattant {
	font-family:'MATTANTIQUEBT' !important
}
header {
	background:rgba(255,255,255,0.75);
	height:125px;
	width:100%;
	transition:all 0.5s;
	position:relative;
	z-index:100
}
@media (max-width: 1200px) {
	header {
	height:150px
}
}@media (max-width: 1024px) {
	header {
	height:0.8rem
}
}header .header_top {
	height:50px;
	background:#191921;
	transition:all 0.5s
}
@media (max-width: 1200px) {
	header .header_top {
	height:75px
}
}@media (max-width: 1024px) {
	header .header_top {
	display:none
}
}header .header_top .w1440 {
	overflow:hidden;
	transition:all 0.5s;
	position:relative
}
@media (max-width: 1470px) {
	header .header_top .w1440 {
	width:100%
}
}header .header_top .w1440 .top_l {
	position:absolute;
	left:0;
	top:0;
	overflow:hidden
}
header .header_top .w1440 .top_l em {
	width:25px;
	height:21px;
	float:left;
	background:url(../img/tel.png) no-repeat;
	display:block;
	margin-top:15px
}
header .header_top .w1440 .top_l span {
	font-size:18px;
	color:#2d2d3d;
	line-height:50px;
	display:block;
	float:left;
	margin-left:12px;
	font-style:italic;
	transition:all 0.5s
}
header .header_top .w1440 .top_l span:hover {
	color:#fff
}
header .header_top .w1440 .logo {
	width:194px;
	height:45px;
	display:block;
	margin:17px auto 3px;
	transition:all 0.5s;
	transform:translateY(-200px)
}
@media (max-width: 1200px) {
	header .header_top .w1440 .logo {
	transform:translateY(0)
}
}header .header_top .w1440 .logo img {
	width:100%;
	display:block
}
header .header_top .w1440 .top_r {
	position:absolute;
	right:0;
	top:0;
	overflow:hidden
}
header .header_top .w1440 .top_r .share {
	float:left
}
header .header_top .w1440 .top_r .share a {
	width:55px;
	height:50px;
	float:inherit;
	display:inline-block;
	padding:0;
	margin:0;
	transition:all 0.5s
}
header .header_top .w1440 .top_r .share .bds_weixin {
	background:url(../img/weixin.png) no-repeat center center
}
header .header_top .w1440 .top_r .share .bds_weixin:hover {
	opacity:1;
	background:url(../img/weixin_h.png) no-repeat center center
}
header .header_top .w1440 .top_r .share .bds_tsina {
	background:url(../img/sina.png) no-repeat center center
}
header .header_top .w1440 .top_r .share .bds_tsina:hover {
	opacity:1;
	background:url(../img/sina_h.png) no-repeat center center
}
header .header_top .w1440 .top_r .tmall {
	float:left;
	width:55px;
	height:50px;
	display:inline-block;
	padding:0;
	transition:all 0.5s;
	background:url(../img/tmall.png) no-repeat center center
}
header .header_top .w1440 .top_r .tmall:hover {
	background:url(../img/tmall_h.png) no-repeat center center
}
header .header_top .w1440 .top_r .jd {
	float:left;
	width:55px;
	height:50px;
	display:inline-block;
	padding:0;
	transition:all 0.5s;
	background:url(../img/jd.png) no-repeat center center
}
header .header_top .w1440 .top_r .jd:hover {
	background:url(../img/jd_h.png) no-repeat center center
}
header .header_bot {
	background:#f6f6f6;
	height:75px;
	transition:all 0.5s
}
@media (max-width: 1024px) {
	header .header_bot {
	height:0.8rem
}
}header .header_bot .w1440 {
	transition:all 0.5s
}
@media (max-width: 1470px) {
	header .header_bot .w1440 {
	width:100%
}
}@media (max-width: 1024px) {
	header .header_bot .w1440 {
	height:0.8rem
}
}header .header_bot .w1440 .logo {
	float:left;
	width:194px;
	height:45px;
	display:block;
	margin:17px 0 0 3px;
	transition:all 0.5s;
	transition-duration:500ms
}
@media (max-width: 1200px) and (min-width: 1024px) {
	header .header_bot .w1440 .logo {
	transition-duration:500ms;
	margin:0 0 0 -500px
}
}@media (max-width: 1024px) {
	header .header_bot .w1440 .logo {
	display:block;
	width:1.94rem;
	height:0.45rem
}
}header .header_bot .w1440 .logo img {
	width:100%;
	display:block
}
header .header_bot .w1440 nav {
	margin-left:81px;
	float:left;
	transition:all 0.5s;
	display:block;
	margin-top:12px
}
@media (max-width: 1470px) {
	header .header_bot .w1440 nav {
	margin-left:5.625%
}
}@media (max-width: 1370px) {
	header .header_bot .w1440 nav {
	margin-left:3.625%
}
}@media (max-width: 1200px) {
	header .header_bot .w1440 nav {
	margin-left:1.625%
}
}@media (max-width: 1024px) {
	header .header_bot .w1440 nav {
	position:fixed;
	right:0;
	top:0.8rem;
	margin-top:0;
	display:none;
	z-index:10;
	background:#fff;
	height:100%
}
}header .header_bot .w1440 nav>ul>li {
	margin-right:56px;
	float:left;
	position:relative;
	transition:all 0.5s
}
@media (max-width: 1470px) {
	header .header_bot .w1440 nav>ul>li {
	margin-right:44px
}
}@media (max-width: 1370px) {
	header .header_bot .w1440 nav>ul>li {
	margin-right:30px
}
}@media (max-width: 1200px) {
	header .header_bot .w1440 nav>ul>li {
	margin-right:49px
}
}@media (max-width: 1130px) {
	header .header_bot .w1440 nav>ul>li {
	margin-right:40px
}
}@media (max-width: 1050px) {
	header .header_bot .w1440 nav>ul>li {
	margin-right:30px
}
}@media (max-width: 1024px) {
	header .header_bot .w1440 nav>ul>li {
	float:inherit;
	margin:0;
	border-bottom:1px solid #ccc
}
}header .header_bot .w1440 nav>ul>li a {
	font-size:14px;
	color:#4e505f;
	transition:all 0.5s;
	line-height:63px
}
@media (max-width: 1024px) {
	header .header_bot .w1440 nav>ul>li a {
	line-height:0.5rem;
	font-size:0.26rem;
	text-align:center;
	display:block;
	padding:0 0.3rem
}
}@media (min-width: 1024px) {
	header .header_bot .w1440 nav>ul>li a:hover {
	color:#d4ae7f
}
}header .header_bot .w1440 nav>ul>li ol {
	position:absolute;
	top:63px;
	left:0;
	background:#f6f6f6;
	width:100%;
	display:none
}
@media (max-width: 1024px) {
	header .header_bot .w1440 nav>ul>li ol {
	position:inherit;
	left:0;
	top:0;
	background:#fff
}
}header .header_bot .w1440 nav>ul>li ol li {
	width:100%
}
header .header_bot .w1440 nav>ul>li ol li a {
	font-size:12px;
	line-height:26px;
	text-align:center;
	color:#4e505f;
	display:block
}
@media (max-width: 1024px) {
	header .header_bot .w1440 nav>ul>li ol li a {
	font-size:0.22rem;
	line-height:0.5rem;
	border-bottom:1px solid #f4f4f4
}
}@media (min-width: 1024px) {
	header .header_bot .w1440 nav>ul>li ol li a:hover {
	color:#d4ae7f
}
}header .header_bot .w1440 nav>ul>li.active a {
	color:#d4ae7f
}
header .header_bot .w1440 .mark {
	display:none;
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:75px;
	z-index:1
}
@media (min-width: 1024px) {
	header .header_bot .w1440 .mark {
	display:none !important
}
}@media (max-width: 1024px) {
	header .header_bot .w1440 .mark {
	top:0.8rem
}
}header .header_bot .w1440 .kefu {
	width:36px;
	height:28px;
	background:url(../img/kefu.png) no-repeat;
	float:left;
	margin-top:23px;
	display:block;
	transition:all 0.5s
}
@media (max-width: 1024px) {
	header .header_bot .w1440 .kefu {
	display:none
}
}header .header_bot .w1440 .menu {
	width:40px;
	float:right;
	margin:-226px 41px 0 0;
	overflow:hidden;
	padding:0 1px;
	transition:all 0.5s;
	cursor:pointer;
	opacity:0
}
@media (max-width: 1024px) {
	header .header_bot .w1440 .menu {
	margin-top:26px;
	opacity:1;
	width:0.4rem;
	margin:0.28rem 0.1rem 0 0
}
}header .header_bot .w1440 .menu span {
	width:100%;
	height:2px;
	background:#293f68;
	display:block;
	margin:10px 0 0 0;
	transition:all 0.5s;
	transform-origin:left top;
	opacity:1
}
@media (max-width: 1024px) {
	header .header_bot .w1440 .menu span {
	margin:0.1rem 0 0 0
}
}header .header_bot .w1440 .menu .s1 {
	margin-top:0
}
header .header_bot .w1440 .menu .s3 {
	transform-origin:left bottom
}
header .header_bot .w1440 .menu.ani .s1 {
	transform:rotateZ(46deg)
}
header .header_bot .w1440 .menu.ani .s2 {
	opacity:0
}
header .header_bot .w1440 .menu.ani .s3 {
	transform:rotateZ(-46deg)
}
header .header_bot .w1440 .search {
	width:210px;
	float:right;
	height:34px;
	margin-top:17px;
	transition:all 0.5s
}
@media (max-width: 1200px) {
	header .header_bot .w1440 .search {
	width:200px
}
}@media (max-width: 1024px) {
	header .header_bot .w1440 .search {
	display:none
}
}header .header_bot .w1440 .search form {
	overflow:hidden
}
header .header_bot .w1440 .search form input {
	width:170px;
	height:34px;
	border:0 none;
	border-bottom:1px solid #b3b3b3;
	box-sizing:border-box;
	float:left;
	padding:0;
	background:none;
	color:#4e505f;
	font-size:16px;
	line-height:34px;
	transition:all 0.5s
}
@media (max-width: 1200px) {
	header .header_bot .w1440 .search form input {
	width:160px
}
}header .header_bot .w1440 .search form button {
	width:40px;
	height:34px;
	float:left;
	background:url(../img/search.png) no-repeat center center;
	outline:none;
	padding:0;
	border:0 none
}
header .header_bot .w1440:after {
	display:block;
	clear:both;
	content:''
}
header:after {
	content:'';
	display:block;
	clear:both
}
footer {
	background:#191921;
	overflow:hidden
}
footer .foo_contact {
	margin-top:49px;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:62px;
	border-top:1px solid #2b2b39;
	border-bottom:1px solid #2b2b39
}
footer .foo_contact a {
	color:#dec9b0
}
footer .tab {
	margin-top:48px
}
@media (max-width: 1024px) {
	footer .tab {
	display:none
}
}footer .tab .w1200 {
	overflow:hidden;
	border-bottom:1px solid #2b2b39;
	padding-bottom:54px
}
footer .tab .w1200 dl {
	width:160px;
	float:left;
	transition:all 0.5s
}
@media (max-width: 1200px) {
	footer .tab .w1200 dl {
	width:140px
}
}@media (max-width: 1100px) {
	footer .tab .w1200 dl {
	width:130px
}
}footer .tab .w1200 dl dt {
	font-size:18px;
	color:#fff;
	line-height:70px
}
footer .tab .w1200 dl dd {
	line-height:32px;
	margin-left:10px;
	font-size:12px
}
footer .tab .w1200 dl dd a {
	color:rgba(255,255,255,0.55);
	transition:all 0.5s
}
footer .tab .w1200 dl dd a:hover {
	color:#fff
}
footer .tab .w1200 dl:last-child {
	width:74px
}
footer .foo_bot {
	margin:46px auto 0;
	overflow:hidden;
	text-align:center;
	font-size:0
}
footer .foo_bot .share {
	text-align:center;
	display:inline-block
}
footer .foo_bot .share a {
	width:27px;
	height:22px;
	float:inherit;
	display:inline-block;
	padding:0;
	margin:0 13px;
	transition:all 0.5s
}
footer .foo_bot .share .bds_qzone {
	background:url(../img/qq.png) no-repeat center center
}
footer .foo_bot .share a:hover {
	opacity:1
}
@media (min-width: 1024px) {
	footer .foo_bot .share .bds_qzone:hover {
	background:url(../img/qq_hh.png) no-repeat center center
}
footer .foo_bot .share .bds_weixin:hover {
	opacity:1;
	background:url(../img/weixin_hh.png) no-repeat center center
}
footer .foo_bot .share .bds_tsina:hover {
	opacity:1;
	background:url(../img/sina_hh.png) no-repeat center center
}
}footer .foo_bot .share .bds_weixin {
	background:url(../img/weixin_h.png) no-repeat center center
}
footer .foo_bot .share .bds_tsina {
	background:url(../img/sina_h.png) no-repeat center center
}
footer .foo_bot .tmall {
	width:27px;
	height:22px;
	display:inline-block;
	padding:0;
	margin:0 13px;
	text-align:center;
	transition:all 0.5s;
	background:url(../img/tmall_h.png) no-repeat center center
}
@media (min-width: 1024px) {
	footer .foo_bot .tmall:hover {
	background:url(../img/tmall_hh.png) no-repeat center center
}
footer .foo_bot .jd:hover {
	background:url(../img/jd_hh.png) no-repeat center center
}
}footer .foo_bot .jd {
	width:27px;
	height:22px;
	text-align:center;
	display:inline-block;
	padding:0;
	margin:0 13px;
	transition:all 0.5s;
	background:url(../img/jd_h.png) no-repeat center center
}
footer .copy {
	text-align:center;
	line-height:70px;
	color:#5d6076;
	font-size:12px;
	transition:all 0.2s
}
footer .copy a{
	color: #5d6076
}
footer .copy a:hover{
	color: #fff;
}
@media (max-width: 640px) {
	footer .copy {
	line-height:24px
}
}footer .copy .boc {
	display:inline
}
@media (max-width: 640px) {
	footer .copy .boc {
	display:inline-block;
	text-align:center
}
}footer .copy .boc a {
	color:#5d6076;
	transition:all 0.5s
}
footer .copy .boc a:hover {
	color:#fff
}
/*# sourceMappingURL=reset.css.map*/
