@charset "UTF-8";
.train-tag {
  margin-bottom: 30px;
}

.train-tag ul {
  overflow: hidden;
}

.train-tag ul li {
  float: left;
  background-color: #f9e7e6;
  color: #c51007;
  cursor: pointer;
}

.train-tag ul li a {
  display: block;
  line-height: 30px;
  font-size: 15px;
  padding: 0 12px;
}

.train-tag ul li + li {
  margin-left: 20px;
}

.train-tag ul .active {
  background-color: #c51007;
  color: #fff;
}

.pic-list {
  overflow: hidden;
  margin-right: -25px;
}

.pic-list .core {
  padding-right: 25px;
  overflow: hidden;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 25px;
}

.pic-list .core .link {
  display: block;
  padding: 12px;
  background-color: #fff;
}

.pic-list .core .pic {
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

.pic-list .core .pic img {
  width: 210px;
  height: 140px;
  transition: all 600ms ease;
}

.pic-list .core .pic img:hover {
  transform: scale(1.1);
}

.pic-list .core .content {
  float: none;
  overflow: hidden;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  line-height: normal;
}

.pic-list .core .content .title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-list .core .content .desc {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
}

.pic-list .core .content .view-detail {
  font-size: 14px;
  color: #b8babe;
  padding-right: 35px;
  background: url(../images/arrow.png) no-repeat right center;
}

.pic-list .core:hover .content .title {
  color: #005799;
}

.pic-list-mode1 {
  overflow: hidden;
  margin-right: -16px;
}

.pic-list-mode1 .item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 16px;
  margin-bottom: 20px;
}

.pic-list-mode1 .item .core {
  padding: 12px;
  background-color: #fff;
  display: block;
}

.pic-list-mode1 .item .pic {
  width: 100%;
  padding-top: 55.89352%;
  position: relative;
}

.pic-list-mode1 .item .pic .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pic-list-mode1 .item .pic .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pic-list-mode1 .item .con {
  height: 103px;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.pic-list-mode1 .item .con .title {
  font-size: 16px;
  line-height: 22px;
}

.pic-list-mode1 .item .con .date {
  color: #666666;
  font-size: 14px;
}

.pic-list-mode1 .item .con .spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #999;
  line-height: 1;
}

.pic-list-mode1 .item .con .view-detail {
  font-size: 14px;
  color: #b8babe;
  padding-right: 35px;
  background: url(../images/arrow.png) no-repeat right center;
}

.pic-list-mode2 {
  overflow: hidden;
}

.pic-list-mode2 .core {
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 1px solid #eff2f5;
}

.pic-list-mode2 .core .link {
  display: block;
}

.pic-list-mode2 .core .pic {
  float: left;
  margin-right: 35px;
  overflow: hidden;
}

.pic-list-mode2 .core .pic img {
  width: 375px;
  height: 260px;
  transition: all 600ms ease;
}

.pic-list-mode2 .core .pic img:hover {
  transform: scale(1.1);
}

.pic-list-mode2 .core .content {
  float: none;
  overflow: hidden;
  line-height: normal;
}

.pic-list-mode2 .core .content .title {
  font-size: 22px;
  margin-bottom: 15px;
}

.pic-list-mode2 .core .content .desc {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}

.pic-list-mode2 .core .content .view-detail {
  font-size: 14px;
  color: #b8babe;
  padding-right: 35px;
  display: inline-block;
  margin-top: 25px;
  background: url(../images/arrow.png) no-repeat right center;
}

.pic-list-mode2 .core:hover .content .title {
  color: #005799;
}

.pic-list-mode3, .pic-list-mode4 {
  overflow: hidden;
  margin-right: -16px;
}

.pic-list-mode3 .item, .pic-list-mode4 .item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 16px;
  margin-bottom: 20px;
}

.pic-list-mode3 .item .core, .pic-list-mode4 .item .core {
  padding: 12px;
  background-color: #fff;
  display: block;
  border: 2px solid #f8f9fa;
  box-sizing: border-box;
  cursor: pointer;
}

.pic-list-mode3 .item .core:hover, .pic-list-mode4 .item .core:hover {
  background-color: #f2f4f6;
}

.pic-list-mode3 .item .core:hover .con .title, .pic-list-mode4 .item .core:hover .con .title {
  color: #004ad3;
}

.pic-list-mode3 .item .pic, .pic-list-mode4 .item .pic {
  width: 100%;
  padding-top: 66%;
  position: relative;
}

