﻿@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,
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 {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    background: #f6f6f6;
}

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;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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;
}

/* css3效果 */

.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);
}


/* top */

.ewb-top {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #fff;
}

.ewb-top-l {
    margin-left: 10px;
    float: left;
}

.ewb-top-r {
    float: right;
    margin-right: 16px;
}

.ewb-top-r a {
    color: #333;
}

.ewb-top-r a:hover {
    color: #bc0501;
}

.ewb-top-r span {
    padding: 0 10px;
}

/* banner */

.ewb-banner {
    height: 220px;
    /*background: url('../images/banner_img.jpg') center top no-repeat;*/
}

.ewb-title {
    float: left;
    margin-top: 36px;
    margin-left: -5px;
}

.ewb-tip-title {
    position: absolute;
    float: right;
    margin-top: 78px;
    margin-left: 824px;
}

.headerlogo{
    position: absolute;
}

.headertitle{
    margin-left:115px;
    position: absolute;
}

/* nav */

.ewb-nav {
    background: #bc0501;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.ewb-nav-item {
    float: left;
}

.ewb-nav-item a {
    display: block;
    padding: 0 26px;
    min-width: 171px;
    text-align: center;
    color: #fff;
}

.ewb-nav-item.cur a,
.ewb-nav-item a:hover {
    background: #990603;
    font-weight: bold;
}

/*  */

.ewb-bgwt {
    background: #fff;
}

.ewb-notice {
    float: left;
    padding-left: 31px;
    line-height: 50px;
    font-size: 14px;
    margin-left: 10px;
    background: url('../images/notice_icon.png') left center no-repeat;
}

.ewb-search-content {
    float: right;
    margin: 9px 10px 0 0;
    position: relative;
    width: 220px;
    height: 30px;
    border: 1px solid #ab2a22;
    border-radius: 15px;
    padding-left: 15px;
}

.ewb-search {
    position: relative;
    margin-right: 34px;
}

.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    cursor: text;
}

.ewb-search .input-box {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 0;
    background: 0 0;
}

.ewb-search-content button {
    display: block;
    width: 34px;
    height: 28px;
    border-radius: 14px;
    background: url('../images/search_icon.png') center center no-repeat;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* footer */

.ewb-footer {
    background: #575757;
    height: 180px;
}

.ewb-foot-info {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 52px;
}

.ewb-foot-info span {
    margin: 0 8px;
}

.ewb-foot-info a {
    color: #fff;
}

.ewb-red {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 5px;
}

.footer-img {
    display: block;
    position: absolute;
    left: 44px;
    top: 56px;
}

/* 公共样式 */

.ewb-public {
    border: 1px solid #dcdcdc;
}

.ewb-public-hd {
    height: 39px;
    line-height: 39px;
    background: #f9f9f9;
}

a.ewb-public-tt {
    float: left;
    padding: 0 22px;
    background: #bc0501;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

a.ewb-public-tt:before {
    content: '';
    width: 6px;
    height: 11px;
    background: url('../images/r_arrow.png') no-repeat;
    position: absolute;
    right: -6px;
    top: 14px;
}

.ewb-public-more {
    float: right;
    color: #999;
    margin-right: 18px;
}

.ewb-public-hd .hdl {
	padding: 0 22px;
    color:#333;
    font-size:18px;
    margin-right:40px;
}

.ewb-public-hd .hdl.active {
	padding: 0 22px;
	background: #bc0501;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: relative;
    margin-right:40px;
}

.ewb-public-hd .hdl.active:before {
	content: '';
	width: 6px;
	height: 11px;
	background: url('../images/r_arrow.png') no-repeat;
	position: absolute;
	right: -6px;
	top: 14px;
}

.ewb-public-hd .hdl>a {
    color: #999;
    font-size: 18px;
}

.ewb-public-hd .hdl.active>a {
    color: #fff;
    font-weight: bold;
}


/* 公共列表 */

.ewb-info-item {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    vertical-align: top;
}

.ewb-info-forus {
    margin-right: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-info-forus a {
    padding-left: 13px;
    color: #333;
    background: url('../images/dian.jpg') left center no-repeat;
}

.ewb-date {
    float: right;
    color: #999;
    margin-top: -26px;
}

.ewb-info-item:hover .ewb-info-forus,
.ewb-info-item:hover .ewb-info-forus a,
.ewb-info-item:hover .ewb-date {
    color: #bc0501;
}

.ewb-info-item:hover .ewb-info-forus a {
    background-image: url('../images/dianh.jpg');
}


table {
    table-layout: automatic;
    border-collapse: collapse;
}

    table tr, table td {
        border: 1px solid black;
    }
/* 小于1199 */

@media(max-width: 1199px) {
    .ewb-title {
        width: 650px;
    }

    .ewb-tip-title {
        width: 300px;
    }

    .ewb-nav-item a {
        min-width: 0;
        padding: 0 25px;
    }
}

/* pad */

@media(max-width: 979px) {
    .ewb-tip-title {
        margin-top: 0;
    }

    .ewb-nav-item a {
        padding: 0 8px;
    }

    .ewb-foot-info {
        padding-top: 20px;
    }

    .footer-img {
        position: static;
        width: 62px;
        height: 63px;
        margin: 0 auto;
    }
}

/* phone */

@media(max-width: 767px) {
    .ewb-top {
        height: auto;
        padding: 5px 0;
        line-height: 20px;
        font-size: 12px;
    }

    .ewb-top-l {
        margin-left: 0;
    }

    .ewb-top-r {
        margin-right: 0;
    }

    .ewb-title {
        margin-top: 20px;
    }

    .ewb-tip-title {
        margin-right: 0;
    }

    .ewb-banner {
        height: auto;
        padding-bottom: 20px;
    }

    .ewb-nav {
        font-size: 14px;
        line-height: 30px;
        height: auto;
    }

    .ewb-nav-item {
        width: 25%;
    }

    .ewb-nav-item a {
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ewb-nav-item:last-child {
        width: 30%;
    }

    .ewb-notice {
        line-height: 24px;
        font-size: 14px;
    }

    .ewb-search-content {
        width: 100%;
        margin: 5px 0 0 0;
    }

    .ewb-footer {
        height: auto;
        padding-bottom: 20px;
    }

    .ewb-foot-info {
        line-height: 24px;
        font-size: 12px;
    }

    .ewb-foot-info span {
        display: block;
        margin: 0;
    }
}


.ewb-nav-items {
    position: relative;
}

.subnav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    padding: 14px 0;
    background-color: #990603;
    z-index: 9999;
}

.subnav-list {
    width: 16.66667%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}

.subnav-list>a {
    font-weight: normal !important;
}

.ewb-nav-item:hover .subnav {
    display: block;
}

table {
    width: 100%!important;
    table-layout: automatic;
    border-collapse: collapse;
}

    table tr, table td {
        border: 1px solid black;
    }

    table col:nth-child(7) {
        width: 200px!important;
    }

/* phone */

@media(max-width: 767px) {
    .subnav {
        top: 30px;
        padding: 5px 0;
    }

    .subnav-list {
        width: 25%;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    .ewb-nav-item:nth-child(5) .subnav,
    .ewb-nav-item:nth-child(6) .subnav,
    .ewb-nav-item:nth-child(7) .subnav {
        top: 60px;
    }
}
