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

/*头部*/
.header-pc {
  background: url(../img/header-top-bg.png) center top no-repeat;
  background-size: 100% 7px;
  position: relative;
}

.header-pc::before {
  content: '';
  display: block;
  width: 200px;
  height: 0.5rem;
  background-color: #016eab;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-pc .logo {
  margin-top: 1.5rem;
}

.header-pc .logo .logo-img {
  width: 24rem;
}

.header-pc .logo .line {
  width: 1px;
  height: 3rem;
  background: url(../img/header-line.png) center center no-repeat;
  margin: 0 1rem;
}

.header-pc .logo .txt p:nth-child(1) {
  font-size: 1.125rem;
  color: #06809b;
  font-weight: 600;
}

.header-pc .logo .txt p:nth-child(2) {
  font-size: 1rem;
  color: #000;
  margin-top: 0.5rem;
}

.header-pc .search {
  width: 19rem;
  height: 2.75rem;
  border: 1px solid #015eae;
  overflow: hidden;
  border-radius: 25px;
  margin-top: 3.125rem;
}

.header-pc .search input {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.75rem;
  font-size: 14px;
  color: #676666;
  padding-left: 20px;
  padding-right: 4.375rem;
}

.header-pc .search input:-webkit-input-placeholder {
  font-size: 14px;
  color: #676666;
}

.header-pc .search a {
  width: 4.125rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #015eae url(../img/search-icon.png) center center no-repeat;
  background-size: 1.5625rem 1.5625rem;
}

.header-pc .tel {
  margin-top: 3.125rem;
  margin-right: 1.625rem;
  margin-left: 3.75rem;
}

.header-pc .tel i {
  width: 2.75rem;
  height: 2.75rem;
  background: url(../img/tel-icon.png) center center no-repeat;
  border-radius: 50%;
  border: 1px solid #015eae;
  vertical-align: middle;
}

.header-pc .tel span {
  font-size: 1.125rem;
  color: #015eae;
  vertical-align: middle;
  margin-left: 6px;
}

.header-pc .right-wx {
  width: 2.75rem;
  height: 2.75rem;
  margin-top: 3.125rem;
  border-radius: 50%;
  border: 1px solid #11a67a;
}

.header-pc .right-wx img {
  width: 1.75rem;
}

.header-pc .right-wx .code {
  width: 110px;
  height: 100px;
  position: absolute;
  top: 150%;
  left: 50%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-pc .right-wx:hover .code {
  top: 110%;
  opacity: 1;
  visibility: visible;
}

.header-pc .right-txt {
  width: 26.375rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  right: -13px;
  z-index: 100;
  text-align: center;
  background: url(../img/header-top-bg-k.png) center center no-repeat;
  background-size: 100% 100%;
}

.header-pc .right-txt a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  background: url(../img/header-arrow-icon.png) 85% center no-repeat;
  background-size: 0.5rem 0.8125rem;
}

.header-pc .right-txt a::after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 2px;
  height: 1rem;
  background-color: #33b591;
  margin-left: 1.875rem;
  margin-right: 0.875rem;
}

.header-pc .right-txt a:last-child::after {
  display: none;
}

.header-pc .pc-nav {
  height: 3.875rem;
  margin-top: 1.25rem;
  border-top: 1px solid #e3e3e3;
}

.header-pc .pc-nav ul {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.header-pc .pc-nav li {
  position: relative;
}

.header-pc .pc-nav li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  color: #333;
  line-height: 3.875rem;
  position: relative;
}

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

.header-pc .pc-nav li .sub {
  width: 100px;
  background-color: #0e9a84;
  position: absolute;
  top: 150%;
  left: 50%;
  z-index: 1000;
  text-align: center;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: top .5s;
}

.header-pc .pc-nav li .sub a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 1.5;
  position: relative;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  transition: .4s;
  -webkit-transition: .4s;
}

.header-pc .pc-nav li .sub a::after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  opacity: 0;
  visibility: visible;
  background-color: #fff97e;
  margin: 0px auto 0px;
  transition: .4s;
  -webkit-transition: .4s;
}

.header-pc .pc-nav li .sub a:last-child {
  margin-bottom: 0;
}

.header-pc .pc-nav li .sub a:hover {
  color: #fff97e;
}

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

.header-pc .pc-nav li:hover > a, .header-pc .pc-nav li.on > a {
  color: #015eae;
}

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

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

/*头部*/
/*首页*/
#banner {
  height: calc(100vh - 98px);
}

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

#banner .swiper-pagination span {
  width: 13px;
  height: 13px;
  background-color: #f0f5f6;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  margin-right: 0.9375rem;
}

#banner .swiper-pagination span:last-child {
  margin-right: 0;
}

#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #015eae;
}

.index-type {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  z-index: 100;
}

.index-type ul {
  height: 6.125rem;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.index-type ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 5);
  height: 100%;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #e2e2e2;
}

.index-type ul li:last-child {
  background-color: #015eae;
  border-right: none;
}

.index-type ul li:last-child span {
  color: #fff;
}

.index-type ul li a {
  display: table;
}

.index-type ul li .box {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}

.index-type ul li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 1.125rem;
  color: #474747;
  margin-left: 1.25rem;
}

.index-type ul li img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: .4s;
  -webkit-transition: .4s;
}

.index-type ul li:nth-child(1) img {
  width: 2.75rem;
}

.index-type ul li:nth-child(2) img {
  width: 2.8125rem;
}

.index-type ul li:nth-child(3) img,
.index-type ul li:nth-child(4) img {
  width: 2.3125rem;
}

.index-type ul li:nth-child(5) img {
  width: 1.9375rem;
}

.index-type ul li:hover img {
  transform: rotateY(360deg);
}

#index-news-box {
  margin-top: 4.125rem;
  margin-bottom: 4.125rem;
  overflow: hidden;
}

#index-news-box .news-tab {
  width: 12.875rem;
  margin-top: -0.625rem;
  overflow: hidden;
}

#index-news-box .news-tab a {
  display: table;
  width: 100%;
  height: 9.375rem;
  border-bottom: 1px solid #e2e2e2;
  font-size: 0;
  text-align: center;
  background: #f2f2f2 url(../img/index-news-tab-bg.png) -200px center no-repeat;
  background-size: 100% 100%;
  transition: .4s;
  -webkit-transition: .4s;
}

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

#index-news-box .news-tab a .box {
  display: table-cell;
  vertical-align: middle;
}

#index-news-box .news-tab a span {
  font-size: 1.375rem;
  color: #333;
  vertical-align: middle;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-box .news-tab a i {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.875rem;
  background-size: 100% 100%;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-box .news-tab a:nth-child(1) i {
  width: 2rem;
  height: 1.9375rem;
  background-image: url(../img/index-news-icon-1.png);
}

#index-news-box .news-tab a:nth-child(2) i {
  width: 2rem;
  height: 1.8125rem;
  background-image: url(../img/index-news-icon-2.png);
}

#index-news-box .news-tab a:nth-child(3) i {
  width: 2.125rem;
  height: 1.75rem;
  background-image: url(../img/index-news-icon-3.png);
}

#index-news-box .news-tab a:nth-child(4) i {
  width: 2.125rem;
  height: 1.9375rem;
  background-image: url(../img/index-news-icon-4.png);
}

#index-news-box .news-tab a:hover, #index-news-box .news-tab a.on {
  background-position-x: center;
}

#index-news-box .news-tab a:hover span, #index-news-box .news-tab a.on span {
  color: #fff;
}

