:root {
	--main-color: #494648;
	--sub-color1: #ecdace;
	--sub-color2: #6b6259;
	--sub-color3: #6a6166;
	--sub-color4: #e2e3e5;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a, select,
input {
	outline: none;
}

html {
	font-family: sans-serif;
	/* 1 */
	overflow-y: scroll;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 0 */
	-webkit-overflow-scrolling: touch;
	/* 0 */
	width: 100%;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	*display: inline;
	/* 2 */
	*zoom: 1;
	/* 3 */
	vertical-align: baseline;
	/* 3 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	text-decoration: none;
	color: #08c;
	background: transparent;
}

a:active,
a:hover {
	color: #069;
}

img {
	/*display: block;*/
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-cb {
	zoom: 1;
}

.f-cb:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.por {
	position: relative;
}

.poa {
	position: absolute;
}

.pof {
	position: fixed;
}

.poa-f {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ovh {
	overflow: hidden;
}

.noselect {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}

.dn {
	display: none;
}

.w-f {
	width: 100%;
}

.h-f {
	height: 100%;
}

.loader {
	font-size: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	border-top: 2px solid rgba(0, 0, 0, 0.08);
	border-right: 2px solid rgba(0, 0, 0, 0.08);
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	border-left: 2px solid rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.loader.white {
	border-top: 2px solid rgba(255, 255, 255, 0.08);
	border-right: 2px solid rgba(255, 255, 255, 0.08);
	border-bottom: 2px solid rgba(255, 255, 255, 0.08);
	border-left: 2px 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);
	}
}

@keyframes up {
	0% {
		transform: translateY(0);
		opacity: 0
	}

	50% {
		transform: translateY(20px);
		opacity: 1
	}

	100% {
		transform: translateY(40px);
		opacity: 0
	}
}

@-webkit-keyframes up {
	0% {
		-webkit-transform: translateY(0);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(20px);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(40px);
		opacity: 0
	}
}


a {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input::-ms-clear {
	display: none;
}

.container-box{
	padding: 0 4rem;
	width: 100%;
}
/*网站单位设置*/
@media only screen and (min-width: 360px) {
	html {
		font-size: 26px !important;
	}
}

@media only screen and (min-width: 435px) {
	html {
		font-size: 30px !important;
	}
}

/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
	html {
		font-size: 34px !important;
	}
}

@media only screen and (min-width: 1024px) {
	html {
		font-size: 28px !important;
	}
}

@media only screen and (min-width: 1200px) {
	html {
		font-size: 30px !important;
	}
}

@media only screen and (min-width: 1440px) {
	html {
		font-size: 34px !important;
	}
}

@media only screen and (min-width: 1680px) {
	html {
		font-size: 40px !important;
	}
}



::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #000;
}

/*==常用颜色==*/
.col-fff {
	color: #fff;
}

.col-000 {
	color: #000;
}

.col-111 {
	color: #111;
}

.col-222 {
	color: #222;
}

.col-333 {
	color: #333;
}

.col-444 {
	color: #444;
}

.col-555 {
	color: #555;
}

.col-666 {
	color: #666;
}

.col-777 {
	color: #666;
}

.col-888 {
	color: #666;
}

.col-999 {
	color: #999;
}

/*==常用字号==*/
.tit-12 {
	font-size: 12px;
	line-height: 2;
}

.tit-13 {
	font-size: 13px;
	line-height: 2;
}

.tit-14 {
	font-size: 14px;
	line-height: 2;
}

.tit-15 {
	font-size: 15px;
	line-height: 2;
}

.tit-16 {
	font-size: 16px;
	line-height: 1.8;
}

.tit-17 {
	font-size: 17px;
	line-height: 1.8;
}

.tit-18 {
	font-size: 18px;
	line-height: 1.8;
}

.tit-19 {
	font-size: 19px;
	line-height: 1.8;
}

.tit-20 {
	font-size: 20px;
	line-height: 1.8;
}

.tit-21 {
	font-size: 21px;
	line-height: 1.8;
}

.tit-22 {
	font-size: 22px;
	line-height: 1.8;
}

.tit-23 {
	font-size: 23px;
	line-height: 1.8;
}

.tit-24 {
	font-size: 24px;
	line-height: 1.8;
}

.tit-25 {
	font-size: 25px;
	line-height: 1.8;
}

.tit-26 {
	font-size: 26px;
	line-height: 1.8;
}

.tit-27 {
	font-size: 27px;
	line-height: 1.8;
}

.tit-28 {
	font-size: 28px;
	line-height: 1.8;
}

.tit-29 {
	font-size: 29px;
	line-height: 1.8;
}

.tit-30 {
	font-size: 30px;
	line-height: 1.8;
}

.tit-31 {
	font-size: 31px;
	line-height: 1.8;
}

.tit-32 {
	font-size: 32px;
	line-height: 1.8;
}

.tit-33 {
	font-size: 33px;
	line-height: 1.8;
}

.tit-34 {
	font-size: 34px;
	line-height: 1.8;
}

.tit-35 {
	font-size: 35px;
	line-height: 1.8;
}

.tit-36 {
	font-size: 36px;
	line-height: 1.8;
}

.tit-37 {
	font-size: 37px;
	line-height: 1.8;
}

.tit-38 {
	font-size: 38px;
	line-height: 1.8;
}

.tit-39 {
	font-size: 39px;
	line-height: 1.8;
}

.tit-40 {
	font-size: 40px;
	line-height: 1.8;
}

.tit-41 {
	font-size: 41px;
	line-height: 1.8;
}

.tit-42 {
	font-size: 42px;
	line-height: 1.8;
}

.tit-43 {
	font-size: 43px;
	line-height: 1.8;
}

.tit-44 {
	font-size: 44px;
	line-height: 1.8;
}

.tit-45 {
	font-size: 45px;
	line-height: 1.8;
}

.tit-46 {
	font-size: 46px;
	line-height: 1.8;
}

.tit-47 {
	font-size: 47px;
	line-height: 1.8;
}

.tit-48 {
	font-size: 48px;
	line-height: 1.8;
}

.tit-49 {
	font-size: 49px;
	line-height: 1.8;
}

.tit-50 {
	font-size: 50px;
	line-height: 1.8;
}

.tit-51 {
	font-size: 51px;
	line-height: 1.8;
}

.tit-52 {
	font-size: 52px;
	line-height: 1.8;
}

.tit-53 {
	font-size: 53px;
	line-height: 1.8;
}

.tit-54 {
	font-size: 54px;
	line-height: 1.8;
}

.tit-55 {
	font-size: 55px;
	line-height: 1.8;
}

.tit-56 {
	font-size: 56px;
	line-height: 1.8;
}

.tit-57 {
	font-size: 57px;
	line-height: 1.8;
}

.tit-58 {
	font-size: 58px;
	line-height: 1.8;
}

.tit-59 {
	font-size: 59px;
	line-height: 1.8;
}

.tit-60 {
	font-size: 60px;
	line-height: 1.8;
}

.tit-61 {
	font-size: 61px;
	line-height: 1.8;
}

.tit-62 {
	font-size: 62px;
	line-height: 1.8;
}

.tit-63 {
	font-size: 63px;
	line-height: 1.8;
}

.tit-64 {
	font-size: 64px;
	line-height: 1.8;
}

.tit-65 {
	font-size: 65px;
	line-height: 1.8;
}

.tit-66 {
	font-size: 66px;
	line-height: 1.8;
}

.tit-67 {
	font-size: 67px;
	line-height: 1.8;
}

.tit-68 {
	font-size: 68px;
	line-height: 1.8;
}

.tit-69 {
	font-size: 69px;
	line-height: 1.8;
}

.tit-70 {
	font-size: 70px;
	line-height: 1.8;
}

.tit-71 {
	font-size: 71px;
	line-height: 1.8;
}

.tit-72 {
	font-size: 72px;
	line-height: 1.8;
}

.tit-73 {
	font-size: 73px;
	line-height: 1.8;
}

.tit-74 {
	font-size: 74px;
	line-height: 1.8;
}

.tit-75 {
	font-size: 75px;
	line-height: 1.8;
}

.tit-76 {
	font-size: 76px;
	line-height: 1.8;
}

.tit-77 {
	font-size: 77px;
	line-height: 1.8;
}

.tit-78 {
	font-size: 78px;
	line-height: 1.8;
}

.tit-79 {
	font-size: 79px;
	line-height: 1.8;
}

.tit-80 {
	font-size: 80px;
	line-height: 1.8;
}

@media (max-width: 1681px) {

	/*==常用字号==*/
	.tit-12 {
		font-size: 12px;
	}

	.tit-13 {
		font-size: 13px;
	}

	.tit-14 {
		font-size: 13px;
	}

	.tit-15 {
		font-size: 14px;
	}

	.tit-16 {
		font-size: 15px;
	}

	.tit-17 {
		font-size: 16px;
	}

	.tit-18 {
		font-size: 17px;
	}

	.tit-19 {
		font-size: 18px;
	}

	.tit-20 {
		font-size: 18px;
	}

	.tit-21 {
		font-size: 19px;
	}

	.tit-22 {
		font-size: 20px;
	}

	.tit-23 {
		font-size: 21px;
	}

	.tit-24 {
		font-size: 22px;
	}

	.tit-25 {
		font-size: 23px;
	}

	.tit-26 {
		font-size: 24px;
	}

	.tit-27 {
		font-size: 25px;
	}

	.tit-28 {
		font-size: 26px;
	}

	.tit-29 {
		font-size: 27px;
	}

	.tit-30 {
		font-size: 27px;
	}

	.tit-31 {
		font-size: 28px;
	}

	.tit-32 {
		font-size: 29px;
	}

	.tit-33 {
		font-size: 30px;
	}

	.tit-34 {
		font-size: 31px;
	}

	.tit-35 {
		font-size: 32px;
	}

	.tit-36 {
		font-size: 33px;
	}

	.tit-37 {
		font-size: 34px;
	}

	.tit-38 {
		font-size: 35px;
	}

	.tit-39 {
		font-size: 36px;
	}

	.tit-40 {
		font-size: 37px;
	}

	.tit-42 {
		font-size: 38px;
	}

	.tit-43 {
		font-size: 39px;
	}

	.tit-44 {
		font-size: 40px;
	}

	.tit-45 {
		font-size: 41px;
	}

	.tit-46 {
		font-size: 42px;
	}

	.tit-47 {
		font-size: 43px;
	}

	.tit-48 {
		font-size: 44px;
	}

	.tit-50 {
		font-size: 45px;
	}

	.tit-51 {
		font-size: 46px;
	}

	.tit-52 {
		font-size: 47px;
	}

	.tit-53 {
		font-size: 48px;
	}

	.tit-54 {
		font-size: 49px;
	}

	.tit-55 {
		font-size: 50px;
	}

	.tit-56 {
		font-size: 51px;
	}

	.tit-57 {
		font-size: 52px;
	}

	.tit-58 {
		font-size: 53px;
	}

	.tit-59 {
		font-size: 54px;
	}

	.tit-60 {
		font-size: 54px;
	}

	.tit-61 {
		font-size: 55px;
	}

	.tit-62 {
		font-size: 56px;
	}

	.tit-63 {
		font-size: 57px;
	}

	.tit-64 {
		font-size: 58px;
	}

	.tit-65 {
		font-size: 59px;
	}

	.tit-66 {
		font-size: 60px;
	}

	.tit-67 {
		font-size: 61px;
	}

	.tit-68 {
		font-size: 62px;
	}

	.tit-69 {
		font-size: 63px;
	}

	.tit-70 {
		font-size: 62px;
	}

	.tit-71 {
		font-size: 63px;
	}

	.tit-72 {
		font-size: 64px;
	}

	.tit-73 {
		font-size: 65px;
	}

	.tit-74 {
		font-size: 66px;
	}

	.tit-75 {
		font-size: 67px;
	}

	.tit-76 {
		font-size: 68px;
	}

	.tit-77 {
		font-size: 69px;
	}

	.tit-78 {
		font-size: 70px;
	}

	.tit-79 {
		font-size: 71px;
	}

	.tit-80 {
		font-size: 72px;
	}
}

@media (max-width: 1481px) {

	/*==常用字号==*/
	.tit-13 {
		font-size: 12px;
	}

	.tit-14 {
		font-size: 12px;
	}

	.tit-15 {
		font-size: 13px;
	}

	.tit-16 {
		font-size: 14px;
	}

	.tit-17 {
		font-size: 15px;
	}

	.tit-18 {
		font-size: 16px;
	}

	.tit-19 {
		font-size: 17px;
	}

	.tit-20 {
		font-size: 18px;
	}

	.tit-20 {
		font-size: 16px;
	}

	.tit-21 {
		font-size: 17px;
	}

	.tit-22 {
		font-size: 18px;
	}

	.tit-23 {
		font-size: 19px;
	}

	.tit-24 {
		font-size: 20px;
	}

	.tit-25 {
		font-size: 21px;
	}

	.tit-26 {
		font-size: 22px;
	}

	.tit-27 {
		font-size: 23px;
	}

	.tit-28 {
		font-size: 24px;
	}

	.tit-29 {
		font-size: 25px;
	}

	.tit-30 {
		font-size: 26px;
	}

	.tit-31 {
		font-size: 25px;
	}

	.tit-32 {
		font-size: 26px;
	}

	.tit-33 {
		font-size: 27px;
	}

	.tit-34 {
		font-size: 28px;
	}

	.tit-35 {
		font-size: 29px;
	}

	.tit-36 {
		font-size: 30px;
	}

	.tit-37 {
		font-size: 31px;
	}

	.tit-38 {
		font-size: 32px;
	}

	.tit-39 {
		font-size: 33px;
	}

	.tit-40 {
		font-size: 34px;
	}

	.tit-41 {
		font-size: 35px;
	}

	.tit-42 {
		font-size: 36px;
	}

	.tit-43 {
		font-size: 37px;
	}

	.tit-44 {
		font-size: 38px;
	}

	.tit-45 {
		font-size: 37px;
	}

	.tit-46 {
		font-size: 38px;
	}

	.tit-47 {
		font-size: 39px;
	}

	.tit-48 {
		font-size: 40px;
	}

	.tit-49 {
		font-size: 41px;
	}

	.tit-50 {
		font-size: 42px;
	}

	.tit-51 {
		font-size: 43px;
	}

	.tit-52 {
		font-size: 44px;
	}

	.tit-53 {
		font-size: 45px;
	}

	.tit-54 {
		font-size: 46px;
	}

	.tit-55 {
		font-size: 47px;
	}

	.tit-56 {
		font-size: 48px;
	}

	.tit-57 {
		font-size: 49px;
	}

	.tit-58 {
		font-size: 50px;
	}

	.tit-59 {
		font-size: 51px;
	}

	.tit-60 {
		font-size: 52px;
	}

	.tit-61 {
		font-size: 51px;
	}

	.tit-62 {
		font-size: 52px;
	}

	.tit-63 {
		font-size: 53px;
	}

	.tit-64 {
		font-size: 54px;
	}

	.tit-65 {
		font-size: 55px;
	}

	.tit-66 {
		font-size: 56px;
	}

	.tit-67 {
		font-size: 57px;
	}

	.tit-68 {
		font-size: 58px;
	}

	.tit-69 {
		font-size: 59px;
	}

	.tit-70 {
		font-size: 60px;
	}

	.tit-71 {
		font-size: 55px;
	}

	.tit-72 {
		font-size: 56px;
	}

	.tit-73 {
		font-size: 57px;
	}

	.tit-74 {
		font-size: 58px;
	}

	.tit-75 {
		font-size: 59px;
	}

	.tit-76 {
		font-size: 60px;
	}

	.tit-77 {
		font-size: 61px;
	}

	.tit-78 {
		font-size: 62px;
	}

	.tit-79 {
		font-size: 63px;
	}

	.tit-80 {
		font-size: 64px;
	}
}

@media (max-width: 1281px) {

	/*==常用字号==*/
	.tit-13 {
		font-size: 12px;
	}

	.tit-14 {
		font-size: 12px;
	}

	.tit-15 {
		font-size: 12px;
	}

	.tit-16 {
		font-size: 13px;
	}

	.tit-17 {
		font-size: 16px;
	}

	.tit-18 {
		font-size: 15px;
	}

	.tit-19 {
		font-size: 16px;
	}

	.tit-20 {
		font-size: 17px;
	}

	.tit-22 {
		font-size: 18px;
	}

	.tit-24 {
		font-size: 19px;
	}

	.tit-25 {
		font-size: 20px;
	}

	.tit-26 {
		font-size: 21px;
	}

	.tit-27 {
		font-size: 22px;
	}

	.tit-28 {
		font-size: 23px;
	}

	.tit-29 {
		font-size: 24px;
	}

	.tit-30 {
		font-size: 25px;
	}

	.tit-31 {
		font-size: 26px;
	}

	.tit-32 {
		font-size: 27px;
	}

	.tit-33 {
		font-size: 24px;
	}

	.tit-34 {
		font-size: 25px;
	}

	.tit-35 {
		font-size: 26px;
	}

	.tit-36 {
		font-size: 27px;
	}

	.tit-37 {
		font-size: 28px;
	}

	.tit-38 {
		font-size: 29px;
	}

	.tit-39 {
		font-size: 30px;
	}

	.tit-40 {
		font-size: 31px;
	}

	.tit-41 {
		font-size: 32px;
	}

	.tit-42 {
		font-size: 33px;
	}

	.tit-43 {
		font-size: 34px;
	}

	.tit-44 {
		font-size: 35px;
	}

	.tit-45 {
		font-size: 36px;
	}

	.tit-46 {
		font-size: 37px;
	}

	.tit-47 {
		font-size: 38px;
	}

	.tit-48 {
		font-size: 39px;
	}

	.tit-49 {
		font-size: 40px;
	}

	.tit-50 {
		font-size: 38px;
	}

	.tit-51 {
		font-size: 39px;
	}

	.tit-52 {
		font-size: 40px;
	}

	.tit-53 {
		font-size: 41px;
	}

	.tit-54 {
		font-size: 42px;
	}

	.tit-55 {
		font-size: 43px;
	}

	.tit-56 {
		font-size: 44px;
	}

	.tit-57 {
		font-size: 45px;
	}

	.tit-58 {
		font-size: 46px;
	}

	.tit-59 {
		font-size: 47px;
	}

	.tit-60 {
		font-size: 48px;
	}

	.tit-61 {
		font-size: 49px;
	}

	.tit-62 {
		font-size: 50px;
	}

	.tit-63 {
		font-size: 51px;
	}

	.tit-64 {
		font-size: 52px;
	}

	.tit-65 {
		font-size: 53px;
	}

	.tit-66 {
		font-size: 54px;
	}

	.tit-67 {
		font-size: 55px;
	}

	.tit-68 {
		font-size: 56px;
	}

	.tit-69 {
		font-size: 57px;
	}

	.tit-70 {
		font-size: 58px;
	}

	.tit-71 {
		font-size: 51px;
	}

	.tit-72 {
		font-size: 52px;
	}

	.tit-73 {
		font-size: 53px;
	}

	.tit-74 {
		font-size: 54px;
	}

	.tit-75 {
		font-size: 55px;
	}

	.tit-76 {
		font-size: 56px;
	}

	.tit-77 {
		font-size: 57px;
	}

	.tit-78 {
		font-size: 58px;
	}

	.tit-79 {
		font-size: 59px;
	}

	.tit-80 {
		font-size: 60px;
	}
}

@media (max-width: 1024px) {
	.tit-24 {
		font-size: 16px;
	}

	.tit-25 {
		font-size: 17px;
	}

	.tit-26 {
		font-size: 18px;
	}

	.tit-27 {
		font-size: 19px;
	}

	.tit-28 {
		font-size: 20px;
	}

	.tit-29 {
		font-size: 21px;
	}

	.tit-30 {
		font-size: 22px;
	}

	.tit-31 {
		font-size: 23px;
	}

	.tit-32 {
		font-size: 24px;
	}

	.tit-33 {
		font-size: 21px;
	}

	.tit-34 {
		font-size: 22px;
	}

	.tit-35 {
		font-size: 23px;
	}

	.tit-36 {
		font-size: 24px;
	}

	.tit-37 {
		font-size: 25px;
	}

	.tit-38 {
		font-size: 26px;
	}

	.tit-39 {
		font-size: 27px;
	}

	.tit-40 {
		font-size: 28px;
	}

	.tit-41 {
		font-size: 29px;
	}

	.tit-42 {
		font-size: 30px;
	}

	.tit-43 {
		font-size: 31px;
	}

	.tit-44 {
		font-size: 32px;
	}

	.tit-45 {
		font-size: 33px;
	}

	.tit-46 {
		font-size: 34px;
	}

	.tit-47 {
		font-size: 35px;
	}

	.tit-48 {
		font-size: 36px;
	}

	.tit-49 {
		font-size: 37px;
	}

	.tit-50 {
		font-size: 34px;
	}

	.tit-51 {
		font-size: 35px;
	}

	.tit-52 {
		font-size: 36px;
	}

	.tit-53 {
		font-size: 37px;
	}

	.tit-54 {
		font-size: 38px;
	}

	.tit-55 {
		font-size: 39px;
	}

	.tit-56 {
		font-size: 40px;
	}

	.tit-57 {
		font-size: 41px;
	}

	.tit-58 {
		font-size: 42px;
	}

	.tit-59 {
		font-size: 43px;
	}

	.tit-60 {
		font-size: 44px;
	}

	.tit-61 {
		font-size: 45px;
	}

	.tit-62 {
		font-size: 46px;
	}

	.tit-63 {
		font-size: 47px;
	}

	.tit-64 {
		font-size: 48px;
	}

	.tit-65 {
		font-size: 49px;
	}

	.tit-66 {
		font-size: 50px;
	}

	.tit-67 {
		font-size: 51px;
	}

	.tit-68 {
		font-size: 52px;
	}

	.tit-69 {
		font-size: 53px;
	}

	.tit-70 {
		font-size: 54px;
	}

	.tit-71 {
		font-size: 47px;
	}

	.tit-72 {
		font-size: 48px;
	}

	.tit-73 {
		font-size: 49px;
	}

	.tit-74 {
		font-size: 50px;
	}

	.tit-75 {
		font-size: 51px;
	}

	.tit-76 {
		font-size: 52px;
	}

	.tit-77 {
		font-size: 53px;
	}

	.tit-78 {
		font-size: 54px;
	}

	.tit-79 {
		font-size: 55px;
	}

	.tit-80 {
		font-size: 56px;
	}
}

@media (max-width: 768px) {
	.tit-16 {
		font-size: 12px;
	}

	.tit-18 {
		font-size: 14px;
	}

	.tit-20 {
		font-size: 16px;
	}

	.tit-33 {
		font-size: 20px;
	}

	.tit-34 {
		font-size: 21px;
	}

	.tit-35 {
		font-size: 22px;
	}

	.tit-36 {
		font-size: 23px;
	}

	.tit-37 {
		font-size: 24px;
	}

	.tit-38 {
		font-size: 25px;
	}

	.tit-39 {
		font-size: 26px;
	}

	.tit-40 {
		font-size: 24px;
	}

	.tit-41 {
		font-size: 25px;
	}

	.tit-42 {
		font-size: 26px;
	}

	.tit-43 {
		font-size: 27px;
	}

	.tit-44 {
		font-size: 28px;
	}

	.tit-45 {
		font-size: 29px;
	}

	.tit-46 {
		font-size: 30px;
	}

	.tit-47 {
		font-size: 31px;
	}

	.tit-48 {
		font-size: 32px;
	}

	.tit-49 {
		font-size: 33px;
	}

	.tit-50 {
		font-size: 28px;
	}

	.tit-51 {
		font-size: 29px;
	}

	.tit-52 {
		font-size: 30px;
	}

	.tit-53 {
		font-size: 31px;
	}

	.tit-54 {
		font-size: 32px;
	}

	.tit-55 {
		font-size: 33px;
	}

	.tit-56 {
		font-size: 34px;
	}

	.tit-57 {
		font-size: 35px;
	}

	.tit-58 {
		font-size: 36px;
	}

	.tit-59 {
		font-size: 37px;
	}

	.tit-60 {
		font-size: 36px;
	}

	.tit-61 {
		font-size: 37px;
	}

	.tit-62 {
		font-size: 38px;
	}

	.tit-63 {
		font-size: 39px;
	}

	.tit-64 {
		font-size: 40px;
	}

	.tit-65 {
		font-size: 41px;
	}

	.tit-66 {
		font-size: 42px;
	}

	.tit-67 {
		font-size: 43px;
	}

	.tit-68 {
		font-size: 44px;
	}

	.tit-69 {
		font-size: 45px;
	}

	.tit-70 {
		font-size: 46px;
	}

	.tit-70 {
		font-size: 42px;
	}

	.tit-71 {
		font-size: 43px;
	}

	.tit-72 {
		font-size: 44px;
	}

	.tit-73 {
		font-size: 45px;
	}

	.tit-74 {
		font-size: 46px;
	}

	.tit-75 {
		font-size: 47px;
	}

	.tit-76 {
		font-size: 48px;
	}

	.tit-77 {
		font-size: 49px;
	}

	.tit-78 {
		font-size: 50px;
	}

	.tit-79 {
		font-size: 51px;
	}

	.tit-80 {
		font-size: 52px;
	}
}

/*正文字号*/
.conbox-14 {
	font-size: 14px;
	line-height: 1.8;
}

.conbox-15 {
	font-size: 15px;
	line-height: 1.8;
}

.conbox-16 {
	font-size: 16px;
	line-height: 1.8;
}

.conbox-17 {
	font-size: 17px;
	line-height: 1.8;
}

.conbox-18 {
	font-size: 18px;
	line-height: 1.8;
}

.conbox-19 {
	font-size: 19px;
	line-height: 1.8;
}

.conbox-20 {
	font-size: 20px;
	line-height: 1.8;
}

.conbox-21 {
	font-size: 21px;
	line-height: 1.8;
}

.conbox-22 {
	font-size: 22px;
	line-height: 1.8;
}

.conbox-23 {
	font-size: 23px;
	line-height: 1.8;
}

.conbox-24 {
	font-size: 24px;
	line-height: 1.8;
}

@media (max-width: 1481px) {
	.conbox-18 {
		font-size: 16px;
	}

	.conbox-20 {
		font-size: 18px;
	}

	.conbox-24 {
		font-size: 20px;
	}
}

@media (max-width: 1281px) {
	.conbox-14 {
		font-size: 13px;
	}

	.conbox-16 {
		font-size: 14px;
	}

	.conbox-18 {
		font-size: 15px;
	}

	.conbox-20 {
		font-size: 15px;
	}

	.conbox-24 {
		font-size: 16px;
	}
}

/*弹性盒样式*/
.f-no {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.f-no-b-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.f-no-b-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.f-no-b-stretch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
}

.f-no-c-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.f-no-c-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.f-no-c-stretch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
}

