* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}



body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}



address,
cite,
dfn,
em,
var {
  font-style: normal;
}



code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}



p,
span,
a,
em,
table {
  font-size: 14px;
  color: #333333;
}



ul,
ol {
  list-style: none;
}



a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}



a:hover {
  text-decoration: none;
}



sup {
  vertical-align: text-top;
}



sub {
  vertical-align: text-bottom;
}



legend {
  color: #000;
}



fieldset,
img {
  border: 0;
}



button,
input,
select,
textarea {
  border-radius: 2px;
  font-size: 100%;
  outline: none;
  border: 1px solid #DDDDDD;
}



button {
  border-style: none;
}



textarea {
  resize: none;
  border-color: #f2f2f2;
  padding: 5px;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}



hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}



.relativeDiv {
  position: relative;
}



.bold {
  font-weight: 700;
}



.hide {
  display: none;
}



.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



.clearfix {
  zoom: 1;
}



.blueBlock:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #00a8d4;
}



.fr {
  float: right;
}



.fl {
  float: left;
}



-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}



input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}



.icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}



.icon-crown {
  background-image: url(../img/crown.png);
}



.icon-diamod-purple {
  background-image: url(../img/diamod-purple.png);
}



.icon-diamod-blue {
  background-image: url(../img/diamod-blue.png);
}



.icon-diamod-gray {
  background-image: url(../img/diamod-gray.png);
}



.icon-year {
  background-image: url(../img/yearviplogo.png);
}



.icon-over {
  width: 20px;
  height: 25px;
  background-image: url(../img/over.png);
}



.icon-free {
  width: 20px;
  height: 25px;
  background-image: url(../img/freecourse.png);
}



.ft-16 {
  font-size: 16px;
}



.text-center {
  text-align: center;
}



.content-pad20 {
  padding: 20px 0;
}



.content-padT20 {
  padding-top: 20px;
}



.content-padB20 {
  padding-bottom: 20px;
}



.content-box {
  width: 1230px;
  margin: 0 auto;
}

.content-box label {
  font-size: 16px;
  font-weight: 700;
}



.content-white {
  background-color: #FFFFFF;
}



.content-gray {
  background-color: #F2F2F2;
}



.content-gray2 {
  background-color: #F8F8F8;
}



.content-gray3 {
  background-color: #B6B6B6;
}



.content-gray4 {
  padding: 20px 0;
  background-color: #f9f9f9;
}



.content-blue {
  background-color: #00A8D4;
  color: #FFFFFF;
}



.content-greend {
  background-color: #86cf00;
  color: #FFFFFF;
}



.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}



.btn-small {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}



.btn-middle {
  width: 150px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}



.btn-radius {
  border-radius: 5px;
}



.btn-white {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #666666;
}



.btn-black {
  background-color: #666666;
  color: #FFFFFF;
}



.btn-blue {
  background-color: #00A8D4;
  color: #FFFFFF;
}



.btn-red {
  background-color: #e84e40;
  color: #FFFFFF;
}



.btn-blue-o {
  color: #00A8D4;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #00A8D4;
}



.btn-blue1 {
  background-color: #00A8D4;
  color: #FFFFFF;
}



.btn-green {
  background-color: #86cf00;
  color: #FFFFFF;
}



.btn-orange {
  background-color: #FF9900;
  color: #FFFFFF;
}



.btn-gray {
  background-color: #B6B6B6;
  color: #FFFFFF;
}



.btn-sub {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #FFFFFF;
  width: 400px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  background-color: #00A8D4;
  border: 0px;
}



.hearder-logo,
.hearder-searchBox {
  display: inline-block;
  vertical-align: middle;
}



.hearder-searchBox {
  position: relative;
  margin-left: 45px;
}

.hearder-searchBox input {
  height: 38px;
  width: 487px;
  padding-left: 12px;
  border: 1px solid #00A8D4;
}

.hearder-searchBox .searchButton {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 50px;
  background-color: #00A8D4;
}

.hearder-searchBox .searchButton .fa {
  text-align: center;
  line-height: 38px;
  font-size: 16px;
}



.hearder-user {
  float: right;
  position: relative;
  line-height: 84px;
}

.hearder-user ul {
  display: inline-block;
}

.hearder-user li {
  display: inline-table;
  padding: 0 10px;
}

.hearder-user li a {
  color: #000;
  font-size: 14px;
}