.pic-list-mode3 .item .pic .image, .pic-list-mode4 .item .pic .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pic-list-mode3 .item .pic .image img, .pic-list-mode4 .item .pic .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pic-list-mode3 .item .con, .pic-list-mode4 .item .con {
  height: 160px;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}

.pic-list-mode3 .item .con .title, .pic-list-mode4 .item .con .title {
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.pic-list-mode3 .item .con .desc, .pic-list-mode4 .item .con .desc {
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #62646a;
}

.pic-list-mode3 .item .con .rows2, .pic-list-mode4 .item .con .rows2 {
  white-space: normal;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.pic-list-mode3 .item .con .date, .pic-list-mode4 .item .con .date {
  color: #666666;
  font-size: 14px;
}

.pic-list-mode3 .item .con .spec, .pic-list-mode4 .item .con .spec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #b8babe;
}

.pic-list-mode3 .item .con .spec .view-detail, .pic-list-mode4 .item .con .spec .view-detail {
  padding-right: 0;
  background: none;
}

.pic-list-mode3 .item .con .spec .price, .pic-list-mode4 .item .con .spec .price {
  color: #f36f00;
}

.pic-list-mode3 .item .con .spec .price .num, .pic-list-mode4 .item .con .spec .price .num {
  font-size: 18px;
}

.pic-list-mode3 .item .con .view-detail, .pic-list-mode4 .item .con .view-detail {
  font-size: 14px;
  color: #b8babe;
  padding-right: 35px;
  background: url(../images/arrow.png) no-repeat right center;
}

.pic-list-mode4 .item .con {
  height: 140px;
}

.new-list-2 .list .item {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #eff2f5;
  cursor: pointer;
}

.new-list-2 .list .item .time {
  float: left;
  border: 1px solid #e1e4e8;
  text-align: center;
  margin-right: 25px;
}

.new-list-2 .list .item .time .day {
  width: 87px;
  line-height: 52px;
  background-color: #e1e4e8;
  font-size: 32px;
  color: #fff;
}

.new-list-2 .list .item .time .year {
  line-height: 32px;
  font-size: 16px;
}

.new-list-2 .list .item .con {
  float: none;
  overflow: hidden;
}

.new-list-2 .list .item .con .title {
  font-size: 18px;
  margin-bottom: 5px;
}

.new-list-2 .list .item .con .desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.new-list-2 .list .item .con .view-detail {
  font-size: 14px;
  color: #b8babe;
  padding-right: 35px;
  background: url(../images/arrow.png) no-repeat right center;
  display: inline-block;
  margin-top: 15px;
}

.new-list-2 .list .item:hover .con .title {
  color: #004ad3;
}

.news-info {
  margin: 50px 0;
}

.news-info .news-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.news-info .source {
  padding-bottom: 10px;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  text-align: center;
}

.news-info .source .time {
  display: inline-block;
  border-bottom: 2px solid #004ad3;
}

.news-info .content {
  padding: 30px 0;
}

.news-info .content p {
  font-size: 16px;
  color: #494a4c;
  line-height: 36px;
  margin-bottom: 1em;
}

.news-info .content img {
  display: inline-block;
}

.news-info .news-bottom {
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}

.news-info .goback {
  float: right;
  cursor: pointer;
}

.news-info .goback a {
  display: block;
  width: 135px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  background-color: #c51007;
}

.news-info .prev-next {
  float: none;
  overflow: hidden;
}

.news-info .prev-next a {
  display: block;
  font-size: 16px;
  line-height: 32px;
}

.news-info .prev-next a:hover {
  color: #c51007;
  text-decoration: underline;
}

.news-info-2 {
  background-color: #fff;
  padding: 40px;
  margin: 30px 0;
}

.news-info-2 .news-title {
  text-align: left;
}

.news-info-2 .source {
  text-align: left;
}

.course-title {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
}

.course-silde {
  float: left;
  width: 194px;
}

.course-silde .tit {
  line-height: 60px;
  color: #fff;
  background-color: #c51007;
  font-size: 17px;
  padding-left: 25px;
}

.course-silde .list {
  border: 1px solid #dddddd;
  padding-left: 25px;
  background-color: #f6f6f6;
  line-height: 45px;
  font-size: 15px;
}

.course-silde .list .item {
  position: relative;
}

.course-silde .list .item a {
  display: block;
}

.course-silde .list .active {
  color: #c51007;
  background: url(../images/playing.png) no-repeat right 15px center;
}

.course-silde .list .active:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -2px;
  background-color: #c51007;
}

