.header .topbar{
  height: 150rem;
  width: 100%;
  background: #C7E7FF;
}
.topbar .topbarCss{
  height: 150rem;
  background: url(../images/head-bg.png) no-repeat center;
  background-size: cover;
}
.topbar .user {
  text-align: right;
  font-size: 18rem;
  height: 39rem;
  line-height: 39rem;
}
.topbar .user i{
  display: inline-block;
  margin: 0 12rem 0 7rem;
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: 10rem;
  left: 12rem;
}
.topbar .user a{
  text-decoration: none;
  display: inline-block;
  padding: 0 12rem;
  color: var(--color-blue-005392);
}
.topbar .user .line{
  display: inline-block;
  width: 1rem;
  height: 14rem;
  background: var(--color-blue-005392);
}
.topbar .user .login{
  position: relative;
  padding-left: 49rem;
}
.topbar .logo .cn{
  height: 45rem;
  font-size: 34rem;
  font-weight: bold;
  letter-spacing: 7px;
  color: var(--color-blue-005392);
}
.topbar .logo .en{
  font-size: 18rem;
  font-weight: 500;
  color: var(--color-blue-005392);
  margin-top: 10rem;
}
/* content */
.content .zhishichanquanBox{
  background-color: #fff;
  height: 644rem;
  border-bottom: 3rem solid rgba(2, 107, 214, 1);
}
.content .zhishichanquanBox .topBox{
  padding-top: 73rem;
  height: 244rem;
}
.content .zhishichanquanBox .topBox li{
  width: 270rem;
  height: 244rem;
  background: #E0F2FF;
  border-radius: 10rem;
  margin-right: 20rem;
  position: relative;
  border: 1rem solid transparent;
}
.content .zhishichanquanBox .topBox li:hover{
  border: 1rem solid #2371FD;
}
.content .zhishichanquanBox .topBox .active {
  border: 1rem solid #2371FD;
}
.content .zhishichanquanBox .topBox li .titleBox{
  padding: 39rem 0 0 39rem;
  font-size: 24rem;
  font-weight: bold;
  color: var(--color-blue-005392);
}
.content .zhishichanquanBox .topBox li .titleBox::after{
  content: '';
  display: block;
  margin-top: 10rem;
  width: 52rem;
  height: 2rem;
  background: #005392;
}
.content .zhishichanquanBox .topBox li .des{
  padding: 19rem 39rem 0 37rem;
  color: rgba(102, 102, 102, 1);
  font-size: 16rem;
  height: 72rem;
  font-weight: 400;
  line-height: 24rem;
}
.content .zhishichanquanBox .topBox li img{
  position: absolute;
  right: 0rem;
  bottom: 7rem;
}
.content .zhishichanquanBox .topBox li .bhImg{
  right: 12rem;
  bottom: 20rem;
}
.content .zhishichanquanBox .topBox li .glImg{
  right: 10rem;
  bottom: 0rem;
}
.content .zhishichanquanBox .topBox li .fwImg{
  right: 7rem;
  bottom: 4rem;
}
.content .zhishichanquanBox .topBox li:first-child{
  display: block;
  width: 330rem;
  height: 244rem;
  background: url(../images/bg.png) no-repeat;
  background-size: 330rem 244rem;
  margin-right: 20rem;
}
.content .zhishichanquanBox .topBox li:first-child .titleBox{
  padding: 52rem 0 0 29rem;
}
.content .zhishichanquanBox .topBox li:first-child .titleBox::after{
  display: none;
}
.content .zhishichanquanBox .topBox li:first-child .moreBtn{
  display: block;
  width: 128rem;
  height: 36rem;
  line-height: 36rem;
  background: rgba(252,252,252,0);
  border: 1rem solid #FFFFFF;
  border-radius: 18rem;
  margin-top: 44rem;
  margin-left: 30rem;
}
.content .zhishichanquanBox .topBox li:first-child:hover .moreBtn{
  color: #fff;
}
.content .zhishichanquanBox .topBox li:last-child{
  margin-right: 0;
}
.content .fuWuServeBox,
.content .guanLiServeBox{
  position: relative;
  display: none;
}

