@charset "UTF-8";
/*index-common*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

.tin {
  text-indent: 27px;
}

a {
  cursor: default
}

input:disabled {
  background-color: #f5f5f5;
}

.dashed {
  border: dashed 1px #dcdcdc;
}

.tc {
  text-align: center;
}

.ml10 {
  margin-left: 10px;
}

.ml45 {
  margin-left: 45px;
}

.mb20 {
  margin-bottom: 20px;
}

.wrap {
  margin: 0px auto;
  width: 1104px;
  min-width: 1200px;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.jus {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bdrs {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

.p20 {
  padding: 20px 20px;
}

.w560 {
  width: 560px;
}

.mt10 {
  margin-top: 10px;
}

/*index-common-end*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #f8f8f8;
}

span {
  display: inline-block;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 400;
}

ul, ol, button {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img, input, button {
  border: none;
  vertical-align: middle;
}

input, textarea, select {
  outline: none;
}

a {
  color: #000;
  text-decoration: none;
}

i, b, em {
  font-style: normal;
}

strong {
  color: #ff4e4e;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

main, .show {
  display: block;
}

.hide, [v-cloak] {
  display: none;
}

a {
  display: inline-block;
}

/* header end */

/*.main-title {*/

/*margin: 16px auto 6px;*/

/*height: 64px;*/

/*line-height: 64px;*/

/*text-indent: 2em;*/

/*font-weight: normal;*/

/*color: #333;*/

/*background: url('../images/h2_icon.png') no-repeat left;*/

/*}*/

.mask {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
}

/* 2017-08-31 */

.posi {
  position: relative;
}

.w1200-all {
  margin: 10px auto;
  width: 1200px;
  min-width: 1200px;
  background: #fff;
}

.w1140 {
  margin: 0 auto;
  width: 1140px;
  min-width: 1140px;
}

.mask {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
}

/*海选弹窗*/

.masked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#alertWarn .alert-window {
  width: 250px;
  padding: 10px 20px 20px 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0px 10px #949494;
  -webkit-box-shadow: 0 0px 10px #949494;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

#alertWarn h2 {
  font-size: 16px;
  padding: 20px 0px;
  /* margin: 20px 20px; */
  text-align: center;
  font-weight: normal;
}

#alertWarn span {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
}

#alertWarn.mask, #alerttext.mask {
  z-index: 10000;
}

.mr40 {
  margin-right: 40px;
}

/*知识产权弹窗*/

#alerttext .alert-window {
  width: 700px;
  padding: 10px 20px 40px 20px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0px 10px #949494;
  -webkit-box-shadow: 0 0px 10px #949494;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

#alerttext h2 {
  font-size: 18px;
  padding: 12px 0px;
  /* margin: 20px 20px; */
  text-align: center;
  font-weight: normal;
  background: #e6e6e6;
  font-weight: bold;
  margin: 18px 0px;
}

#alerttext span {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
}

#alerttext p {
  text-indent: 30px;
  font-size: 14px;
  line-height: 27px;
}

/*nav-bar*/

.nav-bar {
  height: 80px;
  line-height: 80px;
  background: #ffc036
}

.nav-bar ul {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

#indexalert, video::-internal-media-controls-download-button {
  display: none
}

.nav-bar a {
  width: 100%;
  height: 100%;
  color: #fff;
}

.nav-bar li:hover {
  background-color: #038dcb
}

.nav-bar li {
  width: 160px
}

.nav-bar .blueactive {
  background: #038dcb
}

/*footer*/

.footer {
  padding-top: 23px;
}

.footer_bottom {
  /* position: fixed; */
  /* bottom: 0px; */
  /* z-index: 10; */
  width: 100%;
  /* margin-top: 20px; */
  box-sizing: border-box;
  height: 130px;
  background: #999999;
  color: #fff;
  text-align: center;
  padding: 47px 0 38px;
}

.footer_bottom a {
  color: #fff
}