.f-no-s-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.f-no-s-end {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: end;
	-ms-flex-align: end;
}

.f-no-s-stretch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
}

.f-no-end-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.f-no-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}

.f-no-col-b-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.f-no-col-c-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.f-no-col-s-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.f-no-col-s-end {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: end;
	-ms-flex-align: end;
}

.f-no-col-c-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.f-no-col-b-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.f-no-col-end-start {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

/*响应隐藏样式*/
.pc-block {
	display: block;
}

.pc-block-768 {
	display: block;
}

.pc-block-767 {
	display: block;
}

.m-block {
	display: none;
}

.m-block-767 {
	display: none;
}

.m-block-768 {
	display: none;
}

@media (max-width: 1024px) {
	.pc-block {
		display: none;
	}

	.m-block {
		display: block;
	}
}

@media (max-width: 768px) {
	.pc-block-768 {
		display: none;
	}

	.m-block-768 {
		display: block;
	}
}

@media (max-width: 767px) {
	.pc-block-767 {
		display: none;
	}

	.m-block-767 {
		display: block;
	}
}

/*常用样式类名*/
.poa-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.tran-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.text-hide {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: keep-all;
}

.img-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.pointer {
	cursor: pointer;
}

.bgtop {
	background-position: top;
}

.containbg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justif {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-bold {
	font-weight: bold;
}

.centerh {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.centerv {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.centerblock {
	margin-right: auto;
	margin-left: auto;
}

.shadow1 {
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
	width: 100%;
	height: 100%;
}

.fullw {
	width: 100%;
}

.fullh {
	height: 100%;
}

.fullvh {
	height: 100vh;
}

.top {
	top: 0;
}

.btm {
	bottom: 0;
}

.lt {
	left: 0;
}

.rt {
	right: 0;
}

.block {
	display: block;
}

.inlineblock {
	display: inline-block;
}

.notrans {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.no-hover {
	cursor: default;
	pointer-events: none !important;
}

.trans3d0 {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.round {
	border-radius: 50%;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0;
}

.in-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
	width: 100%;
}

.w1720 {
	width: 90%;
	max-width: 1720px;
	margin: 0 auto;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

@media (max-width: 1350px) {
	.w1300 {
		width: 94%;
	}
}

.w1080 {
	width: 1080px;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.w1080 {
		width: 94%;
	}
}

.w1070 {
	width: 1070px;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.w1070 {
		width: 94%;
	}
}

.bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	color: #000;
	background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
	vertical-align: middle;
	/* 1 */
	border: 0;
	/* 0 */
	-ms-interpolation-mode: bicubic
	/* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
	overflow: auto;
	/* 1 */
	white-space: pre;
	/* 2 */
	white-space: pre-wrap;
	/* 2 */
	word-wrap: break-word
	/* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 1 */
	_font-family: "courier new", monospace;
	/* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	color: inherit;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	*overflow: visible;
	/* 2 */
	cursor: pointer;
	/* 3 */
	-webkit-appearance: button;
	/* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea:focus,
input:focus {
	outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	*width: 13px;
	/* 2 */
	*height: 13px;
	/* 3 */
	padding: 0;
	/* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	box-sizing: content-box;
	/* 1 */
	/* 2 */
	-webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
	*margin-left: -7px;
	/* 1 */
	padding: 0;
	/* 2 */
	border: 0;
	/* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
	overflow: auto;
	/* 1 */
	resize: vertical
	/* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
	quotes: none;
}

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 {
	font-weight: normal;
	line-height: 2;
}

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;
}

button,
input,
textarea,
select {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
}

.more {
	position: relative;
	display: inline-block;
	width: 3.75rem;
	height: 1.25rem;
	padding-left: 0.75rem;
	border-radius: 0.625rem;
	background: #fff;
}

.more span {
	font-size: 0.35rem;
	font-weight: 500;
	line-height: 1.25rem;
	color: var(--main-color);
}

.more .icon {
	position: absolute;
	top: 50%;
	right: .4rem;
	width: 0.75rem;
	height: 0.75rem;
	transition: all 0.3s;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--main-color);
}

.at {
	display: block;
	transition: all 0.3s;
}

.at:hover {
	color: var(--main-color) !important;
}

.member {
	color: transparent !important;
}

.member:hover {
	color: inherit !important;
}

.his_btn {
	font-size: 0;
	position: absolute;
	z-index: 33;
	top: 2.825rem;
	right: 4rem;
	width: 2.75rem;
}

.his_btn div {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 50%;
	background: #e5e5e5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 9px;
}

.his_btn .his_prev {
	margin-right: .25rem;
	vertical-align: top;
	background-image: url(../image/pjt.png);
}

.his_btn .his_next {
	background-image: url(../image/pjt2.png);
}

.his_btn div:hover {
	background-color: var(--main-color);
}

.his_btn .his_prev:hover {
	background-image: url(../image/pjt3.png);
}

.his_btn .his_next:hover {
	background-image: url(../image/pjt4.png);
}

header {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100px;
	background-color: #fff;
}

header.index {
	position: absolute;
	background-color: transparent;
}

.wr {
	position: relative;
	z-index: 60;
	width: 100%;
}

header .pc_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 2rem;
}

header .pc_header .logo {
	display: block;
	width: 6.025rem;
}

header .pc_header .nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
}

header .pc_header .nav .li {
	margin-right: 1.25rem;
}

header .pc_header .nav .li:last-child {
	margin-right: 0;
}

header .pc_header .nav .li .tit {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	opacity: .8;
	color: var(--sub-color3);
}

header .pc_header .nav .li .tit::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 4px;
	content: "";
	opacity: 0;
	background-color: var(--sub-color2);
}

header .pc_header .nav .li.on .tit {
	opacity: 1;
	color: var(--main-color);
}

header .pc_header .nav .li.on .tit::after {
	opacity: 1;
}

header .pc_header .nav .li .tit:hover {
	opacity: 1;
	color: var(--main-color);
}

header .pc_header .right_bnt {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

header .pc_header .right_bnt .md {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: .825rem;
}

header .pc_header .right_bnt .md .tit-15 {
	font-weight: 700;
	margin-left: 11px;
	opacity: .8;
	color: var(--sub-color3);
}

header .pc_header .right_bnt .md:hover .tit-15 {
	opacity: 1;
	color: var(--main-color);
}

header .pc_header .right_bnt .seach {
	margin-left: .825rem;
}

header .pc_header .shop {
	position: relative;
}

header .pc_header .shop .sub {
	position: absolute;
	top: 1.3rem;
	left: 50%;
	display: none;
	width: 6.4rem;
	padding-top: 0.5rem;
	transform: translateX(-50%);
}

header .pc_header .shop .sub .list {
	position: relative;
	padding: 0.3rem 0.5rem 0;
	border: 1px solid #dddfe2;
	background-color: #f9fafb;
	box-shadow: 0 10px 21px rgba(0, 0, 0, .05);
}

header .pc_header .shop .sub .list a {
	font-size: .35rem;
	line-height: .5rem;
	display: block;
	padding: 0.35rem 1rem;
	padding-right: 0;
	transition: all .3s;
	color: #333;
	border-bottom: 1px solid #e4e4e6;
	background-repeat: no-repeat;
	background-position: left center;
}

header .pc_header .shop .sub .list:before {
	position: absolute;
	top: -0.25rem;
	left: 50%;
	width: 0.45rem;
	height: 0.25rem;
	content: "";
	transform: translateX(-50%);
	background-image: url(../image/buy-sj.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.fixheader {
	height: 100px;
}

.search-box {
	position: fixed;
	position: absolute;
	z-index: 61;
	top: 0;
	right: 8px;
	left: 0;
	left: auto;
	width: 500px;
	width: 500px;
	height: 76px;
	height: 76px;
	padding-top: 15px;
	padding-top: 9px;
	padding-top: 26px;
	padding-right: 50px;
	padding-left: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transform-origin: 100% center;
	-webkit-transform-origin: 100% center;
	transform-origin: 100% center;
	background-color: transparent;
}

.search-box.search-hide {
	left: 100%;
	visibility: hidden;
}

.search-box.search-hide {
	left: auto;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.search-box .b-search-keyword {
	position: absolute;
	z-index: 2;
	display: none;
	width: calc(100% - 70px);
}

.search-box .b-search-keyword a {
	font-size: 14px;
	line-height: 24px;
	display: block;
	float: none;
	overflow: hidden;
	height: auto;
	padding: 5px 20px;
	text-align: left;
	border: 1px solid #ccc;
	border-top: none;
	background: transparent;
}

.search-box input.s {
	font-size: 16px;
	line-height: 48px;
	width: 100%;
	height: 48px;
	padding-right: 50px;
	padding-left: 20px;
	border: 1px solid #d4d4d4;
	outline: none;
	background-color: #fff;
}

.search-box input.s:focus {
	color: #282828;
	border: 1px solid #bebdbd;
	-webkit-box-shadow: 0px 3px 8px #d4d4d4;
	box-shadow: 0px 3px 8px #d4d4d4;
}

.search-box a.btnClose {
	position: absolute;
	top: 35px;
	right: -13px;
	width: 48px;
	height: 48px;
	margin: 0 !important;
	text-decoration: none;
	color: #86807f;
}

.search-box a.btnClose .hwic_cross {
	font-size: 20px;
}

.search-box .btn-search {
	position: absolute;
	z-index: 2;
	top: 25px;
	right: 46px;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 !important;
	text-decoration: none;
	color: #86807f;
	background-color: transparent;
}

.search-box .hwic_search {
	position: absolute;
	z-index: 1;
	top: 37px;
	right: 71px;
	width: 24px;
	height: 24px;
}

.search-box .search-keyword {
	position: absolute;
	top: 66px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	border-top: 1px solid #d4d4d4;
	background-color: #f8f8f8;
}

.search-box .search-keyword .search-keyword-title {
	margin: 0 15px;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
}

.search-box .search-keyword ul {
	padding: 15px;
	padding-top: 0;
}

.search-box .search-keyword ul li {
	border-bottom: 1px solid #d4d4d4;
}

.search-box .search-keyword ul li a {
	font-weight: bold;
	line-height: 44px;
}

footer {
	/*position: relative;*/
	width: 100%;
	padding: 1.75rem 2.05rem 0;
	background: #000;
}

footer .nav {
	position: relative;
	width: 100%;
}

footer .nav .li {
	display: inline-block;
	margin-right: 3.2rem;
	vertical-align: top;

}

footer .nav .li .sub {
	margin-top: .65rem;
}

footer .nav .li .sub a {
	font-size: 0.35rem;
	font-weight: 300;
	line-height: .45rem;
	display: block;
	margin-bottom: 0.3rem;
	transition: all 0.5s;
	opacity: 0.5;
	color: #fff;
}

footer .nav .li .sub a:hover {
	transform: translateX(8px);
	opacity: 1;
}

footer .nav .li .gp {
	margin-top: .65rem;
}

footer .nav .li .gp .num {
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: inline-block;
	color: var(--sub-color1);
}

footer .nav .li .gp .time {
	font-size: 0.35rem;
	font-weight: 300;
	line-height: 18px;
	margin-top: 0.25rem;
	opacity: 0.5;
	color: #fff;
}

footer .nav .li .share {
	margin-top: .65rem;
	margin-bottom: 0.5rem;
}

footer .nav .li .share a {
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: 0 .25rem;
	transition: all 0.5s;
	vertical-align: top;
	border-radius: 50%;
	background: transparent;
}

footer .nav .li:last-child {
	margin-right: 0;
}


footer .nav .li .share a:hover {
	background: var(--main-color);
}

footer .nav .li .share .ewm {
	font-size: 0;
	display: inline-block;
	width: 120px;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	background: #fff;
}

footer .nav .li .share .ewm + .ewm {
	margin-left: 12px;
}

footer .nav .li .share .ewm .tit-12 {
	font-size: 0.35rem;
	line-height: .45rem;
	white-space: nowrap;
	color: #999;
}

footer .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 2.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);

}

footer .bot .tit-12 {
	color: rgba(255, 255, 255, 0.5)
}

footer .bot a {
	padding-left: 12px;
	color: inherit;
}

footer .bot a:hover {
	color: #fff !important;
}

footer .top {
	position: relative;
	height: 8.025rem;
}

footer .top .nn {
	line-height: 45px;
	position: absolute;
	right: 0rem;
	bottom: 0.75rem;
	display: block;
	width: 5rem;
	height: 45px;
	padding-left: 2.275rem;
	border: 2px solid #fff;
	border-radius: 23px;
	background: #07070e;
}

footer .top .hi {
	position: absolute;
	top: -97%;
	left: 43%;
	width: 0.7rem;
	transition: all 0.3s;
}

footer .top .nn .nns {
	position: absolute;
	bottom: 0;
	left: .325rem;
	width: 1.725rem;
	transition: all 0.3s;
}

footer .top .nn .tit-16 {
	font-weight: 600;
	line-height: 42px;
}

footer .top .nn:hover .hi {
	transform: rotate(10deg)
}

.xf {
	position: fixed;
	z-index: 88;
	right: 0;
	bottom: 5rem;
	display: none;
	width: 1.25rem;
	opacity: 0;
}

.xf.on {
	display: block;
	opacity: 1;
}

.xf a {
	position: relative;
	display: block;
	width: 3.15rem;
	height: 1.25rem;
	margin-bottom: .25rem;
	transition: all 0.3s;
	opacity: 0.8;
	background: var(--main-color);
}

.xf a .img {
	position: relative;
	float: left;
	width: 1.25rem;
	height: 1.25rem;
}

.xf a .tit-14 {
	line-height: 1.25rem;
	float: left;
	width: 1.9rem;
	height: 1.25rem;
	text-align: center;
	color: #fff;
}

.xf a:hover {
	transform: translateX(-1.9rem);
}

.xf a.backtop-1:hover {
	transform: translateX(0);
}

.pc {
	display: block;
}

.mb {
	display: none;
}

.m_header {
	display: none;
}

.zi9 {
	z-index: 9;
}

.zi6 {
	z-index: 6;
}

.zi3 {
	z-index: 3;
}

@media (max-width: 1680px) {
	footer .top {
		height: 12.025rem;
		position: relative;
	}
}

@media (max-width: 1466px) {
	header .pc_header .nav .li {
		margin-right: 0.8rem;
	}
	header .pc_header .right_bnt .md,
	header .pc_header .right_bnt .seach {
		margin-left: 0.5rem;
	}
}

@media (max-width: 1024px) {
	.container-box{
		padding: 0 8%;
	}
	header .pc_header {
		display: none;
	}

	header {
		height: 2.5rem;
	}
	.m_header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 2.5rem;
		padding: 0 1.25rem;
		background-color: #fff;
	}

	.m_header .logo {
		display: block;
		width: 6.025rem;
	}

	.m_header .right_bnt {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.m_header .right_bnt .nume {
		width: .9rem;
		height: .7rem;
		position: relative;
		margin-left: 1.425rem;
	}

	.m_header .right_bnt .nume .line {
		width: .9rem;
		height: 2px;
		background-color: #000;
		position: absolute;
		left: 0;
		transition: all 0.3s;
	}

	.m_header .right_bnt .nume .line1 {
		top: 0;
	}

	.m_header .right_bnt .nume .line2 {
		top: 50%;
		transform: translateY(-50%);
	}

	.m_header .right_bnt .nume .line3 {
		bottom: 0;
	}



	.m_header .right_bnt .nume.on .line1 {
		top: 50%;
		transform: rotate(45deg);
	}

	.m_header .right_bnt .nume.on .line3 {
		bottom: 42%;
		transform: rotate(-45deg);
	}

	.m_header .right_bnt .nume.on .line2 {
		left: 100%;
		opacity: 0;
	}

	.header-nav {
		float: right;
		/*overflow: hidden;*/
		font-size: 0;
	}

	.header-nav li {
		display: inline-block;
		margin-left: 90px;
		position: relative;
	}

	.header-nav li .a1 {
		display: block;
		font-size: 20px;
		color: #fff;
		line-height: 90px;
		font-family: FuturaND-DemiBold;
		position: relative;
	}

	.header-nav li .a1:after {
		content: '';
		width: 0;
		height: 3px;
		background: #fff;
		position: absolute;
		right: 0;
		bottom: 0px;
		transition: all .3s;
		-webkit-transition: all .3s;
	}

	.header-nav li .div1 {
		position: absolute;
		left: 0%;
		top: 100%;
		/*width: calc(100% + 30px);
		width: -webkit-calc(100% + 30px);*/
		width: 150px;
		max-width: 150px;
		padding: 0 15px;
		display: none;
		margin-left: -15px;
		/*transform:translateX(-50%);
	  -ms-transform:translateX(-50%);
	  -moz-transform:translateX(-50%);
	  -webkit-transform:translateX(-50%);*/
	}

	.header-nav li .div1 a {
		display: block;
		font-size: 16px;
		line-height: 20px;
		margin: 15px 0;
		color: #fff;
		font-family: FuturaND-DemiBold;
		transition: all .3s;
		-webkit-transition: all .3s;
	}




	.header-nav {
		width: 100%;
		height: calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
		padding: 0.75rem 4%;
		border-top: 1px solid #E5E5E5;
		position: fixed;
		top: 60px;
		left: 0;
		background: #fff;
		display: none;
	}

	.header-nav li {
		display: block;
		width: 100%;
		margin: 0;
	}

	.header-nav li .a1 {
		display: block;
		font-size: 0.6rem;
		line-height: 2rem;
		color: #000;
		border-bottom: 1px solid #ccc;
	}

	.header-nav li .div1 {
		width: 100%;
		position: relative;
		top: initial;
		transform: initial;
		left: initial;
		padding: 10px 0;
		margin: 0;
		max-width: initial;
		border-bottom: 1px solid #ccc;
		box-shadow: inherit !important;
	}

	.header-nav li .div1 a {
		font-size: 0.5rem;
		line-height: 1.25rem;
		margin: 0;
		color: #666;
		background: url(../image/ico05.png) no-repeat right center;
	}

	.header-nav .li2>i {
		display: block;
		width: 30%;
		height: 2rem;
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		background: url(../image/jah.png) no-repeat right center;
		background-size: .5rem .5rem;

	}
	.j_g form .t2{
		font-size: .4rem;
	}

	.header-nav .li2.bj>i {
		background: url(../image/jh.png) no-repeat right center;
		background-size: .5rem .5rem;
	}

	header.w .m_header .logo .op1 {
		opacity: 0;
	}

	header.w .m_header .logo .op2 {
		opacity: 1;
	}

	header.w .m_header .right .nume .line {
		background-color: #000;
	}

	header.w .m_header .right .seach svg {
		fill: #000;
	}

	.seachbox {
		width: 100%;
		position: absolute;
		top: 2.5rem;
		background-color: #fff;
		padding: 0.5rem 1rem;
		display: none;
	}

	.seachbox .txx {
		width: 80%;
		height: 1.5rem;
		border-bottom: 1px solid #E5E5E5;
		float: left;
	}

	.seachbox .submm {
		width: 20%;
		height: 1.5rem;
		float: left;
		background-color: var(--main-color);
		font-size: 12px;
		color: #fff;
	}

	.pc {
		display: none;
	}

	.mb {
		display: block;
	}
	header.index {
		position: fixed;
	}
	.more {
		width: 3.8rem;
		height: 1.25rem;
		padding-left: 0.65rem;
	}

	.more span {
		line-height: 1.25rem;
		font-size: 12px;
	}
	.more .icon {
		width: .75rem;
		height: .75rem;
	}
	footer {
		padding: 1rem 8%;
		padding-bottom: 4rem;
	}

	footer .top {
		height: auto;
	}

	footer .nav .li {
		width: 100%;
		margin-bottom: 1rem;
	}

	footer .nav .li .tit {
		font-size: 16px;
		position: relative;
	}

	footer .nav .li .sub {
		display: none;
	}

	footer .nav .li .tit::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		width: 7px;
		height: 8px;
		background-image: url(../image/pjt4.png);
	}



	footer .nav .li:nth-child(8) {
		display: none;

	}

	footer .nav .li:nth-child(9) {
		display: none;

	}

	footer .top .nn {
		display: none;
	}

	footer .contc {
		width: 100%;
		margin-top: 1rem;
		text-align: center;
		padding-bottom: 1rem;
	}

	footer .contc .tit-24 {
		font-weight: 400;
		color: #FFFFFF;
		line-height: .45rem;
		opacity: 0.3;
	}

	footer .contc .num {
		font-weight: 600;
		color: var(--sub-color1);
		line-height: 1.2;
		margin-top: .4rem;
	}

	footer .contc .share {
		margin-top: .65rem;
		display: flex;
		justify-content: center;
	}

	footer .contc .share a {
		display: inline-block;
		vertical-align: top;
		width: 1.6rem;
		height: 1.6rem;
		background: var(--main-color);
		border-radius: 50%;
		margin: 0 .25rem;
		position: relative;
		transition: all 0.5s;
	}

	footer .contc:last-child {
		margin-right: 0;
	}



	footer .contc .share .ewm {
		width: 125px;
		background: #ffffff;
		border-radius: 5px;
		padding: 5px;
		font-size: 0;
	}
	footer .contc .share .ewm + .ewm{
		margin-left: 15px;
	}

	footer .contc .share .ewmb {
		display: flex;
		width: 100%;

	}

	footer .contc .share .ewm .i {
		display: inline-block;
		margin-right: 20px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	footer .contc .share .ewm .i:last-child {
		margin-right: 0;
	}

	footer .contc .share .ewm .i .tit-12 {
		white-space: nowrap;
		color: #999999;
		line-height: .45rem;

	}




	footer .bot .tit-12 {
		width: 100%;
		padding-top: 12px;
	}

	footer .bot {
		display: block;
		height: auto;
	}

	footer .contc .share .ewm .i {
		width: 3rem;
	}

	.dbxf {
		width: 100%;
		height: auto;
		background: var(--main-color);
		border-radius: 12px 12px 0px 0px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 98;
		font-size: 0;
		padding-bottom: 0.4rem;
	}

	.dbxf a {
		display: inline-block;
		width: 33.333%;
		height: 100%;
		text-align: center;
		color: #fff;
		vertical-align: top;
		position: relative;
	}

	.dbxf a .img {
		margin-top: 0.6rem;
		display: inline-block;
		vertical-align: top;
		height: 1rem;
		margin-bottom: 0.3rem;
	}

	.dbxf a .img img {
		max-height: 100%;
	}

	.dbxf a:after {
		content: "";
		width: 1px;
		height: 2rem;
		right: 0;
		top: 50%;
		margin-top: -0.85rem;
		border-right: 1px dotted #fff;
		position: absolute;
	}

	.dbxf a .tit-24 {
		font-size: 0.5rem;
	}

	.dbxf a:last-child::after {
		display: none;
	}

	.fixheader {
		height: 2.5rem;
	}
	.xf {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.member{display: none;}
}



