@charset "UTF-8";
/* #region 初始化 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

body,
table,
input,
textarea,
select,
option {
  font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
  font-weight: 400;
}

audio,
video {
  display: block;
}

a {
  display: block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

img {
  display: block;
  border: 0;
}

dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  outline: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.swiper-container {
  width: 100%;
}

/* #endregion */
/* #region  sass */
/* #endregion */
/* #region  首页*/
.container {
  padding: 0 15px;
  max-width: 1350px;
  margin: 0 auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px;
  transition: ease-out .36s;
  z-index: 999;
}

header .container {
  display: flex;
  align-items: center;
}

header .logo {
  position: relative;
}

header .logo img {
  width: 8rem;
  transition: ease-out .36s;
}

header .logo img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

header .nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding: 0 1rem;
}

header .nav li {
  position: relative;
  margin-left: 7%;
}

header .nav li .nav_one a {
  text-align: center;
  line-height: 5rem;
  font-size: .9rem;
  color: #333333;
  position: relative;
  transition: ease-out .36s;
}

header .nav li .nav_one a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #10308f 0%, #90d4f5 100%);
  transition: ease-out .36s;
}

header .nav li .nav_one a.active, header .nav li .nav_one a:hover {
  /* background: linear-gradient(to right, #10308f 0%, #90d4f5 100%);
  -webkit-background-clip: text;
  color: transparent; */
  color: #10308f;
}

header .nav li .nav_one a:hover::after, header .nav li .nav_one a.active::after {
  width: 3rem;
}

header .nav li .nav_one img {
  display: none;
}

header .nav li .nav_two {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding-top: 3px;
  /* border-radius: 0 0 .5rem .5rem; */

}
header .nav li .nav_two div{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 32px;
  padding: .5rem 1rem;
}
header .nav li .nav_two a {
  font-size: .9rem;
  line-height: 2.5rem;
  /* padding: 0 1.5rem; */
  transition: ease-out .2s;
  border-bottom: 1px solid rgba(16, 48, 143, 0.2);;

}

header .nav li .nav_two a:last-child{
  border-bottom:  none;
}

header .nav li .nav_two a.active, header .nav li .nav_two a:hover {
  color: #10308f;
}

header.on {
  background: #fff;
}

header .nav_modal,
header .nav_icon {
  display: none;
}

.banner {
  position: relative;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .slide-inner > img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  object-position: center;
}

.banner .swiper-slide .banner_text {
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  opacity: 0;
  transition: ease-out .36s;
}

.banner .swiper-slide .banner_text.on {
  opacity: 1;
}

.banner .swiper-slide .banner_text .t1 {
  /* max-width: 39rem; */
  font-size: 3.2rem;
  font-weight: 700;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.45;
}

.banner .swiper-slide .banner_text .t2 {
  width: 7rem;
  height: 2rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  background: #ff5733;
  font-size: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.4rem;
  transition: ease-out .36s;
}

.banner .swiper-slide .banner_text .t2:hover {
  background: #10308f;
}

.banner .swiper-slide .banner_text .t3 {
  width: 7.5rem;
  height: .2rem;
  background: #fff;
  margin-top: 1.5rem;
}

.banner .banner_dot {
  position: absolute;
  left: 0;
  bottom: 1.25rem !important;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.banner .banner_dot span {
  width: 2.25rem;
  height: .6rem;
  border-radius: .3rem;
  opacity: 1;
  background: white;
  margin: 0 .5rem 0 0 !important;
  transition: ease-out .36s;
}

.banner .banner_dot span.swiper-pagination-bullet-active {
  width: .6rem;
  background: #ff5733;
}

.index_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1.15rem;
}

.index_title b {
  font-size: 2rem;
  color: #333333;
  font-weight: 700;
}

.index_title a {
  font-size: .8rem;
  line-height: 2.2;
  color: #ff5733;
  transition: ease-out .36s;
  position: relative;
}

.index_title a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #10308f;
  transition: ease-out .36s;
}

.index_title a:hover {
  color: #10308f;
}

.index_title a:hover::after {
  width: 100%;
}

.index_title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}

.index_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 8rem;
  height: 4px;
  background: linear-gradient(90deg, #10308f 0%, #90d4f5 100%);
}

.index1 {
  padding-top: 4.5rem;
  padding-bottom: 3.8rem;
}

.index1 .text {
  font-size: 1rem;
  color: #333333;
  line-height: 2;
  margin-top: 1.85rem;
  text-align: center;
}

