@charset "utf-8";
html, body{
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}
body a{
 	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-decoration:none; 
}


.f_l {
	float: left;
}

.f_r {
	float: right;
}
.clear:after {
	content: " ";
	clear: both;
}

.clear-b {
	clear: both;
}

/* 重置 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
padding: 0;
margin: 0;
}
table {border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style:none outside none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
} 
input {
    font-family: "SimSun","宋体";
    padding-bottom: 0;
    padding-top: 0;
}
input::-moz-focus-inner {
    border: medium none;
    padding: 0;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
   resize: none;
}



/* 基本 */

.heiti { font-family:"微软雅黑", "宋体";}
.font_s12{ font-size:12px;}
.font_s16{ font-size:16px;}
.font_s18{ font-size:18px;}
.lh20{ line-height:20px;}
.lh45{ line-height:45px;}
.clearfix:after{ clear:both;content: ".";display: block;height: 0;visibility: hidden;}
.left { float:left;}
.right { float:right;}


.txt_left {text-align: left;}
.txt_right {text-align: right;}
.txt_center {text-align: center;}
.txt_2em{ text-indent:2em;}
.show { display: block;}
.hidden { display: none;}
.b {font-weight: bold;}

.of{ overflow:hidden;}
.kongge{ width:14px;display:inline; font-family:"宋体", SimSun-ExtB;}
.kongge p { font-family:"宋体", SimSun-ExtB;}
.borderg{ border:1px solid #CCC;}
.borderg_t0{ border:1px solid #CCC; border-top:none;}


p{ color:#333333; font-size:14px; }
a {
transition:color 0.5s;
-moz-transition:color 0.5s; /* Firefox 4 */
-webkit-transition:color 0.5s; /* Safari and Chrome */
-o-transition:color 0.5s; /* Opera */
}
a { text-decoration:none; color:#333; font-size:14px; line-height:26px;}
a:hover { 
	color:#F36A29;
	text-decoration:none; 
}
a:focus {  outline: none;  } 

.blue{ color:#296fd7;;}
.blue a { color:#1b8ecd;}
.white{ color:#FFF}
.white a{ color:#FFF}
.white p{ color:#FFF}
.white a:hover{ color:#ffcc00}
.lgray{ color:#7f7f7f;}
.lgray a { color:#7f7f7f;}
.red{ color: #cc0000;}
.red a { color:#cc0000;}
.red a:hover{ color:#0e4ac3;}
.green{ color:#384902;}
.green a { color:#384902;}
.orange{ color:#ff6600;}
.orange a{ color:#ff6600;}


.m_10 {margin: 10px;}
.ml_5{ margin-left:5px;}
.ml_10{ margin-left:10px;}
.ml_15{ margin-left:15px;}
.ml_20{ margin-left:20px;}
.ml_30{ margin-left:30px;}
.ml_40{ margin-left:40px;}

.mr_5{ margin-right:5px;}
.mr_10{ margin-right:10px;}
.mr_15{ margin-right:15px;}
.mr_20{ margin-right:20px;}
.mr_60{ margin-right:60px;}

.mt_5{ margin-top:5px;}
.mt_2{ margin-top:2px;}
.mt_10{ margin-top:10px;}
.mt_15{ margin-top:15px;}
.mt_20{ margin-top:20px;}
.mt_30{ margin-top:30px;}

.mb_5{ margin-bottom:5px;}
.mb_10{ margin-bottom:10px;}
.mb_15{ margin-bottom:15px;}
.mb_20{ margin-bottom:20px;}
.mb_30{ margin-bottom:30px;}

.pd_10{ padding: 10px;}
.pd_30{ padding: 30px;}
.pl_5{ padding-left:5px;}
.pl_10{ padding-left:10px;}
.pl_15{ padding-left:15px;}
.pl_20{ padding-left:20px;}
.pl_25{ padding-left:25px;}
.pl_30{ padding-left:30px;}


.pr_5{ padding-right:5px;}
.pr_10{ padding-right:10px;}
.pr_15{ padding-right:15px;}
.pr_20{ padding-right:20px;}
.pr_30{ padding-right:30px;}

.pt_5{ padding-top:5px;}
.pt_10{ padding-top:10px;}
.pt_15{ padding-top:15px;}
.pt_20{ padding-top:20px;}

.pb_5{ padding-bottom:5px;}
.pb_10{ padding-bottom:10px;}
.pb_15{ padding-bottom:15px;}
.pb_20{ padding-bottom:20px;}
.pb_30{ padding-bottom:30px;}

textarea,input[type="text"],input[type="password"],
input[type="datetime"],input[type="datetime-local"],
input[type="date"],input[type="month"],input[type="time"],
input[type="week"],input[type="number"],input[type="email"],
input[type="url"],input[type="search"],input[type="tel"],
input[type="color"],.uneditable-input {
    outline-style: none;
    background-color:#ffffff;
    border:1px solid #cccccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border linear .2s, box-shadow linear .2s;
    -moz-transition:border linear .2s, box-shadow linear .2s;
    -o-transition:border linear .2s, box-shadow linear .2s;
    transition:border linear .2s, box-shadow linear .2s;
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,
input[type="datetime"]:focus,input[type="datetime-local"]:focus,
input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,
input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,
input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,
input[type="color"]:focus,.uneditable-input:focus{
    border-color:rgba(82, 168, 236, 0.8);
    outline:0;
        outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}