@charset "UTF-8";
/* author:LY;*/
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: #000; }
  #loading img {
    position: relative;
    width: 0.5rem;
    height: 0.59rem;
    animation: circle_classic 2s ease-in-out infinite alternate; }

@keyframes circle_classic {
  0% {
    filter: hue-rotate(15deg);
    opacity: 0.5;
    transform: scale(0.9); }
  100% {
    filter: hue-rotate(0deg);
    opacity: 1;
    transform: scale(1.1); } }

/*cloud*/
body {
  /*background-image: url(../images/app-bg.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

/*主题色*/
.blcok {
  display: block !important; }

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; }

.u-img {
  overflow: hidden; }
  .u-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s; }

.title-box {
  display: flex;
  justify-content: space-between; }
  .title-box .m-title .cn {
    font-size: 0.32rem;
    color: #000;
    line-height: 0.46rem;
    position: relative; }
    .title-box .m-title .cn:before {
      content: "";
      display: block;
      width: 1.3rem;
      height: 1px;
      background: #DEDEDE;
      position: absolute;
      left: -1.5rem;
      top: 50%; }
  .title-box .m-title .en {
    font-size: 0.28rem;
    color: #ececec;
    line-height: 0.38rem;
    margin-top: 0.1rem; }
  .title-box .lable-tab {
    display: flex;
    position: relative; }
    .title-box .lable-tab .item {
      width: 1.3rem;
      height: 0.4rem;
      line-height: 0.38rem;
      text-align: center;
      border: 0.01rem solid #E6E6E6;
      background: #fff;
      font-size: 0.16rem;
      color: #828282;
      margin-left: 0.25rem;
      cursor: pointer; }
      .title-box .lable-tab .item.active {
        border-color: #004EC0;
        background: #004EC0;
        color: #fff; }
        .title-box .lable-tab .item.active:hover {
          color: #fff; }
      .title-box .lable-tab .item:hover {
        border-color: #004EC0;
        color: #004EC0; }
    .title-box .lable-tab:before {
      content: "";
      display: block;
      width: 1.3rem;
      height: 1px;
      background: #DEDEDE;
      position: absolute;
      left: -1.5rem;
      top: 0.2rem; }

.m-mover a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  color: #bcbcbc;
  width: 1.8rem;
  height: 0.45rem;
  border: 0.01rem solid #eaeaea;
  transition: all 0.3s;
  margin: 0 auto; }
  .m-mover a .icon {
    font-style: normal;
    font-size: 0.2rem;
    margin-right: 0.1rem; line-height: 1;
top: -0.01rem;
position: relative;}
  .m-mover a:hover {
    color: #004EC0;
    border-color: #004EC0; }

.signleft:before {
  content: "新";
  display: inline-block;
  background-color: #ff8400;
  width: 0.2rem;
  line-height: 0.18rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  overflow: hidden;
  height: 0.18rem;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 200;
  border-spacing: 0;
  margin-right: 0.1rem; }

[roll="false"] {
  overflow: hidden !important;
  height: 100vh !important; }

[roll="true"] {
  overflow: auto !important;
  height: auto !important; }

 [pc="hide"] {
    display: none; }

@media screen and (max-width: 980px) {
  [pc="hide"] {
    display: none; } }

@media screen and (max-width: 750px) {
  [wap="hide"] {
    display: none !important; }
  body {
    min-width: 320px; }
	
	.signleft:before{
		transform: scale(2);
		font-size: 0.12rem;
		border-radius: 2px;
		line-height: 0.16rem;
		width: 0.16rem;
		height: 0.16rem;
		margin-right: 0.2rem;
		margin-left: 0.1rem;
	}
  .title-box {
    flex-wrap: wrap; }
    .title-box .m-title {
      width: 100%; }
      .title-box .m-title .cn {
        font-size: 0.5rem;
        line-height: 0.5rem;
        font-weight: bold;
        text-align: center; }
        .title-box .m-title .cn:before {
          display: none; }
      .title-box .m-title .en {
        font-size: 0.34rem;
        line-height: 0.38rem;
        text-align: center; }
    .title-box .lable-tab {
      width: 100%;
      justify-content: center;
      flex-wrap: wrap; }
      .title-box .lable-tab .item {
        width: auto;
        flex-shrink: 0;
        height: 0.64rem;
        line-height: 0.6rem;
        font-size: 0.32rem;
        margin: 0.5rem 0.1rem 0;
	padding: 0 0.3rem;}
      .title-box .lable-tab:before {
        display: none; }
  .m-mover a {
    font-size: 0.28rem;
    width: 3rem;
    height: 0.9rem;
    border-radius: 3px; }
    .m-mover a .icon {
      font-size: 0.4rem; } }

.area {
  max-width: 14rem; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s; }
  .header .area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0 0.6rem;
    height: 1.1rem; 
	overflow: initial;}
  .header .white-logo, .header .black-logo {
    height: 0.6rem;
    position: relative; }
    .header .white-logo img, .header .black-logo img {
      display: block;
      height: 100%; }
  .header .black-logo {
    display: none; }
  .header .top-nav {
    margin-left: auto;
    width: 60%; }
    .header .top-nav .fir-ul {
      display: flex;
      justify-content: space-evenly; }
	  .header .top-nav .fir-ul .fir-li:hover .item{
	  		   height: 2.1rem;
	  } 
	  .header .top-nav .fir-ul .fir-li {
		  padding: 0 0.15rem;
	  }
      .header .top-nav .fir-ul .fir-li .nav-link {
        display: block;
        font-size: 0.18rem;
        color: #fff;
        line-height: 1.1rem;
        position: relative; }
        .header .top-nav .fir-ul .fir-li .nav-link:before {
          content: "";
          display: block;
          width: 0;
          height: 3px;
          background-color: #fff;
          position: absolute;
          left: 0;
          bottom: 0.25rem;
          transition: all 0.3s; }
        .header .top-nav .fir-ul .fir-li .nav-link:hover:before {
          width: 100%; }
      .header .top-nav .fir-ul .fir-li.active .nav-link {
        font-weight: bold; }
  .header .y-right {
    display: flex;
    align-items: center; }
    .header .y-right .top-search-btn {
      height: 26px;
     /* border-left: 1px solid #bbb;
      border-right: 1px solid #bbb;*/
      padding: 0 0.2rem;
      margin-right: 0.2rem;
      transform: skew(-10deg);
      cursor: pointer; }
      .header .y-right .top-search-btn .ico {
        transform: skew(10deg);
        display: block;
        width: 23px;
        height: 23px;
        overflow: hidden;
        background-image: url(../images/icon.png);
        background-size: 300px;
        background-position: 0 0; }
      .header .y-right .top-search-btn:hover .ico {
    
        transform: skew(10deg); }
    .header .y-right .m-language {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 90px;
      position: relative;
      cursor: pointer; }
      .header .y-right .m-language .ico {
        display: block;
        width: 0.22rem;
        height: 0.22rem;
        background-image: url(../images/language_icon_2.gif);
        background-size: 0.22rem;
        margin-right: 0.08rem; }
      .header .y-right .m-language p {
        font-size: 18px;
        color: #fff;
        line-height: 26px;
        position: relative;
        width: 0.6rem; }
        .header .y-right .m-language p:after {
          content: '';
          position: absolute;
          display: block;
          top: 3px;
          right: 0rem;
          width: 20px;
          height: 20px;
          background-image: url(../images/icon.png);
          background-size: 300px;
          background-position: -66px 0;
          transform: scale(0.8); }
      .header .y-right .m-language .lang-li {
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        text-align: center;
        border-radius: 0.04rem;
        opacity: 0;
        position: absolute;
        left: 0.1rem;
        top: 0.35rem;
        z-index: 999;
        transition: all .5s ease;
        padding: 0.1rem 0;
        }
        .header .y-right .m-language .lang-li a {
          display: block;
          color: #fff;
          font-size: 0.14rem;
          padding: 0.1rem 0.15rem;
          width: 1rem;
          }
          .header .y-right .m-language .lang-li a:hover {
            color: #004EC0; }
        .header .y-right .m-language .lang-li::before {
          content: '';
          position: absolute;
          top: -0.2rem;
          left: 50%;
          margin-left: -0.1rem;
          display: block;
          z-index: 5;
          border-color: transparent transparent rgba(255, 255, 255, 0.4) transparent;
          border-width: 0.1rem;
          border-style: solid; }
      .header .y-right .m-language:hover .lang-li {
        top: 0.5rem;
        opacity: 1; }
  .header.fixed {
    background-color: #fff;
    border-bottom: 1px solid #E2E2E2;
    box-shadow: 0 0 0.16rem 0 rgba(51, 51, 51, 0.06); }
    .header.fixed .area {
      height: 1.1rem; }
    .header.fixed .black-logo {
      display: block; }
    .header.fixed .white-logo {
      display: none; }
    .header.fixed .top-nav .fir-ul .fir-li .nav-link {
      color: #000;
      line-height: 1.1rem; }
	  .header .top-nav .fir-ul .fir-li.active .nav-link::before{
	  		  width: 100%;
	  }
      .header.fixed .top-nav .fir-ul .fir-li .nav-link:before {
        background-color: #004EC0; }
      .header.fixed .top-nav .fir-ul .fir-li .nav-link:hover {
        color: #004EC0; }
    .header.fixed .y-right .top-search-btn .ico {
      background-position: -23px 0; }
    .header.fixed .y-right .m-language .ico {
      background-image: url(../images/language_icon_1.gif); }
    .header.fixed .y-right .m-language p {
      color: #000; }
      .header.fixed .y-right .m-language p:after {
        background-position: -46px 0; }
    .header.fixed .y-right .lang-li {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      background: #fff; }
      .header.fixed .y-right .lang-li::before {
        border-color: transparent transparent #fff transparent; }
      .header.fixed .y-right .lang-li a {
        color: #000; }

.search-layer {
  position: fixed;
  width: 100%;
  height: 1.1rem;
  top: -1.6rem;
  left: 0;
  z-index: 1001;
  background-color: #fff;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2);
  padding: 0.25rem 0; }
  .search-layer .area {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center; 
	flex-direction: row-reverse;}
    .search-layer .area .icon, .search-layer .area .close {
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      flex-shrink: 0;
      background-color: #004EC0;
      border-radius:0 0.25rem 0.25rem 0 }
      .search-layer .area .icon:before, .search-layer .area .close:before {
        content: "";
        display: block;
        width: 0.23rem;
        height: 0.23rem;
        background-image: url(../images/icon.png);
        background-size: 3rem;
        background-position: 0rem 0;
        margin: 0.14rem auto; }
    .search-layer .area .close {
      border-radius:  0.25rem 0 0 0.25rem ;
      background-color: #777777; }
      .search-layer .area .close:before {
        background-position: -0.86rem 0; }
    .search-layer .area .text {
      border: 0.01rem solid #f5f5f5;
      outline: none;
      font-size: 0.22rem;
      color: #333;
      line-height: 0.48rem;
      flex-grow: 1;
      padding: 0 0 0 0.3rem; }


  .header .top-nav .fir-ul .item {
	  position: fixed;
	  left: 0;
	  top: 1.11rem;
	  z-index: 100;
	  width: 100%;
	  background-color: #fff;
		height: 0;
		overflow: hidden;transition: all 0.3s; }
		  .header .top-nav .fir-ul .item .box {
			  width: 14rem;
			  	margin: 0 auto;
			  	
			  display: flex;
		  }
    .header .top-nav .fir-ul .item .left-clumn {
      width: 70%; padding-top: 0.2rem;}
       .header .top-nav .fir-ul .item .left-clumn .itemlist {
        display: flex; }
         .header .top-nav .fir-ul .item .left-clumn .itemlist li {
          max-width: 30%;
          flex: 1;
          margin-right: 0.75rem; }
           .header .top-nav .fir-ul .item .left-clumn .itemlist li .itemsub {
            display: flex;
            align-items: center;
            justify-content: space-between;
            line-height: 0.66rem;
            font-size: 0.16rem;
            font-weight: bold;
            color: #333;
            border-bottom: 1px solid #EAEAEA;
            position: relative; }
             .header .top-nav .fir-ul .item .left-clumn .itemlist li .itemsub::after {
              content: "";
              display: block;
              width: 0.16rem;
              height: 0.16rem;
              background-image: url(../images/icon.png);
              background-size: 3rem;
              background-position: -1.1rem 0; }
             .header .top-nav .fir-ul .item .left-clumn .itemlist li .itemsub::before {
              content: "";
              display: block;
              width: 0.28rem;
              height: 3px;
              position: absolute;
              left: 0;
              bottom: 0;
              background: #004EC0; }
             .header .top-nav .fir-ul .item .left-clumn .itemlist li .itemsub:hover {
              color: #004EC0; }
         .header .top-nav .fir-ul .item .left-clumn .itemlist .tertiary .tertiarynav {
          display: flex;
          align-items: center;
          font-size: 0.16rem;
          color: #333;
          line-height: 0.24rem;
          margin: 0.15rem 0; }
           .header .top-nav .fir-ul .item .left-clumn .itemlist .tertiary .tertiarynav::after {
            content: "";
            display: block;
            width: 0.16rem;
            height: 0.16rem;
            background-image: url(../images/icon.png);
            background-size: 3rem;
            background-position: -1.1rem 0;
            margin-left: auto; }
           .header .top-nav .fir-ul .item .left-clumn .itemlist .tertiary .tertiarynav::before {
            content: "·";
            display: block;
            color: #333;
            line-height: 0.24rem;
            margin: 0 0.1rem 0 0.05rem;
            transition: all 0.3s; }
           .header .top-nav .fir-ul .item .left-clumn .itemlist .tertiary .tertiarynav:hover {
            color: #004EC0; }
             .header .top-nav .fir-ul .item .left-clumn .itemlist .tertiary .tertiarynav:hover::before {
              color: #004EC0;
              font-size: 0.3rem; }
     .header .top-nav .fir-ul .item .right-clumn {
      margin: 0.5rem 0 0.2rem;
      border-left: 1px solid #EAEAEA;
      padding: 0 0.4rem;
      flex-shrink: 0;
      width: 24%;
      height: 1.2rem; }
       .header .top-nav .fir-ul .item .right-clumn img {
        border-radius: 0.1rem; }

.index-banner-box {
  position: relative; }
  .index-banner-box .swiper-container {
    height: 100%;
    overflow: hidden; }
    .index-banner-box .swiper-container .swiper-slide {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .index-banner-box .swiper-container .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
		 transition:1s linear 2s;
		 		transform:scale(1,1);}
				.index-banner-box .swiper-container .swiper-slide-active img,.index-banner-box .swiper-container .swiper-slide-duplicate-active img{
						transition:6s linear;
						transform:scale(1.1,1.1);
						}	
      .index-banner-box .swiper-container .swiper-slide .u-text {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10; }
        .index-banner-box .swiper-container .swiper-slide .u-text .area {
          display: flex;
          flex-flow: column;
          justify-items: center;
          height: 100%;
          justify-content: center; }
          .index-banner-box .swiper-container .swiper-slide .u-text .area h3 {
            width: 14rem;
            text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
            font-size: 0.5rem;
            color: #fff;
            line-height: 0.6rem; }
          .index-banner-box .swiper-container .swiper-slide .u-text .area p {
            width: 14rem;
            text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
            font-size: 0.3rem;
            color: #fff;
            line-height: 0.5rem;
            margin-top: 0.3rem; }
      .index-banner-box .swiper-container .swiper-slide:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6)); }
  .index-banner-box .scroll-down {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    z-index: 10;
    width: 1rem;
    margin-left: -0.5rem; }
    .index-banner-box .scroll-down .mouse {
      width: 0.3rem;
      height: 0.48rem;
      border: 3px solid #ffff;
      border-radius: 0.15rem;
      margin: 0 auto 0.1rem;
      overflow: hidden;
      position: relative; }
      .index-banner-box .scroll-down .mouse::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -0.04rem;
        width: 0.08rem;
        height: 0.16rem;
        background-color: #fff;
        border-radius: 0.04rem;
        animation: scrollDown 2s infinite linear; }

@keyframes scrollDown {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 0.3rem);
    opacity: 0; } }
    .index-banner-box .scroll-down p {
      font-size: 12px;
      color: #fff;
      line-height: 1.5;
      text-align: center; }
  .index-banner-box .swiper-pagination {
    width: 3rem;
    right: 50%;
    margin-right: -1.5rem;
    bottom: 0.1rem;
    left: initial; }
    .index-banner-box .swiper-pagination span {
      background-color: transparent;
      opacity: 1;
      width: 20px;
      margin: 0 0.05rem; }
      .index-banner-box .swiper-pagination span.swiper-pagination-bullet-active:before {
        background-color: #fff; }
      .index-banner-box .swiper-pagination span:before {
        content: "";
        display: block;
        width: 20px;
        height: 5px;
        background-color: #b2b2b2;
        border-radius: 1px; }
  .index-banner-box .swiper-button-prev {
    left: 0.6rem; }
  .index-banner-box .swiper-button-next {
    right: 0.6rem; }
  .index-banner-box .swiper-button-prev::after, .index-banner-box .swiper-button-next::after {
	  font-size: 0.3rem;
    color: rgba(255, 255, 255, 0.8); }
	.index-banner-box .swiper-button-prev:hover::before, .index-banner-box .swiper-button-next:hover::before{
		background-color: rgba(0, 0, 0, 0.5);
	}
	
	.index-banner-box .swiper-button-prev::before, .index-banner-box .swiper-button-next::before{
		content: "";
		display: block;
		background-color: rgba(0, 0, 0, 0.1);
		width: 0.5rem;
		height: 0.65rem;
		border-radius: 5px;
		position: absolute;
		z-index: -1;
	}

.news-box {
  padding: 0.7rem 0 0.6rem;
  position: relative; }
  .news-box:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1.1rem;
    left: -0.65rem;
    z-index: -1;
    width: 2.8rem;
    height: 5.96rem;
    background: url(../images/newsicon.png) no-repeat; }
  .news-box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 3.3rem;
    height: 5rem;
    background: url(../images/newbg.png) no-repeat; }
  .news-box .area .news-con {
    display: none; }
    .news-box .area .news-con.active {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 0.5rem; }
    .news-box .area .news-con .left-clumn {
      width: 8.45rem;
      height: 4.85rem;
      overflow: hidden; }
      .news-box .area .news-con .left-clumn .swiper-container {
        height: 100%;
        position: relative; }
        .news-box .area .news-con .left-clumn .swiper-container .swiper-slide:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 5;
          background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8)); }
        .news-box .area .news-con .left-clumn .swiper-container .swiper-slide .u-text {
          position: absolute;
          left: 0;
          bottom: 0.2rem;
          right: 0;
          padding: 0 0.25rem;
          z-index: 10; }
          .news-box .area .news-con .left-clumn .swiper-container .swiper-slide .u-text p {
            font-size: 0.18rem;
            color: #fff;
            line-height: 0.26rem; }
          .news-box .area .news-con .left-clumn .swiper-container .swiper-slide .u-text h3 {
            font-size: 0.22rem;
            color: #fff;
            line-height: 0.32rem;
            font-weight: normal; }
        .news-box .area .news-con .left-clumn .swiper-container .swiper-slide .u-img {
          transition: all 0.3s; }
        .news-box .area .news-con .left-clumn .swiper-container .swiper-slide:hover .u-img {
          transform: scale(1.1); }
      .news-box .area .news-con .left-clumn .swiper-button-prev {
        left: 0.2rem;
        }
      .news-box .area .news-con .left-clumn .swiper-button-next {
        right: 0.2rem;
        }
      .news-box .area .news-con .left-clumn .swiper-button-prev::after, .news-box .area .news-con .left-clumn .swiper-button-next::after {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.2rem;
        }
		.news-box .area .news-con .left-clumn .swiper-button-prev::before, .news-box .area .news-con .left-clumn .swiper-button-next::before {
		 content: "";
		 display: block;
		 background-color: rgba(0, 0, 0, 0.4);
		 width: 0.4rem;
		 height: 0.5rem;
		 border-radius: 5px;
		 position: absolute;
		 z-index: -1;
		 }
		 .news-box .area .news-con .left-clumn .swiper-button-prev:hover::before, .news-box .area .news-con .left-clumn .swiper-button-next:hover::before {
		 
		  background-color: rgba(0, 0, 0, 0.4);
		
		  }
		
		
      .news-box .area .news-con .left-clumn .swiper-pagination {
        width: 3rem;
        right: 0.2rem;
        bottom: initial;
        top: 0.2rem;
        left: initial;
        text-align: right; }
        .news-box .area .news-con .left-clumn .swiper-pagination span {
          background-color: transparent;
          opacity: 1; }
          .news-box .area .news-con .left-clumn .swiper-pagination span.swiper-pagination-bullet-active:before {
            background-color: #fff; }
          .news-box .area .news-con .left-clumn .swiper-pagination span:before {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            background-color: #b2b2b2;
            border-radius: 50%; }
    .news-box .area .news-con .right-clumn {
      flex: 1;
      margin-left: 0.6rem;
      display: flex;
      flex-direction: column;
      /* justify-content: space-between; */
      }
      .news-box .area .news-con .right-clumn .items {
        border-bottom: 1px solid rgba(187, 187, 187, 0.49);
        position: relative;
        padding-bottom: 0.2rem;
        height: 1rem;
        margin-bottom: 0.3rem;
        }
		.news-box .area .news-con .right-clumn .items::before{
			content: "";
			display: block;
			width: 0;
			height: 1px;
			background-color: #004ec0;
			position: absolute;
			left: 0;
			bottom: 0;
			transition: all 0.3s;
		}
        .news-box .area .news-con .right-clumn .items a {
          display: flex;
          position: relative; }
          .news-box .area .news-con .right-clumn .items a .m-text .u-title {
            height: 0.6rem;
            font-size: 0.18rem;
            font-weight: 400;
            color: #000;
            line-height: 1.5;
            transition: all 0.3s; }
.news-box .area .news-con .right-clumn .items a .m-text .time {color: #999;font-size: 0.14rem;}
          .news-box .area .news-con .right-clumn .items a .m-text .u-date {
            font-size: 0.14rem;
            color: #999;
            line-height: 0.2rem;
            margin-top: 0.1rem; }
        .news-box .area .news-con .right-clumn .items:hover::before {
          width: 100%; }
          .news-box .area .news-con .right-clumn .items:hover a .u-title {
            color: #004EC0; }
          .news-box .area .news-con .right-clumn .items:hover a .u-date {
            color: #004EC0; }
    .news-box .area .news-con .m-mover {
      margin: 0.6rem auto 0;
      width: 100%; }

.card1 .u-img {
  width: 100%;
  height: 2.3rem; }

.card1 .u-text {
  padding: 0.2rem;
  background: #fff;
  transition: all 0.3s;
height: 1.6rem;}
  .card1 .u-text h3 {
    font-size: 16px;
    color: #000;
    line-height: 24px; }
  .card1 .u-text .elli2 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 0.15rem; }

.card1:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
  .card1:hover .u-img img {
    transform: scale(1.1); }
  .card1:hover .u-text {
    background: #004EC0; }
    .card1:hover .u-text .elli2, .card1:hover .u-text h3 {
      color: #fff; }

.research-box {
  background: url(../images/researchbg.jpg) no-repeat center/cover;
  padding: 0.8rem 0 0.45rem; }
  .research-box .title-box .m-title .en {
    color: #e4e4e4; }
  .research-box .research-con .lable-con {
    display: none; }
    .research-box .research-con .lable-con.active {
      display: block; }
  .research-box .research-con .itemsub {
    display: flex;
    justify-content: center;
    margin-top: 0.1rem; }
    .research-box .research-con .itemsub .sub-col {
      font-size: 0.22rem;
      line-height: 0.3rem;
      color: #999;
      margin: 0 0.24rem;
      cursor: pointer; }
      .research-box .research-con .itemsub .sub-col i {
        display: block;
        font-size: 0.5rem;
        line-height: 0.7rem;
        color: #e6e6e6;
        font-style: normal;
        text-align: center;
        margin-bottom: -0.28rem; }
      .research-box .research-con .itemsub .sub-col::after {
        content: "";
        display: block;
        width: 0.3rem;
        height: 3px;
        background: transparent;
        margin: 0 auto; }
      .research-box .research-con .itemsub .sub-col:hover {
        color: #004EC0; }
      .research-box .research-con .itemsub .sub-col.active {
        color: #004EC0; }
        .research-box .research-con .itemsub .sub-col.active::after {
          background: #004EC0; }
  .research-box .research-con .sub-col-con .swiper {
    display: none;
    width: 12rem; }
    .research-box .research-con .sub-col-con .swiper.active {
      display: block;
      overflow: hidden; }
    .research-box .research-con .sub-col-con .swiper .intro {
      padding: 0.3rem 0 0.2rem;
      font-size: 0.16rem;
      line-height: 0.35rem;
      color: #000; }
  .research-box .research-con .sub-col-con .m-mover {
    margin-top: 0.66rem; }
    .research-box .research-con .sub-col-con .m-mover a {
      background: #fff; }
  .research-box .swiper-button-prev {
    left: 0.4rem; }
  .research-box .swiper-button-next {
    right: 0.4rem; }
  .research-box .swiper-button-prev, .research-box .swiper-button-next {
	    
    top: 40%; }
    .research-box .swiper-button-prev::after, .research-box .swiper-button-next::after {
      color: #cccccc; }
	  .research-box .swiper-button-prev:hover::after, .research-box .swiper-button-next:hover::after {
	    color: #004EC0; }
  .research-box .swiper-pagination {
    bottom: 0.85rem; }
    .research-box .swiper-pagination span {
      background-color: transparent;
      opacity: 1; }
      .research-box .swiper-pagination span.swiper-pagination-bullet-active:before {
        background-color: #004EC0; }
      .research-box .swiper-pagination span:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: #b2b2b2;
        border-radius: 50%; }

.overview-box {
  padding-top: 0.6rem; }
  .overview-box .overview-con {
    display: none; }
    .overview-box .overview-con.active {
      display: block; }
  .overview-box .overview-top {
    display: flex;
    align-items: center;
    padding:0.3rem 0 0.6rem 0;
    border-bottom: 1px solid #E8E8E8; }
    .overview-box .overview-top .left-clumn {
      width: 7.1rem;
      height: 4.7rem;
      flex-shrink: 0;
      margin-right: 0.8rem; }
    .overview-box .overview-top .right-clumn {
      flex: 1;
      background-image: url(../images/overviewbg.png);
      background-size: 2.88rem;
      background-position: center;
      background-repeat: no-repeat; }
      .overview-box .overview-top .right-clumn h2 {
        font-size: 0.28rem;
        color: #000;
        line-height: 0.4rem; 
		  padding: 0.2rem 0 0 0;
}
        .overview-box .overview-top .right-clumn h2::after {
          content: "";
          display: block;
          width: 0.3rem;
          height: 3px;
          background: #CFCFCF;
          margin-top: 0.38rem; }
      .overview-box .overview-top .right-clumn p {
        font-size: 0.18rem;
        line-height: 0.34rem;
        color: #666;
        margin-top: 0.3rem; }
      .overview-box .overview-top .right-clumn .m-mover {
        margin-top: 0.8rem; }
        .overview-box .overview-top .right-clumn .m-mover a {
          margin: 0; }
  .overview-box .m-datalist ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0; }
    .overview-box .m-datalist ul li {
      flex-grow: 1;
      text-align: center;
      position: relative; }
      .overview-box .m-datalist ul li:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 25px;
        background: #DEDEDE;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -12px; }
      .overview-box .m-datalist ul li:first-child:before {
        display: none; }
      .overview-box .m-datalist ul li .y-top strong {
        font-size: 0.36rem;
        color: #5a5a5a; }
      .overview-box .m-datalist ul li .y-top span {
        font-size: 0.16rem;
        color: #5a5a5a; }
      .overview-box .m-datalist ul li p {
        font-size: 0.16rem;
        color: #5a5a5a;
        margin-top: 0.15rem; }

.links {
  padding: 0.63rem 0 1.1rem;
  background-color: #F3F3F3; }
  .links .links-list {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap; }
    .links .links-list a {
      display: block;
      width: 3.3rem;
      height: 1rem;
      margin: 0 0.1rem 0.24rem;
      transition: all 0.3s;
      position: relative;
      bottom: 0; }
      .links .links-list a:hover {
        box-shadow: 0px 5px 6px 0 rgba(0, 0, 0, 0.2);
        bottom: 0.05rem; }

.footer {
  background: url(../images/footerbg.jpg) no-repeat center/cover;
  padding: 0.9rem 0 0;
  color: #fff;
  position: relative; }
  .footer .area {
    z-index: 10; }
  .footer::after {
    content: "";
    display: block;
    background-color: rgba(19, 19, 27, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
  .footer .footer-contact-con {
    overflow: hidden;
    margin-bottom: 1.2rem;
    display: flex; }
    .footer .footer-contact-con .left-clumn {
      width: 4.15rem;
      border-right: 1px solid #454545; }
      .footer .footer-contact-con .left-clumn .footer-logo {
        display: block;
        margin: 0 0 0.4rem; }
        .footer .footer-contact-con .left-clumn .footer-logo img {
          display: block;
          height: 0.72rem; }
      .footer .footer-contact-con .left-clumn .footer-contact span {
        padding: 0 0  0.1rem 0;
        display: block;
        line-height: 0.24rem;
        font-size: 0.14rem;
        color: #ddd; }
    .footer .footer-contact-con .content-clumn {
      width: 8.2rem;
      display: flex;
      justify-content: space-evenly;
      /*border-right: 1px solid #454545;*/
	   padding-left: 0.4rem;}
      .footer .footer-contact-con .content-clumn .items {
        width: 20%;}
        .footer .footer-contact-con .content-clumn .items h3 {
          font-size: 0.18rem;
          color: #fff;
          margin-bottom: 0.3rem; font-weight: normal;}
        .footer .footer-contact-con .content-clumn .items a {
          display: block;
          font-size: 0.14rem;
          color: #A7A7A7;
          line-height: 0.24rem; padding: 0 0 0.1rem 0;}
          .footer .footer-contact-con .content-clumn .items a:hover {
            color: #fff;
            text-decoration: underline; }
    .footer .footer-contact-con .right-column {
      flex: 1; padding: 0 0 0 0.4rem;}
      .footer .footer-contact-con .right-column .items .u-img {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0 auto 0.2rem; }
      .footer .footer-contact-con .right-column .items span {
        display: block;
        font-size: 0.14rem;
        text-align: center; }
  .footer .links-box {
    border-top: 1px solid rgba(187, 187, 187, 0.22);
    display: flex;
    padding: 0.28rem 0; }
    .footer .links-box label {
      display: block;
      width: 0.55rem;
      flex-shrink: 0;
      font-size: 0.16rem;
      line-height: 0.24rem;
      color: rgba(255, 255, 255, 0.61); }
    .footer .links-box .links-list {
      flex-grow: 1; }
      .footer .links-box .links-list a {
        display: inline-block;
        font-size: 0.14rem;
        line-height: 0.24rem;
        color: rgba(255, 255, 255, 0.61);
        padding: 0 0.1rem; }
        .footer .links-box .links-list a:hover {
          color: #fff; }
  .footer .copyright {
    background-color: rgba(0, 0, 0, 0.46);
    height: 0.6rem;
    padding: 0.2rem 0; }
    .footer .copyright .area {
      display: flex;
      justify-content: space-between; }
    .footer .copyright p {
      font-size: 0.14rem;
      color: rgba(255, 255, 255, 0.61);
      line-height: 0.2rem;
      text-align: left; }
	  .footer .copyright p a{
		   color: rgba(255, 255, 255, 0.61);
	  }
      .footer .copyright p span {
        margin: 0 0.5rem 0 0; }
		
    .footer .copyright .right-column a {
      font-size: 0.14rem;
      color: rgba(255, 255, 255, 0.61);
      line-height: 0.2rem;
      margin: 0 0.15rem; }
      .footer .copyright .right-column a:hover {
        color: #fff; }

.fixedright-box {
  position: fixed;
  top: 50%;
  right: 0.1rem;
  z-index: 99;
  display: none;
 border: 1px solid #dfdfdf; }
  .fixedright-box li {
    border-bottom: 0.01rem solid #dfdfdf;
    background: #fff;
    padding: 0.1rem 0.2rem; }
    .fixedright-box li:last-child {
      border: none; }
    .fixedright-box li:hover {
      background: #004EC0; }
	   .fixedright-box li:hover a span{
		   color: #fff;
	   }
	    .fixedright-box li:hover a .icon{
			filter: invert(1);
			opacity: 1;
		}
    .fixedright-box li a .icon {
      display: block;
      overflow: hidden;
      width: 0.25rem;
      height: 0.25rem;
      margin: 0 auto;
      background-image: url(../images/icon.png);
      background-repeat: no-repeat;
      background-size: 3rem; 
	  opacity: 0.5;
	  }
    .fixedright-box li a span {
      display: block;
      width: 24px;
      font-size: 12px;
      color: #9A9A9A;
      line-height: 14px;
      margin-top: 6px; }
    .fixedright-box li:nth-child(1) a .icon {
      background-position: -1.51rem 0; }
    .fixedright-box li:nth-child(2) a .icon {
      background-position: -1.27rem 0; }
    .fixedright-box li:nth-child(3) a .icon {
      background-position: -1.75rem 0; }

.in-title-box .in-mini-banner {
  height: 4rem;
  width: 100%;
  margin-bottom: -0.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .in-title-box .in-mini-banner .u-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .in-title-box .in-mini-banner .m-title {
    position: relative;
    z-index: 10; }
    .in-title-box .in-mini-banner .m-title h2 {
      font-size: 0.5rem;
      color: #fff;
      line-height: 0.7rem;
      text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
      text-align: center; }
    .in-title-box .in-mini-banner .m-title p {
      font-size: 0.28rem;
      color: #fff;
      line-height: 0.4rem;
      text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
      text-align: center; }
  .in-title-box .in-mini-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0)); }

.in-title-box .area {
  display: flex;position: relative;z-index: 2; }
  .in-title-box .area .left-clumn {
    width: 2.7rem;
    margin-right: 0.45rem;
    padding-bottom: 0.2rem;
    flex-shrink: 0; }
    .in-title-box .area .left-clumn h2 {
      position: relative;
      background: url(../images/titlebg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 1.4rem; }
      .in-title-box .area .left-clumn h2 span {
        display: block;
        height: 1rem;
        position: absolute;
        z-index: 2;
        top: 0.1rem;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 0.28rem;
        overflow: hidden;
        color: #fff;
        text-align: center;
        line-height: 1rem; }
      .in-title-box .area .left-clumn h2:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 42, 119, 0.83); }
    .in-title-box .area .left-clumn .nav-list {
      padding-left: 0.2rem;
      padding-bottom: 0.25rem;
      margin-top: -0.25rem;
      z-index: 10;
      position: relative; }
      .in-title-box .area .left-clumn .nav-list:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.25rem;
        height: calc(100% - 0.2rem);
        width: 100%;
        z-index: -1;
        background-color: #F7F9FD; }
      .in-title-box .area .left-clumn .nav-list ul {
        background-color: #fff; }
        .in-title-box .area .left-clumn .nav-list ul li {
          position: relative;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between;
          }
          .in-title-box .area .left-clumn .nav-list ul li.active, .in-title-box .area .left-clumn .nav-list ul li.expand {
            background-color: #dbe8ff; }
            .in-title-box .area .left-clumn .nav-list ul li.active .link, .in-title-box .area .left-clumn .nav-list ul li.expand .link {
              color: #004EC0; }
              .in-title-box .area .left-clumn .nav-list ul li.active .link:before, .in-title-box .area .left-clumn .nav-list ul li.expand .link:before {
                width: 0.1rem; }
          .in-title-box .area .left-clumn .nav-list ul li .icon {
            z-index: 10;
            width: 0.5rem;
            height: 0.8rem;
            background-image: url(../images/add.png);
            background-size: 0.2rem;
            background-repeat: no-repeat;
            background-position: right 10px center;
            }
          .in-title-box .area .left-clumn .nav-list ul li .subnav-box {
            overflow: hidden;
            width: 100%;
            }
            .in-title-box .area .left-clumn .nav-list ul li .subnav-box li {
              padding: 0;
              border-left: 0.1rem solid #fff; }
              .in-title-box .area .left-clumn .nav-list ul li .subnav-box li a {
                min-height: 0.8rem;
                height: auto;
                font-size: 0.16rem;
                color: #000;
                line-height: 1.5;
                padding-left: 0.4rem;
                padding-top: 0.15rem;
                padding-bottom: 0.15rem;
                display: flex;
                align-items: center;
                transition: all 0.3s; }
                .in-title-box .area .left-clumn .nav-list ul li .subnav-box li a:before {
                  display: none; }
              .in-title-box .area .left-clumn .nav-list ul li .subnav-box li:hover, .in-title-box .area .left-clumn .nav-list ul li .subnav-box li.on {
                background-color: #dbe8ff;
                border-left: 0.1rem solid #dbe8ff; }
                .in-title-box .area .left-clumn .nav-list ul li .subnav-box li:hover a, .in-title-box .area .left-clumn .nav-list ul li .subnav-box li.on a {
                  color: #0c42a4; }
          .in-title-box .area .left-clumn .nav-list ul li .link {
            margin: 0 0.18rem;
            border-bottom: 1px solid #eaeaea;
            display: block;
            font-size: 0.18rem;
            color: #000;
            line-height: 0.8rem;
            padding-left: 0.2rem;
            transition: all 0.3s;
            position: relative;
            width: 1.6rem;
            }
            .in-title-box .area .left-clumn .nav-list ul li .link:before {
              content: "";
              position: absolute;
              left: -0.18rem;
              width: 0;
              height: 100%;
              background-color: #004ec0;
              transition: all 0.3s; }
          .in-title-box .area .left-clumn .nav-list ul li:hover a {
            color: #0c42a4; }
            .in-title-box .area .left-clumn .nav-list ul li:hover a:before {
              width: 0.1rem; }
          .in-title-box .area .left-clumn .nav-list ul li.expand .icon {
            background-image: url(../images/minus.png); }
  .in-title-box .area .right-clumn {
    flex-grow: 1;
    max-width: 11rem;
    overflow: hidden; }
    .in-title-box .area .right-clumn .sec-nav {
      display: flex;
      height: 0.8rem;
      align-items: center; }
      .in-title-box .area .right-clumn .sec-nav span {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../images/icon.png);
        background-position: -200px 0;
        background-size: 300px;
        margin-right: 0.1rem; }
      .in-title-box .area .right-clumn .sec-nav a {
        color: #fff;
        line-height: 0.8rem;
        font-size: 14px;position: relative; }
        .in-title-box .area .right-clumn .sec-nav a::after {
          content: "/";
          padding: 0 0.1rem; }
		  .in-title-box .area .right-clumn .sec-nav a::before{
			   content: "";
			   position: absolute;
			   left: -0.05rem;
			   opacity: 0;
			   bottom: 0.3rem;
			   height: 1px;
			   width: calc(100% - 0.2rem);
			   background-color: #fff;
			   transition: all 0.3s;
		   } 
		   .in-title-box .area .right-clumn .sec-nav a:hover::before{
			  opacity: 1;
		   }


        .in-title-box .area .right-clumn .sec-nav a:last-child:after {
         opacity: 0; }
  
          .in-title-box .area .right-clumn .sec-nav a:hover::after {
            color: #fff;}

.in-title-box .top-box {
  padding: 0.28rem 0 0.18rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .in-title-box .top-box .article-title {
    font-size: 0.18rem;
    color: #101010;
    line-height: 0.4rem; }
    .in-title-box .top-box .article-title::before {
      content: "";
      display: inline-block;
      width: 22px;
      height: 22px;
      background-image: url(../images/icon.png);
      background-size: 300px;
      background-position: -222px 0;
      vertical-align: middle;
      margin-right: 0.1rem; }
  .in-title-box .top-box .search {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden; }
    .in-title-box .top-box .search .text {
      background-color: #f0f0f0;
      width: 2.75rem;
      line-height: 0.4rem;
      border: none;
      padding: 0 0.2rem; }
    .in-title-box .top-box .search .btn {
      width: 0.23rem;
      height: 0.4rem;
      background-image: url(../images/icon.png);
      background-position: -0.23rem 0.1rem;
      background-color: #f0f0f0;
      background-repeat: no-repeat;
      background-size: 3rem;
      cursor: pointer; }
      .in-title-box .top-box .search .btn:hover {
        opacity: 1; }

.in-title-box .in-article-con{min-height: 3rem;}
.in-title-box .in-article-con .title h2 {
  font-size: 0.28rem;
  color: #101010;
  line-height: 0.4rem;
  text-align: center;
  padding: 0 0.4rem 0.35rem 0.4rem;}

.in-title-box .in-article-con .title .in-article-info {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #333;
  line-height: 0.54rem;
  background-color: #f9f9f9; }
  .in-title-box .in-article-con .title .in-article-info div {
    padding: 0 0.2rem; }

.in-title-box .article-details {
  margin: 0.3rem 0;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #000;
  padding-bottom: 1rem; }
  .in-title-box .article-details p img {
    display: block;
    width: 60%;
    margin: 0.2rem auto;
    border-radius: 10px; }

.in-title-box .annex {
  padding: 0.25rem 0; }
  .in-title-box .annex h3 {
    font-size: 0.18rem;
    color: #101010; }
  .in-title-box .annex a {
    display: block;
    font-size: 0.18rem;
    color: #0C42A4;
    line-height: 0.3rem;
    font-weight: 400;
    margin-top: 0.2rem; }
    .in-title-box .annex a:before {
      content: "";
      display: inline-block;
      width: 0.2rem;
      height: 0.2rem;
      background-image: url(../images/download.png);
      background-size: cover;
      vertical-align: middle;
      margin-right: 0.15rem; }
    .in-title-box .annex a:hover {
      text-decoration: underline; }

.in-title-box .paging-box ul {
  display: flex;
  justify-content: center; }

.in-title-box .paging-box a, .in-title-box .paging-box span {
  display: inline-block;
  width: 0.38rem;
  height: 0.45rem;
  font-size: 0.16rem;
  color: #999;
  text-align: center;
  line-height: 0.45rem;
  border: 1px solid #bbb;
  margin: 0 0.05rem;
  border-radius: 2px; }

.in-title-box .paging-box span, .in-title-box .paging-box a:hover{
  border: 1px solid #004EC0;
  color: #004EC0; }
.in-title-box .paging-box li.active a{
	background-color: #004EC0 ;
	 color: #fff; 
	border: 1px solid #004EC0;
}
.in-title-box .recommend-box {
  margin: 0.45rem 0 0.9rem;
  background-color: #f9f9f9;
  display: flex; }
  .in-title-box .recommend-box .Previous,
  .in-title-box .recommend-box .Next {
    width: 50%; }
    .in-title-box .recommend-box .Previous a,
    .in-title-box .recommend-box .Next a {
      padding: 0.2rem;
      display: block; }
    .in-title-box .recommend-box .Previous h3,
    .in-title-box .recommend-box .Next h3 {
      font-size: 14px;
      color: #999;
      line-height: 1.5; font-weight: normal;}
    .in-title-box .recommend-box .Previous p,
    .in-title-box .recommend-box .Next p {
      font-size: 14px;
      color: #101010;
      line-height: 1.5;
      margin-top: 0.15rem; }
 .in-title-box .recommend-box .Previous:hover,
    .in-title-box .recommend-box .Next:hover {
background: #004EC0; color: #fff;}
    .in-title-box .recommend-box .Previous:hover p,
    .in-title-box .recommend-box .Next:hover p {
      color: #fff; }
  .in-title-box .recommend-box .Next h3, .in-title-box .recommend-box .Next p {
    text-align: right; }

.in-title-box .platform-details .details-tit {
  font-size: 0.18rem;
  color: #101010;
  line-height: 0.3rem;
  font-weight: bold; }
  .in-title-box .platform-details .details-tit:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 0.16rem;
    background-color: #004EC0;
    vertical-align: middle;
    margin-right: 0.15rem; }

.in-title-box .platform-details .article-details {
  padding-bottom: 0.15rem; }
  .in-title-box .platform-details .article-details .u-video{
	  width: 80%;
	  margin: 0 auto;
  }
  .in-title-box .platform-details .article-details p img {
    width: 70%;
	margin-left: auto;
	margin-right: auto;
    border-radius: 0; }

.study-leader-pages .in-article-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1rem; }
  .study-leader-pages .in-article-con .study-leader-card {
    width: 49%;
    padding: 0.2rem;
    min-height: 2.75rem;
    border: 1px solid #ececec;
    display: flex;
    margin: 0.1rem 0; }
    .study-leader-pages .in-article-con .study-leader-card:nth-child(-n+3) {
      width: 100%;
      height: auto; }
      .study-leader-pages .in-article-con .study-leader-card:nth-child(-n+3) .u-img {
        width: 2rem;
        height: auto;
		min-height: 2.8rem;
		}
      .study-leader-pages .in-article-con .study-leader-card:nth-child(-n+3) .r-text .name {
        font-size: 0.28rem;
        line-height: 0.44rem; }
      .study-leader-pages .in-article-con .study-leader-card:nth-child(-n+3) .r-text .titles {
        font-size: 0.18rem; }
      .study-leader-pages .in-article-con .study-leader-card:nth-child(-n+3) .r-text .introduce {
        font-size: 0.16rem; }
    .study-leader-pages .in-article-con .study-leader-card:hover {
      background-color: #F2F2F2;
      background-image: url(../images/overviewbg.png);
      background-position: right 0.15rem bottom 0.15rem;
      background-repeat: no-repeat;
      background-size: 1.25rem; }
    .study-leader-pages .in-article-con .study-leader-card .u-img {
      width: 37.5%;
      height: auto;
      flex-shrink: 0;
      margin-right: 0.35rem; }
    .study-leader-pages .in-article-con .study-leader-card .r-text .name {
      font-size: 0.24rem;
      line-height: 0.34rem;
      color: #101010;
      margin-top: 0.15rem;
      font-weight: bold; }
    .study-leader-pages .in-article-con .study-leader-card .r-text .titles {
      font-size: 0.16rem;
      line-height: 0.28rem;
      color: #999;
      margin-top: 5px; }
    .study-leader-pages .in-article-con .study-leader-card .r-text .introduce {
      font-size: 0.14rem;
      color: #5A5A5A;
      line-height: 0.3rem; }
      .study-leader-pages .in-article-con .study-leader-card .r-text .introduce:before {
        content: "";
        display: block;
        width: 0.26rem;
        height: 3px;
        background: #004EC0;
        margin: 0.2rem 0; }

.talent-team-pages .in-article-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0.1rem;
  padding-bottom: 0.65rem; }
.talent-team-pages .in-article-con:after{
	content:
	"";
	display:
	block;
	width:2.35rem;
	height: 1px;
}
  .talent-team-pages .in-article-con .talent-team-card {
    width: 2.35rem;
    margin-bottom: 0.25rem; }
    .talent-team-pages .in-article-con .talent-team-card .u-img {
      width: 100%;
      height: 3.15rem;
      box-shadow: 0.1rem 0.1rem 0 0 #F2F2F2;
      transition: all 0.3s; }
    .talent-team-pages .in-article-con .talent-team-card .r-text .name {
      font-size: 0.2rem;
      line-height: 0.42rem;
      color: #101010;
      margin-top: 0.15rem;
      font-weight: bold;
      text-align: center; }
    .talent-team-pages .in-article-con .talent-team-card .r-text .titles {
      font-size: 0.14rem;
      line-height: 0.2rem;
      color: #999;
      text-align: center; }
    .talent-team-pages .in-article-con .talent-team-card:hover .u-img {
      box-shadow: 0.12rem 0.12rem 0 0 rgba(0, 78, 192, 0.2); }
      .talent-team-pages .in-article-con .talent-team-card:hover .u-img img {
        transform: scale(1.02); }
    .talent-team-pages .in-article-con .talent-team-card:hover .r-text .name {
      color: #004EC0; }

.video-pages .in-article-con {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem; }
  .video-pages .in-article-con .video-card {
    width: 3.4rem;
    
	margin-right: 0.32rem;
    cursor: pointer; }
	.video-pages .in-article-con .video-card:hover .u-img:before{
		background-color: rgba(255,255,255,0.5);
	} 
	
	.video-pages .in-article-con .video-card:hover .u-img img{
		transform: scale(1.1);
	} 
	  .video-pages .in-article-con .video-card:nth-child(3n){
		margin-right: 0;
	  }
	.video-pages .in-article-con .video-card .u-img{
		width: 100%;
		height: 2.05rem;
		position: relative;
		background-color: #000;
	}
	.video-pages .in-article-con .video-card .u-img:before{
		content: "";
		display: block;
		width: 0.63rem;
		height: 0.63rem;
		background-color: rgba(255,255,255,0.28);
		background-image: url(../images/play.png);
		background-size: 0.3rem;
		background-position: top 50% left 60%;
		background-repeat: no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 50%;
		margin-left: -0.32rem;
		margin-top: -0.32rem;
	}
	.video-pages .in-article-con .video-card .u-img img{
		opacity: 0.65;
	}
    .video-pages .in-article-con .video-card .u-title {
      background-color: #F6F6F6;
      font-size: 0.16rem;
      line-height: 0.75rem;
      padding: 0 0.2rem;
      color: #000; }
    .video-pages .in-article-con .video-card:hover .u-title {
     background-color: #004EC0; 
	 color: #F6F6F6;
	}

.news-list-pages .in-article-con {
  padding-bottom: 1.1rem; }
  .news-list-pages .in-article-con .news-card {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px dashed #E4E4E4;
    display: flex;
    position: relative; }
	.news-list-pages .in-article-con .news-card.topping:hover .u-img{
		box-shadow: 10px 10px 0 0 #EBF3FF;
	}
	.news-list-pages .in-article-con .news-card.topping .u-img{
		box-shadow: 10px 10px 0 0 #f2f2f2;
		transition: all 0.3s;
	}
    .news-list-pages .in-article-con .news-card .u-img {
      width: 3rem;
      height: 1.8rem;
      flex-shrink: 0;
	    margin-right: 0.45rem;}
    .news-list-pages .in-article-con .news-card .r-text {
      flex: 1;
      }
      .news-list-pages .in-article-con .news-card .r-text h4 {
        font-size: 0.18rem;
        line-height: 0.3rem;
        color: #000;
        font-weight: normal; position: relative;}
        .news-list-pages .in-article-con .news-card .r-text h4::after,
		.news-list-pages .in-article-con .news-card .r-text h4::before{
          content: "";
          display: block;
          width: 0.36rem;
          height: 2px;
          background: #DEDEDE;
          margin: 0.2rem 0; }
		  .news-list-pages .in-article-con .news-card .r-text h4::before{
			  width: 0;
			  position: absolute;
			  left: 0;
			  bottom: 0.2rem;
			  transition: all 0.3s;
			   background-color: #004EC0; 
			   margin: 0;
		  }
      .news-list-pages .in-article-con .news-card .r-text .blurb {
        font-size: 0.14rem;
        line-height: 0.2rem;
        height: 0.4rem; 
color: #999;}
      .news-list-pages .in-article-con .news-card .r-text .info {
        display: flex;
        font-size: 0.14rem;
        color: #999;
        line-height: 0.2rem;
        margin-top: 0.3rem; }
        .news-list-pages .in-article-con .news-card .r-text .info .time {
          border-right: 1px solid #EAEAEA;
          padding-right: 0.15rem;
          margin-right: 0.15rem; }
    .news-list-pages .in-article-con .news-card .lable {
      position: absolute;
      top: 0.13rem;
      left: 0.13rem;
      background-color: #FF7600;
      width: 0.42rem;
      height: 0.42rem;
      border-radius: 50%;
      text-align: center;
      line-height: 0.42rem;
      color: #fff;
      font-size: 12px;
      z-index: 5; }
    .news-list-pages .in-article-con .news-card .serial-number {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -0.7rem;
      line-height: 1.4rem;
      font-weight: bold;
      color: #f5f5f5;
      font-size: 1rem;
      z-index: -5; }
    .news-list-pages .in-article-con .news-card:hover .r-text h4 {
      color: #004EC0; }

		.news-list-pages .in-article-con .news-card:hover .r-text h4::before {
		 width: 0.4rem; }
    .news-list-pages .in-article-con .news-card:hover .r-text .blurb {
      color: #333; }
    .news-list-pages .in-article-con .news-card:hover .u-img img {
      transform: scale(1.1); }
  .news-list-pages .in-article-con .paging-box {
    padding-top: 0.3rem; }

.notice-list-pages .in-article-con .notice-card {
  display: flex;
  padding-bottom: 0.22rem;
  margin-bottom: 0.27rem;
  border-bottom: 1px dashed #E4E4E4; }
  .notice-list-pages .in-article-con .notice-card .notice-time {
    flex-shrink: 0;
    width: 0.85rem;
    height: 0.94rem;
    margin-right: 0.27rem;
    background-color: #f6f6f6;
    border-radius: 3px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap; 
	position: relative;
	overflow: hidden;}
	  .notice-list-pages .in-article-con .notice-card .notice-time::before{
		  content: "";
		  background: #004EC0;
		      display: block;
		      width: 2rem;
		      height: 2rem;
		      border-radius: 50%;
		      position: absolute;
		      left: 50%;
		      top: 50%;
		      margin-left: -1rem;
		      margin-block-start: -1rem;
		      transform: scale(0.2);
			  transition: all 0.3s;
			  opacity: 0;
	  }
    .notice-list-pages .in-article-con .notice-card .notice-time .notice-day {
      font-size: 0.24rem;
      line-height: 0.34rem;
      color: #000;
      text-align: center;
      width: 100%;
	   position: relative;z-index: 5;}
    .notice-list-pages .in-article-con .notice-card .notice-time .notice-month {
      font-size: 0.12rem;
      color: #999;
      line-height: 0.18rem; position: relative;z-index: 5;}
  .notice-list-pages .in-article-con .notice-card .r-text h4 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #000;
    font-weight: normal; }
  .notice-list-pages .in-article-con .notice-card .r-text .blurb {
    font-size: 0.14rem;
    line-height: 0.2rem;
    height: 0.4rem;
    margin-top: 0.15rem;color: #999; }
  .notice-list-pages .in-article-con .notice-card:hover .notice-time::before {
   transform: scale(1); opacity: 1;}
    .notice-list-pages .in-article-con .notice-card:hover .notice-time .notice-day {
      color: #fff; }
    .notice-list-pages .in-article-con .notice-card:hover .notice-time .notice-month {
      color: #fff; }
  .notice-list-pages .in-article-con .notice-card:hover .r-text h4 {
    color: #004EC0;}

.notice-list-pages .in-article-con .paging-box {
  padding-top: 0.4rem;
  padding-bottom: 1.25rem; }

.science-list-pages .science-con {
  display: flex;
  flex-wrap: wrap; }

.science-list-pages .paging-box {
  padding-top: 0.4rem;
  padding-bottom: 1rem; }
.article-details-pages .annex {
  padding-top: 0.6rem;
  border-top: 1px dashed #E4E4E4; }

.sketch-card {
  display: block;
  width: 3.4rem;
  margin-bottom: 0.3rem;
  margin-right: 0.32rem; }
  .sketch-card:nth-child(3n) {
    margin-right: 0; }
  .sketch-card .u-img {
    width: 100%;
    height: 2.05rem; }
  .sketch-card .u-text {
    background-image: url(../images/sciencebg.png);
    background-color: #f6f6f6;
    background-position: right -0.2rem bottom  -0.2rem;
    background-repeat: no-repeat;
    background-size: 0.88rem;
    padding: 0.2rem; }
    .sketch-card .u-text .blurb {
      font-size: 0.16rem;
      line-height: 0.24rem;
      height: 0.48rem; }
    .sketch-card .u-text .time {
      font-size: 0.14rem;
      line-height: 0.2rem;
      margin-top: 0.2rem; color: #999;}
  .sketch-card:hover .u-img img {
    transform: scale(1.1); }
  .sketch-card:hover .u-text {
    background-color: #004EC0; }
    .sketch-card:hover .u-text h4 {
      color: #fff;
      font-weight: bold; }
    .sketch-card:hover .u-text .blurb {
      color: #fff; }
    .sketch-card:hover .u-text .time {
      color: #fff; }

.political-list-pages .area .left-clumn h2:before {
  background-color: rgba(186, 0, 0, 0.83); }

.political-list-pages .area .left-clumn .nav-list ul li.active,
.political-list-pages .area .left-clumn .nav-list ul li.expand {
  background-color: rgba(255, 225, 225, 0.83); }


.political-list-pages .recommend-box .Previous:hover p,
.political-list-pages .recommend-box .Next:hover p {
  color: #fff; }

.political-list-pages .area .left-clumn .nav-list ul li .subnav-box li:hover,
.political-list-pages .area .left-clumn .nav-list ul li .subnav-box li.on {
  background-color: rgba(255, 225, 225, 0.83);
  border-left-color: rgba(228, 0, 0, 0.83); }
  .political-list-pages .area .left-clumn .nav-list ul li .subnav-box li:hover a,
  .political-list-pages .area .left-clumn .nav-list ul li .subnav-box li.on a ,
  .political-list-pages .area .left-clumn .nav-list ul li.active .link,
  .political-list-pages .area .left-clumn .nav-list ul li.expand .link,
  .political-list-pages .area .left-clumn .nav-list ul li:hover a{
    color: #7D0000; }

.political-list-pages .area .left-clumn .nav-list ul li .link:before {
  background-color: rgba(228, 0, 0, 0.83); }


.products-list-pages .products-con {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3rem; }
  .products-list-pages .products-con .sketch-card {
    margin-bottom: 0.3rem; }
    .products-list-pages .products-con .sketch-card .u-text {
      background-image: none;
      padding: 0.2rem; }
      .products-list-pages .products-con .sketch-card .u-text h4 {
        font-size: 0.16rem;
        line-height: 0.24rem;
        margin-bottom: 0.15rem; }
      .products-list-pages .products-con .sketch-card .u-text .blurb {
        max-height: 0.78rem;
        line-height: 0.26rem;
        -webkit-line-clamp: 2; color: #999;
    font-size: 0.14rem;}
	 .products-list-pages .products-con .sketch-card:hover .u-text .blurb {
		 color: #e5e5e5;
	 }

.political-list-pages .political-con {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3rem; }
  .political-list-pages .political-con .sketch-card .u-text {
    background-image: none; }
  .political-list-pages .political-con .sketch-card .time span {
    border-left: 1px solid #EAEAEA;
    padding-left: 0.1rem;
    margin-left: 0.1rem; }
  .political-list-pages .political-con .sketch-card:hover .u-text {
    background-color:#f6f6f6 }
    .political-list-pages .political-con .sketch-card:hover .u-text .blurb {
      color:#BA252A; }
.political-list-pages .political-con .sketch-card:hover .u-text .time {
      color:#999; }

.political-list-pages .paging-box {
  padding-bottom: 1.05rem; }

.political-list-pages .article-details {
  border-bottom: 1px dashed #e4e4e4; }

.platform-list-pages .platform-con .platform-card {
  display: flex;
  margin-bottom: 0.3rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px dashed #e4e4e4; }
  .platform-list-pages .platform-con .platform-card .u-img {
    width: 4.85rem;
    height: 2.35rem;
    flex-shrink: 0;
    margin-right: 0.45rem; }
  .platform-list-pages .platform-con .platform-card .u-text .title {
	  display: block;
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #000;
    margin-top: 0.2rem; position: relative;}
    .platform-list-pages .platform-con .platform-card .u-text .title::after,
	.platform-list-pages .platform-con .platform-card .u-text .title::before {
      content: "";
      display: block;
      width: 0.2rem;
      height: 3px;
      background: #CFCFCF;
      margin: 0.25rem 0 0.28rem;transition: all 0.3s; }
	  .platform-list-pages .platform-con .platform-card .u-text .title::before{
		  width: 0;
		  position: absolute;left: 0;
		  background-color: #004EC0;
		  bottom: -0.28rem;
		  
	  }
  .platform-list-pages .platform-con .platform-card .u-text .blurb {
    font-size: 0.14rem;
    line-height: 0.2rem;
    height: 0.4rem;
color: #999;}
  .platform-list-pages .platform-con .platform-card .u-text .m-mover {
    margin-top: 0.3rem; }
    .platform-list-pages .platform-con .platform-card .u-text .m-mover a {
      margin: 0; }
      .platform-list-pages .platform-con .platform-card .u-text .m-mover a:hover {
        color: #fff;
        background-color: #004EC0; }
		.platform-list-pages .platform-con .platform-card:hover  .u-text .title::before{
			width: 0.45rem;
		} 
		.platform-list-pages .platform-con .platform-card:hover  .u-text .title::after{
			width: 0;
		} 
  .platform-list-pages .platform-con .platform-card:hover .u-text .title {
    color: #004EC0; }
  .platform-list-pages .platform-con .platform-card:hover .u-img img {
    transform: scale(1.1); }

.platform-list-pages .paging-box {
  padding: 0.2rem 0 1.4rem; }

.platform-details-pages {
  padding-bottom: 0.9rem; }

.gain-card {
  display: block;
  width: 3.45rem;
  margin-bottom: 0.45rem;
  margin-right: 0.25rem; }
  .gain-card:nth-child(3n) {
    margin-right: 0; }
  .gain-card .u-img {
    width: 100%;
    height: 2.1rem; }
  .gain-card .u-text {
    background: #fff;
    margin: -0.35rem 0.2rem 0;
    padding: 0.2rem 0.3rem 0.35rem;
    z-index: 10;
    position: relative;
    transition: all 0.3s; }
    .gain-card .u-text h4 {
      font-size: 0.2rem;
      line-height: 0.28rem;
      color: #000;
      padding-top: 0.2rem; }
      .gain-card .u-text h4::after {
        content: "";
        display: block;
        width: 0.2rem;
        height: 3px;
        background: #CFCFCF;
        margin: 0.15rem 0 0.18rem; }
    .gain-card .u-text .blurb {
      font-size: 0.14rem;
      line-height: 0.2rem;
      height: 0.4rem;
      transition: all 0.3s; color: #999;}
    .gain-card .u-text .btn {
      width: 1rem;
      height: 0.4rem;
      border-radius: 0.05rem;
      font-size: 0.16rem;
      color: #fff;
      background-color: #004EC0;
      text-align: center;
      line-height: 0.4rem; }
  .gain-card:hover .u-text {
    margin: -0.55rem 0.2rem 0;
    background-color: #004EC0; }
    .gain-card:hover .u-text h4 {
      color: #fff; }
    .gain-card:hover .u-text .blurb {
      height: 0.6rem;
      color: #fff;
      -webkit-line-clamp: 3; }

.gain-list-pages .gain-con {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3rem; }

.gain-list-pages .paging-box {
  padding-bottom: 1.25rem; }

.recruitment-list-pages .recruitment-con {
  padding-bottom: 0.5rem; }
  .recruitment-list-pages .recruitment-con .topping {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
    margin-bottom: 0.2rem; }
  .recruitment-list-pages .recruitment-con .gain-card {
    margin-bottom: 0; }
    .recruitment-list-pages .recruitment-con .gain-card .u-text {
      border: 1px solid #fff; }
      .recruitment-list-pages .recruitment-con .gain-card .u-text .blurb {
        height: 0.6rem;
        margin-bottom: 0.35rem;
        color: #999; }
    .recruitment-list-pages .recruitment-con .gain-card:hover .u-text {
      margin: -0.75rem 0.2rem 0;
      background-color: #fff;
      border: 1px solid #F0F0F0; }
      .recruitment-list-pages .recruitment-con .gain-card:hover .u-text .blurb {
        -webkit-line-clamp: 5;
        height: auto; }
      .recruitment-list-pages .recruitment-con .gain-card:hover .u-text .blurb, .recruitment-list-pages .recruitment-con .gain-card:hover .u-text h4 {
        color: #000; }
  .recruitment-list-pages .recruitment-con .recruitment-card {
    display: flex;
    padding: 0.35rem 0 0.2rem;
    border-bottom: 1px dashed #E4E4E4; }
    .recruitment-list-pages .recruitment-con .recruitment-card:first-child {
        background-color: #ffffff;
    }
    .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info {
        display: flex;
        align-items: flex-start;
    }
      .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info .job {
        width: 25%;
        font-size: 0.2rem;
        color: #000;
        font-weight: bold;
        line-height: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info .job-type,
      .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info .depa,
      .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info .location {
        width: 25%;
        font-size: 0.14rem;
        color: #333;
        line-height: 0.2rem; }
    .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .describe {
      font-size: 0.14rem;
      color: #999;
      line-height: 0.2rem;
      height: 0.4rem;
      margin-top: 0.2rem; }
    .recruitment-list-pages .recruitment-con .recruitment-card .right-clu {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .recruitment-list-pages .recruitment-con .recruitment-card .right-clu .salary {
        font-size: 0.2rem;
        color: #004EC0;
        line-height: 0.34rem;
        text-align: right; }
      .recruitment-list-pages .recruitment-con .recruitment-card .right-clu .btn {
        width: 1rem;
        height: 0.4rem;
        border-radius: 0.05rem;
        font-size: 0.16rem;
        color: #fff;
        background-color: #004EC0;
        text-align: center;
        line-height: 0.4rem;
        margin-left: 0.35rem; }

.recruitment-list-pages .paging-box {
  padding-bottom: 1.25rem; }

.recruitment-detail-pages .in-article-con .title h2 {
  text-align: left;
  padding-bottom: 0;
  font-weight: normal; 
padding: 0 0 0.35rem 0;}

.recruitment-detail-pages .in-article-con .title h4 {
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: #004EC0;
  font-weight: normal; }

.recruitment-detail-pages .in-article-con .title .in-article-info {
  margin: 0.3rem 0;
  justify-content: flex-start; }

.recruitment-detail-pages .vita {
  background-color: #f9f9f9;
  padding: 0.2rem 0.3rem; margin: 0 0 0.8rem 0;}
  .recruitment-detail-pages .vita h4 {
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #101010;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #eee; }
  .recruitment-detail-pages .vita .form {
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 6.2rem; }
    .recruitment-detail-pages .vita .form .item-input {
      display: flex;
      margin-bottom: 0.25rem; }
      .recruitment-detail-pages .vita .form .item-input .lable {
        font-size: 14px;
        color: #333;
        line-height: 40px;
        width: 0.7rem;
        flex-shrink: 0;
        text-align: right;
        margin-right: 0.25rem; }
		
		.recruitment-detail-pages .vita .form .item-input input::placeholder{
			font-size: 14px;
			color: #333;
			line-height: 40px;
		}
		
      .recruitment-detail-pages .vita .form .item-input input, .recruitment-detail-pages .vita .form .item-input select, .recruitment-detail-pages .vita .form .item-input textarea {
        line-height: 38px;
        font-size: 14px;
        color: #333;
        border: 1px solid #D1D1D1;
        margin: 0;
        padding: 0 0.1rem;
        width: 4rem;
        border-radius: 3px; }
      .recruitment-detail-pages .vita .form .item-input textarea {
        height: 1.65rem; }
      .recruitment-detail-pages .vita .form .item-input.file {
        display: flex;
        margin-bottom: 0.25rem;
        position: relative; }
        .recruitment-detail-pages .vita .form .item-input.file span {
          display: block;
		  border-radius: 3px;
		  border: 1px solid #00429c;
		  background-color: #fff;
          color: #00429c;
          font-size: 14px;
          line-height: 38px;
          position: absolute;
          right: 0;
          top: 0;
          width: 4rem;
          text-align: center; }
		  .recruitment-detail-pages .vita .form .item-input.file:hover span{
			  background-color: #00429c;
			  color: #fff;
		  }
        .recruitment-detail-pages .vita .form .item-input.file input {
          opacity: 0;
          position: relative;
          z-index: 1;
          top: 0;
          right: 0;
          cursor: pointer; }
      .recruitment-detail-pages .vita .form .item-input.bottom {
        width: 1.85rem;
        height: 0.4rem;
        line-height: 0.4rem;
        border-radius: 5px;
		background-color: #055ed7;
        color: #fff;
        font-size: 14px;
        text-align: center;
        justify-content: center;
        margin-left: 0.95rem;
        margin-top: 0.3rem;
		transition: all 0.3s;
        cursor: pointer; }
		.recruitment-detail-pages .vita .form .item-input.bottom:hover{
			background-color: #00429c;
		}
		
		
		
      .recruitment-detail-pages .vita .form .item-input.code input {
        width: 2.25rem; }
      .recruitment-detail-pages .vita .form .item-input.code .img {
        margin-left: 0.4rem;
        width: 1.2rem;
        cursor: pointer; }
        .recruitment-detail-pages .vita .form .item-input.code .img img {
          display: block;
          width: 100%;
          height: 100%; }
.waptips{display: none;}


  .recruitment-detail-pages .vita .vita-con {
    display: flex;
    padding-top: 0.3rem; }
    .recruitment-detail-pages .vita .vita-con .tips {
      width: 2.2rem;
      height: 2.2rem;
      background: url(../images/sciencebg.png) no-repeat center/cover;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .recruitment-detail-pages .vita .vita-con .tips p {
        color: #B51118;
        font-size: 0.14rem;
        line-height: 0.24rem;
        white-space: nowrap; }

.cooperate-list-pages .cooperate-con,.science-list-pages .in-article-con{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3rem; }
  .science-list-pages  .toppingbox{
	  width: 100%;
	      display: flex;
		  flex-wrap: wrap;

  }
   .science-list-pages .sketch-card.topping{
	 position: relative;
	 border: 1px solid #e5e5e5;
	 box-shadow: 10px 10px 0 0 #f2f2f2;
	 transition: all 0.3s;
   } 
   
   .science-list-pages .sketch-card.topping .u-text{
		position: relative;
   	   background-color: #fff;
   	   background-image: url(../images/cooperatebg.png);
   	   background-size: 4.2rem;
   }
   
   .science-list-pages .sketch-card.topping .lable {
       position: absolute;
       top: 0.13rem;
       left: 0.13rem;
       background-color: #FF7600;
       width: 0.42rem;
       height: 0.42rem;
       border-radius: 50%;
       text-align: center;
       line-height: 0.42rem;
       color: #fff;
       font-size: 12px;
       z-index: 5;
   }
   .science-list-pages .sketch-card.topping:hover .u-text  h4::before {
   	width: 0.4rem;
   }
   .science-list-pages .sketch-card.topping:hover .u-text  .elli2{color: #004EC0;}

   .science-list-pages .sketch-card.topping .u-text .blurb {
	   display: none;
   }
   .science-list-pages .sketch-card.topping:hover .u-text  .time{color: #999;}
   
    

  .science-list-pages .sketch-card.topping:hover{
	  box-shadow: 10px 10px 0 0 #EBF3FF;
  }
  .science-list-pages .sketch-card.topping .u-text  .elli2 {
  		font-size: 0.16rem;
  		line-height: 0.24rem;
  		height: 0.48rem;
  		position: relative;
  		z-index: 2;
  	}
  .science-list-pages .sketch-card.topping  .serial-number {
      position: absolute;
      bottom: 0;
      right: 0;
      line-height: 1rem;
      font-weight: bold;
      color: #f5f5f5;
      font-size: 1rem;
      z-index: 1;
  }
   /* 
   .science-list-pages .sketch-card.topping .u-text  h4 {
		font-size: 0.18rem;
		line-height: 0.3rem;
		color: #000;
		font-weight: normal;
		position: relative;
	}
	
	.science-list-pages .sketch-card.topping .u-text  h4::before {
	    width: 0;
	    position: absolute;
	    left: 0;
	    bottom: 0.2rem;
	    transition: all 0.3s;
	    background-color: #004EC0;
	    margin: 0;
	}
	.science-list-pages .sketch-card.topping:hover .u-text  h4::before {
		width: 0.4rem;
	}
	.science-list-pages .sketch-card.topping:hover .u-text  h4{color: #fff;}
	.science-list-pages .sketch-card.topping:hover .u-text {
		background-color: #004EC0;
		background-image: url(../images/sciencebg.png);
		background-size: 0.88rem;
	}
	
	.science-list-pages .sketch-card.topping .u-text  h4::after{
	    content: "";
	    display: block;
	    width: 0.36rem;
	    height: 2px;
	    background: #DEDEDE;
	    margin: 0.2rem 0;
	}
	.science-list-pages .sketch-card.topping .u-text .blurb {
		-webkit-line-clamp: 3;
		height: 0.72rem;
	} */
	
  .cooperate-list-pages  .sketch-card {
    margin-bottom: 0.35rem; }
    .cooperate-list-pages .sketch-card .u-text {
      background-image: none;
      padding: 0.2rem; }
      .cooperate-list-pages .sketch-card .u-text .blurb {
        height: 0.78rem;
        line-height: 0.26rem;
        -webkit-line-clamp: 3; }

.cooperate-list-pages .paging-box {
  padding-bottom: 1.25rem; }


.products-list-pages .paging-box {
  padding-bottom: 1.25rem; }

.products-details-pages .info-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  padding-bottom: 0.5rem; }
  .products-details-pages .info-box .left-column {
    width: 5.4rem;
    flex-shrink: 0; }
    .products-details-pages .info-box .left-column .carouseltop {
      position: relative;
      overflow: hidden;
      z-index: 1;
      height: 3.6rem; }
      .products-details-pages .info-box .left-column .carouseltop .u-img {
        width: 100%;
        height: 100%; }
    .products-details-pages .info-box .left-column .casethumbs {
      padding-top: 0.2rem;
      border-bottom: 0.01rem solid #ededed;
      z-index: 1; }
      .products-details-pages .info-box .left-column .casethumbs li {
        cursor: pointer;
        height: 0.75rem;
        transition: all 0.3s;
        background-color: #000; }
        .products-details-pages .info-box .left-column .casethumbs li.swiper-slide-thumb-active {
          border: 2px solid #004EC0; }
          .products-details-pages .info-box .left-column .casethumbs li.swiper-slide-thumb-active img {
            opacity: 1; }
        .products-details-pages .info-box .left-column .casethumbs li img {
          opacity: 0.5; }
  .products-details-pages .info-box .right-column {
    margin-left: 0.45rem; }
    .products-details-pages .info-box .right-column h2 {
      font-size: 0.24rem;
      line-height: 0.34rem;
      color: #000; }
    .products-details-pages .info-box .right-column p {
      font-size: 0.14rem;
      color: #999;
      line-height: 0.24rem;
      margin: 0.15rem 0 0.2rem; }
    .products-details-pages .info-box .right-column .trait {
     
      border: 1px solid #fef4ab;
      background-color: #fffce6;
      font-size: 0.14rem;
      color: #333;
      line-height: 0.24rem;
      padding: 0.2rem; }
    .products-details-pages .info-box .right-column .u-con {
      font-size: 0.14rem;
      color: #999;
      line-height: 0.24rem;
	    margin-top: 0.26rem;}

.contact-pages .content-con {
  margin: 0.4rem 0 1.3rem;
  display: flex; }
  .contact-pages .content-con .map-box {
    width: 6.2rem;
    height: 4.6rem;
    flex-shrink: 0; }
	  .contact-pages .content-con .map-box img{
		  width: 100% !important;
		  height: 100%;
		  display: block;
	  }
  .contact-pages .content-con .essential-information {
    margin-left: 0.65rem; }
    .contact-pages .content-con .essential-information h3 {
      font-size: 0.18rem;
      color: #000;
      line-height: 0.3rem;
      margin-bottom: 0.3rem; }
    .contact-pages .content-con .essential-information ul li {
      font-size: 0.16rem;
      color: #000;
      line-height: 0.24rem;
      font-style: normal;
      margin: 0.1rem 0; }
      .contact-pages .content-con .essential-information ul li i {
        font-style: normal; }
    .contact-pages .content-con .essential-information .wx p {
      font-size: 0.16rem;
      color: #000;
      line-height: 0.24rem;
      margin: 0.3rem 0 0.1rem;
      padding-top: 0.25rem;
      border-top: 1px solid #e6e6e6; }
    .contact-pages .content-con .essential-information .wx .u-img {
      width: 1.48rem;
      height: 1.48rem; }

.feedback-pages .form {
  padding: 0.3rem 0 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 6.2rem;
  margin: 0 auto; }
  .feedback-pages .form .item-input {
    display: flex;
    margin-bottom: 0.25rem; }
    .feedback-pages .form .item-input .lable {
      font-size: 14px;
      color: #333;
      line-height: 40px;
      width: 0.7rem;
      flex-shrink: 0;
      text-align: right;
      margin-right: 0.25rem; }
    .feedback-pages .form .item-input input, .feedback-pages .form .item-input select, .feedback-pages .form .item-input textarea {
      line-height: 38px;
      font-size: 14px;
      color: #333;
      border: 1px solid #D1D1D1;
      margin: 0;
      padding: 0 0.1rem;
      width: 5.25rem;
      border-radius: 3px; }
	   .feedback-pages .form .item-input input::placeholder,
	   .feedback-pages .form .item-input textarea::placeholder{
	   		   line-height: 38px;
	   		   font-size: 14px;
	   		   color: #333;
	   }
    .feedback-pages .form .item-input textarea {
		font-family: 'microsoft yahei',Arial, Helvetica, sans-serif;
      height: 1.65rem; }
    .feedback-pages .form .item-input.bottom {
      width: 1.3rem;
      height: 0.45rem;
      line-height: 0.45rem;
      border-radius: 5px;
      background-color: #00429c;
      color: #fff;
      font-size: 14px;
      text-align: center;
      justify-content: center;
      margin-left: 0.95rem;
      margin-top: 0.55rem;
      cursor: pointer; }
    .feedback-pages .form .item-input.code input {
      width: 2.25rem; }
    .feedback-pages .form .item-input.code .img {
      margin-left: 0.4rem;
      width: 1.2rem;
      cursor: pointer; }
      .feedback-pages .form .item-input.code .img img {
        display: block;
        width: 100%;
        height: 100%; }

.search-pages .search-con {
  padding: 1rem 0;
  display: block; }
  .search-pages .search-con .search-top {
    display: flex;
    background-color: #f0f0f0;
    padding: 0.2rem 0; }
    .search-pages .search-con .search-top .lable {
      font-size: 0.2rem;
      line-height: 0.4rem;
      padding-left: 0.3rem;
      flex-shrink: 0; }
    .search-pages .search-con .search-top .text {
      flex: 1;
      line-height: 0.4rem;
      background-color: #fff;
      border: none;
      font-size: 0.2rem;
      margin-left: 0.2rem; }
    .search-pages .search-con .search-top .btn {
      width: 0.8rem;
      height: 0.4rem;
      flex-shrink: 0;
      background-image: url(../images/search1.png);
      opacity: 0.5;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 0.23rem;
      cursor: pointer; }
      .search-pages .search-con .search-top .btn:hover {
        opacity: 1; }
  .search-pages .search-con .search-tit {
    margin-bottom: 0.3rem; }
    .search-pages .search-con .search-tit .cn {
      font-size: 0.2rem;
      color: #333;
      line-height: 0.28rem;
      padding: 0.1rem 0.2rem;
      border-bottom: 1px solid #d2d2d2;
      background-color: #e5e5e5; }
      .search-pages .search-con .search-tit .cn span {
        color: #f00; }
  .search-pages .search-con .search-list {
    padding-bottom: 0.3rem; }
    .search-pages .search-con .search-list ul li {
      border-bottom: 0.01rem dashed #ebebeb;
      transition: all 0.3s;
      display: flex;
      padding: 0.2rem 0; }
      .search-pages .search-con .search-list ul li:hover {
        border-bottom: 0.01rem dashed #0c42a4; }
        .search-pages .search-con .search-list ul li:hover a h2 {
          color: #004ec0;
          text-decoration: underline; }
      .search-pages .search-con .search-list ul li label {
        display: block;
        width: 0.2rem;
        color: #333;
        line-height: 0.3rem;
        font-size: 0.2rem;
        flex-shrink: 0; }
      .search-pages .search-con .search-list ul li a h2 {
        font-size: 0.2rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 0.32rem; }
      .search-pages .search-con .search-list ul li a p {
        font-size: 0.18rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666;
        line-height: 0.32rem;
        margin: 0.15rem 0;
        transition: all 0.3s;
        height: auto;
        max-height: 0.64rem;
        -webkit-line-clamp: 2;
        }
        .search-pages .search-con .search-list ul li a p span {
          color: #f00; }
      .search-pages .search-con .search-list ul li a .info {
        display: flex; }
        .search-pages .search-con .search-list ul li a .info .publisher {
          font-size: 0.18rem;
          line-height: 0.2rem;
          color: #999;
          padding-right: 0.2rem; }
        .search-pages .search-con .search-list ul li a .info .time {
          font-size: 0.18rem;
          line-height: 0.2rem;
          color: #666; }
  .search-pages .search-con .no-data {
    margin-top: 0.7rem; }
    .search-pages .search-con .no-data h3 {
      text-align: center;
      font-size: 0.24rem;
      color: #333;
      line-height: 0.48rem; }
      .search-pages .search-con .no-data h3 span {
        color: #0c42a4; }
      .search-pages .search-con .no-data  p {
        text-align: center;
        font-size: 0.18rem;
        color: #666;
        line-height: 0.28rem; }
  .search-pages .search-con .m-more {
    margin-bottom: 1rem; }



/*网站地图*/
.sitemap-con{padding-bottom: 0.5rem;}
.sitemap-name{font-size: 0.2rem;line-height: 1.5; margin:0.5rem 0 0.2rem 0; display: block; color: #333;}
.sitemap-name:hover{ color: #004EC0;}
.sitemap-subname{}
.sitemap-subname a{ display: inline-block; padding: 0 0.4rem 0 0;font-size: 0.16rem;line-height: 1.5; color: #666;}
.sitemap-subname a:hover{color: #004EC0;}

/*网站地图*/
.legal-con{ padding-left:0.2rem ;padding-right: 0.2rem;}
.legal-con b{font-size: 0.2rem;line-height: 1.5;color: #333; display: block; margin: 0.4rem 0 0 0;}
.legal-con p{font-size: 0.14rem;line-height: 1.5; color: #666; display:block;padding: 0.1rem 0;}


@media screen and (max-width: 1400px) {
	[pc="hide"] {
	  display: none; }
  .area ,.header .top-nav .fir-ul .item .box{
    max-width: 12rem;
    overflow: hidden; } 
	
	.header .top-nav .fir-ul .fir-li{
		padding: 0 0.15rem;
	}
	.links .links-list a{
		width: 2.8rem;
	}
	.sketch-card,.gain-card{
		width: 2.75rem;
		margin-right: 0.3rem;
	}
	.recruitment-detail-pages .vita .vita-con{
		align-items: center;
		flex-direction: column;
	}
	.recruitment-detail-pages .vita .form{
		padding-right:0;
	}
	.recruitment-detail-pages .vita .form .item-input .lable,.feedback-pages .form .item-input .lable{
		width: 1rem;
	}
	.recruitment-detail-pages .vita .form .item-input.bottom,.feedback-pages .form .item-input.bottom{
		margin-left: 1.25rem;
	}
	.contact-pages .content-con{
		flex-direction: column-reverse;
	}
	.contact-pages .content-con .map-box{
		margin: 0 auto;
	}
	.contact-pages .content-con .essential-information{
		margin-left: 0;
		margin-bottom: 0.5rem;
	}
	.contact-pages .content-con .essential-information .wx p{
		text-align: center;
	}
	.contact-pages .content-con .essential-information .wx .u-img{
		margin: 0 auto;
	}
	.waptips{display:block;}
	.recruitment-detail-pages .vita .vita-con .tips{display: none;}
}


@media screen and (max-width: 750px) {
	.sitemap-name{font-size: 0.32rem;line-height: 2; margin:0.5rem 0 0.2rem 0; }
		.sitemap-subname a{  padding: 0 0.5rem 0 0;font-size: 0.28rem;line-height: 2; }
	
	
	
	.index-banner-box .scroll-down {
    bottom: 0.6rem;}
	
	.index-banner-box .scroll-down .mouse{
		width: 0.38rem;
      height: 0.56rem;
      border-radius: 1rem;	
	}
	
	.index-banner-box .scroll-down p {
      font-size: 0.24rem;}
  .header {
    width: 100%;
    padding: 0 0.2rem; }
    .header .area {
      padding: 0; }
    .header .white-logo, .header .black-logo {
      height: 0.7rem; }
    .header .top-nav {
      display: none;
      position: fixed;
      top: 0.9rem;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 101;
      overflow: scroll;
      background: #fff;
      }
      .header .top-nav .fir-ul {
        background: #fff;
        line-height: 0.54rem;
        padding: 0 0;
        border-top: 1px solid #eee;
        display: block;
        }
        .header .top-nav .fir-ul .fir-li {
          display: block;
          position: relative;
          background: #fff;
		  border-bottom: 1px solid #ededed;
          }
          .header .top-nav .fir-ul .fir-li.active .nav-link {
            font-weight: bold;
          
            color: #004EC0;
            z-index: 9; }
			.header .top-nav .fir-ul .fir-li.active{
				background:#fff;
			}
          .header .top-nav .fir-ul .fir-li.expand .icon {
            transform: rotate(180deg); }
            .header .top-nav .fir-ul .fir-li.active .icon::before, .header .top-nav .fir-ul .fir-li.active .icon::after {
              background-color: #004EC0; }
			
          .header .top-nav .fir-ul .fir-li .nav-link {
            color: #333;
            height: auto;
            line-height: 0.6rem;
            font-size: 0.38rem;
            display: block;
            text-align: left;
            padding: 0.2rem 0.37rem;
            }
            .header .top-nav .fir-ul .fir-li .nav-link:hover:before {
              display: none; }
			   .header .top-nav .fir-ul .fir-li .iconbox{
				   display: block;
				   position: absolute;
				   right: 0;
				   z-index: 11;
				   top: 0.1rem;
				   width: 30%;
				   height: 0.8rem;
				  }
          .header .top-nav .fir-ul .fir-li .icon {
           transition: all 0.3s;
           transform-origin: 50% 50%;
           transform: rotate(0);
           display: block;
           position: absolute;
           right: 0.4rem;
           top: 50%;
           }
            .header .top-nav .fir-ul .fir-li .icon::before {
              content: "";
              display: block;
              width: 8px;
              height: 1px;
              background-color: #333;
              transform: translateY(1px) rotate(45deg);
              }
            .header .top-nav .fir-ul .fir-li .icon::after {
              content: "";
              display: block;
              width: 8px;
              height: 1px;
              background-color: #333;
              transform: translateX(6px) rotate(135deg);
              }
          .header .top-nav .fir-ul .fir-li .nav-subnav {
            width: 100%;
            position: relative;
            height: 0; 
			transition: all 0.3s;}
            .header .top-nav .fir-ul .fir-li .nav-subnav li {
              width: 100%;
              font-size: 0.3rem;
              line-height: 0.8rem;
              height: 0.8rem;
              padding: 0 0.5rem;
              border-color: #f5f5f5;
              border-bottom: 1px solid #f7f7f7;
              background-color: #fff; }
              .header .top-nav .fir-ul .fir-li .nav-subnav li a {
                display: block; font-size: 0.32rem;}
    .header .y-right .top-search-btn {
      display: none; }
    .header.fixed .top-nav .fir-ul .fir-li .nav-link,
    .header.fixed .top-nav .fir-ul .fir-li .nav-link:hover {
		 line-height: 0.6rem;
      color: #333; }
    .header.fixed .top-nav .fir-ul .fir-li.active .nav-link {
      color: #004EC0;
      width: 60%;
	 
      }
	  .header.fixed .top-nav .fir-ul .fir-li.active .nav-link::before{
		  width: 0;
	  }
    .header .r-icon {
      display: flex;
      align-items: center; }
    .header .s-btn {
      width: 0.23rem;
      height:  0.23rem;
      background-image: url(../images/icon.png);
      background-size: 3rem;
     margin-right: 0.4rem;
             transform: scale(2);}
			 .header.fixed .s-btn{
				 background-position: -0.23rem 0;
			 }
    .header .menu {
      display: block;
      height: 0.3rem;
      width: 0.5rem;
      z-index: 100;
      position: relative; }
      .header .menu i {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #fff;
        transition: all 0.3s;
        position: absolute;
        left: 0; }
		 .header.fixed .menu i{
			 background-color: #133074;
		 }
        .header .menu i:nth-child(1) {
          top: 0; }
        .header .menu i:nth-child(2) {
          top: 0.13rem; }
        .header .menu i:nth-child(3) {
          top: 0.27rem; }
  .submenu-box {
    display: none; }
  .search-layer {
    padding: 0.05rem 0; }
    .search-layer .area {
      padding: 0 0.2rem; }
      .search-layer .area .icon, .search-layer .area .close {
        width: 1rem;
        height: 1rem; }
        .search-layer .area .icon:before, .search-layer .area .close:before {
          margin: 0.38rem auto;
          transform: scale(2); }
      .search-layer .area .text {
        line-height: 0.98rem;
        font-size: 0.4rem; }
  .index-banner-box .swiper-button-prev {
    left: 0; }
  .index-banner-box .swiper-button-next {
    right: 0; }
  .index-banner-box .swiper-container .swiper-slide .u-text .area h3,
  .index-banner-box .swiper-container .swiper-slide .u-text .area p {
    width: 100%;
    text-align: center; }
  .index-banner-box .swiper-container .swiper-slide .u-text .area p {
    font-size: 0.4rem; }
  .index-banner-box .swiper-pagination {
    right: 50%;
    margin-right: -1.5rem; }
	.news-box,.overview-box{
		padding: 0.7rem 0.2rem;
	}
  .news-box:before, .news-box::after {
    display: none; }
  .news-box .area .news-con {
    display: none; }
    .news-box .area .news-con .left-clumn {
      width: 100%;
      height: 4.4rem; }
      .news-box .area .news-con .left-clumn .swiper-container .swiper-slide .u-text p {
        line-height: 0.4rem;
        font-size: 0.26rem; }
      .news-box .area .news-con .left-clumn .swiper-container .swiper-slide .u-text h3 {
        font-size: 0.32rem;
        line-height: 0.7rem; }
      .news-box .area .news-con .left-clumn .swiper-container .swiper-slide .u-img {
        transition: all 0.3s; height: 4.4rem;}
      .news-box .area .news-con .left-clumn .swiper-button-prev {
        left: 0.05rem; }
      .news-box .area .news-con .left-clumn .swiper-button-next {
        right: 0.05rem; }
    .news-box .area .news-con .right-clumn {
      width: 100%;
      margin-left: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0 0.2rem; height: auto;}
      .news-box .area .news-con .right-clumn .items {
        padding: 0.5rem 0 0.3rem;height: auto; }
        .news-box .area .news-con .right-clumn .items a .m-text .u-title {
          height: 1rem;
          font-size: 0.34rem;
          line-height: 0.5rem; }
		  .news-box .area .news-con .right-clumn .items a .m-text .time {
			  font-size: 0.28rem;margin: 0.15rem 0 0 0;
		  }
        .news-box .area .news-con .right-clumn .items a .m-text .u-date {
          font-size: 0.28rem;
          line-height: 0.42rem; }
  .card1 .u-img {
    height: 4rem; }
	.card1 .u-text{height: auto;padding:0.3rem 0.2rem;}
  .card1 .u-text h3 {
    font-size: 0.34rem;
    line-height: 1.5; }
  .card1 .u-text .elli2 {
    font-size: 0.26rem;
    line-height: 1.5; }
  .research-box {
    padding: 0.8rem 0.2rem 0.45rem; }
    .research-box .research-con .itemsub .sub-col {
      font-size: 0.34rem;
      line-height: 0.4rem; }
    .research-box .research-con .sub-col-con .swiper {
      width: 100%; }
      .research-box .research-con .sub-col-con .swiper.active {
        display: block; }
      .research-box .research-con .sub-col-con .swiper .intro {
        font-size: 0.26rem;
        line-height: 1.5;
        padding: 0.2rem 0; }
    .research-box .swiper-button-prev {
      left: 0.05rem; }
    .research-box .swiper-button-next {
      right: 0.05rem; }
	.research-box .swiper-button-prev, .research-box .swiper-button-next{top: 50%;}
    .research-box .swiper-pagination {
      bottom: 1rem; }
      .research-box .swiper-pagination span:before {
        width: 6px;
        height: 6px; }
  .overview-box .overview-top {
    display: block;
    margin-top: 0.3rem; }
    .overview-box .overview-top .left-clumn {
      width: 100%;
      height: 4rem;
      margin-right: 0; }
    .overview-box .overview-top .right-clumn {
      padding: 0.1rem 0.2rem 0; }
      .overview-box .overview-top .right-clumn h2 {
        font-size: 0.4rem;
        line-height: 2; }
      .overview-box .overview-top .right-clumn p {
        font-size: 0.32rem;
        line-height: 1.5; }
      .overview-box .overview-top .right-clumn .m-mover a {
        margin: 0 auto; }
  .links {
    padding: 0.5rem 0.2rem; }
	.links .links-list{
		justify-content: space-between;
	}
    .links .links-list a {
      width: 48%; margin: 0.1rem 0;
	  }
  .footer {
    padding: 0.3rem 0 0;
    overflow: hidden; }
    .footer .footer-contact-con {
      margin: 0.2rem 0 0.5rem 0;
      flex-wrap: wrap; }
      .footer .footer-contact-con .left-clumn {
        width: 100%;
        border: none;
        padding: 0 0.2rem; }
        .footer .footer-contact-con .left-clumn .footer-logo img {
          margin: 0 auto;
          height: 60px; }
        .footer .footer-contact-con .left-clumn .footer-contact span {
          font-size: 0.28rem;
          line-height: 1.5;
          text-align: center; }
      .footer .footer-contact-con .right-column {
        margin-top: 0.3rem; }
        .footer .footer-contact-con .right-column .items span {
          font-size: 0.26rem;
          text-align: center; }
    .footer .links-box {
      border-top: 1px solid rgba(187, 187, 187, 0.22);
      flex-wrap: wrap;
      padding: 0.5rem 0.2rem; display: none;}
      .footer .links-box label {
        width: 100%;
        font-size: 0.3rem;
        line-height: 2;
        padding: 0 0.1rem; }
      .footer .links-box .links-list {
        width: 100%; }
        .footer .links-box .links-list a {
          font-size: 0.26rem;
          line-height: 2; }
    .footer .copyright {
      height: auto;
      padding: 0.2rem; }
      .footer .copyright .area {
        flex-wrap: wrap;
        justify-content: center; }
      .footer .copyright p {
        font-size: 0.26rem;
        line-height: 2;
        text-align: center; }
        .footer .copyright p span {
			display: block;
          margin: 0; }
      .footer .copyright .right-column a {
        font-size: 0.26rem;
        line-height: 4; }
  .fixedright-box {
    display: none; }
  .in-title-box .in-mini-banner {
    height: 3.8rem;
    margin-bottom: 0; }
    .in-title-box .in-mini-banner .m-title {
      margin-top: 1rem; }
      .in-title-box .in-mini-banner .m-title h2 {
		  line-height: 2;
        font-size: 0.46rem; }
  .in-title-box .area {
    flex-wrap: wrap;
    padding: 0 0.4rem; }
    .in-title-box .area .left-clumn {
      width: 100%;
      margin-right: 0;
      padding-top: 0.8rem;
      position: relative; }
      .in-title-box .area .left-clumn h2 {
        height: 1.2rem;
        border-radius: 0.1rem 0.1rem 0 0;
        overflow: hidden; }
        .in-title-box .area .left-clumn h2 span {
          height: 1.2rem;
          font-size: 0.4rem;
          line-height: 1rem;font-weight: normal;}
		   .in-title-box .area .left-clumn h2 .icon{
			   display: block;
			   position: absolute;
			   z-index: 10;
			   top: 50%;
			   right: 7%;
			   transform: scale(1.5) rotate(0);
			   transition: all 0.3s;
			  }
			  .in-title-box .area .left-clumn h2.xz .icon{
				  transform:scale(1.5) rotate(180deg);
			  } 
		 .in-title-box .area .left-clumn h2 .icon::before {
		                content: "";
		                display: block;
		                width: 8px;
		                height: 1px;
		                background-color: #fff;
		                transform: translateY(1px) rotate(45deg); }
		  .in-title-box .area .left-clumn h2 .icon::after {
		                content: "";
		                display: block;
		                width: 8px;
		                height: 1px;
		                background-color: #fff;
		                transform: translateX(6px) rotate(135deg); }
		  
      .in-title-box .area .left-clumn .nav-list {
        overflow: hidden;
        padding: 0;
        margin-top: -0.5rem;
        transition: all 0.1s;
        position: absolute;
        left: 0;
        top: 2rem;
        right: 0;
        z-index: -10;
        opacity: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
        .in-title-box .area .left-clumn .nav-list:before {
          display: none; }
        .in-title-box .area .left-clumn .nav-list ul li .subnav-box li {
          border: none;
          background-color: #dbe8ff;
          width: 100%;
          }
            .in-title-box .area .left-clumn .nav-list ul li .subnav-box li a {
                min-height: 0.8rem;
                height: auto;
                font-size: 0.16rem;
                color: rgb(0, 0, 0);
                line-height: 1.5;
                padding-left: 0.4rem;
                padding-top: 0.15rem;
                padding-bottom: 0.15rem;
                display: flex;
                align-items: center;
                transition: 0.3s;
            }
        .in-title-box .area .left-clumn .nav-list ul li .link {
          font-size: 0.36rem; line-height:0.9rem;padding-left: 0.3rem;width: 100%;}
		  .in-title-box .area .left-clumn .nav-list ul li .icon{
			  position: absolute;
			  right: 4%;
			  top: 0;
			  height: 0.9rem;
			  width: 30%;
			  z-index: 10;
			  background-size: 0.4rem;
			 }
    .in-title-box .area .right-clumn {
      max-width: 100%; }
      .in-title-box .area .right-clumn .sec-nav {
        position: absolute;
        left: 0.4rem;
        top: 0; }
        .in-title-box .area .right-clumn .sec-nav span {
          display: block;
          width: 20px;
          height: 20px;
          background-image: url(../images/icon.png);
          background-position: -200px 0;
          background-size: 300px;
          margin-right: 0.1rem; }
        .in-title-box .area .right-clumn .sec-nav a {
          color: #666;
          font-size: 0.28rem; }
	.in-title-box .top-box{margin-bottom: 0.5rem;}
  .in-title-box .top-box .article-title {
    font-size: 0.34rem;
    line-height: 0.6rem; }
  .in-title-box .top-box .search {
    display: none; }
  .in-title-box .in-article-con .title h2 {
    font-size: 0.4rem;
    line-height: 1.5; }
  .in-title-box .in-article-con .title .in-article-info {
    flex-direction: column;
    align-items: center;
    font-size: 0.24rem;
    line-height: 1.5;
    padding: 0.1rem 0; }
  .in-title-box .article-details {
    font-size: 0.32rem;
    line-height: 1.5;
    text-align: justify;
    word-break: break-all; }
    .in-title-box .article-details p img {
      width: 100%;
      margin: 0.2rem auto; }
  .in-title-box .annex h3 {
    font-size: 0.34rem; }
  .in-title-box .annex a {
    font-size: 0.26rem;
    line-height: 1.5; }
    .in-title-box .annex a:before {
      width: 0.4rem;
      height: 0.4rem; }
  .in-title-box .paging-box {
    text-align: center; }
    .in-title-box .paging-box a, .in-title-box .paging-box span {
      width: 0.6rem;
      height: 0.6rem;
      font-size: 0.28rem;
      line-height: 0.6rem; }
  .in-title-box .recommend-box {
    flex-wrap: wrap;
    margin: 0.75rem 0rem 0.6rem; }
    .in-title-box .recommend-box .Previous,
    .in-title-box .recommend-box .Next {
      width: 100%; }
      .in-title-box .recommend-box .Previous h3,
      .in-title-box .recommend-box .Next h3 {
        font-size: 0.28rem; }
      .in-title-box .recommend-box .Previous p,
      .in-title-box .recommend-box .Next p {
        font-size: 0.3rem;
        margin-top: 0.15rem; }
    .in-title-box .recommend-box .Next h3, .in-title-box .recommend-box .Next p {
      text-align: left; }
  .in-title-box .platform-details .details-tit {
    font-size: 0.34rem;
    line-height: 1.5; }
    .in-title-box .platform-details .details-tit:before {
      height: 0.3rem; }
  .in-title-box .platform-details .article-details {
    padding-bottom: 0.15rem; }
  .study-leader-pages .in-article-con {
    flex-direction: column; }
    .study-leader-pages .in-article-con .study-leader-card {
      width: 100%;
      margin: 0.1rem 0;
      border-radius: 0.1rem;
      background-color: #F2F2F2;
      background-image: url(../images/overviewbg.png);
      background-position: right 0.15rem bottom 0.15rem;
      background-repeat: no-repeat;
	  align-items: center;
      background-size: 1.25rem; }
      .study-leader-pages .in-article-con .study-leader-card:first-child {
        height: auto;flex-wrap: wrap; }
        .study-leader-pages .in-article-con .study-leader-card:first-child .u-img {
          width: 2.5rem;
          height: 2.9rem;
          margin-right: 0.4rem; }
		  .study-leader-pages .in-article-con .study-leader-card:first-child .introduce {
		    font-size: 0.26rem;
		    line-height: 1.5;padding: 0.3rem 0;}
		  .study-leader-pages .in-article-con .study-leader-card:first-child .r-text{
			  margin-bottom: auto;
		  }
        .study-leader-pages .in-article-con .study-leader-card:first-child .r-text .name {
          margin-top: 0.1rem;
          font-size: 0.34rem;
          line-height: 1.5; }
        .study-leader-pages .in-article-con .study-leader-card:first-child .r-text .titles {
          font-size: 0.28rem;
          line-height: 1.5; }
        .study-leader-pages .in-article-con .study-leader-card:first-child .r-text .introduce {
         display: none; }
      .study-leader-pages .in-article-con .study-leader-card .u-img {
        width: 35%;
        height: 100%;
        flex-shrink: 0;
        margin-right: 0; }
      .study-leader-pages .in-article-con .study-leader-card .u-img {
        width: 2rem;
        height: 2rem;
        margin-right: 0.4rem;
        }
      .study-leader-pages .in-article-con .study-leader-card .r-text .name {
        margin-top: 0.1rem;
        font-size: 0.34rem;
        line-height: 1.5; }
      .study-leader-pages .in-article-con .study-leader-card .r-text .titles {
        font-size: 0.28rem;
        line-height: 1.5; }
      .study-leader-pages .in-article-con .study-leader-card .r-text .introduce {
        font-size: 0.26rem;
        line-height: 1.5; }
  .talent-team-pages .in-article-con .talent-team-card {
    width: 48%;
    margin-bottom: 0.3rem; }
    .talent-team-pages .in-article-con .talent-team-card .u-img {
      height: 4rem; }
    .talent-team-pages .in-article-con .talent-team-card .r-text .name {
      font-size: 0.36rem;
      line-height: 1.5; }
    .talent-team-pages .in-article-con .talent-team-card .r-text .titles {
      font-size: 0.26rem;
      line-height: 1.5; }
  .video-pages .in-article-con {
    padding-bottom: 1rem; }
    .video-pages .in-article-con .video-card {
      width: 100%;
      height: 5rem; margin-right: 0;}
	.video-pages .in-article-con .video-card .u-img{
		height: 3.6rem;
	}
      .video-pages .in-article-con .video-card .u-title {
        font-size: 0.32rem;
        line-height: 0.75rem; 
	padding: 0.2rem 0.2rem;}
	
	.science-list-pages .sketch-card.topping{
		   display: block;
		  
	   } 
	   
	   .science-list-pages .sketch-card.topping .lable{
		   width: 0.6rem;
		       height: 0.6rem;
		       line-height: 0.6rem;
		       font-size: 0.2rem;
		       z-index: 5;
	   }
	   
	   
	   .science-list-pages .sketch-card.topping .u-img{
		   width:100%;
		   height:3.75rem;
	   }
	  

	   .science-list-pages .sketch-card.topping .u-text  .elli2 {
			font-size: 0.38rem;
			line-height: 0.5rem;
		}
		
		
		
	
		
		
		
		.science-list-pages .sketch-card.topping .u-text .blurb {
			-webkit-line-clamp: 3;
			height: 1.5rem;
		}
	
  .news-list-pages .in-article-con .news-card {
    display: inherit; }
    .news-list-pages .in-article-con .news-card .u-img {
      display: block;
      width: 100%;
      height: 3.6rem;
      margin: 0 0 0.2rem 0; }
    .news-list-pages .in-article-con .news-card .r-text {
      display: block;
      width: 100%;
      margin-left: 0; }
      .news-list-pages .in-article-con .news-card .r-text h4 {
        font-size: 0.34rem;
        text-align: justify;
        word-break: break-all;
        line-height: 1.5;
        -webkit-line-clamp: inherit; }
      .news-list-pages .in-article-con .news-card .r-text .blurb {
        font-size: 0.28rem;
        text-align: justify;
        word-break: break-all;
        line-height: 0.4rem;
        height: 0.8rem; }
      .news-list-pages .in-article-con .news-card .r-text .info {
        font-size: 0.28rem;
        line-height: 0.4rem; }
    .news-list-pages .in-article-con .news-card .lable {
      width: 0.7rem;
      height: 0.7rem;
      line-height: 0.7rem;
      font-size: 0.22rem;
      z-index: 5; }
    .news-list-pages .in-article-con .news-card .serial-number {
      display: none; }
  .notice-list-pages .in-article-con .notice-card .notice-time {
    width: 1rem;
    height: 1rem; }
    .notice-list-pages .in-article-con .notice-card .notice-time .notice-day {
      font-size: 0.4rem;
      line-height: 0.5rem; }
    .notice-list-pages .in-article-con .notice-card .notice-time .notice-month {
      font-size: 0.22rem;
      line-height: 0.3rem; }
  .notice-list-pages .in-article-con .notice-card .r-text {
    width: 5.5rem; }
    .notice-list-pages .in-article-con .notice-card .r-text h4 {
      display: none; }
    .notice-list-pages .in-article-con .notice-card .r-text .blurb {
      font-size: 0.32rem;
      line-height: 0.5rem;
      height: 1rem;
      margin-top: 0; }
  .sketch-card {
    width: 100%;margin-right: 0; }
    .sketch-card .u-img {
      width: 100%;
      height: 3.5rem; }
    .sketch-card .u-text {
      background-position: right 0 bottom  0; }
      .sketch-card .u-text .blurb {
        font-size: 0.32rem;
        line-height: 0.5rem;
        height: 1rem; }
      .sketch-card .u-text .time {
        font-size: 0.26rem;
        line-height: 1.5;
        color: #666; }
  .political-list-pages .political-con .sketch-card {
    width: 100%; }
  .platform-list-pages .platform-con .platform-card {
    flex-wrap: wrap; }
    .platform-list-pages .platform-con .platform-card .u-img {
      width: 100%;
      height: 3.35rem;
      margin-right: 0; }
    .platform-list-pages .platform-con .platform-card .u-text h4 {
      font-size: 0.34rem;
      line-height: 1.5; }
    .platform-list-pages .platform-con .platform-card .u-text .blurb {
      font-size: 0.28rem;
      line-height: 0.4rem;
      height: 0.8rem; }
  .platform-list-pages .paging-box {
    padding: 0.2rem 0 1.4rem; }
  .gain-card {
    width: 100%;
    margin-right: 0; }
    .gain-card .u-img {
      height: 3.6rem; }
    .gain-card .u-text {
      margin: -0.5rem 0.3rem 0; }
      .gain-card .u-text h4 {
        font-size: 0.36rem;
        line-height: 1.5; }
      .gain-card .u-text .blurb {
        font-size: 0.28rem;
        line-height: 0.4rem;
        height: auto; }
      .gain-card .u-text .btn {
        width: 80%;
        height: 0.8rem;
        font-size: 0.36rem;
        line-height: 0.8rem;
        margin: 0 auto; }
  .gain-list-pages .paging-box {
    padding-bottom: 1rem; }
  .recruitment-list-pages .recruitment-con .recruitment-card {
    display: block;
    padding: 0.35rem 0 0.2rem; }
    .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info {
      flex-wrap: wrap; }
      .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info .job {
        width: 100%;
        font-size: 0.3rem;
        line-height: 1.5; }
      .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info .job-type,
      .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info .depa,
      .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .info .location {
        width: 100%;
        font-size: 0.28rem;
        line-height: 1.5; }
    .recruitment-list-pages .recruitment-con .recruitment-card .left-clu .describe {
      font-size: 0.28rem;
      line-height: 0.5rem;
      height: 1rem;
      margin-bottom: 0.2rem; }
    .recruitment-list-pages .recruitment-con .recruitment-card .right-clu {
      flex-direction: row; }
      .recruitment-list-pages .recruitment-con .recruitment-card .right-clu .salary {
        font-size: 0.4rem;
        line-height: 0.8rem;
        text-align: left; }
      .recruitment-list-pages .recruitment-con .recruitment-card .right-clu .btn {
        width: 3rem;
        height: 0.8rem;
        font-size: 0.3rem;
        line-height: 0.8rem;
        margin-left: 0.35rem; }
  .recruitment-list-pages .paging-box {
    padding-bottom: 1.25rem; }
  .recruitment-detail-pages .in-article-con .title h2 {
    text-align: center; }
  .recruitment-detail-pages .in-article-con .title h4 {
    text-align: center;
    font-size: 0.3rem;
    line-height: 2.5; }
  .recruitment-detail-pages .in-article-con .title .in-article-info {
    margin: 0.2rem 0;
    padding: 0.2rem 0;
    font-size: 0.28rem;
    line-height: 1.8; }
  .recruitment-detail-pages .vita {
    margin-bottom: 0.5rem; }
    .recruitment-detail-pages .vita h4 {
      font-size: 0.4rem;
      line-height: 2; }
    .recruitment-detail-pages .vita .form {
      width: 100%;
      margin: 0 auto;
      padding: 0; }
      .recruitment-detail-pages .vita .form .item-input .lable {
        width: 80px; }
      .recruitment-detail-pages .vita .form .item-input input, .recruitment-detail-pages .vita .form .item-input select, .recruitment-detail-pages .vita .form .item-input textarea {
        width: 4.25rem; }
      .recruitment-detail-pages .vita .form .item-input.file span {
        width: 4.25rem; }
      .recruitment-detail-pages .vita .form .item-input.bottom {
        margin-left: auto;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.34rem;
        width: 4.25rem; }
      .recruitment-detail-pages .vita .form .item-input.code input {
        width: 2.6rem; }
      .recruitment-detail-pages .vita .form .item-input.code .img {
        width: 1.25rem; }
    .recruitment-detail-pages .vita .waptips {
      display: block;
      color: #B51118;
      font-size: 0.26rem; }
  .cooperate-list-pages  .sketch-card {
    margin-bottom: 0.35rem; }
    .cooperate-list-pages  .sketch-card .u-text .blurb {
      height: 1.5rem;
      line-height: 0.5rem; }
  .products-list-pages .products-con .sketch-card {
    margin-bottom: 0.35rem; }
	.products-list-pages .products-con .sketch-card .u-text {
      padding: 0.3rem; }
    .products-list-pages .products-con .sketch-card .u-text h4 {
      font-size: 0.34rem;
      line-height: 1.5; }
    .products-list-pages .products-con .sketch-card .u-text .blurb {
      height: auto;
      line-height: 0.5rem; font-size: 0.28rem;max-height:inherit;}
  .products-details-pages .info-box {
    flex-wrap: wrap; }
    .products-details-pages .info-box .left-column {
      width: 100%; }
      .products-details-pages .info-box .left-column .casethumbs li {
        height: 0.9rem; }
    .products-details-pages .info-box .right-column {
      margin-left: 0; }
      .products-details-pages .info-box .right-column h2 {
        font-size: 0.34rem;
        line-height: 1.5;
        padding: 0.2rem 0; }
      .products-details-pages .info-box .right-column p {
        font-size: 0.28rem;
        line-height: 1.5; }
      .products-details-pages .info-box .right-column .trait, .products-details-pages .info-box .right-column .u-con {
        font-size: 0.28rem;
        line-height: 1.5; }
  .contact-pages .content-con {
    display: block; }
    .contact-pages .content-con .map-box {
      width: 100%;
      height: 4.2rem; }
      .contact-pages .content-con .map-box img {
        width: 100%;
        height: 100%; }
    .contact-pages .content-con .essential-information {
      margin-left: 0;
      margin-top: 0.3rem; }
      .contact-pages .content-con .essential-information h3 {
        font-size: 0.4rem;
        line-height: 1.5;
        text-align: center; }
      .contact-pages .content-con .essential-information ul li {
        font-size: 0.3rem;
        line-height: 1.5;
        text-align: center; }
        .contact-pages .content-con .essential-information ul li i {
          font-style: normal; }
      .contact-pages .content-con .essential-information .wx p {
        font-size: 0.3rem;
        line-height: 1.5;
        text-align: center; }
      .contact-pages .content-con .essential-information .wx .u-img {
        width: 2rem;
        height: 2rem;
        margin: 0 auto; }
  .feedback-pages .form {
    padding: 0.3rem 0 1.6rem;
    width: 100%;
    margin: 0 auto; }
    .feedback-pages .form .item-input {
      display: flex;
      margin-bottom: 0.25rem; }
      .feedback-pages .form .item-input .lable {
        width: 80px; }
      .feedback-pages .form .item-input input, .feedback-pages .form .item-input select, .feedback-pages .form .item-input textarea {
        width: 4.85rem; }
      .feedback-pages .form .item-input textarea {
        height: 120px; }
      .feedback-pages .form .item-input.bottom {
        margin-left: auto;
        width: 4.85rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.34rem; }
      .feedback-pages .form .item-input.code input {
        width: 3rem; }
      .feedback-pages .form .item-input.code .img {
        margin-left: 0.2rem;
        width: 1.65rem; } 



.footer .footer-contact-con .right-column .items .u-img {
        width: 2rem;
        height: 2rem;}
	
	.in-title-box .in-article-con .title .in-article-info div {
    padding: 0.05rem 0.2rem; }
	
	.in-title-box .recommend-box .Previous a,
    .in-title-box .recommend-box .Next a {
      padding: 0.2rem 0.2rem 0.3rem 0.2rem;
      display: block; }
	
	.research-box .swiper-button-prev::after, .research-box .swiper-button-next::after {
      font-size: 0.5rem;}
	.overview-box .overview-top .right-clumn h2::after {
          margin-top: 0.2rem; }
	
	.platform-list-pages .platform-con .platform-card .u-text .title {
    font-size: 0.36rem;
    line-height: 1.5;
    color: #000;
    margin-top: 0.3rem; }
	
	.platform-list-pages .platform-con .platform-card .u-text .m-mover {
    display: none;}
	.in-title-box .platform-details .article-details p img {
    width: 100%; }
	.gain-card:hover .u-text .blurb {
      height: auto;
      -webkit-line-clamp: 3; }
	.political-list-pages .political-con .sketch-card .u-text {
    padding: 0.3rem;}
	
	.waptips{display:block;}
	.recruitment-detail-pages .vita .vita-con .tips{display: none;}

}