﻿#header {
  height: 289px;
}

.bdl {
  display: none;
}

.header {
  height: 289px;
  background: url("../images/header_bg.jpg") 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;
  padding-top:8px;
}

.header-top-right {
  line-height: 35px;
}

.header-top-right > a {
  display: inline-block;
  margin: 0 5px;
  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: 30px;
    padding-left: 140px;
    height: 140px;
    background: url(../images/bigguohui.png) no-repeat left center;
    position: absolute;
}

.header-logo-tt {
  position: relative;
    padding-top: 10px;
    line-height: 48px;
    color: #e10011;
    font-size: 52px;
    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: 22px;
    font-family: Arial;
    color: #e10011;
    padding-top: 10px;
}
.header-logo-href1 {
    display: block;
    position: relative;
    line-height: 23px;
    font-size: 22px;
    font-family: "SourceHanSansCN-Regular";
    color: #e10011;
    padding-top: 10px;
	font-weight:bold;
}

.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;
  width: 20%;
}

.header-child-name {
  line-height: 30px;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
}

.header-child .header-child-name {
    transition: all 0.2s;
    display: block
}

.header-child .header-child-name:hover {
    transform: translateY(-5px);
}

.footer {
  height: 234px;
  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: 180px;
  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;
  width:100%;
}

.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;
}

.ewb-nav-list {
  margin: 0 24px;
  width:1200px;
  margin:0 auto;
}

.ewb-nav-item {
    float: left;
    width: 170px;
}

.ewb-nav-item a {
  display: block;
  line-height: 64px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.ewb-nav-item.cur a, .ewb-nav-item:hover a {
  font-size: 22px;
  font-weight: bold;
  color: #feea41;
}

.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;
}