@charset "utf-8";
@import '../iconfont/iconfont.css';
* {
  word-wrap: break-word;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl,
dd,
li {
  list-style-type: none;
}
html,
body {
  *position: static;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  border: 0;
}
body,
th,
td,
button,
input,
select,
textarea {
  font-family: Arial, "Microsoft YaHei";
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1.6;
}
h1,
h2 {
  font-size: inherit;
}
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}
a,
area {
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  color: #333;
  text-decoration: none;
  outline: none;
}
em {
  font-style: normal;
}
button,
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
.cls:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.cls {
  zoom: 1;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
input[type=button] {
  -webkit-appearance: none;
  outline: none;
}
.ic {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left !important;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.myrow {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
}
.row1 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.row2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.row3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hv-scale {
  overflow: hidden;
  display: block;
}
.hv-scale img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hv-scale-xs {
  overflow: hidden;
}
.hv-scale-xs img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hv-scale-xs:hover img {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}
.tran3 {
  transition: 0.3s;
}
.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.c-base {
  color: #f86f0a;
}
.bg {
  background: #f86f0a;
}
.c-red {
  color: #f86f0a;
}
.bg-red {
  background: #d42705;
}
.bg-white {
  background: #fff;
}
.line-t {
  border-top: 1px solid #eeeeee;
}
.line-b {
  border-bottom: 1px solid #eeeeee;
}
.hv:Hover {
  color: #f86f0a;
}
.hv-f:hover {
  color: #fff;
}
.wrap {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.bdr6 {
  border-radius: 6px;
  overflow: hidden;
}
.cItem {
  display: none;
}
.cItem.active {
  display: block;
}
.round {
  border-radius: 50%;
}
.info-txt {
  font-size: 14px;
  color: #666;
  line-height: 1.76;
}
body {
  background: #efefef;
}
.iconfont {
  font-size: inherit;
}
.base-hd {
  text-align: center;
  margin-bottom: 36px;
}
.base-hd h2 {
  font-size: 30px;
}
.base-hd h2 span {
  color: #f86f0a;
}
.base-hd .desc {
  font-size: 18px;
  color: #444444;
}
.base-hd.white h2 {
  color: #fff;
}
.base-hd.white .desc {
  color: #fff;
}
.base-hd2 {
  text-align: center;
}
.base-hd2 h2 {
  font-size: 24px;
  color: #666;
  height: 42px;
  line-height: 42px;
  background: url(../images/tit_bg.png) no-repeat center;
  margin-bottom: 6px;
}
.base-hd2 .desc {
  font-size: 16px;
  color: #999;
}
.base-hd2.white .desc,
.base-hd2.white h2 {
  color: #fff;
}
.base-hd2.white h2 {
  background-image: url('../images/tit_bg2.png');
}
.base-hd3 {
  text-align: center;
  margin-bottom: 50px;
}
.base-hd3 h2 {
  font-size: 24px;
  margin-bottom: 2px;
}
.base-hd3 .desc {
  font-size: 16px;
  color: #666;
}
.base-hd3 .desc em {
  display: inline-block;
  padding: 0 90px;
  background: url('../images/tit_l.png') no-repeat 0 center, url('../images/tit_r.png') no-repeat right center;
}
.base-hd4 {
  text-align: center;
  background: url(../images/tit_bg5.png) no-repeat center 18px;
  margin-bottom: 30px;
}
.base-hd4.s2 {
  background-image: url('../images/tit_bg3.png');
}
.base-hd4 h2 {
  font-size: 24px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 20px;
  background: #efefef;
}
.base-hd4 .desc em {
  font-size: 16px;
  color: #666;
  display: inline-block;
  padding: 0 76px;
  background: url('../images/tit_l2.png') no-repeat 0 center, url('../images/tit_r2.png') no-repeat right center;
  background-color: #efefef;
}
.base-hd4.white {
  color: #fff;
}
.base-hd4.white h2 {
  background-color: #333;
}
.base-hd4.white .desc em {
  background-color: #333;
  color: #fff;
}
.base-hd5 {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 15px;
  background: url(../images/tit_bg6.png) no-repeat center bottom;
}
.base-hd5 h2 {
  font-size: 24px;
  margin-bottom: 2px;
}
.base-hd5 .desc {
  font-size: 16px;
  color: #666;
}
.base-hd6 {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 15px;
  background: url(../images/tit_bg7.png) no-repeat center bottom;
}
.base-hd6 h2 {
  font-size: 24px;
  margin-bottom: 2px;
}
.base-hd7 {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 15px;
  background: url(../images/tit_bg8.png) no-repeat center 14px;
}
.base-hd7 h2 {
  font-size: 24px;
  margin-bottom: 2px;
  font-weight: bold;
}
.base-hd7 .desc {
  font-size: 16px;
  color: #666;
}
.more-wrap {
  text-align: center;
}
.base-more1 {
  padding: 0 50px;
  display: inline;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 2em;
  background: #f89c0a;
  display: inline-block;
}
/*header*/
.header {
  height: 200px;
}
.head-top {
  height: 40px;
  line-height: 40px;
  background: #000;
}
.head-top h3 {
  color: #bbb;
}
.head-center {
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background: #ffffff;
}
.head-center .logo {
  display: block;
  background: url('../images/hd_logo.png') no-repeat 0 center;
  width: 290px;
  height: 120px;
}
.head-center h1 {
  display: none;
}
.head-center .tags {
  padding-top: 37px;
  line-height: 1;
  text-align: center;
}
.head-center .tags li {
  padding-left: 12px;
  float: left;
  width: 90px;
  text-align: center;
}
.head-center .tags p {
  font-size: 14px;
  color: #000000;
}
.head-center .tags .ic {
  width: 23px;
  height: 23px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.head-center .tags .li1 .ic {
  background-image: url('../images/ic_hd_1.png');
}
.head-center .tags .li2 .ic {
  background-image: url('../images/ic_hd_2.png');
}
.head-center .tags .li3 .ic {
  background-image: url('../images/ic_hd_3.png');
}
.head-nav {
  height: 40px;
  line-height: 40px;
  background: #000;
  position: relative;
}
.head-nav .wrap {
  position: relative;
}
.head-nav .tit {
  width: 260px;
  color: #0a0205;
  font-size: 20px;
  text-indent: 88px;
  background: url(../images/ic_menu.png) no-repeat 30px center #f86f0a;
  letter-spacing: 2px;
}
.head-nav-info {
  left: 30px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 80px;
}
.head-nav-info li {
  float: left;
  font-size: 18px;
  color: #fff;
  margin-left: 60px;
  position: relative;
  z-index: 55;
}
.head-nav-info li .dropbtn,
.head-nav-info li > a {
  display: block;
  color: #fff;
  cursor: pointer;
}
.head-nav-info li .dropbtn:Hover,
.head-nav-info li > a:Hover {
  color: #f86f0a;
}
.head-nav-info .dropinfo {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  top: 100%;
  padding-top: 10px;
  display: none;
}
.head-nav-info .dropinfo::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #f86f0a;
  left: 50%;
  margin-left: -8px;
  top: -6px;
}
.head-nav-info .dropinfo.s2 {
  width: 140px;
  margin-left: -70px;
}
.head-nav-info .dinner {
  font-size: 14px;
  padding: 10px 0;
  border-top: 2px solid #f86f0a;
  line-height: 1;
  background: #333;
}
.head-nav-info .dinner a {
  display: block;
  color: #fff;
  border-top: 1px solid #444;
  line-height: 3;
}
.head-nav-info .dinner a:Hover {
  color: #f86f0a;
}
.head-nav-info .dinner a:first-child {
  border-top: 0;
}
.head-nav-info li:hover .dropbtn {
  color: #f86f0a;
}
.head-nav-info li:hover .dropinfo {
  display: block;
}
.head-nav-info li.active a {
  color: #fff;
}
.banner-nav {
  width: 260px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  height: 525px;
  padding-top: 25px;
  position: absolute;
  left: 50%;
  margin-left: -620px;
  top: 0;
  bottom: 0;
}
.banner-nav li {
  height: 42px;
  line-height: 42px;
  position: relative;
}
.banner-nav .icon-right {
  position: absolute;
  right: 0;
  top: 0;
  right: 14px;
  font-size: 14px;
}
.banner-nav li a {
  color: #eee;
  display: block;
  padding-left: 30px;
}
.banner-nav li a:hover {
  background: #333333;
  color: #f86f0a;
}
.banner {
  position: relative;
}
.banner .wrap {
  position: absolute;
  left: 50%;
  margin-left: -620px;
  z-index: 5;
  top: 0;
}
.banner,
.swiper-banner {
  height: 550px ;
}
.banner .swiper-slide,
.swiper-banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide a,
.swiper-banner .swiper-slide a {
  display: block;
  width: 1000px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.banner .swiper-pagination,
.swiper-banner .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 55;
}
.banner .swiper-pagination .swiper-pagination-switch,
.swiper-banner .swiper-pagination .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
}
.banner .swiper-pagination .swiper-active-switch,
.swiper-banner .swiper-pagination .swiper-active-switch {
  background: #f86f0a;
}
.foot-top {
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  color: #111;
  line-height: 70px;
}
.foot-top .hd {
  font-size: 18px;
}
.foot-top a {
  color: #111;
  transition: 0.3s;
}
.foot-top a:hover {
  color: #fff;
}
.footer {
  background: #333333;
}
.footer .content {
  height: 220px;
  padding: 40px 0;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  position: relative;
}
.footer a {
  transition: 0.3s;
}
.footer a:hover {
  color: #fff;
}
.footer .wrap {
  overflow: hidden;
  zoom: 1;
}
.footer ul {
  float: left;
  display: block;
}
.footer ul li {
  margin-bottom: 15px;
}
.footer ul li a,
.footer .footer ul li {
  font-size: 16px;
  color: #999;
  font-weight: normal;
}
.footer .ft_wx li {
  float: left;
  display: block;
  margin-right: 20px;
  text-align: center;
}
.footer .ft_wx li img {
  display: block;
  margin-bottom: 15px;
}
.footer .jia {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer .ft_1 {
  width: 120px;
}
.footer .ft_2 {
  width: 450px ;
}
.two-nav-box {
  padding: 20px 0 50px;
}
.two-nav-box .nav {
  float: left;
}
.two-nav-box .nav .item {
  float: left;
  background: #fff;
  width: 232px;
  height: 114px;
  margin-left: 19px;
}
.two-nav-box .nav .item:first-child {
  margin-left: 0;
}
.two-nav-box .nav .item .ic {
  padding: 32px 10px 0 30px;
  float: left;
}
.two-nav-box .nav .item span {
  padding-top: 32px;
  float: left;
}
.two-nav-box .nav .item h2 {
  font-size: 16px;
  margin-bottom: 4px;
}
.two-nav-box .nav .item p {
  font-size: 12px;
  color: #999;
}
.two-nav-box .nav a {
  display: block;
  height: 114px;
  overflow: hidden;
}
.two-nav-box .nav a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  color: #f86f0a;
}
.two-nav-box .nav a:hover p {
  color: #f86f0a;
}
.two-nav-box .rightbox {
  width: 232px;
  height: 114px;
  background: #fff;
  float: right;
}
.two-nav-box ul {
  overflow: hidden;
  padding: 10px;
  width: 201px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0 0;
}
.two-nav-box ul li,
.two-nav-box ul li a {
  width: 100px;
  float: left;
  display: block;
  height: 36px;
  line-height: 36px;
  color: #111;
}
.two-nav-box ul li a:Hover {
  color: #f86f0a;
}
.two-nav-box ul .li1,
.two-nav-box ul .li2 {
  border-bottom: solid #dddddd 1px;
  padding-bottom: 5px;
}
.two-nav-box ul .li2,
.two-nav-box ul .li4 {
  border-left: solid #dddddd 1px;
}
.two-nav-box ul .ic {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.two-nav-box ul .li3,
.two-nav-box ul .li4 {
  padding-top: 5px;
}
.two-nav-box ul a > * {
  display: inline-block;
  vertical-align: middle;
}
.two-nav-box ul .ic1 {
  background: url('../images/ic_a1.png') no-repeat center center;
}
.two-nav-box ul .ic2 {
  background: url('../images/ic_a2.png') no-repeat center center;
}
.two-nav-box ul .ic3 {
  background: url('../images/ic_a3.png') no-repeat center center;
}
.two-nav-box ul .ic4 {
  background: url('../images/ic_a4.png') no-repeat center center;
}
.two-nav-box ul .ic {
  background-position: 0 center;
  margin-right: 7px;
}
.lg-nav-box {
  width: 242px;
  float: left;
  margin-right: 16px;
}
.lg-nav-box .item {
  height: 93px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  margin-top: 18px;
  transition: 0.3s;
}
.lg-nav-box .item:first-child {
  margin-top: 0;
}
.lg-nav-box .item:hover {
  transform: scale(0.98);
}
.lg-nav-box a {
  height: 93px;
  padding-left: 102px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  display: block;
  line-height: 93px;
}
.lg-nav-box .item1 {
  background: url('../images/nav1.png') no-repeat center center;
}
.lg-nav-box .item1 a {
  background: url(../images/ic_b1.png) no-repeat 50px center;
}
.lg-nav-box .item2 {
  background: url('../images/nav2.png') no-repeat center center;
}
.lg-nav-box .item2 a {
  background: url(../images/ic_b2.png) no-repeat 50px center;
}
.lg-nav-box .item3 {
  background: url('../images/nav3.png') no-repeat center center;
}
.lg-nav-box .item3 a {
  background: url(../images/ic_b3.png) no-repeat 50px center;
}
.nav3box {
  position: relative;
  width: 486px;
  float: left;
  height: 316px;
  overflow: hidden;
  margin-right: 16px;
}
.nav3box .images img {
  width: 486px;
  height: 316px;
}
.nav3box .images .active {
  display: block;
}
.nav3box p {
  color: white;
  line-height: 55px;
  font-size: 20px;
}
.nav3box .add_m_btn {
  left: 0;
  width: 100%;
  height: 55px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
.nav3box .add_m_btn p {
  cursor: pointer;
  float: left;
  width: 33.3%;
}
.nav3box .add_m_btn p:Hover {
  color: #f86f0a;
}
.nav3box .add_m_btn .active {
  color: #e87a2b;
  position: relative;
  background: url(../images/ic_sj.png) no-repeat center bottom;
}
.c2-listbox {
  background: #fff;
  width: 480px;
  float: right;
  height: 316px;
}
.c2-listbox .inner {
  padding: 10px 28px;
}
.c2-listbox .hd {
  position: relative;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #dddddd;
}
.c2-listbox .hd h3 {
  font-size: 22px;
  font-weight: bold;
}
.c2-listbox .hd h3 i {
  width: 3px ;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}
.c2-listbox .hd .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.c2-listbox .hd .more:Hover {
  color: #f86f0a;
}
.c2-listbox h4 {
  padding-top: 22px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c2-listbox h4 a {
  display: block;
}
.c2-listbox h4 a:Hover {
  color: #f86f0a;
}
.c2-listbox .list a {
  display: block;
  color: #666;
}
.c2-listbox .list a:Hover {
  color: #f86f0a;
}
.c2-listbox .list li {
  position: relative;
  margin-top: 18px;
}
.c2-listbox .list .time {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.icourse-box {
  padding-top: 56px;
}
.icourse-box .bd {
  padding-bottom: 66px;
}
.icourse-box ul {
  padding-bottom: 25px;
  width: 1264px;
}
.icourse-box li {
  background: #fff;
  width: 568px;
  height: 326px;
  float: left;
  margin-bottom: 24px;
  margin-right: 24px;
  padding: 20px;
}
.icourse-box li .leftbox {
  width: 175px;
  background: #fef3eb;
  height: 307px;
  float: left;
  padding: 20px 0 0 15px;
}
.icourse-box li h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.icourse-box li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.icourse-box .star {
  color: #f84747;
  margin-bottom: 30px;
  font-size: 12px;
}
.icourse-box .pricebox {
  line-height: 1;
  margin-bottom: 40px;
}
.icourse-box .pricebox .item {
  display: inline-block;
  vertical-align: bottom ;
}
.icourse-box .pricebox .item b {
  color: #f86f0a;
}
.icourse-box .pricebox .item em {
  color: #999;
}
.icourse-box .pricebox .item1 {
  position: relative;
  top: 5px;
  margin-right: 16px;
}
.icourse-box .pricebox .item1 b {
  font-size: 48px;
}
.icourse-box .pricebox .item2 b {
  font-size: 24px;
}
.icourse-box dl dd {
  line-height: 24px;
}
.icourse-box dl dt {
  margin-bottom: 14px;
}
.icourse-box .rightbox {
  width: 355px;
  float: right;
}
.icourse-box .rightbox .desc {
  padding-top: 20px;
  line-height: 1.76;
  height: 70px;
}
.icourse-box .imgbox {
  position: relative;
  height: 197px;
  overflow: hidden;
  display: block;
}
.icourse-box .imgbox img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.icourse-box .imgbox:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.icourse-box .imgbox .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.icourse-box .btns {
  height: 38px;
}
.icourse-box .btns .btn {
  border: 1px solid #f86f0a;
  width: 160px;
  height: 36px;
  text-align: center;
  color: #f86f0a;
  font-size: 16px;
  transition: 0.3s;
}
.icourse-box .btns .btn em {
  line-height: 36px;
}
.icourse-box .btns .btn:hover {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  color: #fff;
}
.icourse-box .li2 .leftbox {
  background: #fff3e3;
}
.icourse-box .li2 .leftbox .pricebox .item b {
  color: #f49e23;
}
.icourse-box .li2 .btns .btn {
  color: #f49e23;
  border-color: #f49e23;
}
.icourse-box .li2 .btns .btn:hover {
  background: #f49e23;
  color: #fff;
}
.icourse-box .li3 .leftbox {
  background: #ebebfe;
}
.icourse-box .li3 .leftbox .pricebox .item b {
  color: #254cdc;
}
.icourse-box .li3 .btns .btn {
  color: #254cdc;
  border-color: #254cdc;
}
.icourse-box .li3 .btns .btn:hover {
  background: #254cdc;
  color: #fff;
}
.icourse-box .li4 .leftbox {
  background: #e9f4fe;
}
.icourse-box .li4 .leftbox .pricebox .item b {
  color: #23a3f4;
}
.icourse-box .li4 .btns .btn {
  color: #23a3f4;
  border-color: #23a3f4;
}
.icourse-box .li4 .btns .btn:hover {
  background: #23a3f4;
  color: #fff;
}
.izs-box {
  padding: 77px 0 73px;
  background: url('../images/bg1.jpg') no-repeat center center;
}
.izs-box .base-hd {
  margin-bottom: 80px;
}
.izs-box .tab-hd {
  margin-bottom: 70px;
}
.izs-box .tab-hd p {
  float: left;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border: 1px solid #f86f0a;
  border-radius: 6px;
  margin-left: 90px;
  cursor: pointer;
}
.izs-box .tab-hd p:first-child {
  margin-left: 0;
}
.izs-box .tab-hd p:hover,
.izs-box .tab-hd .active {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  color: #fff;
}
.izs-box .tab-bd li {
  float: left;
  width: 402px;
  height: 480px;
  background: #fff;
  margin-left: 17px;
  text-align: center;
}
.izs-box .tab-bd li:first-child {
  margin-left: 0;
}
.izs-box .tab-bd .tit {
  height: 45px;
  line-height: 45px;
  background: url('../images/zs-bg.png') no-repeat center center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.izs-box .tab-bd img {
  width: 355px;
}
.izs-box .tab-bd .desc {
  color: #666;
  padding: 24px 20px 0;
  height: 52px;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 18px;
  text-align: left;
}
.izs-box .tab-bd .btn {
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 0 auto;
}
.izs-box .tab-bd .btn:hover {
  background: #e26406;
}
.iteach-box {
  padding: 60px 0 50px;
  background: url('../images/bg2.jpg') no-repeat center center;
  margin-bottom: 74px;
}
.iteach-box .base-hd {
  margin-bottom: 50px;
}
.imore-btn {
  width: 320px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 20px;
}
.imore-btn > * {
  display: inline-block;
  vertical-align: middle;
}
.imore-btn em {
  line-height: 60px;
}
.imore-btn:hover {
  color: #fff;
  background: #dc6e1c;
}
.iservice-box {
  padding-top: 65px;
}
.iservice-box .leftbox {
  width: 794px;
  height: 440px;
  background: #fff;
}
.iservice-box .left-inner {
  padding: 20px;
}
.iservice-box .rightbox {
  height: 440px;
  width: 388px;
}
.iservice-box .rightbox .adv {
  height: 105px;
  margin-bottom: 25px;
}
.iservice-box .top {
  height: 240px;
  padding-left: 403px;
  position: relative;
}
.iservice-box .top .tab-bd {
  position: absolute;
  left: 0;
  top: 0;
}
.iservice-box .top .tab-bd img {
  width: 370px;
  height: 210px;
}
.iservice-box .top h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 10px;
}
.iservice-box .top .item {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #666;
  cursor: pointer;
  padding-right: 60px;
  position: relative;
}
.iservice-box .top .item:Hover {
  color: #f86f0a;
}
.iservice-box .top .item .time {
  position: absolute;
  right: 0;
  top: 0;
  right: 5px;
}
.iservice-box .top .active {
  color: #f86f0a;
}
.iservice-box .bottom {
  text-align: center;
}
.iservice-box .bottom .item {
  float: left;
  width: 234px;
  margin-left: 25px;
}
.iservice-box .bottom .item:first-child {
  margin-left: 0;
}
.iservice-box .bottom img {
  width: 234px;
  height: 134px;
  display: block;
  margin-bottom: 10px;
}
.iservice-box .bottom a {
  color: #666;
}
.iservice-box .bottom a:hover {
  color: #f86f0a;
}
.iservice-box .list-news {
  height: 158px;
}
.iservice-box .list-news li {
  height: 36px;
  line-height: 36px;
}
.iservice-box .list-news a {
  color: #666;
  position: relative;
  padding-left: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.iservice-box .list-news a:Hover {
  color: #f86f0a;
}
.iservice-box .list-news a::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
  left: 0px;
}
.iservice-box .list-news a:hover {
  color: #f86f0a;
}
.iservice-box .list-news a:hover::before {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.iservice-box .logos {
  width: 445px;
}
.iservice-box .logos img {
  width: 126px;
  height: 47px;
  float: left;
  margin: 0 5px 5px 0;
}
.ihistory-box {
  padding-top: 60px;
}
.ihistory-box .base-hd {
  margin-bottom: 70px;
}
.ihistory-box .main {
  margin-bottom: 56px;
}
.ihistory-box .hd {
  position: relative;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #dddddd;
  border-bottom: 0;
}
.ihistory-box .hd h3 {
  font-size: 22px;
  font-weight: bold;
}
.ihistory-box .hd h3 i {
  width: 3px ;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}
.ihistory-box .hd .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.ihistory-box .hd .more:Hover {
  color: #f86f0a;
}
.ihistory-box .leftbox {
  width: 810px;
  float: left;
}
.ihistory-box .top .item {
  position: relative;
}
.ihistory-box .top .item .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.ihistory-box .top .item .iconfont {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  text-align: center;
  margin-top: -50px;
  font-size: 40px;
  line-height: 60px;
  opacity: 0.8;
}
.ihistory-box .top .item.lg {
  width: 540px;
  height: 316px;
  margin-bottom: 20px;
}
.ihistory-box .top .item.lg .iconfont {
  font-size: 50px;
}
.ihistory-box .top .item.xs {
  width: 250px;
  height: 148px;
  margin-bottom: 20px;
}
.ihistory-box .bottom .item {
  width: 188px;
  float: left;
  margin-left: 19px;
  position: relative;
}
.ihistory-box .bottom .item:first-child {
  margin-left: 0;
}
.ihistory-box .bottom img {
  width: 188px;
  height: 110px;
  display: block;
  margin-bottom: 10px;
}
.ihistory-box .bottom .tit {
  color: #666;
}
.ihistory-box .bottom .iconfont {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  text-align: center;
  margin-top: -42px;
  font-size: 36px;
  line-height: 60px;
  opacity: 0.8;
}
.ihistory-box .bottom a:hover .tit {
  color: #f86f0a;
}
.ihistory-box .rightbox {
  width: 390px;
}
.ihistory-box .rightbox .bd {
  background: #fff;
  height: 486px;
}
.ihistory-box .tz-bd {
  height: 446px!important;
}
.ihistory-box .tz-top {
  padding: 24px 20px 0;
}
.ihistory-box .tz-top h4 {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 18px;
}
.ihistory-box .tz-top h4 a {
  color: #f86f0a;
}
.ihistory-box .tz-top img {
  width: 336px;
  height: 150px;
  display: block;
  margin-bottom: 16px;
}
.ihistory-box .tz-list li {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 36px;
  line-height: 36px;
}
.ihistory-box .tz-list li a {
  display: block;
  padding: 0 20px 0 43px;
  position: relative;
  color: #666;
}
.ihistory-box .tz-list li a::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -2px;
  left: 23px;
}
.ihistory-box .tz-list li a:hover {
  background: #fdf8d8;
  color: #333;
}
.ihistory-box .tz-list li a:hover::before {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.ihistory-list {
  padding-top: 20px;
}
.ihistory-list li {
  margin-bottom: 3px;
}
.ihistory-list li img {
  float: left;
  width: 136px;
  height: 80px;
  margin-right: 16px;
}
.ihistory-list li .tit {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  float: left;
  margin-top: 15px;
  width: 190px;
}
.ihistory-list a {
  display: block;
  padding: 16px 23px;
}
.ihistory-list a:hover {
  background: #fdf8d8;
}
.ibx-list-bd {
  background: #fff;
  height: 446px;
  width: 830px;
}
.ibx-list-bd ul {
  width: 856px;
  padding: 38px 0 0 38px;
}
.ibx-list-bd li {
  float: left;
  width: 240px;
  padding-bottom: 28px;
  margin-right: 20px;
}
.ibx-list-bd img {
  width: 240px;
  height: 140px;
  margin-bottom: 10px;
  display: block;
}
.ibx-list-bd p {
  color: #666;
}
.ibx-list-bd a:hover p {
  color: #f86f0a;
}
.inews-box {
  margin-bottom: 90px;
}
.inews-box .base-hd {
  margin-bottom: 54px;
}
.inews-box .item {
  float: left;
  margin-left: 47px;
  width: 382px;
  height: 440px;
  background: #fff;
}
.inews-box .item:first-child {
  margin-left: 0;
}
.inews-box .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inews-box h3 {
  height: 65px;
  line-height: 65px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.inews-box h3 .icon-right {
  position: absolute;
  right: 0;
  top: 0;
  right: 20px;
  font-size: 14px;
}
.inews-box h3 a {
  color: #fff;
  display: block;
}
.inews-box ol {
  padding: 20px 20px 0 20px;
}
.inews-box ol li {
  position: relative;
  height: 46px;
  line-height: 46px;
}
.inews-box ol li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50% ;
  margin-top: -2px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.inews-box ol li .time {
  position: absolute;
  right: 0;
  top: 0;
}
.inews-box ol li a {
  color: #666;
  padding-left: 12px;
  margin-right: 100px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.inews-box ol li a:Hover {
  color: #f86f0a;
}
.iscience-box {
  margin-bottom: 110px;
}
.iscience-box .tab-hd {
  background: #fff;
  height: 58px;
  line-height: 58px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.iscience-box .tab-hd .item {
  float: left;
  width: 25%;
}
.iscience-box .tab-hd .item:Hover {
  color: #f86f0a;
}
.iscience-box .tab-hd .active span {
  border-bottom: 3px solid #f86f0a;
  padding: 0 30px;
  height: 55px;
  display: inline-block;
}
.iscience-box .tab-bd {
  background: #fff;
}
.iscience-box .cItem {
  padding: 20px;
}
.iscience-box .cItem .lg {
  float: left;
  width: 468px;
  height: 258px;
  margin-right: 20px;
}
.iscience-box .cItem .top {
  margin-bottom: 20px;
}
.iscience-box .cItem .top .xs {
  margin-right: 20px;
}
.iscience-box .cItem .xs img {
  width: 224px;
  height: 120px;
  display: block;
}
.iscience-box .cItem .xs .mbottom {
  margin-bottom: 19px;
}
.iscience-box .cItem .mr0 {
  margin-right: 0!important;
}
.iscience-box .cItem .bottom img {
  margin-left: 20px;
  float: left;
}
.iscience-box .cItem .bottom img:first-child {
  margin-left: 0;
}
.iswiper-teach {
  height: 420px;
  position: relative;
  width: 1260px;
  margin-left: -10px;
}
.iswiper-teach .pnext {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  margin-top: -60px;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5555;
  color: #fff;
  cursor: pointer;
}
.iswiper-teach .pnext:hover {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.iswiper-teach .ic-prev {
  left: 10px;
  border-radius: 0 6px 6px 0;
}
.iswiper-teach .ic-next {
  right: 10px;
  border-radius: 6px 0 0 6px ;
}
.iswiper-teach li {
  float: left;
  width: 232px;
  height: 420px;
  background: #fff;
  border-radius: 10px;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  cursor: default;
}
.iswiper-teach li .desc {
  height: 0;
  color: #f86f0a;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.iswiper-teach .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  background: #fff;
  z-index: 55;
}
.iswiper-teach .content .top {
  height: 50px;
  overflow: hidden;
}
.iswiper-teach .content .top .name {
  line-height: 50px;
  font-size: 18px;
  color: #666;
  float: left;
}
.iswiper-teach .content .top .tag {
  color: #f86f0a;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  padding: 0 10px;
  border: 1px solid #f86f0a;
  margin-top: 15px;
  float: right;
}
.iswiper-teach li:hover .content {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  padding-bottom: 36px;
  padding-top: 20px;
}
.iswiper-teach li:hover .desc {
  height: 96px;
  transition: 0.3s;
}
.iswiper-teach li:hover .top {
  margin-bottom: 10px;
}
.iswiper-teach li:hover .top .name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.iswiper-teach li:hover .top .tag {
  font-size: 16px;
  border: 0;
  padding: 0;
  color: #fff;
}
.serice-box {
  padding: 50px 0 90px;
  background: #fff;
}
.serice-box .bd {
  padding-top: 25px;
}
.serice-box .bd li {
  float: left;
  width: 25%;
  text-align: center;
}
.serice-box .bd li:hover .icon .ic {
  transform: rotateY(180deg);
}
.serice-box .bd .icon {
  display: block;
  background-color: #f89c0a;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 6px;
  margin: 0 auto 10px;
}
.serice-box .bd .icon .ic {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: block;
  border-radius: 50%;
  transition: 0.3s;
}
.serice-box .bd .icon .ic_fw1 {
  background-image: url('../images/ic_fw1.png');
}
.serice-box .bd .icon .ic_fw2 {
  background-image: url('../images/ic_fw2.png');
}
.serice-box .bd .icon .ic_fw3 {
  background-image: url('../images/ic_fw3.png');
}
.serice-box .bd .icon .ic_fw4 {
  background-image: url('../images/ic_fw4.png');
}
.serice-box .bd h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
.serice-box .bd p {
  color: #666;
}
.czs-box {
  background: #363636;
  padding: 56px 0 34px;
}
.czs-box .base-hd2 {
  margin-bottom: 30px;
}
.czs-box .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.czs-box .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 14px;
  background: #f8a70a;
  margin: 0 5px;
  opacity: 0.4;
  cursor: pointer;
}
.czs-box .swiper-active-switch {
  opacity: 1;
}
.cswiper-zs {
  height: 480px;
  width: 1260px;
}
.cswiper-zs .pagination {
  bottom: 0;
}
.cswiper-zs .pnext {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  margin-top: -60px;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5555;
  color: #fff;
  cursor: pointer;
}
.cswiper-zs .pnext:hover {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.cswiper-zs .ic-prev {
  left: 10px;
  border-radius: 0 6px 6px 0;
}
.cswiper-zs .ic-next {
  right: 10px;
  border-radius: 6px 0 0 6px ;
}
.cswiper-zs li {
  float: left;
  width: 400px;
  height: 433px;
  background: #fff;
  text-align: center;
  margin-left: 20px;
}
.cswiper-zs li:first-child {
  margin-left: 10px;
}
.cswiper-zs li .tit {
  height: 45px;
  line-height: 45px;
  background: url('../images/zs-bg.png') no-repeat center center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cswiper-zs li img {
  width: 355px;
}
.cswiper-zs li .desc {
  color: #666;
  padding: 24px 20px 0;
  height: 52px;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 18px;
  text-align: left;
}
.cswiper-zs li .bottom {
  padding: 38px 20px 0;
}
.cswiper-zs li .bottom .btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  margin-right: 25px;
  border: 1px solid #f8a70a;
  border-radius: 2em;
  color: #f8a70a;
  display: block;
}
.cswiper-zs li .bottom .btn:hover {
  background: #f8a70a;
  color: #fff;
}
.cswiper-zs li .bottom .info {
  float: left;
  width: 230px;
  text-align: left;
  color: #666;
}
.cswiper-zs li .bottom .info .iconfont {
  color: #ff5b5b;
}
.cswiper-zs li:hover {
  box-shadow: 0 10px 30px #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.ctrain-box {
  padding: 70px 0 95px;
}
.ctrain-box .bd {
  height: 300px;
  padding-top: 36px;
}
.ctrain-box .leftbox {
  width: 440px;
  background: url(../images/gj3.png) no-repeat 0 0;
  height: 300px;
  padding-left: 300px;
  line-height: 26px;
}
.ctrain-box .leftbox ol {
  padding-top: 10px;
  font-weight: bold;
}
.ctrain-box .leftbox li {
  height: 88px;
}
.ctrain-box .leftbox li > * {
  display: inline-block;
  vertical-align: middle;
}
.ctrain-box .leftbox h4 {
  font-size: 16px;
  color: #fff;
  width: 200px;
  font-weight: bold;
}
.ctrain-box .leftbox .info {
  line-height: 88px;
  min-height: 88px;
}
.ctrain-box .leftbox .li2 {
  padding-left: 50px;
}
.ctrain-box .leftbox .li3 {
  padding-left: 90px;
}
.ctrain-box .rightbox {
  background: #f6f6f6;
  color: #666;
  line-height: 24px;
  margin-top: 50px;
  width: 424px;
}
.ctrain-box .rightbox > p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 36px;
  height: 100%;
  height: 160px;
}
.ctrain-box .rightbox.s2 {
  width: 500px;
  position: relative;
}
.ctrain-box .rightbox.s3 {
  width: 500px;
  left: -50px;
  position: relative;
}
.cadvantage-box {
  padding: 72px 0 0 ;
}
.cadvantage-box .bd {
  padding-top: 40px;
}
.cadvantage-box .btn {
  width: 300px;
  height: 60px;
  background: #f89c0a;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 60px auto 0;
  font-weight: bold;
}
.cadvantage-box .list {
  float: right;
  width: 538px;
}
.cadvantage-box .list li {
  border: 1px solid #999;
  margin-top: 15px;
  padding: 10px 24px 10px 64px;
  position: relative;
  overflow: hidden;
}
.cadvantage-box .list li:first-child {
  margin-top: 0;
}
.cadvantage-box .list em {
  width: 56px;
  height: 56px;
  background: #eb6364;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 0;
  top: -28px;
  color: #fff;
}
.cadvantage-box .list .e2 {
  background: #f99427;
}
.cadvantage-box .list .e3 {
  background: #7dcc5a;
}
.cadvantage-box .list .e4 {
  background: #45a8b4;
}
.cadvantage-box .list .e5 {
  background: #6865df;
}
.cadvantage-box .list .e6 {
  background: #b449b5;
}
.cadvantage-box .list .li2 {
  padding-right: 64px;
  padding-left: 24px;
}
.cadvantage-box .list .li2 em {
  right: 0;
  left: auto;
}
.ctarget-box {
  background: #363636;
  padding: 60px 0;
}
.ctarget-box .bd {
  padding-top: 35px;
}
.ctarget-box .bd .img {
  padding-top: 10px;
}
.ctarget-box .rightbox {
  width: 470px;
  color: #fff;
}
.ctarget-box .rightbox img {
  display: block;
  margin-bottom: 30px;
  width: 470px;
  height: 266px;
}
.ctarget-box .rightbox .info {
  line-height: 26px;
  font-weight: bold;
}
.target-info {
  margin-top: 10px;
  float: left;
  width: 670px;
  height: 321px;
  background: url(../images/c_bg1.png) no-repeat center;
  font-size: 17px;
  position: relative;
  color: #fff;
  text-align: center;
  padding-left: 10px;
}
.target-info h3 {
  font-size: 23px;
  top: 176px;
  color: #333;
  left: 125px;
  width: 300px;
  position: absolute;
  text-align: center;
}
.target-info p {
  position: absolute;
  width: 110px;
  text-align: center;
  padding: 0 20px;
}
.target-info p span {
  height: 124px;
  width: 110px;
  display: table-cell;
  vertical-align: middle;
}
.target-info .p1 {
  left: 120px;
}
.target-info .p2 {
  top: 67px;
  left: 5px;
}
.target-info .p3 {
  top: 197px;
  left: 5px;
}
.target-info .p4 {
  top: 66px;
  left: 396px;
}
.target-info .p5 {
  top: 197px;
  left: 396px;
}
.target-info .color {
  color: #f89c0a;
}
.cobject-box {
  padding: 60px 0;
}
.cobject-box .btn {
  width: 400px;
  height: 60px;
  background: #f89c0a;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 60px auto 0;
  font-weight: bold;
}
.cobject-box ol {
  margin-bottom: 50px;
  padding-top: 30px;
}
.cobject-box ol li {
  width: 380px;
  float: left;
  margin-left: 50px;
}
.cobject-box ol li:first-child {
  margin-left: 0;
}
.cobject-box ol h3 {
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.cobject-box ol h3.bg1 {
  background-image: url('../images/cbg_b1.jpg');
}
.cobject-box ol h3.bg2 {
  background-image: url('../images/cbg_b2.jpg');
}
.cobject-box ol h3.bg3 {
  background-image: url('../images/cbg_b3.jpg');
}
.cobject-box ol .info {
  color: #666;
  padding-left: 40px;
}
.cobject-box ol .info p {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.cobject-box ol .info .ic {
  width: 30px;
  height: 30px;
  background-color: #000;
  margin-right: 10px;
  color: #666;
  vertical-align: middle;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.cobject-box ol .info .a1 {
  background-image: url('../images/ic_c_a1.png');
}
.cobject-box ol .info .a2 {
  background-image: url('../images/ic_c_a2.png');
}
.cobject-box ol .info .a3 {
  background-image: url('../images/ic_c_a3.png');
}
.cobject-box ol .info .a4 {
  background-image: url('../images/ic_c_a4.png');
}
.cobject-box ol .info .a5 {
  background-image: url('../images/ic_c_a5.png');
}
.cobject-box ol .info .a6 {
  background-image: url('../images/ic_c_a6.png');
}
.cobject-box ol .info .a7 {
  background-image: url('../images/ic_c_a7.png');
}
.cobject-box ol .info .a8 {
  background-image: url('../images/ic_c_a8.png');
}
.cobject-box ol .info .a9 {
  background-image: url('../images/ic_c_a9.png');
}
.cobject-box ol .info .a10 {
  background-image: url('../images/ic_c_a10.png');
}
.cobject-box ol .info .a11 {
  background-image: url('../images/ic_c_a11.png');
}
.cobject-box ol .info .a12 {
  background-image: url('../images/ic_c_a12.png');
}
.cobject-box .s2 {
  padding-left: 64px;
}
.cobject-box .s2 .info {
  padding-left: 110px;
}
.cobject-box .s2 li {
  width: 529px;
}
.cobject-box .s2 li h3 {
  height: 166px;
  line-height: 166px;
}
.cobject-box .s2 .bg4 {
  background-image: url('../images/cbg_b4.jpg');
  width: 527px;
}
.cobject-box .s2 .bg5 {
  background-image: url('../images/cbg_b5.jpg');
}
.cinfo-box {
  padding-top: 56px;
}
.cinfo-box .bd {
  padding-top: 28px;
}
.cinfo-box .videobox {
  width: 506px;
  height: 308px;
  float: left;
  position: relative;
}
.cinfo-box .videobox .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 308px;
}
.cinfo-box .list {
  float: right;
  width: 730px;
}
.cinfo-box .list li {
  float: left;
  width: 218px;
  height: 144px;
  background-color: #eb6364;
  border-radius: 6px;
  margin: 0 0 20px 25px;
  text-align: center;
  color: #fff;
}
.cinfo-box .list h4 {
  font-size: 20px;
  padding: 20px 0 0px;
  font-weight: bold;
}
.cinfo-box .list .btns {
  padding-top: 14px;
}
.cinfo-box .list .btns a {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 2em;
  text-align: center;
  margin: 0 5px;
  color: #fff;
}
.cinfo-box .list .btns a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.cinfo-box .list .li2 {
  background: #b13ff2;
}
.cinfo-box .list .li3 {
  background: #f99427;
}
.cinfo-box .list .li4 {
  background: #5388f7;
}
.cinfo-box .list .li5 {
  background: #6b5ed7;
}
.cinfo-box .list .li6 {
  background: #51d275;
}
.cinfo-box .list.s2 {
  padding-top: 54px;
}
.cinfo-box .list.s2 li {
  width: 281px;
  height: 186px;
}
.cinfo-box .list.s2 h4 {
  font-size: 25px;
  padding-top: 26px;
}
.cinfo-box .list.s2 .total {
  margin: 5px 0;
}
.cinfo-box .list.s2 .btns a {
  width: 104px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.cnavs-box {
  height: 44px;
}
.cnavs-box.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.cnavsbox {
  width: 1240px;
  margin: 0 auto;
  height: 42px;
  line-height: 42px;
  border: 1px solid #666666;
  text-align: center;
  border-left: 0;
  display: table;
}
.cnavsbox a {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #666;
  color: #666;
}
.cnavsbox a.on,
.cnavsbox a:hover {
  background-color: #030303;
  color: #fff;
}
.cprice-box {
  padding-bottom: 27px;
}
.cprice-box .cswiper {
  width: 607px;
  height: 338px;
  float: left;
}
.cprice-box .cswiper .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.cprice-box .cswiper .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 14px;
  background: #f8a70a;
  margin: 0 5px;
  opacity: 0.4;
  cursor: pointer;
}
.cprice-box .cswiper .swiper-active-switch {
  opacity: 1;
}
.cprice-box .rightbox {
  float: right;
  width: 556px;
}
.cprice-box h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 1;
}
.cprice-box .price {
  color: #f8800a;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.cprice-box .info li {
  line-height: 45px;
  color: #666;
}
.cprice-box .info .ic {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.cprice-box .info .ic1 {
  background-image: url('../images/ic_c_tag1.png');
}
.cprice-box .info .ic2 {
  background-image: url('../images/ic_c_tag2.png');
}
.cprice-box .info .ic3 {
  background-image: url('../images/ic_c_tag3.png');
}
.cprice-box .info .ic4 {
  background-image: url('../images/ic_c_tag4.png');
}
.cprice-box .rightbox.s2 {
  padding-top: 28px;
}
.cprice-box .rightbox.s2 .info {
  margin: 20px 0 10px;
}
.cprice-box .btns {
  padding-top: 20px;
}
.cprice-box .btns .btn {
  background: #f89c0a;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  margin-right: 26px;
}
.cprice-box .btns .btn.gray {
  background: #eeeeee;
  color: #999;
}
.cprice-box .btns .btn.gray:hover {
  background: #f89c0a;
  color: #333;
}
.v-thumbs {
  padding: 40px 0 30px;
  font-size: 18px;
}
.v-thumbs a:hover {
  color: #f86f0a;
}
.banner-img {
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
}
.banner-img a {
  display: block;
  height: 100%;
}
.zs-box-1 {
  padding-top: 25px;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 62px;
}
.zs-box-1 li {
  float: left;
  background: #fff;
  width: 290px;
  height: 280px;
  margin-left: 26px;
  text-align: center;
  color: #666;
  transition: 0.3s;
}
.zs-box-1 li:first-child {
  margin-left: 0;
}
.zs-box-1 li:hover {
  box-shadow: 0 10px 30px #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.zs-box-1 .ic {
  width: 77px;
  height: 77px;
  display: inline-block;
  margin-top: 40px;
}
.zs-box-1 .ic1 {
  background: url('../images/zs_a1.png') no-repeat center center;
}
.zs-box-1 .ic2 {
  background: url('../images/zs_a2.png') no-repeat center center;
}
.zs-box-1 .ic3 {
  background: url('../images/zs_a3.png') no-repeat center center;
}
.zs-box-1 .ic4 {
  background: url('../images/zs_a4.png') no-repeat center center;
}
.zs-box-1 h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 21px 0 20px;
}
.zs-box-1 .info {
  margin: 0 40px;
}
.zs-box-2 {
  min-width: 1260px;
  background: url('../images/bg_k.jpg') no-repeat center center;
  height: 680px;
  color: #fff;
  text-align: center;
}
.zs-box-2 .hd {
  font-size: 24px;
  padding: 56px 0;
  text-align: center;
}
.zs-box-2 .bd {
  width: 1260px;
  margin: 0 auto;
  position: relative;
}
.zs-box-2 ul {
  width: 900px;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 16px;
}
.zs-box-2 ul li {
  width: 330px;
}
.zs-box-2 .ul2 {
  width: 1260px;
}
.zs-box-2 .id {
  font-size: 18px;
  color: #ccc;
}
.zs-box-2 .info {
  font-size: 20px;
  position: relative;
}
.zs-box-2 .info::after {
  content: '';
  display: block;
  margin: 20px auto 0;
  width: 90px;
  height: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.zs-box-2 .btn {
  border: 1px solid #fff;
  border-radius: 2em;
  color: #fff;
  height: 56px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  padding: 0 38px ;
  font-size: 24px;
  margin-top: 60px;
  transition: 0.3s;
}
.zs-box-2 .btn:hover {
  background: #fff;
  color: #f86f0a;
}
.zs-box-2 .centerbox {
  position: absolute;
  left: 50%;
  margin-left: -196px;
  top: 0;
  text-align: center;
  background: url('../images/ic_k.png') no-repeat center center;
  width: 392px;
  height: 340px;
}
.zs-box-2 .centerbox h2 {
  padding-top: 210px;
  font-size: 24px;
}
.zs-box-2 .centerbox p {
  font-size: 24px;
  margin-top: 10px;
}
.zs-box-6 {
  padding: 87px 0 150px;
}
.zs-box-6 .base-hd3 {
  position: relative;
}
.zs-box-6 .base-hd3 .more {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-weight: normal;
  line-height: 38px;
}
.zs-box-6 .base-hd3 .more:Hover {
  color: #f86f0a;
}
.zs-box-6 .bd .more {
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #f86f0a;
  border: 1px solid #f86f0a;
  display: block;
  margin: 40px auto 0;
  border-radius: 2em;
  transition: 0.3s;
}
.zs-box-6 .bd .more:hover {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  color: #fff;
  box-shadow: 0 0 20px rgba(230, 103, 50, 0.5);
}
.zs-box-6 ul {
  width: 1256px;
}
.zs-box-6 li {
  float: left;
  width: 402px;
  height: 80px;
  color: #fff;
  margin: 0 16px 16px 0;
  background: #00cccc;
  font-size: 22px;
  border-radius: 4px;
  transition: 0.3s;
}
.zs-box-6 li a {
  color: #fff;
  line-height: 80px;
  display: block;
  padding-left: 118px;
  background: url(../images/ic_book.png) no-repeat 68px center;
}
.zs-box-6 li:hover {
  box-shadow: 0 10px 30px #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.zs-box-6 li:nth-child(9),
.zs-box-6 li:nth-child(1) {
  background: #00cccc;
}
.zs-box-6 li:nth-child(2) {
  background: #6699ff;
}
.zs-box-6 li:nth-child(3) {
  background: #ff6666;
}
.zs-box-6 li:nth-child(4) {
  background: #9999ff;
}
.zs-box-6 li:nth-child(5) {
  background: #a336f7;
}
.zs-box-6 li:nth-child(6) {
  background: #66ceff;
}
.zs-box-6 li:nth-child(7) {
  background: #fe945f;
}
.zs-box-6 li:nth-child(8) {
  background: #33cc99;
}
.zs-box-5 .ic {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.zs-box-5 ul {
  background: #fff;
  text-align: center;
  padding: 68px 0;
}
.zs-box-5 ul li {
  float: left;
  width: 20%;
  border-left: 1px solid #cccccc;
  position: relative;
  margin-left: -1px;
}
.zs-box-5 ul li:first-child {
  border-left: 0;
}
.zs-box-5 ul h3 {
  font-size: 20px;
  color: #666;
  margin-top: 24px;
  font-weight: bold;
}
.zs-box-5 ul .info {
  color: #999;
  max-width: 146px;
  margin: 5px auto 0;
}
.zs-box-5 ul .ic1 {
  background: url('../images/ic_h_1.png') no-repeat center center;
}
.zs-box-5 ul .ic2 {
  background: url('../images/ic_h_2.png') no-repeat center center;
}
.zs-box-5 ul .ic3 {
  background: url('../images/ic_h_3.png') no-repeat center center;
}
.zs-box-5 ul .ic4 {
  background: url('../images/ic_h_4.png') no-repeat center center;
}
.zs-box-5 ul .ic5 {
  background: url('../images/ic_h_5.png') no-repeat center center;
}
.zs-box-4 {
  padding-bottom: 77px;
}
.zs-box-4 li {
  border: 1px solid #ccc;
  width: 230px;
  height: 418px;
}
.zs-box-3 {
  padding: 70px 0 80px;
}
.zs-box-3 ul {
  width: 1260px;
}
.zs-box-3 li {
  background: #fff;
  width: 295px;
  height: 290px;
  float: left;
  margin: 0 20px 20px 0;
  padding-top: 40px;
  transition: 0.3s;
  cursor: pointer;
}
.zs-box-3 li:hover {
  box-shadow: 0 10px 30px #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.zs-box-3 .btn {
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ff8e40;
  display: block;
  margin: 0 auto;
  border-radius: 2em;
  font-size: 18px;
}
.zs-box-3 .btn:hover {
  background: #eb7b2e;
}
.zs-box-3 .info {
  margin: 5px 26px 0;
  color: #666;
  height: 88px;
}
.zs-box-3 h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.zs-box-3 .ic {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto 16px;
}
.zs-box-3 .ic1 {
  background: url('../images/ic_g_1.png') no-repeat center center;
}
.zs-box-3 .ic2 {
  background: url('../images/ic_g_2.png') no-repeat center center;
}
.zs-box-3 .ic3 {
  background: url('../images/ic_g_3.png') no-repeat center center;
}
.zs-box-3 .ic4 {
  background: url('../images/ic_g_4.png') no-repeat center center;
}
.zs-box-3 .ic5 {
  background: url('../images/ic_g_5.png') no-repeat center center;
}
.zs-box-3 .ic6 {
  background: url('../images/ic_g_6.png') no-repeat center center;
}
.zs-box-3 .ic7 {
  background: url('../images/ic_g_7.png') no-repeat center center;
}
.zs-box-3 .ic8 {
  background: url('../images/ic_g_8.png') no-repeat center center;
}
.serice-box.s2 {
  background: none;
  padding-bottom: 10px;
}
.kc-box-3 {
  background: #333333;
  padding: 70px 0 26px;
}
.kc-box-3 .base-hd4 {
  margin-bottom: 56px;
}
.kc-box-3 ul {
  width: 1280px;
}
.kc-box-3 li {
  float: left;
  width: 600px;
  height: 146px;
  border: 2px solid #999;
  border-radius: 6px;
  margin-right: 36px;
  margin-bottom: 36px;
}
.kc-box-3 li > * {
  margin-left: 20px;
}
.kc-box-3 li h4 {
  font-size: 20px;
  color: #f86f0a;
  font-weight: bold;
  margin-bottom: 26px;
  margin-top: 27px;
  padding-left: 30px;
  background: url(../images/ic_dot.png) no-repeat 0 center;
}
.kc-box-3 li .info {
  color: #ddd;
}
.kc-box-4 {
  padding-top: 68px;
}
.kc-box-1 {
  padding-bottom: 30px;
}
.kc-box-1 .base-hd4 {
  margin-bottom: 60px;
}
.kc-box-1 ul {
  width: 1270px;
}
.kc-box-1 li {
  float: left;
  margin: 0 30px 30px 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 600px;
  height: 208px;
  position: relative;
  transition: 0.3s;
}
.kc-box-1 li h4 {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  border-radius: 0 30px 30px 0;
  background: #ff575f;
  width: 390px;
  margin-top: 30px;
  padding-left: 32px;
  font-weight: bold;
}
.kc-box-1 li h4.bg2 {
  background: #6f5adf;
}
.kc-box-1 li h4.bg3 {
  background: #2cd8a7;
}
.kc-box-1 li h4.bg4 {
  background: #fe8d01;
}
.kc-box-1 li .info {
  padding: 20px 30px;
  color: #999;
}
.kc-box-1 li .link {
  font-size: 16px;
  color: #ff575f;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.kc-box-1 li .link:Hover {
  color: #f86f0a;
}
.kc-box-1 li:hover {
  box-shadow: 0 10px 30px #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.kc-box-2 {
  padding-bottom: 50px;
}
.kc-box-2 .base-hd4 {
  margin-bottom: 60px;
}
.kc-box-2 ul {
  width: 1270px;
}
.kc-box-2 li {
  float: left;
  margin: 0 20px 0 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 294px;
  height: 182px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.kc-box-2 li h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0  15px 20px;
}
.kc-box-2 li .info {
  padding: 0 20px;
  color: #666;
}
.kc-box-2 li .id {
  font-size: 16px;
  color: #ff575f;
  position: absolute;
  right: 0;
  top: -50px;
  border-radius: 50%;
  padding-top: 45px;
  background: #ff575f;
  line-height: 46px;
  text-align: center;
  font-size: 24px ;
  color: #fff;
  width: 96px;
  height: 45px;
  font-weight: bold;
}
.kc-box-2 li .id.bg2 {
  background: #6f5adf;
}
.kc-box-2 li .id.bg3 {
  background: #2cd8a7;
}
.kc-box-2 li .id.bg4 {
  background: #fe8d01;
}
.kc-box-2 li:hover {
  box-shadow: 0 10px 30px #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.adv2 {
  background: #f23756;
  text-align: center;
}
.kc-box-5 {
  padding: 50px 0 40px;
}
.kc-box-5 .base-hd4 {
  margin-bottom: 46px;
}
.swiper-needs {
  width: 1238px;
  padding-bottom: 40px;
  height: 656px;
}
.swiper-needs .pnext {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  margin-top: -60px;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5555;
  color: #fff;
  cursor: pointer;
}
.swiper-needs .pnext:hover {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.swiper-needs .ic-prev {
  left: 10px;
  border-radius: 0 6px 6px 0;
}
.swiper-needs .ic-next {
  right: 10px;
  border-radius: 6px 0 0 6px ;
}
.swiper-needs .ic-next {
  right: 0;
}
.swiper-needs .ic-prev {
  left: 0;
}
.swiper-needs li {
  width: 302px;
  height: 616px;
  background: #fff;
  float: left;
  margin-left: 10px;
  transition: 0.3s;
}
.swiper-needs li:first-child {
  margin-left: 0;
}
.swiper-needs li:hover {
  box-shadow: 0 10px 30px #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.swiper-needs .imgbox {
  position: relative;
  overflow: hidden;
  display: block;
}
.swiper-needs .imgbox img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.swiper-needs .imgbox:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.swiper-needs .imgbox h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  font-weight: bold;
  font-size: 20px;
}
.swiper-needs .content {
  padding: 38px 30px;
}
.swiper-needs .stars {
  color: #f7434e;
  margin-bottom: 10px;
}
.swiper-needs .stars i {
  margin-right: 4px;
}
.swiper-needs .daybox {
  position: relative;
}
.swiper-needs .daybox em {
  font-size: 24px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}
.swiper-needs .daybox .day,
.swiper-needs .daybox .time {
  font-size: 30px;
  color: #f86f0a;
  font-weight: bold;
}
.swiper-needs .daybox .day {
  font-size: 60px;
}
.swiper-needs .daybox .time {
  padding-top: 30px;
}
.swiper-needs h4 {
  font-size: 20px;
  margin-bottom: 60px;
}
.swiper-needs .tags {
  margin-bottom: 40px;
}
.swiper-needs .tags p {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  background: #ffecd9;
  border: 1px solid #f86f0a;
  padding: 0 20px;
  border-radius: 10px;
  color: #f86f0a;
  margin-left: 20px;
}
.swiper-needs .tags p:first-child {
  margin-left: 0;
}
.swiper-needs .link {
  font-size: 20px;
  font-weight: bold;
}
.swiper-needs .link:Hover {
  color: #f86f0a;
}
.swiper-needs .link .iconfont {
  font-size: 16px;
}
.swiper-needs .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 55;
}
.swiper-needs .swiper-pagination .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999999;
  display: inline-block;
  margin: 0 5px;
}
.swiper-needs .swiper-pagination .swiper-active-switch {
  background: #f86f0a;
}
.sz-box-1 {
  padding-bottom: 70px;
}
.sz-box-1 .bd {
  padding-top: 38px;
}
.sz-box-1 ul {
  margin-bottom: 46px;
}
.sz-box-1 li {
  float: left;
  margin-left: 32px;
  width: 286px;
  height: 222px;
  position: relative;
  text-align: center;
}
.sz-box-1 li ._bg {
  width: 302px;
  height: 222px;
  position: absolute;
  left: 50%;
  margin-left: -151px;
  z-index: -1;
  background: url('../images/m_bg3.png') no-repeat center center;
}
.sz-box-1 li:first-child {
  margin-left: 0;
}
.sz-box-1 li h4 {
  font-size: 20px;
  color: #666;
  padding: 70px 0 14px;
  margin-bottom: 12px;
  font-weight: bold;
}
.sz-box-1 li .info {
  color: #666;
  line-height: 26px;
  width: 170px;
  margin: 0 auto;
}
.sz-box-1 li .icon {
  width: 118px;
  height: 118px;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  top: -55px;
  background: url('../images/sz_a_bg2.png') no-repeat center center;
}
.sz-box-1 li .icon.s1 {
  background: url('../images/sz_a_bg1.png') no-repeat center center;
}
.sz-box-1 li .ic {
  width: 118px;
  height: 118px;
}
.sz-box-1 li .ic1 {
  background: url('../images/sz_a1.png') no-repeat center center;
}
.sz-box-1 li .ic2 {
  background: url('../images/sz_a2.png') no-repeat center center;
}
.sz-box-1 li .ic3 {
  background: url('../images/sz_a3.png') no-repeat center center;
}
.sz-box-1 li .ic4 {
  background: url('../images/sz_a4.png') no-repeat center center;
}
.sz-box-3 {
  padding-bottom: 40px;
}
.sz-box-3 ul {
  width: 1280px;
}
.sz-box-3 li {
  float: left;
  width: 384px;
  height: 280px;
  position: relative;
  margin: 0 40px 40px 0;
  border: 1px solid #dddddd;
  text-align: center;
}
.sz-box-3 ._bg {
  width: 386px;
  height: 123px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.sz-box-3 ._bg.n1 {
  background: url('../images/sz_b1.png') no-repeat center center;
}
.sz-box-3 ._bg.n2 {
  background: url('../images/sz_b2.png') no-repeat center center;
}
.sz-box-3 ._bg.n3 {
  background: url('../images/sz_b3.png') no-repeat center center;
}
.sz-box-3 ._bg.n4 {
  background: url('../images/sz_b4.png') no-repeat center center;
}
.sz-box-3 ._bg.n5 {
  background: url('../images/sz_b5.png') no-repeat center center;
}
.sz-box-3 ._bg.n6 {
  background: url('../images/sz_b6.png') no-repeat center center;
}
.sz-box-3 h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 26px 0 76px;
}
.sz-box-3 .info {
  color: #666;
  line-height: 26px;
  width: 300px;
  margin: 0 auto 24px;
}
.sz-box-3 a.link {
  border: 1px solid #f89c0a;
  border-radius: 2em;
  width: 154px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #f89c0a;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  transition: 0.3s;
}
.sz-box-3 a.link:hover {
  background: #f89c0a;
  color: #fff;
}
.swiper-teach {
  margin-bottom: 70px;
  height: 440px;
}
.swiper-teach .pnext {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  margin-top: -60px;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5555;
  color: #fff;
  cursor: pointer;
}
.swiper-teach .pnext:hover {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.swiper-teach .ic-prev {
  left: -35px;
  border-radius: 0 6px 6px 0;
}
.swiper-teach .ic-next {
  right: -35px;
  border-radius: 6px 0 0 6px ;
}
.swiper-teach .pnext {
  width: 54px;
  height: 74px;
  margin-top: -70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%!important;
}
.swiper-teach .ic-prev {
  padding-left: 20px;
}
.swiper-teach .ic-next {
  padding-right: 20px;
}
.swiper-teach .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-teach .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #666;
  margin: 0 8px;
  cursor: pointer;
  transform: rotate(45deg);
}
.swiper-teach .swiper-active-switch {
  background: #f89c0a;
}
.swiper-teach li {
  width: 590px;
  height: 382px;
  border: 1px solid #ddd;
}
.swiper-teach li .img {
  width: 222px;
  height: 382px;
  float: left;
}
.swiper-teach li .content {
  padding-left: 60px;
  width: 270px;
  float: left;
}
.swiper-teach li .name {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 40px 0 30px;
}
.swiper-teach li .info {
  color: #666;
  line-height: 1.76;
  height: 187px;
}
.swiper-teach li .btns a {
  display: inline-block;
  border: 1px solid #f89c0a;
  border-radius: 4px;
  width: 112px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f89c0a;
  font-size: 16px;
  transition: 0.3s;
}
.swiper-teach li .btns a:hover {
  background: #f89c0a;
  color: #fff;
}
.swiper-teach li .btns a:first-child {
  margin-right: 30px;
}
.jy-box-2 {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 80px;
}
.jy-box-2 ul {
  width: 1260px;
  padding-bottom: 65px;
}
.jy-box-2 li {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
}
.jy-box-2 li a {
  overflow: hidden;
  display: block;
  width: 294px;
  height: 210px;
}
.jy-box-2 li a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.jy-box-2 li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jy-box-2 li .img {
  width: 294px;
  height: 210px;
  display: block;
}
.jy-box-2 li span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.jy-box-2 li a:hover span {
  transform: translateY(50px);
}
.jy-box-2 .more {
  display: block;
  width: 312px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 2em;
  margin: 0 auto;
  background: #f89c0a;
  background: linear-gradient(to right, #f89c0a, #f89c0a);
  transition: 0.3s;
}
.jy-box-2 .more:hover {
  box-shadow: 0 0 20px #f89c0a;
}
.jy-box-1 {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.jy-box-1 .more {
  display: block;
  width: 312px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 2em;
  margin: 0 auto;
  background: #f89c0a;
  background: linear-gradient(to right, #f89c0a, #f89c0a);
  transition: 0.3s;
}
.jy-box-1 .more:hover {
  box-shadow: 0 0 20px #f89c0a;
}
.jy-box-1 .bd {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fe757d;
}
.jy-box-1 .box {
  padding: 66px 50px 50px;
}
.jy-box-1 .info-txt {
  font-size: 16px;
  color: #666;
  line-height: 1.76;
  margin: 0 auto;
  text-align: center;
}
.jy-box-1 .box-hd {
  text-align: center;
  font-weight: bold;
  color: #fe6c00;
  /* color: #705cdf; */
  margin-bottom: 40px;
}
.jy-box-1 .box-hd > * {
  display: inline-block;
  vertical-align: middle;
}
.jy-box-1 .box-hd .id {
  position: relative;
  font-size: 48px;
  font-weight: bold;
}
.jy-box-1 .box-hd .id i {
  font-size: 30px;
  opacity: 0.2;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: -30px;
}
.jy-box-1 .box-hd .tit {
  font-size: 24px;
  padding-left: 50px;
}
.jy-box-1 .box.s1 .info-txt {
  max-width: 746px;
  margin-bottom: 42px;
}
.jy-box-1 .box.s2 {
  background: url('../images/t_line_1.png') no-repeat center 0;
}
.jy-box-1 .box.s2 .box-hd {
  color: #fe6c00;
}
.jy-box-1 .box.s2 .content {
  display: table;
  margin-bottom: 46px;
}
.jy-box-1 .box.s2 .content > * {
  display: table-cell;
  vertical-align: middle;
}
.jy-box-1 .box.s2 .img {
  width: 485px;
}
.jy-box-1 .box.s2 .text {
  padding-right: 64px;
  width: 526px;
}
.jy-box-1 .box.s2 .text span {
  background: #eeeeee;
  padding: 30px 70px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 1.76;
  margin: 0 auto;
  text-align: center;
  text-align: left;
}
.jy-box-1 .box.s2 .text span::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left-color: #eee;
  right: -32px;
  top: 50%;
  margin-top: -16px;
}
.jy-box-1 .box.s3 {
  background: url('../images/t_line_2.png') no-repeat center 0;
}
.jy-box-1 .box.s3 .box-hd {
  color: #fe6c00;
}
.jy-box-1 .box.s3 .content {
  margin-bottom: 46px;
}
.jy-box-1 .box.s3 .content .img {
  width: 598px;
  height: 365px;
  float: left;
}
.jy-box-1 .box.s3 .content ul {
  width: 520px;
  float: right;
}
.jy-box-1 .box.s3 .content li {
  height: 60px;
  margin-bottom: 16px;
  color: #666;
}
.jy-box-1 .box.s3 .content .month {
  width: 93px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #eeeeee;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  float: left;
  margin-right: 10px;
}
.jy-box-1 .box.s3 .content .info {
  padding-top: 6px;
}
.jy-box-1 .box.s3 .content .info .name {
  margin-bottom: 3px;
  overflow: hidden;
  font-size:16px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.jy-box-1 .box.s4 {
  background: url('../images/t_line_3.png') no-repeat center 0;
}
.jy-box-1 .box.s4 .box-hd {
  color: #fd9001;
}
.jy-box-1 .box.s4 .box-bd {
  text-align: center;
}
.jy-box-1 .box.s4 .info-txt {
  max-width: 810px;
  margin: 0 auto 40px;
}
.jy-box-1 .box.s4 .logos {
  border: 24px solid #eee;
  display: inline-block;
  margin-bottom: 55px;
}
.jy-box-1 .box.s5 {
  background: url('../images/t_line_4.png') no-repeat center 0;
}
.jy-box-1 .box.s5 .box-hd {
  color: #fe6c00;
}
.jy-box-1 .box.s5 .caroursel {
  margin-bottom: 96px;
}
.sub-menu {
  width: 170px;
  background: #fff;
}
.sub-menu a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  color: #999;
  padding-left: 28px;
  border-top: 1px solid #dddddd;
  transition: 0.3s;
}
.sub-menu a:first-child {
  border-top: 0;
}
.sub-menu a:hover,
.sub-menu a.active {
  background: #f89c0a;
  color: #333;
}
.layout-content {
  width: 1050px;
  background: #fff;
  margin-bottom: 170px;
}
.about-topper {
  position: relative;
}
.about-topper img {
  display: block;
}
.about-topper .namebox {
  position: absolute;
  left: 0;
  bottom: 50px;
  border-radius: 0 43px 43px 0;
  background: #f89c0a;
  height: 86px;
  padding: 0 46px 0 50px;
  text-align: center;
}
.about-topper .namebox h2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 14px;
}
.about-topper .namebox .en {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.about-main-wrap {
  padding: 38px;
}
.about-main-wrap .about-tit {
  font-size: 22px;
  font-weight: bold;
  border-left: 4px solid #f89c0a;
  line-height: 1;
  padding-left: 10px;
  margin-bottom: 26px;
}
.about-box-1 {
  margin-bottom: 60px;
}
.about-box-1 .desc {
  margin-bottom: 50px;
  color: #666;
  font-size: 16px;
  line-height: 1.76;
}
.about-box-1 .bg {
  background: #eee;
}
.about-box-1 .bd {
  display: table;
  width: 100%;
}
.about-box-1 .bd > * {
  display: table-cell;
  vertical-align: middle;
}
.about-box-1 .bd .info {
  width: 510px;
  font-size: 20px;
  color: #666;
  line-height: 60px;
}
.about-box-1 .bd .info b {
  color: #333;
  padding-left: 44px;
}
.about-box-1 .bd .imgbox {
  width: 464px;
  text-align: right;
}
.about-box-1 .content {
  width: 510px;
  color: #666;
  line-height: 1.8;
}
.about-box-1 .content dt {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}
.about-box-1 .content dd {
  font-size: 16px;
  width: 490px;
}
.about-box-3 ul {
  padding-top: 10px;
}
.about-box-3 li {
  padding-bottom: 42px;
  position: relative;
  padding-left: 130px;
}
.about-box-3 li::after {
  content: '';
  display: block;
  position: absolute;
  top: 44px;
  bottom: 10px;
  width: 1px;
  background: #999;
  left: 42px;
}
.about-box-3 li .year {
  width: 84px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  background: #f89c0a;
}
.about-box-3 li .year::after {
  content: '';
  display: block;
  position: absolute;
  width: 38px;
  height: 1px;
  background: #999999;
  left: 90px;
  top: 50%;
}
.about-box-3 li .info {
  padding: 16px 25px;
  background: #eee;
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.about-box-3 li .info em {
  color: #f86f0a;
  font-weight: bold;
}
.about-box-3 li:last-child:after,
.about-box-3 li.last:after {
  display: none;
}
.honner-list {
  width: 1000px;
  padding-left: 40px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
.honner-list li {
  float: left;
  width: 307px;
  margin: 0 26px 40px  0;
}
.honner-list .img {
  background: url(../images/honner/about_rr_bg.png) no-repeat center 0;
  height: 223px;
  overflow: hidden;
  box-shadow: 0 0 20px #666;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.honner-list .img img {
  display: block;
  margin: 24px auto 0;
}
.honner-list p {
  font-size: 20px;
  padding-top: 20px;
}
.step-list {
  margin-top: 40px;
  position: relative;
  border-right: 1px solid #eeeeee;
  width: 50%;
}
.step-list .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
.step-list li {
  position: relative;
}
.step-list li::after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f89c0a;
  top: 50%;
  margin-top: -6px;
}
.step-list li.l::after {
  right: -5px;
}
.step-list li.l .pic {
  margin-right: 34px;
}
.step-list li.l .inner {
  text-align: right;
}
.step-list li.l .year {
  padding-top: 12px;
}
.step-list li.r {
  margin-left: 100%;
}
.step-list li.r::after {
  left: -5px;
}
.step-list li.r .inner {
  margin-left: 26px;
}
.step-list li.r .pic {
  float: right;
  margin-left: 34px;
}
.step-list .inner {
  width: 400px;
  background: #eeeeee;
  padding: 26px 30px;
  min-height: 100px;
  position: relative;
}
.step-list .year {
  font-size: 22px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-bottom: 5px;
}
.step-list .info {
  font-size: 16px;
  line-height: 1.76;
}
.about-school {
  padding: 30px 0 60px;
}
.about-school .about-tit {
  margin-bottom: 50px;
}
.a-video-box {
  width: 990px;
}
.a-video-box .video {
  width: 487px;
  height: 280px;
}
.a-video-box .map {
  width: 488px;
  height: 280px;
}
.store-list li {
  margin-bottom: 40px;
}
.store-list .addrhd {
  border-bottom: 1px solid #999999;
  padding-bottom: 19px;
}
.store-list .addrhd h3 {
  font-size: 18px;
  border-left: 4px solid #f89c0a;
  padding-left: 8px;
  font-weight: bold;
  line-height: 1;
}
.store-list .addrbox {
  font-size: 18px;
  color: #666;
  padding-top: 20px;
  line-height: 1.76;
  padding-right: 26px;
  padding-left: 12px;
}
.store-list .addrbox em {
  color: #e16f0b;
}
.video {
  object-fit: cover;
}
#video * {
  font-size: 14px!important;
}
.videoposter {
  width: 487px;
  height: 280px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.videoposter .poster > img {
  width: 487px;
  height: 280px;
}
.videoposter .poster {
  /*background: #000;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 555;
}
.videoposter .poster img {
/*  opacity: 0.6;*/
}
.videoposter .poster .btn {
  color: #f39809;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 50px;
  font-weight: bold;
  z-index: 555;
  text-align: center;
  line-height: 280px;
  cursor: pointer;
}
.newsmain {
  padding-top: 40px;
  margin-bottom: 90px;
}
.col-main {
  width: 820px;
}
.col-main .v-thumbs {
  padding-top: 0;
}
.col-sub {
  width: 400px;
}
.col-sub .subitem {
  margin-bottom: 32px;
}
.col-sub .subtit {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.col-sub .subtit::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.col-sub .subbox {
  background: #fff;
}
.fill {
  display: block;
  width: 100%;
}
.sub-zxbox {
  padding: 30px;
}
.sub-zxbox .links {
  margin-bottom: 26px;
}
.sub-zxbox .links a {
  display: block;
  float: left;
  margin-left: 16px;
  text-align: center;
  padding-top: 24px;
  line-height: 1.4;
  border-radius: 4px;
  background: #fddfca;
  color: #f76a07;
  width: 73px;
  height: 58px;
  transition: 0.3s;
}
.sub-zxbox .links a:first-child {
  margin-left: 0;
}
.sub-zxbox .links a:hover {
  box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.sub-zxbox .links .l2 {
  background: #fbcf8e;
  color: #fe6b03;
}
.sub-zxbox .links .l3 {
  background: #fdc8a2;
  color: #fe6b03;
}
.sub-zxbox .links .l4 {
  background: #fff5ee;
  color: #f28353;
}
.sub-swiper {
  height: 334px;
  padding-bottom: 20px;
}
.sub-swiper .pnext {
  position: absolute;
  top: 120px;
  color: #f89c0a;
  font-size: 35px;
  z-index: 55;
  font-weight: bold;
  cursor: pointer;
}
.sub-swiper .ic-prev {
  left: 0px;
}
.sub-swiper .ic-next {
  right: 0px;
}
.sub-swiper .img {
  overflow: hidden;
  display: block;
}
.sub-swiper .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sub-swiper .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sub-swiper .info {
  margin: 20px 20px 0;
  position: relative;
}
.sub-swiper .info h4 {
  font-size: 18px;
  color: #666;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 20px;
}
.sub-swiper .info h4 a:Hover {
  color: #f86f0a;
}
.sub-swiper .info .text {
  color: #666;
  line-height: 26px;
  position: relative;
  height: 52px;
}
.sub-swiper .info .read {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #f89c0a;
  line-height: 26px;
}
.sub-swiper .info .read:hover {
  border-bottom: 1px solid #f89c0a;
}
.sub-sort {
  padding: 20px 30px;
}
.sub-sort li {
  line-height: 40px;
  position: relative;
}
.sub-sort li em {
  background: #999999;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.sub-sort li .bg {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
}
.sub-sort li a {
  color: #666;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sub-sort li a:hover {
  color: #f89c0a;
}
.sub-sort.s2 li {
  padding-left: 30px;
}
.newsbox {
  background: #fff;
  padding: 0 30px;
}
.newslist li {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.newslist li .img {
  width: 250px;
  height: 154px;
  overflow: hidden;
  display: block;
  float: left;
}
.newslist li .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newslist li .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.newslist li .content {
  float: right;
  width: 480px;
}
.newslist li h3 {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.newslist li .data {
  font-size: 12px;
  color: #999;
  margin: 5px 0;
  
}
.newslist li .data > * {
  display: inline-block;
  vertical-align: middle;
}
.newslist li .data .time {
  margin: 0 42px 0 16px;
}
.newslist li .info {
  color: #666;
  line-height: 28px;
  height: 85px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newslist li:Hover h3 a {
  color: #f86f0a;
}
.newslist.s2 .img {
  float: right;
  width: 315px;
  height: 164px;
}
.newslist.s2 .img img {
  width: 315px;
  height: 164px;
}
.newslist.s2 .content {
  float: left;
  width: 416px;
}
.newslist.s2 h3 {
  margin-bottom: 30px;
  margin-right: 100px;
}
.newslist.s2 .info {
  line-height: 28px;
  height: 84px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.page {
  padding: 60px 0 70px;
  font-size: 0;
  text-align: Center;
}
.page a {
  vertical-align: middle;
  font-size: 12px;
  display: inline-block;
  transition: 0.3s;
}
.page .size {
  min-width: 16px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #cccccc;
  text-align: center;
  margin-left: 10px;
  padding: 0 2px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #666;
}
.page .size:hover {
  background-color: #f89c0a;
  color: #fff;
  border-color: #f89c0a;
}
.page .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.page .p_pnext {
  width: 64px;
  height: 22px;
  line-height: 24px;
}
.page .prev {
  color: #666;
  text-align: left;
  text-indent: 26px;
  background: url(../images/page_prev.png) no-repeat center;
}
.page .prev:not(.disabled):hover {
  background-image: url('../images/page_prev_on.png');
  color: #fff;
}
.page a.ellipsis {
  font-family: Arial, "Microsoft YaHei";
  line-height: 16px;
}
.page .next {
  color: #666;
  text-align: left;
  text-indent: 10px;
  background: url(../images/page_next.png) no-repeat center;
}
.page .next:not(.disabled):hover {
  background-image: url('../images/page_next_on.png');
  color: #fff;
}
.article {
  padding: 40px 26px;
}




.article h2 {
  font-size: 22px;
}
.article .data {
  font-size: 12px;
  color: #999;
  padding: 22px 0 30px;
  border-bottom: 1px solid #ddd;
}
.article .data > * {
  display: inline-block;
  vertical-align: middle;
}
.article .data span {
  margin-right: 40px;
}
.article .data .source {
  margin-right: 100px;
}
.article .data .share {
  margin-right: 0;
}
.article .bd {
  padding: 30px 0;
  font-size: 16px;
  color: #111;
}
.article .bd p {
  margin-bottom: 20px;
}
.article .bd img {
  display: block;
  margin: 0 auto 20px;
}
.page-pnex {
  font-size: 16px;
  line-height: 44px;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #eeeeee;
}
.page-pnex a {
  color: #999;
}
.page-pnex .item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.page-pnex .item:hover a,
.page-pnex .next a {
  color: #f59914;
}
.v-formbox {
  height: 30px;
  background: url(/template/default/static/images/baoming1.jpg) no-repeat center;
  padding: 25px 0 25px 210px;
  margin: 0 20px;
}
.v-formbox input {
  width: 170px;
  height: 30px;
  background: #fff;
  text-indent: 22px;
  float: left;
  margin-right: 15px;
}
.v-formbox .phone {
  margin-right: 28px;
}
.v-formbox .submit {
  border: 1px solid #f59914;
  height: 30px;
  background: none;
  border-radius: 2em;
  width: 130px;
  color: #f59914;
  font-size: 18px;
  text-indent: 14px;
  text-align: left;
  background: url(../images/ic_st.png) no-repeat 96px center;
  cursor: pointer;
  transition: 0.3s;
}
.v-formbox .submit:Hover {
  background-color: #fff;
  border-color: #fff;
}
.rec-read {
  padding: 40px 30px 76px;
}
.rec-read .hd {
  line-height: 30px;
}
.rec-read .hd h2 {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
  float: left;
}
.rec-read .hd h2::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: #f89c0a;
}
.rec-read .hd .more {
  color: #ec9313;
  float: right;
}
.v-signup {
  height: 150px;
  background: url(../images/adv4.jpg) no-repeat center;
}
.v-signup a {
  display: block;
  height: 150px;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.case1 {
  text-align: center;
  padding-bottom: 76px;
}
.case1 .text {
  margin: 70px  0 46px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.v-more {
  display: inline-block;
  padding: 0 45px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 2em;
  margin: 0 auto;
  background: #f89c0a;
  background: linear-gradient(to right, #f89c0a, #f89c0a);
  transition: 0.3s;
}
.v-more:hover {
  box-shadow: 0 0 20px #f89c0a;
}
.case2 {
  padding: 66px 0 65px;
}
.case2 h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: bold;
}
.caselist {
  width: 1300px;
  padding-bottom: 40px;
}
.caselist li {
  float: left;
  width: 292px;
  box-shadow: 0 0 10px #ccc;
  margin: 0 22px 25px 0;
  transition: 0.3s;
}
.caselist li:hover {
  transform: translateY(-10px);
}
.caselist li .img {
  overflow: hidden;
  display: block;
}
.caselist li .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.caselist li .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.caselist li .info {
  border: 1px solid #dbdbdb;
  padding: 26px 0 30px 20px;
  position: relative;
  border-top: 0;
}
.caselist li .salary {
  position: absolute;
  right: 0;
  top: 26px;
  height: 30px;
  line-height: 30px;
  background: #f89c0b;
  border-radius: 1em 0 0 1em;
  padding: 0 10px 0 20px;
}
.caselist li h3 {
  font-size: 18px;
  font-weight: bold;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 30px;
}
.caselist li .desc {
  margin: 16px 0 22px;
  color: #666;
}
.caselist li .data {
  color: #999;
  font-size: 12px;
}
.caselist li .data span {
  display: inline-block;
  margin-right: 26px;
}
.caselist li .data .iconfont {
  margin-right: 2px;
  font-size: 14px;
}
.contact-tab-nav {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 3px;
}
.contact-tab-nav .item {
  width: 128px;
  text-align: center;
  margin-right: 40px;
  cursor: pointer;
  transition: 0.3s;
  float: left;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.contact-tab-nav .item:Hover {
  color: #f86f0a;
}
.contact-tab-nav .item::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  width: 0;
  border-radius: 2em;
  transition: 0.3s;
}
.contact-tab-nav .active {
  color: #f86f0a;
  font-size: 22px;
  font-weight: bold;
}
.contact-tab-nav .active::after {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  width: 100%;
}
.take-line-box {
  border-radius: 10px;
  position: relative;
}
.take-line-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  top: 0;
  z-index: 55;
}
.take-line-box:nth-child(2n+1)::before {
  right: 0;
  border-radius: 0 10px 10px 0;
}
.take-line-box:nth-child(2n)::before {
  left: 0;
  border-radius: 10px 0 0 10px;
}
.take-line-box h4 {
  color: #f86f0a;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #eeeeee;
  border-bottom-width: 2px;
}
.take-line-box h4 .iconfont {
  font-size: 18px;
  margin-right: 5px;
}
.take-line-box dd {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.take-line-lg {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-bottom: 40px;
  padding: 10px 50px  26px;
}
.take-line-lg h4 {
  width: 910px;
}
.take-line-lg dl {
  padding-top: 16px;
}
.take-line-lg dd {
  line-height: 38px;
  width: 50%;
  float: left;
  position: relative;
  padding-left: 18px;
  box-sizing: border-box;
}
.take-line-lg dd::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.take-line-xs {
  background-color: #f8f8f9;
  margin-bottom: 30px;
}
.take-line-xs .titbox {
  border-radius: 10px;
  height: 180px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px 54px;
  width: 580px;
  position: relative;
}
.take-line-xs .titbox::after {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 71px;
  top: 50%;
  margin-top: -36px;
}
.take-line-xs .titbox .line {
  padding-top: 20px;
  font-size: 16px;
  color: #111;
  font-weight: bold;
}
.take-line-xs .titbox.fr::after {
  background: url('../images/sj_l.png') no-repeat center center;
  left: -43px;
}
.take-line-xs .titbox.fl::after {
  background: url('../images/sj_r.png') no-repeat center center;
  right: -43px;
}
.take-line-xs .info {
  width: 580px;
  padding: 17px 53px 0;
}
.take-line-xs .info dt {
  font-size: 16px;
  color: #f86f0a;
  font-weight: bold;
  margin-bottom: 10px;
}
.take-line-xs .info dd {
  font-size: 14px;
  line-height: 28px;
}
.take-line-xs .info.fr {
  padding-left: 0;
}
.take-line-wrap {
  margin-bottom: 200px;
  margin-top: 54px;
}
.tab-school {
  background: url('../images/addrbg.jpg') no-repeat center center;
  padding-top: 113px;
  background-position: center 0;
  margin-bottom: 200px;
}
.tab-school .btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  border-radius: 2em;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
}
.tab-school .btn:hover {
  background: #000;
  transform: scale(0.96);
}
.tab-school .topper {
  margin-bottom: 70px;
}
.tab-school .content {
  padding-top: 70px;
  position: relative;
  background: url(../images/addr_border.png) no-repeat 0 center;
  height: 271px;
  padding-left: 40px;
}
.tab-school .content h2 {
  font-size: 22px;
  color: #f86f0a;
  margin-bottom: 20px;
  padding-left: 40px;
  background: url('../images/ic_location.png') no-repeat center center;
  background-position: 0 center;
}
.tab-school .content .txt {
  font-size: 16px;
  line-height: 36px;
}
.tab-school .imgs img {
  margin-left: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 60px 10px 10px 10px;
}
.tab-school .imgs img:first-child {
  position: relative;
  margin-top: -40px;
}
.tab-school .mapbox {
  margin-top: 40px;
}
.tab-school .mapbox h2 {
  font-size: 24px;
  margin-bottom: 26px;
  font-weight: normal;
}
.tab-school .mapbox h2 em {
  color: #f86f0a;
}
.tab-school .map {
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 7px;
}
.tab-school .map .inner {
  width: 1224px;
  height: 415px;
  border-radius: 10px;
  border: 1px solid #999999;
}
.tab-contact {
  margin-bottom: 200px;
}
.tab-contact .list {
  padding-bottom: 50px;
}
.tab-contact .list li {
  width: 592px;
  height: 110px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  margin-top: 32px;
  transition: 0.3s;
  padding-left: 130px;
  position: relative;
  font-size: 16px;
}
.tab-contact .list li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 2px;
}
.tab-contact .list li .ic {
  width: 53px;
  height: 53px;
  position: absolute;
  left: 52px;
  top: 50px;
  margin-top: -26px;
  transition: 0.3s;
}
.tab-contact .list li .ic1 {
  background: url('../images/lx_a1.png') no-repeat center center;
}
.tab-contact .list li .ic2 {
  background: url('../images/lx_a2.png') no-repeat center center;
}
.tab-contact .list li .ic3 {
  background: url('../images/lx_a3.png') no-repeat center center;
}
.tab-contact .list li .ic4 {
  background: url('../images/lx_a4.png') no-repeat center center;
}
.tab-contact .list li:hover {
  background-position: center;
  background-repeat: no-repeat;
  background: #f86f0a;
  color: #fff;
  border-color: #f86f0a;
  box-shadow: 0 0 10px rgba(254, 108, 0, 0.5);
}
.tab-contact .list li:hover .ic1 {
  background: url('../images/lx_a1_on.png') no-repeat center center;
}
.tab-contact .list li:hover .ic2 {
  background: url('../images/lx_a2_on.png') no-repeat center center;
}
.tab-contact .list li:hover .ic3 {
  background: url('../images/lx_a3_on.png') no-repeat center center;
}
.tab-contact .list li:hover .ic4 {
  background: url('../images/lx_a4_on.png') no-repeat center center;
}
.tab-contact .tipbox {
  background: url('../images/lx_bg.png') no-repeat center center;
  height: 190px;
  padding: 34px 170px 0;
  text-align: center;
}
.tab-contact .tipbox dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tab-contact .tipbox dd {
  font-size: 18px;
  line-height: 1.8;
}
/*  map */
.BMap_cpyCtrl,
.anchorBL {
  display: none;
}
#map label,
#map img {
  max-width: none;
  max-height: none;
}
.map-info {
  padding: 10px 10px 5px;
  text-align: center;
}
.map-info h4 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #f86f0a;
  font-weight: bold;
}
.map-info .info {
  width: 280px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.sub-school-list{text-align:center;padding:30px 0 20px 28px}.sub-school-list a{display:block;float:left;width:76px;height:30px;line-height:30px;text-align:center;border-radius:2em;background-color:#f5f5f5;font-size:16px;margin:0 14px 15px 0}.sub-school-list a:hover{background:#fe6c00;color:#fff}.ischool-box{background:#fff;margin-bottom:50px;position:relative}.ischool-box h2{float:left}.ischool-box h2 span{background-color:#fe6c00;height:110px;display:table-cell;vertical-align:middle;text-align:center;color:#fff;font-size:26px;font-style:italic;width:120px;line-height:1.5}.ischool-box .list{margin-left:127px;padding:18px 0 0 ;position:relative}.ischool-box .list a{display:inline-block;padding:0 16px;margin-bottom:20px;position:relative;font-size:16px}.ischool-box .list a::before{content:'';display:block;position:absolute;width:1px;height:20px;background-color:#ddd;left:0;top:50%;margin-top:-10px}.ischool-box .list a:hover{color:#f86f0a}.ischool-box .list a:nth-child(16n+1)::before{display:none}

