@media only screen and (min-width: 640px) {
  * {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Microsoft YaHei", arial;
  }
  .container {
    padding: 0;
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
  header {
    background: url(../images/bg01.png) no-repeat center top;
    height: 209px;
  }
  header .top iframe {
    float: left;
  }
  header .top ul {
    float: right;
  }
  header .top ul li {
    float: left;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
  }
  header .top ul li a {
    color: #888888;
    display: block;
    width: 67px;
    text-align: center;
  }
  .search-in {
    float: left;
    width: 170px;
    height: 25px;
    background: none;
  }
  .search-in input {
    background: none;
    border: none;
    padding: 0px 10px;
    color: #333333;
    height: 24px;
    width: 140px;
    outline: none;
    border-bottom: 1px solid #e0dfdf;
  }
  .search-in button {
    float: right;
    border: none;
    outline: none;
    background: none;
    margin-top: 0px;
    margin-right: 10px;
  }
  .search-in button img {
    height: 20px;
    width: 20px;
  }
  header .middle {
    height: 114px;
  }
  header .middle .logo {
    float: left;
    margin-top: 8px;
  }
  header .middle .phone {
    float: right;
    width: 170px;
    margin-top: 25px;
    text-align: right;
  }
  header .middle .phone .p1 {
    font-size: 16px;
    color: #777;
    margin-bottom: 5px;
  }
  header .middle .phone .p2 {
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    color: #1f4b9f;
    margin-bottom: 0;
  }
  header .bottom {
    background: #0051d1;
    height: 60px;
  }
  header .bottom #nav {
    width: 100%;
    height: 60px;
    margin-bottom: 0;
  }
  header .bottom ul .navlist {
    float: left;
    width: 10%;
    text-align: center;
    height: 60px;
    background: url(../images/bg03.png) no-repeat right center;
  }
  header .bottom ul .navlist a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 60px;
    text-decoration: none;
    font-weight: bold;
  }
  header .bottom ul .navlist:hover {
    background: #003b99;
  }
  header .bottom ul .a1 {
    background: #003b99;
  }
  header .bottom ul .hid {
    display: none;
  }
  #nav .navlist .navdropdown {
    display: none;
    position: absolute;
    width: 125px;
    z-index: 999;
    text-align: center;
    background: #0051d1;
  }
  #nav .navlist .navdropdown li {
    border: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  #nav .navlist .navdropdown li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #nav .navlist .navdropdown li a:hover {
    background: #003b99;
  }
  .footer {
    background: #f2f6fa;
    padding-top: 25px;
  }
  .footer .p1 {
    color: #003b99;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ced0d3;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .footer .p1 a {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;
  }
  .footer .left {
    float: left;
  }
  .footer .left .p2 {
    color: #6f6f6f;
    font-size: 13px;
  }
  .footer .left .p2 a {
    color: #6f6f6f;
    text-decoration: none;
  }
  .footer .right {
    float: right;
    text-align: center;
  }
  .footer .right li {
    float: left;
    width: 130px;
  }
  .footer .right li img {
    width: 113px;
    height: 113px;
  }
  .footer .right li p {
    margin-top: 10px;
    font-size: 13px;
    color: #6f6f6f;
  }
  .footer .bottom {
    background: #e8eef3;
    line-height: 35px;
  }
  .footer .bottom p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
    color: #888888;
  }
  .footer .bottom p a {
    color: #888888;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  * {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Microsoft YaHei", arial;
  }
  .container {
    width: 100% !important;
    min-width: 300px !important;
    margin-left: auto;
    margin-right: auto;
  }
  header .container {
    padding: 0;
  }
  header .top {
    display: none;
  }
  .search-in {
    display: none;
  }
  header .middle .logo {
    width: 100%;
    padding: 15px 25px;
  }
  header .middle .phone {
    display: none;
  }
  header .bottom {
    background: #0051d1;
    height: 80px;
  }
  header .bottom #nav {
    width: 100%;
    height: 80px;
    margin-bottom: 0;
  }
  header .bottom ul .navlist {
    float: left;
    width: 20%;
    text-align: center;
    height: 40px;
    background: url(../images/bg03.png) no-repeat right center;
  }
  header .bottom ul .navlist a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
  }
  header .bottom ul .a1 {
    background: #003b99;
  }
  #nav .navlist .navdropdown {
    display: none !important;
  }
  .footer {
    background: #f2f6fa;
    padding-top: 25px;
  }
  .footer .p1 {
    display: none;
  }
  .footer .left {
    width: 100%;
  }
  .footer .left .p2 {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.6;
  }
  .footer .left .p2 a {
    color: #6f6f6f;
    text-decoration: none;
  }
  .footer .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .footer .right li {
    float: left;
    width: 50%;
  }
  .footer .right li img {
    width: 113px;
    height: 113px;
  }
  .footer .right li p {
    margin-top: 10px;
    font-size: 14px;
    color: #6f6f6f;
  }
  .footer .bottom {
    background: #e8eef3;
    line-height: 25px;
    margin-top: 20px;
  }
  .footer .bottom p {
    margin-bottom: 0;
    font-size: 12px;
    color: #888888;
    text-align: center;
  }
  .footer .bottom span {
    display: block;
  }
  .footer .bottom p a {
    margin-left: 10px;
    color: #888888;
  }
}
