@charset "UTF-8";
/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

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

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 13px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

/*首页-头部*/
.header_one {
  width: 100%;
  height: 36px;
  background-color: #f2f5f7;
}

.header_one .header_one_left {
  float: left;
  font-size: 13px;
  color: #999;
  line-height: 36px;
}

.header_one a {
  float: right;
  font-size: 13px;
  color: #999;
  margin-left: 16px;
  line-height: 36px;
}

.header_one .tb {background: url(/images/top_map.png) 5px center no-repeat;
    background-size: 12px 15px;
    padding: 0 18px 0 24px;}

.header_one a:nth-child(4){
  color: #ff8e00;
  font-weight: bold;
  /* font-size: 13px; */
}

.header_one span{
  float: right;
  width: 114px;
  height: 20px;
  border-radius: 3px;
  margin-left: 9px;
  background: url(/images/720.png) 10px center no-repeat #ff8e00;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  margin-top: 8px;
  text-indent: 30px;
  position: relative;
}

.header_one span:before{
  position: absolute;
  content: '';
  border: 4px solid transparent;
  left: -8px;
  top: 7px;
  border-right-color: #ff8e00;
}

.header_one .header_one_tel {
  float: right;
  padding-left: 23px;
  font-size: 13px;
  color: #ff8e00;
  line-height: 36px;
  background: url(/images/ban_icon1.png) left center no-repeat ;
  background-size: 16px 16px;
}

.header_two {
  width: 100%;
  height: 80px;
  background-color: #fff;
  padding: 12px 0;
}

.header_two .header_two_left {
  width: 252px;
  height: 50px;
  float: left;
  margin-top: 15px;
}

.header_two .header_two_tel{
    color: #ff8e00;
    line-height: 80px;
    font-size: 26px;
    background: url(/images/tel_synew.png) left center no-repeat;
    padding-left: 58px;
}

.header_two .header_sdj{
  width: 196px;
  height: 80px;
  float: left;
  margin-left: 20px;
}

.header_two .header_sdj img{
  height: 80px;
}

.header_two .header_two_ln {
  width: 271px;
  height: 23px;
  float: right;
  margin: 29px 40px 0 0;
  
}

/*.header_two .header_two_ln:hover {
background: url(/images/top_ln.png) no-repeat;
  background: url(/images/top_lnh.png) no-repeat;
}*/

.header_two p {
  float: right;
  line-height: 80px;
  font-size: 17px;
  color: #999;
}

.header_two p a {
  color: #999;
  transition: all 0.3s linear;
}

.header_two p a:hover {
  color: #1a7af8;
}

.header_four {
  width: 100%;
  height: 52px;
  background-color: #216ef4;
  background: linear-gradient(60deg,#216ef4,#1369ff,#105bde);
}

.header_four .header_four_nav .nav_item {
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  float: left;
  padding: 0 21px;
  transition: all 0.3s linear;
}

.header_four .header_four_nav .nav_item:hover {
  background-color: #4a97ff;
}

.header_four .header_four_nav .hot{
  position: absolute;
  right: -4px;
  top: -8px;
  width: 31px;
  height: 20px;
  background: url(/images/hot.png) no-repeat;

}

.header_four .header_four_nav .nav_list {
  float: left;
  position: relative;
}

.header_four .header_four_nav .nav_list:hover .nav_ycitem {
  display: block;
}

.header_four .header_four_nav .nav_ycitem {
  width: 127px;
  padding-bottom: 23px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 52px;
  display: none;
  z-index: 11;
  text-align: center;
}

.header_four .header_four_nav .nav_ycitem a {
  padding: 0 20px;
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 34px;
  /* margin-top: 3px; */
  transition: all 0.3s linear;
}

.header_four .header_four_nav .nav_ycitem a:hover {
  color: #ffffff;
  background: #4f8efb;
}

.header_four .header_four_nav:hover {
  background-color: #4a97ff;
}

.hide {
  display: none;
}

.top_more {
  font-size: 13px;
  color: #999;
  line-height: 14px;
  padding-right: 19px;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAIAAACQKrqGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIyQjQwRDMzRDJGQjExRUE5OEEwQTQ4MDBDQjdBRjREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIyQjQwRDM0RDJGQjExRUE5OEEwQTQ4MDBDQjdBRjREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjJCNDBEMzFEMkZCMTFFQTk4QTBBNDgwMENCN0FGNEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjJCNDBEMzJEMkZCMTFFQTk4QTBBNDgwMENCN0FGNEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7B7OBOAAAAbklEQVR42mKcOXMmA3GABYjT0tIIqps1axYTA9GAAqVLlizZsmULUUr19PSePXu2a9cuopQGBQU9ePBgzZo15LuVBY1/6dKlEydOKCgouLm5ETD1zJkzMjIymOqwmJqUlESDcCXgLWD8EqMUIMAAzSEhAxXdZcoAAAAASUVORK5CYII=) right center no-repeat;
  transition: all 0.3s linear;
}