#index-news-box .news-tab a:hover:nth-child(1) i, #index-news-box .news-tab a.on:nth-child(1) i {
  background-image: url(../img/index-news-icon-1-hover.png);
}

#index-news-box .news-tab a:hover:nth-child(2) i, #index-news-box .news-tab a.on:nth-child(2) i {
  background-image: url(../img/index-news-icon-2-hover.png);
}

#index-news-box .news-tab a:hover:nth-child(3) i, #index-news-box .news-tab a.on:nth-child(3) i {
  background-image: url(../img/index-news-icon-3-hover.png);
}

#index-news-box .news-tab a:hover:nth-child(4) i, #index-news-box .news-tab a.on:nth-child(4) i {
  background-image: url(../img/index-news-icon-4-hover.png);
}

#index-news-box .right .list {
  display: none;
}

#index-news-box .right .list .left {
  width: 50%;
  padding-left: 1.25rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
}

#index-news-box .right .list .left .img-box {
  height: 23.875rem;
}

#index-news-box .right .list .left .info {
  height: 11.875rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ddd;
  position: relative;
  background-size: 100% 100%;
  margin-top: 1.125rem;
  padding: 1.75rem;
}

#index-news-box .right .list .left .info::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 2.125rem;
  z-index: 10;
}

#index-news-box .right .list .left .info .title {
  font-size: 1.375rem;
  color: #222;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-box .right .list .left .info .desc {
  font-size: 1rem;
  color: #444;
  line-height: 2;
  margin-top: 5px;
}

#index-news-box .right .list .left .info .time {
  font-size: 14px;
  margin-top: 1rem;
}

#index-news-box .right .list .left .info .time em {
  color: #878787;
}

#index-news-box .right .list .left .info .time span {
  color: #016cac;
}

#index-news-box .right .list .left .swiper-pagination {
  bottom: 40%;
  z-index: 100;
}

#index-news-box .right .list .left .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

#index-news-box .right .list .left .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #f00;
}

#index-news-box .right .list .left:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#index-news-box .right .list .left:hover .info .title {
  color: #008841;
  text-indent: 5px;
}

#index-news-box .right .list .right-txt {
  width: 50%;
  padding-left: 0.625rem;
}

#index-news-box .right .list .right-txt .txt-list > .title {
  margin-top: -1.125rem;
  border-bottom: 1px solid #dadada;
  position: relative;
}

#index-news-box .right .list .right-txt .txt-list > .title::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url(../img/title-line.png) left center no-repeat;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
}

#index-news-box .right .list .right-txt .txt-list > .title span {
  font-size: 1.375rem;
  color: #333;
  font-weight: 600;
}

#index-news-box .right .list .right-txt .txt-list > .title a {
  font-family: "宋体";
  font-size: 2.5rem;
  color: #757575;
  font-weight: bold;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-box .right .list .right-txt .txt-list > .title a:hover {
  transform: rotate(360deg);
  color: #008841;
}

#index-news-box .right .list .right-txt .txt-list .txt-content {
  margin-top: 1.25rem;
}

#index-news-box .right .list .right-txt .txt-list .txt-content a {
  overflow: hidden;
  margin-bottom: 2%;
}

#index-news-box .right .list .right-txt .txt-list .txt-content a h4 {
  font-size: 1.125rem;
  color: #333;
  position: relative;
  padding-left: 10px;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-box .right .list .right-txt .txt-list .txt-content a h4::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #008841;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-box .right .list .right-txt .txt-list .txt-content a em {
  font-size: 14px;
  color: #797979;
}

#index-news-box .right .list .right-txt .txt-list .txt-content a:hover .title, #index-news-box .right .list .right-txt .txt-list .txt-content a:hover em {
  color: #008841;
}

#index-news-box .right .list .right-txt .txt-list .txt-content a:hover .title {
  text-indent: 5px;
}

#index-news-box .right .list:first-child .right-txt .txt-list .txt-content a, #index-news-box .right .list:last-child .right-txt .txt-list .txt-content a {
  margin-bottom: 2.2%;
}

#index-news-box .right .list.on {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-animation: fadeInLeft 1s .2s ease both;
  -moz-animation: fadeInLeft 1s .2s ease both;
}

.select-list {
  width: 100%;
  max-height: 215px;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 500;
  background-color: rgba(115, 176, 196, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.select-list::-webkit-scrollbar, .select-list body::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: #eee;
  border-radius: 25px;
}

.select-list::-webkit-scrollbar-track {
  border-radius: 25px;
}

.select-list::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #015eae;
}

.select-list a {
  display: block;
  width: 100%;
  line-height: 2.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.select-list a:last-child {
  border-bottom: none;
}

#index-team-box {
  background: url(../img/index-team-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#index-team-box .container {
  padding-top: 3.875rem;
  padding-bottom: 4.375rem;
}

#index-team-box .top .title {
  font-size: 1.625rem;
  color: #fff;
  padding-left: 10px;
  font-weight: 600;
}

#index-team-box .top .title em {
  margin-left: 0.875rem;
  text-transform: capitalize;
  font-weight: normal;
}

#index-team-box .top .title::before {
  content: '';
  display: block;
  width: 3px;
  height: 1.625rem;
  background-color: #00c34c;
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

#index-team-box .top .select-box {
  width: 10.625rem;
  height: 3.125rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-left: 0.625rem;
}

#index-team-box .top .select-box:first-child {
  width: 20.3125rem;
  margin-left: 0;
}

#index-team-box .top .select-box::before {
  content: '';
  display: block;
  width: 15px;
  height: 9px;
  position: absolute;
  top: 0;
  right: 1.0625rem;
  bottom: 0;
  z-index: 10;
  margin: auto;
  background: url(../img/xz-arrow-icon.png) center center no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-team-box .top .select-box input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 3.125rem;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: 1.375rem;
}

#index-team-box .top .select-box input::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
  line-height: 3.125rem;
}

#index-team-box .top .select-box.on .select-list {
  top: 101%;
  opacity: 1;
  visibility: visible;
}

#index-team-box .top .search {
  width: 10.625rem;
  height: 3.125rem;
  margin-left: 0.625rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  text-align: center;
  font-size: 1.125rem;
  color: #5e5e5e;
  line-height: 3.125rem;
}

#index-team-box .top .search img {
  width: 1.25rem;
}

#index-team-box .team-list {
  margin-top: 3.75rem;
}

#index-team-box .team-list .box {
  padding-bottom: 5rem;
}

#index-team-box .team-list li {
  width: 33.33333333%;
  height: 15.625rem;
  background-color: #fff;
  padding: 1.3%;
}

#index-team-box .team-list li .img-box {
  width: 9.375rem;
}

#index-team-box .team-list li .info {
  padding-left: 1.25rem;
}

#index-team-box .team-list li .info .title {
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  margin-top: 0.3125rem;
}

#index-team-box .team-list li .info .line {
  width: 30px;
  height: 3px;
  background-color: #fab51f;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#index-team-box .team-list li .info p {
  font-size: 14px;
  color: #383838;
  line-height: 1.8;
}

#index-team-box .team-list li .info p:last-child {
  margin-top: 0.625rem;
}

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

#index-team-box .team-list > a {
  display: block;
  width: 2rem;
  height: 3.625rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: -5rem;
  bottom: 0;
  z-index: 100;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-team-box .team-list > a.prev {
  left: -3rem;
  background-image: url(../img/team-prev-icon.png);
}

