/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 12px;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html,
body {
  height: 100%;
  width: 100%;
  position: relative;
}
* {
  box-sizing: border-box;
  font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}
* img {
  display: block;
  width: 100%;
}
.head {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1.6rem;
  top: 0.6rem;
  z-index: 999;
}
.head.headFix {
  position: fixed;

  padding: 0.2rem 1.6rem;
  top: 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  background: url(../images/headline.jpg) no-repeat top center #fff;
  background-size: 100% 3px;
}
.head.headFix .nav ul li span{
    color: #333;
    background: url(../images/arrow_down_b.png) no-repeat right center;
}
.head.headFix .nav ul li .nav_list {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.head.headFix .head_other a {
    border: 1px solid #333;
}
.head.headFix .head_other a.search {
    background-image: url(../images/search_icon_b.png);
    background-size: cover;
}
.head.headFix .head_other a.lang {
    background-image: url(../images/lang_icon_b.png);
    background-size: cover;
}
.head.headFix .nav ul li .nav_list p a {
    color: #333;
}
.head::after {
  content: "";
  display: block;
  clear: both;
}
.head .logo {
  float: left;
  width: 2.3rem;
  margin-top: 0.1rem;
}
.head .logo a img {
  display: block;
  width: 100%;
}
.head .nav {
  float: left;
  padding-left: 1rem;
}
.head .nav ul::after {
  content: "";
  display: block;
  clear: both;
}
.head .nav ul li {
  float: left;
  position: relative;
  margin-right: 0.7rem;
  margin-left:0.3rem;
}
.head .nav ul li span {
  line-height: 0.46rem;
  background: url(../images/arrow_down.png) no-repeat right center;
  padding-right: 0.27rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  line-height: 0.6rem;
}
.head .nav ul li span a {
  font-size: 0.24rem;
  color: #fff;
  font-weight: normal;
}
.head .nav ul li .nav_list {
  display: none;
  position: absolute;
  left: -30px;
  border-top: 3px solid #7318e6;
  right: -30px;
  top: 100%;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  padding: 10px 0;
}
.head .nav ul li .nav_list p a {
  display: block;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.4rem;
}
.head .nav ul li .nav_list p a:hover {
  opacity: 0.8;
}
.head .nav ul li:nth-child(1) span {
  background: none;
}
.head .nav ul li:nth-child(2) .nav_list {
  border-top: 3px solid #e8340c;
}
.head .nav ul li:nth-child(3) .nav_list {
  border-top: 3px solid #e8340c;
}
.head .nav ul li:nth-child(4) .nav_list {
  border-top: 3px solid #f5a100;
}
.head .nav ul li:nth-child(5) .nav_list {
  border-top: 3px solid #81b934;
}
.head .nav ul li:nth-child(6) .nav_list {
    border-top: 3px solid #007cbc;
  }
.head .nav ul li:last-child {
  margin-right: 0;
}
.head .head_other {
  float: right;
  overflow: hidden;
  margin-top: 0.05rem;
}
.head .head_other a {
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.head .head_other a.search {
  background-image: url(../images/search_icon.png);
  background-size: cover;
}
.head .head_other a.lang {
  background-image: url(../images/lang_icon.png);
  margin-left: 0.25rem;
  background-size: contain;
}
.footer {
  padding-top: 0.8rem;
  background: #f5f5f5;
}
.footer .fo_top {
  max-width: 14.8rem;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
}
.footer .fo_top .fo_nav {
  float: left;
  overflow: hidden;
  width: 60%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 0.6rem;
}
.footer .fo_top .fo_nav li {
  float: left;
  width: 25%;
}
.footer .fo_top .fo_nav li h4 {
  font-size: 0.2rem;
  color: #000;
  margin-bottom: 0.3rem;
  font-weight: bold;
  line-height: 2;
}
.footer .fo_top .fo_nav li p span {
  display: block;
  font-size: 0.18rem;
  color: #888;
  line-height: 2;
}
.footer .fo_top .fo_nav li p span a {
  display: block;
  font-size: 0.18rem;
  color: #888;
}
.footer .fo_top .fo_nav li p span a:hover {
  color: #e8340c;
}
.footer .fo_top .fo_code {
  float: right;
  width: 2.1rem;
}
.footer .fo_top .fo_code img {
  width: 100%;
}
.footer .fo_top .fo_code p {
  text-align: center;
  font-size: 0.18rem;
  color: #888;
  line-height: 2;
}
.footer .fo_co {
  max-width: 14.8rem;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  position: relative;
  height: 1.4rem;
}
.footer .fo_co .fo_logo {
  width: 2.6rem;
  position: absolute;
  left: 0.6rem;
  top: 0.45rem;
}
.footer .fo_co .fo_logo img {
  display: block;
  width: 100%;
}
.footer .fo_co p {
  text-align: center;
  font-size: 0.18rem;
  color: #888;
  line-height: 1.4rem;
}
.second_banner {
  position: relative;
  overflow: hidden;
}
.second_banner img {
  width: 100%;
  transform: scale(1.1);
  transition: all ease-out 2s;
}
.second_banner img.imgH {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.second_banner .div_beard {
  padding: 0 1.6rem;
  position: absolute;
  bottom: 0.6rem;
  right: 0;
  margin-left: -8rem;
  left: 50%;
  display: flex;
  justify-content: flex-end;
  z-index: 20;
}
.second_banner .div_beard p {
  background: url(../images/beard_icon.png) no-repeat left center;
  background-size: 0.19rem 0.17rem;
  padding-left: 0.2rem;
  color: #fff;
  line-height: 2;
}
.second_banner .div_beard p a,
.second_banner .div_beard p span {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 2;
  color: #fff;
  background: url(../images/beard_icon2.png) no-repeat left center;
  padding-left: 0.25rem;
  margin-left: 0.1rem;
}
.second_banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;

  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
}
.second_nav {
  padding: 0 1.6rem;
  width: 100%;
  position: absolute;
  z-index: 50;
  margin-top: -0.45rem;
}
.second_nav ul {
  border: 1px solid #e5e5e5;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.second_nav ul li {
  width: 25%;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  position: relative;
}
.second_nav ul li::before {
  display: block;
  content: "";
  width: 1px;
  height: 0.4rem;
  background: #d7d7d7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
}
.second_nav ul li:last-child::before {
  display: none;
}
.second_nav ul li span {
  display: block;
  font-size: 0.26rem;
  color: #333;
  position: relative;
}
.second_nav ul li span::after {
  content: "";
  display: block;
  border: solid #ccc;
  border-width: 0 0.02rem 0.02rem 0;
  display: inline-block;
  padding: 0.04rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -0.04rem;
  display: none;
}
.second_nav ul li.on {
  border-bottom: 2px solid #e8340c;
}
.second_nav ul li.on::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e8340c;
  margin: 0 auto;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
}
.second_nav ul li.on span {
  color: #e8340c;
}
.second_nav ul li.on span::after {
  content: "";
  display: block;
  border: solid #e8340c;
  border-width: 0 0.02rem 0.02rem 0;
  display: none;
}
.container {
  padding: 0 1.6rem;
  padding-top: 1.8rem;
  padding-bottom: 1rem;
  position: relative;
}
.container .div_mod {
  margin-bottom: 1rem;
  position: relative;
}
.container .div_mod:last-child {
  margin-bottom: 0;
}
.container .div_tit {
  margin-bottom: 0.5rem;
}
.container .div_tit h2 {
  font-size: 0.34rem;
  color: #333;
  line-height: 100%;
  margin-bottom: 0.4rem;
}
.container .div_tit h2::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.06rem;
  background: #e8340c;
  margin-top: 0.25rem;
}
.container .div_tit span {
  font-size: 0.24rem;
  color: #333;
}
.container .div_text p {
  font-size: 0.22rem;
  line-height: 1.66;
  color: #555;
  margin-bottom: 0.3rem;
  text-align: justify;
}
.container .div_text p:last-child {
  margin-bottom: 0;
}
.container .div_hidden::after {
  content: "";
  display: block;
  clear: both;
}
.container .div_l {
  float: left;
}
.container .div_r {
  float: right;
}
.container .div_chooseBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: flex-end;
}
.container .div_choose {
  width: 2.4rem;
  background: #fff;
  position: relative;
  margin-left: 0.3rem;
}
.container .div_choose span {
  display: block;
  width: 2.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  color: #333;
  background: url(../images/ch_down.png) no-repeat 90% center;
  border: 1px solid #e8340c;
  padding: 0 0.2rem;
  cursor: pointer;
}
.container .div_choose .dc_list {
  width: 100%;
  position: absolute;
  top: 0.5rem;
  border: 1px solid #e8340c;
  border-top: none;
  background: #fff;
  display: none;
}
.container .div_choose .dc_list li {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  color: #333;
  padding: 0 0.2rem;
  cursor: pointer;
}
.container .div_choose .dc_list li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.2rem;
}
.container .div_choose .dc_list li:hover {
  background: #e8340c;
  color: #fff;
}
.container .div_choose .dc_list li:hover a {
  color: #fff;
}
.popup_bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  display: none;
}
.div_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.div_page .page_prev2,
.div_page .page_next2 {
  width: 2.6rem;
}
.div_page .page_prev,
.div_page .page_next {
  display: block;
  width: 2.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border: 1px solid #eaeaea;
  font-size: 0.18rem;
}
.div_page .page_prev a,
.div_page .page_next a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  color: #333;
}
.div_page .page_prev:hover,
.div_page .page_next:hover {
  background: #e8340c;
  border: 1px solid #e8340c;
  border-radius: 5px;
}
.div_page .page_prev:hover a,
.div_page .page_next:hover a {
  color: #fff;
}
.div_page ul {
  display: flex;
  justify-content: center;
}
.div_page ul li {
  width: 0.52rem;
  height: 0.52rem;
  text-align: center;
  line-height: 0.52rem;
  font-size: 0.2rem;
  border-radius: 5px;
}
.div_page ul li a {
  font-size: 0.2rem;
  color: #333;
}
.div_page ul li.on {
  background: #e8340c;
  color: #fff;
}
.div_page ul li.on a {
  color: #fff;
}
.direction span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 0.7rem;
}
.direction span:focus {
  border: none;
  outline: none;
}
.direction span i {
  border: solid #e8340c;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
  padding: 0.08rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.direction span.s_prev {
  left: -2px;
}
.direction span.s_prev i {
  border: solid #e8340c;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
  margin-left: 0.04rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.direction span.s_next {
  right: -2px;
}
.direction span.s_next i {
  margin-right: 0.04rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.direction span:hover {
  background: #e8340c;
}
.direction span:hover i {
  border: solid #fff;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
}
.news_list ul {
  display: flex;
  flex-wrap: wrap;
}
.news_list ul li {
  width: 31%;
  margin-bottom: 0.4rem;
  box-shadow: 0px 1px 9.8px 0.2px rgba(0, 0, 0, 0.1);
  padding-left:0;
}
.news_list ul li:not(:nth-child(3n)) {
  margin-right: calc(7% / 2);
}
.news_list ul li .imgbox {
  overflow: hidden;
}
.details_main em{
    font-style: italic;
    font-size: inherit;
}
.details_main u{
    font-size: inherit;
}
.details_main ol li {
    color: inherit;
    font-size: larger;
    font-size: 0.2rem;
    line-height: 1.6;
    color: #555;
    padding-left: 0.2rem;
}

.details_main a{
  color:unset;
  text-decoration: underline;
  font-size: inherit;
}
.details_main h1{
  font-size: 0.3rem;
  margin:20px 0 20px 0;
}
.details_main h2{
  font-size: 0.28rem;
    margin:15px 0 15px 0;
}
.details_main h3{
  font-size: 0.24rem;
    margin:1s0px 0 10px 0;
}
.details_main p {
  font-size: 0.2rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0.3rem;
}
.details_main ul{
    padding-left:.2rem;
    color: inherit;
    list-style: unset;
    padding-bottom:.2rem;

}
.details_main ul li{
    font-size: .24rem;
}
.details_main ol{
    padding-left:.2rem;
    color: inherit;
    list-style: unset;
    padding-bottom:.2rem;

}
.details_main ol li{
    font-size: .24rem;
}
.news_list ul li .imgbox img {
  transform: scale(1);
  transition: transform 0.3s linear;
}
.news_list ul li .txtbox {
  padding: 0.3rem;
  overflow: hidden;
  min-height: 3rem;
  position: relative;
}
.news_list ul li .txtbox b {
  display: block;
  font-size: 0.16rem;
  color: #555;
  opacity: 0.8;
  margin-bottom: 0.15rem;
}
.news_list ul li .txtbox h3 {
  font-size: 0.24rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list ul li .txtbox p {
  font-size: 0.16rem;
  color: #555;
  opacity: 0.8;
  line-height: 1.5;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list ul li .txtbox span {
  display: block;
  width: 1.3rem;
  height: 0.48rem;
  line-height: 0.46rem;
  text-align: center;
  border: 1px solid #e8340c;
  font-size: 0.16rem;
  color: #e8340c;
  border-radius: 10px;
  float: right;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
}
.news_list ul li:hover .imgbox img {
  transform: scale(1.1);
}
.news_list ul li:hover .txtbox h3 {
  color: #e8340c;
}
.news_list ul li:hover .txtbox span {
  background: #e8340c;
  color: #fff;
}
.lunbo {
  background: #f5f5f5;
  padding: 0.8rem;
  margin-top: 0.8rem;
  position: relative;
}
.lunbo .swiper-slide p {
  font-size: 0.24rem;
  color: #333;
  line-height: 2;
  text-align: center;
  padding-top: 0.2rem;
}
.lunbo_txtImg {
  background: #f5f5f5;
  padding: 0.5rem;
}
.lunbo_txtImg .swiper_txtImg .swiper-slide {
  overflow: hidden;
}
.lunbo_txtImg .swiper_txtImg .swiper-slide .div_l {
  width: 45%;
}
.lunbo_txtImg .swiper_txtImg .swiper-slide .div_l p {
  font-size: 0.24rem;
  color: #333;
  line-height: 2;
  text-align: center;
  padding-top: 0.2rem;
}
.lunbo_txtImg .swiper_txtImg .swiper-slide .div_r {
  width: 40%;
}
.lunbo_txtImg .div_swiper_icons {
  position: absolute;
  bottom: 0.8rem;
  right: 0.1rem;
  width: 48%;
  padding: 0 0.8rem;
  z-index: 40;
}
.lunbo_txtImg .div_swiper_icons .swiper_icons .swiper-slide {
  cursor: pointer;
}
.lunbo_txtImg .div_swiper_icons .swiper_icons .swiper-slide-thumb-active img {
  border: 3px solid #f5a100;
}
.lunbo_txtImg.lunbo_txtImg_SP .swiper_txtImg .div_l {
  float: right;
}
.lunbo_txtImg.lunbo_txtImg_SP .swiper_txtImg .div_r {
  float: left;
}
.lunbo_txtImg.lunbo_txtImg_SP .div_swiper_icons {
  right: unset;
  left: 0.1rem;
}
.dlImgSlide {
  padding: 0.6rem 0.7rem;
  background: #f5f5f5;
  overflow: hidden;
  margin: 0.4rem 0;
  margin-bottom: 0.8rem;
}
.dlImgSlide dt {
  float: right;
  width: 42%;
  overflow: hidden;
}
.dlImgSlide dt .swiper-slide {
  overflow: hidden;
}
.dlImgSlide dt .swiper-slide img {
  transform: scale(1);
 transition: transform 0.3s linear;
}
.dlImgSlide dt .swiper-slide:hover img {
  transform: scale(1.1);
}
.dlImgSlide dt ul li {
  position: relative;
}
.dlImgSlide dt ul li p {
  font-size: 0.28rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  height: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.dlImgSlide dt .arrow {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.2rem;
}
.dlImgSlide dt .arrow span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  cursor: pointer;
  margin-left: 0.12rem;
  text-align: center;
  line-height: 0.7rem;
}
.dlImgSlide dt .arrow span i {
  border: solid #f5a100;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
  padding: 0.08rem;
}
.dlImgSlide dt .arrow span.s_prev i {
  border: solid #f5a100;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
  margin-left: 0.04rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.dlImgSlide dt .arrow span.s_next i {
  margin-right: 0.04rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.dlImgSlide dt .arrow span:hover {
  background: #f5a100;
}
.dlImgSlide dt .arrow span:hover i {
  border: solid #fff;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
}
.dlImgSlide dd {
  float: left;
  width: 45%;
  padding-top: 0.2rem;
}
.dlImgSlide dd h3 {
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 0.4rem;
  line-height: 1.6;
}
.dlImgSlide dd p {
  font-size: 0.24rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0.4rem;
  opacity: 0.8;
}
.dlImgSlide dd a {
  font-size: 0.24rem;
}
.dlImgSlide dd span {
  font-size: 0.24rem;
  line-height: 1.6;
  color: #555;
  margin-top: 0.6rem;
}
.dlImgSlide .swiper-slide p {
  font-size: 0.28rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  height: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.dlImgSlide.dlSp dt {
  float: left;
}
.dlImgSlide.dlSp dt .arrow {
  justify-content: flex-start;
}
.dlImgSlide.dlSp dt .arrow span {
  margin: 0;
  margin-right: 0.12rem;
}
.dlImgSlide.dlSp dd {
  float: right;
}
.constructioning {
  background: none!important;
  padding: 0.3rem;
  overflow: hidden;
}
.constructioning dt {
  width: 35%;
  float: left;
}
.constructioning dd {
  width: 60% ;
  float: right;
}
.other .second_nav ul li {
  width: 100%;
}
.other .search_box {
  width: 8.9rem;
  position: absolute;
  margin-left: -4.5rem;
  left: 50%;
  top: 2.5rem;
  z-index: 22;
  height: 0.8rem;
}
.other .search_box input,
.other .search_box button {
  padding: 0;
  margin: 0;
  border: none;
}
.other .search_box .text {
  width: 100%;
  padding: 0 0.4rem;
  padding-right: 1.2rem;
  font-size: 0.26rem;
  color: #999999;
  height: 0.8rem;
  line-height: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
}
.other .search_box .text:focus {
  outline: none;
}
.other .search_box .btn {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/other/search_btn.png) no-repeat center #e8380d;
  background-size: cover;
  cursor: pointer;
}
.search_list li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #d7d7d7;
}
.search_list li h3 {
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 0.15rem;
  font-weight: bold;
}
.search_list li h3 i {
  font-size: 0.28rem;
  color: #e8380d;
}
.search_list li span {
  display: block;
  font-size: 0.24rem;
  color: #e8380d;
  margin-bottom: 0.2rem;
}
.search_list li p {
  font-size: 0.24rem;
  color: #666;
  line-height: 1.8;
}
.search_list li p i {
  font-size: 0.24rem;
}
.div_if {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}
.div_if .if_box .div_close {
  width: 12rem;
  position: absolute;
  top: 1.1rem;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 0%);
  text-align: right;
}
.div_if .if_box .div_close .if_close {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.div_if .if_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#popImgTxt {
  width: 12rem;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
#popImgTxt span.close {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 25%;
  top: 8%;
  cursor: pointer;
  z-index: 100;
}
#popImgTxt .div_imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e1e1e1;
  overflow: hidden;
  padding: 0.15rem;
  margin-bottom: 0.15rem;
 
}
#popImgTxt .div_imgs .div_l {
  width:75%;
}
#popImgTxt .div_imgs .div_l .swiper-slide {
 
  display: flex;
  align-items: center;
}
#popImgTxt .div_imgs .div_l .swiper-slide img {
  /* min-height: 5rem; */
}
#popImgTxt .div_imgs .div_r {
  width: 25%;
  padding-left: 0.3rem;
}
#popImgTxt .div_imgs .div_r .div_tit {
  margin-bottom: 0.2rem;
}
#popImgTxt .div_imgs .div_r .div_tit h2 {
  margin-bottom: 0.1rem;
}
#popImgTxt .div_imgs .div_r .div_text p {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 0.1rem;
  padding-right: 0.1rem;
}
#popImgTxt .div_icons {
  padding: 0 1rem;
  position: relative;
}
#popImgTxt .div_icons .swiper-slide {
  height: 1rem;
  display: flex;
  align-items: center;
}
#popImgTxt .div_icons .swiper-slide img {
  height: 100%;
}
#popImgTxt .div_icons .swiper-slide-thumb-active img {
  border: 0.05rem solid #e8340c;
}
#popImg {
  width: 10rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
