@charset "UTF-8";
/***修改placeholder的默认颜色：**/
input::placeholder {
  font-size: 0.8333333333vw;
  color: #333333;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.8333333333vw;
  color: #333333;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.8333333333vw;
  color: #333333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.8333333333vw;
  color: #333333;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.8333333333vw;
  color: #333333;
}

a:hover {
  color: #00469b;
}

body {
  font-size: 14px;
}

.wbox {
  width: 100%;
}

.mbox {
  width: 1440px;
  margin: 0 auto;
}

.header .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  height: 90px;
}
.header .cont .logo {
  width: 210px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .cont .nav {
  height: 100%;
}
.header .cont .nav > ul {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  align-items: center;
}
.header .cont .nav > ul > li {
  min-width: 100px;
  height: 100%;
  margin-left: 15px;
  font-size: 16px;
  position: relative;
}
.header .cont .nav > ul > li.active a {
  background: #f4fcff;
  border-top: 3px solid #00469c;
  color: #00469b;
}
.header .cont .nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
  border-top: 3px solid #FFFFFF;
}
.header .cont .nav > ul > li > a:Hover {
  background: #f4fcff;
  border-top: 3px solid #00469c;
  color: #00469b;
}
.header .cont .nav > ul > li > dl.nav-second, .header .cont .nav > ul > li > dl.nav-three {
  width: 200px;
  position: absolute;
  z-index: 99999;
  float: left;
  display: none;
  background: #ffffff;
  top: 95px;
  border-radius: 5px;
}
.header .cont .nav > ul > li > dl.nav-second dd, .header .cont .nav > ul > li > dl.nav-three dd {
  width: 90%;
  margin: 10px auto;
  height: 45px !important;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
}
.header .cont .nav > ul > li > dl.nav-second dd:last-child, .header .cont .nav > ul > li > dl.nav-three dd:last-child {
  border-bottom: none;
}
.header .cont .nav > ul > li > dl.nav-second dd a, .header .cont .nav > ul > li > dl.nav-three dd a {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: none;
  color: #333333;
  border: initial;
}
.header .cont .nav > ul > li > dl.nav-second dd a:hover, .header .cont .nav > ul > li > dl.nav-three dd a:hover {
  color: #ffffff;
  background: #00469b;
}
.header .cont .nav > ul > li > dl.nav-second dd > dl.nav-three, .header .cont .nav > ul > li > dl.nav-three dd > dl.nav-three {
  display: none;
  position: absolute;
  top: 30px;
  left: 108%;
}
.header .cont .lang {
  height: 100%;
}
.header .cont .lang p {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.banner .swiper-banner .swiper-slide {
  display: flex;
  justify-content: center;
}

.index-title {
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.index-title .tt dl {
  display: flex;
  flex-direction: column;
}
.index-title .tt dl dt {
  font-size: 36px;
  color: #00469b;
  font-weight: bold;
}
.index-title .tt dl dd {
  font-size: 20px;
  color: #9fa0a2;
}
.index-title .more a {
  color: #00469b;
}

.title-line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  position: relative;
}
.title-line:before, .title-line:after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: -1px;
}
.title-line:before {
  background: #ff9600;
  right: 15px;
}
.title-line:after {
  background: #00469b;
  right: 0;
}

