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

/*头部*/
.pc-header {
  background: url(../img/header-bg.jpg) center top no-repeat;
  background-size: 100% 90%;
}

.pc-header .top {
  padding-top: 7.1875rem;
  padding-bottom: 5.125rem;
}

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

.pc-header .top .search {
  width: 16.625rem;
  height: 2.5rem;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  display: none;
}

.pc-header .top .search input {
  text-indent: 1.125rem;
  font-size: 14px;
  color: #999;
  line-height: 2.5rem;
}

.pc-header .top .search input:-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
  line-height: 2.5rem;
}

.pc-header .top .search a {
  display: block;
  width: 48px;
  height: 100%;
  background: url(../img/search-icon.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.pc-header .pc-nav {
  height: 3.75rem;
  background-color: #455fad;
}

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

.pc-header .pc-nav li::before {
  content: '';
  display: block;
  width: 0;
  height: 0.3125rem;
  background-color: #e7d372;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  margin: auto;
  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%);
}

.pc-header .pc-nav li > a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 3.75rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.pc-header .pc-nav li .sub {
  width: 120px;
  background-color: #fff;
  box-shadow: 0px 7px 10px #ddd;
  position: absolute;
  top: 130%;
  left: 50%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: top .5s ,opacity .2s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pc-header .pc-nav li .sub a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 15px;
  transition: .4s;
  -webkit-transition: .4s;
}

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

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

.pc-header .pc-nav li:hover::before, .pc-header .pc-nav li.on::before {
  width: 4.6875rem;
  opacity: 1;
  visibility: visible;
}

.pc-header .pc-nav li:hover > a, .pc-header .pc-nav li.on > a {
  font-weight: bold;
}

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

/*头部*/
/*首页*/
#index-news-1 {
  margin-top: 1.875rem;
  padding-bottom: 2.5rem;
}

#index-news-1 .top {
  margin-bottom: 1.625rem;
}

#index-news-1 .top .title {
  font-size: 1.375rem;
  color: #010101;
  font-weight: bold;
}

#index-news-1 .top .title img {
  width: 3.3125rem;
  margin-right: 0.625rem;
}

#index-news-1 .top .search {
  width: 16.625rem;
  height: 2.5rem;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}

#index-news-1 .top .search input {
  text-indent: 1.125rem;
  font-size: 14px;
  color: #999;
  line-height: 2.5rem;
}

#index-news-1 .top .search input:-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
  line-height: 2.5rem;
}

#index-news-1 .top .search a {
  display: block;
  width: 48px;
  height: 100%;
  background: url(../img/search-icon.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

#index-news-1 .info-box {
  height: 25.625rem;
}

#index-news-1 .info-box .left li i.bg {
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-1 .info-box .left li:hover i.bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#index-news-1 .info-box .left .swiper-pagination {
  height: 3.125rem;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding-left: 20px;
}

#index-news-1 .info-box .left .swiper-pagination span {
  width: 11px;
  height: 11px;
  background-color: #fff;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-1 .info-box .left .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #edc96c;
}

#index-news-1 .info-box .right {
  width: 27.5rem;
  box-shadow: 0px 0px 10px #ededed;
}

#index-news-1 .info-box .right a {
  height: calc(100% / 4);
  padding: 0 2.125rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-1 .info-box .right a h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  border-bottom: 1px solid #dcdcdc;
}

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

#index-news-1 .info-box .right a:hover {
  background-color: #dcdcdc;
}

#index-news-2 {
  background-color: #f8f8f8;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#index-news-2 .list::after {
  content: '';
  width: 31.5%;
  height: 0;
  opacity: 0;
}

#index-news-2 .list li {
  width: 31.5%;
  height: 31rem;
  padding: 1.375rem 1.375rem 1.25rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px #dddddd;
  transition: .3s;
  -webkit-transition: .3s;
}

#index-news-2 .list li * {
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-2 .list li .top {
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

#index-news-2 .list li .top .title {
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

#index-news-2 .list li .top .title img {
  margin-right: 0.5rem;
}