.index1 .ul {
  display: flex;
  text-align: center;
  /* padding-top: 2.7rem; */
  padding-top: 2.3rem;
}

.index1 .ul li {
  flex: 1;
}

.index1 .ul li div {
  font-size: 1.2rem;
  color: #ff5733;
  font-weight: 500;
  line-height: 1;
}

.index1 .ul li div span {
  font-size: 3.6rem;
  font-weight: 700;
}

.index1 .ul li p {
  font-size: 1.2rem;
  color: #333333;
  margin-top: .35rem;
}

.index1 .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.8rem;
}

.index1 .card a {
  width: 49.24%;
  position: relative;
  border-radius: .75rem;
  overflow: hidden;
  margin-top: 1.5rem;
}

.index1 .card a:first-child {
  width: 100%;
  margin-top: 0;
}

.index1 .card a > img {
  width: 100%;
}

.index1 .card a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #10308f 0%, #90d4f5 100%);
  opacity: 0;
  transition: ease-out .36s;
}

.index1 .card a .row {
  position: absolute;
  left: 0;
  top: 65%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 6.15%;
  transition: ease-out .36s;
}

.index1 .card a .row img {
  width: 6.6rem;
  margin: 0 auto;
}

.index1 .card a .row h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: .5rem;
}

.index1 .card a .row p {
  font-size: .8rem;
  line-height: 1.875;
  margin-top: .7rem;
}

.index1 .card a .row span {
  font-size: .8rem;
  margin-top: 1.4rem;
  display: block;
}

.index1 .card a .row div {
  opacity: 0;
  transition: ease-out .36s;
}

.index1 .card a:hover::before {
  opacity: .8;
}

.index1 .card a:hover .row {
  top: 50%;
}

.index1 .card a:hover .row div {
  opacity: 1;
}

.video_ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: .5rem;
}

.video_ul a {
  width: 32.57%;
  margin-right: 1.145%;
  margin-top: 2rem;
}

.video_ul a:nth-child(3n+3) {
  margin-right: 0;
}

.video_ul a div {
  position: relative;
  /* padding-bottom: 69.76%; */
  padding-bottom: 56.25%;
  border-radius: .5rem;
  overflow: hidden;
}

.video_ul a div > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: ease-out .5s;
}

.video_ul a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_ul a i img {
  width: 4.4rem;
  transition: ease-out .36s;
}

