@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";
    min-width: 1200px;
    background: url('../images/bg.jpg') no-repeat center top #f2f2f2;
}

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);
}

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-span1 {
    float: left;
    width: 78px;
}

.ewb-span2 {
    float: left;
    width: 180px;
}

.ewb-span3 {
    float: left;
    width: 282px;
}

.ewb-span4 {
    float: left;
    width: 384px;
}

.ewb-span5 {
    float: left;
    width: 486px;
}

.ewb-span6 {
    float: left;
    width: 588px;
}

.ewb-span7 {
    float: left;
    width: 690px;
}

.ewb-span8 {
    float: left;
    width: 792px;
}

.ewb-span9 {
    float: left;
    width: 894px;
}

.ewb-span10 {
    float: left;
    width: 996px;
}

.ewb-span11 {
    float: left;
    width: 1098px;
}

.ewb-span12 {
    float: left;
    width: 1200px;
}

.ewb-row {
    overflow: hidden;
}

.ewb-ml24 {
    margin-left: 24px;
}

.ewb-mt30 {
    margin-top: 30px;
}

.ewb-white {
    background: url("../images/mask_white_80.png");
    margin-top: 10px;
    border: 1px solid #f0eeee;
    box-shadow: 0px 0px 9px 0px rgba(158, 158, 158, 0.3); 
}


#header {
    height: 380px;
}

.ewb-logo {
    height: 330px;
}

.ewb-main-logo {
    display: block;
    padding-top: 22px;
}

.ewb-sublogo {
    display: block;
    padding-top: 44px;
    padding-left: 72px;
}

/* 搜索 */
.ewb-search-box {
    position: relative;
    margin-top: 7px;
    float: right;
}

.ewb-search-btn {
    position: absolute;
    right: 16px;
    top: 6px;
    width: 23px;
    height: 23px;
    background: url("../images/search_btn.png") no-repeat;
    padding: 0;
    cursor: pointer;
    z-index: 10;
}

.ewb-search {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 42px;
    height: 34px;
    width: 0;
    display: none;
    overflow: hidden;
    border-radius: 19px;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border: 0;
    background: 0 0;
}

/* nav */
.ewb-nav {
    background: #a82126;
    height: 50px;
}

.ewb-nav-items {
    float: left;
    width: 910px;
}

.ewb-nav-item {
    float: left;
    width: 12.28%;
}

.ewb-nav-item a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.ewb-nav-item span {
    display: inline-block;
    padding-left: 27px;
    background-position: left center;
    background-repeat: no-repeat;
}

.nav1 span {
    background-image: url("../images/nav_ico1.png");
}

.nav2 span {
    background-image: url("../images/nav_ico2.png");
}

.nav3 span {
    padding-left: 38px;
    background-image: url("../images/nav_ico3.png");
}

.nav4 span {
    background-image: url("../images/nav_ico4.png");
}

.nav5 span {
    background-image: url("../images/nav_ico5.png");
}

.nav6 span {
    background-image: url("../images/nav_ico6.png");
}

.nav7 span {
    background-image: url("../images/nav_ico7.png");
}

.nav8 span {
    background-image: url("../images/nav_ico8.png");
}

.ewb-nav-item a:hover {
    background-color: #ca474e;
}


/* footer */
/* 友情链接 */
.ewb-link {
    margin: 10px 0;
}

.ewb-link-content {
    margin-left: -40px;
}

.ewb-link-list {
    float: left;
    width: 25%;
}

.ewb-link-item {
    height: 30px;
    margin-left: 40px;
}

.ewb-link-select {
    width: 100%;
    height: 100%;
}

.ewb-link-item .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #eee;
}

.ewb-link-item .chosen-container {
    font-size: 14px;
    color: #666;
}

.ewb-link-item .chosen-container-single .chosen-single {
    height: 30px;
    border: 1px solid #eee;
    box-shadow: 0px 3px 9px 0px rgba(158, 158, 158, 0.3);
}

.ewb-link-item .chosen-container .chosen-drop {
    border: 0;
    border-radius: 0;
    top: 36px;
    box-shadow: 0px 3px 9px 0px rgba(158, 158, 158, 0.3);
}

.ewb-link-item .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
    max-height: 160px;
}

.ewb-link-item .chosen-container .chosen-results li {
    line-height: 33px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-link-item .chosen-container .chosen-results li.highlighted {
    background-color: #f2f2f2;
    color: #666;
}

.ewb-link-item .chosen-container-single .chosen-single div {
    width: 26px;
}

.ewb-link-item .chosen-container-single .chosen-single div b {
    background-image: url("../images/link_arrow_down.png");
}

.ewb-link-item .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url("../images/link_arrow_up.png");
}

/* footer bottom */
.ewb-footer {
    border-top: 5px solid #af0908;
    background: #2a2a2a;
    padding-bottom: 45px;
}

.ewb-footer-content {
    padding-left: 210px;
}

.ewb-footer-p span,
.ewb-footer-p label {
    float: left;
    color: #fff;
    line-height: 26px;
    height: 26px;
}

.ewb-footer-p a {
    display: block;
    color: #fff;
}

.ewb-footer-p label {
    width: 15px;
    text-align: center;
}

