* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style-type: none;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
/* 头部开始 */
.top {
  width: 100%;
  background-color: #fff;
}
.tops {
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.top-one {
  display: flex;
}
.top-two {
  display: flex;
  flex-direction: column;
  /*padding-top: 20px;*/
  text-align: right;
}
.top-two span {
  color: #999999;
  /*margin-left: 65px;*/
}
.top-two p {
  color: #23438e;
  font-size: 30px;
  font-weight: bold;
}
/* 导航开始 */
.nav {
  width: 100%;
  background-color: #003DCC;
}
.nav ul {
  width: 80%;
  height: 51px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.nav ul li {
  list-style: none;
  width: 17%;
  text-align: center;
}
.nav ul li a{
margin: 15px 0 0 0;
    display: inline-block;
	/*background: #003DCC;*/
	color: #fff!important;
}
.nav1 {
  width: 17%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.nav1 a{margin: 15px 0 0 0;
    display: inline-block;}
.nav2 {
margin: 15px 0 0 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  z-index: 999;
}
.nav2 a {
   margin: 0;
  color: black;
  text-align: center;
  padding: 10px;
  display: block;
}
.nav2 a:hover {
  background-color: #FE0000;
  color:#ffffff;
}
.nav1:hover .nav2 {
  display: block;
}
.nav li:hover {
  background-color: #0031a4;
}
.nav1:hover {
  background-color: #0031a4;
}
.hide {
  display: block;
}
.show {
  display: none;
}
.show {
  display: block !important;
}
#iphones {
  display: none;
}
.nav .more {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  display: none;
}
.nav .iphone {
  background-color: #fff;
  position: absolute;
  top: 85px;
  right: 20px;
  width: 150px;
  z-index: 999;
}
.iphone li {
  display: inline;
}
.iphone li a {
  display: block;
  text-align: center;
  color: black !important;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.iphone li a:hover {
  background-color: #313131;
  color: #fff;
}
.iphone .actives {
  background-color: #313131;
  color: #fff !important;
}
/* 导航结束 */
/* 头部结束 */
/* 尾部开始 */
.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  background-image: url(/img/foot.png);
}
.footer-one {
  width: 100%;
  background-color: #5c5c5c;
}
.footer-one ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 15px;
}
.footer-one ul li {
  padding-left: 20px;
  color: #fff;
}
.footer-one ul li a:hover {
  color: pink;
}
.footer-two {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.two-left {
  width: 20%;
  padding-top: 50px;
  text-align: center;
}
.two-left span {
  display: block;
  color: #fff;
}
.two-right {
  width: 80%;
  display: flex;
  flex-direction: row;
}
.two-right ul {
  width: 23%;
  border-left: 1px solid #c7d9e6;
  margin-top: 20px;
  margin-bottom: 20px;
}
.two-right ul li a {
  padding-left: 20px;
  padding-right: 10px;
  color: #79858d;
  line-height: 40px;
}
.two-right ul li a:hover {
  color: red;
}
.footer-three {
  width: 100%;
  background-color: #5c5c5c;
  text-align: center;
  padding: 15px;
  color: #fff;
}
/* 尾部结束 */
/* 响应开始 */
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .top {
    width: 100%;
    background-color: #fff;
  }
  .tops {
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-one {
    display: flex;
  }
  .top-one img {
    width: 100%;
  }
  .top-two {
    display: none;
  }

  .nav ul {
    display: none;
  }
  .nav .more {
    display: block;
  }
.nav ul li a{
margin: 3px 0 0 0;
    display: inline-block;
	background: #003DCC;
	color: #fff!important;
}
  .footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    background-image: url(/img/foot.png);
  }
  .footer-one {

    width: 100%;
    background-color: #5c5c5c;
  }
  .footer-one ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 15px;
  }
  .footer-one ul li {
    padding-left: 20px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer-one ul li a:hover {
    color: pink;
  }
  .footer-two {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .two-left {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
  }
  .two-left img {
    text-align: center;
  }
  .two-left span {
    display: block;
    color: #fff;
  }
  .two-right {
    display: none;
  }
  .footer-three {
    width: 100%;
    background-color: #5c5c5c;
    text-align: center;
    padding: 15px;
    color: #fff;
  }
}
/* 响应结束 */