#index-team-box .team-list > a.next {
  right: -3rem;
  background-image: url(../img/team-next-icon.png);
}

#index-team-box .team-list > a:hover {
  transform: scale(0.9);
}

#index-team-box .team-list .swiper-pagination {
  color: #fff;
  font-style: italic;
  font-family: "宋体";
}

#index-team-box .team-list .swiper-pagination .swiper-pagination-current {
  font-size: 2.25rem;
}

#index-team-box .team-list .swiper-pagination .swiper-pagination-total {
  font-size: 1.5rem;
  font-weight: normal;
}

#index-team-box .team-more {
  display: block;
  width: 10rem;
  height: 2.875rem;
  line-height: 2.875rem;
  margin: 1.875rem auto 0px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.125rem;
  color: #333;
  text-align: center;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-team-box .team-more i {
  font-family: "宋体";
  font-size: 2.1875rem;
  color: #757575;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.5rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-team-box .team-more:hover {
  background-color: #0270a9;
  color: #fff;
}

#index-team-box .team-more:hover i {
  color: #fff;
  transform: rotate(360deg);
}

#index-department {
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}

#index-department .top .title {
  font-size: 1.625rem;
  color: #1e1e1e;
  padding-left: 10px;
  font-weight: 600;
}

#index-department .top .title em {
  color: #828282;
  margin-left: 0.875rem;
  text-transform: capitalize;
  font-weight: normal;
}

#index-department .top .title::before {
  content: '';
  display: block;
  width: 3px;
  height: 1.625rem;
  background-color: #00c34c;
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

#index-department .top .letter a {
  font-size: 1rem;
  color: #8a8a8a;
  margin-right: 1.375rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-department .top .letter a:last-child {
  margin-right: 0;
}

#index-department .top .letter a.on, #index-department .top .letter a:hover {
  color: #006cad;
}

#index-department .bottom {
  height: 26.25rem;
  margin-top: 1.875rem;
}

#index-department .bottom .left {
  width: 50%;
}

#index-department .bottom .left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 2.5rem;
  right: 0;
  z-index: 10;
}

#index-department .bottom .left .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.875rem;
}

#index-department .bottom .left .info .title {
  font-size: 1.5rem;
  color: #fff;
}

#index-department .bottom .left .info .line {
  width: 44px;
  height: 3px;
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
}

#index-department .bottom .left .info .desc span {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  margin-right: 4.25rem;
}

#index-department .bottom .left .info .desc em {
  width: 2rem;
  height: 2rem;
  background: url(../img/index-jia-icon.png) center center no-repeat;
  background-size: 100% 100%;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-department .bottom .left:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#index-department .bottom .left:hover .info .desc em {
  transform: rotate(360deg);
}

#index-department .bottom .right {
  width: 50%;
}

#index-department .bottom .right .list-content {
  width: 74%;
  background-color: #fff;
  box-shadow: 0px 0px 20px #ededed;
}

#index-department .bottom .right .list-content .list {
  padding: 1.5rem;
  font-size: 0;
  overflow: hidden;
  display: none;
}

#index-department .bottom .right .list-content .list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  height: calc(100% / 4);
  line-height: 5.625rem;
  position: relative;
  font-size: 1.125rem;
  color: #444;
  padding-left: 12px;
  transition: .4s;
  -webkit-transition: .4s;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index-department .bottom .right .list-content .list a::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #c3c3c3;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  border-radius: 50%;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-department .bottom .right .list-content .list a:nth-child(3n)::before {
  content: '';
  display: block;
  width: 28.625rem;
  height: 1px;
  background: url(../img/index-tep-line.png) center center no-repeat;
  position: absolute;
  left: -19.5rem;
  bottom: 0;
  z-index: 10;
}
#index-department .bottom .right .list-content .list a::before {
  content: '';
  display: block;
  width: 31.625rem;
  height: 1px;
  background: url(../img/index-tep-line.png) center center no-repeat;
  position: absolute;
  left: -19.5rem;
  bottom: 0;
  z-index: 10;
}

#index-department .bottom .right .list-content .list a:nth-child(n+13) {
  display: none;
}

#index-department .bottom .right .list-content .list a:nth-child(12)::before {
  display: none;
}

#index-department .bottom .right .list-content .list a:hover {
  color: #006cad;
}

#index-department .bottom .right .list-content .list a:hover::after {
  background-color: #006cad;
}

#index-department .bottom .right .list-content .list.on {
  display: block;
  -webkit-animation: fadeInLeft 1s .2s ease both;
  -moz-animation: fadeInLeft 1s .2s ease both;
}

#index-department .bottom .right .tab {
  width: 26%;
  font-size: 0;
  background-color: #f2f2f2;
}

#index-department .bottom .right .tab a {
  display: table;
  width: 100%;
  height: calc(100% / 3);
  background: url(../img/index-dep-tab-bg.png) 200px center no-repeat;
  text-align: center;
  background-size: 100% 100%;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-department .bottom .right .tab a .box {
  display: table-cell;
  vertical-align: middle;
}

#index-department .bottom .right .tab a .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-bottom: 0.75rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-department .bottom .right .tab a span {
  font-size: 1.375rem;
  color: #333;
}

#index-department .bottom .right .tab a:nth-child(1) .icon {
  width: 2.4375rem;
  height: 2.4375rem;
  background-image: url(../img/index-dep-icon-1.png);
}

#index-department .bottom .right .tab a:nth-child(2) .icon {
  width: 2.5rem;
  height: 2.3125rem;
  background-image: url(../img/index-dep-icon-2.png);
}

#index-department .bottom .right .tab a:nth-child(3) .icon {
  width: 2.25rem;
  height: 2.5rem;
  background-image: url(../img/index-dep-icon-3.png);
}

#index-department .bottom .right .tab a:hover, #index-department .bottom .right .tab a.on {
  background-position-x: center;
}

#index-department .bottom .right .tab a:hover span, #index-department .bottom .right .tab a.on span {
  color: #fff;
}

#index-department .bottom .right .tab a:hover:nth-child(1) .icon, #index-department .bottom .right .tab a.on:nth-child(1) .icon {
  background-image: url(../img/index-dep-icon-1-hover.png);
}

#index-department .bottom .right .tab a:hover:nth-child(2) .icon, #index-department .bottom .right .tab a.on:nth-child(2) .icon {
  background-image: url(../img/index-dep-icon-2-hover.png);
}

#index-department .bottom .right .tab a:hover:nth-child(3) .icon, #index-department .bottom .right .tab a.on:nth-child(3) .icon {
  background-image: url(../img/index-dep-icon-3-hover.png);
}

#index-bottom {
  background-color: #eee;
  padding: 4.875rem 0;
}

#index-bottom ul {
  margin-left: -10px;
  margin-right: -10px;
}

#index-bottom li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 4);
  padding: 0 10px;
  text-align: center;
}

#index-bottom li a {
  background-color: #fff;
  padding-bottom: 1.75rem;
}

#index-bottom li .img-box {
  height: 14.375rem;
}

#index-bottom li .title {
  font-size: 1.5rem;
  color: #000;
  margin-top: 0.875rem;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-bottom li .line {
  width: 45px;
  height: 3px;
  background: url(../img/index-bottom-line.png) center center no-repeat;
  margin: 10px auto 10px;
}

#index-bottom li .desc {
  font-size: 1.125rem;
  color: #8e8e8e;
  text-transform: capitalize;
  padding: 0 10px;
}

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

#index-bottom li:hover .title {
  color: #1f4a8f;
}

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

