﻿@charset "utf-8";

/*强制字符换行【英文按单词换行】*/
.word{
    word-wrap: break-word !important;
    -ms-word-wrap:break-word !important;
    word-break:break-word !important;
    -ms-word-break:break-word !important;
}
/*强制字符换行【英文拆分换行】*/
.word-all{
    word-break: break-all;
    -webkit-word-break: break-all;
    -moz-word-break: break-all;
    -ms-word-break: break-all;
    -o-word-break: break-all;
}

/*文章文献图片超出设置最大宽*/
.cot-img img{max-width:100%;}

/*【模块】图片水平垂直居中对齐【start】*/
.pub-img-ver,
.pub-div-ver{overflow:hidden;position:relative;text-align:center;}
.pub-img-ver:after,
.pub-div-ver:after{content:'';display:block;}
.pub-img-ver img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;max-height:100%;}
.pub-div-ver .pub-cot{position:absolute;top:0;left:0;right:0;}
/*【模块】图片水平垂直居中对齐【end】*/

/*固定宽度尺寸*/
.width-10p{width: 10%;}
.width-20p{width: 20%;}
.width-30p{width: 30%;}
.width-40p{width: 40%;}
.width-50p{width: 50%;}
.width-60p{width: 60%;}
.width-70p{width: 70%;}
.width-80p{width: 80%;}
.width-90p{width: 90%;}
.width-100p{width: 100%;}
.max-wid-none{max-width:none !important;}
.max-het-none{max-height:none !important;}
.max-wid-100p{max-width:100%;}
.max-het-100p{max-height:100%;}
.max-wid-1000{max-width:1000px;}
.max-wid-1070{max-width:1070px;}
.max-wid-1100{max-width:1100px;}
.max-wid-1140{max-width:1140px;}
.max-wid-1200{max-width:1200px;}
.max-wid-1300{max-width:1300px;}
.max-wid-1360{max-width:1360px;}
.max-wid-1400{max-width:1400px;}

/*内容垂直对齐方式*/
.ver-middle{vertical-align:middle;}
.ver-top{vertical-align:top;}
.ver-bottom{vertical-align:bottom;}

/*块级居中*/
.margin-auto{margin-left:auto;margin-right:auto;}

/*内容横向对齐方式*/
.txt-cen{
	text-align: center;
}
.txt-l{
	text-align: left;
}
.txt-r{
	text-align: right;
}

/*块级内联级转换设定*/
.dsy-in-b{
	display: inline-block !important;
}
.dsy-in{
	display: inline !important;
}
.dsy-b{
	display: block !important;
}
.dsy-none{
	display: none;
}
.dsy-tab{
	display:table;
}
.dsy-tab-cell{
	display:table-cell;
}

/*鼠标样式*/
.cursor-hand{
	cursor: pointer;
	cursor: hand;
}

/*内容溢出操作*/
.over-hide{overflow:hidden;}
.over-visi{overflow:visible;}
.over-auto{overflow:auto;}

/*浮动设置*/
.fl-l{
	float: left;
}
.fl-r{
   float: right;
}

/*清除浮动*/
.fl-eim:before,.fl-eim:after{
	content:"";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}
.fl-eim{zoom:1;}

/*定位设置*/
.position-relativ{
	position: relative;
}
.position-absolute{
	position: absolute;
}
.position-fixed{
	position: fixed;
}

/*背景设置*/
.back-set1{background-repeat:no-repeat;background-position:center;background-size:cover;}