.hearder-user li img {
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.hearder-user li .icon {
  margin: 0 5px;
}

.hearder-user .li-his .icon-clock {
  height: 21px;
  width: 21px;
  vertical-align: middle;
  background-image: url(../img/icon-clock.png);
}

.hearder-user .li-his span {
  font-size: 16px;
  vertical-align: middle;
  color: #999;
}

.hearder-user .li-mobile .icon-mobile {
  height: 21px;
  width: 13px;
  vertical-align: middle;
  background-image: url(../img/icon-mobile.png);
}

.hearder-user .li-mobile span {
  vertical-align: middle;
  font-size: 16px;
  color: #f00;
}

.hearder-user .li-not {
  position: relative;
}

.hearder-user .li-not span {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 15px;
  line-height: 13px;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  color: #FFFFFF;
  background-color: #FF0000;
}

.hearder-user .li-list {
  position: relative;
}

.hearder-user .li-list .icon {
  position: absolute;
  height: 21px;
  width: 55px;
  bottom: 15px;
  right: -30px;
}

.hearder-user .li-list .icon-hy01 {
  background-image: url(../img/icon-hy01.png);
}

.hearder-user .li-list .icon-hy02 {
  width: 43px;
  background-image: url(../img/icon-hy02.png);
}

.hearder-user .li-list .icon-hy03 {
  width: 43px;
  background-image: url(../img/icon-hy03.png);
}

.hearder-user .li-list .icon-hy04 {
  background-image: url(../img/icon-hy04.png);
}

.hearder-user .li-list:hover .user-det {
  display: block;
}



.user-det {
  display: none;
  position: absolute;
  width: 120px;
  line-height: 40px;
  top: 60px;
  right: 0;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  z-index: 9999;
}

.user-det ul {
  width: 100%;
}

.user-det .fa {
  font-size: 16px;
  width: 25px;
  color: #333333;
  margin-right: 5px;
}

.user-det li {
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: block;
  margin-left: 0;
  padding: 0 18px;
  border-bottom: 1px solid #DDDDDD;
  line-height: 40px;
}

.user-det li a {
  font-size: 12px;
  font-weight: 400;
}

.user-det li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}



.li-jhm span {
  font-size: 16px;
}

.li-jhm span:hover {
  color: #00bcee;
}



.hearder-user .user-his {
  display: none;
  position: absolute;
  top: 60px;
  width: 350px;
  right: 0;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  z-index: 9999;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
}

.hearder-user .user-his .user-his-item {
  *zoom: 1;
}

.hearder-user .user-his .user-his-item:after {
  clear: both;
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.hearder-user .user-his h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #999999;
}