.footer_bottom .list_links {
  margin-bottom: 10px
}

.footer_bottom .list_links span {
  margin: 0 2px 0 4px
}

.elli {
  display: inline-block;
  width: 270px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*弹窗*/

.dialog {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 100;
}

.animate-in {
  opacity: 1;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 9
}

#alertWarn .alert-center-text {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 370px;
  height: 200px;
  background: #fff;
  padding: 10px 20px 20px;
  border: 1px solid #bbb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  -webkit-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  -webkit-transition: all .3s;
  transition: all .3s;
  transform: translate(-50%, -50%) scale(.8);
  -webkit-transform: translate(-50%, -50%) scale(.8);
  -moz-transform: translate(-50%, -50%) scale(.8);
  z-index: 12;
}

#alertWarn.animate-in .scales {
  transform: translate(-50%, -50%) scale(1);
}

#alertWarn .close {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*background: #dedede;*/
  cursor: pointer;
  overflow: hidden;
}

.close.hairline::before, .close.hairline::after {
  height: 1px;
}

.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close::before, .close::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #655b5b;
}

.close {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.close:hover {
  transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.close:hover::before, .close:hover::after {
  background: #2e2e2e;
}

#alertWarn .alert-text {
  font-size: 20px;
  padding: 68px 0;
  text-align: center;
}

/*二维码弹窗*/

/*弹窗*/

#signWindow {
  width: 100%;
  height: 100%;
}

.maskSign {
  position: fixed;
  top: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.signWindow-div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 549px;
  height: 577px;
  background: url("../images/back.png") no-repeat 0px 389px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

.signok {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #c3131d;
  letter-spacing: 6px;
  font-weight: bold;
}

.signWindow-div h5 {
  position: relative;
  width: 100%;
  height: 56px;
  background: #c3131d;
  font-size: 30px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  letter-spacing: 6px;
}

.signWindow-cha {
  position: absolute;
  top: 12px;
  right: 20px;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../images/cha.png") no-repeat center;
  cursor: pointer;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.p78 {
  padding: 20px 20px;
}

.signWindow-p {
  font-size: 20px;
  color: #c3131d;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: 600;
}

.signWindow-div input {
  width: 100%;
  border: 1px solid #b32b28;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px 15px;
  font-size: 14px;
}

.signWindow-ts {
  font-size: 16px;
  color: #eb2100;
  line-height: 37px;
}

.signWindow-button {
  position: absolute;
  bottom: 62px;
  right: 46px;
  display: inline-block;
  width: 251px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  background: #c3131d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}

.signWindow-cha:hover {
  transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.signglay {
  background: #c3c3c3;
}

/*提示弹窗  知道了*/

/*新加弹窗*/

.alertp {
  height: 2.8rem;
  border-top: 1px solid rgb(202, 202, 202);
}

.p2 {
  font-size: 16px;
  padding: 2rem .5rem;
}

.addbutton {
  display: inline-block;
  width: 50%;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  color: #4ec7ff;
  cursor: pointer;
}

.br {
  border-right: 1px solid rgb(202, 202, 202);
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 9;
}

.sha {
  webkit-box-shadow: 3px 3px 6px #bbb;
  -moz-box-shadow: 3px 3px 6px #bbb;
  box-shadow: 3px 3px 8px #ddd;
}

.rad6 {
  webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*title-animation*/

.title-animation {
  position: relative;
}

.title-animation span:nth-of-type(1) {
  position: absolute;
  left: 40%;
  font-size: 30px;
  color: #d7f0ff;
  -webkit-animation: title 2s 1s infinite;
  -o-animation: title 2s 1s infinite;
  animation: title 2s 1s infinite;
}

.title-animation span:nth-of-type(2) {
  position: absolute;
  left: 38%;
  font-size: 46px;
  color: #77ccff;
  -webkit-animation: title 2s 2s infinite;
  -o-animation: title 2s 2s infinite;
  animation: title 2s 2s infinite;
}

.title-animation span:nth-of-type(3) {
  position: absolute;
  left: 35%;
  font-size: 67px;
  font-weight: bold;
  color: #23aafb;
  -webkit-animation: title 2s 3s infinite;
  -o-animation: title 2s 3s infinite;
  animation: title 2s 3s infinite;
}

.title-animation span:nth-of-type(4) {
  position: absolute;
  right: 35%;
  font-size: 67px;
  font-weight: bold;
  color: #23aafb;
  -webkit-animation: titles 2s 3s infinite;
  -o-animation: titles 2s 3s infinite;
  animation: titles 2s 3s infinite;
}

.title-animation span:nth-of-type(5) {
  position: absolute;
  right: 38%;
  font-size: 46px;
  color: #77ccff;
  -webkit-animation: titles 2s 2s infinite;
  -o-animation: titles 2s 2s infinite;
  animation: titles 2s 2s infinite;
}

.title-animation span:nth-of-type(6) {
  position: absolute;
  right: 35%;
  font-size: 67px;
  font-weight: bold;
  color: #23aafb;
  -webkit-animation: titles 2s 1s infinite;
  -o-animation: titles 2s 1s infinite;
  animation: titles 2s 1s infinite;
}

@-webkit-keyframes title {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-8px)
  }
}

@keyframes title {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-8px)
  }
}

@-webkit-keyframes titles {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(8px)
  }
}

