@charset "utf-8";

/*
	--------------------------
	间距清除
	--------------------------
*/

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

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

/*
	--------------------------
	A标签 配置
	--------------------------
*/
a {
	text-decoration: none;
	outline: none;
	color: #666;
}

a:hover {
	color: #000;
}

img {
	border: 0;
	max-width: 100%;
}

a:focus {
	outline: none;
}

/*
	--------------------------
	Body 配置
	--------------------------
*/
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
/* 
@font-face {
	font-family: 'FZLTHK';
	src: url('../YYDS/FZLTHK.eot');
	src: local('☺'),
		url('../YYDS/FZLTHK.eot?#iefix') format('embedded-opentype'),
		url('../YYDS/FZLTHK.woff') format('woff'),
		url('../YYDS/FZLTHK.ttf') format('truetype'),
		url('../YYDS/FZLTHK.otf') format('opentype'),
		url('../YYDS/FZLTHK.dfont') format('dfont'),
		url('../YYDS/FZLTHK.svg#FZLTHK') format('svg');

}
 */
@font-face {
	font-family: 'Alimama_ShuHeiTi_Bold';
	src: url('../fonts/Alimama_ShuHeiTi_Bold.eot');
	src: local('☺'),
		url('../fonts/Alimama_ShuHeiTi_Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Alimama_ShuHeiTi_Bold.woff') format('woff'),
		url('../fonts/Alimama_ShuHeiTi_Bold.ttf') format('truetype'),
		url('../fonts/Alimama_ShuHeiTi_Bold.otf') format('opentype'),
		url('../fonts/Alimama_ShuHeiTi_Bold.dfont') format('dfont'),
		url('../fonts/Alimama_ShuHeiTi_Bold.svg#Alimama_ShuHeiTi_Bold') format('svg');
}

@font-face {
	font-family: 'ArchivoMedium';
	src: url('../fonts/ArchivoMedium.eot');
	src: local('☺'),
		url('../fonts/ArchivoMedium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArchivoMedium.woff') format('woff'),
		url('../fonts/ArchivoMedium.ttf') format('truetype'),
		url('../fonts/ArchivoMedium.otf') format('opentype'),
		url('../fonts/ArchivoMedium.dfont') format('dfont'),
		url('../fonts/ArchivoMedium.svg#ArchivoMedium') format('svg');
}



body {
	-webkit-font-smoothing: antialiased;
	/*font-family: 'FZLTHK';*/
	background: #fff;
	font-size: 14px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*
	--------------------------
	表单控件设置
	--------------------------
*/

table {
	border-collapse: collapse;
	width: 100%;
}

.alma { font-family: "Alimama_ShuHeiTi_Bold";}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	font-family: "微软雅黑";
	-webkit-appearance: none;
}


/*
	--------------------------
	快捷方式
	--------------------------
*/
.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.relative { position: relative; }
.mainMd { position: absolute; left:0; top: -72px; width: 1px; height: 1px; opacity: 0; }

