@charset "utf-8";
/* CSS Document */

/*--首页样式--*/
#main1 {
  width: 1648px;
  height: 122px;
  margin: 0 auto;
  padding-top: 75px;
  top: 0px;
  background: #fff;
  display: block;
}
#main1_mobile {
  display: none;
}
.logo {
  float: left;
  width: 180px;
  height: 90px;
  position: relative;
  top: 7px;
}
.logo img {
  width: 180px;
  height: 55px;
}
.mainnav {
  width: 790px;
  height: 60px;
  float: left;
  /* overflow: hidden; */
  margin-left: 270px;
}
.mainnav ul li {
  width: 125px;
  height: 86px;
  /* overflow: hidden; */
  font-weight: bold;
  float: left;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.mainnav ul li a {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 24px;
}
.mainnav ul li span {
  font-family: Didot;
  height: 30px;
  font-size: 18px;
  color: #000000;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: normal;
}
.mainnav ul li span.active {
  border-left: 1px solid #d15c00;
  border-right: 1px solid #d15c00;
  font-weight: normal;
}

.subnav1 {
  width: 277px;
  height: auto;
  /* position: fixed; */
  position: relative;
  background: #fff;
  z-index: 99999;
  top: 20px;
  overflow: hidden;
  border-top: 4px solid #d15c00;
  box-shadow: 0 0 8px 6px #fdf6f2;
  display: none;
}
.mainnav .subnav1 ul li {
  width: 277px;
  height: 70px;
  line-height: 70px;
  font-weight: normal;
  float: left;
  font-size: 18px;
  overflow: hidden;
}
.mainnav .subnav1 ul li a {
  font-size: 18px;
  width: 277px;
  padding-left: 30px;
  text-align: left;
  height: 70px;
  display: block;
  color: #000;
}
.mainnav .subnav1 li a:hover {
  font-size: 18px;
  width: 277px;
  padding-left: 30px;
  text-align: left;
  height: 70px;
  display: block;
  cursor: pointer;
  background: #d15c00;
  color: #fff;
}
.search {
  width: 50px;
  height: 66px;
  display: block;
  cursor: pointer;
  float: left;
  line-height: 66px;
  margin-left: 250px;
  position: relative;
  top: 2px;
}
.area_input {
  width: 950px;
  border-bottom: 3px solid #d15c00;
  margin: 0% auto;
  height: 45px;
}
.btn_closesearch {
  width:35px;
  height: 35px;
  margin: 20% auto 3% auto;
  background:url(../images/close.svg) 0 0 no-repeat;
  background-size: 100%;
  display:block;
  cursor: pointer;
  position: relative;
  left:27%;
}
.btn_search {
  width:30px;
  height:30px;
  border:0px;
  background:url(../images/search.svg) 0 0 no-repeat;
  background-size: 100%;
}
.area_input input {
  font-family:Microsoft YaHei;
  width: 880px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border:0px;
  padding-left:20px;
  background:none;
}
.page-header { 
  width:1648px;
  height: auto;
  margin:0  auto;
  margin-bottom: 50px;
}
.page-title { 
  font-size: 80px;
  margin-bottom:80px;
  font-family: Microsoft YaHei;
  color:#000;
}
.screen-reader-text { display: none;}
.title_search a{
  font-size: 48px;
  font-family: Microsoft YaHei;
  color:#000;
}
.title_search a:hover{
  font-size: 48px;
  font-family: Microsoft YaHei;
  color:#d15c00;
}
.entry-content {
  width:1200px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom:65px;
}
.area_search {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.search svg {
  width: 20px;
  height: 20px;
}
#main2 .top13px {
  margin-top: 13px;
}
.lang {
  font-family: Microsoft YaHei;
  width: 100px;
  font-size: 18px;
  height: 66px;
  line-height: 66px;
  float: right;
  text-align: right;
  position: relative;
  top: 3px;
}
.lang span {
  width: 1px;
  height: 24px;
  display: inline-block;
  background: #8c8c8c;
  position: relative;
  top: 5px;
}
@media (max-width: 1648px) {
  .main-visual {
    width: 1648px;
  }
}

.mainnav ul li span.borderred {
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
  top: 0px;
  padding-bottom: 6px;
}

.mainnav ul li span.borderred:not(.active)::before,
.mainnav ul li span.borderred:not(.active)::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
  border-left: 1px solid #d15c00;
  border-right: 1px solid #d15c00;
  transform: scaleY(0); /* 初始时隐藏 */
  transition: transform 0.3s ease; /* 添加过渡效果 */
  background-color: rgba(209, 92, 0, 0); /* 半透明红色背景 */
}