#index-news-2 .list li .top .title a {
  font-size: 1.125rem;
  color: #010101;
  position: relative;
  top: -4px;
  margin-right: 1rem;
  transition:all .3s;
}

#index-news-2 .list li .top .title a:last-child{
  margin-right:0px;
}

#index-news-2 .list li .top .title a.on {
  font-size: 1.375rem;
}

#index-news-2 .list li .top .more {
  font-size: 1rem;
  color: #000;
  position: relative;
  top: -4px;
}

#index-news-2 .list li .info {
  margin-top: 1.25rem;
  display:none;
}

#index-news-2 .list li .info.on{
  display:block;
}

#index-news-2 .list li .info a {
  margin-bottom: 1.875rem;
}

#index-news-2 .list li .info a .title {
  font-size: 1rem;
  color: #000;
}

#index-news-2 .list li .info a .time {
  font-size: 14px;
  color: #999;
  margin-top: 0.75rem;
}

#index-news-2 .list li .info a:hover .title {
  text-indent: 10px;
}

#index-news-2 .list li:nth-child(1) .top .title img, #index-news-2 .list li:nth-child(2) .top .title img {
  width: 1.8125rem;
}

#index-news-2 .list li:nth-child(3) .top .title img {
  width: 1.75rem;
}

#index-news-2 .list li:hover {
  background-color: #455fad;
}

#index-news-2 .list li:hover * {
  color: #fff !important;
}

#index-news-2 .list li:hover .top {
  border-color: #788ac6;
}

#index-news-2 .list li:hover .top .title img {
  filter: brightness(100);
}

#index-news-3 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#index-news-3 .left{
  width:66%;
}

#index-news-3 .left .ad-img {
  height: 9.1875rem;
  margin-bottom: 2.375rem;
}

#index-news-3 .left .list {
  width: 48.5%;
  height: 27rem;
  padding: 1.375rem 1.375rem 1.25rem;
  background-color: #fff;
  box-shadow: 0px 0px 10px #dddddd;
}

#index-news-3 .left .list .top {
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

#index-news-3 .left .list .top .title {
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

#index-news-3 .left .list .top .title img {
  margin-right: 0.5rem;
}

#index-news-3 .left .list .top .title em {
  font-size: 1.375rem;
  color: #010101;
  margin-right: 1rem;
  position: relative;
  top: -4px;
}

#index-news-3 .left .list .top .title a {
  font-size: 1.125rem;
  color: #010101;
  position: relative;
  top: -4px;
  margin-right: 1rem;
  transition: all .3s;
}

#index-news-3 .left .list .top .title a:last-child {
    margin-right: 0px;
}

#index-news-3 .left .list .top .title a.on {
    font-size: 1.375rem;
}

#index-news-3 .left .list .top .more {
  font-size: 1rem;
  color: #000;
  position: relative;
  top: -4px;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-3 .left .list .top .more:hover {
  color: #041751;
}

#index-news-3 .left .list .info {
  margin-top: 1.25rem;
  display:none;
}

#index-news-3 .left .list .info.on{
  display:block;
}

#index-news-3 .left .list .info a {
  margin-bottom: 1.25rem;
}

#index-news-3 .left .list .info a .title {
  font-size: 1rem;
  color: #000;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-3 .left .list .info a .time {
  font-size: 14px;
  color: #999;
  margin-top: 0.75rem;
}

#index-news-3 .left .list .info a:hover .title {
  color: #051749;
  text-indent: 10px;
}

#index-news-3 .left .list:nth-child(1) .top .title img {
  width: 1.5625rem;
}

#index-news-3 .left .list:nth-child(2) .top .title img {
  width: 1.625rem;
}

#index-news-3 .right {
  width: 31.5%;
  height:38.6rem;
  background-color: #f1f1f1;
  padding: 2.625rem 2.0625rem 2.1875rem;
  overflow: hidden;
}

#index-news-3 .right > .title {
  font-size: 1.375rem;
  color: #000;
}

