.guideBRhtml,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
button {
  border: 0;
  background-color: transparent;
  outline: none;
}
img {
  vertical-align: top;
  border: none;
}
body {
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
}
a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: black;
}
.box {
  width: 100%;
  margin: 0 auto;
}
header {
  width: 100%;
  min-width: 1200px;
  /* justify-content: center; */
  background-image: url("../../../img/pc/home/header-bg.png");
}
.cen {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  height: 140px;
  display: flex;
  /* border: 1px solid; */
  align-items: center;
}
.titleL h2 {
  color: #005cb5;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 4px;
}
.titleL {
  text-align: center;
}
.solid {
  height: 76px;
  border-right: 2px solid #cccccc;
  margin-left: 76px;
  margin-right: 60px;
}
.titleL p {
  margin-top: 10px;
  font-size: 22px;
}
.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;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul {
  display: flex;
  width: 630px;
}
li {
  margin-right: 35px;
  font-size: 20px;
}
input {
  background: none;
  outline: none;
  border: none;
}
.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;
}
.search input {
  height: 30px;
}
.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;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction .swiperM{
width: 100px;
position:absolute;
right: 0;
}


.button:focus {
  color: #fff;
  opacity: 0.9;
  outline: none;
}
.button img {
  width: 16px;
  height: 16px;
}
.button span {
  color: #fff;
  margin-left: 5px;
  font-size: 13px;
}
.wx {
  margin-left: 55px;
}

.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 {
  position: absolute;
  top: 64px;
  right: 40px;
  width: 200px;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(12, 12, 12, 0.23);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility:hidden;
}
.show img{
  width: 160px;
  height: 160px;
}
.login {
  margin-left: 30px;
}
.banner {
  width: 100%;
  min-width: 1200px;
  text-align: center;
}
.banner img {
  width: 100%;
  height: 100%;
}
.w {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
}
.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;
}
.newCL img {
  width: 100%;
  height: 100%;
}
.newCR {
  flex: 1;
  margin-left: 30px;

}
.newCBG{
  width: 100%;
  position: absolute;
  height: 40px;
  bottom: 0;
  background-color:#000000;
  opacity: 0.3;
  z-index: 9;
}
.newCB{
  width: 356px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 12px;
  font-size: 18px;
}
.newCRT {
  display: flex;
  justify-content: space-between;
  cursor: pointe
}
.newButton .newButtonA{
  color: #fff;
  background-color: #005cb5;
}
.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;
}
.newCRC {
  margin-top: 15px;
}
.newCRCT {
  width: 100%;
  display: flex;
  height: 49px;
  align-items: center;
  border-bottom: 2px dotted #c9c9c9;
}
.newCRCTL{
  width: 100%;
  display: flex;
  height: 49px;
  align-items: center;
}
.newCRCTL p{
  margin-left: 12px;
}
.swiper-pagination .swiper-pagination-bullet{
  background-color: #FF0000;
}
.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;
}
.guide {
  width: 1200px;
  min-width: 1200px;
  margin: 56px auto 0 auto;
}
.ALLT {
  text-align: center;
  width: 503px;
  height: 44px;
  line-height: 40px;
  margin: 0 auto;
  /* background: url("../../../img/pc/home/ALLT.png") no-repeat center; */
  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;
}
.guideBS {
  width: 580px;
  height: 130px;

}
.guideBTTL{
  padding-left: 50px;
}
.guideBTBR{
  padding-left: 50px;
}
.guideBL {
  margin-right: 39px;
  background: url("../../../img/pc/home/guideB1.png") no-repeat;
  background-size: 100% 100%;
}
.guideBR {
  background: url("../../../img/pc/home/guideB2.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.guide img {
  width: 100%;
}
.guideB p {
  color: #fff;
}
.guideBTT {
  margin-top: 37px;
  font-size: 20px;
}
.guideBTB {
  font-size: 28px;
  margin-top: 3px;
  /* padding-left:10px ; */
}
.train {
  width: 1200px;
  margin: 0 auto;
  padding-top: 61px;
}
.trainC {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
}
.trainCB img {
  width: 278px;
  height: 154px;
}
.trainCB span {
  color: #ff0000;
  font-size: 13px;
}
.classB{
  font-size: 13px;
  color: #333;
}
.classT {
  margin-top: 18px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.trainB {
  margin-top: 53px;
}
.curriculum {
  width: 1200px;
  margin: 0 auto;
  padding-top: 61px;
  padding-bottom: 54px;
}
.curriculumT {
  font-weight: 600;
}
.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;
}
.img1 {
  background: url("../../../img/pc/home/yingji_01.png");
}
.img2 {
  background: url("../../../img/pc/home/yingji_02.png");
}
.img3 {
  background: url("../../../img/pc/home/yingji_03.png");
}
.img4 {
  background: url("../../../img/pc/home/yingji_04.png");
}
.yinjCB {
  display: flex;
  width: 280px;
  height: 120px;
  flex-direction: column;
  align-items: center;
}
.yinjCB p {
  color: #fff;
  font-size: 28px;
  margin-top: 30px;
}
.yinjCBB {
  width: 100px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  margin-top: 8px;
  color: #fff;
  margin-bottom: 12px;
}
.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;
}
h4 {
  font-size: 20px;
  color: #fff;
}
.fL {
  width: 70%;
}
.office {
  margin-top: 10px;
}
.office span {
  color: #fff;
  font-size: 14px;
}
.office span a {
  color: #fff;
  font-size: 14px;
}
.officeT {
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.officeB {
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.fM {
  width: 2px;
  height: 90px;
  border-right: 1px dashed #ffffff;
  margin-left: 54px;
  margin-right: 58px;
}
.fR {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fRM {
  margin-right: 54px;
}
.fRc {
  width: 90px;
  text-align: center;
}
.fRc img {
  width: 75px;
  height: 75px;
}
.fRc p {
  font-size: 14px;
  color: #fff;
}
.fMid{
  width: 1200px;
  border-bottom: 2px dotted #FFFFFF;
  margin-top: 22px;
}
.fB{
  line-height: 60px;
  text-align: center;
  color: #fff;
}