.mainnav ul li:hover span.borderred::before,
.mainnav ul li:hover span.borderred::after {
  transform: scaleY(1); /* 鼠标悬停时显示 */
}

#main2 {
  max-width: 1920px;
  height: 1200px;
  background-color: #000;
  margin: 0 auto;
  overflow: hidden;
  background: url("../images/bg_hotpic.png") right 100px no-repeat;
}
.area_main2 {
  width: 1648px;
  height: 1200px;
  margin: 0 auto;
  padding-top: 0px;
  overflow: hidden;
}
.title_main2 {
  font-family: Microsoft YaHei;
  font-size: 70px;
  width: 1480px;
  color: #222222;
  line-height: 110px;
}
.title_main2 a {
  color: #222222;
}
.desc_main2 {
  font-family: Microsoft YaHei;
  font-weight: lighter;
  font-size: 30px;
  color: #222222;
  margin-bottom: 93px;
  margin-top: 10px;
}
.images_main2 {
  /* width: 1648px;
  height: 740px; */
  /* margin-top: 80px; */
  /* position: relative; */
  /* overflow: hidden; */
}
.images_main2 img {
  width: 1648px;
  height: 740px;
}
.title_hotpic {
  font-family: Microsoft YaHei;
  font-weight: lighter;
  font-size: 66px;
  color: #fff;
  position: absolute;
  top: 216px;
  left: 125px;
}
.desc_hotpic {
  font-family: Microsoft YaHei;
  font-weight: lighter;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 315px;
  left: 125px;
  text-align: left;
}
.numbers {
  font-family: Microsoft YaHei;
  font-size: 16px;
  position: absolute;
  z-index: 9999;
  top: 900px;
  left: 125px;
  color: #ececec;
}
.total {
  position: relative;
  left: 95px;
}
.progress {
  width: 0;
  height: 1px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: var(--progress, 0%);
  transition: width 0s ease-in-out;
  background-color: rgba(255, 255, 255, 1);
}
.bg_progress {
  width: 90px;
  height: 1px;
  background: none;
  z-index: 9999;
  position: absolute;
  top: 390px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.4);
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#main3 {
  width: 1648px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
  /* padding-bottom: 35px; */
  background: #fff;
  z-index: 9999;
}
.logo_left {
  width: 177px;
  height: 50px;
  float: left;
}
.right_main3 {
  width: 124px;
  height: 50px;
  float: right;
  text-align: right;
}
.right_main3 svg {
  position: relative;
  top: -3px;
}
.right_main3 span {
  font-family: Baloo2-Regular;
  color: #000000;
  font-size: 18px;
  line-height: 50px;
  margin-left: 10px;
}

#main4 {
  width: 1648px;
  height: auto;
  padding-top: 0px;
  margin: 0 auto;
  overflow: hidden;
}
.left_navigation {
  width: 365px;
  height: auto;
  float: left;
  /* padding-top: 640px; */
  font-family: Didot;
  /* position: relative; */
  display: none;
  position: fixed;
  bottom: 100px;
  z-index: 8888;
}
.left_navigation a:link,
.left_navigation a:visited {
  color: #a6a6a6;
  font-size: 22px;
  line-height: 45px;
}
.left_navigation a:hover {
  color: #222222;
}
/* .left_navigation a span { font-family:AlibabaPuHuiTi-2-55-Regular; font-size:16px; position:relative; left:20px; } */
.left_navigation li.active a {
  color: #222222;
}

.left_navigation li.active a span {
  font-family: Microsoft YaHei;
  font-weight: lighter;
  font-size: 16px;
  opacity: 1;
  position: relative;
  left: 10px;
}

.left_navigation li.other a span {
  font-family: Microsoft YaHei;
  font-weight: lighter;
  font-size: 16px;
  opacity: 0;
  position: relative;
  left: 40px;
  transition: opacity 0.3s ease, left 0.3s ease;
}

.left_navigation li.other:hover a span {
  opacity: 1;
  left: 10px;
}

