@charset "UTF-8";
/*****  reset  *****/
* {
  padding: 0;
  margin: 0; }

ul, li {
  list-style: none; }

a:hover {
  text-decoration: none; }

input, input:focus, select {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  border: none; }

::-webkit-input-placeholder {
  color: #9BA2A5; }

::-moz-placeholder {
  color: #9BA2A5; }

::-ms-input-placeholder {
  color: #9BA2A5; }

/*****  common  *****/
.pull-right {
  position: absolute;
  right: 0; }

.ui-shadow {
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12); }

body {
  font-family: poppin,Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;
  color: #5C6468;
  font-size: 14px;
  line-height: 1.5;
  text-rendering: optimizelegibility;
  background-color: #F6F8F8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p, h1, h2, h3, h4, h5, ul, li {
  padding: 0;
  margin: 0;
  margin-bottom: 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

.xs-only {
  display: none !important; }

.sm-only {
  display: none !important; }

@media (max-width: 767px) {
  .xs-only {
    display: inline-block !important; }

  .xs-hidden {
    display: none !important; } }
@media (max-width: 991px) {
  .sm-only {
    display: inline-block !important; }

  .sm-hidden {
    display: none !important; } }
.ui-ellipse {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ui-hide {
  display: none; }

.breadcrumb > .active a {
  color: #777; }

/*****  top  *****/
.ui-top {
  height: 30px;
  font-size: 12px;
  background-color: #fff;
  border-bottom: 1px solid #F6F8F8; }

.ui-top-container {
  display: inline-block;
  width: 240px;
  height:30px;
  overflow: hidden; }

.ui-top-cont {
  width: 600px;
  line-height: 30px; }

.ui-top-cont li {
  display: inline-block;
  width: 300px; }

.ui-top-cont li a {
  color: #5C6468; }

#top .swiper-wrapper {
  transition-timing-function: linear; }

.ui-weather {
  float: right;
  padding-top: 3px;
  width: 128px;
  height: 30px;
  box-sizing: border-box;
  overflow: hidden; }

/*****  logo  *****/
.ui-logo-container {
  background-color: #fff; }

.ui-logo {
  display: inline-block;
  margin: 15px 0 15px; }

.ui-logo img {
  height: 90px; }

/*****  search  *****/
.ui-search {
  float: right;
  display: inline-block;
  margin: 45px 0;
  height: 30px;
  box-sizing: border-box; }

.ui-search input {
  display: inline-block;
  padding: 5px 10px;
  height: 30px;
  line-height: 20px;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top; }

.ui-search input:first-child {
  width: 260px;
  color: #2C3235;
  border: 1px solid #C9CED0; }

.ui-search input:last-child {
  margin-left: -1px;
  width: 61px;
  text-align: center;
  color: #fff;
  background-color: #005289; }

/*****  nav  *****/
.ui-nav-container {
  background-color: #005289;
  height: 50px; }

.ui-nav {
  clear: both; }

.ui-nav:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both; }

.ui-nav li {
  float: left;
  width: 7.692307%; }

.ui-nav li a {
  display: inline-block;
  padding: 15px 0 12px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-bottom: 3px solid #005289;
  transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in; }

.ui-nav li a:hover, .ui-nav li.active a {
  border-bottom: 3px solid #fff;
  transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in; }

/*****  banner  *****/
#banner .ui-slide-item {
  width: 100%;
  max-height: 400px;
  text-align: center;
  background-color: #fff; }

#banner .ui-slide-item img {
  width: 100%; }

/*****  content  *****/
.ui-content-container-b {
  margin-bottom: 30px; }

.ui-block-container {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff; }

.ui-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
  height: 20px;
  overflow: hidden;
  font-weight: 600;
  color: #005289; }

.ui-list-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 13px;
  line-height: 1;
  height: 34px;
  font-weight: 600;
  color: #005289;
  box-sizing: border-box;
  border-bottom: 1px solid #EEF0F2; }

.ui-list-title span {
  display: inline-block;
  padding-bottom: 11px;
  line-height: 20px;
  border-bottom: 3px solid #005289; }

.ui-cont-title {
  margin-bottom: 20px;
  line-height: 1.5;
  height: auto;
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  color: #2C3235; }

.ui-cont-sub-title {
  padding-bottom: 15px;
  text-align: center;
  font-weight: normal;
  color: #9BA2A5;
  border-bottom: 1px solid #EEF0F2; }

.ui-cont-sub-title span + span {
  padding-left: 10px; }

.ui-title-a {
  padding-left: 10px;
  border-left: 3px solid #005289; }

.ui-more {
  position: absolute;
  right: 0;
  top: 4px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: normal;
  color: #9BA2A5;
  background-image: url(../img/more.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right bottom; }

#news {
  height: 320px;
  overflow: hidden; }

#news img {
  width: 100%;
  height: 100%; }

.ui-news-item {
  position: relative; }

.ui-news-item p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 10px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6); }

#news .swiper-container-horizontal > .swiper-pagination-bullets, #news .swiper-pagination {
  display: inline-block;
  vertical-align: top;
  bottom: 30px;
  right: 0 !important;
  left: inherit;
  margin: 4px 10px;
  padding: 2px 0;
  width: 70px;
  height: 8px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #202521; }

#news .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 4px;
  width: 4px;
  height: 4px;
  line-height: 0;
  vertical-align: top;
  background-color: #fff; }

#news .swiper-pagination-bullet-active {
  width: 12px;
  border-radius: 2px;
  background: #1AFFD8; }

/*****  tab  *****/
.ui-tab-title {
  position: relative;
  margin-bottom: 20px;
  height: 20px;
  overflow: hidden; }

.ui-tab-title li {
  display: inline-block;
  font-size: 20px;
  height: 20px;
  overflow: hidden;
  line-height: 1;
  font-weight: 600; }

.ui-tab-title li + li:before {
  content: "|";
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  color: #DEE1E3;
  vertical-align: top; }

.ui-tab-title li.active {
  color: #005289; }

.ui-tab-title li .ui-more {
  display: none; }

.ui-tab-title li.active .ui-more {
  display: inline; }

.ui-tab-content .ui-tab-item {
  display: none; }

.ui-tab-content .ui-tab-item.active {
  display: block; }

/*****  card  *****/
.ui-card-item {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal; }

.ui-card-item a {
  color: #2C3235; }

.ui-card-item a:hover {
  color: #005289;
  text-decoration: underline; }

.ui-card-item-a a:before, .ui-card-item-b a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 19px;
  width: 3px;
  height: 3px;
  background-color: #2C3235;
  border-radius: 50%;
  transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in; }

.ui-card-item a:hover:before, .ui-card-item-b a:hover:before {
  margin-top: 18px;
  margin-right: 8px;
  width: 5px;
  height: 5px;
  background-color: #005289;
  transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in; }

.ui-card-item-a a {
  display: block;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ui-card-item-b a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ui-card-right {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  color: #9BA2A5; }

/*  横幅  */
.ui-brand {
  margin-top: 30px; }

.ui-brand img {
  width: 100%; }

/***  list排名  ***/
#rank .swiper-wrapper {
  transition-timing-function: linear; }

.ui-title-c {
  padding-left: 28px;
  background-image: url(../img/rank.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top; }

.ui-list-item {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  line-height: 40px;
  font-weight: normal;
  overflow: hidden; }

#rank .swiper-slide {
  width: 240px; }

.ui-list-item:hover {
  background-color: #f5f7f9; }

.ui-list-item:first-child .ui-num,
.ui-list-item:nth-child(2) .ui-num,
.ui-list-item:nth-child(3) .ui-num {
  color: #EF7400; }

.ui-list-item span {
  display: inline-block; }

.ui-list-item span small {
  padding-left: 6px;
  font-size: 12px; }

.ui-list-item span + span {
  padding-left: 24px; }

.ui-num {
  font-weight: 600;
  color: #5C6468; }

.ui-name {
  padding-left: 12px !important;
  color: #2C3235; }

.ui-list-item .ui-right {
  color: #9BA2A5; }

/*  link-list  */
.ui-link-list {
  margin-top: 30px; }

.ui-link-list-item img {
  width: 100%;
  height: 72px; }

.ui-link-list-item + .ui-link-list-item {
  padding-top: 10px; }

/*  link  */
.ui-link {
  margin-top: 28px; }

.ui-link-item a {
  display: block; }

.ui-link-item + .ui-link-item {
  padding-top: 10px; }

.ui-link-item img {
  width: 100%;
  height: 73px; }

/** brand **/
.ui-brand-item img {
  width: 100%; }

#brand, #brand1 {
  position: relative;
  margin-top: 30px; }

#brand .swiper-container-horizontal > .swiper-pagination-bullets, #brand .swiper-pagination,
#brand1 .swiper-container-horizontal > .swiper-pagination-bullets, #brand1 .swiper-pagination {
  position: absolute;
  right: 0;
  left: inherit;
  bottom: 10px;
  display: inline-block;
  width: 120px; }

#brand .swiper-pagination-bullet, #brand1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3); }

#brand .swiper-pagination-bullet-active, #brand1 .swiper-pagination-bullet-active {
  opacity: 1;
  color: #fff;
  background-color: #3FBDFE; }

/** 职工风采 **/
.ui-worker-item {
  width: 260px;
  height: 220px;
  border-radius: 4px;
  overflow: hidden; }

.ui-worker-item img {
  width: 100%;
  height: 100%; }

#worker .swiper-slide {
  width: 260px;
  height: 220px;
  margin-right: 20px; }

#worker .swiper-button-next {
  width: 44px;
  background-image: url(../img/next.png);
  background-size: 16px 10px;
  background-color: #3FBDFE; }

#worker .swiper-button-prev {
  width: 44px;
  background-image: url(../img/prev.png);
  background-size: 16px 10px;
  background-color: #7DE4FF; }

#worker .swiper-button-next:hover, #worker .swiper-button-prev:hover {
  background-color: #3FBDFE; }

.ui-friend-link {
  margin-top: 30px;
  padding: 15px 0;
  height: 60px;
  box-sizing: border-box;
  background-color: #005289; }

.ui-friend-link span {
  display: inline-block;
  width: 12%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #fff; }

.ui-friend-link select {
  vertical-align: top;
  display: inline-block;
  margin-left: 1%;
  width: 20%;
  height: 30px;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  line-height: 30px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1); }
  .ui-friend-link select option{
	  color:#333;
  }

/*  footer  */
.ui-footer {
  padding: 40px 15px;
  font-size: 14px;
  line-height: 2;
  color: #5C6468;
  text-align: center;
  border-top: 2px solid #005289; }

.ui-footer a {
  color: #5C6468; }

.ui-footer a:hover {
  text-decoration: underline; }

/*  面包屑  */
.ui-breadcrumb {
  margin-top: 30px;
  padding: 10px 20px;
  height: 50px;
  font-size: 14px;
  line-height: 30px;
  background-color: #fff; }

.ui-breadcrumb:before {
  content: "当前位置：";
  content: #9BA2A5; }

.ui-breadcrumb li {
  display: inline-block; }

.ui-breadcrumb li.active, .ui-breadcrumb li.active a {
  color: #9BA2A5; }

.ui-breadcrumb li + li:before {
  content: " / ";
  color: #DEE1E3; }

.ui-breadcrumb li a {
  display: inline-block;
  color: #658EAA; }

/* 侧边栏  */
.ui-side-top {
  padding-left: 64px;
  margin-bottom: 15px;
  line-height: 48px;
  color: #fff;
  background-color: #005289;
  background-image: url(../img/sidebar.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 30px center;
  border-radius: 4px; }

.ui-side-bar li a {
  display: block;
  margin-bottom: 10px;
  padding-left: 64px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 600;
  color: #5C6468;
  background-image: url(../img/list.png);
  background-repeat: no-repeat;
  background-size: 10px 11px;
  background-position: 30px center;
  border-radius: 4px; }

.ui-side-bar li.active a {
  color: #005289;
  background-image: url(../img/active.png);
  background-color: #EEF0F2; }

.ui-side-bar li a:hover {
  background-color: #f5f7f9; }

.subpage .ui-block-container {
  margin-top: 15px;
  min-height: 640px; }

/* page  */
.ui-page {
  margin: 20px 0;
  text-align: center; }

.ui-page a, .ui-page select {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 15px;
  line-height: 36px;
  color: #005289;
  border: 1px solid #005289;
  background-color: #fff;
  border-radius: 2px; }

.ui-page select {
  margin-left: 15px; }

.ui-page a:hover {
  background-color: #F6F8F8; }

.ui-page a + a {
  margin-left: 10px; }

.ui-page a.active {
  color: #fff;
  background-color: #005289; }

.ui-article-content {
  padding-top: 30px; }

.ui-article-content img {
  max-width: 100%; }

.ui-article-content p {
  font-size: 16px;
  line-height: 2;
  color: #2C3235; }

.ui-float-container {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 250px; }

.ui-float {
  position: relative;
  padding-right: 30px;
  opacity: 0;
  right: -200px;
  transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in; }

.ui-float.show {
  opacity: 1;
  right: 0;
  transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in; }

.ui-float > li + li {
  margin-top: 10px; }

.ui-isshow {
  position: absolute;
  right: 0;
  z-index: 100;
  width: 14px;
  box-sizing: content-box;
  padding: 10px 8px;
  background-color: #EDF6FC;
  color: #3FBDFE;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12); }

@media (max-width: 992px) {
  .ui-nav-container .container {
    position: relative; }

  .ui-nav-cont {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden; }

  .ui-logo {
    display: inline-block;
    margin: 13px 0;
    overflow: hidden; }

  .ui-logo img {
    display: block;
    height: 24px; }

  .ui-menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin: 17px 0;
    vertical-align: top; }

  .ui-menu-btn img {
    display: block;
    width: 20px;
    height: 16px; }

  .ui-nav {
    padding: 0;
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 15px;
    width: 240px;
    height: 0;
    overflow: hidden;
    background-color: #F6F8F8;
    transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s; }

  .ui-nav.show {
    height: 488px;
    overflow: scroll;
    transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.12); }

  .ui-nav li {
    float: none;
    width: 100%;
    text-align: center; }

  .ui-nav li.active a {
    border: none; }

  .ui-nav li.active {
    background-color: rgba(0, 0, 0, 0.1); }

  .ui-nav li a {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 36px;
    color: #2C3235; }

  .ui-nav li:hover a {
    border: none; }

  .ui-nav li:hover {
    background-color: rgba(0, 0, 0, 0.1); }

  /*  font-size  */
  .ui-title {
    font-size: 18px;
    height: 18px; }

  .ui-title-c {
    background-size: 18px 18px; }

  .ui-list-title {
    font-size: 18px;
    height: 32px; }

  .ui-list-title span {
    line-height: 18px; }

  #news {
    height: 240px; }

  .ui-tab-title {
    height: 18px; }

  .ui-tab-title li {
    font-size: 18px;
    height: 18px; }

  .ui-card-item, .ui-list-item {
    font-size: 14px;
    height: 30px;
    line-height: 30px; }

  .ui-card-item-a a:before, .ui-card-item-b a:before {
    margin-top: 14px; }

  .ui-card-item a:hover:before, .ui-card-item-b a:hover:before {
    margin-top: 13px; }

  .ui-card-right {
    line-height: 30px; }

  .ui-link {
    margin-top: 30px; }

  .ui-link-list-item img {
    width: 100%;
    height: 56px; }

  .ui-link-item img {
    height: 72px; }

  .ui-link-item + .ui-link-item, .ui-link-list-item + .ui-link-list-item {
    padding-top: 12px; }

  .ui-friend-link {
    margin: 30px -1% 0;
    height: 150px; }

  .ui-friend-link span {
    display: block;
    margin: 0 1%;
    min-width: 100px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 20px;
    color: #fff; }

  .ui-friend-link select {
    vertical-align: top;
    display: inline-block;
    margin: 1%;
    width: 48%;
    height: 30px;
    overflow: hidden;
    padding: 0 10px;
    color: #fff;
    line-height: 30px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.1); }

  .ui-side-top {
    padding-left: 36px;
    background-position: 15px center;
    font-size: 14px; }

  .ui-side-bar li a {
    padding-left: 36px;
    background-position: 15px center;
    font-size: 14px; }

  .ui-page {
    margin: 20px 0;
    font-size: 12px;
    text-align: center; }

  .ui-page a, .ui-page select {
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    color: #005289;
    border: 1px solid #005289;
    background-color: #fff;
    border-radius: 2px; }

  .subpage .ui-block-container {
    min-height: 560px; }

  .row {
    margin: 0 -10px; }

  .col-sm-6, .col-sm-4, .col-sm-3, .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px; }

  .ui-block-container, #brand, #brand1, .ui-brand, .ui-link-list, .ui-link {
    margin-top: 20px; } }
@media (max-width: 768px) {
  .ui-nav, .ui-nav.show {
    width: 100%;
    right: 0; }

  .ui-link-list-item img, .ui-link-item img {
    height: auto; }

  .ui-link-item + .ui-link-item {
    padding-top: 10px; }

  .ui-block-container, #brand, #brand1, .ui-brand, .ui-link-list, .ui-link {
    margin-top: 15px; }

  .ui-float-container {
    display: none; } }
@media (max-width: 375px) {
  #news {
    height: 200px; } }

/*# sourceMappingURL=common.css.map */
