@charset "UTF-8";
html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html, body {
  font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif isans-serif; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

del {
  text-decoration: line-through; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500; }

q:before, q:after {
  content: ''; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

a:hover {
  text-decoration: underline; }

ins, a {
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0; }

.clearfix {
  zoom: 1; }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.h100 {
  height: 100%; }

body {
  min-width: 1200px; }

.index-body {
  overflow: hidden; }
.index-body .wrap {
  overflow: hidden; }

.img-w100 {
  display: block;
  width: 100%; }

.w-h-100 {
  width: 100%;
  height: 100%; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

.bg-wrap {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative; }
.bg-wrap .bg-inner {
  position: relative;
  height: 100%; }
.bg-wrap .link-index {
  position: absolute;
  width: 210px; }

.bg01 {
  margin-top: 45px;
  height: 563px;
  background-image: url(../img/bg1.jpg); }

.bg02 {
  height: 937px;
  background-image: url(../img/bg2.jpg); }
.bg02 .b2-list {
  height: 892px; }
.bg02 .b2-list .swiper-slide {
  height: 100%; }
.bg02 .b2-list .per-list {
  width: 1240px; }
.bg02 .b2-list .item-one {
  float: left;
  width: 210px;
  height: 376px;
  margin: 70px 37.5px 0 0; }
.bg02 .b2-list .item-icon {
  background: #fff;
  border-radius: 50%; }
.bg02 .b2-list .item-icon img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #0088de; }
.bg02 .b2-list .item-name {
  height: 65px;
  line-height: 65px;
  color: #005998;
  font-size: 36px;
  font-weight: bolder;
  text-align: center; }
.bg02 .b2-list .item-desc {
  height: 54px;
  line-height: 27px;
  color: #005998;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify; }
.bg02 .b2-list .item-link {
  margin: 10px auto 0 auto;
  width: 133px;
  height: 37px;
  background: url(../img/btn_bg.png) no-repeat; }
.bg02 .b2-list .item-link a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff600;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  line-height: 37px; }
.bg02 .btn-wrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -102.5px;
  height: 47px;
  width: 205px; }
.bg02 .btn-wrap div {
  width: 85px;
  height: 100%; }

.bg03 {
  height: 640px;
  background-image: url(../img/bg3.jpg); }

.bg04 {
  height: 779px;
  background-image: url(../img/bg4.jpg); }

.s2-left {
  position: absolute;
  width: 742px;
  height: 473px;
  top: 89px;
  left: 15px; }

.s2-right {
  position: absolute;
  top: 214px;
  width: 400px;
  height: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  right: 25px; }
.s2-right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px; }
.s2-right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2); }
.s2-right::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1); }
.s2-right .s2-msg {
  padding: 20px 0;
  border-bottom: 1px solid #96c3ed;
  /*height:140px;*/
  line-height: 35px;
  overflow: hidden;
  color: #fff; }
.s2-right .s2-msg:last-child {
  border: none; }
.s2-right .s2-msg a {
  display: block;
  /*height:140px;*/
  /*width: 100%;*/
  /*height: 100%;*/
  padding: 0 20px;
  color: #fffa4e;
  text-align: justify;
  position: relative;
  font-size: 18px;
  /*text-decoration: none;*/ }
.s2-right .s2-msg a::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fffa4e;
  content: '';
  left: 0;
  top: 13px; }
.s2-right .s2-msg a:hover {
  /*color:#fffa4e;*/ }
.s2-right .s2-msg a:hover::before {
  /*background: #fffa4e;*/ }
.s2-right h2 {
  color: #fffa4e;
  font-size: 18px; }
.s2-right p {
  font-size: 14px;
  line-height: 35px;
  padding: 0 20px; }

.swiper1 {
  width: 100%;
  height: 100%; }
.swiper1 img {
  display: block;
  width: 100%;
  height: 100%; }
.swiper1 h2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 120px; }
.swiper1 .swiper-pagination {
  width: 120px;
  height: 60px;
  line-height: 60px;
  bottom: 0;
  left: 621px; }
.swiper1 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  background: #fff;
  border-radius: 13px;
  -webkit-transition: all .5s;
  transition: all .5s; }
.swiper1 .swiper-pagination-bullet-active {
  background: #fdff6f;
  width: 45px; }

.s3-box {
  position: absolute;
  height: 245px;
  width: 1105px;
  left: 48px;
  top: 44px; }
.s3-box li {
  width: 340px;
  height: 235px;
  border: 5px solid #fff;
  /*background: #fff;*/ }
.s3-box li img {
  display: block;
  width: 100%;
  height: 100%; }

.swiper-button-prev {
  left: -40px; }

.swiper-button-next {
  right: -40px; }

.s3-box .swiper-button-prev, .s3-box .swiper-button-next {
  background: none;
  width: 32px;
  height: 50px;
  z-index: 1;
  cursor: pointer; }
.s3-box .swiper-button-prev img, .s3-box .swiper-button-next img {
  display: block;
  width: 100%;
  height: 100%; }

.dib {
  display: inline-block; }

.top-bar {
  height: 45px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  width: 100%;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.top-bar .menu {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto; }

.top-bar .home-site-link {
  font-style: normal;
  font-weight: 700; }

.top-bar li::after {
  content: "|";
  color: #d5d5d5; }

.top-bar li:first-of-type:after {
  content: " "; }

.top-bar li:last-of-type:after {
  content: " "; }

.top-bar .item {
  line-height: 45px;
  font-size: 14px; }

.top-bar .item a {
  padding-left: 5px;
  padding-right: 5px; }

.top-bar .home-site-link {
  color: #000; }

.top-bar a {
  color: #1a1a1a; }

.top-bar .loading {
  display: block;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background-color: #f5f5f5; }

/*# sourceMappingURL=main.css.map */
