input,
button,
textarea {
  outline: none;
}
input {
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
  margin: 0;
  padding: 0;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
option {
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
ul,
li,
div {
  list-style: none;
  border: 0px;
  padding: 0px;
}
img {
  border: 0px;
}
html {
  -webkit-text-size-adjust: none;
}
input {
  outline: none;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 15px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 15px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #666;
}
body {
  min-width: 1200px;
  font-size: 14px;
}
#foot_box {
  width: 100%;
  clear: both;
  background: #075aa6;
  padding: 50px 0px;
  border-bottom: 5px solid #075aa6;
  border-bottom: 8px solid #33a0e5;
  color: #a9d0f4;
}
.footer_left {
  width: 65%;
  float: left;
}
.ft_link select {
  border: 1px solid #3784ca;
  background: #3784ca;
  height: 45px;
  line-height: 45px;
  width: 200px;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  outline: none;
  margin-right: 5px;
  border: none;
}
.ft_link select::-ms-expand {
  display: none;
}
.foot_nav {
  clear: both;
  margin-bottom: 10px;
}
.foot_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.foot_nav span {
  margin: 0 10px;
}
.foot_nav strong {
  margin-left: 15px;
  font-weight: normal;
  font-size: 18px;
  position: relative;
}
.foot_nav strong i {
  font-size: 50px;
  line-height: 50px;
  position: relative;
  top: 12px;
}
.foot_Copyright {
  line-height: 25px;
}
.foot_right {
  float: right;
  width: 265px;
  text-align: right;
}
.ft_link select {
  border: 1px solid #3784ca;
  background: #3784ca;
  height: 45px;
  line-height: 45px;
  width: 200px;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  outline: none;
  margin-right: 5px;
  border: none;
}
.ft_link select::-ms-expand {
  display: none;
}
.ft_link {
  display: flex;
}
.ft_link .selectOne {
  float: left;
  position: relative;
  margin-right: 20px;
  background: #3784ca;
  height: 45px;
  line-height: 45px;
  width: 200px;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.ft_link .name {
  position: relative;
  display: block;
  padding: 0 10px;
  cursor: default;
}
.ft_link .name::after {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -4px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
}
.ft_link .option {
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 44px;
}
.ft_link .option li {
  padding: 0 10px;
  background: #3784ca;
  color: #fff;
  cursor: default;
}
.ft_link .option li:hover {
  background: #3784ca;
}
#foot_box .w14k-12k_center {
  width: 1200px;
  margin: 0px auto;
}
#foot_box .w14k-12k_center:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.foot_nav {
  padding-top: 20px;
}
.foot_nav span {
  display: inline-block;
  font-size: 18px;
}
.foot_nav span:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.foot_nav span i.iconfont {
  font-size: 22px;
  display: inline;
  margin-right: 5px;
  float: left;
}
.foot_nav a {
  color: #fff;
}
.foot_Copyright {
  font-size: 14px;
}
.foot_Copyright a {
  color: #a9d0f4;
}
