header {
  width: 100%;
  height: 1.2rem;
  box-sizing: border-box;
  padding-top: 0.1rem;
  border-top: 6px solid #072e57;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.Godhead {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0px;
}

.Godhead1 {
  width: 70%;
}

.Godhead2 {
  display: flex;
  margin-left: 62%;
}

.Godhead3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}

.Godhead3 li {
  height: 0.3rem;
  font-size: 16px;
  color: #444444;
  line-height: 0.5rem;
}

.Godhead4 {
  display: flex;
  align-items: center;
  /* padding-left: 500px; */
}

.Godhead4 img {
  padding-right: 10px;
}

.Godhead5 {
  width: 100%;
  height: 30px;
  position: relative;
  font-size: 14px;
}

.Godhead5 input {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #f9f9f9;
  outline: none;
  padding-left: 10px;
  border: 1px solid #e4e4e4;
}

.Godhead5 img {
  position: absolute;
  right: 0rem;
  top: 0.1rem;
}

nav {
  width: 100%;
  margin-top: 25px;
}

#div1 img {
  width: 100%;
  height: 100%;
}

#div1 {
  width: 19.2rem;
  height: 7.2rem;
  box-sizing: border-box;
  padding-top: 0.9rem;
  overflow: hidden;
  position: relative;
}

#div1 ul li {
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 1.5s;
}

#div1 ul li.ac {
  opacity: 1;
}

#div1 ol {
  position: absolute;
  right: 50%;
  bottom: 10%;
  z-index: 6;
  font-size: 0.14rem;
}

#div1 ol li {
  width: 20px;
  height: 20px;
  background: #fff;
  margin-left: 5px;
  float: left;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

#div1 ol li.ac {
  background: red;
  color: #fff;
}

#div1 > a {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 40px;
  line-height: 32px;
  text-align: center;
  width: 40px;
  font-size: 40px;
  vertical-align: middle;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
}

#goPrev {
  left: 0;
}

#goNext {
  right: 25px;
}

/* 轮播图结束 */

.content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 80px;
}

.content h1 {
  font-size: 40px;
  text-align: center;
  color: #222;
}

.content p {
  font-size: 18px;
  color: #666666;
  text-align: center;
}

.content1 {
  width: 720px;
  margin: 0 auto;
  margin-top: 0.2rem;
  display: flex;
}

.content1 li {
  width: 180px;
  height: 40px;
  border: 1px solid #e6e6e6;
  margin-left: 0.13rem;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e6e6e6;
}

.content1 li a {
  font-size: 16px;
  color: #666;
}

.content1 li:hover a {
  color: #fff;
}

.content1 a:hover {
  cursor: pointer;
  color: #ffffff;
}

.content1 li:hover {
  background: #097ad8;
  color: #fff;
  cursor: pointer;
}

.content2 {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 0.45rem;
  overflow: hidden;
}

