﻿@charset "UTF-8";
/*样式初始化*/
*{margin:0;padding:0;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:14px/1.5 Microsoft YaHei, tahoma, arial, \5b8b\4f53;color: #000; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol ,li{ list-style:none; }
a{ color:#333;text-decoration:none;}
a:hover{ text-decoration:underline;color: #AA1010;}
input,select,label,img{ border:0;vertical-align:middle}
button, input, select, textarea { font-size:100%;outline: none;border: 1px solid #ccc;padding:2px 3px}
table { border-collapse:collapse; border-spacing:0;}
body{padding-top:145px;overflow-x: hidden;}

/* 一些常用设计*/

.fl{float: left}
.fr{float:right;}

.cle,.clearfix{zoom:1}
.cle:after,.clearfix:after{
    clear:both;
    overflow: hidden;
    height:0px;
    font-size:0;
    line-height:0;
    content:".";
    display:table;
    width: 100%}
.none{
    display: none!important;
}
.hide{
    display: none;
}
.rel{
    position: relative!important;
}
.inline-block{
    display: inline-block !important;
}

.mg-t-5{margin-top:5px;}
.mg-t-10{margin-top:10px;}
.mg-t-20{margin-top:20px;}
.mg-t-25{margin-top:25px;}
.mg-t-30{margin-top:30px;}
.mg-t-40{margin-top:40px;}
.mg-b-10{margin-bottom:10px;}
.mg-b-15{margin-bottom:15px;}
.mg-b-20{margin-bottom:20px;}
.mg-b-25{margin-bottom:25px;}
.mg-b-30{margin-bottom:30px;}
.mg-b-40{margin-bottom:40px;}
.mg-b-60{margin-bottom:60px;}
.mg-l-10{margin-left:10px;}
.mg-l-20{margin-left:20px;}
.mg-l-30{margin-left:30px;}
.mg-l-40{margin-left:40px;}
.mg-l-130{margin-left:130px;}
.mg-r-10{margin-right:10px;}
.mg-r-15{margin-right:15px;}
.mg-r-20{margin-right:20px;}
.mg-r-30{margin-right:30px;}
.mg-r-40{margin-right:40px;}

.pd-t-5{padding-top:5px;}
.pd-t-10{padding-top:10px;}
.pd-t-20{padding-top:20px;}
.pd-t-30{padding-top:30px;}
.pd-t-40{padding-top:40px;}
.pd-b-5{padding-bottom:5px;}
.pd-b-10{padding-bottom:10px;}
.pd-b-15{padding-bottom:15px;}
.pd-b-20{padding-bottom:20px;}
.pd-b-30{padding-bottom:30px;}
.pd-b-40{padding-bottom:40px;}
.pd-l-10{padding-left:10px;}
.pd-l-20{padding-left:20px;}
.pd-l-30{padding-left:30px;}
.pd-l-40{padding-left:40px;}
.pd-r-10{padding-right:10px;}
.pd-r-20{padding-right:20px;}
.pd-r-30{padding-right:30px;}
.pd-r-40{padding-right:40px;}

.fn-font-12{ font-size: 12px}
.fn-font-14{ font-size: 14px;}
.fn-font-15{ font-size: 15px}
.fn-font-16{ font-size: 16px}
.fn-font-17{ font-size: 17px}
.fn-font-18{ font-size: 18px;}
.fn-font-20{ font-size: 20px;}
.fn-font-22{ font-size: 22px;}
.fn-font-24{ font-size: 24px;}
.fn-font-28{ font-size: 28px;}
.fn-font-30{ font-size: 30px;}
.fn-font-36{ font-size: 36px;}
.fn-font-40{ font-size: 40px;}

.fn-color-0{color:#000;}
.fn-color-3{color:#333;}
.fn-color-6{color:#666;}
.fn-color-9{color:#999;}
.fn-color-white{ color: #FFFFFF;}
.fn-color-red{color:#AA1010;}
.fn-color-green{color:green;}
.c-red{color:#AA1010;}
.c-green{color:green;}
.c-goldyellow{color:#A16723;}

.t-c{text-align: center;}
.t-l{text-align: left;}
.t-r{text-align: right;}
.t-m{vertical-align: middle;}

.line20{line-height:20px;}
.line40{line-height:40px;}
.line30{line-height:30px;}
.line35{line-height:35px;}
.line48{line-height:48px;}
.pos-r{position: relative;}

.bgc-white{background:#fff;}

.p-30{
    height: 30px;
    line-height: 30px;
}
.p-40{
    height: 40px;
    line-height: 40px;
}

/* 底部copy */
.foot_copy{
	background-color:#2C333B;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color:#999;
	text-align: center;
    width: 100%;
}
.foot_copy>a{
	color:#999;
}

.layui-carousel-arrow{
    display: none;
}
.tap{
    height: 30px;
    line-height: 30px;
    /*box-shadow: 0 4px 4px -4px hsla(0,0%,59%,.3);*/
    /*margin-bottom: 15px;*/
}
.tap>a{
    cursor:pointer;
    color:#999;
    font-size: 12px;
}

.fn-bold{font-weight: bold}