.ewb-footer-logo {
    float: left;
}

.ewb-footer-logo img {
    display: block;
}

.ewb-footer-top {
    margin: 26px 0 22px;
}

.ewb-footer-code {
    float: left;
    margin-left: 30px;
}

.ewb-footer-node {
    float: left;
    margin-left: 30px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

.ewb-footer-node span {
    display: block;
}

.ewb-footer-img {
    border: 1px solid #717171;
    margin-bottom: 7px;
}

.ewb-footer-img img {
    width: 61px;
    height: 61px;
    display: block;
}

/* 面包屑 */
.ewb-location {
    margin-top: 10px;
    line-height: 21px;
    padding-left: 16px;
    font-size: 16px;
    background: url("../images/loaction_icon.png") left center no-repeat;
}

.ewb-location a {
    color: #333;
}

/* chosen */
.chosen-container-single .chosen-default {
    color: #333;
}


/* 20200506修改 */
#header {
    height: 190px;
}

.ewb-logo {
    height: 140px;
}

.ewb-main-logo {
    float: left;
}

.ewb-sublogo {
    float: right;
    padding: 32px 150px 0 0;
}

.ewb-nav {
    background: #0f4781;
    width: 1200px;
    margin: 0 auto;
}

.ewb-nav-item a:hover {
    background: #2a94de;
}


/* footer */
.ewb-footer {
    height: 157px;
    border-top: 0;
    padding-bottom: 0;
    padding-top: 13px;
    background: url("../images/footer_mask_bg.png");
}

.ewb-footer-top {
    margin: 0 0 6px 0;
}

.ewb-footer-p span,
.ewb-footer-p label {
    color: #e9e9e9;
    height: 20px;
    line-height: 20px;
}

.ewb-footer-code {
    margin-left: 275px;
}

/* 20200510修改 */
/* 右侧新增 */
.zbztb_floatr .qrcode {
    position: relative;
    line-height: inherit;
}

.zbztb_floatr .qrcode i {
    display: inline-block;
    margin-top: 11px;
}

.zbztb_floatr .qrcode .info {
    z-index: -1;
    position: absolute;
    top: -30px;
    right: -172px;
    width: 122px;
    height: 122px;
    color: #898989;
}

.zbztb_floatr .qrcode .info img {
    height: 108px;
    width: 108px;
}

.zbztb_footer p {
    line-height: 30px;
    margin-top: 20px;
}

.zbztb_footer span {
    font-family: Arial;
    margin: 0 20px 0 22px;
}

/*fixed*/
.zbztb_floatr {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    margin-top: -120px;
}

.zbztb_floatr ul {
    width: 50px;
}

.zbztb_floatr li {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    background: #f89717;
    vertical-align: bottom;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.zbztb_floatr li:hover {
    background: #faa73a;
}

.zbztb_floatr li i {
    font-size: 30px;
}

.zbztb_floatr .service {
    position: relative;
    height: 160px;
    line-height: inherit;
}

.zbztb_floatr .service h3 {
    position: relative;
    z-index: 10;
    width: 25px;
    height: 145px;
    padding: 15px 15px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #f89717;
    font-weight: 400;
    line-height: 28px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.zbztb_floatr .service h3 span {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -12px;
    font-size: 24px;
}

.zbztb_floatr .service .info {
    position: absolute;
    top: 0;
    right: -152px;
    width: 142px;
    height: 160px;
    padding: 0 5px;
    color: #898989;
    background: #fff;
}

.zbztb_floatr .service .info p {
    border-bottom: solid 1px #d7d7d7;
    font-size: 16px;
    color: #7e7e7e;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 13px;
    font-style: italic;
}

.zbztb_floatr .service .info p img {
    margin-right: 5px;
}

.zbztb_floatr .service .info p span {
    color: #f8910a;
    font-size: 18px;
}

.zbztb_floatr .service .info p:last-child {
    border-bottom: none;
}

.zbztb_floatr .service .info p i {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #333;
}

.zbztb_floatr .service .info p:hover {
    color: #f89717;
}

.zbztb_floatr .qrcode i {
    display: inline-block;
    margin-top: 11px;
    color: rgba(255, 255, 255, .0);
}

.zbztb_floatr .complain {
    position: relative;
    width: 50px;
    height: 160px;
}

.zbztb_floatr .complain h3 {
    position: relative;
    z-index: 10;
    width: 25px;
    height: 145px;
    padding: 15px 15px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #f89717;
    font-weight: 400;
    line-height: 28px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.zbztb_floatr .complain a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.zbztb_floatr .complain h3:hover {
    background: #faa73a;
}
/*修改20191217*/
.ewb-nav-item.cur a {
    background-color: #2a94de;
}
.ewb-nav-item {
    width: 12.28%;
}
.ewb-nav-items {
    width: 950px;
}
.nav7 span{
	padding-left: 35px;
} 

/* 20200927修改 */
.ewb-nav-item {
    width: 12.28%;
}

.nav6 span {
    background-image: url("../images/nav_ico6.png");
}

.nav7 span {
    background-image: url("../images/nav_ico7.png");
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}

body{
    font-family: "SourceHanSansCN-Regular";
}