@charset "utf-8";
@import'style.css';
/*------------------ reset ------------------*/
* {margin:0;padding:0; outline: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
img {border: 0;  -ms-interpolation-mode: bicubic;  vertical-align: middle;  display: inline-block;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,th{border:0;font-style:normal;}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,img,p{margin:0;padding:0;border:none;list-style-type:none;}
select,input,button,textarea {font-size:100%;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;line-height:normal;vertical-align:middle;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:400;padding:0px;margin:0px;vertical-align:middle;}
legend{color:#000;}
label{vertical-align:middle;}
a img {border:0;}
img{vertical-align:middle;}
.button {cursor:pointer;border:none;}
ul,li{display:block;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
table{empty-cells:show;border-collapse:collapse;border-spacing:0;}
/* body--wrapper */
body{margin:0; padding:0; font-size:12px; font-family:"微软雅黑",Arial, Helvetica, sans-serif; position: relative;	overflow-x: hidden; }
.bg_cc{padding:50px 0; background:#f7f7f7}
/* link */
a { color:#666;text-decoration:none;}
a:hover{color:#000;}
a:visited{color:#666;}
:focus {outline:0;}
a {blr:expression(this.onFocus=this.blur());} /* 去除链接时的虚线 */


/* text-align */
.ac{text-align:center;}
.mb-20{ margin-bottom:20px !important;}
.mt-65{ margin-top:65px !important;}
.mt-55{ margin-top:55px !important;}
.mt-20{ margin-top:20px !important;}
.ml-55{ margin-left:52px !important;}
.ml-30{ margin-left:30px !important;}
.mr-20{margin-right:20px !important;}
.mr-30{margin-right:30px !important;}
.f_14{font-size:14px;}
.f_15{font-size:15px;}
.f_20{font-size:20px;}
.f_24{font-size:24px;}
.f_32{font-size:32px;}
.l_h{line-height:40px;}
.l_24{line-height:24px;}
.l_30{line-height:30px;}

.c_ff9000{color:#ff9000;}


.blank10{ height:10px; clear:both;}

/* clear */
.clear{*zoom:1}
.clear:before,.clear:after{display:table;content:""}
.clear:after{clear:both}
/* float */
.f_r{float:right;}
.f_l{float:left;}
