@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, ul, ol, form { margin: 0; }

body { color: #666; font-size: 14px; background: #fff; }

body, input, textarea, select { font-family: "Microsoft YaHei", Helvetica, "Helvetica Neue", "SimSun", Tahoma, Arial, sans-serif; }

ul, ol, li { padding-left: 0; list-style-type: none; }

img { border: 0; }

i { font-style: normal; }

input, textarea, select { font-size: 14px; outline: none; border: none; margin: 0; padding: 0; }

input::-ms-clear { display: none; }

/* 去除IE下input自带的叉 */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

/* 去除chrome下输入框默认背景色 */
input:focus, textarea:focus { outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-modify: read-write-plaintext-only; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a { text-decoration: none; color: #666; }

a:hover { color: #b91c2b; }

address { font-style: normal; }

input, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }

textarea { -webkit-appearance: none; }

.img-responsive { width: 100%; height: auto; display: block; }

.tl { text-align: left; }

.tc { text-align: center; }

.tr { text-align: right; }

.rel { position: relative; }

.ell { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/* 单行文字溢出省略号显示 */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hidden { display: none; }

.show { display: block; }

.container { width: 1200px; display: block; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 480px) { .container { width: auto; padding-left: 10px; padding-right: 10px; } }
@media screen and (max-width: 480px) { .container.container-0 { padding-left: 0; padding-right: 0; } }

@media screen and (min-width: 480px) { body { min-width: 1200px; _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1200?'1200px':''); } }
.iconfont { font-size: inherit; }

.box { -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); background-color: #fff; }
@media screen and (max-width: 480px) { .box { -webkit-box-shadow: inherit; -moz-box-shadow: inherit; -ms-box-shadow: inherit; -o-box-shadow: inherit; box-shadow: inherit; } }

.trans { -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; }

[class*=col-] { float: left; }

.col-1 { width: 100%; }

.col-2 { width: 50%; }

.col-3 { width: 33.3333333333%; }

.col-4 { width: 25%; }

@media screen and (min-width: 480px) { .pc-show { display: block; }
  .pc-hidden { display: none; }
  .ptb15 { padding-top: 15px; padding-bottom: 15px; }
  .plr20 { padding-left: 20px; padding-right: 20px; }
  .mt0 { margin-top: 0px; }
  .mt5 { margin-top: 5px; }
  .mt10 { margin-top: 10px; }
  .mt15 { margin-top: 15px; }
  .mt20 { margin-top: 20px; }
  .mt25 { margin-top: 25px; }
  .mt30 { margin-top: 30px; }
  .mt40 { margin-top: 40px; }
  .mt50 { margin-top: 50px; }
  .mt60 { margin-top: 60px; }
  .pt0 { padding-top: 0px; }
  .pt20 { padding-top: 20px; }
  .pt30 { padding-top: 30px; }
  .pb20 { padding-bottom: 20px; }
  .pb25 { padding-bottom: 25px; }
  .pb30 { padding-bottom: 30px; }
  .pb40 { padding-bottom: 40px; }
  .pb50 { padding-bottom: 50px; } }
@media screen and (max-width: 480px) { .mb-show { display: block; }
  .mb-hidden { display: none; }
  .mb-mtop { margin-top: 54px; }
  .mb-mt5 { margin-top: 5px; }
  .mb-mt10 { margin-top: 10px; }
  .mb-mt15 { margin-top: 15px; }
  .mb-mt25 { margin-top: 25px; }
  .mb-plr15 { padding-left: 15px; padding-right: 15px; }
  .mb-mlr10 { margin-left: 10px; margin-right: 10px; }
  .mb-mlr15 { margin-left: 15px; margin-right: 15px; }
  .mb-pt10 { padding-top: 10px; }
  .mb-pb10 { padding-bottom: 10px; }
  .mb-pb20 { padding-bottom: 20px; } }
.pagin { display: block; }
.pagin > a { display: inline-block; padding: 9px 15px; margin: 0px 4px 0; border-radius: 3px; border: 1px #DDD solid; background: #FFF; color: #666; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; font-size: 12px; line-height: 18px; }
.pagin > a i { font-size: 10px; }
.pagin > a:hover { border-color: #b91c2b; box-shadow: 0 0 3px #eee; color: #b91c2b; }
.pagin .pagin-cur, .pagin .pagin-cur:hover { border-color: #b91c2b; background: #b91c2b; color: #FFF; }

.pagin-ell { font-size: 14px; line-height: 18px; color: #666; padding: 0 10px; }

.pagin-txt { display: inline-block; padding: 5px 8px; font-size: 14px; line-height: 18px; color: #666; }

.pagin-jump, .pagin-jump-focus { display: inline-block; *vertical-align: -5px; border: 1px #ddd solid; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; }

.pagin-input { *float: left; width: 36px; height: 36px; border: none; outline: none; background: #fff; line-height: 36px\9; *line-height: 36px; text-align: center; font-size: 12px; color: #b91c2b; }

.pagin-btn { *float: left; display: none; padding: 0 10px; font-size: 12px; line-height: 26px; color: #fff; text-decoration: none; }
.pagin-btn:hover { color: #FFFFFF; }

.pagin-jump-focus { border-color: #b91c2b; background: #b91c2b; *vertical-align: -1px; }
.pagin-jump-focus .pagin-btn { display: inline-block; }

.pager { text-align: center; }
.pager:before, .pager:after { content: " "; display: table; }
.pager:after { clear: both; }
@media screen and (max-width: 480px) { .pager { display: block; } }
.pager li { display: inline; }
.pager li > a { display: inline-block; padding: 5px 14px; background-color: #FFF; border: 1px solid #DDD; color: #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }
.pager li > a:hover { background-color: #FFF; border: 1px solid #b91c2b; color: #b91c2b; }
.pager .next { float: right; }
.pager .previous { float: left; }

.pager { display: none; }

@media screen and (max-width: 480px) { .pagin { display: none; }
  .pager { display: block; } }
[class*=btn-] { color: #fff; }
[class*=btn-]:hover { color: #fff; }

.btn-theme { background: #b91c2b; }
.btn-theme:hover { background: #98111e; }

.btn-orange { background: #ed6919; }
.btn-orange:hover { background: #dd5909; }

.btn-red { background: #e60012; }
.btn-red:hover { background: #93040f; }

.btn-line-theme { border: 1px solid #b91c2b; color: #b91c2b; }
.btn-line-theme:hover { background: #b91c2b; color: #fff; }

.bgf8 { background: #f8f8f8; }

.bg-white { background: #fff; }

.filetype { display: inline-block; background-image: url(../images/filetype.png); background-repeat: no-repeat; }

/* 1 */
.filetype_excel_sm, .filetype_ppt_sm, .filetype_word_sm, .filetype_html_sm, .filetype_pdf_sm, .filetype_video_sm { width: 16px; height: 16px; }

.filetype_excel_sm { background-position: 0 0; }

.filetype_ppt_sm { background-position: -40px 0; }

.filetype_word_sm { background-position: -80px 0; }

.filetype_html_sm { background-position: -120px 0; }

.filetype_pdf_sm { background-position: -160px 0; }

.filetype_video_sm { background-position: -200px 0; }

/* 2 */
.filetype_excel_md, .filetype_ppt_md, .filetype_word_md, .filetype_html_md, .filetype_pdf_md, .filetype_video_md { width: 20px; height: 20px; }

.filetype_excel_md { background-position: 0 -40px; }

.filetype_ppt_md { background-position: -40px -40px; }

.filetype_word_md { background-position: -80px -40px; }

.filetype_html_md { background-position: -120px -40px; }

.filetype_pdf_md { background-position: -160px -40px; }

.filetype_video_md { background-position: -200px -40px; }

/* 3 */
.filetype_excel_lg, .filetype_ppt_lg, .filetype_word_lg, .filetype_html_lg, .filetype_pdf_lg, .filetype_video_lg { width: 23px; height: 27px; }

.filetype_excel_lg { background-position: 0 -80px; }

.filetype_ppt_lg { background-position: -40px -80px; }

.filetype_word_lg { background-position: -80px -80px; }

.filetype_html_lg { background-position: -120px -80px; }

.filetype_pdf_lg { background-position: -160px -80px; }

.filetype_video_lg { background-position: -200px -80px; }

.ind-menu3 { padding: 0 35px; position: relative; }
.ind-menu3 h3 { font-size: 24px; color: #fff; line-height: 64px; position: relative; padding-bottom: 2px; padding-top: 20px; }
.ind-menu3 h3:after { width: 32px; height: 2px; content: ""; position: absolute; left: 0; bottom: 0; background: #fff; }
.ind-menu3 p { font-size: 16px; line-height: 28px; color: #fff; margin-top: 15px; }
.ind-menu3 a { width: 120px; height: 36px; border: 1px solid #fff; position: absolute; text-align: center; bottom: 25px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; border-radius: 18px; color: #fff; font-size: 16px; line-height: 36px; }
.ind-menu3 a i { margin-right: -10px; margin-left: 3px; }
.ind-menu3 a:hover { background: #fff; color: #b91c2b; }

.mySelectBox .select-main { background: #FFF; border: 1px solid #e5e5e5; height: 30px; position: relative; font-size: 14px; line-height: 30px; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.mySelectBox .select-main.z-index { z-index: 10; }
.mySelectBox .select-main.disabled { cursor: default; filter: alpha(opacity=50); opacity: .5; zoom: 1; }
.mySelectBox .select-main.disabled .select-set, .mySelectBox .select-main.disabled .select-arrow { cursor: default; }
.mySelectBox .select-set { font-size: 14px; height: 30px; background: #FFF; line-height: 30px; color: #888; cursor: pointer; position: relative; padding: 0 35px 0 10px; z-index: 5; overflow: hidden; }
.mySelectBox .select-arrow { cursor: pointer; height: 0; position: absolute; top: 15px; right: 0px; width: 0; z-index: 7; }
.mySelectBox .select-arrow:after { border-bottom: 2px solid #b2b2b2; border-right: 2px solid #b2b2b2; content: ''; display: block; width: 5px; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; -moz-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; -o-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.mySelectBox .select-arrow.reverse:after { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
.mySelectBox .select-block { background: #FFF; border: 1px solid #eaeaea; left: -1px; line-height: 28px; position: absolute; top: 33px; right: -1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.mySelectBox .select-block ul.select-list { cursor: pointer; margin: 5px 0 5px; scrollbar-face-color: #AEB1B1; scrollbar-shadow-color: #C7CACA; scrollbar-highlight-color: #CED1D1; scrollbar-3dlight-color: #CED1D1; scrollbar-darkshadow-color: #C7CACA; scrollbar-track-color: #CED1D1; scrollbar-arrow-color: #333; }
.mySelectBox .select-block ul.select-list::-webkit-scrollbar { width: 12px; }
.mySelectBox .select-block ul.select-list::-webkit-scrollbar-track { border-radius: 10px; }
.mySelectBox .select-block ul.select-list::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
.mySelectBox .select-block ul.select-list li.select-items { color: #999; padding: 5px 10px; }
.mySelectBox .select-block ul.select-list li.select-items:hover { color: #888; }
.mySelectBox .select-block ul.select-list li.select-items.active { color: #b91c2b; }

.FormBox { position: relative; }
.FormBox input { width: 100%; height: 40px; border: 1px solid #eee; text-indent: 10px; font-size: 14px; line-height: 40px; color: #afafaf; }
.FormBox i { width: 40px; text-align: center; font-size: 16px; line-height: 42px; position: absolute; color: #999; }
.FormBox i.icon-riqi { right: 0; }

.Form1Box input { width: 100%; height: 36px; border: 1px solid #eee; text-indent: 10px; font-size: 14px; line-height: 36px; color: #afafaf; }

.FormTxtBox textarea { width: 96%; height: 90px; border: 1px solid #eee; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-size: 14px; line-height: 28px; color: #afafaf; padding: 5px 2%; }

.SelectBox .select-main { background: #FFF; border: 1px solid #eee; height: 40px; position: relative; font-size: 14px; line-height: 40px; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.SelectBox .select-main.z-index { z-index: 10; }
.SelectBox .select-main.disabled { cursor: default; filter: alpha(opacity=50); opacity: .5; zoom: 1; }
.SelectBox .select-main.disabled .select-set, .SelectBox .select-main.disabled .select-arrow { cursor: default; }
.SelectBox .select-set { font-size: 14px; height: 40px; background: #FFF; line-height: 40px; color: #afafaf; cursor: pointer; position: relative; padding: 0 35px 0 10px; z-index: 5; overflow: hidden; }
.SelectBox .select-arrow { cursor: pointer; height: 0; position: absolute; top: 20px; right: 0px; width: 0; z-index: 7; }
.SelectBox .select-arrow:after { border-bottom: 2px solid #b2b2b2; border-right: 2px solid #b2b2b2; content: ''; display: block; width: 5px; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; -moz-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; -o-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.SelectBox .select-arrow.reverse:after { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
.SelectBox .select-block { background: #FFF; border: 1px solid #eaeaea; left: -1px; line-height: 28px; position: absolute; top: 43px; right: -1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.SelectBox .select-block ul.select-list { cursor: pointer; margin: 5px 0 5px; scrollbar-face-color: #AEB1B1; scrollbar-shadow-color: #C7CACA; scrollbar-highlight-color: #CED1D1; scrollbar-3dlight-color: #CED1D1; scrollbar-darkshadow-color: #C7CACA; scrollbar-track-color: #CED1D1; scrollbar-arrow-color: #333; }
.SelectBox .select-block ul.select-list::-webkit-scrollbar { width: 12px; }
.SelectBox .select-block ul.select-list::-webkit-scrollbar-track { border-radius: 10px; }
.SelectBox .select-block ul.select-list::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
.SelectBox .select-block ul.select-list li.select-items { color: #999; padding: 5px 10px; }
.SelectBox .select-block ul.select-list li.select-items:hover { color: #888; }
.SelectBox .select-block ul.select-list li.select-items.active { color: #b91c2b; }

.xf { width: 64px; background: #fff; position: fixed; top: 50%; z-index: 99; right: 5px; margin-top: -100px; }
.xf ul li { height: 50px; border-bottom: 1px solid #efefef; text-align: center; position: relative; padding: 5px; }
.xf ul li:last-child { border-bottom: none; }
.xf ul li#top { display: none; }
.xf ul li > a { height: 50px; display: block; background: url(../images/xf.png) no-repeat; }
.xf ul li > a.xf-icon1 { background-position: 0 0; }
.xf ul li > a.xf-icon2 { background-position: 0 -100px; }
.xf ul li > a.xf-icon3 { background-position: 0 -200px; }
.xf ul li > a.xf-icon4 { background-position: 0 -300px; }
.xf ul li > a.xf-top { background-position: 0 -400px; }
.xf ul li > a:hover { background: url(../images/xf.png) no-repeat #b91c2b; }
.xf ul li > a:hover.xf-icon1 { background-position: 0 -50px; }
.xf ul li > a:hover.xf-icon2 { background-position: 0 -150px; }
.xf ul li > a:hover.xf-icon3 { background-position: 0 -250px; }
.xf ul li > a:hover.xf-icon4 { background-position: 0 -350px; }
.xf ul li > a:hover.xf-top { background-position: 0 -450px; }
@media screen and (max-width: 480px) { .xf { top: inherit; bottom: 0; margin-top: 0; right: 0; width: auto; left: 0; right: 0; }
  .xf ul { display: flex; }
  .xf ul li { -webkit-flex: 1; flex: 1; text-align: center; }
  .xf ul li > a { width: 54px; display: inline-block; } }

.sub-ban { height: 250px; padding-top: 15px; padding-bottom: 15px; }
.sub-ban img { border: 1px solid #fff; }
@media screen and (max-width: 480px) { .sub-ban { height: auto; padding-top: 10px; padding-bottom: 10px; } }

.popbg { position: fixed; z-index: 999999; top: 0; right: 0; bottom: 0; left: 0; background: #000; background: rgba(0, 0, 0, 0.7); }
@media screen and (max-width: 480px) { .popbg { background: #fff; } }
.pop-form { background: #fff; width: 560px; height: 578px; top: 50%; position: absolute; left: 50%; margin-left: -310px; margin-top: -289px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 0 30px; }
.pop-form h3, .pop-form p { text-align: center; }
.pop-form h3 { font-size: 20px; color: #333; line-height: 72px; font-weight: bold; position: relative; }
.pop-form h3 i { width: 48px; height: 48px; font-size: 18px; position: absolute; right: -30px; line-height: 48px; color: #888; cursor: pointer; font-weight: normal; }
.pop-form p { font-size: 14px; line-height: 22px; padding: 0 100px; }
.pop-form p i { color: #FF0000; margin-right: 5px; }
.pop-form ul li { margin-top: 15px; }
.pop-form .btn-theme { width: 160px; height: 48px; display: inline-block; text-align: center; line-height: 48px; margin: 40px auto; }
@media screen and (max-width: 480px) { .pop-form { width: auto; height: auto; top: 0; bottom: 0; left: inherit; margin: 0; padding: 0 10px; }
  .pop-form h3 { font-size: 18px; line-height: 72px; }
  .pop-form h3 i { right: -10px; }
  .pop-form p { padding: 0; }
  .pop-form ul li { margin-top: 10px; }
  .pop-form .btn-theme { width: 100%; margin: 20px 0 0; } }

.FormLi { min-height: 38px; position: relative; padding-left: 90px; }
.FormLi span { width: 80px; position: absolute; left: 0; line-height: 38px; text-align: right; }
.FormLi span em { color: #FF0000; margin-right: 5px; }

/*# sourceMappingURL=reset.css.map */