@keyframes titles {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(8px)
  }
}

/*nav-list-a*/

.nav-list-a {
  display: inline-block;
  width: 100px;
}

.nav-list-a li>a {
  display: inline-block;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
}

.nav-list-a li .nav-list-show {
  position: absolute;
  width: 100px;
  z-index: 10;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}

.nav-list-a li ul li {
  width: 100%;
}

.nav-list-a li ul li a {
  display: inline-block;
  width: 100%;
  color: #000;
  text-align: center;
  line-height: 40px;
}

.nav-list-a li:hover .nav-list-show {
  display: block;
  transition: all 250ms ease-out;
}

.nav-list-a li ul li a {
  font-size: 14px;
}

.nav-list-a li ul li:hover a {
  color: #fff;
  background: #23aafb;
  font-size: 14px;
  transition: all 250ms ease-out;
}

.xsrw {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #23aafb;
  border-bottom: 3px solid #23aafb;
  margin-left: 16px;
}

.xs_xx {
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  color: #fdaa67;
}

a {
  background: transparent
}

a:active, a:hover {
  outline: 0
}

body {
  background: #fff;
  color: #555
}

html, body {
  font-family: "Microsoft YaHei";
  font-size: 14px
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0
}

a {
  text-decoration: none
}

.fr {
  float: right
}

a {
  color: #555
}

