
/*
	--------------------------
	Body 配置
	--------------------------
*/
html {
	/*overflow-x: hidden;*/
	-webkit-text-size-adjust: none;
}




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

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	/*overflow: hidden;*/
	/*line-height: 1.4;*/
  position: relative;
}


/*
	--------------------------
	快捷方式
	--------------------------
*/
.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;
}


/*字体*/
.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; }
.marginT140 { margin-top: 140px; }
.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; }
.nyfont-100 {font-size:100px; line-height: 1.2;}
.nyfont-90 {font-size:90px; line-height: 1.2;}
.nyfont-56 { font-size:56px; line-height: 1.2;}
.nyfont-55 { font-size:55px; line-height: 1.2; }
.nyfont-50 { font-size:50px; line-height: 1.2; }
.nyfont-74 { font-size:74px; line-height: 1.2; }
.nyfont-72 { font-size:72px; line-height: 1.2; }
.nyfont-70 { font-size:70px; line-height: 1.2; }
.nyfont-40 { font-size:40px; line-height: 1.2; }
.nyfont-42 { font-size:42px; line-height: 1.2; }
.nyfont-46 { font-size:46px; line-height: 1.2; }
.nyfont-44 { font-size:44px; line-height: 1.2; }
.nyfont-76 { font-size:76px; line-height: 1.2; }
.nyfont-26 { font-size:26px; line-height: 1.2; }
.nyfont-28 { font-size:28px; line-height: 1.2; }
.nyfont-36 { font-size:36px; line-height: 1.2; }
.nyfont-24 { font-size:24px; line-height: 1.2; }
.nyfont-32 { font-size:32px; line-height: 1.2; }
.nyfont-30 { font-size:30px; line-height: 1.2; }
.nyfont-22 { font-size:22px; line-height: 1.2; }
.nyfont-21 { font-size:21px; line-height: 1.2; }
.nyfont-20 { font-size:20px; line-height: 1.2; }
.nyfont-18 { font-size:18px; line-height: 1.6; }
.nyfont-17 { font-size:17px; line-height: 1.6; }
.nyfont-16 { font-size:16px; line-height: 2; }
.nyfont-15 { font-size:15px; line-height: 1.6; }
.nyfont-14 { font-size:14px; line-height: 1.6; }
.nyfont-12 { font-size:12px; line-height: 1.6; }
.nyfont-64 { font-size:64px; line-height: 1.2; }
.nyfont-60 { font-size:60px; line-height: 1.2; }
.nyfont-54 { font-size:54px; line-height: 1.2; }
.nyfont-52 { font-size:52px; line-height: 1.2; }
.nyfont-66 { font-size:66px; line-height: 1.2; }
.nyfont-120 { font-size:120px; line-height: 1.2; }
.bold { font-weight:bold; }
.borderRadius6 { border-radius: 6px; overflow: hidden; }
.borderRadius5 { border-radius: 5px; 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:1920px){
  .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; }
  .marginT140 { margin-top: 7.2vw; }
  .nyfont-100 {font-size:5.2vw;}
  .nyfont-90 {font-size:4.6vw;}
  .nyfont-56 { font-size: 2.9vw;}
  .nyfont-55 { font-size: 2.8vw; }
  .nyfont-50 { font-size: 2.5vw; }
  .nyfont-40 { font-size: 2vw; }
  .nyfont-36 { font-size: 1.8vw; }
  .nyfont-42 { font-size: 2.1vw; }
  .nyfont-46 { font-size:2.3vw;}
  .nyfont-44 { font-size: 2.2vw; }
  .nyfont-74 { font-size: 3.8vw;}
  .nyfont-72 { font-size: 3.6vw; }
  .nyfont-70 { font-size: 3.5vw; }
  .nyfont-76 { font-size: 3.8vw; }
  .nyfont-32 { font-size: 1.6vw; }
  .nyfont-30 { font-size:1.56vw;}
  .nyfont-24 { font-size: 1.2vw; }
  .nyfont-26 { font-size: 1.3vw; }
  .nyfont-28 { font-size: 1.4vw; }
  .nyfont-22 { font-size: 21px; }
  .nyfont-21 { font-size: 20px; }
  .nyfont-20 { font-size: 19px; }
  .nyfont-18 { font-size: 17px; }
  .nyfont-17 { font-size:16px;}
  .nyfont-64 { font-size:3.3vw;}
  .nyfont-60 { font-size: 3.2vw; }
  .nyfont-54 { font-size: 3vw; }
  .nyfont-52 { font-size: 2.7vw; }
  .nyfont-66 { font-size: 3.4vw; }
  .nyfont-120 { font-size: 6.4vw; }
  .borderRadius20 { border-radius: 1.1vw; }
  .borderRadius30 { border-radius: 1.6vw; }
  .borderRadius40 { border-radius: 2.2vw; }
}
@media(max-width:1700px){
  .nyfont-21 { font-size: 19px; }
  .nyfont-22 { font-size: 20px; }
  .nyfont-20 { font-size: 18px; }
}
@media(max-width:1500px){
  .nyfont-21 { font-size: 18px; }
  .nyfont-22 { font-size: 19px; }
  .nyfont-18 { font-size: 16px; }
  .nyfont-16 { font-size:15px;}
  .nyfont-20 { font-size: 17px; }
  .lh18 { line-height:1.6!important; }
}
@media(max-width:1300px){
  .nyfont-21 { font-size: 17px; }
  .nyfont-20 { font-size: 16px; }
  .nyfont-22 { 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; }
  .marginT140 { margin-top: 60px; }
  .nyfont-100 {font-size: 40px;}
   .nyfont-90 {font-size: 40px;}
  .nyfont-56 { font-size: 25px;}
  .nyfont-55 { font-size: 24px; }
  .nyfont-50 { font-size: 22px; }
  .nyfont-76 { font-size: 30px; }
  .nyfont-32 { font-size: 18px; }
  .nyfont-30 { font-size: 18px;}
  .nyfont-24 { font-size: 18px; }
  .nyfont-26 { font-size: 18px; }
  .nyfont-28 { font-size: 20px; }
  .nyfont-17 { font-size:15px;}
  .nyfont-16 { font-size: 14px; }
  .nyfont-15 { font-size: 14px; }
  .nyfont-21 { font-size: 16px; }
  .nyfont-20 { font-size: 15px; }
  .nyfont-22 { font-size: 17px; }
  .nyfont-18 { font-size: 15px; }
  .nyfont-40 { font-size: 22px; }
  .nyfont-42 { font-size: 24px; }
  .nyfont-46 { font-size: 24px;}
  .nyfont-44 { font-size: 24px; }
  .nyfont-74 { font-size: 28px;}
  .nyfont-72 { font-size: 28px; }
  .nyfont-70 { font-size: 26px; }
  .nyfont-36 { font-size: 22px; }
  .nyfont-64 { font-size: 25px;}
  .nyfont-60 { font-size: 25px; }
  .nyfont-54 { font-size: 24px; }
  .nyfont-52 { font-size: 24px; }
  .nyfont-66 { font-size: 28px; }
  .nyfont-120 { font-size: 30px; }
  .marginT90 { margin-top: 30px; }
  .borderRadius20 { border-radius: 10px; }
  .borderRadius30 { border-radius: 15px; }
  .borderRadius40 { border-radius: 20px; }
}
/*@media(max-width: 600px){
  .nyfont-28 { font-size: 18px; }
  .marginT60 { margin-top:20px; }
  .nyfont-66 { font-size: 24px; }
  .nyfont-54 { font-size: 20px; }
  .nyfont-52 { font-size: 22px; }
}*/