.page-banner .container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.page-banner .info-box {
  margin-top: -2.5rem;
  padding-left: 2.125rem;
}

.page-banner .info-box .title {
  font-size: 1.875rem;
  color: #fff;
  padding-left: 15px;
}

.page-banner .info-box .title::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 1.75rem;
  background-color: #facd89;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.page-banner .info-box .crumbs img {
  margin-right: 10px;
}

.page-banner .info-box .crumbs a {
  font-size: 14px;
  color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-banner .info-box .crumbs a:hover {
  color: #1F4A8F;
}

.page-banner .info-box .crumbs .arrow {
  font-family: "宋体";
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.page-nav {
  height: 3.875rem;
  z-index: 100;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: -3.875rem;
  margin-bottom: 3.25rem;
}

.page-nav ul {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.page-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 1.375rem;
  padding-right: 1.375rem;
  background: url(../img/page-nav-line.png) right center no-repeat;
}

.page-nav li a {
  display: block;
  width: 100%;
  line-height: 3.875rem;
  font-size: 1.125rem;
  color: #fff;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: 10;
  margin: auto;
  opacity: 0;
  visibility: visible;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  background-image: none;
}

.page-nav li:hover a, .page-nav li.on a {
  font-weight: 600;
}

.page-nav li:hover a::before, .page-nav li.on a::before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.page-warp-box {
  min-height: 300px;
  padding-bottom: 4.75rem;
}

.content {
  font-size: 1.125rem;
  color: #333;
  line-height: 2;
  text-align: justify;
}

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

.page-survey-box {
  /* margin-top: -3.25rem; */
}

.page-survey-box > .container {
  background-color: #eaf3fa;
  padding-top: 3.25rem;
  padding-bottom: 4.75rem;
  margin-bottom: 3.875rem;
}

.page-survey-box .top {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  background: url(../img/page-txt-img.png) 93% 1.625rem no-repeat;
  background-size: 41.6875rem 6.4375rem;
}

.page-survey-box .top .left-img .img-box {
  border: 0.5rem solid #fff;
}

.page-survey-box .top .left-img .img-box:nth-child(1) {
  width: 31.5rem;
  height: 31.625rem;
}

.page-survey-box .top .left-img .img-box:nth-child(2) {
  width: 27.5rem;
  height: 17.5rem;
  position: absolute;
  bottom: 2.375rem;
  left: 20.625rem;
  z-index: 10;
}

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

.page-survey-box .top .right {
  padding-left: 29%;
  padding-top: 14.5%;
}

.page-survey-box .top .right p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 2);
  font-size: 2.25rem;
  color: #13a1c4;
  text-align: center;
  margin-bottom: 6.25rem;
}

.page-survey-box .top .right p em {
  font-size: 1.125rem;
  color: #13a1c4;
}

.page-survey-box .top .right p i {
  display: block;
  width: 24px;
  height: 4px;
  margin: 0.9375rem auto 0;
  background-color: #2180af;
}

.page-survey-box .top .right p span {
  font-size: 1.125rem;
  color: #444;
}

.page-survey-box .top .right p:nth-child(n+3) {
  margin-bottom: 0;
}

.page-survey-box .content {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

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

.page-paging-box .box {
  border: 1px solid #e4e4e4;
  padding: 0 2.375rem;
}

.page-paging-box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 1.125rem;
  color: #333;
  padding: 18px 20px;
  transition: .4s;
  -webkit-transition: .4s;
}

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

.page-equipment-box ul {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

.page-equipment-box li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  height: 19.5rem;
  padding: 0 1.375rem;
  margin-bottom: 2.75rem;
}

.page-equipment-box li a {
  overflow: hidden;
  position: relative;
}