.video_ul a i img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.video_ul a h3 {
  font-size: 1.1rem;
  text-align: center;
  margin-top: .6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video_ul a h3 span {
  color: #333333;
  transition: ease-out .36s;
}

.video_ul a:hover div > img {
  transform: scale(1.1);
}

.video_ul a:hover i img {
  opacity: 0;
}

.video_ul a:hover i img:nth-child(2) {
  opacity: 1;
}

.video_ul a:hover h3 span {
  background: linear-gradient(to right, #10308f 0%, #90d4f5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.index2 {
  background: url(../images/index2_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.index3 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: linear-gradient(90deg, rgba(239, 249, 255, 0.64) 0%, #fafafe 51.39%, rgba(255, 246, 247, 0.97) 100%);
}

.index3 .top {
  margin-top: 2rem;
  font-size: .9rem;
  color: #333333;
}

.index3 .ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: .6rem;
}

.index3 .ul li {
  width: 23.86%;
  margin-right: 1.52%;
  margin-top: 1.4rem;
  transition: ease-out .2s;
}

.index3 .ul li:nth-child(4n+4) {
  margin-right: 0;
}

.index3 .ul li div {
  background: #fff;
  position: relative;
  padding-bottom: 38.09%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: .5rem;
  transition: ease-out .36s;
}

.index3 .ul li div img {
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  width: 95%;
  height: 95%;
  object-fit: contain;
  object-position: center;
}

.index3 .ul li h3 {
  font-size: .9rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: .5rem;
}

.index3 .ul li:hover div {
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.08);
}

.index3 .ul li:hover h3 {
  color: #10308f;
}

.index3 .row {
  display: flex;
  flex-wrap: wrap;
  padding-top: .75rem;
}

.index3 .row li {
  width: 32.34%;
  margin-right: 1.49%;
  margin-top: 1.25rem;
  cursor: pointer;
}

.index3 .row li:nth-child(3n+3) {
  margin-right: 0;
}

.index3 .row li div {
  padding-bottom: 63.08%;
  background: url(../images/index3_bg.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.index3 .row li div span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 83.64%;
  height: 83.33%;
  transform: translate(-50%, -50%);
}

.index3 .row li div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: ease-out .5s;
}

.index3 .row li:hover div img {
  transform: scale(1.05);
}

footer {
  background: url(../images/foot_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

footer .top {
  padding-top: 5rem;
  padding-bottom: 4.6rem;
  display: flex;
  align-items: center;
}

footer .top .flogo {
  width: 12%;
}

footer .top .flogo img {
  width: 100%;
}

footer .top .center {
  flex: 1;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  padding: 0 .5rem;
}

footer .top .center .col {
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  padding: 0 .5rem;
}

footer .top .center .col a {
  margin-bottom: 1rem;
  transition: ease-out .36s;
}

footer .top .center .col a:last-child {
  margin-bottom: 0;
}

footer .top .center .col a:hover {
  color: #10308f;
}

footer .top .center .col ul li {
  display: flex;
  align-items: start;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin-top: 1rem;
}

footer .top .center .col ul img {
  width: 1rem;
  position: relative;
  top: .1rem;
  margin-right: .2rem;
}

footer .top .code {
  width: 15.9%;
  background: #fff;
  padding: .6rem .5rem 0 .5rem;
  text-align: center;
}

footer .top .code img {
  width: 100%;
}

footer .top .code p {
  font-size: .9rem;
  color: #333333;
  text-align: center;
  padding: .5rem 0;
}

footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: .9rem;
  color: white;
  padding: 1rem 0;
  line-height: 1.45;
  text-align: center;
}

footer .bottom .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .bottom a {
  display: inline;
}

footer .bottom span {
  margin: 0 1.25rem;
}

/* #endregion */
/* #region  内页*/
.banner2 {
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* text-shadow: 0px 4px 16px rgba(1, 178, 254, 0.5); */
}

.banner2.on i {
  transform: scale(1);
}

.banner2 i {
  display: block;
  width: 100%;
  height: 25rem;
  transform: scale(1.1);
  transition: ease 3s;
  position: relative;
}

.banner2 i.color::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.banner2 i img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner2 .text {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
}

.banner2 .title div {
  font-size: 2.9rem;
  font-weight: 700;
}

.banner2 .title p {
  font-size: .9rem;
  font-weight: 500;
  max-width: 960px;
  margin: 1.5rem auto 0 auto;
}

.banner2 .bread {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  margin-top: 3.3rem;
}

.banner2 .bread img {
  width: 1rem;
  margin-right: .5rem;
}

.banner2 .bread a {
  transition: ease-out .2s;
}

.banner2 .bread a:hover {
  color: #90D4F5;
}

.menu {
  display: flex;
  justify-content: center;
  padding-top: 3.5rem;
}

.menu a {
  font-size: 1rem;
  font-weight: 500;
  color: #FF5733;
  border-width: 1px;
  border-style: solid;
  border-color: #E6061F #E6061F #FFCD45 #FFCD45;
  height: 2.5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.75rem;
  margin: 0 1.75rem;
  transition: ease-out .36s;
}

.menu a:hover, .menu a.on {
  border-color: #FF5733;
  background: #FF5733;
  color: #fff;
}

.policy {
  padding-top: 1rem;
  padding-bottom: 6rem;
}

.policy .title {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 3.6rem;
}

.policy .title span {
  color: #10308F;
}

.policy ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}

.policy ul li {
  width: 32.19%;
  margin-right: 1.715%;
  margin-top: 1rem;
  cursor: pointer;
}

.policy ul li:nth-child(3n+3) {
  margin-right: 0;
}

.policy ul li div {
  position: relative;
  /* padding-bottom: 66.8%; */
  padding-bottom: 56.25%;
  border-radius: .5rem;
  overflow: hidden;
}

.policy ul li div > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: ease-out .5s;
}

.policy ul li i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.policy ul li i img {
  width: 4.4rem;
  transition: ease-out .36s;
}

.policy ul li i img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.policy ul li:hover div > img {
  transform: scale(1.1);
}

.policy ul li:hover i img {
  opacity: 0;
}

.policy ul li:hover i img:nth-child(2) {
  opacity: 1;
}

.learning {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3.25rem;
  padding-bottom: 5rem;
}

.learning_li {
  width: 23.86%;
  margin-right: 1.52%;
  margin-top: 1.75rem;
  border-radius: .75rem;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.learning_li:nth-child(4n+4) {
  margin-right: 0;
}

.learning_li i {
  display: block;
  position: relative;
  padding-bottom: 63.49%;
  overflow: hidden;
}

.learning_li i img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: ease-out .5s;
}

.learning_li .card {
  padding: .95rem 9.52%;
}

.learning_li .card h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: ease-out .36s;
}