/*溢出显示方式*/
.over-spot{
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	-webkit-text-overflow:ellipsis; 
	-moz-text-overflow:ellipsis; 
	-ms-text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 		
}
.over-spot-1{
	overflow: hidden;
    -webkit-line-clamp: 1;
    -moz-line-clamp:1;
    -ms-line-clamp:1;
    -o-line-clamp: 1;
    line-clamp:1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-2{
	overflow: hidden;
    -webkit-line-clamp: 2;
    -moz-line-clamp:2;
    -ms-line-clamp:2;
    -o-line-clamp: 2;
    line-clamp:2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-3{
	overflow: hidden;
    -webkit-line-clamp: 3;
    -moz-line-clamp:3;
    -ms-line-clamp:3;
    -o-line-clamp: 3;
    line-clamp:3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-4{
	overflow: hidden;
    -webkit-line-clamp: 4;
    -moz-line-clamp:4;
    -ms-line-clamp:4;
    -o-line-clamp: 4;
    line-clamp:4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-5{
	overflow: hidden;
    -webkit-line-clamp: 5;
    -moz-line-clamp:5;
    -ms-line-clamp:5;
    -o-line-clamp: 5;
    line-clamp:5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-6{
    overflow: hidden;
    -webkit-line-clamp: 6;
    -moz-line-clamp:6;
    -ms-line-clamp:6;
    -o-line-clamp: 6;
    line-clamp:6;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;
}


/*---------------弹性盒子组件------------------------*/
/*启动弹性盒子*/
.dis-box{
	display: box;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-box;
	display: -o-box;
	display:flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:-moz-flex;
	display:-o-flex;	
}

.box-1{
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-box-flex:1;
	-o-box-flex:1;
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
}
.box-2{
	box-flex:2;
	-webkit-box-flex:2;
	-moz-box-flex:2;
	-ms-box-flex:2;
	-o-box-flex:2;
	flex: 2;
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
}
.box-3{
	box-flex:3;
	-webkit-box-flex:3;
	-moz-box-flex:3;
	-ms-box-flex:3;
	-o-box-flex:3;
	flex: 3;
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
}
.box-4{
	box-flex:4;
	-webkit-box-flex:4;
	-moz-box-flex:4;
	-ms-box-flex:4;
	-o-box-flex:4;
	flex:4;
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
}
.box-5{
	box-flex:5;
	-webkit-box-flex:5;
	-moz-box-flex:5;
	-ms-box-flex:5;
	-o-box-flex:5;
	flex: 5;
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
}
.box-6{
	box-flex:6;
	-webkit-box-flex:6;
	-moz-box-flex:6;
	-ms-box-flex:6;
	-o-box-flex:6;
	flex: 6;
	-webkit-flex: 6;
	-moz-flex: 6;
	-ms-flex: 6;
	-o-flex: 6;
}
.box-7{
	box-flex:7;
	-webkit-box-flex:7;
	-moz-box-flex:7;
	-ms-box-flex:7;
	-o-box-flex:7;
	flex:7;
	-webkit-flex:7;
	-moz-flex: 7;
	-ms-flex: 7;
	-o-flex: 7;
}
.box-8{
	box-flex:8;
	-webkit-box-flex:8;
	-moz-box-flex:8;
	-ms-box-flex:8;
	-o-box-flex:8;
	flex:8;
	-webkit-flex:8;
	-moz-flex: 8;
	-ms-flex:8;
	-o-flex: 8;
}
.box-9{
	box-flex:9;
	-webkit-box-flex:9;
	-moz-box-flex:9;
	-ms-box-flex:9;
	-o-box-flex:9;
	flex: 9;
	-webkit-flex: 9;
	-moz-flex:9;
	-ms-flex:9;
	-o-flex:9;
}
.box-10{
	box-flex:10;
	-webkit-box-flex:10;
	-moz-box-flex:10;
	-ms-box-flex:10;
	-o-box-flex:10;
	flex: 10;
	-webkit-flex: 10;
	-moz-flex:10;
	-ms-flex:10;
	-o-flex:10;
}
/*【弹性盒子垂直设定】*/
/*弹性盒子垂直居中*/
.box-ver-c{
	box-align:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-box-align:center;
	-o-box-align:center;
	align-items:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;

}
/*弹性盒子垂直向上*/
.box-ver-s{
	box-align:start;
	-webkit-box-align:start;
	-moz-box-align:start;
	-ms-box-align:start;
	-o-box-align:start;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	-moz-align-items:flex-start;
	-ms-align-items:flex-start;
	-o-align-items:flex-start;
}
/*弹性盒子垂直向下*/
.box-ver-e{
	box-align:end;
	-webkit-box-align:end;
	-moz-box-align:end;
	-ms-box-align:end;
	-o-box-align:end;
	align-items:flex-end;
	-webkit-align-items:flex-end;
	-moz-align-items:flex-end;
	-ms-align-items:flex-end;
	-o-align-items:flex-end;
}
/*弹性盒子垂直基线对齐*/
.box-ver-b{
	box-align:baseline;
	-webkit-box-align:baseline;
	-moz-box-align:baseline;
	-ms-box-align:baseline;
	-o-box-align:baseline;
	align-items:baseline;
	-webkit-align-items:baseline;
	-moz-align-items:baseline;
	-ms-align-items:baseline;
	-o-align-items:baseline;
}
/*弹性盒子垂直拉伸填充*/
.box-ver-sh{
	box-align:stretch;
	-webkit-box-align:stretch;
	-moz-box-align:stretch;
	-ms-box-align:stretch;
	-o-box-align:stretch;
	align-items:stretch;
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	-ms-align-items:stretch;
	-o-align-items:stretch;
}


/*【弹性盒子水平设定】*/
/*弹性盒子水平居中*/
.box-hor-c{
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	-o-box-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
}
/*弹性盒子水平左对齐*/
.box-hor-s{
	box-pack:start;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-box-pack: start;
	-o-box-pack: start;	
	justify-content:flex-start;
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-justify-content:flex-start;
	-o-justify-content:flex-start;	
}
/*弹性盒子水平右对齐*/
.box-hor-e{
	box-pack:end;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-box-pack: end;
	-o-box-pack: end;	
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-ms-justify-content:flex-end;
	-o-justify-content:flex-end;			
}
/*弹性盒子水平平均分配*/
.box-hor-j{
	box-pack:justify;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	-o-box-pack: justify;	
	justify-content:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;			
}


/*【弹性盒子排列方式】*/
/*水平排列*/
.box-or-hor{
	box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-orient:horizontal;
	-ms-box-orient: horizontal;
	-o-box-orient:horizontal;
	flex-direction:row;
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
}
/*垂直排列*/
.box-or-ver{
	box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	flex-direction:column;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
}

/*【弹性盒子拆分拆列】*/
.box-wrap{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
.box-wrap-rev{
	flex-wrap: wrap-reverse;
	-webkit-flex-wrap:wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap:wrap-reverse;
}

/*set-public-style【start】*/
.mar-T-0{margin-top:0 !important;}
.mar-T-5{margin-top:5px !important;}
.mar-T-10{margin-top:10px !important;}
.mar-T-20{margin-top:20px !important;}
.mar-T-30{margin-top:30px !important;}
.mar-T-40{margin-top:40px !important;}
.mar-T-50{margin-top:50px !important;}
.mar-T-60{margin-top:60px !important;}
.mar-T-70{margin-top:70px !important;}
.mar-T-80{margin-top:80px !important;}
.mar-T-90{margin-top:90px !important;}
.mar-T-100{margin-top:100px !important;}
.mar-B-0{margin-bottom:0 !important;}
.mar-B-5{margin-bottom:5px !important;}
.mar-B-10{margin-bottom:10px !important;}
.mar-B-20{margin-bottom:20px !important;}
.mar-B-30{margin-bottom:30px !important;}
.mar-B-40{margin-bottom:40px !important;}
.mar-B-50{margin-bottom:50px !important;}
.mar-B-60{margin-bottom:60px !important;}
.mar-B-70{margin-bottom:70px !important;}
.mar-B-80{margin-bottom:80px !important;}
.mar-B-90{margin-bottom:90px !important;}
.mar-B-100{margin-bottom:100px !important;}
.mar-LR-0{margin-left:0 !important;margin-right:0 !important;}
.mar-LR-5{margin-left:5px !important;margin-right:5px !important;}
.mar-LR-10{margin-left:10px !important;margin-right:10px !important;}
.mar-LR-20{margin-left:20px !important;margin-right:20px !important;}
.mar-LR-30{margin-left:30px !important;margin-right:30px !important;}
.mar-LR-40{margin-left:40px !important;margin-right:40px !important;}
.mar-LR-50{margin-left:50px !important;margin-right:50px !important;}
.mar-LR-60{margin-left:60px !important;margin-right:60px !important;}
.mar-LR-70{margin-left:70px !important;margin-right:70px !important;}
.mar-LR-80{margin-left:80px !important;margin-right:80px !important;}
.pad-T-0{padding-top:0 !important;}
.pad-T-5{padding-top:5px !important;}
.pad-T-10{padding-top:10px !important;}
.pad-T-20{padding-top:20px !important;}
.pad-T-30{padding-top:30px !important;}
.pad-T-40{padding-top:40px !important;}
.pad-T-50{padding-top:50px !important;}
.pad-T-60{padding-top:60px !important;}
.pad-T-70{padding-top:70px !important;}
.pad-T-80{padding-top:80px !important;}
.pad-T-90{padding-top:90px !important;}
.pad-T-100{padding-top:100px !important;}
.pad-B-0{padding-bottom:0 !important;}
.pad-B-5{padding-bottom:5px !important;}
.pad-B-10{padding-bottom:10px !important;}
.pad-B-20{padding-bottom:20px !important;}
.pad-B-30{padding-bottom:30px !important;}
.pad-B-40{padding-bottom:40px !important;}
.pad-B-50{padding-bottom:50px !important;}
.pad-B-60{padding-bottom:60px !important;}
.pad-B-70{padding-bottom:70px !important;}
.pad-B-80{padding-bottom:80px !important;}
.pad-B-90{padding-bottom:90px !important;}
.pad-B-100{padding-bottom:100px !important;}
.pad-TB-0{padding-top:0 !important;padding-bottom:0 !important;}
.pad-TB-5{padding-top:5px !important;padding-bottom:5px !important;}
.pad-TB-10{padding-top:10px !important;padding-bottom:10px !important;}
.pad-TB-20{padding-top:20px !important;padding-bottom:20px !important;}
.pad-TB-30{padding-top:30px !important;padding-bottom:30px !important;}
.pad-TB-40{padding-top:40px !important;padding-bottom:40px !important;}
.pad-TB-50{padding-top:50px !important;padding-bottom:50px !important;}
.pad-TB-60{padding-top:60px !important;padding-bottom:60px !important;}
.pad-TB-70{padding-top:70px !important;padding-bottom:70px !important;}
.pad-TB-80{padding-top:80px !important;padding-bottom:80px !important;}
.pad-L-0{padding-left:0 !important;}
.pad-L-5{padding-left:5px !important;}
.pad-L-10{padding-left:10px !important;}
.pad-L-20{padding-left:20px !important;}
.pad-L-30{padding-left:30px !important;}
.pad-L-40{padding-left:40px !important;}
.pad-L-50{padding-left:50px !important;}
.pad-L-60{padding-left:60px !important;}
.pad-L-70{padding-left:70px !important;}
.pad-L-80{padding-left:80px !important;}
.pad-L-90{padding-left:90px !important;}
.pad-L-100{padding-left:100px !important;}
.pad-R-0{padding-right:0 !important;}
.pad-R-5{padding-right:5px !important;}
.pad-R-10{padding-right:10px !important;}
.pad-R-20{padding-right:20px !important;}
.pad-R-30{padding-right:30px !important;}
.pad-R-40{padding-right:40px !important;}
.pad-R-50{padding-right:50px !important;}
.pad-R-60{padding-right:60px !important;}
.pad-R-70{padding-right:70px !important;}
.pad-R-80{padding-right:80px !important;}
.pad-R-90{padding-right:90px !important;}
.pad-R-100{padding-right:100px !important;}
.pad-LR-0{padding-left:0 !important;padding-right:0 !important;}
.pad-LR-5{padding-left:5px !important;padding-right:5px !important;}
.pad-LR-10{padding-left:10px !important;padding-right:10px !important;}
.pad-LR-20{padding-left:20px !important;padding-right:20px !important;}
.pad-LR-30{padding-left:30px !important;padding-right:30px !important;}
.pad-LR-40{padding-left:40px !important;padding-right:40px !important;}
.pad-LR-50{padding-left:50px !important;padding-right:50px !important;}
.pad-LR-60{padding-left:60px !important;padding-right:60px !important;}
.pad-LR-70{padding-left:70px !important;padding-right:70px !important;}
.pad-LR-80{padding-left:80px !important;padding-right:80px !important;}
.af-pad-T-10p:after{padding-top:10%;}
.af-pad-T-20p:after{padding-top:20%;}
.af-pad-T-30p:after{padding-top:30%;}
.af-pad-T-40p:after{padding-top:40%;}
.af-pad-T-50p:after{padding-top:50%;}
.af-pad-T-60p:after{padding-top:60%;}
.af-pad-T-70p:after{padding-top:70%;}
.af-pad-T-80p:after{padding-top:80%;}
.af-pad-T-90p:after{padding-top:90%;}
.af-pad-T-100p:after{padding-top:100%;}
.af-pad-T-110p:after{padding-top:110%;}
.af-pad-T-120p:after{padding-top:120%;}
.af-pad-T-130p:after{padding-top:130%;}
.af-pad-T-140p:after{padding-top:140%;}
.min-het-50{min-height:50px !important;}
.min-het-80{min-height:80px !important;}
.min-het-100{min-height:100px !important;}
.min-het-200{min-height:200px !important;}
.min-het-300{min-height:300px !important;}
.min-het-400{min-height:400px !important;}
.min-het-500{min-height:500px !important;}
.min-het-600{min-height:600px !important;}
.min-het-700{min-height:700px !important;}
.min-het-800{min-height:800px !important;}
.min-het-900{min-height:900px !important;}
.min-het-1000{min-height:1000px !important;}
/*set-public-style【end】*/

/*响应式设置*/
@media (max-width: 1380px) {	

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	/*set-public-style【start】*/
	.md-mar-T-0{margin-top:0 !important;}
	.md-mar-T-5{margin-top:5px !important;}
	.md-mar-T-10{margin-top:10px !important;}
	.md-mar-T-20{margin-top:20px !important;}
	.md-mar-T-30{margin-top:30px !important;}
	.md-mar-T-40{margin-top:40px !important;}
	.md-mar-T-50{margin-top:50px !important;}
	.md-mar-T-60{margin-top:60px !important;}
	.md-mar-T-70{margin-top:70px !important;}
	.md-mar-T-80{margin-top:80px !important;}
	.md-mar-T-90{margin-top:90px !important;}
	.md-mar-T-100{margin-top:100px !important;}
	.md-mar-B-0{margin-bottom:0 !important;}
	.md-mar-B-5{margin-bottom:5px !important;}
	.md-mar-B-10{margin-bottom:10px !important;}
	.md-mar-B-20{margin-bottom:20px !important;}
	.md-mar-B-30{margin-bottom:30px !important;}
	.md-mar-B-40{margin-bottom:40px !important;}
	.md-mar-B-50{margin-bottom:50px !important;}
	.md-mar-B-60{margin-bottom:60px !important;}
	.md-mar-B-70{margin-bottom:70px !important;}
	.md-mar-B-80{margin-bottom:80px !important;}
	.md-mar-B-90{margin-bottom:90px !important;}
	.md-mar-B-100{margin-bottom:100px !important;}
	.md-mar-LR-0{margin-left:0 !important;margin-right:0 !important;}
	.md-mar-LR-5{margin-left:5px !important;margin-right:5px !important;}
	.md-mar-LR-10{margin-left:10px !important;margin-right:10px !important;}
	.md-mar-LR-20{margin-left:20px !important;margin-right:20px !important;}
	.md-mar-LR-30{margin-left:30px !important;margin-right:30px !important;}
	.md-mar-LR-40{margin-left:40px !important;margin-right:40px !important;}
	.md-mar-LR-50{margin-left:50px !important;margin-right:50px !important;}
	.md-pad-T-0{padding-top:0 !important;}
	.md-pad-T-5{padding-top:5px !important;}
	.md-pad-T-10{padding-top:10px !important;}
	.md-pad-T-20{padding-top:20px !important;}
	.md-pad-T-30{padding-top:30px !important;}
	.md-pad-T-40{padding-top:40px !important;}
	.md-pad-T-50{padding-top:50px !important;}
	.md-pad-T-60{padding-top:60px !important;}
	.md-pad-B-0{padding-bottom:0 !important;}
	.md-pad-B-5{padding-bottom:5px !important;}
	.md-pad-B-10{padding-bottom:10px !important;}
	.md-pad-B-20{padding-bottom:20px !important;}
	.md-pad-B-30{padding-bottom:30px !important;}
	.md-pad-B-40{padding-bottom:40px !important;}
	.md-pad-B-50{padding-bottom:50px !important;}
	.md-pad-B-60{padding-bottom:60px !important;}
	.md-pad-TB-0{padding-top:0 !important;padding-bottom:0 !important;}
	.md-pad-TB-5{padding-top:5px !important;padding-bottom:5px !important;}
	.md-pad-TB-10{padding-top:10px !important;padding-bottom:10px !important;}
	.md-pad-TB-20{padding-top:20px !important;padding-bottom:20px !important;}
	.md-pad-TB-30{padding-top:30px !important;padding-bottom:30px !important;}
	.md-pad-TB-40{padding-top:40px !important;padding-bottom:40px !important;}
	.md-pad-TB-50{padding-top:50px !important;padding-bottom:50px !important;}	
	.md-pad-L-0{padding-left:0 !important;}
	.md-pad-L-5{padding-left:5px !important;}
	.md-pad-L-10{padding-left:10px !important;}
	.md-pad-L-20{padding-left:20px !important;}
	.md-pad-L-30{padding-left:30px !important;}
	.md-pad-L-40{padding-left:40px !important;}
	.md-pad-L-50{padding-left:50px !important;}
	.md-pad-L-60{padding-left:60px !important;}
	.md-pad-R-0{padding-right:0 !important;}
	.md-pad-R-5{padding-right:5px !important;}
	.md-pad-R-10{padding-right:10px !important;}
	.md-pad-R-20{padding-right:20px !important;}
	.md-pad-R-30{padding-right:30px !important;}
	.md-pad-R-40{padding-right:40px !important;}
	.md-pad-R-50{padding-right:50px !important;}
	.md-pad-R-60{padding-right:60px !important;}	
	.md-pad-LR-0{padding-left:0 !important;padding-right:0 !important;}
	.md-pad-LR-5{padding-left:5px !important;padding-right:5px !important;}
	.md-pad-LR-10{padding-left:10px !important;padding-right:10px !important;}
	.md-pad-LR-20{padding-left:20px !important;padding-right:20px !important;}
	.md-pad-LR-30{padding-left:30px !important;padding-right:30px !important;}
	.md-pad-LR-40{padding-left:40px !important;padding-right:40px !important;}
	.md-pad-LR-50{padding-left:50px !important;padding-right:50px !important;}
	.md-fot-size-38{font-size:38px !important;}
	.md-fot-size-36{font-size:36px !important;}
	.md-fot-size-34{font-size:34px !important;}
	.md-fot-size-32{font-size:32px !important;}
	.md-fot-size-30{font-size:30px !important;}
	.md-fot-size-28{font-size:28px !important;}
	.md-fot-size-26{font-size:26px !important;}
	.md-fot-size-24{font-size:24px !important;}
	.md-fot-size-20{font-size:20px !important;}
	.md-fot-size-18{font-size:18px !important;}
	.md-fot-size-16{font-size:16px !important;}
	.md-fot-size-14{font-size:14px !important;}
	.md-fot-size-12{font-size:12px !important;}
	.md-af-pad-T-10p:after{padding-top:10%;}
	.md-af-pad-T-20p:after{padding-top:20%;}
	.md-af-pad-T-30p:after{padding-top:30%;}
	.md-af-pad-T-40p:after{padding-top:40%;}
	.md-af-pad-T-50p:after{padding-top:50%;}
	.md-af-pad-T-60p:after{padding-top:60%;}
	.md-af-pad-T-70p:after{padding-top:70%;}
	.md-af-pad-T-80p:after{padding-top:80%;}
	.md-af-pad-T-90p:after{padding-top:90%;}
	.md-af-pad-T-100p:after{padding-top:100%;}	
	.md-txt-cen{text-align:center;}
	.md-txt-l{text-align:left;}
	.md-txt-r{text-align:right;}
	.md-min-het-50{min-height:50px !important;}
	.md-min-het-80{min-height:80px !important;}	
	.md-min-het-100{min-height:100px !important;}
	.md-min-het-200{min-height:200px !important;}
	.md-min-het-300{min-height:300px !important;}
	.md-min-het-400{min-height:400px !important;}
	.md-min-het-500{min-height:500px !important;}
	.md-min-het-600{min-height:600px !important;}
	.md-min-het-700{min-height:700px !important;}
	.md-min-het-800{min-height:800px !important;}
	.md-min-het-900{min-height:900px !important;}
	.md-min-het-1000{min-height:1000px !important;}
	.md-width-auto{width:auto !important;}
	.md-width-100p{width:100% !important;}
	/*set-public-style【end】*/
	
}

@media (max-width: 767px){
	/*set-public-style【start】*/
	.sm-mar-T-0{margin-top:0 !important;}
	.sm-mar-T-5{margin-top:5px !important;}
	.sm-mar-T-10{margin-top:10px !important;}
	.sm-mar-T-20{margin-top:20px !important;}
	.sm-mar-T-30{margin-top:30px !important;}
	.sm-mar-T-40{margin-top:40px !important;}
	.sm-mar-T-50{margin-top:50px !important;}
	.sm-mar-T-60{margin-top:60px !important;}
	.sm-mar-T-70{margin-top:70px !important;}
	.sm-mar-T-80{margin-top:80px !important;}
	.sm-mar-T-90{margin-top:90px !important;}
	.sm-mar-T-100{margin-top:100px !important;}
	.sm-mar-B-0{margin-bottom:0 !important;}
	.sm-mar-B-5{margin-bottom:5px !important;}
	.sm-mar-B-10{margin-bottom:10px !important;}
	.sm-mar-B-20{margin-bottom:20px !important;}
	.sm-mar-B-30{margin-bottom:30px !important;}
	.sm-mar-B-40{margin-bottom:40px !important;}
	.sm-mar-B-50{margin-bottom:50px !important;}
	.sm-mar-B-60{margin-bottom:60px !important;}
	.sm-mar-B-70{margin-bottom:70px !important;}
	.sm-mar-B-80{margin-bottom:80px !important;}
	.sm-mar-B-90{margin-bottom:90px !important;}
	.sm-mar-B-100{margin-bottom:100px !important;}
	.sm-mar-LR-0{margin-left:0 !important;margin-right:0 !important;}
	.sm-mar-LR-5{margin-left:5px !important;margin-right:5px !important;}
	.sm-mar-LR-10{margin-left:10px !important;margin-right:10px !important;}
	.sm-mar-LR-20{margin-left:20px !important;margin-right:20px !important;}
	.sm-mar-LR-30{margin-left:30px !important;margin-right:30px !important;}
	.sm-mar-LR-40{margin-left:40px !important;margin-right:40px !important;}
	.sm-mar-LR-50{margin-left:50px !important;margin-right:50px !important;}
	.sm-pad-T-0{padding-top:0 !important;}
	.sm-pad-T-5{padding-top:5px !important;}
	.sm-pad-T-10{padding-top:10px !important;}
	.sm-pad-T-20{padding-top:20px !important;}
	.sm-pad-T-30{padding-top:30px !important;}
	.sm-pad-T-40{padding-top:40px !important;}
	.sm-pad-T-50{padding-top:50px !important;}
	.sm-pad-T-60{padding-top:60px !important;}
	.sm-pad-B-0{padding-bottom:0 !important;}
	.sm-pad-B-5{padding-bottom:5px !important;}
	.sm-pad-B-10{padding-bottom:10px !important;}
	.sm-pad-B-20{padding-bottom:20px !important;}
	.sm-pad-B-30{padding-bottom:30px !important;}
	.sm-pad-B-40{padding-bottom:40px !important;}
	.sm-pad-B-50{padding-bottom:50px !important;}
	.sm-pad-B-60{padding-bottom:60px !important;}
	.sm-pad-TB-0{padding-top:0 !important;padding-bottom:0 !important;}
	.sm-pad-TB-5{padding-top:5px !important;padding-bottom:5px !important;}
	.sm-pad-TB-10{padding-top:10px !important;padding-bottom:10px !important;}
	.sm-pad-TB-20{padding-top:20px !important;padding-bottom:20px !important;}
	.sm-pad-TB-30{padding-top:30px !important;padding-bottom:30px !important;}
	.sm-pad-TB-40{padding-top:40px !important;padding-bottom:40px !important;}
	.sm-pad-TB-50{padding-top:50px !important;padding-bottom:50px !important;}	
	.sm-pad-L-0{padding-left:0 !important;}
	.sm-pad-L-5{padding-left:5px !important;}
	.sm-pad-L-10{padding-left:10px !important;}
	.sm-pad-L-20{padding-left:20px !important;}
	.sm-pad-L-30{padding-left:30px !important;}
	.sm-pad-L-40{padding-left:40px !important;}
	.sm-pad-L-50{padding-left:50px !important;}
	.sm-pad-L-60{padding-left:60px !important;}
	.sm-pad-R-0{padding-right:0 !important;}
	.sm-pad-R-5{padding-right:5px !important;}
	.sm-pad-R-10{padding-right:10px !important;}
	.sm-pad-R-20{padding-right:20px !important;}
	.sm-pad-R-30{padding-right:30px !important;}
	.sm-pad-R-40{padding-right:40px !important;}
	.sm-pad-R-50{padding-right:50px !important;}
	.sm-pad-R-60{padding-right:60px !important;}	
	.sm-pad-LR-0{padding-left:0 !important;padding-right:0 !important;}
	.sm-pad-LR-5{padding-left:5px !important;padding-right:5px !important;}
	.sm-pad-LR-10{padding-left:10px !important;padding-right:10px !important;}
	.sm-pad-LR-20{padding-left:20px !important;padding-right:20px !important;}
	.sm-pad-LR-30{padding-left:30px !important;padding-right:30px !important;}
	.sm-pad-LR-40{padding-left:40px !important;padding-right:40px !important;}
	.sm-pad-LR-50{padding-left:50px !important;padding-right:50px !important;}
	.sm-fot-size-38{font-size:38px !important;}
	.sm-fot-size-36{font-size:36px !important;}
	.sm-fot-size-34{font-size:34px !important;}
	.sm-fot-size-32{font-size:32px !important;}
	.sm-fot-size-30{font-size:30px !important;}
	.sm-fot-size-28{font-size:28px !important;}
	.sm-fot-size-26{font-size:26px !important;}	
	.sm-fot-size-24{font-size:24px !important;}
	.sm-fot-size-20{font-size:20px !important;}
	.sm-fot-size-18{font-size:18px !important;}
	.sm-fot-size-16{font-size:16px !important;}
	.sm-fot-size-14{font-size:14px !important;}
	.sm-fot-size-12{font-size:12px !important;}
	.sm-af-pad-T-10p:after{padding-top:10%;}
	.sm-af-pad-T-20p:after{padding-top:20%;}
	.sm-af-pad-T-30p:after{padding-top:30%;}
	.sm-af-pad-T-40p:after{padding-top:40%;}
	.sm-af-pad-T-50p:after{padding-top:50%;}
	.sm-af-pad-T-60p:after{padding-top:60%;}
	.sm-af-pad-T-70p:after{padding-top:70%;}
	.sm-af-pad-T-80p:after{padding-top:80%;}
	.sm-af-pad-T-90p:after{padding-top:90%;}
	.sm-af-pad-T-100p:after{padding-top:100%;}	
	.sm-txt-cen{text-align:center;}
	.sm-txt-l{text-align:left;}
	.sm-txt-r{text-align:right;}	
	.sm-min-het-50{min-height:50px !important;}
	.sm-min-het-80{min-height:80px !important;}		
	.sm-min-het-100{min-height:100px !important;}
	.sm-min-het-200{min-height:200px !important;}
	.sm-min-het-300{min-height:300px !important;}
	.sm-min-het-400{min-height:400px !important;}
	.sm-min-het-500{min-height:500px !important;}
	.sm-min-het-600{min-height:600px !important;}
	.sm-min-het-700{min-height:700px !important;}
	.sm-min-het-800{min-height:800px !important;}
	.sm-min-het-900{min-height:900px !important;}
	.sm-min-het-1000{min-height:1000px !important;}		
	.sm-width-auto{width:auto !important;}
	.sm-width-100p{width:100% !important;}
	/*set-public-style【end】*/
}

@media (max-width: 480px){
	/*set-public-style【start】*/
	.xs-mar-T-0{margin-top:0 !important;}
	.xs-mar-T-5{margin-top:5px !important;}
	.xs-mar-T-10{margin-top:10px !important;}
	.xs-mar-T-20{margin-top:20px !important;}
	.xs-mar-T-30{margin-top:30px !important;}
	.xs-mar-T-40{margin-top:40px !important;}
	.xs-mar-T-50{margin-top:50px !important;}
	.xs-mar-T-60{margin-top:60px !important;}
	.xs-mar-T-70{margin-top:70px !important;}
	.xs-mar-T-80{margin-top:80px !important;}
	.xs-mar-T-90{margin-top:90px !important;}
	.xs-mar-T-100{margin-top:100px !important;}
	.xs-mar-B-0{margin-bottom:0 !important;}
	.xs-mar-B-5{margin-bottom:5px !important;}
	.xs-mar-B-10{margin-bottom:10px !important;}
	.xs-mar-B-20{margin-bottom:20px !important;}
	.xs-mar-B-30{margin-bottom:30px !important;}
	.xs-mar-B-40{margin-bottom:40px !important;}
	.xs-mar-B-50{margin-bottom:50px !important;}
	.xs-mar-B-60{margin-bottom:60px !important;}
	.xs-mar-B-70{margin-bottom:70px !important;}
	.xs-mar-B-80{margin-bottom:80px !important;}
	.xs-mar-B-90{margin-bottom:90px !important;}
	.xs-mar-B-100{margin-bottom:100px !important;}
	.xs-mar-LR-0{margin-left:0 !important;margin-right:0 !important;}
	.xs-mar-LR-5{margin-left:5px !important;margin-right:5px !important;}
	.xs-mar-LR-10{margin-left:10px !important;margin-right:10px !important;}
	.xs-mar-LR-20{margin-left:20px !important;margin-right:20px !important;}
	.xs-mar-LR-30{margin-left:30px !important;margin-right:30px !important;}
	.xs-mar-LR-40{margin-left:40px !important;margin-right:40px !important;}
	.xs-mar-LR-50{margin-left:50px !important;margin-right:50px !important;}
	.xs-pad-T-0{padding-top:0 !important;}
	.xs-pad-T-5{padding-top:5px !important;}
	.xs-pad-T-10{padding-top:10px !important;}
	.xs-pad-T-20{padding-top:20px !important;}
	.xs-pad-T-30{padding-top:30px !important;}
	.xs-pad-T-40{padding-top:40px !important;}
	.xs-pad-T-50{padding-top:50px !important;}
	.xs-pad-T-60{padding-top:60px !important;}
	.xs-pad-B-0{padding-bottom:0 !important;}
	.xs-pad-B-5{padding-bottom:5px !important;}
	.xs-pad-B-10{padding-bottom:10px !important;}
	.xs-pad-B-20{padding-bottom:20px !important;}
	.xs-pad-B-30{padding-bottom:30px !important;}
	.xs-pad-B-40{padding-bottom:40px !important;}
	.xs-pad-B-50{padding-bottom:50px !important;}
	.xs-pad-B-60{padding-bottom:60px !important;}
	.xs-pad-TB-0{padding-top:0 !important;padding-bottom:0 !important;}
	.xs-pad-TB-5{padding-top:5px !important;padding-bottom:5px !important;}
	.xs-pad-TB-10{padding-top:10px !important;padding-bottom:10px !important;}
	.xs-pad-TB-20{padding-top:20px !important;padding-bottom:20px !important;}
	.xs-pad-TB-30{padding-top:30px !important;padding-bottom:30px !important;}
	.xs-pad-TB-40{padding-top:40px !important;padding-bottom:40px !important;}
	.xs-pad-TB-50{padding-top:50px !important;padding-bottom:50px !important;}	
	.xs-pad-L-0{padding-left:0 !important;}
	.xs-pad-L-5{padding-left:5px !important;}
	.xs-pad-L-10{padding-left:10px !important;}
	.xs-pad-L-20{padding-left:20px !important;}
	.xs-pad-L-30{padding-left:30px !important;}
	.xs-pad-L-40{padding-left:40px !important;}
	.xs-pad-L-50{padding-left:50px !important;}
	.xs-pad-L-60{padding-left:60px !important;}
	.xs-pad-R-0{padding-right:0 !important;}
	.xs-pad-R-5{padding-right:5px !important;}
	.xs-pad-R-10{padding-right:10px !important;}
	.xs-pad-R-20{padding-right:20px !important;}
	.xs-pad-R-30{padding-right:30px !important;}
	.xs-pad-R-40{padding-right:40px !important;}
	.xs-pad-R-50{padding-right:50px !important;}
	.xs-pad-R-60{padding-right:60px !important;}	
	.xs-pad-LR-0{padding-left:0 !important;padding-right:0 !important;}
	.xs-pad-LR-5{padding-left:5px !important;padding-right:5px !important;}
	.xs-pad-LR-10{padding-left:10px !important;padding-right:10px !important;}
	.xs-pad-LR-20{padding-left:20px !important;padding-right:20px !important;}
	.xs-pad-LR-30{padding-left:30px !important;padding-right:30px !important;}
	.xs-pad-LR-40{padding-left:40px !important;padding-right:40px !important;}
	.xs-pad-LR-50{padding-left:50px !important;padding-right:50px !important;}
	.xs-fot-size-38{font-size:38px !important;}
	.xs-fot-size-36{font-size:36px !important;}
	.xs-fot-size-34{font-size:34px !important;}
	.xs-fot-size-32{font-size:32px !important;}
	.xs-fot-size-30{font-size:30px !important;}
	.xs-fot-size-28{font-size:28px !important;}
	.xs-fot-size-26{font-size:26px !important;}	
	.xs-fot-size-24{font-size:24px !important;}
	.xs-fot-size-20{font-size:20px !important;}
	.xs-fot-size-18{font-size:18px !important;}
	.xs-fot-size-16{font-size:16px !important;}
	.xs-fot-size-14{font-size:14px !important;}
	.xs-fot-size-12{font-size:12px !important;}
	.xs-af-pad-T-10p:after{padding-top:10%;}
	.xs-af-pad-T-20p:after{padding-top:20%;}
	.xs-af-pad-T-30p:after{padding-top:30%;}
	.xs-af-pad-T-40p:after{padding-top:40%;}
	.xs-af-pad-T-50p:after{padding-top:50%;}
	.xs-af-pad-T-60p:after{padding-top:60%;}
	.xs-af-pad-T-70p:after{padding-top:70%;}
	.xs-af-pad-T-80p:after{padding-top:80%;}
	.xs-af-pad-T-90p:after{padding-top:90%;}
	.xs-af-pad-T-100p:after{padding-top:100%;}	
	.xs-txt-cen{text-align:center;}
	.xs-txt-l{text-align:left;}
	.xs-txt-r{text-align:right;}	
	.xs-min-het-50{min-height:50px !important;}
	.xs-min-het-80{min-height:80px !important;}		
	.xs-min-het-100{min-height:100px !important;}
	.xs-min-het-200{min-height:200px !important;}
	.xs-min-het-300{min-height:300px !important;}
	.xs-min-het-400{min-height:400px !important;}
	.xs-min-het-500{min-height:500px !important;}
	.xs-min-het-600{min-height:600px !important;}
	.xs-min-het-700{min-height:700px !important;}
	.xs-min-het-800{min-height:800px !important;}
	.xs-min-het-900{min-height:900px !important;}
	.xs-min-het-1000{min-height:1000px !important;}	
	.xs-width-auto{width:auto !important;}	
	.xs-width-100p{width:100% !important;}	
	/*set-public-style【end】*/	
}
