﻿@charset "UTF-8";
.img-box i {
  transition: .4s;
  -webkit-transition: .4s;
}

.swiper-pagination span {
  outline: none;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(54, 60, 80, 0.5);
}

body::-webkit-scrollbar-thumb {
  background-color: #194993;
}

/*头部*/
.header-pc .logo {
  width: 25.8125rem;
}

.header-pc .top {
  background-color: #194993;
  padding: 1.125rem 0;
}

.header-pc .top .right img {
  width: 21.375rem;
  margin-right: 5rem;
}

.header-pc .search {
  height: 2.625rem;
  position: relative;
}

.header-pc .search input {
  width: 0px;
  height: 100%;
  background-color: #fff;
  line-height: 36px;
  font-size: 14px;
  color: #565656;
  vertical-align: top;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 2.625rem;
  z-index: 10;
}

.header-pc .search input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 36px;
  color: #565656;
}

.header-pc .search a {
  width: 2.625rem;
  height: 100%;
  background: #fff url(../img/search-icon.png) center center no-repeat;
  background-size: 1.3125rem 1.3125rem;
  border-radius: 50%;
  vertical-align: top;
  transition: all .5s;
}

.header-pc .search:hover input {
  width: 210px;
  opacity: 1;
  visibility: visible;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px #898989;
  border-color: #fff;
}

.header-pc .search:hover a {
  border-radius: 0px;
}

.header-pc .erweima {
  width: 2.625rem;
  height: 2.625rem;
  background: #fff url(../img/code-icon.png) center center no-repeat;
  background-size: 1.1875rem 1.1875rem;
  border-radius: 50%;
  margin-left: 0.875rem;
  position: relative;
}

.header-pc .erweima .img {
  width: 100px;
  height: 100px;
  padding: 5px;
  position: absolute;
  top: 140%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .4s;
  -webkit-transition: .4s;
}

.header-pc .erweima:hover .img {
  opacity: 1;
  top: 120%;
  visibility: visible;
}

.header-pc .nav {
  background-color: #fff;
}

.header-pc .nav.on {
  border-top: 4px solid #194993;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  box-shadow: 0px 0px 10px #c3c3c3;
}

.header-pc .nav li {
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
}

.header-pc .nav li > a {
  width: 100%;
  font-size: 1.2rem;
  color: #333;
  line-height: 4rem;
  font-weight:600;
  transition: .4s;
  -webkit-transition: .4s;
}

.header-pc .nav li > a::after {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #194993;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.header-pc .nav li .sub {
  width: 150px;
  position: absolute;
  top: 150%;
  left: 50%;
  z-index: 1000;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0px 0px 5px #838383;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .4s;
  -webkit-transition: .4s;
}

.header-pc .nav li .sub a {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #333;
  line-height: 40px;
  transition: .4s;
  -webkit-transition: .4s;
}

.header-pc .nav li .sub a:hover {
  background-color: #194993;
  color: #fff;
}

.header-pc .nav li.on > a {
  color: #194993;
}

.header-pc .nav li.on > a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.header-pc .nav li:hover > a {
  color: #194993;
}

.header-pc .nav li:hover > a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.header-pc .nav li:hover .sub {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*头部*/
/*首页*/
#main {
  background-color: #e9e9e9;
}

#banner {
  height: 28.125rem;
}

#banner .swiper-container .swiper-slide::before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: .6s;
  -webkit-transition: .6s;
  transition-delay: .1s;
}

#banner .swiper-container .swiper-slide .info {
  width: 28.0625rem;
  background: #af4e4e url(../img/txt-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 6rem 2.5rem 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: .6s;
  -webkit-transition: .6s;
  transition-delay: .1s;
}

#banner .swiper-container .swiper-slide .info .txt-img {
  max-width: 100%;
}

#banner .swiper-container .swiper-slide .info .txt {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  font-size: 1.375rem;
  color: #fff;
  line-height: 2.4;
}

#banner .swiper-container .swiper-slide.swiper-slide-active::before {
  opacity: 0;
  visibility: hidden;
}

#banner .swiper-container .swiper-slide.swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
}

#banner > a {
  display: block;
  width: 2.125rem;
  height: 3.625rem;
  background: url(../img/b-prev.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  opacity:0;
  visibility:hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

#banner > a.prev {
  left: -4.375rem;
}

#banner > a.next {
  right: -4.375rem;
  background-image: url(../img/b-next.png);
}

#banner:hover > a.prev {
  left: 4.375rem;
  opacity:1;
  visibility:visible;
}

#banner:hover > a.next {
  right: 4.375rem;
  opacity:1;
  visibility:visible;
}

#banner .swiper-pagination {
  bottom: 1.5rem;
}

#banner .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0;
  margin-right: 0.625rem;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 2.625rem;
  border-radius: 25px;
  background-color: #d40d08;
}

#index-type {
  margin-top: 2rem;
}

#index-type .box-info {
  overflow: hidden;
  background-color: #dadada;
  border-radius: 100px;
}

#index-type .box-info a {
  width: 33.33333333%;
  height: 5.125rem;
  position: relative;
  z-index: 2;
}

#index-type .box-info a .icon {
  width: 2.6875rem;
  height: 2.5rem;
  position: relative;
}