.index-about {
  background: #f4fcff;
  padding: 30px 0;
}
.index-about .cont .about-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.index-about .cont .about-box .item-l {
  width: 805px;
  margin-top: 30px;
}
.index-about .cont .about-box .item-l .info {
  overflow: auto;
  text-indent: 30px;
}
.index-about .cont .about-box .item-l .info p {
  margin-bottom: 10px;
  line-height: 150%;
}
.index-about .cont .about-box .item-l .cate {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 20px;
}
.index-about .cont .about-box .item-l .cate a {
  width: 25%;
}
.index-about .cont .about-box .item-l .cate dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #eeeeee;
}
.index-about .cont .about-box .item-l .cate dl:nth-child(4n) {
  border-right: initial;
}
.index-about .cont .about-box .item-l .cate dl dt i {
  font-size: 40px;
  color: #00469b;
}
.index-about .cont .about-box .item-l .cate dl dd {
  margin-top: 5px;
}
.index-about .cont .about-box .item-r {
  width: 590px;
  margin-top: 30px;
}
.index-about .cont .about-box .item-r .swiper-about-img .swiper-slide img {
  width: 100%;
}
.index-about .cont .swiper-honor {
  padding: 20px 0 !important;
}
.index-about .cont .about-honor {
  border-top: 1px solid #e4e4e4;
  margin-top: 30px;
  padding-top: 30px;
}
.index-about .cont .about-honor .swiper-honor {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.index-about .cont .about-honor .swiper-honor .swiper-slide {
  width: 200px !important;
  height: 260px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}
.index-about .cont .about-honor .swiper-honor .swiper-slide a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-about .cont .about-honor .swiper-honor .swiper-slide img {
  width: 180px;
  height: 240px;
  object-fit: cover;
}
.index-about .cont .about-honor .swiper-honor .swiper-slide span {
  color: #00469b;
  font-size: 16px;
  margin-top: 10px;
}

.index-service {
  background: #01479d;
  padding: 30px 0 50px 0;
}
.index-service .index-title dl > dt {
  color: #ffffff;
}
.index-service .index-title .more a {
  color: #ffffff;
}
.index-service .item-box {
  margin-top: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.index-service .item-box dl {
  min-width: 470px;
  height: 295px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.index-service .item-box dl dt {
  border-radius: 10px;
  height: 100%;
}
.index-service .item-box dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.index-service .item-box dl dd {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  left: 30px;
  bottom: 30px;
}
.index-service .item-box .item-1 {
  grid-column: 1 / 4;
}
.index-service .item-box .item-2 {
  grid-column: 1 / 2;
}
.index-service .item-box .item-3 {
  grid-column: 2 / 3;
}
.index-service .item-box .item-4 {
  grid-column: 3 / 4;
}
.index-service .item-box .item-5 {
  grid-column: 1 / 3;
}
.index-service .item-box .item-6 {
  grid-column: 3 / 4;
}
.index-service .item-box .item-7 {
  grid-column: 1 / 2;
}
.index-service .item-box .item-8 {
  grid-column: 2 / 4;
}
.index-service .item-box .item-9 {
  grid-column: 1 / 2;
}
.index-service .item-box .item-10 {
  grid-column: 2 / 3;
}
.index-service .item-box .item-11 {
  grid-column: 3 / 4;
}

.index-news {
  margin: 30px auto;
}
.index-news .cont {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-news .cont .focus {
  width: 600px;
  height: 420px;
  overflow: hidden;
}
.index-news .cont .focus a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-news .cont .focus dl {
  width: 600px;
  height: 420px;
  position: relative;
}
.index-news .cont .focus dl dt {
  width: 100%;
  height: 100%;
}
.index-news .cont .focus dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .cont .focus dl dd {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
}
.index-news .cont .focus dl dd .tt {
  font-size: 18px;
}
.index-news .cont .focus dl dd .time {
  margin-top: 5px;
}
.index-news .cont .news-item {
  width: 820px;
}
.index-news .cont .news-item .item-child {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 18px;
  padding-bottom: 18px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-news .cont .news-item .item-child:last-child {
  border: none;
  padding-bottom: initial;
}
.index-news .cont .news-item .item-child .img {
  width: 150px;
  height: 110px;
  overflow: hidden;
}
.index-news .cont .news-item .item-child .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.index-news .cont .news-item .item-child .arc {
  flex: 1;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.index-news .cont .news-item .item-child .arc .tt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-news .cont .news-item .item-child .arc .tt p a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.index-news .cont .news-item .item-child .arc .tt span {
  width: 100px;
  color: #00469b;
}
.index-news .cont .news-item .item-child .arc .desc {
  color: #818181;
  line-height: 150%;
}

.footer {
  background: #00469b url("../images/footer-bg.png") no-repeat center center;
  min-height: 385px;
  padding: 30px 0;
}
.footer .f-menu {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer .f-menu .item-1 {
  width: 160px;
}
.footer .f-menu .item-2 {
  width: 315px;
}
.footer .f-menu .item-3 {
  width: 315px;
}
.footer .f-menu .item-4 {
  width: 335px;
}
.footer .f-menu dl {
  color: #ffffff;
}
.footer .f-menu dl dt {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #1b65bc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer .f-menu dl dd {
  display: flex;
  flex-wrap: nowrap;
}
.footer .f-menu dl dd ul {
  width: 50%;
}
.footer .f-menu dl dd li {
  margin-bottom: 5px;
}
.footer .f-menu dl dd a {
  color: #ffffff;
}
.footer .f-menu dl dd a:hover {
  text-decoration: underline;
}

.copyright {
  background: #01387b;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
}

.page_banner {
  width: 100%;
  max-height: 520px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.page_banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page_banner .cate-txt,
.page_banner .icon {
  width: 100%;
  z-index: 1;
  position: absolute;
  text-align: center;
}
.page_banner .cate-txt {
  top: 30%;
  font-size: 60px;
  color: #ffffff;
}
.page_banner .icon {
  bottom: 30px;
}
.page_banner .icon i {
  font-size: 20px;
  color: #999999;
  font-weight: bold;
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
  cursor: pointer;
}
.page_banner .icon i:hover {
  color: #ffffff;
}

.page-nav {
  width: 100%;
  background: #ffffff;
  line-height: 80px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}
.page-nav .cont {
  display: flex;
  flex-wrap: nowrap;
}
.page-nav .cont a {
  text-align: center;
  padding: 0 50px;
  font-size: 16px;
  color: #222222;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: -4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.page-nav .cont a i {
  color: #000000;
  padding-right: 5px;
}
.page-nav .cont a.on, .page-nav .cont a:hover {
  background: #00469b;
  color: #ffffff;
}
.page-nav .cont a.on i, .page-nav .cont a:hover i {
  color: #ffffff;
}

.pages {
  min-height: 100px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-box {
  background: #F7F7F7 url("../images/page_bg.png") no-repeat center center;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-arc-show {
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-left {
  width: 1050px;
}
.page-left .page-left-box {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 15px;
}

.page-right {
  width: 350px;
}

.page-arc .arc-list dl {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-arc .arc-list dl:hover {
  background: #eeeeee;
}
.page-arc .arc-list dl dt {
  font-weight: 400;
  line-height: 1.2em;
  font-size: 21px;
  color: #181b31;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-arc .arc-list dl dt span {
  color: #00469b;
}
.page-arc .arc-list dl dd {
  margin-top: 20px;
  color: #777777;
}
.page-arc .page-right-box {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px;
}
.page-arc .page-right-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-arc .page-right-box .arc-pic-cont dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.page-arc .page-right-box .arc-pic-cont dl dt {
  width: 135px;
  height: 102px;
  overflow: hidden;
  border-radius: 5px;
}
.page-arc .page-right-box .arc-pic-cont dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-arc .page-right-box .arc-pic-cont dl dd {
  flex: 1;
  margin-left: 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-arc .page-right-box .arc-pic-cont dl dd a {
  color: #000000;
  font-size: 15px;
  line-height: 150%;
}
.page-arc .page-right-box .arc-pic-cont dl dd a:hover {
  color: #00469b;
}

.content-box {
  padding: 50px;
  box-sizing: border-box;
}
.content-box h1 {
  font-size: 32px;
  color: #222222;
  line-height: 1.7;
}
.content-box .other {
  padding: 15px 0 20px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.8;
  display: flex;
  flex-wrap: nowrap;
}
.content-box .other li {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
}
.content-box .arc-content {
  padding: 20px 0 30px;
  font-size: 16px !important;
  color: #222222;
  line-height: 1.8;
}
.content-box .arc-content img {
  max-width: 100% !important;
}
.content-box .arc_pages {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding-top: 30px;
}
.content-box .arc_pages p {
  width: calc(48% - 100px);
  display: flex;
  flex-direction: column;
}
.content-box .arc_pages p span {
  margin-bottom: 10px;
}

.page {
  clear: both;
  margin: 10px 0;
  text-align: center;
}
.page a:hover {
  color: #00469b;
}

.page-status {
  border-radius: 2px 0 0 2px;
}

.page-last {
  border-radius: 0 2px 2px 0;
}

.page-status, .page-index, .page-pre, .page-num, .page-next, .page-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border: 1px solid #e2e2e2;
}

.page-num-current {
  background-color: #00469b;
  height: 30px;
  line-height: 30px;
  border-top: none;
  border-bottom: none;
  color: #fff !important;
}

.content {
  line-height: 180%;
}
.content p {
  margin: 7px 0;
}
.content img {
  max-width: 100% !important;
}

a.page-num-current:hover {
  color: #fff !important;
}

.page-item-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 50px;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 5px rgba(0, 0, 0, 0.1);
}

.page-title {
  font-size: 30px;
  font-weight: 500;
  color: #00469b;
  margin-bottom: 30px;
}
.page-title span {
  position: relative;
}
.page-title span:before, .page-title span:after {
  content: "";
  width: 24%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.page-title span:before {
  background: #ff9600;
}
.page-title span:after {
  background: #00469b;
  left: 26%;
}

.about-txt {
  flex: 1;
}
.about-txt .numbers strong {
  color: #00469b;
  font-size: 18px;
}
.about-txt .numbers strong span {
  font-size: 50px;
}

.about-img {
  width: 45%;
}
.about-img img {
  width: 100%;
  height: auto;
}

.about-service ul {
  margin-top: 30px;
}
.about-service ul li {
  width: 220px;
  height: 80px;
  font-size: 18px;
  margin-bottom: 20px;
}
.about-service ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.36s ease;
}
.about-service ul li a:hover {
  background: #00469b;
  color: #ffffff;
}

.about-wh .cont {
  width: 75%;
  margin: 0 auto;
  margin-top: 50px;
}
.about-wh .cont dl {
  width: 45%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 60px;
}
.about-wh .cont dl dd {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.about-wh .cont dl dd strong {
  color: #00469b;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 15px;
}
.about-wh .cont dl dd span {
  font-size: 16px;
}

.about-history {
  margin-top: 50px;
}
.about-history .cont {
  background: url("../images/bg_history_def.png") no-repeat left center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 680px;
}
.about-history .cont .cont-box {
  position: absolute;
}
.about-history .cont .cont-box dl {
  border-left: 1px solid #00469b;
  position: relative;
  min-height: 250px;
  cursor: pointer;
}
.about-history .cont .cont-box dl:before {
  content: '▶';
  position: absolute;
  left: -3px;
  top: -10px;
  color: #00469b;
  font-size: 20px;
}
.about-history .cont .cont-box dl:after {
  content: '•';
  position: absolute;
  left: -10px;
  bottom: -30px;
  color: #00469b;
  font-size: 50px;
  display: inline;
}
.about-history .cont .cont-box dl dt {
  padding-top: 10px;
  margin-left: 10px;
  color: #00469b;
  font-size: 18px;
}
.about-history .cont .cont-box dl dd {
  display: none;
  background: #f1f1f1;
  border-radius: 5px;
  width: 200px;
  margin-left: 10px;
  padding: 15px;
}
.about-history .cont .cont-box dl dd.active {
  display: block;
  min-height: 150px;
}
.about-history .cont .cont-box dl.down:before {
  content: '•';
  position: absolute;
  left: -10px;
  top: -40px;
  color: #00469b;
  font-size: 50px;
  display: inline;
}
.about-history .cont .cont-box dl.down:after {
  content: '▶';
  position: absolute;
  left: -3px;
  bottom: -10px;
  color: #00469b;
  font-size: 20px;
}
.about-history .cont .box-1 {
  left: 100px;
  top: 145px;
}
.about-history .cont .box-2 {
  left: 220px;
  top: 355px;
}
.about-history .cont .box-3 {
  left: 320px;
  top: 55px;
}
.about-history .cont .box-4 {
  left: 440px;
  top: 295px;
}
.about-history .cont .box-5 {
  left: 560px;
  top: 65px;
}
.about-history .cont .box-6 {
  left: 680px;
  top: 360px;
}
.about-history .cont .box-7 {
  left: 800px;
  top: 135px;
}
.about-history .cont .box-8 {
  left: 920px;
  top: 375px;
}
.about-history .cont .fl {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: left;
}
.about-history .cont .fl dl {
  width: 50%;
  border-right: 1px solid #00469b;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  justify-content: right;
  align-items: center;
  padding: 20px 0;
  margin: 0;
}
.about-history .cont .fl dl dt {
  color: #00469b;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  left: 99%;
  width: 100%;
}
.about-history .cont .fl dl dt .i-2 {
  font-size: 18px;
}
.about-history .cont .fl dl dd {
  min-height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 30px;
  flex-direction: row-reverse;
  flex: 1;
}
.about-history .cont .fl dl dd .c-1 {
  position: relative;
  left: -5px;
}
.about-history .cont .fl dl dd .c-1 i {
  color: #f1f1f1;
}
.about-history .cont .fl dl dd .c-2 {
  min-height: 50px;
  width: 400px;
  background: #f1f1f1;
  padding: 20px;
  box-shadow: rgba(241, 241, 241, 0.7) 0 0 10px;
  line-height: 2;
}
.about-history .cont .fr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
}
.about-history .cont .fr .fr-box {
  width: 50%;
}
.about-history .cont .fr dl {
  width: 50%;
  border-left: 1px solid #00469b;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  padding: 50px 0;
  left: -1px;
  margin: 0;
}
.about-history .cont .fr dl dt {
  color: #00469b;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  right: 99%;
  width: 100%;
}
.about-history .cont .fr dl dt .i-2 {
  font-size: 18px;
}
.about-history .cont .fr dl dd {
  min-height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 30px;
}
.about-history .cont .fr dl dd .c-1 {
  position: relative;
  left: 5px;
}
.about-history .cont .fr dl dd .c-1 i {
  color: #f1f1f1;
}
.about-history .cont .fr dl dd .c-2 {
  min-height: 50px;
  width: 400px;
  background: #f1f1f1;
  padding: 20px;
  box-shadow: rgba(241, 241, 241, 0.7) 0 0 10px;
  line-height: 2;
}

.honor-list {
  margin-top: 50px;
}
.honor-list dl {
  width: 300px;
  overflow: hidden;
  margin-right: 40px;
  margin-bottom: 50px;
}
.honor-list dl:nth-of-type(4n) {
  margin-right: 0;
}
.honor-list dl dt {
  width: 100%;
}
.honor-list dl dt img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.honor-list dl dd {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.page-service .content {
  font-size: 16px;
  line-height: 180%;
}
.page-service .fl .sub-title {
  float: right;
}
.page-service .fl ul li {
  width: 100%;
  height: initial;
  margin: 0;
  display: flex;
  align-items: center;
}
.page-service .fl ul li:before {
  content: "•";
  color: #00469b;
  margin-right: 20px;
}
.page-service .sub-title {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.page-job .cont dl {
  margin-top: 40px;
  padding: 25px 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #dddddd;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  box-shadow: 1px 2px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  -ms-transition: all 0.36s ease;
  transition: all 0.36s ease;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.page-job .cont dl dt {
  width: 30%;
  font-size: 20px;
  color: #000000;
}
.page-job .cont dl dd {
  width: 10%;
}
.page-job .cont dl dd.icon {
  width: 5%;
}
.page-job .cont dl dd.icon i {
  font-size: 40px;
  color: #00469b;
}
.page-job .cont dl:hover dt {
  color: #00469b;
}
.page-job .cont .info {
  border-top: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 25px 30px;
  line-height: 180%;
  font-size: 16px !important;
  display: none;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -25px;
  z-index: 0;
}

.page-job-show {
  font-size: 16px;
}
.page-job-show h3 {
  font-size: 18px;
  color: #00469b;
  margin: 30px 0;
}

.page-contact .contact-item {
  width: 45%;
  border-right: 1px solid #dddddd;
  margin-bottom: 70px;
}
.page-contact .contact-item:nth-of-type(2n) {
  border: none;
}
.page-contact .contact-item strong {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #00469b;
  margin-bottom: 30px;
}
.page-contact .contact-item p {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 18px;
  color: #000000;
}
.page-contact .contact-item p i {
  font-size: 22px;
  padding-right: 10px;
}
.page-contact .contact-item p span {
  color: #555555;
  padding-right: 10px;
}

.message-box .form-group {
  width: 45%;
  margin-bottom: 30px;
}
.message-box .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}
.message-box .form-group input {
  height: 60px;
  line-height: 60px;
}
.message-box .form-group textarea {
  height: 110px;
}
.message-box .form-group button {
  background: #00469b;
  color: #ffffff;
  width: 50%;
  height: 60px;
}

.dj-box-1 {
  margin-top: 30px;
  position: relative;
}
.dj-box-1 .dj-pos-item {
  position: absolute;
  top: -400px;
  z-index: 99;
}
.dj-box-1 .cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.dj-box-1 .cont .box-l {
  width: 56%;
}
.dj-box-1 .cont .box-l .swiper {
  width: 100%;
  height: 455px;
  overflow: hidden;
}
.dj-box-1 .cont .box-l .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 455px;
  overflow: hidden;
}
.dj-box-1 .cont .box-l .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dj-box-1 .cont .box-l .swiper .swiper-slide p {
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.7);
  padding-left: 20px;
}
.dj-box-1 .cont .box-r {
  width: 42%;
}
.dj-box-1 .cont .box-r .dj-commen .commen-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background: #E20606;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
}
.dj-box-1 .cont .box-r .dj-commen .commen-title h3 {
  font-size: 20px;
  padding-left: 10px;
}
.dj-box-1 .cont .box-r .dj-commen .commen-title span {
  padding-right: 10px;
}
.dj-box-1 .cont .box-r .dj-commen .commen-title span a {
  color: #ffffff;
}
.dj-box-1 .cont .box-r .dj-commen .list-item {
  border: 1px solid #E20606;
  border-top: none;
  height: 405px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.dj-box-1 .cont .box-r .dj-commen .list-item ul li {
  list-style: circle;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.dj-box-1 .cont .box-r .dj-commen .list-item ul li:last-child {
  margin-bottom: 0;
}
.dj-box-1 .cont .box-r .dj-commen .list-item ul li a {
  color: #000000;
  font-size: 16px;
}

.dj-box-2 {
  margin-top: 30px;
  font-size: 16px;
}
.dj-box-2 .cont .img {
  width: 555px;
  height: 313px;
  margin-bottom: 20px;
}
.dj-box-2 .cont .img img {
  width: 100%;
  object-fit: cover;
}
.dj-box-2 .cont .info {
  height: 313px;
  flex: 1;
  margin-left: 30px;
}
.dj-box-2 .cont .info .txt-1 {
  color: #ffffff;
  font-size: 18px;
  background: #E20606;
  height: 65px;
  line-height: 65px;
  padding-left: 10px;
}
.dj-box-2 .cont .info .item-dz {
  width: 100%;
  border: 1px solid #E20606;
  border-top: 0;
  padding: 20px;
}
.dj-box-2 .cont .info .item-dz ul {
  width: 100%;
}
.dj-box-2 .cont .info .item-dz ul li {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #E20606;
  font-weight: bold;
  border-bottom: 1px solid rgba(226, 6, 6, 0.3);
}
.dj-box-2 .cont .info .item-dz ul li:last-child {
  border-bottom: none;
}
.dj-box-2 .cont .info .item-dz .txt-2 {
  line-height: 180%;
}
.dj-box-2 .cont .info .item-dz .dz-xx {
  margin-top: 10px;
}
.dj-box-2 .cont .info .item-dz .dz-xx dl {
  border: 2px solid #ff6600;
  border-radius: 7px;
  background: #fae5ca;
  padding: 10px;
  color: #E20606;
  font-size: 18px;
}
.dj-box-2 .cont .info .item-dz .dz-xx dl dt {
  margin-bottom: 10px;
}
.dj-box-2 .cont .info .item-dz .dz-xx dl dt i {
  font-weight: bold;
}

.dj-title {
  font-weight: bold;
  margin: 30px 0;
}

.dj-box-3 .img img {
  width: 100%;
  height: auto;
}

.dj-news .cate ul li {
  margin-right: 20px;
}
.dj-news .cate ul li a {
  color: #ffffff;
  background: #E20606;
  padding: 5px 15px;
  border-radius: 5px;
}
.dj-news .cont ul li {
  width: 265px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.dj-news .cont ul li:hover .more a i {
  padding-left: 20px;
}
.dj-news .cont ul li:nth-of-type(3n) {
  margin-right: 0;
}
.dj-news .cont ul li p {
  margin: 0 !important;
}
.dj-news .cont ul li .img {
  width: 265px;
  height: 150px;
  overflow: hidden;
}
.dj-news .cont ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dj-news .cont ul li .title {
  font-size: 16px;
  color: #000000;
  margin: 10px 0 !important;
}
.dj-news .cont ul li .desc {
  font-size: 12px;
  color: #777777;
}
.dj-news .cont ul li .more {
  margin-top: 15px !important;
}
.dj-news .cont ul li .more a {
  display: flex;
  align-items: center;
  color: #E20606;
}
.dj-news .cont ul li .more a i {
  padding-left: 10px;
  font-size: 20px;
  transition: all 0.36s ease;
}

.dj-box-4 .cate ul li {
  margin-right: 20px;
}
.dj-box-4 .cate ul li a {
  color: #ffffff;
  background: #E20606;
  padding: 5px 15px;
  border-radius: 5px;
}
.dj-box-4 .cont ul li {
  width: 460px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.dj-box-4 .cont ul li:hover .more a i {
  padding-left: 20px;
}
.dj-box-4 .cont ul li:nth-of-type(3n) {
  margin-right: 0;
}
.dj-box-4 .cont ul li p {
  margin: 0 !important;
}
.dj-box-4 .cont ul li .img {
  width: 460px;
  height: 260px;
  overflow: hidden;
}
.dj-box-4 .cont ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dj-box-4 .cont ul li .title {
  font-size: 16px;
  color: #000000;
  margin: 10px 0 !important;
}
.dj-box-4 .cont ul li .desc {
  font-size: 12px;
  color: #777777;
}
.dj-box-4 .cont ul li .more {
  margin-top: 15px !important;
}
.dj-box-4 .cont ul li .more a {
  display: flex;
  align-items: center;
  color: #E20606;
}
.dj-box-4 .cont ul li .more a i {
  padding-left: 10px;
  font-size: 20px;
  transition: all 0.36s ease;
}

.dj-list {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 500px;
}
.dj-list .cate ul li {
  margin-right: 20px;
}
.dj-list .cate ul li a {
  color: #333333;
  background: #eeeeee;
  padding: 10px 20px;
  border-radius: 5px;
}
.dj-list .cate ul li.on a {
  background: #E20606;
  color: #ffffff;
  font-weight: bold;
}

.dj-page-page .page {
  clear: both;
  margin: 10px 0;
  text-align: center;
}
.dj-page-page .page a:hover {
  color: #E20606;
}
.dj-page-page .page-status {
  border-radius: 2px 0 0 2px;
}
.dj-page-page .page-last {
  border-radius: 0 2px 2px 0;
}
.dj-page-page .page-status, .dj-page-page .page-index, .dj-page-page .page-pre, .dj-page-page .page-num, .dj-page-page .page-next, .dj-page-page .page-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border: 1px solid #e2e2e2;
}
.dj-page-page .page-num-current {
  background-color: #E20606;
  height: 30px;
  line-height: 30px;
  border-top: none;
  border-bottom: none;
  color: #fff !important;
}

.dj-show .content-box {
  margin-top: 30px;
  padding: 0;
  box-sizing: border-box;
}
.dj-show .content-box h1 {
  font-size: 32px;
  color: #222222;
  line-height: 1.7;
}
.dj-show .content-box .other {
  padding: 15px 0 20px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.8;
  display: flex;
  flex-wrap: nowrap;
}
.dj-show .content-box .other li {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
}
.dj-show .content-box .arc-content {
  padding: 20px 0 30px;
  font-size: 16px !important;
  color: #222222;
  line-height: 1.8;
}
.dj-show .content-box .arc-content img {
  max-width: 100% !important;
}
.dj-show .content-box .arc_pages {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding-top: 30px;
}
.dj-show .content-box .arc_pages p {
  width: calc(48% - 100px);
  display: flex;
  flex-direction: column;
}
.dj-show .content-box .arc_pages p span {
  margin-bottom: 10px;
}

.page-yj .yj-cate {
  width: 30%;
}
.page-yj .yj-cate ul {
  width: 100%;
}
.page-yj .yj-cate ul li {
  width: 50%;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.36s ease;
  padding-left: 20px;
}
.page-yj .yj-cate ul li i {
  font-size: 30px;
  color: #00469b;
  font-weight: bold;
}
.page-yj .yj-cate ul li p {
  font-size: 16px;
}
.page-yj .yj-cate ul li:hover,
.page-yj .yj-cate ul li.active {
  background: linear-gradient(to right, #3375EE, #5EC5DD);
}
.page-yj .yj-cate ul li:hover i,
.page-yj .yj-cate ul li.active i {
  color: #ffffff;
}
.page-yj .yj-cate ul li:hover p,
.page-yj .yj-cate ul li.active p {
  color: #ffffff;
}
.page-yj .yj-cont {
  width: 65%;
}
.page-yj .yj-cont .cont-child {
  display: none;
}
.page-yj .yj-cont .cont-child .desc {
  width: 50%;
  overflow: auto;
}
.page-yj .yj-cont .cont-child .desc .more {
  margin-top: 30px;
}
.page-yj .yj-cont .cont-child .desc .more a {
  color: #00469b;
}
.page-yj .yj-cont .cont-child .img {
  width: 48%;
  overflow: hidden;
}
.page-yj .yj-cont .cont-child .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.arc-top {
  width: 100%;
  overflow: hidden;
}
.arc-top dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.arc-top dl dt {
  width: 650px;
  height: 420px;
  overflow: hidden;
}
.arc-top dl dt img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.arc-top dl dd {
  flex: 1;
  position: relative;
  margin-right: 30px;
}
.arc-top dl dd .tt {
  font-size: 20px;
  color: #000000;
}
.arc-top dl dd .desc {
  line-height: 180%;
  text-indent: 20px;
  font-size: 16px;
}
.arc-top dl dd .more {
  position: absolute;
  bottom: 0;
}
.arc-top dl dd .more a {
  display: inline-block;
  border: 1px solid #00469b;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.36s ease;
  position: relative;
  background: #00469b;
  color: #ffffff;
}
.arc-top dl dd .more a:hover {
  transform: translateX(10px);
}

.arc-list-thumb dl {
  width: 460px;
  margin-bottom: 30px;
  margin-right: 30px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  cursor: pointer;
}
.arc-list-thumb dl:hover .more a {
  transform: translateX(10px);
}
.arc-list-thumb dl:nth-of-type(3n) {
  margin-right: 0;
}
.arc-list-thumb dl dt {
  width: 420px;
  height: 237px;
  overflow: hidden;
}
.arc-list-thumb dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arc-list-thumb dl dd p {
  margin: 0 !important;
}
.arc-list-thumb dl dd .time {
  margin-bottom: 10px;
}
.arc-list-thumb dl dd .title {
  font-size: 18px;
  color: #000000;
  margin: 10px 0 !important;
}
.arc-list-thumb dl dd .desc {
  font-size: 12px;
  color: #777777;
}
.arc-list-thumb dl dd .more {
  margin-top: 20px !important;
}
.arc-list-thumb dl dd .more a {
  display: inline-block;
  border: 1px solid #00469b;
  padding: 7px 15px;
  border-radius: 5px;
  transition: all 0.36s ease;
  position: relative;
  background: #00469b;
  color: #ffffff;
}

.page-buju {
  height: 772px;
  position: relative;
}
.page-buju .desc .img {
  width: 1000px;
}
.page-buju .desc .img img {
  width: 100%;
  height: auto;
}
.page-buju .desc .cont {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-buju .desc .cont h3 {
  color: #00469b;
  margin-bottom: 20px;
}
.page-buju .desc .cont p {
  margin-bottom: 5px;
  color: #999999;
}
.page-buju .search {
  width: 500px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
}
.page-buju .search select {
  width: 315px;
  height: 60px;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  background: url(../images/icon_down.png) no-repeat 95% center;
  background-size: 7%;
  -webkit-appearance: none;
}
.page-buju .search .icon-search {
  display: flex;
  width: 62px;
  height: 60px;
  background: #00469b;
  border: 1px solid #00469b;
  margin: 0 8px 0 8px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}
.page-buju .search .icon-search i {
  font-size: 26px;
}
.page-buju .search .icon-reset {
  width: 62px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.page-buju .search .icon-reset i {
  font-size: 26px;
  color: #999999;
}
.page-buju .line {
  margin-top: 10px;
}
.page-buju .line i {
  font-size: 40px;
  color: #999999;
}
.page-buju .line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #dddddd;
}
.page-buju .cont {
  margin-top: 10px;
  min-height: 200px;
  max-height: 500px;
  overflow: auto;
}
.page-buju .cont h2 {
  color: #00469b;
}

/*# sourceMappingURL=basic.css.map */
