body {
  min-width: 1200px;
  text-align: center;
  font-family: "Microsoft YaHei" ! important;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}

a:link {
  text-decoration: none;
}

a:hover {

  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* �Ƴ����б���Ԫ�ص�Ĭ�Ͻ�����ʽ */
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  /* �Ƴ�Ĭ�������� */
  box-shadow: none;
  /* �Ƴ���ӰЧ�������ⰼ͹�� */
  border: 1px solid #ccc;
  /* ���Զ���߿���ʽ������һ�� */
}

#ntop {
  width: 100%;
  height: 134px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 1000;
}

#ntop_logo {
  width: 90px;
  height: 64px;
  float: left;
  text-align: left;
  margin-left: 30px;
  margin-top: 38px;
  background: url(../images/logo_03.jpg) left 0 no-repeat;
}

#ntop_bt {
  width: 420px;
  height: 64px;
  float: left;
  text-align: left;
  margin-top: 38px;
  font-size: 28px;
  line-height: 64px;
  font-weight: bold;
  color: #000000;
}

#ntop_lm {
  width: 580px;
  height: 64px;
  float: left;
  text-align: left;
  margin-top: 47px;
}

#menu {
  width: 580px;
  height: 46px;
  float: left;
  text-align: left;
}

#menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  margin-left: 15px;
  margin-right: 15px;
}

#menu ul li a:hover {
  color: #ff0000;
}


#menu ul li a#current {
  background-color: rgba(255, 255, 255, 0);
  color: #FF0000;
  border-bottom: 2px solid #FF0000;
}

#menu ul li ul {
  border: 0px solid #ccc;
  display: none;
  position: absolute;
}

#menu ul li ul li {
  float: none;
  width: 260px;
  height: 50px;
  background: #FFFFFF;
  color: #333333;
  margin: 0;
  line-height: 50PX;
}

#menu ul li ul li a {
  background: none;
  color: #333333;
  font-size: 18px;
  text-align: left;
  height: 50px;
  line-height: 50PX;
}

#menu ul li ul li a:hover {
  background: #FFFFFF;
  color: #FF0000;
  font-size: 18px;
}

#menu ul li:hover ul {
  display: block;
}

#menu ul li.sfhover ul {
  display: block;
}

#ntop_ss {
  width: 150px;
  height: 40px;
  float: left;
  text-align: left;
  margin-top: 26px;
  margin-left: -80px;
}

.search-bar {
  display: flex;
}

.search-bar input,
.search-btn,
.search-btn:before,
.search-btn:after {
  transition: all 0.25s ease-out;
}

.search-bar input,
.search-btn {
  width: 3em;
  height: 3em;
}

.search-bar input:invalid:not(:focus),
.search-btn {
  cursor: pointer;
}

.search-bar,
.search-bar input:focus,
.search-bar input:valid {
  width: 100%;
}

.search-bar input:focus,
.search-bar input:not(:focus)+.search-btn:focus {
  outline: transparent;
}

.search-bar {
  padding: 1.5em;
  justify-content: center;
  max-width: 30em;
}

.search-bar input {
  background: transparent;
  border-radius: 1.5em;
  box-shadow: 0 0 0 0.4em #171717 inset;
  padding: 0.75em;
  transform: translate(0.5em, 0.5em) scale(0.5);
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-bar input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-bar input:focus,
.search-bar input:valid {
  background: #fff;
  border-radius: 0.375em 0 0 0.375em;
  box-shadow: 0 0 0 0.1em #d9d9d9 inset;
  transform: scale(1);
}

.search-btn {
  background: #171717;
  border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
  padding: 0.75em;
  position: relative;
  transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.125);
  transform-origin: 0 50%;
}

.search-btn:before,
.search-btn:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}

.search-btn:before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.2em #f1f1f1 inset;
  top: 0.75em;
  left: 0.75em;
  width: 1.2em;
  height: 1.2em;
}

