body {
  padding: 0;
  margin: 0;
  font: normal 16px 'Helvetica,Arial,Verdana';
  color: #333;
  background: #fff; }

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

div {
  margin: 0 auto;
  text-align: left;
  font: normal 16px 'Helvetica,Arial,Verdana'; }

a:link, a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #3b84cc;
  text-decoration: none; }

img {
  border: none; }

ol, ul, li {
  list-style: none; }

i {
  font-style: normal; }

input, img {
  vertical-align: middle; }

input[type="button"], input[type="submit"] {
  vertical-align: middle;
  cursor: pointer; }

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
  margin: 0 auto; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  overflow: hidden; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

input[type=button], input[type=submit], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none; }

::-webkit-input-placeholder {
  color: #b3b6ba; }

:-moz-placeholder {
  color: #b3b6ba; }

::-moz-placeholder {
  color: #b3b6ba; }

.w1000 {
  width: 1000px;
  margin: 0 auto; }

.clearfix {
  clear: both;
  zoom: 1; }

body {
  background: #fff;
  font-size: 16px;
  background: url(../images/bg.jpg) top center no-repeat; }

.block1 {
  background: #001e6f;
  margin-top: 340px;
  overflow: hidden; }

.block1 .main {
  overflow: hidden; }

.block1 .swiper {
  width: 640px; }

.block1 .swiper .swiper-container-horizontal .swiper-pagination-bullets {
  width: 20%;
  left: 70%;
  right: 0;
  bottom: 10px; }

.block1 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  opacity: 1; }

.block1 .swiper .swiper-pagination-bullet {
  opacity: 0.6;
  background: white; }

.block1 .swiper p {
  width: 100%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding-left: 10px; }

.block1 .swiper p a {
  color: white; }

.block1 .news-box {
  width: 300px;
  height: 330px;
  background: #23478d;
  color: white;
  padding: 15px; }

.block1 .news-box .news-title {
  line-height: 30px; }

.block1 .news-box .news {
  font-size: 14px;
  line-height: 26px;
  text-indent: 2em; }

.block2 {
  background: #001e6f; }

.block2 ul {
  overflow: hidden; }

.block2 ul li {
  float: left;
  margin-right: 5px; }

.block2 ul li img {
  width: 161px; }

::-webkit-scrollbar {
  width: 12px;
  background-color: #4762ad; }

::-webkit-scrollbar-track {
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cfd6e9; }

.block3 {
  background: #001e6f; }

.block3 .main {
  height: 360px;
  overflow: hidden; }

.block3 .main .video {
  position: relative; }

.block3 .main .video p {
  width: 100%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: center; }

.block3 .main .video p a {
  color: white; }

.block3 .main .img-box {
  width: 310px;
  padding: 20px 20px;
  height: 320px;
  background: #234392;
  overflow-y: scroll; }

.block3 .main .img-box ul {
  overflow: hidden; }

.block3 .main .img-box ul li {
  float: left;
  margin-bottom: 15px;
  margin-right: 10px; }

.block4 {
  background: #001e6f;
  padding-bottom: 90px; }

.block4 .text {
  padding: 20px;
  height: 470px;
  background: #234893;
  overflow-y: scroll;
  color: white; }

.title {
  line-height: 90px;
  text-align: center;
  color: white;
  font-size: 24px; }

.left {
  float: left; }

.right {
  float: right; }

.copyright {
  text-align: center;
  font-size: 12px;
  color: white;
  margin: 0 auto;
  margin-top: 210px;
  margin-bottom: 20px; }

.banner {
  display: none; }

@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  body {
    width: 100%;
    background: url(../images/bg.png) top center no-repeat;
    background-size: 100% 100%; }
  .w1000 {
    width: 100%; }
  .banner {
    display: block;
    width: 100%; }
  .banner img {
    width: 100%; }
  .block1 {
    margin-top: 0; }
  .block1 .main {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .block1 .main .swiper {
    width: 90%; }
  .block1 .main .swiper .swiper-slide img {
    width: 100%; }
  .block1 .main .news-box {
    width: 90%;
    padding: 0;
    margin-top: 20px; }
  .block1 .main .news-box .news-title {
    padding-top: 10px;
    padding-left: 15px; }
  .block1 .main .news-box .news-title a {
    color: white; }
  .block1 .main .news-box .news {
    padding: 5px 15px; }
  .title {
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 20px; }
  .block2 .imgBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around; }
  .block2 .imgBox li {
    margin-bottom: 15px; }
  .block3 .main {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column; }
  .block3 .main .video {
    width: 90%;
    margin: 0 auto; }
  .block3 .main .video img {
    width: 100%; }
  .block3 .main .img-box {
    margin-top: 20px;
    width: 90%;
    padding: 0; }
  .block3 .main .img-box ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 0; }
  .block4 .text {
    width: 90%; }
  .copyright {
    margin-top: 20px; }
  #copyright {
    width: 100%; } }

/*# sourceMappingURL=maps/default.css.map */