.learning_li .card .t1 {
  font-size: 14px;
  color: gray;
  margin-top: .25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.learning_li .card .t2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #a6a6a6;
  margin-top: 1.45rem;
}

.learning_li .card .t2 b {
  font-size: 1rem;
  color: #ff5733;
  font-weight: 500;
}

.learning_li:hover i img {
  transform: scale(1.1);
}

.learning_li:hover .card h3 {
  color: #10308f;
  transform: translateY(-0.25rem);
}

.ldetails .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

.ldetails .top .left {
  width: 55.53%;
  border-radius: .75rem;
  overflow: hidden;
  position: relative;
  margin-left: 3.33%;
  cursor: pointer;
}

.ldetails .top .left > img {
  width: 100%;
  transition: ease-out .5s;
}

.ldetails .top .left span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ldetails .top .left span img {
  width: 4rem;
  transition: ease-out .36s;
}

.ldetails .top .left span img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.ldetails .top .left:hover > img {
  transform: scale(1.05);
}

.ldetails .top .left:hover span img {
  opacity: 0;
}

.ldetails .top .left:hover span img:nth-child(2) {
  opacity: 1;
}

.ldetails .top .right {
  width: 36.36%;
}

.ldetails .top .right h3 span {
  font-size: 1.5rem;
  font-weight: 500;
  background: linear-gradient(to right, #10308f 0%, #90d4f5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.ldetails .top .right .name {
  font-size: .9rem;
  color: #333333;
  margin-top: .9rem;
  font-weight: 500;
}

.ldetails .top .right .text {
  font-size: .9rem;
  line-height: 1.88;
  color: #333333;
  margin-top: 1.5rem;
}

.ldetails .top .right .text p {
  position: relative;
}

.ldetails .top .right .text p::after {
  content: '';
  position: absolute;
  left: -1.1rem;
  top: .6rem;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #10308f 0%, #90d4f5 100%);
}

.ldetails .top .right a {
  width: 9.1rem;
  line-height: 2.1rem;
  border-radius: .75rem;
  background: #ff5733;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 1.1rem;
}

.ldetails .top .right a span {
  display: block;
  transition: ease-out .36s;
}

.ldetails .top .right a:hover span {
  transform: translateX(0.25rem);
}

.ldetails .bottom {
  background: #f5f5f4;
  padding: 1.4rem 0 6rem 0;
}

.ldetails .bottom .container {
  display: flex;
  justify-content: space-between;
  /* align-items: start; */
}

.ldetails .bottom .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
}

.ldetails .bottom .left {
  width: 60.37%;
  background: white;
  border: 1px solid #e6e6e6;
  padding: 1.35rem 1.6rem;
}

.ldetails .bottom .left .img {
  margin-top: 2.5rem;
}

.ldetails .bottom .left .img img {
  width: 100%;
  max-width: 33rem;
  margin: 0 auto;
}

.ldetails .bottom .right {
  width: 37.72%;
  position: relative;
}

.ldetails .bottom .right > div {
  background: white;
  border: 1px solid #e6e6e6;
  padding: 1.35rem 1.6rem;
}

.ldetails .bottom .right .ul {
  padding-top: 1rem;
}

.ldetails .bottom .learning_li {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  max-width: 21.1rem;
  margin-top: 1.5rem;
}

.ldetails .bottom .learning_li .card {
  padding: .75rem 6.39%;
}

.ldetails .bottom .learning_li .card h3 {
  font-size: 1.2rem;
}

.ldetails .bottom .learning_li .card div {
  font-size: .9rem;
}

.ldetails .bottom .learning_li .card .t1 {
  margin-top: .3rem;
}

.ldetails .bottom .learning_li .card .t2 {
  font-size: .8rem;
  margin-top: .7rem;
}

.ldetails .bottom .learning_li .card .t2 b {
  font-size: 1.3rem;
}

/* #endregion */
.technology {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding-top: 2rem;
  padding-bottom: 3.8rem;
}

.technology li {
  width: 31.81%;
  margin-right: 2.285%;
  margin-top: 2.25rem;
}

.technology li:nth-child(3n+3) {
  margin-right: 0;
}

.technology li div {
  position: relative;
  padding-bottom: 90.47%;
  border-radius: .8rem;
  overflow: hidden;
}