.clearfix {
  *zoom: 1
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.content {
  margin: 0 auto;
  padding: 0 23px;
  box-sizing: border-box;
}

.content:after {
  content: "";
  display: table;
  clear: both
}

.title {
  height: 84px;
  /* padding: 35px 0 30px; */
  text-align: center;
}

.title div {
  width: 920px;
  line-height: 84px;
  float: right;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #23aafb;
}

.title span {
  /*display: inline-block;*/
  /*background: #c53a31;*/
  /*width: 40px;*/
  /*height: 5px*/
}

/*login*/

/*åŽåŠ æ ·å¼*/

.law-d-rul {
  width: 100%;
  height: 606px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow-x: hidden;
}

.law-d-rul li a {
  display: inline-block;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
}

.law-d-rul li a:hover {
  background-color: #effbff
}

.page {
  /*width: 91%;*/
  /*height: 32px;*/
}

.page li {
  /*width: 32px;*/
  /*height: 32px;*/
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #d7d7d7;
  line-height: 32px;
  text-align: center;
  margin-right: 20px
}

.page li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.page li span {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.page li a:hover {
  background: #feb019;
  cursor: pointer;
}

.page li a.activec {
  cursor: pointer;
  background: #feb019;
}

.title div {
  padding-bottom: 0
}

.main {
  *zoom: 1
}

.main:after {
  content: "";
  display: table;
  clear: both
}

.left_nav {
  background: #f9f8f9;
  padding: 0 5px;
  float: left
}

.left_nav li {
  width: 200px;
  height: 80px;
  border-bottom: 1px solid #eee;
  line-height: 54px;
  padding-left: 13px;
  box-sizing: border-box;
  background: #f6faff;
}

.left_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 80px;
  cursor: pointer;
}

.left_nav li:last-child {
  border-bottom: 0
}

.left_nav li.cur a {
  color: #23aafb;
  cursor: pointer;
}

.right_con {
  float: right;
  width: 920px;
  min-height: 685px;
  background: #f6faff;
  padding: 30px 5px;
  box-sizing: border-box;
}

/*.title_handbook {*/

/*background-image: url("../images/handbook.png")*/

/*}*/

.plr30 {
  padding-left: 30px;
  padding-right: 30px
}

/*å­¦ä¹ åˆ—è¡¨ start*/

.online-main nav, .online-main .study-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.online-main section {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.online-main section {
  -webkit-box-shadow: 4px 4px 10px #ededed;
  -moz-box-shadow: 4px 4px 10px #ededed;
  box-shadow: 4px 4px 10px #ededed;
}

.online-main nav, .online-main .study-list {
  background-color: #fff;
}

.online-main nav a:hover, .online-main .study-list li a:hover {
  color: #fff;
  background-color: #f15050;
}

.online-main .study-list li:before {
  position: absolute;
  content: '';
}

.online-main nav {
  padding: 40px 10px;
  font-size: 16px;
}

.online-main nav a {
  padding: 10px;
  min-width: 140px;
  border: 1px solid #188aea;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  text-align: center;
  color: #188aea;
}

.online-main .study-list {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 24px;
  min-height: 970px;
}

.online-main .study-list li {
  position: relative;
  padding: 0 70px 0 50px;
  height: 44px;
  line-height: 44px;
}

.online-main .study-list li:before {
  top: 18px;
  left: 20px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: #188aea;
}

.online-main .study-list li:nth-child(odd) {
  background-color: #f9f9f9;
}

.online-main .study-list li:hover {
  background-color: #e4f6fe;
}

.online-main .study-list li a {
  display: inline;
  padding: 6px 16px;
  border: 1px solid #188aea;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.online-main .study-list li a:last-child {
  margin-left: 6px;
  cursor: pointer;
}

::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.mt26 {
  margin-top: 26px;
}

/*å­¦ä¹ åˆ—è¡¨ end*/

/*expert-show*/

.expert-wrap {
  padding: 20px 20px;
  background: #fff;
}

.expert-show {
  width: 100%;
  height: 170px;
  padding: 20px 20px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}

.expert-show img {
  width: 176px;
  height: 132px;
  margin-right: 20px;
}

.expert-show h5 {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  margin-left: 20px;
}

.expert-show div {
  width: 74%;
}

.expert-show p {
  font-size: 14px;
  line-height: 22px;
  text-indent: 20px;
  color: #333333;
}

/*new start*/

/*æ–°é—»å…¬å‘Š*/

.pad22-33 {
  padding: 22px 25px;
}

.pad25 {
  padding-right: 25px;
}

.new-Lwrap {
  width: 1040;
  margin: 0 auto;
  background: #fff;
}

.new-Lwrap>h3 {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
}

.new-Lwrap .textp {
  width: 100%;
  height: 54px;
  font-size: 12px;
  color: #898989;
  line-height: 54px;
  text-align: center;
  border-bottom: 1px solid #eae7e7;
}

.text-bold {
  color: #000;
}

.article-content {
  font-size: 16px;
}

.article-content p {
  margin-top: 10px;
  line-height: 2em;
  text-indent: 2em;
}

.article-content p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

.online-main nav a:hover, .online-main nav a.current, .online-main .study-list li a:hover, .subject .paging span:hover, .subject .next-guide a:hover, .subject .done:hover, .modal a, .result-go a:hover, .contest-guide a, .exam-go a:hover, .exam-info-box a:hover, .feedback .feedback-go a:hover, .formal-result .share:hover {
  color: #fff;
  background-color: #188aea;
}

/*end*/

/*school-show start*/

.school-show {
  width: 100%;
  box-sizing: border-box;
}

.school-show li {
  width: 210px;
  overflow: hidden;
}

.school-show li img {
  width: 100%;
  height: 190px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -ms-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.school-show li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.school-show a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  background: #016fb1;
  text-align: center;
  color: #fff;
}

.school-show a p {
  position: relative;
  padding-top: 2px;
  font-size: 14px;
  line-height: 24px;
  z-index: 2;
}

.school-show a.c {
  font-size: 14px;
  line-height: 60px;
}

.school-show li:nth-of-type(1) a:before {
  content: "任务一";
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  line-height: 62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #23aafb;
  opacity: 0.8;
}

.school-show li:nth-of-type(2) a:before {
  content: "任务二";
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  line-height: 62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #23aafb;
  opacity: 0.8;
}

.school-show li:nth-of-type(3) a:before {
  content: "任务三";
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  line-height: 62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #23aafb;
  opacity: 0.8;
}

.school-show li:nth-of-type(4) a:before {
  content: "任务四";
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  line-height: 62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #23aafb;
  opacity: 0.8;
}

.school-show li:nth-of-type(5) a:before {
  content: "任务五";
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  line-height: 62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #23aafb;
  opacity: 0.8;
}

.school-show li a:hover {
  background: #e57531;
}

.school-show li a:hover:before {
  background-color: #f03814;
}

/*ä¸Šä¼ */

.news-area {
  justify-content: space-between;
  margin: 24px auto;
}

.news-collect {
  position: relative;
  padding: 96px 20px 60px 50px;
  width: 380px;
  line-height: 2em;
  font-size: 16px;
}

.news-collect h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 75px solid transparent;
  border-top-color: #4ec7ff;
  border-left-color: #4ec7ff;
}

.news-collect i {
  -webkit-transform: translate(-70px, -70px);
  -moz-transform: translate(-70px, -70px);
  -ms-transform: translate(-70px, -70px);
  -o-transform: translate(-70px, -70px);
  transform: translate(-70px, -70px);
}

.news-collect span {
  display: inline-block;
  width: 80px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  -webkit-transform: translate(-56px, -96px) rotate(-45deg);
  -moz-transform: translate(-56px, -96px) rotate(-45deg);
  -ms-transform: translate(-56px, -96px) rotate(-45deg);
  -o-transform: translate(-56px, -96px) rotate(-45deg);
  transform: translate(-56px, -96px) rotate(-45deg);
}

.news-collect .collect-box {
  width: 310px;
  height: 290px;
  overflow: auto;
}

.news-wrap {
  /* padding: 10px 20px 24px 24px; */
  width: 100%;
  background: #fff;
}

.news-item {
  justify-content: space-between;
}

.news-box {
  /*width: 704px;*/
  /* border-bottom: 2px solid #d7d7d7; */
}

.news-box h4 {
  width: 428px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #41b6fc;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px #fff inset;
  -moz-box-shadow: 0px 0px 3px #fff inset;
  box-shadow: 0px 0px 3px #fff inset;
}

.news-box h4:hover, .news-box h4.active {
  color: #fff;
  background: #188aea;
  border-color: #f15050;
}

.index-news-list, .news-flash {
  position: relative;
  margin-top: 20px;
  padding-right: 6px;
  height: 178px;
  overflow: auto;
}

.news-content-box a {
  margin-top: 16px;
  font-size: 15px;
  cursor: pointer;
}

/*ä¸Šä¼  end*/

/*è§†é¢‘é¡µç›¸å…³æ ·å¼*/

/*2018*/

.mt20 {
  margin-top: 20px;
  padding: 0px 40px;
}

/*cup-content*/

/*online-study-video*/

.contentWrap {
  width: 1200px;
  margin: 38px auto;
}

.showlist {
  height: 291px;
  overflow-x: hidden;
}

/*video*/

.video-wrap {
  height: 416px;
}

.mt20 {
  margin-top: 20px;
}

.video-wrap .video {
  width: 620px;
  height: 100%;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

/*video right*/

.video-content {
  -webkit-box-shadow: 1px 1px 10px #e9e9e9;
}

.video-right-wrap {
  width: 440px;
  height: 88%;
  margin-top: 33px;
  overflow-x: hidden;
  background: #f8f8f8;
  box-sizing: border-box;
}

.video-right-wrap h5 {
  width: 100%;
  height: 70px;
  background: #b32b28;
  padding-left: 14px;
  font-size: 24px;
  color: #fff;
  line-height: 70px;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  letter-spacing: 4px;
}

.video-right-wrap ul li {
  width: 100%;
  padding: 10px 10px;
}

.video-right-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.video-right-wrap p {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  overflow-x: hidden;
}

.video-right-wrap li:hover {
  background: #fff;
  box-shadow: 1px 1px 10px #e9e9e9;
  -webkit-box-shadow: 1px 1px 10px #e9e9e9;
}

.video-right-wrap li a:hover .video-texts {
  color: #b32b28;
}

.video-title {
  width: 100%;
  height: 70px;
  padding: 0px 18px;
  background: #fff;
}

.video-title strong {
  font-size: 24px;
  line-height: 70px;
  color: #b32b28;
}

.video-title span {
  font-size: 24px;
  line-height: 70px;
  color: #b4b4b4;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.video-right-wrap .video-li-active .video-texts {
  color: #b32b28;
}

/*expert*/

.expert {
  width: 400px;
  height: 100%;
  box-sizing: border-box;
}

.expert img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #818181;
  margin: 10px 10px;
}

.expert p {
  width: 200px;
  height: 100%;
  padding: 10px 10px;
}

.expert p span {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

/*è§†é¢‘é¡µç›¸å…³æ ·å¤š  end*/

/*school_start style start*/

.posi {
  position: relative;
}

/*look*/

#look {
  width: 100%;
  height: 100%;
  background: #f5f5fd;
}

#look section {
  position: relative;
  width: 100%;
  padding: 34px 10px;
  background: #ffffff;
  border-radius: .6rem;
  -webkit-border-radius: .6rem;
  box-shadow: -1px 2px 20px rgba(0, 0, 0, 0.1);
}