.course-info {
  float: none;
  overflow: hidden;
  padding-left: 25px;
}

.course-info .video-wrapper {
  width: 100%;
}

.course-info .video-wrapper .video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.course-info .video-wrapper .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.course-info .con {
  overflow: hidden;
  font-size: 17px;
  margin-top: 30px;
}

.course-info .con .index {
  float: left;
}

.course-info .con .info {
  float: right;
  color: #999;
}

.exam-title {
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 40px;
}

.exam-title .title {
  overflow: hidden;
  line-height: 35px;
}

.exam-title .title .tit {
  float: left;
  font-size: 26px;
}

.exam-title .title .count-down {
  float: right;
  font-size: 18px;
}

.exam-title .title .count-down .countdown {
  color: #c51007;
}

.exam-title .state {
  font-size: 17px;
  color: #999;
  margin-top: 15px;
  line-height: 1;
}

.exam-title .state span {
  color: #c51007;
}

.exam-item .title {
  font-size: 20px;
  margin-bottom: 40px;
}

.exam-item .answer ul {
  overflow: hidden;
}

.exam-item .answer ul li {
  float: left;
  width: 50%;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
}

.exam-item .answer ul li label .radio-mode {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

.exam-item .answer ul li label .text {
  float: none;
  overflow: hidden;
}

.switch-exam {
  overflow: hidden;
  margin-top: 40px;
}

.switch-exam .prev, .switch-exam .next {
  line-height: 35px;
  width: 88px;
  text-align: center;
  background-color: #f1f2f4;
  font-size: 15px;
  color: #99999b;
  cursor: pointer;
  float: left;
}

.switch-exam .prev:hover, .switch-exam .next:hover {
  background-color: #c51007;
  color: #fff;
}

.switch-exam .next {
  margin-left: 30px;
}

.slide-menu {
  float: left;
  width: 255px;
}

.slide-menu .slide-menu-mem {
  position: relative;
  top: -30px;
}

.slide-menu .slide-menu-mem .title {
  background-color: #c51007;
  color: #fff;
  height: 150px;
  text-align: center;
}

.slide-menu .slide-menu-mem .title .tit {
  display: inline-block;
  text-align: left;
}

.slide-menu .slide-menu-mem .title .cn {
  font-size: 36px;
}

.slide-menu .slide-menu-mem .title .cn:after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 10px 0 15px 0;
}

.slide-menu .slide-menu-mem .title .en {
  font-size: 14px;
}

.slide-menu .slide-menu-mem .menu {
  border: 1px solid #dddddd;
}

.slide-menu .slide-menu-mem .menu > li {
  line-height: 60px;
}

.slide-menu .slide-menu-mem .menu > li > a {
  display: block;
  padding-left: 40px;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slide-menu .slide-menu-mem .menu > li .sub {
  padding-left: 40px;
}

.slide-menu .slide-menu-mem .menu > li .sub li {
  line-height: 40px;
}

.slide-menu .slide-menu-mem .menu > li .sub li a {
  padding-left: 30px;
  font-size: 15px;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slide-menu .slide-menu-mem .menu > li .sub .active a {
  color: #c51007;
}

.slide-menu .slide-menu-mem .menu > li .sub .active a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #c51007;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2px;
}

.slide-menu .slide-menu-mem .menu .cr > a {
  background-color: #c51007;
  color: #fff;
}

.slide-content {
  float: none;
  overflow: hidden;
  padding-left: 30px;
}

.slide-content .mem-title {
  font-size: 20px;
  line-height: 35px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  margin-bottom: 20px;
}

.slide-content .mem-title .title {
  float: left;
}

.slide-content .mem-title .class-hours {
  float: right;
  font-size: 16px;
  color: #c51007;
}

.train-list {
  margin-right: -25px;
}

.train-list .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 25px;
  margin-bottom: 25px;
}

.train-list .item .pic {
  float: left;
  width: 200px;
}

.train-list .item .pic .img {
  display: block;
  width: 100%;
  padding-top: 59.7402%;
  position: relative;
  overflow: hidden;
}

.train-list .item .pic .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.train-list .item .con {
  float: none;
  overflow: hidden;
  padding-left: 15px;
}

