/*自定义样式*/
/*整体色调*/
a{color: #333333;}
a:hover{color: #7f9db9;text-decoration: none;}
a:focus{color: #7f9db9;text-decoration: none;}
.text-warning{color: #f16101;}
.btn-warning{background: #f16101;}
.text-red{color:rgb(255,0,0);}
.badge{background: #f16101;}

/*图片放大效果*/
.iimg{ width:85%; -webkit-transition:all .4s ease-out;
-moz-transition:all .4s ease-out;
-ms-transition:all .4s ease-out;
-o-transition:all .4s ease-out;
transition:all .4s ease-out;}

.iimg:hover{ 
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1);
}

/*浮动、文字位置*/
.txtl{text-align: left;}
.txtr{text-align: right;}
.txtc{text-align: center;}
.clearfix{clear: both;}
.txti{text-indent:2em; }

/*字体大小*/
.fonts20{font-size: 20px;}
.fonts14{font-size: 14px;}

/*margin*/
.mtb20{margin: 20px 0;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt60{margin-top: 60px;}
.m20{margin: 20px 0;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mr20{margin-right: 20px;}
.mr40{margin-right: 40px;}
.ml20{margin-left: 20px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}


/*padding*/
.p0{padding: 0;}
.pt20{padding-top: 20px;}
.pt5{padding-top: 5px;}
.pt7{padding-top: 7px;}

/*lineheight*/
.lineh62{line-height: 62px;}

/*宽度*/
.w260{width: 260px;}
.w-px-3{width: 33.333333%;}
.w-3{width: 33.33333333%}
.w-55{width: 55%}
/*文字颜色*/
.cl_ccc {color: #fff;}
.cl_666 {color: #666;}