#index-type .box-info a .icon img {
  display: block;
  width: 2.375rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transition: .5s;
  -webkit-transition: .5s;
}

#index-type .box-info a .icon img.img-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

#index-type .box-info a .name {
  font-size: 1.5rem;
  color: #181818;
  margin-left: 1.125rem;
  margin-right: 0.75rem;
  transition: .5s;
  -webkit-transition: .5s;
}

#index-type .box-info a .jt {
  width: 0.5625rem;
  height: 1rem;
  background: url(../img/index-jt.png) center center no-repeat;
  margin-top: 2px;
  background-size: 100% 100%;
  transition: .5s;
  -webkit-transition: .5s;
}

#index-type .box-info a:nth-child(2) .icon img {
  width: 2.625rem;
}

#index-type .box-info a:nth-child(3) .icon img {
  width: 2.6875rem;
}

#index-type .box-info a.on .icon .img-1 {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

#index-type .box-info a.on .icon .img-2 {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

#index-type .box-info a.on .name {
  color: #fff;
}

#index-type .box-info a.on .jt {
  background-image: url(../img/index-jt-hover.png);
}

#index-type .box-info .line {
  width: 33.33333333%;
  height: 5.125rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #194993;
  border-radius: 100px;
  transition: .6s;
  -webkit-transition: .6s;
}

.index-top-title .title {
  position: relative;
  padding-bottom: 0rem;
}

.index-top-title .title span {
  font-size: 1.625rem;
  color: #333;
  font-weight: bold;
}

.index-top-title .title span img {
  width: 1.9375rem;
  margin-right: 8px;
}

.index-top-title .title em {
  font-size: 2.25rem;
  color: #333;
  text-transform: uppercase;
  opacity: .2;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.index-top-title .tab {
  margin-top: 4px;
}

.index-top-title .tab a {
  width: 5.9375rem;
  height: 2.5rem;
  background-size: 100% 100%;
  font-size: 1.25rem;
  color: #555;
  text-align: center;
  line-height: 2.375rem;
  margin-right: 0.875rem;
  position: relative;
}

.index-top-title .tab a em {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  background-color: #eee;
  border-radius: 25px;
  transition: .4s;
  -webkit-transition: .4s;
}

.index-top-title .tab a:last-child {
  margin-right: 0;
}

.index-top-title .tab a::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
 
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
  border-radius: 20px;
  <!--filter: blur(4px);-->
  opacity: 0;
  visibility: hidden;
  <!--transition: .4s;-->
  <!---webkit-transition: .4s;-->
}

.index-top-title .tab a.on em, .index-top-title .tab a:hover em {
  color: #fff;
  background-color: #194993;
}

.index-top-title .tab a.on::after, .index-top-title .tab a:hover::after {
  <!--bottom: -3px;-->
  opacity: 1;
  visibility: visible;
}

.index-top-title .more {
  height: 1.5rem;
  font-size: 1.125rem;
  color: #808080;
  background: url(../img/more-icon.png) right center no-repeat;
  background-size: 1.5rem 1.5rem;
  line-height: 1.5rem;
  padding-right: 2.5rem;
  margin-top: 0.75rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.index-top-title .more:hover {
  color: #194993;
}

#index-news {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

#index-news .news-box {
  margin-top: 4px;
}

#index-news .news-box .img-list {
  width: 50%;
  height: 26.375rem;
}

#index-news .news-box .img-list .bg {
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news .news-box .img-list .info {
  background: url(../img/info-bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 1rem 1.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

#index-news .news-box .img-list .info .title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}

#index-news .news-box .img-list .info em {
  font-size: 14px;
  color: #fff;
  margin-top: 0.875rem;
}

#index-news .news-box .img-list li:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#index-news .news-box .img-list > a {
  display: block;
  width: 2.5rem;
  height: 4.25rem;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  background: rgba(0, 0, 0, 0.5) url(../img/n-prev.png) center center no-repeat;
  background-size: 0.6875rem 1.1875rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news .news-box .img-list > a.prev {
  left: -40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#index-news .news-box .img-list > a.next {
  right: -40px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url(../img/n-next.png);
}

#index-news .news-box .img-list .code {
  width: 50px;
  position: absolute;
  right: 1.875rem;
  left: inherit;
  bottom: 0.875rem;
  z-index: 10;
  font-size: 1.125rem;
  color: #fff;
  font-style: italic;
  letter-spacing: -1px;
}

#index-news .news-box .img-list .code .swiper-pagination-current {
  font-size: 1.5rem;
  color: #e62a2a;
}

#index-news .news-box .img-list:hover > a.prev {
  left: 0;
}

#index-news .news-box .img-list:hover > a.next {
  right: 0;
}

#index-news .news-box .right-info {
  width: 50%;
  background-color: #fff;
  padding: 0 1.25rem;
}

#index-news .news-box .right-info a {
  height: calc(100% / 5);
  border-bottom: 1px solid #e4e4e4;
}

#index-news .news-box .right-info a:last-child {
  border-bottom: none;
}

#index-news .news-box .right-info a .time {
  width: 3.75rem;
  height: 3.5rem;
  background-color: #194993;
  font-size: 1.375rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 1rem;
  flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}

