﻿/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font-size: 13px;
    color: #333;
    font-family: "Microsoft YaHei";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.container {
    width: 1200px;
    margin: 0 auto;
}
/*文本超出省略*/

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*顶部*/
.header {
    height: 109px;
    background: url('../images/building.jpg') no-repeat right bottom;
}
.logo {
    margin-top: 23px;
    margin-right: 70px;
}
.title-con {
    color: #4178be;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.host-name {
    font-size: 21px;
    letter-spacing: 3px;
}
.sub-name {
    letter-spacing: 1.5px;
}
.site-location {
    position: relative;
    margin: 34px 0 0 52px;
}
.site-location>span {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    padding-left: 24px;
    background: url('../images/location-icon.png') no-repeat left center;
    cursor: pointer;
}
.site-location:hover .site-con {
    display: block;
}
/*下拉地址*/
.site-con {
    position: absolute;
    top: 24px;
    left: -280px;
    width: 640px;
    height: auto;
    padding-top: 25px;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #d4d5d9;
    display: none;
}
.arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 640px;
    height: 25px;
    background: url('../images/arrow.png') -7px no-repeat;
}
.site-row {
    height: auto;
    min-height: 36px;
    margin: 0 10px;
    padding: 10px 0px 10px 15px;
    font-size: 15px;
    overflow: hidden;
    border-top: 1px dashed #d4d5d9;
}
.no-border {
    border-top: 0;
}
.site-row>label {
    float: left;
    width: 105px;
    height: 35px;
    line-height: 35px;
    color: #4178be;
    text-align: right;
}
.site-row>span {
    float: left;
    height: 35px;
    padding: 0px 5px;
    margin: 0 5px;
    line-height: 35px;
    color: #fff;
    background-color: #4178be;
}
.city-list {
    float: left;
    width: 500px;
}
.city-list>li {
    float: left;
    padding: 0px 5px;
    margin: 0 5px 5px;
    line-height: 35px;
    cursor: pointer;
}
.cur-city,
.city-list>li:hover {
    background-color: #4178be;
    color: #fff;
}
.login-register {
    font-size: 15px;
    margin: 47px 18px 0 0;
}

.login-register>span {
    color: #616161;
}
.login-register>a {
    color: #4178be;
}
.line {
    display: inline-block;
    height: 17px;
    border-left: 1px solid #ababab;
    border-right: 1px solid #7d7d7d;
    vertical-align: middle;
    margin: 0 15px;
}

/*导航*/
.nav-con {
    height: 46px;
    line-height: 46px;
    font-size: 0;
    background-color: #4178be;
}
.nav {
    height: 46px;
}
.nav>a {
    display: inline-block;
    width: 240px;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.nav>a:hover,
.active {
    background-color: #4287dc;
}
/*当前位置*/
.address-con {
    height: 39px;
    line-height: 39px;
    color: #999;
    background-color: #f2f2f2;
}
.address>a,
.address>span {
    color: #666;
}
.address>a:hover {
    color: #4287dc;
}
/*底部*/
.footer {
    height: 92px;
    text-align: center;
    color: #999;
    padding-top: 20px;
}
.footer>p {
    margin-bottom: 10px;
}

.footer a {
    color: #999;
}

/*分页样式*/

.ewb-page {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.ewb-page-items {
    margin-top: 22px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dedede;
}

.ewb-page-li.current>a {
    border: 0;
    color: #113ecf;
    font-weight: bold;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    color: #555;
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}


/*重写弹窗样式*/

div.layui-layer-rim {
    border: 0;
    border-radius: 6px;
    overflow: hidden;
}
div.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 55px;
    line-height: 55px;
    border-bottom: 0;
    font-size: 18px;
    color: #fff;
    background-color: #338bff;
}
span.layui-layer-setwin {
    right: 23px;
    top: 18px;
}