.page-equipment-box li .title {
  line-height: 2.875rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

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

.page-news-box .left {
  padding-right: 2.5rem;
  overflow: hidden;
}

.page-news-box .left ul {
  margin-bottom: 3.4375rem;
}

.page-news-box .left li {
  width: 100%;
  height: 13.125rem;
  border: 1px solid #eee;
  margin-top: -1px;
  padding: 1.25rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .left li:first-child {
  margin-top: 0;
}

.page-news-box .left li .img-box {
  width: 16.5625rem;
  margin-right: 1.75rem;
}

.page-news-box .left li .img-box i {
    background-size: 100% 100%;
}

.page-news-box .left li .info {
  overflow: hidden;
}

.page-news-box .left li .info .title {
  font-size: 1.125rem;
  color: #333;
  font-weight: 600;
  margin-top: 0.375rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .left li .info .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.page-news-box .left li .info .time {
  font-size: 14px;
  color: #888;
  margin-top: 1.875rem;
}

.page-news-box .left li:hover {
  border-color: #015eae;
}

.page-news-box .left li:hover + li {
  border-top-color: #015eae;
}

.page-news-box .left li:hover .title {
  color: #015eae;
}

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

.page-news-box .right {
  width: 20.75rem;
}

.page-news-box .right .page-news-title {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  margin-top: -1.25rem;
}

.page-news-box .right .page-news-title i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 2.0625rem;
  height: 2.0625rem;
  background: url(../img/page-news-icon-1.png) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}

.page-news-box .right .top {
  margin-bottom: 3.125rem;
}

.page-news-box .right .top .top-title {
  margin-bottom: 0.9375rem;
}

.page-news-box .right .top .page-switch {
  margin-top: -1.25rem;
}

.page-news-box .right .top .page-switch .prev, .page-news-box .right .top .page-switch .next {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #c9c9c9;
  vertical-align: middle;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .right .top .page-switch .prev:hover, .page-news-box .right .top .page-switch .next:hover {
  background-color: #015eae;
  border-color: #015eae;
}

.page-news-box .right .top .page-switch .prev {
  background-image: url(../img/page-news-prev.png);
}

.page-news-box .right .top .page-switch .prev:hover {
  background-image: url(../img/page-news-prev-hover.png);
}

.page-news-box .right .top .page-switch .next {
  background-image: url(../img/page-news-next.png);
}

.page-news-box .right .top .page-switch .next:hover {
  background-image: url(../img/page-news-next-hover.png);
}

.page-news-box .right .top .page-switch .swiper-pagination {
  width: auto;
  font-style: italic;
  position: relative;
  bottom: 0;
  vertical-align: middle;
  font-size: 1.125rem;
  color: #666;
  margin: 0 10px;
}

.page-news-box .right .top .page-switch .swiper-pagination .swiper-pagination-current {
  font-size: 1.5rem;
  color: #f1754a;
}

.page-news-box .right .top .swiper-container li {
  width: 100%;
  height: 20.375rem;
  border: 1px solid #e8e8e8;
}

.page-news-box .right .top .swiper-container li .img-box {
  height: 12rem;
}

.page-news-box .right .top .swiper-container li .info {
  padding: 0.625rem 1rem;
}

.page-news-box .right .top .swiper-container li .info .title {
  font-size: 1.125rem;
  color: #333;
}

.page-news-box .right .top .swiper-container li .info .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-top: 0.3125rem;
}

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

.page-news-box .right .bottom .page-news-title {
  margin-bottom: 0.9375rem;
}

.page-news-box .right .bottom .page-news-title i {
  background-image: url(../img/page-news-icon-2.png);
}

.page-news-box .right .bottom .infos {
  border: 1px solid #e8e8e8;
  padding: 1.375rem 6px;
}

.page-news-box .right .bottom .infos a {
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 0.625rem;
  line-height: 1.5;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .right .bottom .infos a:last-child {
  margin-bottom: 0;
}

.page-news-box .right .bottom .infos a i {
  vertical-align: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #afafaf;
  border-radius: 50%;
  margin-right: 8px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box .right .bottom .infos a:nth-child(1) i {
  background-color: #d24a4a;
}

.page-news-box .right .bottom .infos a:nth-child(2) i {
  background-color: #f26c3e;
}

.page-news-box .right .bottom .infos a:nth-child(3) i {
  background-color: #ffa100;
}

.page-news-box .right .bottom .infos a:hover {
  color: #015eae;
}

.page-news-box .right .bottom .infos a:hover i {
  background-color: #015eae;
}

.page-details-box .left .top-title {
  font-size: 1.875rem;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.page-details-box .left .desc {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.page-details-box .left .content {
  border-top: 1px solid #dddddd;
  padding-top: 2.5rem;
}

.page-details-box .left .bottom-page {
  margin-top: 2.5rem;
  border-top: 1px solid #dddddd;
  padding-top: 2.25rem;
}

.page-details-box .left .bottom-page .left {
  padding-right: 12.5rem;
}

.page-details-box .left .bottom-page .left a {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-details-box .left .bottom-page .left a:last-child {
  margin-bottom: 0;
}

.page-details-box .left .bottom-page .left a:hover {
  color: #25378f;
}

.page-details-box .left .bottom-page .left a:hover em {
  color: inherit;
}

.page-details-box .left .bottom-page .return-list {
  width: 11.25rem;
  height: 3.125rem;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 3.125rem;
  font-size: 1.125rem;
  color: #7c7c7c;
  overflow: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

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

.page-details-box .left .bottom-page .return-list:hover {
  background-color: #384ba7;
}

.page-noteice-box .left li {
  height: 6.875rem;
  padding: 0;
}

.page-noteice-box .left li .time {
  width: 6.25rem;
  height: 100%;
  text-align: center;
  font-size: 1.875rem;
  color: #555;
  font-weight: bold;
  padding-top: 1.875rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-noteice-box .left li .time em {
  font-size: 12px;
  margin-top: 4px;
  font-weight: normal;
}

.page-noteice-box .left li .line {
  width: 1px;
  height: 34px;
  background: url(../img/page-noteice-line.png) center center no-repeat;
  margin-right: 1.25rem;
}

.page-noteice-box .left li:hover .time {
  background-color: #015eae;
  color: #fff;
}

.page-depinfo-box .top-letter {
  height: 3.375rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px #dfdfdf;
  text-align: center;
  margin-bottom: 2.25rem;
}

.page-depinfo-box .top-letter a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 40px;
  font-size: 16px;
  color: #555;
  line-height: 3.375rem;
  position: relative;
  background: url(../img/page-letter-line.png) right center no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-depinfo-box .top-letter a::before {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #015eae;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-depinfo-box .top-letter a:hover, .page-depinfo-box .top-letter a.on {
  color: #015eae;
  font-weight: bold;
}

.page-depinfo-box .top-letter a:hover::before, .page-depinfo-box .top-letter a.on::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.page-depinfo-box .top-letter a:first-child {
  width: auto;
  font-size: 1.125rem;
  color: #717171;
}

.page-depinfo-box .top-letter a:first-child::before {
  display: none;
}

.page-depinfo-box .top-letter a:nth-child(2) {
  width: 60px;
}

.page-depinfo-box .top-letter a:last-child, .page-depinfo-box .top-letter a:first-child {
  background-image: none;
}

.page-depinfo-box .page-dep-list li {
  margin-bottom: 2.5rem;
}

.page-depinfo-box .page-dep-list li .page-news-title {
  font-size: 24px;
  color: #303030;
  line-height: 1.5;
}

.page-depinfo-box .page-dep-list li .page-news-title img {
  width: 2.5625rem;
  margin-right: 5px;
  vertical-align: -10px;
}

.page-depinfo-box .page-dep-list li .list {
  background-color: #f9fcff;
  border: 1px solid #e8e8e8;
  margin-top: 1.375rem;
  padding: 3.125rem 2.8125rem;
}

.page-depinfo-box .page-dep-list li .list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 4);
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  color: #444;
  position: relative;
  padding-left: 15px;
  padding-right: 25px;
  line-height: 2rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-depinfo-box .page-dep-list li .list a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-depinfo-box .page-dep-list li .list a:nth-last-child(-n + 5) {
  /* margin-bottom: 0; */
}

.page-depinfo-box .page-dep-list li .list a:hover {
  color: #015eae;
}

.page-depinfo-box .page-dep-list li .list a:hover::before {
  background-color: #015eae;
}

.page-depinfo-box .page-dep-list li:last-child {
  margin-bottom: 0;
}

.page-department-details {
  padding-top: 3.125rem;
}

.page-department-details::before {
  content: '';
  display: block;
  width: 100%;
  height: 36.25rem;
  background-color: #eaf3fa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.page-department-details .container {
  z-index: 20;
}

.page-department-details .container > .top {
  margin-bottom: 7.5rem;
}

.page-department-details .container > .top .left-img {
  width: 43.75rem;
  height: 28.375rem;
}

.page-department-details .container > .top .left-img li .title {
  line-height: 3.375rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-size: 1.125rem;
  color: #fff;
  padding-left: 1.75rem;
}

.page-department-details .container > .top .left-img li i {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-department-details .container > .top .left-img li:hover i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-department-details .container > .top .left-img .swiper-pagination {
  text-align: right;
  bottom: 1.25rem;
  padding-right: 2.25rem;
}

.page-department-details .container > .top .left-img .swiper-pagination span {
  background-color: #a6a5a0;
  opacity: 1;
}

.page-department-details .container > .top .left-img .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ff6b38;
}

.page-department-details .container > .top .info {
  padding-left: 2.125rem;
  overflow: hidden;
}

.page-department-details .container > .top .info .title {
  font-size: 2.25rem;
  color: #333;
  margin-top: 1.875rem;
}

.page-department-details .container > .top .info .title a {
  width: 127px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #015eae;
  border-radius: 25px;
  font-size: 1rem;
  color: #015eae;
  background: url(../img/page-back-icon.png) 32% center no-repeat;
  padding-left: 58px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-department-details .container > .top .info .title a:hover {
  background-color: #015eae;
  color: #fff;
  background-position-x: -100px;
  padding-left: 51px;
}

.page-department-details .container > .top .info .line {
  width: 66px;
  height: 3px;
  background-color: #015eae;
  margin-top: 0.625rem;
}

.page-department-details .container > .top .info .desc {
  font-size: 1rem;
  color: #333;
  line-height: 2.4;
  -webkit-line-clamp: 4;
  margin-top: 1.25rem;
}

.page-department-details .container > .top .info .more {
  display: block;
  float: right;
  width: 120px;
  line-height: 38px;
  border: 1px solid #015eae;
  font-size: 14px;
  color: #015eae;
  text-align: center;
  border-radius: 5px;
  margin-top: 3.625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-department-details .container > .top .info .more:hover {
  background-color: #015eae;
  color: #fff;
}

.page-department-details .container > .bottom > .title {
  font-size: 1.5rem;
  color: #333;
  padding-left: 10px;
}

.page-department-details .container > .bottom > .title::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 1.5625rem;
  background-color: #015eae;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.page-department-details .container > .bottom > .title .switch a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-department-details .container > .bottom > .title .switch a:last-child {
  margin-left: 10px;
}

.page-department-details .container > .bottom > .title .switch a.prev {
  background-image: url(../img/ks-prev-icon.png);
}

.page-department-details .container > .bottom > .title .switch a.next {
  background-image: url(../img/ks-next-icon.png);
}

.page-department-details .container > .bottom > .title .switch a:hover {
  background-color: #dcdcdc;
}

.page-department-details .container > .bottom .list {
  margin-top: 1.875rem;
}

.page-department-details .container > .bottom .list li {
  width: 9.375rem;
  height: 13.625rem;
  overflow: hidden;
  margin-right: 3.6875rem;
}

.page-department-details .container > .bottom .list li i.bg {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-department-details .container > .bottom .list li .info {
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-department-details .container > .bottom .list li .info .title {
  font-size: 1rem;
  color: #fff;
  line-height: 38px;
}

.page-department-details .container > .bottom .list li .info .line {
  width: 18px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-department-details .container > .bottom .list li .info .desc {
  font-size: 14px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-department-details .container > .bottom .list li:last-child {
  margin-right: 0;
}

.page-department-details .container > .bottom .list li:hover i.bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page-department-details .container > .bottom .list li:hover .info {
  height: auto;
  padding: 10px 0 12px;
}

.page-department-details .container > .bottom .list li:hover .info .title {
  line-height: normal;
}

.page-department-details .container > .bottom .list li:hover .info .line {
  margin: 6px auto 6px;
  opacity: 1;
  visibility: visible;
}

.page-department-details .container > .bottom .list li:hover .info .desc {
  opacity: 1;
  visibility: visible;
}

.page-classroom-box ul {
  padding-bottom: 1.875rem;
}

.page-classroom-box li {
  border-bottom: 1px dashed #e5e5e5;
  padding: 2rem 0.625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-classroom-box li a {
  overflow: hidden;
}

.page-classroom-box li a span {
  width: 80%;
  font-size: 1.125rem;
  color: #333;
  background: url(../img/diandian-icon.png) left center no-repeat;
  padding-left: 10px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-classroom-box li a em {
  width: 20%;
  font-size: 14px;
  color: #b3b3b3;
  text-align: right;
}

.page-classroom-box li:hover {
  background-color: #f7fbff;
}

.page-classroom-box li:hover span {
  color: #015eae;
}

.page-hospital-survey-leader .expert-type {
  background-color: #f9fcff;
  margin-bottom: 3%;
  border: 1px solid #e1e1e1;
}

.page-hospital-survey-leader .expert-type li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}

.page-hospital-survey-leader .expert-type li .name {
  width: 12%;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  border-right: 1px solid #e1e1e1;
}

.page-hospital-survey-leader .expert-type li .name span {
  display: table;
  width: 100%;
  height: 100%;
}

.page-hospital-survey-leader .expert-type li .name span em {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.125rem;
  color: #444;
  font-weight: bold;
}

.page-hospital-survey-leader .expert-type li .dep-list {
  width: 88%;
  padding: 2% 3.125rem 1.2%;
  font-size: 0;
}

.page-hospital-survey-leader .expert-type li .dep-list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 1.125rem;
  color: #444;
  padding: 10px 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-hospital-survey-leader .expert-type li .dep-list a:hover, .page-hospital-survey-leader .expert-type li .dep-list a.on {
  font-weight: bold;
  color: #015eae;
}

.page-hospital-survey-leader .expert-type li.department .dep-list a {
  width: calc(100% / 5);
}

.page-hospital-survey-leader .expert-type li.department .dep-list a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.page-hospital-survey-leader .expert-type li.department .dep-list a:hover::before, .page-hospital-survey-leader .expert-type li.department .dep-list a.on::before {
  background-color: #015eae;
}

.page-hospital-survey-leader .expert-type li:last-child {
  border-bottom: none;
}

.page-hospital-survey-leader .page-team-box .top {
  margin-bottom: 2%;
}

.page-hospital-survey-leader .page-team-box .top .title {
  line-height: 44px;
  font-size: 1.5rem;
  color: #333;
  background: url(../img/page-team-icon.png) left center no-repeat;
  padding-left: 56px;
  margin-right: 5%;
}

.page-hospital-survey-leader .page-team-box .top .select-box > em {
  font-size: 14px;
  color: #666;
  vertical-align: -webkit-baseline-middle;
}

.page-hospital-survey-leader .page-team-box .top .select-box .page-select-list span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 10px 40px 10px 30px;
  font-size: 1rem;
  color: #666;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  position: relative;
}

.page-hospital-survey-leader .page-team-box .top .select-box .page-select-list span a {
  display: block;
  width: 13px;
  height: 12px;
  background: url(../img/page-close-icon.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 10;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-hospital-survey-leader .page-team-box .top .select-box .page-select-list span a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.page-hospital-survey-leader .page-team-box .top .select-box .page-select-list span:last-child {
  margin-right: 0;
}

.page-hospital-survey-leader .page-team-box .top .page-team-search {
  width: 24.625rem;
  height: 44px;
  line-height: 44px;
}

.page-hospital-survey-leader .page-team-box .top .page-team-search input {
  width: 77%;
  padding-left: 10px;
  vertical-align: top;
  border: 1px solid #e1e1e1;
  color: #333;
  font-size: 14px;
}

.page-hospital-survey-leader .page-team-box .top .page-team-search input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

.page-hospital-survey-leader .page-team-box .top .page-team-search a {
  width: 23%;
  background-color: #015eae;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.page-hospital-survey-leader .row {
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
}

.page-hospital-survey-leader .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 50%;
  width: calc(100% / 2);
  height: 16.25rem;
  padding: 0 0.8125rem;
  margin-bottom: 1.625rem;
}

.page-hospital-survey-leader .list li a {
  padding: 3.3%;
  border: 1px solid #dddddd;
  position: relative;
}

.page-hospital-survey-leader .list li a::before {
  content: '';
  width: 0%;
  height: 1px;
  background-color: #015eae;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-hospital-survey-leader .list li .img-box {
  width: 9.375rem;
  height: 100%;
}

.page-hospital-survey-leader .list li .img-box i {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-hospital-survey-leader .list li .info {
  padding-left: 2.1875rem;
  overflow: hidden;
}

.page-hospital-survey-leader .list li .info .title {
  font-size: 1.5rem;
  color: #4e4e4e;
  font-weight: 600;
}

.page-hospital-survey-leader .list li .info .line {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fab51f;
  margin: 0.9375rem 0;
}

.page-hospital-survey-leader .list li .info .department, .page-hospital-survey-leader .list li .info .physician {
  font-size: 14px;
  color: #383838;
}

.page-hospital-survey-leader .list li .info .physician {
  margin-top: 0.875rem;
}

.page-hospital-survey-leader .list li .info .desc {
  font-size: 14px;
  color: #383838;
  line-height: 22px;
  margin-top: 1.625rem;
}

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

.page-hospital-survey-leader .list li:hover a::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.page-expert-box .expert-details {
  background-color: #f9fcff;
  border: 1px solid #e8e8e8;
  padding: 3.4375rem 2.8125rem;
}

.page-expert-box .expert-details .left {
  width: 50%;
  padding-right: 1.625rem;
}

.page-expert-box .expert-details .left .img-box {
  width: 9.375rem;
  height: 13.5rem;
}

.page-expert-box .expert-details .left .img-box i {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-expert-box .expert-details .left .info {
  padding-left: 2.1875rem;
  overflow: hidden;
}

.page-expert-box .expert-details .left .info .title {
  font-size: 1.5rem;
  color: #4e4e4e;
  font-weight: 600;
}

.page-expert-box .expert-details .left .info .line {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fab51f;
  margin: 0.9375rem 0;
}

.page-expert-box .expert-details .left .info .department, .page-expert-box .expert-details .left .info .physician {
  font-size: 14px;
  color: #383838;
}

.page-expert-box .expert-details .left .info .physician {
  margin-top: 0.875rem;
}

.page-expert-box .expert-details .left .info .desc {
  font-size: 14px;
  color: #383838;
  line-height: 22px;
  margin-top: 1.625rem;
}

.page-expert-box .expert-details .right {
  width: 50%;
  padding-left: 3.125rem;
}

.page-expert-box .expert-details .right .desc {
  font-size: 14px;
  color: #888;
}

.page-expert-box .expert-details .right .desc em {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}

.page-expert-box .expert-details .right .time-surface {
  border: 1px solid #eaeaea;
  margin-top: 3%;
}

.page-expert-box .expert-details .right .time-surface li {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  line-height: 42px;
}

.page-expert-box .expert-details .right .time-surface li span {
  display: block;
  float: left;
  width: 12%;
  height: 100%;
  font-size: 1rem;
  color: #555;
  border-right: 1px solid #eaeaea;
  position: relative;
}

.page-expert-box .expert-details .right .time-surface li span:nth-child(1) {
  width: 16%;
}

.page-expert-box .expert-details .right .time-surface li span:last-child {
  border-right: none;
}

.page-expert-box .expert-details .right .time-surface li span.on::before {
  content: '专';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #11a77a;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}

.page-expert-box .expert-details .right .time-surface li.th {
  background-color: #f8f8f8;
}

.page-expert-box .expert-details .right .time-surface li.th span {
  font-size: 1.125rem;
  color: #555;
}

.page-expert-box .expert-details .right .time-surface li:last-child {
  border-bottom: none;
}

.page-expert-box .expert-profile-desc {
  margin-top: 2.875rem;
  margin-bottom: 3.4375rem;
  padding-bottom: 3.4375rem;
  border-bottom: 1px solid #ececec;
}

.page-expert-box .expert-profile-desc .title {
  font-size: 18px;
  color: #4e4e4e;
  font-weight: bold;
}

.page-expert-box .expert-profile-desc .desc {
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.5;
  margin-top: 1rem;
}

.page-expert-box .expert-list-box .expert-list-title {
  font-size: 1.5rem;
  color: #333;
  padding-left: 10px;
}

.page-expert-box .expert-list-box .expert-list-title::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 1.5625rem;
  background-color: #015eae;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
}

.page-expert-box .expert-list-box .expert-list-title .switch a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-expert-box .expert-list-box .expert-list-title .switch a:last-child {
  margin-left: 10px;
}

.page-expert-box .expert-list-box .expert-list-title .switch a.prev {
  background-image: url(../img/ks-prev-icon.png);
}

.page-expert-box .expert-list-box .expert-list-title .switch a.next {
  background-image: url(../img/ks-next-icon.png);
}

.page-expert-box .expert-list-box .expert-list-title .switch a:hover {
  background-color: #dcdcdc;
}

.page-expert-box .expert-list-box .expert-list {
  margin-top: 1.875rem;
}

.page-expert-box .expert-list-box .expert-list li {
  width: 9.375rem;
  height: 13.625rem;
  overflow: hidden;
  margin-right: 3.6875rem;
}

.page-expert-box .expert-list-box .expert-list li i.bg {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-expert-box .expert-list-box .expert-list li .info {
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-expert-box .expert-list-box .expert-list li .info .title {
  font-size: 1rem;
  color: #fff;
  line-height: 38px;
}

.page-expert-box .expert-list-box .expert-list li .info .line {
  width: 18px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-expert-box .expert-list-box .expert-list li .info .desc {
  font-size: 14px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-expert-box .expert-list-box .expert-list li:last-child {
  margin-right: 0;
}

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

.page-expert-box .expert-list-box .expert-list li:hover .info {
  height: auto;
  padding: 10px 0 12px;
}

.page-expert-box .expert-list-box .expert-list li:hover .info .title {
  line-height: normal;
}

.page-expert-box .expert-list-box .expert-list li:hover .info .line {
  margin: 6px auto 6px;
  opacity: 1;
  visibility: visible;
}

.page-expert-box .expert-list-box .expert-list li:hover .info .desc {
  opacity: 1;
  visibility: visible;
}

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

.page-case-box li {
  width: 49%;
  margin-bottom: 1.625rem;
  border: 1px solid #ececec;
  padding: 0.875rem 1.75rem 1.875rem;
}

.page-case-box li .title {
  font-size: 1.125rem;
  color: #4e4e4e;
  position: relative;
  padding-left: 10px;
  margin-bottom: 1rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-case-box li .title::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-case-box li .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.625rem;
}

.page-case-box li .time {
  font-size: 14px;
  color: #b0b0b0;
}

.page-case-box li:hover .title {
  color: #015eae;
  text-indent: 10px;
}

.page-case-box li:hover .title::before {
  left: 10px;
  background-color: #015eae;
}

.page-contact-box {
  height: 44.625rem;
  background-color: #f0f3fa;
  margin-top: -3.25rem;
}

.page-contact-box #contactMap {
  width: 200%;
  margin-left: -60%;
}

.page-contact-box .map-info {
  width: 28.875rem;
  padding: 5.5rem 3.625rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 19%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-contact-box .map-info .title {
  font-size: 1.875rem;
  color: #000;
  margin-bottom: 0.75rem;
}

.page-contact-box .map-info p {
  font-size: 1.125rem;
  color: #000;
  line-height: 2;
}

.page-contact-box .map-info .code-box {
  margin-top: 2.5rem;
}

.page-contact-box .map-info .code-box i {
  width: 9.875rem;
  height: 9.875rem;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}

.page-contact-box .map-info .code-box em {
  width: 25px;
  font-size: 14px;
  color: #595959;
  line-height: 1.2;
  word-wrap: break-word;
  vertical-align: middle;
  margin-left: 10px;
}

.page-message-box .img-box {
  width: 30.4375rem;
  height: 35.875rem;
  margin-right: 10px;
}

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

.page-message-box .form-box-wrap {
  background: url(../img/mess-border.png) center top no-repeat;
  background-size: 100% 100%;
  padding: 1.625rem 7.375rem;
}

.page-message-box .form-box-wrap > .title {
  margin-bottom: 1.25rem;
}

.page-message-box .form-box-wrap > .title img {
  width: 2.125rem;
  vertical-align: middle;
}

.page-message-box .form-box-wrap > .title span {
  font-size: 14px;
  color: #444;
  vertical-align: middle;
  margin-left: 1rem;
}

.page-message-box .form-box-wrap > .title span em {
  font-size: 1.5rem;
  color: #222;
  font-weight: bold;
  margin-right: 0.9375rem;
}

.page-message-box .form-box-wrap .form-box .form-group {
  width: 49%;
  height: 2.875rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background-color: #fafafa;
  overflow: hidden;
}

.page-message-box .form-box-wrap .form-box .form-group input[type="text"], .page-message-box .form-box-wrap .form-box .form-group input[type="number"] {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding-left: 1rem;
  font-size: 14px;
  color: #888;
  line-height: 2.875rem;
}

.page-message-box .form-box-wrap .form-box .form-group input[type="text"]:-webkit-input-placeholder, .page-message-box .form-box-wrap .form-box .form-group input[type="number"]:-webkit-input-placeholder {
  font-size: 14px;
  color: #888;
  line-height: 2.875rem;
}

.page-message-box .form-box-wrap .form-box .form-group.textarea {
  flex: 100%;
  height: 9.75rem;
}

.page-message-box .form-box-wrap .form-box .form-group.textarea textarea {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #888;
  resize: none;
  line-height: 1.5;
  padding-left: 1rem;
  padding-top: 1rem;
  background-color: transparent;
}

.page-message-box .form-box-wrap .form-box .form-group.textarea textarea:-webkit-input-placeholder {
  font-size: 14px;
  color: #888;
  line-height: 2.875rem;
}

.page-message-box .form-box-wrap .form-box .form-group.code {
  flex: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.page-message-box .form-box-wrap .form-box .form-group.code input {
  width: 15.5rem;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background-color: #fafafa;
  margin-right: 1.6875rem;
}

.page-message-box .form-box-wrap .form-box .form-group.code a {
  font-size: 14px;
  color: #3197d2;
  margin-left: 1.25rem;
}

.page-message-box .form-box-wrap .form-box .form-group.sex {
  padding-right: 1.125rem;
}

.page-message-box .form-box-wrap .form-box .form-group.sex input[type="text"] {
  width: auto;
}

.page-message-box .form-box-wrap .form-box .form-group.sex label {
  font-size: 14px;
  color: #444;
  position: relative;
}

.page-message-box .form-box-wrap .form-box .form-group.sex label input {
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

.page-message-box .form-box-wrap .form-box .form-group.sex label i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -4px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 6px;
  background: url(../img/gou-null-icon.png) center center no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-message-box .form-box-wrap .form-box .form-group.sex label:last-child {
  margin-left: 1.625rem;
}

.page-message-box .form-box-wrap .form-box .form-group.sex label input:checked + i {
  background-image: url(../img/gou-icn.png);
}

.page-message-box .form-box-wrap .form-box .form-btn {
  height: 4.0625rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 4.0625rem;
  background: url(../img/form-btn.png) center center no-repeat;
  background-size: 100% 100%;
}

/*内页*/
/*底部*/
#index-right {
  position: fixed;
  top: 18.75rem;
  right: 15px;
  z-index: 1500;
  display: none;
}

#index-right a {
  display: table;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 2px;
  text-align: center;
  box-shadow: 0px 0px 5px #c3c3c3;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-right a p {
  display: table-cell;
  vertical-align: middle;
}

#index-right a .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

#index-right a span {
  font-size: 12px;
  color: #2b2b2b;
  margin-top: 0.5rem;
}

#index-right a .mobile-code{
  width: 90px;
  height: 90px;
  position: absolute;
  top: -10px;
  left: -100px;
  z-index: 100;
  opacity: 0;
  transform: scale(.7);
  transition: .3s;
}

#index-right a:hover .mobile-code{
  opacity: 1;
  transform: scale(1);
}

#index-right a:nth-child(1) .icon {
  width: 1.375rem;
  height: 1.9375rem;
  background-image: url(../img/mobile-icon.png);
}

#index-right a:nth-child(2) .icon {
  width: 1.5rem;
  height: 1.375rem;
  background-image: url(../img/index-right-icon-1.png);
}

#index-right a:nth-child(3) .icon {
  width: 1.625rem;
  height: 1.6875rem;
  background-image: url(../img/index-right-icon-2.png);
}

#index-right a:nth-child(4) .icon {
  width: 1.6875rem;
  height: 1.4375rem;
  background-image: url(../img/index-right-icon-3.png);
}

#index-right a:nth-child(5) .icon {
  width: 1.375rem;
  height: 1.5625rem;
  background-image: url(../img/index-right-icon-4.png);
}

#index-right a:nth-child(6) .icon {
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(../img/index-right-icon-5.png);
}

#index-right a:nth-child(7) .icon {
  width: 1.6875rem;
  height: 1.5625rem;
  background-image: url(../img/index-right-icon-6.png);
}

#index-right a:nth-child(8) .icon {
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../img/index-right-icon-7.png);
}

#index-right a:hover {
  background-color: #09b04a;
}

#index-right a:hover span {
  color: #fff;
}

#index-right a:hover:nth-child(1) .icon {
  background-image: url(../img/mobile-icon-hover.png);
}

#index-right a:hover:nth-child(2) .icon {
  background-image: url(../img/index-right-icon-1-hover.png);
}

#index-right a:hover:nth-child(3) .icon {
  background-image: url(../img/index-right-icon-2-hover.png);
}

#index-right a:hover:nth-child(4) .icon {
  background-image: url(../img/index-right-icon-3-hover.png);
}

#index-right a:hover:nth-child(5) .icon {
  background-image: url(../img/index-right-icon-4-hover.png);
}

#index-right a:hover:nth-child(6) .icon {
  background-image: url(../img/index-right-icon-5-hover.png);
}

