/** 
 @Name: base
**/
/**@charset"utf-8";**/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { padding: 0; margin: 0; }
fieldset, img { border: 0; }
input, label, select, option, textarea, button, fieldset, legend { font: 12px/18px"Microsoft YaHei", Verdana, Simsun, Helvetica, Arial, sans-serif; vertical-align: middle }
table { border-collapse: collapse; border-spacing: 0; font: 12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif; }
ul, li { list-style: none; }
body { font: 12px/18px; color: #333; font-size: 14px;font-family: "Microsoft YaHei", Verdana, Simsun, Helvetica, Arial, sans-serif;}
h1, h2, h3, h4 { font-family: "Microsoft YaHei"; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
*:focus { outline: none; }
h1{font-size: 24px;}
h2{font-size: 22px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 14px;}
del { font-family: georgia }
img { vertical-align: middle; }
ul, li { list-style: none; }
.fl { float: left }
.fr { float: right }
.cl { clear: both; font-size: 0; line-height: 0; overflow: hidden; }
.w { width: 1200px; margin: 0 auto;}
.wl{ width: 1920px; margin:0 auto;}
.hide { display: none; }
a { text-decoration: none; color: #1079c1 }
/* a:hover{text-decoration: underline;} */
.cur, .cur a{ color: #005F9E; }
.oh { overflow: hidden; }
.tac { text-align: center; }
.tac img { display: inline-block; }
.fwn{font-weight: normal;}
a.button {
    display: block;
    width: 166px;
    height: 48px;
    background: #107AC1;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size:14px;
    line-height: 48px;
}
a.button:hover{background: #0b4e91;}
/*======clear float======*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clear {display: inline-block;} /* for IE/Mac */
/* color */
.bg{background: #fff;}
.bgc{background: #f8f8f8;width: 100%;}
/* .red { color: #d32a19; } */
.red {color: #F54336;}
.blue{color: #47bac1;}
/* font */
.ft10 {font-size: 10px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 34px;}
/* margin */
.mt40 { margin-top: 40px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10{margin-left: 10px;}
.mb20 { margin-bottom: 20px; }
.pt20 { padding-top: 20px; }
.pb20 { padding-bottom: 20px; }
.mb15 { margin-bottom: 15px; }
.pt15 { padding-top: 15px; }
.pb15 { padding-bottom: 15px; }
.pl15 { padding-left: 15px; }
.ptm4 { padding-top: 4px;padding-bottom: 4px;}
.plr8 { padding: 0 8px;}
.ptm4 { padding-top: 4px;padding-bottom: 4px;}
.ptm4 { padding-top: 4px;padding-bottom: 4px;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #e4e4e4;
}
input:-moz-placeholder, textarea:-moz-placeholder {
　　color:#e4e4e4;
}
input::-moz-placeholder, textarea::-moz-placeholder {
　　color:#e4e4e4;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color:#e4e4e4;
}
.inline-block { display: inline-block; }
.h40 { height: 40px;}
.line32 { line-height: 32px;}
.line32>img{width: 32px;vertical-align: middle;}