.content .fuWuServeBox .to_top,
.content .guanLiServeBox .to_top{
  width: 0;
  height: 0;
  border-bottom: 15rem solid #fff;
  border-left: 10rem solid transparent;
  border-right: 10rem solid transparent;
  position: absolute;
  z-index: 999;
}
.content .fuWuServeBox .to_top{
  top: -15rem;
  right: 126rem;
}
.content .guanLiServeBox .to_top{
  top: -15rem;
  right: 406rem;
}
.content .fuWuServe,
.content .guanLiServe{
  margin-top: 40rem;
  height: 166rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 20rem 0rem rgba(181,197,210,0.6);
  border-radius: 8rem;
  padding: 30rem;
  width: calc(1200rem - 60rem);
}
.content .fuWuServe li,
.content .guanLiServe li{
  width: 170rem;
  margin-right: 24rem;
  height: 100%;
  background: #FFFFFF;
  border: 1rem solid #B6C5D0;
  border-radius: 4rem;
  font-weight: 400;
}
.content .guanLiServe li{
  width: 250rem;
  margin-right: 40rem;
  padding: 0 36rem;
}
.content .fuWuServe li:last-child,
.content .guanLiServe li:last-child{
  margin-right: 0;
}
.content .fuWuServe li:hover,
.content .guanLiServe li:hover{
  border: 1rem solid #0091FF;
}
.content .fuWuServe li .name,
.content .guanLiServe li .name{
  margin-top: 19rem;
  color: #002B4D;
}
.content .fuWuServe li:last-child .name,
.content .guanLiServe li:first-child .name{
  margin-top: 31rem;
}
.content .fuWuServe li:hover .name,
.content .guanLiServe li:hover .name{
  color: #0091FF;
}

/* links */
.content .links{
  width: 100%;
  height: 92rem;
  background: #EDEEF2;
  border-top: 4px solid #026bd6;
}
.content .linkCss{
  height: 92rem;
}
.content .linkCss .name{
  width: 158rem;
  height: 46rem;
  line-height: 46rem;
  background: #FFFFFF;
  color: #2E62AE;
  margin-right: 41rem;
}
.content .linkCss .selectBox1,
.content .linkCss .selectBox2{
  position: relative;
}
/*.new_addclass div{*/
/*  padding-left: 38px;*/
/*}*/
/*.new_addclass img{*/
/*  position: relative;*/
/*  left: 20rem;*/
/*}*/
.content .linkCss .myselect,
.content .linkCss .myselect_2{
  /* width: 284rem; */
  width: 299rem;
  height: 46rem;
  line-height: 46rem;
  background: #FFFFFF;
  border-radius: 3px;
  margin-right: 41rem;
  border: none;
  padding-left: 16rem;
  color: #333333;
  z-index:99999;
  overflow: hidden;
  position: relative;
}
.content .linkCss .myselect .selectContent,
.content .linkCss .myselect_2 .selectContent_2{
  height: 46rem;
  border: none;
  outline: none;
}
.content .linkCss .myselect .arrow,
.content .linkCss .myselect_2 .arrow{
  position: absolute;
  right: 10rem;
  top: 0rem;
  width: 9px;
  height: 5px;
  font-size: 16px;
}
.content .linkCss .myselect .t-arrow,
.content .linkCss .myselect_2 .t-arrow2{
  display: none;
}
.content .linkCss .jiandu_slect,
.content .linkCss .jiandu_slect_2{
  display: none;
  width: 300rem;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 2px 4px 6px 0px rgba(0,11,49,0.06);
}
.content .linkCss .jiandu_slect li{
  display: block;
  width: 300rem;
  height: 50px;
  line-height: 50rem;
}
.content .linkCss .jiandu_slect li a{
  display: inline-block;
  width: 284rem;
  padding-left: 16rem;
  height: 100%;
  color: #999999;
}
.content .linkCss .jiandu_slect .active,
.content .linkCss .jiandu_slect_2 .active{
  background: #E0F2FF;
}
.content .linkCss .jiandu_slect .active a,
.content .linkCss .jiandu_slect_2 .active a{
  color: #333333;
}
.content .linkCss .jiandu_slect .active:hover a,
.content .linkCss .jiandu_slect_2 .active:hover a{
  color: #333333;
}
/* footer */
.footer{
  width: 100%;
  height: 345rem;
  background: #005392;
}
.footer .links{
  padding-top: 28rem;
}
.footer .links a{
  color: #fff;
}
.footer .organizer{
  margin-top: 10rem;
}
.footer .contact{
  margin-top: 10rem;
  margin-bottom: 20rem;
  /* height: 102rem; */
}
.footer .contact .left div{
  margin-bottom: 10rem;
}
.footer .contact .right{
  margin-left: 147rem;
  width: 689rem;
  justify-content: space-between;
}
.footer .contact .right li{
  text-align: center;
  width: 138rem;
}
.footer .contact .right li a{
  color: #fff;
}
.footer .contact .right li .imgBox{
  margin-bottom: 20rem;
  margin-left: calc((100% - 71rem) / 2);
  width: 71px;
  height: 71px;
  line-height: 71rem;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
.footer .recommendation{
  margin-top: 20rem;
}