#index-news .news-box .right-info a .time em {
  height: 50%;
  line-height: 1.75rem;
}

#index-news .news-box .right-info a .time em:nth-child(2) {
  background-color: #eeeeee;
  font-size: 12px;
  color: #5b5b5b;
  font-weight: normal;
}

#index-news .news-box .right-info a .title {
  font-size: 1.125rem;
  color: #333;
  margin-top: -4px;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news .news-box .right-info a .desc {
  font-size: 14px;
  color: #888;
  margin-top: 0.5rem;
}

#index-news .news-box .right-info a:hover .title {
  text-indent: 10px;
  color:#194993;
}

#index-notice {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#index-notice .index-top-title .title em {
  text-transform: capitalize;
  margin-top: -1.125rem;
}

#index-notice .left, #index-notice .right {
  width: 48%;
}

#index-notice .left .index-list-info, #index-notice .right .index-list-info {
  border-top: 1px solid #dbdbdb;
  margin-top: 5px;
  padding-top: 0.325rem;
}

.index-list-info .list {
  height: 11.9375rem;
  display: none;
  overflow:
  hidden;
}

.index-list-info .list.on {
  display: block;
  -webkit-animation: fadeInUp .8s .2s ease both;
  -moz-animation: fadeInUp .8s .2s ease both;
}

.index-list-info a {
  margin-bottom: 0.5rem;
  margin-top: .6rem;
}

.index-list-info a:last-child {
  margin-bottom: 0;
}

.index-list-info a .title {
  font-size: 1.125rem;
  color: #555;
  background: url(../img/diandian-icon.png) left center no-repeat;
  padding-left: 0.875rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.index-list-info a .time {
  font-size: 14px;
  color: #888;
  margin-left: 20px;
  transition: .4s;
  -webkit-transition: .4s;
}

.index-list-info a:hover .title {
  color: #194993;
  text-indent: 10px;
}

#web-ad {
  background-color: #fff;
  padding-bottom: 3.75rem;
}

#web-ad i {
  height: 8.25rem;
}

#index-education {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#index-education .index-top-title .title em {
  text-transform: capitalize;
}

#index-education .index-list-info .list {
  display: block;
}

#index-education ul {
  margin: 0 -0.75rem;
}

#index-education li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  overflow: hidden;
  padding: 0 0.75rem;
}

#index-education li .img {
  height: 8.8125rem;
  margin-top: 0.8rem;
}

#index-education li .index-list-info {
  height: 14.8125rem;
  background-color: #fff;
  padding: 1rem 1rem 1rem;
}

#index-special {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
}

#index-special .index-top-title .title em {
  text-transform: capitalize;
}

#index-special .btns a {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #efefef url(../img/z-prev.png) center center no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-special .btns a.next {
  background-image: url(../img/z-next.png);
  margin-left: 10px;
}

#index-special .btns a:hover {
  opacity: .8;
}

#index-special .list {
  margin-top: 1rem;
}

#index-special .list li {
  height: 5.4375rem;
  overflow: hidden;
}

#index-special .list li .bg {
  transition: .4s;
  -webkit-transition: .4s;
}

#index-special .list li:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#index-link {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#index-link .index-top-title .title em {
  text-transform: capitalize;
}

#index-link .list {
  margin-top: 6px;
}

#index-link .list a {
  font-size: 1.125rem;
  color: #444;
  background: url(../img/hover-icon.png) left center no-repeat;
  background-size: 1.375rem 1.3125rem;
  padding-left: 2rem;
  line-height: 1.5;
  transition: .4s;
  -webkit-transition: .4s;
}
#index-link .list a:hover{
  color:#194993;
}

/*首页*/
/*内页*/
.page-banner {
  height: 21.25rem;
}

.page-nav {
  position: relative;
  z-index: 10;
  margin-top: -3.75rem;
}

.page-nav .left {
  width: 77rem;
  height: 7.0625rem;
  margin-left: -16.25rem;
  padding-left: 16.25rem;
  padding-right: 3rem;
  background: url(../img/page-nav-bg.png) center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.page-nav .left .title s {
  font-size: 6rem;
  color: #fff;
  opacity: .2;
  text-transform: capitalize;
}

.page-nav .left .title span {
  font-size: 1.875rem;
  color: #fff;
}

.page-nav .left .title span em {
  display: block;
  font-size: 1.125rem;
  opacity: .2;
  text-transform: uppercase;
  margin-top: -1px;
}

.page-nav .left .list {
  width: 37rem;
  padding-top: 1.125rem;
}

.page-nav .left .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  margin-bottom: 1.125rem;
  text-align: left;
}

.page-nav .left .list li a {
  font-size: 1.25rem;
  color: #c1d9ff;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav .left .list li a::after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav .left .list li.on a, .page-nav .left .list li:hover a {
  color: #fff;
}

.page-nav .left .list li.on a::after, .page-nav .left .list li:hover a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.page-nav .crumbs {
  height: 30px;
  background: url(../img/address-icon.png) left center no-repeat;
  line-height: 30px;
  padding-left: 24px;
  margin-top: 4.375rem;
}

.page-nav .crumbs a {
  font-size: 14px;
  color: #777;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav .crumbs a:hover {
  color: #194993;
}

