﻿@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: #efefef;
    overflow-x: hidden;
}

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-mt20 {
    margin-top: 20px;
}
.ewb-mt30 {
    margin-top: 30px;
}

#header {
    height: 335px;
}

@media (max-width:979px) {
    #header {
        height: auto;
    }
}

/* top */
.ewb-top {
    line-height: 34px;
    font-size: 12px;
    color: #343c52;
}

.ewb-top span:first-child {
    color: #333;
}

/* logo */
.ewb-logo {
    height: 233px;
    padding-top: 77px;
    /*background: url("../images/logo_bg.jpg") top center no-repeat;*/
}

.ewb-logo a {
    display: block;
}

.headerlogo{
    float:left;
    position: absolute;
}

.headertitle{
    margin-left:95px;
    position: absolute;
}

/* nav */
.ewb-nav {
    background: #187ccf;
    border-top: 5px solid #35a9ea;
}

.ewb-nav-content {
    margin-right: 330px;
}

.ewb-nav-list {
    float: left;
    width: 170px;
}

.ewb-nav-list a {
    display: block;
    height: 63px;
    font-weight: bold;
    color: #fffcff;
}

.ewb-nav-item {
    margin: 0 12px;
    text-align: center;
    font-size: 0;
}

.ewb-nav-item span {
    display: inline-block;
    font-size: 18px;
    line-height: 63px;
    padding-left: 27px;
    background-repeat: no-repeat;
    background-position: left center;
}

.nav1 {
    background-image: url("../images/nav_icon_01.png");
}

.nav2 {
    background-image: url("../images/nav_icon_02.png");
}

.nav3 {
    background-image: url("../images/nav_icon_03.png");
}

.nav4 {
    background-image: url("../images/nav_icon_04.png");
}

.nav5 {
    background-image: url("../images/nav_icon_05.png");
}

.ewb-nav-i {
    float: left;
    width: 12px;
    height: 100%;
}

.ewb-nav-list.cur .ewb-nav-item,
.ewb-nav-list:hover .ewb-nav-item {
    background: #35a9ea;
}

.ewb-nav-list.cur .navLeft,
.ewb-nav-list:hover .navLeft {
    background: url("../images/nav_left_bg.png") no-repeat;
}

.ewb-nav-list.cur .navRight,
.ewb-nav-list:hover .navRight {
    background: url("../images/nav_right_bg.png") no-repeat;
}

/* 搜索 */
.ewb-search {
    width: 330px;
    float: right;
    padding: 13px 0;
    font-size: 12px;
    margin-top: -63px;
}

.ewb-search-btn {
    float: right;
    width: 55px;
    height: 36px;
    background: #72c3f0;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.ewb-search-btn:hover {
    background: #35a9ea;
}

.ewb-search-box {
    position: relative;
    z-index: 1;
    padding-left: 8px;
    margin-right: 55px;
    height: 36px;
    border: 1px solid #72c3f0;
    border-right: 0;
    background: #fff;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 8px;
    height: 34px;
    line-height: 34px;
    color: #333;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 0;
    background: 0 0;
}

/* 小屏 */
@media (min-width:980px) and (max-width:1199px) {

    /* nav */
    .ewb-nav-list {
        width: 130px;
    }
}

/* pad */
@media (max-width:979px) {

    /* nav */
    .ewb-nav-content {
        margin-right: 0;
    }

    .ewb-nav-list {
        width: 20%;
    }

    /* search */
    .ewb-search {
        margin-top: 0;
        width: 100%;
    }

}

@media (max-width:767px) {

    /* logo */
    .ewb-logo img {
        margin: 0 auto;
    }

    /* nav */
    .ewb-nav-i {
        display: none;
    }

    .ewb-nav-item {
        margin: 0;
    }

    .ewb-nav-list a {
        height: auto;
    }

    .ewb-nav-item span {
        background: none;
        padding-left: 0;
    }
}

@media (max-width:480px) {

    /* nav */
    .ewb-nav-item span {
        font-size: 13px;
        line-height: 40px;
    }
}

/* footer */
.ewb-footer {
    padding: 20px 0;
    background: #424242;
    color: #fff;
    line-height: 29px;
}

.ewb-footer a {
    color: #fff;
}

.ewb-ml15 {
    margin-left: -15px;
}

.ewb-ml24 {
    margin-left: 24px;
}

.ewb-ga {
    padding-left: 30px;
    display: inline-block;
    background: url("../images/footer_img_03.png") 4px 5px no-repeat;
}

.ewb-footer-img {
    font-size: 0;
    padding-top: 5px;
}

.ewb-footer-icon {
    display: inline-block;
    vertical-align: middle;
}

.ewb-footer-icon:first-child {
    margin-right: 30px;
}

.ewb-footer-icon img {
    display: block;
}

@media (max-width:979px) {

    .ewb-ml15,
    .ewb-ml24 {
        margin-left: 0;
    }

    .ewb-footer {
        text-align: center;
    }
}

/* 面包屑 */
.ewb-location {
    font-size: 13px;
    margin: 15px 0;
    padding-left: 25px;
    line-height: 20px;
    background: url("../images/location_icon.png") 0 3px no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #187ccf;
}


/* 列表 */

.ewb-data-list {
    line-height: 30px;
    border-top: 1px solid #e5e5e5;
    padding-left: 13px;
    background: url("../images/list_img.png") left center no-repeat;
}

.ewb-data-list:first-child {
    border-top: 0;
}