.search-btn:after {
  background: #f1f1f1;
  border-radius: 0 0.25em 0.25em 0;
  top: 51%;
  left: 51%;
  width: 0.75em;
  height: 0.25em;
  transform: translate(0.2em, 0) rotate(45deg);
  transform-origin: 0 50%;
}

.search-btn span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* Active state */
.search-bar input:focus+.search-btn,
.search-bar input:valid+.search-btn {
  background: #444444;
  border-radius: 0 0.375em 0.375em 0;
  transform: scale(1);
}

.search-bar input:focus+.search-btn:before,
.search-bar input:focus+.search-btn:after,
.search-bar input:valid+.search-btn:before,
.search-bar input:valid+.search-btn:after {
  opacity: 1;
}

.search-bar input:focus+.search-btn:hover,
.search-bar input:valid+.search-btn:hover,
.search-bar input:valid:not(:focus)+.search-btn:focus {
  background: #222222;
}

.search-bar input:focus+.search-btn:active,
.search-bar input:valid+.search-btn:active {
  transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {

  body,
  input {
    color: #f1f1f1;
  }

  body {
    background: #171717;
  }

  .search-bar input {
    box-shadow: 0 0 0 0.4em #f1f1f1 inset;
  }

  .search-bar input:focus,
  .search-bar input:valid {
    background: #3d3d3d;
    box-shadow: 0 0 0 0.1em #3d3d3d inset;
  }

  .search-btn {
    background: #f1f1f1;
  }
}







.search-bar1 {
  display: flex;
}

.search-bar1 input,
.search-btn1,
.search-btn1:before,
.search-btn1:after {
  transition: all 0.25s ease-out;
}

.search-bar1 input,
.search-btn1 {
  width: 3em;
  height: 3em;
}

.search-bar1 input:invalid:not(:focus),
.search-btn1 {
  cursor: pointer;
}

.search-bar1,
.search-bar1 input:focus,
.search-bar1 input:valid {
  width: 100%;
}

.search-bar1 input:focus,
.search-bar1 input:not(:focus)+.search-btn:focus {
  outline: transparent;
}

.search-bar1 {
  padding: 1.5em;
  justify-content: center;
  max-width: 30em;
}

.search-bar1 input {
  background: transparent;
  border-radius: 1.5em;
  box-shadow: 0 0 0 0.4em #ffffff inset;
  padding: 0.75em;
  transform: translate(0.5em, 0.5em) scale(0.5);
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-bar1 input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-bar1 input:focus,
.search-bar1 input:valid {
  background: #fff;
  border-radius: 0.375em 0 0 0.375em;
  box-shadow: 0 0 0 0.1em #d9d9d9 inset;
  transform: scale(1);
}

.search-btn1 {
  background: #ffffff;
  border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
  padding: 0.75em;
  position: relative;
  transform: translate(0.25em, 0.25em) rotate(45deg) scale(0.25, 0.125);
  transform-origin: 0 50%;
}

.search-btn1:before,
.search-btn1:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}

.search-btn1:before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.2em #f1f1f1 inset;
  top: 0.75em;
  left: 0.75em;
  width: 1.2em;
  height: 1.2em;
}

.search-btn1:after {
  background: #f1f1f1;
  border-radius: 0 0.25em 0.25em 0;
  top: 51%;
  left: 51%;
  width: 0.75em;
  height: 0.25em;
  transform: translate(0.2em, 0) rotate(45deg);
  transform-origin: 0 50%;
}

.search-btn1 span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

/* Active state */
.search-bar1 input:focus+.search-btn1,
.search-bar1 input:valid+.search-btn1 {
  background: #444444;
  border-radius: 0 0.375em 0.375em 0;
  transform: scale(1);
}

.search-bar1 input:focus+.search-btn1:before,
.search-bar1 input:focus+.search-btn1:after,
.search-bar1 input:valid+.search-btn1:before,
.search-bar1 input:valid+.search-btn1:after {
  opacity: 1;
}

.search-bar1 input:focus+.search-btn1:hover,
.search-bar1 input:valid+.search-btn1:hover,
.search-bar1 input:valid:not(:focus)+.search-btn {
  background: #222222;
}