.page-content-box {
  padding-top: 3.75rem !important;
  min-height: 200px;
  padding-bottom: 3.75rem;
}

.content-txt {
  font-size: 16px;
  color: #444;
  text-align: justify;
  line-height: 2;
}

.content-txt img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.page-about-box .title {
  text-align: center;
  font-size: 2.25rem;
  color: #333;
  font-weight: bold;
}

.page-about-box .type-info {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 2rem 0;
  margin-top: 2.625rem;
  text-align: center;
  margin-bottom: 3.375rem;
}

.page-about-box .type-info p em, .page-about-box .type-info p span {
  font-size: 1.125rem;
  color: #333;
}

.page-about-box .type-info p em s, .page-about-box .type-info p span s {
  font-size: 2.25rem;
  font-weight: bold;
  margin-left: 2px;
}

.page-about-box .type-info p i {
  width: 28px;
  height: 3px;
  background-color: #c6686a;
  margin: 0.875rem auto 0.875rem;
}

.page-contact-box {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.page-contact-box .left {
  width: 31.875rem;
  padding-top: 2.5rem;
  margin-right: 2.25rem;
}

.page-contact-box .left::before {
  content: '';
  width: 47.1875rem;
  height: 47.75rem;
  background: url(../img/page-logo.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-contact-box .left .box {
  z-index: 20;
}

.page-contact-box .left .title {
  font-size: 1.875rem;
  color: #333;
  border-bottom: 2px solid #194993;
  padding-bottom: 1.25rem;
  margin-bottom: 2.125rem;
}

.page-contact-box .left p {
  font-size: 1rem;
  color: #333;
  padding-left: 5.125rem;
  background: url(../img/lx-icon-1.png) 2.875rem center no-repeat;
  line-height: 2;
  margin-bottom: 1rem;
}

.page-contact-box .left p:nth-child(3) {
  background-image: url(../img/lx-icon-2.png);
}

.page-contact-box .left p:nth-child(4) {
  background-image: url(../img/lx-icon-3.png);
}

.page-contact-box .left p:nth-child(5), .page-contact-box .left p:nth-child(6) {
  background-image: url(../img/lx-icon-4.png);
}

.page-contact-box .left .code {
  text-align: center;
  padding-right: 2.8125rem;
  margin-top: 1.75rem;
}

.page-contact-box .left .code img {
  width: 7.25rem;
}

.page-contact-box .left .code em {
  font-size: 1rem;
  color: #333;
  margin-top: 0.75rem;
}

.page-contact-box .right-map {
  position: relative;
  z-index: 20;
}

.page-contact-box .right-map .map-list {
  height: 31.875rem;
  background-color: #eee;
}

.page-contact-box .right-map .btns {
  height: 6.125rem;
  background-color: #eee;
  border-top: 1px solid #dcdcdc;
  padding: 0 2.75rem;
}

.page-contact-box .right-map .btns a {
  width: 1.1875rem;
  height: 2.0625rem;
  background: url(../img/a-prev.png) center center no-repeat;
  background-size: 100% 100%;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-contact-box .right-map .btns a.prev:hover {
  background-image: url(../img/a-prev-hover.png);
}

.page-contact-box .right-map .btns a.next {
  background-image: url(../img/a-next.png);
}

.page-contact-box .right-map .btns a.next:hover {
  background-image: url(../img/a-next-hover.png);
}

.page-contact-box .right-map .btns .name em:nth-child(1) {
  width: 2.5625rem;
  height: 3rem;
  background: url(../img/address-num.png) center center no-repeat;
  background-size: 100% 100%;
  font-size: 1.125rem;
  color: #be3a30;
  text-align: center;
  font-weight: bold;
  line-height: 2.625rem;
}

.page-contact-box .right-map .btns .name em:nth-child(2) {
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
  margin-left: 1.25rem;
}

.page-contact-box .anchorBL {
  display: none;
}

.page-search {
  position: relative;
  z-index: 10;
  padding: 0 0.875rem;
}

.page-search * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.page-search .title {
  font-size: 1.5rem;
  color: #000;
  margin-right: 1rem;
  background: url(../img/page-search-icon.png) left center no-repeat;
  background-size: 1.5rem 1.4375rem;
  padding-left: 1.875rem;
}

.page-search .select-input {
  position: relative;
  margin-right: 1.625rem;
}

.page-search .select-input::before {
  content: '';
  display: block;
  width: 0.9375rem;
  height: 0.5625rem;
  background: url(../img/page-ks-down.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 1.875rem;
  bottom: 0;
  z-index: 10;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-search .select-input .select {
  position: absolute;
  top: 150%;
  left: 0;
  z-index: 100;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-search .select-input .select .box {
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-top: none;
}

.page-search .select-input .select .box::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #eee;
  border-radius: 25px;
}

.page-search .select-input .select .box::-webkit-scrollbar-track {
  border-radius: 25px;
}

.page-search .select-input .select .box::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #194993;
}

.page-search .select-input .select .box a {
  display: block;
  width: 100%;
  line-height: 42px;
  padding-left: 20px;
  font-size: 14px;
  text-align: left;
  color: #999;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-search .select-input .select .box a:hover {
  background-color: #194993;
  color: #fff;
}

.page-search .select-input.on .select {
  top: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.page-search input {
  height: 2.625rem;
  border: 1px solid #b4b4b4 !important;
  font-size: 14px;
  color: #727272;
  text-indent: 0.625rem;
  background-color: transparent;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-search input::-webkit-input-placeholder {
  font-size: 14px;
  color: #727272;
}

.page-search input:hover {
  border-color: #194993 !important;
}

.page-search .searchkey {
  margin-right: 0;
}

.page-search .btn {
  width: 12.1875rem;
  height: 2.625rem;
  background: #194993;
  margin-left: 1.625rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 2.625rem;
  text-align: center;
}

.page-paging-box {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 2%;
}

.page-paging-box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 3.375rem;
  line-height: 3.375rem;
  font-size: 1.125rem;
  color: #666;
  background-color: #e8e8e8;
  padding: 0 1.25rem;
  border-right: 1px solid #fff;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-paging-box a:last-child {
  border-right: none;
}

.page-paging-box a:hover, .page-paging-box a.curr {
  background-color: #194993;
  color: #fff;
}

.page-news-box .news-top {
  position: relative;
  padding-top: 3.75rem;
}

.page-news-box .news-top ul {
  margin: 0 -0.75rem;
}

.page-news-box .news-top li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 33.33333333%;
  height: 25.625rem;
  margin-bottom: 2.5rem;
  z-index: 50;
  padding: 0 0.75rem;
}

.page-news-box .news-top li a {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.page-news-box .news-top li .img-box {
  height: 66%;
}

.page-news-box .news-top li .info {
  height: 34%;
  padding: 4.5% 4.2% 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-top li .info .title {
  height: 3.625rem;
  font-size: 1.25rem;
  color: #333333;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-top li .info .desc {
  height: 0;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  margin-top: 2%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-top li .info .time {
  line-height: 2;
  background: url(../img/page-news-time.png) left center no-repeat;
  padding-left: 1.875rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-top li .info .time em {
  font-size: 14px;
  color: #949494;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-top li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-news-box .news-top li:hover .info {
  height: 13.75rem;
  background-color: #0e629f;
  padding-top: 3%;
}

.page-news-box .news-top li:hover .info * {
  color: #fff !important;
}

.page-news-box .news-top li:hover .info .desc {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 5%;
}

.page-news-box .news-top li:hover .info .time {
  margin-top: 0.875rem;
  filter: brightness(10);
}

.page-news-box .news-top li:hover .info .time .icon {
  opacity: 1;
  visibility: visible;
}

.page-news-box .news-bottom {
  padding-bottom: 3.75rem;
  margin-top: 2.5rem;
  background-color: #fff;
  padding-top: 1.5rem;
}

.page-news-box .news-bottom ul {
  margin-bottom: 4%;
}

.page-news-box .news-bottom li a {
  padding-top: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #e2e2e2;
  background: linear-gradient(#194993, #194993) left bottom/0% 2px no-repeat;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-bottom li .time {
  width: 4.625rem;
  height: 4.625rem;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-bottom li .time em {
  height: 50%;
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  background-color: #858585;
  line-height: 2.625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-bottom li .time em:last-child {
  background-color: #eeeeee;
  font-size: 14px;
  color: #0e629f;
  font-weight: normal;
  line-height: 2.375rem;
}

.page-news-box .news-bottom li .info {
  overflow: hidden;
  margin-right: 1.25rem;
  padding-left: 1.625rem;
}

.page-news-box .news-bottom li .info .title {
  font-size: 1.25rem;
  color: #222;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-bottom li .info .title span{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-news-box .news-bottom li .info .title em {
  font-size: 1rem;
  color: #858585;
}

.page-news-box .news-bottom li .info .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-top: 1%;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-bottom li .img-box {
  width: 14.125rem;
  height: 8.875rem;
}

.page-news-box .news-bottom li .more {
  font-size: 14px;
  color: #9a9a9a;
  background: url(../img/p-more.png) right center no-repeat;
  background-size: 2rem 2rem;
  padding-right: 40px;
  line-height: 2;
  margin-top: 1.5rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .news-bottom li:hover a {
  background-size: 100% 2px;
  box-shadow: 0px 0px 10px #d2d2d2;
}

.page-news-box .news-bottom li:hover .time {
  color: #fff;
}

.page-news-box .news-bottom li:hover .time em:first-child {
  background-color: #194993;
}

.page-news-box .news-bottom li:hover .title {
  text-indent: 5px;
  color: #0e629f;
}

.page-news-box .news-bottom li:hover .desc {
  color: #0e629f;
}

.page-news-box .news-bottom li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-news-box .news-bottom li:hover .more {
  color: #0e629f;
  background-image: url(../img/p-more-hover.png);
}

.page-details-box .details-left {
  width: 71%;
  padding-right: 3.5rem;
}

.page-details-box .details-left h4.title {
  font-size: 2.0625rem;
  color: #222;
  text-align: center;
  margin-bottom: 3%;
  font-weight: bold;
  padding: 0 7%;
}

.page-details-box .details-left .details-time span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  color: #888;
  line-height: 25px;
  padding-left: 22px;
}

.page-details-box .details-left .details-time span:nth-child(1) {
  background: url(../img/page-news-time.png) left center no-repeat;
}

.page-details-box .details-left .details-time span:nth-child(2) {
  background: url(../img/browse-icon-1.png) left center no-repeat;
  margin-left: 22px;
}

.page-details-box .details-left .font-max {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.page-details-box .details-left .font-max * {
  font-size: 14px;
  color: #888;
}

.page-details-box .details-left .pagePrint {
  font-size: 14px;
  color: #666;
  margin-right: 3.125rem;
}

.page-details-box .details-left .details-right-sher span {
  font-size: 14px;
  color: #5b5b5b;
}

.page-details-box .details-left .details-right-sher .sher-main a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #939393;
  border-color: #939393;
  font-size: 17px;
}

.page-details-box .details-left .details-right-sher .sher-main a:hover {
  background: #194993;
  border-color: #194993;
  color: #fff;
}

.page-details-box .details-left .page-details-content {
  min-height: 370px;
  margin-top: 1%;
  border-top: 1px solid #d5d5d5;
  padding-top: 3%;
  font-size: 16px;
  color: #222;
  line-height: 2;
  text-align: justify;
}

.page-details-box .details-left .page-details-content video{
  width:100% !important;
}

.page-details-box .details-left .page-details-content img {
  max-width: 100% !important;
  margin: 10px 0 !important;
  height: auto !important;
}

.page-details-box .details-page-right {
  width: 28%;
  position: relative;
}

.page-details-box .details-page-right .top .prev, .page-details-box .details-page-right .top .next {
  display: block;
  width: 100%;
  padding: 7.5%;
  background-color: #f3f3f3;
}

.page-details-box .details-page-right .top .prev span, .page-details-box .details-page-right .top .next span {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}

.page-details-box .details-page-right .top .prev .title, .page-details-box .details-page-right .top .next .title {
  font-size: 1.125rem;
  color: #333;
  margin-top: 5%;
  margin-bottom: 5%;
}

.page-details-box .details-page-right .top .prev em, .page-details-box .details-page-right .top .next em {
  font-size: 0.875rem;
  color: #969696;
}

.page-details-box .details-page-right .top .return-list {
  height: 4.375rem;
  background-color: #194993;
  text-align: center;
  line-height: 4.375rem;
  font-size: 1.375rem;
  color: #fff !important;
  overflow: hidden;
}

.page-details-box .details-page-right .top .return-list i {
  width: 18px;
  height: 100%;
  background: url(../img/back-icon.png) center center no-repeat;
  vertical-align: bottom;
  margin-right: 20px;
}

.page-details-box .details-page-right .top a {
  margin-bottom: 10px;
}

.page-details-box .details-page-right .top a * {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-details-box .details-page-right .top a:hover * {
  color: #194993 !important;
}

.page-details-box .details-page-right .bottom {
  margin-top: 3.75rem;
  border-left: 1px solid #dbdbdb;
  padding-left: 14px;
}

.page-details-box .details-page-right .bottom .title {
  font-size: 1.375rem;
  color: #333333;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1rem;
  position: relative;
}

.page-details-box .details-page-right .bottom .title::before {
  content: '';
  width: 5.375rem;
  height: 2px;
  background-color: #194993;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.page-details-box .details-page-right .bottom .title::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #194993;
  position: absolute;
  top: 9px;
  left: -19px;
  z-index: 10;
  border-radius: 50%;
}

.page-details-box .details-page-right .bottom .list a {
  margin-top: 2.75rem;
}

.page-details-box .details-page-right .bottom .list a .time {
  font-size: 14px;
  color: #a9a9a9;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-details-box .details-page-right .bottom .list a .time::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #c9c9c9;
  position: absolute;
  top: 3px;
  left: -19px;
  z-index: 10;
  border-radius: 50%;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-details-box .details-page-right .bottom .list a .desc {
  font-size: 1.125rem;
  color: #666;
  text-align: justify;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.page-details-box .details-page-right .bottom .list a:hover .time {
  color: #333;
}

.page-details-box .details-page-right .bottom .list a:hover .time::after {
  background-color: #194993;
}

.page-details-box .details-page-right .bottom .list a:hover .desc {
  color: #194993;
}

.page-notice-box li {
  border-bottom: 1px dashed #d2d2d2;
  padding: 1.75rem 1.125rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-notice-box li .title {
  font-size: 1.125rem;
  color: #333;
  background: url(../img/page-diandain-icon.png) left center no-repeat;
  padding-left: 0.875rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-notice-box li .time {
  font-size: 14px;
  color: #a5a5a5;
  margin-left: 30px;
}

.page-notice-box li:hover {
  background-color: #f2f2f2;
}

.page-notice-box li:hover .title {
  text-indent: 10px;
  color: #194993;
  background-image: url(../img/diandian-icon.png);
  background-position-x: 10px;
}

.page-party-box .news-top ul {
  margin: 0 -1.0625rem;
}

.page-party-box .news-top li {
  width: calc(100% / 4);
  height: 20rem;
  padding: 0 1.0625rem;
}

.page-party-box .news-top li .img-box {
  height: 63%;
}

.page-party-box .news-top li .info {
  height: 37%;
}

.page-party-box .news-top li:hover .info {
  height: 17.5rem;
  background: url(../img/page-li-bg.png) center bottom no-repeat;
  padding-top: 5.875rem;
  background-size: 100% 100%;
}

.page-notices-box .left-menu {
  width: 17rem;
  background-color: #194993;
  border-top-right-radius: 50px;
  margin-right: 2.875rem;
  padding-left: 1.25rem;
  align-self: self-start;
  -webkit-align-self: self-start;
}

.page-notices-box .left-menu .title {
  line-height: 5rem;
  background: url(../img/page-line.png) left center no-repeat;
  padding-left: 2rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  background-size: 0.375rem 2rem;
}

.page-notices-box .left-menu .list {
  background-color: #fff;
  padding-top: 0.875rem;
  padding-left: 1.625rem;
}

.page-notices-box .left-menu .list li {
  background: linear-gradient(#194992, #194992) left bottom/0% 1px no-repeat;
  border-bottom: 1px solid #e2e2e2;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-notices-box .left-menu .list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.875rem 0;
  font-size: 1.125rem;
  color: #333;
  background: url(../img/tz-next-icon.png) right center no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-notices-box .left-menu .list li.on, .page-notices-box .left-menu .list li:hover {
  border-color: transparent;
  background-size: 100% 1px;
}

.page-notices-box .left-menu .list li.on a, .page-notices-box .left-menu .list li:hover a {
  color: #194992;
  background-image: url(../img/tz-next-icon-hover.png);
}

.page-notices-box .right-info {
  padding-top: 2.125rem;
}

.page-notices-box .right-info .top-title {
  font-size: 1.875rem;
  color: #333;
}

.page-notices-box .right-info .top-title img {
  width: 2.1875rem;
}

.page-notices-box .right-info .top-title em {
  margin: 0 12px;
}

.page-notices-box .right-info .list {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}

.page-notices-box .right-info .list li a {
  border-bottom: 1px dashed #d2d2d2;
  padding: 1.75rem 1.125rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-notices-box .right-info .list li .title {
  font-size: 1.125rem;
  color: #333;
  background: url(../img/page-diandain-icon.png) left center no-repeat;
  padding-left: 0.875rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-notices-box .right-info .list li .time {
  font-size: 14px;
  color: #a5a5a5;
  margin-left: 30px;
}

.page-notices-box .right-info .list li:hover {
  background-color: #f2f2f2;
}

.page-notices-box .right-info .list li:hover .title {
  text-indent: 10px;
  color: #194993;
  background-image: url(../img/diandian-icon.png);
  background-position-x: 10px;
}

.page-brief-box {
  margin-top: 2.875rem;
}

.page-brief-box .desc {
  font-size: 1.125rem;
  color: #333;
  text-align: justify;
  line-height: 2;
  margin-bottom: 20px;
}

.page-brief-box .desc img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.page-characteristic-box .list {
  margin-top: 3.75rem;
}

.page-characteristic-box .list li {
  width: 49%;
  margin-bottom: 1.75rem;
}

.page-characteristic-box .list li a {
  padding: 1.375rem;
  border: 1px solid #e5e5e5;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-characteristic-box .list li .img-box {
  width: 14.75rem;
  height: 9.625rem;
  margin-right: 1.125rem;
}

.page-characteristic-box .list li .title {
  font-size: 1.25rem;
  color: #333;
  margin-top: -2px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-characteristic-box .list li .desc {
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
  margin-top: 0.375rem;
}

.page-characteristic-box .list li em {
  font-size: 14px;
  color: #989898;
  background: url(../img/page-news-time.png) left center no-repeat;
  padding-left: 26px;
  line-height: 1.5;
  position: absolute;
  right: 0;
  bottom: 4px;
  z-index: 10;
}

.page-characteristic-box .list li:hover a {
  box-shadow: 0px 0px 10px #b9b9b9;
}

.page-characteristic-box .list li:hover .title {
  color: #194993;
}

.page-characteristic-box .list li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-general-box .title {
  font-size: 2.25rem;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.875rem;
}

.page-general-box .content {
  font-size: 1.125rem;
  color: #444;
  line-height: 2;
  text-align: justify;
}

.page-general-box .content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.page-activity-box .list li {
  width: 49%;
  margin-bottom: 1.875rem;
}

.page-activity-box .list li .img-box {
  height: 23.375rem;
}

.page-activity-box .list li .info {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10;
  background: url(../img/act-li-bg.png) center bottom no-repeat;
  background-size: 100% 100%;
  padding: 13.125rem 1.375rem 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transform-origin: center center;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-activity-box .list li .info .title {
  font-size: 1.375rem;
  color: #fff;
  border-bottom: 1px solid #5377ae;
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
}

.page-activity-box .list li .info .desc {
  font-size: 14px;
  color: #fff;
  line-height: 2;
}

.page-activity-box .list li .copy-title {
  font-size: 1.375rem;
  color: #333;
  padding: 0 0.75rem;
  margin-top: 1.125rem;
}

.page-activity-box .list li .time {
  font-size: 14px;
  color: #989898;
  background: url(../img/page-news-time.png) 0.75rem center no-repeat;
  padding-left: 2.125rem;
  margin-top: 0.875rem;
  line-height: 1.6;
}

.page-activity-box .list li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-activity-box .list li:hover .info {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*内页*/
/*底部*/
#footer {
  background-color: #194993;
}

#footer .top {
  padding: 1rem 0;
}

#footer .top .f-link {
  padding-top: 0.875rem;
}

#footer .top .f-link ul{
  position: relative;
}

#footer .top .f-link li {
  margin-right: 1.875rem;
}

#footer .top .f-link li:last-child {
  margin-right: 0;
}

#footer .top .f-link li > a {
  font-size: 1rem;
  color: #fff;
  background: url(../img/f-sjx.png) right center no-repeat;
  padding-right: 20px;
}

#footer .top .f-link li .sub {
  width: 500px;
  position: absolute;
  top: 150%;
  left: 0;
  z-index: 200;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 20px 0;
  transition: .4s;
  -webkit-transition: .4s;
}

#footer .top .f-link li .sub .box {
  padding: 20px;
  background-color: #194993;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#footer .top .f-link li .sub::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(54, 60, 80, 0.5);
}

#footer .top .f-link li .sub::-webkit-scrollbar-thumb {
  background-color: #ab2b2b;
}

#footer .top .f-link li .sub a {
  display: inline-block;
  font-size: 14px;
  color: #98c0ff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0.875rem;
  margin-bottom: 10px;
  transition: .4s;
  -webkit-transition: .4s;
}

#footer .top .f-link li .sub a:last-child{
  border-right:none;
  padding-right:0px;
}

#footer .top .f-link li .sub a:hover{
  color:#fff;
}

#footer .top .f-link li:hover .sub {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#footer .top .f-logo {
  width: 21rem;
  margin-right: 2.25rem;
}

#footer .top .f-nav {
  width: 32.5rem;
  margin-right: -28px;
}

#footer .top .f-nav li {
  width: calc(100% / 5);
  margin-bottom: 0.875rem;
}

#footer .top .f-nav li:nth-last-child(-n+5) {
  margin-bottom: 0;
}

#footer .top .f-nav li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 1rem;
  color: #fff;
  background: url(../img/f-jt.png) right center no-repeat;
  padding-right: 10px;
  line-height: 1.5;
  transition: .4s;
  -webkit-transition: .4s;
}

#footer .top .f-nav li:hover a {
  transform: translateX(5px);
}

#footer .f-bottom {
  border-top: 1px solid #4b79bf;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#footer .f-bottom .right {
  width: 70%;
}

#footer .f-erweima {
  padding: 4px;
  background-color: #fff;
}

#footer .f-erweima img {
  width: 6.25rem;
}

#footer .f-erweima em {
  width: 20px;
  font-size: 1rem;
  color: #333;
  text-align: center;
  line-height: 1.3;
  padding-top: 6px;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

#footer .f-info {
  background: url(../img/sydw-icon.png) left top no-repeat;
  background-size: 4.125rem 5.0625rem;
  padding-left: 5.75rem;
}

#footer .f-info p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.75rem;
  background: url(../img/f-icon-1.png) left center no-repeat;
  padding-left: 2.1875rem;
  line-height: 1.8;
}