.title_main4 {
  width: 1280px;
  height: 235px;
  float: right;
  margin-top: 185px;
}
.title_en {
  font-family: Didot;
  font-size: 60px;
  color: #222222;
}
.title_zh {
  font-family: Microsoft YaHei;
  font-weight: normal;
  font-size: 48px;
  margin-top: 10px;
  color: #222222;
}
.title_zh span {
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #d15c00;
  text-decoration: none;
  border-bottom: 2px solid #d15c00;
}
.images_main4 {
  width: 1280px;
  height: auto;
  float: right;
}
.area1_images {
  width: 1280px;
  height: 400px;
  overflow: hidden;
}
.container1 {
  width: 695px;
  height: 400px;
  overflow: hidden;
  background: #000;
}
.container2 {
  width: 570px;
  height: 400px;
  overflow: hidden;
  background: #000;
}
.container3 {
  width: 450px;
  height: 600px;
  overflow: hidden;
  background: #000;
}
.container4 {
  width: 815px;
  height: 600px;
  overflow: hidden;
  background: #000;
}
.container5 {
  width: 695px;
  height: 585px;
  overflow: hidden;
  background: #000;
}
.container6 {
  width: 570px;
  height: 585px;
  overflow: hidden;
  background: #000;
}
.areamain4_result,
.areamain4_word,
.areamain4_aboutus,
.areamain4_news,
.areamain4_partner {
  display: none;
}
.area2_images {
  width: 1280px;
  height: 600px;
  margin-top: 18px;
  overflow: hidden;
}
.area3_images {
  width: 1280px;
  height: 585px;
  margin-top: 18px;
  overflow: hidden;
}
.btn_more {
  width: 275px;
  height: 75px;
  margin: 120px auto;
  margin-bottom: 170px;
  border: 1px solid #000000;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  line-height: 75px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
}
.btn_more a {
  display: block;
  color: #000;
}
.btn_more a:hover {
  background: #000;
  color: #fff;
}
.title_image {
  font-size: 28px;
  position: relative;
  color: #fff;
  top: -145px;
  left: 50px;
  display: inline-block;
}
.desc_image {
  font-size: Microsoft YaHei;
  font-weight: lighter;
  font-size: 16px;
  position: relative;
  color: #e4dfde;
  top: -125px;
  left: 50px;
  display: inline-block;
}
.border_image {
  width: 50px;
  height: 1px;
  background: #fff;
  position: relative;
  top: -100px;
  left: 50px;
}
.title_image,
.desc_image,
.border_image {
  opacity: 0;
  transform: translateX(60px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.area_easeinout:hover .title_image,
.area_easeinout:hover .desc_image,
.area_easeinout:hover .border_image {
  opacity: 1;
  transform: translateX(0);
}
.left525 {
  left: 525px;
}

#main5 {
  width: 1648px;
  height: 280px;
  margin: 0 auto;
}
.my-element {
  opacity: 0;
  transform: translateY(20px); /* 可选，添加一些动画效果 */
  transition: opacity 0.5s, transform 1s;
}
.left_main5 {
  width: 390px;
  height: 210px;
  float: left;
}
.cent_main5 {
  width: 360px;
  height: 210px;
  float: left;
  margin-left: 370px;
}
.right_main5 {
  width: 360px;
  height: 210px;
  float: right;
}
.title_about {
  font-family: Didot;
  font-size: 30px;
}
.title_city1 {
  font-family: Didot;
  font-size: 22px;
}
.title_city2 {
  font-family: Didot;
  font-size: 22px;
}
.title_city3 {
  font-family: adobeheitistd-regular;
  font-size: 22px;
}
.color_d15c00 {
  color: #d15c00;
}
.cont_about {
  font-size: 16px;
  margin-top: 25px;
  line-height: 26px;
  font-family: Microsoft YaHei;
  font-weight: normal;
}
.area_title {
  position: relative;
  top: 0px;
}
.cent_main5 p {
  font-family: Microsoft YaHei;
  font-weight: normal;
  font-size: 16px;
  margin-top: 25px;
}
.cent_main5 p.area_contact,
.right_main5 p.area_contact {
  margin-top: 15px;
  line-height: 26px;
  float: left;
}
.cent_main5 img,
.right_main5 img {
  float: left;
  margin-top: 16px;
  margin-right: 16px;
}
.right_main5 p {
  font-family: Microsoft YaHei;
  font-weight: normal;
  font-size: 16px;
  margin-top: 25px;
}

#main6 {
  width: 1648px;
  height: 60px;
  margin: 0 auto;
  color: #242424;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #000000;
  font-family: AlibabaPuHuiTi-2-35-Thin;
  font-size: 12px;
}
#main4 .images_main4 a:hover img {
  transform: scale(1.2); /* 按照1.2倍缩放图片 */
  transition: transform 0.3s ease; /* 添加过渡效果 */
  opacity: 0.6;
}
.area_eric p {
  font-family: Microsoft YaHei;
  font-weight: lighter;
}
#main4 .area_news a:hover img {
  transform: scale(1.2); /* 按照1.2倍缩放图片 */
  transition: transform 0.3s ease; /* 添加过渡效果 */
}