.hearder-user .user-his span {
  float: right;
  font-size: 12px;
  color: #999999;
  width: 120px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hearder-user .user-his span .fa-tv {
  margin-right: 5px;
}

.hearder-user .user-his a {
  float: left;
  font-size: 12px;
  max-width: 165px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hearder-user .user-his a:hover {
  color: #00A8D4;
}

.hearder-user .user-his .user-his-bot {
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding: 0 10px;
}

.hearder-user .user-his .user-his-bot a {
  float: right;
  line-height: 40px;
}



.hearder-user .user-mobile {
  width: 350px;
  display: none;
  position: absolute;
  top: 60px;
  left: -60px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  z-index: 9999;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
}

.hearder-user .user-mobile .ttxcx {
  width: auto;
  height: auto;
}



.content-blue .content-box {
  margin-top: 1px;
  height: 60px;
}

.content-blue .topNav {
  line-height: 60px;
}

.content-blue .topNav li {
  position: relative;
  display: inline-table;
  height: 60px;
}

.content-blue .topNav li a {
  display: inline-block;
  height: 60px;
  font-size: 16px;
  color: #f8f8f8;
  padding: 0 5px;
}

.content-blue .topNav li:last-child a {
  color: #ffff66;
}

.content-blue .topNav li:hover .nav-ul {
  display: block;
}

.content-blue .topNav .cur a {
  background: rgba(0, 0, 0, 0.2);
}

.content-blue .topNav .fa-angle-down {
  margin-left: 3px;
  font-size: 20px;
}

.content-blue .topNav .nav-ul {
  display: none;
  position: absolute;
  font-size: 0;
  z-index: 10000;
  width: 235px;
  padding: 9px 0;
  top: 50px;
  left: -10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #FFF;
  line-height: 40px;
}

.content-blue .topNav .nav-ul a {
  display: inline-block;
  width: 110px;
  padding-left: 10px;
  font-size: 14px;
  height: 40px;
  color: #333;
  text-align: center;
  background-color: transparent;
}

.content-blue .topNav .nav-ul a:hover {
  color: #00A8D4;
}

.content-blue .topNav .nav-ul a:first-child::before {
  border-bottom: 8px solid #fff;
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 8px solid rgba(255, 255, 255, 0);
  top: -8px;
  content: '';
  width: 0;
  height: 0;
  left: 45%;
  margin-left: -50px;
  position: absolute;
}



.slider-box {
  padding-bottom: 10px;
}

.slider-box .slider {
  position: relative;
  height: 350px;
}

.slider-box .slider .pic li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.slider-box .slider img {
  width: 1230px;
  height: 350px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}



.otherAbout {
  padding-top: 20px;
  padding-bottom: 40px;
}

.otherAbout div {
  width: 240px;
  float: left;
}

.otherAbout div p {
  margin-top: 20px;
}

.otherAbout div p img {
  width: 135px;
  height: 135px;
}

.otherAbout a:hover {
  color: #AE4141;
}



.curriculum {
  width: 103%;
  padding-top: 10px;
}

.curriculum .curriculum-box {
  position: relative;
  display: inline-block;
  width: 290px;
  margin: 0 18px 18px 0;
  padding: 10px;
  cursor: pointer;
}

.curriculum .curriculum-box p {
  display: block;
  line-height: 25px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.curriculum .curriculum-box .icon {
  position: absolute;
  display: block;
}

.curriculum .curriculum-box .icon-year {
  width: 30px;
  height: 30px;
  background-image: none;
}

.curriculum .curriculum-box img {
  width: 100%;
  height: 160px;
}

.curriculum .curriculum-box span {
  font-size: 12px;
  color: #999999;
  vertical-align: top;
}

.curriculum .curriculum-box span:last-child {
  float: right;
}

.curriculum .curriculum-box .curriculum-point {
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 148px;
  width: 93%;
  line-height: 22px;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 5px;
  color: #fff;
}



.active a {
  color: #00A8D4;
}



.slider-dot {
  position: absolute;
}

.slider-dot ul {
  display: inline-block;
  padding: 0 10px;
}

.slider-dot li {
  display: inline-table;
  background-color: #999;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 10px;
}

.slider-dot .active {
  background-color: #00A8D4;
}



.slider-dot-right {
  text-align: center;
  right: 20px;
  bottom: 10px;
}



.slider-dot-center {
  text-align: center;
  width: 100%;
  bottom: 10px;
}



.title-choice-ul {
  margin-top: 20px;
  border-bottom: 1px solid #DDDDDD;
}

.title-choice-ul li {
  position: relative;
  padding: 0 20px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-table;
}

.title-choice-ul li a {
  color: #999999;
  font-size: 16px;
}

.title-choice-ul .active {
  border-bottom: 2px solid #00A8D4;
}

.title-choice-ul .active a {
  color: #00A8D4;
}



.slider-sm-dot {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.slider-sm-dot ul {
  display: inline-block;
}

.slider-sm-dot li {
  display: inline-table;
  width: 40px;
}

.slider-sm-dot a {
  display: inline-block;
  background-color: #999;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.slider-sm-dot .active {
  border-bottom: none;
}

.slider-sm-dot .active a {
  background-color: #00A8D4;
}



.comper-contact {
  padding: 20px;
  height: 100px;
  line-height: 60px;
  background-color: #FFFFFF;
}

.comper-contact .comper-contact-item {
  display: inline-block;
}

.comper-contact .comper-contact-item:not(:first-child) {
  padding: 0 20px;
  margin-left: 10px;
  border-left: 1px solid #DDDDDD;
}

.comper-contact .comper-contact-item i {
  color: #666666;
  margin: 0 10px;
  font-size: 40px;
  vertical-align: middle;
}

.comper-contact span {
  font-size: 16px;
}



.train-cur-class {
  min-height: 150px;
  padding: 20px 30px;
}

.train-cur-class ul {
  margin: 20px 40px;
  margin-left: 55px;
}

.train-cur-class ul li {
  display: inline-table;
  margin-left: 25px;
}

.train-cur-class ul li a {
  font-size: 16px;
}



.list-four {
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #F2F2F2;
}

.list-four .list-four-item {
  margin: 30px 0;
}

.list-four .list-four-item ul {
  padding: 0 20px;
}

.list-four .list-four-item li {
  list-style: disc;
  margin-left: 30px;
  border-bottom: 1px dotted #DDDDDD;
  padding: 15px 0;
}

.list-four .list-four-item li span {
  vertical-align: bottom;
  display: inline-block;
  font-size: 16px;
}

.list-four .list-four-item li span:first-child {
  width: 500px;
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-four .list-four-item li span:not(:first-child) {
  width: 200px;
}



.list-three {
  margin: 20px 0;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
}

.list-three .list-three-item {
  margin: 30px 0;
}

.list-three .list-three-item ul {
  padding: 0 20px;
}

.list-three .list-three-item li {
  list-style: disc;
  margin-left: 30px;
  border-bottom: 1px dotted #DDDDDD;
  padding: 15px 0;
}

.list-three .list-three-item li span {
  font-size: 16px;
}

.list-three .list-three-item li span:first-child {
  display: inline-block;
  width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.list-three .list-three-item li span:last-child {
  float: right;
}



.red {
  color: #FF0000;
}

.red a {
  color: #FF0000;
}

.red span {
  color: #FF0000;
}



.pink-p {
  color: #ec6567;
}



.gray-p {
  color: #999999;
}



.green {
  color: #009900;
}

.green a {
  color: #009900;
}

.green span {
  color: #009900;
}



.gray {
  color: #666666;
}

.gray a {
  color: #666666;
}

.gray span {
  color: #666666;
}



.pagination-box {
  text-align: center;
}



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination a,
.pagination span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.pagination li {
  display: inline-block;
}

.pagination .current {
  z-index: 1;
  border-color: #428bca;
}



#AllObjMsg {
  font-family: "Microsoft Yahei", sans-serif;
  display: none;
  padding: 25px 30px 25px 30px;
  min-width: 80px;
  text-align: center;
  font-size: 15px;
  z-index: 99999;
  left: 45%;
  top: 45%;
  margin-left: -70px !important;
  margin-top: -30px !important;
  margin-top: -30px;
  margin-left: -70px;
  position: fixed !important;
  /*FF IE7*/
  position: absolute;
  /*IE6*/
  border: 1px #A3A3A3 solid;
  line-height: 30px;
  background: #FFFFFF;
  _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2: document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}



#AllObjMsg a {
  margin-top: 15px;
  font-size: 15px;
}



.btn-xs,
.btn-lg {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}



.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}



.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}



.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}



.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}