.ewb-data-infor {
    margin-right: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-data-infor a {
    color: #333;
}

.ewb-data-date {
    float: right;
    color: #666;
}

.ewb-data-list:hover,
.ewb-data-list:hover a,
.ewb-data-list:hover .ewb-data-date {
    color: #187ccf;
}

.ewb-data-list:hover {
    background-image: url("../images/list_imgh.png");
}
/* 手机端 */
@media (max-width:480px) {

    .ewb-data-infor {
        margin-right: 100px;
    }
}


.bdl {
  display: none;
}

.header {
  height: 335px;
  background: url("../images/header_bg.png") no-repeat center top;
}

.header-top {
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
}

.header-top-date > .weather {
  padding-left: 15px;
}

.header-top-right {
  line-height: 35px;
}

.header-top-right > a {
  display: inline-block;
  margin: 0 20px;
  color: #333;
  vertical-align: middle;
}

.header-top-code, .header-top-help {
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
}

.header-top-code {
  background-image: url("../images/header_icon1.png");
}

.header-top-help {
  background-image: url("../images/header_icon2.png");
}

.header-top-eng {
  margin-right: 5px;
}

.header-con {
  height: 191px;
}

.header-logo {
  margin-top: 54px;
  padding-left: 88px;
  height: 77px;
  background: url("../images/guohui.png") no-repeat left center;
}

.header-logo-tt {
  position: relative;
  padding-top: 5px;
  line-height: 48px;
  color: #e10011;
  font-size: 40px;
  font-weight: bold;
  font-family: "SourceHanSansCN-Medium";
}

.header-logo .header-logo-tt:before,
.header-logo .header-logo-href:before {
  content: attr(text);
  position: absolute;
  z-index: 10;
  color: #b21a1f;
  -webkit-mask: linear-gradient(to top, #e10011, transparent);
}

.header-logo-href {
  display: block;
  position: relative;
  line-height: 23px;
  font-size: 24px;
  font-family: Arial;
  color: #e10011;
}

.header-search {
  margin-top: 68px;
  width: 328px;
  padding-left: 22px;
  height: 48px;
  border: 1px solid #c00107;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
}

.header-search-input {
  width: 230px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #666;
  background: transparent;
  outline: none;
}

.header-search-btn {
  width: 61px;
  height: 46px;
  background: #c00107 url("../images/header_search.png") no-repeat center;
  outline: none;
  border: none;
  cursor: pointer;
}

.header-search-btn:hover {
  background-color: #e05155;
}

.header-nav {
  position: relative;
  height: 58px;
  background: #c00107;
}

.header-nav-list {
  float: left;
}

.header-nav-list:first-child .header-nav-box {
  padding-left: 8px;
  letter-spacing: 8px;
}

.header-nav-list:hover .header-child {
  display: block;
}

.header-nav-box {
  display: block;
  width: 170px;
  height: 58px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.header-nav-box.active, .header-nav-box:hover {
  font-size: 22px;
  font-weight: bold;
  background: url("../images/nav_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.header-child {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background-color: #d86568;
  z-index: 99;
}

.header-child li {
  float: left;
}

.header-child-name {
  line-height: 30px;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
}

.footer {
  height: auto;
  background-color: #3d3d3d;
}

.footer-link {
  height: 63px;
  padding-top: 13px;
  background-color: #515151;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-link-select {
  float: left;
  width: 150px;
  height: 37px;
  margin-right: 24px;
}

.footer-link-select:last-child {
  margin-right: 0;
}

.footer-link .ewb-sel {
  display: none;
  width: 100%;
  height: 37px;
  line-height: 37px;
  padding-left: 16px;
  border: none;
  background-color: #fff;
}

.footer-link .chosen-container {
  width: 100%;
  height: 37px;
  line-height: 37px;
}

.footer-link .chosen-container-single .chosen-single {
  padding: 0 0 0 16px;
  height: 37px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
}

.footer-link .chosen-container-single .chosen-default {
  color: #999;
}

.footer-link .chosen-container-single .chosen-single.cur {
  color: #333;
}

.footer-link .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}

.footer-link .chosen-container-single .chosen-single span {
  margin-right: 30px;
  height: 37px;
  line-height: 37px;
}

.footer-link .chosen-container-single .chosen-single div {
  width: 30px;
  padding: 0;
}

.footer-link .chosen-container-single .chosen-single div b {
  width: 30px;
  height: 37px;
  background: url("../images/sel_ico.png") left center no-repeat;
}

.footer-link .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.footer-link .chosen-container-single .chosen-drop {
  top: 37px;
  border: none;
  border-radius: 0;
}

.footer-link .chosen-container .chosen-search {
  display: none;
}

.footer-link .chosen-container .chosen-results {
  max-height: 180px;
  margin: 0;
  padding: 0;
  color: #676767;
}

.footer-link .chosen-container .chosen-results li {
  padding: 10px;
  line-height: 20px;
}

.footer-link .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0087ff;
}

.footer-infor {
  margin-top: 32px;
}

.footer-infor-list {
  margin-bottom: 7px;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
}

.footer-infor-list li {
  float: left;
}

.footer-infor-list li:first-child .footer-infor-box {
  margin-left: 0;
}

.footer-infor-box {
  margin: 0 26px;
  font-size: 14px;
  color: #fff;
}

.footer-infor-name {
  margin-right: 35px;
  line-height: 30px;
  color: #fff;
}

.footer-right {
  margin-top: 54px;
}

.footer-right-icon {
  width: 48px;
  height: 59px;
  margin-right: 34px;
  background: url("../images/fooer_icon.png") no-repeat;
}

.footer-right-error {
  width: 110px;
  height: 55px;
  background: url("../images/error.png") no-repeat;
}


.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);
}

.footer-link-box a{
  float: left;
  font-size: 20px;
}

.footer-link-box ul li{
  float: left;
  margin-left: 20px;
  line-height: 29px;
}

.footer-link-box ul li a{
  color: #FFF;
  font-size: 14px;
}

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;
  }