/**按钮**/
.more { line-height: 0; }
.more a { display: inline-block; line-height: 1; color: #fff; background: #e3001b; padding: 19px 95px 21px 25px; position: relative; overflow: hidden; border-radius: 0 10px 0 10px; }
.more a i { display: inline-block; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); content: ""; width: 15px; height: 13px; background: url(../images/more.png)no-repeat center center/cover; }
.more a:after{
  position: absolute;
  width: 100%;
  left: -100%;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  transform: rotate(45deg);
}

.more a:hover:after{
  animation: more_1 0.6s 1;
}
@keyframes more_1 {
  0% { left: -100%; }
  100% { left: 100%; }
}

.moreb a { background: #fff; color: #e3001b; }
.moreb a i { background: url(../images/morea.png)no-repeat center center/cover; }
.moreb a:after { background: rgba(227,0,27,.2); }


/**标题oo**/
.mozmo .xb { color: #e3001b; }
.mozmo .bt { color: #333333; line-height: 1.18; margin-top: 2px; }

.mozmob .xb,
.mozmob .bt { color: #fff; }

@media(max-width:1500px) {
  .mozmo .bt { margin-top: 5px; line-height: 1.4; margin-top: 5px; }

	.more a { padding: 15px 80px 17px 20px; }
	.more a i { width: 13px; height: 10px; }
  
}