.top_more:hover {
  color: #1a7af8;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAIAAACQKrqGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE1N0Y5RTkzRDJGQjExRUE4RTg2QTc2QTI5MkI3M0UwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE1N0Y5RTk0RDJGQjExRUE4RTg2QTc2QTI5MkI3M0UwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTU3RjlFOTFEMkZCMTFFQThFODZBNzZBMjkyQjczRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTU3RjlFOTJEMkZCMTFFQThFODZBNzZBMjkyQjczRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4P0RTbAAAAdElEQVR42mKUqvrBQBxgAeKnrewE1UlX/2RiIBpQoNSw41fY3N9EKc20ZT5671/K0t+ElaZZM+/MZtt+7Z/zpF+E3fqfSLfOPPLXY+ovTy2mvXlsBJT27P3joMo0J5oVexQgg9v17DQIVwJpABi/xCgFCDAAmEAhMxduIMAAAAAASUVORK5CYII=) right center no-repeat;
}

.top_title {
  height: 64px;
  border-bottom: 1px solid #ddd;
}

.top_title h3 {
  font-size: 24px;
  color: #232323;
  font-weight: bold;
  line-height: 44px;
  float: left;
  margin-top: 20px;
}
.top_title h3 img{
  width: 35px;
  float:left;
  margin-right:15px;
  margin-top: 5px;
  }

.top_title a {
  width: 88px;
  height: 30px;
  float: right;
  margin: 12px 0 0 20px;
  border-radius: 5px;
  border: 1px solid #1a7af8;
  font-size: 14px;
  color: #1a7af8;
  text-align: center;
  line-height: 30px;
  transition: all 0.3s linear;
}

.top_title a:hover {
  color: #fff;
  background-color: #1a7af8;
}

.top_title .top_title_tel {
  float: right;
  margin-right: 20px;
  line-height: 32px;
  margin-top: 12px;
  padding-left: 21px;
  font-size: 18px;
  font-weight: bold;
  color: #1a7af8;
  background: url(/images/top_teldh.png) left center no-repeat;
}



.user-center {
  margin-top: 22px;
  height: 36px;
  float: right;
}

 .user-center .user-select {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(/images/ban_icon1.png) center no-repeat #fff0dd;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.user-center .user-select:hover {
  background: url(/images/ban_icon1h.png) center no-repeat #ff8e00;
}

.user-center .user-select:hover .user-nav {
  display: block;
}

.user-center .user-select .user-nav {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: -42px;
  z-index: 9999;
  width: 118px;
  border-radius: 3px;
  display: none;
}

.user-center .user-select .user-nav:after {
  position: absolute;
  top: -15px;
  left: 48px;
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #fff;
}

.user-center .user-select .user-nav .link {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.user-center .user-select .user-nav .link:hover {
  color: #ff8e00;
  background: none;
}

.user-center .user-state .user-btn {
  border: 0;
  color: #ff8e00;
  line-height: 36px;
  width: auto;
  height: auto;
  float: left;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.user-center .user-state .user-btn:hover{
  color: #ff8e00;
}

.user-center .user-state {
  float: left;
  margin-left: 10px;
}

.user-center .user-state .register {
  border-left: 0;
}

.user-center .user-login-state {
  float: left;
  margin-left: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #333;
}

.user-center .user-login-state a {
  margin-left: 10px;
  color: #0b82f0;
}




/*首页-底部*/
.top_footer {
  width: 100%;
  /* height: 320px; */
  margin-top: 80px;
  background-color: #216ef4;
}
.top_footer .wrapper{
  height: 100%;
  position: relative;
}

.top_footer .wrapper .beian{
  width: 1200px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3f85ff;
}

.top_footer .top_footer_top {
  min-height: 60px;
  border-bottom: 1px solid #7aa8f7;
}

.top_footer .top_footer_top p {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #f5f7f9;
  line-height: 60px;
}

.top_footer .top_footer_top a {
  float: left;
  font-size: 13px;
  color: #ffe700;
  line-height: 60px;
  margin: 0 10px 0 29px;
  transition: all 0.3s linear;
}

.top_footer .top_footer_top a:hover{
  color: #fff;
}

.top_footer .top_footer_center {
  height: 344px;
  /* border-bottom: 1px solid #7aa8f7; */
}

.top_footer .top_footer_center .top_footer_list {
  width: 185px;
  float: left;
  margin-right: 8px;
}

.top_footer .top_footer_center .top_footer_list span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 15px;
  margin-top: 30px;
  display: block;
}

.top_footer .top_footer_center .top_footer_list a {
  display: block;
  font-size: 14px;
  color: #f7f7f7;
  line-height: 14px;
  margin-top: 20px;
}

.top_footer .top_footer_center .top_footer_list p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  margin-top: 17px;
  display: block;
}