#main4 .images_main4 img {
  transform: scale(1);
  transition: transform 0.3s ease;
}
#main4 .area_news img {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.desc_main4 {
  width: 1040px;
  line-height: 28px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
}
.image_do {
  width: 1280px;
  height: 760px;
  margin-top: 90px;
}
.area_do {
  width: 1280px;
  height: auto;
  float: right;
}
.image_do span {
  font-family: Microsoft YaHei;
  font-weight: lighter;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -70px;
  left: 65px;
}
.font_news {
  font-family: Microsoft YaHei;
  font-size: 24px;
}
.font_news p {
  font-family: Microsoft YaHei;
  font-weight: lighter;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  color: #727272;
}
.cont_service {
  width: 1280px;
  height: auto;
  float: right;
}
.cont_service ul {
  width: 1280px;
  height: 660px;
  overflow: hidden;
}
.cont_service li {
  width: 307px;
  height: 415px;
  float: left;
  margin-right: 17px;
  position: relative;
}
.cont_service li:nth-child(4) {
  margin-right: 0px;
  top: 85px;
}
.cont_service li:nth-child(1) {
  top: 200px;
}
.cont_service li:nth-child(2) {
  top: 50px;
}
.cont_service li:nth-child(3) {
  top: 200px;
}
.navbar-collapse {
  background: #d15c00;
  z-index: 9999;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}
.nav-link {
  color: #fff;
}
.navbar-nav {
  display: initial;
}
li.nav-item {
  float: left;
  margin-right: 3%;
  margin-left: 3%;
}
.area_about {
  width: 1280px;
  margin-top: 40px;
  height: auto;
  float: right;
  margin-bottom: 0px;
}
.area_about ul {
  overflow: hidden;
}

.area_news {
  width: 1280px;
  margin-top: 30px;
  height: auto;
  float: right;
  margin-bottom: 0px;
}
.area_news ul {
  overflow: hidden;
}
.area_partner {
  width: 1280px;
  margin-top: 30px;
  height: 600px;
  float: right;
  margin-bottom: 170px;
}

.area_news li {
  width: 616px;
  height: 658px;
  float: left;
  list-style: none;
  border-bottom: 1px solid #222222;
}
.area_news li:nth-child(1) {
  margin-bottom: 105px;
}
.area_news li:nth-child(2) {
  margin-bottom: 105px;
  float: right;
}
.area_news li:nth-child(4) {
  float: right;
}
.images_news {
  width: 616px;
  height: 440px;
  margin-bottom: 36px;
  overflow: hidden;
}
.font_riqi {
  font-family: Microsoft YaHei;
  margin-bottom: 22px;
}

.font_about {
  padding-top: 80px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  padding-right: 80px;
}
.area_about p {
  font-family: Microsoft YaHei;
  font-weight: lighter;
  line-height: 28px;
  margin-bottom: 45px;
}
.font28 {
  font-size: 28px;
}
.color_d15c00 {
  color: #d15c00;
}

.area_about li {
  width: 633px;
  height: 465px;
  float: left;
}
.area_about li:nth-child(1) {
  margin-right: 14px;
  margin-bottom: 15px;
}
.area_about li:nth-child(3) {
  margin-right: 14px;
  margin-bottom: 15px;
}
.area_about li:nth-child(2) {
  height: 516px;
  margin-bottom: 15px;
}
.title_service {
  width: 1280px;
  height: auto;
  float: right;
  margin-top: 185px;
}
.cont_service li a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cont_service li a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/img_search.png");
  background-size: cover;
}
.icon1 {
  width: 41px;
  height: 41px;
  position: relative;
  top: -155px;
  left: 45px;
}
.font_service1 {
  font-weight: Microsoft YaHei;
  font-weight: lighter;
  font-size: 28px;
  position: relative;
  top: -95px;
  left: -10px;
  color: #fff;
}
.font_service2 {
  font-family: Didot;
  position: relative;
  font-size: 16px;
  top: -105px;
  left: 40px;
  color: #fff;
}