.content2 li {
  width: 24.89%;
  height: 219px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content3 {
  width: 1.2rem;
  height: 0.8rem;
  margin: 0 auto;
  font-size: 0.18rem;
}

.content3 img {
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
}

.pa {
  margin-top: 0.1rem;
}

.content4 {
  width: 19.2rem;
  height: 840px;
  background: url("../img/hh.png");
  background-size: 100% 100%;
  margin-top: 0.6rem;
  box-sizing: border-box;
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.content5 {
  width: 32%;
  margin-left: 18%;
}

.content5 h2 {
  color: #f16901;
  font-size: 0.5rem;
  font-weight: bold;
}

/* .content6 {
  width: 520px;
} */

.content6 p:nth-child(1) {
  font-size: 20px;
  color: #000;
  opacity: 0.8;
}

.content7 {
  /* width: 520px; */
  margin-top: 15px;
}

.content8 {
  display: flex;
  margin-top: 0.3rem;
}

.content9 {
  width: 199px;
  height: 50px;
  background: #f16901;
  border-radius: 0.1rem;
  display: flex;
  margin-right: 30px;
  justify-content: center;
  align-items: center;
}

.content9 img {
  width: 0.3rem;
  height: 0.3rem;
}

.content9 span {
  font-size: 16px;
  color: #ffffff;
  margin-left: 0.1rem;
  margin-top: 0.05rem;
}

.content10 {
  width: 199px;
  height: 50px;
  background: #f16901;
  border-radius: 0.1rem;
  display: flex;
  margin-right: 30px;
  justify-content: center;
  align-items: center;
}

.content10 img {
  width: 0.3rem;
  height: 0.3rem;
}

.content10 span {
  font-size: 16px;
  color: #ffffff;
  margin-left: 0.1rem;
  margin-top: 0.05rem;
}

.content11 {
  width: 37%;
  height: 6.6rem;
  margin-right: 11%;
}

.content11 li {
  width: 268px;
  height: 206px;
  float: left;
  margin-left: 0.1rem;
  margin-top: 0.1rem;
}

.content11 img {
  width: 100%;
  height: 100%;
}

.success {
  width: 1200px;
  /* height: 7.5rem; */
  margin: 0 auto;
  margin-top: 0.8rem;
}

.success h1 {
  text-align: center;
  font-size: 40px;
  color: #222;
}

.success1 {
  width: 837px;
  margin: 0 auto;
  margin-top: 0.2rem;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.success1 p {
  text-align: center;
  color: #747474;
}

.success2 {
  margin-top: 0.3rem;
  display: flex;
  /* overflow: hidden; */
}

.success2 li {
  width: 380px;
  margin-left: 30px;
}

.success2 li:nth-child(1) {
  margin-left: 0;
}

.success3 {
  width: 380px;
  height: 270px;
}

.success3 img {
  width: 100%;
  height: 100%;
}

.success2 h2 {
  font-size: 24px;
  margin-top: 0.2rem;
  color: #333;
}

.success4 {
  height: 880px;
  background: url(../img/7.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 0.8rem;
  margin-top: 90px;
}

.success5 {
  width: 1200px;
  /* height: 7rem; */
  margin: 0 auto;
}

.success6 {
  width: 50%;
  float: left;
  overflow: hidden;
}

.success6 h2 {
  font-size: 40px;
  color: #fff;
}

.succp {
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
}

.success7 {
  width: 50%;
  float: right;
}

.success8 {
  width: 1200px;
  margin: 0 auto;
  float: left;
}

.success8 li {
  position: relative;
}

.success8a {
  width: 180px;
  height: 180px;
  background: url(../img/qq1.png);
  background-size: 100% 100%;
  float: left;
  margin-top: 0.4rem;
  transition: all 0.6s;
  margin-left: 0.2rem;
}

.success8a:hover {
  transform: scale(1.2);
}

.success9 {
  width: 250px;
  height: 172px;
  float: left;
  transition: all 0.6s;
  margin-bottom: 15px;
  margin-left: 13%;
}

.success9:hover {
  transform: scale(1.2);
}

.success9 img {
  width: 100%;
  height: 100%;
}

.success10 {
  width: 250px;
  height: 359px;
  float: right;
  transition: all 0.6s;
}

.success10:hover {
  transform: scale(1.2);
}

.success10 img {
  width: 100%;
  height: 100%;
}

.success8 li {
  margin-top: 30px;
  position: relative;
}

.success8 img {
  margin-top: 0.4rem;
  margin-left: 50px;
  height: 80px;
}

.success8 p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 0.1rem;
}

.success8 p:nth-child(3) {
  margin-top: 21px;
}

.success12 {
  width: 200px;
  height: 50px;
  background: url(../img/bgg.png);
  background-size: 100% 100%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  margin: 0px auto;
  margin-top: 315px;
}

.success12 a {
  color: #fff;
}

.success13 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.success13 h1 {
  font-size: 40px;
  color: #222;
  text-align: center;
}

.success14 {
  width: 600px;
  margin: 0 auto;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-around;
}

.success14 li {
  width: 180px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666;
}

.success14 li:hover {
  color: #fff;
  background: #0267ce;
}

.success15 {
  margin-top: 0.4rem;
  float: left;
  position: relative;
  overflow: hidden;
}

.news_img {
  width: 403px;
  height: 506px;
  transition: all 0.6s;
}

.news_info_jiantou {
  width: 28px;
  margin-left: 20px;
}

.news_info {
  width: 380px;
  height: 140px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 13px;
}

.news_info_text {
  font-size: 18px;
  color: #222222;
  width: 325px;
  margin: 0px auto;
  margin-top: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_info_bottom {
  width: 325px;
  display: flex;
  margin: 10px auto;
  align-items: center;
}

.news_info_time {
  font-size: 24px;
  color: #999999;
}

.success15:hover .news_img {
  transform: scale(1.1);
}

.success15 img {
  width: 100%;
  height: 100%;
}

.success16 {
  /* width: 780px; */
  flex-wrap: wrap;
  margin-top: 0.3rem;
  display: flex;
}

.success16 li {
  width: 380px;
  height: 159px;
  border: 1px solid #e4e4e4;
  margin-left: 0.1rem;
  margin-top: 0.11rem;
}

.success17 {
  width: 80px;
  height: 120px;
  border-right: 1px solid #ccc;
  margin-top: 0.25rem;
  box-sizing: border-box;
  padding-top: 0.1rem;
  float: left;
}

.success17 p {
  text-align: center;
  margin-top: 0.1rem;
  font-size: 16px;
  color: #666;
}

.success18 p {
  font-size: 18px;
  width: 260px;
  height: 48px;
  margin-left: 105px;
  margin-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.success18 img {
  margin-top: 0.35rem;
  padding-left: 30px;
}

.success19 {
  width: 100%;
  background: #f5f5f5;
  box-sizing: border-box;
  padding-top: 0.5rem;
  padding-bottom: 0.7rem;
}

.success20 {
  width: 1100px;
  margin: 0 auto;
}

.success20 h1 {
  font-size: 32px;
  text-align: center;
  color: #222;
}

.success21 {
  width: 1100px;
  margin-top: 0.2rem;
}

footer {
  width: 100%;
}

.success22 {
  width: 19.2rem;
  background: #082e57;
  box-sizing: border-box;
  padding-top: 0.4rem;
}

.success30 {
  width: 19.2rem;
  background: #e8e8e8;
  display: flex;
  align-items: center;
}

#box {
  width: 1080px;
  position: relative;
}

.swiper-container {
  width: 13rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-slide {
  width: 2rem;
  height: 1.2rem;
  background-position: center;
  background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next {
  width: 0.43rem !important;
  height: 0.42rem !important;
  background: none !important;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #ccc;
  position: absolute !important;
  right: -0.5rem !important;
  border-radius: 0.2rem;
  background: url("../img/tou.png") !important;
  background-repeat: no-repeat !important;
  outline: none;
  margin-top: -38px !important;
}

.swiper-button-prev {
  width: 0.43rem !important;
  height: 0.42rem !important;
  background: none !important;
  background: url("../img/a》.png") !important;
  background-size: 100%;
  margin-left: -0.5rem;
  background-repeat: no-repeat !important;
  outline: none;
  margin-top: -38px !important;
  left: 0 !important;
}

.success24 img {
  border: 1px solid #e4e4e4;
}

.success24 p {
  font-size: 14px;
  text-align: center;
  margin-top: 0.1rem;
  color: #555;
  width: 200px;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: -38px;
}

.success25 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}

.success25a {
  width: 100%;
  border-bottom: 1.4px solid #03132f;
}

.success26 p {
  font-size: 20px;
  color: #fff;
}

.success26 {
  width: 25%;
}

.success27 {
  /* width: 2.8rem; */
  height: 1.5rem;
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}

.success28 {
  height: 1.5rem;
  text-align: center;
  margin-right: 40px;
}

.success28 p {
  font-size: 14px;
  color: #fff;
  margin-top: 0.2rem;
  opacity: 0.5;
}

.success29 {
  width: 50%;
  padding: 0 30px;
  border-right: 1px solid #283d64;
  border-left: 1px solid #283d64;
}

.success32 {
  /* width: 5.5rem; */
  margin: 0 auto;
}

.success32 p:nth-child(1) {
  font-size: 20px;
  color: #fff;
  font-family: "宋体";
}

.success32 p:nth-child(2) {
  font-size: 14px;
  color: #fff;
  font-family: "宋体";
  line-height: 0.3rem;
  margin-top: 0.1rem;
  opacity: 0.5;
}

.success31 {
  width: 25%;
  padding-left: 30px;
}

.success33 {
  height: 0.6rem;
}

.success31 p {
  line-height: 0.3rem;
  color: #a5acb8;
  font-size: 14px;
  margin-top: 20px;
}

.success34 {
  width: 1.8rem;
  height: 0.5rem;
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.success34 li {
  width: 0.4rem;
  height: 0.3rem;
}

.success35 {
  height: 0.75rem;
  display: flex;
  margin-left: 19%;
  line-height: 0.75rem;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.success35a {
  width: 100%;
  border-top: 1px solid #677a9c;
}

.success36 {
  width: 12rem;
  height: 0.5rem;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.success36 p {
  color: #111b24;
  line-height: 0.5rem;
}

.success37 {
  height: 0.5rem;
  display: flex;
}

.success37 li {
  height: 0.5rem;
  line-height: 0.5rem;
}

.produ {
  width: 19.2rem;
  height: 4rem;
}

.produ img {
  height: 4rem;
}

.produ1 {
  width: 19.2rem;
  height: 0.8rem;
  background: url("../img/bg1.png");
  background-size: 100%;
}

.produ2 {
  width: 900px;
  height: 0.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.produ2 li {
  font-size: 16px;
  text-align: center;
  line-height: 0.77rem;
  color: #6b747c;
  margin-left: 20px;
}

.produ2 li a:hover {
  color: #0267ce;
}

.produ3 {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.produ3 h1 {
  text-align: center;
  font-size: 0.48rem;
  color: black;
}

.produ4 {
  width: 12rem;
  display: flex;
  justify-content: space-between;
}

.produ4 li {
  width: 3.8rem;
  height: 0.9rem;
  background: #f8f8f8;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
}

.produ4 img:nth-child(1) {
  width: 0.4rem;
  margin-left: 0.5rem;
}

.produ4 span {
  margin-right: 0.5rem;
}

.produ5 {
  width: 12rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.produ5 li {
  /* width: 3.8rem;
  height: 3rem;
  margin-top: 0.4rem; */
  /* text-align: center; */
  /* line-height: 300px; */
  /* padding-top: 20px; */
  /* width: 380px;
  height: 270px; */
  border: solid 1px #dfe5e9;
  background: #f2f2f2;
  margin-bottom: 20px;
  padding: 20px;
}

.produ5 img {
  /* width: 3.8rem; */
  height: 3rem;
  /* margin-left: 24px;
  margin-top: 24px; */
}

.Product {
  width: 19.2rem;
  height: 4rem;
}

.Product img {
  width: 19.2rem;
  height: 4rem;
}

.Product1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.Product1 h1 {
  text-align: center;
  font-size: 0.48rem;
  color: black;
}

.Product2 {
  width: 12rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.Product2 li {
  width: 5.9rem;
  height: 2.2rem;
  background: #f8f8f8;
  margin-top: 0.2rem;
}

.Product3 {
  width: 5.3rem;
  height: 1.6rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.Product3 h1 {
  font-size: 20px;
  color: #666666;
  text-align: left;
  font-weight: bold;
}

.Product4 {
  width: 5.3rem;
  display: flex;
  justify-content: space-between;
}

.Product5 {
  width: 1.8rem;
  height: 1.2rem;
}

.Product5 img {
  width: 1.8rem;
  height: 1.2rem;
}

.Product4 p {
  margin-left: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 13px;
}

.Electron {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.Electron2 {
  /* height: 1rem; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 0.1rem;
  /* font-size: 16px; */
  /* padding-bottom: 0.2rem; */
}

.Electron li {
  width: 3.95rem;
  /* height: 4rem; */
  border: 1px solid #eaeaea;
  padding: 10px;
  margin-top: 20px;
}

.Electron1 {
  /* width: 2.8rem;
  height: 3.1rem; */
  margin: 0 auto;
  /* margin-top: 0.2rem; */
  width: 290px;
}

.Electron1 img {
  width: 290px;
  height: 194px;
}

.Electron1 p {
  font-size: 24px;
  color: #333333;
  margin-top: 0.1rem;
}

.Electron2 p {
  font-size: 16px;
  color: #595959;
  margin-top: 0.1rem;
  height: 96px;
}

.Electron3 {
  width: 1.5rem;
  height: 0.45rem;
  background: #f7f7f7;
  margin-top: 0.1rem;
  color: #8a8a8a;
  text-align: center;
  line-height: 0.45rem;
}

.Electron3:hover {
  background: #0267ce;
  color: #fff;
}

.aboutus {
  width: 19.2rem;
  height: 4rem;
}

.aboutus img {
  width: 19.2rem;
  height: 4rem;
}

.aboutus2 {
  width: 19.2rem;
  height: 0.8rem;
  background: url("../img/bg1.png");
}

.aboutus1 {
  width: 9.55rem;
  height: 0.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.aboutus1 li {
  width: 1rem;
  height: 0.78rem;
  text-align: center;
  line-height: 0.78rem;
  font-size: 16px;
}

.aboutus3 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 0.45rem;
}

.aboutus3 h1 {
  font-size: 0.48rem;
  color: black;
  text-align: center;
}

.aboutus4 {
  /* width: 12rem; */
  margin-top: 0.3rem;
  color: #444444;
  font-size: 18px;
  margin: 0 auto;
}

.aboutus4 p {
  margin-top: 0.3rem;
}

.aboutus4 img {
  /* margin-left: 170px; */
  margin: 0 auto;
}

.aboutus5 {
  width: 12rem;
  height: 2.5rem;
  display: flex;
  justify-content: space-around;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}

.aboutus5 li {
  width: 3.8rem;
  border: 1px solid #ccc;
  margin-top: 0.1rem;
  margin-left: 16px;
}

.aboutus5 img {
  width: 3.6rem;
  height: 2.45rem;
}

.enter {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}

.enter li {
  width: 3.8rem;
  border: 1px solid #ccc;
  margin-top: 0.1rem;
  margin-left: 13px;
}

.enter1 {
  padding-bottom: 0.2rem;
}

.enter p {
  padding: 0px 5px 10px 10px;
}

.enter1 img {
  width: 3.8rem;
  height: 2rem;
}

.p1 {
  font-size: 20px;
  color: #333333;
}

.p2 {
  font-size: 16px;
  color: #666666;
}

.organ {
  width: 12rem;
  padding-bottom: 1rem;
}

.p3 {
  font-size: 0.16rem;
  color: #444444;
  padding-bottom: 0.5rem;
}

.organ img {
  width: 7.4rem;
  height: 7.4rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.p4 {
  padding-bottom: 0.5rem;
}

.course1 {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
  position: relative;
  margin: 0 auto;
}

.img1 {
  position: absolute;
  right: 4rem;
  display: none;
}

.course1 li:hover .img1 {
  display: block;
}

.course1 li {
  width: 5.95rem;
  height: 0.9rem;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
}

.course1 li p {
  margin-right: 3.5rem;
  /* float: left;
  margin-left: 50px;
  margin-top: -33px;
  font-size: 18px; */
}

.content1 img:nth-child(2) {
  float: right;
  margin-top: -30px;
}

.course2 {
  width: 5.6rem;
  height: 8rem;
  position: absolute;
  right: 4rem;
  top: 8rem;
}

.tab-content li {
  display: none;
}

.tab-content .show {
  display: block;
}

.course2 img {
  width: 4rem;
  height: 5.7rem;
  margin: 0 auto;
}

.course4 {
  height: 0.5rem;
  width: 5rem;
  background: brown;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}

.win {
  width: 12rem;
  margin: 0 auto;
}

.win h1 {
  text-align: center;
  font-size: 0.48rem;
  color: black;
}

.win1 {
  width: 12rem;
  height: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}

.win1 img {
  width: 0.4rem;
  height: 0.5rem;
}

.win2 {
  width: 9.3rem;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.win2 li {
  width: 0.6rem;
  height: 0.55rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 0.55rem;
  color: #097ad8;
  cursor: pointer;
  z-index: 10;
  transition: all 0.6s;
  background-color: #fff;
}

.win2 li:hover {
  transform: scale(1.2);
  background: #097ad8;
  color: #fff;
}

.win2 img {
  position: absolute;
  left: -0.9rem;
  top: 0.4rem;
  width: 11rem;
  height: 0.01rem;
  z-index: -1;
}

.win3 {
  width: 12rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.win4 {
  width: 1.5rem;
  margin-top: 0.2rem;
  position: relative;
  z-index: 9;
}

.win5 {
  width: 10rem;
}

.win4 li {
  width: 0.84rem;
  height: 1.35rem;
  display: flex;
  justify-content: space-between;
  margin-left: 0.7rem;
  font-size: 0.2rem;
  /* width: 20px; */
  /* z-index: 10; */
}

.win4 img {
  position: absolute;
  top: 0;
  left: 1.333rem;
  z-index: -1;
  width: 0.01rem;
  height: 100%;
}

.win6 {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #097ad8;
  border-radius: 0.2rem;
  margin-right: 0.1rem;
  transition: all 0.6s;
  background-color: #fff;
}

.win6:hover {
  transform: scale(1.5);
  background: #0267ce;
  cursor: pointer;
}

.win5 li {
  background: #f7f7f7;
  margin-top: 0.1rem;
  padding: 10px;
}

.win5 li p {
  padding-bottom: 5px;
}

.tion {
  width: 12rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.tion h1 {
  text-align: center;
  font-size: 0.48rem;
  color: black;
}

.tion1 {
  width: 12rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tion1 li {
  width: 3.8rem;
  border: 1px solid #ccc;
  margin-top: 0.2rem;
}

.tion2 {
  width: 3.8rem;
  height: 2.4rem;
  overflow: hidden;
}

.tion2 img {
  width: 3.8rem;
  height: 2.4rem;
}

.tion3 p {
  text-align: center;
  /* padding-bottom: 0.2rem; */
}

.tion3 p:nth-child(1) {
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}

.tion3 p:nth-child(2) {
  font-size: 0.14rem;
  color: #888888;
  margin-top: 0.1rem;
}

.Latest {
  width: 19.2rem;
  height: 4rem;
}

.Latest img {
  width: 19.2rem;
  height: 4rem;
}

.Latest1 {
  width: 19.2rem;
  height: 0.8rem;
  background: #f8fcff;
}

.Latest2 {
  width: 400px;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.Latest2 li {
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  color: black;
  font-size: 16px;
}

.Latest3 {
  /* width: 1000px; */
  width: 60%;
  margin: 0 auto;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
}

.Latest3 h1 {
  text-align: center;
  font-size: 0.48rem;
  color: black;
}

.Latest4 {
  display: flex;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  flex-wrap: wrap;
}

.Latest4 li {
  /* width: 4.026rem; */
  width: 30.6%;
  /* height: 5rem; */
  border: 1px solid #ccc;
  border-left: none;
  border-top: none;
  padding: 0 15px;
  padding-bottom: 15px;
}

.Latest5 {
  /* width: 3.66rem; */
  /* height: 4.7rem; */
  margin: 0 auto;
  margin-top: 0.2rem;
}

.Latest5 p:nth-child(1) {
  color: #808080;
  font-size: 16px;
}

.Latest5 p:nth-child(2) {
  margin-top: 0.15rem;
  color: #333333;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
}

.pp {
  margin-top: 0.15rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 17px;
  height: 102px;
}

.Latest6 {
  /* width: 3.6rem;
  height: 1.8rem; */
  margin-top: 0.2rem;
}

.Latest6 img {
  width: 100%;
  height: 100%;
}

.imgs {
  margin-top: 0.3rem;
}

.Elect {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.Elect h1 {
  font-size: 0.48rem;
  color: black;
  text-align: center;
}

.Elect1 {
  width: 12rem;
  padding-bottom: 1rem;
}

.Elect1 li {
  width: 12rem;
  height: 2.4rem;
  border: 1px solid #ccc;
  margin-top: 0.1rem;
}

.Elect2 {
  width: 7.6rem;
  height: 1.8rem;
  margin-left: 0.3rem;
  margin-top: 0.3rem;
  display: flex;
}

.Elect3 {
  width: 2rem;
  height: 1.8rem;
}

.Elect3 img {
  width: 2rem;
  height: 1.8rem;
}

.Elect4 {
  height: 1.8rem;
  margin-left: 0.4rem;
}

.Elect4 li {
  height: 0.3rem;
  width: 5rem;
  margin-top: 0;
  border: none;
}

.Elect4 li:nth-child(2) {
  margin-top: 0.1rem;
}

.Elect4 li:nth-child(5) {
  margin-top: 0.1rem;
  display: flex;
  border: none;
}

.Elect4 h2 {
  font-size: 0.25rem;
  color: black;
}

.Elect5 {
  width: 1.4rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  color: black;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
  background: #f3f3f3;
}

.Elect5:hover {
  background: #0267ce;
  color: #fff;
}

.New {
  width: 12rem;
  margin-top: 0.5rem;
  margin: 0 auto;
}

.New h1 {
  font-size: 0.48rem;
  text-align: center;
  color: black;
}

.winwin {
  width: 19.2rem;
  height: 4rem;
}

.winwin img {
  width: 19.2rem;
  height: 4rem;
}

.winwin1 {
  width: 19.2rem;
  height: 0.8rem;
}

.winwin2 {
  width: 3.7rem;
  height: 0.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.winwin2 li {
  width: 1.1rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.2rem;
}

.winwin3 {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.winwin3 h1 {
  font-size: 0.48rem;
  text-align: center;
  color: black;
}

.winwin4 {
  width: 12rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}

.winwin4 li {
  width: 2.8rem;
  height: 1.5rem;
  background: skyblue;
  margin-top: 0.2rem;
}

.winwin4 li img {
  width: 2.8rem;
  height: 1.5rem;
}

.Down {
  width: 19.2rem;
  height: 4rem;
}

.Down img {
  width: 19.2rem;
  height: 4rem;
}

.Down1 {
  width: 19.2rem;
  height: 0.8rem;
  background: #f8fcff;
}

.Down2 {
  width: 2.5rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.Down2 li {
  width: 1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.2rem;
}

.Down3 {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.Down3 h1 {
  font-size: 0.48rem;
  color: black;
  text-align: center;
}

.Down4 {
  width: 12rem;
  border-bottom: 1px solid #999999;
  height: 0.5rem;
  font-size: 0.16rem;
  color: #999999;
}

.Down5 {
  width: 12rem;
  height: 5rem;
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.Down6 {
  width: 4.5rem;
  height: 4.7rem;
}

.Down6 img {
  width: 4.5rem;
  height: 4.7rem;
}

.Down7 {
  width: 6.6rem;
  height: 4.7rem;
}

.Down7 textarea {
  width: 5.5rem;
}

.Down7 li {
  width: 6.6rem;
  height: 0.6rem;
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.18rem;
}

.Down7 li input {
  width: 5.5rem;
}

.Down7 li:nth-child(1) {
  margin-top: 0;
}

.Down7 li:nth-child(4) {
  height: 1.8rem;
}

.Down8 {
  width: 2rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: #097ad8;
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.1rem;
  margin-left: 1.1rem;
}

.Down9 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Down9 li {
  width: 3.95rem;
  height: 3.2rem;
  border: 1px solid #cccccc;
}

.Down9 li:nth-child(5) {
  width: 8.03rem;
  border-right: none;
  border-left: none;
}

.Down9 li:nth-child(3) {
  border-left: none;
  border-right: none;
}

.Down9 li:nth-child(4) {
  border-left: none;
}

.Down9 li:nth-child(2) {
  border-left: none;
  border-bottom: none;
  border-top: none;
}

.Down9 li:nth-child(1) {
  border-bottom: none;
  border-top: none;
  border-left: none;
}

.Down9 li:nth-child(3) {
  border-left: none;
  border-bottom: none;
  border-top: none;
}

.Down10 {
  height: 2.2rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.Down10 img {
  height: 0.55rem;
}

.Down10 p {
  font-size: 0.25rem;
  margin-top: 0.1rem;
}

.Down11 {
  height: 0.9rem;
  margin-top: 0.1rem;
}

.Down11 li {
  height: 0.2rem;
  border: none;
  margin-top: 0.05rem;
}

.Down12 {
  width: 19.2rem;
  height: 5.6rem;
  margin-top: 0.6rem;
  padding-bottom: 2rem;
}

.Down12 img {
  width: 19.2rem;
  height: 5.6rem;
}

.talent {
  width: 19.2rem;
  height: 4rem;
}

.talent img {
  width: 19.2rem;
  height: 4rem;
}

.talent1 {
  width: 100%;
  height: 0.85rem;
  background: #f8fcff;
  border-bottom: 1px solid #dfe5e9;
}

.talent2 {
  width: 2.2rem;
  height: 0.89rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.talent2 li {
  width: 1rem;
  height: 0.8rem;
  font-size: 0.2rem;
  color: black;
  text-align: center;
  line-height: 0.8rem;
}

.talent3 {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}

.talent3 h1 {
  font-size: 0.48rem;
  color: black;
  text-align: center;
}

.talent4 {
  font-size: 0.2rem;
  color: #cdcdcd;
  margin-top: 1rem;
}

.talent5 {
  width: 12rem;
  margin-top: 0.2rem;
}

.talent5 td {
  text-align: center;
  height: 0.6rem;
}

.talent5 tr:nth-child(1) {
  background: #f5f5f5;
  height: 0.6rem;
}

tbody th {
  height: 0.6rem;
  /*font-size: 0.2rem;*/
}

tbody tr {
  border-bottom: 1px solid #ccc;
}

.Talent {
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}

.Talent li {
  width: 12rem;
  height: 0.52rem;
  margin-top: 0.4rem;
  display: flex;
}

.Talent li:nth-child(10) {
  height: 1.6rem;
}

.Talent li:nth-child(11) {
  height: 1.6rem;
}

.Talent li:nth-child(12) {
  height: 1.6rem;
}

.Talent li:nth-child(13) {
  height: 1.6rem;
}

.Talent1 {
  width: 5.2rem;
  height: 0.52rem;
  display: flex;
  font-size: 0.2rem;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}

.Talent1 span:nth-child(1) {
  margin-left: 0.3rem;
}

.Talent1 span:nth-child(2) {
  margin-left: 0.3rem;
}

.Talent1 span:nth-child(3) {
  margin-left: 0.3rem;
}

.Talent1 span:nth-child(4) {
  margin-left: 0.3rem;
}

.Talent1 input:nth-child(5) {
  margin-right: 0.3rem;
}

.Talent2 {
  width: 0.2rem;
  height: 0.2rem;
}

.Talent1 input {
  width: 3.1rem;
  height: 0.5rem;
  margin-left: 0.4rem;
}

.Talent2 img {
  height: 0.15rem;
}

.Talent3 {
  width: 3rem;
  margin-left: 0.2rem;
  height: 0.52rem;
  display: flex;
}

.inpt {
  margin-left: 0.45rem !important;
}

.int {
  margin-right: 0.4rem;
}

.ospan {
  margin-left: 0.6rem !important;
}

.Talent3 p {
  width: 3rem;
  display: flex;
  justify-content: center;
}

.Talent3 img {
  width: 0.15rem;
  height: 0.15rem;
}

.Talent1a {
  width: 4.2rem;
  height: 0.52rem;
  display: flex;
  font-size: 0.2rem;
  align-items: center;
}

.Talent1a input {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.6rem;
}

.Talent1a span {
  margin-left: 0.3rem;
}

.Talent4 {
  width: 9.2rem;
  display: flex;
  font-size: 0.2rem;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}

.Talent4 input {
  width: 7.3rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}

.Talent5 {
  width: 9.5rem;
  display: flex;
  font-size: 0.2rem;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}

.Talent5 textarea {
  width: 7.3rem;
  height: 1.6rem;
  margin-left: 0.15rem;
}

.Talent6 {
  width: 3.54rem;
  height: 0.5rem;
  font-size: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Talent6 span {
  margin-right: 0.2rem;
}

.Talent7 {
  width: 1.4rem;
  height: 0.5rem;
  background: #e5e5e5;
}

.Talent8 {
  width: 2.1rem;
  height: 0.5rem;
  background: #097ad8;
  margin: 0 auto;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  cursor: pointer;
}

.texta {
  margin-right: 0.53rem;
}

.oul {
  z-index: 100;
  color: #fff;
  width: 1rem;
  position: absolute;
  left: 9%;
  top: 0.36rem;
  background: black;
  padding-left: 0.28rem;
  opacity: 0.7;
}

.oul1 {
  z-index: 100;
  color: #fff;
  width: 1rem;
  position: absolute;
  left: 21%;
  top: 0.36rem;
  background: black;
  padding-left: 0.28rem;
  opacity: 0.7;
}

.oul2 {
  z-index: 100;
  color: #fff;
  width: 2rem;
  position: absolute;
  left: 29%;
  top: 0.36rem;
  background: black;
  padding-left: 0.3rem;
  opacity: 0.7;
}

.oul3 {
  z-index: 100;
  color: #fff;
  width: 1rem;
  position: absolute;
  left: 44.4%;
  top: 0.36rem;
  background: black;
  padding-left: 0.285rem;
  opacity: 0.7;
}

.oul4 {
  z-index: 100;
  color: #fff;
  width: 1rem;
  position: absolute;
  left: 68%;
  top: 0.36rem;
  background: black;
  padding-left: 0.29rem;
  opacity: 0.7;
}

.oul5 {
  z-index: 100;
  color: #fff;
  width: 1rem;
  position: absolute;
  left: 91%;
  top: 0.36rem;
  background: black;
  padding-left: 0.29rem;
  opacity: 0.7;
}

.oul1 a {
  color: #fff;
}

.oul1 li {
  padding-bottom: 0.2rem;
}

.oul2 li {
  padding-bottom: 0.2rem;
}

.oul2 a {
  color: #fff;
}

.oul3 li {
  padding-bottom: 0.2rem;
}

.oul3 a {
  color: #fff;
}

.oul4 li {
  padding-bottom: 0.2rem;
}

.oul4 a {
  color: #fff;
}

.oul5 li {
  padding-bottom: 0.2rem;
}

.oul5 a {
  color: #fff;
}

.oul li {
  padding-bottom: 0.2rem;
}

.oul a {
  color: #fff;
}

.Godhead3 li ul {
  display: none;
}

.Godhead3 li:hover ul {
  display: block;
}

.oul li {
  color: #fff;
}

.news_detail img {
  margin: 20px auto;
}

.w_line {
  position: absolute;
  top: 0;
  left: 132px;
  border: 1px dashed #097ad8;
  /* margin-left: -80px; */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.6);
  opacity: 0.6;
  width: 0px;
  height: 9700px;
}

.aboutus4_title {
  font-size: 18px;
  color: #666;
  border: 1px solid #ccc;
  padding-bottom: 10px;
}

.aboutus4_con {
  display: flex;
}

.aboutus4_con_right div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.aboutus4_con_right div span {
  font-size: 16px;
  color: #222;
}

.aboutus4_con_right div input {
  width: 500px;
  height: 50px;
}

.aboutus4_con_right_qustion textarea {
  width: 500px;
  height: 180px;
  resize: none;
}

@media (min-width: 1050px) and (max-width: 1680px) {
  .Latest4 li {
    width: 29.92%;
  }
}

/*新增 1210*/
/* 关于我们 */
/* @media (max-width: 1400px) {
  .con1_con_left ul {
    width: 500px;
  }
  .con1_con_right img {
    width: 66%;
  }
  .con1_con_left_bg img {
    width: 66%;
  }
} */

@media (min-width: 1280px) {
  html {
    font-size: 66px;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 71px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 75px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 83.33px;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 87.5px;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}









/*新增*/ 

.chanpinerji_tt .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}























