﻿@charset "utf-8";
#container{
  background: url(xy-hd-head-bg.png) no-repeat top center;
}
#container .header{
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
#container .header .title{
  font-size: 36px;
  color: #022643;
  height: 110px;
  line-height: 110px;
}
#container .header .address li img{
  vertical-align: middle;
}
#container .header .address li{
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
#container .content{
  width: 1200px;
  margin: 25px auto;
  border-left: 1px dashed #dad9d9;
  padding-left: 40px;
}
#container .letter-content{
  position: relative;
}
#container .letter-content img{
  position: absolute;
  top: 0;
  left: -60px;
}
#container .letter-title{
  justify-content: space-between;
}
#container .letter-title span{
  font-size: 16px;
  color: #999;
  font-weight: 400;
}
#container .letter-search-content{
  width: 1200px;
  height: 475px;
  margin: 70px auto;
  background: url(letter-search-bg.png) no-repeat center center;
  align-items: center;
  justify-content: center;
}
#container .letter-search-content .row{
  width: 400px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #e5e5e5;
  margin: 0 auto 30px;
}
#container .letter-search-content .row span{
  display: inline-block;
  width: 105px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
}
#container .letter-search-content .row input{
  display: inline-block;
  width: 250px;
  font-size: 16px;
  text-indent: 20px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  outline: none;
  border: none;
}
#container .letter-search-content .submit{
  display: block;
  width: 400px;
  height: 56px;
  background-color: #015293;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  cursor: pointer;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}