.search-bar1 input:focus+.search-btn1:active,
.search-bar1 input:valid+.search-btn1:active {
  transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {

  body,
  input {
    color: #f1f1f1;
  }

  body {
    background: #171717;
  }

  .search-bar1 input {
    box-shadow: 0 0 0 0.4em #f1f1f1 inset;
  }

  .search-bar1 input:focus,
  .search-bar1 input:valid {
    background: #3d3d3d;
    box-shadow: 0 0 0 0.1em #3d3d3d inset;
  }

  .search-btn1 {
    background: #f1f1f1;
  }
}












#top {
  width: 100%;
  height: 134px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  z-index: 1000;
}

#top_logo {
  width: 90px;
  height: 64px;
  float: left;
  text-align: left;
  margin-left: 30px;
  margin-top: 38px;
  background: url(../images/logo_03.jpg) left 0 no-repeat;
}

#top_bt {
  width: 420px;
  height: 64px;
  float: left;
  text-align: left;
  margin-top: 38px;
  font-size: 28px;
  line-height: 64px;
  font-weight: bold;
  color: #000000;
}

#top_lm {
  width: 580px;
  height: 64px;
  float: left;
  text-align: left;
  margin-top: 47px;
}

#top_ss {
  width: 150px;
  height: 40px;
  float: left;
  text-align: left;
  margin-top: 26px;
  margin-left: -80px;
}

#pic1 {
  position: relative;
  width: 100%;
  height: 669px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
}

#pic1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

#pic1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

#layer2 {
  position: relative;
  width: 100%;
  height: 669px;
}

#layer2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer3 {
  width: 100%;
  color: #FFFFFF !important;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  display: block !important;
  z-index: 10;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}

#layer1 {
  position: relative;
  width: 100%;
  height: 669px;
}

#layer1 img {
  width: 100%;
  width: 100%;
  object-fit: cover;
}

.layer0 {
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  display: block;
}


#sytop {
  width: 100%;
  height: 134px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  z-index: 1000;
}

#sytop_logo {
  width: 90px;
  height: 64px;
  float: left;
  text-align: left;
  margin-left: 30px;
  margin-top: 38px;
  background: url(../images/logo_03.jpg) left 0 no-repeat;
}

#sytop_bt {
  width: 420px;
  height: 64px;
  float: left;
  text-align: left;
  margin-top: 38px;
  font-size: 28px;
  line-height: 64px;
  font-weight: bold;
  color: #ffffff;
}

#sytop_lm {
  width: 580px;
  height: 64px;
  float: left;
  text-align: left;
  margin-top: 47px;
}

#sytop_ss {
  width: 150px;
  height: 40px;
  float: left;
  text-align: left;
  margin-top: 26px;
  margin-left: -80px;
}

#menu1 {
  width: 580px;
  height: 46px;
  float: left;
  text-align: left;
}

#menu1 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu1 ul li {
  float: left;
}

#menu1 ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
}

#menu1 ul li a:hover {
  color: #ff0000;
}


#menu1 ul li a#current {
  background-color: rgba(255, 255, 255, 0);
  color: #FF0000;
  border-bottom: 2px solid #FF0000;
}

#menu1 ul li ul {
  border: 0px solid #ccc;
  display: none;
  position: absolute;
}

#menu1 ul li ul li {
  float: none;
  width: 260px;
  height: 50px;
  background: #FFFFFF;
  color: #333333;
  margin: 0;
  line-height: 50PX;
}

#menu1 ul li ul li a {
  background: none;
  color: #333333;
  font-size: 18px;
  text-align: left;
  height: 50px;
  line-height: 50PX;
}

#menu1 ul li ul li a:hover {
  background: #FFFFFF;
  color: #FF0000;
  font-size: 18px;
}

#menu1 ul li:hover ul {
  display: block;
}

#menu1 ul li.sfhover ul {
  display: block;
}