#index-right a:hover:nth-child(7) .icon {
  background-image: url(../img/index-right-icon-6-hover.png);
}

#index-right a:hover:nth-child(8) .icon {
  background-image: url(../img/index-right-icon-7-hover.png);
}

#footer {
  background-color: #1f4a8f;
  padding-top: 4.125rem;
  padding-bottom: 6.375rem;
}

#footer .f-info .infos img {
  width: 2.5625rem;
  margin-right: 1rem;
}

#footer .f-info .infos span {
  font-size: 14px;
  color: #5b8cda;
}

#footer .f-info .infos span em {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 0.5rem;
}

#footer .f-info .infos:first-child span em{
  line-height: 1.5;
}

#footer .f-info .infos:nth-child(2){
  margin: 0 50px;
}

#footer .f-info .link {
  width: 16.5625rem;
  height: 2.625rem;
  border: 1px solid #4574bd;
  border-radius: 5px;
  font-size: 14px;
  color: #6ca0f2;
  text-align: center;
  padding: 0 0.625rem;
}

#footer .f-info .link .arrow {
  width: 15px;
  height: 9px;
  background: url(../img/f-arrow-icon.png) center center no-repeat;
}

#footer .f-info .link .sub {
  max-height: 8.125rem;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #1f4a8f;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 500;
  border: 1px solid #4574bd;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  -webkit-transition: .4s;
}

#footer .f-info .link .sub a {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #6ca0f2;
  line-height: 2;
}

#footer .f-info .link .sub::-webkit-scrollbar, #footer .f-info .link .sub body::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: #eee;
  border-radius: 25px;
}

#footer .f-info .link .sub::-webkit-scrollbar-track, #footer .f-info .link .sub body::-webkit-scrollbar-track {
  border-radius: 25px;
}

#footer .f-info .link .sub::-webkit-scrollbar-thumb, #footer .f-info .link .sub body::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #10a27d;
}

#footer .f-info .link:hover .sub {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#footer .f-info .f-code {
  text-align: center;
}

#footer .f-info .f-code img {
  width: 6.1875rem;
}

#footer .f-info .f-code p {
  font-size: 14px;
  color: #6496e6;
  margin-top: 0.75rem;
}

#footer .Copyright {
  height: 3.75rem;
  line-height: 3.75rem;
  background: url(../img/copyright-bg.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

#footer .Copyright img {
  margin-right: 10px;
}

#footer .Copyright a {
  color: inherit;
}

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

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

@-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);
  }
}
