/** Generated by FG **/
@font-face {
	font-family: 'DINPro-Bold';
	src: url('../fonts/DINPro-Bold.eot');
	src: local('☺'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype'), url('../fonts/DINPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  color: #333;
}
a{
  color: #333;
}
a:hover{
  color: #FF6E02;
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt25{
  margin-top: 25px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.mt45{
  margin-top: 45px;
}
.mt50{
  margin-top: 50px;
}
.mt60{
  margin-top: 60px;
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao15{
	-moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.yuanjiao4{
	-moz-border-radius: 4px;      /* Gecko browsers */
  -webkit-border-radius: 4px;   /* Webkit browsers */
  border-radius:4px;            /* W3C syntax */
}
.content img{
  max-width: 100%;
  height: auto;
}
.zone{
  width: 100%;
  min-width: 1200px;
}
.w1200{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* 表格 */
.biaoge{
	width: 100%;
	border-collapse:collapse;
}
.biaoge tr th,
.biaoge tr td{
	border: none;
}
.biaoge tr th{
	height: 36px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #193BB6;
  font-weight: normal;
}
.biaoge tr th:first-child{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.biaoge tr th:last-child{
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.biaoge tr td{
	height: 50px;
	line-height: 60px;
	text-align: center;
}
.biaoge tr td img{
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom:1;
  vertical-align: middle;
}
.biaoge tr:nth-child(even){
	background: #FDFAF9;
}
.biaoge .chakan{display: block;display: block; background: #ac8ffd; border-radius: 30px; line-height: 30px; width: 126px; font-size: 16px;margin: 0 auto;color: #fff;}
.biaoge .chakan:hover{opacity: 0.8;}
.biaoge .goumai{display: block;display: block; background: #FF6E00; border-radius: 30px; line-height: 30px; width: 126px;font-size: 16px; margin: 0 auto;color: #fff;}
.biaoge .goumai:hover{opacity: 0.8;}
.biaoge .zixun {
    display: block;
    width: 126px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    background-color: #34a3ff;
    background-image: linear-gradient(90deg,#34a3ff,#487fff);
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
}
.biaoge .zixun:hover{opacity: 0.8;}
/* 选项卡 */
.tabs .tnav{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tabs .tnav li{
  cursor: pointer;
}
.tabs .tcontent{
  width: 100%;
}
.tabs .tcontent .content{
  display: none;
}
.tabs .tcontent .content:first-child{
  display: block;
}
/* end */
.header{
  display: flex;
  justify-content: space-between;
  align-items: center; 
  margin-bottom: 20px;
}
.headerBox{box-shadow: 0 4px 20px rgb(0 0 0 / 5%);}
.logo img{
  max-width: 190px;
  height: auto;
  display: block;
}
.nav{
  display: flex;
  align-items: center;
}
.nav > li{
  height: 80px;
  position: relative;
}
.nav > li> a{
  font-size: 18px;
  display: block;
  line-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.5s;
}
.nav > li:hover > a{
  
}
.nav > li.on:after{
  content: "";
  width: 50px;
  height: 4px;
  background: #FF6E02;
  border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left:50%;
  margin-left: -25px;
  bottom:0;
}
.nav > li.on > a{
  color: #FF6E02;
}
.nav > li > ul.sub{
  width: 114px;
  background: #fff;
  box-shadow: 2px 2px 10px #ccc;
  display: none;
}
.nav > li:hover > ul.sub{
  display: block;
}
.nav > li > ul.sub > li{
  height: 40px;
}
.nav > li > ul.sub > li a{
  line-height: 40px;
  display: block;
  text-align: center;
}
.nav > li > ul.sub > li:hover a{
  background:#FF6E00;
  color: #fff;
}
.member{
  padding-left: 30px;
  background: url(../images/member.png) left center no-repeat;
  color: #FF6E00;
  font-size: 16px;
}
.member a{
  color: #FF6E00;
  font-size: 14px;
}
.banner{
  height: 410px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/banner2.jpg);
  box-shadow: 2px 2px 10px #eee;
}
.member .xiaoxi{position: relative; vertical-align: 5px;}
.member .xiaoxi::after{content: ''; position: absolute; right: -5px; top: -8px; width: 8px; height: 8px; background: red; border-radius: 50%;}
.member .user{display: inline-block; width: 30px; height: 30px; border-radius: 50%; margin-left: 20px; vertical-align: -4px; overflow: hidden;}
.member .user img{display: block;width: 100%;}
/* .memberon{background: none;} */
/* .top{width: 100%;}
.topBox{width: 1200px; margin: 0 auto; overflow: hidden; font-size: 14px; color: #999999; line-height: 40px;}
.topBox a{display: inline-block; padding: 0 10px; color: #999999; transition: 0.5s;}
.topBox a:hover{color: #ffffff; background: #FF6E00;}
.topBox .left{float: left;}
.topBox .left .zhinan{margin-right: 10px;}
.topBox .left .xiangmu{display: inline-block; cursor: pointer; margin-right: 20px;}
.topBox .left .xiangmu span{display: inline-block; width: 12px; height: 14px; background: url(../images/ico-topbar.png) no-repeat; background-position: 0 0;
vertical-align: -2px; margin-right: 5px;}
.topBox .left .xiangmu i{display: inline-block; width: 9px; height: 5px; background: url(../images/ico-topbar.png) no-repeat; background-position: 0 -32px;
vertical-align: 2px; margin-left: 4px;}
.topBox .right{float: right;}
.topBox .right i.phone{display: inline-block; width: 9px; height: 12px; background: url(../images/ico-topbar.png) navajowhite; background-position: -15px 0;
margin-right: 10px;}
.topBox .right .daohang{display: inline-block; cursor: pointer;}
.topBox .right .daohang i{display: inline-block; width: 9px; height: 5px; background: url(../images/ico-topbar.png) no-repeat; background-position: 0 -32px;
vertical-align: 2px; margin-left: 4px;} */
.w1200 {
    width: 1200px;
}
.ma {
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    zoom: 1;
}
.shor-diqu {
    position: relative;
}
.fl {
    float: left;
}
.shor-diqu .dq-btn {
    padding: 0 10px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}
.i-top1 {
    width: 12px;
    height: 14px;
    background-position: 0 0 !important;
}
.ico-topbar {
    background: url(https://img.gaodun.cn/skin_wx/zdjr/images/ico-topbar.png) no-repeat;
}
.shor-diqu .dq-btn span {
    margin: 0 4px 0 5px;
}
.none {
    display: none;
}
.shortcut-bar{line-height: 40px; position: relative; z-index: 10;}
.shortcut-bar .hidden {
    opacity: 0;
}
.r-shor .link:hover .i-top8 {
    background-position: -15px -15px !important;
}
.r-shor .link:hover, .r-shor .link.hover, .r-shor .user-bar.hover .link {
    background-color: #ff6e00;
    color: #fff !important;
}
.p-daohang {
    padding: 27px 0 30px;
}
.p-daohang dl.dh1 {
    width: 450px;
    padding: 0 12px 0 60px;
}
.p-daohang dl {
    float: left;
    position: relative;
}
.p-daohang dl.dh1 dt {
    padding-left: 12px;
    padding-right: 12px;
}
.p-daohang dt {
    padding-bottom: 10px;
}
.p-daohang dd.h160 {
    height: 160px;
    overflow: hidden;
}
.p-daohang dl.dh1 dd a {
    width: 50px;
    text-align: center;
    margin: 0 5px;
    font-size: 12px;
}
.p-daohang dd a {
    float: left;
    line-height: 32px;
    color: #666;
    white-space: nowrap;
    font-size: 12px;
}
.p-daohang dl.dh2 {
    width: 300px;
    padding-left: 20px;
    padding-right: 16px;
}
.p-daohang dl.dh3 {
    width: 220px;
    padding-left: 20px;
    padding-right: 5px;
}
.p-daohang dl.dh4 {
    width: 200px;
    padding-left: 30px;
}
.p-daohang dl {
    float: left;
    position: relative;
}
.p-daohang dl a:hover {
    color: #ff6e00;
}
.p-daohang dl.dh2 dt, .p-daohang dl.dh3 dt {
    padding-left: 10px;
    padding-right: 10px;
}
.p-daohang dd.h160 {
    height: 160px;
    overflow: hidden;
}
.p-daohang dl.dh2 dd a, .p-daohang dl.dh3 dd a {
    width: 60px;
    margin: 0 10px;
    font-size: 12px;
}
.p-daohang dd a {
    float: left;
    line-height: 32px;
    color: #666;
    white-space: nowrap;
    font-size: 12px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
.ico-topbar {
    background: url(https://img.gaodun.cn/skin_wx/zdjr/images/ico-topbar.png) no-repeat;
}
.dq-popup {
    width: 610px;
    height: auto;
}
.dq-popup {
    position: absolute;
    left: 0;
    top: 58px;
    width: 510px;
    min-height: 330px;
    padding-bottom: 20px;
}
.hidden {
    visibility: hidden;
}
.box-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
    box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
}
.heiti-std, .yahei {
    font-family: 'Microsoft YaHei';
}
.dq-popup dl {
    padding: 27px 0 0;
    font-size: 16px;
}
.dq-popup dl dt {
    padding: 0 30px;
    line-height: 20px;
    color: #999;
    margin-bottom: 7px;
}
.dq-popup dl dd {
    font-size: 14px;
}
.dq-popup dl dd {
    overflow: hidden;
    padding: 0 15px;
}
.dq-popup dl dd a {
    margin-right: 4px;
}
.dq-popup dl dd a {
    float: left;
    line-height: 32px;
    white-space: nowrap;
    margin: 0 14px;
}
.dq-popup dl dd .tab-zimu {
    height: 32px;
    line-height: 32px;
}
.dq-popup dl dd .tab-zimu span.cur {
    color: #ff6e00;
}
.dq-popup dl dd .tab-zimu span {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-left: 14px;
    cursor: pointer;
}
.shor-diqu .dq-btn span {
    margin: 0 4px 0 5px;
}
.shor-link {
    margin-left: 20px;
}
.shor-link li {
    float: left;
    font-size: 12px;
}
.mr10 {
    margin-right: 10px;
}
.shor-link li a {
    float: left;
    color: #999;
    padding: 0 10px;
}
.fr {
    float: right;
}
.r-shor .link {
    float: left;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
}
.i-top26 {
    width: 11px;
    height: 14px;
    background-position: -53px -70px !important;
}
.ico-topbar {
    background: url(https://img.gaodun.cn/skin_wx/zdjr/images/ico-topbar.png) no-repeat;
}
.r-shor .i-top8 {
    margin-right: 10px;
}
.transit {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.i-top8 {
    width: 9px;
    height: 12px;
    background-position: -15px 0 !important;
}
.r-menu {
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    cursor: pointer;
}
.r-menu .i-top3 {
    margin-left: 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.i-top3 {
    width: 9px;
    height: 5px;
    background-position: 0 -32px !important;
}
.ico-topbar {
    background: url(https://img.gaodun.cn/skin_wx/zdjr/images/ico-topbar.png) no-repeat;
}
.ico-topbar, .ico-char, .ico-zx, .ico-ts, .ico-zc, .ico-poster, .ico-cb, .ico-traffic, .ico-calc, .ico-changshi, .ico-operator, .ico-asksub {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.shor-link li a:hover {
    background-color: #ff6e00;
    color: #fff;
}
.shortcut-bar .popup-mn {
    position: absolute;
    left: 0;
    top: 58px;
    right: 0;
    display: none;
}
.shortcut-bar .hidden {
    opacity: 0;
}
.banner_but{width: 1200px; margin: 0 auto; position: relative;}
.banner_but ul{overflow: hidden; position: absolute; top: 180px; left: 50px; width: 484px;}
.banner_but ul li{float: left; width: 210px; margin-right: 64px; margin-top: 22px;}
.banner_but ul li:nth-child(2n){margin-right: 0;}
.banner_but ul li a{display: block; background: #FFF; border-radius: 20px; text-align: center; color: #ff6e00; line-height: 34px; transition: 0.5s;}
.banner_but ul li a:hover{transform: translateY(-5px);}
.common_title1{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.common_title1 h3{
  /* font-weight: normal; */
  font-size: 30px;
  letter-spacing: 5px;
}
.common_title1 h3 em{
  font-style: normal;
  color: #FF6E00;
}
.common_title1 span{
  width: 120px;
  height: 2px;
  margin-top: 8px;
  /* background: #FF6E00; */
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.common_title1 p{
  font-size: 18px;
  margin-top: 20px;
}
.shipin_box{
  overflow: hidden;
}
.shipin_left{
  width: 60%;
  float: left;
  padding: 0 20px 0 0;
  height: 390px;
}
.shipin_left video{
  max-width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.shipin_right{
  width: 40%;
  float: right;
  overflow-y: auto;
  height: 390px;
}
.shipin_right::-webkit-scrollbar {
    width: 10px;
    background-color: #EEEEEE;
	border-radius: 10px;
}
.shipin_right::-webkit-scrollbar-thumb {
    background-color: orange;
	border-radius: 10px;
}
.shipin_right dl{
  display: flex;
  flex-direction: column;
  margin: 26px auto;
  width: 450px;
  cursor: pointer;
}
.shipin_right dl dt{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shipin_right dl dt h3{
  font-size: 16px;
  font-weight: normal;
}
.shipin_right dl dt a{
  color: #FFF;
  transition: 0.5s;
}
.shipin_right dl dt a:hover{font-weight: bold; transform: scale(1.1);}
.shipin_right dd{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #999;
}

.common_title2{
  text-align: center;
}
.common_title2 h3{
  display: inline-block;
  *display: inline;
  *zoom:1;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: normal;
  position: relative;
}
.common_title2 h3::before,
.common_title2 h3::after{
  content: "";
  width:55px;
  height: 1px;
  position: absolute;
  display: block;
  background: #ccc;
  top:50%;
}
.common_title2 h3::before{
  right:100%;
}
.common_title2 h3:after{
  left:100%;
}
.common_title3{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common_title3 h3{
  font-size: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.common_title3 h3 img{
  width: 21px;
  height: auto;
  margin-right: 10px;
}
.common_title3 .daojishi{
  font-size: 16px;
}
.common_title3 .daojishi strong{
  font-size: 28px;
  color: #FF6E00;
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom:1;
  vertical-align: middle;
}
ul.kemu{
  display: flex;
  justify-content: space-between;
}
ul.kemu li{
  width: 370px;
/*  height: 285px; */
  border: 1px solid #E0E0E0;
  padding: 35px 25px 0 25px;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
}
ul.kemu li:hover{
  border-color: #FFF;
  box-shadow: 0 10px 20px 0 rgb(51, 59, 117);
}
ul.kemu li .title{
  display: flex;
  align-items: center;
  font-size: 18px;
}
ul.kemu li .title img{
  width: 25px;
  height: auto;
  margin-right: 10px;
}
ul.kemu li .content{
  /* margin-top: 10px; */
  line-height: 25px;
  min-height: 130px;
  color: #fff;
}
ul.kemu li .xia{
  font-size: 21px;
  color: #FF6E00;
  margin-top: 15px;
}
.tips{
  color: #999;
  margin-top: 15px;
  line-height: 26px;
}
.liuke_zone{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
  background: url(../images/zone.jpg) center center no-repeat;
  background-size: cover;
}
.liuke{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.liuke_left{
  width: 225px;
  color: #fff;
}
.liuke_left h3{
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.liuke_left .iconfont{
  margin-right: 10px;
}
.liuke_left .content{
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.liuke_right{
  width: 945px;
  background: #fff;
  padding: 23px 28px;
  display: flex;
  flex-direction: column;
}
.liuke_right .content{
  font-size: 16px;
  line-height: 30px;
}
.liuke_right .detail{
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  background: #FF6E00;
  color: #fff;
  align-self: flex-end;
  margin-top: -30px;
}
.liuke_right a:hover{
  color: #fff;
}
.tnav_b li{
  font-size: 18px!important;
  font-weight: bold;
}
.table_bottom{
  height: 11px;
  background: url(../images/biaogedibu.jpg) center center no-repeat;
}
.cpa{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpa_left{
  width: 545px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.cpa_left li{
  height: 36px;
  display: flex;
  align-items: center;
  width: 255px;
  justify-content: space-between;
}
.cpa_left li a{
  font-size: 16px;
  display: flex;
  align-items: center;
}
.cpa_left li img{
  width: 18px;
  height: auto;
  margin-right: 8px;
}

.cpa_left li span{
  color: #999;
}
.cpa_center{
  width: 390px;
}
.cpa_center img{
  max-width: 100%;
  height: auto;
}
.cpa_right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 210px;
}
.cpa_right li{
  display: flex;
  align-items: center;
}
.cpa_right li img{
  width: 62px;
  height: 62px;
  margin-right: 8px;
}
.cpa_right li p{
  line-height: 26px;
}
.shouce{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.shouce_left{
  width: 670px;
  background: #FDFAF9;
  padding: 10px 60px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shouce_left .pic img{
  width: 240px;
  height: 267px;
}
.shouce_left .info{
  width: 336px;
}
.shouce_left .info .title{
  font-size: 24px;
  line-height: 1.6;
}
.shouce_left .info .desc{
  width: 100%;
  margin-top: 15px;
  background:  #FF6E00;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
}
.shouce_left .jiage{
  margin-top: 40px;
}
.shouce_left .jiage dl{
  display: flex;
  align-items: center;
}
.shouce_left .jiage dl dt{
  margin-right:10px;
  font-size: 24px;
  color: #FF6E00;
}
.shouce_left .jiage dl dd{
  height: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.shouce_left .jiage dl dd p{
  font-size: 16px;
}
.shouce_left .jiage dl dd p span{
  font-size: 24px;
  color: #FF6E00;
  font-weight: bold;
  margin-left: 10px;
}
.shouce_right{
  width: 490px;
}
.shouce_right ul{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.shouce_right ul li{
  width: 155px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
}
.shouce_right ul li:nth-child(4){
  margin-left: 25px;
}
.shouce_right ul li img{
  width: 80px;
  height: auto;
}
.tabs_a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabs_a .tnav{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 35px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.tabs_a .tnav li{
  position: relative;
  height: 35px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
.tabs_a .tnav li.active{
  color: #FF6E00;
}
.tabs_a .tnav li.active:after{
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  background: #FF6E00;
  position: absolute;
  left: 50%;
  bottom:0;
  margin-left: -40px;
}

.tabs_b{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabs_b .tnav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tabs_b .tnav li{
  position: relative;
}
.tabs_b .tnav li img{
  width: 187px;
  height: 187px;
  border: 1px solid transparent;
}
.tabs_b .tnav li.active img{
  border-color: #FFA35C;
  box-shadow: 0px 0px 10px #ccc;
}
.tabs_b .tnav li.active:after{
  border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 6px;
	left: 50%;
	margin-left:-6px;
	border-top-color:#FF6E02;
  margin-top: 5px;
}
.tabs_b .tcontent{
  margin-top: 30px;
}
.tabs_b .tcontent .content{
  border: 1px solid #FFA35C;
  padding: 10px 40px 30px 40px;
  line-height: 30px;
  box-shadow: 0px 0px 10px #ccc;
}
.tabs_b .tcontent .content h5{
  margin-top: 20px;
  padding: 8px 20px;
  background: #FF6E00;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom:1;
}
.zhibo_zone{
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/zhibo_zone.png) center center no-repeat;
  background-size: cover;
}
.zhibo{
  background: #fff;
  padding: 25px 30px;
  box-shadow: 0px 0px 10px #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 988px;
  margin-left: auto;
  margin-right: auto;
}
.zhibo_left{
  width: 460px;
  display: flex;
  flex-direction: column;
}
.zhibo_left .pic img{
  width: 100%;
  height: 247px;
}
.zhibo_left .info{
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zhibo_left .info .teacher{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.zhibo_left .info .teacher img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.zhibo_left .info .views{
  color: #666;
}
.zhibo_left .info button{
  width: 120px;
  height: 25px;
  border: 1px solid #FF6E00;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6E00;
  background: none;
  transition: 0.6s;
  cursor: pointer;
}
.zhibo_left .info button:hover{
  background: #FF6E00;
  color: #fff;
}
.zhibo_right{
  width: 410px;
}
.zhibo_right ul{
  margin-top: 20px;
  padding-left: 27px;
  border-left: 1px solid #ddd;
}
.zhibo_right ul li{
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
}
.zhibo_right ul li::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #C7C7C7;
  position: absolute;
  left:0;
  top:50%;
  margin-top: -3px;
  z-index: 10;
  margin-left: -30px;
}
.zhibo_right ul li:hover::before{
  background: #FF6E00;
}
.zhibo_right ul li a{
  margin-right: auto;
}
.zhibo_right ul li span{
  margin-right: 20px;
}
.zhibo_right ul li span,
.zhibo_right ul li em{
  font-style: normal;
  color: #999;
}
.kecheng_a{
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.kecheng_a li{
  width: 275px;
  border: 1px solid transparent;
  transition: 0.6s;
  overflow: hidden;
}
.kecheng_a li:hover{
  border-color: #FF4400;
  box-shadow: 0px 0px 10px #ccc;
}
.kecheng_a li img{
  width: 100%;
  height: 155px;
}
.kecheng_a li .info{
  padding: 20px;
}
.kecheng_a li h4{
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}
.kecheng_a li h4 span{float: right;color: #FF6E00; font-size: 16px; font-weight: bold; transition: 0.5s;}
.kecheng_a li h4 span.more2{display: inline-block; line-height: 28px; background: #FF6E00; color: #fff; border-radius: 25px; padding: 0 10px; font-weight: normal;
font-size: 14px; vertical-align: 3px;}
.kecheng_a li h4 span.more2:hover{transform: translateY(-5px);}
.kecheng_a li p{
  margin-top: 10px;
  color: #666;
  line-height: 27px;
}
.kecheng_a li p span{float: right; display: block; padding: 0 10px; background: #FF6E00; color: #fff;line-height: 27px; border-radius: 25px; transition: 0.5s;}
.kecheng_a li p span:hover{transform: translateY(-5px);}
.kecheng_b{
  width: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kecheng_b li{
  display: flex;
  align-items: center;
  width: 585px;
}
.kecheng_b li:hover h4{color: #FF6E00;}
.kecheng_b li img{
  width: 425px;
  height: 245px;
}
.kecheng_b .info{
  margin-left: 20px;
}
.kecheng_b .info h4{
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.kecheng_b .info p{
  color: #666;
  line-height: 25px;
}
.mb50{margin-bottom: 50px;}
.kecheng_b .info p span{display: inline-block; width: 15px; overflow: hidden; margin-right: 10px; vertical-align: -3px;}
.kecheng_b .info p span img{display: block; width: 100%; height: auto;}
.kecheng_b .info .jiage{
  margin-top: 25px;
}
.kecheng_b .info .jiage em{
  font-style: normal;
  color: #FF6E00;
  font-size: 16px;
}
.kecheng_b .info .jiage strong{
  font-size: 24px;
  color: #FF6E00;
}
.why_box{
  display: flex;
  justify-content: space-around;
}
.why_box dl{
  width: 48%;
  padding: 25px 80px 25px 80px;
  background: #FFFEF9;
  border: 1px solid #FFA35C;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.bgyellow{padding: 20px 0;}
.why_box dl i{position: absolute;top: 0; left: 0; width: 30px; height: 30px; background: #FF6E00; font-size: 16px; color: #fff; text-align: center; line-height: 30px;
border-radius: 0 0 20px 0; font-weight: bold;}
.why_box dl span{position: absolute; top: 50%; left: 30px; transform: translateY(-50%); color: #FF6E00; font-size: 20px;}
.why_box dl dt{
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #FF6E00;
  margin-left: 35px;
}
.why_box dl dt img{
  width: 25px;
  height: auto;
  display: block;
  margin-right: 15px;
}
.why_box dl dd{
  color: #666;
  line-height: 25px;
  margin-top: 10px;
  padding-left: 40px;
  width: 450px;
}
.buy_zone{
  padding-top: 35px;
  padding-bottom: 35px;
  background: url(../images/tu.jpg) center center no-repeat;
  background-size: cover;
}
.book_zone{
  padding-top: 35px;
  padding-bottom: 35px;
  background: url(../images/tu2.jpg) center center no-repeat;
  background-size: cover;
}
.buy_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 30px;
}
.buy_left{
  width: 200px;
  margin-right: 20px;
}
.buy_left img{
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.buy_right{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.buy_right .title{
  font-size: 24px;
}
.buy_right ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.buy_right ul li{
  margin-top: 30px;
  padding-left: 20px;
  background: url(../images/gou.png) left center no-repeat;
  display: flex;
  align-items: center;

}
.buy_right ul li span{
  font-size: 16px;
}
.buy_right ul li strong{
  font-size: 24px;
  color: #FF6E00;
  font-family: 'DINPro-Bold';
  margin-left: 8px;
}
.buy_right .xia{
  padding-left: 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
.buy_right .item_a{
  font-size: 18px;
  color: #666666;
}
.buy_right .item_b{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.buy_right .item_b span{
  color: #999;
}
.buy_right .item_b strong{
  font-size: 24px;
  color: #FF6E00;
  margin-top: 8px;
}
.buy_right .item a{
  width: 230px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
}
.buy_right .item_c a{
  background: #FF6E00;
  font-size: 18px;
  color: #fff;
}
.buy_right .item_d a{
  border:1px solid #FF6E00;
  color: #FF6E00;
  font-size: 18px;
}
.buy_right a:hover{transform: translateY(-5px);}
.lanben{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.lanben dl{
  width: 365px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.lanben dl dt{
  width: 145px;
}
.lanben dl dt img{
  max-width: 100%;
  height: auto;
  display: block;
}
.lanben dl dd{
  margin-left: 18px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.lanben dl dd h3{
  font-size: 21px;
  font-weight: normal;
}
.lanben dl dd p{
  display: block;
  margin-top: 8px;
  line-height: 25px;
  color: #666;
}
.lanben dl dd .xia{
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lanben dl dd .xia .price{
  display: flex;
  align-items: center;
}
.lanben dl dd .xia .price strong{
  font-size: 21px;
  color: #FF6E00;
  margin-left: 5px;
  font-family: 'DINPro-Bold';
}
.lanben dl dd .xia .detail{
  padding: 3px 15px;
  background: #FF6E00;
  color: #fff;
  transition: 0.5s;
}
.lanben dl dd .xia .detail:hover{transform: translateY(-5px);}
.libao{
  display: flex;
  justify-content: space-between;
}
.libao_left{
  width: 800px;
  min-height: 180px;
  background: #FFFEF9;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  padding-bottom: 10px;
}
.libao_left ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.libao_left ul li{
  margin-top: 35px;
  width: 33.33333333333%;
}
.libao_left ul li a{
  padding-left: 50px;
  align-items: center;
  display: flex;
  font-size: 16px;
  padding-top: 5px;
}
.libao_left ul li a img{
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.libao_left .get_all{
  width: 230px;
  height: 35px;
  background: #FF6E00;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
}
.libao_left .get_all:hover{transform: translateY(-5px);}
.libao_right{
  background: #FFF9F9;
  width: 380px;
  height: 220px;
  padding: 30px;
  display: flex;
  align-items: center;
}
.libao_right .ewm{
  width: 135px;
  border: 10px solid #fff;
}
.libao_right .ewm img{
  max-width: 100%;
  height: auto;
  display: block;
}
.libao_right .info{
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.libao_right .info p{
  font-size: 16px;
}
.libao_right .info h3{
  font-size: 24px;
  color: #FF6E00;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.moni_zone{
  padding-top: 35px;
  padding-bottom: 35px;
  background: url(../images/moni.png) center center no-repeat;
  background-size: cover;
}
.moni{
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.moni_left{
  width: 640px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  height: 220px;
  flex-wrap: wrap;
}
.moni_left li{
  width: 320px;
  height: 102px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
.moni_left #li1{
  background-image: url(../images/flash.png);
}
.moni_left #li2{
  background-image: url(../images/flower.png);
}
.moni_left #li3{
  background-image: url(../images/test.png);
}
.moni_left #li4{
  background-image: url(../images/computer.png);
}
.moni_left li h5{
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.moni_left li p{
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}
.moni_middle{
  width: 155px;
  background: #FFF9F9;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.moni_middle h4{
  font-size: 16px;
  color: #FF6E00;
  font-weight: normal;
}
.moni_middle img{
  width: 110px;
  height: auto;
  display: block;
  margin-top: 8px;
}
.moni_middle p{
  margin-top: 8px;
}
.moni_middle .detail{
  display: block;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background:  #FF6E00;
  margin-top: 8px;
  width: 100%;
  transition: 0.5s;
}
.moni_middle .detail:hover{transform: translateY(-5px);}
.moni_right{
  width: 245px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.moni_right dl{
  display: flex;
  align-items: center;
}
.moni_right dl dt{
  width: 100px;
  height: 100px;
  display: flex;
  justify-content:center;
  align-items: center;
  background: #FFF9F9;
  padding: 10px;
}

.moni_right dl dt img{
  width:100%;
  height: auto;
  display: block;
}
.moni_right dl dd{
  margin-left: 15px;
}
.moni_right dl dd h3{
  font-size: 18px;
  font-weight: normal;
}
.moni_right dl dd p{
  font-size: 16px;
  display: block;
  margin-top: 10px;
  color: #666;
}
.common_title4{
  display: flex;
  align-items: center;
  font-size: 20px;
}
.common_title4 img{
  width: 8px;
  height: 22px;
  margin-right: 10px;
}
.common_title5{
  width: 1200px;
  padding-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.common_title5 h3{
  /* font-weight: normal; */
  font-size: 30px;
  letter-spacing: 5px;
}
.common_title5 h3 em{
  color: #FF6E00;
}
.common_title5 span{
  width: 120px;
  height: 2px;
  margin-top: 8px;
  /* background: #FF6E00; */
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.common_title5 p{
  font-size: 18px;
  margin-top: 20px;
}
.links{
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.links dl{
  display: flex;
  margin-top: 20px;
}
.links dl dt{
  font-size: 16px;
  width: 85px;
}
.links dl dd{
  display: flex;
  flex-wrap: wrap;
}
.links dl dd a{
  margin-left: 10px;
}
.footer_zone{
  background: #323232;
  min-height: 300px;
}
.wrap {
    flex-wrap: wrap;
}
.floor-foo {
    position: relative;
    z-index: 40;
    background-color: rgba(28, 28, 28, 1);
}
.floor-footer {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background-color: rgba(28, 28, 28, 1);
    /* border: 1px solid white; */
    position: relative;
    overflow: inherit;
}
.floor-footer .footer-desc {
    padding-top: 50px;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.floor-footer .footer-desc .footer-list {
    float: left;
}
.floor-footer .footer-desc .footer-list .footer-title {
    color: #FF6E00;
    font-size: 16px;
    margin-bottom: 20px;
}
.floor-footer .footer-desc .footer-list .footer-item {
    font-size: 14px;
    color: #f96203;
    margin-bottom: 10px;
}
.floor-footer .footer-desc .footer-list .footer-item a {
    display: block;
    opacity: 0.8;
    color: white;
}
.floor-footer .footer-desc .footer-list:nth-child(n+2) {
    margin-left: 70px;
}
.floor-footer .footer-desc .footer-list:last-child {
    width: 105px;
}
.floor-footer .footer-desc .footer-list:last-child .footer-item img {
    width: 105px;
    height: 104px;
}
.floor-footer .footer-desc .footer-list:last-child .footer-item .scan {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}
.floor-footer .footer-desc .footer-list .footer-item a {
    display: block;
    opacity: 0.8;
    color: white;
	
}
.floor-footer .footer-desc .footer-list:last-child .footer-item:nth-child(n+2){
	width: 105px;
	    height: 36px;
	    background-color: #f96203;
	    font-size: 14px;
	    text-align: center;
	    line-height: 36px;
}
.bei {
    padding-bottom: 10px;
    background: rgba(28, 28, 28, 1);
    text-align: center;
    width: 100%;
    position: relative;
}
.bei .wrapCont {
    padding-top: 10px;
    margin: 0 auto;
}
.bei a.kex1 {
    background: url(https://wwwupload.gaodunwangxiao.com/images/kex1.png) no-repeat;
}
.bei a.kex3 {
    background: url(https://wwwupload.gaodunwangxiao.com/images/kex3.png) no-repeat;
}
.bei a.kex2 {
    background: url(https://wwwupload.gaodunwangxiao.com/images/kex2.png) no-repeat;
}
.bei a.kex8 {
    background: url(https://wwwupload.gaodunwangxiao.com/images/kex8.png) no-repeat;
}
.bei a.kex6 {
    background: url(https://wwwupload.gaodunwangxiao.com/images/kex6.png) no-repeat;
}
.bei a.kex4 {
    background: url(https://wwwupload.gaodunwangxiao.com/images/kex4.png) no-repeat;
}
.bei a.kex10 {
    background: url(https://wwwupload.gaodunwangxiao.com/uploads/210910/6278-210910155542591.png) no-repeat;
}
.bei a.kex5 {
    background: url(https://wwwupload.gaodunwangxiao.com/images/kex5.png) no-repeat;
}
.bei a.kex9 {
    background: url(https://wwwupload.gaodunwangxiao.com/images/kex9.png) no-repeat;
}
.bei img {
    margin-right: 10px;
}
.bei a.kex315 {
    background: url(https://wwwupload.gaodunwangxiao.com/images/kex315.png) no-repeat;
}
.bei a.new-kex {
    padding-left: 0;
}
.bei a {
    height: 23px;
    line-height: 23px;
    display: inline-block;
    padding-left: 26px;
    color: #b7b7b7;
    padding-right: 10px;
    font-size: 12px;
    text-align: left;
}
.bei a:hover{color: #FF6E00;}
.UIFooter {
    z-index: 10;
    position: revert;
    background: rgba(28, 28, 28, 1);
    padding: 10px 0 0;
    line-height: 14px;
    font-size: 14px;
}
.UIFooter .mainContent {
    width: 1000px;
    color: rgb(183, 183, 183);
    padding-bottom: 20px;
    margin: 0px auto;
    font: 14px / 1.5 "Microsoft YaHei", 微软雅黑, 宋体, arial, helvetica, sans-serif;
}
.UIFooter .mainContent .alignC {
    text-align: center;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
.rightFloatNav {
    width: 80px;
    position: fixed;
    top: 43.5%;
    right: 30px;
    z-index: 99;
    font: 14px/1.5 "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1,\9ED1\4F53","Heiti SC",tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
    color: #666;
}
.rightFloatNav .rightFloatNav-newPeople {
    position: absolute;
    left: -15px;
    top: -80px;
}
.rightFloatNav .rightFloatNav-newPeople span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.rightFloatNav .rightFloatNav-list, .rightFloatNav .rf-returnTop {
    background: #fff;
    border: 1px solid #ecedee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 11px rgb(217 217 217 / 50%);
    -moz-box-shadow: 0 3px 11px rgba(217,217,217,.5);
    box-shadow: 0 3px 11px rgb(217 217 217 / 50%);
}
.rightFloatNav .rightFloatNav-list li {
    padding: 4px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.rightFloatNav .rightFloatNav-list li a, .rightFloatNav .rf-returnTop a {
    height: 54px;
    padding-top: 6px;
    line-height: 24px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
}
.rightFloatNav .rightFloatNav-list li .rf-online-icon {
    background-position: center -60px;
}
.rightFloatNav .rightFloatNav-list li .rf-app-icon {
    background-position: center -120px;
}
.rightFloatNav .rightFloatNav-layer {
    width: 100px;
    height: 106px;
    padding: 11px 14px 0 10px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    background: url(https://img.gaodun.cn/uploads/2206/256-220615104213C8.png) no-repeat;
    position: absolute;
    left: -105px;
    top: -22px;
    display: none;
}
.rightFloatNav .rightFloatNav-layer img {
    display: block;
    margin: 0 auto;
}
.rightFloatNav .rightFloatNav-list li .rf-weixin-icon {
    background-position: center -180px;
}
.rightFloatNav .rightFloatNav-list li .rf-fankui-icon {
    background-position: center -240px;
}
.rightFloatNav .rf-returnTop {
    padding: 4px;
    text-align: center;
    margin-top: 16px;
    vertical-align: top;
    display: none;
}
.rightFloatNav .rf-returnTop i {
    background-position: center -300px;
}
.rightFloatNav .rightFloatNav-list li i, .rightFloatNav .rf-returnTop i, .rightFloatNav .rightFloatNav-switch-icon {
    background: url(https://img.gaodun.cn/uploads/2206/256-22061510413Hb.png) no-repeat center top;
}
.rightFloatNav .rightFloatNav-list li i, .rightFloatNav .rf-returnTop i {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    *cursor: pointer;
}
.rightFloatNav .rightFloatNav-list li a:hover, .rightFloatNav .rf-returnTop a:hover {
    color: #fff;
    text-decoration: none;
    background: #fd7400;
}
.rightFloatNav .rightFloatNav-list li a:hover .rf-online-icon {
    background-position: center -90px;
}
.rightFloatNav .rightFloatNav-list li a:hover .rf-app-icon {
    background-position: center -150px;
}
.rightFloatNav .rightFloatNav-list li a:hover .rf-weixin-icon {
    background-position: center -210px;
}
.rightFloatNav .rightFloatNav-list li a:hover .rf-fankui-icon {
    background-position: center -270px;
}
.rightFloatNav .rf-returnTop {
    padding: 4px;
    text-align: center;
    margin-top: 16px;
    vertical-align: top;
    display: none;
}
.rightFloatNav .rf-returnTop i {
    background-position: center -300px;
}
.rightFloatNav .rf-returnTop a:hover i {
    background-position: center -330px;
}
.floor-footer .footer-desc .footer-list .footer-title {
    color: #FF6E00;
    font-size: 16px;
    margin-bottom: 20px;
}















.bkzn_modal,.bkzn_selectprefix{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 3333;
	background-color: rgba(0, 0, 0, .15);
}
.bkzn_login,.bkzn_selectprefix_content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 431px;
    height: 451px;
	background-color: #FFFFFF;
	border-radius: 10px;
	z-index: 222;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px ;
	box-sizing: border-box;
	/* justify-content: center; */
}
.bkzn_login>div{
	width: 100%;
	/* border: 1px #dddddd solid; */
    height: 40px;
	/* border-bottom: 1px solid #E5E5E5;
	 */
	 background-color: #f8f8f8;
    line-height: 40px;
    /* padding-left: 18px; */
    box-sizing: border-box;
	margin: 5px 0px;
}
.bkzn_login>div>label{
	width: 20px;
}
.username,.phone,.captcheCode{
	/* width: 100%; */
	text-indent: .6em;
	height: 100%;
	outline: none;
}
.submitLogin{
	background-color: #ff7106 !important;
	/* border-radius: 20px; */
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	color: #FFFFFF;
	/* box-shadow: 0px 0px 5px 0px #ff7106; */
	border: none !important;
	width: 100%;
	height: 40px;

}
.submitLogin:hover{
	cursor: pointer;
}
.captcheIdo{
	display: flex;
	justify-content: space-between;
}
.captcheIdo>input{
	width: 60%;
}
.captcheIdo>button{
	width: 40%;
	margin: 5px 0px;
    height: 30px;
    border:none;
    background: #F96203;
	color: #fff;font-size: 13px;
}
.captcheIdo>button:hover{
	cursor: pointer;
}
.CloseModal{
	position: absolute;
    top: -11px;
    right: -15px;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    background: #FFFFFF url(https://s.gaodunwangxiao.com/static-resource/login/images/close.png) center center no-repeat;
    cursor: pointer;
}
.CloseModal:hover{
	cursor: pointer;
}
.labelforClass{
	color: #000;
	text-decoration: none;
	margin: 0px 5px;
}
.contentWidth{
width: 40px;
text-align: left;
font-size: 18px;
border-bottom: 2px solid rgb(249, 98, 3);
color: rgb(249, 98, 3);
padding-bottom: 5px;
}
.submitMessage{
	position: relative;
}
.submitMessage::after{
    content: "";
    position: absolute;
    display: block;
    width: 300px;
    top: -36px;
    color: #bbb;
    font-size: 18px;
}
.prefixType{
	color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 32px;
}
.content-select{
	display: flex;
	align-items: center;
}




.diviver_b{
	position: absolute;
	top: 0px;
	left: 50%;
	background-color: rgba(250,250,250,0);
	width: 100px;
	height: 36px;
	margin-left: 500px;
}

.diviver_c{
	position: absolute;
	top: 130px;
	left: 50%;
	background-color: rgba(0,0,0,0);
	width:423px;
	height:200px;
	z-index: 3;
	margin-left: -226px;
}

.eron_memb{
	background-image: none;
}
.shipin_box{position: relative;}
.intro{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0);
}

.waterworld .banner_btm {
  width: 100%;
  height: 120px;
  position: relative;
}
.waterworld .entermobile {

    height: 120px;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    top: -48px;
    left: 0;
    z-index: 66;
    overflow: hidden;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 17px 27px #c5d7d3;
    display: flex;
    align-items: center;

}
.center {

    width: 1200px;
    margin: 0 auto;

}

.waterworld .entermobile::before {
  content: '免 费';
  position: absolute;
  left: -74px;
  top: 10px;
  width: 200px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #efb960;
  color: #fff;
  transform: rotate(-45deg);
  z-index: 10;
}
.waterworld .entermobile {
  height: 120px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 66;
  overflow: hidden;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 17px 27px #c5d7d3;
  display: flex;
  align-items: center;
}
.waterworld .entermobile .iphonetit {
  font-size: 32px;
  margin-left: 110px;
  font-weight: bold;
  letter-spacing: 5px;
}
.waterworld .entermobile .iphonetit span {
  color: #fd923a;
  font-size: 32px;
}
.waterworld .entermobile img {
  margin-top: 18px;
  margin-right: -136px;
  margin-left: -46px;
}
.waterworld .entermobile span {
  font-size: 28px;
  font-weight: bold;
}
.waterworld .entermobile .free {
  color: #f37064;
}
.waterworld .entermobile .phonetip {
  color: red;
  position: absolute;
  bottom: 9px;
  left: 625px;
  font-size: 14px;
  display: none;
}
.waterworld .entermobile .agreement {
  position: absolute;
  bottom: 9px;
  right: 20px;
  font-size: 14px;
}
.waterworld .entermobile .agreement label span {
  font-size: 14px;
  margin-left: 10px;
}
.waterworld .entermobile .agreement label input {
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-top: -2px;
}
.waterworld .entermobile .agreement a {
  color: #ff0000;
  text-decoration: none;
}
.waterworld .entermobile .ipt {
  margin-right: 74px;
  margin-left: 68px;
}
.waterworld .entermobile .ipt input {
  height: 56px;
  width: 288px;
  line-height: 560px;
  border: 1px solid #e2ded7;
  text-align: left;
  padding-left: 80px;
  border-radius: 4px;
  color: #333;
  background: url('../images/phone.png') no-repeat 26px;
  background-color: #fff;
}
.waterworld .entermobile .ipt input:focus {
  border: 1px solid #dfc9a5;
  background-color: transparent!important;
}
.waterworld .entermobile .ipt input:focus {
  outline: none;
}
.waterworld .entermobile .mybutton {
  width: 240px;
  height: 52px;
  text-align: left;
  outline: none;
  color: #333;
  border-radius: 52px;
  border: none;
  line-height: 52px;
  background: linear-gradient(to right, #f7b059, #fdc657);
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: -10px;
}
.waterworld .entermobile .mybutton:hover {
  cursor: pointer;
  background: url('../images/ljlqa2.png') no-repeat 140px;
  background-color: #2f4dc0;
  color: #fff;
}
.waterworld .entermobile::before {
  content: '免  费';
  position: absolute;
  left: -74px;
  top: 10px;
  width: 200px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #efb960;
  color: #fff;
  transform: rotate(-45deg);
  z-index: 10;
}

.ch-main.bgw {
  background: #fff;
  padding: 30px 20px;
  width: 1200px;
}
.ch-main {
  position: relative;
}
.ch-main {
  margin: 0 auto;
}
.ch-titbox {
  text-align: left;
  position: relative;
  z-index: 1;
}
.ch-whitebox {
  background: #fff;
}
.fl {
  float: left !important;
}
.ch-whiteLeft {
  width: 100%;
}

.ch-table1 {
  width: 100%;
  text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****重点科目***/
a.red{ color: #e3474c!important}
.ch-whitebox{ background:#fff;}
.ch-bluebox{ background:;}
.ch-bluebox .ch-table1 tr td{ color:#fff}
.ch-whiteLeft{ width:100%;}
.ch-table1{ width:100%; text-align:center;}
.ch-table1 tr.first{ color:#3a4384;  }
.ch-table1 tr.first th{ font-size: 18px}
.ch-table1 tr th{font-size:16px; line-height:60px;font-weight:bold; white-space:nowrap; }
.bgbg4 .ch-table1 tr th{ padding-top:0}
.ch-bluebox .ch-table1 tr th{background:#243065; color:#f2c173; font-size:18px}
.ch-table1 tr th:first-child{  padding-left:20px;}
.ch-table1 tr td{ font-size:16px; padding:10px 0; line-height:40px; color:#666;}
.ch-bluebox .ch-table1 tr td{ font-size:18px;line-height:50px;}
.ch-table1.duan tr td{line-height:45px;}
.ch-w590 table{ background:#fff; border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;}
.bg-one .ch-w590 table{border:none}
.ch-table1 tr td:first-child{ padding-left:20px;}
.ch-table1 tbody tr:nth-child(2n+1){ background:#f5f5f5;}
.ch-bluebox .ch-table1 tbody tr:nth-child(2n+1){ background:#243065;}
.ch-table1 tr td.add{}
.ch-table1 span{display:inline-block; vertical-align:middle;}


.ch-videoinfo{background:url(bg1.png) center 0 no-repeat; width:1040px; height:auto; font-size:16px; line-height:30px; color:#666; margin:0 auto}


a.ch-practbtn:hover, a.ch-practbtn.hover {
  background: #eb6066;
    background-image: none;
  background-image: linear-gradient(to right, #f38a6d, #ec686e);
  border: none;
  padding: 1px;
  color: #fff !important;
  transition: all 0.1s;
}
.ch-table1 a:hover {
  color: #f00 !important;
}
a:hover {
  color: #f14a00;
  text-decoration: none !important;
}
a:hover {
  color: #e45c40;
}
.ch-practbtn {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #504aaf;
  color: #504aaf !important;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 14px;
}

a.ch-practbtn:hover, a.ch-practbtn.hover {
  background: #eb6066;
    background-image: none;
  background-image: linear-gradient(to right, #f38a6d, #ec686e);
  border: none;
  padding: 1px;
  color: #fff !important;
  transition: all 0.1s;
}
.ch-practbtn {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #504aaf;
  color: #504aaf !important;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 14px;
}

.ch-table1 tr td {
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
.chakan {
  font-size: 16px;
  color: #333;
}

.jiaocai {
  padding-top: 35px;
  padding-bottom: 35px;
  background: url(../images/tu.jpg) center center no-repeat;
    background-size: auto;
  background-size: cover;
}

.buy_zone2 {
  height: 800px;
  background: url(../images/specialbg.png) no-repeat center;
  
}

.zt-bg03 {
  /* background: url(https://img.233.com/www/img/Special/2021022001/pc/model03_bj.jpg?8b9ef35933669c5ef59d1134a208ed1c) center top no-repeat; */
  /* padding-top: 30px; */
}

.zt-1k {
  padding-bottom: 50px;
}
.zt-1k {
  width: 1200px;
  margin: 0 auto;
}
.zt-wxiao {
  background: url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5)left top no-repeat;
  margin-top: 50px;
  position: relative;
}
.zt-wxiao .zt-wxiao_main {
  height: 445px;
  width: 1200px;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left {
  width: 500px;
  height: 443px;
  box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.1);
  background: #333d75 url(pc/bk_bjsm_tj.jpg?2188a9549a484b01309548b20fa3906f) left top no-repeat;
  float: left;
  position: relative;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav {
 font-size:24px;
 font-weight:bold;
 color:#ffffff;
 line-height:55px;
 padding-left:30px;
 padding-top:10px;
 border-bottom:#5e6691 1px solid
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav span {
 border-bottom:#fff 2px solid;
 display:inline-block;
 font-size:24px;
 font-weight:bold;
 color:#ffffff;
}


.zt-wxiao .zt-wxiao_main .zt-wxiao_nav.zt-wxiao_nav02 {
 color:#414d93;
 border-bottom:#eee 1px solid
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav.zt-wxiao_nav02 span {
 border-bottom:#424e95 2px solid
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 {
 font-size:24px;
 font-weight:bold;
 color:#ffffff;
 line-height:70px;
 height:70px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 span {
 float:left;
 width:233px;
 background:#424e95;
 text-align:center;
 position:relative;
 cursor:pointer
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 span i {
 width:11px;
 height:11px;
 position:absolute;
 bottom:-6px;
 left:110px;
 background:#4d6dc4;
 display:none;
 transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -webkit-transform:rotate(45deg);
 -o-transform:rotate(45deg)
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 span.on {
 background:#4d6dc4
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 span.on i {
 display:block
}
.zt-xuzhi {
 height:905px;
 margin-top:50px;
 padding-bottom:50px
}
.zt-xuzhi .zt-xuzhi_left {
 float:left;
 width:500px;
 height:905px;
 background:#ffffff
}
.zt-xuzhi .zt-xuzhi_left .zt-xuzhi_title {
 width:503px;
 height:80px;
 line-height:80px;
 font-size:24px;
 font-weight:400;
 color:#ffffff;
 text-align:center;
 background:url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) 0 -372px no-repeat
}
.zt-xuzhi .zt-xuzhi_left .zt-xuzhi_main {
 padding:30px 30px
}
.zt-xuzhi .zt-xuzhi_left .zt-xuzhi_h3 {
 font-size:24px;
 font-weight:bold;
 color:#414d93;
 line-height:35px
}
.zt-xuzhi .zt-xuzhi_left .zt-xuzhi_h3 span {
 display:inline-block;
 width:29px;
 height:35px;
 background:url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) 0 -252px no-repeat;
 line-height:35px;
 font-size:16px;
 color:#ffffff;
 text-align:center;
 padding-right:6px
}
.zt-xuzhi .zt-xuzhi_left .zt-xuzhi_content {
 padding-top:16px;
 font-size:14px;
 color:#333333;
 line-height:30px
}
.zt-xuzhi .zt-xuzhi_left .zt-xuzhi_shuoming {
 font-size:14px;
 color:#666666;
 line-height:30px
}
.zt-xuzhi .zt-xuzhi_left .zt-xuzhi_ul li {
 position:relative;
 padding:9px 0 9px 26px;
 color:#666666;
 line-height:24px
}
.zt-xuzhi .zt-xuzhi_left .zt-xuzhi_ul li:before {
 content:'';
 position:absolute;
 top:16px;
 left:0;
 width:20px;
 height:20px;
 background:url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) -37px -270px no-repeat
}
.zt-xuzhi .zt-xuzhi_right {
 float:left;
 width:500px;
 height:905px;
 background:#fff
}
.zt-xuzhi .zt-xuzhi_right .zt-xuzhi_title {
 width:503px;
 height:80px;
 line-height:80px;
 font-size:24px;
 font-weight:400;
 color:#fff;
 text-align:center;
 background:url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) 0 -483px no-repeat
}
.zt-xuzhi .zt-xuzhi_right .zt-xuzhi_main {
 padding:30px 30px
}
.zt-xuzhi .zt-xuzhi_right .zt-xuzhi_h3 {
 font-size:24px;
 font-weight:bold;
 color:#c59f5b;
 line-height:35px
}
.zt-xuzhi .zt-xuzhi_right .zt-xuzhi_h3 span {
 display:inline-block;
 width:29px;
 height:35px;
 background:url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) 0 -303px no-repeat;
 line-height:35px;
 font-size:16px;
 color:#ffffff;
 text-align:center;
 padding-right:6px
}
.zt-xuzhi .zt-xuzhi_right .zt-xuzhi_content {
 padding-top:16px;
 font-size:14px;
 color:#333333;
 line-height:30px
}
.zt-xuzhi .zt-xuzhi_right .zt-xuzhi_shuoming {
 font-size:14px;
 color:#666666;
 line-height:30px
}
.zt-xuzhi .zt-xuzhi_right .zt-xuzhi_ul li {
 position:relative;
 padding:9px 0 9px 26px;
 color:#666666;
 line-height:24px
}
.zt-xuzhi .zt-xuzhi_right .zt-xuzhi_ul li:before {
 content:'';
 position:absolute;
 top:16px;
 left:0;
 width:20px;
 height:20px;
 background:url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) -37px -321px no-repeat
}

.zt-wxiao_nav {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 55px;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_hour {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  padding-top: 20px;
}
.zt-1k {
  padding-bottom: 50px;
}
.zt-1k {
  width: 1200px;
  margin: 0 auto;
}

.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_content {
  padding: 30px 10px 0 30px;
  overflow-y: auto;
  height: 340px;
}

.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_ul li {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  display: block;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
}

.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_ul .zt-wxiao_li-left {
  float: left;
  padding-left: 20px;
  background: url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) -37px -264px no-repeat;
}
.zt-wxiao {
 background:url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5)left top no-repeat;
 margin-top:50px;
 /*! position:relative */
}
.zt-wxiao .zt-wxiao_post-icon {
 position:absolute;
 width:8px;
 height:38px;
 background:#e83528;
 top:26px;
 left:0
}
.zt-wxiao .zt-wxiao_title {
 font-size:34px;
 font-weight:bold;
 color:#333333;
 line-height:34px
}
.zt-wxiao .zt-wxiao_li-icon {
 padding-top:5px
}
.zt-wxiao .zt-wxiao_li-icon span {
 display:inline-block;
 padding:0 5px;
 border:1px solid #ba893e;
 font-size:12px;
 color:#b9873e;
 line-height:18px;
 margin-right:10px
}
.zt-wxiao .zt-wxiao_subtitle {
 padding-top:15px;
 font-size:20px;
 font-weight:400;
 color:#666666;
 line-height:24px
}
.zt-wxiao .zt-wxiao_main {
 height:445px;
 width: 1200px;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left {
 width:500px;
 height:443px;
 box-shadow:0px 8px 30px 0px rgba(0,0,0,0.1);
 background:#333d75 url(https://img.233.com/www/img/Special/2021022001/pc/bk_bjsm_tj.jpg?2188a9549a484b01309548b20fa3906f) left top no-repeat;
 float:left;
 position:relative
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_content {
 padding:30px 10px 0 30px;
 overflow-y:auto;
 height:340px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_hour {
 font-size:24px;
 font-weight:bold;
 color:#ffffff;
 line-height:24px;
 padding-top:20px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_ul {
 color:#fff;
 padding-top:20px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_ul li {
 font-size:14px;
 font-weight:400;
 color:#ffffff;
 line-height:24px;
 display:block;
 overflow:hidden;
 padding-top:8px;
 padding-bottom:8px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_ul .zt-wxiao_li-left {
 float:left;
 padding-left:20px;
 background:url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) -37px -264px no-repeat
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_ul .zt-wxiao_li-right {
 float:left
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_gufen {
 color:#fff;
 padding-top:20px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_gufen li {
 font-size:14px;
 color:#ffffff;
 line-height:24px;
 display:block;
 overflow:hidden;
 padding-top:16px;
 padding-bottom:16px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_gufen .zt-wxiao_li-left {
 width:52px;
 height:52px;
 font-size:16px;
 font-style:italic;
 color:#ffffff;
 line-height:52px;
 float:left;
 text-align:center;
 padding-right:8px;
 background:url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) 0 -626px no-repeat
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_gufen .zt-wxiao_li-right {
 padding-left:27px;
 float:left
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_gufen .zt-wxiao_li-right .zt-wxiao_li-title {
 font-size:18px;
 font-weight:bold;
 line-height:25px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_left .zt-wxiao_ft {
 position:absolute;
 left:30px;
 bottom:30px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right {
 width:700px;
 height:443px;
 background:#ffffff;
 box-shadow:0px 7px 40px 0px rgba(157,163,197,0.18);
 float:left
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content {
 padding:45px 10px 0 25px;
 overflow-y:auto;
 height:340px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content.zt-wxiao_saoma {
 text-align:center;
 font-size:18px;
 color:#333333;
 line-height:36px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul li {
 overflow:hidden;
 padding-bottom:40px;
 width: 320px;
 float: left;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-left {
 width:110px;
 height:130px;
 float:left
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-left img {
 max-width:100%;
 max-height:100%
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-right {
 width:180px;
 height:130px;
 float:left;
 padding-left:20px;
 position:relative
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-title {
 font-size:18px;
 font-weight:400;
 color:#333333;
 line-height:24px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-subtitle {
 font-size:14px;
 font-weight:400;
 color:#999999;
 line-height:24px;
 margin-top:5px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-ft {
 left:20px;
 bottom:0;
 position:absolute
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-ft .zt-btn_chapter {
 margin-right:40px;
 padding:4px 30px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-ft .zt-btn_chapter:hover {
 animation:yd3 1 1s
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-ft .zt-btn_course {
 padding:4px 30px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-ft .zt-btn_course:hover {
 animation:yd3 1 1s
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav {
 font-size:24px;
 font-weight:bold;
 color:#ffffff;
 line-height:55px;
 padding-left:30px;
 padding-top:10px;
 border-bottom:#5e6691 1px solid
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav span {
 border-bottom:#fff 2px solid;
 display:inline-block
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav.zt-wxiao_nav02 {
 color:#414d93;
 border-bottom:#eee 1px solid
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav.zt-wxiao_nav02 span {
 border-bottom:#424e95 2px solid;
 color: #414d93;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 {
 font-size:24px;
 font-weight:bold;
 color:#ffffff;
 line-height:70px;
 height:70px
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 span {
 float:left;
 width:233px;
 background:#424e95;
 text-align:center;
 position:relative;
 cursor:pointer
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 span i {
 width:11px;
 height:11px;
 position:absolute;
 bottom:-6px;
 left:110px;
 background:#4d6dc4;
 display:none;
 transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -webkit-transform:rotate(45deg);
 -o-transform:rotate(45deg)
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 span.on {
 background:#4d6dc4
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_nav2 span.on i {
 display:block
}

.zt-btn_mfst:hover {
  transform: translate(5px);
  color: #FFF9F9;
}
.zt-btn_mfst {
  display: inline-block;
  line-height: 40px;
  background: #daae5d;
  background: linear-gradient(93deg, #b6833b 0%, #daae5d 99%);
  box-shadow: -1px 17px 43px 0px rgba(81,92,156,0.09);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 20px;
  transition: all 0.5s ease-out;
  animation: tt2 infinite 6s;
}

.zt-btn_mfst .zt-btn_mfst-icon {
  width: 36px;
  height: 30px;
  display: inline-block;
  background: url(https://img.233.com/www/img/Special/2021022001/pc/jlt_zs.png?81915f15e7de6e86388f21ddf07ad8c5) 10px -586px no-repeat;
  vertical-align: middle;
}
.zt-btn_mfst {
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.zt-btn_course {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  border: 1px solid #4c6dc5;
  padding: 2px 15px;
  background: #506dc5;
}
.zt-btn_course1 {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  border: 1px solid #ff6e00;
  padding: 2px 15px;
  background: #ff6e00;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-ft .zt-btn_course1:hover {
  animation: yd3 1 1s;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-ft .zt-btn_course:hover {
  animation: yd3 1 1s;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-ft .zt-btn_course1 {
  padding: 4px 30px;
}
.zt-wxiao .zt-wxiao_main .zt-wxiao_right .zt-wxiao_content .zt-wxiao_ul .zt-wxiao_li-ft .zt-btn_course {
  padding: 4px 30px;
}
.zt-btn_mfst:hover {
  transform: translate(5px);
}
.zt-btn_course:hover {
  animation: yd3 1 1s;
}
.zt-btn_course1:hover {
  animation: yd3 1 1s;
}

.zt-btn_course:hover {
	color: #fff;
	}


 @keyframes tt2 {
  50%,
  56%,
  60%,
  64%,
  68%,
  72% {
   -webkit-transform:translateY(0);
   transform:translateY(0)
  }
  54% {
   -webkit-transform:translateY(-10px);
   transform:translateY(-10px)
  }
  58% {
   -webkit-transform:translateY(-8px);
   transform:translateY(-8px)
  }
  62% {
   -webkit-transform:translateY(-6px);
   transform:translateY(-6px)
  }
  66% {
   -webkit-transform:translateY(-4px);
   transform:translateY(-4px)
  }
  70% {
   -webkit-transform:translateY(-2px);
   transform:translateY(-2px)
  }
 }
 @keyframes yd3 {
  16.65% {
   -webkit-transform:skew(-12deg);
   transform:skew(-12deg)
  }
  33.3% {
   -webkit-transform:skew(10deg);
   transform:skew(10deg)
  }
  49.95% {
   -webkit-transform:skew(-6deg);
   transform:skew(-6deg)
  }
  66.6% {
   -webkit-transform:skew(4deg);
   transform:skew(4deg)
  }
  83.25% {
   -webkit-transform:skew(-2deg);
   transform:skew(-2deg)
  }
  100% {
   -webkit-transform:skew(0);
   transform:skew(0)
  }
 }

.margin40 {
  margin-bottom: 40px;
}

.oneCourseList .teacher-x-mod{ margin-bottom: 0;}
.oneCourseList:hover{ box-shadow:0 10px 10px #e4ceb9; }
img {
  border: 0 none;
  vertical-align: top;
}

.oneCourseList .teacherPic{ width: 350px;}
.oneCourseContent span.tagBiao{ top: 10px;}
.oneCourseList .teacherPic h5{ font-size: 16px; color: #fff; text-align: center; left: 50%; top:80px; margin-left:-125px;}
.oneCourseList .teacherPic h5.wordColor{ color: #be6607; top:90px;}
.oneCourseList .teacherPic .tagBrand{ right:3px; top:-20px;}
.oneCourseList .teacherPic .video-icon{ background-position:0 -691px; display: block; width: 38px; height: 38px; right:10px; bottom:10px; cursor: pointer;}
.oneCourseList .courseHeight01{ height:252px;}
.oneCourseList .courseHeight02{ height:264px;}
.oneCourseList .oneCourseContent{ background: url("https://www.chinaacc.com/images/common/column/oneClassBg2022.jpg") repeat-x left bottom #fff;padding: 0px 0px 0px 35px; border-top: 1px solid #f5cba1; border-right: 1px solid #f5cba1; border-bottom: 1px solid #f5cba1; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
.oneCourseList .courseHeight01 .courseBottomBg{ height:250px;}
.oneCourseList .courseHeight02 .courseBottomBg{ height:262px;}
.oneCourseList .courseBottomBg{background: url("https://www.chinaacc.com/images/common/column/coursebottomBg.png") no-repeat right bottom;}
.oneCourseList .oneCourseContent .oneCourseCon{ width:456px;margin: 20px 0px 20px 0;padding-right: 20px; border-right: 1px dashed #ffc07c;}
.oneCourseList .oneCourseContent .oneCourseCon h4{ font-size: 20px; color: #4a1200; margin-bottom:16px;}
.oneCourseList .oneCourseContent .oneCourseCon h5{ height: 32px; line-height: 32px; font-size: 14px; color: #844b00; padding-left: 10px;}
.oneCourseList .oneCourseContent .oneCourseCon h5.barIcon01{ background-position: 0 -80px;}
.oneCourseList .oneCourseContent .oneCourseCon h5.barIcon02{background-position: 0 0px;}
.oneCourseList .oneCourseContent .oneCourseCon h5.barIcon03{background-position: 0 -39px;}

.oneCourseList .oneCourseContent .oneCourseCon ul{ padding: 8px 0;}
.oneCourseList .oneCourseContent .oneCourseCon ul li{display: inline-block;*display:inline;zoom: 1;height: 50px;}
.oneCourseList .oneCourseContent .oneCourseCon ul.twoLine li{ width:205px; }
.oneCourseList .oneCourseContent .oneCourseCon ul.oneLine{width:249px;}
.oneCourseList .oneCourseContent .oneCourseCon ul.oneLine li{width:249px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i{ display: inline-block;*display:inline;zoom: 1; width: 26px; height: 26px; vertical-align: middle; margin-right: 5px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon01{ background-position: 0 -336px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon02{ background-position: 0px -370px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon03{ background-position: 0px -400px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon04{ background-position: 0px -432px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon05{ background-position: 0px -80px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon06{ background-position: 0px -111px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon07{ background-position: 0px -141px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon08{ background-position: 0px -171px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon09{ background-position: 0px -206px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon10{ background-position: 0px -240px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon11{ background-position: 0px -272px;}
.oneCourseList .oneCourseContent .oneCourseCon ul li i.icon12{ background-position: 0px -304px;}
.signingVipClass .signingBox ul li i.icon13{background-position: 0px -463px;}
.signingVipClass .signingBox ul li i.icon14{background-position: 0px -502px;}
.signingVipClass .signingBox ul li i.icon15{background-position: 0px -543px;}

.oneCourseList .oneCourseContent .oneCourseCon h6{background: #ffefe8; border-radius: 5px; font-size: 14px; color: #333; font-weight: normal; margin-right:5px;}
.oneCourseList .oneCourseContent .oneCourseCon h6.oneWord{ height: 32px; line-height: 32px; }
.oneCourseList .oneCourseContent .oneCourseCon h6.twoWord{line-height: 32px;}
.oneCourseList .oneCourseContent .oneCourseCon h6.twoWord span{ line-height: 58px;}
.oneCourseList .oneCourseContent .oneCourseCon h6.twoWord p{line-height: 20px; padding-top:10px; }
.oneCourseList .oneCourseContent .oneCourseCon h6 span{ width: 45px; text-align: center;display: inline-block;*display:inline;zoom: 1; vertical-align: top; border-top-left-radius: 5px; border-bottom-left-radius: 5px; background: #ff5743; font-size: 14px; margin-right:3px; color: #fff;}
.oneCourseList .oneCourseContent .oneCourseCon h6 em{ color: #ff5743; font-weight: bold;}
.oneCourseList .oneCourseContent .oneCourseCon h6 p{display: inline-block;*display:inline;zoom: 1; width:362px; padding: 0 10px; vertical-align: top;}
.oneCourseList .oneCourseContent .oneCourseCon .giveTag{background: url(https://www.chinaacc.com/images/common/column/giftitle.png) no-repeat; text-align: center; font-size: 20px; font-weight: bold; color: #823b0d; width: 186px; height: 82px; line-height:70px; margin-top: 40px;}
.oneCourseList .oneCourseContent .oneCourseCon .giveTag i{background: url(https://www.chinaacc.com/images/common/column/give.png) no-repeat; width: 55px; height: 68px; left:-12px; top:-20px;}


.oneCourseList .oneCourseContent .onCourseBtn{ width:358px;text-align: center; color: #ff5743; font-size: 20px;background: url("https://www.chinaacc.com/images/common/column/courseTopBg.png") no-repeat 30px top; padding-top:50px;}
.oneCourseList .oneCourseContent .onCourseBtn i{display:inline-block;*display:inline;zoom: 1; border-radius: 3px; border: 1px solid #ff5743; color: #ff5743; padding: 3px 8px; font-size: 14px; margin: 15px 5px 0 5px;}
.oneCourseList .oneCourseContent .onCourseBtn h5{ font-size: 28px; color: #522702;}
.oneCourseList .oneCourseContent .onCourseBtn strong{ font-size: 32px;}
.oneCourseList .oneCourseContent .onCourseBtn p{ padding-top: 30px;}
.oneCourseList .oneCourseContent .onCourseBtn p a,.oneCourseList .oneCourseContent .onCourseClass p a{ display: inline-block;*display:inline;zoom: 1; width: 145px; color: #ff5743; height: 44px; border-radius: 24px; line-height: 44px; text-align: center; border: 1px solid #ff5743;}
.oneCourseList .oneCourseContent .onCourseBtn p a.zxkf,.oneCourseList .oneCourseContent .onCourseClass p a.zxkf{ background: #ff5743; color: #fff; margin-left: 10px;box-shadow: 0 5px 5px #ffd2cd;}
.oneCourseList .oneCourseContent .onCourseBtn p a:hover,.oneCourseList .oneCourseContent .onCourseClass p a:hover{ background: #ff5743; text-decoration: none; color: #fff;}
.oneCourseList .oneCourseContent .onCourseBtn p a.zxkf:hover,.oneCourseList .oneCourseContent .onCourseClass p a.zxkf:hover{ background: #f44935;box-shadow: 0 5px 5px #f5c7c3;}

.oneCourseCon p a {
display: inline-block;
width: 180px;
height: 40px;
border-radius: 24px;
line-height: 40px;
text-align: center;
border: 1px solid #ff5743;
margin-left: 5px;
margin-top: -10px;
}
.oneCourseCon p a:hover{ background: #ff5743; text-decoration: none; color: #fff; }
.oneCourseCon p a.zxkf {
background: #ff5743;
color: #fff;
box-shadow: 0 5px 5px #ffd2cd;
margin-left: 35px;
}
.oneCourseCon p a.zxkf:hover{ background: #f44935;box-shadow: 0 5px 5px #f5c7c3;}
.oneCourseList .oneCourseContent .onCourseClass{width:358px;text-align: center; color: #ff5743; font-size: 20px;padding-top:35px;}
.oneCourseList .oneCourseContent .onCourseClass ul{ padding-left:25px;}
.oneCourseList .oneCourseContent .onCourseClass ul li img{ float: left; margin-right: 15px;}
.oneCourseList .oneCourseContent .onCourseClass ul li h5{ font-size: 18px; color: #522702;}
.oneCourseList .oneCourseContent .onCourseClass ul li,.oneCourseList .oneCourseContent .onCourseClass ul li strong{ font-size: 18px; text-align: left; margin-bottom: 15px;}

.oneCourseContent span.tagBiao{right:-5px;top: 10px;background: url(https://www.chinaacc.com/images/common/column/label202201.png) no-repeat;color: #fff;font-size: 13px;width: 85px;height: 36px;line-height: 30px;text-align: right;padding-right: 10px;}
.oneCourseContent span.wordTag{ width: 84px; height: 26px; line-height: 26px; text-align: center;right: 25px; top:30px; border-radius: 13px 13px 13px 0; color: #823b0d; box-shadow: 0 4px 9px #f3e0da;
    background:#fef4e9;
    background:-webkit-linear-gradient(left,#ffd5a1,#ffeacd,#fed3ac);
    background:-moz-linear-gradient(left,#ffd5a1,#ffeacd,#fed3ac);
    background:-ms-linear-gradient(left,#ffd5a1,#ffeacd,#fed3ac);
    background:linear-gradient(left,#ffd5a1,#ffeacd,#fed3ac);
}
.oneCourseList .teacher-x-mod{ margin-bottom: 0;}
.oneCourseList:hover{ box-shadow:0 10px 10px #e4ceb9; }


.bookList2022 li{ width: 245px; background: #fff; border-radius: 3px; padding:20px; margin-right: 20px;float: left;}
.bookList2022 li span{ color: #999; display: block; margin-top: 10px;}
.bookList2022 li h5{ font-size: 18px; height: 46px; line-height: 20px; margin: 10px 0 5px;}
.bookList2022 li p{ color: #ff5743; font-size: 16px;}
.bookList2022 li p strong{ font-size: 24px;}
.bookList2022 li p del{ color: #999; margin-left: 8px;}
.bookList2022 li .learnMore{ display: block; width: 140px; height: 44px; line-height: 44px; border: 1px solid #ff5743; border-radius: 22px; margin: 22px auto 0; text-align: center; color: #ff5743; font-size: 18px;}
.bookList2022 li .learnMore:hover{ background: #ff5743; text-decoration: none; color: #fff;}
.bookList2022 li:hover{ box-shadow: 0 10px 10px rgba(186,186,186,0.3);}



.courseListThree2022 .courseClass{ width:390px; margin-right: 15px;}
.courseListThree2022 .courseClassTop .recordTag{ background:#579ee6;}
.courseListThree2022 .courseClassTop .recordTag01{ background:#ffa372;}
.courseListThree2022 .courseClassTop .recordTag02{ background:#6ac2da;}
.courseListThree2022 .courseClassTop .classLink{ width: 390px; height: 100px;}
.courseListThree2022 .courseClassTop ul.teacherIntroBg01,.courseListThree2022 .courseClassTop ul.teacherIntroBg02,.courseListThree2022 .courseClassTop ul.teacherIntroBg03{background: url(/images/common/column/teacherIntroBg01.png) no-repeat left bottom; height: 85px;padding:115px 0 0 58px; width: 332px;}
.courseListThree2022 .courseClassTop ul.teacherIntroBg02{background: url(https://www.chinaacc.com/images/common/column/teacherIntroBg02.png) no-repeat left bottom;}
.courseListThree2022 .courseClassTop ul.teacherIntroBg03{background: url(https://www.chinaacc.com/images/common/column/teacherIntroBg03.png) no-repeat left bottom;}

.teacherContentDisplay{ margin-bottom: 20px;}
.teacherContentDisplay .circularList{ padding:0;}
.teacherContentDisplay .teacherImgTu{ padding-top:15px;}
.courseListThree2022 .eveyInforBotton a{width:165px; }
.courseListThree2022 .courseClass.last{margin-right: 0;}
.courseListThree2022 .circularYellow li em{ background-position: 0 -624px;}
.courseListThree2022 .circularBlue li em{ background-position: 0 -576px;}
.courseListThree2022 .giveCourse{ height: 30px; line-height: 30px;}
.courseListThree2022 .giveCourse i{ font-size: 14px; margin-top: 2px;}
.courseListThree2022 .teacherContentDisplay{ margin-bottom: 10px;}
.courseListThree2022 .priceCourse{ padding: 10px 0 15px;}
.courseListThree2022 .priceCourse i{ margin-top: 5px;}
.courseListThree2022 .eveyInforBotton{ padding-bottom: 20px;}

.oneCourseList .teacherPic h5.wordColor {
  color: #be6607;
  top: 90px;
}
.oneCourseList .teacherPic h5.wordColor {
  color: #be6607;
  top: 90px;
}
.oneCourseList .teacherPic h5 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  left: 50%;
  top: 80px;
  margin-left: -125px;
}
.abs {
  position: absolute;
}
.barIcon {
  background: url(https://www.chinaacc.com/images/common/column/barIcon.png) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
}
.columnIcon2022 {
  background: url(https://www.chinaacc.com/images/common/column/columnIcon2022.png) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
}
.mb30{
	margin-bottom: 30px;
}