#kongge {
  width: 1200px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#bot {
  width: 100%;
  min-height: 746px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/bottom_31.jpg) center 0 repeat-x;
  background-size: auto 746px;
  background-color: #333333;
}

#bot_c {
  width: 1200px;
  height: 676px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#bot_c_m {
  width: 450px;
  float: left;
  text-align: left;
}

#bot_c_m_bt {
  width: 450px;
  float: left;
  text-align: left;
  padding-top: 54px;
  font-size: 36px;
  line-height: 106px;
  color: #FFFFFF;
}

#bot_c_m_bg {
  width: 395px;
  float: left;
  text-align: left;
}

#bot_c_m_bg_li {
  width: 395px;
  float: left;
  text-align: left;
  padding-bottom: 35px;
}

#bot_c_m_bg_an {
  width: 171px;
  height: 63px;
  float: left;
  text-align: left;
}

#bot_c_c {
  width: 750px;
  float: left;
  text-align: left;
}

#bot_c_c_bt {
  width: 750px;
  float: left;
  text-align: left;
  padding-top: 54px;
  font-size: 38px;
  line-height: 106px;
  font-weight: bold;
  color: #FFFFFF;
}

#bot_c_c_xx {
  width: 750px;
  height: 210px;
  float: left;
  text-align: right;
  background: url(../images/bottom_34.jpg) left 0 no-repeat;
}

#bot_c_c_xx_c {
  width: 720px;
  height: 210px;
  float: right;
  text-align: left;
  font-size: 17px;
  line-height: 50px;
  color: #FFFFFF;
}

#bot_c_c_ewm {
  width: 750px;
  float: left;
  text-align: right;
  padding-top: 50px;
}

#bot_c_c_ewm_p {
  width: 310px;
  float: right;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #FFFFFF;
}

#bot_n {
  width: 1200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 70px;
}


#bottom {
  width: 100%;
  height: 539px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(../images/bottom_32.jpg) center 0 repeat-x;
}

#bottom_c {
  width: 1200px;
  height: 483px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#bottom_c_m {
  width: 770px;
  float: left;
  text-align: left;
}

#bottom_c_m_bt {
  width: 770px;
  float: left;
  text-align: left;
  padding-top: 86px;
  font-size: 38px;
  line-height: 106px;
  font-weight: bold;
  color: #FFFFFF;
}

#bottom_c_m_xx {
  width: 770px;
  height: 210px;
  float: left;
  text-align: right;
  background: url(../images/bottom_34.jpg) left 0 no-repeat;
}

#bottom_c_m_xx_c {
  width: 740px;
  height: 210px;
  float: right;
  text-align: left;
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
}

#bottom_c_ewm1 {
  width: 250px;
  float: left;
  text-align: center;
  padding-top: 168px;
  font-size: 16px;
  line-height: 44px;
  color: #FFFFFF;
}

#bottom_c_ewm2 {
  width: 180px;
  float: left;
  text-align: center;
  padding-top: 168px;
  font-size: 16px;
  line-height: 44px;
  color: #FFFFFF;
}

#bottom_n {
  width: 1200px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 56px;
}

#pic {
  width: 100%;
  height: 669px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}



li {
  list-style: none;
}

.tab {
  width: 1200px;
  height: auto;
  min-height: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tab_list {
  width: 970px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.tab_list li {
  height: 86px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-size: 48PX;
  font-weight: bold;
  float: left;
  margin-left: 120px;
  margin-right: 120px;
}

.tab_list .current {
  padding-bottom: 10px;
  border-bottom: 3px solid #FF0000;
  color: #FF0000;
}

.item_info {
  padding: 20px 0 0 20px;
}

.item {
  display: none;
  text-align: left;
}

#item_p {
  width: 490px;
  height: 269px;
  float: left;
  text-align: left;
}

.img-box1 {
  width: 453px;
  height: 269px;
  overflow: hidden;
  /* ��ֹͼƬ�Ŵ����� */
}

.img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s;
  /* ƽ������Ч�� */
}