#look h5 {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #444444;
  letter-spacing: 2px;
  text-align: left;
  color: #fff;
  padding-left: 20px;
}

#look .look-div {
  padding: 0.9rem 0.6rem;
}

#look .city-a {
  width: 220px;
  height: 30px;
  background: #ffecec;
  padding: 0.6rem 0.5rem;
  border: none;
  font-size: 14px;
  cursor: pointer;
  line-height: 30px;
}

.look-sj {
  position: absolute;
  top: 0rem;
  right: 0rem;
  display: inline-block;
  width: 44px;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  text-align: center;
  color: #999999;
  cursor: pointer;
}

#look .look-sj {
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  width: 21px;
  border: none;
  background: #ffecec;
}

.look-sj-span {
  position: absolute;
  top: 11px;
  right: 12px;
  bottom: -0rem;
  width: 30px;
  height: 29px;
  border: none;
  background: #ffecec;
  border-top: 2px solid #ffecec;
  border-bottom: 2px solid #ffecec;
  border-right: 2px solid #ffecec;
}

#look i {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0px;
  height: 0px;
  border-bottom: 5px solid #6f6f6f;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.look-div li {
  position: relative;
}

.look-name {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.7rem;
  background: #fff;
  padding: 0.6rem 0.5rem;
  border: 2px solid #e8f2fe;
  font-size: 14px;
  resize: none;
  box-sizing: border-box;
}

