body {
  font-family: "Microsoft YaHei", "微软雅黑", "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #333 100%);
}
.pic_zoom {
  transition: all 0.3s;
}
.pic_zoom a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
}
.pic_zoom a img {
  transition: all 0.3s;
}
.pic_zoom a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
ul {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fi {
  float: inherit;
}
.cl {
  clear: both;
}
.cl:after {
  clear: both;
  content: " ";
  display: table;
}
.cl:before {
  content: " ";
  display: table;
}
.mc {
  color: #1D2088;
}
.sc {
  color: #FF4900;
}
.bc {
  background: #F5F6F9;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #1D2088;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.link-1 {
  color: #FF4900;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.link-1:hover {
  color: #fff;
  background: #FF4900;
  text-decoration: none;
}
.pic_zoom {
  transition: all 0.3s;
}
.pic_zoom a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
}
.pic_zoom a img {
  transition: all 0.3s;
}
.pic_zoom a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.head {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  transition: all 0.36s;
}
.logo {
  margin-top: 15px;
}
.head.isfixed {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.head.isfixed .logo .imga {
  display: none;
}
.head.isfixed .logo .imgb {
  display: block;
  height: 100%;
}
.head.isfixed .first-link,
.head.on .first-link {
  color: #000;
}
.head.isfixed .first-link:hover,
.head.on .first-link:hover {
  color: #2F318A;
}
.head.isfixed .first-link,
.head.on .active {
  display: block;
  cursor: pointer;
  position: relative;
}
.head.on .active {
  color: #2F318A;
}
.head.isfixed .first-link .active,
.head.isfixed .first-menu li .active {
  color: #2F318A;
}
.head.isfixed .first-link .active::after,
.head.on .active::after,
.head.on .first-link .active::after {
  opacity: 1;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #2F318A !important;
  transition: all 0.36s;
}
.head .first-menu li {
  cursor: pointer;
}
.head .first-menu li .active::after {
  opacity: 1;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  transition: all 0.36s;
}
.head.isfixed .first-menu li .active::after {
  opacity: 1;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #2F318A;
  transition: all 0.36s;
}
.head.on {
  position: fixed;
  background-color: #fff;
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.head.on .logo .imga {
  display: none;
}
.head.on .logo .imgb {
  display: block;
  height: 100%;
}
.head.on .hd-lan .cna {
  display: none;
}
.head.on .hd-lan .cnb {
  display: block;
  height: 100%;
}
.head .logo {
  height: 40px;
}
.head .logo .imga {
  display: block;
  height: 100%;
}
.head .logo .imgb {
  display: none;
}
.head.isfixed .hd-lan .cna {
  display: none;
}
.head.isfixed .hd-lan .cnb {
  display: block;
  height: 100%;
}
.he_hd_lali {
  text-align: center;
  margin: 10px 0;
}
.he_hd_lali a {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  transition: all 0.36s;
}
.head .hd-lan .cna {
  display: block;
  height: 100%;
}
.head .hd-lan .cnb {
  display: none;
}
.lan {
  position: relative;
}
.hd-lan {
  width: 25px;
  line-height: 84px;
  cursor: pointer;
  display: ruby;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hd-lan img {
  width: 22px;
  height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hd-land {
  width: 80px;
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 5px 0;
  display: none;
}
.head-r {
  display: flex;
  justify-content: flex-end;
}
.search {
  margin-left: 50px;
  position: relative;
}
.search::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 1px;
  height: 11px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.36s;
}
.head.isfixed .search::after,
.head.on .search::after {
  background: #000;
}
.search-icon {
  width: 25px;
  line-height: 84px;
  cursor: pointer;
  display: ruby;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search-icon img {
  width: 22px;
  height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.head .search-icon .sea {
  display: block;
  height: 100%;
}
.head .search-icon .seb {
  display: none;
}
.head.on .search-icon .sea {
  display: none;
}
.head.on .search-icon .seb {
  display: block;
  height: 100%;
}
.head.isfixed .search-icon .sea {
  display: none;
}
.head.isfixed .search-icon .seb {
  display: block;
  height: 100%;
}
.search-box {
  width: 100%;
  height: 350px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
  display: none;
  position: fixed;
  left: 0;
  top: 86px;
  z-index: 99;
}
.search-tbox {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  border-bottom: 1px solid #666;
  display: flex;
  justify-content: center;
}
.search-btn {
  width: 27px;
  line-height: 60px;
}
.search-tbox-r button {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #333;
  border: 0;
  outline: 0;
  background: 0 0;
}
.search-btn img {
  width: 100%;
  transition: all 0.36s;
}
.search-tbox-l {
  width: calc(100% - 27px);
  padding-right: 20px;
}
.search-tbox-l input {
  font-size: 16px;
  color: #333;
  width: 100%;
  transition: all 0.36s;
  line-height: 1;
  margin: 0;
  border: 0;
  outline: 0;
  background: 0 0;
}
.search-tbox-l input::placeholder {
  color: #333;
}
/*导航*/
.first-menu > li {
  float: left;
}
.first-link {
  margin: 32px 25px;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.first-link.hover {
  color: #2F318A;
}
/*二级菜单*/
.second-menu {
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  border-top: 1px solid #eeebeb;
  padding: 15px;
  opacity: 1;
  display: none;
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.second-menu-c {
  display: flex;
  justify-content: center;
}
.second-menu-c > li {
  width: 120px;
  margin: 0 10px;
}
.second-link {
  color: #333;
  font-weight: bold;
  padding: 7px 15px;
  display: block;
  margin-bottom: 10px;
}
.second-link:hover {
  color: #1D2088;
}
.third-menu > li {
  position: relative;
}
.third-link {
  padding: 5px 15px;
  display: block;
  color: #666;
}
.third-link.hover {
  background: #f3f3f3;
  color: #1D2088;
  border-radius: 4px;
}
.fourth-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 15px;
  left: 125px;
  display: none;
  top: 0px;
  width: 150px;
  z-index: 999;
  border-radius: 6px;
  box-shadow: 1px 1px 7px #ddd;
}
.fourth-menu:before,
.fourth-menu:after {
  content: "";
  display: block;
  border-width: 10px;
  position: absolute;
  top: 8px;
  left: -20px;
  border-style: solid dashed dashed;
  border-color: transparent #ddd transparent transparent;
  font-size: 0;
  line-height: 0;
}
.fourth-menu:after {
  top: 10px;
  left: -16px;
  border-width: 8px;
  border-color: transparent #fff transparent transparent;
}
.fourth-menu a {
  display: block;
  color: #666;
  padding: 4px 0px;
}
.fourth-menu a:hover {
  color: #459df5;
  text-decoration: underline;
}
.foot {
  background-image: -webkit-linear-gradient(top, #000016, #111377);
  background-image: -moz-linear-gradient(top, #000016, #111377);
  background-image: -o-linear-gradient(top, #000016, #111377);
  background-image: -ms-linear-gradient(top, #000016, #111377);
  padding: 50px 50px 0 50px;
  box-sizing: border-box;
  color: #fff;
}
.foot .foot-c {
  display: flex;
  justify-content: space-between;
}
.foot .foot-c .foot-l .logo {
  margin-bottom: 30px;
}
.foot .foot-c .foot-l .logo img {
  height: 50px;
}
.foot .foot-c .foot-l .menu {
  display: flex;
}
.foot .foot-c .foot-l .menu a {
  color: #fff;
  margin-right: 60px;
}
.foot .foot-c .foot-l .menu a:hover {
  color: #999CA0;
  text-decoration: underline;
}
.foot .foot-c .foot-r .tel {
  padding-top: 10px;
}
.foot .foot-c .foot-r .h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.foot .foot-c .foot-r .h5 {
  font-size: 18px;
  line-height: 180%;
}
.foot .copyright {
  border-top: 1px solid #999CA0;
  padding: 20px 0;
  margin-top: 30px;
  font-size: 12px;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 3;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(186, 186, 186, 0.8) url(../img/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
}
.banner img {
  width: 100%;
}
.nav {
  background: #fff;
}
.nav ul {
  display: flex;
  justify-content: center;
}
.nav ul li {
  padding: 10px 30px;
  margin: 15px 0;
  font-size: 16px;
}
.nav ul li:hover {
  background: #1D2088;
  color: #fff;
}
.nav ul li:hover a {
  color: #fff;
}
.nav ul li:hover a:hover {
  color: #fff;
}
.box-1 {
  background: #F9F9F9;
  padding: 80px;
  display: flex;
  justify-content: space-between;
}
.box-1 .box-1-l {
  margin-right: 100px;
}
.box-1 .box-1-l .h5 {
  color: #000;
}
.box-1 .box-1-l .h2 {
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}
.box-1 .box-1-l .h4 {
  line-height: 200%;
}
.box-1 .box-1-r {
  width: 780px;
}
.box-1 .box-1-r img {
  width: 100%;
}
.tit-t {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.box-2 {
  background: #fff url("../img/about-2.png") no-repeat center bottom;
  padding: 80px 0;
  box-sizing: border-box;
}
.box-2 .course {
  position: relative;
  margin: 0 100px;
  height: 400px;
}
.box-2 .course .hx {
  border: 1px dashed #DBDBDB;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.box-2 .course .swiper-container {
  width: 100%;
  height: 100%;
}
.box-2 .course .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
}
.box-2 .course .swiper-slide .yuan {
  width: 20px;
  height: 20px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(68, 71, 193, 0.2);
  position: relative;
}
.box-2 .course .swiper-slide .yuan:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #2F318A;
  content: '';
}
.box-2 .course .swiper-slide .yuan-c {
  position: absolute;
  margin-top: 90px ;
  padding-top: 40px;
}
.box-2 .course .swiper-slide .yuan-c .h3 {
  display: block;
  font-weight: bold;
}
.box-2 .course .swiper-slide .yuan-c .h4 ul {
  padding-left: 20px;
}
.box-2 .course .swiper-slide .yuan-c .h4 ul li {
  list-style-type: disc;
}
.box-2 .course .swiper-slide:nth-child(even) .yuan-c {
  position: absolute;
  margin-top: -160px;
  padding-top: 0;
}
.box-3 {
  padding: 80px 80px 140px 80px;
}
.box-3 .tit-t {
  margin-bottom: 120px;
}
.box-3 .box-3-c {
  display: flex;
  justify-content: center;
}
.box-3 .box-3-c .list {
  text-align: center;
}
.box-3 .box-3-c .list .tu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-3 .box-3-c .list .tu img {
  width: 68px;
}
.box-3 .box-3-c .list .h3 {
  font-weight: bold;
  margin: 20px 0;
  color: #000;
}
.box-3 .box-3-c .list .h4 {
  line-height: 200%;
}
.box-4 {
  background: #F9F9F9;
  padding: 80px;
}
.box-4 .tit-t {
  margin-bottom: 50px;
}
#certify {
  position: relative;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-container .swiper-slide {
  width: 560px;
  height: 400px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-container .swiper-slide img {
  display: block;
}
#certify .swiper-container .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #333;
  font-size: 1.5em;
  margin: 0;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
  display: none;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #1D2088;
  background-color: #fff;
}
#certify .swiper-button-prev {
  left: 100px;
  width: 36px;
  height: 36px;
  background: url(../img/icon-left.png) no-repeat;
  background-size: 100%;
}
#certify .swiper-button-prev:hover {
  background-size: 100%;
}
#certify .swiper-button-next {
  right: 100px;
  width: 36px;
  height: 36px;
  background: url(../img/icon-right.png) no-repeat;
  background-size: 100%;
}
#certify .swiper-button-next:hover {
  background-size: 100%;
}
.box-6 {
  background: #fff;
  padding: 80px;
}
.box-6 .tit-t {
  margin-bottom: 50px;
}
.box-6 .box-6-c img {
  width: 100%;
}
.box-7 {
  background: #F9F9F9;
  padding: 80px;
}
.box-7 .tit-t {
  margin-bottom: 50px;
}
.box-7 .box-6-c img {
  width: 100%;
}
.box-8 {
  background: #F6F6F6;
  padding: 80px 80px 120px 80px ;
}
.box-8 .tit-t {
  margin-bottom: 50px;
}
.jobs {
  padding: 50px 100px;
  background: #F4F4F4;
}
.jobs .jobs-tit {
  background: #1D2088;
  padding: 20px 50px;
}
.jobs .jobs-tit ul {
  clear: both;
}
.jobs .jobs-tit ul:after {
  clear: both;
  content: " ";
  display: table;
}
.jobs .jobs-tit ul:before {
  content: " ";
  display: table;
}
.jobs .jobs-tit ul li {
  float: left;
  width: 20%;
  color: #fff;
}
.jobs .panel-title ul {
  clear: both;
}
.jobs .panel-title ul:after {
  clear: both;
  content: " ";
  display: table;
}
.jobs .panel-title ul:before {
  content: " ";
  display: table;
}
.jobs .panel-title ul li {
  float: left;
  width: 20%;
  color: #333;
}
.jobs .panel-title > a {
  display: block;
  padding: 15px 20px;
}
.jobs .panel {
  border-radius: 0;
  border: 0;
}
.jobs .panel .panel-heading {
  background: #EBEBEB;
  padding: 0;
}
.jobs .collapsed {
  background: #EBEBEB;
}
.jobs .panel-body {
  padding: 50px;
}
.jobs .panel-body .tit-4 {
  font-size: 18px;
  font-weight: bold;
  color: #1D2088;
  margin-bottom: 20px;
}
.jobs .panel-body .tit-5 {
  font-size: 16px;
  color: #333;
}
.jobs .panel-body .tit-6 {
  margin-top: 50px;
  color: #1D2088;
  font-size: 16px;
  font-weight: bold;
}
.contact .map {
  width: 100%;
  height: 300px;
}
.contact .add {
  padding: 50px 100px;
}
.contact .add h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.contact .message {
  padding: 50px 100px;
}
.contact .message input {
  border: 0;
  border-radius: 0;
  background: #F4F4F4;
  padding: 25px;
  display: block;
}
.contact .message textarea {
  border: 0;
  border-radius: 0;
  background: #F4F4F4;
  padding: 25px;
  display: block;
  margin: 20px 0;
}
.contact .message .btn {
  width: 100%;
  text-align: center;
}
.contact .message .btn button {
  background: #1D2088;
  padding: 15px 150px;
  color: #fff;
  border-radius: 0;
  border: 0;
}
.counter {
  padding: 30px 100px 60px 100px;
}
.counter .tit-0 {
  margin: 30px 0;
}
.counter .cou-tit {
  color: #fff;
  background: #1D2088 url("../img/icon-11.png") no-repeat 20px center;
  background-size: 28px;
  padding: 15px 30px;
  padding-left: 54px;
  font-weight: bold;
  font-size: 18px;
}
.counter .cou-1 {
  background: #fff;
}
.counter .cou-1 ul {
  clear: both;
}
.counter .cou-1 ul:after {
  clear: both;
  content: " ";
  display: table;
}
.counter .cou-1 ul:before {
  content: " ";
  display: table;
}
.counter .cou-1 ul li {
  float: left;
  width: 23%;
  text-align: center;
  padding: 15px 0;
}
.counter .cou-1 ul li:last-child {
  width: 30%;
}
.counter .cou-2 {
  background: #F5F6F9;
  margin-bottom: 4px;
}
.counter .cou-2 ul {
  clear: both;
}
.counter .cou-2 ul:after {
  clear: both;
  content: " ";
  display: table;
}
.counter .cou-2 ul:before {
  content: " ";
  display: table;
}
.counter .cou-2 ul li {
  float: left;
  width: 23%;
  text-align: center;
  padding: 15px 30px;
}
.counter .cou-2 ul li .form-control {
  border: 0;
  height: 40px;
}
.counter .cou-2 ul li input {
  border: 0;
  border-radius: 0;
  padding: 20px 25px;
  display: block;
}
.counter .cou-2 ul li:last-child {
  width: 30%;
}
.counter .btn {
  text-align: right;
  margin: 40px 0;
  padding: 0;
  width: 100%;
}
.counter .btn button {
  margin-left: 8px;
}
.counter .btn .btn-1 {
  padding: 14px 100px;
  background: #4E9FD5;
  border: 0;
  color: #fff;
}
.counter .btn .btn-2 {
  padding: 14px 120px;
  background: #1D2088;
  border: 0;
  color: #fff;
  background: #1D2088 url("../img/icon-12.png") no-repeat 20px center;
  background-size: 30px ;
}
.counter .btn .btn-3 {
  padding: 14px 120px;
  border: 0;
  color: #fff;
  background: #FA6400 url("../img/icon-13.png") no-repeat 20px center;
  background-size: 30px ;
}
.counter .result {
  margin-top: 40px;
}
.counter .result .result-l {
  border: 1px solid #EBEBEB;
  padding: 30px;
  text-align: center;
}
.counter .result .result-l h4 {
  font-size: 18px;
  color: #333;
}
.counter .result .result-l h2 {
  font-size: 38px;
  color: #1D2088;
}
.counter .explain {
  margin-top: 30px;
}
.counter .explain .tit-1 {
  color: #000;
  font-size: 18px;
}
.counter .explain h4 {
  color: #333;
  font-size: 16px;
  margin: 30px 0 10px 0;
}
.counter .explain p {
  color: #666;
  font-size: 14px;
}
.counter .explain .link-5 {
  color: #999;
  font-size: 12px;
}
/*# sourceMappingURL=about.css.map */