body {
  font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  background: #fff;
}

.phone {
  display: none;
}

.container {
  max-width: 990px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.footer,
.header {
  flex: 0;
}

a:hover {
  text-decoration: none;
  color: #240f6c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}

/* 导航 */
.pc-nav {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  background-size: auto;
  height: 106px;
  background: url(../images/bg.jpg) repeat-x top center;
  overflow: hidden;
}

.pc-nav .nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-top: 3px solid #002db7;
}
.pc-nav .top-img {
  position: absolute;
  right: 0;
  top: 20px;
  display: flex;
  align-items: center;
}
.pc-nav .top-img a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
.pc-nav .top-img a img {
  margin-right: 5px;
}
.pc-nav .nav .logo-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-nav .nav .logo {
  flex: 1;
}
.pc-nav .nav .logo img {
}
.pc-nav .nav .login {
  margin: 0 0 0 25px;
  display: flex;
  align-items: center;
}
.pc-nav .nav .login span {
  color: #240f6c;
  margin: 0 10px;
}
.pc-nav .nav .login a {
  color: #240f6c;
}
.menu-box {
  height: 45px;
  background-color: 3F3F3F5;
  border-bottom: 1px solid #002db8;
}
.menu-box .menu {
  display: flex;
  align-items: center;
}
.menu-box .menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 45px;
  border-right: 1px solid #dbdae1;
}

.menu-box .menu li a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  white-space: nowrap;
}

.menu-box .menu li .line {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-bottom-color: #002db8;
}
.menu-box .menu li.cur .line {
  display: block;
}
.menu-box .menu .cur a {
  color: #240f6c;
}
.menu-box .menu .menu-son {
  display: none;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 160px;
  font-size: 14px;
  background: #fff;
  animation: fromBottomFade 0.6s ease both;
  -webkit-animation: fromBottomFade 0.6s ease both;
}

.menu-box .menu .menu-son a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 23px;
  text-align: center;
}

.menu-box .menu .menu-son a:hover {
  color: #240f6c;
  background: #f5f5f5;
}

.menu-box .menu li:hover .line {
  display: block;
}

.menu-box .menu li:hover .menu-son {
  display: block;
}

/* 内页导航 */
.sidenav {
  background-color: #fff;
  box-shadow: 0 6px 12px 10px rgba(235, 241, 248, 0.975);
  /* border-bottom: 1px solid #e9e9e9; */
}

.sidenav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 80px;
}

.sidenav .right ul {
  display: flex;
}

.sidenav .right ul li a {
  color: #666666;
  padding: 6px 15px;
}

.sidenav .right ul li.cur a {
  color: #191919;
  font-weight: bold;
}

/* 主体 */
.tit-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tit {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
}
.en_tit {
  position: absolute;
  left: 0;
  bottom: 8px;
  font-size: 74px;
  text-transform: uppercase;
  color: #3745ae;
}

.main .content {
  padding: 20px 40px;
  background-color: #fff;
}

.main .content .info {
  border-radius: 6px;
  margin-bottom: 20px;
}

.main .content .title {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
}

