﻿@charset "UTF-8";

/* yui3 reset.css */

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 */

html {
    height: 100%;
}

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    height: 100%;
    min-width: 1200px;
}

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 {
    cursor: pointer;
    text-decoration: none;
	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;
}

.container {
    width: 1100px;
    margin: 0 auto;
}


/* main */

.ewb-my-box {
    min-height: 100%;
    width: 100%;
    position: relative;
}

.ewb-my-top {
    padding-bottom: 179px;
}

/* footer */

.ewb-footer {
    height: 179px;
    margin-top: -179px;
    position: relative;
}

.ewb-footer-new {
	height: 122px;
    margin-top: -122px;
    position: relative;
}

.ewb-roolimg {
    height: 101px;
    padding: 21px 52px 0;
    background: #fff;
    overflow: hidden;
}

.ewb-copyright {
    height: 179px;
    color: #fff;
    background: url("../images/footerbg.jpg");
}

/* 友情链接 */

.ewb-friendlink {
    padding: 13px 0 11px 0;
    border-bottom: 1px solid #5d91c2;
    z-index: 99999;
}

.ewb-friendlink ul {
    margin: 0 -6px;
}

.ewb-fl-node {
    float: left;
    width: 16.6%;
    vertical-align: top;
}

.ewb-fl-box {
    margin: 0 6px;
}

.ewb-link-select {
    padding-left: 10px;
    width: 100%;
    height: 32px;
    line-height: 30px;
    border: 0;
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

.chosen-container {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding: 0;
    height: 32px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.chosen-container-single .chosen-single span {
    margin-right: 29px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.chosen-container-single .chosen-single div {
    width: 29px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 29px;
    height: 32px;
    background: url('../js/lib/chosen/chosen-sprite.png') no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url('../js/lib/chosen/chosen-spriteh.png');
}

.chosen-container-single .chosen-drop {
    top: auto;
    bottom: 32px;
    border: 1px solid #dcdee0;
    border-radius: 0;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #dcdee0;
    background: none;
    color: #666;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
    font-size: 14px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

/* 底部内容 */

.ewb-footer-content {
    position: relative;
    padding: 16px 0 22px 0;
}

.ewb-footer-info {
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-footer-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    padding: 3px 0;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}

.ewb-footer-item a {
    color: #fff;
}

.ewb-ga {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 18px;
    height: 20px;
}

/* 二维码 */

.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;
}

/* 图标 */

.ewb-footer-icon a {
    position: absolute;
    left: 50%;
    display: block;
}

.ewb-footer-icon a.icon1 {
    top: 35px;
    margin-left: 346px;
    width: 96px;
    height: 46px;
}

.ewb-footer-icon a.icon2 {
    top: 22px;
    margin-left: 484px;
    width: 45px;
    height: 51px;
}

.ewb-roolimg-sec {
	/* height: 91px; */
    padding: 10px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.ewb-roolimg-sec img {
	width: 1080px;
    /* height: 91px; */
}

.layui-layer-loading {
	width: 60px !important
}

.ewb-cur-auto{
	cursor: auto !important;
}

#ewb-imgscroll-one2 {
	margin-top: 10px;
}

.ewb-footer-icon a.icon0 {
    top: 15px;
    margin-left: 220px;
    width: 96px;
    height: 46px;
}