#popImg span.close {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 25%;
  top: 8%;
  cursor: pointer;
  z-index: 100;
}
#popImg .div_imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e1e1e1;
  overflow: hidden;
  padding: 0.25rem;
  margin-bottom: 0.2rem;
}
#popImg .div_imgs .div_l {
  width: 100%;
}
#popImg .div_imgs .div_l .swiper-slide {
  height: 5rem;
  display: flex;
  align-items: center;
}
#popImg .div_imgs .div_l .swiper-slide img {
  min-height: 5rem;
}
#popImg .div_icons {
  padding: 0 1rem;
  position: relative;
}
#popImg .div_icons .swiper-slide {
  height: 1rem;
  display: flex;
  align-items: center;
}
#popImg .div_icons .swiper-slide img {
  height: 100%;
}
#popImg .div_icons .swiper-slide-thumb-active img {
  border: 0.05rem solid #e8340c;
}

@media screen and (max-width: 1460px) {
  .head {
    padding: 0 0.8rem;
  }
  .head.headFix {
    padding: 0.2rem 0.8rem;
  }
}
.details_main table[align="center"]{
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1023px) {
.details_main .tables {
    width: 100%;
    overflow: auto;
  }
 
  .details_main table {
    /**width: 100% !important;**/
  }
 
  .details_main table tr td{
    display:block;
    text-align: center;
  }

  .details_main table tbody tr td{
    display:table-cell;
    text-align: center;
    padding: .05rem 0 .05rem 0 !important;
  }
  .details_main table tr td img{
    width:85% !important;
    height:auto !important;
    display: inline-block;
  }
  .footer {
    padding-top: 0.2rem;
  }
  .footer .fo_top .fo_nav,
  .footer .fo_top .fo_nav li {
    width: 100%;
  }
  .footer .fo_top .fo_nav {
    flex-wrap: wrap;
    padding: 0.2rem;
  }
  .footer .fo_top .fo_nav li {
    margin-bottom: 0.1rem;
  }
  .footer .fo_top .fo_nav li h4 {
    margin-bottom: 0.05rem;
  }
  .footer .fo_top .fo_nav li p {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .fo_top .fo_nav li p span {
    width: 25%;
    justify-content: space-between;
  }
  .footer .fo_top .fo_nav li:last-child p span {
    width: 100%;
  }
  .footer .fo_top .fo_code {
    float: left;
    width: 100%;
    text-align: center;
  }
  .footer .fo_top .fo_code img {
    width: 1.5rem;
    margin: 0 auto;
  }
  .footer .fo_top .fo_code p {
    font-size: 0.14rem;
  }
  .footer .fo_co .fo_logo {
    position: static;
  }
}

.head .pc-logo{
  display:block;
}
.head .md-logo{
  display:none;
}
.head.headFix .pc-logo{
  display:none;
}
.head.headFix .md-logo{
  display:block;
}
@media screen and (max-width: 1023px) {
  .swiper-wrapper .section1 {
    z-index: unset!important;
    margin-bottom: 0.3rem;
  }
  .head {
    top: 0;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 1rem;
  }
  .head .logo {
    position: absolute;
    left: 0.3rem;
    top: 0.3rem;
    margin-top: 0;
  }
  .head .head_other {
    position: absolute;
    right: 1rem;
    top: 0.3rem;
    margin-top: 0;
  }
  .head .phNavIcon {
    width: 0.45rem;
    height: 0.45rem;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    background: url(../images/phoneNav.png) no-repeat center;
    background-size: contain;
  }
  .head .phNavIcon.on {
    background: url(../images/phoneBtn02.png) no-repeat center;
    background-size: contain;
  }
  .head .nav {
    display: none;
    position: absolute;
    top: 1rem;
    right: 0;
    width: 50%;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .head .nav ul li {
    width: 100%;
    padding: 0.1rem 0.3rem;
  }
  .head .nav ul li span {
    width: 100%;
    display: block;
  }
  .head .nav ul li span a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .head .nav ul li .nav_list {
    position: static;
    text-align: left;
    padding: 0.1rem 0.3rem;
  }
  .head .nav ul li .nav_list p a {
    font-size: 0.24rem;
    padding: 0.1rem 0;
  }
  .head.headFix .pc-logo{
    display:none;
  }
  .head.headFix .md-logo{
    display:block;
  }
  .head.headFix .phNavIcon.on {
    background: url(../images/phoneBtn02_b.png) no-repeat center;
    background-size: contain;
  }
  .head.headFix  .phNavIcon {
    background: url(../images/phoneNav_b.png) no-repeat center;
    background-size: contain;
  }
  .head.headFix .nav {
      background: #fff;
      box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  }
  .head.headFix .nav ul li span a {
      color: #333;
  }
  .head.headFix {
    background: url(../images/headline.jpg) no-repeat top center #fff;
    background-size: 10rem 5px;
  }
  .section7 {
    height: auto!important;
  }
  .footer {
    padding: 0;
  }
  .footer .fo_top {
    padding: 0.3rem;
    padding-top: 0;
  }
  .footer .fo_top .fo_nav li {
    border-bottom: 1px solid #dbdbdb;
    padding: 0.1rem 0;
  }
  .footer .fo_top .fo_nav li h4 {
    font-size: 0.3rem;
    color: #333;
    position: relative;
  }
  .footer .fo_top .fo_nav li h4::after {
    content: "";
    display: block;
    border: solid #999;
    border-width: 0 0.04rem 0.04rem 0;
    display: inline-block;
    padding: 0.048rem;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.04rem;
  }
  .footer .fo_top .fo_nav li h4.on::after {
    transform: rotate(-135deg);
  }
  .footer .fo_top .fo_nav li p {
    display: none;
  }
  .footer .fo_top .fo_nav li p span {
    width: 50%;
    font-size: 0.24rem;
  }
  .footer .fo_top .fo_nav li p span a {
    font-size: 0.24rem;
  }
  .footer .fo_co {
    background: #e6e6e6;
    padding: 0.2rem 0;
  }
  .footer .fo_co .fo_logo {
    position: static;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
  .footer .fo_co p {
    line-height: 2;
    color: #333;
  }
  .second_banner {
    overflow: hidden;
  }
  .second_banner img {
    width: 150%;
    margin-left: -25%;
  }
  .second_banner .div_beard {
    width: 100%;
    padding: 0 0.3rem;
    margin: 0;
    left: unset;
    justify-content: flex-start;
  }
  .second_nav {
    padding: 0 0.3rem;
  }
  .second_nav ul li span {
    font-size: 0.24rem;
  }
  .second_nav ul li span::after {
    display: none!important;
  }
  .container {
    padding: 0.3rem !important;
    padding-top: 1rem!important;
  }
  .container .div_tit {
    margin-bottom: 0.3rem;
  }
  .container .div_tit h2 {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .container .div_mod {
    margin-bottom: 0.5rem;
  }
  .container .div_mod:last-child {
    margin-bottom: 0;
  }
  .lunbo {
    margin-top: 0.4rem;
    padding: 0.4rem 0.8rem;
  }
  .dlImgSlide {
    padding: 0.3rem;
  }
  .dlImgSlide dt {
    width: 100%;
  }
  .dlImgSlide dd {
    width: 100%;
  }
  .dlImgSlide dd h3 {
    margin-bottom: 0.2rem;
  }
  .dlImgSlide:last-child {
    margin-bottom: 0;
  }
  .lunbo_txtImg {
    padding: 0.3rem;
  }
  .lunbo_txtImg .swiper_txtImg .swiper-slide .div_l,
  .lunbo_txtImg .swiper_txtImg .swiper-slide .div_r {
    width: 100%;
  }
  .lunbo_txtImg .swiper_txtImg .swiper-slide .div_r .div_text {
    max-height: 3rem;
    overflow-x: hidden;
  }
  .lunbo_txtImg .div_swiper_icons {
    position: static;
    width: 100%;
    margin-top: 0.3rem;
    padding: 0 0.5rem;
  }
  .lunbo_txtImg .direction {
    width: 100%;
    position: absolute;
    left: 0;
  }
  .lunbo_txtImg .direction span {
    top: unset;
    bottom: 0.05rem;
  }
  .lunbo_txtImg .direction span.s_prev {
    left: 0;
  }
  .lunbo_txtImg .direction span.s_next {
    right: 0;
  }
  .constructioning dt {
    margin-bottom: 0.3rem;
  }
  .constructioning dt,
  .constructioning dd {
    width: 100%;
  }
  .other .search_box {
    width: 80%;
    margin-left: 0;
    left: 10%;
    margin-top: -0.34rem;
    top: 50%;
    height: 0.68rem;
  }
  .other .search_box input,
  .other .search_box button {
    padding: 0;
    margin: 0;
    border: none;
  }
  .other .search_box .text {
    width: 100%;
    padding: 0 0.28rem;
    padding-right: 1rem;
    font-size: 0.24rem;
    height: 0.68rem;
  }
  .other .search_box .btn {
    width: 0.68rem;
    height: 0.68rem;
  }
  .div_page ul {
    padding: 0 0.1rem;
  }
  .dlImgSlide dt .arrow {
    display: none;
  }
  .div_if .if_box .div_close {
    width: 80%;
  }
  #popImgTxt {
    width: 80%;
  }
  #popImgTxt .div_imgs {
    flex-wrap: wrap;
  }
  #popImgTxt .div_imgs .div_l {
    width: 100%;
  }
  #popImgTxt .div_imgs .div_l .swiper-slide {
    height: 3rem;
  }
  #popImgTxt .div_imgs .div_l .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #popImgTxt .div_imgs .div_r {
    width: 100%;
    padding: 0;
    padding-top: 0.2rem;
  }
  #popImgTxt .div_icons {
    display: none;
  }
  #popImg {
    width: 80%;
  }
  #popImg .div_imgs {
    flex-wrap: wrap;
  }
  #popImg .div_imgs .div_l {
    width: 100%;
  }
  #popImg .div_imgs .div_l .swiper-slide {
    height: 3rem;
  }
  #popImg .div_imgs .div_l .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #popImg .div_imgs .div_r {
    width: 100%;
    padding: 0;
    padding-top: 0.2rem;
  }
  #popImg .div_icons {
    display: none;
  }
  #popImg .div_imgs .div_l .swiper-slide img {
    min-height: auto;
    height: auto;
  }
  .clubTour .div_mod2 .ul_ct {
    display: none;
  }
  .footer .fo_top .fo_nav li p span {
    position: static!important;
  }
  .other .second_banner {
    height: auto!important;
  }
  #popImg {
    top: 50%;
    margin-top: -2rem;
  }
  .campusLife .div_if .if_box .div_close {
    top: 3rem;
  }
  .course .direction span {
    top: 50%;
  }
  .course .schoolCourseDetails .lunbo .swiper-slide p {
    padding-bottom: 0;
  }

  .news_list ul li .txtbox {
    height: 3.4rem;
  }
  .news_list ul li .txtbox h3 {
    font-size: .3rem;
  }
  .news_list ul li .txtbox p {
    font-size: .22rem;
  }

}
.ph-show{
  display:none
}
@media screen and (max-width: 640px) {
  .head .nav ul li.liphone {
    display: block!important;
  }
  .popupWin1 .div_imgs .div_l .swiper-slide img {
    min-height: auto!important;
  }
  .ph-show{
    display:block
  }
  .ph-hidden{
    display:none
  }
  #popImgTxt .div_imgs {
    height:auto;
  }
  #popImgTxt .div_imgs .div_l {
    height: 4rem;
}




}
.mourn {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
}
.details_main img{
    display:inline-block;    
}

.ia{
    color:#f5a100;
    position: absolute;
    right: 0;
    top: 0px;
    font-size:16px;
}