#index-news-3 .right .info-box {
  margin-top: 0.875rem;
}

#index-news-3 .right .info-box .img-box {
  height: 9.625rem;
}

#index-news-3 .right .info-box .title {
  height: 4.5rem;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  margin-top: 1.125rem;
}

#index-news-3 .right .info-box .desc {
  height: 3rem;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  opacity: .8;
  margin-top: 1.0625rem;
}

#index-news-3 .right .info-box .more {
  width: 6.875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  background-color: #a0a0a0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 1.0625rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-3 .right .info-box .more:hover {
  background-color: #6479b8;
}

#index-news-3 .right .list-txt {
  border-top: 1px solid #c9c9c9;
  padding-top: 1.25rem;
  margin-top: 1.375rem;
}

#index-news-3 .right .list-txt .box {
  margin-left: -6px;
  margin-right: -6px;
}

#index-news-3 .right .list-txt a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 6px;
  text-align: center;
  margin-bottom: 12px;
}

#index-news-3 .right .list-txt a em {
  display: block;
  height: 2.1875rem;
  line-height: 2rem;
  font-size: 14px;
  color: #333;
  border: 2px solid #a0a0a0;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-news-3 .right .list-txt a:nth-child(n+4) {
  margin-bottom: 0;
}

#index-news-3 .right .list-txt a:hover em {
  background-color: #6479b8;
  color: #fff;
  border-color: #6479b8;
}

#index-system-box {
  margin-top: 10px;
}

#index-system-box ul li {
  width: 31.5%;
  height: 7.75rem;
  text-align: center;
}

#index-system-box ul li a {
  display: table;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-system-box ul li a p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.75rem;
  color: #fff;
  font-weight: bold;
}

#index-system-box ul li a p em {
  margin-top: 0.5rem;
}

#index-system-box ul li:nth-child(2) p {
  font-size: 1.625rem;
  font-weight: normal;
}

#index-system-box ul li:nth-child(2) p em {
  font-size: 1.375rem;
}

#index-system-box ul li:nth-child(3) p {
  font-size: 1.875rem;
}

#index-system-box ul li:hover a {
  margin-top: -10px;
}

#index-link {
  margin-top: 3.125rem;
  margin-bottom: 3.4375rem;
}

#index-link .top-title {
  font-size: 1.375rem;
  color: #333;
  margin-bottom: 1.875rem;
}

#index-link .top-title img {
  margin-right: 0.375rem;
}

#index-link .list li {
  width: 18.75rem;
  height: 5.625rem;
  overflow: hidden;
  border: 1px solid #d2d2d2;
}

#index-link .list li a {
  background-size: contain;
  transition: .4s;
  -webkit-transition: .4s;
}

#index-link .list li:hover a {
  transform: scale(0.9);
  filter: grayscale(0);
}

#index-link .list > a {
  display: block;
  width: 15px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
}

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

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

/*首页*/
/*内页*/
.page-main-box {
  background-color: #f6f5f5;
  min-height: 500px;
}

.page-nav {
  height: 4.125rem;
  text-align: center;
  background-color: #fff;
}

.page-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 100%;
  position: relative;
  margin-right: 6.875rem;
  text-align: center;
}

.page-nav li::before {
  content: '';
  display: block;
  width: 0;
  height: 0.25rem;
  background-color: #5770c2;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  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%);
}

.page-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #333;
  line-height: 4.125rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-nav li:last-child {
  margin-right: 0;
}

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

.page-nav li:hover::before, .page-nav li.on::before {
  width: 110%;
  opacity: 1;
  visibility: visible;
}

.page-crumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page-crumbs img {
  margin-right: 1rem;
}

