@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, ul, ol, form { margin: 0; }

body { color: #444; background: #f8f8f8; font-size: 14px; line-height: 1; }

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; vertical-align: bottom; }

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: #1092ec; }

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; }

.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; }

body { min-width: 1200px; _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1200?'1200px':''); }

.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; }

.red { color: red; }

.trans { transition: all ease-in-out .5s; }

.mt5 { margin-top: 5px; }

.mt30 { margin-top: 30px; }

.mt20 { margin-top: 20px; }

.mt50 { margin-top: 50px; }

.row { margin: 0 -15px; }

[class*=col-] { float: left; }

.col-2 { width: 50%; }
.col-3 { width: 33.333333%;}
.col-t { width: 50%; position: relative;}
.col-t :hover{color: var(--primary-login,#EAE8EA);}
.col-t .symbol{width: 18px;height: 3px;background: var(--primary-login,#EAE8EA); position: absolute;bottom: 0;left: 40%;}
.col-4 { width: 25%; }

.popbox { background: #000 \0 ; background: rgba(0, 0, 0, 0.6); position: fixed; z-index: 99999; top: 0; left: 0; width: 100%; height: 100%; }
.popbox .ban-login { width: 298px; height: 322px; left: 50%; top: 50%; margin-top: -161px; margin-left: -149px; }
.popbox .ban-login .pop-close { right: -15px; top: -15px; }

.pop-close { width: 38px; height: 38px; background: #1092ec; position: absolute; text-align: center; line-height: 38px; color: #fff; }
.pop-close i { font-size: 20px; }
.pop-close:hover { color: #fff; }

.back-top { width: 54px; position: fixed; right: 10px; bottom: 15px; }
.back-top ul li { margin-top: 2px; }
.back-top ul li a { width: 54px; height: 54px; background: #1092ec; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; display: block; color: #fff; text-align: center; line-height: 54px; position: relative; }
.back-top ul li a i { font-size: 32px; }
.back-top ul li a span { width: 20px; height: 20px; position: absolute; right: 5px; top: 5px; background: #ff0000; font-size: 10; line-height: 20px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; }

.sub-mainbg { background: url(../images/mainbg.jpg) top center no-repeat; padding-top: 30px; }

.min-height { min-height: 800px; }

.searchbox { margin-top: 24px; width: 294px; }
.search { height: 36px; border: 2px solid #1092ec; position: relative; padding-right: 70px; padding-left: 62px; }

.search-input, .search-btn { height: 36px; font-size: 14px; line-height: 36px; }

.search-input { width: 100%; padding-left: 10px; text-indent: 8px; background: transparent; color: #757575; }

.search-btn { width: 68px; border-left: 2px solid #1092ec; background: #1092ec; color: #fff; cursor: pointer; position: absolute; right: 0; top: 0; }

.search .select-main { font-size: 14px; height: 36px; position: absolute; width: 70px; left: 0; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.search .select-set { color: #666; cursor: pointer; padding: 0; text-align: center; width: 60px; height: 36px; line-height: 36px; overflow: hidden; position: relative; z-index: 5; }
.search .select-arrow { border-top: 6px solid #1092ec; border-left: 6px solid transparent; border-right: 6px solid transparent; cursor: pointer; height: 0; position: absolute; top: 14px; right: 0; width: 0; z-index: 7; }
.search .select-arrow.reverse { border-top: 6px solid transparent; border-bottom: 6px solid #1092ec; top: 8px; }
.search .select-block { background-color: #FFF; border: 2px solid #1092ec; border-top: none; border-radius: 0 0 5px 5px; left: -2px; line-height: 20px; position: absolute; top: 36px; padding: 0 0 5px; }
.search .select-list { cursor: pointer; 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; }
.search .select-list::-webkit-scrollbar { width: 6px; }
.search .select-list::-webkit-scrollbar-track { border-radius: 3px; }
.search .select-list::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
.search .select-items { width: 60px; color: #999; padding: 7px 0; text-align: center; margin-bottom: 1px; }
.search .select-items.active, .search .select-items:hover { background-color: #1092ec; color: #FFF; }

/*# sourceMappingURL=reset.css.map */