.img:hover {
  transform: scale(1.4);
  /* �Ŵ��� */
}




#item_c {
  width: 710px;
  height: 269px;
  float: left;
  text-align: left;
}

#item_c_bt {
  width: 610px;
  height: auto;
  min-height: 38px;
  overflow: hidden;
  float: left;
  text-align: left;
}

#item_c_rq {
  width: 100px;
  float: left;
  text-align: right;
  font-size: 14px;
  color: #444444;
  padding-top: 12px;
}

#item_c_nr {
  width: 710px;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #444444;
  line-height: 34px;
  margin-top: 15px;
}

#item_hx {
  width: 1200px;
  height: 80px;
  float: left;
  text-align: left;
  background: url(../images/news_19.jpg) left 0 repeat-x;
}

#item_more {
  width: 100%;
  padding-top: 25px;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #000000;
}

#item_more .pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#item_more .pagination li {
  display: inline-block;
  margin: 0 3px;
  float: none;
}

#item_more .pagination li a,
#item_more .pagination li span {
  display: inline-block;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 12px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s ease;
}

#item_more .pagination li a:hover {
  border-color: #FF0000;
  color: #FF0000;
  background-color: #fff5f5;
}

#item_more .pagination li.active span {
  background-color: #FF0000;
  color: #fff;
  border-color: #FF0000;
}

#item_more .pagination li.disabled span {
  color: #ccc;
  border-color: #eee;
  cursor: not-allowed;
}

#item_c_bt1 {
  width: 710px;
  height: auto;
  min-height: 38px;
  overflow: hidden;
  float: left;
  text-align: left;
}

#item_c_rq1 {
  width: 710px;
  float: left;
  text-align: right;
  font-size: 18px;
  color: #000000;
  margin-top: 80PX;
}

#item_c_nr1 {
  width: 710px;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #444444;
  line-height: 34px;
}



a.news {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  font-weight: 800;
}

a.news:hover {
  color: #FF0000;
}

a.more {
  font-size: 15px;
  color: #000000;
  margin-left: 13px;
  margin-right: 13px;
}

a.more:hover {
  color: #FF0000;
}

a.more1 {
  font-size: 15px;
  color: #FF0000;
  margin-left: 13px;
  margin-right: 13px;
}

a.more2 {
  font-size: 15px;
  color: #a0a0a0;
  margin-left: 13px;
  margin-right: 13px;
}

#newsxx-wz {
  width: 1200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 100px;
}

a.newswz {
  font-size: 16px;
  color: #333333;
}

#newsxx {
  width: 1200px;
  height: auto;
  min-height: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#newsxx_bt {
  width: 1200px;
  height: auto;
  min-height: 56px;
  overflow: hidden;
  float: left;
  text-align: left;
  font-size: 32PX;
  line-height: 56px;
  color: #333333;
  font-weight: bold;
}

#newsxx_time {
  width: 1200px;
  height: 155px;
  float: left;
  text-align: left;
  font-size: 18PX;
  line-height: 100px;
  color: #999999;
}

#newsxx_c {
  width: 1200px;
  float: left;
  text-align: left;
  font-size: 16PX;
  line-height: 36px;
  color: #333333;
}



#nybt {
  width: 100%;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nybt::after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 4px;
  background-color: #e60000;
}

#contactmap {
  width: 1200px;
  height: 590px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#contactxx {
  width: 1200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#contact {
  width: 1200px;
  height: auto;
  min-height: 579px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#contact_wz {
  width: 620px;
  float: left;
  text-align: left;
}

#contact_wz_bt {
  width: 580px;
  height: 155px;
  background: url(../images/contact_14.jpg) left 0 repeat-x;
  float: left;
  text-align: left;
  font-size: 27px;
  color: #000000;
  font-weight: bold;
  line-height: 120px;
}

#contact_wz_c {
  width: 580px;
  float: left;
  text-align: left;
  font-size: 18px;
  color: #000000;
  line-height: 60px;
}

#contact_b {
  width: 580px;
  height: 579px;
  float: left;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 25px;
}

