/* CSS Document */
@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
	
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 图片自适应 */
.imgfull {
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    color: #555;
}
em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}
strong {
    font-weight: normal;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}
img {
    border: none;
}
input{
    font-family: 'Microsoft YaHei';
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,a:active,a:visited,a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

/* Flex Box页面布局方案 */
.flexbox{
	 display:flex;
	 display:-webkit-flex;
}

.justify-start{
	justify-content: flex-start;
}
.justify-center{
	justify-content: center;
}
.justify-end{
	justify-content: flex-end;
}
.justify-between{
	justify-content: space-between;
}
.justify-around{
	justify-content: space-around;
}



/* Flex Box页面布局方案 */


.fw{
	font-weight:bold;
}

.w100{
    width: 100%;
}
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.w33{
    width: 33.333333%;
}

.h100{
    height: 100%;
}
.h50{
    height: 50%;
}
.h25{
    height: 25%;
}
.h20{
    height: 20%;
}
.h33{
    height: 33.333333%;
}

.wp5{
    width: 5px;
}

.wp10{
    width: 10px;
}

.wp15{
    width: 15px;
}

.wp20{
    width: 20px;
}

.wp25{
    width: 25px;
}

.wp30{
    width: 30px;
}

.wp35{
    width: 35px;
}

.wp40{
    width: 40px;
}

.wp50{
    width: 50px;
}

.wp60{
    width: 60px;
}

.wp70{
    width: 70px;
}

.wp80{
    width: 80px;
}

.wp90{
    width: 90px;
}

.wp100{
    width: 100px;
}

.wp120{
    width: 120px;
}

.wp150{
    width: 150px;
}

.wp200{
    width: 200px;
}

.wp250{
    width: 250px;
}

.wp300{
    width: 300px;
}

.wp350{
    width: 350px;
}

.hp5{
	height:5px;
	}
.hp10{
	height:10px;
	}
.hp15{
	height:15px;
	}
.hp20{
	height:20px;
	}
.hp25{
	height:25px;
	}
.hp30{
	height:30px;
	}
.hp40{
	height:40px;
	}
.hp50{
	height:50px;
	}
.hp60{
	height:60px;
	}
.hp70{
	height:70px;
	}
.hp80{
	height:80px;
	}
.hp90{
	height:90px;
	}
.hp100{
	height:100px;
	}
.hp120{
	height:120px;
	}
.hp150{
	height:150px;
	}
.hp170{
	height:170px;
	}
.hp200{
	height:200px;
	}
.hp220{
	height:220px;
	}
.hp250{
	height:250px;
	}
.hp300{
	height:300px;
	}



.fl{
    float: left;
}
.fr{
    float: right;
}
.db{
    display: block !important;
}
.dn{
    display: none;
}

.bg-hui{
	background-color:#EBEBEB;
	}
.bg-bai{
	background-color:#ffffff;
	}
.bg-lv{
	background-color:#009700;
	}
.bg-lan{
	background-color:#1296db;
	}
.bg-hei{
	background-color:#333333;
	}
.bg-cheng{
	background-color:#F90;
	}
.fc-hei{
	color:#333333;
	}
.fc-hui{
	color:#888888;
	}
.fc-bai{
	color:#ffffff;
	}
.fc-lv{
	color:#009700;
	}
.fc-lan{
	color:#1296db;
	}
.fc-cheng{
	color:#F90;
	}
.fs-12{
	font-size:12px;
	}
.fs-14{
	font-size:14px;
	}
.fs-16{
	font-size:16px;
	}
.bk-T{
	border-top:1px #EBEBEB solid;
	}
.bk-B{
	border-bottom:1px #EBEBEB solid;
	}
.bk-L{
	border-bottom:1px #EBEBEB solid;
	}
.bk-R{
	border-bottom:1px #EBEBEB solid;
	}
	
.m-5{
	margin:5px;
	}
.m-10{
	margin:10px;
	}
.m-20{
	margin:20px;
	}
.m-30{
	margin:30px;
	}
	
.mt-5{
	margin-top:5px;
	}
.mt-10{
	margin-top:10px;
	}
.mt-20{
	margin-top:20px;
	}
.mt-30{
	margin-top:30px;
	}
.mt-40{
	margin-top:40px;
	}
.mt-50{
	margin-top:50px;
	}

.mb-5{
	margin-bottom:5px;
	}
.mb-10{
	margin-bottom:10px;
	}
.mb-20{
	margin-bottom:20px;
	}
.mb-30{
	margin-bottom:30px;
	}
	
.mL-5{
	margin-left:5px;
	}
.mL-10{
	margin-left:10px;
	}
.mL-20{
	margin-left:20px;
	}
.mL-30{
	margin-left:30px;
	}
	
.mR-5{
	margin-right:5px;
	}
.mR-10{
	margin-right:10px;
	}
.mR-20{
	margin-right:20px;
	}
.mR-30{
	margin-right:30px;
	}

.p-5{
	padding:5px;
	}
.p-10{
	padding:10px;
	}
.p-20{
	padding:20px;
	}
.p-30{
	padding:30px;
	}
.p-40{
	padding:40px;
	}
.p-50{
	padding:50px;
	}
	
.pt-5{
	padding-top:5px;
	}
.pt-10{
	padding-top:10px;
	}
.pt-20{
	padding-top:20px;
	}
.pt-30{
	padding-top:30px;
	}
.pt-40{
	padding-top:40px;
	}
.pt-50{
	padding-top:50px;
	}
	
	
.pb-5{
	padding-bottom:5px;
	}
.pb-10{
	padding-bottom:10px;
	}
.pb-20{
	padding-bottom:20px;
	}
.pb-30{
	padding-bottom:30px;
	}
.pb-40{
	padding-bottom:40px;
	}
.pb-50{
	padding-bottom:50px;
	}
	
.pL-5{
	padding-left:5px;
	}
.pL-10{
	padding-left:10px;
	}
.pL-20{
	padding-left:20px;
	}
.pL-30{
	padding-left:30px;
	}
.pL-35{
	padding-left:35px;
	}
.pL-40{
	padding-left:40px;
	}
.pL-50{
	padding-left:50px;
	}
	
.pR-5{
	padding-right:5px;
	}
.pR-10{
	padding-right:10px;
	}
.pR-20{
	padding-right:20px;
	}
.pR-30{
	padding-right:30px;
	}
.pR-40{
	padding-right:40px;
	}
.pR-50{
	padding-right:50px;
	}




.Lh5{
	line-height:5px;
	}
.Lh10{
	line-height:10px;
	}
.Lh15{
	line-height:15px;
	}
.Lh20{
	line-height:20px;
	}
.Lh25{
	line-height:25px;
	}
.Lh30{
	line-height:30px;
	}
.Lh40{
	line-height:40px;
	}
.Lh50{
	line-height:50px;
	}
.Lh60{
	line-height:60px;
	}
.Lh70{
	line-height:70px;
	}
.Lh80{
	height:80px;
	}
.Lh90{
	line-height:90px;
	}
.Lh100{
	line-height:100px;
	}
.Lh120{
	line-height:120px;
	}
.Lh150{
	line-height:150px;
	}
.Lh200{
	line-height:200px;
	}
	
.TL{
	text-align:left;}
.TC{
	text-align:center;}
.TR{
	text-align:right;}
.line-b-hui{
	border-bottom:#E6E6E6 1px solid;}