#footer .f-info p i {
  width: 8px;
  height: 13px;
  margin: 0 1.125rem;
  background: url(../img/f-line.png) center center no-repeat;
  vertical-align: middle;
}

#footer .f-info p:nth-child(2) {
  background-image: url(../img/f-icon-2.png);
}

#footer .f-info p:nth-child(3) {
  background-image: url(../img/f-icon-3.png);
}

#footer .f-info p:nth-child(4) {
  background-image: url(../img/f-icon-4.png);
}

#footer .copyRight {
  font-size: 14px;
  color: #86b2f7;
  padding-left: 5.75rem;
}

#footer .copyRight:last-child{
  margin-top:1rem;
}

#footer .copyRight a {
  color: inherit;
}

.chk-top {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 5px;
  background: #7f7f7f url(../img/top-icon.png) center center no-repeat;
  background-size: 1.625rem 1.5rem;
  position: fixed;
  top: 50px;
  right: 5%;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.chk-top.on {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/*底部*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

#index-link .list ul{
  flex-wrap: wrap;
}

#index-link .list ul{
  display:none;
}

#index-link .list ul.on{
  display:flex;
}

#index-link .list ul li{
  width: calc(100% / 5);
  padding-bottom:10px;
}

#index-link .index-top-title .tab ul li{
  padding:0 10px;
}

#index-link .index-top-title .tab ul li a{
  padding-bottom:1.75rem;  
}

#index-link .list ul li a{
  background:url(../img/hover-icon2.png)left center no-repeat;
  padding-left:1.875rem;
  height:1.875rem;
  font-size:1.25rem;
  line-height:1.875rem;
}

#index-link .index-top-title{
  border-bottom:1px solid #dbdbdb;
  padding-bottom:10px;
}

.examples { margin-top: 40px; }
.examples .row { margin-bottom: 20px; }
.examples .col-md-3 { text-align: center; margin-bottom: 20px; }
.example img{max-width: 100%;}
.example p img{max-width:100%;}
