* {
  margin: 0;
  padding: 0;
}
html, body {
    height: 100%;
    width: 100%; /* 修改为100% */
    min-width: 1200px; /* 添加最大宽度限制 */
    background: #FAFAFA;
}
.center {
  width: 1200px;
  margin: 0 auto 10px;
}
.center::after {
  content: "";
  display: block;
  clear: both;
}
.l_div_box {
  width: 290px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.r_div_box {
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px;
}
.l_bt {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding-left: 20px;
  background: #e9ecf1cd;
  position: absolute;
  top: -90px;
  left: 0;
}
.l_bt > p {
  display: block;
  width: 100%;
  border-bottom: 2px solid #eb9f65;
  font-size: 22px;
  padding-bottom: 12px;
  margin-top: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e375c;
}
.l_bt > p span {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.l_zxrx {
  width: 100%;
  height: 100px;
  background: #fff;
  box-sizing: border-box;
  padding: 0 0;
  overflow: hidden;
}
.l_zxrx > img {
  width: 100%;
  height: 100%;
}
.l_zxrx > p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(85, 85, 85, 1);
  margin-top: 15px;
}
.l_zxrx > span {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(85, 85, 85, 1);
}
.new_list {
  width: 100%;
  background: #fff;
  padding-top: 10px;
  margin-top: 12px;
  overflow: hidden;
}
.new_list > div {
  width: 100%;
  height: 16px;
  line-height: 12px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 8px;
  margin-bottom: 16px;
  background: #fa9649;
}
.new_list > div > a {
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.new_list > div > span {
  display: block;
  float: left;
  margin-left: 20px;
  line-height: 16px;
  padding: 0 5px;
  background: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fa9649;
  height: 100%;
}
.new_list > a {
  display: block;
  width: 93%;
  text-decoration: none;
  font-size: 14px;
  padding: 13px 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}
.new_list > a > span {
  width: 5px;
  height: 5px;
  background: rgb(243, 188, 137);
  border-radius: 50%;
  position: relative;
  top: 6px;
  margin-right: 5px;
  display: block;
  float: left;
}
.new_list > a:hover {
  color: #eb9f65;
}
.r_bt {
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  border-bottom: 1px solid #efefef;
}
.r_bt > span {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.r_bt > span a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}
.r_bt > span a:hover {
  color: #f39b03;
}
.a_list {
  width: 100%;
  margin-bottom: 20px;
  background: #edf1f4;
}
.a_list > a {
  transition: background 0.3s, border-bottom 0.3s, color 0.3s;
  width: 100%;
  height: 50px;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  color: #264575;
}
.a_list > a:hover {
  background: #f79a49;
  border-bottom: 1px solid #f2dbc6;
  color: #f5ebeb;
}

.a_list_active {
  background: #fea04d !important;
  border-bottom: 1px solid#FEA04D !important;
}
.mypage {
  margin: 10px 0 25px;
  height: 30px;
  padding-top: 10px;
}

@charset "utf-8";
.c-banner {
  width: 100%;
  position: relative;
}
.c-banner img {
  width: 100%;
}
.c-banner .banner ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.c-banner .banner ul li {
  display: none;
  opacity: 0;
}
.c-banner .banner ul li:nth-child(1) {
  opacity: 1;
  display: block;
}
.c-banner .banner ul li img {
  width: 100%;
  position: absolute;
  top: 0px;
}
.c-banner .banner ul li:first-child img {
  position: relative;
}
.c-banner .nexImg,
.c-banner .preImg {
  padding: 25px 10px 25px 10px;
  position: absolute;
  top: 50%;
  margin-top: -53px;
  background: #000000;
  opacity: 0.5;
  border-radius: 5px;
  z-index: 10;
}
.c-banner .nexImg:hover,
.c-banner .preImg:hover {
  opacity: 0.8;
}
.c-banner .nexImg {
  right: 0px;
}
.c-banner .nexImg img,
.c-banner .preImg img {
}
.c-banner .jumpBtn {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.c-banner .jumpBtn ul {
  margin-bottom: 0px;
  padding: 0px;
}
.c-banner .jumpBtn ul li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  opacity: 0.9;
  margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .c-banner {
    width: 100%;
    height: 345px;
    overflow: hidden;
  }
  .c-banner .banner ul li img {
    width: 768px;
    height: 345px;
    position: absolute;
    left: 50%;
    margin-left: -384px;
  }
}

.pie {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #e95549;
  position: relative;
  margin-top: 20px;
}
.pieLeftInner,
.pieRightInner {
  width: 120px;
  height: 120px;
  background-color: #e5e5e5;
  border-radius: 100px;
  position: absolute;
}
.pieLeftInner {
  clip: rect(0px, 120px, 120px, 60px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.pieRightInner {
  clip: rect(0px, 60px, 120px, 0px);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.pieLeft,
.pieRight {
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 1;
}
.pieLeft {
  clip: rect(0px, 120px, 120px, 60px);
}
.pieRight {
  clip: rect(0px, 60px, 120px, 0px);
}
.pieInner {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 20px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-weight: bold;
  color: #e25a4a;
  font-family: "微软雅黑", "黑体";
}
.prograss {
  background: #eee;
  height: 15px;
  width: 80%;
  position: relative;
  border-radius: 2px;
  margin-top: 10px;
}
.prograss .bar {
  background: #e95549;
  height: 100%;
  width: 10%;
  border-radius: 2px 0 0 2px;
}
.prograss_bar_yellow {
  background: #f8b757 !important;
}

* {
  margin: 0;
  padding: 0;
}
.top_hy {
  width: 100%;
  background: #eeeeee;
}
body {
  width: 99.92%;
}
.top_hy > div {
  width: 1200px;
  height: 35px;
  margin: auto;
  line-height: 35px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #152641;
}
.logo_box {
  width: 100%;
  background: #fff;
}
.logo_box > div {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.logo_box > div > a > img {
  width: 100px;
  float: left;
  height: 76px;
  margin: 21px 50px 21px 0;
  display: block;
}
.logo_box > div > .text {
  line-height: 130px;
  font-size: 25px;
  font-family: Microsoft YaHei;
  color: rgba(102, 102, 102, 1);
  margin-right: 800px;
  font-weight: bold;
}
.logo_box > div > div {
  width: 261px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.logo_box > div > div > div {
  width: 100%;
  height: 36px;
  text-align: center;
  margin-top: 38px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 24px;
}
.logo_box > div > div > div > img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin: 7px;
}
.logo_box > div > div > p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(85, 85, 85, 1);
  text-align: center;
  margin-left: 72px;
}
.logo_box > div > img {
  float: left;
  width: 392px;
  height: 130px;
  margin-left: 450px;
}
.top_nav {
  width: 100%;
  height: 50px;
  background: #264575;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top_nav > ul {
  width: 1200px;
  margin: auto;
  display: flex;
  height: 100%;
  list-style: none;
}

.top_nav > ul > li {
  flex: 1;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: relative;
  transition: background 0.3s ease;
}

.top_nav > ul > li:hover {
  background: #3c5782;
}

.top_nav > ul > li > a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  display: block;
  position: relative;
  transition: color 0.3s ease;
  
}

.top_nav > ul > li:hover > a {
  color: orange;
}

.top_nav > ul > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: orange;
  transition: width 0.3s ease;
}

.top_nav > ul > li:hover > a::after {
  width: 100%;
}

.top_nav > ul > li > .dropdown {
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.top_nav > ul > li:hover > .dropdown {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}

.top_nav > ul > li > .dropdown > li {
  height: auto;
  line-height: 40px;
  text-align: center;
  padding: 0;
  transition: background 0.3s ease, color 0.3s ease;
}

.top_nav > ul > li > .dropdown > li > a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #294b81;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.top_nav > ul > li > .dropdown > li:hover {
  background: #f0f0f0;
}

.top_nav > ul > li > .dropdown > li:hover > a {
  color: orange;
}
.hover_block {
  background: #03927a;
}

.top_nav > ul > li > div {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 99999;
  display: none;
}
.top_nav > ul > li > div > a {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-bottom: 1px solid #efefef;
  text-decoration: none;
  color: #333;
}
.top_nav > ul > li > div > a:hover {
  background: #03927a;
  color: #fff;
}
.hover_block:hover {
  background: #03927a;
}
.hover_block:hover div {
  display: block;
}
.c-banner {
  width: 100%;
  position: relative;
}
.c-banner img {
  width: 100%;
}
.c-banner .banner ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.c-banner .banner ul li {
  display: none;
  opacity: 0;
}
.c-banner .banner ul li:nth-child(1) {
  opacity: 1;
  display: block;
}
.c-banner .banner ul li img {
  width: 100%;
  position: absolute;
  top: 0;
}
.c-banner .banner ul li:first-child img {
  position: relative;
}
.c-banner .nexImg,
.c-banner .preImg {
  padding: 25px 10px 25px 10px;
  position: absolute;
  top: 50%;
  margin-top: -53px;
  background: #000000;
  opacity: 0.5;
  border-radius: 5px;
  z-index: 10;
}
.c-banner .nexImg:hover,
.c-banner .preImg:hover {
  opacity: 0.8;
}
.c-banner .nexImg {
  right: 0;
}
.c-banner .jumpBtn {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.c-banner .jumpBtn ul {
  margin-bottom: 0;
  padding: 0;
}
.c-banner .jumpBtn ul li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  opacity: 0.9;
  margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .c-banner {
    width: 100%;
    height: 345px;
    overflow: hidden;
  }
  .c-banner .banner ul li img {
    width: 768px;
    height: 345px;
    position: absolute;
    left: 50%;
    margin-left: -384px;
  }
}
.banner img {
  display: block;
}
.newszoom {
  padding: 30px 0px 10px 0px;
  line-height: 25px;
}
.newszoom p {
  padding: 0px;
  margin: 0px;
}
.newszoom img {
  max-width: 100%;
}
.gundong {
  width: 100%;
  height: 200px;
  background: rgba(255, 255, 255, 1);
}
.gundong .gund > li {
  width: 210px;
  height: 140px;
  line-height: 140px;
  margin-left: 21px;
  float: left;
  list-style: none;
}
.gundong .gund > hr {
  width: 1px;
  height: 70px;
  margin-top: 60px;
  float: left;
  border-left: #dfdfdf;
}
.gundong .gund > li > div:nth-child(1) {
  width: 100%;
  height: 45px;
  text-align: center;
  font-size: 56px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2a95c5;
}
.gundong .gund > li > div:nth-child(2) {
  width: 100%;
  height: 20px;
  margin-top: 21px;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.dazao {
  width: 100%;
  height: 34px;
  font-size: 34px;
  margin-top: 50px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.dazaoz {
  width: 100%;
  margin-top: 10px;
}
.dazaos {
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background: #e6873f;
  border-radius: 2px;
}
.guo {
  width: 100%;
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  margin-top: 10px;
  text-align: center;
}
.biao {
  width: 100%;
  margin: 10px;
}
.survey {
  width: 100%;
  height: 400px;
  margin-top: 2px;
}
.survey1 {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
}
.survey2 {
  width: 481px;
  height: 338px;
  float: left;
}
.survey2 > img {
  width: 90%;
  height: 95%;
}
.upright {
  width: 128px;
  height: 338px;
  float: left;
  margin-left: -40px;
}
.upright > li {
  width: 138px;
  height: 100px;
  list-style: none;
}
.upright > li:nth-child(1) {
  margin-top: 0;
}
.upright > li:nth-child(2) {
  margin-top: 10px;
}
.upright > li:nth-child(3) {
  margin-top: 10px;
}
.upright > li > img {
  width: 100%;
  height: 100%;
}
.upright1 {
  width: 560px;
  height: 138px;
  float: left;
  margin-left: 30px;
}
.upright1 > li {
  list-style: none;
}
.upright1 > li:nth-child(1) {
  width: 100%;
  height: 29px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.upright1 > li:nth-child(2) {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    font-size: 17.5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.upright2 {
    width: 560px;
    height: 80px;
    float: left;
    margin-left: 30px;
}
.upright2 > li {
    list-style: none;
}
.upright2 > li:nth-child(1) {
    width: 100%;
    height: 29px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}
.upright2 > li:nth-child(2) {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    font-size: 17.5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}
.upright2 > li:nth-child(3) {
    width: 100px;
    height: 30px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 15px;
    text-align: center;
}
.upright2 > li:nth-child(3) > a {
    font-size: 14px;
    text-decoration: none;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
}

.upright1 > li:nth-child(3) {
  width: 100px;
  height: 30px;
  margin-top: 34px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 15px;
  text-align: center;
}
.upright1 > li:nth-child(3) > a {
  font-size: 14px;
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 28px;
}
.upright1 > li:nth-child(4) {
  width: 100%;
}
.upright1 > li:nth-child(3) > a:hover {
  font-size: 14px;
  text-decoration: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f38430;
  line-height: 28px;
}
.lin1 {
  width: 130px;
  height: 44px;
  border-radius: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  background: #e6873f;
  opacity: 0.8;
  float: left;
}
.lin2 {
  width: 130px;
  height: 44px;
  border-radius: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  margin-left: 20px;
  background: #e6873f;
  opacity: 0.8;
  float: left;
}
.lin3 {
  width: 130px;
  height: 44px;
  border-radius: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  margin-left: 20px;
  background: #e6873f;
  opacity: 0.8;
  float: left;
}
.lin1:hover {
  background-color: #e49a4b;
}
.lin2:hover {
  background-color: #e49a4b;
}
.lin3:hover {
  background-color: #e49a4b;
}
.direction {
  width: 100%;
  height: 100px;
  margin-top: 30px;
}
.direction > a {
  text-decoration: none;
}
.direction > a > li {
  width: 194px;
  height: 38px;
  float: left;
  margin-top: 20px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  line-height: 37px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(203, 203, 203, 1);
  border-radius: 19px;
  list-style: none;
}
.direction > a:hover > li {
  border: solid 1px #00ab8e;
  color: #00ab8e;
}
.direction > a > li:nth-child(1) {
  margin-left: 4px;
}

.dynamic {
  width: 1200px;
  /* height: 300px; */
  height: 200px;
  margin: 30px auto;
}
.dynamic > a {
  text-decoration: none;
}
.dynamic > a > li {
  list-style: none;
  width: 582px;
  height: 60px;
  border-top: 1px solid #e8e7e7;
  border-bottom: 1px solid #e8e7e7;
  float: left;
  margin-top: 30px;
  padding: 0px 0px 10px 0px;
}
.dynamic1 {
  width: 60px;
  height: 60px;
  float: left;
}
.dynamic1 > div:nth-child(1) {
  width: 60px;
  height: 20px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(200, 0, 0, 1);
  line-height: 40px;
  text-align: center;
}
.dynamic1 > div:nth-child(2) {
  width: 60px;
  height: 10px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(200, 0, 0, 1);
  line-height: 50px;
  text-align: center;
}
.dynamic2 {
  width: 490px;
  height: 60px;
  float: left;
  margin-left: 30px;
}
.dynamic2 > div:nth-child(1) {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dynamic2 > div:nth-child(2) {
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(86, 86, 86, 1);
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cccg {
  width: 100%;
}
.cccg > a {
  text-decoration: none;
}
.ckgd {
  width: 118px;
  height: 38px;
  margin: 0 auto;
  list-style: none;
  border: 1px solid #264575;
  border-radius: 3px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #264575;
}
.ben {
  width: 100%;
  height: 280px;
  position: relative;
}
.ben > a > img {
  width: 100%;
  height: 100%;
}
.restrain {
  width: 1200px;
  height: 400px;
  margin: 30px auto;
}
.restrain > li {
  list-style: none;
  width: 384px;
  height: 356px;
  float: left;
  margin-left: 14px;
  margin-top: 14px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(238, 238, 238, 1);
}
.gaoji {
  width: 100%;
  height: 22px;
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}
.gaoji2 {
  width: 100%;
  height: 12px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 28px;
}
.xx {
  width: 100%;
  margin-top: 30px;
  margin-left: 20px;
}
.xx1 {
  width: 63px;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.yaowu {
  width: 92%;
  margin-top: 20px;
  margin-left: 20px;
  height: 50px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.yaowu > span:nth-child(1) {
  width: 63px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.yaowu > span:nth-child(2) {
  width: 300px;
  height: 43px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.yaowu1 {
  width: 92%;
  margin-top: 20px;
  margin-left: 20px;
  height: 50px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.yaowu1 > span:nth-child(1) {
  width: 63px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.yaowu1 > span:nth-child(2) {
  width: 333px;
  height: 43px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.cjj {
  width: 100%;
  margin-top: 43px;
}
.cjj > a {
  text-decoration: none;
}
.cjj1 {
  width: 110px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(6, 171, 143, 1);
  border-radius: 15px;
  float: left;
  margin-left: 54px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(6, 171, 143, 1);
}
.cjj2 {
  width: 110px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 12, 40, 1);
  border-radius: 15px;
  float: left;
  margin-left: 43px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 12, 40, 1);
}
.zsxx-img-box {
  width: 320px;
  height: 100%;
  float: left;
}
.zxxz > div:nth-child(1) {
  width: 100px;
  height: 40px;
  font-size: 24px;
  padding-left: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}
.zhao {
  width: 1200px;
  height: 350px;
  margin: 40px auto;
}
.zxxz > div:nth-child(2) {
  width: 173px;
  height: 12px;
  font-size: 14px;
  padding-left: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.zsxx-img-box > div,
.zsxx-img-box > a {
  width: 100%;
  height: 70px;
  background: #fff;
  line-height: 70px;
  margin: 8px 0;
  color: #333333;
}
.zsxx-img-box > a {
  text-decoration: none;
  display: block;
}
.zsxx-img-box > a > div {
  float: left;
  padding: 0 20px;
  height: 100%;
}
.zsxx-img-box > a > div > div {
  width: 20px;
  height: 2px;
  transition: 0.3s all;
  background: #e2862b;
  margin-top: 34px;
}
.zsxx-img-box > a:hover {
  color: #e2862b;
  cursor: pointer;
}
.zsxx-img-box > a:hover > div > div {
  width: 80px;
}
.zsxx-content-box {
  overflow: hidden;
  height: 100%;
  padding-left: 30px;
}
.zsxx-content-box > div {
  width: 100%;
  transition: 0.3s all;
  height: 999999px;
}
.zsxx-content-box > div > div {
  width: 100%;
  height: 340px;
}
.zsjy-content-div-2 {
  width: 50%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
}
.zsjy-content-div-2 > a {
  text-decoration: none;
  display: block;
}
.time-and-news-box {
  height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}
.zsjy-content-div-2 > a:nth-child(3) > .time-and-news-box {
  margin-bottom: 0 !important;
}
.time-and-news-box > div {
  width: 100px;
  border: 1px solid #d2d2d1;
  float: left;
  box-sizing: border-box;
  height: 100%;
  margin-right: 20px;
  padding: 10px;
}
.time-and-news-box > div > p {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #cacac9;
}
.time-and-news-box > div > span {
  display: block;
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  padding-top: 12px;
}
.time-and-news-box > h5 {
  display: block;
  color: #333;
  width: 16em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin: 5px 0 10px;
  font-weight: 700;
}
.time-and-news-box > p {
  color: #8d8d7c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-indent: 2em;
  font-size: 14px;
}
.time-and-news-box:hover > div {
  border-color: #e2862b;
  background: #e2862b;
}
.dynamic2:hover > div {
  color: #f38430;
}
.ben {
  width: 100%;
  height: 280px;
  position: relative;
}

.ben > a > img {
  width: 100%;
  height: 100%;
}

.top-right-photo {
  position: absolute;
  top: -20px;
  left: calc(50% + 210px);
  transform: translateX(-12%);
  width: 400px;
  height: 250px;
}

.top-right-photo > img {
  width: 100%;
  height: 100%;
}

.top-left-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  padding: 15px;
  border-radius: 10px;
  width: 580px;
  height: 220px;
}

.top-left-container h3 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: left;
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.874);
}

.top-left-container h3::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.703);
}

.features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-row {
  display: flex;
  justify-content: space-between;
}

.feature-box {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  width: calc(50% - 5px);
}

.feature-box img {
  width: 38px;
  height: 38px;
  margin-right: 8px;
}

.feature-box p {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.861);
}
.ckgd:hover {
  width: 118px;
  height: 38px;
  margin: 0 auto;
  list-style: none;
  border: 1px solid #2b95c5;
  border-radius: 3px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2b95c5;
}
.time-and-news-box:hover > div > p {
  border-color: #fff !important;
  color: #fff !important;
}
.time-and-news-box:hover > div > span {
  color: #fff !important;
}
.time-and-news-box:hover > h5 {
  color: #df7814 !important;
}
.news-list-box > ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list-box > ul > li {
  width: 100%;
  height: 10%;
  padding-top: 9px;
  display: table;
}
.news-list-box > ul > li > div {
  width: 100%;
  height: 100%;
}
.news-list-box > ul > li > div > i {
  color: #eaeae6;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  font-size: 12px;
}
.news-list-box > ul > li > div > a {
  font-size: 16px;
  line-height: 100%;
  float: left;
  text-decoration: none;
  color: #4f4f4e;
  width: 20em;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-list-box > ul > li > div > div {
  color: #444443;
  margin: 0;
  padding: 0;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  float: right;
}
.news-list-box > ul > li:hover a {
  color: #df7814 !important;
}
.news-list-box > ul > li:hover i {
  color: #df7814 !important;
}
.news-list-box > ul > li:hover div {
  color: #df7814 !important;
}
.lb-img-box {
  width: 1280px;
  padding: 10px 0 10px 10px;
  margin: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.auto-lb-img-box {
  overflow: hidden;
  width: 440px;
  float: left;
  position: relative;
  height: 360px;
}
.hover-lb-img-box {
  overflow: hidden;
  height: 360px;
  padding-left: 10px;
}
.auto-lb-img-box > div {
  transition: 0.3s all;
  width: 99999px;
  height: 100%;
}
.auto-lb-img-box > div > img {
  width: 440px;
  display: block;
  float: left;
  height: 100%;
}
.img-title-and-btn {
  width: 100% !important;
  height: auto !important;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  box-sizing: border-box;
  padding: 5px 10px;
  bottom: 0;
  overflow: hidden;
  color: #fff;
  text-align: right;
}
.img-title-and-btn > p {
  width: 18em;
  text-align: left;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.img-title-and-btn > i {
  margin: 0;
  line-height: 21px;
  font-size: 14px;
}
.img-title-and-btn > i:hover {
  color: #ffff00;
  cursor: pointer;
}
.auto-lb-img-active {
  color: #ffff00;
}
.hover-lb-img-box > div {
  width: 100%;
}
.hover-lb-title {
  height: 34px;
}
.hover-lb-title > a {
  display: block;
  text-decoration: none !important;
  float: left;
  width: 164px;
  height: 38px;
  text-align: center;
  background: white;
  color: #333;
  margin-right: 10px;
  font-size: 14px;
  line-height: 38px;
}
.hover-lb-title > a:hover {
  cursor: pointer;
  color: #fff !important;
  background: #fa9343 !important;
}
.hover-title-active {
  color: #fff !important;
  background: #fa9343 !important;
}
.hover-lb-img {
  height: 326px;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 20px;
}
.hover-lb-img > a {
  width: 31.33%;
  margin: 0 1% 0 0;
  padding: 10px 0 0 0;
  float: left;
  box-sizing: border-box;
  height: 50%;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
  display: block;
}
.hover-lb-img > a > img {
  width: 100%;
  height: 100%;
}
.hover-lb-img > a > div {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.cbsfa {
  width: 440px;
  height: 100%;
  position: absolute;
  left: 361px;
}
.cbsfa > img {
  width: 100%;
  height: 100%;
}
.mt-tabpage-title .mt-tabpage-item:hover {
  color: #de7b2f;
}
.mt-tabpage-title .mt-tabpage-item-cur {
  color: #de7b2f;
  border-bottom: 1px solid #de7b2f;
}
.mt-tabpage-count {
  position: relative;
  width: 800px;
  height: 360px;
  overflow: hidden;
}
.mt-tabpage-cont__wrap {
  position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
  width: 57%;
}
.yqlj {
  width: 100%;
  margin-top: 25px;
}
.ypjj1 {
  width: 1200px;
  margin: 0 auto;
}
.dibu {
  width: 100%;
  height: 180px;
  background: #313131;
}
.cbcb {
  width: 1200px;
  margin: 0 auto;
  padding-top: 21px;
}
.cbcb > a {
  text-decoration: none;
}
.cbcb > a > li {
  list-style: none;
  float: left;
  margin-left: 52px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}
.cnmb {
  width: 1200px;
  margin: 0px auto;
}
.cnmbb {
  width: 70px;
  height: 64px;
  margin-top: 27px;
  float: left;
}
.cnmbb > img {
  width: 100%;
  height: 100%;
}
.cnmbb14 {
  width: 0px;
  height: 70px;
  background: #ffffff;
  float: left;
  margin-left: 20px;
  margin-top: 21px;
}
.cnmmv {
  width: 450px;
  float: left;
  margin-left: 20px;
  margin-top: 23px;
}
.cnmmv > li {
  list-style: none;
}
.cnmmv > li:nth-child(1) {
  width: 450px;
  height: 38px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}
.cnmmv > li:nth-child(2) {
  width: 450px;
  height: 38px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}
.erwe {
  width: 200px;
  height: 100px;
  float: left;
  margin-left: 100px;
}
.sssy {
  width: 70px;
  height: 100px;
  float: left;
}
.sssy > li {
  list-style: none;
}
.sssy1 {
  width: 70px;
  height: 70px;
  margin-top: 9px;
}
.sssy1 > img {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}
.sssy2 {
  width: 80px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}

.float {
  width: 120px;
  height: 40px;
  position: fixed;
  top: 35%;
  left: 50%;
  margin-left: -60px;
  background-color: #5e5e5e;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  padding: 80px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
  background-position: center 22px;
  background-repeat: no-repeat;
  z-index: 9999;
}
.float.loading {
  background-image: url(../images/loading3.gif);
}
.float.true {
  background-image: url(../images/float_ok.png);
}
.messagebox {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 35%;
  text-align: center;
  z-index: 9999;
}
.messagebox .msg {
  display: inline-block;
  background: url(../images/opacity75.png);
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 20px;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 16px;
}
.messagebox .msg a {
  color: #f2ed05;
}
.alertbox {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url(../images/opacity30.png);
  top: 0px;
  left: 0px;
}
.alertbox .boxpnl {
  position: absolute;
  z-index: 99999;
  width: 300px;
  left: 50%;
  top: 30%;
  margin-left: -150px;
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.alertbox .boxpnl .msg {
  padding: 20px 20px 20px 20px;
  font-size: 14px;
  color: #888;
  line-height: 22px;
  text-align: left;
  border-bottom: solid 1px #e8e8ea;
}
.alertbox .boxpnl .msg a {
  color: #0067cd;
}
.alertbox .boxpnl .btn {
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 300px;
  font-size: 16px;
  color: #0bb20c;
  overflow: hidden;
}
.alertbox .boxpnl .btn:hover {
  background-color: #f0f0f0;
}
.alertbox.confirmbox {
}
.alertbox.confirmbox .btn {
  width: 150px;
  float: left;
}
.alertbox.confirmbox .btn.cancel {
  width: 149px;
  color: #353535;
  border-left: solid 1px #e8e8ea;
}
.alertbox a {
  text-decoration: none;
}
.newszoom {
  padding: 30px 10px 30px 10px;
  line-height: 25px;
}
.newszoom p {
  padding: 0px;
  margin: 0px;
}
.newszoom img {
  max-width: 100%;
}

.n_list_box {
  overflow: hidden;
}
.n_list_box .item {
  overflow: hidden;
  border-bottom: solid 1px #f0f0f0;
  padding: 15px 0px 15px 0px;
}
.n_list_box .item .face {
  width: 180px;
  height: 110px;
  float: left;
}
.n_list_box .item .face img {
  width: 180px;
  height: 110px;
}
.n_list_box .item .dis {
  width: calc(100% - 200px);
  float: right;
  font-size: 14px;
}
.n_list_box .item .dis .p {
  height: 20px;
  line-height: 20px;
}
.n_list_box .item .dis .p a {
  display: block;
  float: left;
  height: 20px;
  max-width: calc(100% - 80px);
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url("ellipsis.xml#ellipsis");
  overflow: hidden;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
.n_list_box .item .dis .p a:hover {
  color: rgba(255, 155, 25, 1);
}
.n_list_box .item .dis .p .date {
  display: block;
  float: right;
  height: 20px;
  width: 80px;
  text-align: right;
  color: #999;
}
.n_list_box .item .dis .guid {
  height: 75px;
  line-height: 25px;
  display: block;
  margin: 15px 0px 0px 0px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.n_tle_list > p {
  display: block;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border-bottom: 1px dashed #eeeeee;
  line-height: 50px;
}

.n_tle_list > p a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-decoration: none;
  display: block;
  float: left;
  width: 45em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(85, 85, 85, 1);
}
.n_tle_list > p i {
  display: block;
  width: 6px;
  height: 6px;
  float: left;
  background: rgba(255, 155, 25, 1);
  border-radius: 50%;
  position: relative;
  top: 22px;
  margin-right: 10px;
}
.n_tle_list > p span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  float: right;
}
.n_tle_list > p:hover {
  border-bottom-color: rgba(255, 155, 25, 1);
}
.n_tle_list > p:hover a {
  color: rgba(255, 155, 25, 1);
}

.r_div_box > h1 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  height: 20px;
  line-height: 20px;
  margin: 32px 0 28px;
}
.wz_all {
  width: 100%;
  margin-bottom: 20px;
}
.r_bq {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 12px;
  height: 12px;
}
.r_bq > span {
  display: block;
  float: left;
  padding-right: 20px;
}
.r_bq > div {
  float: left;
  height: 100%;
  line-height: 12px;
  padding-right: 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
}
.r_bq > div > i {
  font-size: 16px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.ewm_yl {
  width: 140px;
  position: absolute;
  display: none;
  left: -40px;
  top: 25px;
  position: absolute;
  background-color: #ff0000;
}
.ewm_yl .uparw {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #efefef;
  position: absolute;
  top: 0px;
  left: 67px;
}
.ewm_yl .ewminner {
  width: 140px;
  height: 140px;
  background: #efefef;
  border-radius: 6px;
  position: absolute;
  top: 6px;
}
.ewm_yl > i {
  position: absolute;
  color: #efefef;
  top: -14px;
  left: 75px;
  font-size: 20px;
}
.ewm_yl .ewminner img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px auto 8px auto;
}
.ewm_yl .ewminner p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-top: 0;
}
.r_bq > div:hover .ewm_yl {
  display: block;
}
.r_bq span img {
  position: relative;
  top: 1px;
  margin: 0 0 0 10px;
}
.sytAdnXyt {
  width: 240px;
  overflow: hidden;
  margin: 35px auto 0;
}
.sytAdnXyt > a {
  display: block;
  width: 110px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  float: left;
}
.sytAdnXyt > a:first-child {
  background: #fea04d;
}
.sytAdnXyt > a:last-child {
  background: #00ab8e;
}
.AD_div {
  width: 100%;
  height: 56px;
  border: 1px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 56px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  box-sizing: border-box;
  padding-left: 17px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.cnxh {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 10px 17px;
}
.cnxh > div {
  width: calc(100% + 20px);
  left: -10px;
  height: 30px;
  position: relative;
  margin-bottom: 16px;
  background: #eeeeee;
}
.cnxh > div > img {
  width: auto;
  height: 100%;
}
.cnxh > div > p {
  display: block;
  width: 100%;
  left: 13px;
  top: 7px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  position: absolute;
}
.cnxh > div > p > a {
  text-decoration: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  float: right;
  margin-right: 25px;
}
.cnxh > p {
  display: block;
  width: calc(50% - 20px);
  height: 36px;
  line-height: 36px;
  float: left;
  box-sizing: border-box;
  margin: 0 10px;
  border-bottom: 1px dashed #efefef;
}
.cnxh > p > i {
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(210, 210, 210, 1);
  border-radius: 50%;
  float: left;
  position: relative;
  top: 16px;
  margin-right: 10px;
}
.cnxh > p > a {
  display: block;
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  width: 20em;
}
.cnxh > p > span {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}

.img_box {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
}
.img_box > div {
  width: 260px;
  height: 230px;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
  margin-left: 15px;
}
.img_box > div:hover {
  border-color: #00a0e9 !important;
  text-decoration: none;
}
.img_box > div img {
  width: 100%;
  height: 180px;
  display: block;
}
.img_box > div p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  height: 16px;
  line-height: 16px;
  margin-top: 10px;
}
.img_zsbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  padding-top: 50px;
  z-index: 99999999999999999;
}
.img_zsbox img {
  width: 1280px;
  height: 720px;
  display: block;
  margin: auto;
}

* {
  margin: 0;
  padding: 0;
}
.yqlj {
  width: 100%;
  background: #f6f6f6;
}
.yqlj > div {
  width: 1200px;
  background: #f6f6f6;
  margin: auto;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  padding: 5px;
  color: rgba(51, 51, 51, 1);
}
.yqlj > div > a {
  text-decoration: none;
  margin-right: 10px;
  color: #333;
}
.yqlj > div > a:hover {
  text-decoration: none;
  margin-right: 10px;
  color: #ea7e2c;
}
.bnav {
  width: 100%;
  background: #2d3142;
  text-align: center;
  padding: 20px 0px 20px 0px;
  border-bottom: solid 1px #fff;
}
.bnav a {
  display: inline-block;
  margin: 0px 20px 0px 20px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.gg {
  width: 100%;
  background: #2d3142;
}
.gg > div {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.logo_btm {
  width: 90px;
  height: 60px;
  float: left;
  border-right: 1px solid #fff;
  margin: 30px 0;
  box-sizing: border-box;
}
.logo_btm > img {
  width: 60px;
  height: 60px;
}
.dz_box {
  width: 465px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  height: 60px;
  padding: 0px 40px 0px;
  margin: 15px 0;
  float: left;
}
.dz_box > p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.ewm_2 {
  overflow: hidden;
}
.ewm_2 > div {
  float: right;
  width: 72px;
  margin-top: 15px;
}
.ewm_2 > div > img {
  width: 100%;
  height: 72px;
}
.ewm_2 > div > p {
  font-size: 12px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.ewm_2 > div:last-child {
  margin-right: 150px;
}
.r_box {
  width: 104px;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 999;
}
.r_box > div {
  width: 100%;
  overflow: hidden;
  height: 92px;
  background: #f8f8f8;
}
.r_box > div img {
  margin: 15px auto 10px;
}
.r_box > div img:nth-child(1) {
  display: block;
}
.r_box > div img:nth-child(2) {
  display: none;
}
.r_box > div a {
  text-decoration: none;
}
.r_box > div p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}
.r_box > div:hover {
  background: rgba(255, 155, 25, 1);
}
.r_box > div:hover p {
  color: #fff;
}
.r_box > div:hover img:nth-child(1) {
  display: none;
}
.r_box > div:hover img:nth-child(2) {
  display: block;
}

/* 招生就业 */
.n_list_box {
  overflow: hidden;
}
.n_list_box .item {
  overflow: hidden;
  border-bottom: solid 1px #f0f0f0;
  padding: 15px 0px 15px 0px;
}
.n_list_box .item .face {
  width: 180px;
  height: 110px;
  float: left;
}
.n_list_box .item .face img {
  width: 180px;
  height: 110px;
}
.n_list_box .item .dis {
  width: calc(100% - 200px);
  float: right;
  font-size: 14px;
}
.n_list_box .item .dis .p {
  height: 20px;
  line-height: 20px;
}
.n_list_box .item .dis .p a {
  display: block;
  float: left;
  height: 20px;
  max-width: calc(100% - 80px);
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url("ellipsis.xml#ellipsis");
  overflow: hidden;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
.n_list_box .item .dis .p a:hover {
  color: rgba(255, 155, 25, 1);
}
.n_list_box .item .dis .p .date {
  display: block;
  float: right;
  height: 20px;
  width: 80px;
  text-align: right;
  color: #999;
}
.n_list_box .item .dis .guid {
  height: 75px;
  line-height: 25px;
  display: block;
  margin: 15px 0px 0px 0px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.n_tle_list > p {
  display: block;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border-bottom: 1px dashed #eeeeee;
  line-height: 50px;
}
.n_tle_list > p a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-decoration: none;
  display: block;
  float: left;
  width: 47em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(85, 85, 85, 1);
}
.n_tle_list > p i {
  display: block;
  width: 6px;
  height: 6px;
  float: left;
  background: rgba(255, 155, 25, 1);
  border-radius: 50%;
  position: relative;
  top: 22px;
  margin-right: 10px;
}
.n_tle_list > p span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  float: right;
}
.n_tle_list > p:hover {
  border-bottom-color: #e98533;
}
.n_tle_list > p:hover a {
  color: #e98533;
}

/*分页*/
.wp-pagenavi {
  clear: both;
}
.wp-pagenavi A {
  border-right: #bfbfbf 1px solid;
  padding-right: 5px;
  border-top: #bfbfbf 1px solid;
  padding-left: 5px;
  padding-bottom: 3px;
  margin: 2px;
  border-left: #bfbfbf 1px solid;
  padding-top: 3px;
  border-bottom: #bfbfbf 1px solid;
  text-decoration: none;
}
.wp-pagenavi SPAN {
  border-right: #bfbfbf 1px solid;
  padding-right: 5px;
  border-top: #bfbfbf 1px solid;
  padding-left: 5px;
  padding-bottom: 3px;
  margin: 2px;
  border-left: #bfbfbf 1px solid;
  padding-top: 3px;
  border-bottom: #bfbfbf 1px solid;
  text-decoration: none;
}
.wp-pagenavi A:hover {
  border-left-color: #000;
  border-bottom-color: #000;
  border-top-color: #000;
  border-right-color: #000;
}
.wp-pagenavi SPAN.current {
  border-left-color: #000;
  border-bottom-color: #000;
  border-top-color: #000;
  border-right-color: #000;
}
.wp-pagenavi SPAN.current {
  font-weight: bold;
}

/* 在线报名 */
.r_bt {
  margin-bottom: 25px;
}
.r_div_box > h5 {
  text-align: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  height: 22px;
  line-height: 22px;
  margin-bottom: 32px;
}
.r_div_box > div {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
}
.r_div_box > div .form {
  width: 100%;
  overflow: hidden;
}
.r_div_box > div .form div {
  width: 50%;
  margin-bottom: 28px;
  float: left;
  height: 42px;
}
.r_div_box > div .form div input {
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #264575;
  padding-left: 12px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.r_div_box > div .form div input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(181, 181, 181, 1);
}
.r_div_box > div .form div span {
  display: inline-block;
  height: 100%;
  line-height: 42px;
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.r_div_box > div .form div span:nth-child(2n-1) {
  width: 65px;
}
.r_div_box > div .form div span:nth-child(2n) {
  width: 95px;
  float: right;
}
.r_div_box > div .form div span b {
  font-weight: 100;
  color: #ff4343;
}
.r_div_box > div .form div:nth-child(2n) input {
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #264575;
  padding-left: 12px;
  float: right;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.dafda {
  width: 100% !important;
  height: auto !important;
}
.dafda2 {
  width: 100%;
  height: auto;
}
.dafda textarea {
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  border: 2px solid #264575;
  padding-left: 12px;
  padding-top: 7px;
  width: calc(100% - 65px);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.fdsagx {
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #264575;
  padding-left: 12px;
  float: right;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.dafda textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(181, 181, 181, 1);
}

.button {
  width: 270px;
  height: 42px;
  background: #264575;
  border: none;
  text-align: center;
  line-height: 42px;
  margin: 0 auto 200px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.izl-rmenu {
  margin-right: 0;
  width: 82px;
  position: fixed;
  right: 2px;
  top: 76%;
  -webkit-box-shadow: #ddd 0px 1px 5px;
  -moz-box-shadow: #ddd 0px 1px 5px;
  box-shadow: #ddd 0px 1px 5px;
  z-index: 999;
}
.izl-rmenu .consult {
  background-image: url(../images/consult_icon.gif);
  background-repeat: no-repeat;
  background-position: center -77px;
  display: block;
  height: 76px;
  width: 82px;
}
.izl-rmenu .consult .phone {
  background-color: rgb(247, 247, 255);
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 73px;
  color: #000;
  font-size: 18px;
  text-align: center;
  display: none;
  box-shadow: #ddd -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone {
  display: inline !important;
}
.izl-rmenu .cart {
  background-image: url(../images/consult_icon.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  height: 16px;
  width: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #45bdff;
  text-align: center;
  padding-top: 15px;
  padding-right: 18px;
  padding-bottom: 47px;
  padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic {
  display: block;
}
.izl-rmenu .btn_top {
  background-image: url(../images/float_top.gif);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 39px;
  width: 82px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
  background-image: url(../images/float_top.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.izl-rmenu .cart .pic {
  display: none;
  position: absolute;
  left: -160px;
  top: 65px;
  width: 160px;
  height: 160px;
  background: url(../images/weixin.jpg);
}
#udesk-feedback-tab {
  position: fixed;
  right: 2px;
  top: 76%;
  margin-top: -76px;
  -webkit-box-shadow: #ddd 0px -1px 5px;
  -moz-box-shadow: #ddd 0px -1px 5px;
  box-shadow: #ddd 0px -1px 5px;
  z-index: 10000;
  cursor: pointer;
  background-image: url(../images/consult_icon.gif);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 76px;
  width: 82px;
  background-color: #fff !important;
  z-index: 999;
}

.viewpoints-section {
  width: 100%;
  height: 480px;
  padding: 20px 0;
}

.title-underline {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.underline {
  width: 50px;
  height: 4px;
  background-color: #264575;
  border-radius: 100px;
}

.viewpoints-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  margin-top: 30px;
  position: relative;
}

.viewpoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
  height: 380px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

#left {
  position: absolute;
  left: calc(50% - 400px - 225px);
}

#center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#right {
  position: absolute;
  left: calc(50% + 250px);
}

.teacher-opinion {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
  transition: background-color 0.3s, color 0.3s;
}

#center .teacher-opinion {
  background-color: #ffffff;
}

.opinion-content h3 {
  font-size: 18px;
  margin: 10px 0;
  color: #05031bc4;
  transition: color 0.3s;
}

.opinion-content p {
  font-size: 18px;
  margin: 8px 0;
  color: #0e1829a4;
  transition: color 0.3s;
}

.teacher-image {
  width: 160px;
  height: 200px;
  margin-top: -40px;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.teacher-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#center .teacher-opinion:hover {
  background-color: #2f5794;
}

.viewpoint:hover .teacher-opinion {
  background-color: #396ab3;
}

.viewpoint:hover .opinion-content h3,
.viewpoint:hover .opinion-content p {
  color: #ffffffd9;
}

.case-presentation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  width: 1000px;
  margin: 0 auto;
}

.case-text {
  flex: 1;
  padding-right: 20px;
  text-align: left;
}

.case-text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-left: 60px;
  position: relative;
}

.case-text h2::before,
.case-text h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #6487be;
  position: absolute;
  top: 50%;
}

.case-text h2::before {
  left: -60px;
}

.case-text h2::after {
  right: 280px;
}

.case-text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000000c8;
}

.view-more {
  display: inline-block;

  padding: 8px 15px;
  border: 2px solid rgb(72, 71, 71);
  color: rgb(72, 71, 71);
  text-decoration: none;
  border-radius: 20px;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.view-more:hover {
  color: #f88e3d;
  border-color: #f88e3d;
}

.case-image {
  flex: 1;
  text-align: right;
}

.case-image img {
  max-width: 100%;
  height: 250px;
  border: 1px solid #dcdcdc;
}

.results-show {
  text-align: center;
  padding: 50px 0;
  background-color: #5c5f5c17;
}

.results-show h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.results-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.result-item {
  width: 320px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.result-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.description-text {
  font-size: 14px;
  color: #555;
  margin-top: -10px;
}

.design-team {
  text-align: center;
  padding: 50px 0;
}

.design-team h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.team-grid {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.team-member {
  width: 180px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