.schoolma-wrap {
  position: relative;
}

.schoolma-wrap p {
  position: absolute;
  top: 80px;
  right: -1px;
  width: 66%;
  text-indent: 27px;
  background: #fff;
}

/*city*/

.select-ul {
  position: absolute;
  top: 113px;
  left: -2px;
  margin: 0px 2%;
  width: 97%;
  height: 373px;
  overflow-x: hidden;
  padding: 0 10px;
  background: #fff;
  z-index: 1;
}

.ellies {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mt12 {
  margin-top: 1.2rem;
}

.qrcode {
  margin-top: 10px;
  width: 120px;
  height: 120px;
  border: 1px solid #d0d0d0;
}

/*school_start  start*/

/*标题*/

.t-h5 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ff8a00;
  font-weight: bold;
}

.p-content {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 33px;
  padding-top: 15px;
}

.show-expert {
  padding-top: 25px;
}

.mt36 {
  margin-top: 36px;
}

.mt48 {
  margin-top: 48px;
}

.index-news-list p, .news-flash p {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  padding: 10px 20px;
}

.index-news-list a, .news-flash a {
  position: absolute;
  bottom: 36px;
  right: 50px;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #3cb4fb;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px #fff inset;
  -moz-box-shadow: 0px 0px 3px #fff inset;
  box-shadow: 0px 0px 3px #fff inset;
  font-size: 18px;
  color: #fff;
}