.floater {
  position: fixed;
  _position: absolute;
  right: 0;
  top: 70%;
  margin-top: -200px;
  z-index: 200;
  box-shadow: 0 4px 12px 0 rgba(7, 17, 27, 0.1);
  background-color: #fff;
  text-align: center;
}

.floater .floater-box {
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(7, 17, 27, 0.1);
  position: absolute;
  width: 172px;
  height: 228px;
  bottom: 0px;
  right: 60px;
  -webkit-transition: opacity .25s, transform .3s;
  -moz-transition: opacity .25s, transform .3s;
  transition: opacity .25s, transform .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 95%;
  -ms-transform-origin: 100% 95%;
  transform-origin: 100% 95%;
}

.floater .floater-box .btn {
  padding: 3px;
}

.floater .fa {
  color: #D9DDE1;
  font-size: 22px;
}

.floater .fa-commenting {
  color: #12b7f5;
}

.floater span {
  font-size: 12px;
  line-height: 12px;
  display: none;
}

.floater .floater-item {
  display: block;
  cursor: pointer;
  width: 58px;
  height: 57px;
  padding: 16px;
  line-height: 20px;
  border-bottom: 1px solid #edf1f2;
}

.floater .floater-item .fa-qq,
.floater .floater-item .fa-phone-square {
  color: #12b7f5;
  font-size: 16px;
  margin-right: 5px;
}

.floater .floater-item:hover .fa {
  display: none;
}

.floater .floater-item:hover .floater-box {
  cursor: default;
  padding: 20px;
  text-align: left;
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  max-width: none;
}

.floater .floater-item:hover .floater-box p {
  margin-bottom: 5px;
  line-height: 20px;
}

.floater .floater-item:hover .floater-box img {
  margin: 12px;
}

.floater .floater-item:hover .floater-box .fa {
  display: inline-block;
}

.floater .floater-item:hover span {
  display: inline-block;
}



.tplist {
  position: fixed;
  line-height: 40px;
  background-color: #F2F2F2;
  width: 100%;
  z-index: 1001;
  border-bottom: 1px solid #F2F2F2;
}

.tplist a {
  margin-left: 20px;
}

.tplist a:not(:first-child) {
  font-weight: 700;
  color: red;
}

