@charset "UTF-8";
/** Pagination */
.mask, .mask-white { position: fixed; top: 0; right: 0; bottom: 0; left: 0; }

.mask { z-index: 1050; display: none; background-image: url("../images/alpha/black.png"); }

.mask-white { z-index: 1050; display: none; background-color: rgba(255, 255, 255, 0.9); }

.mask-transparent { background-color: transparent; }

/** Buttons ---------------------------------------------------------------------------- */
.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; text-decoration: none; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 22px; border-radius: 6px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.btn:hover, .btn:focus, .btn.focus { color: #666; text-decoration: none; }

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }

/** Alternate buttons */
.btn-solid { color: #666; background-color: #fff; border-color: #ccc; }
.btn-solid:hover { color: #666; background-color: white; border-color: #d9d9d9; }

.btn-solid-primary { color: #fff; background-color: #0a2c87; border-color: #08246f; }
.btn-solid-primary:hover { color: #fff; background-color: #0c349f; border-color: #0a2c87; }

.btn-solid-light { color: #666; background-color: #f8f8f8; border-color: #ebebeb; }
.btn-solid-light:hover { color: #666; background-color: white; border-color: #f8f8f8; }

.btn-solid-dark { color: #fff; background-color: #666; border-color: #595959; }
.btn-solid-dark:hover { color: #fff; background-color: #737373; border-color: #666666; }

.btn-hollow { color: #666; background-color: transparent; border-color: #ccc; }
.btn-hollow:hover { color: white; background-color: #ccc; }

.btn-hollow-primary { color: #0a2c87; background-color: transparent; border-color: #0a2c87; }
.btn-hollow-primary:hover { color: white; background-color: #0a2c87; }

.btn-hollow-light { color: #ebebeb; background-color: transparent; border-color: #ebebeb; }
.btn-hollow-light:hover { color: white; background-color: #ebebeb; }

.btn-hollow-dark { color: #666; background-color: transparent; border-color: #666; }
.btn-hollow-dark:hover { color: white; background-color: #666; }

.btn-outline { color: #666; background-color: white; border-color: #ccc; }
.btn-outline:hover { color: #666; background-color: whitesmoke; }

.btn-outline-primary { color: #0a2c87; background-color: #698ff4; border-color: #0a2c87; }
.btn-outline-primary:hover { color: #0a2c87; background-color: #5681f2; }

.btn-outline-light { color: #ebebeb; background-color: white; border-color: #ebebeb; }
.btn-outline-light:hover { color: #ebebeb; background-color: whitesmoke; }

.btn-outline-dark { color: #666; background-color: #cccccc; border-color: #666; }
.btn-outline-dark:hover { color: #666; background-color: #c2c2c2; }

.btn-prefix-icon, .btn-suffix-icon { display: inline-block; vertical-align: middle; }
.btn-prefix-icon i, .btn-suffix-icon i { display: inline-block; font-size: inherit; vertical-align: middle; }
.btn-prefix-icon i { margin-right: 5px; }

.btn-suffix-icon i { margin-left: 5px; }

.btn-icon { color: #666; }
.btn-icon:hover { color: white; background-color: #0a2c87; }

.btn-link { color: #0a2c87; }
.btn-link:hover { text-decoration: underline; }

.btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; }

/** Popups ---------------------------------------------------------------------------- */
/** Popups Common styles */
.popup { position: absolute; z-index: 100000000; display: none; border-radius: 2px; background-color: white; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); overflow: hidden; }

.popup-head { position: relative; padding: 0 20px; line-height: 40px; border-bottom: 1px solid #eee; border-top-left-radius: 2px; border-top-right-radius: 2px; background-color: transparent; }
.popup-tit { font-size: 14px; font-weight: bold; color: #222; }

.popup-head-op { position: absolute; top: 0; right: 4px; }
.popup-head-op .btn { width: 24px; height: 24px; padding: 0; border: 1px solid transparent; line-height: 24px; color: #666; vertical-align: middle; }
.popup-head-op .btn:hover { color: inherit; border-color: #ddd; background-color: white; }
.popup-head-op .btn i { font-size: 14px; vertical-align: baseline; }

.popup-content-in { padding: 0 28px; font-size: 14px; color: #666; }

.popup-foot { padding: 14px; text-align: right; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; background-color: white; }
.popup-foot .btn { width: 90px; margin-left: 5px; padding-right: 0; padding-left: 0; }
.popup-foot .btn:hover { -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
.popup-foot .btn-outline { background-color: #f8f8f8; }
.popup-foot .btn-outline:hover { color: #666; border-color: #595959; background-color: white; }

/** Icons */
.popup-icon { width: 28px; height: 28px; font-size: 28px; line-height: 28px; text-align: center; margin-right: 10px; }

.popup-warning .popup-icon { color: orange; }

.popup-success .popup-icon { color: green; }

.popup-danger .popup-icon { color: red; }

/** Container size */
.popup-small { width: 360px; }

.popup-base { width: 480px; }

.popup-medium { width: 540px; }

.popup-large { width: 640px; }

.popup-xlarge { width: 740px; }

.popup-block { width: 100%; }

/** popup simple */
.popup-simple .popup-head-op { top: 5px; }
.popup-simple .popup-content-in { padding-top: 30px; padding-bottom: 20px; }
.popup-simple .popup-foot { text-align: center; }

/** content customize */
.popup-content-simple { height: 60px; padding: 20px 28px 10px; }

.popup-content-simple-in { display: inline-block; vertical-align: middle; }
.popup-content-simple-in h4, .popup-content-simple-in p { display: inline-block; vertical-align: middle; }

/** Forms ---------------------------------------------------------------------------- */
input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; cursor: pointer; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.form-control { display: block; width: 100%; height: 28px; font-size: 12px; color: #666; background-color: white; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-transition: 0.15s; -o-transition: 0.15s; transition: 0.15s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form-control:focus { border-color: #0a2c87; outline: 0; }
.form-control::-moz-placeholder { color: #ccc; opacity: 1; }
.form-control:-ms-input-placeholder { color: #ccc; }
.form-control::-webkit-input-placeholder { color: #ccc; }
.form-control::-ms-expand { border: 0; background-color: transparent; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #999; opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

/** Forms common styles */
.form-row { position: relative; margin: 10px 0; }
.form-row .form-textarea-hint { margin-top: 5px; }

.form-title { font-size: 14px; color: #444; line-height: 28px; }
.form-title .red { color: red; }

.form-pretitle { padding-left: 80px; }
.form-pretitle .form-title { position: absolute; top: 50%; left: 0; width: 70px; margin-top: -14px; }

.input-wrap, .textarea-wrap, .date-wrap, .form-label { position: relative; }

.form-con .tooltip { display: none; left: 0; color: white; opacity: 0.95; filter: alpha(opacity=95); }
.form-con .tooltip-up { top: -26px; }
.form-con .tooltip-arr { left: 10px; }
.form-con .tooltip-down { bottom: -26px; }

.form-error .form-control { border-color: #f71717; }
.error-info { font-size: 12px; color: #f71717; line-height: 1.8; vertical-align: middle; }
.error-info i { margin-right: .3em; font-size: 14px; vertical-align: middle; }

.text-wrap { font-size: 14px; color: #666; line-height: 28px; }

/** Input & extarea  */
input.form-control { text-indent: 8px; }

.form-textarea { position: relative; z-index: 1; padding: 8px; line-height: 1.4; }

.form-textarea-bot { font-size: 12px; line-height: 30px; }
.form-textarea-num { color: #afafaf; }

.input-hasicon .form-control { text-indent: 32px; }
.input-icon { position: absolute; top: 50%; left: 8px; z-index: 1; display: inline-block; width: 16px; height: 16px; margin-top: -8px; color: #afafaf; line-height: 16px; vertical-align: middle; }
.input-icon i { display: inline-block; width: 16px; height: 16px; line-height: 16px; font-size: 16px; vertical-align: middle; }

.input-append { position: absolute; top: 50%; right: 0; z-index: 1; display: none; margin-top: -9px; }
.input-append .btn-icon-only { display: inline-block; width: 18px; height: 18px; margin: 0 4px; padding: 0; font-size: 18px; color: #5c5c5c; line-height: 1; text-align: center; text-decoration: none; vertical-align: middle; border-radius: 0; }

/** Raido and Checkbox */
.form-label { position: relative; padding-left: 26px; font-weight: normal; cursor: pointer; }
.form-label input { position: absolute; left: -999999px; }
.form-label:hover .form-radio-btn, .form-label:hover .form-checkbox-btn { border-color: #0a2c87; }
.form-label.active .form-radio-btn, .form-label.active .form-checkbox-btn { background-color: #0a2c87; border-color: #08246f; }
.form-label.active .form-radio-btn i, .form-label.active .form-checkbox-btn i { display: block; }
.form-label.active .form-label-con { color: #0a2c87; }

.form-radio-btn, .form-checkbox-btn { position: absolute; top: 50%; left: 0; z-index: 1; display: block; width: 16px; height: 16px; margin-top: -8px; font-size: 12px; color: white; line-height: 14px; text-align: center; vertical-align: middle; border: 1px solid #ccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form-radio-btn i, .form-checkbox-btn i { display: none; -webkit-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); transform: scale(0.6); vertical-align: middle; }
.form-radio-btn { border-radius: 50%; }

.form-checkbox-btn { border-radius: 4px; }

.form-label-con { display: inline-block; margin-right: 20px; font-size: 14px; color: #666; line-height: 28px; }

/** Select */
.form-select { width: 100%; }
.form-select select { width: inherit; padding-top: 2px; padding-left: 4px; border-radius: inherit; }
.form-select:hover { border-color: #0a2c87; }
.form-select:hover .select-arrow { border-top-color: #0a2c87; }
.form-select .select-main { position: relative; width: 100%; z-index: 1040; }
.form-select .select-arrow { position: absolute; top: 14px; right: 8px; width: 0; height: 0; display: inline-block; overflow: hidden; border-width: 4px; border-color: transparent; border-style: dashed; border-top-color: #444; border-top-style: solid; margin-top: -2px; }
.form-select .select-set { position: relative; z-index: 1; font-size: 12px; text-indent: 8px; line-height: 26px; }
.form-select .select-block { position: relative; z-index: 0; left: -1px; width: 100%; margin-top: 1px; background-color: white; border: 1px solid #ccc; }
.form-select .select-items { padding: 0 8px; font-size: 12px; color: #666; line-height: 2; }
.form-select .select-items:hover { color: #222; background-color: #fafafa; }
.form-select .select-items.active, .form-select .select-items.active:hover { color: #0a2c87; background-color: rgba(10, 44, 135, 0.1); }

/** Mix form group */
.mixform-wrap { position: relative; }
.mixform-wrap .btn { position: absolute; top: 0; right: 0; }
.mixform-wrap.search-wrap { padding-right: 52px; }
.mixform-wrap.vcode-wrap { padding-right: 88px; }

/** form corner */
.form-sharp .form-control, .form-sharp.form-lg .form-control { border-radius: 0; }

/** form size */
.form-lg.form-pretitle { padding-left: 80px; }
.form-lg.form-pretitle .form-title { width: 70px; font-size: 14px; line-height: 28px; }
.form-lg .form-control { height: 32px; font-size: 14px; border-radius: 0; }
.form-lg textarea.form-control { height: auto; }
.form-lg .form-select select { padding-top: 4px; padding-bottom: 4px; }
.form-lg .form-date-ico { width: 32px; height: 32px; margin-top: -16px; }
.form-lg .form-date-ico i { width: 18px; height: 18px; line-height: 18px; font-size: 18px; vertical-align: middle; }
.form-lg .form-label { padding-left: 30px; }
.form-lg .form-radio-btn, .form-lg .form-checkbox-btn { width: 20px; height: 20px; margin-top: -10px; font-size: 14px; line-height: 18px; }
.form-lg .form-radio-btn i, .form-lg .form-checkbox-btn i { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.form-lg .form-label-con { font-size: 16px; line-height: 34px; }
.form-lg .search-wrap { padding-right: 72px; }
.form-lg .vcode-wrap { padding-right: 120px; }
.form-lg .btn { padding-top: 0; padding-right: 16px; padding-bottom: 0; padding-left: 16px; font-size: 15px; line-height: 30px; }

.split { margin: 0px 10px; }

/*topbox*/
.top { text-align: right; color: #383838; line-height: 32px; }
.top a { color: #ffffff; }
.top a:hover { color: #ffd911; }

.header { background: #FFFFFF; position: relative; padding-top: 15px; padding-bottom: 15px; }

.logo { float: left; }
.logo img { width: 602px; height: 82px; }

.tel { position: absolute; right: 15px; margin: 2px 0px; }

.search { margin: 22px 0; float: right; width: 220px; }

.tel { background: url(../images/tel.png) left center no-repeat; color: 992px; font-size: 24px; color: #0a2c87; padding-left: 40px; font-weight: bolder; }

.search { height: 36px; border: 1px solid #0a2c87; position: relative; padding: 0px 58px 0px 5px; }
.search .search-input { width: 100%; height: 36px; line-height: 36px; background: #FFFFFF; }
.search .search-btm { width: 58px; height: 36px; background: #0a2c87; position: absolute; top: 0px; right: 0px; color: #FFFFFF; cursor: pointer; line-height: 36px; }

@media (max-width: 992px) { .header { padding-top: 10px; padding-bottom: 10px; }
  .search { margin: 10px 0 10px 50%; }
  .tel { display: none; } }
@media (max-width: 768px) { .logo { width: 100%; height: 40px; float: inherit; }
  .search { margin: 65px 0 10px 0px; width: auto; display: block; } }
@media (max-width: 480px) { .logo { width: 100%; height: 40px; margin-right: 15px; float: inherit; }
  .logo img { width: 100%; height: auto; }
  .search { margin: 20px 0 10px 0px; display: block; float: inherit; } }
/*nav*/
.navbg { background: #0a2c87; }
.nav { font-size: 16px; line-height: 44px; }
.nav ul li { width: 19.6666666667%; background: url(../images/nav-line.jpg) left center no-repeat; float: left; text-align: center; }
.nav ul li a { display: block; color: #fff; margin-left: 3px; margin-left: 2px; }
.nav ul li a:hover, .nav ul li a.nav-cur { background: #283b8f; color: #fff; }
.nav ul li.home { background: none; padding-left: 0px; }
.nav ul li.home a { margin-left: 0; }

/**/
.ind-lc1 { width: 14%; position: relative; }
.ind-lc1 h3, .ind-lc1 p { padding-left: 90px; }
.ind-lc1 h3 { margin-top: 9px; font-size: 14px; }
.ind-lc1 p { font-size: 16px; }
.ind-lc1 i { width: 64px; height: 64px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -moz-border-radius: 50%; font-size: 30px; line-height: 64px; text-align: center; position: absolute; left: 10px; }

.ind-lc2 { width: 7.5%; text-align: center; padding-top: 18px; }

@media (max-width: 992px) { .ind-lc1 h3, .ind-lc1 p { display: none; }
  .ind-lc1 i { display: block; position: relative; left: auto; margin: 0px auto; } }
/*分页*/
.pagin { display: block; }

.pagin-link { display: inline-block; padding: 5px 10px; margin: 0 2px; border-radius: 3px; border: 1px #ddd solid; background: #ffffff; line-height: 18px; font-size: 12px; color: #727272; text-decoration: none; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.pagin-link i { font-size: 10px; }

.pagin-link:hover { border-color: #0a2c87; box-shadow: 0 0 3px #eee; color: #0a2c87; }

.pagin-cur, .pagin-cur:hover { border-color: #0a2c87; background: #0a2c87; color: #ffffff; }

.pagin-disable { color: #afafaf; cursor: default; }

.pagin-disable:hover { border-color: #ddd; background: #ffffff; }

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

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

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

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

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

.pagin-btn:hover { color: #FFFFFF; }

.pagin-jump-focus { border-color: #0a2c87; background: #0a2c87; *vertical-align: -1px; }

.pagin-jump-focus .pagin-btn { display: inline-block; }

.pager { padding-left: 0; list-style: none; text-align: center; }
.pager:before, .pager:after { content: " "; display: table; }
.pager:after { clear: both; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #ddd; color: #727272; border-radius: 5px; }
.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #0a2c87; border: 1px solid #0a2c87; color: #ffffff; }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: red; background-color: #0a2c87; cursor: pointer; }

@media (min-width: 992px) { .pager { display: none; } }
@media (max-width: 992px) { .pagin { display: none; } }
.footer { margin-top: 20px; text-align: center; color: #999999; padding: 15px 0px; }
.footer a { color: #999999; }
.footer a:hover { color: #FFFFFF; }

.ind-mobile-ico { display: none; }

@media (max-width: 768px) { .flexslider { display: none; }
  .ind-mobile-ico { display: block; text-align: center; }
  .ind-mobile-ico ul li { width: 33.333333333333333333%; float: left; margin-bottom: 10px; } }
.ind-mobile-pic { margin: 0px 20%; }

.ind-mobile-txt { font-size: 16px; line-height: 32px; }

.xf-code { position: fixed; z-index: 99; width: 154px; height: 200px; right: 0; bottom: 0; top: 50%; margin-top: -100px; }
.xf-code i { position: absolute; right: 10px; top: -30px; cursor: pointer; }
.xf-code img { width: 154px; height: 200px; }

/* popups */
.logincenter-popup { width: 320px; }
.logincenter-popup .popup-content { padding: 20px; }

.register-popup { width: 800px; }
.register-popup .popup-content { padding: 20px 20px 10px; font-size: 0; }
.register-popup .popup-content > .info { font-size: 14px; color: red; }
.register-popup .popup-content .form-row { display: inline-block; width: 50%; margin: 8px 0; overflow: hidden; }
.register-popup .popup-content .form-pretitle { margin: 0 10px; padding-left: 90px; }
.register-popup .popup-content .form-pretitle > ul { margin: 0 -2px; }
.register-popup .popup-content .form-pretitle > ul li > div { margin: 0 2px; }
.register-popup .popup-content .form-title { width: 90px; font-size: 13px; text-align: right; }
.register-popup .popup-content .form-title.form-title-long { margin-top: -16px; line-height: 1.2; white-space: pre-wrap; }
.register-popup .popup-content .form-control { font-size: 14px; }
.register-popup .popup-foot { padding-bottom: 20px; text-align: center; }
.register-popup .popup-foot a { width: 180px; border-radius: 0; }

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