/*bottom newslist*/

.news-r {
  width: 405px;
  background: #fff;
}

.news-r h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 20px;
  color: #ff8a00;
  padding-left: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D8;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.news-r .news-content-box {
  height: 287px;
  padding: 10px 20px 24px 24px;
  overflow-x: hidden;
}

.news-item {
  width: 370px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-item:hover {
  color: #23aafb;
}

.news-content-box::-webkit-scrollbar {
  width: .4rem;
  background: #898989;
}

.news-content-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.news-content-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #b6b6b6;
}

/*school_start  end*/

/*news */

.pad22-33 {
  padding: 22px 25px;
}

.pad25 {
  padding-right: 25px;
}

.new-Lwrap {
  width: 1040;
  margin: 0 auto;
  background: #fff;
}

.new-Lwrap>h3 {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
}

.new-Lwrap .textp {
  width: 100%;
  height: 54px;
  font-size: 12px;
  color: #898989;
  line-height: 54px;
  text-align: center;
  border-bottom: 1px solid #eae7e7;
}

.game-c {
  background-position: 0px 4px;
}

.text-bold {
  color: #000;
}

.game-c {
  background-position: 0px 4px;
}

.article-content {
  font-size: 16px;
}

.article-content p {
  margin-top: 10px;
  line-height: 2em;
  text-indent: 2em;
}

.article-content p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*end*/

.wxroom {
  position: relative;
  text-decoration: underline;
  color: #ff8a00;
  margin-left: 56px;
  cursor: pointer;
}

.wxroom img {
  position: absolute;
  top: -134px;
  right: -5px;
  width: 150px;
  display: none;
}

.wxroom:hover img {
  display: inline-block;
}

.pc {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.process p {
  font-size: 16px;
  line-height: 34px;
}

#process a {
  /*text-decoration: underline;*/
  /*color: #ff8a00;*/
}

#wx {
  position: relative;
}

#wx img {
  display: none;
  position: absolute;
  top: -152px;
  right: -6px;
  width: 150px;
}

#wx:hover img {
  display: inline-block;
}

/*生成二维码到小唾弃*/

.apptext p {
  font-weight: bold;
}

.app {
  width: 167px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  background: #6a93d2;
}