﻿@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 */

body {
    color: #333;
    font-size: 12px;
    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;
}


/* 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;
}

.ewb-container {
    width: 1330px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

/* header */

.ewb-header {
    height: 116px;
}

/* logo */

.ewb-logo {
    margin-top: 24px;
    margin-left: 1px;
}

.ewb-hdr-link {
    font-size: 14px;
    line-height: 32px;
}

.ewb-hdr-link a {
    color: #333;
}

.ewb-hdr-sp {
    padding: 0 14px;
}

.ewb-hdr-icon {
    margin-top: 3px;
    width: 20px;
    height: 24px;
    background: url(../images/header_icon.png) no-repeat;
}

.ewb-hdr-hotline {
    padding-left: 20px;
    background: url(../images/header_line.png) 0 7px no-repeat;
}

.ewb-hdr-search {
    margin-top: 30px;
    margin-right: 19px;
}

.ewb-hdr-txt {
    padding-left: 7px;
    width: 247px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    outline: 0;
    border: 1px solid #afafaf;
}

.ewb-hdr-btn {
    width: 67px;
    height: 32px;
    border: 0;
    border-right: 0;
    outline: 0;
    background: url(../images/btn_icon.png) 23px 4px no-repeat #f67723;
}

.ewb-hdr-btn2 {
    margin-left: 1px;
    width: 67px;
    height: 32px;
    font-size: 16px;
    border: 0;
    color: #fff;
    background-color: #cb5c1d;
}

/* nav */

.ewb-nav {
    height: 85px;
    border: 1px solid #d3c1b3;
    border-bottom: 0;
    border-top: 0;
}

.ewb-nav li {
    width: 165px;
    border-right: 1px solid #d3c1b3;
}

.ewb-n-link {
    display: block;
    padding-top: 52px;
    width: 165px;
    height: 28px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #e89428;
    border-bottom: 4px solid #dfd1c9;
    border-top: 1px solid #d3c1b3;
}

.ewb-nav li.ewb-cur,
.ewb-nav li:hover {
    background: url(../images/nav_bg.jpg) repeat-x;
}

.ewb-n-icon1 {
    background: url(../images/nav_icon1.png) 59px 12px no-repeat #fcf8f5;
}

.ewb-nav li.ewb-cur .ewb-n-icon1,
.ewb-nav li:hover .ewb-n-icon1 {
    color: #fff;
    border-top: 1px solid #f69929;
    border-bottom: 4px solid #e28722;
    background: url(../images/nav_icon1h.png) 59px 12px no-repeat;

}

.ewb-n-icon2 {
    background: url(../images/nav_icon2.png) 67px 10px no-repeat #fcf8f5;
}

.ewb-nav li.ewb-cur .ewb-n-icon2,
.ewb-nav li:hover .ewb-n-icon2 {
    color: #fff;
    border-top: 1px solid #f69929;
    border-bottom: 4px solid #e28722;
    background: url(../images/nav_icon2h.png) 67px 10px no-repeat;

}

.ewb-n-icon3 {
    background: url(../images/nav_icon3.png) 62px 10px no-repeat #fcf8f5;
}

.ewb-nav li.ewb-cur .ewb-n-icon3,
.ewb-nav li:hover .ewb-n-icon3 {
    color: #fff;
    border-top: 1px solid #f69929;
    border-bottom: 4px solid #e28722;
    background: url(../images/nav_icon3h.png) 62px 10px no-repeat;

}

.ewb-n-icon4 {
    background: url(../images/nav_icon4.png) 60px 11px no-repeat #fcf8f5;
}

.ewb-nav li.ewb-cur .ewb-n-icon4,
.ewb-nav li:hover .ewb-n-icon4 {
    color: #fff;
    border-top: 1px solid #f69929;
    border-bottom: 4px solid #e28722;
    background: url(../images/nav_icon4h.png) 60px 11px no-repeat;

}

.ewb-n-icon5 {
    background: url(../images/nav_icon5.png) 63px 10px no-repeat #fcf8f5;
}

.ewb-nav li.ewb-cur .ewb-n-icon5,
.ewb-nav li:hover .ewb-n-icon5 {
    color: #fff;
    border-top: 1px solid #f69929;
    border-bottom: 4px solid #e28722;
    background: url(../images/nav_icon5h.png) 63px 10px no-repeat;

}

.ewb-n-icon6 {
    background: url(../images/nav_icon6.png) 54px 11px no-repeat #fcf8f5;
}

.ewb-nav li.ewb-cur .ewb-n-icon6,
.ewb-nav li:hover .ewb-n-icon6 {
    color: #fff;
    border-top: 1px solid #f69929;
    border-bottom: 4px solid #e28722;
    background: url(../images/nav_icon6h.png) 54px 11px no-repeat;

}

.ewb-n-icon7 {
    background: url(../images/nav_icon7.png) 62px 9px no-repeat #fcf8f5;
}

.ewb-nav li.ewb-cur .ewb-n-icon7,
.ewb-nav li:hover .ewb-n-icon7 {
    color: #fff;
    border-top: 1px solid #f69929;
    border-bottom: 4px solid #e28722;
    background: url(../images/nav_icon7h.png) 62px 9px no-repeat;
}

.ewb-n-icon8 {
    background: url(../images/nav_icon8.png) 70px 4px no-repeat #fcf8f5;
}

.ewb-nav li.ewb-cur .ewb-n-icon8,
.ewb-nav li:hover .ewb-n-icon8 {
    color: #fff;
    border-top: 1px solid #f69929;
    border-bottom: 4px solid #e28722;
    background: url(../images/nav_icon8h.png) 70px 4px no-repeat;
}

.ewb-nav li.ewb-last {
    width: 168px;
    border-right: 0;
}

.ewb-last .ewb-n-link {
    width: 168px;
}

/* 底部*/
.footindex
{
    width:1328px;  
    height: 108px;
    margin: 0px auto;
    background: url(../images/bottom.jpg) repeat-x;
    margin-top:10px;
}

.foot
{
    width:1330px;  
    height: 108px;
    margin: 0px auto;
    background: url(../images/bottom.jpg) repeat-x;
    margin-top:10px;
}
.foot_img{ float:left; margin-top:30px; margin-left:30px}
.foot_cont{ text-align:center; line-height:30px; float:left; width:652px;}
.foot_bz{ float:left; margin-right:30px; margin-top:10px;margin-left:200px;}

.ewb-main {
	padding: 0 0 !important;
}
.ewb-menu-r {
	width: 1129px !important;
}



.ewb-hdr-search-jywkd {
    margin-top: 20px;
    margin-right: 19px;
    margin-bottom: 1px;
	float: right;
}

.ewb-hdr-txt-jywkd {
    padding-left: 7px;
    width: 256px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    outline: 0;
    border: 1px solid #afafaf;
}

.ewb-hdr-btn-jywkd {
    width: 67px;
    height: 32px;
    border: 0;
    border-right: 0;
    outline: 0;
    background: url(../images/btn_icon.png) 23px 4px no-repeat #f67723;
}