.top_footer .top_footer_center .top_footer_list img {
  float: left;
  margin-top: 22px;
}

.top_footer .top_footer_center .top_footer_list .footer_kx {
  margin-right: 20px;
}

.top_footer .top_footer_center .top_footer_right {
  width: 185px;
  float: right;
}

.top_footer .top_footer_center .top_footer_right img {
  margin: 30px 0 0 67px;
}

.top_footer .top_footer_center .top_footer_right p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 14px;
  margin-top: 10px;
  width: 118px;
  margin-left: 67px;
}

.top_footer .top_footer_bq {
  font-size: 13px;
  color: #e2e2e2;
  text-align: center;
  line-height: 36px;
}

.top_footer .top_footer_bq a{
  color: #999;
}
/*雅思-公共*/
.ysbody {
  background-color: #f5f7f9;
}

.ysbody .header_two .header_two_ln {
  display: none;
}

.header_nav_lm {
  width: 100%;
  height: 90px;
  background-color: #fff;
}

.header_nav_lm h1 {
  float: left;
  line-height: 60px;
  padding-right: 40px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 22px;
  line-height: 60px;
  border-right: 1px solid #d4d9de;
}

.header_nav_lm h1 a{
  color: #1a7af8;
}

.header_nav_lm h1 b {
  font-size: 26px;
  margin-right: 10px;
}

.header_nav_lm .header_nav_lmright a {
  float: left;
  margin: 20px 42px 0 42px;
  font-size: 14px;
  color: #555;
  line-height: 14px;
  transition: all 0.3s linear;
}

.header_nav_lm .header_nav_lmright a:hover {
  color: #1a7af8;
}

.header_nav_ky h1{
  text-align: center;
  margin-top: 10px;
  line-height: 33px;
}

/*头部图标弹框*/
.header_hezuo {
  width: 940px;
  position: absolute;
  top: 65px;
  left: 120px;
}

.header_hezuo span {
  float: right;
  font-size: 18px;
  line-height: 22px;
  color: #1a7af8;
}

.header_hezuo img {
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

.top_tankuang {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
}

.top_tankuang .top_tankuang_img {
  width: 570px;
  height: 374px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -187px;
  margin-left: -285px;
  z-index: 12;
}

.top_tankuang .top_tk_close {
  width: 570px;
  height: 374px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -187px;
  margin-left: -285px;
  z-index: 11;
}

.top_tankuang .top_tk_close span {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -60px;
  background: url(/images/ielts_close.png) no-repeat;
  transition: all 0.3s linear;
}

.top_tankuang .top_tk_close span:hover {
  background: url(/images/ielts_closeh.png) no-repeat;
}

/*列表页-面包屑*/
.crumbs {
  font-size: 14px;
  color: #999;
  padding: 20px 0 20px 16px;
  background: url(/images/ico-sitemap.png) left center no-repeat;
}

.crumbs a {
  color: #999;
}

.crumbs b {
  font-weight: normal;
  color: #1a7af8;
}

/*列表页-底部*/
.footer_list {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  background-color: #216ef4;
}

.footer_list .wrapper{
  height: 100%;
  position: relative;
}

.footer_list .wrapper .beian{
  width: 1200px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202124;
}

.footer_list .wrapper .beian .footer_beian{
  padding-top: 0;
}

.footer_list .wrapper .beian .footer_beian a{
  color: #999;
}

.footer_list .footer_list_top {
  padding-top: 30px;
  margin-left: 185px;
}

.footer_list .footer_list_top a {
  font-size: 14px;
  color: #f5f7f9;
  float: left;
  line-height: 14px;
  margin-right: 25px;
  position: relative;
}

.footer_list .footer_list_top a::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #c7c7c7;
  top: 2px;
  right: -12px;
}

.footer_list .footer_list_top p{
  font-size: 14px;
  color: #fff;
  float: left;
  line-height: 14px;
}

.footer_list .footer_list_center {
  padding-top: 22px;
  margin-left: 178px;
}

.footer_list .footer_list_center p {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  float: left;
  margin-right: 50px;
}

