﻿/**!
 * 子页面通用样式
 * author: wangkai;
 * date:2019-03-26
 */

@charset "UTF-8";

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,
button,
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,
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: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    font-family: "Microsoft YaHei";
    outline: 0;
    /* border: 0; */
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
	outline:none;
}
a:focus{outline:none;}


/* 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;
}

/* 属性值渐变 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 子页面背景  */

body {
    /* background: url('../images/bg_bottom.jpg') center bottom no-repeat #b7dbff; */
    min-width: auto;
}


/* 竖版pad */

@media (max-width: 979px) {
    body {
        background: #b7dbff;
    }
}


/* logo */

.ewb-logo {
    float: left;
    margin: 71px 0 0 14px;
}

/* search */

.ewb-hot {
    position: relative;
    padding-left: 62px;
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
}

.ewb-hot-tt {
    position: absolute;
    top: 0;
    left: 0;
}

.ewb-hot-words {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-hot-words a {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 12px;
    color: #333;
}

/* .ewb-hot-tt,
.ewb-hot-words a {
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 3px 0px #fff, -3px -3px 0px #fff
} */



/* 竖版pad */

@media (max-width: 979px) {
    .ewb-logo {
        margin-top: 60px;
        width: 300px;
    }
}

/

/* 二维码 */

.ewb-code-box {
    position: absolute;
    left: 50%;
    top: 18px;
    width: 96px;
}

.ewb-code-box img {
    display: block;
    margin: 0 auto;
}

.ewb-code-box span {
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.ewb-code-box.icon1 {
    margin-left: 122px;
}

.ewb-code-box.icon2 {
    margin-left: 218px;
}


/* 手机端 */

@media (max-width: 767px) {

    .ewb-code-box {
        line-height: 24px;
        font-size: 13px;
    }

}

/* 当前位置 */

.ewb-route {
    margin: 0 23px;
    padding: 17px 0 13px 0;
    line-height: 22px;
    border-bottom: 1px solid #e2e2e2;
}

.ewb-route p {
    padding-left: 24px;
    font-size: 12px;
    color: #666;
    background: url('../images/route_ico.png') left 5px no-repeat;
}

.ewb-route p b {
    font-weight: bold;
    color: #0c5caa;
}

.ewb-route p a {
    color: #666;
}

.ewb-route p span {
    color: #107edc;
}
.ewb-route p span.canclick{cursor:pointer;color: #666;}
.ewb-route i {
	font-style: normal;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-route {
        margin: 0 10px;
    }
}

.ewb-ml10 {
	margin-left: 10px;
}

/*分页*/

.ewb-page {
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 26px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.ewb-page-li>a:hover {
    border: 1px solid #085dce;
}

.ewb-page-li.current>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #085dce;
    background-color: #085dce;
}

.ewb-page-li.active>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #085dce;
    background-color: #085dce;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 25px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 25px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a,
.ewb-page-btn:hover {
    color: #fff;
    background-color: #085dce;
    border-color: #085dce;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
    *width: 38px;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 10px;
    color: #666;
}

.ewb-page-info {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    vertical-align: top;
}

.ewb-page-btn {
	cursor: pointer;
	color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    margin-left: 6px;
}

.layui-layer-loading {
	width: 60px !important
}

.ewb-footer-icon img {
	max-width: none !important;
}

.ewb-cur-auto{
	cursor: auto !important;
}