.train-list .item .con .title {
  display: block;
  font-size: 17px;
  line-height: 23px;
}

.train-list .item .con .spec {
  text-align: justify;
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.train-list .item .con .spec span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #999;
}

.train-list .item .con .spec:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
  line-height: 0;
}

.train-list .item .con .detail {
  color: #c51007;
  font-size: 14px;
}

.secend-level-menu {
  position: absolute;
  right: 0;
  bottom: 0;
}

.secend-level-menu .item {
  float: left;
  font-size: 16px;
  color: #888888;
  line-height: 55px;
  background-color: #f5f5f5;
  text-align: center;
  white-space: nowrap;
  width: 190px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secend-level-menu .item .icon {
  width: 32px;
  height: 55px;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
}

.secend-level-menu .item .icon img {
  position: absolute;
  width: 32px;
  left: 0;
  top: 0;
}

.secend-level-menu .item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #004ad3;
  display: none;
}

.secend-level-menu .active {
  background-color: #004ad3;
  color: #fff;
}

.secend-level-menu .active .icon img {
  top: initial;
  bottom: 0;
}

.secend-level-menu .active:after {
  display: block;
}

.third-level-menu {
  background-color: #fff;
  margin-bottom: 25px;
}

.third-level-menu .item {
  float: left;
  line-height: 70px;
  font-size: 18px;
  margin-right: 55px;
  cursor: pointer;
}

.third-level-menu .item i {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  color: #e8ecf1;
}

.third-level-menu .item a {
  display: block;
  color: #555;
  position: relative;
}

.third-level-menu .item:hover, .third-level-menu .item.active {
  border-bottom: 4px solid #004ad3;
  line-height: 66px;
}

.third-level-menu .item:hover a, .third-level-menu .item.active a {
  color: #111;
}

.fffbg .third-level-menu {
  background-color: #f7f9fc;
}

.slide-page {
  overflow: hidden;
  margin-top: 30px;
}

.slide-page .float-slide {
  float: right;
  padding-left: 20px;
}

.slide-page .float-slide .recommend-list {
  background-color: #fcfcfc;
  border: 1px solid #ebeef1;
  width: 325px;
}

.slide-page .float-slide .recommend-list .tit {
  background-color: #ebeef1;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
}

.slide-page .float-slide .recommend-list .li {
  padding: 0 10px;
  border-top: 1px solid #ebeef1;
}

.slide-page .fixed-slide {
  float: none;
  overflow: hidden;
}

.slide-page .fixed-slide .news-info {
  margin-top: 0;
}

.slide-page .fixed-slide .news-info .news-title {
  text-align: left;
}

.slide-page .fixed-slide .news-info .source {
  text-align: left;
}

.recommend-list .li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #777777;
  line-height: 50px;
  position: relative;
  padding-left: 12px;
  cursor: pointer;
}

.recommend-list .li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background-color: #f36f00;
}

.recommend-list .li a:hover {
  color: #004ad3;
}

.case-detail {
  background-color: #fff;
}

.case-detail .content {
  padding: 40px;
}

.case-detail .case-info {
  border-bottom: 1px solid #edf0f3;
}

.case-detail .case-info .info {
  padding: 40px;
  overflow: hidden;
}

.case-detail .case-info .pic {
  width: 215px;
  height: 140px;
  position: relative;
  float: left;
  margin-right: 25px;
  box-shadow: 0px 0px 13px 0px rgba(177, 183, 193, 0.17);
}

.case-detail .case-info .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-detail .case-info .case-con {
  float: none;
  overflow: hidden;
}

.case-detail .case-info .case-con .title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