.tplist .tplist-message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
  height: 40px;
  float: right;
}

.tplist .tplist-message a {
  margin: 0;
}

.tplist .tplist-message .tplist-ul-title {
  background-color: #fff;
}

.tplist .tplist-message .tplist-ul-title p {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  text-align: center;
  height: 48px;
  line-height: 48px;
  margin: 0 16px;
}

.tplist .tplist-message .tplist-ul-list {
  position: absolute;
  top: 10px;
  display: none;
  width: 350px;
  overflow: hidden;
  text-align: left;
  font-size: 0;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: 1px solid #eee;
  z-index: 1002;
}

.tplist .tplist-message .tplist-ul-list span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tplist .tplist-message .tplist-ul-list span:hover {
  color: #333;
}

.tplist .tplist-message .tplist-ul-list ul {
  position: relative;
  padding: 10px 16px;
  background-color: #fff;
}

.tplist .tplist-message .tplist-ul-list li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tplist .tplist-message .tplist-ul-list .tplist-more {
  background-color: #f3f3f3;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
}

.tplist .tplist-message .tplist-ul-list .tplist-more a {
  font-size: 12px;
  color: #999;
  line-height: 45px;
}

.tplist .tplist-message .tplist-ul-list .tplist-more a:hover {
  color: #333;
}

.tplist .tplist-message .tplist-ul-list .tplist-null {
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}

.tplist .tplist-message .tplist-ul-list .tplist-null img {
  width: 100px;
}

.tplist .tplist-message .tplist-ul-list .tplist-null p {
  font-size: 12px;
  color: #ccc;
}

.tplist .tplist-message .tplist-ul-scroll {
  display: block;
  height: 28px;
  padding: 0 16px;
  width: 350px;
  overflow: hidden;
  text-align: left;
  font-size: 0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.tplist .tplist-message .tplist-ul-scroll span {
  font-size: 12px;
  color: #999;
}

.tplist .tplist-message .tplist-ul-scroll span:hover {
  color: #333;
}

.tplist .tplist-message .tplist-ul-scroll ul {
  position: relative;
}

.tplist .tplist-message .tplist-ul-scroll li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tplist .tplist-message .tplist-wrapper {
  display: inline-block;
  width: 350px;
}

.tplist .tplist-notice {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 28px;
  width: 28px;
  background-color: #00baeb;
  border-radius: 50%;
  padding: 0 7px;
  line-height: 35px;
  margin-left: 20px;
  vertical-align: top;
}

.tplist .tplist-notice img {
  height: 17px;
  width: auto;
  margin-bottom: 1px;
  animation: noticemove 0.5s linear infinite alternate;
  -webkit-animation: noticemove 0.5s linear infinite alternate;
}

.tplist .tplist-notice em {
  display: none;
  border: 2px solid #fff;
  top: -5px;
  right: -10px;
  position: absolute;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 17px;
  font-size: 10px;
  color: #fff;
  background: #f00;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tplist .tplist-notice.cur em {
  display: block;
}



@keyframes noticemove {
  0% {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }

  50% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }

  100% {
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
  }
}

@-webkit-keyframes noticemove {
  0% {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }

  50% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }

  100% {
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
  }
}

.hot-tip {
  position: absolute;
  top: 7px;
  right: 0;
}



.hearder-user li .qrcode img {
  border-radius: 0;
  width: auto;
  height: auto;
}



.qrcode {
  display: inline-block;
  margin-right: 10px;
}



.rcon {
  float: right;
}



.rcon .txt {
  line-height: 28px;
  font-size: 17px;
  color: #666;
  font-weight: normal;
}



.rcon .store {
  display: block;
  width: 150px;
  height: 44px;
  margin-top: 10px;
  background: url(../img/ui_new_yktnav_sprite.png) 9999px 9999px no-repeat;
}



.store.apple {
  background-position: 0 -28px;
}



.store.android {
  background-position: 0 -76px;
}



.alert-fixed {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(103, 103, 103, 0.3);
}



.alert-box {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  border-radius: 16px;
  width: 500px;
}



.alert-top {
  padding-top: 30px;
  text-align: center;
  height: 100px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-image: url(../img/guide-login.png);
}

.alert-top .alert-tit {
  cursor: pointer;
  margin: 0 15px;
  display: inline-block;
}

.alert-top .alert-tit span {
  color: #fff;
  font-size: 26px;
}

.alert-top .alert-tit em {
  display: block;
  margin-top: 5px;
  height: 6px;
  border-radius: 5px;
}

