
.banner {
  height: 100vh;
  background: url(../images/banner1.png) no-repeat top center;
  background-size: cover;
  color: #fff;
}

.banner .wrap {
  height: 100%;
  position: relative;
  justify-content: center;
}

.banner .slide_img {
  padding: 0 0.3rem;
}

.banner .slide_img img {
  transition: transform 0.2s ease-out;
}

.banner .slide_img:hover img {
  transform: translateX(-0.15rem) translateY(-0.15rem);
}

.banner .slide_t1 {
  align-items: flex-start;
  width: 100%;
}

.banner .txt1 {
  padding-left: 0.3rem;
  margin-top: 1.3rem;
  letter-spacing: 3px;
}

.banner .txt2 {
  margin-top: 0.6rem;
  letter-spacing: 3px;
}

.banner .txt3 {
  margin-top: 0.8rem;
  text-align: center;
  letter-spacing: 3px;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  position: relative;
}

.banner img {
  display: block;
}

.banner .swiper-pagination {
  bottom: 0.5rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.08rem;
  border-radius: 0;
  opacity: 1;
  background: rgba(248, 248, 248, 0.4);
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.08rem;
  border-radius: 0;
  opacity: 1;
  background: rgba(248, 248, 248, 0.4);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section1 .info {
  color: #f7f7f7;
}

.section1 .info .sb1 {
  color: #fff;
}

.section1 .info .sb2 {
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.25rem;
}

.section1 .info .sb2 .sb2_left .user {
  margin: 0.25rem 0;
  color: #d5b019;
}

.section1 .info .sb2 .sb2_left .user span {
  margin: 0 0 -0.4rem 0.35rem;
}

.section1 .info .sb2 .sb2_right {
  line-height: 1.6;
}

.section1 .info .sb3 li {
  margin-top: 0.2rem;
}

.section1 .info .sb3 li .dt {
  color: #d5b019;
  margin-bottom: 0.11rem;
}

.section1 .info .sb3 li .dd {
  color: #f8f8f8;
  line-height: 28px;
}

.section1 .info .sb4 {
  padding: 0.4rem 0;
}

.section1 .info .sb4 li .icon img {
  width: 0.43rem;
}

.section1 .info .sb4 li .num {
  font-family: "Microsoft", "Arial";
  font-weight: bold;
}

.section1 .info .sb4 li .num span {
  min-width: 0.8rem;
  display: inline-block;
  position: relative;
}

.section1 .info .sb4 li .num span::after {
  content: "+";
  position: absolute;
  font-size: 0.5rem;
  right: -0.35rem;
  top: -0.1rem;
}

.section1 .info .sb4 li .tit {
  color: #fff;
  padding-left: 0.15rem;
}

.section1 .uinfo {
  padding-left: 0.3rem;
}

.section1 .uinfo .uimg {
  overflow: hidden;
  text-align: center;
  margin-left: 0.2rem;
}

.section1 .uinfo .uimg img {
  max-width: 4.5rem;
}

.more {
  flex-shrink: 0;
  margin-left: 0.25rem;
}

.more a {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  color: #fff;
  transition: all ease 0.3s;
  flex-direction: column;
  justify-content: center;
  background: #d5b019;
}

.more a img {
  transition: all ease 0.3s;
  width: 0.22rem;
}

.more a p {
  margin-top: 0.1rem;
  font-size: 0.15rem;
}

.more:hover a {
  background: rgba(213, 176, 25, 0.88);
}

.more:hover a img {
  transform: rotate(45deg);
}

/* section2 */
.section2 .slides .swp_jt {
  padding-top: 0.6rem;
}

.section2 .slides .jt {
  position: unset;
  background: none;
  width: 0.8rem;
  height: 0.42rem;
  margin: 0 0.2rem;
  justify-content: center;
  border-radius: 0.35rem;
  text-align: center;
  background: #666;
  cursor: pointer;
}

.section2 .slides .jt img {
  width: 0.2rem;
}
.section2 .slides .jt::after{
	display: none;
}
.section2 .slides .jt:hover {
  background: #d5b019;
}

.section2 .item {
  background: #19283f;
}

.section2 .item .item_pic {
  position: relative;
}
.section2 .item .item_pic img{
	height:3.54rem;
}
.section4 .item .item_pic img{
	height:3.2rem;
}
.section2 .item .item_pic .jt {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  line-height: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 6px 1px rgba(85, 115, 228, 0.2);
  border-radius: 0.22rem;
  border-radius: 50%;
  position: absolute;
  right: 0.1rem;
  top: 0.2rem;
  z-index: 2;
}

.section2 .item .item_pic .jt img {
  width: 0.15rem;
  display: inline-block;
  transition: all ease 0.3s;
}

.section2 .item .item_txt {
  padding: 0.3rem;
}

.section2 .item .item_txt .time {
  color: #b4c6df;
}

.section2 .item .item_txt .tit {
  font-weight: bold;
  margin-top: 0.1rem;
  color: #fff;
}

.section2 .item:hover .item_pic .jt img {
  transform: rotate(45deg);
}

.section2 .item:hover .item_txt .tit {
  color: rgba(255, 255, 255, 0.8);
}

.sec_type {
  text-align: center;
  position: relative;
  margin-bottom: 0.35rem;
}

.sec_type .en {
  color: rgba(241, 241, 241, 0.06);
  text-transform: uppercase;
  position: absolute;
  font-family: PingFang SC-Semibold, PingFang SC;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.sec_type .cn {
  color: #d5b019;
}

.section3 {
  padding-bottom: 0.6rem;
}

.section3 .more {
  margin-left: 1.5rem;
}

.section3 .lingyu img {
  max-height: 88vh;
}

/* section4 */
.section4 {
  background: #051d40;
  padding-bottom: 0.7rem;
}

.section4 .swiper-wrapper {
  padding-bottom: 0.85rem;
}

.section4 .item {
  background: #19283f;
  padding: 0.2rem;
}

.section4 .item .item_tit {
  margin: 0.2rem 0;
  color: #f8f8f8;
}

.section4 .item .link .time {
  color: #f8f8f8;
  font-size: 0.13rem;
}

.section4 .item .link .jt img {
  width: 0.15rem;
  transition: all ease 0.3s;
}

.section4 .item:hover .item_tit {
  color: #fff;
}

.section4 .item:hover .link .jt img {
  transform: rotate(45deg);
}

/* section5 */
.section5 {
  background: linear-gradient(190deg, #102648 0%, #0b3677 43%, #102648 100%);
}

.section5 .item {
  height: 7.45rem;
  padding: 0.25rem;
  align-items: flex-end;
  color: #fff;
  position: relative;
}

.section5 .item::before {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(213, 176, 25, 0.8);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all ease 0.3s;
  bottom: 0;
}

.section5 .item .item_txt {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all ease 0.3s;
}

.section5 .item .item_txt .item_txt2 {
  display: none;
}

.section5 .item .item_txt .tit {
  position: relative;
  padding-bottom: 0.15rem;
}

.section5 .item .item_txt .tit::after {
  content: "";
  width: 0;
  height: 0.04rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section5 .item .item_txt .desc {
  margin: 0.15rem 0 0.35rem;
  line-height: 0.22rem;
  max-height: 1.1rem;
  -webkit-line-clamp: 5;
}

.section5 .item .item_txt .vmore a {
  color: #fff;
}

.section5 .item .item_txt .vmore a img {
  width: 0.15rem;
  margin-left: 0.15rem;
}

.section5 .item:hover::before {
  width: 100%;
  height: 100%;
}

.section5 .item:hover .item_txt .tit::after {
  width: 0.48rem;
}

.section5 .item:hover .item_txt2 {
  display: block;
}

.section5 .box2 .item {
  height: 3.6rem !important;
}

.section5 .box2 .item:nth-child(2) {
  margin-top: 0.24rem;
}

/* section6 */
.section6 {
  background: linear-gradient(190deg, #051d40 0%, #0b3677 43%, #051d40 100%);
}

.section6 .team1 {
  text-align: center;
  margin-bottom: 0.4rem;
}

.section6 .team1 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.section6 .team1 .item .tit {
  margin: 0.15rem 0;
  color: #fff;
}

.section6 .team1 .item:hover .tit {
  color: rgba(255, 255, 255, 0.8);
}

.section6 .team2 li .item {
  text-align: center;
}

.section6 .team2 li .item .tit {
  color: #fff;
  margin-top: 15px;
}
.section6 .team2 li .item .pic img{	height:4rem;	object-fit:cover;}
.section6 .team2 li:hover .tit {
  color: rgba(255, 255, 255, 0.8);
}

/* footer */
.footer {
  background: linear-gradient(190deg, #051d40 0%, #0b3677 43%, #051d40 100%);
  padding: 0.4rem 0;
  text-align: center;
  color: #9e9caa;
}

.footer a {
  color: #9e9caa;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft2 {
  margin-top: 6px;
}

.search_down {
  position: fixed;
  right: 0;
  top: 1.1rem;
  z-index: 22;
  background: #fff;
  padding: 0.15rem 0.15rem 0.15rem 0.2rem;
}

.search_down button {
  background: none;
}

/* 课题组 */
.bg1 {
  background-color: #102648;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}

.bg1 .header,
.bg1 .footer {
  background: #102648;
}

.crumbs {
  background: #032a54;
  padding: 0.15rem 0;
  color: #5782ab;
}

.crumbs i {
  margin: 0 0.02rem;
}

.crumbs a {
  color: #5782ab;
}

.crumbs a:hover {
  color: #d5b019;
}

.crumbs a:last-child {
  color: #d5b019;
}

/* subcata */
.subcat {
  padding: 0.4rem 0;
}

.subcat li a {
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  min-width: 1.5rem;
  display: block;
  background: #0d3b6d;
  padding: 0 0.3rem;
  color: #fff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}

.subcat li:hover a, .subcat li.on a {
  background: #d5b019;
}

.teamb1 {
  padding: 0.2rem 0 1rem;
}

.teamb1 .team1_pic {
  max-width: 370px;
}

.teamb1 .team1_pic img {
  width: 100%;
}

.teamb1 .team1_info {
  padding-left: 0.4rem;
}

.teamb1 .team1_info .tit {
  color: #f7f7f7;
}

.teamb1 .team1_info .user {
  margin: 0.22rem 0;
  color: #d5b019;
}

.teamb1 .team1_info .user span {
  margin: 0 0 -0.4rem 0.25rem;
}

.teamb1 .team1_info .zw {
  color: #f7f7f7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.21rem;
}

.teamb1 .team1_info .desc li {
  margin-top: 0.2rem;
}

.teamb1 .team1_info .desc li .dt {
  color: #999;
  margin-bottom: 0.11rem;
}

.teamb1 .team1_info .desc li .dd {
  color: #f8f8f8;
  line-height: 28px;
}

/* teamb2 */
.teamb2 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0.3rem 0;
}

.teamb2 li {
  margin-bottom: 0.4rem;
}

.teamb2 li .item_pic {
  width: 20%;
}

.teamb2 li .item_info {
  flex: 1;
  overflow: hidden;
  padding-left: 0.4rem;
}

.teamb2 li .item_info .tit {
  color: #d5b019;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 0.2rem;
}

.teamb2 li .item_info .tit span {
  margin-left: 20px;
}

.teamb2 li .item_info .desc {
  color: #f8f8f8;
  line-height: 1.9;
}

/* teamb4 */
.teamb4 .team_tit {
  color: #d5b019;
  margin-bottom: 0.2rem;
}

.teamb4 ul {
  margin: 0 -0.17rem;
  margin-bottom: 0.35rem;
}

.teamb4 li {
  width: 14.28%;
  float: left;
}

.teamb4 li .item {
  margin: 0.2rem 0.17rem;
  text-align: center;
}

.teamb4 li .item .item_tit {
  margin: 0.12rem 0;
}

/* teamb6 */
.teamb6 .item {
  text-align: center;
}

.teamb6 .item .tit {
  color: #fff;
  margin: 0.13rem 0;
}

.detail .news_tit {
  text-align: center;
  margin-bottom: 0.36rem;
}

.detail .news_cont {
  max-width: 10rem;
  margin: 0 auto;
  line-height: 28px;
}

.detail .news_cont img {
  max-width: 100%;
  height: auto;
}

.bgk2 {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}

.equip .item {
  margin: 0.1rem;
  text-align: center;
}

.equip .item .tit {
  color: #fff;
  margin: 0.13rem 0;
}

.equip .item:hover .tit {
  color: rgba(255, 255, 255, 0.8);
}

.equip_tit {
  margin-bottom: 0.2rem;
}

.subcat2 ul {
  max-width: 9rem;
  margin: 0 auto;
}

/* 论著发表 */
.lunwen li {
  margin-bottom: 0.3rem;
}

.lunwen li .item {
  background: rgba(0, 101, 255, 0.24);
  padding: 0.3rem;
}

.lunwen li .item .item_tit {
  line-height: 1.8;
  color: #fff;
}

.lunwen li .item .item_time {
  color: #b4c6df;
  margin-top: 0.16rem;
}

.lunwen li .item:hover {
  background: rgba(0, 101, 255, 0.35);
}

.lunwen li .item:hover .item_tit {
  color: rgba(255, 255, 255, 0.7);
}

/* pages */
.pages {
  padding: 0.35rem 0 0.8rem;
}

.pages dl {
	display:flex;
	justify-content:center;
	align-items:center;
}

.pages a {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  text-align: center;
  color: #fff; margin: 0 0.05rem;
  background: rgba(0, 101, 255, 0.24);
}

.pages a:hover , .pages .on a{
  background: #d5b019;
  border-radius: 0.04rem;
}

/* lunwen2 */
.lunwen2 {
  padding-bottom: 0.5rem;
}

.lunwen2 .sub_tit {
  font-size: 0.3rem;
  color: #d5b019;
  padding: 0.2rem 0;
  font-weight: normal;
}

.lunwen2 .item {
  background: rgba(0, 101, 255, 0.24);
  padding: 0.2rem;
}

.lunwen2 .item .item_tit {
  margin: 0.2rem 0;
  color: #f8f8f8;
}

.lunwen2 .item .link .time {
  color: #f8f8f8;
  font-size: 0.13rem;
}

.lunwen2 .item .link .jt img {
  width: 0.15rem;
  transition: all ease 0.3s;
}

.lunwen2 .item:hover .item_tit {
  color: #fff;
}

.lunwen2 .item:hover .link .jt img {
  transform: rotate(45deg);
}

.news {
  padding: 0.5rem 0 0.2rem;
}

.news .item {
  background: rgba(0, 101, 255, 0.24);
}

.news .item .item_pic {
  position: relative;
}
.news .item .item_pic img{	height:3.5rem;}
.news .item .item_pic .jt {
  width: 0.44rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 6px 1px rgba(85, 115, 228, 0.2);
  border-radius: 0.22rem;
  border-radius: 50%;
  position: absolute;
  right: 0.1rem;
  top: 0.2rem;
  z-index: 2;
}

.news .item .item_pic .jt img {
  width: 0.15rem;max-height: 100%;
  transition: all ease 0.3s;
}

.news .item .item_txt {
  padding: 0.3rem;
}

.news .item .item_txt .time {
  color: #b4c6df;
}

.news .item .item_txt .tit {
  font-weight: bold;
  margin-top: 0.1rem;
  color: #fff;
}

.news .item:hover .item_pic .jt img {
  transform: rotate(45deg);
}

.news .item:hover .item_txt .tit {
  color: rgba(255, 255, 255, 0.8);
}

/* detail3 */
.detail3 .news_tit {
  text-align: center;
  margin-bottom: 0.4rem;
  font-weight: normal;
}

.detail3 .news_cont {
  line-height: 1.8; padding:0 20px;
}

/* xiangmu */
.xiangmu {
  padding: 0 0 0.4rem;
  min-height: 69vh;
}

.xiangmu .item {
  background: rgba(0, 101, 255, 0.24);
  padding: 0.25rem;
}

.xiangmu .item a {
  color: #fff;
}

.xiangmu .item .jt img {
  height: 0.15rem;
  transition: all ease 0.3s;
}

.xiangmu .item:hover {
  background: rgba(0, 101, 255, 0.35);
}

.xiangmu .item:hover .jt img {
  transform: rotate(45deg);
}

.xiangmu .item .link {
  color: #ccc;
  font-size: 0.16rem;
  font-weight: normal;
  margin-top: 0.1rem;
}

/* job */
.job {
  padding: 0.2rem 0 0.6rem;
}

.job .item {
  margin: 0.01rem 0.1rem;
  background: rgba(0, 101, 255, 0.24);
  padding: 0.3rem;
  min-height: 2.4rem;
}

.job .item:hover {
  background: rgba(0, 101, 255, 0.35);
}

.job .item:hover .jt img {
  transform: rotate(45deg);
}

.job .item .item_tit {
  color: #fff;
}

.job .item .item_desc {
  margin: 0.15rem 0;
  color: #ccc;
  line-height: 1.5;
}

.job .item .item_time {
  text-align: right;
  color: #ccc;
}

/* hezuo */
.hezuo {
  padding: 0.4rem 0 0 0;
}

.hezuo .item {
  margin: 0.01rem 0.1rem;
  background: rgba(0, 101, 255, 0.24);
  padding: 0.2rem;
  min-height: 1.9rem;
  transition: all ease 0.3s;
  align-items: flex-start;
}

.hezuo .item:hover {
  background: rgba(0, 101, 255, 0.35);
}

.hezuo .item .item_pic {
  width: 2.1rem;
  float: left;
}

.hezuo .item .item_pic .bimg {
  height: 1.5rem;
}

.hezuo .item .item_info {
  flex: 1;
  overflow: hidden;
  padding-left: 0.2rem;
}

.hezuo .item .item_info .tit {
  color: #fff;
  line-height: 1.4;
}

.hezuo .item .item_info .desc {
  color: #ccc;
  margin-top: 0.18rem;
  line-height: 1.3;
  max-height: 3.9;
  -webkit-line-clamp: 3;
  text-indent: 2em;
}

.hezuo .item:hover .tit {
  color: rgba(255, 255, 255, 0.88);
}

.search .search_form {
  width: 50%;
  max-width: 792px;
  margin: 0.6rem auto;
}
.search{
  min-height: 60vh;
}
.search .search_form form {
  height: 0.5rem;
  width: 100%;
}

.search .search_form form input {
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 0;
  padding: 0 0.15rem;
  background: none;
  color: #fff;
  outline: 0;
  border: 1px solid #ddd;
  border-right: 0;
}

.search .search_form form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.16rem;
}

.search .search_form form input:-moz-placeholder {
  color: #fff;
  font-size: 0.16rem;
}

.search .search_form form input:-ms-input-placeholder {
  color: #fff;
  font-size: 0.16rem;
}

.search .search_form form button {
  width: 1rem;
  height: 100%;
  background: #d5b019;
  border: 1px solid #d5b019;
}

.search .search_form form button i {
  color: #fff;
  font-size: 0.28rem;
}

.search .search_form form button:hover {
  background: rgba(213, 176, 25, 0.88);
}

.search .search_result {
  color: #ccc;
  margin: 0.4rem 0 0.2rem;
}

.search .search_list li {
  margin-bottom: 0.3rem;
}

.search .search_list li:last-child {
  margin-bottom: 0;
}

.search .search_list .item {
  padding: 0.28rem 0.3rem;
  background: rgba(0, 101, 255, 0.24);
  transition: all ease 0.3s;
}

.search .search_list .item .item_tit .tit {
  width: 85%;
  color: #fff;
}

.search .search_list .item .item_tit .time {
  white-space: nowrap;
  margin-left: 0.3rem;
  color: #ccc;
}

.search .search_list .item .item_desc {
  color: #ccc;
  margin-top: 0.1rem;
}

.search .search_list .item:hover {
  background: rgba(0, 101, 255, 0.35);
}

/* 查看密码 */
.seebox {
  max-width: 4rem;
  padding: 0.4rem;
  text-align: center;
  background: #102648;
  border-radius: 0.1rem;
  margin: 1.1rem auto 0 auto;
}

.seebox .tit {
  font-size: 0.3rem;
}

.seebox .sort_int {
  margin: 0.3rem 0;
  height: 0.5rem;
  padding: 0 0.24rem;
  background: #1f375b;
  border-radius: 0.25rem;
}

.seebox .sort_int img {
  width: .18rem;
}

.seebox .sort_int input {
  background: none;
  padding: 0 0.15rem;
  font-size: 0.18rem;
  color: #fff;
}

.seebox .sort_int input::-webkit-input-placeholder {
  color: #829bc2;
  font-size: 0.18rem;
}

.seebox .btn button {
  width: 1.5rem;
  height: 0.5rem;
  text-align: center;
  border: 0;
  font-size: 0.18rem;
  outline: 0;
  color: #fff;
  line-height: 0.5rem;
  background: #0d3b6d;
  border-radius: 0.25rem;
}

.seebox .btn button.btn2 {
  background: #d5b019;
}

.seebox .btn button:hover {
  opacity: .88;
}


.radius,
.radius img {
	border-radius: .2rem;
}

.header {
	position: fixed;
	z-index: 109;
	top: 0;
	left: 0;
	right: 0;
	align-items: center;
	color: #fff;
	font-size: .2rem;
}

.header.hd1 {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.logo {
	float: left;
	flex-shrink: 0;
}

.logo img {
	vertical-align: middle;
	width: .75rem;
}

.hdr {
	float: right;
}

.nav li {
	float: left;
	margin-right: .6rem;
	position: relative;
}

.nav li a {
	color: #fff;
	padding: .12rem 0;
	display: block;
}

.nav li:hover a,
.nav li.on a {
	color: #D5B019;
}

.nav li.on a {
	font-weight: bold;
}

.nav li::after {
	content: "";
	width: 0;
	height: .02rem;
	background: #D5B019;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: all ease .3s;
	opacity: 0;
}

.nav li:hover::after,
.nav li.on::after {
	width: 100%;
	opacity: 1;
}

.header .wrap2 {
	padding: 0 0.36rem 0 1.6rem
}

.header .link {
	height: 1.1rem;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	transition: all ease .3s;
}

.header .link a {
	color: #fff;
	margin-left: 0.45rem;
	font-size: 0.12rem
}

.header .link a.lang {
	padding: 3px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #fff
}

.header .link a.lang:hover {
	border-color: rgba(255, 255, 255, 0.8)
}

.header .link a i {
	font-size: .28rem
}

.header.fix,
.header.open {
	background: #102648;
}

/* .header.fix .link,.header.open .link{height:.8rem}
.header.fix .logo img{max-height:.6rem;}
.header.fix .nav li a{font-size:.18rem} */
.tkg {
	height: 1.11rem;
}

/* footer */
.footer {
	background: linear-gradient(190deg, #051D40 0%, #0B3677 43%, #051D40 100%);
	padding: .4rem 0;
	text-align: center;
	color: #9E9CAA
}

.footer a {
	color: #9E9CAA
}

.footer a:hover {
	color: rgba(255, 255, 255, 0.8)
}

.footer .ft2 {
	margin-top: 6px
}

.search_down {
	position: fixed;
	right: 0;
	top: 1.1rem;
	z-index: 22;
	background: #fff;
	padding: .15rem .15rem .15rem .2rem;
	font-size: .15rem;
	border-top: 1px solid #eee;
	display: none;
}

.search_down button {
	background: none
}

.header.fix .search_down {
	top: .8rem
}

/***导航***/
.menuBtn {
	position: relative;
	z-index: 9;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	padding: 7px;
	cursor: pointer;
	margin-right: -.05rem;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.menuBtn b {
	display: block;
	height: 3px;
	background-color: #fff;
	margin: 3px 0 5px;
	border-radius: 2px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.menuBtn.open b {
	display: none;
	margin: 0;
	position: absolute;
	top: 50%;
	width: 30px;
}

.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

@media (max-width:1420px) {
	.nav li {
		margin-right: .55rem;
	}
}

@media (min-width:980px) {
	.hdr {
		display: block !important;
	}
}

@media (max-width:980px) {
	.mgrid {
		flex-wrap: wrap;
	}

	.header {
		height: 50px;
	}

	.header.open {
		background: #102648;
	}

	.logo {
		line-height: 50px;
	}

	.logo img {
		height: 40px;
	}

	.menuBtn {
		display: block;
		margin-right: -5px;
	}

	.hdr {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		float: none;
		display: none;
		background-color: #102648;
		padding: .2rem 0;
	}

	.nav li {
		float: none;
		margin-left: 0;
	}

	.nav li::after {
		display: none;
	}

	.nav li a {
		padding: 0 .3rem;
		font-size: .28rem;
		line-height: 40px;
		position: relative;
	}

	.nav dl {
		position: static;
		width: auto;
		box-shadow: none !important;
		padding: .1rem 0 .1rem .3rem;
	}

	.nav dd a {
		font-size: .26rem;
		line-height: .7rem;
	}

	.header .link {
		display: none;
	}

	.header .mlinks {
		position: absolute;
		right: 65px;
	}

	.header .mlinks a {
		color: #fff;
	}

	.header .mlinks a.lang {
		padding: 3px;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #fff;
		margin-right: 15px;
	}

	.header .mlinks a i {
		font-size: 24px;
	}

	.search_down {
		width: 100%;
		top: 50px !important;
	}

	.search_down input {
		width: calc(100% - 50px);
	}

	.search_down button {
		width: 45px;
		text-align: center;
	}

	.search_down .iconfont {
		font-size: 22px;
	}

	.footer {
		font-size: 12px;
	}

	.footer .ft1 {
		line-height: 22px;
		margin-bottom: 10px;
	}
}
.nodata{
	margin: 0 auto;
	color:#666;
	background:url(../images/nodata.png) no-repeat center;
	background-size: 100%;
	height: 1rem;
	width: 1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	
}