.fadein_search {
  display: none;
}
.crumb{display: none;margin-left: 10px;}
.crumb.list-crumb{display: block;}
.crumb { font-size: 0.16rem; padding: 0 0.03rem; color: #a6a6a6;}
.crumb a{color: #a6a6a6;}

.article-content p{ font-size: 0.18rem; line-height: 1.5em;}
.fadein_search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99992;
  display: none;
}
.fadein_search .box {
  position: relative;
  width: 100%;
}
.fadein_search .box .closes {
  width: 0.3rem;
  position: absolute;
  cursor: pointer;
  right: 7.1rem;
  top: -0.5rem;
}
.fadein_search .child {
  width: 4.9rem;
  height: 0.6rem;
  background: #fff;
  margin: 0 auto;
  display: flex;
  border-radius: 0.06rem;
  position: relative;
  overflow: hidden;
}
.fadein_search .child input[type="text"] {
  width: 100%;
  height: 100%;
  font-family: sr;
  border: none;
  outline: none;
  background: none;
  font-size: 0.16rem;
  padding-left: 0.2rem;
}
.fadein_search .child input[type="submit"] {
  width: 1rem;
  height: 100%;
  font-family: sr;
  font-size: 0.16rem;
  background: #3572ce;
  color: #fff;
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  right: 0;
  top: 0;
  z-index: 99;
  border: none;
  outline: none;
}

.mobile_fade {
  display: none;
}

.content {
  width: 100%;
  overflow: hidden;
}
.content .null {
  height: 1.32rem;
}
.content .header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 1.32rem;
  background: linear-gradient(black, rgba(0, 0, 0, 0));
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.content .header .search {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #2a82e4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 0.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.92rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url(../images/site6.png);
}
.content .header .search{display: none;}
.content .header.ons1 .search {display: block;} 
.content .header.ons1 {
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.content .header.ons1 .m .logo {
  background-image: url(../images/logos.png);
}
.content .header.ons1 .m .menu {
  background-image: url(../images/menus.png);
}
.content .header.ons1 .m > ul > li::after {
  background: #2a82e4;
}
.content .header.ons1 .m > ul > li.on > a {
  color: #316abc;
}
.content .header.ons1 .m > ul > li:hover > a {
  color: #316abc;
}
.content .header.ons1 .m > ul > li > a {
  color: gray;
}
.content .header.ons {
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.content .header.ons .m .logo {
  background-image: url(../images/logos.png);
}
.content .header.ons .m .menu {
  background-image: url(../images/menus.png);
}
.content .header.ons .m > ul > li::after {
  background: #2a82e4;
}
.content .header.ons .m > ul > li.on > a {
  color: #316abc;
}
.content .header.ons .m > ul > li:hover > a {
  color: #316abc;
}
.content .header.ons .m > ul > li > a {
  color: gray;
}
.content .header .menu {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(../images/menu.png);
  position: absolute;
  right: 0.39rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-size: 100% 100%;
}
.content .header .menu.on {
  background-image: url(../images/close_01.png) !important;
}
.content .header .m {
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .header .m .logo {
  width: 3.68rem;
  height: 0.93rem;
  background-size: 100% 100%;
  background-image: url(../images/logo.png);
  display: block;
}
.content .header .m > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.content .header .m > ul > li {
  height: 100%;
  margin-left: 0.44rem;
  position: relative;
}
.content .header .m > ul > li:hover .showslide {
  top: 100%;
  visibility: inherit;
  opacity: 1;
}
.content .header .m > ul > li .showslide {
  overflow: hidden;
  width: 2.5rem;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 0.33rem 0 0.2rem 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), white);
  border-radius: 0 0 0.1rem 0.1rem;
  opacity: 0;
  visibility: hidden;
  top: 120%;
}
.content .header .m > ul > li .showslide .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.76rem;
  height: 0.76rem;
  margin: 0 auto;
  background: #ebf4ff;
  border-radius: 50%;
}
.content .header .m > ul > li .showslide .icon img {
  width: 0.35rem;
  display: block;
}
.content .header .m > ul > li .showslide .link {
  overflow: hidden;
}
.content .header .m > ul > li .showslide .link a {
  width: 2rem;
  margin: 0 auto;
  height: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
  font-size: 0.2rem;
  transition: all 0.1s;
  color: black;
  margin-top: 0.18rem;
}
.content .header .m > ul > li .showslide .link a:hover {
  color: #fff;
  font-weight: bold;
  background: #1268c9;
}
.content .header .m > ul > li .showslide .link a.on {
  color: #fff;
  font-weight: bold;
  background: #1268c9;
}
.content .header .m > ul > li::after {
  content: "";
  width: 0%;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
  bottom: 0.39rem;
  background: #fff;
}
.content .header .m > ul > li.on::after {
  width: 100%;
}
.content .header .m > ul > li:hover::after {
  width: 100%;
}
.content .header .m > ul > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  position: relative;
  color: #fff;
}
.content .banner {
  width: 100%;
  height: 8.8rem;
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.content .banner .search {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.content .banner .search .m {
  width: 14.4rem;
  margin: 0 auto;
  height: 0.8rem;
  background: #f2f6fc;
  display: flex;
  justify-content: space-between;
}
.content .banner .search .m .fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.53rem 0 0.35rem;
  width: calc(100% - 2.5rem);
}
.content .banner .search .m .fl p {
  font-size: 0.26rem;
  color: #a8a8a8;
}
.content .banner .search .m .fl div {
  display: flex;
  height: 100%;
  align-items: center;
}
.content .banner .search .m .fl div span {
  font-size: 0.18rem;
  color: #a8a8a8;
}
.content .banner .search .m .fl div ul {
  display: flex;
  align-items: center;
}
.content .banner .search .m .fl div ul li {
  overflow: hidden;
  margin-left: 0.19rem;
}
.content .banner .search .m .fl div ul li a {
  height: 0.33rem;
  font-size: 0.18rem;
  color: #474747;
  display: inline-flex;
  transition: all 0.1s;
  align-items: center;
  padding: 0 0.2rem;
  background: #fff;
  justify-content: center;
  border-radius: 0.4rem;
}
.content .banner .search .m .fl div ul li a:hover {
  background: #2a82e4;
  color: #fff;
}
.content .banner .search .m .btn {
  width: 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #2a82e4;
  font-size: 0.32rem;
  color: #fff;
}
.content .banner .search .m .btn img {
  width: 0.39rem;
  margin-right: 0.24rem;
}
.content .main_handbook {
  overflow: hidden;
  padding: 0.4rem 0 0.8rem 0;
  background: #f2f6fc;
}
.content .main_handbook .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_handbook .m .public {
  text-align: center;
}
.content .main_handbook .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_handbook .m .box {
  width: 100%;
  margin-top: 0.4rem;
  overflow: hidden;
}
.content .main_handbook .m .box ul {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.content .main_handbook .m .box ul.on {
  display: flex;
}
.content .main_handbook .m .box ul li {
  overflow: hidden;
  width: 33.33%;
  height: 3.2rem;
  position: relative;
}
.content .main_handbook .m .box ul li:hover a img {
  transform: scale(1.05);
}
.content .main_handbook .m .box ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .main_handbook .m .box ul li a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  display: block;
  object-fit: cover;
}
.content .main_handbook .m .box ul li a div {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(18, 73, 153, 0) 0%, #124999 100%);
  padding: 0.66rem 0.28rem 0.3rem 0.28rem;
}
.content .main_handbook .m .box ul li a div span {
  display: block;
  font-size: 0.2rem;
  color: #fff;
}
.content .main_kepu_activity {
  overflow: hidden;
  width: 100%;
  padding: 0.4rem 0 0.8rem 0;
}
.content .main_kepu_activity .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_kepu_activity .m .public {
  text-align: center;
}
.content .main_kepu_activity .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_kepu_activity .m ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.04rem;
}
.content .main_kepu_activity .m ul li {
  overflow: hidden;
  width: 7.02rem;
  margin-top: 0.36rem;
  background: #fff;
  box-shadow: 0px 0px 0.2rem rgba(32, 79, 149, 0.1);
}
.content .main_kepu_activity .m ul li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.14rem;
  padding-right: 0.41rem;
}
.content .main_kepu_activity .m ul li a .picture {
  overflow: hidden;
  width: 2.4rem;
  height: 1.34rem;
}
.content .main_kepu_activity .m ul li a .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.content .main_kepu_activity .m ul li a .grow {
  flex: 1;
  overflow: hidden;
  padding-left: 0.27rem;
}
.content .main_kepu_activity .m ul li a .grow p {
  font-size: 0.18rem;
  color: #383838;
  font-weight: bold;
  line-height: 0.3rem;
}
.content .main_kepu_activity .m ul li a .grow span {
  display: block;
  font-size: 0.16rem;
  color: #2a82e4;
  margin-top: 0.2rem;
}
.content .main_kepu_video {
  overflow: hidden;
  width: 100%;
  height: 6.8rem;
  background-image: url(../images/kp3.png);
  background-size: 100% 100%;
  padding-top: 0.4rem;
}
.content .main_kepu_video .public {
  text-align: center;
}
.content .main_kepu_video .public p {
  color: #fff;
}
.content .main_kepu_video .public::after {
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}
.content .main_kepu_video .box {
  overflow: hidden;
  padding-left: 3.93rem;
  display: flex;
  align-items: flex-end;
  margin-top: 0.4rem;
}
.content .main_kepu_video .box .slide {
  flex: 1;
  overflow: hidden;
}
.content .main_kepu_video .box .slide .mySwiper {
  width: 100%;
  overflow: hidden;
}
.content .main_kepu_video .box .slide .mySwiper .swiper-slide {
  width: 6.6rem;
  margin-right: 0.36rem;
}
.content .main_kepu_video .box .slide .mySwiper .swiper-slide:last-child {
  margin-right: 0;
}
.content .main_kepu_video .box .slide .mySwiper .swiper-slide .label {
  overflow: hidden;
  width: 100%;
}
.content .main_kepu_video .box .slide .mySwiper .swiper-slide .label img {
  width: 100%;
  height: 3.7rem;
  object-fit: cover;
  display: block;
}
.content .main_kepu_video .box .slide .mySwiper .swiper-slide .label video {
  width: 100%;
  height: 3.7rem;
  object-fit: cover;
  display: block;
}
.content .main_kepu_video .box .slide .mySwiper .swiper-slide .label span {
  display: block;
  font-size: 0.2rem;
  margin-top: 0.26rem;
  color: #fff;
}
.content .main_kepu_video .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.34rem;
}
.content .main_kepu_video .box .btn img {
  display: block;
  cursor: pointer;
}
.content .main_kepu_video .box .btn p {
  font-size: 0.14rem;
  padding: 0 12px;
  color: white;
}
.content .main_kepu_video .box .btn p span {
  font-size: 0.18rem;
}
.content .main_zdqk {
  overflow: hidden;
  padding: 0.4rem 0 0.8rem 0;
}
.content .main_zdqk .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_zdqk .m .public {
  text-align: center;
}
.content .main_zdqk .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_zdqk .m .main_aclist li:hover {
  background-image: url(../images/contacts.png);
}
.content .main_yx {
  overflow: hidden;
  width: 100%;
  background-image: url(../images/contacts1.png);
  /* height: 5.8rem; */
  background-size: cover;
  background-position: center center;
  padding: 0.4rem 0 0.4rem 0;
}
.content .main_yx .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_yx .m .public {
  text-align: center;
}
.content .main_yx .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_yx .m .box {
  overflow: hidden;
  margin-top: 0.4rem;
}
.content .main_yx .m .box .date {
  display: flex;
  align-items: center;
}
.content .main_yx .m .box .date img {
  display: block;
  margin-right: 0.1rem;
}
.content .main_yx .m .box .date span {
  font-size: 0.16rem;
  color: #a6a6a6;
}
.content .main_yx .m .box p.title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #316abc;
  line-height: 0.26rem;
  margin-top: 0.26rem;
}
.content .main_yx .m .box > span {
  display: block;
  font-size: 0.18rem;
  color: gray;
  line-height: 0.4rem;
  margin-top: 0.2rem;
}
.content .main_yx .m .box .btn {
  width: 1.04rem;
  height: 0.33rem;
  margin-top: 0.4rem;
  background: #1268c9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
}
.content .main_yx .m .box .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
  width: 100%;
  height: 100%;
}
.content .main_contact_info {
  overflow: hidden;
  width: 100%;
  padding: 0.4rem 0 0.8rem 0;
}
.content .main_contact_info .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_contact_info .m .public {
  text-align: center;
}
.content .main_contact_info .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_contact_info .m .box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.content .main_contact_info .m .box .map {
  width: 6.6rem;
  background: #fff;
  box-shadow: 0px 0px 0.2rem rgba(32, 79, 149, 0.1);
  padding: 0.3rem;
}
.content .main_contact_info .m .box .map img {
  display: block;
  width: 100%;
}
.content .main_contact_info .m .box ul {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.content .main_contact_info .m .box ul li {
  width: 50%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.6rem;
}
.content .main_contact_info .m .box ul li img {
  width: 0.48rem;
}
.content .main_contact_info .m .box ul li div {
  overflow: hidden;
  padding-left: 0.2rem;
}
.content .main_contact_info .m .box ul li div p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: gray;
}
.content .main_contact_info .m .box ul li div span {
  display: block;
  font-size: 0.22rem;
  font-weight: bold;
  color: black;
  line-height: 1;
  margin-top: 0.1rem;
}
.content .page_list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0;
}
.content .page_list a {
  height: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 0.04rem;
  min-width: 0.4rem;
  padding: 0 0.12rem;
  font-size: 0.16rem;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.content .page_list a.on {
  background: #316abc;
  border: 1px solid #316abc;
  color: #fff;
}
.content .page_list a:hover {
  background: #316abc;
  border: 1px solid #316abc;
  color: #fff;
}
.content .page_list a.active {
  border: 1px solid #316abc;
  color: #316abc;
}
.content .page_list a.active:hover {
  color: #fff;
}
.content .page_list span {
  font-size: 0.16rem;
  margin: 0 0.04rem;
  color: #333333;
}
.content .page_list input {
  width: 0.52rem;
  height: 0.4rem;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  margin: 0 0.04rem;
}
.content .main_list_box {
  overflow: hidden;
  width: 100%;
  padding: 0.26rem 0 0.8rem 0;
}
.content .main_list_box .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_list_box .m .menua {
  display: flex;
  align-items: center;
}
.content .main_list_box .m .menua img {
  width: 0.17rem;
}
.content .main_list_box .m .menua ul {
  display: flex;
  align-items: center;
  margin-left: 0.13rem;
}
.content .main_list_box .m .menua ul li {
  font-size: 0.16rem;
  padding: 0 0.03rem;
  color: #a6a6a6;
}
.content .main_list_box .m .menua ul li:last-child a {
  color: #316abc;
}
.content .main_list_box .m .menua ul li:hover a {
  color: #316abc;
}
.content .main_list_box .m .menua ul li a {
  color: #a6a6a6;
}
.content .main_list_box .m .box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.32rem;
}
.content .main_list_box .m .box .main_grow {
  overflow: hidden;
  flex: 1;
  padding-left: 0.38rem;
}
.content .main_list_box .m .box .main_grow table {
  width: 100%;
  border: none;
}
.content .main_list_box .m .box .main_grow table tr {
  width: 100%;
}
.content .main_list_box .m .box .main_grow table tr th {
  font-size: 0.2rem;
  color: #316abc;
  text-align: center;
  background: #edf5ff;
  height: 0.59rem;
}
.content .main_list_box .m .box .main_grow table tr th:first-child {
  text-align: left;
  padding-left: 0.26rem;
  width: 3rem;
}
.content .main_list_box .m .box .main_grow table tr td {
  font-size: 0.2rem;
  color: #383838;
  line-height: 0.26rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.content .main_list_box .m .box .main_grow table tr td:first-child {
  text-align: left;
  padding-left: 0.26rem;
}
.content .main_list_box .m .box .main_grow table tr td a {
  width: 0.9rem;
  height: 0.32rem;
  background: linear-gradient(rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  border-radius: 0.3rem;
  font-size: 0.18rem;
  color: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
.content .main_list_box .m .box .nav {
  overflow: hidden;
  width: 3.2rem;
}
.content .main_list_box .m .box .nav ul {
  overflow: hidden;
}
.content .main_list_box .m .box .nav ul li {
  overflow: hidden;
  height: 0.7rem;
  border-bottom: 1px solid #e5e5e5;
}
.content .main_list_box .m .box .nav ul li.on a span {
  color: #316abc;
  font-weight: bold;
}
.content .main_list_box .m .box .nav ul li.on a i {
  background-image: url(../images/rrrs.png);
}
.content .main_list_box .m .box .nav ul li:hover a span {
  color: #316abc;
  font-weight: bold;
}
.content .main_list_box .m .box .nav ul li:hover a i {
  background-image: url(../images/rrrs.png);
}
.content .main_list_box .m .box .nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding: 0 0.16rem;
  box-sizing: border-box;
}
.content .main_list_box .m .box .nav ul li a span {
  font-size: 0.22rem;
  color: gray;
  transition: all 0.1s;
}
.content .main_list_box .m .box .nav ul li a i {
  width: 0.16rem;
  height: 0.16rem;
  background-size: 100% 100%;
  background-image: url(../images/rrr.png);
}
.content .main_aclist {
  display: flex;
  flex-wrap: wrap;
}
.content .main_aclist li {
  overflow: hidden;
  width: 4.56rem;
  height: 2.2rem;
  background: #f5f9ff;
  margin-right: 0.36rem;
  margin-top: 0.4rem;
  transition: all 0.2s;
  position: relative;
}
.content .main_aclist li:nth-child(3n) {
  margin-right: 0;
}
.content .main_aclist li:hover {
  background-image: url(../images/kp1.png);
  transform: translateY(-0.1rem);
  background-size: cover;
}
.content .main_aclist li:hover a .date i {
  background-image: url(../images/timess.png);
}
.content .main_aclist li:hover a .date span {
  color: #fff;
}
.content .main_aclist li:hover a p {
  color: #fff;
}
.content .main_aclist li:hover a em {
  color: #fff;
}
.content .main_aclist li a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0.4rem 0.36rem 0 0.36rem;
}
.content .main_aclist li a .date {
  display: flex;
  align-items: center;
}
.content .main_aclist li a .date i {
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  background-image: url(../images/time.png);
  background-size: 100% 100%;
}
.content .main_aclist li a .date span {
  font-size: 0.16rem;
  color: #a6a6a6;
  margin-left: 0.1rem;
}
.content .main_aclist li a p {
  font-size: 0.18rem;
  color: #383838;
  font-weight: bold;
  margin-top: 0.26rem;
  line-height: 0.3rem;
}
.content .main_aclist li a em {
  display: block;
  font-size: 0.16rem;
  position: absolute;
  left: 0.36rem;
  bottom: 0.4rem;
  color: #2a82e4;
}
.content .main_kp_article {
  overflow: hidden;
  width: 100%;
  padding: 0.4rem 0 0.8rem 0;
}
.content .main_kp_article .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_kp_article .m .public {
  text-align: center;
}
.content .main_kp_article .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_kp_article .m .box {
  width: 100%;
  margin-top: 0.4rem;
}
.content .main_kp_article .m .box .item {
  overflow: hidden;
  width: 100%;
}
.content .main_kp_article .m .box .item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .main_kp_article .m .box .item a .picture {
  overflow: hidden;
  width: 6.62rem;
  height: 3.72rem;
}
.content .main_kp_article .m .box .item a .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.content .main_kp_article .m .box .item a .grow {
  overflow: hidden;
  flex: 1;
  padding-left: 0.4rem;
  position: relative;
}
.content .main_kp_article .m .box .item a .grow .date {
  display: flex;
  align-items: center;
}
.content .main_kp_article .m .box .item a .grow .date img {
  display: block;
  margin-right: 0.1rem;
}
.content .main_kp_article .m .box .item a .grow .date span {
  font-size: 0.16rem;
  color: #a6a6a6;
}
.content .main_kp_article .m .box .item a .grow p {
  font-size: 0.2rem;
  font-weight: bold;
  color: #316abc;
  line-height: 0.26rem;
  margin-top: 0.26rem;
}
.content .main_kp_article .m .box .item a .grow > span {
  display: block;
  font-size: 0.18rem;
  color: gray;
  line-height: 0.4rem;
  margin-top: 0.2rem;
}
.content .main_kp_article .m .box .item a .grow .btn {
  width: 1.04rem;
  height: 0.33rem;
  position: absolute;
  left: 0.4rem;
  bottom: 0;
  background: #1268c9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
}
.content .main_study_cooperate {
  overflow: hidden;
  width: 100%;
  background-image: url(../images/study7.png);
  background-size: cover;
  background-position: center center;
  padding: 0.4rem 0;
}
.content .main_study_cooperate .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_study_cooperate .m .public {
  text-align: center;
}
.content .main_study_cooperate .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_study_cooperate .m .box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0.14rem;
}
.content .main_study_cooperate .m .box .swiper-pagination {
  bottom: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.content .main_study_cooperate .m .box .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: none;
  border: 1px solid #7ab8ff;
  margin: 0;
  border-radius: 50%;
  margin: 0 0.04rem;
}
.content .main_study_cooperate .m .box .swiper-pagination-bullet-active {
  background: #2a82e4;
  border: 1px solid #2a82e4;
}
.content .main_study_cooperate .m .box .mySwiper1 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 0.5rem;
}
.content .main_study_cooperate .m .box .item {
  overflow: hidden;
  width: 100%;
  padding: 0.26rem 0;
  border-bottom: 1px dashed #a6a6a6;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content .main_study_cooperate .m .box .item .icon {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.content .main_study_cooperate .m .box .item .grow {
  overflow: hidden;
  flex: 1;
  padding-left: 0.2rem;
}
.content .main_study_cooperate .m .box .item .grow p {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #383838;
}
.content .main_study_cooperate .m .box .item .grow .lab {
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
}
.content .main_study_cooperate .m .box .item .grow .lab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.24rem;
  min-width: 0.99rem;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  border-radius: 0.02rem;
  color: #1268c9;
  background: #fff;
}
.content .main_study_cooperate .m .box .item .grow .lab em {
  font-size: 0.16rem;
  color: #316abc;
  margin-left: 0.2rem;
  font-weight: bold;
}
.content .main_study_achievement {
  overflow: hidden;
  width: 100%;
  background-image: url(../images/study1.png);
  height: 5.4rem;
  background-size: 100% 100%;
  background-position: center center;
  padding: 0.4rem 0 0 0;
}
.content .main_study_achievement .public {
  text-align: center;
}
.content .main_study_achievement .public p {
  color: #fff;
}
.content .main_study_achievement .public::after {
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}
.content .main_study_achievement .m {
  width: 14.4rem;
  margin: 0 auto;
  overflow: hidden;
}
.content .main_study_achievement .m ul {
  width: 100%;
  display: flex;
  margin-top: 0.6rem;
}
.content .main_study_achievement .m ul li {
  flex: 1;
  height: 2.2rem;
  padding-top: 0.5rem;
  position: relative;
  background: #0543a1;
}
.content .main_study_achievement .m ul li:nth-child(2) {
  background: #1e7ae3;
}
.content .main_study_achievement .m ul li:nth-child(3) {
  background: #1668cc;
}
.content .main_study_achievement .m ul li:nth-child(4) {
  background: #3897eb;
}
.content .main_study_achievement .m ul li span {
  font-size: 0.7rem;
  position: absolute;
  left: 0.28rem;
  top: 0.18rem;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .main_study_achievement .m ul li .icon {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.content .main_study_achievement .m ul li .icon img {
  display: block;
  max-width: 80%;
}
.content .main_study_achievement .m ul li p {
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin-top: 0.29rem;
  color: #fff;
}
.content .main_study_product {
  overflow: hidden;
  width: 100%;
  background: #f2f6fc;
  padding: 0.4rem 0 0.6rem 0;
}
.content .main_study_product .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_study_product .m .public {
  text-align: center;
}
.content .main_study_product .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_study_product .m .box {
  overflow: hidden;
  width: 100%;
}
.content .main_study_product .m .box .item {
  width: 100%;
  display: flex;
  margin-top: 0.4rem;
  justify-content: space-between;
  display: none;
}
.content .main_study_product .m .box .item.on {
  display: flex;
}
.content .main_study_product .m .box .item ul {
  overflow: hidden;
}
.content .main_study_product .m .box .item ul li {
  position: relative;
}
.content .main_study_product .m .box .item ul li:last-child::after {
  display: none;
}
.content .main_study_product .m .box .item ul li::after {
  content: "";
  height: 100%;
  border: 1px dashed #2a82e4;
  position: absolute;
  left: 0.07rem;
  top: 0.16rem;
}
.content .main_study_product .m .box .item ul li a {
  display: flex;
  padding-bottom: 0.36rem;
  box-sizing: border-box;
  align-items: flex-start;
}
.content .main_study_product .m .box .item ul li:hover .font p {
  color: #316abc;
  font-weight: bold;
}
.content .main_study_product .m .box .item ul li .dot {
  width: 0.16rem;
  height: 0.16rem;
  transform: translateY(0.03rem);
  background-image: url(../images/dot_03.jpg);
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
}
.content .main_study_product .m .box .item ul li .font {
  overflow: hidden;
  width: 3.94rem;
  margin-left: 0.16rem;
}
.content .main_study_product .m .box .item ul li .font p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.1s;
}
.content .main_study_product .m .box .item ul li .font div {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
.content .main_study_product .m .box .item ul li .font div span {
  font-size: 0.16rem;
  display: block;
  line-height: 0.3rem;
  color: gray;
  margin-right: 0.2rem;
}
.content .desc_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}
.content .desc_tab div {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  color: black;
  height: 0.46rem;
  cursor: pointer;
  padding: 0 0.26rem;
  transition: all 0.1s;
  margin: 0 0.38rem;
}
.content .desc_tab div.on {
  background: #1268c9;
  color: #fff;
}
.content .desc_tab div:hover {
  background: #1268c9;
  color: #fff;
}
.content .main_study_direction {
  overflow: hidden;
  width: 100%;
  padding: 0.4rem 0;
}
.content .main_study_direction .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_study_direction .m .public {
  text-align: center;
}
.content .main_study_direction .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_study_direction .m .box {
  width: 100%;
  position: relative;
  display: flex;
}
.content .main_study_direction .m .box .btn {
  cursor: pointer;
  width: 0.26rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.content .main_study_direction .m .box .btn.prev {
  left: -1.04rem;
}
.content .main_study_direction .m .box .btn.next {
  right: -1.04rem;
}
.content .main_study_direction .m .box .mySwiper {
  width: 100%;
  overflow: hidden;
}
.content .main_study_direction .m .box .mySwiper .swiper-slide {
  width: 3.33rem;
  padding: 0.4rem 0;
  margin-right: 0.36rem;
}
.content .main_study_direction .m .box .mySwiper .swiper-slide:last-child {
  margin-right: 0;
}
.content .main_study_direction .m .box .mySwiper .swiper-slide .label {
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 0.2rem rgba(32, 79, 149, 0.1);
  background: #fff;
}
.content
  .main_study_direction
  .m
  .box
  .mySwiper
  .swiper-slide
  .label:hover
  .picture
  img {
  transform: scale(1.03);
}
.content .main_study_direction .m .box .mySwiper .swiper-slide .label .picture {
  overflow: hidden;
  width: 100%;
  height: 2.14rem;
}
.content
  .main_study_direction
  .m
  .box
  .mySwiper
  .swiper-slide
  .label
  .picture
  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s;
}
.content .main_study_direction .m .box .mySwiper .swiper-slide .label .info {
  overflow: hidden;
  width: 100%;
  padding: 0.25rem 0.32rem;
  min-height: 2.06rem;
  position: relative;
}
.content .main_study_direction .m .box .mySwiper .swiper-slide .label .info p {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #383838;
}
.content
  .main_study_direction
  .m
  .box
  .mySwiper
  .swiper-slide
  .label
  .info
  .font {
  overflow: hidden;
  padding-top: 0.11rem;
  height: 0.89rem;
}
.content
  .main_study_direction
  .m
  .box
  .mySwiper
  .swiper-slide
  .label
  .info
  .font
  span {
  display: block;
  font-size: 0.18rem;
  color: gray;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content
  .main_study_direction
  .m
  .box
  .mySwiper
  .swiper-slide
  .label
  .info
  .btns {
  width: 1.04rem;
  height: 0.33rem;
  background: #1268c9;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
}
.content .main_site_info {
  width: 100%;
  padding: 0.46rem 0 0.8rem 0;
}
.content .main_site_info .m {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
}
.content .main_site_info .m .public {
  text-align: center;
}
.content .main_site_info .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_site_info .m .map {
  width: 6rem;
  position: absolute;
  right: 0;
  bottom: -2.3rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.content .main_site_info .m .font {
  width: 7.8rem;
  margin-top: 0.2rem;
}
.content .main_site_info .m .font p {
  display: block;
  font-size: 0.18rem;
  color: #383838;
  line-height: 0.5rem;
  text-indent: 0.4rem;
  margin-top: 0.55rem;
}
.content .main_data_service {
  overflow: hidden;
  width: 100%;
  padding: 0.4rem 0;
}
.content .main_data_service .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_data_service .m .public {
  text-align: center;
}
.content .main_data_service .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_data_service .m ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.44rem;
}
.content .main_data_service .m ul li {width: 50%;}
.content .main_data_service .m ul li  a{
  overflow: hidden;
  display: flex;
  padding: 0.4rem 0;
  align-items: flex-start;
}
.content .main_data_service .m ul li img {
  width: 0.41rem;
}
.content .main_data_service .m ul li div {
  overflow: hidden;
  width: 6.1rem;
  margin-left: 0.31rem;
}
.content .main_data_service .m ul li div p {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.27rem;
  color: black;
  font-weight: bold;
}
.content .main_data_service .m ul li div span {
  display: block;
  font-size: 0.18rem;
  color: gray;
  line-height: 0.3rem;
  margin-top: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.content .main_data_box {
  width: 100%;
  background: #f2f6fc;
  padding: 0.4rem 0 0.24rem 0;
}
.content .main_data_box .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_data_box .m .public {
  text-align: center;
}
.content .main_data_box .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_data_product {
  width: 100%;
  padding: 0.4rem 0 0.8rem 0;
}
.content .main_data_product .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_data_product .m .public {
  text-align: center;
}
.content .main_data_product .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_data_product .m .fade {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}
.content .main_data_product .m .fade .item {
  display: block;
  width: 100%;
  display: none;
}
.content .main_data_product .m .fade .item.on {
  display: block;
}
.content .main_data_product .m .tabbar {
  display: flex;
  overflow: hidden;
}
.content .main_data_product .m .tabbar div {
  flex: 1;
  display: flex;
  height: 1.2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  margin-top: 0.4rem;
  position: relative;
  cursor: pointer;
  color: #383838;
  background: #e2edfd;
}
.content .main_data_product .m .tabbar div.on {
  background-image: linear-gradient(to right, #3b7be4, #0853cc);
  font-weight: bold;
  color: #fff;
}
.content .main_data_product .m .tabbar div.on::after {
  content: "";
  width: 0.54rem;
  height: 0.54rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0.34rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/datas2.png);
}
.content .main_data_product .m .tabbar div:nth-child(2) {
  background: #eaf1fc;
}
.content .main_data_product .m .tabbar div:nth-child(2).on {
  background-image: linear-gradient(to right, #3b7be4, #0853cc);
  font-weight: bold;
  color: #fff;
}
.content .main_data_product .m .tabbar div:nth-child(2).on::after {
  content: "";
  width: 0.54rem;
  height: 0.54rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0.34rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/datas2.png);
}
.content .main_data_product .m .tabbar div:nth-child(3) {
  background: #f3f6fd;
}
.content .main_data_product .m .tabbar div:nth-child(3).on {
  background-image: linear-gradient(to right, #3b7be4, #0853cc);
  font-weight: bold;
  color: #fff;
}
.content .main_data_product .m .tabbar div:nth-child(3).on::after {
  content: "";
  width: 0.54rem;
  height: 0.54rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0.34rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/datas2.png);
}
.content .main_content {
  width: 100%;
  padding-bottom: 0.6rem;
}
.content .main_content .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content .main_content .box .label {
  overflow: hidden;
  width: 4.56rem;
  margin-top: 0.58rem;
  background: #fff;
  margin-right: 0.36rem;
  box-shadow: 0px 0px 0.2rem rgba(32, 79, 149, 0.1);
}
.content .main_content .box .label:nth-child(3n) {
  margin-right: 0;
}
.content .main_content .box .label:hover .picture img {
  transform: scale(1.03);
}
.content .main_content .box .label .picture {
  overflow: hidden;
  width: 100%;
  height: 2.56rem;
}
.content .main_content .box .label .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s;
}
.content .main_content .box .label .info {
  overflow: hidden;
  padding: 0.19rem;
  min-height: 1.84rem;
}
.content .main_content .box .label .info p {
  text-align: center;
  font-size: 0.18rem;
  color: #383838;
  line-height: 0.3rem;
  font-weight: bold;
}
.content .main_content .box .label .info div {
  width: 1.04rem;
  height: 0.33rem;
  background: #1268c9;
  margin: 0 auto;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
}
.content .main_content .box .label .info div a {
  width: 100%;
  height: 100%;
}
.content .main_observe_box {
  overflow: hidden;
  padding: 0.4rem 0;
}
.content .main_observe_box .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_observe_box .m .public {
  text-align: center;
}
.content .main_observe_box .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_notice {
  padding: 0.21rem 0 0 0;
}
.content .main_notice .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.content .main_notice .box .swiper-pagination {
  bottom: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.content .main_notice .box .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: none;
  border: 1px solid #7ab8ff;
  margin: 0;
  border-radius: 50%;
  margin: 0 0.04rem;
}
.content .main_notice .box .swiper-pagination-bullet-active {
  background: #2a82e4;
  border: 1px solid #2a82e4;
}
.content .main_notice .box .mySwiper1 {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content .main_notice .box.on .label::after {
  content: "";
  width: 1.08rem;
  height: 1.23rem;
  background-image: url(../images/observe.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 0.24rem;
}
.content .main_notice .box .label {
  width: 7rem;
  margin-bottom: 0.4rem;
  background: #f5f9ff;
  position: relative;
}
.content .main_notice .box .label::after {
  content: "";
  width: 1.32rem;
  height: 1.15rem;
  background-image: url(../images/v.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 0.15rem;
}
.content .main_notice .box .label:hover a p {
  color: #2a82e4;
}
.content .main_notice .box .label a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0.22rem 0.2rem 0.28rem 0.27rem;
}
.content .main_notice .box .label a .desc {
  display: flex;
  flex-wrap: wrap;
}
.content .main_notice .box .label a .desc span {
  height: 0.24rem;
  display: inline-flex;
  font-size: 0.14rem;
  color: #fff;
  background: #2a82e4;
  margin-right: 0.2rem;
  align-items: center;
  padding: 0 0.08rem;
}
.content .main_notice .box .label a p {
  font-size: 0.18rem;
  color: black;
  line-height: 0.24rem;
  font-weight: bold;
  margin-top: 0.26rem;
  overflow: hidden;
  transition: all 0.1s;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .main_notice .box .label a > span {
  display: block;
  font-size: 0.16rem;
  color: gray;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.1rem;
}
.content .main_notice .box .label a .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.24rem;
}
.content .main_notice .box .label a .b em {
  font-size: 0.16rem;
  color: #2a82e4;
}
.content .main_notice .box .label a .b div {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #a6a6a6;
}
.content .main_notice .box .label a .b div img {
  margin-right: 0.11rem;
}
.content .main_news_box {
  overflow: hidden;
  width: 100%;
  padding: 0.4rem 0 0.8rem 0;
}
.content .main_news_box .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_news_box .m .public {
  text-align: center;
}
.content .main_news_box .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_news_box .m .main_news {
  width: 100%;
}
.content .main_news_box .m .main_news ul {
  overflow: hidden;
  display: flex;
  margin-top: 0.4rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .main_news_box .m .main_news ul li {
  width: 50%;
  overflow: hidden;
}
.content .main_news_box .m .main_news ul li:last-child {
  margin-bottom: 0;
}
.content .main_news_box .m .main_news ul li:hover a .grow p {
  color: #316abc;
}
.content .main_news_box .m .main_news ul li a {
  display: flex;
  padding: 0.19rem 0;
  align-items: flex-start;
}
.content .main_news_box .m .main_news ul li a .date {
  overflow: hidden;
  text-align: right;
  padding-right: 0.2rem;
}
.content .main_news_box .m .main_news ul li a .date p {
  font-size: 0.26rem;
  line-height: 0.35rem;
  color: black;
}
.content .main_news_box .m .main_news ul li a .date span {
  display: block;
  font-size: 0.16rem;
  color: black;
  line-height: 0.22rem;
  margin-top: 0.02rem;
}
.content .main_news_box .m .main_news ul li a .grow {
  overflow: hidden;
  padding-left: 0.2rem;
  width: 6.12rem;
  border-left: 1px solid #e5e5e5;
}
.content .main_news_box .m .main_news ul li a .grow p {
  font-size: 0.18rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.24rem;
  transition: all 0.1s;
  color: black;
}
.content .main_news_box .m .main_news ul li a .grow span {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.16rem;
  color: gray;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.content .main_news_box .m .main_news .box {
  width: 100%;
  margin-top: 0.4rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.2rem rgba(32, 79, 149, 0.1);
  position: relative;
}
.content .main_news_box .m .main_news .box .btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.57rem;
  z-index: 99;
  bottom: 0.54rem;
}
.content .main_news_box .m .main_news .box .btn div {
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s;
  background-color: #e5e5e5;
  background-position: center center;
  background-repeat: no-repeat;
}
.content .main_news_box .m .main_news .box .btn div.prev {
  background-image: url(../images/prevaa.png);
}
.content .main_news_box .m .main_news .box .btn div.prev:hover {
  background-color: #2a82e4;
  background-image: url(../images/preva.png);
}
.content .main_news_box .m .main_news .box .btn div.next {
  background-image: url(../images/nextaa.png);
}
.content .main_news_box .m .main_news .box .btn div.next:hover {
  background-color: #2a82e4;
  background-image: url(../images/nexta.png);
}
.content .main_news_box .m .main_news .box .btn p {
  width: 1.36rem;
  text-align: center;
  font-size: 0.16rem;
  color: gray;
}
.content .main_news_box .m .main_news .box .btn p span {
  font-size: 0.24rem;
  color: #2a82e4;
}
.content .main_news_box .m .main_news .box .label {
  width: 100%;
}
.content .main_news_box .m .main_news .box .label a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content .main_news_box .m .main_news .box .label a .picture {
  width: 8.8rem;
  height: 4.96rem;
  overflow: hidden;
}
.content .main_news_box .m .main_news .box .label a .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main_news_box .m .main_news .box .label a .grow {
  overflow: hidden;
  flex: 1;
  padding: 0.36rem 0.29rem 0 0.6rem;
}
.content .main_news_box .m .main_news .box .label a .grow p {
  font-size: 0.32rem;
  color: #316abc;
  line-height: 0.42rem;
  font-weight: bold;
}
.content .main_news_box .m .main_news .box .label a .grow span {
  display: block;
  font-size: 0.16rem;
  color: gray;
  line-height: 0.3rem;
  margin-top: 0.23rem;
}
.content .main_site_history {
  overflow: hidden;
  width: 100%;
  padding: 0.46rem 0 0.8rem 0;
  background-image: url(../images/site5.png);
  background-repeat: no-repeat;
  background-position: center 3.4rem;
  background-size: 100%;
}
.content .main_site_history .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_site_history .m .public {
  text-align: center;
}
.content .main_site_history .m .public::after {
  left: 50%;
  transform: translateX(-50%);
}
.content .main_site_history .m .team {
  width: 100%;
  height: 1.2rem;
  background-image: url(../images/site9.png);
  background-size: 100% 100%;
  margin-top: 0.2rem;
}
.content .main_site_history .m .team a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .main_site_history .m .team a img {
  width: 0.99rem;
  display: block;
  margin-right: 0.48rem;
}
.content .main_site_history .m .team a span {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1rem;
}
.content .main_site_history .m .list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.76rem;
}
.content .main_site_history .m .list .label {
  overflow: hidden;
  width: 7.05rem;
  background: #fff;
  padding: 0.3rem 0;
}
.content .main_site_history .m .list .label .pic img{width: 100%;}
.content .main_site_history .m .box {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  position: relative;
}
.content .main_site_history .m .box .btn {
  width: 0.23rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transition: all 0.1s;
  opacity: 0.6;
  transform: translateY(-50%);
  z-index: 99;
}
.content .main_site_history .m .box .btn:hover {
  opacity: 1;
}
.content .main_site_history .m .box .btn.prev {
  left: 1.76rem;
}
.content .main_site_history .m .box .btn.next {
  right: 1.76rem;
}
.content .main_site_history .m .box .mySwiper {
  width: 100%;
  overflow: hidden;
}
.content .main_site_history .m .box .mySwiper .swiper-slide {
  width: 8rem;
  overflow: hidden;
}
.content
  .main_site_history
  .m
  .box
  .mySwiper
  .swiper-slide.swiper-slide-active
  .label
  span {
  opacity: 1;
}
.content
  .main_site_history
  .m
  .box
  .mySwiper
  .swiper-slide.swiper-slide-active
  .label
  div::after {
  display: none;
}
.content .main_site_history .m .box .mySwiper .swiper-slide .label {
  overflow: hidden;
  width: 8rem;
}
.content .main_site_history .m .box .mySwiper .swiper-slide .label div {
  width: 100%;
  height: 4.5rem;
  position: relative;
  overflow: hidden;
}
.content .main_site_history .m .box .mySwiper .swiper-slide .label div::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.content .main_site_history .m .box .mySwiper .swiper-slide .label div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main_site_history .m .box .mySwiper .swiper-slide .label span {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  color: #383838;
  margin-top: 0.22rem;
  opacity: 0;
  transition: all 0.3s;
  font-weight: bold;
}
.content .main_site_link {
  width: 100%;
  height: 1.9rem;
  background-size: 100% 100%;
  background-image: url(../images/site.png);
}
.content .main_site_link .m {
  width: 14.4rem;
  margin: 0 auto;
  height: 100%;
}
.content .main_site_link .m a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.content .main_site_link .m a img {
  display: block;
  margin-right: 0.2rem;
}
.content .main_site_link .m a span {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}
.content .des_banner.wenzhang {
  width: 100%;
  height: 1.6rem;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0.8rem 0 0 0;
}

.content .des_banner{ width: 100%;
  height: 2.8rem;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0.8rem 0 0 0;
}
.content .des_banner .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .des_banner .m p {
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.53rem;
}
.content .des_banner .m ul {
  display: flex;
}
.content .des_banner .m ul li {
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}
.content .des_banner .m ul li a {
  display: block;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #fff;
}
.content .main_home_detection {
  overflow: hidden;
  width: 100%;
  background-image: url(../images/homebg.png);
  background-repeat: no-repeat;
  position: relative;
  padding: 0.4rem 0 0 0;
}
.content .main_home_detection .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_home_detection .m .slide {
  overflow: hidden;
  width: 100%;
  height: 5.2rem;
  margin-top: 0.8rem;
  position: relative;
}
.content .main_home_detection .m .slide ul {
  display: flex;
  position: absolute;
  right: 0.25rem;
  bottom: 0.35rem;
  z-index: 9;
}
.content .main_home_detection .m .slide ul li {
  overflow: hidden;
  border: 0.07rem solid #fff;
  width: 2.34rem;
  height: 1.08rem;
  cursor: pointer;
  margin-left: 0.3rem;
}
.content .main_home_detection .m .slide ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.content .main_home_detection .m .slide .slidebox {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .main_home_detection .m .slide .slidebox .label {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.content .main_home_detection .m .slide .slidebox .label.on {
  display: block;
}
.content .main_home_detection .m .slide .slidebox .label img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.content .main_home_detection .m .slide .slidebox .label div {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.36rem;
  color: #fff;
  background: linear-gradient(rgba(18, 73, 153, 0), #124999);
  padding: 1.31rem 0 0.6rem 0.54rem;
}
.content .main_home_detection .m .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.content .main_home_detection .m .box .picture {
  overflow: hidden;
  width: 6.62rem;
  height: 2.77rem;
}
.content .main_home_detection .m .box .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content .main_home_detection .m .box .fl {
  display: flex;
}
.content .main_home_detection .m .box .fl .label {
  overflow: hidden;
  width: 2.75rem;
  margin-right: 1rem;
}
.content .main_home_detection .m .box .fl .label:last-child {
  margin-right: 0;
}
.content .main_home_detection .m .box .fl .label .t {
  display: flex;
  align-items: center;
}
.content .main_home_detection .m .box .fl .label .t p {
  font-size: 0.2rem;
  margin-right: 0.32rem;
  color: black;
}
.content .main_home_detection .m .box .fl .label .t p span {
  font-size: 0.5rem;
  color: #2260bd;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  margin-right: 0.12rem;
}
.content .main_home_detection .m .box .fl .label em {
  display: block;
  font-size: 0.16rem;
  color: gray;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.content footer {
  width: 100%;
  height: 0.61rem;
  background: #0d336b;
}
.content footer .m {
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content footer .m span {
  font-size: 0.18rem;
  color: #fff;
}
.content footer .m span a{color: #fff;}
.content .footer {
  overflow: hidden;
  width: 100%;
  background: #134999;
  padding: 0.38rem 0 0.48rem 0;
}
.content .footer .m {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content .footer .m .fl {
  overflow: hidden;
}
.content .footer .m .fl img {
  display: block;
  width: 2.82rem;
}
.content .footer .m .fl select {
  width: 2.8rem;
  height: 0.36rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.02rem;
  background: #134999;
  outline: none;
  margin-top: 0.45rem;
  font-size: 0.16rem;
  color: #fff;
  padding-left: 0.15rem;
}
.content .footer .m .fr {
  display: flex;
  justify-content: flex-end;
}
.content .footer .m .fr ul {
  overflow: hidden;
  margin-left: 0.9rem;
}
.content .footer .m .fr ul:first-child {
  margin-left: 0;
}
.content .footer .m .fr ul li {
  font-size: 0.16rem;
  font-weight: 100;
  color: #fff;
  font-weight: bold;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.content .footer .m .fr ul li a {
  display: block;
  font-weight: normal;
  transition: all 0.1s;
  color: rgba(255, 255, 255, 0.4);
}
.content .footer .m .fr ul li a:hover {
  color: #fff;
}
.content .main_home_contact {
  overflow: hidden;
  width: 100%;
  padding: 0.4rem 0 0.8rem 0;
}
.content .main_home_contact .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_home_contact .m ul {
  display: flex;
  justify-content: space-between;
}
.content .main_home_contact .m ul li {
  overflow: hidden;
  margin-top: 0.4rem;
}
.content .main_home_contact .m ul li div {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-radius: 50%;
}
.content .main_home_contact .m ul li div img {
  display: block;
  width: 0.44rem;
}
.content .main_home_contact .m ul li span {
  display: block;
  text-align: center;
  font-size: 0.22rem;
  color: black;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.content .main_home_banner {
  overflow: hidden;
  width: 100%;
  padding: 0.4rem 0 0 0;
}
.content .main_home_banner .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_home_banner .slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0.4rem;
}
.content .main_home_banner .slide .mySwiper2 {
  overflow: hidden;
}
.content .main_home_banner .slide .mySwiper2 .swiper-slide {
  width: 3.3rem;
  margin: 0 0.15rem;
  height: 5.3rem;
}
.content .main_home_banner .slide .mySwiper2 .swiper-slide .label {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.content .main_home_banner .slide .mySwiper2 .swiper-slide .label:hover img {
  transform: scale(1.03);
}
.content .main_home_banner .slide .mySwiper2 .swiper-slide .label img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  display: block;
  object-fit: cover;
}
.content .main_home_news {
  overflow: hidden;
  width: 100%;
  padding: 0.4rem 0 0.86rem 0;
  background: #f2f6fc;
}
.content .main_home_news .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_home_news .m ul {
  display: flex;
  flex-wrap: wrap;
}
.content .main_home_news .m ul li {
  overflow: hidden;
  width: 33.33%;
  position: relative;
  margin-top: 0.4rem;
}
.content .main_home_news .m ul li a {
  display: flex;
  align-items: flex-start;
}
.content .main_home_news .m ul li a .date {
  overflow: hidden;
  padding-right: 0.2rem;
  text-align: right;
}
.content .main_home_news .m ul li a .date span {
  display: block;
  font-size: 0.26rem;
  line-height: 0.35rem;
  color: black;
}
.content .main_home_news .m ul li a .date em {
  display: block;
  font-size: 0.16rem;
  color: black;
}
.content .main_home_news .m ul li a .grow {
  overflow: hidden;
  flex: 1;
  padding-left: 0.2rem;
  border-left: 1px solid #c8def7;
}
.content .main_home_news .m ul li a .grow span {
  display: inline-flex;
  align-items: center;
  font-size: 0.14rem;
  color: #1268c9;
  height: 0.24rem;
  background: #fff;
  padding: 0 0.08rem;
}
.content .main_home_news .m ul li a .grow p {
  font-size: 0.18rem;
  width: 3.24rem;
  color: black;
  line-height: 0.32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.1rem;
}
.content .main_home_service {
  overflow: hidden;
  width: 100%;
  background-image: url(../images/icon3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
}
.content .main_home_service .box {
  width: 100%;
  margin-top: 0.37rem;
  overflow: hidden;
  position: relative;
}
.content .main_home_service .box .btns {
  cursor: pointer;
  position: absolute;
  bottom: 2.41rem;
  z-index: 99;
}
.content .main_home_service .box .btns.prev {
  left: 5.3rem;
}
.content .main_home_service .box .btns.next {
  right: 4.2rem;
}
.content .main_home_service .box .mySwiper1 {
  overflow: hidden;
}
.content .main_home_service .box .mySwiper1 .swiper-slide {
  width: 9rem;
}
.content
  .main_home_service
  .box
  .mySwiper1
  .swiper-slide.swiper-slide-active
  .label {
  background: #fff;
}
.content
  .main_home_service
  .box
  .mySwiper1
  .swiper-slide.swiper-slide-active
  .label
  p,
.content
  .main_home_service
  .box
  .mySwiper1
  .swiper-slide.swiper-slide-active
  .label
  span {
  display: block;
}
.content
  .main_home_service
  .box
  .mySwiper1
  .swiper-slide.swiper-slide-active
  .label
  .btn {
  display: block;
}
.content .main_home_service .box .mySwiper1 .swiper-slide .label {
  width: 6.62rem;
  position: relative;
  padding: 0.33rem 0.51rem 0 0.72rem;
  height: 7.72rem;
  transition: all 0.1s;
  margin: 0 auto;
}
.content .main_home_service .box .mySwiper1 .swiper-slide .label img {
  width: 6.66rem;
  display: block;
  position: absolute;
  height: 3.22rem;
  object-fit: cover;
  left: 0.72rem;
  bottom: 0.96rem;
}
.content .main_home_service .box .mySwiper1 .swiper-slide .label p {
  font-size: 0.38rem;
  color: #1268c9;
  line-height: 0.56rem;
  font-weight: bold;
  display: none;
}
.content .main_home_service .box .mySwiper1 .swiper-slide .label span {
  display: block;
  font-size: 0.18rem;
  color: gray;
  line-height: 0.3rem;
  margin-top: 0.18rem;
  display: none;
}
.content .main_home_service .box .mySwiper1 .swiper-slide .label .btn {
  width: 1.04rem;
  height: 0.33rem;
  background: #1268c9;
  margin-top: 0.4rem;
  display: none;
}
.content .main_home_service .box .mySwiper1 .swiper-slide .label .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
}
.content .main_home_service .box .swiper-pagination {
  bottom: 0.24rem;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .main_home_service .box .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: none;
  border: 1px solid #2a82e4;
  margin: 0;
  margin-left: 0.08rem;
}
.content .main_home_service .box .swiper-pagination-bullet-active {
  background: #2a82e4;
}
.content .main_home_service .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_home_service .m .public p {
  color: #fff;
}
.content .main_home_service .m .public::after {
  background: #fff;
}
.content .main_home_study {
  width: 100%;
  padding: 0.8rem 0;
}
.content .main_home_study .m {
  width: 14.4rem;
  margin: 0 auto;
}
.content .main_home_study .m .box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.36rem;
}
.content .main_home_study .m .box .news {
  overflow: hidden;
  flex: 1;
}
.content .main_home_study .m .box .news ul {
  width: 100%;
  display: none;
}
.content .main_home_study .m .box .news ul.on {
  display: block;
}
.content .main_home_study .m .box .news ul li {
  margin-bottom: 0.38rem;
  overflow: hidden;
}
.content .main_home_study .m .box .news ul li:last-child {
  margin-bottom: 0;
}
.content .main_home_study .m .box .news ul li:hover a .grow p {
  color: #316abc;
}
.content .main_home_study .m .box .news ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content .main_home_study .m .box .news ul li a .date {
  overflow: hidden;
  width: 1.36rem;
  text-align: right;
  padding-right: 0.2rem;
}
.content .main_home_study .m .box .news ul li a .date p {
  font-size: 0.26rem;
  line-height: 0.35rem;
  color: black;
}
.content .main_home_study .m .box .news ul li a .date span {
  display: block;
  font-size: 0.16rem;
  color: black;
  line-height: 0.22rem;
  margin-top: 0.02rem;
}
.content .main_home_study .m .box .news ul li a .grow {
  overflow: hidden;
  flex: 1;
  padding-left: 0.2rem;
  border-left: 1px solid #e5e5e5;
}
.content .main_home_study .m .box .news ul li a .grow p {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.24rem;
  transition: all 0.1s;
  color: black;
}
.content .main_home_study .m .box .news ul li a .grow span {
  display: block;
  font-size: 0.16rem;
  color: gray;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.content .main_home_study .m .box .slide {
  overflow: hidden;
  width: 6.62rem;
  height: 3.72rem;
  position: relative;
}
.content .main_home_study .m .box .slide .mySwiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.content .main_home_study .m .box .slide .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.content .main_home_study .m .box .slide .swiper-pagination {
  height: 0.64rem;
  bottom: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.39rem;
}
.content .main_home_study .m .box .slide .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: none;
  border: 1px solid #fff;
  margin: 0;
  margin-left: 0.08rem;
}
.content .main_home_study .m .box .slide .swiper-pagination-bullet-active {
  background: #fff;
}
.content .main_home_study .m .box .slide .label {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .main_home_study .m .box .slide .label div {
  width: 100%;
  padding: 0.36rem 0.26rem 0.2rem 0.26rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
}
.content .main_home_study .m .box .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main_home_study .m .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .main_home_study .m .head ul {
  display: flex;
}
.content .main_home_study .m .head ul li {
  height: 0.46rem;
  cursor: pointer;
  margin-left: 0.58rem;
  font-size: 0.22rem;
  transition: all 0.1s;
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.26rem;
}
.content .main_home_study .m .head ul li.on {
  background: #1268c9;
  color: #fff;
}
.content .main_home_study .m .head ul li:hover {
  background: #1268c9;
  color: #fff;
}
.content .main_home_system {
  overflow: hidden;
  padding: 0.8rem 0 0.4rem 0;
  min-height: 5rem;
}
.content .main_home_system .m {
  width: 14.4rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content .main_home_system .m .fr {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .main_home_system .m .fr .label {
  overflow: hidden;
  width: 2.06rem;
  position: relative;
  transition: all 0.3s;
  height: 3rem;
}
.content .main_home_system .m .fr .label.on {
  transform: scale(1.3);
}
.content .main_home_system .m .fr .label img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  object-fit: cover;
}
.content .main_home_system .m .fr .label:hover img {
  transform: scale(1.03);
}
.content .main_home_system .m .fr .label div {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 0 0.17rem 0;
  font-size: 0.24rem;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  line-height: 0.32rem;
  color: #fff;
  text-align: center;
}
.content .main_home_system .m .fl {
  overflow: hidden;
  width: 4.09rem;
  margin-right: 0.47rem;
}
.content .main_home_system .m .fl span {
  display: block;
  font-size: 0.18rem;
  color: gray;
  line-height: 1.66666;
  margin-top: 0.2rem;
}
.content .main_home_system .m .fl .btn {
  overflow: hidden;
  width: 1.04rem;
  height: 0.33rem;
  background: #1268c9;
  margin-top: 0.4rem;
}
.content .main_home_system .m .fl .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
}

.public {
  position: relative;
  padding-bottom: 0.16rem;
}
.public p {
  font-size: 0.38rem;
  line-height: 1.47;
  color: black;
  letter-spacing: 0.03rem;
  font-weight: bold;
  position: relative;
}
.public p a{  color: black;}
.public::after {
  content: "";
  width: 0.68rem;
  height: 0.04rem;
  background: #2a82e4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.parentname{display: none;}

.innerbox{margin-top: 0.32rem;}
/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
 .place{position: relative; z-index: 2; display: block; padding-top: 56.25%; overflow: hidden;}
 .place .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; overflow: hidden;}
 .place .pic img{display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover;}
 @media (max-width:414px) {
   .place{padding-top: 66.67%;}
 }
.elli-s{display: block; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; max-width:100%; overflow: hidden;}
.elli-m{display: -webkit-box; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; overflow: hidden;}
.imgScale a img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgScale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
.pagelist li{position:relative; padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid #e6e6e6;}
.pagelist li .box{position: relative;display: block!important;}
.pagelist li .image{float: left; width: 25%;}
.pagelist li .image .place{padding-top: 66.67%;}
.pagelist li .txt{margin-left: 25%; padding-left: 25px;}
.pagelist li .caption{margin-bottom: 1em; font-weight: bold; font-size: 0.22rem; overflow: hidden;}
.pagelist li .caption a{color: #333;font-weight: bold;}
.pagelist li .desc{font-size:1.125em; color: #666666; overflow:hidden;}
.pagelist li .desc .elli-m{line-height: 1.8em; max-height: 3.6em;font-size: 0.18rem;}
.pagelist li .time{margin-top: 1em; color: #666666;font-size: 0.18rem;background: url(../images/time.png) no-repeat 0px;padding-left: 24px;color: #a6a6a6;}
.pagelist li:hover *{color: #004fb9;}

.pagelist li.nopic .box{padding-left: 0; min-height:auto;}
.pagelist li.nopic .image{display: none;}
.pagelist li.nopic .txt{margin-left: 0; padding-left: 0;}

/*** 分页 ***/
.pagination{font-size: 14px; line-height: 20px; text-align: center; clear: both;}
.pagination ul li{display: inline-block; margin: 6px 3px 0;}
.pagination ul li .up{display: inline-block; vertical-align: top; padding: 6px 15px; color: #666; height: 20px; line-height: 20px; text-align: center; transition:  all .2s; -webkit-transition: all .2s; background: #fff; border: 1px #e8e8e8 solid; zoom: 1;}
.pagination ul li.current .up{background: #3872cf; border-color: #3872cf; color: #fff;}
.pagination ul li a:hover{color: #666; border-color: #ccc;}
.pagination ul li.pageJump span{display: inline-block; vertical-align: top; height: 32px; line-height: 32px; margin-right: 4px; margin-left: 4px;}
.pagination ul li.pageJump .inputtext{width: 45px; padding-right: 0; padding-left: 0;}
.pagination ul li.pageJump .inputtext:hover{border-color: #e1e1e1;}
.pagination ul li.pageJump .inputtext:focus{border-color: #d6d6d6;}
.pagination ul li.pageJump .okbtn{display: block; background: #3872cf; border-color: #3872cf; color: #fff;}

@media (max-width: 992px) {
  .pagination ul li.pageJump{display: none;}	
}

@media (max-width: 640px) {
  .pagination{text-align: left;}
  .pagination ul li .up{padding: 0 5px; border: none; background-color: transparent !important;}
  .pagination ul li.current .up{color: #3872cf; font-weight: bold;}
}


@media (max-width: 750px) {
  .m {
    width: 100% !important;
  }

  .content .header .m > ul {
    display: none;
  }

  .content .header {
    height: 1.2rem;
    padding: 0 0.3rem;
  }

  .content .header .menu {
    width: 0.35rem;
    height: 0.35rem;
  }

  .content .banner {
    height: 6rem;
  }

  .content .banner .search .m .fl p {
    display: none;
  }

  .content .banner .search .m .btn {
    width: 1.5rem;
  }

  .content .banner .search .m .btn img {
    width: 0.29rem;
    margin-right: 0.1rem;
  }

  .content .banner .search .m .btn {
    font-size: 0.26rem;
  }

  .content .banner .search .m .fl {
    width: calc(100% - 1.5rem);
    padding: 0 0.2rem;
  }

  .content .banner .search .m .fl div span {
    font-size: 0.24rem;
  }

  .content .banner .search .m .fl div ul li a {
    font-size: 0.2rem;
    height: 0.36rem;
  }

  .content .banner .search .m .fl div ul li {
    margin-left: 0.1rem;
    display: none;
  }
  .content .banner .search .m .fl div ul li:nth-child(1) {
    display: flex;
  }
  .content .banner .search .m .fl div ul li:nth-child(2) {
    display: flex;
  }
  .content .banner .search .m .fl div ul li:nth-child(3) {
    display: flex;
  }

  .content .main_home_system {
    padding: 0.6rem 0.3rem;
  }

  .content .main_home_system .m {
    display: block;
    width: 100%;
  }

  .content .main_home_system .m .fl {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem;
  }

  .content .main_home_system .m .fl span {
    font-size: 0.24rem;
  }

  .content .main_home_system .m .fl .btn {
    width: 1.6rem;
    height: 0.45rem;
  }
  .content .main_home_system .m .fl .btn a {
    font-size: 0.24rem;
  }

  .content .main_home_system .m .fr {
    flex: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .content .main_home_system .m .fr .label {
    width: 48%;
    margin-top: 0.3rem;
    height: 4rem;
  }

  .content .main_home_system .m .fr .label.on {
    transform: scale(1);
  }

  .content .main_home_detection {
    padding: 0.6rem 0.3rem;
  }

  .content .main_home_detection .m .box {
    display: block;
    margin-top: 0.5rem;
  }

  .content .main_home_detection .m .box .picture {
    width: 100%;
    margin-top: 0.3rem;
  }

  .content .main_home_detection .m .box .fl .label .t p {
    font-size: 0.22rem;
  }

  .content .main_home_detection .m .box .fl .label em {
    font-size: 0.22rem;
    line-height: 1.6;
    margin-top: 0.15rem;
  }

  .content .main_home_detection .m .slide {
    height: auto;
    margin-top: 0.3rem;
  }

  .content .main_home_detection .m .slide .slidebox {
    height: 4rem;
  }

  .content .main_home_detection .m .slide .slidebox .label div {
    padding-left: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.28rem;
  }

  .content .main_home_detection .m .slide ul {
    position: static;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
  }
  .content .main_home_detection .m .slide ul li {
    margin: 0;
    width: 32%;
    height: 1.4rem;
  }

  .content .main_home_detection .m .slide .slidebox .label img {
    height: 100%;
  }

  .content .main_home_study {
    padding: 0.6rem 0.3rem;
  }

  .content .main_home_study .m .head {
    display: block;
  }

  .content .main_home_study .m .head ul {
    flex-wrap: wrap;
  }
  .content .main_home_study .m .head ul li {
    margin-top: 0.3rem;
    height: 0.55rem;
    margin-left: 0;
    margin-right: 0.2rem;
    font-size: 0.24rem;
  }

  .content .main_home_study .m .box {
    display: block;
  }

  .content .main_home_study .m .box .slide {
    width: 100%;
  }

  .content .main_home_study .m .box .slide .label div {
    font-size: 0.26rem;
  }

  .content .main_home_study .m .box .news {
    margin-top: 0.3rem;
  }

  .content .main_home_study .m .box .news ul li a .date {
    width: 1rem;
  }

  .content .main_home_study .m .box .news ul li a .date p {
    font-weight: bold;
  }

  .content .main_home_study .m .box .news ul li a .date span {
    font-size: 0.22rem;
  }

  .content .main_home_study .m .box .news ul li a .grow p {
    font-size: 0.26rem;
  }

  .content .main_home_study .m .box .news ul li a .grow span {
    font-size: 0.22rem;
    line-height: 1.66;
  }

  .content .main_home_service {
    padding: 0.6rem 0.3rem;
  }

  .content .main_home_service .box .mySwiper1 .swiper-slide .label span {
    font-size: 0.24rem;
    line-height: 1.7;
  }

  .content .main_home_service .box .mySwiper1 .swiper-slide .label .btn {
    width: 1.5rem;
    height: 0.5rem;
  }
  .content .main_home_service .box .mySwiper1 .swiper-slide .label .btn a {
    font-size: 0.24rem;
  }

  .content .main_home_service .box .mySwiper1 .swiper-slide .label {
    padding: 0.3rem;
  }

  .content .main_home_service .box .mySwiper1 .swiper-slide .label p {
    font-size: 0.33rem;
  }

  .content .main_home_service .box .mySwiper1 .swiper-slide {
    width: 100%;
    margin: 0 1rem;
  }

  .content .main_home_service .box .mySwiper1 .swiper-slide .label img {
    width: 100%;
    position: static;
    margin-top: 0.3rem;
  }

  .content .main_home_service .box .btns {
    display: none;
  }

  .content .main_home_service .public {
    text-align: center;
  }
  .content .main_home_service .public::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .content .main_home_news {
    padding: 0.6rem 0.3rem;
  }

  .content .main_home_news .m ul li {
    width: 100%;
    margin: 0;
  }
  .content .main_home_news .m ul li a {
    padding: 0.2rem 0;
  }

  .content .main_home_news .m ul li a .date span {
    font-weight: bold;
  }

  .content .main_home_news .m ul li a .date em {
    font-size: 0.24rem;
  }

  .content .main_home_news .m ul li a .date {
    width: 1.2rem;
  }

  .content .main_home_news .m ul li a .grow span {
    font-size: 0.22rem;
    height: 0.35rem;
  }

  .content .main_home_news .m ul li a .grow p {
    font-size: 0.26rem;
    width: 100%;
    line-height: 1.6;
  }

  .content .main_home_news .m ul {
    margin-top: 0.3rem;
  }

  .public p {
    font-size: 0.34rem;
  }

  .content .main_home_banner {
    padding: 0.6rem 0;
  }

  .content .main_home_banner .m {
    padding: 0 0.3rem;
  }

  .content .main_home_contact {
    padding: 0.6rem 0.3rem;
  }

  .content .main_home_contact .m ul li div {
    width: 1rem;
    height: 1rem;
  }

  .content .main_home_contact .m ul li span {
    font-size: 0.24rem;
  }

  .content .main_home_banner .slide .mySwiper2 .swiper-slide {
    width: 2.8rem;
    height: 4.6rem;
  }

  .content .footer .m .fr {
    display: none;
  }

  .content .footer .m .fl {
    width: 100%;
  }

  .content .footer .m .fl img {
    width: 3.6rem;
    margin: 0 auto;
  }

  .content .footer .m .fl select {
    width: 3rem;
    height: 0.6rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.3rem;
    font-size: 0.22rem;
  }

  .content footer .m span {
    font-size: 0.16rem;
    text-align: center;
    display: block;
    width: 100%;
  }

  .content .null {
    height: 1.2rem;
  }

  .content .header .search {
    right: 1.2rem;
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.26rem;
  }

  .content .header .menu {
    width: 0.4rem;
    height: 0.4rem;
  }

  .content .des_banner {
    background-size: cover;
    height: 2.4rem;
    padding: 0.6rem 0.3rem 0 0.3rem;
  }

  .content .des_banner .m p {
    font-size: 0.33rem;
    font-weight: bold;
  }

  .content .des_banner .m ul li {
    margin-top: 0.3rem;
    margin-right: 0.3rem;
  }
  .content .des_banner .m ul li a {
    font-size: 0.24rem;
  }

  .content .main_contact_info {
    padding: 0.6rem 0.3rem;
  }

  .content .main_contact_info .m .box {
    width: 100%;
    display: block;
    margin-top: 0.6rem;
  }

  .content .main_contact_info .m .box ul li img {
    width: 0.6rem;
  }

  .content .main_contact_info .m .box ul li div p {
    font-size: 0.24rem;
  }

  .content .main_contact_info .m .box ul li div span {
    font-size: 0.24rem;
    line-height: 1.7;
  }

  .content .main_contact_info .m .box .map {
    width: 100%;
    padding: 0.16rem;
  }

  .content .main_yx {
    background-size: cover;
    height: auto;
    padding: 0.6rem 0.3rem;
  }

  .content .main_yx .m .box .date span {
    font-size: 0.22rem;
  }

  .content .main_yx .m .box p {
    font-size: 0.28rem;
    line-height: 1.2;
  }

  .content .main_yx .m .box > span {
    font-size: 0.26rem;
    line-height: 1.66;
  }

  .content .main_yx .m .box .btn {
    width: 1.5rem;
    height: 0.5rem;
    font-size: 0.24rem;
  }

  .content .main_zdqk {
    padding: 0.6rem 0.3rem;
  }

  .content .main_aclist li {
    width: 100%;
    margin: 0;
    margin-top: 0.3rem;
    height: 2.5rem;
  }

  .content .main_aclist li a .date span {
    font-size: 0.24rem;
  }

  .content .main_aclist li a .date i {
    width: 0.22rem;
    height: 0.22rem;
  }

  .content .main_aclist li a p {
    font-size: 0.26rem;
  }

  .content .main_aclist li a em {
    font-size: 0.22rem;
  }

  .content .main_data_product {
    padding: 0.6rem 0.3rem;
  }

  .content .main_data_product .m .tabbar {
    display: block;
    margin-top: 0.6rem;
  }
  .content .main_data_product .m .tabbar div {
    margin-top: 0;
    font-size: 0.26rem;
  }

  .content .main_data_box {
    padding: 0.6rem 0.3rem;
  }

  .content .main_content .box .label {
    width: 48%;
    margin: 0;
    margin-top: 0.3rem;
  }

  .content .main_content .box {
    justify-content: space-between;
  }

  .content .main_content .box .label .info p {
    font-size: 0.26rem;
  }

  .content .main_content .box .label .info div {
    width: 1.5rem;
    height: 0.5rem;
    font-size: 0.24rem;
  }

  .content .main_content .box {
    margin-top: 0.2rem;
  }

  .content .main_data_service {
    padding: 0.6rem 0.3rem;
  }

  .content .main_data_service .m ul {
    display: block;
  }
  .content .main_data_service .m ul li {
    width: 100%;
  }

  .content .main_data_service .m ul li img {
    width: 0.6rem;
  }

  .content .main_data_service .m ul li div p {
    font-size: 0.26rem;
  }

  .content .main_data_service .m ul li div span {
    font-size: 0.22rem;
    line-height: 1.6;
  }

  .content .main_kp_article {
    padding: 0.6rem 0.3rem;
  }

  .content .main_kp_article .m .box .item a {
    display: block;
  }

  .content .main_kp_article .m .box .item a .picture {
    width: 100%;
  }

  .content .main_kp_article .m .box .item a .grow {
    padding: 0.3rem 0;
  }

  .content .main_kp_article .m .box .item a .grow .date span {
    font-size: 0.22rem;
  }

  .content .main_kp_article .m .box .item a .grow p {
    font-size: 0.26rem;
    margin-top: 0.1rem;
    line-height: 1.6;
  }

  .content .main_kp_article .m .box .item a .grow > span {
    font-size: 0.22rem;
  }

  .content .main_kp_article .m .box .item a .grow .btn {
    width: 1.5rem;
    height: 0.5rem;
    font-size: 0.24rem;
    position: static;
    margin-top: 0.3rem;
  }

  .content .main_kepu_video {
    height: auto;
    background-size: cover;
    padding: 0.6rem 0.3rem;
  }

  .content .main_kepu_video .box {
    padding: 0;
  }

  .content .main_kepu_video .box .btn {
    display: none;
  }

  .content .main_kepu_video .box .slide .mySwiper .swiper-slide {
    width: 4rem;
  }

  .content .main_kepu_video .box .slide .mySwiper .swiper-slide .label img {
    height: 2.6rem;
  }
  .content .main_kepu_video .box .slide .mySwiper .swiper-slide .label video {
    height: 2.6rem;
  }

  .content .main_kepu_video .box .slide .mySwiper .swiper-slide .label span {
    font-size: 0.24rem;
  }

  .content .main_kepu_activity {
    padding: 0.6rem 0.3rem;
  }

  .content .main_kepu_activity .m ul li {
    width: 100%;
  }

  .content .main_kepu_activity .m ul li a .grow p {
    font-size: 0.26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    overflow: hidden;
  }

  .content .main_kepu_activity .m ul li a .grow span {
    font-size: 0.2rem;
  }

  .content .main_handbook {
    padding: 0.6rem 0.3rem;
  }

  .content .desc_tab div {
    font-size: 0.24rem;
  }

  .content .main_handbook .m .box ul li {
    width: 50%;
    height: 4.6rem;
  }

  .content .main_handbook .m .box ul li a div span {
    font-size: 0.24rem;
  }

  .content .main_list_box {
    padding: 0.6rem 0.3rem;
  }

  .content .main_list_box .m .menua ul li {
    font-size: 0.22rem;
  }

  .content .main_list_box .m .box {
    display: block;
    width: 100%;
  }

  .content .main_list_box .m .box .nav {
    width: 100%;
  }

  .content .main_list_box .m .box .nav ul {
    display: flex;
    flex-wrap: wrap;
  }

  .content .main_list_box .m .box .nav ul li a span {
    font-size: 0.24rem;
  }

  .content .main_list_box .m .box .nav ul li {
    width: 33.33%;
  }

  .content .main_list_box .m .box .main_grow {
    width: 100%;
    padding: 0;
    margin-top: 0.3rem;
  }

  .content .main_list_box .m .box .main_grow table tr th:first-child {
    width: 2rem;
  }

  .content .page_list {
    flex-wrap: wrap;
  }

  .content .page_list a {
    margin: 0.04rem;
  }

  .content .main_news_box {
    padding: 0.6rem 0.3rem;
  }

  .content .main_news_box .m .main_news .box {
    display: block;
  }

  .content .main_news_box .m .main_news .box .label a {
    display: block;
  }

  .content .main_news_box .m .main_news .box .label a .grow {
    padding: 0.3rem;
  }
  .content .main_news_box .m .main_news .box .label a .grow p {
    font-size: 0.3rem;
    line-height: 1.6;
  }
  .content .main_news_box .m .main_news .box .label a .grow span {
    font-size: 0.24rem;
    line-height: 1.7;
  }

  .content .main_news_box .m .main_news .box .btn {
    position: static;
    padding-bottom: 0.3rem;
  }

  .content .main_news_box .m .main_news .box .btn div {
    width: 0.45rem;
    height: 0.45rem;
  }

  .content .main_news_box .m .main_news .box .btn p {
    font-size: 0.22rem;
  }
  .content .main_news_box .m .main_news .box .btn p span {
    font-size: 0.26rem;
  }

  .content .main_news_box .m .main_news ul li {
    width: 100%;
  }

  .content .main_news_box .m .main_news ul li a .date p {
    font-weight: bold;
  }

  .content .main_news_box .m .main_news ul li a .date span {
    font-size: 0.2rem;
  }

  .content .main_news_box .m .main_news ul li a .grow p {
    font-size: 0.26rem;
  }

  .content .main_news_box .m .main_news ul li a .grow span {
    font-size: 0.22rem;
  }

  .content .main_notice {
    padding-top: 0.6rem;
  }

  .content .main_observe_box {
    padding: 0.6rem 0.3rem;
  }

  .content .main_content .box .label .info p {
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .content .main_notice .box .label {
    width: 100%;
  }

  .content .main_notice .box .label a .desc span {
    height: 0.3rem;
    font-size: 0.2rem;
  }

  .content .main_notice .box .label a p {
    font-size: 0.26rem;
  }

  .content .main_notice .box .label a span {
    font-size: 0.24rem;
    line-height: 1.7;
  }

  .content .main_notice .box .label a .b div {
    font-size: 0.2rem;
  }

  .content .main_notice .box .label a .b em {
    font-size: 0.2rem;
  }

  .content .main_site_info {
    padding: 0.6rem 0.3rem;
  }

  .content .main_site_info .m .map {
    position: static;
    width: 5rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.3rem;
  }

  .content .main_site_link {
    background-size: cover;
  }

  .content .main_site_link .m {
    padding: 0 0.3rem;
  }

  .content .main_site_link .m a span {
    font-size: 0.24rem;
  }

  .content .main_site_history {
    padding: 0.6rem 0.3rem;
  }

  .content .main_site_history .m .box .mySwiper .swiper-slide .label span {
    font-size: 0.24rem;
  }

  .content .main_site_history .m .box .mySwiper .swiper-slide {
    width: 6.9rem;
  }

  .content .main_site_history .m .box .mySwiper .swiper-slide .label {
    width: 6.9rem;
  }

  .content .main_site_history .m .list {
    margin-top: 0.3rem;
    display: block;
  }

  .content .main_site_history .m .list .label {
    width: 100%;
  }
  .content .main_site_history .m .list .label img {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 0.3rem;
  }

  .content .main_site_history .m .team a span {
    font-size: 0.33rem;
  }

  .content .main_site_history .m .team a img {
    width: 0.4rem;
  }

  .content .main_site_info .m .font {
    width: 100%;
  }
  .content .main_site_info .m .font p {
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .content .main_study_direction {
    padding: 0.6rem 0.3rem;
  }

  .content .main_study_direction .m .box .mySwiper .swiper-slide {
    width: 48%;
    margin-right: 4%;
  }

  .content
    .main_study_direction
    .m
    .box
    .mySwiper
    .swiper-slide
    .label
    .info
    p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.24rem;
  }

  .content .main_study_product .m .box .item.on {
    display: block;
    padding: 0 0.3rem;
  }

  .content .main_study_product .m .box .item ul li .font p {
    font-size: 0.26rem;
  }

  .content .main_study_product .m .box .item ul li .font div span {
    font-size: 0.22rem;
  }

  .content .main_study_product .m .box .item ul li .font {
    width: 100%;
  }

  .content .main_study_achievement {
    padding: 0.6rem 0.3rem;
    background-size: cover;
    height: auto;
  }

  .content .main_study_achievement .m ul li {
    flex: auto;
    width: 50%;
  }

  .content .main_study_achievement .m ul {
    flex-wrap: wrap;
  }

  .content
    .main_study_direction
    .m
    .box
    .mySwiper
    .swiper-slide
    .label
    .info
    span {
    font-size: 0.2rem;
  }

  .content .main_study_cooperate {
    padding: 0.6rem 0.3rem;
  }

  .content .main_study_cooperate .m .box .item .grow p {
    font-size: 0.26rem;
    line-height: 1.6;
  }

  .content .main_study_cooperate .m .box .item .grow .lab span {
    height: 0.36rem;
    font-size: 0.22rem;
    min-width: 1.3rem;
  }

  .content .main_study_cooperate .m .box .item .grow .lab em {
    font-size: 0.24rem;
  }

  .mobile_fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999;
  }
  .mobile_fade .box {
    width: 100%;
    height: calc(100vh - 1rem);
    position: absolute;
    left: 0;
    top: -100vh;
    background: #fff;
  }
  .mobile_fade .box ul {
    overflow: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  .mobile_fade .box ul li {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .mobile_fade .box ul li span {
    height: 1rem;
    display: flex;
    font-size: 0.28rem;
    color: #333;
    align-items: center;
    justify-content: space-between;
  }
  .mobile_fade .box ul li span.on img {
    transform: rotate(90deg);
  }
  .mobile_fade .box ul li span a {
    font-size: 0.28rem;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    width: 90%;
  }
  .mobile_fade .box ul li span img {
    width: 0.35rem;
    transition: all 0.2s;
  }
  .mobile_fade .box ul li div {
    overflow: hidden;
    width: 100%;
    display: none;
  }
  .mobile_fade .box ul li div a {
    display: flex;
    align-items: center;
    font-size: 0.26rem;
    color: #333;
    height: 0.8rem;
  }

  .content .header {
    z-index: 9999999;
  }

  .fadein_search .child {
    height: 0.9rem;
    width: 5.6rem;
  }

  .fadein_search .child input[type="text"] {
    font-size: 0.26rem;
  }

  .fadein_search .child input[type="submit"] {
    font-size: 0.26rem;
  }

  .fadein_search .box .closes {
    width: 0.5rem;
    right: 1rem;
    top: -1rem;
  }
}

/*# sourceMappingURL=css.css.map */