.page-crumbs a {
  font-size: 14px;
  color: #333;
  margin-right: 1rem;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-crumbs a:last-child {
  margin-right: 0;
}

.page-crumbs a.arrow {
  font-family: "宋体";
  font-weight: bold;
}

.page-crumbs a:hover {
  color: #455fad;
}

.page-news-details {
  background-color: #fff;
  padding-top: 4rem;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.page-news-details > .title {
  font-size: 1.25rem;
  color: #333;
  text-align: center;
  margin-bottom: 1.125rem;
}

.page-news-details > .desc {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 2.5rem;
}

.page-news-details .content {
  border-top: 1px solid #d2d2d2;
  padding-top: 2.5rem;
  padding-bottom: 5.625rem;
}

.page-code-num {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.page-code-num a {
  width: 48.5%;
  background-color: #fff;
  padding: 2.25rem;
  overflow: hidden;
  position: relative;
}

.page-code-num a::before {
  content: '';
  display: block;
  width: 1.0625rem;
  height: 2.1875rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-code-num a .title {
  font-size: 1.375rem;
  color: #333;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-code-num a .desc {
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.page-code-num a:nth-child(1) {
  padding-left: 5.875rem;
}

.page-code-num a:nth-child(1)::before {
  left: 2.25rem;
  background-image: url(../img/page-prev-icon.png);
}

.page-code-num a:nth-child(2) {
  padding-right: 5.875rem;
}

.page-code-num a:nth-child(2)::before {
  right: 2.25rem;
  background-image: url(../img/page-next-icon.png);
}

.page-code-num a:hover .title {
  color: #455fad;
}

.page-code-num a:hover:nth-child(1)::before {
  left: 1.875rem;
}

.page-code-num a:hover:nth-child(2)::before {
  right: 1.875rem;
}

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

.content img {
  max-width: 100%;
  margin-bottom: 10px;
}

.page-paging-box {
  text-align: left;
  margin-top: 4%;
  margin-bottom: 3%;
  padding-left: 2.875rem;
}

.page-paging-box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 1.125rem;
  color: #fff;
  padding: 10px 12px;
  background-color: #a0a0a0;
  margin-right: 8px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-paging-box a:last-child {
  margin-right: 0;
}

.page-paging-box a.txt-es {
  background-color: transparent !important;
  color: #333 !important;
  padding-top: 0;
}

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

.page-bgColor {
  background-color: #fff;
  padding-top: 2rem;
  padding-left: 5.625rem;
  padding-right: 5.625rem;
  padding-bottom: 3.125rem;
  margin-bottom: 30px;
}

.page-top-title {
  text-align: center;
  font-size: 1.875rem;
  color: #333;
  margin-bottom: 3.125rem;
  line-height: 1.5;
}

.page-top-title i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: 8px;
  width: 60px;
  height: 1px;
  background-color: #aaa;
}

.page-top-title i:first-child {
  margin-right: 1.375rem;
}

.page-top-title i:last-child {
  margin-left: 1.375rem;
}

.page-evaluation-box {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.page-evaluation-box .table li {
  font-size: 0;
}

.page-evaluation-box .table li * {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-evaluation-box .table .th {
  background-color: #f8f8f8;
  height: 3.125rem;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.page-evaluation-box .table span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 1.125rem;
  color: #333;
  line-height: 3.125rem;
}

.page-evaluation-box .table span:nth-child(1) {
  width: 19%;
  padding-left: 3.125rem;
}

.page-evaluation-box .table span:nth-child(2) {
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-evaluation-box .table span:nth-child(3) {
  width: 13%;
}

.page-evaluation-box .table span:nth-child(4) {
  width: 18%;
}

.page-evaluation-box .table a {
  color: inherit;
}

.page-evaluation-box .table .tr {
  height: 5.875rem;
  border-bottom: 1px solid #d2d2d2;
}

.page-evaluation-box .table .tr span {
  line-height: 5.875rem;
}

.page-evaluation-box .table li:hover span {
  color: #455fad;
}

.page-evaluation-details {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

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

.page-evaluation-details .desc {
  font-size: 1rem;
  color: #333;
  text-align: center;
  margin-top: 1.125rem;
}

.page-evaluation-details .content-box {
  //border-top: 1px solid #d2d2d2;
  margin-top: 2.8125rem;
  padding-top: 2.0625rem;
}

.page-evaluation-details .content-box .left {
  width: 10.875rem;
  margin-right: 4.375rem;
}

.page-evaluation-details .content-box .left a {
  display: block;
  width: 100%;
  height: 3.375rem;
  line-height: 3.375rem;
  font-size: 1.125rem;
  color: #333;
  padding-left: 1.75rem;
  padding-right: 1.875rem;
  background-color: #eee;
  margin-bottom: 1px;
  background: url(../img/page-arrow-icon.png) 90% center no-repeat;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-evaluation-details .content-box .left a.on, .page-evaluation-details .content-box .left a:hover {
  background-color: #d2d2d2;
}

.page-evaluation-details .content-box .right {
  padding-bottom: 3.125rem;
}

.page-evaluation-details .abstract {
  padding-bottom: 0.9375rem;
  font-size: 1.375rem;
  color: #333;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  margin-top: 1.125rem;
}

.page-evaluation-details .state {
  margin-top: 6.25rem;
}

.page-evaluation-details .state .info {
  line-height: 3.125rem;
  background-color: #eee;
  margin-bottom: 0.875rem;
  padding: 0 1.875rem;
}

.page-evaluation-details .state .info .succ {
  width: 6.5625rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  background-color: #455fad;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.page-member-box ul {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.page-member-box li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 1.75rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.page-member-box li .img-box {
  width: 100%;
  height: 5.375rem;
  border: 1px solid #d2d2d2;
}

.page-member-box li .img-box i {
  background-size: contain;
}

.page-member-box li .title {
  font-size: 1rem;
  color: #333;
  margin-top: 0.9375rem;
}

.page-member-box li:hover .img-box i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  filter: grayscale(0);
}

.page-demeanor-box ul {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.page-demeanor-box li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 1.75rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.page-demeanor-box li .img-box {
  height: 13.375rem;
}

.page-demeanor-box li .title {
  font-size: 1rem;
  color: #333;
  margin-top: 1rem;
}

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

.page-brief-box {
  padding-bottom: 4.375rem;
}

.page-brief-box .title {
  font-size: 1.875rem;
  color: #333;
  text-align: center;
  margin-bottom: 2.5rem;
}

.page-brief-box .title em {
  text-transform: uppercase;
}

.page-contact-box .info-list .info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 3);
  height: 23.75rem;
  background-color: #f3f3f3;
  padding: 5rem 3.125rem 0;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-contact-box .info-list .info * {
  transition: .4s;
  -webkit-transition: .4s;
}

.page-contact-box .info-list .info .title {
  font-size: 1.625rem;
  color: #333;
  margin-bottom: 4.0625rem;
}

.page-contact-box .info-list .info .line {
  width: 30px;
  height: 2px;
  background-color: #ccc;
  margin-bottom: 1.25rem;
}

.page-contact-box .info-list .info p {
  font-size: 14px;
  color: #333;
  line-height: 2;
}

.page-contact-box .info-list .info:last-child .title {
  font-size: 16px;
  margin-top: -1rem;
  margin-bottom: 1.25rem;
}

.page-contact-box .info-list .info:last-child img {
  margin-bottom: 0.625rem;
}

.page-contact-box .info-list .info:last-child .time {
  font-size: 16px;
  margin-bottom: 1.25rem;
}

.page-contact-box .info-list .info:hover {
  background-color: #455fad;
}

.page-contact-box .info-list .info:hover * {
  color: #fff;
}

.page-news-box li {
  border-bottom: 1px solid #d2d2d2;
  padding: 2.75rem;
}

.page-news-box li:first-child {
  border-top: 1px solid #d2d2d2;
}

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

.page-news-box li h4 span {
  font-size: 1.125rem;
  color: #333;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-news-box li h4 em {
  font-size: 1.125rem;
  color: #333;
}

.page-news-box li .desc {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-top: 0.375rem;
}

.page-news-box li:hover span {
  text-indent: 10px;
  color: #455fad;
}

.page-message-box .form-box {
  background-color: #f3f3f3;
  padding: 3.3125rem 13.625rem;
}

.page-message-box .form-box .form-group {
  margin-bottom: 1.375rem;
}

.page-message-box .form-box .form-group input {
  height: 2.625rem;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 14px;
  color: #999;
  line-height: 2.625rem;
}

.page-message-box .form-box .form-group input:-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
  line-height: 2.625rem;
}

.page-message-box .form-box .form-group:first-child input {
  width: 47.5%;
}

.page-message-box .form-box .form-group textarea {
  width: 100%;
  height: 9.625rem;
  background-color: #fff;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  resize: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
}

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

.page-message-box .form-box .form-group.code input {
  width: 142px;
  margin-right: 6px;
}

.page-message-box .form-box .form-group.code .img {
  width: 84px;
  height: 2.625rem;
  line-height: 2.625rem;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.page-message-box .form-box .form-group.code .form-btn {
  width: 9.5rem;
  height: 2.625rem;
  line-height: 2.625rem;
  background-color: #455fad;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-message-box .form-box .form-group.code .form-btn:hover {
  background-color: #292828;
}

.page-honor-box ul {
  margin-left: -2rem;
  margin-right: -2rem;
}

.page-honor-box ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 2);
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.page-honor-box ul li .img-box {
  height: 23.375rem;
}

.page-honor-box ul li .title {
  text-align: center;
  font-size: 1.125rem;
  color: #333;
  margin-top: 0.625rem;
  padding: 0 10px;
}

.page-honor-box ul li .img-box i{
  background-size:contain;
}

.page-honor-box ul li:hover .img-box i {
  transform: scale(.9);
  -webkit-transform: scale(.9);
}

#allmap{
  height:30rem;
  margin-bottom: 3rem;
}
/*内页*/
/*底部*/
#imgDiv a{
  display:block;
  width:100%;
  height:75px;
  text-align:center;
  font-size:22px;
  font-weight:600;
  color:#455fad;
  line-height:65px;
  border:6px solid #455fad;
  background-color:#F7E5CD;
}
#footer {
  background-color: #292828;
  padding-top: 2.5rem;
}

#footer .top .title {
  font-size: 1.375rem;
  color: #fff;
  margin-bottom: 2rem;
}

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

#footer .top .link-list {
  border-top: 1px solid #464646;
  padding-top: 2rem;
  font-size: 0;
}

#footer .top .link-list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 1rem;
  color: #c2c2c2;
  margin-right: 3rem;
  margin-bottom: 0.875rem;
  transition: .4s;
  -webkit-transition: .4s;
}

#footer .top .link-list a:last-child {
  margin-bottom: 0;
}