.footer_list .footer_beian {
  font-size: 13px;
  color: #f5f7f9;
  line-height: 22px;
  text-align: center;
  padding-top: 20px;
}

/*列表页-翻页*/
.fanye {
  height: 28px;
  margin: 25px 0 50px 0;
  text-align: center;
}

.fanye a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #999;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.fanye a:hover {
  color: #fff;
  background-color: #1a7af8;
}

.fanye a.current {
  color: #fff;
  background-color: #1a7af8;
}

.fanye .prev, .fanye .next {
  position: relative;
  width: 60px;
}

.fanye .prev:before, .fanye .prev:after, .fanye .next:before, .fanye .next:after {
  position: absolute;
  content: '';
  border: 6px solid transparent;
  top: 50%;
  margin-top: -6px;
}

.fanye .prev:hover, .fanye .next:hover {
  color: #1a7af8;
  background-color: transparent;
}

.fanye .prev:before {
  left: -10px;
  border-right-color: #999;
}

.fanye .prev:after {
  left: -8px;
  border-right-color: #fff;
}

.fanye .prev:hover:before {
  border-right-color: #1a7af8;
}

.fanye .next:before {
  right: -10px;
  border-left-color: #999;
}

.fanye .next:after {
  right: -8px;
  border-left-color: #fff;
}

.fanye .next:hover:before {
  border-left-color: #1a7af8;
}

/* 课程内容页、教师内容页预约*/
.course_yuyue {
  height: 40px;
  margin-top: 30px;
}

.course_yuyue .yyty {
  float: left;
  font-size: 18px;
  color: #232323;
  font-weight: bold;
  line-height: 40px;
}

.course_yuyue .item {
  width: 255px;
  height: 38px;
  float: left;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 20px;
}

.course_yuyue .item span {
  width: 49px;
  float: left;
  font-size: 14px;
  color: #555;
  line-height: 38px;
  text-align: center;
  position: relative;
}

.course_yuyue .item span::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  top: 50%;
  margin-top: -10px;
  right: 0;
}

.course_yuyue .item input {
  width: 180px;
  height: 36px;
  border: none;
  outline: none;
  text-indent: 10px;
  line-height: 38px;
}

.course_yuyue .item .submit_input {
  width: 148px;
  height: 36px;
  float: left;
  outline: none;
  text-indent: 10px;
  background-color: #fff;
  font-size: 14px;
  color: #999;
  line-height: 36px;
  position: relative;
}

.course_yuyue .submit {
  width: 240px;
  height: 40px;
  display: block;
  float: left;
  background-color: #1a7af8;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  transition: all 0.3s linear;
  border-radius: 3px;
  cursor: pointer;
}

.course_yuyue .submit:hover {
  background-color: #4a97ff;
}

.course_yuyue .submit_select {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  float: left;
  width: 238px;
}

.course_yuyue .submit_select_box {
  position: absolute;
  background: #fff;
  width: 188px;
  top: 36px;
  right: 0;
  max-height: 196px;
  overflow: auto;
  display: none;
  border-radius: 0 0 5px 5px;
  z-index: 5;
}

.course_yuyue .submit_select_box.show {
  display: block;
}

.course_yuyue .submit_select_item {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  font-size: 14px;
  padding-left: 10px;
  color: #999;
}

.course_yuyue .submit_select_item:hover {
  color: #232323;
  background-color: #f7f7f7;
}

/*导航更新*/
.header_navtop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.header_four_list .header_four_nav .nav_left{
  float: left;
  width: 200px;
  height: 42px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAWCAYAAAAinad/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk1QjVERjIzNDRGNjExRUI4QUJBRjE1NTdCREQ2NDExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk1QjVERjI0NDRGNjExRUI4QUJBRjE1NTdCREQ2NDExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNURGMjE0NEY2MTFFQjhBQkFGMTU1N0JERDY0MTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNURGMjI0NEY2MTFFQjhBQkFGMTU1N0JERDY0MTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5t/jp3AAAB4UlEQVR42pSVSyhEURjHZzwKGTVCFjbMyGNDpGxIQx7JYkopKyIbGxJDFhYipawsLEwWSlYWSB6hsRDGQlFKNnZGRrNQyOP6H/43n9t1zXz16373e/zPmXPOPROnaZrNgiywpH3bBai0qrcSGtF+bB0801fiGdGKtYAHNm6DXJGbFgP4rMTywR4LQ6DhjxnngR3W3YMmo9i4GHHgn3XUaQRh9qyCNBUcY2A/ShEjM+wP2uicMOGKUaiEz1ElEmf7tmOg/GsQBvU2a6sA5+AM5IDdryhntskRWsVOqp9daJhJNlgW61vPeL9Gx2y9hkTDLHdwWMRGWecAbtAjxXZN1sMJ/NpvWxP5fsbUINVmYkkmojWsmeB7FbgWA3SAWrkBNyAZPIEVkCUWO8jnJigCB8Al8krDrjvKnOAV+IEXhMAIcyl8JgCPyc6mgg8p5gBvoBsUcKsnQQBEWJMIHk3E1HF60UeTosquQB1oA5mctW7vBqF5sAHa9XO2xYXss/iwNe7YIP0jcQY9jD2pl2QeWmV3oNkg5mauC9SBXsbjRd8tKJNNXhBhMgCKGbcz3ilqp0wOsOnl6BOFcyBF5HpFbhFkRnNtp4MF0ajuu0v6p6A81v8ARSk4pEiEF8Gf9Z8CDAB7BE7eDuTKLAAAAABJRU5ErkJggg==) 15px 11px no-repeat #ff9613;
}