.swiper {
  width: 1648px;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.autoplay-progress {
  position: absolute;
  left: 147px;
  top: 520px;
  z-index: 10;
  width: 90px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.bg-body-tertiary,
.container-fluid {
  background: #fff !important;
}
.swiper-button-prev {
  width: 40px;
  height: 40px;
  position: relative;
  top: -65px;
  background: url(../images/btn_zuo.png) 0 0 no-repeat;
  left: 1480px;
}
.swiper-button-next {
  width: 40px;
  height: 40px;
  position: relative;
  top: -50px;
  background: url(../images/btn_you.png) 0 0 no-repeat;
  left: 1550px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
@media (max-width: 1024px) {
  #main1_mobile {
    width: 100%;
    height: auto;
    padding-top: 0px;
    display: block;
  }
  #main1 {
    display: none;
  }
  #main2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 3%;
    background-size: 40% auto;
  }
  .logo {
    float: left;
    position: relative;
    left: 0.3em;
    top: 1.65em;
  }
  .swiper {
    width: 100%;
  }
  .logo img {
    width: 6em;
    height: 1.83em;
  }
  .navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
  }
  .navbar-toggler {
    position: relative;
    top: -0.3em;
  }
  .images_main2 {
    margin-top: 0px;
  }
  .area_main2 {
    padding-top: 0px;
  }
  .title_main2 {
    width: 100%;
    font-size: 2em;
    line-height: 1.4em;
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
  .desc_main2 {
    font-size: 1em;
    margin-top: 0.6em;
    margin-bottom: 1.25em;
    padding-left: 3%;
    padding-right: 3%;
  }
  .title_hotpic {
    top: 65%;
    left: 5%;
    right: 5%;
    font-size: 1.4em;
    text-align: left;
  }
  .desc_hotpic {
    top: 77%;
    left: 5%;
    right: 5%;
    font-size: 0.8em;
    text-align: left;
  }
  #main3,
  .left_navigation {
    display: none;
  }
  #main6 {
    width: 94%;
    height: auto;
    margin-top: 2em;
    padding: 0 3%;
    margin-bottom: 1em;
  }
  #main4 {
    width: 100%;
    padding: 0 3%;
    margin-top: 0em;
  }
  #main6 span {
    white-space: pre-line;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .title_main4 {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 0px;
  }
  .title_en {
    font-size: 1.5em;
  }
  .title_zh {
    font-size: 1.3em;
    margin-top: 0em;
  }
  .area_do {
    width: 100%;
    height: auto;
    float: unset;
  }
  .desc_main4 {
    width: 100%;
    margin-top: 1em;
    font-size: 1em;
    line-height: 1.6em;
  }
  .areamain4_word {
    width: 100%;
  }
  .image_do {
    width: 100%;
    height: auto;
    margin-top: 1em;
  }
  .image_do img {
    width: 100%;
  }
  .image_do span {
    font-size: 1em;
    color: #fff;
    position: relative;
    top: -4%;
    left: 5%;
  }
  .title_service {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 0px;
  }
  .cont_service {
    width: 100%;
    height: auto;
    float: none;
  }
  .cont_service ul {
    width: 100%;
    height: auto;
    margin-top: 0.5em;
  }
  .cont_service li:nth-child(1) {
    top: 0;
  }

  .cont_service li {
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 0;
  }
  .cont_service li img {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin-right: 0;
  }
  .icon1 {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 9em;
    left: 1.5em;
  }
  .cont_service li span img {
    width: 20%;
    height: auto;
  }
  .font_service1 {
    font-size: 1.2em;
    position: absolute;
    top: 10.2em;
    left: 1em;
    color: #fff;
  }
  .cont_service li:nth-child(2) {
    float: right;
    top: 0;
  }
  .font_service2 {
    width: 80%;
    top: 23.5em;
    left: 2em;
    font-size: 0.6em;
    line-height: 1.6em;
    display: inline-block;
    position: absolute;
  }
  .cont_service li:nth-child(3) {
    margin-top: 1em;
    top: 0em;
  }
  .cont_service li:nth-child(4) {
    margin-top: 1em;
    top: 0em;
    float: right;
  }
  .cont_service li span.icon1 img {
    width: 100%;
    height: auto;
  }
  .areamain4_result,
  .areamain4_word,
  .areamain4_aboutus,
  .areamain4_news,
  .areamain4_partner {
    display: block;
  }
  #main5 {
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
  }
  .left_main5 {
    font-weight: lighter;
    width: 100%;
    height: auto;
    float: none;
  }
  .cont_about {
    margin-top: 0.6em;
    font-size: 1em;
    line-height: 1.6em;
  }
  .title_about {
    font-size: 1.5em;
  }
  .cent_main5 {
    width: 100%;
    height: auto;
    margin-top: 1em;
    float: none;
    margin-left: 0;
    overflow: hidden;
  }
  .f16 {
    font-size: 1em;
  }
  .cent_main5 img,
  .right_main5 img {
    margin-top: 0.3em;
  }

  .title_city1 {
    font-size: 1.5em;
  }
  .area_title span {
    font-size: 1.5em;
  }

  .cent_main5 p {
    font-size: 1em;
    margin-top: 0.6em;
    line-height: 1.6em;
  }

  .cent_main5 p.area_contact,
  .right_main5 p.area_contact {
    margin-top: 0.4em;
    line-height: 1.6em;
  }
  .right_main5 {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 1em;
    overflow: hidden;
  }
  .title_city2,
  .title_city3 {
    font-size: 1.5em;
  }

  .right_main5 p {
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 0.3em;
  }

  #main6 span {
    white-space: normal;
    display: block;
    line-height: 1em;
    padding-top: 1em;
  }
  #main6 span.suxian {
    display: none;
  }
  .btn_more {
    display: none;
  }
  .areamain4_result {
    margin-top: 1.5em;
  }

  .images_main4 {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 1em;
  }
  .area1_images {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .area_easeinout {
    float: none;
  }
  .container1 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  #main4 .images_main4 img {
    width: 100%;
  }
  .title_image,
  .desc_image,
  .border_image {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .title_image {
    font-size: 1.4em;
    position: absolute;
    color: #fff;
    top: 6em;
    left: 1em;
    display: inline-block;
  }
  .page-title {
    font-size:2em;
    margin-bottom: 1em;
  }
  .entry-content {
    width: 100%;
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 1.4em;
    margin-top:0.4em;
  }
  .title_search a {
    font-size:1.4em;
  }
  .desc_image {
    width: 85%;
    font-size: 1em;
    position: absolute;
    color: #e4dfde;
    top: 10.5em;
    left: 1.5em;
    display: inline-block;
  }
  .border_image {
    display: none;
  }

  .images_main4 br {
    display: none;
  }

  .container2,
  .container3 {
    display: none;
  }
  .area2_images {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.5em;
  }
  .container4 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .area2_images .title_image {
    top: 8.8em;
  }
  .area2_images .desc_image {
    top: 14.5em;
  }
  .area3_images {
    display: none;
  }
  .areamain4_aboutus {
    width: 100%;
    height: auto;
    margin-top: 1.5em;
    overflow: hidden;
  }
  .area_about {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .area_about li {
    width: 100%;
    height: auto;
  }
  .font_about {
    padding-top: 1em;
    font-size: 1em;
    padding-right: 0em;
  }

  .area_about p {
    line-height: 1.6em;
    margin-bottom: 1em;
  }

  .area_about li:nth-child(2),
  .area_about li:nth-child(3),
  .area_about li:nth-child(4) {
    display: none;
  }

  .area_about li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .area_news li {
    width: 100%;
    height: auto;
  }
  .images_news {
    width: 100%;
    height: auto;
    margin-bottom: 0em;
    overflow: hidden;
  }

  .area_news {
    width: 100%;
    margin-top: 1em;
    height: auto;
    margin-bottom: 0em;
  }

  .areamain4_news {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .font_riqi {
    margin-bottom: 0.5em;
  }

  .images_news img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .font_news {
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .font_news p {
    display: none;
  }
  .area_news li:nth-child(1),
  .area_news li:nth-child(2),
  .area_news li:nth-child(3),
  .area_news li:nth-child(4) {
    margin-bottom: 0.5em;
    border-bottom: 0em;
  }
  .area_partner {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
  }
}