.alert-top .alert-tit.cur span {
  font-weight: 700;
}

.alert-top .alert-tit.cur em {
  background-color: #fff;
}



.alert-login {
  display: none;
}

.alert-login:first-child {
  display: block;
}

.alert-login .login-box {
  padding: 30px 70px;
}

.alert-login .login-box .login-item {
  position: relative;
  height: 40px;
  margin-bottom: 20px;
}

.alert-login .login-box .login-item input::-webkit-input-placeholder {
  color: #ccc;
}

.alert-login .login-box .login-item input::-moz-input-placeholder {
  color: #ccc;
}

.alert-login .login-box .login-item input::-ms-input-placeholder {
  color: #ccc;
}

.alert-login .login-box .login-item .login-inp {
  width: 100%;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 20px;
}

.alert-login .login-box .login-item .login-inp-sm {
  width: 210px;
  vertical-align: middle;
}

.alert-login .login-box .login-item .icon {
  position: absolute;
  left: 12px;
}

.alert-login .login-box .login-item .login-code {
  cursor: pointer;
  display: inline-block;
  float: right;
  width: 130px;
  height: 40px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ccc;
}

.alert-login .login-box .login-item .login-code .code-btn {
  font-size: 14px;
  color: #00CAFF;
  text-align: center;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  line-height: 40px;
  border: 1px solid #00CAFF;
  border-radius: 4px;
}

.alert-login .login-box .login-item .login-code .code-btn.dis {
  cursor: no-drop;
  border-color: #ccc;
  color: #ccc;
}

.alert-login .forget-text {
  cursor: pointer;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  margin-bottom: 20px;
}



.login-btn-box {
  padding: 0 70px 30px 70px;
}

.login-btn-box .login-btn {
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  background-color: #00CAFF;
  color: #fff;
  text-align: center;
  line-height: 40px;
}



.alert-close {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -70px;
}



.tq-box {
  margin-left: -280px;
  width: 560px;
  padding: 30px 0;
  text-align: center;
}

.tq-box .tq-text {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.tq-box .tq-text span {
  font-size: 20px;
  font-weight: 700;
  color: #fa7c8d;
}

.tq-box .tq-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
}

.tq-box .tq-item img {
  width: 200px;
  height: 200px;
}

.tq-box .tq-item p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}



.tq-bg {
  height: 500px;
  background-image: url(../img/guide-bg.png);
  background-position: 50%;
  background-size: 105%;
}

.tq-bg .tqa-box {
  padding: 135px 90px 0 90px;
  text-align: center;
}

.tq-bg a {
  display: block;
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
  line-height: 35px;
}

.tq-bg a:hover {
  opacity: 1;
}

.tq-bg a:nth-child(1) {
  margin-bottom: 55px;
}

.tq-bg a:nth-child(2) {
  margin-bottom: 55px;
}

.tq-bg p {
  display: block;
  font-size: 18px;
  color: #dedede;
  cursor: no-drop;
  font-weight: 700;
  line-height: 35px;
}

.tq-bg p:nth-child(1) {
  margin-bottom: 55px;
}

.tq-bg p:nth-child(2) {
  margin-bottom: 55px;
}



.alert-btn {
  display: inline-block;
  width: 130px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 17px;
  background-color: #00CAFF;
  color: #fff;
  text-align: center;
  line-height: 34px;
}



.guide-user {
  width: 18px;
  height: 40px;
  background-image: url(../img/guide-user.png);
}



.guide-pwd {
  width: 18px;
  height: 40px;
  background-image: url(../img/guide-pwd.png);
}



.guide-tel {
  width: 18px;
  height: 40px;
  background-image: url(../img/guide-tel.png);
}



.guide-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url(../img/guide-close.png);
}



.free-alert-box {
  z-index: 9999;
  position: fixed;
  bottom: 50px;
  left: 5px;
  cursor: pointer;
}

.free-alert-box img {
  height: 100px;
  width: 180px;
}



.fix-bar {
  position: fixed;
  bottom: 200px;
  right: 20px;
  width: 65px;
  z-index: 1001;
}

.fix-bar .fix-bar-item {
  position: relative;
  padding: 10px 0;
  display: block;
  height: 70px;
  text-align: center;
  background-color: #00bcee;
}

.fix-bar .fix-bar-item .fix-text {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  color: #fff;
}

.fix-bar .fix-bar-item:not(:last-child) {
  border-bottom: 1px solid #f9f9f9;
}

