@charset "UTF-8";

/*** common scss ***/
body{
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, SimSun, 宋体, Heiti, 黑体, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* -moz-font-feature-settings */
}

ul {
  list-style: none;
  padding: 0; 
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color: #ff962a!important;
  cursor: pointer;
}
.btn {
  border-radius: 0; 
  transition: all 0.33s ease;
}
.btn-xl {
  padding: 10px 88px;
  font-size: 24px; }
.btn-orange {
  border: 1px solid #f5a352;
  color: #fff;
  background-color: #f5a352; }
.btn-orange:link, .btn-orange:visited {
  color: #fff;
  border-color: #f5a352;
  background-color: #f5a352; }
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  color: #fff !important;
  border-color: #ff870e;
  background-color: #ff870e; }
.btn-orange-o {
  border: 1px solid #f5a352;
  color: #f5a352;
  font-size: 18px;
  padding: 10px 16px;}
.btn-orange-o:link, .btn-orange-o:visited {
  color: #f5a352;
  border-color: #f5a352; }
.btn-orange-o:hover, .btn-orange-o:active, .btn-orange-o:focus {
  color: #ff870e;
  border-color: #ff870e; }
.btn-cadetblue-o {
  border: 1px solid #004949;
  color: #004949; }
.btn-cadetblue-o:link, .btn-cadetblue-o:visited {
  color: #004949;
  border-color: #004949; }
.btn-cadetblue-o:hover, .btn-cadetblue-o:active, .btn-cadetblue-o:focus {
  color: #003030;
  border-color: #003030; }

.font-orange {
  color: #f5a352; }
.modal-header{
  border-bottom: none;
  /* display: none; */
}
.navbar {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: white;
}
/*** common scss ***/
/*** common header scss ***/
.marginLeft0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
}
.header-yks .navbar {
  margin-bottom: 0;
  border: none; 
  transition: all .3s;
}
.header-fix{
  display: none;
}

.header-yks .navbar-orange .navbar-toggle {
  border-color: #f5a352; }
.header-yks .navbar-orange .navbar-toggle .icon-bar {
  background-color: #f5a352; }

.header-yks .navbar-brand {
  padding: 5px;
  height: 70px; }
.header-yks .navbar-brand img:first-of-type{
  width: 187.5px;
  height: 60px;
}
.header-yks .navbar-2 img:first-of-type{
  width: 150px;
  height: 43px;
  margin-top: 12px;
}


.header-yks .navbar-nav > li > a {
  line-height: 40px; }
.header-yks .navbar-nav > li > a:link, .header-yks .navbar-nav > li > a:visited, .header-yks .navbar-nav > li > a:hover, .header-yks .navbar-nav > li > a:active, .header-yks .navbar-nav > li > a:focus {
  background: none; }
.header-yks .navbar-nav > li > a:link, .header-yks .navbar-nav > li > a:visited {
  color: #7b7b7b; }
.header-yks .navbar-nav > li > a:hover, .header-yks .navbar-nav > li > a:active, .header-yks .navbar-nav > li > a:focus {
  color: #4b4b4b; }
.header-yks .navbar-nav > li > a.nav-specially span{
  display: block;
  background-color: #f5a352;
  width: 100%;
  height: 3px;
}

.navbar-nav .dropdown-menu>li>a {
  font-size: 18px;
  color: #7b7b7b;
}

.footer-yks .footer-link a:nth-child(n) {
    margin-left: 0;
    margin-right: 33px;
}
@media screen and (min-width: 1400px){
  li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
  
  .navbar-nav>li>.dropdown-menu {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
    width: 180px;
    border-color: #eaeaea;
    margin-top: -7px;
  }
  
  
  .navbar-nav>li>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    right: 10px;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e4e4e4;
    border-left: 8px solid transparent;
    content: '';
  }
}



.index-anniversary-logo{
  width: 50px;
  margin-top: 15px;
  margin-right: 5px;
}
/*.header-yks .navbar-nav > li:first-child>a{*/
  /*padding: 0;*/
/*}*/

.header-yks .navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px; }

/*** common header scss ***/
/*** common fotter scss ***/
.footer-yks{
  float: left;
  width: 100%;
  /*background-color: #222;*/
  /*color: #fff;*/
  background-color: #03192E;
  color: #222;
  padding-bottom: 10px;
  position: relative;
}
.footer-bg{
  background-color: #03192E;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 682px;
}
.footer-yks a{
  color: #cccccc;
  text-decoration: none;
  /* font-family: light, sans-serif; */
}
.footer-yks a:hover{
  color: #fff;
  text-decoration: none;
}
.footer-yks .footer-nav {
  max-width: 1280px;
  margin: auto;
  padding: 102px 0 0 0;
  font-size: 14px;
}
.footer-yks .footer-nav p.title {
  color: #fefefe;
  font-size: 20px;
  /* font-family: light, sans-serif; */
  font-weight: bold;
}
.footer-yks .footer-nav .xinwen {
  max-width: 328px; 
  margin-left: 50px;
}
.footer-yks .footer-nav .xinwen ul li{
  position: relative;
  max-width: 300px;
  margin-bottom: 12px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer-yks .footer-nav .xinwen ul li a{
  font-size: 14px;}
.footer-yks .footer-nav .kefu p.body {
  line-height: 32px; }
.footer-yks .footer-nav .kefu .icon-ctn {
  position: relative;
  display: inline-block;
  margin-top: 34px; }
.footer-yks .footer-nav .kefu .qrcode {
  float: right; }
.footer-yks .footer-nav .info {
  margin-right: 380px; }
.footer-yks .footer-nav .info .center-block {
  max-width: 220px; }
.footer-yks .footer-nav .info .center-block ul li img {
  margin-right: 8px }
.footer-yks .footer-nav .info ul > li {
  color: #b3b3b3;
  font-size: 14px;
  padding-bottom: 12px; 
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
/*.footer-yks .footer-nav .info ul > li > a {*/
  /*color: #b3b3b3; }*/
/*.footer-yks .footer-nav .info ul > li > a:link, .footer-yks .footer-nav .info ul > li > a:visited, .footer-yks .footer-nav .info ul > li > a:hover, .footer-yks .footer-nav .info ul > li > a:active {*/
  /*color: #b3b3b3; }*/

.footer-yks .copyright {
  text-align: center;
  margin: 0 150px 10px;
  padding-top: 10px;
  color: #b3b3b3;
  opacity: .3;
}
.footer-yks .copyright a {
  color:#ccc;
}

  /*border-top: 1px solid #444; }*/
.footer-yks .footer-link{
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  color:#aaa;
  margin-top: 95px;
}
.footer-yks .footer-link span{
  font-weight: bold;
  text-align: center;
}
.footer-yks .footer-link span.point,.footer-yks .footer-nav .xinwen ul li span.point{
  position: absolute;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  border-radius: 3px;
  background-color: #03192e;;
}
.footer-yks .footer-nav .xinwen ul li span.point{
  top: 9px;
  left: 0;
  background-color: #fff;
}
.footer-yks .footer-link a{
  line-height: 25px;
  position: relative;
  width: 106px;
  margin-left: 33px;
  padding-left: 15px;
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  color: rgba(255, 255, 255, .3);
}
.footer-yks .footer-link p{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.3;
  text-align: center;
  margin-bottom: 28px;
}
.organizing-examinations {
  display: block;
  margin-top: 27px;
  font-size: 24px;
  color: #FFFFFF;
  /* font-family: PingFang SC; */
  font-weight: 500;
}
/**new-add**/
.footer-yks .icon-ctn img{
  cursor: pointer;
  margin-right: 5px;
}
.footer-yks .icon-ctn img#ewm{
  display: none;
  position: absolute;
  top: 22px;
  left: -36px;
}
.header-yks #navbar {
  padding: 0;
}
.header-yks .navbar-nav > li > a{
  font-size: 20px;
}
.header-yks .pull-right {
  padding: 12px 0 0 0;
  margin-left: 20px;
  line-height: 40px;
}
.header-yks .pull-right .btn {
  background-color: #ff870e;
  border: 1px solid #ff870e;
  padding: 6px 30px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 18px; 
}

.header-yks .pull-right .btn:hover{
  background-color: #fff;
  border: 1px solid #ff870e;
  color: #ff870e !important;
}

.header-yks .pull-right .btn:first-of-type {
  margin-right: 12px;
  background-color: transparent;
  border: 1px solid #ff870e;
  color: #ff870e;
}

.header-yks .pull-right .btn:first-of-type:active,.header-yks .pull-right .btn:first-of-type:focus{
  color:#ff870e !important;
  background-color: #fff;
}

.header-yks .pull-right .btn:first-of-type:hover{
  background-color: #ff870e;
  color:#fff!important;
}

/*** common fotter scss ***/
.btn-manager{
  padding: 6px 10px !important;
}

/*.navbar-collapse{*/
  /*position: relative;*/
/*}*/
/*.navbar-nav{*/
  /*margin-right: 180px !important;*/
/*}*/
/*.pull-right{*/
  /*position: absolute;*/
  /*right: 0;*/
  /*height: 180px;*/
/*}*/
.login-item{
  display: none;
  position: absolute;
  width: 150px;
  top: 60px;
  border: 1px solid #ff870e;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.login-item li{
  width: 80%;
  margin: 0 auto 5px auto;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
  cursor: pointer;
}
.login-item li:last-child{
  border-bottom: none;
}

.pull-right-mobile{
  display: none;
}
/*侧边栏*/
.Sidebar{
  position: fixed;
  width: 130px;
  height: 445px;
  right: 0;
  top: 43%;
  margin-top: -30px;
  z-index: 11;
  cursor: pointer;
}
.sidebar-dialog{
  width: 98%;
  max-width: 500px;
  margin: 0 auto;
}
.sidebar-bg-line{
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    background-color: #c6c6c6;
    z-index: 1;
}
.sidebar-kefu, .sidebar-rwm{
    position: absolute;
    width: 130px;
    text-align: center;
    z-index: 2;
}
.sidebar-kefu{
    top: 0;
    height: 275px;
    background-color: #ff870e;
    color: #fff;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
}
.sidebar-kefu h4{
    color: #fff;
    margin-bottom: 5px;
}
.sidebar-kefu > img{
    width: 120px;
    margin-top: 5px;
}
.sidebar-kefu p{
    margin: 0;
}
.sidebar-kefu p.s-main-qq a, .sidebar-kefu p.s-main-phone{
    color: #fff;
}
.sidebar-kefu p.s-main-qq a:hover, .sidebar-kefu p.s-main-phone:hover{
    color: #f3d3b3;
}
.sidebar-rwm{
    top: 295px;
    height: 150px;
    background-color: #ff870e;
    color: #fff;
}
.sidebar-rwm img{
    width: 110px;
    margin-top: 10px;
}
.sidebar-rwm p{
    margin: 5px 0 5px 0;
}
.g-totop {
  opacity: 1;
  position: fixed;
  bottom: 40px;
  right: 35px;
  z-index: 999;
}
.g-totop:hover{
  opacity: 0.5;
}
.g-totop a {
  color: #ccc;
}
/*.Sidebar img{*/
  /*position: relative;*/
  /*width: 50px;*/
  /*height: 60px;*/
/*}*/

.sidebar-content{
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.sidebar-content h2{
  margin: 40px 0 20px 0;
}
.sidebar-content p.s-main-qq a{
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.phone{
  color: #000;
  cursor: pointer;
}
.sidebar-content p.s-main-qq a:hover, .phone:hover{
  color: #ff870e;
}
/*手机端兼容*/
.info-mobile,.copyright-mobile{
  display: none;
}
.Sidebar-mobile{
  display: none;
}
.container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}


.info-mobile>div>p{
  font-size: 1rem;
  color: #666666;
  width: 13rem;
  margin: auto;
  margin-bottom: 1.84rem;
}
.info-mobile>div>p:first-child{
  text-align: center;
  width: 100%;
}

.info-mobile>div>p span{
  font-size: 1.13rem;
}

.info-mobile>div>p img{
  width: 2.15rem;
  height: 2.13rem;
  margin-right: 0.84rem;
}

@media screen and (max-width: 1365px) {


  .nav>li>a {
    padding: 10px 10px;
  }

  .header-yks .pull-right {
    padding: 8px 0 0 0;
  }

  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .header-yks .navbar,.footer-yks{
    background-color:#fff;
  }
  .footer-bg{
    display: none;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-header{
    display: block;
  }
  .customer-service{
    display: none!important;
  }
  .Sidebar-mobile {
    display: block;
    position: fixed;
    width: 70px;
    height: 60px;
    right: -17px;
    bottom: 40px;
    background-color: #ff870e;
    z-index: 11;
    cursor: pointer;
    color: #fff;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.25);
    border-radius: 30px 0px 0 30px;
    font-size: 14px;
  }
  .Sidebar-mobile svg {
    width: 30px;
    fill: #fff;
    margin-top: 4px;
    margin-left: 5px;
}

  .sidebar-content h2{
    margin: 20px 0 20px 0;
  }
  .navbar{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .header-yks .navbar-brand {
    padding: 15px 5px;
  }
  .header-yks .navbar-2 {
    padding: 3px 10px;
  }

  .header-yks .navbar-brand img:first-of-type{
    width: 120px;
    height: 38.5px;
  }
  .header-fix{
    display: block;
    height: 65px;
  }
  /*.header-yks .navbar-brand{*/
    /*font-size: 25px;*/
  /*}*/
  .header-yks .pull-right{
    width: 128px;
  }
  .pull-right-pc{
    display: none;
  }
  .pull-right-mobile{
    display: block;
    margin-right: 20px;
  }
  .pull-right-mobile img{
    display: none;
  }
  .btn-manager{
    padding: 2px 5px !important;
  }
  .header-yks .pull-right .btn{
    padding: 4px 10px;
  }
  .footer-link ,.copyright-pc{
    display: none;
  }
  .footer-yks .footer-nav .info, .footer-yks .footer-nav .xinwen{
    display: none;
  }
  .footer-yks .copyright {
    margin: 0;
    font-size: 12px;
    /*border-top: 1px solid #aaaaaa;*/
  }
  .footer-yks .footer-nav{
    padding: 15px 0;
  }
  .info-mobile{
    padding-top: 2.47rem;
  }
  .info-mobile,.copyright-mobile{
    display: block;
  }
  .info-mobile span img{
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .info-mobile span.sub-title-left {
    float: left;
    font-size: 12px;
    color: #b3b3b3;
  }
  .info-mobile span.sub-title-right {
    float: right;
    font-size: 12px;
    color: #b3b3b3;
  }
  .footer-yks .copyright{
    padding: 15px 15px;
  }

  .register-yks a:first-child{
    margin-right: 10px;
  }
  .register-yks a:last-child{
    margin-left: 10px;
  }

}
@media screen and (max-width: 768px) {

  .pull-right-mobile{
    position: relative;
  }
  .pull-right-mobile img{
    display: block;
    position: absolute;
    left: -60px;
    top: 0;
  }
  .sidebar-dialog{
    max-height: 80%;
  }
  .nav>li {
    position: relative;
    display: block;
    float: none;
    padding: 0 20px;
  }
  .navbar-collapse.collapse{
    display: none !important;
    overflow: auto !important;;
  }
  .navbar-collapse.collapse.in{
    display: block !important;
  }
  .collapse{
    display: none;
  }
  .navbar-right{
    float: none !important;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar-toggle{
    display: block;
  }
  .navbar-header{
    float: none;
  }

  .header-yks .pull-right {
      padding: 14px 0 0 0;
  }
}
@media screen and (max-width: 400px) {
  .pull-right-mobile img{
    left: 5px;
    top: 40px;
  }
}
@media screen and (max-width: 360px) {
  .header-yks .pull-right{
    margin: 0 7px 0 0;
  }
  .header-yks .pull-right .btn:first-of-type{
    margin-right: 7px;
  }
  .header-yks .pull-right{
    width: 123px;
  }
}

@media screen and (min-width: 1440px){
    .header-yks .container {
        padding-left:0;
        padding-right:0;
    }
}


/**增加鼠标经过效果*/
.header-yks .navbar-nav > li > a > span {
  transition: width 0.33s ease;
  width:0%;
  display: block;
  background-color: #f5a352;
  height: 3px;
}

.header-yks .navbar-nav > li > a:hover > span {
  width: 100%;
}



.footer-wx{
  position: relative;
}
.footer-wx-qrcode-container{
  width: 197px;
  height: 231px;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px
  rgba(255, 150, 42, 0.35);
  border-radius: 4px;
  position: absolute;
  transition: all 0.33s ease;
  opacity: 0;
  left: -75px;
  top: -300px;
  visibility: hidden;
}


.footer-wx-qrcode{
  margin-left: 7px;
  margin-top: 13px;
}

.footer-wx:hover>.footer-wx-qrcode-container{
  top: -256px;
  opacity:1;
  visibility:visible;
}



.header-yks{
    background-color: #fff;
  }
  .navbar-nav{
    position: relative;
  }
  
  /*** banner-yks ***/
  .banner-yks {
    position: relative; }
    .banner-yks #particles {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 800px; }
    .banner-yks .container {
      position: relative;
    padding:0;}
    .banner-yks .banner-text .title {
      font-size: 48px;
      letter-spacing: 0.05em;
      margin-bottom: 40px; }
    .banner-yks .banner-text .subtitle {
      font-size: 14px;
      margin-bottom: 80px; }
  .banner-yks .btn-orange-o{
    font-size: 25px;
    padding: 20px 16px;
  }
  .banner-text .btn-orange-o:hover{
    color:#fff;
    background-color: #f5a352;
  }
  .close{
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 11;
    color: #fff;
    font-size: 30px;
    opacity: 1;
  }
  .close:focus, .close:hover {
    color: #fff;
  }
  .close span{
    display: block;
    width: 36px;
    height: 36px;
  }
    @media (min-width: 1200px) {
      .banner-yks .banner-text {
        float: left;
        margin-top: 240px; } }
  
    .banner-yks .cube {
      width: 560px;
      height: 531.5px;
      /*max-width: 100%;*/
      /*height: auto;*/
      /*background-color: #f5a352;*/
    }
  
  /*** banner-yks ***/
  
  /*** why-use-yks ***/
  .why-use-yks {
    position: relative;
    padding: 60px 0 108px;
    background: -webkit-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
    /* 标准的语法 */ }
    .why-use-yks .item {
      padding: 0 40px; }
      .why-use-yks .item .icon {
        max-width: 70px;
        max-height: 70px;
        margin-bottom: 48px; }
      .why-use-yks .item .title {
        font-size: 20px;
        margin-bottom: 48px; }
      .why-use-yks .item .subtitle {
        font-size: 16px; }
  
  .why-use-yks .main-title {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 28px;
    text-align: center;
  }
  .why-use-yks .sub-title {
    font-size: 18px;
    font-weight: 100;
    color: #808080;
    text-align: center;
  }
  .white-bg-img{
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    bottom: -70px;
    left: 50%;
    margin-left: -60px;
    padding-top: 20px;
    background-color: #fff;
  }
  .white-bg-on-img{
    top: -70px;
    left: 50%;
    margin-left: -60px;
    padding-top: 20px;
  }
  /*** why-use-yks ***/
  
  .features-yks .ui-img {
    position: relative;
    display: block;
    max-width: 900px;
    max-height: 900px;
    margin: auto; }
    .features-yks .ui-img .bg-img {
      position: absolute;
      width: 100%;
      max-width: 900px;
      max-height: 900px;
      z-index: 0; }
    .features-yks .ui-img .fg-img {
      position: absolute;
      width: 100%;
      max-width: 717px;
      z-index: 1; }
  
  /*** num-yks ***/
  .num-yks {
    background-color: #eff7fe;
    text-align: center;
    padding: 108px 0; }
    .num-yks a {
      margin-top: 30px;}
    .num-yks .item {
      text-align: center; }
      .num-yks .item .title {
        font-size: 30px; }
      .num-yks .item .subtitle {
        font-size: 18px;
        font-weight: 100;
        color: #808080; }
  .num-yks .main-title {
    margin-bottom: 60px;
    font-size: 28px;
    text-align: center; }
  .num-yks .main-title2 {
    margin-top: 207px;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center; }
  
  
  /*** user-yks ***/
  .user-yks .user-img-ctn {
    position: relative; }
    .user-yks .user-img-ctn .item {
      position: relative;
      max-width: 615px;
      margin: auto;
      text-align: center;
      z-index: 99; }
      .user-yks .user-img-ctn .item .panel-body {
        box-shadow: 3px 3px 7px 2px rgba(75, 75, 75, 0.35); }
        .user-yks .user-img-ctn .item .panel-body .title,
        .user-yks .user-img-ctn .item .panel-body .subtitle {
          color: #f5a352; }
        .user-yks .user-img-ctn .item .panel-body .title {
          font-size: 18px; }
        .user-yks .user-img-ctn .item .panel-body .subtitle {
          font-size: 12px; }
        .user-yks .user-img-ctn .item .panel-body .content {
          font-size: 14px; }
    .user-yks .user-img-ctn .user-img-2,
    .user-yks .user-img-ctn .user-img-3 {
      position: absolute;
      top: 0;
      box-shadow: 3px 3px 7px 2px rgba(75, 75, 75, 0.35);
      z-index: 1; }
    .user-yks .user-img-ctn .user-img-2 {
      left: 0; }
    .user-yks .user-img-ctn .user-img-3 {
      right: 0; }
  
  /*** of-diff-yks ***/
  .of-diff-yks {
    margin-top: 108px;
    padding: 80px 0;
    background: -webkit-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff8f1);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff8f1);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff8f1);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff8f1);
    /* 标准的语法 */
    overflow: hidden;
    text-align: center; }
    .of-diff-yks .diff-box {
      position: relative;
      margin-top: 40px;
      overflow: hidden}
      .of-diff-yks .diff-box .ol {
        text-align: right;
        padding-right: 38px; }
      .of-diff-yks .diff-box .fl {
        text-align: left;
        padding-left: 38px; }
      .of-diff-yks .diff-box .ol p, .of-diff-yks .diff-box .fl p {
        margin-bottom: 24px;
        font-size: 18px;
        color: #808080; }
      .of-diff-yks .diff-box .ol ul li, .of-diff-yks .diff-box .fl ul li {
        display: block;
        padding-bottom: 8px;
        font-size: 14px;
        color: #a4a3a3;
        font-weight: 200; }
      .of-diff-yks .diff-box .vl {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        margin: 28px auto;
        background-color: #c0c0c0; }
  
  .of-diff-yks .main-title {
    font-size: 28px;
    text-align: center;
  }
  .of-diff-yks .sub-title {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    color: #888;
  }
  .diff-box>img{
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -50px;
  }
  .diff-context{
    width: 400px;
    height: 400px;
    border-radius: 200px;
    background-color: #fff;
  }
  .diff-context-title{
    width: 250px;
    height: 50px;
    margin: 54px auto 0 auto;
    padding-top: 5px;
    font-size: 28px;
    color: #fff;
    background: url(/assets/mrd/img/index-diff-tbg.png) no-repeat;
  }
  .diff-context ul{
    margin-top: 38px;
  }
  .diff-context ul li{
    position: relative;
    width: 240px;
    margin: 0 auto;
    height: 20px;
    padding-left: 40px;
    font-size: 16px;
    color: #888;
    text-align: left;
  }
  .diff-context ul li img{
    margin-right: 10px;
  }
  .diff-boxshadow{
    width: 150px;
    height: 12px;
    background-color: #f3f4f8;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  .diff-left{
    float: left;
  }
  .diff-right{
    float: right;
  }
  .diff-link{
    margin-top: 40px;
  }
  .diff-link a:first-child{
    float: left;
    margin-left: 100px;
  }
  .diff-link a:last-child{
    float: right;
    margin-right: 85px;
  }
  /**features-yks begin**/
  .features-yks{
    margin-top: 108px;
    padding-bottom: 108px;
  }
  .features-yks .main-title {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 30px;
    text-align: center; }
  .features-main{
    position: relative;
    height: 820px;
    text-align: center;
  }
  .features-main > img.ui-bg{
    width: 740px;
    position: absolute;
    left: 50%;
    margin-left: -370px;
    z-index: -3;
  }
  .features-main > img.ui-fg{
    width: 570px;
    height: 375px;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -285px;
    z-index: -1;
  }
  .features-main > .ft{
    position: absolute;
    width: 185px;
    z-index: 3;
  }
  .features-main > .ft > p:first-child{
    text-align: left;
    font-size: 20px;
  }
  .features-main > .ft > p:last-child{
    text-align: left;
    color: #8a8a8a;
  }
  .features1{
    left: 30px;
    top: 155px;
  }
  .features2{
    left: 0;
    top: 380px;
  }
  .features3{
    left: 155px;
    top: 630px;
  }
  .features3 p a{
    text-decoration: none;
    color: #000;
  }
  .features4{
    right: 80px;
    top: 80px;
  }
  .features5{
    right: 0;
    top: 315px;
  }
  .features6{
    right: 135px;
    top: 635px;
  }
  .features-yks .text-center a:first-child{
    margin-right: 50px;
  }
  .features-yks .text-center a:last-child{
    margin-left: 50px;
  }
  /**features-yks end**/
  
  /**firm-yks begin**/
  .firm-yks{
    margin-top: 80px;
  }
  .firm-yks p{
    text-align: center;
    font-size: 28px;
    margin: 80px 0 40px;
  }
  .firm-user{
    height: 150px;
  }
  .firm-user-main{
    height: 150px;
  }
  .firm-user ul li img{
      width: 150px;
      height: 150px;
      margin-right: 78px;
  }
  .firm-user ul li img:last-child{
      margin-right: 0;
  }
  /**firm-yks end**/
  
  /**video-yks begin**/
  .video-yks{
    margin: 160px 0;
  }
  .video-main{
    position: relative;
    height: 350px;
    margin-top: 45px;
  }
  /*.video-main video{*/
    /*width: 540px;*/
    /*height: 350px;*/
    /*border-radius: 5px;*/
  /*}*/
  .anniversary-dialog{
    width: 98%;
    max-width: 600px;
    margin: 115px auto 0 auto;
  }
  .anniversary-modal{
    padding: 0;
    overflow: hidden;
  }
  .anniversary-modal a{
    display: block;
    position: absolute;
    bottom: 10%;
    width: 60%;
    height: 68px;
    margin-left: 20%;
    z-index: 5;
  }
  .anniversary-content{
    border: none;
    box-shadow: none;
    background-color: rgba(255,255,255,0);
  }
  .videos{
    padding-bottom: 56.25%;
    text-align: center;
  }
  .videos video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
  }
  .video-main img:nth-child(2){
    position: absolute;
    width: 540px;
    height: 350px;
    left: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
  }
  .video-main img:first-child{
    position: absolute;
    width: 56px;
    height: 56px;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    z-index: 4;
    cursor: pointer;
  }
  .video-main img:first-child:hover{
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
  .video-context{
    height: 400px;
    margin-top: 48px;
    margin-left: 100px;
  }
  .video-context p{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .video-context ul{
    margin-left: 20px;
    margin-top: 20px;
  }
  .video-context ul li{
    display:flex;
    align-items:center;
    position: relative;
    padding-left: 55px;
    height: 100px;
    font-size: 18px;
    color: #444;
    letter-spacing: 0.05em;
  }
  .video-context ul li img{
    position: absolute;
    left: 0;
    top: 40px;
    width: 30px;
    height: 20px;
  }

  /**video-yks end**/
  
  /**wechat-yks begin**/
  .line{
    width: 50px;
    height: 2px;
    margin: 0 auto 60px auto;
    border-radius: 1px;
    background-color: #C2E9F8;
  }
  .wechat-row-mobile{
    display: none;
  }
  .wechat-yks .row:last-child{
    margin-top: 80px;
  }
  .wechat-yks{
    margin-top:108px;
  }
  .title-logo{
    text-align: center;
  }
  .title-logo img{
    width: 69.8px;
    height: 76px;
  }
  .wechat-yks .main-title {
    font-size: 28px;
    text-align: center;
  }
  .wechat-yks .sub-title {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #888;
  }
  .wechat-yks .wc-context{
    padding-top: 112px;
  }
  .wechat-yks .wcc-left{
    margin-left: 40px;
    width: 80%;
  }
  .wechat-yks .wcc-right{
    margin-left: 87px;
  }
  .wcc-main{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .wcc-main img{
    margin-right: 10px;
  }
  .wcc-sub{
    font-size: 14px;
    color: #777;
  }
  /**wechat-yks end**/
  
  /**user-yks begin**/
  .user-yks .container{
    width: 1200px;
    padding: 0;
  }
  .user-yks{
    margin-top: 108px;
  }
  .user-yks .main-title {
    font-size: 28px;
    text-align: center;
  }
  .user-yks .sub-title {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #888;
  }
  /**user-yks end**/
  
  /**customize-yks begin**/
  .customize-yks{
    margin-top: 108px;
  }
  .customize-yks .main-title {
    font-size: 28px;
    text-align: center;
  }
  .customize-yks .sub-title {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #888;
  }
  .customize-yks .container > ul{
    margin-top: 40px;
    overflow: hidden;
  }
  .customize-yks .container > ul > li{
    position: relative;
    float: left;
    width: 320px;
    height: 100px;
    margin-right: 90px;
  }
  .customize-yks .container > ul > li:nth-of-type(3n+0){
    margin-right: 0;
  }
  .customize-yks .container > ul > li img{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 15px;
  }
  .f-main-title {
    font-size: 22px;
  }
  .f-sub-title {
    margin-top: 13px;
    font-size: 14px;
    color: #777;
  }
  .customize-function{
    float: left;
    margin-left: 70px;
  }
  .show-page{
    height: 400px;
  }
  .show-page-title{
    margin: 80px 0 40px 0;
    font-size: 28px;
    color: #777;
    text-align: center;
  }
  /**customize-yks end**/
  
  /*活动页面*/
  .anniversary-modal img{
    width: 100%;
    max-width: 600px;
  }
  
  /*手机端兼容*/
  @media (min-width: 1200px) {
    .banner-yks .cube {
      float: right;
      margin-top: 130px;
    }
  }
  @media (max-width: 1570px) {
    .footer-yks .footer-link {
      margin: 0;
    }
  }
  @media (max-width: 1199px) {
    .banner-yks .cube {
      display: none;
      /*margin: 50px auto 20px;*/
    }
    .banner-yks .banner-text {
      margin-top: 30px;
      text-align: center;
    }
    .banner-yks .banner-text .title {
      font-size: 22px;
      letter-spacing: 0.05em;
      margin-bottom: 20px;
    }
    .banner-yks .banner-text .subtitle {
      font-size: 12px;
      margin-bottom: 30px;
      padding: 0 50px;
    }
    .banner-yks .btn-orange-o{
      font-size: 14px;
      padding: 16px 14px;
    }
    /***************/
    .video-yks{
      margin: 30px 0;
    }
    .video-main img:first-child{
      display: block;
    }
    .video-main, .video-main img:nth-child(2), .video-main video{
      width: 100%;
      height: 100%;
      margin: 0 auto;
    }
    .videos video{
      width: 100%;
      height: 100%;
      margin: 0 auto;
    }
    .video-context {
      margin-left: 0;
    }
    /***************/
    .why-use-yks{
      padding: 30px 0;
    }
    .why-use-yks .item {
      padding: 0 15px;
    }
    .why-use-yks .main-title{
      display: none;
    }
    .why-use-yks .container > img, .white-bg-img > img{
      width: 40px;
      height: 40px;
    }
    .why-use-yks .item .icon{
      margin: 20px 0;
    }
    .why-use-yks .item .title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .white-bg-img{
       width: 60px;
       height: 60px;
       border-radius: 30px;
       bottom: -40px;
       left: 50%;
       margin-left: -30px;
       padding-top: 10px;
     }
    .white-bg-on-img{
      top: -32px;
      left: 50%;
      margin-left: -30px;
      padding-top: 10px;
    }
  
    /***************/
    .features-yks{
      margin-top: 70px;
      padding: 30px 0;
    }
    .features-main{
      height: 350px;
    }
    .features-yks .main-title,  .features-yks .text-center{
      display: none;
    }
    .features-main > .ft{
      width: 100px;
      font-size: 12px;
    }
    .features1 {
      left: 0px;
      top: -15px;
    }
    .features2 {
      left: 0;
      top: 105px;
    }
    .features3 {
      left: 0;
      top: 217px;
    }
    .features4 {
      right: 0;
      top: -15px;
    }
    .features5 {
      right: 0;
      top: 105px;
    }
    .features6 {
      right: 0;
      top: 217px;
    }
    .features-main > img.ui-bg{
      width: 260px;
      margin-left: -130px;
    }
    .features-main > img.ui-fg{
      width: 170px;
      height: 111px;
      margin-left: -85px;
      top: 85px;
    }
    .features-main > .ft > p:first-child{
      text-align: left;
      font-size: 16px;
    }
    /***************/
    .num-yks {
      padding: 30px 0;
    }
    .num-yks .main-title2{
      display: none;
    }
    .num-yks .main-title {
      margin-bottom: 30px;
      font-size: 20px;
    }
    .num-yks .item .title {
      font-size: 22px;
    }
    /***************/
    .wechat-yks{
      margin-top: 30px;
    }
    .wechat-yks .main-title {
      font-size: 22px;
    }
    .wechat-yks .sub-title {
      padding: 0 40px;
      font-size: 12px;
    }
    .wechat-yks .title-logo img{
      width: 50px;
      height: 56px;
    }
    .wechat-yks .wcc-left{
      text-align: center;
      padding-top: 15px;
    }
    .wcc-main{
      font-size: 14px;
    }
    .wcc-sub {
      font-size: 12px;
    }
    .wechat-main-img{
      width: 300px;
      height: 193px;
      margin-top: 15px;
    }
    .wechat-yks .row{
      text-align: center;
    }
    .wechat-row1{
      display: none;
    }
    .wechat-row-mobile{
      display: block;
    }
    .wechat-yks .row:last-child{
      margin-top: 15px;
    }
    /***************/
    .user-yks{
      margin-top: 30px;
    }
    .user-yks .main-title {
      font-size: 22px;
    }
    .user-yks .sub-title {
      padding: 0 40px;
      font-size: 12px;
    }
    .user-yks .title-logo img{
      width: 50px;
      height: 56px;
    }
    .user-yks .container{
      width: 100%;
      padding: 0;
    }
    /***************/
    .customize-yks{
      margin-top: 30px;
    }
    .customize-yks .main-title {
      font-size: 22px;
    }
    .customize-yks .sub-title {
      padding: 0 40px;
      font-size: 12px;
    }
    .customize-yks .title-logo img{
      width: 50px;
      height: 56px;
    }
    .customize-yks .container > ul > li{
      position: relative;
      float: none;
      width: 300px;
      height: 100px;
      margin: 0 auto;
    }
    .customize-yks .container > ul > li:nth-of-type(3n+0) {
      margin-right: auto;
    }
    .show-page{
      height: 200px;
    }
    /***************/
    .firm-yks{
      height: 250px;
      margin-top: 0;
    }
    .firm-user-main{
      height: 100px;
    }
    .firm-user ul li img{
      width: 65px;
      height: 65px;
      margin-right: 10px;
    }
    .ft-carousel .carousel-inner .carousel-item-pc{
      display: none;
    }
    .ft-carousel .carousel-inner .carousel-item-mobile{
      display: block;
    }
    /***************/
    .of-diff-yks{
      margin-top: 30px;
      padding: 30px 0;
    }
    .of-diff-yks .main-title {
      font-size: 20px;
    }
    .of-diff-yks .sub-title{
      font-size: 12px;
    }
    .diff-box>img{
      display: none;
    }
    .diff-left,.diff-right{
      float: none;
    }
    .diff-context ul{
      margin-top: 10px;
    }
    .diff-context{
      width: 100%;
      max-width: 340px;
      margin: 0 auto 15px auto;
      padding-top: 1px;
    }
    .diff-context-title{
      margin-top: 0;
      background-size:100% ;
      width: 220px;
      height: 45px;
      font-size: 25px;
    }
    .diff-context ul li img {
      
    }
    .diff-context ul li {
      width: 80%;
      height: 30px;
      padding-left: 33px;
    }
    .diff-link .btn-orange-o {
      font-size: 12px;
    }
    .diff-link .btn-orange {
      font-size: 14px;
    }
    .diff-link a:first-child {
      margin-left: 0;
    }
    .diff-link a:last-child {
      margin-right: 0;
    }
    /*活动页*/
    .anniversary-modal img{
      width: 100%;
    }
  }
  
  @media (max-width: 768px) and (min-width:500px){
    .firm-user ul li img{
      margin-right: 35px;
    }
  }
  @media (max-width: 500px) {
    .banner-yks .banner-text {
      margin-top: 100px;
    }
    .anniversary-modal a {
      height: 50px;
    }
    .g-totop{
      display:none;
    }
  }
  
  .slide-carousel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .slide-carousel .item-list {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .slide-carousel .item-list li .item-content {
    width: 100%;
    height: 100%;
  }
  .slide-carousel .item-list li .item-content a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    text-align: center;
  }
  .slide-carousel .item-list li .item-content a p {
    display: none;
    width: 70%;
    margin-top: 40px;
    margin-left: 15%;
  }
  .slide-carousel .item-list li.item2 .item-content a p {
    display: block;
  }
  .slide-carousel .item-list li .item-content a .cover-img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    -moz-transition: .3s -moz-box-shadow linear;
    -webkit-transition: .3s -webkit-box-shadow linear;
    -o-transition: .3s -webkit-box-shadow linear;
    transition: .3s box-shadow linear;
  }
  .slide-carousel .indicator-list {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -63px;
    z-index: 100;
  }
  .slide-carousel .indicator-list a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ccc;
    margin-left: 5px;
  }
  .slide-carousel .indicator-list a.selected {
    border-color: #ff6700;
    background-color: #5fff92;
  }
  .slide-carousel .controls {
    opacity: 0;
  }
  .slide-carousel .controls a {
    cursor: pointer;
    text-decoration: none;
    width: 40px;
    height: 60px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 35px;
    padding-top: 13px;
    z-index: 2;
  }
  .slide-carousel .controls a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .slide-carousel .controls .item-prev {
    top: 50%;
    left: 0;
    margin-top: -67px;
  }
  .slide-carousel .controls .item-next {
    top: 50%;
    right: 0;
    margin-top: -67px;
  }
  .slide-carousel .desc {
    height: 72px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .slide-carousel .desc strong {
    color: #fff;
    font-size: 20px;
    line-height: 72px;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .slide-carousel:hover .controls {
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  
  
  /*手机端兼容*/
  @media screen and (max-width: 1190px) {
    .slide-carousel .controls .item-prev, .slide-carousel .controls .item-next {
      margin-top: -250px;
    }
  }
  

  .ss {
    width: 1200px;
    height: 500px;
    margin: 50px auto 0;
    padding-left: 75px;
  }
  .ss .slide-carousel {
    margin-bottom: 20px;
  }
  .ss .slide-3d .desc {
    display: none;
  }
  .ss .slide-3d .item-list li {
    /*width: 600px;*/
    /*height: 500px;*/
    width: 639.5px;
    height: 400px;
    transition: all 0.5s ease-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ss .slide-3d .item-list li.item0 {
    transform: translate3d(-250px, 0, 0) scale(0.7);
  }
  .ss .slide-3d .item-list li.item1 {
    transform: translate3d(0, 0, 0) scale(0.7);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 2;
  }
  .ss .slide-3d .item-list li.item2 {
    transform: translate3d(250px, 0, 0) scale(1);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 3;
  }
  .ss .slide-3d .item-list li.item3 {
    transform: translate3d(500px, 0, 0) scale(0.7);
    transform-origin: 100% 50%;
    opacity: 1;
    z-index: 2;
  }
  .ss .slide-3d .item-list li.item4 {
    transform: translate3d(750px, 0, 0) scale(0.7);
  }
  .ss .slide-3d .item-list li.item5 {
    transform: translate3d(1000px, 0, 0) scale(0.7);
  }
  /*.ss .slide-3d .item-list li.item6 {*/
    /*transform: translate3d(1125px, 0, 0) scale(0.8);*/
  /*}*/
  /*.ss .slide-3d .item-list li.item7 {*/
    /*transform: translate3d(1350px, 0, 0) scale(0.8);*/
  /*}*/
  /*.ss .slide-3d .item-list li.item8 {*/
    /*transform: translate3d(1575px, 0, 0) scale(0.8);*/
  /*}*/
  /*.ss .slide-3d .item-list li.item9 {*/
    /*transform: translate3d(1800px, 0, 0) scale(0.8);*/
  /*}*/
  .ss .slide-2d .item-list li {
    width: 1200px;
    height: 300px;
    transition: all 0.5s ease-out;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ss .slide-2d .item-list li.item0 {
    transform: translateX(-1200px);
  }
  .ss .slide-2d .item-list li.item1 {
    transform: translateX(0px);
  }
  .ss .slide-2d .item-list li.item2 {
    transform: translateX(1200px);
  }
  .ss .slide-2d .item-list li.item3 {
    transform: translateX(2400px);
  }
  .ss .slide-2d .item-list li.item4 {
    transform: translateX(3600px);
  }
  .ss .slide-2d .item-list li.item5 {
    transform: translateX(4800px);
  }
  .ss .slide-2d .item-list li.item6 {
    transform: translateX(6000px);
  }
  .ss .slide-2d .item-list li.item7 {
    transform: translateX(7200px);
  }
  .ss .slide-2d .item-list li.item8 {
    transform: translateX(8400px);
  }
  .ss .slide-2d .item-list li.item9 {
    transform: translateX(9600px);
  }
  
  /*手机端兼容*/
  @media screen and (max-width: 1199px) {
    .ss {
      width: 100%;
      height: 290px;
      padding-left: 0;
    }
    .slide-carousel .item-list,.slide-carousel .controls{
      position: relative;
      width: 350px;
      margin: 0 auto;
    }
    .ss .slide-3d .item-list li {
      width: 220px;
      height: 146px;
    }
    .ss .slide-3d .item-list li.item0 {
      transform: translate3d(-80px, 0, 0) scale(0.7);
    }
    .ss .slide-3d .item-list li.item1 {
      transform: translate3d(0, 0, 0) scale(0.7);
      transform-origin: 0 50%;
      opacity: 1;
      z-index: 2;
    }
    .ss .slide-3d .item-list li.item2 {
      transform: translate3d(60px, 0, 0) scale(1);
      transform-origin: 0 50%;
      opacity: 1;
      z-index: 3;
    }
    .ss .slide-3d .item-list li.item3 {
      transform: translate3d(160px, 0, 0) scale(0.7);
      transform-origin: 100% 50%;
      opacity: 1;
      z-index: 2;
    }
    .ss .slide-3d .item-list li.item4 {
      transform: translate3d(240px, 0, 0) scale(0.7);
    }
    .ss .slide-3d .item-list li.item5 {
      transform: translate3d(320px, 0, 0) scale(0.7);
    }
  
  }

  
  .moveDown{
    position: relative;
    animation:md 2s;
    -moz-animation:md 2s; /* Firefox */
    -webkit-animation:md 2s; /* Safari and Chrome */
    -o-animation:md 2s; /* Opera */
}
@keyframes md
{
   0%   {top:80px;opacity:0.3;}
   100% {top:0px;opacity:1;}
}

@-moz-keyframes md /* Firefox */
{
   0%   {top:80px;opacity:0.3;}
   100% {top:0px;opacity:1;}
}

@-webkit-keyframes md /* Safari and Chrome */
{
   0%   {top:80px;opacity:0.3;}
   100% {top:0px;opacity:1;}
}

@-o-keyframes md /* Opera */
{
   0%   {top:80px;opacity:0.3;}
   100% {top:0px;opacity:1;}
}

.moveOn{
   position: relative;
   animation:mo 1.5s;
   -moz-animation:mo 1.5s; /* Firefox */
   -webkit-animation:mo 1.5s; /* Safari and Chrome */
   -o-animation:mo 1.5s; /* Opera */
}
@keyframes mo
{
   0%   {top:-80px;opacity:0.3;}
   100% {top:0px;opacity:1;}
}

@-moz-keyframes mo /* Firefox */
{
   0%   {top:-80px;opacity:0.3;}
   100% {top:0px;opacity:1;}
}

@-webkit-keyframes mo /* Safari and Chrome */
{
   0%   {top:-80px;opacity:0.3;}
   100% {top:0px;opacity:1;}
}

@-o-keyframes mo /* Opera */
{
   0%   {top:-80px;opacity:0.3;}
   100% {top:0px;opacity:1;}
}

.big{
   position: relative;
   animation:biger 1s;
   -moz-animation:biger 1s; /* Firefox */
   -webkit-animation:biger 1s; /* Safari and Chrome */
   -o-animation:biger 1s; /* Opera */
}
@keyframes biger
{
   0%   {width: 60px;height: 60px;transform: rotate(0deg);}
   100% {width: 110px;height: 110px;transform: rotate(360deg);}
}

@-moz-keyframes biger /* Firefox */
{
   0%   {width: 60px;height: 60px;transform: rotate(0deg);}
   100% {width: 110px;height: 110px;transform: rotate(360deg);}
}

@-webkit-keyframes biger /* Safari and Chrome */
{
   0%   {width: 60px;height: 60px;transform: rotate(0deg);}
   100% {width: 110px;height: 110px;transform: rotate(360deg);}
}

@-o-keyframes biger /* Opera */
{
   0%   {width: 60px;height: 60px;transform: rotate(0deg);}
   100% {width: 110px;height: 110px;transform: rotate(360deg);}
}

.rotate{
   position: relative;
   animation:rtt 1s;
   -moz-animation:rtt 1s; /* Firefox */
   -webkit-animation:rtt 1s; /* Safari and Chrome */
   -o-animation:biger 1s; /* Opera */
}
@keyframes rtt
{
   0%   {transform: rotate(0deg);}
   100% {transform: rotate(360deg);}
}

@-moz-keyframes rtt /* Firefox */
{
   0%   {transform: rotate(0deg);}
   100% {transform: rotate(360deg);}
}

@-webkit-keyframes rtt /* Safari and Chrome */
{
   0%   {transform: rotate(0deg);}
   100% {transform: rotate(360deg);}
}

@-o-keyframes rtt /* Opera */
{
   0%   {transform: rotate(0deg);}
   100% {transform: rotate(360deg);}
}

/****case***/
.pagination>li>a,.pagination>li>span{
  width: 34px;
  height: 34px;
  margin-left: 0;
  padding: 0;
  border: none;
  border-radius: 5px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  margin-left: 10px;
  line-height: 34px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
   border-top-left-radius: 13px;
   border-bottom-left-radius: 13px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

/**case-yks begin**/
.case-yks{
  padding-top: 80px;
  min-height: 940px;
}
.case-yks p{
  text-align: center;
}
.case-yks p.main-title{
  margin: 20px 0;
  color: #ff962a;
  font-size: 30px;
}
.case-yks p.sub-title{
  color: #333;
  font-size: 20px;
  margin-bottom: 76px;
}
.case-list{
  display: block;
  overflow: hidden;
}
.case-list > .case-item {
  position: relative;
  float: left;
  display: block;
  width: 265px;
  height: 280px;
  margin: 0 25.3px 60px 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  /* border: 2px solid #dbdbdb; */
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}
.case-list > .case-item:nth-of-type(4n+0) {
  margin-right: 0;
}
.case-list > .case-item a {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  text-align: center;
}
.case-list > .case-item > a > img{
  width: 265px;
  height: 200px;
  margin-left: -1px;
}
.case-list > .case-item p{
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  color: #f5a352;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case-item-info{
  padding: 0 5%;
  font-size: 12px;
  color: #777;
}
.case-item-info img{
  width: 12px;
  margin-bottom: 3px;
}
.case-item-info span{
  float: right;
}
hr{
  margin-top: 0;
  margin-bottom: 10px;
  width: 90%;
}
/**case-yks end**/

.register-yks {
  padding: 50px 0;
  text-align: center;
  /* 标准的语法 */ }
.register-yks a:first-child {
  margin-right: 80px; }
.register-yks a:last-child {
  margin-left: 80px; }

#myModal .modal-body{
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}
.share-copy{
  padding: 0 15px;
}
.share-copy input{
  width: 100%;
  background-color: gainsboro;
  border: none;
  padding: 10px;
}
.share-copy a{
  display: block;
  width: 100px;
  height: 30px;
  margin: 20px 0;
  line-height: 17px;
  text-align: center;
  color: #fff;
  background-color: #00cc66;
}
.share-copy a:hover{
  color: #fff !important;
  background-color: #00cc88;
}
.loading{
  width: 100px;
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
}

/*手机端兼容*/
@media screen and (max-width: 1199px) {
  .case-yks .container{
      padding: 0;
  }
  .case-yks p.main-title{
      font-size: 16px;
  }
  .case-yks p.sub-title{
      font-size: 14px;
  }
  .register-yks a:first-child{
      margin-right: 10px;
  }
  .register-yks a:last-child{
      margin-left: 10px;
  }
  .case-list > .case-item {
      float: none;
      margin: 20px auto;
  }
  .case-list > .case-item:nth-of-type(4n+0) {
      margin: 0 auto;
  }

  .pagination>li>a,.pagination>li>span{
      width: 34px;
      height: 34px;
      margin-left: 0;
      padding: 0;
      border: none;
      border-radius: 5px;
      line-height: 34px;
      font-size: 20px;
      text-align: center;
      line-height: 34px;
  }
  .pagination>li:first-child>a, .pagination>li:first-child>span {
      border-top-left-radius: 13px;
      border-bottom-left-radius: 13px;
  }
  .pagination>li:last-child>a, .pagination>li:last-child>span {
      border-top-right-radius: 13px;
      border-bottom-right-radius: 13px;
  }
}


/**ft-carousel.css***/
ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
	text-align: center;
}

.ft-carousel .carousel-item>img {
	width: 1140px;
	height: 400px;
	box-shadow: 10px 10px 5px #cac1c1;
	border: 1px solid #cac1c1;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(/assets/mrd/img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(/assets/mrd/img/next.png) no-repeat;
}

@media screen and (max-width: 1199px) {
	.ft-carousel .carousel-item>img{
		width: 100%;
		height: 100%;
		/*height: 120px;*/
	}
	#carousel_1 .carousel-btn{
		top: 50%;
		margin-top: -22.5px;
	}
	#carousel_2 .carousel-btn{
		top: 36px;
	}
}



/****强大功能***/

.function{
  padding-top: 80px;
}


.function  a.btn-title{
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #fff2ec;
  color: #f5a352;
}


.function-main{
  margin-top: 80px;
}
.function-main-left{
  position: relative;
  float: left;
  width: 50%;
  height: 480px;
  border-right: 1.5px dashed #f0cbc2;
}
.function-main-right{
  position: relative;
  float: right;
  width: 50%;
  height: 480px;
}
.function-main-left span.text, .function-main-right span.text{
  color: #000;
  font-weight: bold;
}
.function-main-left span.point, .function-main-right span.point{
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 7px;
  background-color: #ea723d;
}
.function-main .main-title{
  margin-bottom: 30px;
  text-align: left;
  font-size: 28px;
}

.MultiPlatform-yks .function-main-right {
  padding: 65px 0 0 105px;
}

ul.main-context{
  margin-bottom: 30px;
  text-align: left;
  font-size: 16px;
  color: #6c6c6c;
}
ul.main-context li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.slide-bg{
  position: absolute;
  width: 90px;
  height: 60px;
  top: 400px;
  z-index: -2;
}
.slide-bg img{
  width: 60px;
}
.slide-mask{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  z-index: -1;
  width: calc(100% - 40px);
  background: #fff;
}

/**online-yks begin**/
.online-yks{
  position: relative;
  height: 600px;
  padding-top: 40px;
  background: -webkit-linear-gradient(bottom, rgba(225, 243, 255, 0.8), #fdfeff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(225, 243, 255, 0.8), #fdfeff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(225, 243, 255, 0.8), #fdfeff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(bottom, rgba(225, 243, 255, 0.8), #fdfeff);
}
.online-yks .main-title, .online-yks .second-title{
  text-align: center;
}
.online-yks .main-title{
  font-size: 30px;
  color: #f5a352;
  margin-bottom: 20px;
}
.online-yks img{
  width: 1000px;
  height: 690px;
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -500px;
}


/**MultiPlatform-yks begin**/
.MultiPlatform-yks{
  padding-top: 260px;
}
.MultiPlatform-yks .function-main-left{
  padding: 150px 0 0 85px;
  border-right-color: #f5a352;
}
.MultiPlatform-yks .function-main-right{
  padding: 65px 0 0 105px;
}
.MultiPlatform-yks .function-main-right > img{
  width: 420px;
  height: 340px;
}
/**MultiPlatform-yks end**/

/**SmartExam-yks begin**/
.SmartExam-yks .function-main-right{
  padding: 120px 0 0 80px;
}
.SmartExam-yks .function-main-left{
  border-right-color:#ffc941 ;
}
.SmartExam-yks .function-main-left > img{
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}
.SmartExam-yks .slide-bg{
  top: 415px;
  right: 63px;
  background: -webkit-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
}
.SmartExam-yks .btn-title{
  color: #ffc941;
  background-color: #fff8e5;
}
/**SmartExam-yks end**/

/**MultiQuestion-yks begin**/
.MultiQuestion-yks .function-main-left{
  padding: 45px 0 0 0;
  border-right-color: #e94f37;
}
.MultiQuestion-yks .function-main-right > img{
  position: absolute;
  top: 25px;
  left: 85px;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}
.MultiQuestion-yks .slide-bg{
  top: 415px;
  right: -17px;
  background: -webkit-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
}
.MultiQuestion-yks .btn-title{
  color: #e94f37;
  background-color: #fdeeeb;
}
/**MultiQuestion-yks end**/

/**ExamManager-yks begin**/
.ExamManager-yks .function-main-right{
  padding: 110px 0 0 80px;
}
.ExamManager-yks .function-main-left{
  border-right-color: #f5a352;
}
.ExamManager-yks .function-main-left > img{
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}
.ExamManager-yks .slide-bg{
  top: 415px;
  right: 65px;
  background: -webkit-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
}
/**ExamManager-yks end**/

/**Customize-yks begin**/
.Customize-yks .function-main-left{
  padding: 130px 0 0 35px;
  border-right-color: #ffc941;
}
.Customize-yks .function-main-right > img{
  position: absolute;
  top: 25px;
  left: 80px;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}
.Customize-yks .slide-bg{
  top: 415px;
  right: -17px;
  background: -webkit-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(254, 216, 107, 0.3), #fed86b);
}
.Customize-yks .btn-title{
  color: #ffc941;
  background-color: #fff8e5;
}
/**Customize-yks end**/

/**SmartAntiCheat-yks begin**/
.SmartAntiCheat-yks .function-main-right{
  padding: 15px 0 0 80px;
}
.SmartAntiCheat-yks .function-main-left{
  border-right-color: #48d476;
}
.SmartAntiCheat-yks .function-main-left > img.function6-mian{
  position: absolute;
  top: 45px;
  left: -10px;
  z-index: -3;
  width: 550px;
  height: 350px;
}
.SmartAntiCheat-yks .function-main-left > img.function6-sub{
  position: absolute;
  width: 110px;
  height: 110px;
  top: 5px;
  right: 33px;
  z-index: -2;
}
.SmartAntiCheat-yks .btn-title{
  color: #48d476;
  background-color: #e8f6f6;
}
/**SmartAntiCheat-yks end**/

/**StudentBack-yks begin**/
.StudentBack-yks .function-main-left{
  padding: 130px 0 0 0;
  border-right-color: #ffc941;
}
.StudentBack-yks .function-main-right > img{
  position: absolute;
  top: 45px;
  left: 80px;
  z-index: -3;
  width: 650px;
  height: 380px;
}
.StudentBack-yks .btn-title{
  color: #ffc941;
  background-color: #fff8e5;
}
/**StudentBack-yks end**/

/**ExamReport-yks begin**/
.ExamReport-yks .function-main-right{
  padding: 80px 0 0 80px;
}
.ExamReport-yks .function-main-left{
  border-right-color: #26a2e6;
}
.ExamReport-yks .function-main-left > img{
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}
.ExamReport-yks .slide-bg{
  top: 415px;
  right: 65px;
  background: -webkit-linear-gradient(left, rgba(97, 192, 238, 0.01), #61c0ee);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
}
.ExamReport-yks .btn-title{
  color: #26a2e6;
  background-color: #e4f5fc;
}
/**ExamReport-yks end**/

/**Statistics-yks begin**/
.Statistics-yks .function-main-left{
  padding: 130px 0 0 45px;
  border-right-color: #e94f37;
}
.Statistics-yks .function-main-right > img{
  position: absolute;
  top: 25px;
  left: 70px;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}
.Statistics-yks .slide-bg{
  top: 415px;
  right: -17px;
  background: -webkit-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
}
.Statistics-yks .btn-title{
  color: #e94f37;
  background-color: #fdeeeb;
}
/**Statistics-yks end**/

/**RightFalse-yks begin**/
.RightFalse-yks .function-main-right{
  padding: 130px 0 0 80px;
}
.RightFalse-yks .function-main-left{
  border-right-color: #26a2e6;
}
.RightFalse-yks .function-main-left > img{
  position: absolute;
  top: 45px;
  left: -135px;
  z-index: -3;
  width: 650px;
  height: 380px;
}
.RightFalse-yks .btn-title{
  color: #26a2e6;
  background-color: #e4f5fc;
}
.RightFalse-yks .container{
  position: relative;
}
.RightFalse-yks .container >img{
  position: absolute;
  left: 50%;
  bottom: -76px;
  margin-left: -28px;
}
/**RightFalse-yks end**/

.register-yks {
  padding: 100px 0 50px 0;
  text-align: center;
  /* æ ‡å‡†çš„è¯­æ³• */ }
.register-yks a:first-child {
  margin-right: 80px; }
.register-yks a:last-child {
  margin-left: 80px; }


.function-main-mobile{
  display: none;
}
@media (max-width: 1199px) {
  .function-main-mobile{
      display: block;
  }
  .function-main-pc{
      display: none;
  }
  .slide-bg,.function a.main-button{
      display: none;
  }
  .online-yks .main-title {
      font-size: 20px;
      margin-bottom: 20px;
  }
  .function{
      padding-top: 30px;
  }
  .second-title {
      font-size: 16px;
  }
  .online-yks{
      height: 100%;
  }
  .online-yks img {
      width: 100%;
      height: 300px;
      position: relative;
      left: 0;
      top: 0;
      margin-left: 0;
  }
  .function-main-left,.function-main-right{
      float: none;
      width: 100%;
      height: 100%;
      border-right: none;
  }
  .function-main {
      margin-top: 30px;
  }
  .function-main .main-title{
      text-align: center;
  }
  .MultiPlatform-yks .function-main-left,.MultiPlatform-yks .function-main-right {
      padding: 0;
  }
  .SmartExam-yks .function-main-left,.SmartExam-yks .function-main-right {
      padding: 0;
  }
  .MultiQuestion-yks .function-main-left,.MultiQuestion-yks .function-main-right {
      padding: 0;
  }
  .ExamManager-yks .function-main-left,.ExamManager-yks .function-main-right {
      padding: 0;
  }
  .Customize-yks .function-main-left,.Customize-yks .function-main-right {
      padding: 0;
  }
  .SmartAntiCheat-yks .function-main-left,.SmartAntiCheat-yks .function-main-right {
      padding: 0;
  }
  .StudentBack-yks .function-main-left,.StudentBack-yks .function-main-right {
      padding: 0;
  }
  .ExamReport-yks .function-main-left,.ExamReport-yks .function-main-right {
      padding: 0;
  }
  .Statistics-yks .function-main-left,.Statistics-yks .function-main-right {
      padding: 0;
  }
  .RightFalse-yks .function-main-left,.RightFalse-yks .function-main-right {
      padding: 0;
  }
  .MultiPlatform-yks .function-main-right > img{
      width: 100%;
      height: 100%;
  }
  .SmartExam-yks .function-main-right > img{
      width: 100%;
      height: 100%;
  }
  .MultiQuestion-yks .function-main-right > img{
      position: relative;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
  }
  .ExamManager-yks .function-main-right > img{
      width: 100%;
      height: 100%;
  }
  .Customize-yks .function-main-right > img{
      position: relative;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
  }
  .SmartAntiCheat-yks .function-main-right > img{
      width: 100%;
      height: 100%;
  }
  .SmartAntiCheat-yks .function-main-right > img.function6-sub {
      display: none;
      /*position: absolute;*/
      /*width: 56px;*/
      /*height: 56px;*/
      /*top: -25px;*/
      /*right: -5px;*/
      /*z-index: 2;*/
  }
  .StudentBack-yks .function-main-right > img{
      position: relative;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
  }
  .ExamReport-yks .function-main-right > img{
      width: 100%;
      height: 100%;
  }
  .Statistics-yks .function-main-right > img{
      position: relative;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
  }
  .RightFalse-yks .function-main-right > img{
      width: 100%;
      height: 100%;
  }
}


/***===============================Price-=====================***/

.price-anniversary-logo{
  position: absolute;
  bottom: 170px;
  left: 45%;
  margin-left: -140px;
  z-index: 0;
}
.price-yks .background-panel {
  height: 839px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/assets/mrd/img/price/bg.jpg"); }

.price-yks .price-panel {
  position: absolute;
  width: 100%;
  top: 124px;
  text-align: center; }
  @media screen and (min-width: 1200px){
    .price-yks .price-panel {
      top: 170px;}
  }
  .price-yks .price-panel .title {
    margin-bottom: 14px;
    font-size: 32px;
    font-weight: 100; }
  .price-yks .price-panel .sub-title {
    margin-bottom: 44px;
    font-size: 24px;
    font-weight: 100;
    color: #7b7b7b; }
  .price-yks .price-panel ul[role="tablist"] {
    margin-bottom: 64px;
    font-size: 0; }
    .price-yks .price-panel ul[role="tablist"] > li[role="presentation"] {
      display: inline-block;
      float: none;
      margin-left: 0; }
      .price-yks .price-panel ul[role="tablist"] > li[role="presentation"] > a[role="tab"] {
        padding: 10px 48px;
        /*border: 2px solid #ffa953;*/
        border-radius: 25px;
        background-color: #fdd6b1;
        font-size: 18px;
        width: 234px;
        color: #fff; }
      .price-yks .price-panel ul[role="tablist"] > li[role="presentation"] > a[role="tab"] span{
        transition: width 0.33s ease;
        display: block;
        width:0%;
        background-color: #f5a352;
        height: 3px;
        margin-top: 8px;
      }
      .price-yks .price-panel ul[role="tablist"] > li[role="presentation"].active > a[role="tab"] {
        background-image: url(/assets/mrd/img/price/button.png);
        background-size: 300px 100px;
        z-index: 1;
        box-shadow: rgb(245, 163, 82) 1px 0px 20px;
        color: #ac6a00;
        font-weight: 900;
        background-position: -20px -25px;
      }
      .price-yks .price-panel ul[role="tablist"] > li[role="presentation"].active > a[role="tab"] span{
        width:100%;
      }
      .price-yks .price-panel ul[role="tablist"] > li[role="presentation"]:first-of-type > a[role="tab"] {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .price-yks .price-panel ul[role="tablist"] > li[role="presentation"]:last-of-type > a[role="tab"] {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
      .price-yks .price-panel .price-list {
        position: relative;
        width: 1200px;
        margin: 0 auto}
      .price-yks .price-panel .price-list .price-item {
        position: absolute;
        top: 0;
        display: inline-block;
        width: 170px;
        height: auto;
        min-height: 1132px;
        background-color: #fff;
        box-shadow: 0px 5px 15px 0px 
		    rgba(241, 145, 73, 0.2);
        vertical-align: top; }
 
      .price-yks .price-panel .price-list .price-item div.title, .price-yks .price-panel .price-list .price-header div.title{
        margin-bottom: -16px;
        padding: 14px 0;
        font-size: 20px;
        font-weight: 300; }
      .price-yks .price-panel .price-list .price-item .price {
        position: relative;
        padding: 0 20px;
        margin-bottom: 25px;
       }
        .price-yks .price-panel .price-list .price-item .price .symbol {
          position: absolute;
          top: 4px;
          left: 50%;
          margin-left: -77px;
          font-size: 18px;
          margin-top: 4px;
          margin-left: -55px !important;
        }
        .price-yks .price-panel .price-list .price-item .price .number {
          font-size: 36px;
          line-height: 56px; }
      .price-yks .price-panel .price-list .price-item .desc {
        margin-bottom: 26px;
        font-size: 14px; }
      .price-yks .price-panel .price-list .price-item .btn-orange-o {
        margin-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px; 
      }
      .price-yks .price-panel .price-list .price-item .other {
        margin: -10px 40px;
        padding-bottom: 0px;
        border-bottom: 1px solid #fcebde;
        font-size: 16px;
        height: 0;
      }
      .price-yks .price-panel .price-list .price-item .function {
        min-height: 355px;
        margin-bottom: 10px;
        padding-top: 12px; }
      .price-yks .price-panel .price-list .price-item .service {
        min-height: 100px; }
      .price-yks .price-panel .price-list .price-item .function p.title, .price-yks .price-panel .price-list .price-item .service p.title {
        font-size: 16px;
        font-weight: 400; }
      .price-yks .price-panel .price-list .price-item .function ul > li, .price-yks .price-panel .price-list .price-item .service ul > li {
        /*padding-left: 74px;*/
        /*text-align: left;*/
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.05em;
        color: #444; }

.price-yks .faq-panel {
  padding-top: 1900px; }
  .price-yks .faq-panel .item {
    padding: 0 54px; }
  .price-yks .faq-panel .title {
    margin-bottom: 48px;
    font-size: 30px;
    text-align: center;
    color: #ff962a;
    font-weight: 600;
  }
  .price-yks .faq-panel .question {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .price-yks .faq-panel .answer {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
  }

.register-yks {
  padding: 50px 0;
  text-align: center;
  /* 标准的语法 */ }
  .register-yks a:first-child {
    margin-right: 80px; }
.register-yks a:last-child {
  margin-left: 80px; }

  /*new add*/
p.title-min {
  font-size: 12px !important;
  color: #ff8f20;
}
p.title-min img{
  margin: 0 5px;
}

.function ul{
  margin-bottom: 40px;
}
.price-item > img{
  position: absolute;
  right: 20px;
  top: 0;
}
.tips-button{
  position: absolute;
  width: 14px;
  height: 14px;
  top: 3px;
  right: 65px;
  border-radius: 7px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #ea723d;
  cursor: pointer;
}
.tips-frame{
  display: none;
  position: absolute;
  width: 238px;
  top: 379px;
  right: 55px;
  padding: 12px 10px 0 10px;
  text-align: left;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
}
.tips-frame2{
  top: 400px;
  right: 345px;
}
.tips-frame a{
  color: #ff8f20;
  text-decoration: none;
}
.price-list-foot{
  margin-top: 20px;
  font-weight: bold;
}
p.version-title{
  position: absolute;
  bottom: 5px;
  left: 97px;
  font-weight: bold;
}
p.version-title a{
  color: #ff8f20;
  text-decoration: none;
}
.update-num{
  cursor: pointer;
  color: #ff8f20;
}
.tips-upgrade-frame{
  display: none;
  position: absolute;
  width: 155px;
  padding: 12px 10px 0 10px;
  text-align: left;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
  z-index: 12;
}
.tips-upgrade-frame a{
  text-decoration: none;
  color: #ff8f20;
}
.online-num{
    color: #ff8f20;
}
.old-price{
  font-size: 16px;
  color: #999;
  text-decoration:line-through;
}
#custom{
  margin-bottom: 34px;
}
#custom span.number{
  line-height: 41px;
  margin-bottom: 10px;
}
#custom span.number img{
  width: 60px;
  height: 60px;
}
.price-yks .price-panel .price-list .price-item1 {
  left: 180px;
}
.price-yks .price-panel .price-list .price-item2 {
  left: 350px;
}
.price-yks .price-panel .price-list .price-item3 {
  left: 520px;
}
.price-yks .price-panel .price-list .price-item4 {
  left: 1030px;
}
.price-yks .price-panel .price-list .price-item5 {
  left: 690px;
}
.price-yks .price-panel .price-list .price-item6 {
  left: 860px;
}
@media (max-width: 1199px) {
  .price-yks{
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .price-yks .price-panel{
    position: relative;
  }
  .price-anniversary-logo {
    top: 135px;
    margin-left: -145px;
  }
  .price-yks .background-panel{
    display: none;
  }
  .price-yks .price-panel .price-list{
    width: 100%;
  }

  .price-yks .price-panel .price-list .price-item .function,.price-yks .price-panel .price-list .price-item .service{
    min-height: 0;
  }
  p.version-title {
    position: relative;
    bottom: 5px;
    top: 10px;
    left: 0;
  }
  .register-yks a:first-child{
    margin-right: 40px;
  }
  .register-yks a:last-child{
    margin-left: 40px;
  }
}
@media (max-width: 500px) {
  .price-anniversary-logo {
    top: 90px;
    margin-left: -155px;
    width: 392px;
  }
}

/********lan==================*******/
.header-yks{
  background-color: #fff;
}


   
  /* .down-lan-yks .title {
    margin-bottom: 18px;
    font-size: 38px;
    font-weight: bold; }
  .down-lan-yks .sub-title {
    margin-bottom: 48px;
    font-size: 18px;
    font-weight: 100;
    color: #a4a3a3; }
.down-lan-yks .download-tip{
  margin-top: 20px;
  color: #ccc;
}  */

.video-lan-yks {
  position: relative;
  height: 580px;
}
  .video-lan-yks .video-window {
    position: absolute;
    width: 950px;
    height: 586px;
    top: 70px;
    left: 50%;
    margin-left: -475px;
    padding: 0 10px 10px;
    border-radius: 12px;
    z-index: 1;
    background-color: #d6ecfc; }
    .video-lan-yks .video-window .top-bar {
      padding: 10px 0; }
      .video-lan-yks .video-window .top-bar .circle {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        margin-right: 4px;
        border-radius: 50%; }
    .video-lan-yks .video-window .video-ctn {
        position: relative;
      height: 545px;  }

.advantage-lan-yks {
  padding: 160px 0 0px 0;
  text-align: center; }
  .advantage-lan-yks .item {
    padding: 20px 10px;
    color: #7d7d7d; }
    
    .advantage-lan-yks .item .title {
      font-size: 28px; }
    .advantage-lan-yks .item .sub-title {
      font-size: 18px;
      font-weight: 100; }

.inc-lan-yks {
  padding: 100px 0 50px 0;
  text-align: center; }
  .inc-lan-yks .title {
    font-size: 34px; }
  .inc-lan-yks .item {
    padding: 0px 0; }
.inc-lan-yks img{
  width: 100%;
}
.register-lan-yks {
  padding: 86px 0;
  text-align: center;
  background: -webkit-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* 标准的语法 */ }
  .register-lan-yks .title {
    font-size: 38px;
    margin-bottom: 64px; }

.function-lan-yks {
  margin-top:200px;
  position: relative;
  padding: 0px 0;
  background-color: #f0f9ff;
  }
  .function-lan-yks .title {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .function-lan-yks .container .row:last-child{
    margin-top: 40px;
  }

  @media screen and (max-width: 768px){
    .function-lan-yks{
      margin-top:0px;
    }

  }

.down-lan-yks a:nth-child(3){
  margin-right: 10px;
}
.down-lan-yks a:nth-child(4){
  margin-left: 10px;
}
.video-lan-yks > img{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 580px;
}
/*lan-diff-yks begin*/
.lan-diff-yks{
  margin-top:120px;
  position: relative;
  height: 680px;
}
.lan-diff-yks .main-title {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.lan-diff-yks .sub-title {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #888;
}
.lan-diff-yks .diff-box{
  width: 1050px;
  margin: 130px auto;
}
.lan-diff-yks .diff-left{
  float: left;
}
.lan-diff-yks .diff-right{
  float: right;
  /*background-color: #fffbf7;*/
  border:1px solid #ff870e !important;
  margin-top: -100px;
}
.lan-diff-yks .diff-context{
  position: relative;
  /* border: 1px solid #ddd; */
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
  border-radius: 0;
  width: 300px;
  height: auto;
}
.lan-diff-yks .diff-context span.diff-title{
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -32px;
  left: 50%;
  margin-left: -25px;
}
.lan-diff-yks .diff-context span.diff-title img{
  width: 50px;
}
.lan-diff-yks .diff-context span.diff-title p{
  position: absolute;
  color: #fff;
  z-index: 3;
  font-size: 18px;
  left: 16px;
  top: 12px;
}
.lan-diff-yks .diff-context span.diff-title1{
  margin-left: -75px;
}

.lan-diff-yks .diff-context span.diff-title3{
  margin-left: 25px;
}
.lan-diff-yks .diff-context ul{
  margin-top: 52px;
}
.lan-diff-yks .diff-context a{
  margin: 0 0 20px 84px;
  margin-top: 105px;
  background-color:#f5a352;
  color:white;
}
.lan-diff-yks .diff-context ul li {
  position: relative;
  width: 300px;
  margin: 0 auto;
  height: 30px;
  font-size: 15px;
  text-align: center;
  padding: 0;
  color: #aaa;
}
.lan-diff-yks .diff-right a{
  background-color: #f5a352;
  color: #fff !important;
}
/*lan-diff-yks end*/

/*function-lan-yks begin*/
.f-lan-img{
  width: 142px;
  height: 142px;
  line-height: 142px;
  text-align: center;
  background-color: #0378d8;
  border-radius: 71px;
}
.f-lan-img img{
  width: 80px;
}
.f-lan-img-left{
  position: absolute;
  right: 20px;
}
.f-lan-img-right{
  position: absolute;
  left: 20px;
}
.f-lan-main{
  position: relative;
  height: 142px;
}
.f-lan-left{
  padding: 10px 190px 0 0;
  text-align: right;
}
.f-lan-right{
  padding: 10px 0 0 190px;
  text-align: left;
}

.function-lan-yks p.flc-main-title{
    font-size: 30px;
}
.function-lan-yks p.flc-sub-title{
  font-size: 18px;
  color: #8a9199;
}
/*function-lan-yks end*/

/*odds begin*/
.point{
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 5px;
  border-radius: 5px;
  background-color: #56b1ff;
}
.odds{
  height: 549px;
}

.odds .sub-title {
  margin: 80px 0 80px 0;
  font-size: 24px;
  text-align: center;
}
.odds .odds-main{
  position: relative;
  height: 353px;
}
.odds .odds-main .img-left{
  /*position: absolute;*/
  /*left: 0;*/
  /*bottom: 0;*/
  float: left;
}
.odds .odds-main .img-right{
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
  float: right;
}
.odds .odds-main .odds-main-left{
  float: left;
  margin-left: 55px;
}
.odds .odds-main .odds-main-right{
  float: right;
  margin-right: 55px;
}
.odds .odds-main ul{
  margin-top: 35px;
}
.odds .odds-main ul li {
  position: relative;
  width: 450px;
  height: 40px;
  padding-left: 25px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px){
  .odds .odds-main ul li {
    position: relative;
    width: 450px;
    height: 40px;
    padding-left: 25px;
    text-align: center;
    font-size: 14px;
  }
}
/*odds1*/
.odds1-yks{
  margin-top:60px;
  height: 629px;
}

.service-yks{
  padding: 60px 0;
  position: relative;


}
.odds1-yks .main-title {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.odds .odds-main ul li:nth-of-type(odd){
  font-size: 20px;
  color: #56b1ff;
}
.odds1-yks .odds-main ul li:last-child{
  font-size: 14px;
  color: #000;
}

.odds4-yks .odds-main ul li:nth-of-type(even){
  height: 50px;
}


.odds5-yks{
  border-bottom: none;
}
.odds5-link{
  width: 400px;
  height: 50px;
  margin: 80px auto;
}
.odds5-link a:first-child{
  float: left;
}
.odds5-link a:last-child{
  float: right;
}
/*odds end*/

/*service-yks begin*/
.service-yks{
  padding: 150px 0;
  position: relative;


}
.service-yks .container > img{
  float: left;
  margin-left: 100px;
}
.service-yks ul{
  float: right;
  margin-right: 50px;
}
.service-yks ul li {
  position: relative;
  width: 450px;
  height: 40px;
  line-height: 40px;
  padding-left: 42px;
  text-align: left;
  font-size: 14px;
}
.service-yks ul li img{
  position: absolute;
  left: 0;
  top: 5px;
}
.service-yks ul li:nth-of-type(odd){
  font-size: 22px;
}
.service-yks ul li:nth-of-type(even){
  color: #48aaf3;
}
/*service-yks end*/

.video-lan-yks .video-window .video-ctn img:first-child {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 540px;
}
/*.video-lan-yks .video-window .video-ctn img:first-child {*/
  /*display: none;*/
  /*position: absolute;*/
  /*width: 53px;*/
  /*height: 49px;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*margin-left: -21.5px;*/
  /*margin-top: -21px;*/
  /*z-index: 4;*/
  /*cursor: pointer;*/
/*}*/
.video-lan-yks .video-window .video-ctn span.lan-video-play{
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin: -40px 0 0 -40px;
    top: 50%;
    z-index: 5;
    text-align: center;
}
.video-lan-yks .video-window .video-ctn span.lan-video-play i{
   color: #149adc !important;
    cursor: pointer;
}
.video-modal{
  padding: 0;
  overflow: hidden;
}
.videos{
  padding-bottom: 56.25%;
  text-align: center;
}
.videos video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.register-yks {
  padding: 50px 0;
  text-align: center;
  /* 标准的语法 */ }
.register-yks a:first-child {
  margin-right: 80px; }
.register-yks a:last-child {
  margin-left: 80px; }

.row-mobile{
  display: none;
}

@media (max-width: 1199px) {
  .down-lan-yks .title{
    font-size: 20px;
  }
  .down-lan-yks .sub-title {
    font-size: 12px;
    padding: 0 40px;
  }
  .btn-xl{
    padding: 10px 10px;
    font-size: 20px;
  }
  .down-lan-yks {
    padding: 30px 0;
  }
  /*******************************/
  .video-lan-yks{
    height: 410px;
    margin: 0 10px;
  }
  .video-lan-yks .video-window {
    width: 100%;
    height: 100%;
    margin-left: 0;
    top: 0;
    left: 0;
  }
    .video-lan-yks > img{
        height: 100%;
    }
  .video-lan-yks .video-window .video-ctn{
    height: 100%;
  }
    .video-lan-yks .video-window .video-ctn img:first-child{
      height: calc(100% - 10px);
      top: -10px;
    }
.videos video{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
  /*******************************/
  .advantage-lan-yks {
    padding: 30px 0;
    text-align: center;
  }
  /*******************************/
  .lan-diff-yks{
    height: 100%;
  }
  .lan-diff-yks  .diff-box{
    width: 100%;
  }
  .lan-diff-yks .diff-left, .lan-diff-yks  .diff-right{
    float: none;
    margin: 60px auto;
    text-align: center;
  }
  .lan-diff-yks .diff-context a {
    margin: 0 0 8px 0;
  }
  /*******************************/
  .function-lan-yks .container .row:last-child{
    margin-top: 0;
  }
  .function-lan-yks .title{
    font-size: 22px;
  }
  .f-lan-img{
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
  }
  .f-lan-img img{
    width: 40px;
  }
  .f-lan-img-left, .f-lan-img-right{
    top: 20px;
    left: 0;
  }
  .f-lan-main{
    height: 120px;
  }
  .f-lan-left, .f-lan-right{
    padding: 10px 0 0 90px;
    text-align: left;
  }
  .function-lan-yks p.flc-main-title{
    font-size: 16px;
  }
  .function-lan-yks p.flc-sub-title{
    font-size: 12px;
  }

  /*******************************/
  .row-mobile{
    display: block;
  }
  .row-pc{
    display: none;
  }
  .odds1-yks .main-title{
    font-size: 24px;
  }
  .odds ,.odds1,.odds5{
    height: 100%;
    padding-bottom: 10px;
  }
  .odds .odds-main{
    height: 100%;
    text-align: center;
  }
  .odds .odds-main ul{
    margin-top: 10px;
  }
  .odds .sub-title {
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
  }
  .odds .odds-main .odds-main-left,.odds .odds-main .odds-main-right,.odds .odds-main .img-left,.odds .odds-main .img-right{
    float: none;
    margin: 0;
  }
  
  .odds .odds-main ul li{
    width: 100%;
  }
  .odds5-link{
    width: 100%;
    margin: 55px auto 0 auto;
    text-align: center;
  }
  .odds5-link a:first-child,.odds5-link a:last-child{
   float: none;
    margin: 0 10px;
  }
  .odds .odds-main ul li:nth-of-type(odd){
    font-size: 14px;
  }
  .odds .odds-main ul li:nth-of-type(even){
    font-size: 14px;
  }
  .odds1-yks .odds-main ul li:last-child{
    font-size: 12px;
  }
  /*******************************/
  .service-yks img.img-right{
    width: 100%;
    height: 220px;
  }
  .service-yks ul {
     float: none;
     margin: 30px 0 0 0;
  }
  .service-yks ul li{
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    width: 100%;
  }
  .service-yks ul li:nth-of-type(odd){
    font-size: 17px;
   
  }
  /*******************************/
  .inc-lan-yks {
    padding: 30px 0;
    text-align: center;
  }
  /*******************************/
  .service-yks {
    margin:0;
    position: relative;
  }
  /*******************************/
  .register-yks a:first-child{
    margin-right: 40px;
  }
  .register-yks a:last-child{
    margin-left: 40px;
  }
}

@media (max-width: 768px) and (min-width:500px){
  .inc-lan-yks img {
    width: 50%;
  }
  .service-yks img.img-right{
    display: block;
    width: 70%;
    height: 100%;
    margin: 0 auto;
  }
}


/*************************result search****************************/
.main-yks #particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.erro{
  height: 120px;
  text-align: center;
}
.erro p{
  display: none;
  padding-top: 40px;
  font-size: 16px;
  color: red;
}
p.use-tip{
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    color: grey;
}
p.use-tip span{
  display: none;
  position: absolute;
  top: -28px;
  left: 100px;
  padding: 3px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  color: #4b4b4b;
}
#checkCode{
  cursor: pointer;
}
.main-yks {
  position: absolute;
  width: 100%;
  min-height: calc(100% - 85px);
  /*background-color: #fff;*/
  /*background-image: url(/assets/mrd/img/rsbg.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  text-align: center; }

#form {
  position: relative;
  max-width: 960px;
  margin: auto;
  padding: 128px 15px 0; }
  #form input[name="searchword"] {
    height: 54px;
    margin: 0 0 30px;
    border-radius: 8px;
    font-size: 18px; }
    #form input[name="searchword"], #form input[name="searchword"]:hover, #form input[name="searchword"]:focus {
      border: 2px solid #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.5);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(98, 184, 255, 0.5); }
    #form input[name="searchword"]::-webkit-input-placeholder {
      color: rgba(98, 184, 255, 0.5) !important; }
    #form input[name="searchword"]:-ms-input-placeholder {
      color: rgba(98, 184, 255, 0.5) !important; }
    #form input[name="searchword"]:-moz-placeholder {
      color: rgba(98, 184, 255, 0.5) !important; }
    #form input[name="searchword"]::-moz-placeholder {
      color: rgba(98, 184, 255, 0.5) !important; }
  #form input[type="submit"] {
    padding: 8px 50px;
    border-radius: 6px;
    background-color: #428eee;
    font-size: 18px;
    font-weight: 200; }
    #form input[type="submit"], #form input[type="submit"]:hover, #form input[type="submit"]:focus {
      color: #fff; }

.logo {
  font-size: 40px;
  color: #ff870e;
}
#form input[name="searchword"]::-webkit-input-placeholder {
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {

  .main-yks {
    min-height: calc(100% - 70px);
  }
  .main-yks #particles{
    height: 100%;
  }
  #form {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 15px 0;
  }
  .erro{
    height: 65px;
  }
  .erro p{
    padding-top: 22px;
  }
    p.use-tip{
        font-size: 12px;
        margin-bottom: 20px;
    }
  .logo {
    font-size: 30px;
  }
  #form input[name="searchword"] {
    height: 45px;
  }


}

@media screen and (max-width: 460px){
  .case-list > .case-item {
    float: left;
    margin: 0;
    margin-left: 4%;
    margin-bottom: 10px;
    width: 44.5%;
    height: auto;
    padding-bottom:10px;
    border-radius: 10px;
  }

  .case-list > .case-item a{
      border-radius: 10px;
  }
    
  .case-list > .case-item > a > img{
      width: 100%;
      height: auto;
      margin: 0px;

  }

  .case-list > .case-item:nth-of-type(4n+0){
      margin-left: 4%;
      margin-bottom: 10px;
  }

  .case-yks p.sub-title{
      padding:10px 20px;
      margin-bottom: 30px;
  }

  .case-yks p.main-title{
      font-size:30px;
  }
}
@media screen and ( max-width: 1024px) and (min-width: 460px){
  .case-list > .case-item {
    float: left;
    margin: 0;
    margin: 0 10px 0 10px;
    width: 22.05%;
    height: auto;
    padding-bottom:10px;
  }

  .case-list > .case-item > a > img{
      width: 100%;
      height: auto;
      margin: 0px;
  }

  .case-list > .case-item:nth-of-type(4n+0){
      margin-left: 10px;
      margin-bottom: 10px;
  }

  .case-yks p.sub-title{
      padding:10px 20px;
      margin-bottom: 30px;
  }

  .case-yks p.main-title{
      font-size:30px;
  }
}

.modal-dialog.video-dialog {
  width:  80%;
  margin: 50px auto;
}

.modal-dialog.video-dialog .modal-content{
  background-color: transparent;
}

.video-dialog .modal-body{
  padding:0 !important;
  max-height: 1000px !important;
}

.modal-dialog.video-dialog video{
  width:  100%;

}

.btn-circle {
  border-radius: 300px;
}
.down-lan-yks a {
  color:#999999;
  transition: all 0.3s;
}

.down-lan-yks a:hover {
  color:#222;
}

.down-lan-yks .sub-title > a{
  margin-top: 10px;
  display:block;
}
.down-lan-yks a.download{
  color:#fff;
}
.download-list {
  margin-top: 100px;
  margin-bottom: 100px;
}
.download-list:after{
  content: " ";
  display:block;
  clear:both;
}

.btn-orange-outline {
  border: 1px solid #f5a352;
  color:#f78611;
}
.btn-orange-outline:hover{
  background-color:#f5a352;
  color:#fff !important;; 
}


.download-list .banner-text h2 {
  font-size: 40px;
  color:#f78611;
}

.download-list .banner-text h5 {
  font-size: 20px;
  margin-bottom: 30px;
}

.download-list .banner-text a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 16px;
}

.download-divider-online {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.update-history .item .left {
  width: 95px;
  float: left;
}

.update-history .item .left .datetag {
  position: relative;
  width: 80px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  background: #e8e8e8;
}


.update-history .item .left .datetag .fa {
  position: absolute;
  top: -7px;
  right: -14px;
  font-size: 40px;
  color: #e8e8e8;
}

.update-history .item .right {
  margin-left: 96px;
  width: 100%;
  z-index: 0;
}

.update-history .item .right .ver {
  color: #3298d8;
  line-height: 25px;
}
.update-history .item .right .update-content {
  margin-left: 5px;
  margin-top: -15px;
  padding: 20px 0 10px 20px;
  border-left: #e6e6e6 thick solid;
}

.update-history .item {
  padding-left: 100px;
}

.update-history {
  padding-bottom: 100px;
}

@media screen and (max-width: 460px) and (min-width: 330px){
  .download-list .banner-text a{
       padding: 8px 10px;
       font-size:12px;
       margin-top: 20px;
   }
}

@media screen and (max-width: 460px){
   .update-history .item{
       padding:0;
       margin-bottom:20px;
   }
   .update-history .item .left{
       float:none;
   }
   .update-history .item .right{
       margin-left:0;
   }
   .download-divider-online{
       margin-bottom: 10px;
   }
}

@media screen and (max-width: 320px){
  .download-list .banner-text a{
       padding: 5px 5px;
       font-size:12px;
       margin-top:20px;
   }
}



/***************************thanks-download-page**************************************************/
.thanks-download-Jumbotron{
  width:100%;
  height:600px;
  background: url(/assets/mrd/img/lan-background.jpg) no-repeat;
  background-size: 100% 100%;
}

.thanks-download-Jumbotron > img{
  position: absolute;
  left:50%;
  margin-left:-394px;
  margin-top: -10px;
}

.thanks-for-download {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 70px;
  /*font-family: PingFang-SC-Regular,serif;*/
}

.thanks-for-download h1{
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  padding-top: 193px;
  color: #9f684a;
}

.thanks-for-download h5 {
  font-size: 16px;
  color: #999;
  line-height: 36px;
  margin-top: 30px;
}

.thanks-download-get-started {
  text-align: center;
  margin: 70px  8%;
}


.thanks-download-get-started .head {
  /*font-family: PingFang-SC-Regular,serif;*/
  margin-bottom: 50px;
  line-height: 80px;
}

.thanks-download-get-started .head >h1{
  font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ff962a;
}

.thanks-download-get-started .head > p {
  margin-top: -21px;
  font-size: 16px;
  color: #999;
}

.thanks-download-get-started .get-started {
  text-align: left;
  padding-bottom: 100px;
}

.thanks-download-get-started .get-started > p {
  font-size:16px;
  margin-top: 20px;
  margin-bottom: 23px;
  text-align: center;
}

.thanks-download-get-started .get-started > span.t-title {
  font-size: 24px;
  margin-left: 25px;
	font-weight: normal;
	color: #ffac00;
}

.thanks-download-get-started .get-started > span.t-num {
  padding: 5px;
  background: #ffac00;
  color: white;
  font-size: 49px;
}
.thanks-download-get-started .get-started > div.t-other{
  margin: -3px 0 50px -60px;
  height: 1px;
  background-color: #ffac00;
  width: 100%;
}

.thanks-download-get-started .get-started > div.lan-num{
  display: inline-block;
  width: 150px;
	height: 50px;
	background-color: #ff962a;
  font-size: 28px;
  color: white;
  box-shadow: 0px 8px 20px 0px 
		rgba(255, 150, 42, 0.35);
  border-radius: 25px;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 40px;
  margin-left: 270px;
}
.thanks-download-get-started .get-started > div.lan-title{
  display: inline-block;
  width: 240px;
  height: 50px;
  box-shadow: none;
  font-size: 24px;
  vertical-align: super;
  color: #ff962a;;
  border-bottom: dashed 2px #ff962a;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 40px;
  margin-left: -15px;
}

.thanks-download-get-started .get-started > img{
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 100%;
}

.lan-control{
  margin-left: 80px;
}

.get-started > div{
  width: 768px;
  margin: 23px 0 93px 80px;
  box-shadow: 0px 8px 15px 0px rgba(170, 170, 170, 0.35);
}

.thanks-download-get-started .get-started.linux {
  display: none;
}

.know-more-about-lan {
  background-color: #fff7ee;
  margin-top: -140px;
  margin-bottom: 20px;
  text-align: center;
  padding: 90px 0;
}


.know-more-about-lan a, .know-more-about-lan a:link, .know-more-about-lan a:visited{
  width: 289px;
  height: 67px;
  padding: 20px 70px;
  font-size:20px;
  line-height: 21px;
  /* font-family: MicrosoftYaHei,serif; */
}
.btn-white{
  background-color: white;
  border-radius: 0;
}
.btn-radius{
  border-radius: 0;
}
.btn-more-about{
  margin-left: 50px;
  border: solid 2px #ff962a;
  color: #ff962a;
}

.btn-more-about:hover{
  transition: all .3s;
  color: #fff !important;
  background-color:#f5a352;
}


.btn-fetch-price{
  width: 235px;
  margin-left: 115px;
  background-color:#f5a352;
  color: #fff;
  border: solid 2px #ff962a;
}


.btn-fetch-price:hover{
  transition: all .3s;
  background-color:#ff8404;
  color: #fff !important;
  border: solid 2px #ff8404;
}

.lan-buy-now {
  text-align: center;
  padding: 110px 0;
  background-color:#effaff;
  color:#111;
}
.lan-buy-now h1{
  margin-bottom: 60px;
}

@media (max-width: 1200px){
  .thanks-download-get-started .get-started > div.lan-num {
    margin-left: 195px;
  }
}
@media (max-width: 992px){
  .thanks-download-get-started .get-started > div.lan-num {
    margin-left: 100px;
  }
}
@media (max-width: 768px){
  .thanks-download-get-started .get-started > div.lan-num {
    margin-left: 100px;
  }
}


@media screen and (max-width: 1200px){
  .lan-control{
    margin-left: 0px;
  }

  .btn-fetch-price{
    margin-left: 35px;
  }
}



@media screen and (max-width: 786px){
  .thanks-download-Jumbotron{
    border-radius:0;
    height:510px;
  }
  
  .thanks-for-download {
    text-align: center;
  }

  .thanks-for-download >h1 {
    text-align: center;
    font-size: 21px;
    padding-top: 215px;
  }
  .thanks-for-download >h5 {
    font-size: 16px;
    margin: 0 10px;
  }

}
@media screen and (max-width: 725px){
  .btn-fetch-price{
    margin-left: 47px;
    margin-top: 61px;
    width: 270px;
  }
}
@media screen and (max-width: 600px){
  .thanks-download-Jumbotron{
    border-radius:0;
    height:510px;
  }


  .thanks-download-Jumbotron > img {
    margin-top: 134px;
    margin-left: -200px;
    max-width: 400px;
    width: 100%;
}

.thanks-download-get-started .get-started > div.t-other {
  margin: -3px 0 50px -40px;
  width: 100%;
}

  .thanks-for-download {
    text-align: center;
  }

  .thanks-for-download >h1 {
    text-align: center;
    font-size: 21px;
    margin-top: -128px;
  }
  .thanks-for-download >h5 {
    font-size: 12px;
    margin: 0 10px;
  }
  
  .btn-more-about{
	  margin-left:-1px;
  }

  .btn-fetch-price{
    margin-left: -4px;
    margin-top: 35px;
    width: 270px;
  }

  .thanks-download-get-started .head > p {
    font-size: 12px;
  }

}

/***********************************customer***************************************/

.customer-page-container{
  position: relative;
  width: auto;
  height: 525px;

}
.customer-page-logo{
  position:absolute;
  width: 240px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 105px;
}

.customer-page-logo-printing{
  position:absolute;
  width: 23%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 105px;
}

.customer-page-logo-printing > img{
  width: 17%;
}

.customer-page-logo-printing > span{
  margin-left: 20px;
  font-size: 24px;
  color: #ffffff;
  /* font-family: MicrosoftYaHei; */
  text-align: center;
}


.customer-page-text{
  position:absolute;
  width: 790px;
  height: 100px;
  top: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  text-indent:30px;
  line-height: 25px;
  font-size: 16px;
}
.customer-page-background{
  width: auto;
  height: 100%;
}
.customer-prev{
  position:absolute;
  left: 0;
  top: 240px;
}

.customer-next{
  position:absolute;
  right: 0;
  top: 240px;
}




.customer-menu{
  width: 1170px;
  list-style: none;
  border-bottom: solid 1px #eeeeee;
  padding: 0 0 13px;
}

.customer-menu li{
  float: left;
  width: 12.5%;
  text-align:center;
  position: relative;
}
.customer-menu li a{
  color: black;
  font-size: medium;
  line-height: 30px;
}

.customer-menu li a:link {
  text-decoration: none;
}
.customer-menu li a:hover {
  color: #FF870e !important;
  transition: all .3s;
}
.customer-nav-active{
  color: #FF870e !important;
  font-weight: 600;
}
.customer-nav-li-active::after{
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  background: #ff870e;
}

.customer-logo-container{
  float: left;
  height: 280px;
  margin-bottom: 35px;
}


.customer-logo-container img {
  height: 50px;
  margin-bottom: 25px;
}
.customer-logo-container div {
  border-top: 1px solid #f5f5f5;
  width: 100%;
  background-color: white;
  box-sizing:border-box;
}
.customer-logo-container p {
  /* font-family: MicrosoftYaHei; */
  margin: 15px 0;
}

.customer-logo-container-label{
  margin-top: 25px!important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: 700;
}

.customer-logo-container-comment{
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.customer-area{
  width: 100%;
  display: none;
}

.clearfix:after{
  display: table;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}


.customer-exam-case-btn{
  display: block;
  width: 160px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid orange;
  border-radius: 5px;
  color: orange;
}
.customer-exam-case-a:hover {
  text-decoration:none;
  background-color: orange;
  transition:all .3s
}
.customer-exam-case-btn p{
  margin-top: 13px;
  text-align:center;
}

.customer-exam-case-btn:hover{
  background-color: orange;
  transition:all .3s;
  color: white;
}


@media screen and (max-width: 1800px) {
  .customer-page-container{
    position: relative;
    width: auto;
    height: 525px;
  }
  .customer-page-logo{
    position:absolute;
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
  }
  .customer-page-text{
    position:absolute;
    width: 790px;
    height: 100px;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: aliceblue;
    text-indent:30px;
    line-height: 25px;
    font-size: 15px;
  }
  .customer-page-background{
    height: 100% !important;
  }

  .customer-page-logo-printing{
    width: 30%;
  }


  .customer-menu {
    padding-left: 0;
    list-style: none;
  }

  .customer-menu li{
    float: left;
    width: 12.5%;
    text-align:center;
  }


  .customer-logo-container{
    display: inline-block;
    margin-bottom: 20px;
  }
  .customer-logo-container div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .customer-area{
    display: none;
  }

}



@media screen and (max-width: 1440px) {
  .customer-page-container{
    position: relative;
    width: auto;
    height: 525px;
  }
  .customer-page-logo{
    position:absolute;
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
  }
  .customer-page-text{
    position:absolute;
    width: 790px;
    height: 100px;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: aliceblue;
    text-indent:30px;
    line-height: 25px;
    font-size: 15px;
  }
  .customer-page-background{
    height: 100% !important;
  }


  .customer-page-logo-printing{
    width: 36%;
  }



  .customer-menu {
    padding-left: 0;
    list-style: none;
  }

  .customer-menu li{
    float: left;
    width: 12.5%;
    text-align:center;
  }

  .customer-logo-container{
    display: inline-block;
    margin-bottom: 20px;
  }
  .customer-logo-container div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .customer-area{
    display: none;
  }

}

@media screen and (max-width: 1200px) {
  .customer-page-container{
    position: relative;
    width: auto;
    margin-top: 100px;
    height: 525px;
  }
  .customer-page-logo{
    position:absolute;
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
  }
  .customer-page-text{
    position:absolute;
    width: 790px;
    height: 100px;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: aliceblue;
    text-indent:30px;
    line-height: 25px;
    font-size: 15px;
  }
  .customer-page-background{
    height: 100% !important;
  }

  .customer-page-logo-printing{
    width: 48%;
  }


  .customer-menu {
    padding-left: 0;
    list-style: none;
  }

  .customer-menu li{
    float: left;
    width: 12.5%;
    text-align:center;
  }

  .customer-logo-container{
    display: inline-block;
    margin-bottom: 20px;
  }
  .customer-logo-container div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .customer-area{
    display: none;
  }

}

@media screen and (max-width: 768px) {

  .customer-page-container{
    position: relative;
    width: auto;
    height: 528px;
  }
  .customer-page-logo{
    position:absolute;
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
  }

  .customer-page-logo-printing{
    position:absolute;
    width: 100%;
    left: 11px;
    right: 0;
    top: 85px;
  }

  .customer-page-logo-printing > img{
    display: inline-block;
    width: 16%;
  }

  .customer-page-logo-printing > span{
    display: inline-block;
    margin-left: 3px;
    font-size: 24px;
    color: #ffffff;
    /* font-family: MicrosoftYaHei; */
    text-align: center;
  }



  .customer-page-text{
    position:absolute;
    width: 315px;
    height: 100px;
    top: 165px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: aliceblue;
    text-indent:30px;
    line-height: 25px;
    font-size: 15px;
  }
  .customer-page-background{
    height: auto;
    max-width: 100%;
  }

  .customer-prev{
    top: 355px;
  }

  .customer-next{

    top: 355px;
  }



  .customer-menu{
    list-style: none;
  }

  .customer-menu li{
    float: left;
    width: 12.5%;
    text-align:center;
  }

  .customer-logo-container{
    display: inline-block;
    margin-bottom: 20px;
  }
  .customer-logo-container div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }


  .customer-logo-container-label{
    font-size: 16px;
  }


  .customer-area{
    display: none;
  }



}

a.customer-exam-case-a {
  line-height: 60px;
  border: 1px solid orange;
  margin-right: 10px;
  border-radius: 220px;
  transition: all .3s;
  color: orange;
  font-size: 16px;
}

a.customer-exam-case-a:hover{
  color:#fff!important;
}

a.customer-exam-case-a.active {
  color:#fff;
  background-color:#ff962a;
}

a.customer-exam-case-a.active:hover{
  color:#fff;
  background-color:#ff8100;
  border-color:#ff8100;
}
/******************************ua.html********************************************************/
.ua-page-context{
  max-width: 910px;
  margin: 0 auto 32px auto;
  text-align: left;
  color: #666;
  text-indent: 2em;
}
.ua-page-context>p{
  margin-bottom: 5px;
}
.ua-first-title{
  text-indent: 0;
}
.clause-headings{
  font-size: 18px;
  color: #333;
}





/*******************************new-index.html**********************************************************************/

/*banner-area*/
.new-index-banner{
  width: 100%;
  height: 12.21rem;
  /* max-width: 1920px; */
  background: url(/assets/mrd/img/banner.jpg) 0 0 no-repeat;
  /* background: url(/assets/mrd/img/new-index-banner-background.png) 0 0 no-repeat; */
  
  overflow: hidden;
  margin: auto;
  /* font-family: light, sans-serif; */
  background-size: cover;
}

.new-index-banner .container>div:first-of-type{
  margin-top: 40px;
  padding: 0;
  text-align: center;
}

.new-index-banner-label{
  font-size: 0.73rem;
  color: #fff;
  margin-top: 2.53rem;
}

.new-index-banner-label>span{
  color: #ff962a;
}


.new-index-banner-text{
  font-size: 18px;
  color: #666666;
  margin-top: 0.52rem;
}

.new-index-banner-btn{
  float: left;
}

.new-index-banner-btn>a>div{
  width: 233px;
  height: 52px;
  background-color: #fb9730;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
  transition: all .3s;
}

.new-index-banner-btn>a>div:hover{
  background-color: #ffad58;
  color: #ffffff;
}

.new-index-banner-video-btn{
  float: left;
  margin-left: 39px;
  cursor: pointer;
}


.new-index-banner-video-btn>div{
  width: 54px;
  height: 54px;
  transition:all 0.25s ease-out;
  background-color: #fb9730;
  border-radius: 50%;
  position: relative;
}
.new-index-banner-video-btn>div img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.new-index-banner-video-btn>img:hover{
  transform:scale(1.05,1.05);
}

.new-index-banner-logo{
  margin-top: 142px;
}



/*banner-area-end*/


/*customer-service-area*/
.customer-service{
  position: fixed;
  right: 10px;
  bottom: 30%;
  z-index: 2;
  padding: 8px 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 27px;
  background-color: #ff8404;
  box-shadow: 0px 4px 10px 0px rgba(255, 150, 42, 0.35);
  display: flex;
  align-items: center;
  font-size: 18px;
}



.customer-service>img{
  vertical-align: middle;
  border-style: none;
}

/*.details-container{*/
  /*position: relative;*/
/*}*/

.customer-service .details{
  position: absolute;
  visibility: hidden;
  cursor: auto;
  opacity: 0;
  margin-left: -530px;
  padding-right: 20px;
  transition: all 0.3s;
  top: -110px;
}

.customer-service .details .info{
    top: -170px;
    width: 461px;
    height: 280px;
    border: 1px solid #ffe7ce;
    border-top: solid 5px #ff962a;
    box-shadow: 0px 8px 15px 0px rgba(195, 195, 195, 0.35);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 30px;
}

.customer-service:hover>.details{
  visibility:visible;
  opacity:1;
  margin-left:  -490px;
}

.customer-service .details .info .info-contact {
    float: left;
    width: 300px;
    padding-top: 30px;
}

.customer-service .details .info .info-qrcode {
  margin-left: 300px;
  position: relative;
}


.media-logo{
  float: left;
  margin: 4px 14px;
}

.media-logo>img{
  width: 50px;
  height: 50px;
  margin-top: 12px;
}

.media-body>a>h4{
  font-size: 14px;
  color: #999999;
}

.media-body>a>span{
  color: #ff962a;
  font-size: 20px;
}

/*customer-service-area-end*/

/*solution-area*/
.new-index-solution{
  width: 100%;
}

.new-index-solution-label{
  font-size: 40px;
  color: #333333;
  margin-top: 120px;
  /* font-family: light, sans-serif; */
  font-weight: 600;
}

.new-index-solution-label>span{
  color: #ff962a;
}

.new-index-solution-label + p{
  margin-top: 27px;
  font-size: 20px;
  color: #666666;
}
.new-index-solution-box{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.solution-item-container{
  flex: 1;
  max-width: 200px;
  min-width: 200px;
  height: 240px;
  border: solid 1px #f0f0f0;
  font-size: 22px;
  color: #333333;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(139, 51, 8, 0.08);
  border-radius: 10px;
  margin-bottom: 32px;
  cursor: pointer;
}

.solution-item>img{
  margin-top: 51px;
}
.solution-item>p{
  margin-top: 38px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.solution-item-cover{
  width: 200px;
  height: 240px;
  visibility: hidden;
  opacity:0;
  position: absolute;
  background: linear-gradient(0deg, #FF962A, #FFC13B);
  box-shadow: 0px 0px 10px 0px rgba(139, 51, 8, 0.08);
  border-radius: 10px;
  top: 0;
  font-size: 16px;
  color: #ffffff;
}
.solution-item-cover img{
  margin-top: 15px;
}
.solution-item-cover>h4{
  margin-top: 13px;
  font-size: 20px;
}
.solution-item-cover>p{
  margin-top: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  padding: 0 14px;
}

.solution-item-cover-btn{
  width: 122px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #000000;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 45px;
  font-size: 16px;
  transition:all 0.25s
}


.solution-item-cover-btn:hover{
  color:#ff962a;
}


.solution-item-container:hover > .solution-item-cover{
  visibility:visible;
  opacity:1;
  transition: all .25s ease-in-out;
}


/*solution-area-end*/



/*advantage-area*/

.new-index-advantage{
  width: 100%;
  height: 4875px;
  background-color: #f8f8f8;
  padding-top: 60px;
}



.new-index-advantage-label{
  font-size: 40px;
  color: #333333;
  font-weight: 100;
}


.new-index-advantage-label>span{
  font-size: 44px;
  font-weight: bold;
  color: #ff962a;
}


.new-index-advantage-item{
  margin-top: 133px;
  width: 100%;
  height: 540px;
}

.advantage-item-text-container{
  margin-top: 67px;
  width: 44%;
  text-align: left;
}

.advantage-item-left{
  float:left;
}

.advantage-item-right{
  float:right;
  margin-right: -180px;
}

.advantage-item-label{
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}

.advantage-label-border{
  margin-top: 37px;
  width: 36px;
  height: 4px;
  background-color: #ff962a;
}

.advantage-text{
  font-size: 16px;
  color: #666666;
  margin-top: 43px;
}

.advantage-text>p>span{
  color: #333333;
}

.advantage-more-btn{
  margin-top: 52px;
  width: 120px;
  height: 48px;
  background-color: #ff962a;
  border-radius: 4px;
  color: #ffffff;
  line-height: 46px;
  font-size: 18px;
}

.advantage-more-btn:hover{
  transition: all .3s;
  background-color:#ff8404;
  color: #fff;
}



.advantage-item-case,.advantage-item-case>video{
  width: 568px;
  height: 426px;
}


.advantage-phone-video{
  height: 506px!important;
  box-shadow:none!important;
  width: 284px!important;
}

.item-case-video-right{
  margin-right: -63px;
}

.advantage-item-case>video{
  box-shadow: 0px 8px 15px 0px
  rgba(195, 195, 195, 0.35);
}

/* .new-index-advantage-item:nth-last-child(1){
  height: 850px!important;
} */




/*advantage-area-end*/


/*data-area*/

.new-index-data{
  width: 100%;
  height: 686px;
  background: url(/assets/mrd/img/new-index-data-background.png) top center no-repeat;
  overflow: hidden;
  background-size:cover;
  /* font-family: light, sans-serif; */
}

.new-index-data-label{
  margin-top: 107px;
}

.new-index-data-label-main-title{
  font-size: 40px;
  color: #ffffff;
  font-weight: 100;
}

.new-index-data-label-main-title>span{
  font-size: 44px;
  font-weight: bold;
}

.new-index-data-label-sub-title{
  font-size: 14px;
  color: #ffffff;
}

.data-btn{
  width: 233px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 20px;
  color: #000000;
  line-height: 50px;
  margin-top: 59px;
}

.data-btn:hover{
  color: #ff962a;
  transition:all 0.25s
}



.new-index-data-content{
  margin-top: 160px;
  height: 100px;
  color: #ffffff;
}

.data-item{
  float: left;
  width: 285px;
}

.data-digital{
  font-size: 50px;
}
.data-explain{
  font-size: 20px;
  margin-right: 20px;
}



/*data-area-end*/


/*customer-area*/

.new-index-customer{
  width: 100%;
  height: 890px;
  /* font-family: light, sans-serif; */
}

.new-index-customer-label{
  margin-top: 114px;
}

.new-index-customer-label-main-title{
  font-size: 40px;
  font-weight: 100;
}

.new-index-customer-label-main-title>span{
  color: #ff962a;
  font-size: 40px;
  font-weight: bold;
}

.new-index-customer-label-sub-title{
  font-size: 21px;
  color: #999999;
}

.new-index-customer-box{
  height: 441px;
  margin-top: 60px;
  background: url(/assets/mrd/img/new-index-customer-logo.png) no-repeat;
  background-size: 100%;
}

/*customer-area-end*/



/*online-vs-lan-area*/
.new-index-of-diff{
  width: 100%;
  height: 961px;
  background: #ECF5FE;
  /* font-family: light, sans-serif; */
}

.new-index-of-diff-label{
  margin-top: 114px;
}

.new-index-of-diff-label-main-title{
  font-size: 40px;
  font-weight: bold;
}

.new-index-of-diff-label-main-title>span{
  color: #ff962a;
}

.new-index-of-diff-label-sub-title{
  font-size: 20px;
  color: #999999;
  margin-top: 27px;
}


.new-index-of-diff-box{
  height: 700px;
  margin-top: 130px;
}

.new-index-diff-container{
  width: 412px;
  height: 494px;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(222, 218, 214, 0.35);
  border-radius: 24px;
}
.new-index-diff-container h2{
  font-weight: bold;
}
.new-index-diff-container>div{
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  margin-top: 79px;
  font-weight: 400;
}

.new-index-diff-container>ul{
  margin: 68px 68px;
  font-size: 20px;
  line-height: 34px;
  color: #666666;
}


.new-index-diff-left{
  float: left;
}

.new-index-diff-right{
  float: right;
  margin-right: 80px;
  border: 2px solid #FF962A;
}


.diff-on-line-btn{
  width: 196px;
  height: 54px;
  border-radius: 4px;
  border: solid 1px #ff962a;
  color: #ff962a;
  line-height: 53px;
  font-size: 18px;
  border-radius: 27px;
  transition: all .3s;
}

.diff-on-line-btn:hover{
  color: #fff;
  background-color:#f5a352;
}

.diff-lan-btn{
  width: 210px !important;
  height: 54px !important;
  background-color: #ff962a;
  border-radius: 4px;
  color: #ffffff;
  line-height: 46px;
  font-size: 18px;
  margin-top: 0 !important;
}

.diff-lan-btn:hover{
  transition: all .3s;
  background-color:#ff8404;
  color: #fff;
}

/*online-vs-lan-area-end*/



/*footer-area*/
.new-index-footer{
  background-color: #ff962a;
  width: 100%;
  height: 260px;
  /* font-family: light, sans-serif; */
}

.new-index-footer-label{
  font-size: 44px;
  color: #ffffff;
  margin-top: 50px;
  font-weight: 100;
}

.new-index-footer-label>span{
  font-size: 36px;
  color: white;
  font-weight: bold;
  margin: 0 14px;
}

.new-index-footer-btn{
  margin-top: 72px;
}

.new-index-footer-btn>a>div:hover {
  text-decoration:none;
  color: #ff962a;
  transition:all .3s
}

.new-index-footer-btn>a>div{
  width: 240px;
  height: 54px;
  border-radius: 27px;
  background-color: #ffffff;
  font-size: 18px;
  color: #000000;
  line-height: 54px;
}

/*footer-area-end*/


.video-introduce{
  margin-top: -40px
}


@media screen and (max-width: 768px){


  /*******************************banner******************************/
  .new-index-banner{
    background-size:100% 60%;
  }

  .new-index-banner{
    height: 1360px;
  }

  .new-index-banner-label{
      color: #333333;
      font-size: 1.58rem;
      text-align: center;
      margin-top: 50px;
      font-weight: bold;
  }
  .new-index-banner-label-second{
    font-size: 2.37rem;
    text-align: center;
    color: #FF962A;
    font-weight: bold;
    margin-top: 1.27rem;
  }
  .new-index-banner-text{
    width: 336px;
    color: #999999;
    margin-top: 1.27rem;
  }

  .new-index-banner-btn>a>div{
    width: 160px;
    margin-left: 25px;
  }


  .new-index-banner-logo>img{
    width: 100%;
    margin-top: 20px;
  }



  /*******************************solution******************************/


  .new-index-solution-box{
    margin-top: 1.59rem;
  }

  .new-index-solution{
    height: auto;
  }
  .new-index-solution>div{
    margin: 0;
    padding: 0;
  }

  .new-index-solution-label{
    margin-top: -190px;
  }

  .new-index-solution-label,.new-index-solution-label>span{
    font-size: 26px;
  }

  .solution-item-container{
    margin-left: 5px;
    width: 48%;
    height: 255px;
    margin-bottom: 20px;
  }

  .solution-item-cover{
    display: none;
  }


  /*******************************advantage******************************/

  .new-index-advantage{
    height: auto;
  }


  .new-index-advantage-item{
    margin-top: 40px;
    height: auto;
  }
  .new-index-advantage-item:nth-child(odd){
    height: 790px!important;
    padding-top: 0!important;
  }


  .advantage-first-item{
    margin-top: 8px!important;
  }


  .new-index-advantage-label,.new-index-advantage-label>span{
    font-size: 20px;
  }

  .advantage-item-label{
    font-size: 16px;
    font-weight: 700;
  }

  .advantage-item-left,.advantage-item-right{
    float: none;
  }

  .advantage-item-text-container{
    width: 100% !important;
    text-align: center;
    height: auto;
  }

  .advantage-label-border{
    margin: 20px auto;
    width: 27px;
    height: 3px;
  }

  .advantage-text {
    font-size: 13px;
    margin-top: 15px;
  }

  .advantage-more-btn{
    margin: 0 auto;
    margin-top: 25px;
  }

  .advantage-item-case{
    width: 350px;
    height: 320px;
    margin: auto;
  }

  .advantage-item-case>img{
    width: 350px;
    height: 267px;
    margin-top: 40px;
  }
  .advantage-phone-video{
    width: 202px!important;
    height: 360px!important;
  }

  .phone-more-btn{
    margin-top: 140px;
  }







  /*******************************data******************************/

  .new-index-data{
    /* background-size:100% 60%; */
    margin-top: 35px;
    height: 380px;
  }

  .new-index-data-label{
    margin-top: 35px;
  }

  .new-index-data-label-main-title{
    margin-top: 60px;
  }

  .new-index-data-label-main-title,.new-index-data-label-main-title>span{
    font-size: 20px;
  }

  .new-index-data-label-sub-title{
    margin: 20px auto;
    width: 351px;
  }

  .data-btn{
    width: 146px;
    margin-top: 45px;
    height: 45px;
    line-height: 47px;
    color: #ff962a;
  }

  .new-index-data-content{
    margin-top: 40px;
  }

  .data-item{
    width: 25%;
  }


  .data-digital{
    font-size: 20px;
  }

  .data-explain{
    font-size: 16px;
    margin-right: 7px;
  }

  .long{
    width: 80px;
  }



  /*******************************customer******************************/

  .new-index-customer-label-sub-title{
    font-size: 13px;
    width: 220px;
    margin: auto;
  }

  .new-index-customer-box{
    background: url(/assets/mrd/img/new-index-customer-logo-mobile.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
  }

  .new-index-customer-label-main-title{
    font-size: 20px;
  }

  .new-index-customer-label-main-title>span{
    font-size: 20px;
  }



  /*******************************diff******************************/


  .new-index-of-diff-box{
    margin-top: 65px;
  }

  .new-index-diff-container{
    width: 240px;
    height: 280px;
    margin: auto;
    margin-bottom: 130px;
  }
  .new-index-diff-container>div{
    padding-top: 70px;
    margin-top: 0;
  }

  .new-index-diff-right>div{
    padding-top: 0!important;
  }



  .new-index-diff-left{
    float: unset;
  }

  .new-index-diff-right{
    float: unset;
  }

  .new-index-diff-left>ul{
      margin-left: 0!important;
  }

  .new-index-diff-container>ul{
    text-align: left;
    margin: 30px auto;
    font-size: 14px;
    line-height: 0px;
    padding: 0 45px;
  }
  .new-index-diff-right>ul{
    padding: 0 20px;
  }
  /*.new-index-diff-container>ul{*/
    /*margin: 50px 68px;*/
  /*}*/


  

  /*.new-index-diff-right>ul{*/
    /*margin-left: 30px!important;*/
    /*margin-right: 0;*/
  /*}*/

  /*.text-left>li{*/
    /*margin-left: 0;*/
  /*}*/



  /*******************************footer******************************/
  .new-index-footer{
    height:130px;
  }

  .new-index-footer-label{
    font-size: 17px;
    font-weight: 400;
    margin-top: 25px;
  }
  .new-index-footer-label>span{
    font-size: 21px;
  }


  .new-index-footer-btn>a>div{
    width: 117px;
    height: 35px;
    font-size: 15px;
    color: #ff962a;
    line-height: 35px;
  }





  .customer-service{
    bottom: 47%;
    right: 80px;
    display: none;
  }
  .details{
    display: none;
  }
  .video-introduce{
    margin-top: 230px;
  }
  
  .price-yks .faq-panel .title,.price-yks .price-panel .title{
    font-size: 20px !important;
  }
  .down-lan-yks-container .sub-title{
    margin-left: 0 !important;
  }
  .register-yks a:first-child{
    margin-right: 5px;
  }
  .register-yks a:last-child{
    margin-left: 5px;
  }
}
.modal-dialog{
  margin-top:160px;
}
@media screen and (max-width: 380px){
  .modal-dialog{
    margin-top:20px;
  }
  .mobile-style{
    display:block;
}
  .first-card>li{
    width: 43% !important;
  }
}
@media screen and (max-width: 350px){
  .modal-dialog{
    margin-top:20px;
  }
  .mobile-style{
    display:block;
}
  .register-yks a:first-child{
    margin-right: 0 !important;
  }
  .register-yks a:last-child{
    margin-left: 0 !important;
  }
  .advantage-item-case,.item-label,.item-text>p,.item-step-text{
    width: 100% !important;
    margin-left: 0 !important;
  }
  .label-up, .label-down {
    font-size: 14px !important;
    width: 100% !important;
    line-height: 52px !important;
  }
  .first-card>li,.problem-item-container {
    width: 43% !important;
  }
  .first-card>li>div{
    margin-left: 8px !important;
  }
  .new-index-data-label-sub-title{
    width: 100%;
  }
  .data-explain,.data-digital{
    font-size: 13px;
    width: 100%;
  }
}
.item-text-margin-left{
  text-align: left !important;
}
.yks-main{
  width: 100%;
  transition: all .3s;
}
.eFrameSheLayer {
  display: none;
  width:100%;
  height:100%;
  background-color:#000;
  position: fixed;
  top:0;
  left:0;
  z-index:50;
  opacity: 0;
  filter: alpha(opacity=30);
  transition: all .3s;
}

.elasticFrame {   
  display: none;
  width: 90%;
  height: 100%;
  text-align: center;
  background-color:#ffffff;    
  margin: auto;
  position: fixed;
  z-index:1000;
  top: 0;
  bottom: 0;    
  right: -100%;
  background: url(/assets/mrd/img/bg.jpg) bottom no-repeat ,#fff;
  overflow-y: auto;
  transition: all .3s;
}
.elasticFrame .logo{
  height: 70px;
  line-height: 70px;
}
.elasticFrame .logo > img{ 
  width: 100px;   
  margin-left: 12px;
}
.elasticFrame .logo .pull-right{
  width: auto;
}
.header-yks .elasticFrame .logo .pull-right .btn{
  padding: 3px 15px;
  border-radius: 5px
}
.header-yks .elasticFrame .logo  .pull-right .btn:first-of-type{
  border: solid 1px #ff962a;
}
.header-yks .elasticFrame .navbar-nav {
  margin: 0;
  box-shadow: none;
  padding-bottom: 100px;
}
.header-yks .elasticFrame .nav > li{
  border-bottom: solid 1px #ffebd8;
  padding:0;
}
.header-yks .elasticFrame .navbar-nav > li > a{
  font-size: 16px;
  line-height: 50px;
  padding: 0;
  padding-left: 35px;
  padding-right: 20px;
}

.header-yks .elasticFrame .navbar-nav > li > a.nav-specially span,.header-yks .elasticFrame .navbar-nav > li.open > a:hover > span  {
  height: 100%;
}
.header-yks .elasticFrame .navbar-nav > li > a span{
  width: 5px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5a352 !important;
}
.header-yks .elasticFrame .navbar-nav > li > a > span {
  transition: height 0.33s ease;
  height: 0;
}
.header-yks .elasticFrame .navbar-nav .open .dropdown-menu>li>a {
  line-height: 40px;
  font-size: 14px;
  color: #999;
}
.header-yks .elasticFrame .navbar-nav > li > a:link, .header-yks .elasticFrame .navbar-nav > li > a:visited {
  color: #666666 !important;
}
.header-yks .elasticFrame .navbar-nav > li > a.nav-specially,.header-yks .elasticFrame .navbar-nav > li.open > a:hover{
  color: #ff962a !important;
}
.header-yks .elasticFrame .navbar-nav > li.li-specially > a,.header-yks .elasticFrame .navbar-nav > li.open > a{
  background-color: #fffdfb;
}
.header-yks .elasticFrame .navbar-nav > li > a .fa-angle-down{
  float: right;
  line-height: 50px;
  color: #ff962a;
}
.header-yks .elasticFrame .navbar-nav > li.open > a .fa-angle-down{
  transform: rotate(180deg);
}
.header-yks .elasticFrame .navbar-nav .open .dropdown-menu .dropdown-header, .header-yks .elasticFrame .navbar-nav .open .dropdown-menu>li>a{
  padding-left: 55px;
}
.header-yks .elasticFrame .navbar-nav > li .dropdown-menu .divider{
  width: 90%;
  margin: auto;
}

.fascroll,.fascroll body {
  overflow: hidden;
}
.fascroll body {
  position: relative;
}
.new-index-advantage a {
  color: #ff962a;
}
.new-btn{
  display: inline-block;
  min-width: 160px;
  width: 200px;
  height: 54px;
  line-height: 54px;
  /* background: linear-gradient(-90deg, #FF962A 0%, #FFC13B 100%); */
  border-radius: 27px;
  margin-top: 60px;
  transition: all .3s;
}
.new-btn:hover{
  transform: scale(1.04);
}
.wechat{
  display:none;
}
.connect-way{
  margin: 25px 0;
}
.connect-way span a > img:last-of-type,.connect-way span:hover a > img:first-of-type{
  display: none;
}
.connect-way span:hover a > img:last-of-type{
  display: inline-block;
}

.solution-w{max-width: 1140px;margin:0 auto;}
.solution-new{ max-width:268px;min-width: 268px;height:350px;
  transition: all ease 300ms;
  background: linear-gradient( #FFF4F0 0%, #FFFFFF 40%);
}

.solution-new p.p2{font-size: 16px;padding: 0 10px;}
.solution-new .solution-item img{ width: 90px;}

.solution-new:hover {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
  box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
@media screen and (max-width: 768px){
  .solution-m .solution-slider-item {
    background: linear-gradient( #FFF4F0 0%, #FFFFFF 40%);
    background-size: 100% auto;
    margin: .5rem 0;
    padding: 0 .5rem;
    border-radius: 5px;
  }

}