.header_four_list .header_four_nav .nav_left:before{
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-top-color: #fff; 
  right: 15px;
  top: 17px;
}

.header_four_list .header_four_nav .nav_left:after{
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-top-color: #ff9613; 
  right: 15px;
  top: 15px;
}

.header_four_list .header_four_nav .nav_left .kckjdh{
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  margin-left: 40px;
}

.header_four_list .header_four_nav .nav_item{
  padding: 0 13px;
}

.header_four_list .header_four_nav .nav_left .top_one_course{
  position: absolute;
  left: 0;
  top: 42px;
  z-index: 11;
  display: none;
}

.header_four_list .header_four_nav .nav_left:hover .top_one_course{
  display: block;
}

.nav_left .top_one_course {
  width: 198px;
  height: 503px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ff9613;
  border-top: 0;
}

.nav_left .top_one_course .top_course_list {
  height: 83px;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}

.nav_left .top_one_course .top_course_list .top_course_kc {
  font-size: 18px;
  color: #905812;
  font-weight: normal;
  line-height: 18px;
  margin-top: 9px;
  width: 100%;
  display: inline-block;
}

.nav_left .top_one_course .top_course_list .top_kcjs{
  float: left;
  font-size: 13px;
  color: #444;
  margin-right: 12px;
  line-height: 12px;
  margin-top: 10px;
}

.nav_left .top_one_course .top_course_list:hover{
  background-color: #fff;
}

.nav_left .top_one_course .top_course_list:hover h3{
  color: #1a7af8;
}

.nav_left .top_one_course .top_course_list:hover::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 18px;
  background-color: #1a7af8;
  left: 0;
  top: 16px;
}

.nav_left .top_one_course .top_course_list:hover .top_course_right{
  display: block;
}

#top_course_right1 .top_course:nth-child(1) .top_course_yc .top_kc_list:nth-child(11) a:nth-child(3){
  background: url(/images/huo.png) right no-repeat;
  padding-right: 19px;
}

#top_course_right1 .top_course:nth-child(1) .top_course_yc .top_kc_list:nth-child(14) a:nth-child(3){
  background: url(/images/huo.png) right no-repeat;
  padding-right: 19px;
}

#top_course_right1 .top_course:nth-child(1) .top_course_yc .top_kc_list:nth-child(15) a:nth-child(3){
  background: url(/images/huo.png) right no-repeat;
  padding-right: 19px;
}

#top_course_right1 .top_course:nth-child(1) .top_course_yc .top_kc_list:nth-child(16) a:nth-child(3){
  background: url(/images/huo.png) right no-repeat;
  padding-right: 19px;
}

#top_course_right1 .top_course:nth-child(2) .top_course_yc .top_kc_list:nth-child(3) a:nth-child(4){
  background: url(/images/huo.png) right no-repeat;
  padding-right: 19px;
}

#top_course_right1 .top_course:nth-child(2) .top_course_yc .top_kc_list:nth-child(4) a:nth-child(5){
  background: url(/images/huo.png) right no-repeat;
  padding-right: 19px;
}


.nav_left .top_one_course .top_course_list #top_course_right2 {
  top: -83px;
}

.nav_left .top_one_course .top_course_list #top_course_right3 {
  top: -166px;
}

.nav_left .top_one_course .top_course_list #top_course_right4 {
  top: -249px;
}

.nav_left .top_one_course .top_course_list #top_course_right5 {
  top: -332px;
}

.nav_left .top_one_course .top_course_list #top_course_right6 {
  top: -415px;
}

.nav_left .top_one_course .top_course_list #top_course_right6 .top_course {
  width: 290px;
  height: auto;
  float: left;
  margin: 20px 20px 0 20px;
  padding-bottom: 40px;
  border-bottom: 0;
  position: relative;
}