@media(max-width:  1100px){
	.mainMd { top: -68px; }
}
.fl { float: left; }
.fr { float: right; }
.relative { position: relative; width: 100%; height: 100%; }
.bgWhite { background: #fff; }
.borderRadius12 { border-radius:12px; overflow: hidden; }
/* 新建询盘 */
.memberB { display:none; position: fixed; top:50%; width: 100%; height: 100%; transform: translate(-50%, -50%); left:50%; background: rgba(0,0,0,0.6); z-index: 50; }
.memberB-a { position: absolute; top:50%; width: 630px; height: 450px; transform: translate(-50%, -50%); left:50%; }
.memberB-a .close { position: absolute; right: 30px; width: 26px; height: 26px; border:1px solid #eee; border-radius:50px; text-align:center; line-height: 21px; top: 24px; font-size: 20px; cursor: pointer; color:#999; }
.memberB-a .close:hover { border:1px solid #fc6f3d; background: #fc6f3d; color:#fff; }
.memberB-b .topTit { border-bottom:1px solid #eee; padding:25px 30px; }
.memberB-b .topTit .t { font-size: 16px;color:#333333; font-weight:bold; }
.memberB-c { padding:30px 30px 0; }
.memberB-c ul li:nth-child(n+2) { margin-top:30px; }
.memberB-c ul li .subBtn { float: left; font-size:15px;color:#fc6f3d; border:1px solid #fc6f3d; border-radius:50px;background: none; width: 265px;height: 42px; }
.memberB-c ul li .tijiao { color:#fff; background: #fc6f3d; }
.memberB-c ul li .quxiao:hover { color:#fff; background: #fc6f3d; }
.memberB-c ul li .quxiao { float: right; }
.memberB-c ul li .tit { float: left; font-size:15px;color:#333333; }
.memberB-c ul li .tit span { color:#d00000; }
.memberB-c ul li .con { float: right; width: calc(100% - 100px); }
.memberB-c ul li .txt { float: right; width: 100%; margin-top:15px; }
.memberB-c ul li .txt textarea { width: 100%; line-height: 1.8; border-radius:12px; height: 120px; border: 1px solid #eee; padding:16px 15px; font-size:14px;color:#333; font-weight:bold; }
.memberB-c ul li .txt textarea:placeholder-shown {
	color:#999; font-weight:normal;
}
textarea { resize:none; }
.memberB-c ul li .txt textarea:hover { box-shadow: 0px 4px 10px 1px rgb(0 0 0 / 12%); }
.memberB-c ul li p { cursor: pointer; margin-bottom:15px; margin-right: 40px; float: left; font-size: 15px; line-height: 14px; color:#666666; }
.memberB-c ul li p:nth-child(2) { margin-right: 70px; }
.memberB-c ul li p:nth-child(3) { margin-right: 0px; }
.memberB-c ul li p:nth-child(4) { margin-right: 25px; }
.memberB-c ul li p i { display: inline-block; width: 14px; vertical-align:bottom; margin-top:0; height: 14px; border:1px solid #999; border-radius:50%; position: relative; }
.memberB-c ul li p:hover { color:#fc6f3d; }
.memberB-c ul li p.cur i { border-color:#fc6f3d; }
.memberB-c ul li p i:after { transition: all 0.5s; content:''; width: 0; height: 0; background: #fc6f3d; position: absolute; left: 50%; top:50%; transform:translate(-50%, -50%); border-radius:50%; }
.memberB-c ul li p.cur i:after { width: 8px; height: 8px; }
.addFpA-c { max-height: calc(80vh - 100px); overflow-y:scroll; padding:30px 25px 50px; }
.addFpA-c {scrollbar-color:  #fc6f3d rgba(0,0,0,0.2); scrollbar-width: thin; -ms-overflow-style:none;}
.addFpA-c::-webkit-scrollbar {width: 3px;height: 1px;}
.addFpA-c::-webkit-scrollbar-thumb {border-radius: 3px;-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);background: #fc6f3d;}
.addFpA-c::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);border-radius: 4px;background: rgba(0,0,0,0);}
.addFpA-c ul li { margin-bottom: 20px; width: 100%; }
.addFpA-c ul li p { font-size:15px;color:#666666; font-weight:bold; margin-bottom: 6px; }
.addFpA-c ul li p span { color:#d00000; }
.addFpA-c ul li input.inp { width: 100%; height: 50px; border:1px solid #e5e5e5; font-size:14px; padding-left: 16px; font-weight:bold; color:#222; }
.addFpA-c ul li input:placeholder-shown,textarea:placeholder-shown {color:#999!important; font-weight:normal!important;}
.addFpA-c ul li input:focus { transition: all 0.3s; border:2px #fc6f3d solid!important; }
.addFpA-d button,.addFpA-d span { line-height: 44px; height: 44px; border-radius:50px; width: 49%; }
.addFpA-d button { background: #fc6f3d; color:#fff; }
.addFpA-d span { border-color:#fdb79e; color:#fc6f3d; }
.addFpA-d span:hover { background: #fc6f3d; border-color:#fc6f3d; color:#fff; }
.addFpA-d { margin-top: 30px; }
/*弹窗样式一*/
.addTc { width: 100%; height: 100%; position: fixed; z-index: 50; left:0; top:0; background: rgba(0,0,0,0.8); }
.addTcA .memberB-a { height: auto; padding-bottom: 50px; }
.addTcA .memberB-c ul li .txt { margin-top:0; }
.addTcA .memberB-c ul li .tit { padding:0 0 15px 5px; font-weight:bold; color:#666666; font-size:15px; }
.memberB-c ul li .txt input {width: 100%;line-height: 1.8;border-radius: 12px;height: 50px;border: 1px solid #eee;padding: 16px 15px;font-size: 14px;color: #333;font-weight: bold;}
.memberB-c .t { font-size:15px;color:#666666; margin:12px 0 35px; }
.memberB-c ul li .subBtn { width: 270px; }
/*.layui-btn { background: #fc6f3d; }*/
.padding0 { padding:20px 0 0 0!important; }
.paddingBottom0 { padding-bottom:0!important; }
.margin0 { margin:0!important; }

.addTcD-a .ttt { text-align:left; width: 135px; font-size:15px;color:#666666; font-weight:bold; }
.addTcD-a .ccc { text-align:left; font-size:15px;color:#666666; }
.addTcD-a dl dd:nth-child(n+2) { margin-top: 20px; }
.addFpA-c ul li input.inp { border-radius:5px; background: none; }

.colorWhite { color:#fff!important; }
.mainTit .et { font-size:18px;color:#d1fc43; padding: 5px 0 5px 40px; background: url(../images/mainbg.png) no-repeat left center;  }
.mainTit .t { margin-top:0; font-size: 2.8vw; color:#fff; }
.mainTit .c { margin-top:10px; font-size: 16px; color:#fff; }
.mainTit .et.colorWhite { background: url(../images/mainbgwhite.png) no-repeat left center; }

@media(max-width: 1500px){
	/*.mainTit .et { font-size:14px; }*/
	.mainTit .et { font-size:16px; padding: 3px 0 3px 30px; background: url(../images/mainbg.png) no-repeat left center; background-size: 25px auto; }
}
@media(max-width: 1100px){
	.mainTit .t { font-size: 24px; }
}
@media(max-width: 400px){
	.mainTit .t { font-size: 22px; }
}

i { font-style: normal; }
.mainMore { position: relative; overflow: hidden; cursor: pointer; position: relative; font-size:16px;color:#fff; display:inline-block; padding: 16px 40px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius:50px; transition: all 0.5s; }
.mainMoreA { color:#2B378E; border-color: rgba(43, 55, 142, 0.3) }
.mainMore:before { transition: all 0.6s; content:''; width: 100%; height: 60px; position: absolute; left:-105%; top:-4px; background: #2864e7; }
.mainMore:hover { color:#fff; background: none; border-color:#2864e7;}
.mainMore:hover:before { left:0; }
.mainMore i { line-height: 1; position: relative; z-index: 2; display:inline-block; padding-right: 24px; background: url(../images/mainmore1.png) no-repeat right center; transition: all 0.1s;  }
.mainMoreA i { line-height: 1; position: relative; z-index: 2; display:inline-block; padding-right: 24px; background: url(../images/mainmore2.png) no-repeat right center; transition: all 0.1s;  }
.mainMoreA:hover i { background: url(../images/mainmore1.png) no-repeat right center; }
.mainMoreB { color:#333; }
.mainMoreA:hover { color:#fff; }
@media(max-width: 1500px){
	.mainMore { padding: 12px 30px; }
	.mainMore { font-size:14px; }
}
@media(max-width: 1100px){
	.mainMore { padding: 10px 20px; }
	.mainMore { font-size:14px; }
}

.zIndex10 { z-index: 10; }




.textTra { text-transform:uppercase; }
.mainPre { position: relative; }
.mainAbs { position: absolute; top:50%; transform:translateY(-50%); }
@media(max-width: 1100px){
	.mainAbs { position: relative; top:auto; transform:translateY(0); }
}

/*字体*/
.marginT5 { margin-top:5px; }
.marginT6 { margin-top:6px; }
.marginT8 { margin-top:8px; }
.marginT10 { margin-top:10px; }
.marginT15 { margin-top:15px; }
.marginT20 { margin-top:20px; }
.marginT30 { margin-top:30px; }
.marginT40 { margin-top:40px; }
.marginT50 { margin-top:50px; }
.marginT60 { margin-top:60px; }
.marginT70 { margin-top:70px; }
.marginT80 { margin-top:80px; }
.marginT90 { margin-top:90px; }
.marginT100 { margin-top:100px; }
.marginT120 { margin-top:120px; }
.lh12 { line-height:1.2!important; }
.lh13 { line-height:1.3!important; }
.lh14 { line-height:1.4!important; }
.lh15 { line-height:1.5!important; }
.lh16 { line-height:1.6!important; }
.lh17 { line-height:1.7!important; }
.lh18 { line-height:1.8!important; }
.lh19 { line-height:1.9!important; }
.font80 { font-size:80px; line-height: 1.2; }
.font55 { font-size:55px; line-height: 1.2; }
.font50 { font-size:50px; line-height: 1.2; }
.font72 { font-size:72px; line-height: 1.2; }
.font70 { font-size:70px; line-height: 1.2; }
.font40 { font-size:40px; line-height: 1.2; }
.font42 { font-size:42px; line-height: 1.2; }
.font44 { font-size:44px; line-height: 1.2; }
.font76 { font-size:76px; line-height: 1.2; }
.font26 { font-size:26px; line-height: 1.2; }
.font28 { font-size:28px; line-height: 1.2; }
.font36 { font-size:36px; line-height: 1.2; }
.font24 { font-size:24px; line-height: 1.2; }
.font32 { font-size:32px; line-height: 1.2; }
.font30 { font-size:30px; line-height: 1.2; }
.font22 { font-size:22px; line-height: 1.2; }
.font21 { font-size:21px; line-height: 1.2; }
.font20 { font-size:20px; line-height: 1.2; }
.font18 { font-size:18px; line-height: 1.6; }
.font16 { font-size:16px; line-height: 1.6; }
.font15 { font-size:15px; line-height: 1.6; }
.font14 { font-size:14px; line-height: 1.6; }
.font12 { font-size:12px; line-height: 1.6; }
.font60 { font-size:60px; line-height: 1.2; }
.font56 { font-size:56px; line-height: 1.2; }
.font66 { font-size:66px; line-height: 1.2; }
.font120 { font-size:120px; line-height: 1.2; }
.bold { font-weight:bold; }
.borderRadius6 { border-radius: 6px; overflow: hidden; }
.borderRadius10 { border-radius: 10px; overflow: hidden; }
.borderRadius20 { border-radius: 20px; overflow: hidden; }
.borderRadius30 { border-radius: 30px; overflow: hidden; }
.borderRadius40 { border-radius: 40px; overflow: hidden; }
@media(max-width:1900px){
	.marginT10 { margin-top:10px; }
	.marginT20 { margin-top:20px; }
	.marginT30 { margin-top:1.6vw; }
	.marginT40 { margin-top:2.2vw; }
	.marginT50 { margin-top:2.7vw; }
	.marginT60 { margin-top:3.4vw; }
	.marginT70 { margin-top:3.7vw; }
	.marginT80 { margin-top:4.3vw; }
	.marginT90 { margin-top:5vw; }
	.marginT100 { margin-top:5.4vw; }
	.marginT120 { margin-top: 6.2vw; }
	.font80 { font-size: 4.1vw;}
	.font55 { font-size: 2.8vw; }
	.font50 { font-size: 2.5vw; }
	.font40 { font-size: 2vw; }
	.font36 { font-size: 1.8vw; }
	.font42 { font-size: 2.1vw; }
	.font44 { font-size: 2.2vw; }
	.font72 { font-size: 3.6vw; }
	.font70 { font-size: 3.5vw; }
	.font76 { font-size: 3.8vw; }
	.font32 { font-size: 1.6vw; }
	.font30 { font-size: 1.5vw; }
	.font24 { font-size: 1.2vw; }
	.font26 { font-size: 1.3vw; }
	.font28 { font-size: 1.4vw; }
	.font22 { font-size: 21px; }
	.font21 { font-size: 20px; }
	.font20 { font-size: 19px; }
	.font18 { font-size: 17px; }
	.font60 { font-size: 3.2vw; }
	.font66 { font-size: 3.4vw; }
	.font56 { font-size: 2.8vw; }
	.font120 { font-size: 6.4vw; }
	.borderRadius20 { border-radius: 1.1vw; }
	.borderRadius30 { border-radius: 1.6vw; }
	.borderRadius40 { border-radius: 2.2vw; }
}
@media(max-width:1700px){
	.font21 { font-size: 19px; }
	.font22 { font-size: 20px; }
	.font20 { font-size: 18px; }
}
@media(max-width:1500px){
	.font21 { font-size: 18px; }
	.font22 { font-size: 19px; }
	.font18 { font-size: 16px; }
	.font20 { font-size: 17px; }
	.lh18 { line-height:1.6!important; }
}
@media(max-width:1300px){
	.font21 { font-size: 17px; }
	.font20 { font-size: 16px; }
	.font22 { font-size: 18px; }
}
@media(max-width:1100px){
	.marginT10 { margin-top:10px; }
	.marginT20 { margin-top:12px; }
	.marginT30 { margin-top:15px; }
	.marginT40 { margin-top:20px; }
	.marginT50 { margin-top:25px; }
	.marginT60 { margin-top:30px; }
	.marginT70 { margin-top:30px; }
	.marginT80 { margin-top:30px; }
	.marginT90 { margin-top:30px; }
	.marginT100 { margin-top:40px; }
	.marginT120 { margin-top: 50px; }
	.font80 { font-size: 30px;}
	.font55 { font-size: 24px; }
	.font50 { font-size: 22px; }
	.font76 { font-size: 30px; }
	.font32 { font-size: 18px; }
	.font30 { font-size: 18px; }
	.font24 { font-size: 18px; }
	.font26 { font-size: 18px; }
	.font28 { font-size: 20px; }
	.font16 { font-size: 14px; }
	.font15 { font-size: 14px; }
	.font21 { font-size: 16px; }
	.font20 { font-size: 15px; }
	.font22 { font-size: 17px; }
	.font18 { font-size: 15px; }
	.font40 { font-size: 22px; }
	.font42 { font-size: 24px; }
	.font44 { font-size: 24px; }
	.font72 { font-size: 28px; }
	.font70 { font-size: 26px; }
	.font36 { font-size: 22px; }
	.font60 { font-size: 20px; }
	.font66 { font-size: 28px; }
	.font56 { font-size: 24px; }
	.font120 { font-size: 30px; }
	.marginT90 { margin-top: 30px; }
	.borderRadius20 { border-radius: 10px; }
	.borderRadius30 { border-radius: 15px; }
	.borderRadius40 { border-radius: 20px; }
}
@media(max-width: 600px){
	.font28 { font-size: 18px; }
	.marginT60 { margin-top:20px; }
	.font66 { font-size: 24px; }
	.marginT120 { margin-top: 35px; }
}
.alignC { text-align:center; }
.alignL { text-align:left; }
.alignR { text-align:right; }
.colorWhite { color:#fff; }
.colorRed { color:#E71F1A; }
.color1 { color:#111; }
.color2 { color:#222; }
.color3 { color:#333; }
.color4 { color:#444; }
.color46 { color:#465059; }
.color5 { color:#555; }
.color6 { color:#666; }
.color7 { color:#777; }
.color8 { color:#888; }
.color9 { color:#999; }
.color0 { color:#000; }
.colorA { color:#aaa; }
.colorB { color:#bbb; }
.colorC { color:#ccc; }
.colorD { color:#ddd; }
.textTra { text-transform:uppercase; }
.opa1 { opacity: 0.1; }
.opa2 { opacity: 0.2; }
.opa3 { opacity: 0.3; }
.opa4 { opacity: 0.4; }
.opa5 { opacity: 0.5; }
.opa6 { opacity: 0.6; }
.opa7 { opacity: 0.7; }
.opa8 { opacity: 0.8; }
.opa9 { opacity: 0.9; }
.colorBlue { color:#0047BA; }
.weight100 { font-weight: 100; }
.weight200 { font-weight: 200; }
.weight300 { font-weight: 300; }
.weight400 { font-weight: 400; }
.weight500 { font-weight: 500; }
.weight600 { font-weight: 600; }
.weight700 { font-weight: 700; }
.weight800 { font-weight: 800; }
.weight900 { font-weight: 900; }


.nyfont-90{font-size: 90px;}
.nyfont-80{font-size: 80px;}
.nyfont-78{font-size: 78px;}
.nyfont-70{font-size: 70px;}
.nyfont-64{font-size: 64px;}
.nyfont-62{font-size: 62px;}
.nyfont-60{font-size: 60px;}
.nyfont-58{font-size: 58px;}
.nyfont-56{font-size: 56px;}
.nyfont-50{font-size: 50px;}
.nyfont-48{font-size: 48px;}
.nyfont-46{font-size: 46px;}
.nyfont-44{font-size: 44px;}
.nyfont-43{font-size: 43px;}
.nyfont-42{font-size: 42px;}
.nyfont-40{font-size: 38px;}
.nyfont-36{font-size: 36px;}
.nyfont-34{font-size: 34px;}
.nyfont-32{font-size: 32px;}
.nyfont-30{font-size: 24px;}
.nyfont-28{font-size: 28px;}
.nyfont-26{font-size: 26px;}
.nyfont-24{font-size: 24px;}
.nyfont-20{font-size: 20px;}
.nyfont-22{font-size: 22px;}
.nyfont-18{font-size: 18px;}
.nyfont-17{font-size: 17px;}
.nyfont-16{font-size: 16px;}
.nyfont-15{font-size: 15px;}
.nyfont-14{font-size: 14px;}
@media(max-width: 1700px){
  .nyfont-90{font-size: 70px;}
  .nyfont-80{font-size: 62px;}
  .nyfont-78{font-size: 60px;}
  .nyfont-70{font-size: 56px;}
  .nyfont-64{font-size: 50px;}
  .nyfont-62{font-size: 48px;}
  .nyfont-60{font-size: 46px;}
  .nyfont-58{font-size: 46px;}
  .nyfont-56{font-size: 44px;}
  .nyfont-50{font-size: 40px;}
  .nyfont-48{font-size: 38px;}
  .nyfont-46{font-size: 36px;}
  .nyfont-44{font-size: 36px;}
  .nyfont-43{font-size: 35px;}
  .nyfont-42{font-size: 34px;}
  .nyfont-40{font-size: 34px;}
  .nyfont-36{font-size: 32px;}
  .nyfont-34{font-size: 28px;}
  .nyfont-32{font-size: 28px;}
  .nyfont-30{font-size: 26px;}
  .nyfont-28{font-size: 24px;}
  .nyfont-26{font-size: 22px;}
  .nyfont-24{font-size: 22px;}
  .nyfont-22{font-size: 20px;}
  .nyfont-20{font-size: 18px;}
  .nyfont-18{font-size: 16px;}
  .nyfont-17{font-size: 16px;}
  .nyfont-16{font-size: 16px;}
}

@media(max-width: 1500px){
  .nyfont-90{font-size: 60px;}
  .nyfont-80{font-size: 52px;}
  .nyfont-78{font-size: 50px;}
  .nyfont-70{font-size: 46px;}
  .nyfont-64{font-size: 40px;}
  .nyfont-62{font-size: 38px;}
  .nyfont-60{font-size: 36px;}
  .nyfont-58{font-size: 36px;}
  .nyfont-56{font-size: 34px;}
  .nyfont-50{font-size: 30px;}
  .nyfont-48{font-size: 30px;}
  .nyfont-46{font-size: 28px;}
  .nyfont-44{font-size: 28px;}
  .nyfont-43{font-size: 27px;}
  .nyfont-42{font-size: 26px;}
  .nyfont-40{font-size: 26px;}
  .nyfont-36{font-size: 26px;}
  .nyfont-34{font-size: 24px;}
  .nyfont-32{font-size: 24px;}
  .nyfont-30{font-size: 22px;}
  .nyfont-28{font-size: 20px;}
  .nyfont-26{font-size: 18px;}
  .nyfont-24{font-size: 18px;}
  .nyfont-22{font-size: 16px;}
  .nyfont-20{font-size: 16px;}
  .nyfont-17{font-size: 14px;}
  .nyfont-16{font-size: 14px;}
}

@media(max-width: 1100px){
    .nyfont-90{font-size: 42px;}
    .nyfont-80{font-size: 38px;}
    .nyfont-78{font-size: 36px;}
    .nyfont-70{font-size: 34px;}
    .nyfont-64{font-size: 32px;}
    .nyfont-62{font-size: 32px;}
    .nyfont-60{font-size: 30px;}
    .nyfont-56{font-size: 28px;}
    .nyfont-50{font-size: 26px;}
    .nyfont-48{font-size: 24px;}
    .nyfont-46{font-size: 24px;}
    .nyfont-44{font-size: 24px;}
    .nyfont-43{font-size: 23px;}
    .nyfont-42{font-size: 22px;}
    .nyfont-40{font-size: 22px;}
    .nyfont-36{font-size: 22px;}
    .nyfont-34{font-size: 20px;}
    .nyfont-32{font-size: 20px;}
    .nyfont-30{font-size: 18px;}
    .nyfont-28{font-size: 16px;}
    .nyfont-24{font-size: 16px;}
}

.img{line-height: 0;}
.img100 img{width: 100%;line-height: 0;}
.relative{position: relative;}
.hidden{overflow: hidden;}