#contact_b_bt {
  width: 580px;
  float: left;
  text-align: center;
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#contact_b_c {
  width: 516px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.icon:after {
  content: '* ';
  color: red;
}

#contact_b_more {
  width: 354px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 35px;
}



#about {
  width: 1200px;
  height: auto;
  min-height: 200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 90px;
  color: #000000;
  font-size: 16px;
  line-height: 38px;
}

.box {
  width: 1200px;
  height: 669px;
  overflow: hidden;
  position: relative;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.box-1 ul {
  margin-left: -30px;
}

.box-1 ul li {
  text-align: left;
  width: 1200px;
  height: 669px;
  position: relative;
  overflow: hidden;
}

.box-1 ul li img {
  display: block;
  width: 1200px;
  height: 669px;
  float: left;
}

.box-2 {
  position: absolute;
  right: 40px;
  bottom: 14px;
}

.box-2 ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-indent: 100px;
  cursor: pointer;
}

.box-2 ul .on {
  background: #FF0000;
}


#culture-t {
  width: 100%;
  height: 510px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(../images/about_08.jpg) center 0 no-repeat;
  padding-top: 175px;
}

#culture-t_bt {
  width: 1200px;
  height: 98px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(../images/aboutbtbj.png) center 0 no-repeat;
  margin-bottom: 125px;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 48px;
}

#culture-t_t {
  width: 1200px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a.culture {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 25px;
  margin-left: 30px;
  margin-right: 30px;
}

#culture {
  width: 100%;
  height: 1063px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(../images/about_09.jpg) center 0 no-repeat;
  padding-top: 155px;
}

#culture_c {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#culture_c_bt {
  width: 1200px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: url(../images/aboutbtbj.png) left 0 no-repeat;
  font-size: 48px;
  color: #000000;
  font-weight: bold;
  line-height: 48px;
}

#culture_c_t {
  width: 610px;
  height: 410px;
  float: left;
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 55px;
}

.culturebt {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 55px;
}


#cpfl {
  width: 1200px;
  height: auto;
  min-height: 70px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 90px;
}

a.cpfl {
  font-size: 18px;
  color: #333333;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 60px;
}

a.cpfl:hover {
  color: #FF0000;
}

#cpfl-v {
  width: 1200px;
  height: auto;
  min-height: 70px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-bottom: 65px;
}



#cp {
  width: 1200px;
  height: auto;
  min-height: 600px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#cp_left {
  width: 360px;
  float: left;
  text-align: left;
}

#cp_left_fl {
  width: 296px;
  float: left;
  text-align: left;
}

#cp_left_fl_t {
  width: 296px;
  height: 11px;
  float: left;
  text-align: left;
  background: url(../images/cpflbj_04.png) left 0 no-repeat;
}

#cp_left_fl_c {
  width: 296px;
  float: left;
  text-align: left;
  background: url(../images/cpflbj1_13.jpg) left 0 repeat-y;
}

a.cpflt {
  width: 296px;
  font-size: 18px;
  color: #333333;
  margin-left: 24px;
  line-height: 66px;
}

a.cpflt:hover {
  color: #FF0000;
}

.dashed-line {
  width: 296px;
  border-top: 1px dashed #bcbcbc;
}

.cpflbt {
  font-size: 18px;
  color: #333333;
  line-height: 66px;
  font-weight: bold;
  margin-left: 24px;
}

#cp_left_fl_b {
  width: 296px;
  height: 11px;
  float: left;
  text-align: left;
  background: url(../images/cpflbj_21.png) left 0 no-repeat;
}

#cp_r {
  width: 840px;
  float: left;
  text-align: left;
}

#cp_r_p {
  width: 840px;
  float: left;
  text-align: left;
}

#cp_r_p_img {
  width: 260px;
  padding-left: 20px;
  float: left;
  text-align: left;
  margin-bottom: 35px;
}

.img-box {
  width: 240px;
  height: 248px;
  overflow: hidden;
  /* ��ֹͼƬ�Ŵ����� */
}

