﻿@charset "utf-8";
*{margin:0;padding:0;box-sizing:content-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, ul, ol, li, dl, dd, input, button, textarea, fieldset, legend, figure, menu, th, td, pre{margin:0;padding:0;}
body{font: 12px/1 "Microsoft YaHei", "Arial", "Helvetica", "sans-serif";color:#666;overflow-x:hidden;}
h1, h2, h3, h4, h5, h6{font-weight: normal;font-size: inherit;}
a{color: #999;text-decoration: none !important;outline: none;star: expression(this.onFocus=this.blur());}
a:hover{text-decoration:none !important;}
a:focus{outline:none;outline-offset:0;}
img{border: none;}
ul, ol{list-style: none;}
i, em{font-style: normal;}
table{border-collapse: collapse;}
input, button, select, textarea, optgroup{font: inherit;color:inherit;outline:none;}
input[type="text"], input[type="password"], button, textarea{border:1px solid #ccc;}
input[type="button"], input[type="submit"], button{border:none;}
textarea{resize:none;}
input[type="radio"], input[type="checkbox"]{border:none;}
input::-ms-clear, input::-ms-reveal{display:none;}

/*----------------------------- general -----------------------------*/
.clearfix{*zoom:1;}
.clearfix:after{display:block;clear:both;height:0;content:"";}
.fl{float:left;}
.fr{float:right;}
.wrapper{width:1120px;margin:0 auto;}

/*------------------------------- css -------------------------------*/
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px!important;}
.mt-25{margin-top:25px;}
.mt-40{margin-top:40px;}

.pt-0{padding-top:0 !important;}
.pt-20{padding-top:20px !important;}
.pt-40{padding-top:40px !important;}

.pl-20{padding-left:20px;}

.t-5{text-indent:5px;}
.t-25{text-indent:25px;}

.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mr-20{margin-right:20px;}
.fff{background:#fff !important;}

/* 弹出层 */
.wrapLayOut{display:none;position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:10000;background:url(../icons/black-out-bg.png);}
.wrapLayOut .maskLayer{position:absolute;width:100%;height:100%;background: #000;opacity:.6;filter:alpha(opacity=60);}
.wrapLayOut .closeBtn{display:inline-block;position:absolute;top:10px;right:440px;width:32px;height:32px;cursor:pointer;background:url(../icons/close.png) center center no-repeat;z-index:9999;}
.wrapLayOut .closeBtns{display:inline-block;position:absolute;top:20px;right:20px;width:32px;height:32px;cursor:pointer;background:url(../icons/close.png) center center no-repeat;z-index:9999;}

/* 返回顶部 */
#GoTopDiv{position:fixed;right:15px;width:56px;height:43px;bottom:110px;}
.GoTopA{width:56px;height:43px;display:block;background:url(../images/gotop.png) no-repeat;}