@media screen and (max-width: 1919px) {
  html {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 7.5px;
  }
}
@keyframes move {
  0% {
    transform: translateX(-83.33333333rem);
  }
  100% {
    transform: 0;
  }
}
@keyframes mover {
  0% {
    transform: translateX(83.33333333rem);
  }
  100% {
    transform: 0;
  }
}
@keyframes move1 {
  0% {
    transform: translateY(15.625rem);
  }
  100% {
    transform: 0;
  }
}
@keyframes move2 {
  0% {
    transform: translateY(39.0625rem);
  }
  100% {
    transform: 0;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* 背景轮播图设置 */
.banner {
  position: relative;
  margin-top: 5.72916667rem;
  height: 34.58333333rem;
  background: url(../images/banner/banner0.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 2s;
}
.banner .banner_main {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  /* 轮播图按钮 */
  /* 主营业务展示盒子 */
}
.banner .banner_main .arrow_t {
  position: absolute;
  top: 50%;
  right: 0;
  color: transparent;
}
.banner .banner_main .banner_ul {
  height: 100%;
  width: 100%;
}
.banner .banner_main .banner_ul .item {
  display: none;
}
.banner .banner_main .banner_ul li {
  float: left;
  width: 67.70833333rem;
  /* 背景轮播图上招聘小盒子 */
}
.banner .banner_main .banner_ul li .zp1 {
  position: absolute;
  left: 4.6875rem;
  padding-top: 17.70833333rem;
  box-sizing: border-box;
  animation: move 2.5s;
}
.banner .banner_main .banner_ul li .zp1 .zp_1 {
  height: 2.60416667rem;
  width: 7.03125rem;
  border: #ffffff solid 0.10416667rem;
  border-radius: 0.26041667rem;
  transition: all 0.5s;
}
.banner .banner_main .banner_ul li .zp1 .zp_1 a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .banner_main .banner_ul li .zp1 .zp_1 a span {
  flex: 30%;
  height: 1.40625rem;
  width: 1.40625rem;
  align-self: center;
  margin-left: 0.52083333rem;
  font-size: 1.40625rem;
  color: #fff;
}
.banner .banner_main .banner_ul li .zp1 .zp_1 a .zp_2 {
  flex: 70%;
}
.banner .banner_main .banner_ul li .zp1 .zp_1 a .zp_2 h5 {
  font-weight: 400;
  line-height: 2.60416667rem;
  color: #FFF;
}
.banner .banner_main .banner_ul li .zp1 .zp_1:hover {
  margin-left: 2.34375rem;
}
.banner .banner_main .banner_ul li .zp2 {
  position: absolute;
  left: 4.6875rem;
  padding-top: 17.70833333rem;
  box-sizing: border-box;
  animation: move 2.5s;
}
.banner .banner_main .banner_ul li .zp2 .zp_1 {
  height: 2.60416667rem;
  width: 7.03125rem;
  border: #063443 solid 0.10416667rem;
  border-radius: 0.26041667rem;
  transition: all 0.5s;
}
.banner .banner_main .banner_ul li .zp2 .zp_1 a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .banner_main .banner_ul li .zp2 .zp_1 a span {
  flex: 30%;
  height: 1.40625rem;
  width: 1.40625rem;
  align-self: center;
  margin-left: 0.52083333rem;
  font-size: 1.40625rem;
  color: #063443;
}
.banner .banner_main .banner_ul li .zp2 .zp_1 a .zp_2 {
  flex: 70%;
}
.banner .banner_main .banner_ul li .zp2 .zp_1 a .zp_2 h5 {
  font-weight: 400;
  line-height: 2.60416667rem;
  color: #063443;
}
.banner .banner_main .banner_ul li .zp2 .zp_1:hover {
  margin-left: 2.34375rem;
}
.banner .banner_main .banner_btn {
  position: absolute;
  top: 26.04166667em;
  left: 33.85416667rem;
}
.banner .banner_main .banner_btn li {
  float: left;
  height: 0.20833333rem;
  width: 3.22916667rem;
  margin: 1.04166667rem 0.52083333rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.26041667rem;
}
.banner .banner_main .project {
  position: absolute;
  top: 30.20833333rem;
  height: 8.80208333rem;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px;
  transition: all 2s;
}
.banner .banner_main .project ul {
  box-sizing: border-box;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
}
.banner .banner_main .project ul li {
  flex: 25%;
  padding-left: 7.8125rem;
  /* 设置边框 */
  border-right: rgba(0, 0, 0, 0.1) solid 1px;
  margin-right: -1px;
}
.banner .banner_main .project ul li:nth-child(1) a {
  animation: move1 1.5s;
}
.banner .banner_main .project ul li:nth-child(2) a {
  animation: move1 2.5s;
}
.banner .banner_main .project ul li:nth-child(3) {
  border-right: rgba(0, 0, 0, 0.6) solid 0px;
}
.banner .banner_main .project ul li:nth-child(3) a {
  animation: move1 3.5s;
}
.banner .banner_main .project ul li a {
  display: block;
  float: left;
  color: #000;
  text-align: left;
  padding-top: 1.45833333rem;
  line-height: 1.30208333rem;
  font-size: 0.83333333rem;
}
.banner .banner_main .project ul li a h3 {
  line-height: 2.60416667rem;
  font-size: 1.35416667rem;
  font-weight: 400;
}
.banner .banner_main .project ul li a h3 i {
  width: 2.08333333rem;
  height: 2.08333333rem;
  font-size: 2.08333333rem;
  vertical-align: bottom;
}
.banner .banner_main .project ul li a p {
  font-size: 0.83333333rem;
  line-height: 1.45833333rem;
}
/* 公司简介 */
.cp_profile {
  overflow: hidden;
  background-color: #ffff;
  height: 48.95833333rem;
}
.cp_profile .profile_main .cp_title {
  height: 1.5625rem;
  width: 16.40625rem;
  margin: 9.375rem auto 0;
}
.cp_profile .profile_main .cp_title h3 {
  font-weight: 800;
  line-height: 1.30208333rem;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 1.45833333rem;
}
.cp_profile .profile_main .cp_title h3 em {
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-size: 0.9375rem;
  margin-left: 0.78125rem;
  font-family: Arial, Helvetica, sans-serif;
}
.cp_profile .profile_main .xian1 {
  height: 0.15625rem;
  width: 13.64583333rem;
  box-sizing: border-box;
  border-top: rgba(148, 143, 143, 0.3) solid 0.10416667rem;
  margin: 1.5625rem auto 0;
}
.cp_profile .profile_main .xian1:hover {
  border-top: #2681ff solid 0.15625rem;
}
.cp_profile .profile_main .xian1:hover .xian_b {
  border-top: #fff solid 0.15625rem;
  border-top: rgba(173, 169, 169, 0.3) solid 0rem;
}
.cp_profile .profile_main .xian1 .xian_b {
  width: 2.60416667rem;
  height: 0.05208333rem;
  border-top: #2681ff solid 2px;
  margin-left: 5.46875rem;
  margin-top: -0.15625rem;
}
.cp_profile .profile_main .profile {
  float: left;
  height: 26.5625rem;
  margin-top: 4.6875rem;
}
.cp_profile .profile_main .profile .p_image {
  overflow: hidden;
  float: left;
  margin-right: 4.16666667rem;
  width: 38.28125rem;
  height: 26.5625rem;
}
.cp_profile .profile_main .profile .p_image img {
  float: left;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.cp_profile .profile_main .profile .p_image img:hover {
  transform: scale(1.5);
}
.cp_profile .profile_main .profile .p_content {
  float: left;
  width: 40.10416667rem;
  height: 100%;
}
.cp_profile .profile_main .profile .p_content h4 {
  margin-bottom: 2.60416667rem;
  font-weight: 800;
  font-size: 1.45833333rem;
  font-family: Microsoft YaHei;
  color: #000;
}
.cp_profile .profile_main .profile .p_content p {
  text-align: justify;
  font-size: 0.9375rem;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.8);
  /* 字体间距 */
  line-height: 1.875rem;
  letter-spacing: 2px;
  text-indent: 2em;
}
.cp_profile .profile_main .profile .p_content .understand {
  position: relative;
  z-index: 8;
  display: block;
  width: 8.54166667rem;
  height: 3.125rem;
  background: #226CFF;
  border: 0.05208333rem solid #1778ff;
  border-radius: 0.26041667rem;
  margin-top: 3.64583333rem;
}
.cp_profile .profile_main .profile .p_content .understand .box3 {
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 5px;
  width: 23px;
  height: 23px;
  background: #226CFF;
  opacity: 0.7;
  border-radius: 50%;
}
.cp_profile .profile_main .profile .p_content .understand .box4 {
  position: absolute;
  top: -18px;
  left: -5px;
  width: 25px;
  height: 25px;
  background: #226CFF;
  opacity: 0.3;
  border-radius: 50%;
}
.cp_profile .profile_main .profile .p_content .understand::before {
  position: absolute;
  top: 0.88541667rem;
  left: 1.04166667rem;
  font-family: 'iconfont';
  content: '\e90a';
  font-size: 1.40625rem;
  color: #fff;
  transition: all 0.5s;
}
.cp_profile .profile_main .profile .p_content .understand:hover::before {
  left: 1.30208333rem;
}
.cp_profile .profile_main .profile .p_content .understand .understand1 {
  position: relative;
  margin-left: 3.125rem;
}
.cp_profile .profile_main .profile .p_content .understand .understand1 h5 {
  font-weight: 400;
  line-height: 3.125rem;
  color: #fff;
}
/* 产业平台*/
.industrial_platform {
  height: 55.20833333rem;
  background: url(../images/web/Industrial_platform.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.industrial_platform section {
  position: relative;
  width: 83.33333333rem;
  margin: 0 auto;
}
.industrial_platform section .select_arrow {
  position: absolute;
  height: 4.63541667rem;
  width: 4.63541667rem;
  top: 50%;
  background: #FFF;
  border-radius: 100%;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  user-select: none;
}
.industrial_platform section .select_arrow i {
  font-size: 2.08333333rem;
  line-height: 4.63541667rem;
  color: rgba(0, 0, 0, 0.2);
}
.industrial_platform section .select_arrow:hover {
  transform: scale(1.2);
}
.industrial_platform section .right_arrow {
  /* float: right; */
  right: 0;
}
.industrial_platform section .industrial_main .IP_title {
  height: 1.5625rem;
  width: 20.3125rem;
  margin: 4.6875rem auto 0;
}
.industrial_platform section .industrial_main .IP_title h3 {
  font-weight: 600;
  line-height: 1.30208333rem;
  color: #ffffff;
  font-family: Microsoft YaHei;
  font-size: 1.45833333rem;
}
.industrial_platform section .industrial_main .IP_title h3 em {
  font-style: normal;
  color: #fff;
  font-size: 0.9375rem;
  margin-left: 1.82291667rem;
  font-family: Arial, Helvetica, sans-serif;
}
.industrial_platform section .industrial_main .xian1 {
  height: 0.15625rem;
  width: 16.66666667rem;
  box-sizing: border-box;
  border-top: rgba(173, 169, 169, 0.3) solid 0.10416667rem;
  margin: 1.5625rem auto 0;
}
.industrial_platform section .industrial_main .xian1:hover {
  border-top: #fff solid 0.15625rem;
}
.industrial_platform section .industrial_main .xian1:hover .xian_b {
  border-top: #fff solid 0.15625rem;
  border-top: rgba(173, 169, 169, 0.3) solid 0rem;
}
.industrial_platform section .industrial_main .xian1 .xian_b {
  width: 2.60416667rem;
  height: 0.05208333rem;
  border-top: #fff solid 2px;
  margin-left: 6.77083333rem;
  margin-top: -0.15625rem;
}
.industrial_platform section .industrial_main .IP_card {
  position: relative;
  height: 45.83333333rem;
  width: 72.91666667rem;
  margin-left: 5.20833333rem;
  perspective: 2500px;
  overflow: hidden;
}
@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(60deg);
  }
}
.industrial_platform section .industrial_main .IP_card .rotate {
  position: absolute;
  left: 0;
  width: 169.53125rem;
  height: 45.9375rem;
  transform-style: preserve-3d;
}
.industrial_platform section .industrial_main .IP_card .rotate .select {
  position: absolute;
  left: 0;
  float: left;
  width: 24.21875rem;
  height: 30.20833333rem;
  background-color: #FFFFFF;
  margin: 6.25rem auto 5.20833333rem;
  transition: all 0.3s;
  border-radius: 0.52083333rem;
  border: #fff solid 1px;
  box-shadow: 0px 5px 15px 10px rgba(200, 200, 200, 0.2);
}
.industrial_platform section .industrial_main .IP_card .rotate .select .card_img {
  width: 4.6875rem;
  height: 4.6875rem;
  background: url(../images/card/card_img1.png);
  background-size: 4.6875rem;
  background-position: 8.95833333rem;
  background-repeat: no-repeat;
  border-radius: 4.6875rem;
  padding: 0 9.79166667rem;
  margin-top: 1.5625rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .select .card_title {
  width: 15.625rem;
  height: 5.20833333rem;
  margin-top: 0.9375rem;
  margin-left: 4.58333333rem;
  overflow: hidden;
  border-bottom: #f0f0f0 solid 0.05208333rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .select .card_title h2 {
  font-size: 1.45833333rem;
  color: #1778ff;
  line-height: 2.1875rem;
  text-align: center;
  margin-bottom: 0.625rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .select .card_title span {
  height: 1.04166667rem;
  font-size: 1.04166667rem;
  color: #4c4c4c;
  padding: 0 1.5625rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .select .card_body ul {
  margin-top: 1.45833333rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .select .card_body ul li {
  padding: 0 0 2.08333333rem 5.52083333rem;
  font-size: 0.625rem;
  font-weight: 600;
  color: #c2c2c2;
}
.industrial_platform section .industrial_main .IP_card .rotate .select .card_body ul li em {
  font-size: 1.14583333rem;
  color: #2681ff;
}
.industrial_platform section .industrial_main .IP_card .rotate .select .card_btn {
  height: 2.96875rem;
  width: 10.41666667rem;
  margin-left: 6.77083333rem;
  background: #226CFF;
  border: #226CFF solid 0.05208333rem;
  border-radius: 0.26041667rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .select .card_btn a {
  display: block;
  height: 2.96875rem;
  width: 10.41666667rem;
  line-height: 2.96875rem;
  text-align: center;
  font-size: 0.83333333rem;
  color: #ffffff;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card0 {
  left: 0;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card0 .card_img {
  width: 4.6875rem;
  height: 4.6875rem;
  background: url(../images/card/card_img2.png);
  background-size: 4.6875rem;
  background-position: 9.79166667rem;
  background-repeat: no-repeat;
  border-radius: 4.6875rem;
  padding: 0 9.79166667rem;
  margin-top: 1.5625rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card1 {
  left: 24.32291667rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card1 .card_img {
  width: 4.6875rem;
  height: 4.6875rem;
  background: url(../images/card/card_img3.png);
  background-size: 4.6875rem;
  background-position: 9.79166667rem;
  background-repeat: no-repeat;
  border-radius: 4.6875rem;
  padding: 0 9.79166667rem;
  margin-top: 1.5625rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card2 {
  left: 48.64583333rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card2 .card_img {
  width: 4.6875rem;
  height: 4.6875rem;
  background: url(../images/card/card_img1.png);
  background-size: 4.6875rem;
  background-position: 9.79166667rem;
  background-repeat: no-repeat;
  border-radius: 4.6875rem;
  padding: 0 9.79166667rem;
  margin-top: 1.5625rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card3 {
  left: 72.96875rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card3 .card_img {
  width: 4.6875rem;
  height: 4.6875rem;
  background: url(../images/card/card_img1.png);
  background-size: 4.6875rem;
  background-position: 9.79166667rem;
  background-repeat: no-repeat;
  border-radius: 4.6875rem;
  padding: 0 9.79166667rem;
  margin-top: 1.5625rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card4 {
  left: 97.29166667rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card4 .card_img {
  width: 4.6875rem;
  height: 4.6875rem;
  background: url(../images/card/card_img1.png);
  background-size: 4.6875rem;
  background-position: 9.79166667rem;
  background-repeat: no-repeat;
  border-radius: 4.6875rem;
  padding: 0 9.79166667rem;
  margin-top: 1.5625rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card5 {
  left: 121.61458333rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .IP_card5 .card_img {
  width: 4.6875rem;
  height: 4.6875rem;
  background: url(../images/card/card_img1.png);
  background-size: 4.6875rem;
  background-position: 9.79166667rem;
  background-repeat: no-repeat;
  border-radius: 4.6875rem;
  padding: 0 9.79166667rem;
  margin-top: 1.5625rem;
}
.industrial_platform section .industrial_main .IP_card .rotate .current_shadow {
  transform: scale(1.2);
  box-shadow: 1px 10px 20px 10px rgba(200, 200, 200, 0.2);
  z-index: 1;
}
/* 新闻资讯 */
.news {
  height: 39.0625rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.news .news_main .news_header {
  height: 6.51041667rem;
}
.news .news_main .news_header .news_title {
  float: left;
  height: 1.30208333rem;
  width: 21.875rem;
  margin: 4.6875rem 0 0 0px;
}
.news .news_main .news_header .news_title h3 {
  font-weight: 800;
  line-height: 1.30208333rem;
  color: #0A2143;
  font-family: Microsoft YaHei;
  font-size: 1.45833333rem;
  animation: move 2.5s paused;
}
.news .news_main .news_header .news_title h3 em {
  font-weight: 600;
  font-style: normal;
  color: #0A2143;
  font-size: 0.9375rem;
  margin-left: 0.78125rem;
  font-family: Arial, Helvetica, sans-serif;
}
.news .news_main .news_header .news_title .xian1 {
  height: 0.15625rem;
  width: 12.55208333rem;
  box-sizing: border-box;
  border-top: rgba(148, 143, 143, 0.3) solid 2px;
  margin: 1.45833333rem 0 0 1.61458333rem;
  animation: move 2.5s paused;
}
.news .news_main .news_header .news_title .xian1:hover {
  border-top: #0A2143 solid 0.15625rem;
}
.news .news_main .news_header .news_title .xian1:hover .xian_b {
  border-top: #fff solid 0.15625rem;
  border-top: rgba(173, 169, 169, 0.3) solid 0rem;
}
.news .news_main .news_header .news_title .xian1 .xian_b {
  width: 2.60416667rem;
  height: 0.05208333rem;
  border-top: #0A2143 solid 0.15625rem;
  margin-left: 4.16666667rem;
  margin-top: -0.15625rem;
}
.news .news_main .news_header .news_nav {
  float: right;
  margin: 4.6875rem 0 0;
  animation: mover 2.5s paused;
}
.news .news_main .news_header .news_nav a {
  line-height: 1.82291667rem;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #021831;
  opacity: 0.43;
}
.news .news_main .news_header .news_nav ul {
  float: left;
  margin: 0 2.08333333rem;
}
.news .news_main .news_header .news_nav ul li {
  float: left;
  width: 8.33333333rem;
  margin: 0 1.30208333rem;
  background: #dfdfdf;
  font-size: 0.9375rem;
  color: #000;
  line-height: 2.8125rem;
  text-align: center;
  border-radius: 1.40625rem;
  cursor: pointer;
}
.news .news_main .news_header .news_nav ul li:first-of-type {
  background: #0A2143;
  color: #fff;
  font-weight: 800;
}
.news .news_main .news_body {
  height: 24.21875rem;
  margin: 3.75rem auto 0;
  background: #f7f7f7;
  animation: move2 1.5s paused;
}
.news .news_main .news_body .news_banner {
  position: relative;
  float: left;
  width: 34.375rem;
  height: 24.21875rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.news .news_main .news_body .news_banner ul {
  position: absolute;
  height: 24.21875rem;
  top: 0;
  left: 0;
  width: 600%;
}
.news .news_main .news_body .news_banner ul li {
  float: left;
  width: 34.375rem;
  height: 24.21875rem;
}
.news .news_main .news_body .news_banner ul li img {
  height: 100%;
  width: 100%;
}
.news .news_main .news_body .news_banner .arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 24px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}
.news .news_main .news_body .news_banner .arrow-r {
  right: 0;
}
.news .news_main .news_body .news_banner .banner_foot {
  position: absolute;
  height: 2.08333333rem;
  width: 100%;
  top: 22.13541667rem;
  background: rgba(0, 0, 0, 0.6);
}
.news .news_main .news_body .news_banner .banner_foot h2 {
  position: absolute;
  width: 17.1875rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.83333333rem;
  line-height: 2.08333333rem;
  padding: 0 1.04166667rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_main .news_body .news_banner .circle {
  position: absolute;
  width: 8.59375rem;
  padding: 0 0.26041667rem;
  top: 22.13541667rem;
  right: 0;
}
.news .news_main .news_body .news_banner .circle li {
  float: left;
  height: 0.15625rem;
  width: 15%;
  margin: 0.9375rem 0.26041667rem;
  background: #575756;
  border-radius: 25%;
  cursor: pointer;
}
.news .news_main .news_body .news_banner .circle .current {
  background-color: #fff;
}
.news .news_main .news_body .news_content1 {
  float: left;
  box-sizing: border-box;
  width: 25rem;
  height: 24.21875rem;
  padding: 0 1.82291667rem;
}
.news .news_main .news_body .news_content1 ul {
  animation: move2 2.5s paused;
}
.news .news_main .news_body .news_content1 ul li {
  height: 11.66666667rem;
  margin-bottom: 0.83333333rem;
  background: #FFFFFF;
  transition: all 1s;
}
.news .news_main .news_body .news_content1 ul li .nc1_a {
  display: block;
}
.news .news_main .news_body .news_content1 ul li .content_title {
  height: 4.16666667rem;
  width: 15.625rem;
  padding: 1.5625rem 0;
  margin: 0 2.60416667rem;
  border-bottom: rgba(0, 0, 0, 0.1) solid 0.05208333rem;
}
.news .news_main .news_body .news_content1 ul li .content_title h4 {
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_main .news_body .news_content1 ul li .content_title p {
  margin: 0.78125rem 0;
  padding-right: 0.78125rem;
  font-size: 0.625rem;
  line-height: 1.04166667rem;
  color: #999999;
}
.news .news_main .news_body .news_content1 ul li .new_date {
  float: left;
  height: 3.38541667rem;
  width: 3.38541667rem;
  margin: 0.78125rem 0 0 2.86458333rem;
  color: #000000;
}
.news .news_main .news_body .news_content1 ul li .new_date h3 {
  margin-left: 0.52083333rem;
  height: 1.04166667rem;
}
.news .news_main .news_body .news_content1 ul li .new_date em {
  font-size: 0.625rem;
  color: #000000;
}
.news .news_main .news_body .news_content1 ul li .new_arrow {
  float: right;
  height: 1.30208333rem;
  width: 1.30208333rem;
  margin: 1.5625rem 4.16666667rem 0 0;
  transition: all 1s;
}
.news .news_main .news_body .news_content1 ul li .new_arrow span {
  font-size: 1.30208333rem;
  color: #b2b2b2;
}
.news .news_main .news_body .news_content1 ul li:nth-child(2) {
  margin-bottom: 0rem;
}
.news .news_main .news_body .news_content1 ul .new_current {
  background: #0A2143;
  color: #ffffff;
}
.news .news_main .news_body .news_content1 ul .new_current .content_title {
  border-bottom: rgba(255, 255, 255, 0.3) solid 0.05208333rem;
}
.news .news_main .news_body .news_content1 ul .new_current .content_title h4 {
  color: #fff;
}
.news .news_main .news_body .news_content1 ul .new_current .content_title p {
  color: #fff;
}
.news .news_main .news_body .news_content1 ul .new_current .new_date {
  color: #fff;
}
.news .news_main .news_body .news_content1 ul .new_current .new_date em {
  color: #fff;
}
.news .news_main .news_body .news_content1 ul .new_current .new_arrow {
  transform: scale(1.2);
}
.news .news_main .news_body .news_content1 ul .new_current .new_arrow span {
  color: #fff;
}
.news .news_main .news_body .news_content2 {
  float: left;
  position: relative;
  width: 23.48958333rem;
  height: 24.21875rem;
  overflow: hidden;
  transition: all 1s;
}
.news .news_main .news_body .news_content2 ul {
  position: absolute;
  right: 0;
  top: 0;
  animation: move2 3.5s paused;
}
.news .news_main .news_body .news_content2 ul li {
  height: 7.8125rem;
  margin-bottom: 0.26041667rem;
  background: #FFF;
}
.news .news_main .news_body .news_content2 ul li .nc2_a {
  display: block;
  height: 100%;
  transition: all 1s;
}
.news .news_main .news_body .news_content2 ul li .nc2_a .new_date {
  float: left;
  height: 3.90625rem;
  width: 5.72916667rem;
  margin: 2.34375rem 0 0 0px;
  border-right: #f5f5f5 solid 0.05208333rem;
}
.news .news_main .news_body .news_content2 ul li .nc2_a .new_date h2 {
  font-size: 1.25rem;
  color: #000;
  line-height: 2.60416667rem;
  margin-left: 1.30208333rem;
}
.news .news_main .news_body .news_content2 ul li .nc2_a .new_date em {
  font-size: 0.625rem;
  color: #000;
  margin-left: 1.30208333rem;
  opacity: 0.7;
}
.news .news_main .news_body .news_content2 ul li .nc2_a .new_title {
  float: left;
  width: 65%;
  height: 100%;
  text-align: left;
}
.news .news_main .news_body .news_content2 ul li .nc2_a .new_title h4 {
  margin-top: 2.34375rem;
  padding: 0rem 1.5625rem;
  font-size: 0.83333333rem;
  font-weight: 600;
  color: #000;
}
.news .news_main .news_body .news_content2 ul li .nc2_a .new_title em {
  padding: 0 1.5625rem;
  color: #d0d0d0;
}
.news .news_main .news_body .news_content2 ul li:hover {
  background: #0A2143;
}
.news .news_main .news_body .news_content2 ul li:hover .new_date {
  border-right: #fff solid 0.05208333rem;
}
.news .news_main .news_body .news_content2 ul li:hover .new_date h2 {
  color: #fff;
}
.news .news_main .news_body .news_content2 ul li:hover .new_date em {
  color: #fff;
}
.news .news_main .news_body .news_content2 ul li:hover .new_title h4 {
  color: #fff;
}
.news .news_main .news_body .news_content2 ul li:hover .new_title em {
  color: #fff;
}
.news .news_main .news_body .news_content2 ul li:nth-child(3) {
  margin-bottom: 0;
}
/* 合作伙伴 */
.cooperative_partner {
  display: flex;
  justify-content: center;
  height: 20.83333333rem;
  background: #ffffff;
}
.cooperative_partner .cooperative {
  position: relative;
  width: 83.33333333rem;
  height: 13.02083333rem;
  background: #ffffff;
  margin: 7.55208333rem auto 0;
  border-top: #c4c6c8 dotted 2px;
  /* 合作伙伴图片盒子 */
}
.cooperative_partner .cooperative .partner {
  position: absolute;
  top: -1.875rem;
  left: 36.45833333rem;
  width: 15.625rem;
  height: 3.75rem;
  background: #ffffff;
}
.cooperative_partner .cooperative .partner h1 {
  font-size: 1.45833333rem;
  line-height: 3.75rem;
  text-align: center;
  color: #f5f5f5;
}
.cooperative_partner .cooperative .partner em {
  position: absolute;
  top: 1.25rem;
  left: 3.38541667rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1778ff;
  font-size: 1.45833333rem;
}
.cooperative_partner .cooperative .partner em span {
  color: #000;
}
.cooperative_partner .cooperative .cp_img {
  width: 100%;
  height: 6.25rem;
  margin: 4.94791667rem auto 0;
}
.cooperative_partner .cooperative .cp_img ul li {
  margin: 0 1.04166667rem;
  float: left;
  background-color: #fff;
  text-align: center;
}
.cooperative_partner .cooperative .cp_img ul li .partner_lg {
  position: relative;
  transition: all 2s linear;
  display: block;
}
.cooperative_partner .cooperative .cp_img ul li .partner_lg img {
  width: 90%;
}
.cooperative_partner .cooperative .cp_img ul li .partner_lg:hover .partner_lg_img_hover {
  transform: scale(1.1);
}
