html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.top_iframe {
  width: 100%;
  height: 226px;
  border: 0;
  overflow: hidden;
}

.top_ifram{
  /* position: absolute;
  top: 0; */
  z-index: 999;
  /* height: 60px; */
  background: transparent;
}

.footer_iframe {
  /* width: 100%;
  height: 216px;
  border: 0; */
  overflow: hidden;
 /*  position: fixed;
  bottom: 0;
  z-index: 9999; */
  /* margin-top: 10px; */
}

.container {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
}

.container .main {
  width: 100%;
  flex: 1;
  background: #ffffff;
  /* padding-top: 60px; */
  /* margin-top: -90px; */
  /* padding-bottom: 100px; */
}

.main .main_content {
  width: 1200px;
  margin: 60px auto 10px;
}

.block1 {
  /* height: 400px; */
  display: flex;
  background: #ffffff;
  margin: 10px 0;
}

.block1 .swiper {
  width: 572px;
  height: 372px;
  overflow: hidden;
  margin: 10px;
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.block1 .news {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px;
}

.news .title {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #00bcce;
  border-bottom: 1px solid #00bcce;
  display: flex;
  justify-content: space-between;
}
.news .news_list {
  height: 150px;
  margin: 0;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.news .news_list_item {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
}

.news_list_item .topic {
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list_item .date {
  position: absolute;
  top: 0;
  right: 10px;
  color: #666666;
}

.block2 {
  background: #ffffff;
  margin: 10px 0;
}

.logo_title {
  width: 230px;
  height: 88px;
  line-height: 88px;
  background-image: url(../image/title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #00bcce;
}

.banner {
  /* height: 98px;
  box-sizing: border-box;
  padding: 0 10px 10px;
  margin-top: 20px; */
  overflow: hidden;
}

.swiper-banner {
  height: 100%;
}

.exam {
  display: flex;
  box-sizing: border-box;
  padding: 0 50px;
}

.exam_type {
  width: 132px;
  margin: 0 30px 10px;
}

.exam_type_item {
  height: 54px;
  line-height: 54px;
  border: 1px solid #9C9C9C;
  text-align: center;
  color: #666666;
  margin-top: -1px;
  cursor: pointer;
}
.exam_type_active  {
  height: 54px;
  line-height: 54px;
  border: 1px solid #9C9C9C;
  text-align: center;
  margin-top: -1px;
  cursor: pointer;
  background: #00BCCE;
  color: #fff;
}
.exam_right {
  flex: 1;
}

.tab {
  width: 100%;
  border-bottom: 1px solid #00bcce;
  display: flex;
}

.tab_item {
  padding: 0 30px 0;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.tab_item_active {
  color: #00bcce;
}

.tab_list {
  /* height: 180px; */
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 262px;
}
.tab_list li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
}

.el-button--primary,
.el-button--primary:active {
  background: #255EA5;
  border-color: #255EA5;
}
.el-button--primary:hover,
.el-button--primary:focus {
  background: #366eb4;
  border-color: #366eb4;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover{
  color: #FFF;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.top {
  /* height: 226px; */
  height: auto;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  /* position: absolute; */
  position: fixed;
  z-index: 99;
  top: 0;
}
.top-10 {
  height: 60px;
  width: 100%;
  overflow: hidden;
}

.bar {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  /* background: #f4f4f4; */
  box-shadow: inset 0px -1px 0px 0px #e5e5e5;
  margin-right: calc(100% - 100vw);
}

.bar .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bar .content img{
  margin-right: 25px;
}

.wrap {
  width: 1200px;
  height: 116px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
}

.wrap .logo {
  width: 58px;
  height: 78px;
  margin-right: 20px;
}

.wrap .logo img {
  height: 100%;
  width: 100%;
}

.wrap .info .title {
  font-size: 30px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
}

.wrap .info .side_title {
  font-size: 18px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
}

.menu {
  height: 60px;
  line-height: 60px;
  background: #00bcce;
}
.menu_list {
  width: 1200px;
  /* width: 800px; */
  height: 100%;
  margin: 0 auto;
  display: flex;
  font-size: 18px;
}
.content_menu{
  display: flex;
  color: #666666;
}
.flex-box{
  display: flex;
}
.menu_item {
  /* flex: 1; */
  /* width: 120px; */
  padding: 0 25px;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  /* color: #ffffff; */
}

.menu_item_active {
  color: #255EA5;
}

.login span:hover {
  color: #255EA5;
}
.el-dropdown-link {
  cursor: pointer;
}
.el-icon-arrow-down {
  font-size: 12px;
}
.top_bar{
  margin-top: 116px;
  font-size: 36px;
  text-indent: 18.7vw;
  line-height: 200px;
  color: #ffffff;
}
.el-message{
  z-index: 99999999 !important;
}

.header_top_box{
  box-shadow: inset 0 -1px 0 0 #E6E6E6;
}
.header_content{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin-right: calc(100% - 100vw);
  background: #ffffff;
}
.header_content .header_top{
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 70px;
  line-height: 70px;
  align-items: center;
  
}
.header_top .el-dropdown-link {
  cursor: pointer;
  display: inline-block;
  height: 70px;
}
.header_top_right{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_top_right .el-input__inner{
  width: 280px;
  height: 38px;
  background: #F3F5F6;
}
.header_top_right .dropdown_box{
  margin-left:20px;
  width:116px;
  text-align:right;
}
.header_top_right .el-button--primary,.header_top_right .el-button--primary:active{
  padding: 0;
  width: 116px;
  height: 38px;
  background: #075DB0;
  border-radius: 4px;
  margin-left: 20px;
}
.content_menu_box{
  background: #084D96;
}
.content_menu{
  width: 1200px;
  margin: auto;
  display: flex;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 46px;
  height: 46px;
}
.content_menu .el-menu.el-menu--horizontal{
  border: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content_menu .el-menu::after, .content_menu .el-menu::before{
  display: none;
}
.content_menu .el-menu--horizontal>.el-menu-item{
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  /* margin-right: 60px; */
  padding: 0;
}
.el-menu-item{
  height: 46px;
  line-height: 46px;
}
.content_menu .el-menu--horizontal>.el-submenu .el-submenu__title{
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  /* margin-right: 60px; */
  padding: 0;
}
.flex-box{
  display: flex;
}
.menu_item {
  padding: 0 25px;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
}
.menu_item:first-child{
  /* padding-left: 0;
  padding-right: 0; */
  margin-left: -25px;
}

.menu_item_active {
  color: #075DB0;
  position: relative;
}
.menu_item_active::after{
  display: block;
  position: absolute;
  content: '';
  width: 65%;
  height: 3px;
  background: #075DB0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer_content{
  /* width: 703px; */
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: inset 0 1px 0 0 #e6e6e6;
  padding: 30px 0;
  background: #F8FBFD;
}
.footer_left{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.footer_left .links{
  padding-bottom: 10px;
  line-height: initial;
}
.footer_left .links span{
  color: #135EA9;
}
.footer_left .links .link{
  cursor: pointer;
}
.footer_content .footer_right{
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.footer_right img{
  width: 104px;
  height: 104px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
}
.main .left_menu{
  width: 200px;
  /* padding: 20px 0; */
  box-sizing: border-box;
  background: #F5F4F5;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  /* border-radius: 8px; */
  margin-right: 40px;
  flex-shrink: 0;
  align-self: end;
}
.main .left_menu .left_menu_title{
  width: 200px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  text-indent: 20px;
  color: #FFFFFF;
  background: url(../image/daohang_left.png) no-repeat center;
  background-size: 100%;
  margin-bottom: 10px;
}
.left_menu .el-menu{
  border-right: 0;
}
.left_menu .el-menu-item.is-active{
  background: #135EA9;
}
.el-menu--popup{
  background: #ffffff !important;
}
.el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title{
  background: #ffffff !important;
  color: #333333 !important;
}
.el-menu--horizontal .el-menu .el-menu-item:hover, .el-menu--horizontal .el-menu .el-submenu__title:hover{
  color: #084D96 !important;
}
.pagination-box{
  width: 100%;
  margin-top: 20px;
  text-align: right;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
  background-color:#084D96;
}
.el-select-dropdown__item.selected{
  color: #084D96;
}
[v-cloak] {
  display: none;
}
@media only screen and (min-device-width: 120px) and (max-device-width:780px) and (-webkit-min-device-pixel-ratio: 2){
  .header_content{
    overflow-x: auto;
  }
  html, body{
    overflow-x: auto;
  }
  .container .main{
    overflow-x: auto;
  }
  .content_menu_box {
    min-width: 1200px;
  }
  .footer_content{
    width: 100vw;
    display: block;
    height: auto;
    padding: 0;
    text-align: center;
  }
  .footer_content .footer_left{
    position: relative;
    left: 0;
    transform:none;
    text-align: center;
  }
  .footer_content .footer_right{
    justify-content: center;
  }
  .main .top_bar{
    min-width: 1200px;
  }
  .main .main_content{
    display: block;
    width: 100%;
    padding: 40px 0;
  }
}
