﻿@charset "utf-8";
/* CSS Document */
html,
body,
div,
img {
  margin: 0;
  padding: 0;
  display: block;
  font-family: "微软雅黑";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
body {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
ul li {
  list-style: none;
}
ol li {
  list-style: none;
}

/*头部开始*/
.head {
  width: 100%;
  background: #fff;
  height: 40px;
  float: left;
}
.head_con {
  width: 1200px;
  height: 40px;
  color: #acacac;
  font-size: 14px;
  line-height: 40px;
  margin: 0 auto;
}

.nav {
  width: 100%;
  height: 60px;
  background: #3c9ed7;
  float: left;
}
.nav_con {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.nav_L {
  width: 200px;
  height: 60px;
  float: left;
  background: url(../images/navlogo.png) no-repeat center;
  background-size: contain;
}
.nav_R {
  width: 580px;
  height: 60px;
  float: right;
}
.nav_R > ul {
  width: 100%;
  float: left;
  height: 60px;
}
.nav_R > ul > li {
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.nav_R > ul > li:hover {
  background: #ffa200;
}

/*banner开始*/
.banner {
  width: 100%;
  height: 480px;
  float: left;
  overflow: hidden;
}
.banner_cen {
  width: 100%;
  height: 480px;
  float: left;
}
.banner_con {
  width: 100%;
  height: 480px;
  float: left;
  display: none;
}
.banner_con:nth-child(1) {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
}
.banner_con:nth-child(2) {
  background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
}
.banner_con:nth-child(3) {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
}
.banner_img {
  width: 1200px;
  height: 480px;
  margin: 0 auto;
}
.banner_con:nth-child(1) .banner_img {
  background: url(../images/banner1.png) no-repeat center;
  background-size: contain;
}
.banner_con:nth-child(2) .banner_img {
  background: url(../images/banner2.png) no-repeat center;
  background-size: contain;
}
.banner_con:nth-child(3) .banner_img {
  background: url(../images/banner3.png) no-repeat center;
  background-size: contain;
}
.banner_but {
  padding: 15px 80px;
  font-size: 20px;
  background: #3c9ed7;
  color: #fff;
  float: left;
  border-radius: 50px;
  margin-top: 355px;
  margin-left: 73px;
  cursor: pointer;
}
.p_ban_btn {
  margin-top: 350px;
  margin-left: 410px;
  position: absolute;
}
.banner_butB {
  padding: 18px 36px;
  color: #fff;
  background: #ffa200;
  float: left;
  border-radius: 50px;
  cursor: pointer;
}
.banner_butB2 {
  padding: 18px 36px;
  color: #fff;
  float: left;
  margin-left: 30px;
  background: #3c9ed7;
  border-radius: 50px;
  cursor: pointer;
}
.banner_butc {
  padding: 18px 80px;
  float: left;
  border-radius: 50px;
  background: #3c9ed7;
  color: #fff;
  margin-top: 308px;
  margin-left: 486px;
  cursor: pointer;
}
.banner_con:first-child {
  display: block;
}

.banner_ico {
  width: 100%;
  height: 8px;
  float: left;
  margin-top: -30px;
}
.banner_ico > ul {
  width: 100%;
  height: 8px;
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
}
.banner_ico > ul > li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  float: left;
  background: none;
  border: 1px solid #fff;
  margin-left: 10px;
}
.banner_ico > ul > li:first-child {
  margin-left: 0px;
}
.banner_ico > ul > li.banner_on {
  background: #fff;
  border: 1px solid #fff;
}

/*banner结束*/

.details {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.details_con {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.details_top {
  width: 100%;
  float: left;
  height: 180px;
  overflow: hidden;
}
.details_A {
  width: 370px;
  float: left;
  height: 180px;
}
.details_AM {
  width: 142px;
  height: 180px;
  float: left;
  background: url(../images/details1.jpg) no-repeat center;
  background-size: cover;
}
.details_AT {
  width: 228px;
  height: 180px;
  float: left;
}
.details_Atit {
  width: 200px;
  height: 20px;
  line-height: 20px;
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #2d2d2d;
  margin-left: 4px;
}
.details_Atxt {
  width: 220px;
  height: 64px;
  float: left;
  margin-left: 4px;
}
.details_Atxt > ul {
  float: left;
  margin-top: 10px;
}
.details_Atxt > ul > li {
  float: left;
  position: relative;
  padding-right: 18px;
  line-height: 16px;
  margin-top: 10px;
  font-size: 14px;
  color: #3c9ed7;
  font-weight: 600;
  cursor: pointer;
  width: 88px;
  height: 20px;
}
.details_Atxt > ul > li:hover {
  color: #e30a0a;
}

.details_B {
  width: 398px;
  height: 180px;
  float: left;
  margin-left: 29px;
  border-left: 2px solid #f4f4f4;
  border-right: 2px solid #f4f4f4;
}
.details_Btit {
  width: 320px;
  height: 20px;
  line-height: 20px;
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #2d2d2d;
  margin-left: 49px;
}
.details_Btxt {
  width: 320px;
  height: 64px;
  float: left;
  margin-left: 49px;
}
.details_Btxt > ul {
  float: left;
  margin-top: 10px;
}
.details_Btxt > ul > li {
  float: left;
  position: relative;
  padding-right: 18px;
  line-height: 16px;
  margin-top: 10px;
  font-size: 14px;
  color: #3c9ed7;
  font-weight: 600;
  cursor: pointer;
  width: 88px;
  height: 20px;
}
.details_Btxt > ul > li:hover {
  color: #e30a0a;
}
.icon_new {
  position: absolute;
  right: 20px;
  top: 1px;
}

.details_C {
  width: 360px;
  height: 180px;
  float: right;
}
.details_CM {
  width: 142px;
  height: 180px;
  float: left;
  background: url(../images/details2.jpg) no-repeat center;
  background-size: cover;
}
.details_CT {
  width: 185px;
  height: 180px;
  float: left;
}
.details_Ctxt1 {
  width: 200px;
  height: 16px;
  line-height: 16px;
  margin-top: 26px;
  font-size: 14px;
  color: #2d2d2d;
}
.details_Ctxt2 {
  width: 200px;
  height: 20px;
  line-height: 20px;
  margin-top: 36px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #2d2d2d;
}
.details_Ctxt2 > span {
  color: #e30a0a;
}
.details_Cbut {
  width: 130px;
  height: 34px;
  float: left;
  border-radius: 17px;
  background: #3c9ed7;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  cursor: pointer;
}
.details_Cbut {
  animation: myfirst 1s infinite alternate;
  -webkit-animation: myfirst 1s infinite alternate;
}
@keyframes myfirst {
  0% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}

.details_bot {
  width: 100%;
  float: left;
  height: 220px;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.details_D {
  width: 210px;
  height: 220px;
  float: left;
  background: url(../images/details4.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.details_E {
  width: 210px;
  height: 220px;
  float: left;
  margin-left: 50px;
  background: url(../images/details3.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.details_F {
  width: 500px;
  height: 220px;
  float: left;
  margin-left: 80px;
  background: url(../images/details5.jpg) no-repeat center;
  background-size: cover;
}
.details_FT {
  width: 400px;
  height: 34px;
  float: left;
  margin-top: 30px;
  margin-left: 46px;
  background: url(../images/details6.png) no-repeat center;
  background-size: contain;
  line-height: 34px;
}
.details_FTL {
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  margin-left: 11px;
}
.details_FTR {
  height: 34px;
  line-height: 34px;
  float: right;
  color: #acacac;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
}
.details_Ftxt {
  width: 400px;
  height: 112px;
  float: left;
  margin-left: 46px;
  margin-top: 14px;
}
.details_Ftxt > ul {
  width: 100%;
  float: left;
}
.details_Ftxt > ul > li {
  width: 120px;
  height: 36px;
  border-radius: 5px;
  float: left;
  background: #3c9ed7;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.details_Ftxt > ul > li:nth-child(3n + 1) {
  margin-left: 0px;
}
.details_Ftxt > ul > li.details_Fon {
  background: #f4d53a;
  color: #2d2d2d;
}

.transit {
  width: 100%;
  height: 120px;
  float: left;
  background: url(../images/transit.jpg) no-repeat center;
  background-size: cover;
}

.school {
  width: 100%;
  float: left;
  margin-top: 60px;
  position: relative;
}
.school_main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.school_head {
  width: 100%;
  height: 30px;
  float: left;
  background: url(../images/schol_head.png) no-repeat center;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}
.school_hint {
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #acacac;
  letter-spacing: 2px;
}
.school_cen {
  width: 100%;
  float: left;
}
.school_cen > ul {
  width: 100%;
  float: left;
}
.school_cen > ul > li {
  width: 340px;
  height: 300px;
  float: left;
  margin-top: 50px;
  margin-left: 50px;
  cursor: pointer;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.school_cen > ul > li:nth-child(3n + 1) {
  margin-left: 40px;
}
.school_cen > ul > li:nth-child(1) {
  background: url(../images/school1.jpg) no-repeat top;
}
.school_cen > ul > li:nth-child(2) {
  background: url(../images/school2.jpg) no-repeat top;
}
.school_cen > ul > li:nth-child(3) {
  background: url(../images/school3.jpg) no-repeat top;
}
.school_cen > ul > li:nth-child(4) {
  background: url(../images/school4.jpg) no-repeat top;
}
.school_cen > ul > li:nth-child(5) {
  background: url(../images/school5.jpg) no-repeat top;
}
.school_cen > ul > li:nth-child(6) {
  background: url(../images/school6.jpg) no-repeat top;
}

.school_con {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 230px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.school_con p {
  opacity: 0;
  font-size: 24px;
  margin-top: 26px;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -18px, 0);
  transform: translate3d(0, -18px, 0);
  color: #fff;
}
.school_con span {
  display: block;
  width: 30px;
  height: 14px;
  border-bottom: 1px solid #fff;
  margin: 0 auto 5px;
  opacity: 0;
}
.school_con > div {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 18px, 0);
  transform: translate3d(0, 18px, 0);
  color: #fff;
}
.school_tit {
  font-size: 18px;
  text-align: center;
}
.school_txt {
  width: 290px;
  height: 48px;
  float: left;
  margin-top: 16px;
  margin-left: 25px;
  text-align: justify;
  text-align: left;
  letter-spacing: 2px;
  line-height: 20px;
  font-size: 14px;
}

.school_con::before,
.school_con::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.school_con::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.school_con::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.school_cen > ul > li.active > .school_con::before,
.school_cen > ul > li.active > .school_con::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.school_cen > ul > li.active > .school_con {
  background-color: rgba(0, 0, 0, 0.7);
}
.school_cen > ul > li.active > .school_con > span,
.school_cen > ul > li.active > .school_con > p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}
.school_cen > ul > li.active > .school_con > div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.school_cen > ul > li .obtn {
  width: 145px;
  line-height: 32px;
  font-size: 16px;
  color: #ffa200;
  border: 1px solid #ffa200;
  position: absolute;
  left: 50%;
  top: 75%;
  margin: 0 0 0 -72px;
  text-align: center;
}
.school_but {
  width: 280px;
  height: 44px;
  background: #3c9ed7;
  float: left;
  margin-left: 460px;
  margin-top: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.school_cen > ul > li a.btn {
  display: inline-block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  margin: 20px 15px 0px 30px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #00b4f9;
  position: absolute;
  bottom: 15px;
}
.school_cen > ul > li a.btn:hover {
  background: #3c9ed7;
  color: red;
}
/* 表单 */
.school .id-bd {
  width: 1200px;
  margin: 30px auto 0;
  border: 1px solid #b1b4b8;
  box-shadow: 5px 5px 5px #b1b4b8;
  padding: 15px 0 20px;
  text-align: center;
  background: #fff;
}
.school .id-bd .id-p8 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 15px;
}
.school .id-bd input {
  width: 200px;
  height: 35px;
  border: 1px solid #959595;
  border-radius: 3px;
  padding: 0 5px;
}
.school .id-bd span {
  color: #7b000f;
  font-size: 22px;
}
.school .id-bd select {
  font-size: 16px;
  width: 210px;
  height: 35px;
  border: 1px solid #959595;
  border-radius: 3px;
  padding: 0 5px;
}
.school .id-bd .id-p9 {
  line-height: 45px;
  font-size: 16px;
}
.school .id-bd span {
  color: #7b000f;
  font-size: 22px;
}
.school .id-bd input {
  width: 200px;
  font-size: 16px;
  height: 35px;
  border: 1px solid #959595;
  border-radius: 3px;
  padding: 0 5px;
}
.id-bg {
  width: 100%;
  height: 170px;
  background: #ebebeb;
  position: absolute;
  top: 816px;
  left: 0;
  z-index: -1;
}

.major {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.major_head {
  width: 100%;
  float: left;
  height: 70px;
  background: url(../images/major.jpg) no-repeat center;
  background-size: cover;
}

.major_R {
  width: 525px;
  float: right;
  margin-right: 40px;
}
.major_con {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.major_con > ul {
  width: 100%;
  float: left;
}
.major_con > ul > li {
  width: 118px;
  height: 38px;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
  background: #f4f4f4;
  border-radius: 5px;
  border: 1px solid #acacac;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #2d2d2d;
  cursor: pointer;
}
.major_con > ul > li:nth-child(4n + 1) {
  margin-left: 0;
}
.major_con > ul > li.major_on {
  background: #ffd159;
  border: 1px solid #71ccc9;
}

.major_but {
  width: 100%;
  height: 84px;
  float: left;
  border-top: 3px solid #3c9ed7;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.major_butA {
  width: 220px;
  height: 44px;
  float: left;
  border-radius: 5px;
  background: #3c9ed7;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
}
.major_butB {
  width: 220px;
  height: 44px;
  float: left;
  margin-left: 40px;
  border-radius: 5px;
  background: #3c9ed7;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
}
.major_hint {
  width: 100%;
  height: 18px;
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
}
.major_icon {
  width: 14px;
  height: 17px;
  float: left;
  background: url(../images/major_ico2.png) no-repeat center;
  background-size: contain;
}
.major_ion {
  float: left;
  margin-left: 5px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 100;
  color: #acacac;
}

.smart {
  width: 100%;
  height: 640px;
  float: left;
  margin-top: 70px;
  background: url(../images/smart.jpg) no-repeat center;
  background-size: cover;
}
.smart_main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.smart_topA {
  width: 100%;
  float: left;
  margin-top: 35px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
}
.smart_head {
  width: 100%;
  float: left;
  height: 31px;
  margin-top: 22px;
  background: url(../images/smart_head.png) no-repeat center;
  background-size: contain;
}
.smart_topB {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 8px;
}
.smart_tit {
  width: 100%;
  float: left;
  height: 124px;
  margin-top: 38px;
  background: url(../images/smart_tit.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.smart_con {
  width: 980px;
  height: 250px;
  float: left;
  background: #fff;
  border-radius: 5px;
  margin-left: 110px;
  margin-top: 26px;
}
.smart_conL {
  width: 560px;
  height: 250px;
  float: left;
}
.smart_contit {
  width: 100px;
  height: 24px;
  border-left: 3px solid #3c9ed7;
  margin-top: 30px;
  margin-left: 30px;
  padding-left: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #3c9ed7;
  font-weight: bold;
  letter-spacing: 4px;
}
.smart_contxt {
  width: 510px;
  float: left;
  margin-left: 43px;
}
.smart_contxt > ul {
  width: 100%;
  float: left;
}
.smart_contxt > ul > li {
  width: 255px;
  float: left;
  height: 22px;
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #2d2d2d;
}
.smart_contxt > ul > li > span {
  margin-left: 18px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
}
.smart_conhint {
  width: 510px;
  float: left;
  margin-left: 43px;
  margin-top: 24px;
}
.smart_conhint > p {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #3c9ed7;
  letter-spacing: 2px;
}
.smart_conR {
  width: 260px;
  height: 155px;
  float: left;
  margin-left: 75px;
  margin-top: 54px;
  background: url(../images/smart_conr.jpg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.Ensure {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.Ensure_cen {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.Ensure_head {
  width: 100%;
  height: 31px;
  float: left;
  background: url(../images/ensure_head.png) no-repeat center;
  background-size: contain;
}
.Ensure_con {
  width: 100%;
  height: 280px;
  float: left;
  margin-top: 55px;
}
.Ensure_con > ul {
  width: 100%;
  float: left;
}
.Ensure_con > ul > li {
  width: 230px;
  height: 280px;
  float: left;
  border-radius: 5px;
  margin-left: 60px;
}
.Ensure_con > ul > li:first-child {
  margin-left: 50px;
}
.Ensure_con > ul > li:nth-child(1) {
  background: #3c9ed7;
}
.Ensure_con > ul > li:nth-child(2) {
  background: #2080b7;
}
.Ensure_con > ul > li:nth-child(3) {
  background: #6bb5e0;
}
.Ensure_con > ul > li:nth-child(4) {
  background: #3c9ed7;
}

.Ensure_tit {
  width: 100%;
  height: 70px;
  float: left;
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 8px;
}
.Ensure_line {
  width: 100%;
  height: 3px;
  float: left;
  background: url(../images/ensure_line.png) no-repeat center;
  background-size: contain;
}
.Ensure_txt {
  width: 100%;
  float: left;
  margin-top: 18px;
}
.Ensure_txt > p {
  width: 90%;
  height: 86px;
  float: left;
  margin-left: 5%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: justify;
}
.Ensure_but {
  width: 180px;
  height: 42px;
  float: left;
  background: #fff;
  margin-left: 25px;
  border-radius: 5px;
  margin-top: 25px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  letter-spacing: 4px;
  cursor: pointer;
}

.Ensure_con > ul > li:nth-child(1) .Ensure_but {
  color: #3c9ed7;
}
.Ensure_con > ul > li:nth-child(2) .Ensure_but {
  color: #2080b7;
}
.Ensure_con > ul > li:nth-child(3) .Ensure_but {
  color: #6bb5e0;
}
.Ensure_con > ul > li:nth-child(4) .Ensure_but {
  color: #3c9ed7;
}
.Ensure_hint {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 4px;
  color: #acacac;
  margin-top: 24px;
}

.matter {
  width: 100%;
  float: left;
  margin-top: 55px;
}
.matter_cen {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.matter_head {
  width: 100%;
  height: 50px;
  float: left;
  background: url(../images/matter_head.jpg) no-repeat center;
  background-size: contain;
}
.matter_bot {
  width: 100%;
  float: left;
}
.matter_L {
  width: 600px;
  height: 416px;
  float: left;
}
.matter_L > ul {
  width: 520px;
  float: left;
  margin-left: 40px;
}
.matter_L > ul > li {
  width: 100%;
  height: 44px;
  float: left;
  border-bottom: 1px solid #3c9ed7;
  margin-top: 20px;
}
.matter_Ltxt {
  float: left;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 44px;
  letter-spacing: 4px;
}
.matter_Ltxt:hover {
  font-size: 17px;
  color: red;
}
.matter_Lbut {
  width: 98px;
  height: 28px;
  float: right;
  border-radius: 3px;
  border: 1px solid #3c9ed7;
  margin-top: 7px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: #3c9ed7;
  line-height: 28px;
  cursor: pointer;
}
.matter_Lbut:hover {
  background: #3c9ed7;
  color: #2d2d2d;
}

.matter_R {
  width: 600px;
  height: 416px;
  float: left;
  border: 4px solid #3b9ed7;
  box-sizing: border-box;
  border-top: none;
  background: #edf8ff;
}
.matter_text {
  width: 520px;
  float: left;
  margin-top: 10px;
  margin-left: 35px;
}
.matmsg_head {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: left;
  float: left;
  font-size: 18px;
  color: #2d2d2d;
  margin-top: 20px;
  letter-spacing: 2px;
}
.msgcent {
  width: 100%;
  float: left;
  margin-left: 20px;
}
.msgcent input {
  display: none;
}
.msgcent label {
  line-height: 32px;
  width: 108px;
  text-align: center;
  float: left;
  margin: 15px 20px;
  border-radius: 2px;
  display: block;
  font-size: 14px;
  color: #2d2d2d;
  background: #f7f7f7;
  border: 1px solid #cecece;
  height: 32px;
  cursor: pointer;
}
.msgcent label:nth-child(1n) {
  margin-left: 0px;
}
.msgcent label:hover {
  background: #f3d587;
  color: #2d2d2d;
}
.msgcent input:checked + label {
  background: #ffd159;
  color: #2d2d2d;
} /*选中样式*/

.matter_msg {
  width: 100%;
  height: 44px;
  float: left;
  margin-top: 25px;
  overflow: hidden;
}
.matter_msgtel {
  width: 270px;
  height: 42px;
  margin-left: 55px;
  float: left;
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ffd159;
}
.matter_msgtel > input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  float: left;
  border-radius: 3px;
  border: none;
  outline: none;
  text-align: center;
}
.matter_msgtel > input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 42px;
  font-weight: 100;
  color: #acacac;
  letter-spacing: 2px;
}
.matter_msgbut {
  width: 208px;
  height: 42px;
  float: left;
  border-radius: 3px;
  background: #ffd159;
  font-size: 14px;
  color: #2d2d2d;
  text-align: center;
  line-height: 42px;
  margin-left: 20px;
  border: 1px solid #ffd159;
  cursor: pointer;
}
.matter_msgbut:hover {
  background: #f7ba1c;
  color: #2d2d2d;
}

.Seniority {
  width: 100%;
  height: 260px;
  float: left;
  background: url(../images/seniority.jpg) no-repeat center;
  background-size: cover;
  margin-top: 70px;
}
.Seniority_cen {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.Seniority_tit {
  width: 100%;
  float: left;
  margin-top: 45px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  font-weight: 100;
  color: #fff;
  letter-spacing: 4px;
}
.Seniority_head {
  width: 100%;
  float: left;
  margin-top: 6px;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
}
.Seniority_con {
  width: 100%;
  float: left;
  margin-top: 46px;
}
.Seniority_con > ul {
  width: 100%;
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
}
.Seniority_con > ul > li {
  width: 150px;
  height: 60px;
  float: left;
  margin-left: 60px;
  cursor: pointer;
}
.Seniority_con > ul > li:nth-child(1) {
  margin-left: 0;
}
.Seniority_con > ul > li:nth-child(2) {
  width: 98px;
}
.Seniority_con > ul > li:nth-child(3) {
  width: 115px;
}
.Seniority_top {
  width: 100%;
  float: left;
  height: 30px;
  overflow: hidden;
}
.Seniority_num {
  float: left;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.Seniority_unit {
  float: left;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin-left: 5px;
  margin-top: 8px;
}
.Seniority_bot {
  width: 100%;
  float: left;
  margin-top: 2px;
  font-size: 16px;
  color: #fff;
}

.adv {
  width: 100%;
  float: left;
}
.adv_cen {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.adv_head {
  width: 100%;
  height: 31px;
  float: left;
  margin-top: 70px;
  background: url(../images/adv_head.png) no-repeat center;
  background-size: contain;
}
.adv_con {
  width: 100%;
  float: left;
}
.adv_con > ul {
  width: 100%;
  float: left;
}
.adv_con > ul > li {
  width: 228px;
  height: 238px;
  border-radius: 5px;
  float: left;
  border: 1px solid #3c9ed7;
  background: #3c9ed7;
  margin-left: 60px;
  margin-top: 60px;
  cursor: pointer;
}
.adv_con > ul > li:nth-child(4n + 1) {
  margin-left: 50px;
}
.adv_img {
  width: 100%;
  float: left;
  height: 180px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.adv_con > ul > li:nth-child(1) .adv_img {
  background: url(../images/adv_img1.png) no-repeat center;
  background-size: cover;
}
.adv_con > ul > li:nth-child(2) .adv_img {
  background: url(../images/adv_img2.png) no-repeat center;
  background-size: cover;
}
.adv_con > ul > li:nth-child(3) .adv_img {
  background: url(../images/adv_img3.png) no-repeat center;
  background-size: cover;
}
.adv_con > ul > li:nth-child(4) .adv_img {
  background: url(../images/adv_img4.png) no-repeat center;
  background-size: cover;
}
.adv_con > ul > li:nth-child(5) .adv_img {
  background: url(../images/adv_img5.png) no-repeat center;
  background-size: cover;
}
.adv_con > ul > li:nth-child(6) .adv_img {
  background: url(../images/adv_img6.png) no-repeat center;
  background-size: cover;
}
.adv_con > ul > li:nth-child(7) .adv_img {
  background: url(../images/adv_img7.png) no-repeat center;
  background-size: cover;
}
.adv_con > ul > li:nth-child(8) .adv_img {
  background: url(../images/adv_img8.png) no-repeat center;
  background-size: cover;
}
.adv_tit {
  width: 100%;
  height: 58px;
  line-height: 58px;
  float: left;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
.adv_hint {
  width: 100%;
  float: left;
  margin-top: 30px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  color: #acacac;
}
.adv_but {
  width: 250px;
  height: 44px;
  float: left;
  margin-left: 475px;
  margin-top: 5px;
  background: #3c9ed7;
  line-height: 44px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 4px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.adv_but:hover {
  background: #005688;
}
.start {
  width: 100%;
  height: 360px;
  float: left;
  background: url(../images/start.jpg) no-repeat center;
  background-size: cover;
  margin-top: 70px;
}
.start_cen {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.start_head {
  font-weight: bold;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  margin-top: 40px;
  color: #fff;
  letter-spacing: 4px;
}
.start_head h3 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-top: 28px;
}
.start_but {
  width: 100%;
  float: left;
  margin-top: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.start_but a {
  width: 222px;
  height: 50px;
  margin: 0 auto;
  border-radius: 2px;
  background: #f13d38;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
}
.start_but a:hover {
  background: #fff;
  color: #005688;
}
.start_butA {
  width: 180px;
  height: 38px;
  border-radius: 20px;
  float: left;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  line-height: 38px;
  letter-spacing: 4px;
  cursor: pointer;
}
.start_butB {
  width: 180px;
  height: 38px;
  border-radius: 20px;
  float: left;
  margin-left: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  line-height: 38px;
  letter-spacing: 4px;
  cursor: pointer;
}
.start_on {
  background: #fff;
  color: #2d2d2d;
}

/*底部开始*/
.foot {
  width: 100%;
  height: 90px;
  float: left;
  background: #323232;
}
.footA {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
  letter-spacing: 4px;
}
.footA a {
  color: #fff;
}
.footB {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-top: 14px;
  letter-spacing: 4px;
}
/*底部结束*/

/*悬浮模块开始*/
.win_left {
  width: 130px;
  height: 400px;
  background: #3c9ed7;
  border-radius: 3px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 150px;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
}
.closeL {
  width: 14px;
  height: 14px;
  float: left;
  margin-left: 106px;
  margin-top: 8px;
  background: url(../images/closel.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.win_left_txt {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.win_left_txt > ul {
  float: left;
}
.win_left_txt > ul > li {
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.win_left_txt > ul > li:hover {
  background: #1980bb;
}
.win_left_logo {
  width: 100%;
  height: 49px;
  float: left;
  background: url(../images/win_left_logo.png) no-repeat center;
  background-size: contain;
  margin-top: 10px;
}
.win_left_open {
  width: 35px;
  height: 120px;
  background: #3c9ed7;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: fixed;
  z-index: 99;
  left: -35px;
  top: 290px;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.win_left_open > p {
  width: 18px;
  height: 100px;
  text-align: center;
  line-height: 17px;
  font-size: 14px;
  color: #fff;
  float: left;
  margin-top: 10px;
  margin-left: 8px;
}

.win_right {
  width: 130px;
  height: 400px;
  background: #ffa200;
  border-radius: 3px;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 150px;
  box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2);
}
.closeR {
  width: 14px;
  height: 14px;
  float: left;
  margin-left: 106px;
  margin-top: 8px;
  background: url(../images/closel.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.win_right_txt {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.win_right_txt > ul {
  float: left;
}
.win_right_tit {
  width: 120px;
  height: 36px;
  line-height: 36px;
  float: left;
  margin-left: 5px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
.win_right_txt > ul > li {
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
}
.win_right_txt > ul > li:hover {
  background: #e68100;
}
.win_right_top {
  width: 100%;
  float: left;
  height: 41px;
  background: url(../images/win_right_top.png) no-repeat center;
  background-size: contain;
  margin-top: 18px;
  cursor: pointer;
}
.win_right_open {
  width: 35px;
  height: 120px;
  background: #ffa200;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: fixed;
  z-index: 99;
  right: -35px;
  top: 290px;
  box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.win_right_open > p {
  width: 18px;
  height: 90px;
  text-align: center;
  line-height: 17px;
  font-size: 14px;
  color: #fff;
  float: left;
  margin-top: 15px;
  margin-left: 9px;
}
/*悬浮模块结束*/

/* 专业 */
.major-list {
  padding-top: 25px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.major-list li {
  float: left;
  width: 50%;
}
.major-list li img {
  display: inline-block;
}
.major-list li dl {
  display: block;
  margin: 0 30px 20px 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.major-list li dt {
  font-size: 16px;
  font-weight: 600;
}
.major-list li dt img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.major-list li dd {
  padding: 5px 0 0 20px;
  line-height: 2.2;
  height: 95px;
}
.major-list li dd a {
  font-size: 14px;
  color: #087eab;
}
.major-list li dd a:hover {
  font-size: 15px;
  color: #f90000;
}
.major-list li dd span {
  margin: 0 5px;
  color: #087eab;
}

/* 日期弹窗 */
.date {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  margin: auto;
  width: 500px;
  height: 410px;
  position: fixed;
  background: url(../images/sj_bg.jpg) top center;
  border-radius: 10px;
  display: none;
}
.date .box {
  position: absolute;
  width: 100%;
  top: 0.4rem;
}
.date .box .title_div img {
  width: 440px;
  margin: 40px auto;
}
.date .box .time {
  margin: 0 auto;
  height: 8rem;
  box-sizing: border-box;
  padding-top: 1.7rem;
  color: #014c90;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.date .box .time span {
  display: inline-block;
  width: 98px;
  height: 80px;
  line-height: 80px;
  background: url(../images/date.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  font-size: 40px;
  color: #fff;
  font-family: "microsoft yahei";
  letter-spacing: 0.1rem;
  margin: 0 1rem;
}
.date .box .t {
  text-align: center;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.date .box .t font {
  color: #e5151e;
}
.date .box .btn a {
  margin: 30px auto 0;
  display: block;
  text-align: center;
  width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 20px;
  background: #e5151e;
  animation: myfirst 1s infinite alternate;
  -webkit-animation: myfirst 1s infinite alternate;
}

/*测评弹窗开始*/

.tanchu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  margin: auto;
  width: 500px;
  height: 306px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
  border-radius: 10px;
  background: url(../images/tab_bg.jpg) no-repeat;
}
.tanchu a {
  width: 240px;
  color: #e10e14;
  font-weight: bold;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  margin-left: -120px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  background: #fde329;
  display: block;
  text-align: center;
  border-radius: 3px;
  animation: myfirst 1s infinite alternate;
  -webkit-animation: myfirst 1s infinite alternate;
}
/* .tanchu{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  margin: auto;
  width: 480px;
  height: 600px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
  display: none;
  overflow: hidden;
  border-radius: 10px;
} */
.test_tc {
  margin: 0 auto 2.5rem;
}
.test_tc .test_img {
  background: #177be8;
  padding: 26px 10px;
  color: #fff;
}
.test_tc .test_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.test_tc h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto 6px;
}
.test_tc ul {
  margin: auto;
  font-size: 18px;
  color: #333;
  padding: 20px 10px;
}
.test_tc ul li {
  width: 90%;
  margin: auto;
  text-align: left;
  cursor: context-menu;
}
.test_tc ul li p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 4px;
}
.test_tc ul li span {
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  margin-bottom: 15px;
  padding: 12px 0px;
  line-height: 14px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 88px;
}
.test_tc ul li span:hover {
  color: #fff;
  background: #5caaff;
}
.test_tc ul li span.active {
  color: #fff;
  background: #177be8;
  border: 1px #177be8 solid;
}
.test_tc form {
  width: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
}
.test_tc form input {
  display: block;
  width: 85%;
  margin: 10px auto;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-align: left;
  font-size: 17px;
}
.test_tc form .form_btn {
  display: block;
  width: 85%;
  height: 41px;
  margin: 0 auto;
  padding: 0 12px;
  overflow: hidden;
  background-color: #177be8;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  line-height: 41px;
  font-size: 17px;
  cursor: pointer;
}
.test_tc form .form_btn:hover {
  color: #fff;
  background: #023975;
}

.close2,
.close3 {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}
/* 侧一侧右下角 */
.tcbg {
  height: 100px;
  position: fixed;
  bottom: 40px;
  right: 5px;
  z-index: 9999;
}
.tc_gb {
  width: 100px;
  height: 100px;
  float: right;
  background: #eb3819;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 16px 32px -4px rgba(0, 0, 0, 0.17);
  border: 1px solid #fff;
}
.tc_head {
  line-height: 20px;
  padding-right: 35px;
  width: 200px;
  height: 60px;
  margin-top: 20px;
  float: left;
  margin-right: -60px;
  background: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  font-size: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 16px 32px -4px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  white-space: nowrap;
  color: #eb3819;
  animation: myfirst linear 2.5s infinite;
  -moz-animation: myfirst3 linear 2.5s infinite;
  -webkit-animation: myfirst3 linear 2.5s infinite;
  -o-animation: myfirst3 linear 2.5s infinite;
}

@keyframes myfirst3 {
  from {
    width: 0rem;
  }
  to {
    width: 200px;
  }
}
@-moz-keyframes myfirst3 /* Firefox */ {
  from {
    width: 0rem;
  }
  to {
    width: 200px;
  }
}
@-webkit-keyframes myfirst3 /* Safari and Chrome */ {
  from {
    width: 0rem;
  }
  to {
    width: 200px;
  }
}
@-o-keyframes myfirst3 /* Opera */ {
  from {
    width: 0rem;
  }
  to {
    width: 200px;
  }
}
.tc_gb p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 28px;
  line-height: 24px;
}
.tc_gb p span {
  font-size: 24px;
}
#anm {
  animation: myfirst 1s infinite alternate;
  -webkit-animation: myfirst 1s infinite alternate;
}
@keyframes myfirst {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
.popup2 {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}


 





.popup2-content {
  width:74%;
  overflow: hidden;
  padding-bottom: 13px;
  background: #4b431f;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius:5px;
  high:300px;
}
.popup2-content img {
  display: block;
  width: 100%;
}
.popup2-phone {
  display: block;
  width: 95%;
  height: 38px;
  text-align: center;
  font-size: 15px;
  margin: 21px auto 13px;
  border-radius: 5px;
  border: solid 1px #4ebe39;
}

.popup2-phonedc {
  display: block;
  width: 95%;
  height: 38px;
  text-align: center;
  font-size: 15px;
  margin: 21px auto 13px;
  border-radius: 5px;
  border: solid 1px #4ebe39;
}


.popup2-btn {
  width: 95%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
  background: #4ebe39;
  border-radius: 5px;
}
.popup2-close {
  width: 23px;
  height: 23px;
  background: url("../images/popup2-close.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 6px;
  right: 8px;
}