.main .content .date {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
.main .content .date p {
  margin: 0 10px;
}

/* 首页banner */
.index-banner {
}

/* 内页banner */
.inside-banner {
  margin-top: 100px;
}
.main-box {
  margin-top: 28px;
}
.main-box .main-left {
  flex: 0 0 236px;
}
.main-box .warp.container {
  margin-top: 28px;
  display: flex;
}
.main-box .cp {
  border: 1px solid #e8e8e8;
}
.main-box .cp ul {
  padding: 7px 7px 30px 7px;
}
.main-box .cp ul li {
  width: 188px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  padding-left: 15px;
  background: url(../images/leftbg1.jpg);
  margin-bottom: 2px;
}
.main-box .cp ul li a {
  font-size: 12px;
  color: #464646;
}

.main-right .news {
  flex: 0 0 463px;
}
.main-right .news-box ul {
  background: url(../images/index_11.jpg);
  padding: 0 33px;
}
.main-right .news-box ul li {
  border-bottom: 1px #666666 dashed;
  padding: 10px 0;
  list-style: disc;
}
.main-right .news-box ul li .title {
  flex: 1;
}
.main-right .news-box a {
  display: flex;
  font-size: 12px;
}
.main-right .news-box {
  display: flex;
}
.main-right .news-box .address {
  flex: 0 0 251px;
  font-size: 12px;
}
.main-right {
  flex: 1;
  margin-left: 36px;
}
.main-right-title {
  height: 35px;
  background: url(../images/jj_07.jpg);
}
.main-right-title span {
  display: block;
  width: 195px;
  text-align: center;
  font: 14px 微软雅黑;
  color: #ffffff;
  line-height: 35px;
}
.main-right .main-detail {
  padding: 10px;
}
.main-right .main-detail .info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.main-right .main-detail .info .img{
  display: flex;
  justify-content: center;
}
.main-right .main-detail .info img{
  max-width: 100%;
}
.main-right .main-detail .info p{
  text-align: center;
}
.main-cp {
  width: 740px;
  overflow: hidden;
}
.main-cp .detail {
  /* display: flex; */
}
.main-cp .detail .left {
  flex: 1;
  float: left;
}
.main-cp .detail .center {
  flex: 1;
  background: url(../images/index_14.jpg);
  vertical-align: top;
  padding-top: 11px;
  width: 656px;
  float: left;
}
.main-cp .detail .right {
  flex: 1;
  float: left;
}

.marqueeleft {
  overflow: hidden;
}
.marqueeleft ul {
  float: left;
}
.main-cp .detail ul {
  float: left;
}
.main-cp .detail ul li {
  float: left;
  margin-right: 26px;
}
.main-cp .detail ul li img {
  height: 110px;
}
.main-cp .detail ul li .tt {
  line-height: 20px;
  text-align: center;
  color: #333333;
}

/* 内页 */
.inset {
  padding: 40px 0;
  background: #eceef0;
}
.article {
  border-radius: 6px;
}
.article ul li {
  list-style: disc;
  border-bottom: 1px dashed #cccccc;
  line-height: 220%;
}
.article .detail {
  padding: 0 20px;
}
.article .detail li {
  margin: 0 0 10px 0;
}
.article .detail li a {
  display: flex;
  align-items: center;
  font-size: 12px;
  overflow: hidden;
}
.article .detail li a span {
  margin: 0 25px 0 0;
  width: 13px;
  height: 13px;
  background-color: #c8def1;
  border-radius: 50%;
}
.article .detail li a .title {
  flex: 1 1 auto;
}
.article .detail li a .date {
  flex: 0 0 100px;
  text-align: right;
}
.article .detail li a:hover span {
  background-color: #240f6c;
}
.article .detail li a:hover {
  color: #240f6c;
}

.pagecol {
}

/* 内页搜索 */
.picture .detail {
  display: flex;
  flex-wrap: wrap;
}
.picture .detail li {
  flex: 0 1 calc(97% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.picture .detail li:nth-child(4n) {
  margin-right: 0;
}
.picture .detail li .img-max {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 240px;
  overflow: hidden;
}
.picture .detail li .img-max img {
  height: 240px;
}
.picture .detail li p {
  text-align: center;
  padding: 20px 0;
}
.picture .detail li:hover {
  transform: translateY(-2%);
  box-shadow: 1px 4px 10px 2px #ccc;
}
.picture .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.picture .show .image {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.picture .show .image img {
  max-width: 100%;
}
/* 产品 */
.product .detail {
  display: flex;
  flex-wrap: wrap;
}
.product .detail li {
  flex: 0 1 calc(97% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 10px;
  background: #fff;
}
.product .detail li:nth-child(4n) {
  margin-right: 0;
}
.product .detail li .img-max {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 122px;
  border: solid 1px #c7d9e6;
  overflow: hidden;
}
.product .detail li .img-max img {
  height: 122px;
}
.product .detail li p {
  text-align: center;
  height: 25px;
  line-height: 25px;
}
.product .detail li:hover {
  transform: translateY(-2%);
  box-shadow: 1px 4px 10px 2px #ccc;
}
.product .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.product .show .image {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.product .show .image img {
  max-width: 100%;
}

.video ul {
  display: flex;
  flex-wrap: wrap;
}
.video ul li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 20px;
}
.video ul li .img-full {
  border-radius: 12px;
  height: 190px;
  overflow: hidden;
}
.video ul li .title {
  margin: 10px 0;
  text-align: center;
}
.video ul li:nth-child(4n) {
  margin-right: 0;
}
.video ul li:hover img {
  transform: scale(1.1, 1.1);
}

.dsj-box {
  background: url("../images/pic9.png") no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.dsj-box .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dsj-box .steps {
  margin: 40px 0 0;
}
.dsj-box .steps-item {
  display: flex;
  align-items: center;
  position: relative;
}
.dsj-box .steps-item .left,
.dsj-box .steps-item .right {
  flex: 1;
}
.dsj-box .steps-item .line {
  width: 1px;
  height: auto;
  background-color: #0231aa;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}
.dsj-box .steps-item .left .title {
  color: #fff;
  font-size: 28px;
  padding: 22px 20px;
  width: 340px;
  background-image: linear-gradient(
    to right,
    #240f6c,
    #51418a,
    #c3c0d6,
    #f4f6f7
  );
}
.dsj-box .steps-item .left .title:hover {
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    #1c57eb,
    #114ce0,
    #8f99b3,
    #909cb9
  );
  transition: all 0.6s ease 0s;
}
.dsj-box .steps-item .info {
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  color: #393e4e;
}
.dsj-box .steps-item .left .info {
  margin: 0 20px 0 0;
}
.dsj-box .steps-item .right .info {
  margin: 0 0 0 20px;
}
.dsj-box .steps-item .left .title-box,
.dsj-box .steps-item .right .title-box {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #0231aa;
  display: flex;
}
.dsj-box .steps-item .right .title-box {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.dsj-box .steps-item .left .title-box::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0231aa;
}
.dsj-box .steps-item .right .title-box::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0231aa;
}
.dsj-box .steps-item .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dsj-box .steps-item .right .title {
  color: #fff;
  font-size: 28px;
  padding: 22px 20px;
  width: 340px;
  background-image: linear-gradient(
    to right,
    #f4f6f7,
    #c3c0d6,
    #51418a,
    #240f6c
  );
}
.dsj-box .steps-item .right .title:hover {
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    #909cb9,
    #8f99b3,
    #114ce0,
    #1c57eb
  );
  transition: all 0.6s ease 0s;
}
.dsj-box .year {
  margin: 0 auto;
  margin-bottom: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #605fd8;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.dsj-box .year .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #240f6c;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 20px;
  border-radius: 50%;
}

.job {
  padding: 30px 0;
}
.job .job-title {
  font-size: 44px;
  margin: 0 0 40px 0;
}
.job .detail a {
  padding: 38px 48px;
  background-color: #f8f8f8;
  display: block;
  margin: 0 0 20px 0;
}
.job .detail .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 22px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.job .detail .des {
  margin: 26px 0 0;
  font-size: 18px;
}
.job .detail .ask {
  margin: 14px 0 0;
  font-size: 18px;
}
.job .detail .des span,
.job .detail .ask span {
  font-weight: bold;
}

.orientation {
  margin: 20px 0 0;
}
.orientation span {
  text-transform: capitalize;
}

/* 底部 */
.footer {
  background-color: #fdfdfd;
}
.footer-top .container {
  height: 80px;
  margin-top: 40px;
  color: #b4b4b4;
  border-bottom: 1px solid #333333;
}

.footer-bottom .copyright {
  display: flex;
  justify-content: center;
  color: #000;
}

.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
  margin: 0 5px;
}
.mypage li a {
  width: 100%;
  height: 100%;
  display: block;
}
.mypage li.active {
  background: #002db8;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