.img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s;
  /* ƽ������Ч�� */
}

.img:hover {
  transform: scale(1.4);
  /* �Ŵ��� */
}

a.cpbt {
  font-size: 18px;
  color: #333333;
  line-height: 80px;
}

a.cpbt:hover {
  color: #FF0000;
}

#cp_r_more {
  width: 840px;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 70px;
}

#cp_r_sm {
  width: 840px;
  height: 50px;
  background-color: #eeeeee;
  font-size: 18px;
  line-height: 50px;
  color: #333333;
  float: left;
  text-align: center;
  font-size: 15px;
}


#cpxxbt {
  width: 1200px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#cpxx {
  width: 1200px;
  height: 870px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#cpxx_p {
  width: 680px;
  float: left;
  text-align: left;
}

#cpxx_c {
  width: 440px;
  float: left;
  text-align: left;
  padding-left: 80px;
}

#cpxx_c_nr {
  width: 436px;
  float: left;
  text-align: left;
  margin-bottom: 45px;
}

#cpxx_c_nr_sx {
  width: 116px;
  float: left;
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 85px;
}

#cpxx_c_nr_sxz {
  width: 320px;
  float: left;
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 85px;
}

#cpxx_c_tel {
  width: 436px;
  height: 50px;
  float: left;
  text-align: center;
  background: url(../images/cpxx_06.jpg) center 0 no-repeat;
  font-size: 18px;
  line-height: 50px;
  color: #333333;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
}

.article-text img {
  width: 800px;
  height: 828px;
}

.ban {
  width: 680px;
  height: 860px;
  margin: auto;
}

.ban2 {
  width: 680px;
  height: 704px;
  position: relative;
  overflow: hidden;
}

.ban2 ul {
  position: absolute;
  left: 0;
  top: 0;
}

.ban2 ul li {
  width: 680px;
  height: 615px;
}

.prev {
  float: left;
  cursor: pointer;
}

.num {
  height: 181px;
  overflow: hidden;
  width: 575px;
  position: relative;
  float: left;
}

.min_pic {
  padding-top: 30px;
  width: 680px;
}

.num ul {
  position: absolute;
  left: 0;
  top: 0;
}

.num ul li {
  width: 173px;
  height: 179px;
  margin-right: 10px;
  padding: 1px;
}

.num ul li.on {
  border: 1px solid red;
  padding: 0;
}

.prev_btn1 {
  width: 36px;
  text-align: center;
  height: 39px;
  margin-top: 65px;
  margin-right: 15px;
  cursor: pointer;
  float: left;
}

.next_btn1 {
  width: 36px;
  text-align: center;
  height: 39px;
  margin-top: 65px;
  cursor: pointer;
  float: right;
}

.prev1 {
  position: absolute;
  top: 290px;
  left: 20px;
  width: 28px;
  height: 51px;
  z-index: 9;
  cursor: pointer;
}

.next1 {
  position: absolute;
  top: 290px;
  right: 20px;
  width: 28px;
  height: 51px;
  z-index: 9;
  cursor: pointer;
}

.cpxxbt {
  font-size: 34px;
  line-height: 34px;
  color: #333333;
  font-weight: bold;
}

#flash {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.ck-slide {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.ck-slide ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ck-slide ul.ck-slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.ck-slide ul.ck-slide-wrapper li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ck-slide ul.ck-slide-wrapper li img {
  width: 100%;
  height: auto;
  display: block;
}

.ck-slide .ck-prev,
.ck-slide .ck-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 35px;
  height: 70px;
  margin-top: -35px;
  border-radius: 3px;
  opacity: .15;
  text-indent: -9999px;
  background-repeat: no-repeat;
  transition: opacity .2s linear 0s;
}

.ck-slide .ck-prev {
  left: 5px;
  background: url(../images/arrow-left.png) #000 50% no-repeat;
}

.ck-slide .ck-next {
  right: 5px;
  background: url(../images/arrow-right.png) #000 50% no-repeat;
}