.technology li div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: ease-out .5s;
}

.technology li:hover div img {
  transform: scale(1.05);
}

.pagination {
  margin-bottom: 5rem;
}

.pagination .page-numbar {
  display: flex;
  justify-content: center;
}

.pagination .page-numbar a {
  height: 1.8rem;
  min-width: 1.8rem;
  margin: 0 .25rem;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .5rem;
  font-size: .8rem;
  color: #333333;
  transition: ease-out .2s;
}

.pagination .page-numbar a:hover, .pagination .page-numbar a.page-num-current {
  background: rgba(16, 48, 143, 0.8);
  border-color: rgba(16, 48, 143, 0.8);
  color: #fff;
}

.piece {
  padding-top: 2.5rem;
}

.piece .pagination {
  margin-top: 4rem;
}

.news {
  padding-top: 4rem;
}

.news .ul a {
  display: flex;
  align-items: center;
  padding: 1.15rem 0;
}

.news .ul a .img {
  width: 34.77%;
  border-radius: .75rem;
  overflow: hidden;
}

.news .ul a .img img {
  width: 100%;
  height: 15.25rem;
  object-fit: contain;
  object-position: center;
  transition: ease-out .5s;
}

.news .ul a .text {
  flex: 1;
  overflow: hidden;
  padding-left: 4.46%;
}

.news .ul a .text span {
  font-size: .8rem;
  background: linear-gradient(to right, #10308f 0%, #90d4f5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.news .ul a .text h3 {
  font-size: 1.2rem;
  color: #333333;
  font-weight: 500;
  margin-top: 1.2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: ease-out .36s;
}

.news .ul a .text div {
  font-size: .9rem;
  color: gray;
  margin-top: 3.2rem;
  line-height: 1.45;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .ul a .text em {
  display: block;
  width: 8.7rem;
  height: 2.5rem;
  border-radius: .75rem;
  border: 1px solid #ff5733;
  font-size: .8rem;
  color: #ff5733;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.8rem;
  font-style: normal;
  transition: ease-out .36s;
}

.news .ul a:hover .img img {
  transform: scale(1.1);
}

.news .ul a:hover .text h3 {
  color: rgba(16, 48, 143, 0.8);
}

.news .ul a:hover em {
  background: #ff5733;
  color: #fff;
}

.news .pagination {
  margin-top: 3.5rem;
}

.ndetails {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.ndetails h1 {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 500;
  text-align: center;
}

.ndetails .time {
  font-size: .8rem;
  color: #a6a6a6;
  text-align: center;
  margin-top: 1.25rem;
}

.ndetails .text {
    font-size: 1.2rem;
  color: #333;
  line-height: 1.46;
  margin-top: 1.1rem;
}

.ndetails .page {
  display: flex;
  justify-content: space-between;
  padding-top: 3.5rem;
}

.ndetails .page a {
  max-width: 49%;
  font-size: .9rem;
  line-height: 2;
  color: #a6a6a6;
  transition: ease-out .36s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ndetails .page a:hover {
  background: linear-gradient(to right, #10308f 0%, #90d4f5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4.35rem;
  padding-bottom: 4.35rem;
}

.contact .map {
  width: 51.51%;
  border-radius: .75rem;
  overflow: hidden;
}

.contact .map img {
  width: 100%;
}

.contact .text {
  width: 42.42%;
}

.contact .text .tit {
  border-bottom: 1px solid #ff5733;
  padding-bottom: .9rem;
}

.contact .text .tit span {
  font-size: 1.5rem;
  font-weight: 500;
  background: linear-gradient(to right, #10308f 0%, #90d4f5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.contact .text .tit div {
  font-size: .8rem;
  font-weight: 300;
  margin-top: .35rem;
}

.contact .text .address {
  font-size: .9rem;
  line-height: 2.22;
  color: #383838;
  margin-top: 1.8rem;
}

.contact .text .img {
  width: 8.5rem;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: .7rem 0;
  margin-top: 2rem;
}

.contact .text .img img {
  width: 80%;
  margin: 0 auto;
}

.contact .text .img p {
  font-size: .9rem;
  color: #383838;
  margin-top: .7rem;
  text-align: center;
}

.case {
  padding-top: 3rem;
}

.policy ul li h3{
  font-size: 1rem;
  color: #222;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: .7rem;
  transition: ease-out .2s;
}

.policy ul li:hover h3{
  color: #10308f;
}


/* #region  */
/* #endregion */
