/* 清楚浮动 */

* {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* 左浮动 */

.fl {
  float: left;
}

/* 右浮动 */

.fr {
  float: right;
}

/* 超出2行隐藏省略号 */

.hide-2 {
  display: -webkit-box;
  /**对象作为伸缩盒子模型展示**/
  -webkit-box-orient: vertical;
  /**设置或检索伸缩盒子对象的子元素的排列方式**/
  -webkit-line-clamp: 2;
  /**显示的行数**/
  overflow: hidden;
  /**隐藏超出的内容**/
}

/* relative定位  */

input {
  outline: none;
  border: none;
}

.psr {
  position: relative;
}

/* absolute定位  */

.psa {
  position: absolute;
}

.top0 {
  top: 0;
}

.right0 {
  right: 0;
}

.bottom0 {
  bottom: 0;
}

.left0 {
  left: 0;
}

/* image {
    width: 100%;
    height: auto;
  } */
header {
  width: 100%;
  min-width: 1200px;
  /* justify-content: center; */
  background-image: url(./img/header-bg.png);
}
.box {
  width: 100%;
  margin: 0 auto;
}
.boxs {
  box-sizing: border-box;
}
.guide {
  width: 1200px;
  min-width: 1200px;
  margin: 56px auto 0 auto;
}
.cen {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  height: 140px;
  display: flex;
  /* border: 1px solid; */
  align-items: center;
}
.titleL {
  text-align: center;
}
.solid {
  height: 76px;
  border-right: 2px solid #cccccc;
  margin-left: 76px;
  margin-right: 60px;
}
.titleL h2 {
  color: #005cb5;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 4px;
}
.titleR {
  text-align: center;
}
.titleR h2 {
  color: #ec2130;
  font-weight: 700;
}
.titleR p {
  margin-top: 15px;
  font-size: 18px;
}
.nav {
  width: 1200px;
  display: flex;
  height: 80px;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.nav_a {
  font-size: 20px;
  color: #333333;
}
.nav_a:hover {
  font-family: Microsoft YaHei !important;
  font-weight: bold !important;
  color: #005cb5 !important;
}
ul {
  display: flex;
  width: 540px;
}
ul > li {
  flex: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: black;
}
.search {
  width: 325px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0d456e;
  border-radius: 20px;
  margin-left: 14px;
  padding-left: 20px;
  box-sizing: border-box;
}
.button {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #005cb5;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  box-sizing: border-box;
  outline: none;
  border: none;
  color: white;
  cursor: pointer;
}
.search input {
  height: 30px;
}

.wx {
  margin-left: 55px;
}
.show {
  position: absolute;
  top: 64px;
  right: 40px;
  width: 200px;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 0px 9px 0px rgb(12 12 12 / 23%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.out {
  position: absolute;
  top: -20px;
  right: 90px;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  border-style: dashed dashed solid dashed;
}
.show img {
  width: 140px;
  height: 140px;
}

img {
  vertical-align: top;
  border: none;
}
.login {
  margin-left: 30px;
}
.banner {
  width: 100%;
  min-width: 1200px;
  text-align: center;
}
.banner img {
  width: 100%;
  height: 100%;
}
.new {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.newH {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #0d456e;
}
.newL {
  font-size: 30px;
  font-weight: 700;
}
.newR {
  font-size: 14px;
  color: #7f7f7f;
}
.newC {
  width: 100%;
  max-width: 1200px;
  display: flex;
}
.newCL {
  width: 580px;
  height: 330px;
}

.newCR {
  flex: 1;
  margin-left: 30px;
}
.newCRT {
  display: flex;
  justify-content: space-between;
  cursor: pointe;
}
.newButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 42px;
  border: 1px solid #005cb5;
  border-radius: 6px;
}
.newButton p {
  border-radius: 6px;
  width: 174px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #005cb5;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #005cb5;
}
.newCRCT {
  width: 100%;
  display: flex;
  height: 49px;
  align-items: center;
  border-bottom: 2px dotted #c9c9c9;
}
.radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #005cb5;
}
.newCRCT p {
  margin-left: 12px;
  max-width: 560px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ALLT {
  text-align: center;
  width: 503px;
  height: 44px;
  line-height: 40px;
  margin: 0 auto;
  background-size: 100% 100%;
  font-weight: 600;
}
.ALLT p {
  color: #005cb5;
  font-size: 36px;
}
.guideB {
  display: flex;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 55px;
}
.guideBL {
  margin-right: 39px;
  background: url(https://wx.yjaqpx.com/assets/img/pc/home/guideB2.png)
    no-repeat;
  background-size: 100% 100%;
  padding-left: 100px;
}
.guideBS {
  width: 580px;
  height: 130px;
}
.guideB p {
  color: #fff;
}
.guideBTT {
  margin-top: 37px;
  font-size: 20px;
}
.guideB p {
  color: #fff;
}
.guideBTB {
  font-size: 28px;
  margin-top: 3px;
  /* padding-left: 10px; */
}
.guideBR {
  background: url(https://wx.yjaqpx.com/assets/img/pc/home/guideB1.png)
    no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}

.guideBTTL {
  padding-left: 70px;
}

.guideBTBR {
  padding-left: 70px;
}
.train {
  width: 1200px;
  margin: 0 auto;
  padding-top: 61px;
}
.trainC {
  margin-top: 44px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.traunCB {
  flex: 1;
  height: 200px;
}
.traunCB > a {
  width: 100%;
}
.traunCB_img {
  width: 260px;
  height: 150px;
  border-radius: 10px;
}
.classT {
  margin-top: 18px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.classTmax {
  margin-top: 18px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trainB {
  margin-top: 53px;
}
.yinj {
  width: 1200px;
  margin: 0 auto;
  margin-top: 52px;
}
.yinjC {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
}
.yinjCB {
  display: flex;
  width: 280px;
  height: 120px;
  flex-direction: column;
  align-items: center;
}
.yinjCB p {
  color: #fff;
  font-size: 28px;
  margin-top: 30px;
}
.btn1 {
  background-color: #ffb400;
}
.yinjCBB {
  width: 100px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  margin-top: 8px;
  color: #fff;
  margin-bottom: 12px;
}
.img1 {
  background: url(./img/yingji01.png);
}
.img2 {
  background: url(./img/yingji02.png);
}
.img3 {
  background: url(./img/yingji03.png);
}
.img4 {
  background: url(./img/yingji04.png);
}
.btn1 {
  background-color: #ffb400;
}
.btn2 {
  background-color: #0798ff;
}
.btn3 {
  background-color: #ff6200;
}
.btn4 {
  background-color: #ff624d;
}
.f {
  width: 100%;
  min-width: 1200px;
  background-color: #005cb5;
  height: 210px;
}
footer {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
.fT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 29px;
}
.fMid {
  width: 1200px;
  border-bottom: 2px dotted #ffffff;
  margin-top: 22px;
}
.fB {
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.fL {
  width: 70%;
}
h4 {
  font-size: 20px;
  color: #fff;
}
.office {
  margin-top: 10px;
}
.officeT {
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.office span {
  color: #fff;
  font-size: 14px;
}
.office span a {
  color: #fff;
  font-size: 14px;
}
.fM {
  width: 2px;
  height: 90px;
  border-right: 1px dashed #ffffff;
  margin-left: 54px;
  margin-right: 58px;
}
.fR {
  flex: 1;
  display: flex;
}
.fRc {
  width: 90px;
  text-align: center;
}
.fRM {
  margin-right: 54px;
}
.fRc p {
  font-size: 14px;
  color: #fff;
  margin-top: 6px;
}
.fRc img {
  width: 70px;
  height: 70px;
}
.button img {
  width: 16px;
  height: 16px;
}
.button span {
  color: #fff;
  margin-left: 5px;
  font-size: 13px;
}
.newButtonB {
  color: #fff !important;
  background-color: #005cb5;
}