#footer .top .link-list a:hover {
  color: #fff;
}

#footer .bottom {
  margin-top: 6.25rem;
  background-color: #252424;
  padding-top: 2.375rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #353434;
}

#footer .bottom .left p {
  font-size: 1rem;
  color: #c2c2c2;
  margin-bottom: 1.25rem;
}

#footer .bottom .left p:last-child {
  margin-bottom: 0;
}

#footer .bottom .left p a {
  color: inherit;
}

#footer .bottom .right em {
  font-size: 1rem;
  color: #c2c2c2;
  margin-right: 1.125rem;
}

#footer .bottom .right em i {
  font-family: "宋体";
  font-weight: bold;
}

#footer .bottom .right img {
  width: 5.25rem;
}
#right-code{
  position: fixed;
  bottom:5%;
  right: 10px;
  z-index: 500;
  background-color:#fff;
  padding:10px;
}
#right-code > a{
  display:block;
  font-size:14px;
  color:#000;
  text-align:center;
  margin-bottom:1rem
}
#right-code .code{
  margin-bottom:1.5rem;
  text-align:center;
}
#right-code .code:last-child{
  margin-bottom:0px
}
#right-code .code p{
  font-size:12px;
  color:#333;
  margin-top:8px;
  line-height:1.5;
}

/*底部*/