.ck-slidebox {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 30;
}

.ck-slidebox ul {
  height: 20px;
  padding: 0 4px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}

.ck-slidebox ul li {
  float: left;
  height: 12px;
  margin: 4px 4px;
}

.ck-slidebox ul li em {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  cursor: pointer;
}

.ck-slidebox ul li.current em {
  background-color: #FF0000;
}

.ck-slidebox ul li em:hover {
  background-color: #FF0000;
}

/* ͼƬ������ʽ�����������߶�����Ӧ����ֱ��������չʾ */
.slide-img {
  width: auto;
  max-width: 100%;
  height: auto;
}


/* 首页幻灯片 */
/* 容器样式 */
.slider-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 134px);
  overflow: hidden;
}

/* 图片列表容器 */
.slider-list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  transition: transform 0.4s ease;
}

/* 每张图片的样式 */
.slider-item {
  flex-shrink: 0;
}

/* 图片宽度自适应屏幕，高度等比例缩放 */
.slider-item img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* �����л���ť */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  font-size: 16px;
  z-index: 10;
  cursor: pointer;
}

.slider-prev {
  left: 10px;
}

.slider-next {
  right: 10px;
}

.slider-btn:active {
  background: rgba(0, 0, 0, 0.5);
}

/* �ײ�Բ��ָʾ�� */
.slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.dot.active {
  background: #FF0000;
}

#sybt {
  width: 1200px;
  height: 115px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sybt {
  font-size: 46px;
  color: #333333;
  line-height: 46px;
  font-weight: bold;
}

#syjj {
  width: 1200px;
  height: auto;
  min-height: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 22px;
  color: #000000;
  line-height: 42px;
  margin-bottom: 35px;
}

#symore {
  width: 265px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-with-border {
  border: 1px solid;
  /* �߿���ʽ */
  border-color: #333333;
  /* �߿���ɫ */
  color: #333333;
  /* ������ɫ */
  text-decoration: none;
  /* ȥ�������»��� */
  display: inline-block;
  /* ʹԪ�ؿ������ÿ��Ⱥ͸߶� */
  width: 265px;
  /* �߿���� */
  height: 50px;
  /* �߿�߶� */
  font-size: 22PX;
  line-height: 50PX;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-with-border:hover {
  color: #FF0000;
  /* �����ͣʱ������ɫ */
  border-color: #FF0000;
  /* �����ͣʱ������ɫ */
}

#sypic {
  width: 1200px;
  height: auto;
  min-height: 200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 65px;
}

#syht {
  width: 1200px;
  height: 152px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(../images/sy_07.jpg) left 0 repeat-x;
}

#syys {
  width: 1200px;
  height: 195px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#syys_c {
  width: 23%;
  height: 90px;
  float: left;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 15px;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 20px;
  line-height: 90px;
  font-weight: bold;
  color: #000000;
}


#sycp {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.sycpfl {
  position: relative;
  width: 33%;
  float: left;
}

.sycpfl img {
  width: 100%;
  height: 515px;

}

.text-overlay {
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 30px;
  padding-top: 200px;
}

.text-more {
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 100px;
  padding-top: 340px;
}

.text-more-border {

  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  /* ������ɫ */
  text-decoration: none;
  /* ȥ�������»��� */
  display: inline-block;
  /* ʹԪ�ؿ������ÿ��Ⱥ͸߶� */
  width: 226px;
  /* �߿���� */
  height: 45px;
  /* �߿�߶� */
  font-size: 20PX;
  line-height: 45PX;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-more-border:hover {
  color: #ffffff;
  /* �����ͣʱ������ɫ */
  background-color: rgba(255, 0, 0, 1);
}

.sycpfl2 {
  position: relative;
  width: 34%;
  float: left;
}

.sycpfl2 img {
  width: 100%;
  height: 515px;

}








a.cpfl.current {
  color: #FF0000 !important;
  font-weight: bold;
}

a.cpfl.current {
  color: #FF0000 !important;
  font-weight: bold;
}