@import "uk.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: inherit;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul,
li {
  list-style-type: none;
  list-style-image: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:active {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0 none;
  color: #017fea;
}
body {
  font-size: 14px;
  color: #363636;
  min-width: 1200px;
  font-family: "微软雅黑", "Microsoft YaHei", "宋体", Verdana, Arial, Helvetica, sans-serif;
}
html,
body {
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: auto;
  resize: none;
  /*只有Chorme支持*/
}
img {
  border: 0 none;
  vertical-align: top;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: middle;
  *vertical-align: middle;
  background-color: transparent;
}
/*清楚IE中默认叉号*/
input::-ms-clear {
  display: none;
}
/*清楚ietype为passoword中默认的眼睛图标*/
input::-ms-reveal {
  display: none;
}
/*清楚Chrome中type为seach中默认的叉号*/
input::-webkit-search-cancel-button {
  display: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
====================================
   工具类
====================================
*/
/*浮动*/
.on-right {
  float: right !important;
}
.on-left {
  float: left !important;
}
.on_left {
  float: left !important;
}
.on_right {
  float: right !important;
}
.on-none {
  float: none !important;
}
/*清除浮动*/
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/*显示*/
.none {
  display: none !important;
}
.show {
  display: block;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
/*文本溢出隐藏*/
.underline {
  text-decoration: underline;
}
.elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}
.preline {
  white-space: pre-line;
}
.fs-14 {
  font-size: 14px;
}
.fs-14-33 {
  font-size: 14px;
  color: #333;
}
.fs-16-33 {
  font-size: 16px;
  color: #333;
}
.fs-14-777 {
  font-size: 14px;
  color: #333;
}
.fs-14-999 {
  font-size: 14px;
  color: #999;
}
.linkcolor {
  color: #017fea;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.bg-fff {
  background-color: #fff;
}
.bg-f7 {
  background-color: #f7f7f7 !important;
}
.bg-f8 {
  background-color: #f8f8f8 !important;
}
.bg-5e {
  background-color: #5e5e5e !important;
}
/*百分比宽度*/
.pct10 {
  width: 10%;
}
.pct15 {
  width: 15%;
}
.pct20 {
  width: 20%;
}
.pct25 {
  width: 25%;
}
.pct30 {
  width: 30%;
}
.pct33 {
  width: 33.3%;
}
.pct40 {
  width: 40%;
}
.pct50 {
  width: 50%;
}
.pct60 {
  width: 60%;
}
.pct66 {
  width: 66.6%;
}
.pct70 {
  width: 70%;
}
.pct75 {
  width: 75%;
}
.pct80 {
  width: 80%;
}
.pct90 {
  width: 90%;
}
.pct100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.w130 {
  width: 130px;
}
.w100 {
  width: 100px !important;
}
.margin {
  margin: 60px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-none {
  margin: 0px !important;
}
.padding {
  padding: 60px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-25 {
  padding: 25px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-h20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-none {
  padding: 0px !important;
}
.margin-right {
  margin-right: 60px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-top {
  margin-top: 60px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-left {
  margin-left: 60px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-left-70 {
  margin-left: 70px;
}
.margin-bottom {
  margin-bottom: 60px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-16 {
  margin-bottom: 16px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.padding-none {
  padding: 0px !important;
}
.padding-left {
  padding-left: 60px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-right {
  padding-right: 60px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-top {
  padding-top: 60px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-bottom {
  padding-bottom: 60px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.border-none {
  border: none !important;
}
.c111 {
  color: #111;
}
.c222 {
  color: #222;
}
.c333 {
  color: #333;
}
.c444 {
  color: #444;
}
.c555 {
  color: #555;
}
.c666 {
  color: #666;
}
.c777 {
  color: #777;
}
.c888 {
  color: #888;
}
.c999 {
  color: #999;
}
.caaa {
  color: #aaa;
}
.cbbb {
  color: #bbb;
}
.cccc {
  color: #ccc;
}
.cddd {
  color: #ddd;
}
.ceee {
  color: #eee;
}
.cfff {
  color: #fff !important;
}
.f12 {
  font-size: 12px;
}
[data-ui="modal"] {
  position: absolute;
  left: 50%;
  background-color: #fff;
  top: 40px;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
}
[data-ui="modal"].active {
  opacity: 1;
  visibility: visible;
}
[data-ui="modal"] .modal_header {
  background-color: #eee;
  height: 34px;
  line-height: 34px;
}
[data-ui="modal"] .modal_header .icon {
  margin: 6px;
}
[data-ui="modal"] .modal_header h4 {
  margin: 0;
}
[data-ui="modal"] .modal_body {
  padding: 10px;
}
[data-ui="modal"] .modal_footer {
  padding: 5px;
}
[data-ui="modal"] .modal_footer.center {
  text-align: center;
}
[data-ui="modal"] .modal_footer.right {
  text-align: right;
}
[data-ui="modal"] .modal_footer.left {
  text-align: left;
}
[data-ui="modal"].column_5 {
  width: 368px;
  margin-left: -184px;
}
[data-ui="modal"].column_6 {
  width: 448px;
  margin-left: -224px;
}
[data-ui="modal"].column_7 {
  width: 528px;
  margin-left: -264px;
}
[data-ui="modal"].column_8 {
  width: 608px;
  margin-left: -304px;
}
[data-ui="modal"].column_9 {
  width: 688px;
  margin-left: -344px;
}
[data-ui="modal"].column_10 {
  width: 768px;
  margin-left: -384px;
}
[data-ui="modal"].column_11 {
  width: 848px;
  margin-left: -414px;
}
[data-ui="modal"].column_12 {
  width: 928px;
  margin-left: 464px;
}
[data-ui="modal"] .button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: none;
  height: 30px;
  line-height: 30px;
  min-width: 60px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  background-color: #ccc;
  color: #fff;
  border-radius: 0;
}
[data-ui="modal"] .button:hover {
  text-decoration: none;
}
[data-ui="modal"] .button.small {
  line-height: 25px;
  height: 25px;
  min-width: 50px;
}
[data-ui="modal"] .button.success {
  background-color: #4faeff;
  color: #fff;
  border-radius: 2px;
}
[data-ui="modal"] .button.success:hover {
  background-color: #279cff;
}
[data-ui="modal"] .button.reset {
  background-color: #f2efef;
  color: #333333;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
}
[data-ui="modal"] .button.reset:hover {
  background-color: #eee;
}
[data-ui="modal"].modal-confirm {
  position: fixed;
}
[data-ui="modal"] [data-modal="close"].icon.remove {
  background: url(../images/iconOld.png) no-repeat 0 -94px;
  width: 18px;
  height: 18px;
}
[data-ui="modal"] .modal_header {
  background-color: #fff;
  text-indent: 10px;
  border-radius: 4px;
}
[data-ui="modal"].modal-confirm .modal_body {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
[data-ui="modal"] .modal_footer {
  overflow: hidden;
  padding: 20px;
}
[data-ui="modal"] .modal_footer .button,
[data-ui="modal"] .modal_footer .button {
  width: 60px;
  height: 30px;
  font-size: 14px;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #b2b2b2;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: opacity 0.3s;
  animation: opacity 0.3s;
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[data-ui="modal"].modal-alert,
[data-ui="modal"].modal-confirm {
  z-index: 1991;
}
.table {
  border: 1px solid #ddd;
  width: 100%;
}
.table th,
.table td {
  padding: 11px 0;
  text-align: center;
  border: 1px solid #ddd;
}
.table th {
  color: #333333;
  background-color: #f5f5f5;
  padding: 12px 0;
}
.table td {
  background-color: #fff;
}
.img-border {
  border: 3px solid #fff;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: #fff;
}
.border {
  border: 1px solid #dddddd;
}
.border-b {
  border-bottom: 1px solid #eeeeee;
}
.border-b-d {
  border-bottom: 1px dashed #dddddd;
}
.icon-16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/iconOld.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon-16.white-email {
  width: 34px;
  height: 28px;
  background-image: url(../images/icon.png);
  background-position: -298px -2px;
}
.icon-16.gray-arrow {
  width: 15px;
  height: 15px;
  background-position: -36px -138px;
  cursor: pointer;
}
.wrap-1200 {
  width: 1200px !important;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
/*公共头部*/
.head-box {
  height: 100px;
}
.header-box-wrap {
  width: 100%;
  height: 100px;
}
.header-wrap {
  background-color: #fff;
  width: 100%;
  height: 100px;
  /* box-shadow: 0 3px 5px rgba(0,0,0,0.1);  */
  /* position: fixed;
  top: 0px;
  z-index: 10;
  left: 0; */
}
.header-content {
  height: 100px;
  line-height: 100px;
}
.header-content .menu {
  float: left;
  margin-left: 40px;
}
.header-content .menu li {
  float: left;
  margin: 0 12px;
}
.header-content .menu li a {
  width: 90px;
  font-size: 16px;
  text-align: center;
  color: #333;
  display: inline-block;
  line-height: 32px;
  border-radius: 16px;
  position: relative;
}
.header-content .menu li.hover a {
  color: #fff;
  background-color: #00a9e7;
}
.header-content .menu li.hover a::after {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #00a9e7;
  position: absolute;
  bottom: -16px;
  left: 42px;
  border-radius: 50%;
}
.header-content .experience-btn-wrap {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
.header-content .experience-btn {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #0090d5;
  color: #0090d5;
  text-align: center;
}
.logo-wrap {
  display: block;
  line-height: 100px;
  float: left;
  cursor: pointer;
}
.logo-wrap img {
  margin-top: 16px;
}
.logo-wrap .logo-title {
  width: 130px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/iconOld.png') no-repeat;
  background-position: -6px -7px;
}
/*公共尾部*/
.footer-common {
  background: #2b2b2b url('../images/footer-bg.png') repeat;
  min-width: 1200px;
  height: 238px;
}
.footer-common .footer-left {
  padding-top: 48px;
}
.footer-common .footer-left .logo {
  width: 265px;
  height: 65px;
  background: url('../images/icon.png') no-repeat;
  background-position: -2px -4px;
  margin-bottom: 40px;
}
.footer-common .footer-menu {
  font-size: 0;
  text-align: center;
}
.footer-common .footer-menu a {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  color: #999;
  border-right: 1px solid #999;
}
.footer-common .footer-menu a:first-child {
  padding-left: 0;
}
.footer-common .footer-menu a:last-child {
  border-right: none;
}
.footer-common .code-menu {
  padding-top: 54px;
}
.footer-common .code-menu .iterm {
  float: left;
  margin-left: 30px;
  text-align: center;
}
.footer-common .code-menu .iterm img {
  display: inline-block;
}
.footer-common .code-menu .iterm p {
  margin-top: 25px;
  font-size: 12px;
  color: #999;
}
.footer-common .copyRight {
  margin-top: 15px;
  font-size: 12px;
  color: #666;
}
/*右侧悬浮导航*/
.right-menu {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: none;
  z-index: 11;
}
.right-menu .block {
  width: 50px;
  height: 50px;
  background: #008ddc url('../images/iconOld.png') no-repeat;
  border-radius: 8px;
  margin-bottom: 2px;
  cursor: pointer;
}
.right-menu .block:last-child {
  background: #dcdcdc url('../images/iconOld.png') no-repeat;
}
.right-menu .block.block1 {
  background-position: 6px -70px;
  position: relative;
}
.right-menu .block.block1 .tel {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-indent: 10px;
  color: #fff;
  font-size: 20px;
  border-radius: 8px 0 0 8px;
  background-color: #008ddc;
  position: absolute;
  left: -152px;
  top: 0px;
  display: none;
}
.right-menu .block.block1:hover .tel {
  display: block;
}
.right-menu .block.block2 {
  background-position: 5px -26px;
}
.right-menu .block.block2 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.right-menu .block.block3 {
  background-position: 12px -123px;
}
/*意见反馈*/
.opinion-wrap {
  border-top: 1px solid #ddd;
  background-color: #f7f7f7;
  width: 100%;
  padding-bottom: 50px;
}
.opinion-wrap .opinion-main {
  width: 820px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}
.opinion-wrap .opinion-main .opinion-title {
  text-align: center;
}
.opinion-wrap .opinion-main .opinion-title p.title-01 {
  color: #008cdb;
  font-size: 20px;
}
.opinion-wrap .opinion-main .opinion-title p.title-02 {
  font-size: 14px;
  color: #777;
  margin-top: 13px;
}
.opinion-wrap .opinion-main .opinion-box {
  width: 820px;
  height: 300px;
  border: 1px solid #ddd;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 30px;
  box-sizing: border-box;
}
.opinion-wrap .opinion-main .opinion-box .title-block {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f7f7f7;
  text-indent: 10px;
  border-bottom: 1px solid #ddd;
}
.opinion-wrap .opinion-main .opinion-box .opinion-content {
  display: block;
  width: 820px;
  height: 260px;
  font-size: 14px;
  color: #999;
  text-indent: 10px;
  padding-top: 10px;
}
.opinion-wrap .opinion-main .title-03 {
  color: #777;
  text-indent: 10px;
  margin: 20px 0px;
}
.opinion-wrap .opinion-main .opinion-input-wrap {
  margin-right: -20px;
  margin-bottom: 30px;
}
.opinion-wrap .opinion-main .opinion-input-wrap .opinion-input {
  width: 260px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-right: 17px;
  background-color: #fff;
  color: #999;
  padding-left: 10px;
}
.opinion-wrap .opinion-main .sub-btn {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  background-color: #008ddc;
  cursor: pointer;
  margin: auto;
}
.opinion-wrap .opinion-main .sub-btn:hover {
  color: #fff;
}
.wonderful-playback .course-wrap .course-content .course-money .money span {
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}
/*表单元素*/
label.theme-checkbox-radio:hover {
  cursor: pointer;
}
.theme-checkbox-radio > input {
  display: none;
}
.theme-checkbox-radio > input + span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #bbb;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  cursor: pointer;
}
.theme-checkbox-radio > input:checked + span {
  background: #a3ceff url(../images/iconOld.png) no-repeat -195px -213px;
  border-color: #a3ceff;
  cursor: pointer;
}
.theme-checkbox-radio > input[type="checkbox"] + span {
  border-radius: 0;
}
.theme-checkbox-radio + a {
  color: #017fea;
}
.theme-checkbox-radio + a:hover {
  color: #0082c6;
}
/*开通指数学院资料*/
.indexColleage-headtop {
  line-height: 40px;
  font-size: 14px;
  color: #333;
  height: 40px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.indexColleage-headtop .i-weixin {
  cursor: pointer;
  transition: background 0.2s linear;
}
.indexColleage-headtop .i-weixin:hover {
  background-position: -142px -460px;
}
.indexColleage-headtop .qrcode-em {
  display: none;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 48px;
  left: 145px;
  z-index: 9999;
  padding: 10px 20px;
  border: 1px solid #ddd;
}
.indexColleage-headtop .qrcode-em img {
  width: 126px;
  height: 126px;
}
.indexColleage-headtop .qrcode-em .sanjiaoxin-out {
  position: absolute;
  top: 4px;
  left: 7px;
  right: auto;
}
.indexColleage-headtop .qrcode-em .sanjiaoxin {
  position: absolute;
  border-left: 12px solid transparent;
  border-top: 16px solid transparent;
  border-bottom: 13px solid #fff;
  border-right: 12px solid transparent;
  z-index: 37;
  top: -33px;
  right: -92px;
}
.indexColleage-headtop .qrcode-em .sanjiaoxin-border {
  position: absolute;
  border-left: 13px solid transparent;
  border-top: 11px solid transparent;
  border-bottom: 15px solid #ddd;
  border-right: 13px solid transparent;
  top: -30px;
  right: -93px;
}
.indexColleage-headtop .qrcode-em span {
  display: block;
  line-height: 23px;
  margin-top: 5px;
  color: #333;
}
.indexColleage-headtop p:hover .qrcode-em {
  display: block;
}
.channel {
  width: 580px;
  vertical-align: top;
}
.indexColleage .form-wrap {
  position: relative;
  top: -86px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(191, 191, 191, 0.7);
}
.indexColleage-form {
  width: 800px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
  top: -20px;
}
.indexColleage-form textarea {
  width: 460px;
  height: 100px;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px 0 0 10px;
  box-sizing: border-box;
}
.indexColleage-form em {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
.indexColleage-form input:not([type='submit']) {
  height: 36px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding-left: 10px;
  width: 250px;
}
.indexColleage-form .submit {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #00a9e7;
  font-size: 18px;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}
.indexColleage-form .sms {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #4faeff;
  background-color: #f0f7ff;
  width: 120px;
  text-align: center;
  border: 1px solid #cfe5ff;
}
.indexColleage-form > div {
  margin-bottom: 20px;
  font-size: 0;
}
.indexColleage-form > div span {
  font-size: 14px;
}
.indexColleage-form > div input {
  font-size: 14px;
}
.indexColleage-form > div p {
  font-size: 14px;
}
.indexColleage-form > div em {
  font-size: 14px;
}
.indexColleage-form > div div {
  font-size: 14px;
}
.indexColleage-form > div form {
  font-size: 14px;
}
.indexColleage-form > div textarea {
  font-size: 14px;
}
.indexColleage-form > div p {
  text-indent: 170px;
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}
.indexColleage-form div:nth-child(8) input {
  vertical-align: middle;
}
.indexColleage-form div:nth-child(9) input {
  vertical-align: middle;
}
.indexColleage-form .left {
  display: inline-block;
  width: 145px;
  text-align: right;
  margin-right: 20px;
  vertical-align: middle;
}
.indexColleage-form .left em {
  color: #ff0000;
}
.right-suspension {
  position: relative;
  z-index: 99;
  display: none;
}
.right-suspension .suspension-wrap {
  width: 94px;
  height: 94px;
  background: #07a6eb url(../images/icon.png) no-repeat;
  margin-bottom: 2px;
  cursor: pointer;
  background-position: -514px 25px;
  position: fixed;
  right: 20px;
  top: 100px;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(93, 106, 111, 0.2);
}
.right-suspension .suspension-wrap .suspension-wrap-box-all {
  position: fixed;
  right: 0px;
  top: 100px;
  display: none;
}
.right-suspension .suspension-wrap:hover .suspension-wrap-box-all {
  display: block;
}
.right-suspension .suspension-wrap-box {
  width: 362px;
  height: 512px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  box-shadow: 0 0 12px 0 rgba(93, 106, 111, 0.2);
}
.right-suspension .suspension-wrap-box .suspension-wrap-right {
  width: 362px;
  margin: 0 auto;
  overflow: hidden;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right h3 {
  font-size: 24px;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 100px;
  background: url('../images/fillTopBg.png') no-repeat;
  margin-bottom: 12px;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right .mainFillBox {
  width: 296px;
  margin: 0 auto;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right label input {
  width: 296px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #333;
  background: #fff;
  text-indent: 10px;
  margin-bottom: 10px;
  border: 1px solid #bbcfea;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right label textarea {
  width: 296px;
  font-size: 12px;
  color: #333;
  background: #fff;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #bbcfea;
  box-sizing: border-box;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right .popup {
  width: 296px;
  height: 43px;
  line-height: 43px;
  background: #fff;
  text-indent: 10px;
  border: 1px solid #bbcfea;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right .popup span {
  font-size: 12px;
  color: #333;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right .popup .caret-arrow {
  position: absolute;
  top: 311px;
  right: 50px;
  cursor: pointer;
  z-index: 10;
  background-position: -584px -424px;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon.png);
}
.right-suspension .suspension-wrap-box .suspension-wrap-right .popup .dropmenu {
  width: 298px;
  position: absolute;
  background-color: #fff;
  box-sizing: border-box;
  top: 337px;
  left: 33px;
  border: 1px solid #bbcfea;
  border-top: none;
  display: none;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right .popup .dropmenu li {
  text-align: left;
  font-size: 12px;
  color: #999;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right .popup .dropmenu li:hover {
  color: #007eff;
}
.right-suspension .suspension-wrap-box .suspension-wrap-right .suspension-btn {
  width: 298px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  background: #00a9e7;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}
.attentionTips {
  text-indent: 110px;
  color: red;
  margin-bottom: 40px !important;
}
.sanjiaoxin-out {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: -1;
}
.sanjiaoxin {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f5f5f5;
  position: absolute;
  right: 10px;
  z-index: 3;
  top: 2px;
}
.sanjiaoxin-border {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #d9d9d9;
  position: absolute;
  right: 0;
}
/*右侧悬浮导航*/
.fixed-right-group {
  position: fixed;
  right: 20px;
  width: 50px;
  bottom: 30px;
  z-index: 88;
  box-sizing: border-box;
}
.fixed-right-group li {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(93, 106, 111, 0.2);
  text-align: center;
  position: relative;
}
.fixed-right-group li .logo {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/icon.png) no-repeat;
  margin-top: 10px;
}
.fixed-right-group li.g1:hover .logo {
  background-position: -12px -88px;
}
.fixed-right-group li.g1 .logo {
  background-position: -12px -136px;
}
.fixed-right-group li.g1 > div {
  display: none;
  width: 230px;
  height: 134px;
  background-color: #fff;
  box-shadow: 0 0 22px 0 rgba(93, 106, 111, 0.2);
  position: absolute;
  right: 72px;
  top: -45px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}
.fixed-right-group li.g1 > div img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 75px;
  height: 75px;
}
.fixed-right-group li.g1 > div .sanjiaoxin-out {
  right: -20px;
  top: 35px;
  z-index: auto;
}
.fixed-right-group li.g1 > div .sanjiaoxin {
  border-left: 30px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: none;
  z-index: 0;
}
.fixed-right-group li.g1 > div .sanjiaoxin-border {
  border-left: 40px solid #fff;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: none;
  right: 8px;
  top: -8px;
  z-index: -3;
}
.fixed-right-group li.g1 > div p {
  color: #333;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.fixed-right-group li.g1:hover > div {
  display: block;
}
.fixed-right-group li.g2:hover .logo {
  background-position: -74px -88px;
}
.fixed-right-group li.g2 .logo {
  background-position: -74px -136px;
}
.fixed-right-group li.g2 > div {
  display: none;
  width: 209px;
  background-color: #fff;
  box-shadow: 0 0 22px 0 rgba(93, 106, 111, 0.2);
  position: absolute;
  right: 72px;
  top: -8px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px;
}
.fixed-right-group li.g2 > div img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 126px;
  height: 126px;
}
.fixed-right-group li.g2 > div .sanjiaoxin-out {
  right: -20px;
  top: 20px;
  z-index: auto;
}
.fixed-right-group li.g2 > div .sanjiaoxin {
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: none;
  z-index: 0;
  top: -8px;
}
.fixed-right-group li.g2 > div .sanjiaoxin-border {
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: none;
  right: 10px;
  top: -7px;
  z-index: -3;
}
.fixed-right-group li.g2 > div p {
  color: #333;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
}
.fixed-right-group li.g2:hover > div {
  display: block;
}
.fixed-right-group li.g3:hover .logo {
  background-position: -130px -94px;
}
.fixed-right-group li.g3 .logo {
  background-position: -130px -142px;
  margin-top: 15px;
}
.fixed-right-code {
  background-color: #fff;
  padding: 4px;
}
.fullSlide {
  width: 100%;
  position: relative;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}
.fullSlide .bd li:last-child {
  cursor: pointer;
}
.fullSlide .bd li:last-child a {
  cursor: pointer;
}
.fullSlide .bd li a {
  display: block;
  cursor: pointer;
  width: 100%;
}
.fullSlide .bd li a img {
  width: 100%;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}
.fullSlide .hd ul {
  text-align: center;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 1px 11px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 0;
}
.fullSlide .hd ul .on {
  background-color: #fff;
  border: 2px solid #fff;
}
.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -30px;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/icon.png) 0px -233px no-repeat;
  cursor: pointer;
}
.fullSlide .next {
  left: auto;
  right: 5%;
  background-position: 13px -164px;
}
.aboutTitle .titleBg {
  width: 128px;
  height: 45px;
  margin: 0 auto;
  background: url('../images/icon.png') no-repeat;
  margin-bottom: 15px;
}
.aboutTitle .titleBg.profile {
  background-position: -1px -212px;
}
.aboutTitle .titleBg.team {
  background-position: -1px -279px;
}
.aboutTitle .titleBg.culture {
  background-position: -1px -345px;
}
.aboutTitle .titleBg.contact {
  background-position: -1px -412px;
}
.aboutTitle .titleBg.hbz {
  height: 48px;
  background-position: -149px -208px;
}
.aboutTitle .titleBg.hzlc {
  height: 48px;
  background-position: -151px -1128px;
}
.aboutTitle .titleBg.assistant {
  height: 48px;
  background-position: -149px -275px;
}
.aboutTitle .titleBg.kttx {
  height: 48px;
  background-position: -149px -341px;
}
.aboutTitle .titleBg.mechanismProfile {
  height: 48px;
  background-position: -149px -408px;
}
.aboutTitle .titleBg.service {
  height: 48px;
  background-position: -149px -472px;
}
.aboutTitle .titleBg.plantform {
  height: 48px;
  background-position: -149px -527px;
}
.aboutTitle .titleBg.spot {
  height: 45px;
  background-position: -149px -588px;
}
.aboutTitle .titleBg.backstage {
  height: 45px;
  background-position: -149px -648px;
}
.aboutTitle .titleBg.give {
  height: 45px;
  background-position: -149px -717px;
}
.aboutTitle .titleBg.cooperate {
  height: 45px;
  background-position: -149px -780px;
}
.aboutTitle .titleBg.value {
  height: 45px;
  background-position: -149px -847px;
}
.aboutTitle .titleBg.teacherValue {
  height: 48px;
  background-position: -149px -900px;
}
.aboutTitle .titleBg.ecosphere {
  width: 124px;
  height: 48px;
  background-position: -151px -957px;
}
.aboutTitle .titleBg.illustrate {
  height: 49px;
  background-position: -151px -1045px;
}
.aboutTitle .title {
  font-size: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 23px;
  display: block;
}
.aboutTitle .p3 {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.applyFillTopBg {
  width: 100%;
}
.icon-16.i-weixin {
  width: 23px;
  height: 23px;
  background-position: -142px -430px;
}
.red {
  color: #ff0000 !important;
}
.applyTypeWrap .typeBox {
  margin-bottom: 15px;
}
/*申请合作伙伴*/
.modeCooperation {
  position: relative;
}
.modeCooperation .boxLong {
  height: 36px;
  line-height: 36px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding-left: 10px;
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.modeCooperation .caret-arrow {
  cursor: pointer;
  z-index: 10;
  background-position: -584px -424px;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon.png);
  position: relative;
  top: 5px;
  left: -20px;
}
.modeCooperation .dropmenu {
  position: absolute;
  right: 381px;
  top: 35px;
  width: 250px;
  background-color: #fff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  display: none;
}
.modeCooperation .dropmenu li {
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 10px;
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.modeCooperation .dropmenu li:hover {
  color: #00a9e7;
}
.addcontent1 {
  margin-top: 20px;
}
.addcontent1 div {
  float: left;
  margin-right: 20px;
}
.addcontent1 div h5 {
  font-size: 17px;
  line-height: 27px;
}
.addcontent1 div p {
  background: #ffffff;
  border: 4px solid #62aee4;
  font-size: 16px;
  display: inline-block;
  width: 66px;
  height: 66px;
  color: #333333;
  text-align: center;
  border-radius: 66px;
}
.addcontent1 div p span {
  display: inline-block;
  margin-top: 12px;
  line-height: 19px;
}
.addcontent1 div:first-child {
  margin-top: 9px;
  margin-right: 36px;
}
.addcontent2 div {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.addcontent2 div h5 {
  font-size: 17px;
  line-height: 27px;
}
.addcontent2 div p {
  background: #ff850d;
  border: 4px solid #62aee4;
  font-size: 16px;
  display: inline-block;
  width: 66px;
  height: 66px;
  color: #ffffff;
  text-align: center;
  border-radius: 66px;
}
.addcontent2 div p span {
  display: inline-block;
  margin-top: 12px;
  line-height: 19px;
}
.addcontent2 div:first-child {
  margin-top: 9px;
  margin-right: 36px;
}
.addcontent3 div {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.addcontent3 div h5 {
  font-size: 17px;
  line-height: 27px;
}
.addcontent3 div p {
  background: #ffffff;
  border: 4px solid #62aee4;
  font-size: 16px;
  display: inline-block;
  width: 66px;
  height: 66px;
  color: #333333;
  text-align: center;
  border-radius: 66px;
}
.addcontent3 div p span {
  display: inline-block;
  margin-top: 12px;
  line-height: 19px;
}
.addcontent3 div:first-child,
.addcontent3 .lastdiv {
  margin-top: 43px;
  margin-right: 36px;
}
.addcontent3 div:first-child {
  margin-right: 90px;
}
/*申请填写资料部分样式*/
.applyStudyTopBg {
  width: 100%;
  height: 500px;
  background: url('../images/indexColleage-2.png') no-repeat;
  background-size: 100%;
  color: #fff;
  text-align: left;
}
.applyStudyTopBg.cooperate {
  background: url('../images/cooperation-bg-top.png') no-repeat;
  background-position: 50% 50%;
}
.applyStudyTopBg.teacherApplly {
  background: url('../images/applyTeacher.png') no-repeat;
  background-position: 50% 50%;
}
.applyStudyTopBg .p1 {
  padding-top: 60px;
  font-size: 36px;
}
.applyStudyTopBg .p2 {
  padding-top: 15px;
  font-size: 14px;
  line-height: 26px;
}
.applyStudyTopBg .p3 {
  font-size: 38px;
  padding-top: 115px;
}
/*用户协议*/
.agreement_box {
  width: 100%;
  background-color: #f5f5f5;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.agreement {
  width: 100%;
  background-color: #fff;
}
.agreement .agreement_content {
  font-size: 26px;
  line-height: 28px;
  color: #333333;
  padding: 20px 40px;
}
.agreement .agreement_content p {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.agreement .agreement_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 20px 0px;
}
.agreement h2 {
  font-size: 22px;
  text-align: center;
  margin: 20px 0px;
}
.bold {
  font-weight: 700;
}
/*意见反馈*/
.opinion-wrap {
  border-top: 1px solid #ddd;
  background-color: #f7f7f7;
  width: 100%;
  padding-bottom: 50px;
}
.opinion-wrap .opinion-main {
  width: 820px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}
.opinion-wrap .opinion-main .opinion-title {
  text-align: center;
}
.opinion-wrap .opinion-main .opinion-title p.title-01 {
  color: #008cdb;
  font-size: 20px;
}
.opinion-wrap .opinion-main .opinion-title p.title-02 {
  font-size: 14px;
  color: #777;
  margin-top: 13px;
}
.opinion-wrap .opinion-main .opinion-box {
  width: 820px;
  height: 300px;
  border: 1px solid #ddd;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 30px;
  box-sizing: border-box;
}
.opinion-wrap .opinion-main .opinion-box .title-block {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f7f7f7;
  text-indent: 10px;
  border-bottom: 1px solid #ddd;
}
.opinion-wrap .opinion-main .opinion-box .opinion-content {
  display: block;
  width: 820px;
  height: 260px;
  font-size: 14px;
  color: #999;
  text-indent: 10px;
  padding-top: 10px;
}
.opinion-wrap .opinion-main .title-03 {
  color: #777;
  text-indent: 10px;
  margin: 20px 0px;
}
.opinion-wrap .opinion-main .opinion-input-wrap {
  margin-right: -20px;
  margin-bottom: 30px;
}
.opinion-wrap .opinion-main .opinion-input-wrap .opinion-input {
  width: 260px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-right: 17px;
  background-color: #fff;
  color: #999;
  padding-left: 10px;
}
.opinion-wrap .opinion-main .sub-btn {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  background-color: #008ddc;
  cursor: pointer;
  margin: auto;
}
.opinion-wrap .opinion-main .sub-btn:hover {
  color: #fff;
}
.index_minlogo {
  width: 132px;
  height: 62px;
  float: left;
  margin-left: 52px;
  margin-top: 19px;
}
.left173 li {
  margin-left: 173px;
}
.left173 li:first-child {
  margin-left: 0;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.postimg {
  width: 128px;
  height: 36px;
  margin-right: 20px!important;
  cursor: pointer;
  background: #00a9e7;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  position: relative;
}
.postimg input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%!important;
  height: 100%!important;
  opacity: 0;
}
