@charset "gbk";
/*--footer--*/
#foot_box{
 
  width:100%; clear:both; background:#075aa6;  padding:40px 0px; border-bottom:5px solid #075aa6; border-bottom:8px solid #33a0e5; color:#a9d0f4;}
.footer_left{ width:65%; float:left;line-height: 240%;}
.ft_link select{ border:1px solid #79b1ec; background:#79b1ec; 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: 240%;}

.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;
  
    width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:8px solid #fff;
  }
  .ft_link .option {
    border-radius:2px 2px 0px 0px;
    -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:34px;
  }
  .ft_link .option li {
    padding: 0 10px;
    background: #3784ca;
    color: #fff;
    cursor: default;
  }
  .ft_link .option li:hover {
    background: #1069bb;
  }

  #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: block;
    margin-right: 5px;
    float: left;
  }
  .foot_nav a {
    color: #fff;
  }
  .foot_Copyright {
    font-size: 14px;
  }
  .foot_Copyright a {
    color: #a9d0f4;
    text-decoration: none;
  }