.nav_left .top_one_course .top_course_list #top_course_right6 .top_course .kclx_img{
  position: absolute;
  right: 0;
  top: 40px;
}

.nav_left .top_one_course .top_course_list #top_course_right6 .top_course h6 {
  height: 30px;
  font-size: 16px;
  color: #1a7af8;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d9de;
}

.nav_left .top_one_course .top_course_list #top_course_right6 .top_course h6 img{
  float: left;
  margin-right: 10px;
}

.nav_left .top_one_course .top_course_list #top_course_right6 .top_course a {
  font-size: 14px;
  color: #555;
  line-height: 14px;
  display: block;
  margin-top: 10px;
}

.nav_left .top_one_course .top_course_list #top_course_right6 .top_course a:hover {
  color: #1a7af8;
}

.nav_left .top_one_course .top_course_list .top_course_right {
  width: 1000px;
  height: auto;
  min-height: 503px;
  position: absolute;
  left: 198px;
  top: 0;
  display: none;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #ff9613;
  border-right: 1px solid #ff9613;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course:first-child .top_course_zc a:first-child img{
  margin-top: 176px;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course:last-child{
  border-bottom: 0;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_zc{
  width: 80px;
  float: left;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_zc a{
  display: block;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_zc img{
  margin: 20px auto 0;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_zc p{
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 16px;
  margin-top: 10px;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_yc{
  float: left;
  width: 850px;
  margin-left: 15px;
}

.nav_left .top_one_course .top_course_list #top_course_right3 .top_course .top_course_yc,.nav_left .top_one_course .top_course_list #top_course_right4 .top_course .top_course_yc,.nav_left .top_one_course .top_course_list #top_course_right5 .top_course .top_course_yc,.nav_left .top_one_course .top_course_list #top_course_right6 .top_course .top_course_yc{
  width: 100%;
  margin-left: 0;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_yc h6 {
  font-size: 16px;
  color: #1a7af8;
  font-weight: normal;
  line-height: 16px;
  padding-top: 20px;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_yc .top_kc_list{
  margin-top: 9px;
  height: 18px;
  overflow: hidden;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_yc .top_kc_list .top_fenshu{
  font-size: 14px;
  color: #555;
  line-height: 18px;
  width: 105px;
  float: left;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_yc .top_kc_list .top_kc_title{
  font-size: 14px;
  color: #333;
  float: left;
  margin-right: 11px;
  line-height: 18px;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_yc .top_kc_list .top_renshu{
  font-size: 14px;
  color: #ff3000;
  float: left;
  margin-right: 8px;
  line-height: 18px;
}

.nav_left .top_one_course .top_course_list .top_course_right .top_course .top_course_yc .top_kc_list .top_kcnr{
  font-size: 13px;
  line-height: 18px;
  color: #777;
  float: left;
  width: 380px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*新年样式*/

.header_two .new_xnc{
  float: left;
  margin-top: 1px;
  margin-left: 40px;
}
.header_two .wrapper{
  height: 80px;
  position: relative;
}
.header_two .new_xnleft{
  position: absolute;
  top: 0;
  left: -129px;
}
.header_two .new_xnright{
  position: absolute;
  top: 0;
  right: -129px;
}

/*头部-各地分校*/
.header_xq {
	float: right;
	position: relative;
}

.header_xq::before{
	position: absolute;
	content: '';
	right: 2px;
	top: 16px;
	border: 6px solid transparent;
	border-top-color: #ff8e00;
}

.header_xq::after{
	position: absolute;
	content: '';
	right: 2px;
	top: 15px;
	border: 6px solid transparent;
	border-top-color: #f2f5f7;
}

.header_xq .header_gd{
	font-size: 13px;
    color: #999;
    line-height: 35px;
    padding: 0 18px 0 24px;
    border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
	background: url(/images/top_map.png) 5px center no-repeat;
    background-size: 12px 15px;
}

.header_xq:hover .header_gd{
	border-color: #ddd;
	line-height: 35px;
	background: url(/images/top_map.png) 5px center no-repeat #fff;
    background-size: 12px 15px;
}

.header_xqyc{
	position: absolute;
	top: 36px;
	left: -694px;
	z-index: 11;
	width: 938px;
	background: #fff;
	padding: 5px 210px 10px 50px;
	display: none;
border: 1px solid #ddd;
border-top: 0;
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
}

.header_xqlist{
	padding: 5px 0;
	border-bottom: 1px dashed #ddd;
}

.header_xqlist p{
	float: left;
	font-size: 16px;
	color: #000;
	line-height: 38px;
	margin-left: 25px;
}

.header_xqlist .header_item{
	width: 55px;
	margin-left: 50px;
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

.header_xqlist:nth-child(1){
	border-bottom: 0;
}

.header_xqlist:nth-child(1) p{
	color: #ff8e00;
}

.header_xqlist:nth-child(1) .header_item{
	color: #ff8e00;
}

.header_xqlist:nth-child(1) .header_item:nth-child(4){
	color: #ff8e00;
	font-weight: normal;
}

.header_xqlist:nth-child(1) .header_item:hover{
	color: #ff8e00;
}

.header_xqlist:last-child{
	border-bottom: 0;
}

.header_xqlist .header_item:nth-child(4){
	font-weight: normal;
	color: #666;
}

.header_xqlist .header_item:hover{
	color: #000;
}

.header_xq:hover .header_xqyc{
	display: block;
}

iframe{margin: 0 auto;}
input{border: 0;outline: 0;}
table{border-collapse:inherit;border-top: none;border-left: none;}
table,th,tr,td{border-color: #ccc;}
table td{border-bottom: none;border-right: none;}

.mt30{margin-top: 40px;}

.header_two .member_search{width: 220px;float: right;margin-right: 40px;height: 40px;line-height: 40px;background-color: #f8fafb;border-radius: 6px;padding: 0 0px 0 20px;margin-top: 20px;position:relative;}
.header_two .member_search>form>input{height: 40px;line-height: 40px;background: transparent;}
.header_two .member_search>form>button{background: transparent;border: none;cursor: pointer;outline: none;position: absolute;top: 10px;}
.header_two .member_search>form>button>i{font-size: 18px;color: #858992;font-weight: bold;}
.header_two  .member_tel{width: 190px;float: right;margin-top: 16px;}
.header_two  .member_tel>p{font-size: 22px;font-weight: bold;color: #5f6266;margin-bottom: 5px;float: none;line-height: 25px;}
.header_two  .member_tel>p>i{background-color: #1a7af8;color: #ffffff;width: 27px;height: 27px;display: inline-block;line-height: 27px;text-align: center;border-radius:50%;font-weight: normal;vertical-align: 5px;margin-right:4px;}
.header_two  .member_tel>span{font-size: 14px;color: #7d8389;display:block;width:200px;}
.header_two  .member_tel>p>a{color: #1a7af8;font-size: 20px;}



.ul-imgtxtl-3{overflow:hidden}
.ul-imgtxtl-3 li{overflow:hidden;/* border-bottom:1px solid #f5f5f5; */width: 48%;float: left;margin-right: 4%;background: #fff;}
.ul-imgtxtl-3 li:nth-child(2n){margin-right:0}
.ul-imgtxtl-3 .con{overflow:hidden;padding:20px 0}
.ul-imgtxtl-3 .con .left{width: 200px;height: 126px;overflow:hidden;float:left;background-color:#e5e5e5;border-radius:4px;margin-right: 20px;position:relative;}
.ul-imgtxtl-3 .con .pic{width:100%;height:100%;overflow:hidden;position:relative}
.ul-imgtxtl-3 .con .pic img{display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;}
.ul-imgtxtl-3 .left em{display:block;width:40px;height:40px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(/images/iconl-7.png) center center no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover}
.ul-imgtxtl-3 .txt{overflow:hidden}
.ul-imgtxtl-3 .txt .tit a{display:block;font-size: 15px;color: #333;line-height:1.5em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-bottom:8px;}
.ul-imgtxtl-3 .tit em{background:linear-gradient(to left,rgba(255,105,52,1) 0,rgba(255,177,132,1) 100%);display:inline-block;vertical-align:middle;margin:-2px 4px 0 0;height:20px;line-height:20px;border-radius:10px;font-size:12px;color:#fff;padding:0 8px;font-weight:normal;}
.ul-imgtxtl-3 .tit em.blue{background:-webkit-linear-gradient(right,rgba(52,119,255,1) 0,rgba(132,180,255,1) 100%);background:-o-linear-gradient(right,rgba(52,119,255,1) 0,rgba(132,180,255,1) 100%);background:linear-gradient(to left,rgba(52,119,255,1) 0,rgba(132,180,255,1) 100%)}
.ul-imgtxtl-3 .tit em.tou{background:linear-gradient(to left,rgba(255,52,52,1) 0,rgba(255,132,132,1) 100%);}
.ul-imgtxtl-3 .desc{font-size: 13px;color: #949393;line-height:26px;max-height:52px;overflow:hidden;margin-bottom:8px;}
.ul-imgtxtl-3 .info{overflow:hidden}
.ul-imgtxtl-3 .info a{font-size:12px;color:#325f9c;float:right;line-height:1.5em}
.ul-imgtxtl-3 .info .date{font-size:12px;color: #777;line-height:25px;overflow:hidden;vertical-align: middle;}
.ul-imgtxtl-3 .info .date img{display: inline-block;width:15px;padding-top:4px;padding-right:4px;}
.ul-imgtxtl-3 .info .date img:nth-child(1){width:13px;}
.ul-imgtxtl-3 .con .txt .tit a:hover{color: #216ef4;}
.ul-imgtxtl-3 .con .pic:hover img{-webkit-transform:translate(-50%,-50%) scale(1.08,1.08);-ms-transform:translate(-50%,-50%) scale(1.08,1.08);-o-transform:translate(-50%,-50%) scale(1.08,1.08);transform:translate(-50%,-50%) scale(1.08,1.08)}



.cbl_left{
  width: 92px;
  /* height: 622px; */
  position: fixed;
  left: 0;
  top: 50%;
  z-index:100;
  margin-top: -314px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(21, 23, 36, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(21, 23, 36, 0.1);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.cbl_left .cbl_list{
  width: 92px;
  height: 71px;
  padding-top: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cbl_left .cbl_list::after{
  position: absolute;
  content: '';
  width: 72px;
  height: 1px;
  background-color: #f2f2f2;
  bottom: 0;
  left: 10px;
}
.cbl_left .cbl_list .cbl_bai{
  display: none;
}
.cbl_left .cbl_list img{
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
}
.cbl_left .cbl_list span{
  font-size: 14px;
  color: #666;
  line-height: 14px;
  text-align: center;
  display: block;
  margin-top: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cbl_left .cbl_list .cbl_tel{
  font-size: 13px;
}
.cbl_left .cbl_ewm{
  height: 85px;
}
.cbl_left .cbl_ewm img{
  width: 60px;
  height: 60px;
}
.cbl_left .cbl_list .cbl_time{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 15px;
  border-radius: 0 0 0 5px;
  background-color: #ff8e00;
  font-size: 13px;
  text-align: center;
  line-height: 15px;
  color:#fff;
}
.cbl_left .cbl_list:hover{
  background-color: #ff8e00;
}
.cbl_left .cbl_list:hover span{
  color: #fff;
}
.cbl_left .cbl_list:hover .cbl_ju{
  display: none;
}
.cbl_left .cbl_list:hover .cbl_bai{
  display: block;
}
.cbl_left .cbl_list .cbl_zhuce{
  width: 224px;
  height: 225px;
  position: absolute;
  left: 92px;
  top: 8px;
  display: none;
  background: url(/images/cbl_bg.png) top right no-repeat;
}
.cbl_left .cbl_list .cbl_zhuce .cbl_right{
  width: 212px;
  padding-top: 20px;
  margin-left: 12px;
  position: relative;
}
.cbl_left .cbl_list .cbl_zhuce .cbl_close{
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cbl_left .cbl_list .cbl_zhuce h6{
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
.cbl_left .cbl_list .cbl_zhuce p{
  padding-left: 44px;
  font-size: 16px;
  color: #fff;
  line-height: 17px;
  margin-top: 20px;
  background: url(/images/cbl_icon8.png) 20px center no-repeat;
}
.cbl_left .cbl_list .cbl_zhuce a{
  width: 170px;
  height: 30px;
  display: block;
  margin: 23px auto 0;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: rgba(255, 255, 255,0.2);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cbl_left .cbl_list .cbl_zhuce a:hover{
  color: #ff8e00;
  background-color: rgba(255, 255, 255,1);
}
.cbl_left .cbl_list:hover .cbl_zhuce{
  display: block;
}
.cbl_left .shouhui{
  position: absolute;
  left: 92px;
  top: 50%;
  margin-top: -57px;
  width: 17px;
  height: 114px;
  border-radius: 0 4px 4px 0;
  background: url(/images/shou.png);
}



.zl{position: relative;}
.zlu {
  width: 53px;
  position: fixed;
  top: 242px;
  left: 34px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: -4px 7px 6px 1px #ddd;
  text-align: center;
}

.zlu a {
  padding: 9px 7px;
  font-size: 15px;
  color: #696969;
  display: block;
  line-height: 19px;
  /* margin: 4px 0 0 0; */
  position: relative;
  transition: all 0.3s linear;
  /* overflow: hidden; */
  -o-text-overflow: ellipsis;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  border-bottom: 1px solid #ddd;
}
.zlu .aNow{background: #3087fb;color: #ffffff;/* border-top: 1px solid #fff; */border-bottom: 1px solid #fff;}