/* 公共代码 */
* {
  padding: 0;
  margin: 0;
}
/* 引用字体包 */
@font-face {
  font-family: 'Basier Square';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/BasierSquare-Regular-2.otf') format('otf'),
       url('../fonts/BasierCircle-Regular-3.otf') format('otf');
 
} 

body {
  font-family: 'Basier Square', sans-serif!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* bootstrap里input button更改样式  */
.btnborder:focus,
.btnborder:active:focus,
.btnborder:active:focus,
.btnborder:focus,
.btnborder:active:focus,
.btnborder:active:focus {
  outline: none !important;
  box-shadow: none !important;
  list-style: none !important;
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
  background: #1DCAAB;
}
.inpborder:focus {
  outline: none;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus {
  border:1px solid transparent!important;
}
button:active {
  border-color: transparent;
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 767px) {
  /* 移动端导航栏样式 */
  .moveNav {
    font-size: 24px!important;
    color: #1dcaab!important;
  }
  .move-menu {
    color: #6bebc1;
    font-size: 25px;
  }
  .navbar {
    /* background-color: #3b5998; */
    overflow: hidden;
    height: 63px;
    position: fixed;
    top: 5px;
    left: 3px;
    color: #6bebc1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    padding: 14px 16px;
  }
  .navbar ul {
    margin: 8px 0 0 0;
    list-style: none;
  }
  .navbar a:hover {
    background-color: #ddd;
    color: #000;
  }
  .side-nav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #494949;
    overflow-x: hidden;
    /* padding-top: 60px; */
    transition: 0.5s;
  }
  .glyphicon:before {
    padding-right: 10px;
  }
  .side-nav a {
    padding: 15px 10px 15px 10px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    transition: 0.3s;
  }
  .side-nav a:hover {
    color: #1dcaab;
  }
  .side-nav .btn-close {
    position: absolute;
    top: 17px;
    right: 5px;
    font-size: 36px;
  }
  img {
    width: auto;
  }
  h2 {
    font-size: 24px!important;
  }
 .centerBlock ul {
   padding:0px 20%;
 }
 .breadcrumb {
   font-size: 12px;
   padding:0;
 }
 .media-heading {
   font-size: 22px!important;
 }
 .login,
  .register {
    width: 90px !important;
  }
 
  .footer .footerBottom .footerInfo {
    padding-left: 5%;
  }
   /* footer */
 .footer .footerBottom .line {
  border-right:none!important;
}
.footer .footerBottom .signUp {
  padding-left: 10%!important;
}
.footer .footerBottom .signUp .inpborder {
  width: 71%!important;
}
.footer .footerBottom .signUp .footerButton {
  width: 71%!important;
}
.footer .footerBottom .navigate {
  padding-left: 10%!important;
}
.footer .footerBottom .connect {
  margin-top:10%;
}
.footer .footerBottom .contact {
  margin-top:-28%;
}
}

/* 1.头部模块 */
.header {
  padding-top: 20px;
  box-sizing: border-box;
}
/* 查询模块 */
.header>.search img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.header>.search span {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.header>.search .ft {
  border-right: 1px solid #999999;
  padding-right: 10px;
}
.header>.search .en {
  padding-left: 10px;
}
/* 导航模块 */
.header>.nav .navbar-header .navbar-toggle {
  float: left;
}
.header>.nav .navbarm {
  list-style: none;
  border: none;
  background: none;
}
.middle,
.right {
  margin-top:30px;
  box-sizing: border-box;
}
.navbar ul >li {
  margin-right: 20px;
}
.header>.nav .navbarm:focus {
  background-color: #ffff;
}
.header>.nav .navBox .aboutsus {
  font-size: 14px;
  font-weight: 500;
  color: #8B9695;
  line-height: 20px;
}
.header > .nav .navBox .aboutsus1 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}
.header>.nav .btn1 {
  text-align: right;
  white-space: nowrap;
}
.header>.nav .btn1 button {
  background: #E0F0EF;
  margin-left: 10px;
  border: none;
}
.header>.nav .btn1 .login {
  background: #E0F0EF;
  width: 90px;
  height: 48px;
  background: #e0f0ef;
  color: #ffff
}

.header>.nav .btn1 .register {
  width: 108px;
  height: 48px;
  background: #1DCAAB;
  color: #ffff;
}
.header>.nav .btn1 a {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.header>.nav .btn1 .login a {
  color: #023936;
}
.header>.nav .btn1 .register a {
  color: #FFFFFF;
}
.header > .nav .navBox .resourcesBorder {
  width: 10px;
  height: 4px;
  background: #1dcaab;
  position: absolute;
  top: 65px;
  left: 50px;
}
/*面包宵样式  */
.container .bread {
  margin-top:20px;
}
.container .bread .border {
  background: none;
  padding:0px!important;
}
.logo {
  position:relative;
}
.logo .banner {
  width: 100%;
  /* padding:0px 8%; */
}
.logo .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .bread .border .one {
  font-weight: 500;
  color: #8b9695;
}

.container .bread .border .two {
  font-weight: bold;
  color: #333333;
}
.container .bread .border .two a{
  font-weight: bold;
  color: #333333;
}
/* end */
.media-body div {
  margin-bottom: 20px;
}
.media-body .media-video {
  width: 960px;
  height: 540px;
}
.media-body .media-heading {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  line-height: 58px;
}
.media-body .media-content {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
}
.media-body .media-img img {
  width: 100%;
  background: #F2F7FA;
}

/* 3.底部模块  */
.a {
  text-decoration: none;
  list-style: none;
}
a:hover {
  text-decoration: none;
}
ul> li {
  list-style: none;
}
.inpborder {
  border:none;
  outline: none;
}
input:focus {
  outline: transparent;
  border:none;
}
.footer {
  padding: 5% 0;
  margin-top:4%;
  background-color: #f2f7fa;
}
.footer .footerBottom .line {
  border-right: 1px solid #D8D8D8;
  height: 250px;
}
.footer .container .footerBottom .ipt {
  width:100% ;
}
.footer .container .footerBottom .footerButton {
  width: 100% !important;
  height: 48px;
  background: #1dcaab;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-top:20px;
  outline: none;
  border: none;
  display: block;
  line-height: 48px;
  text-align: center;
}
.footer .container .footerBottom .signUp {
  padding-right: 49px;
}
.footer .container .footerBottom .signUp .footerTitle,
.footer .container .footerBottom .navigate .footerTitle,
.footer .container .footerBottom .connect .footerTitle,
.footer .container .footerBottom .contact .footerTitle{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer .container .footerBottom .signUp .inpborder {
  height: 48px;
}
.footer .container .footerBottom .navigate  {
  padding-left: 82px;
}
.footer .container .footerBottom .connect {
  padding-left: 40px;
}
.footer .container .footerBottom .contact {
  padding-left: 40px;
}
.footer .container .footerBottom .contact .point {
  color: #1dcaab;
  margin-top:15px;

}
.footer .container .footerBottom .navigate .footerUl li {
  font-size: 14px;
font-weight: 400;
line-height: 33px;

}
.footer .container .footerBottom .navigate .footerUl a {
  color: #7D8385;
}
.footer .container .footerBottom .connect p {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.footer .container .footerBottom .connect .icons {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  margin-top:25px;

}
.footer .container .footerBottom .connect .icons li {
  padding-right: 25px;
}
.footer .copyright {
  margin-top:50px;
  text-align: center;
  color:#999;
  font-size: 12px;
  /* margin-left: -35px; */

}
.media-title{
  margin-top: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
.media{
  margin-bottom: 30px;
}
/* 小屏幕 */
@media screen and (max-width: 767px){
  .mobile_nav{
    margin-top: 60px;
    text-align: center;
  }
  .mobile_nav li{
    margin-top: 20px;
    
  }
  .accordion-content span {
    /* display: flex; */
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .media-body{
    /* display: flex; */
    flex-direction: column;
  }
  .media iframe {
    width: 100% !important;
    height: 205px !important;
  }

    .media-body, .media-left, .media-right{
      display: block;
    }
    .media-body{
      width: 100%;
    }
    .mobile_w25{
      max-width:25% !important;
  }
  .mobile_w100{
      max-width:100% !important;
  }
}

.read_more{
  width: 150px !important;
  height: 48px !important;
  line-height: 48px;
  display: block !important;
  background: #1dcaab !important;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  text-align: center;
  text-decoration: none !important;
}

.pdf_file_box{
  width: 100% !important;
  height: auto !important;
  background: #f1f1f1;
  display: flex;
  padding: 10px !important;
  border-radius: 4px !important;
  margin-bottom: 0px !important;
  /*flex:1;*/
  justify-content: space-between;
  align-items: center;
}
.pdf_thumb img {
  width: 90px !important;
  height: auto !important;
}
.pdf_info_title{
  margin-top: 0  !important;
  padding-top: 0 !important;
  font-size: 2rem;
  font-weight: 600;
  
}
.pdf_info_title a {
  color: #583FD5 !important;
}
.pdf_info{
  margin-left: 10px !important;
  padding-top: 2rem !important;
  font-size: 1.6rem;
  font-weight: 400;
  /* width: 60%; */
}
.pdf_info_des{
  height: 40px !important;
  overflow-y: hidden !important;
  margin-top: 10px;
}
.pdf_file_download img{
 width: 50px;
 /*margin-top: 40px;*/
}
.pdf_file_download{
    flex: 1;
  text-align: right;
  margin-right: 20px;
}
.pdf_file_box div{
    margin-bottom: 0px !important;
}
/* 小屏幕 */
@media screen and (max-width: 767px){

  .pdf_info{
    padding-top: 0rem !important;
  }
}