.case-detail .case-info .case-con .desc {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.case-detail .case-info .case-con .attr {
  overflow: hidden;
}

.case-detail .case-info .case-con .attr li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.mq-tab-title {
  float: left;
  overflow: hidden;
  background-color: #cbd1d9;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  margin-left: 40px;
}

.mq-tab-title .tab-title {
  float: left;
  width: 115px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}

.mq-tab-title .tab-title.active {
  background-color: #004ad3;
  border-radius: 5px;
}

.qa-form {
  width: 345px;
  border: 1px solid #eaeef3;
}

.qa-form .tit {
  line-height: 40px;
  padding: 0 10px;
  padding-left: 50px;
  background: url(../images/qa.png) no-repeat 18px center #eaeef3;
  font-size: 16px;
}

.qa-form .form {
  padding: 12px;
}

.qa-form .form .text-area textarea {
  display: block;
  width: 100%;
  appearance: none;
  resize: none;
  background-color: #f7f9fc;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.qa-form .form .text input {
  appearance: none;
  border: none;
  outline: none;
  background-color: #f7f9fc;
  padding: 10px;
  display: block;
  box-sizing: border-box;
  width: 50%;
  font-size: 16px;
}

.qa-form .form .submit {
  width: 132px;
  line-height: 35px;
  border-radius: 5px;
  background-color: #f36f00;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  cursor: pointer;
}

.qa-list .item {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-left: 55px;
}

.qa-list .item .q {
  box-sizing: border-box;
  padding: 15px 0 15px 5px;
  border-bottom: 1px solid #eff2f4;
  cursor: pointer;
  position: relative;
}

.qa-list .item .q .q-date {
  float: right;
  position: relative;
  padding-right: 90px;
  color: #666666;
  font-size: 14px;
}

.qa-list .item .q .q-date:after {
  font-size: 16px;
  content: "<";
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #dbdbdb;
  color: #fff;
  transform: rotate(-90deg);
  right: 35px;
  top: 50%;
  margin-top: -10px;
}

.qa-list .item .q .q-cnt {
  float: none;
  overflow: hidden;
}

.qa-list .item .q:before {
  content: "问";
  font-size: 12px;
  width: 25px;
  line-height: 24px;
  background: url(../images/qa-icon.png) no-repeat center center;
  text-align: center;
  position: absolute;
  color: #fff;
  right: 100%;
  margin-right: 10px;
  top: 18px;
}

.qa-list .item .a {
  color: #666666;
  padding: 15px 5px;
  position: relative;
  display: none;
}

.qa-list .item .a:before {
  content: "答";
  font-size: 12px;
  width: 25px;
  line-height: 24px;
  background: url(../images/qa-icon-3.png) no-repeat center center;
  text-align: center;
  position: absolute;
  color: #fff;
  right: 100%;
  margin-right: 10px;
  top: 18px;
}

.qa-list .item.active {
  background-color: #f7f9fc;
}

.qa-list .item.active .q {
  color: #111;
}

.qa-list .item.active .q:before {
  background: url(../images/qa-icon-2.png) no-repeat center center;
}

.qa-list .item.active .q .q-date:after {
  background-color: #004ad3;
  transform: rotate(90deg);
}

.qa-list .item.active .a {
  display: block;
}

.about-us {
  margin-top: 40px;
}

.about-us .about-title {
  text-align: center;
}

.about-us .about-title .cn {
  font-size: 24px;
  color: #1e5086;
}

.about-us .about-title .en {
  font-size: 16px;
  color: #999999;
}

.about-us .about-title .line {
  width: 40px;
  height: 2px;
  margin: 15px auto;
  background-color: #1e5086;
}

.about-us .about-cnt {
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.about-us .about-cnt:before {
  content: "";
  width: 993px;
  height: 100%;
  border: 1px solid #eeeeee;
  right: 0;
  top: 40px;
  position: absolute;
}

.about-us .about-cnt .image {
  float: left;
  position: relative;
  padding: 0 10px 10px 0;
  margin-top: 60px;
}

.about-us .about-cnt .image img {
  display: block;
  width: 420px;
  height: 314px;
  position: relative;
}

.about-us .about-cnt .image:before {
  content: "";
  width: 354px;
  height: 247px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f36f00;
}

.about-us .about-cnt .cnt {
  position: relative;
  float: none;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  padding: 0 30px;
}

.contact-us {
  margin: 40px 0;
  overflow: hidden;
}

.contact-us .map {
  float: right;
}

.contact-us .map img {
  display: block;
  width: 706px;
  height: auto;
}

.contact-us .cnt {
  float: none;
  overflow: hidden;
  padding-right: 40px;
  padding-top: 60px;
}

.contact-us .cnt .companyName {
  font-size: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.contact-us .cnt .address, .contact-us .cnt .telphone, .contact-us .cnt .email {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding-left: 30px;
  margin: 30px 0;
}

.contact-us .cnt .address {
  background: url(../images/address-icon.png) no-repeat left 4px;
}

.contact-us .cnt .telphone {
  background: url(../images/telphone-icon.png) no-repeat left 4px;
}

.contact-us .cnt .email {
  background: url(../images/email-icon.png) no-repeat left 6px;
}

.message-form {
  text-align: center;
  padding: 40px 0;
}

.message-form .title {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.message-form .title:before, .message-form .title:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #dde1e7;
  display: block;
}

.message-form .title .en {
  font-size: 22px;
  font-weight: bold;
  margin: 0 5px;
}

.message-form .title .cn {
  font-size: 24px;
  color: #1e5086;
  margin: 0 5px;
}

.message-form .form {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  text-align: left;
}

.message-form .form .form-item {
  margin-bottom: 30px;
}

.message-form .form .form-item .label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.message-form .form .form-item .control {
  appearance: none;
  border: none;
  outline: none;
  background-color: #fff;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 16px;
}

.message-form .form .form-item input {
  height: 40px;
}

.message-form .form .form-item textarea {
  resize: none;
}

.message-form .form .submit {
  font-size: 16px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 170px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background-color: #004ad3;
  cursor: pointer;
}

.people-list {
  overflow: hidden;
}

.people-list .core {
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.people-list .core .link {
  display: block;
}

.people-list .core .pic {
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

.people-list .core .pic img {
  width: 210px;
  height: 140px;
  transition: all 600ms ease;
}

.people-list .core .pic img:hover {
  transform: scale(1.1);
}

.people-list .core .cnt {
  float: none;
  overflow: hidden;
  line-height: normal;
  font-size: 14px;
}

.people-list .core .cnt .position {
  color: #f36f00;
  margin-top: 5px;
}

.people-list .core .cnt .title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.people-list .core .cnt .desc {
  color: #999999;
  line-height: 22px;
}

.people-list .core .cnt .view-detail {
  font-size: 14px;
  color: #b8babe;
  padding-right: 35px;
  background: url(../images/arrow.png) no-repeat right center;
}

.people-list .core:hover .content .title {
  color: #005799;
}

.login-container .oauth-form .form-item {
  background: none !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

.login-container .oauth-form .form-item:before {
  display: none;
}

.login-container .oauth-form .form-text {
  font-size: 16px;
  margin-top: 30px;
}

.oauth-form img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.oauth-form .form-action {
  display: flex;
  align-items: center;
  width: 100%;
}

.oauth-form .form-action .button {
  flex: 1;
}

.oauth-form .form-action .button + .button {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .oauth-form img {
    width: 120px;
    height: 120px;
  }
  .login-container .oauth-form .form-item {
    font-size: 14px;
  }
  .login-container .oauth-form .form-text {
    font-size: 14px;
    margin-top: 20px;
  }
  .pic-list-mode1 {
    margin-right: -10px;
  }
  .pic-list-mode1 .item {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .pic-list-mode1 .item .con .title {
    margin: 15px 0;
  }
  .pic-list-mode1 .item .con .spec {
    font-size: 12px;
  }
  .pic-list-mode1 .item .con .spec span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .course-title {
    font-size: 20px;
    margin: 20px 0;
  }
  .course-silde {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .course-silde .course-index {
    position: relative;
    z-index: 10;
  }
  .course-silde .tit {
    font-size: 16px;
    line-height: 50px;
    display: flex;
    padding-left: 15px;
    align-items: center;
    justify-content: space-between;
  }
  .course-silde .tit .mobile-course {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course-silde .tit .mobile-course:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    margin-top: 10px;
  }
  .course-silde .list {
    padding-left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
  }
  .course-silde .list .item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
  }
  .course-silde .list .active {
    background: none;
    font-weight: bold;
  }
  .course-silde .list .active:before {
    left: 10px;
  }
  .course-silde .showCourse .list {
    display: block;
  }
  .course-info {
    padding-left: 0;
  }
  .pic-list .core .pic {
    float: none;
    margin: 0;
  }
  .pic-list .core .pic img {
    width: 100%;
    height: auto;
  }
  .pic-list .content {
    margin-top: 20px;
  }
  .pic-list .content .time {
    font-size: 15px;
  }
  .pic-list .content .desc {
    font-size: 16px;
  }
  .news-info {
    margin: 30px 0;
  }
  .news-info .news-title {
    font-size: 24px;
  }
  .news-info .news-bottom .goback {
    float: none;
    display: none;
  }
  .news-info .content {
    font-size: 16px;
  }
  .news-info .content p {
    font-size: 16px;
  }
  .news-info .prev-next a {
    font-size: 14px;
  }
  .slide-page {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .slide-page .float-slide {
    float: none;
    padding-left: 0;
  }
  .slide-page .float-slide .recommend-list {
    width: 100%;
    box-sizing: border-box;
  }
  .pic-list-mode3, .pic-list-mode4 {
    margin-right: 0;
  }
  .pic-list-mode3 .item, .pic-list-mode4 .item {
    float: none;
    width: 100%;
    padding: 0;
  }
  .pic-list-mode3 .item .core, .pic-list-mode4 .item .core {
    padding: 0;
    border: none;
  }
  .pic-list-mode3 .item .con, .pic-list-mode4 .item .con {
    height: auto;
  }
  .pic-list-mode3 .item .con .desc, .pic-list-mode4 .item .con .desc {
    margin-top: 10px;
  }
  .pic-list-mode3 .item .con .spec, .pic-list-mode4 .item .con .spec {
    margin-top: 10px;
  }
  .pic-list-mode3 .item .con .spec .view-detail, .pic-list-mode4 .item .con .spec .view-detail {
    margin-top: 0;
  }
  .pic-list-mode3 .item .con .view-detail, .pic-list-mode4 .item .con .view-detail {
    margin-top: 10px;
  }
  .about-us .about-cnt {
    padding-top: 30px;
  }
  .about-us .about-cnt:before {
    display: none;
  }
  .about-us .about-cnt .image {
    float: none;
    margin-top: 30px;
  }
  .about-us .about-cnt .cnt {
    padding: 0;
  }
  .contact-us .map {
    float: none;
  }
  .contact-us .cnt {
    padding: 20px 0;
  }
  .secend-level-menu {
    display: none;
  }
  .third-level-menu {
    font-size: 0;
    margin-bottom: 15px;
  }
  .third-level-menu .wrapper {
    white-space: nowrap;
    overflow: auto;
  }
  .third-level-menu .item {
    line-height: 50px;
    margin-right: 20px;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .third-level-menu .item i {
    font-size: 24px;
  }
  .third-level-menu .item.active, .third-level-menu .item:hover {
    line-height: 48px;
    border-bottom: 2px solid #004ad3;
  }
  .pic-list-mode2 .core {
    padding: 20px 0;
  }
  .pic-list-mode2 .core .pic {
    float: none;
    margin: 0;
    margin-bottom: 15px;
  }
  .pic-list-mode2 .core .pic img {
    width: 100%;
    object-fit: cover;
  }
  .pic-list-mode2 .core .content .view-detail {
    margin-top: 10px;
  }
  .new-list-2 .list .item {
    padding: 20px 0;
  }
  .new-list-2 .list .item .time {
    margin-right: 10px;
  }
  .case-detail .case-info .info {
    padding: 0;
    margin-bottom: 20px;
  }
  .case-detail .case-info .pic {
    float: none;
    margin: 0;
    width: 100%;
    height: 200px;
  }
  .case-detail .case-info .case-con .title {
    margin: 10px 0;
  }
  .case-detail .case-info .case-con .attr li {
    float: none;
    width: 100%;
  }
  .case-detail .content {
    padding: 10px 0;
  }
  .mq-tab-title {
    margin-left: 0;
  }
  .people-list .core .pic {
    float: none;
    margin: 0;
  }
  .people-list .core .pic img {
    width: 100%;
    height: calc(100vw - 30px);
  }
  .news-info-2 {
    padding: 0;
  }
  .pic-list {
    margin: 0;
  }
  .pic-list .core {
    float: none;
    width: 100%;
    padding: 0;
  }
  .pic-list .core .link {
    padding: 0;
  }
  .pic-list .core .content {
    height: auto;
  }
  .pic-list .core .content .desc {
    margin-top: 10px;
  }
  .pic-list .core .content .view-detail {
    margin-top: 10px;
  }
  .pic-list-mode1 {
    margin: 0;
  }
  .pic-list-mode1 .item {
    float: none;
    width: 100%;
    padding: 0;
  }
  .pic-list-mode1 .item .core {
    padding: 0;
  }
  .pic-list-mode1 .item .con {
    height: auto;
  }
  .qa-list .item {
    padding-left: 30px;
  }
  .qa-list .item .q:before {
    margin-right: 0;
  }
  .qa-list .item .q .q-date {
    padding-right: 30px;
  }
  .qa-list .item .q .q-date:after {
    right: 0;
  }
  .qa-list .item .a:before {
    margin-right: 0;
  }
  .qa-form {
    width: 100%;
  }
}
