* {
  margin: 0;
  padding: 0;
}
.wp_nav:after{
display: none;
}

#web {
  height: 100%;
  width: 100%;
  background: #fff;
}

.mainWeb {
  width: 1256px;
  height: 100%;
  margin: 0 auto;
}

.header {
  background: #232b88;
  display: flex;
  flex-direction: column;
}

.header .top {
  display: flex;
  flex-direction: row;
justify-content: space-between;
}

.header .top .logo {
  margin-top: 11px;

  width: 384px;
  height: 64px;
  background-size: cover;
}

.header .top .logo a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.header .top .head-right{
margin-top: 26px;
display: flex;
    align-items: center;
}

.header .top .menu-icon {
  display: none;
  margin-top: 40px;
}

.header .top .mySearch {
  position: relative;
}

input#keyword {
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding: 12px;
}

  /* Òþ²Ø¾Û½¹Ê±µÄ±ß¿òºÍÂÖÀª */
  input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none; /* ÒÆ³ýÄ¬ÈÏÂÖÀª */
color: #fff !important;
  }
  input:focus {
     border-color: transparent; Òþ²Ø±ß¿ò£¨°´ÐèÆôÓÃ£© 
  }

.wp_search .search{
  background: url(/_upload/tpl/0e/4b/3659/template3659/static/image/search_icon.png) no-repeat;
    width: 38px;
    height: 40px;
    background-size: 21px 20px;
    /* padding: 12px; */
    border-bottom: 1px solid #fff;
    margin-left: -2px;
    background-origin: content-box;
}

.header .top .mySearch form .wp_search .search {
  position: absolute;
  top: 0;
  left: 140px;
  background: url("/_upload/tpl/0e/4b/3659/template3659/static/image/search.png") no-repeat;
}

.header .top .mySearch form .wp_search table tbody tr td {
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}

.header .top .mySearch form .wp_search table tbody tr td #keyword::-webkit-input-placeholder {
  color: #ccc;
}

.header .top .mySearch form .wp_search table tbody tr td #keyword:-moz-placeholder {
  color: #ccc;
}

.header .top .mySearch form .wp_search table tbody tr td #keyword::-moz-placeholder {
  color: #ccc;
}

.header .top .mySearch form .wp_search table tbody tr td #keyword:-ms-input-placeholder {
  color: #ccc;
}

.header .top .mySearch form .wp_search table tbody tr td #keyword {
  width: 220px;
  border: none;
  background: #232b88;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  outline: 0;
  font-size: 14px;
  padding-left: 12px;
  padding-bottom: 8px;
  font-family: "MicrosoftYaHeiLight";
  color: white;
}

.header .top .language {
  color: white;
  font-size: 18px;
  margin-left: 46px;
  cursor: pointer;
  text-decoration: none;
    display: none;
}

.header .top .language:hover {
  color: #f4b40c;
}

.header .bottom {
  margin-top: 20px;
}

.header .bottom .tabList {
  width: 100%;
}

.header .bottom .tabList #wp_nav_w4 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: none;
  width: auto;
  padding-bottom: 10px;
}

.header .bottom .tabList #wp_nav_w4 ul li {
  height: 32px;
}

.header .bottom .tabList #wp_nav_w4 ul li a {
  opacity: 0.95;
  height: 42px;
  text-align: center;
  line-height: 42px;
  box-sizing: border-box;
  font-size: 20px;
  text-decoration: none;
  background: #232b88;
}

.header .bottom .tabList #wp_nav_w4 ul li a span {
  display: block;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}

.header .bottom .tabList #wp_nav_w4 ul li a:hover {
  color: #f4b40c;
}

.header .bottom .tabList #wp_nav_w4 ul li a:hover span {
  color: #f4b40c;
}

.header .bottom .tabList #wp_nav_w4 ul li ul {
  margin-top: 10px;
  flex-direction: column;
  background: linear-gradient(0deg, #232b88 0%, #2a5298 100%);
  padding-bottom: 0px;
}

.header .bottom .tabList #wp_nav_w4 ul li ul li {
  height: 32px;
}

.header .bottom .tabList #wp_nav_w4 ul li ul li a {
  opacity: 0.95;
  text-decoration: none;
  border: none;
  height: 32px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  font-size: 16px;
  background: none;
}

.header .bottom .tabList #wp_nav_w4 ul li ul li a span {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}

.header .bottom .tabList #wp_nav_w4 ul li ul li a:hover {
  color: #f4b40c;
}

.header .bottom .tabList #wp_nav_w4 ul li ul li a:hover span {
  color: #f4b40c;
}

.header .bottom .tabList #wp_nav_w4 ul li ul li .mark {
  background: none;
}

.header .bottom .tabList .tab {
  height: 32px;
  cursor: pointer;
  padding-bottom: 8px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.header .bottom .tabList .tab span {
  display: block;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}

.footerInfo {
  width: 100%;
  background: #232b88;
  height: 260px;
}

.footerInfo .top {
  width: 100%;
 
  padding-top: 18px;
  padding-bottom: 14px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footerInfo .top .left {
  text-align: center;
 padding-left: 22px;
}

.footerInfo .top .left p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}

.footerInfo .top .right {
  margin-top: 8px;
  margin-left: 66px;
}

.footerInfo .top .right span {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}

.footerInfo .top .right a {
  text-decoration: none;
  color: #ffffff;
}

.footerInfo .top .right a:hover {
  color:#F4B102;
}

.footerInfo .bottom {
  position: relative;
  padding-top: 26px;
  display: flex;
}

.footerInfo .bottom .left p span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

.footerInfo .bottom .right {
  position: absolute;
  right: 0;
  top: 56px;
}

.footerInfo .bottom .right img {
    width: 384px;
    height: 63px;
}