.fix-bar .fix-bar-item .fix-bar-div {
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  display: none;
  position: absolute;
  width: 180px;
  height: 180px;
  left: -200px;
  padding: 20px;
  bottom: 0;
  background-color: #fff;
}

.fix-bar .fix-bar-item .fix-bar-div img {
  height: auto;
  width: 100%;
}

.fix-bar .fix-bar-item .fix-bar-div .fix-bar-msg {
  text-align: left;
}

.fix-bar .fix-bar-item .fix-bar-div .fix-bar-msg span {
  font-size: 14px;
  color: #333;
}

.fix-bar .fix-bar-item .fix-bar-div .fa {
  font-size: 16px;
  color: #12B7F5;
  margin-right: 5px;
}

.fix-bar .fix-bar-item .fix-bar-div .fbd-num {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.fix-bar .fix-bar-item .fix-bar-div-cl {
  position: absolute;
  right: -5px;
  top: 130px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

.fix-bar .fix-bar-item:hover {
  background-color: #00A8D4;
}

.fix-bar .fix-bar-item:hover .fix-bar-div {
  display: block;
}



.fix-qq {
  width: 22px;
  height: 25px;
  background-image: url(../img/fix-qq.png);
}



.fix-msg {
  width: 25px;
  height: 25px;
  background-image: url(../img/fix-msg.png);
}



.fix-tel {
  width: 25px;
  height: 25px;
  background-image: url(../img/fix-tel.png);
}



.fix-app {
  width: 18px;
  height: 25px;
  background-image: url(../img/fix-app.png);
}



.fix-code {
  width: 28px;
  height: 25px;
  background-image: url(../img/fix-code.png);
}



.cdb-pwd {
  display: none;
  position: absolute;
  text-align: left;
  left: 60px;
  top: 40px;
  background-color: #f2f2f2;
  box-shadow: 0 4px 8px rgba(204, 204, 204, 0.2);
  border-radius: 8px;
  padding: 15px 15px 10px 15px;
  z-index: 99;
}

.cdb-pwd p {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  padding-bottom: 5px;
}

.cdb-pwd p a {
  color: #00A8D4;
}



.details-header-title {
  padding-top: 25px;
}

.details-header-title p {
  color: #FFFFFF;
}

.details-header-title a {
  color: #FFFFFF;
  padding: 0 20px;
}

.details-header-title a:first-child {
  padding-left: 0;
}

.details-header-title a:last-child {
  color: #DDDDDD;
}



.details-header-main {
  position: relative;
  margin-top: 25px;
  padding: 25px;
}

.details-header-main .text-center {
  text-align: center;
  display: inline-block;
  width: 750px;
  height: 425px;
  padding-top: 100px;
  font-size: 20px;
  color: #FF0000;
}



.details-content-left {
  width: 900px;
  padding: 15px;
}

.details-content-left .hot-tip {
  top: -2px;
  right: 20px;
}



.details-content-list {
  margin-top: 20px;
  margin-bottom: 45px;
}

.details-content-list p,
.details-content-list span,
.details-content-list a,
.details-content-list em,
.details-content-list table,
.details-content-list strong {
  font-size: medium;
}

.details-content-list label {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
}

.details-content-list label h1 a {
  color: #333333;
  text-decoration: none;
}

.details-content-list h2 {
  font-size: 16px;
  margin: 20px 0 10px;
  font-weight: 600;
  color: #333;
  line-height: 1.7;
}

.details-content-list p {
  display: block;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  font-family: Georgia, serif;
  width: auto;
  letter-spacing: 0.5px;
}

.details-content-list pre {
  white-space: normal;
}

.details-content-list img {
  margin: 10px 0;
  max-width: 100%;
}

.details-content-list .red {
  text-align: center;
  line-height: 60px;
  margin: 20px 0;
  color: red;
  background-color: #F2F2F2;
}



blockquote {
  background: #eee;
  padding: 10px;
  border-left: 6px solid #999;
  margin-bottom: 20px;
  font-weight: 700;
}



.details-content-right {
  text-align: center;
  width: 320px;
}



.details-content-box {
  background-color: #FFFFFF;
  padding: 25px;
  margin-bottom: 20px;
}

.details-content-box label {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}



.details-content-code img {
  width: 250px;
  height: 250px;
}



.details-content-listSmall label {
  text-align: left;
}

.details-content-listSmall ul {
  text-align: left;
}

.details-content-listSmall li {
  padding: 10px 0;
}

.details-content-listSmall a {
  display: inline-block;
  height: 20px;
  overflow: hidden;
  color: #666666;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;

}



.details-content-extension label {
  text-align: left;
}

.details-content-extension .fa {
  font-size: 35px;
  color: #666666;
  vertical-align: middle;
  width: 50px;
  text-align: center;
}

.details-content-extension p {
  text-align: left;
  font-size: 16px;
  line-height: 50px;
}

.details-content-extension .btn {
  width: 60px;
  height: 25px;
  line-height: 25px;
  margin-left: 30px;
}

.details-content-extension .blue .fa {
  color: #00A8D4;
}

.details-content-extension .blue .btn {
  width: 170px;
  margin-left: 10px;
}



.details-header img {
  width: 100%;
  height: 110px;
}



.details-header-main {
  padding: 0 25px 10px 25px;
}



.details-content-list {
  padding: 0;
}



.special-list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 48px;
  border-bottom: 2px solid #00a8d4;
  margin: 0 15px;
}



.special-box {
  font-size: 0;
  width: 103%;
  padding: 20px 12px 0 14px;
}

.special-box .sb-item {
  display: inline-block;
  width: 249px;
  position: relative;
  margin: 0 21px 10px 0;
}

.special-box .sb-item img {
  width: 100%;
}

.special-box .sb-item .sb-content {
  font-size: 14px;
  bottom: 14px;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 35px;
  white-space: nowrap;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
}



.details-header-main {
  *zoom: 1;
}

.details-header-main:after {
  clear: both;
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.details-header-main .line-p {
  line-height: 45px;
}

.details-header-main .width-p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 600px;
}

.details-header-main span,
.details-header-main a {
  color: #999999;
}

.details-header-main .btn {
  display: inline-block;
  width: 70px;
  height: 25px;
  line-height: 21px;
  border-radius: 15px;
}



.details-header-content-right {
  float: right;
}

.details-header-content-right span {
  line-height: 16px;
}



.details-header-main-left {
  float: left;
  width: 880px;
  padding-right: 20px;
  border-right: 1px solid #DDDDDD;
}

.details-header-main-left label {
  display: block;
  font-size: 18px;
  font-weight: 400;
}



.details-header-content span,
.details-header-content a {
  padding-right: 10px;
}

.details-header-content span:not(:first-child),
.details-header-content a:not(:first-child) {
  padding: 0 10px;
}

.details-header-content .fa {
  margin-right: 10px;
}



.details-header-main-right {
  float: right;
  padding: 10px 0;
}

.details-header-main-right img {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 35px;
  border-radius: 50px;
}

.details-header-main-right .details-header-main-right-text {
  float: left;
}

.details-header-main-right .details-header-main-right-text p {
  text-align: center;
}

.details-header-main-right .details-header-main-right-text .btn {
  margin-top: 35px;
  display: block;
}



.details-content-about {
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
}

.details-content-about label {
  display: block;
  text-align: left;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
  border: none;
}



.details-content-about-item {
  display: inline-block;
  width: 275px;
}

.details-content-about-item:not(:first-child) {
  margin-left: 17px;
}

.details-content-about-item img {
  width: inherit;
  height: 160px;
}

.details-content-about-item p {
  width: inherit;
  font-size: 14px;
  padding: 10px 0 0 0;
  line-height: 25px;
  white-space: normal;
}



.bdsharebuttonbox {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -5px;
}

.bdsharebuttonbox a {
  padding: 0px;
}

.bdsharebuttonbox .ft-16 {
  line-height: 28px;
  padding: 0;
}



.details-content-list a {
  color: #F00;
  text-decoration: underline;
}

.link-down {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
}

.down-list {
  padding-top: 20px;
}

.details-r .list-item {
  height: 80px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 30px;
}

.details-r .list-item .item-l {
  height: 80px;
  width: 80px;
  box-shadow: -1px 1px 5px 1.5px rgba(0, 168, 212, 0.15);
  margin-right: 20px;
}

.details-r .list-item .item-l img{
  width: 100%;
  height: 100%;
}
.details-r .list-item .item-r {
  height: 100%;
  flex: 1;
}

.details-r .list-item .item-r a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.details-r{
  text-align: left;

}
.details-r .list-item .item-r p:nth-child(1) {
  font-size: 15px;
}

.details-r .list-item .item-r .file-siez {
  margin-right: 30px;
}
.content-tit {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
  padding-top: 5px;
  text-align: left;
}
/*# sourceMappingURL=bim_technology_details.css.map */