.indexlogo{ width:1000px}
.trans {
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.bgff1 .about_div5 .about5_ul_bot .about5_ul_bot_li.active {
  background: #fff;
}

.bgff1 .about5_ul_bot {
  background: #f7f7f7;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.header_top1 {
  margin: 10px auto 15px;
  position: relative;
}

.header_top1 img {
  display: table;
  margin: 0 auto;
}

.header_top1 .fr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 88px;
  font-size: 1.5rem;
  color: #DBB572;
}

.header_top1 .fr span {
  position: relative;
  display: inline-block;
  line-height: 50px;
}

.header_top1 .fr span::before {
  content: "";
  position: absolute; 
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DBB572;
}

.header_top1 .fr span::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #DBB572;
}

.header_top2 {
  height: 80px;
  line-height: 80px;
  background: #E6C99E;
}

.header_top2 li {
  float: left;
  text-align: center;
  width: 14%;
}

.header_top2 li div {
  position: absolute;
  top: 200px;
  background: #fff;
  height: 200px;
  width: 100%;
  left: 0;
}

.header_top2 li a {
  color: #F7F7F7;
  font-size: 1.25rem;
  position: relative;
}

.header_top2 li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background: #F6F6F6;
}

.header_top2 li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  background: #F6F6F6;
}

.header_top2 li:nth-child(4) {
  width: 16%;
}

.nav.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.banner .swiper-pagination {
  bottom: 40px;
}

.banner .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #fff;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #DAB866;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.subtitle {
  font-weight: bold;
  font-size: 1.125rem;
  color: #9A9A9B;
}

.title {
  font-weight: bold;
  font-size: 1.375rem;
  color: #6D6D6D;
  position: relative;
  line-height: 70px;
  margin-bottom: 10px;
      text-transform: uppercase;
}

.title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 10px;
  background: #DAB866;
}

.index_about .index_about_fl {
  width: 55%;
  padding: 120px 150px 0 0;
}

.index_about .index_about_fl .content {
  font-size: 15px;
  line-height: 26px;
  color: #B4B4B5;
  padding: 84px 0 40px;
}

.index_about .index_about_fl .content p {
  margin-bottom: 20px;
}

.index_about .index_about_fr {
  width: 45%;
  background: #efefef;
  padding: 90px 100px 100px 80px;
}

.index_about .index_about_fr .fl {
  padding-right: 40px;
  width: 60%;
}

.index_about .index_about_fr .fr {
  width: 40%;
}

.index_about .index_about_fr .index_fr_ul li {
  margin-bottom: 80px;
}

.index_about .index_about_fr .index_fr_ul li div {
  font-weight: bold;
  font-size: 3.25rem;
  color: #5a5757;
}

.index_about .index_about_fr .index_fr_ul li p {
  font-size: 1.25rem;
  vertical-align: super;
  color: #9A9A9B;
}

.index_about .index_about_fr .index_fr_ul li:last-child {
  margin-bottom: 0;
}

.index_pro {
  position: relative;
}

.index_pro .sum li {
  display: none;
}

.index_pro .sum li.active {
  display: block;
}

.index_pro .index_pro_bot {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: rgba(247, 247, 247, 0.7);
}

.index_pro .index_pro_bot ul {
  width: 70%;
  display: table;
  margin: 0 auto;
}

.index_pro .index_pro_bot ul li {
  position: relative;
  width: 33.333%;
  text-align: center;
  float: left;
  line-height: 62px;
  padding: 30px 0;
}
.index_pro .index_pro_bot ul li img{
  height: 50px;
}
.index_pro .index_pro_bot ul li.active {
  background: #fff;
}

.index_pro .index_pro_bot ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 62px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.index_pro .index_pro_bot ul li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 62px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.index_news {
  padding: 160px 0 180px;
}

.index_news .col-md-6:nth-child(1) {
  padding: 0 40px 0 15px;
}

.index_news .col-md-6:nth-child(2) {
  padding: 0 15px 0 40px;
}

.index_news .col-md-6:nth-child(2) .more {
  text-align: right;
  line-height: 51px;
}

.index_news .col-md-6:nth-child(2) .more:hover a {
  color: #DBB572;
}

.index_news .index_news_ul {
  margin-top: 45px;
}

.index_news .index_news_ul li {
  margin-bottom: 25px;
}

.index_news .index_news_ul li:hover .name {
  transform: translateX(20px);
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  color: #DBB572;
}

.index_news .name {
  font-size: 15px;
  line-height: 26px;
  color: #6D6D6D;
  margin-bottom: 4px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.index_news .content {
  font-size: 13px;
  line-height: 22px;
  color: #B4B4B5;
}

.index_yuju {
  background: #F7F7F7;
}

.index_yuju .img {
  display: table;
  margin: 0 auto;
  padding: 199px 0 50px;
}

.index_yuju .share {
  display: table;
  margin: 0 auto 15px;
 
}
.index_yuju .share01{
  display: none;
}

.index_yuju .weibu_fr_top a {
  background: #DAB866 !important;
  font-size: 1.2rem !important;
  color: #F6F6F6 !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
  float: none !important;
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 42px !important;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 42px;
}

.index_yuju .weibu_fr_top a:hover {
  text-decoration: none;
}

footer {
  background: #DAB866;
  padding: 70px 0 140px;
}

footer .name {
  font-size: 18px !important;
  line-height: 32px;
  color: #fff;
  margin-bottom: 4px;
}

footer .content {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
  text-align: justify;
}
 
footer .col-md-4 .footer_img .fl {
   float: none;
   display: inline-block;
   margin: 0 auto;
}

footer .col-md-4 .footer_img .fl div {
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  text-align: left;
}

footer .beian {
  font-size: 15px;
  line-height: 26px;
  margin-top: 60px;
  color: #fff;
}

footer .beian a {
  color: #fff;
}

/*按钮动画--end*/
.headDiv {
  position: relative;
  z-index: 10;
  width: 100%;
}

.headDiv .logo {
  display: block;
  text-align: center;
}

.navIco {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.navIco img {
  width: 24px;
}

.searchIco {
  display: none;
  position: absolute;
  top: 0px;
  right: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.searchIco img {
  width: 30px;
}

.nav {
  text-align: center;
  
}

.nav> ul  > li {
  display: inline-block;
  font-size: 1.08rem;
  position: relative;
}

.nav > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background: #fff;
  right: 0;
}

.nav > ul > li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background: #fff;
  left: 0;
}

.nav > ul > li > a {
  
  line-height: 106px;
  padding: 0 36px;
  position: relative;
  display: block;
  color: #fff;
}

.sb2-bg {
  display: none !important;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  z-index: 8;
  background: #F7F7F7;
}

/*导航触发效果*/
.wal {
  width: 1200px;
  margin: 0 auto;
}

.sNav {
  position: absolute;
  z-index: 11;
  display: none;
  width: 100%;
  height: 400px;
  background: url(../img/bg1.jpg) center repeat-y;
  top: 106px;
  background: #fff;
}

.sNav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  background: #F7F7F7;
  height: 100%;
}

.sNav .leftDiv {
  padding-left: 16px;
  width: 400px;
  padding-top: 110px;
  position: relative;
}

.sNav .wen1 {
  font-weight: bold;
  font-size: 24px;
  color: #383838;
  padding-bottom: 5px;
}

.sNav .wen2 {
  font-size: 40px;
  color: #DAB866;
  text-transform: uppercase;
  font-weight: bold;
}

.sNav .wen3 {
  padding-top: 10px;
  font-size: 14px;
  color: #b5b3b0;
  font-family: GothamPro;
  line-height: 20px;
  text-transform: uppercase;
  display: none;
}

.sNav .rightList {
  padding-left: 114px;
  width: 670px;
  padding-top: 75px;
  overflow: hidden;
}

.sNav .rightList ul {
  margin-right: -92px;
}

.sNav .rightList li {
  float: left;
  width: 50%;
  font-family: "Microsoft JhengHei";
}

.sNav .rightList li .box {
  font-size: 15px;
  height: 70px;
  border-bottom: #ccc solid 1px;
  margin-right: 92px;
  background: url(../img/nimg6_1.png) right center no-repeat;
}

.sNav .rightList li a {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #563e3e;
  padding-left: 18px;
  background: url(../img/nimg9_1.png) left center no-repeat;
}

.sNav .rightList li a:hover {
  color: #DAB866;
}

/*导航菜单触发*/
.navLayer {
  overflow-x: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 222;
  right: -100%;
  top: 0px;
}

.navLayer .bg {
  overflow-x: auto;
  position: relative;
  background: #fff;
  height: 100%;
  width: 100%;
}

.navLayer .toptop {
  height: 60px;
  position: relative;
}

.navLayer .closeBtn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  line-height: 60px;
}

.navLayer .closeBtn img {
  width: 30px;
}

.sideNav {
  padding: 12px 10px 20px;
}

.subNav {
  background: url(../img/nimg53_1.jpg) right center no-repeat;
  background-size: 30px;
  cursor: pointer;
  display: block;
  height: 48px;
  line-height: 48px;
  position: relative;
  font-size: 16px;
  border-bottom: #e5e5e5 solid 1px;
}

.subNav1 {
  background: url(../img/nimg53_1.jpg) right center no-repeat;
  background-size: 30px;
  color: #7f7f7f;
}

.subNav .name {
  position: relative;
}

.subNav a {
  color: #7f7f7f;
  display: block;
}

.currentDt {
  background: url(../img/nimg53_1on.jpg) right center no-repeat;
  background-size: 30px;
  color: #c7000a;
}

.navContent {
  display: none;
}

.navContent a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #7f7f7f;
  font-size: 14px;
}

.nei_futitle {
  font-size: 1.15rem;
  line-height: 35px;
  color: #040000;
}

.nei_title {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #040000;
  line-height: 40px;
  padding-bottom: 15px;
}

.nei_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 30px;
  background: #A2D40A;
}

.list_about_div1 {
  padding: 150px 0 250px;
}

.list_about_div1 .content {
  font-size: 14px;
  line-height: 26px;
  color: #9A9A9B;
  padding: 30px 0 0;
}

.list_about_div1 .text {
  font-size: 1.5rem;
  line-height: 46px;
  color: #99999A;
  margin-top: 120px;
 
}

.list_about_div1 .list_about_div1_fl {
  width: 55%;
  padding-right: 90px;
}

.list_about_div1 .list_about_div1_fr {
  width: 45%;
}

.list_about_div2 {
  padding-bottom: 150px;
}

.list_about_div2 .list_about_ul2 {
  display: table;
  margin: 0 auto;
}

.list_about_div2 .list_about_ul2 li {
  float: left;
  font-size: 1rem;
  padding: 0 28px;
  height: 25px;
  line-height: 25px;
  color: #9A9A9B;
  position: relative;
}

.list_about_div2 li.active {
  background: #A2D40A;
  color: #3a3a3a;
}

.list_about_div2 li.active::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border: 10px solid;
  border-color: #A2D40A transparent transparent;
  display: none;
}

.list_about_div2 .nei_title::before {
  left: 50%;
  transform: translateX(-50%);
}

.list_about_div2 .content {
  font-size: 14px;
  line-height: 30px;
  color: #9A9A9B;
  text-align: left;
}
.list_about_div2 .content  p{
text-indent: 2rem;
}
.list_about_div2 .about2_img {
  position: absolute;
  right: 0%;
  text-align: right;
  bottom: 0;
  display: none;
}

.list_about_div2 .about2_div1 {
  width: 60%;
  margin: 0 auto;
}

.list_about_div2 .nei_title {
  margin-bottom: 60px;
  text-transform: uppercase;
}

.list_about_div2 .list_about_sum>div {
  margin-top: 40px;
  display: none;
}

.list_about_div2 .list_about_sum>div.active {
  display: block;
}

.list_about_div2 .list_about_sum>div:nth-child(2) .nei_title {
  margin-bottom: 20px;
}

.list_about_div2 .about2_swiper {
  background: url(../img/22_1.png) no-repeat;
  background-position-y: 50%;
  background-size: 100%;
}

.list_about_div2 .about2_swiper .swiper-slide {
  height: 250px;
}

.list_about_div2 .about2_swiper .swiper-slide .about_swiper_div {
  width: 250px;
  font-size: 13px;
  line-height: 25px;
  color: #6E6E6E;
  position: relative;
  left: -50px;
}

.list_about_div2 .about2_swiper .swiper-slide:nth-child(1) .about_swiper_div {
  left: 0;
}

.list_about_div2 .about2_swiper .swiper-slide:nth-child(odd) {
  background: url(../img/22.png) no-repeat;
  background-position-y: 45%;
}

.list_about_div2 .about2_swiper .swiper-slide:nth-child(odd) .about_swiper_div {
  position: absolute;
  top: 150px;
}

.list_about_div2 .about2_swiper .swiper-slide:nth-child(even) {
  background: url(../img/21.png) no-repeat;
  background-position-y: 45%;
}

.list_about_div2 .about2_p {
  font-size: 1.125rem;
  line-height: 33px;
  color: #99999A;
}

.list_about_div2 .about2_div4 {
  display: table;
  margin: 100px auto 0;
}

.list_about_div2 .about4_text {
  line-height: 30px;
}

.list_about_div2 .about2_swiper {
  margin: 80px 0 0;
}

.about_div3 {
  padding: 40px 0 80px;
  
  border-bottom: 1px solid #808080;
}

.about_div3 .nei_title::before {
  left: 50%;
  transform: translateX(-50%);
}

.about_div3 .about_div3_ul {
  margin: 60px 0 20px;
}

.about_div3 .about_div3_ul li {
  float: left;
}

.about_div3 .about_div3_ul li:nth-child(1),
.about_div3 .about_div3_ul li:nth-child(3) {
  width: 17.25%;
}

.about_div3 .about_div3_ul li:nth-child(2) {
  width: 65.5%;
}

.about_div3 .about_futitle {
  font-size: 14px;
  line-height: 30px;
  color: #DBDBDB;
}

.about_div3 .about3_title {
  font-size: 1.5rem;
  line-height: 45px;
  color: #99999A;
}

.about_div4 {
  padding: 70px 0 0;
  border-bottom: 1px solid #808080;
}

.about_div4 .nei_title::before {
  left: 50%;
  transform: translateX(-50%);
}

.about_div4 .swiper-slide>div {
  padding: 15px;
  border: 1px solid #ddd;
}

.pro2 .about5_ul {
  margin-bottom: 0;
}

.about_div4 .swiper-slide img {
  border-radius: 10px;
}

.about_div4 .swiper-slide .name {
  font-size: 14px;
  line-height: 26px;
  padding: 15px 0;
  color: #000;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.about_div4 .swiper-slide .content {
  font-size: 14px;
  line-height: 26px;
  color: #606060;
  min-height: 78px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;

 display: -moz-box;
-moz-box-orient: vertical;
-moz-line-clamp: 2;

 display: -ms-box;
-ms-box-orient: vertical;
-ms-line-clamp: 2;

 display: -o-box;
-o-box-orient: vertical;
-o-line-clamp: 2; 

overflow: hidden;  
}

.about_div4 .about_div4_swiper {
  padding: 48px 0 36px;
}

.about_div5 .about5_ul_bot {
  padding-top: 30px;
  background: #F7F7F7;
}

.about_div5 .about5_ul_bot .about5_ul_bot_li {
  float: left;
  width: 33.33333%;
  border-left: 1px solid #f1f1f1;
  text-align: center;
  height: 150px;
  line-height: 150px;
}
.about_div5 .about5_ul_bot .about5_ul_bot_li:last-of-type{
  display: none;
}
.about_div5 .about5_ul_bot .about5_ul_bot_li.active {
  background: #fff;
}

.about_div5 .about5_sum>div {
  display: none;
}

.about_div5 .about5_sum>div.active {
  display: block;
}

.about2_div5_swiper {
  width: 70%;
  margin: 0 auto;
}

.about2_div5_swiper .pr {
  text-align: center;
}

.about2_div5_swiper .pr .pr_img img {
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #2D7237;
}

.about2_div5_swiper .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  font-size: 1.625rem;
  color: #fff;
  line-height: 26px;
}

.about2_div5_swiper .content {
  text-align: center;
  margin-top: 20px;
}

.about2_div6_swiper {
  margin-top: 50px;
}

.about2_div6_swiper .name {
  font-size: 14px;
  line-height: 26px;
  color: #9A9A9B;
  margin-top: 27px;
  text-align: center;
}

.about2_div6_swiper .pr_img {
  text-align: center;
}

.about5_ul {
  margin-bottom: 78px;
}

.about5_ul li {
  float: left;
  width: 25%;
  border-right: 1px solid rgba(162, 212, 10, 0.6);
  padding: 36px 0 24px 110px;
}

.about5_ul li .num {
  font-size: 3.25rem;
  vertical-align: super;
  color: #90C424;
  font-family: Helvetica Bold;
}

.about5_ul li p {
  font-size: 1.5rem;
  vertical-align: super;
  color: #90C424;
}

.about5_ul li:nth-child(1) {
  border-left: 1px solid rgba(162, 212, 10, 0.6);
}

.pro2 {
  background: #F7F7F7;
  padding: 170px 0;
}

.pro2 ul li .num,
.pro2 ul li p {
  color: #42B2AE;
}

.pro2 ul li {
  border-right: 1px solid rgba(66, 178, 174, 0.6);
}

.pro2 ul li:nth-child(1) {
  border-left: 1px solid rgba(66, 178, 174, 0.6);
}

.pro1.list_about_div1 {
  padding-bottom: 150px;
}

.pt60 {
  padding-top: 60px;
}

.div7 .div7_swiper {
  margin-top: 70px;
}

.div7 .div7_swiper .content {
  height: 200px;
  background: #E698A8;
  font-size: 1.125rem;
  line-height: 32px;
  color: #FFFFFF;
  padding: 20px 20px 0;
  margin-top: 8px;
}

.div9 .about2_div4 {
  margin-top: 50px;
}

.div10 .div10_swiper {
  margin-top: 80px;
  position: relative;
}

.div10 .name {
  font-size: 1.125rem;
  line-height: 63px;
  color: #9A9A9B;
  position: relative;
}

.div10 .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 3px;
  background: #42B2AE;
}

.div10 .circle::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #42bcb8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div10 .content {
  font-size: 12px;
  line-height: 20px;
  color: #9A9A9B;
  margin-top: 25px;
  height: 80px;
}

.div10 .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #42BCB8;
  margin: 25px auto 15px;
  position: relative;
}
.div10 .circlezi {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #262626;
  border-radius: 50%;
  background: #7f7f7;
  margin: 25px auto 15px;
  position: relative;
}
.div10 .circlezi::before {
  content: "";
  position: absolute;
  color: #262626;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #ff710c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div10 .swiper-slide img {
  height: 71px;
  line-height: 71px;
}

.div10::before {
 /* content: "";*/
  position: absolute;
/*  top: 56.5%;*/
  height: 1px;
  background: #42B2AE;
  width: 100%;
  left: 0;
}

.bgf7 {
  background: #f7f7f7;
}

.bgf7.about_div5 {
  padding-top: 79px;
}

.bgf7.about_div5 .num,
.bgf7.about_div5 li p {
  color: #DAB866;
}

.bgf7.about_div5 li {
  border-right: 1px solid #DAB866;
}

.bgf7.about_div5 li:nth-child(1) {
  border-left: 1px solid #DAB866;
}

.jituan {
  margin: 120px 0 200px;
}

.jituan .content {
  font-size: 1rem;
  line-height: 32px;
  width: 72%;
  margin: 35px auto 30px;
  color: #9A9A9B;
}

.jituan .nei_title::before {
  background: #E6C99E;
  left: 50%;
  transform: translateX(-50%);
}

.erji {
  height: 200px;
  line-height: 200px;
  background: #F7F7F7;
}

.erji .erji_fl {
  background: #DAB866;
  height: 200px;
  width: 30%;
  padding: 48px 0 0 45px;
}

.erji .erji_fl p {
  font-size: 2.25rem;
  color: #F7F7F7;
  line-height: 50px;
}

.erji .erji_fl p:nth-child(2) {
  font-style: italic;
}

.erji .erjiul li {
  position: relative;
  width: 120px;
  height: 200px;
  float: left;
}

.erji .erjiul li .con {
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  text-align: center;
  width: 100%;
}

.erji .erjiul li .con p {
  font-size: 1.25rem;
  color: #525252;
}

.erji .erjiul li .con div {
  font-weight: bold;
  font-size: .75rem;
  color: #525252;
}

.erji .erjiul li:hover,
.erji .erjiul li.active {
  background: #fff;
}

.erji .erjiul li:hover .icon,
.erji .erjiul li.active .icon {
  display: block;
}

.erji .erjiul .icon {
  position: absolute;
  bottom: 10px;
  line-height: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.erji .erjiul .icon span {
  color: #DAB866;
}
/*##*/
.erji2 {
  height: 200px;
  line-height: 200px;
  background: #F7F7F7;
}

.erji2 .erji_fl2 {
  background: #E6C99E;
  height: 200px;
  width: 30%;
  padding: 48px 0 0 45px;
}

.erji2 .erji_fl2 p {
  font-size: 2.25rem;
  color: #F7F7F7;
  line-height: 50px;
}

.erji2 .erji_fl2 p:nth-child(2) {
  font-style: italic;
}

.erji2 .erjiul2 li {
  position: relative;
  width: 170px;
  height: 200px;
  float: left;
}

.erji2 .erjiul2 li .con {
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  text-align: center;
  width: 100%;
}

.erji2 .erjiul2 li .con p {
  font-size: 1.25rem;
  color: #525252;
}

.erji2 .erjiul2 li .con div {
  font-weight: bold;
  font-size: .75rem;
  color: #525252;
}

.erji2 .erjiul2 li:hover,
.erji2 .erjiul2 li.active {
  background: #fff;
}

.erji2 .erjiul2 li:hover .icon,
.erji2 .erjiul2 li.active .icon {
  display: block;
}

.erji2 .erjiul2 .icon {
  position: absolute;
  bottom: 10px;
  line-height: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.erji2 .erjiul2 .icon span {
  color: #E6C99E;
}

/*###*/
.honor {
  margin-bottom: 60px;
}

.honor_bg .about_div5 .about5_ul_bot .about5_ul_bot_li.active,
.news_bg .about_div5 .about5_ul_bot .about5_ul_bot_li.active {
  background: #fff;
}

.list_honor_ul {
  margin: 50px 0 35px;
}

.list_honor_ul li {
  width: 16.5%;
  margin-left: 60px;
  border: 1px solid #6E6E6E;
  float: left;
  margin-bottom: 60px;
}

.list_honor_ul li:nth-child(5n+1) {
  margin-left: 0;
}


.history .history_img {
  position: absolute;
  bottom: -65%;
}

 

.sanji li {
  width: 33.333%;
  float: left;
  font-size: 1rem;
  color: #6E6E6E;  
  display: inline-block;
  text-align: center;
  padding: 10px 0;
}
.sanji li img{
  max-width: 202px;
}

 

.sanji li.active,
.sanji li:hover {
  background: #F7F7F7;
  border-radius: 4px;
}

.culture {
  margin: 28px 0 20px;
}

.culture .culture_ul {
  width: 80%;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}

.culture .culture_ul li {
  background: #f7f7f7;
  padding: 40px 12px 12px 40px;
}

.culture .culture_ul .culture_ul_fl p:nth-child(1) {
  font-size: 1.125rem;
  color: #6E6E6E;
  width: 18px;
  line-height: 22px;
}

.culture .culture_ul .culture_ul_fl p:nth-child(2) {
  width: 100px;
  font-size: 14px;
  color: #6E6E6E;
  line-height: 18px;
  transform: rotate(90deg);
  position: relative;
  top: 45px;
  left: -15px;
}

.mission {
  margin-bottom: 80px;
}

.tzz {
  margin-top: 90px;
}

.tzz .jituan_con {
  margin-top: 120px;
}

.ewm {
  margin-bottom: 50px;
}

.list_article {
  margin: 60px 0 100px;
}

.list_article .list_article_ul {
  padding-bottom: 70px;
}

.list_article .list_article_ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 50px 0;
}

.list_article .list_article_ul li:hover {
  background: #f4f4f4;
}

.list_article .list_article_ul li:hover .name {
  color: #E6C99E;
}

.list_article .list_article_fl {
  width: 25%;
}

.list_article .list_article_fr {
  width: 75%;
  padding: 50px 0 0 50px;
}

.list_article .list_article_fr .clearfix {
  line-height: 30px;
  margin-bottom: 15px;
}

.list_article .list_article_fr .name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  width: 80%;
}

.list_article .list_article_fr .data {
  width: 20%;
  text-align: right;
}

.list_article .list_article_fr .author {
  font-size: 12px;
  color: #aaaaaa;
}

.list_article .list_article_fr .detail {
  color: #828181;
  line-height: 24px;
  width: 80%;
  margin-top: 27px;
  font-size: 14px;
}

.article_article {
  padding: 70px 0 100px;
}

.article_article .article_article_fl {
  width: 70%;
}

.article_article .article_article_fl .name {
  font-size: 1.75rem;
  line-height: 40px;
  font-weight: bold;
  color: #393939;
}

.article_article .article_article_fl .cishu {
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
  margin-top: 32px;
  overflow: hidden;
  margin-bottom: 44px;
  padding-bottom: 42px;
  border-bottom: 1px solid #f1f1f1;
}

.article_article .article_article_fl .content {
  font-size: 14px;
  line-height: 32px;
}

.article_article .article_article_fr {
  width: 22%;
  padding: 28px 20px 80px;
  border-left: #e3e3e3 solid 1px;
  background: #f8f8f8;
}

.article_article .article_article_fr .name {
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  color: #333;
}

.article_article .article_article_fr .month {
  font-weight: bold;
  font-size: 2.5rem;
  color: #d9b372;
  margin-bottom: 4px;
  font-family: arial;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.article_article .article_article_fr .month::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 3px;
  background: #d9b372;
}

.article_article .article_article_fr .year {
  font-size: 1.125rem;
  font-family: inherit;
  font-weight: bold;
  color: #808080;
}

.shangxia {
  margin-top: 58px;
}

.shangxia ul {
  display: flex;
  justify-content: center;
}

.shangxia ul li {
  background: #f4f4f4;
  border-radius: 6px;
  text-align: center;
  font-size: 1.125rem;
  color: #3A3A3A;
  width: 20%;
  height: 50px;
  line-height: 50px;
  margin: 0 15px;
}

.shangxia ul li:hover a {
  color: #fff;
}

.shangxia ul li:hover {
  background: #E6C99E;
}

.shangxia ul li:nth-child(1) span {
  font-size: 1.125rem;
  margin-right: 10px;
}

.shangxia ul li:nth-child(2) span {
  font-size: 1.125rem;
  margin-right: 10px;
}

.shangxia ul li:nth-child(3) span {
  font-size: 1.125rem;
  margin-left: 10px;
}

.bshare-custom .bshare-qqim,
.bshare-custom .icon-weixin,
.bshare-custom .icon-weibo {
  width: 41px !important;
  height: 41px !important;
  line-height: 41px !important;
  border-radius: 50% !important;
  border: 1px solid #ddd !important;
  color: #666 !important;
  display: inline-block !important;
  text-align: center !important;
  padding-left: 0 !important;
  background-image: none !important;
}

.bshare-custom .bshare-qqim:hover,
.bshare-custom .icon-weixin:hover,
.bshare-custom .icon-weibo:hover {
  text-decoration: none !important;
}

#bsWXBox {
  width: 232px !important;
  height: 256px !important;
}

.about_read {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
  padding-bottom: 28px;
  border-bottom: 1px solid #d3d3d3;
}

.share {
  margin-top: 22px;
  margin-bottom: 52px;
}

.about_read_ul li {
  margin-bottom: 20px;
}

.ditu_fl_ul .name {
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 10px;
}

.ditu_fl_ul p {
  font-size: 14px;
  line-height: 26px;
}

.ditu_fl_ul li .left {
  width: 50%;
  margin-bottom: 20px;
}

.ditu_fl_ul li .right {
  width: 67%;
  padding-left: 20px;
  display: none;
}

.ditu_fl_ul>li {
  margin-bottom: 80px;
}

.ditu_fl_ul {
  height: 800px;
  overflow-y: scroll;
  border: 1px solid #9E9E9F;
  padding: 15px 8px;
}

.ditu_fl_ul .left_fl {
  background: url(../img/47.png) no-repeat;
  width: 22px;
  height: 34px;
  background-size: 100%;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.ditu_fl_ul .right_fr {
  padding-left: 10px;
  width: 85%;
}

.fl.ditu_fl {
  width: 30%;
}

.fenxiang a {
  width: 30px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  border-radius: 50%;
  background: #42BCB8;
  margin-bottom: 3px;
}

.fenxiang a i {
  color: #fff;
  font-size: 1.125rem;
}

.ditu_fr_map {
  width: 70%;
  height: 800px;
  position: relative;
}

.map_sousuo {
  height: 90px;
  padding: 20px 0;
  overflow: hidden;
  display: none;
}

.map_sousuo input {
  width: 90%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 1rem;
  color: #000;
  border: 1px solid #999999;
  float: left;
}

.map_sousuo button {
  width: 10%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  background: #DAB866 !important;
  font-size: 1.25rem;
  float: left;
}

.map_sousuo button .iconfont {
  font-size: 1.375rem;
}

.map_sousuo .fl:nth-child(2) {
  width: 60%;
  padding: 0 20px;
}

.map_sousuo .fl:last-child {
  line-height: 25px;
  font-size: 1rem;
padding-top: 12px;
}

.map_sousuo .fl:nth-child(1) {
  padding-left: 20px;
}

.map_sousuo .fl:nth-child(1) .iconfont {
  font-size: 2.1875rem;
  color: #42bcb8;
  line-height: 50px;
  display: inline-block;
}

.ditu_qh_fl {
  width: 30%;
}

#allmap {
  height: 800px;
}

.bgff {
  padding-top: 60px;
}

.bgff .about5_ul_bot {
  background: #fff;
  padding: 100px 0 30px;
}

.modal.in .modal-dialog {
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
}

.modal.in .modal-dialog .left {
  width: 45%;
}

.modal.in .modal-dialog .right {
  width: 55%;
  padding: 0 0 0 15px;
}

.fenxiang {
  text-align: right;
  margin-bottom: 15px;
  position: absolute;
  width: 42px;
  top: 11px;
  right: 10px;
}

.procs .content {
  font-size: 14px;
  line-height: 25px;
  color: #b5b5b5;
  padding: 10px 0;
}

 

.bgff6 .nei_title::before,
.bgff6 .list_about_div2 li.active,
.bgff6 .about_div5 .about5_ul_bot .about5_ul_bot_li.active,
.bgff6 .div7 .div7_swiper .content ,
.bgff6 .div10 .circle ,
.bgff6 .div10 .name::before ,
.bgff6 .div10::before ,
.bgff6 .map_sousuo button{
  background: #f7f7f7;
}



.bgff6 .fenxiang a {
  color: #fff !important;
  background: #DAB866;
}

.bgff6 .pro2 ul li:nth-child(1),
.bgff6 .pro2 ul li ,
.bgff6 .div10 .circle::before{
  border-color: #DAB866;
}

.bgff6 .list_about_div2 li.active::before {
  border-color: #DAB866 transparent transparent;
}

.bgff6 .pro2 ul li .num,
.bgff6 .pro2 ul li p ,
.bgff6 .map_sousuo .fl:nth-child(1) .iconfont {
  color: #DAB866;
}

/* 真奶 */
.bg42B .nei_title::before,
.bg42B .list_about_div2 li.active,
.bg42B .about_div5 .about5_ul_bot .about5_ul_bot_li.active,
.bg42B .fenxiang a {
  background: #f7f7f7;
}

.bg42B .fenxiang a {
  color: #fff !important;
}

.bg42B .pro2 ul li:nth-child(1),
.bg42B .pro2 ul li {
  border-color: #42B2AE;
}

.bg42B .list_about_div2 li.active::before {
  border-color: #42B2AE transparent transparent;
}

.bg42B .pro2 ul li .num,
.bg42B .pro2 ul li p {
  color: #42B2AE;
}
/* 结束 */


.yellow_bg .nei_title::before,
.yellow_bg .list_about_div2 li.active,
.yellow_bg .about_div5 .about5_ul_bot .about5_ul_bot_li.active,
.yellow_bg .fenxiang a ,
.yellow_bg .div7 .div7_swiper .content,
.yellow_bg .div10 .circle ,
.yellow_bg .div10::before ,
.yellow_bg .div10 .name::before ,
.yellow_bg .map_sousuo button{
  background: #f7f7f7;
}

.yellow_bg .fenxiang a {
  color: #fff !important;
}

.yellow_bg .pro2 ul li:nth-child(1),
.yellow_bg .pro2 ul li {
  border-color: #DAB866;
}
.yellow_bg .div10_swiper  .swiper-slide {
 /* border: 1px solid #F3C041;*/
 /* padding: 50px 20px 30px;*/
}
.yellow_bg .list_about_div2 li.active::before {
  border-color: #DAB866 transparent transparent;
}

.yellow_bg .pro2 ul li .num,
.yellow_bg .pro2 ul li p ,
.yellow_bg .map_sousuo .fl:nth-child(1) .iconfont{
  color: #DAB866;
}

.yellow_bg .div10 .circle::before {
  border: 1px solid #DAB866;
}

.ditu_qh_fl>ul {
  display: none;
}

.ditu_qh_fl>ul.active {
  display: block;
}


/* 公告与海涵 */

.ggyth_ul li .fl {
  width: 30%;
  padding-top: 35px;
}

.ggyth_ul li .fr {
  width: 67%; 
}
.ggyth_ul li .fr .content {
  border: 1px solid #ddd;
  padding: 35px 30px;
}
.ggyth_ul li .fr .name {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  /* font-weight: 600; */
  line-height: 22px;
  margin-bottom: 10px;
}

.ggyth_ul li .fr .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #E6C99E;
}
.ggyth_ul li:hover .line1 {
  color: #E6C99E;
}
.ggyth_ul li:hover img {
  transform: scale(1.1);
}
.ggyth_ul li .fr .content .line1 {
  font-size: 18px;
  line-height: 30px;

}
.ggyth_ul li .fr .content .data {
  padding: 10px 0;
  font-size: 14px;
}
.ggyth_ul li .fr .content .line3 {
  font-size: 14px;
  line-height: 28px;
}
.ggyth_ul li {
  margin-bottom: 90px;
}
.ggyth {
  margin: 90px 0 160px;
}





.container-honner img{
  width: 100%;
  transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
}
.container-honner .scale{
  border: 4px solid #dab866;
  transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
overflow: hidden;
}
.container-honner .scale:hover img{
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3);
}


.list_about_div2 li.active{
  background: #fff !important;
}
.list_about_div2 li:after{
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 3px;
  right: 0;
}

.list_about_div2 li:last-of-type:after{
  display: none;
}

.about_div3 .about3_title,
.about_div3 .about_futitle{
  display: none;
}

.ppyi-wrap{
  text-align: center;
}
.ppyi-wrap .ppyi-list{
  line-height: 30px;
}
.ppyi-wrap .ppyi-list h3{
    font-size: 20px;
    color: #ff6B00;
        margin-bottom: 20px;
    font-weight: bolder;
}
 .ppts-list{
  margin-bottom: 30px;
 }
.ppts-list .ppts-list-in{
  box-shadow: 0 0 10px 0px #eee;
  position: relative;
}
.ppts-title{
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.ppts-title span{
  font-weight: bolder;
  display: block;
  color: #DAB866;

}
.ppys-list dl{
  position: relative;
  margin-bottom: 30px;
  
  padding: 20px 10px 20px 73px;
  box-shadow: 0 0 10px 0 #eee;
  margin-bottom: 30px;
}
.ppys-list dt{
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 40px;
color: #ff6B00;
}
.ppys-list dd{
  font-size: 14px;
  color: #000; 
}
.ppys-list dd span{
  display:block;
}
.ppxx-list:nth-child(2n) .ppxx-list-l{ float: right; }
.ppxx-list:nth-child(2n) .ppxx-list-r{ float: left; }

.ppxx-list{
  overflow: hidden;
  line-height: 25px;
}

.ppxx-list .ppxx-list-l,
.ppxx-list .ppxx-list-r{
  padding-left: 0;
  padding-right: 0;
}
.ppxx-list .ppxx-list-l{
  padding-top: 4%;
  padding-left: 5%;
}
.ppxx-list img{
  width: 100%;
}

.ppxx-list-bottom{
  margin-top: 30px;
  padding: 0;
}

.hdd-ppys-list img{
  width: 100%;
}
.hdd-ppys-list h3{
      color: #DAB866;
  font-weight: bolder;
  padding-top: 20px;
}
.hdd-ppys-list p{
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: bolder;
}
.hdd-ppys-list .hdd-ppys-con{
  line-height: 25px;
  text-align: justify;
  margin-bottom: 20px;
}
.dd-ppxx:nth-child(2n) .dd-ppxx-l{
  float: right;
}
.dd-ppxx:nth-child(2n) .dd-ppxx-r{
  float: left;
}
.dd-ppxx img{
width: 100%;
}
.dd-ppxx span{
  color: #DAB866;
    font-weight: bolder;
}
.dd-ppxx .dd-ppxx-l{
  padding-top: 30px;
  line-height: 30px;

}
.video-hdd-list{
  margin-bottom: 20px;
}



.con {
    color: #737272;
    line-height: 25px;
    font-size: 16px;
}
.faz_w {
    padding-top: 30px;
}
.faz_line {
    display: inline-block;
    width: 1px;
    height: 500px;
    background: #eee;
    position: absolute;
    left: 87px;
    top: 0px;
    z-index: -1;
    height: 100%;
}
.fa_ul li {
    float: none;
    margin-bottom: 40px;
}
.fa_ul dt {
    width: 95px;
    float: left;
}
.fa_ul dl{
  overflow: hidden;
}
.fa_ul dt img {
    float: right;
    margin-top: 3px;
}

.fa_ul dd {
    width: 80%;
    float: right;
}
.fa_ul dd h3 {
       color: #DAB866;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bolder;
}
.fa_ul dd p {
    font-size: 13px;
    color: #969595;
    line-height: 25px;
}
.fa_ul .fzlc-l{
  margin-bottom: 20px;
}
.jituan .fzlc-con{
  width: 45%;
}
.map-wrap{
  padding: 110px 0;
  background: #f6f6f6;
}
.map-wrap-in{
  width: 1000px;
  margin: 50px auto 0;
}
.map-wrap-in img{
  width: 100%;
}
.map-ul li{
  position: absolute;
  text-align: center;
}
.map-ul li:nth-child(1){
      left: 3.5%;
    top: 57%;
}
.map-ul li:nth-child(2){
   left: 10%;
    top: 29%;
}
.map-ul li:nth-child(3){
     left: 24%;
    top: 3%;
}
.map-ul li:nth-child(4){
     left: 48%;
    top: -5%;
}
.map-ul li:nth-child(5){
 left: 73.5%;
    top: 6%;
}
.map-ul li:nth-child(6){
 left: 86.5%;
    top: 29%;
}
.map-ul li:nth-child(7){
     left: 92%;
    top: 57%;
}
 
.map-ul li h3{
      color: #6d6d6d;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 45px;
}
.map-ul li h3 i{
      font-style: normal;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    color: #99999a;
}
.map-ul li p{
  color: #e1c59b;
  font-size: 14px;
}
.map-ul li p span{
    display: block;
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: -5px;
}

.fa_ul .fzlc-l p{
  margin: 10px 0;
}
.fa_ul img{
  margin: 10px 0;
}
.jituan_con{
  display: none;
}

.jituan_con.active{
  display: block;
}
.modal.active{
  display: block;
  opacity: 1;
}

.modal{
  background: rgba(0, 0, 0, 0.3) !important;
}
.modal .fl,.modal .fr{
  float: none;
}
.share-ul li{
  float: left;
  position: relative;

}
.share-ul li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  background: #DAB866;
  margin: 0 5px;
}
.share-ul li a i{
  color: #fff;
  font-size: 20px;
}
.share-ul li  span{
  position: absolute;
    left: -55px;
    bottom: 70px;
    width: 178px;
    opacity: 0;
    transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
background: #fff;
border: 1px solid #eee;
text-align: center;
 

}
.share-ul li span i{
  font-style: normal;
  font-size: 12px;
  color: #000;
  display: block;
  padding: 5px 0;
}
.share-ul li.active span{
  position: absolute;
    left: -55px;
    bottom: 46px;
    width: 178px;
    opacity: 1;
   
    transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;

}
.about_div5 .about5_ul_bot .about5_ul_bot_li:nth-child(1) img{
  width: 204px;
}

.share-ul li span img{
  width: 100%;
}

.page{
  padding: 30px 15px;
  text-align: center;
  font-style: 50px;
      color: #99999A;
}

.container-honn-wrap{
  margin-top: 40px;
}
.about5_ul_bot{
  display: none;
}

.video-wrap,
.video-hdd{
  margin-top: 40px;
}

.zhu{
  padding-top: 30px;
  text-align: center;
  color: #000;
  font-size: 16px;
  position: absolute;
  right: 45px;
  bottom: 10px;
}
 .head-top .head-logo img{
  width: 60px;
 }
.map-wrap-in-img01,
.map-ul{
  display: none;
}





.ditu_fl_ul .right_fr .dz-w p{
  display: none;
}





@media (min-width: 768px){
  .modal-dialog {
    width: 600px;
    margin: 10% auto !important;
}
.about_div4 .swiper-slide .content{
    min-height: 50px;
  }
}


@media (max-width:1600px) {
  .index_about .index_about_fr {
    padding: 90px 60px 100px 60px;
  }

  .index_about .index_about_fr .index_fr_ul li div {
    font-size: 2.6rem;
  }

  .index_about .index_about_fr .index_fr_ul li {
    margin-bottom: 48px;
  }

  .index_about .index_about_fl {
    padding: 70px 140px 0 0;
  }

  .index_about .index_about_fl .content {
    padding: 60px 0 20px;
  }

 .index_about .index_about_fl .gaodi {
    padding: 38px 0 20px;
	font-size: 15px;
    line-height: 26px;
    color: #B4B4B5;
    padding:37px 0 15px;
  }


  .index_pro .index_pro_bot ul {
    width: 100%;
  }

  .about5_ul li {
    padding: 20px 0 20px 50px;
  }

  .about5_ul li .num {
    font-size: 2.5rem;
  }

  .about5_ul li p {
    font-size: 1.25rem;
  }

  .about_div5 .about5_ul_bot .about5_ul_bot_li {
    height: 125px;
    line-height: 125px;
  }

  .article_article .article_article_fr {
    width: 25%;
  }

  .article_article .article_article_fl .cishu {
    margin-top: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .erji .erji_fl p {
    font-size: 1.8rem;
    line-height: 43px;
  }

  .list_article .list_article_fr {
    padding: 35px 0 0 50px;
  }

  .culture .culture_ul {
    width: 100%;
  }

  .list_honor_ul li {
    margin-left: 79px;
  }

  .list_about_div1 .list_about_div1_fl {
    padding-right: 60px;
  }

  .list_about_div1 .text {
    margin-top: 60px;
  }
}

@media (max-width:1440px) {

  body,
  html {
    font-size: 14px !important;
  }

  .header_top1 .fr {
    font-size: 1.25rem;
  }

  .index_news {
    padding: 100px 0;
  }

  .index_yuju .img {
    padding: 140px 0 50px;
  }

  footer {
    padding: 70px 0 100px;
  }

  .nav > ul >  li > a {
    padding: 0px 25px;
  }

  .article_article {
    padding: 60px 0 80px;
  }

  .erji {
    height: 160px;
    line-height: 160px;
  }

  .erji .erjiul li {
    height: 160px;
  }

  .erji .erji_fl {
    padding: 35px 0 0 45px;
    height: 160px;
  }
/*##
  .erji2 {
    height: 160px;
    line-height: 160px;
  }

  .erji2 .erjiul2 li {
    height: 160px;
  }

  .erji2 .erji_fl2 {
    padding: 35px 0 0 45px;
    height: 160px;
  }
/*##*/
  .jituan {
    margin: 80px 0 140px;
  }

  .list_article .list_article_ul li {
    padding: 40px 0;
  }

  .tzz .jituan_con {
    margin-top: 80px;
  }

  .sanji li a {
    padding: 0 25px;/*60px;*/
    height: 61px;
    line-height: 61px;
  }

  .culture.jituan {
    margin: 28px 0 20px;
  }

  .history .history_img {
    bottom: -36%;
  }

  .list_about_div1 {
    padding: 90px 0 120px;
  }

  .list_about_div1 .text {
    font-size: 1.25rem;
    line-height: 36px;
  }

 

  .list_about_div2 {
    padding-bottom: 100px;
  }

  .pro2 {
    padding: 80px 0;
  }

  .pro1.list_about_div1 {
    padding-bottom: 100px;
  }
}

@media (max-width:1366px) {}

@media (max-width: 1200px) {
  .index_about .index_about_fr .index_fr_ul li div {
    font-size: 2.2rem;
  }

  .index_about .index_about_fl {
    padding: 60px 50px 0 0;
  }

  .index_about .index_about_fr .index_fr_ul li p {
    font-size: 1rem;
  }

  .index_about .index_about_fr .index_fr_ul li {
    margin-bottom: 30px;
  }

  .index_about .index_about_fl .content {
    padding: 30px 0 40px;
  }

  .title::before {
    height: 4px;
  }

  .title {
    line-height: 50px
  }

  .index_pro .index_pro_bot ul li {
    padding: 15px 0;
  }

  .index_news {
    padding: 60px 0;
  }

  .index_news .index_news_ul {
    margin-top: 30px;
  }

  footer .col-md-5,
  footer .col-md-4 {
    width: 50%;
  }

  .footer_img .clearfix {
    display: table;
    margin: 0 auto;
  }

  footer .col-md-4 .footer_img .fl:last-child {
    margin-right: 0;
  }

  .nav > ul > li> a {
    padding: 0px 15px;
  }

  .jituan .content {
    width: 76%;
  }

  .list_article .list_article_fr {
    padding: 19px 0 0 35px;
  }

  .list_honor_ul li {
    margin-left: 65px;
  }

  .list_about_div1 .list_about_div1_fl {
    padding-right: 30px;
  }

  .list_about_div1 .content {
    line-height: 24px;
  }

  .list_about_div1 .text {
    font-size: 1.125rem;
    line-height: 30px;
    margin-top: 30px;
  }

  .list_about_div1 {
    padding: 60px 0 80px;
  }

  .list_about_div2 .about2_swiper .swiper-slide .about_swiper_div {
    width: 160px;
  }

  .list_about_div2 .about2_swiper .swiper-slide {
    height: 293px;
  }

  .list_about_div2 {
    padding-bottom: 60px;
  }

  .about_div3 .about_div3_ul {
    margin: 30px 0 20px;
  }

  .about_div3 {
    padding: 40px 0 45px;
  }

  .about_div4 {
    padding: 45px 0 0;
  }

  .about_div4 .about_div4_swiper {
    padding: 30px 0 36px;
  }

  .ditu_fl_ul {
    height: 670px;
  }

  #allmap,.ditu_fr_map{
    height: 670px;
  }

  .map_sousuo .fl:nth-child(2) {
    width: 47%;
  }

  .map_sousuo input {
    width: 80%;
  }

  .map_sousuo button {
    width: 20%;
  }

  .ditu_fl_ul .right_fr {
    width: 80%;
  }

  .ditu_fl_ul li .left {
    width: 100%;
  }

  .ditu_fl_ul li .right {
    width: 100%;
    padding-left: 0;
  }

}

@media (max-width: 990px) {
  .headDiv {
    display: none;
  }

  .phone_logo img {
    height: 40px;
  }

  .banner .swiper-pagination {
    bottom: 15px;
  }

  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }

  .index_about .index_about_fl {
    width: 100%;
    padding: 45px 0 45px 0;
  }

  .index_about .index_about_fr {
    width: 100%;
  }

  .index_about .index_about_fl .content {
    padding: 20px 0 20px;
  }

  /* .index_about .index_about_fr .index_fr_ul li div {
    font-size: 1.6rem;
  } */
  .index_about .index_about_fr .fl img {
    width: 50%;
  }

  .index_about .index_about_fr {
    padding: 60px 60px 60px 60px;
  }

  .index_pro .index_pro_bot ul li img {
    width: 65%;
  }

  .index_news .col-md-6:nth-child(2) {
    padding: 25px 0 0;
  }

  .index_news .col-md-6:nth-child(1) {
    padding: 0;
  }

  .index_pro .index_pro_bot ul li {
    padding: 5px 0;
  }

  .index_pro .index_pro_bot ul li::before,
  .index_pro .index_pro_bot ul li:nth-child(1)::after {
    height: 30px;
  }

  .index_yuju .img {
    padding: 100px 0 50px;
  }

  .index_news {
    padding: 45px 0;
  }

  footer {
    padding: 50px 0 45px;
  }

  footer .col-md-5,
  footer .col-md-4 {
    width: 100%;
  }

  footer .col-md-4 {
    padding-top: 15px;
  }

  .phone_footer {
    display: none;
  }

  body {
    padding-bottom: 0;
  }

  footer .beian {
    margin-top: 30px;
  }

  .article_article {
    padding: 45px 0 55px;
  }

  .article_article .article_article_fl .name {
    font-size: 1.5rem;
    line-height: 34px;
  }

  .article_article .article_article_fl {
    width: 65%;
  }

  .article_article .article_article_fr {
    width: 30%;
    padding: 20px 10px 50px;
  }

  .article_article .article_article_fl .content {
    line-height: 28px;
  }

  .about5_ul li .num {
    font-size: 2rem;
  }

  .about5_ul li p {
    font-size: 1.125rem;
  }

  .about5_ul li {
    padding: 15px 0 15px 33px;
  }

  .shangxia ul li {
    font-size: 1rem;
    height: 44px;
    line-height: 44px;
  }

  .erji {
    display: none;
  }

  .jituan {
    margin: 45px 0 80px;
  }

  .jituan .content {
    width: 100%;
    margin: 25px auto 30px;
  }

  .bgf7.about_div5 {
    padding-top: 50px;
  }

  .about5_ul {
    margin-bottom: 40px;
  }

  .about_div5 .about5_ul_bot .about5_ul_bot_li img {
    padding: 15px;
  }

  .list_article .list_article_ul li {
    padding: 25px 0;
  }

  .list_article .list_article_fl {
    width: 30%;
  }

  .list_article .list_article_fr {
    width: 70%;
    padding: 20px 0 0 25px;
  }

  .list_article .list_article_fr .name {
    width: 70%;
  }

  .list_article .list_article_fr .data {
    width: 30%;
  }

  .list_article .list_article_fr .detail {
    margin-top: 10px;
  }

  .list_article {
    margin: 45px 0 60px;
  }

  .list_article .list_article_ul {
    padding-bottom: 45px;
  }

  .tzz .jituan_con {
    margin-top: 60px;
  }

  .culture .culture_ul li .fr img {
    width: 70%;
  }

  .culture .culture_ul li .fr {
    width: 60%;
  }

  .culture .culture_ul li .fl {
    width: 40%;
  }

  .culture .culture_ul li {
    padding: 30px 12px 12px 20px;
    width: 32%;
    margin-left: 20px;
  }

  .culture .culture_ul li:nth-child(3n+1) {
    margin-left: 0;
  }

  .culture .culture_ul .culture_ul_fl p:nth-child(2) {
    top: -84px;
  }

  .history .history_img {
    position: static;
  }

  .list_honor_ul li {
    margin-left: 20px;
    width: 17.7%;
  }

  .about2_img img {
    width: 60%;
  }

  .map_sousuo .fl:last-child {
    line-height: 16px;
    width: 40%;
  }

  .about_div5 .about5_ul_bot .about5_ul_bot_li img {
    width: 204px !important;

  }

  .about_div5 .about5_ul_bot .about5_ul_bot_li:nth-child(3) img {
    width: 40%;
  }

  .about_div5 .about5_ul_bot .about5_ul_bot_li {
    height: 90px;
    line-height: 90px;
  }

  .pro1.list_about_div1 {
    padding-bottom: 60px;
  }

}

@media (max-width: 767px) {
  .index_about .index_about_fl {
    padding: 20px 0;
  }

  .title {
    font-size: 1.25rem;
  }

  .index_about .index_about_fl .content {
    padding: 15px 0;
  }

  .index_about .index_about_fl .content p {
    margin-bottom: 10px;
  }

  .index_about .index_about_fr {
    padding: 25px 25px;
  }

  .index_about .index_about_fr .fl img {
    width: 100%;
  }

  .index_about .index_about_fr .fl {
    padding-right: 30px;
    width: 50%;
  }

  .index_about .index_about_fr .index_fr_ul li div {
    font-size: 1.8rem;
  }

  .index_pro .index_pro_bot {
    position: static;
  }

  .index_pro_bot .container {
    padding: 0;
  }

  .index_pro .index_pro_bot ul li {
    height: 50px;
    line-height: 50px;
    padding: 0px 0;
  }

  .index_news .container .row {
    margin: 0;
  }

  .index_news {
    padding: 20px 0;
  }

  .index_about .index_about_fr .index_fr_ul li {
    margin-bottom: 42px;
  }

  .index_news .index_news_ul {
    margin-top: 15px;
  }

  .index_yuju .img {
    padding: 60px 0 35px;
  }

  footer {
    padding: 30px 0 30px;
  }

  .article_article {
    padding: 25px 0 35px;
  }

  .article_article .article_article_fl {
    width: 100%;
  }

  .article_article .article_article_fr {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border-left: none;
  }

  .article_article .article_article_fl .cishu {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .about5_ul li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    text-align: center;
  }

  .bgf7.about_div5 li:nth-child(3) {
    border-left: 1px solid #ddd;
  }

  .bgf7.about_div5 li:nth-child(1),
  .bgf7.about_div5 li:nth-child(2) {
    border-top: 1px solid #ddd;
  }

  .about5_ul {
    margin-bottom: 0px;
  }

  .about5_ul li .num {
    font-size: 20px;
  }

  .about5_ul li p {
    font-size: 14px;
  }

  .share {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .shangxia {
    margin-top: 20px;
  }

  .shangxia ul li {
    width: 100%;
    margin: 0 5px;
  }

  .bgf7.about_div5 {
    padding-top: 20px;
  }

  .about_div5 .about5_ul_bot .about5_ul_bot_li {
    width: 100%;
    height: 100px;
    line-height: 100px;
  }



  .about_div5 .about5_ul_bot .about5_ul_bot_li img {
    padding: 15px;
  }

  .jituan {
    margin: 25px 0 45px;
  }

  .jituan .content {
    margin: 15px auto 0;
  }

  .list_article {
    margin: 25px 0 45px;
  }

  .list_article .list_article_fl,
  .list_article .list_article_fr .name,
  .list_article .list_article_fr .data {
    width: 100%;
  }

  .list_article .list_article_fr {
    width: 100%;
    padding: 15px 0;
  }

  .list_article .list_article_ul li {
    padding: 15px 0;
  }

  .list_article .list_article_fr .data {
    text-align: left;
    line-height: 36px;
  }

  .list_article .list_article_fr .clearfix {
    margin-bottom: 0;
  }

  .sanji li {
    margin: 0 5px;
  }

  .sanji li a {
    padding: 0 20px;
  }

  .tzz .jituan_con {
    margin-top: 30px;
  }

  .ewm img {
    width: 150px;
    height: 150px;
  }

  .culture .culture_ul li {
    padding: 30px 12px 12px 20px;
    width: 100%;
  }

  .culture .culture_ul {
    display: block;
  }

  .culture .culture_ul li .fr img {
    width: 100%;
  }

  .culture .culture_ul li .fr {
    width: 20%;
  }

  .culture .culture_ul li {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
  }

  .culture .culture_ul .culture_ul_fl p:nth-child(2) {
    top: 50px;
  }

  .list_honor_ul li {
    width: 48%;
    margin: 0 0 15px 0;
  }

  .list_honor_ul li:nth-child(odd) {
    margin-right: 2%;
  }

  .list_honor_ul li:nth-child(even) {
    margin-left: 2%;
  }

  .list_honor_ul {
    margin: 20px 0 25px;
  }

  .list_about_div1 {
    padding: 25px 0 30px;
  }

  .list_about_div1 .list_about_div1_fl {
    width: 100%;
    padding-right: 0;
  }

  .list_about_div1 .content {
    padding: 15px 0 0;
  }

  .list_about_div1 .list_about_div1_fr {
    width: 100%;
    padding-top: 20px;
  }

  .list_about_div2 .list_about_ul2 li {
    margin-bottom: 20px;
    width: 33.3%;
    padding: 0;
    text-align: center;
  }

  .list_about_div2 .list_about_ul2 {
    display: block;
  }

  .list_about_div2 .list_about_sum>div {
    margin-top: 15px;

  }

  .list_about_div2 .nei_title {
    margin-bottom: 20px;
  }

  .list_about_div2 .content {
    line-height: 34px;
  }

  .list_about_div2 .about2_div1 {
    width: 100%;
  }

  .list_about_div2 .about2_img img {
    width: 50%;
  }

  .list_about_div2 {
    padding-bottom: 30px;
  }

  .about_div3 {
    padding: 25px 0 25px;
  }

  .about_div3 .about_div3_ul li:nth-child(1),
  .about_div3 .about_div3_ul li:nth-child(3) {
    display: none;
  }

  .about_div3 .about_div3_ul li:nth-child(2) {
    width: 100%;
  }

  .about_div3 .about3_title {
    font-size: 1.25rem;
    line-height: 33px;
  }

  .about_div4 .about_div4_swiper {
    margin-bottom: 15px;
    padding-bottom: 45px;
  }

  .swiper-pagination-bullet-active {
    background: #E6C99E;
  }

  .about5_ul li:nth-child(2),
  .about5_ul li:nth-child(1) {
    border-top: 1px solid rgba(162, 212, 10, 0.6);
  }

  .about5_ul li:nth-child(3) {
    border-left: 1px solid rgba(162, 212, 10, 0.6);
  }

  .list_about_div2 .about2_swiper {
    margin: 35px 0 0;
  }

  .list_about_div2 .about2_div4 {
    margin: 40px auto 0;
    width: 50%;
  }

  .about2_div6_swiper {
    margin-top: 25px;
    padding-bottom: 45px;
  }

  .pr_img img {
    width: 80px;
    height: 80px;
  }

  .about2_div6_swiper .name {
    font-size: 13px;
    line-height: 21px;
    margin-top: 15px;
  }

  .list_about_div2 .about2_p {
    font-size: 1rem;
    line-height: 30px;
  }

  .about2_div5_swiper {
    width: 100%;
    padding-bottom: 45px;
  }

  .about2_div5_swiper .name {
    font-size: 1.25rem;
    line-height: 21px;
  }

  .pro1.list_about_div1 {
    padding-bottom: 20px;
  }

  .pro2 {
    padding: 25px 0;
  }

  .pro2 ul li:nth-child(2),
  .pro2 ul li:nth-child(1) {
    border-top: 1px solid rgba(66, 178, 174, 0.6);
  }

  .pro2 ul li:nth-child(3) {
    border-left: 1px solid rgba(66, 178, 174, 0.6);
  }

  .pro2 ul li {
    border-bottom: 1px solid rgba(66, 178, 174, 0.6);
  }

  .ditu_qh_fl,
  .ditu_fr_map {
    width: 100%;

  }

  .ditu_qh_fl>ul.active {
    height: 180px;
  }

  .ditu_fl_ul li .left {
    width: 50%;
  }

  .ditu_fl_ul li .right {
    width: 60%;
  }

  .ditu_fl_ul>li {
    margin-bottom: 35px;
  }

  .map_sousuo .fl:last-child {
    line-height: 22px;
    width: 100%;
  }

  .map_sousuo .fl:nth-child(2) {
    width: 87%;
  }#allmap {
    height: 300px;
}.bgff .about5_ul_bot { 
  padding: 30px 0 30px;
}

  .map_sousuo .fl:nth-child(1) {
    padding-left: 0; 
  }
  .map_sousuo {
    height: auto;
  }
  #allmap, .ditu_fr_map{
    height: 300px;
  }

}




.logo-wrap .container-logo img{
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 100%;
}
.logo-wrap{
  margin-bottom: 60px;
  margin-top: 20px;
}
.index-tj-wrap{
  padding: 60px;
  overflow: hidden;
 
}
.index-tj-wrap img{
  width: 100%;
}
.index-tj-wrap .swiper-slide-active img{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  
  position: relative;
  z-index: 2;
}
.index-tj-wrap  .swiper-container{
  overflow: inherit !important;
}
.index_about_more{
	margin-bottom:10px;
}
.index_about_more .fr{
  margin-top: 20px;
}

.index_map{
  position: relative;
}
.index-map-ul li{
  position: absolute;
}

.index-map-ul li:nth-child(1){
  right: 23%;
    top: 56%;
}
.index-map-ul li:nth-child(2){
  right: 20.4%;
    top: 60%;
}
.index-map-ul li:nth-child(3){
      right: 24%;
    top: 62%;
}
.index-map-ul li:nth-child(4){
      left: 75%;
    top: 51%;
}
.index-map-ul li:nth-child(5){
  left: 68.8%;
    top: 33%;
}



.index-map-ul li:nth-child(1) img.map-img{
  width: 30px;
}
.index-map-ul li:nth-child(2) img.map-img{
  width: 92px;
}
.index-map-ul li:nth-child(3) img.map-img{
  width: 6px;
}
.index-map-ul li:nth-child(4) img.map-img{
      width: 40px;
}
.index-map-ul li:nth-child(5) img.map-img{
  width: 276px;
}

.index-map-in{
  position: relative;
}
.tx{
  text-align: center;
  text-align: center;
  position: absolute;
  width: 60px;
  z-index: 10;
}
.tx img{
      border-radius: 100%;
    background: #e6c99e;
    display: inline-block;
    width: 30px;
    max-width: inherit;

}
.tx span{
    display: block;
    padding: 0px 5px;
    background: #f3e6d3;
    color: #e88041;
    font-weight: bold;
    font-size: 12px;
 
}

.index-map-ul li:nth-child(1) .tx{
    top: -72%;
    left: -150%;
    width: 47px;
}
.index-map-ul li:nth-child(2) .tx{
     top: -19%;
    left: -50%;
}
.index-map-ul li:nth-child(3) .tx{
    top: -19%;
    left: -131%;
}
.index-map-ul li:nth-child(4) .tx{
            top: 18%;
    left: 101%;
    width: 34px;
}
.index-map-ul li:nth-child(5) .tx{
       top: 52%;
    left: 53%;
}
.index-map-img{
  opacity: 0;
}
.index-map-ul li:hover .index-map-img{
  opacity: 1;
}
.about_div5 .about5_ul_bot .about5_ul_bot_li:hover{
  background: #f1f1f1;
}
.index-tj-wrap .title{
  margin-bottom: 60px;
  text-transform: uppercase;
}



@media(max-width: 1600px){
  .index-tj-wrap{
    padding: 40px 0 20px;
  }


    .index-map-ul li:nth-child(5) img.map-img {
    width: 231px;
    }
    .index-map-ul li:nth-child(4) img.map-img {
        width: 33px;
    }
    .index-map-ul li:nth-child(3) {
        right: 24%;
        top: 61%;
    }
    .index-map-ul li:nth-child(2) img.map-img {
        width: 79px;
    }
    .index-map-ul li:nth-child(1) img.map-img {
        width: 28px;
    }


}

@media(max-width: 1440px){
   
    .index-map-ul li:nth-child(5) img.map-img {
    width: 207px;
    }
    .index-map-ul li:nth-child(4) img.map-img {
        width: 30px;
    }
    .index-map-ul li:nth-child(3) {
        right: 24%;
        top: 61%;
    }
    .index-map-ul li:nth-child(2) img.map-img {
        width: 71px;
    }
    .index-map-ul li:nth-child(1) img.map-img {
        width: 26px;
    }
    .index-map-ul li:nth-child(2) .tx {
        top: -19%;
        left: -69%;
    }


}

@media(max-width: 1366px){
   .index-map-ul li:nth-child(5) img.map-img {
    width: 199px;
}
.index-map-ul li:nth-child(4) img.map-img {
    width: 27px;
}
.index-map-ul li:nth-child(1) img.map-img {
    width: 25px;
}
.index-map-ul li:nth-child(2) img.map-img {
    width: 68px;
}
}
@media(max-width: 1024px){
.index-map-ul li:nth-child(5) .tx {
    top: 31%;
    left: 37%;
}
.index-map-ul li:nth-child(5) {
    left: 68.8%;
    top: 33%;
}
.index-map-ul li:nth-child(4) img.map-img {
    width: 22px;
}
.index-map-ul li:nth-child(1) img.map-img {
    width: 25px;
}
.index-map-ul li:nth-child(1) .tx {
    top: -172%;
    left: -212%;
    width: 47px;
}
.index-map-ul li:nth-child(2) img.map-img {
    width: 48px;
}
.index-map-ul li:nth-child(2) .tx {
    top: -19%;
    left: -109%;
}
.index-map-ul li:nth-child(3) .tx {
    top: 110%;
    left: -131%;
}
.index-map-ul li:nth-child(4) img.map-img {
    width: 22px;
}
.index-map-ul li:nth-child(4) .tx {
    top: -10%;
    left: 168%;
    width: 34px;
}
.index-map-ul li:nth-child(5) img.map-img {
    width: 150px;
}
.map-wrap-in {
    width: 1000px;
    margin: 50px 0 0 -28px;
}




}


@media(max-width: 768px){
  .index-map-ul{
    display: none;
  }
  .map-wrap-in {
    width: 100%;
    margin: 50px auto 0;
}
.map-ul li:nth-child(1) {
       left: 2%;
    top: 55%;
}
.map-ul li:nth-child(2) {
       left: 8%;
    top: 27%;
}
.map-ul li:nth-child(3) {
       left: 22%;
    top: 0%;
}
.map-ul li:nth-child(4) {
   left: 47.5%;
    top: -7%;
}
.map-ul li:nth-child(5) {
        left: 72%;
    top: 5%;
}
.map-ul li:nth-child(6) {
   left: 84.5%;
    top: 27%;
}
.map-ul li:nth-child(7) {
    left: 91%;
    top: 55%;
}
.map-ul li p span {
    display: block;
    font-weight: bolder;
    font-size: 21px;
    margin-bottom: -5px;
}
.map-ul li h3 {
    color: #6d6d6d;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 18px;
}

  
}

@media(max-width: 480px){

  #temp > div,
  #temp canvas,
  #temp{
    height: 300px !important;
  }
  .list_about_div2 .about2_div4{
    width: 100%;
  }
  .ppxx-list .ppxx-list-l{
    padding: 20px;
  }
  .ppxx-list:nth-child(2n) .ppxx-list-l{
    float: left;
  }
  .fa_ul dt {
    width: 65px;
     
}
.faz_line{
  left: 57px;
}
.map-wrap-in {
    width: 100%;
    margin: 0px auto 0;
}
.map-ul li:nth-child(1) {
    left: 1%;
    top: 50%;
}
.map-ul li:nth-child(2) {
    left: 5%;
    top: 23%;
}
.map-ul li:nth-child(3) {
        left: 16%;
    top: -9%;
}
.map-ul li:nth-child(4) {
    left: 46.5%;
    top: -11%;
}
.map-ul li:nth-child(5) {
        left: 71%;
    top: 1%;
}
.map-ul li:nth-child(6) {
  left: 82.5%;
    top: 22%;
}
.map-ul li:nth-child(7) {
    left: 90%;
    top: 51%;
}
.map-ul li h3 {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 10px;
}
.map-ul li p {
    color: #e1c59b;
    font-size: 12px;
}
.map-ul li p span {
    display: block;
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: -5px;
}
.sanji li{
  width: 100%;
  float: none;
}



}



.index-tj-wrap .swiper-slide:after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-tj-wrap .swiper-slide-active{
  z-index: 3;
}
.index-tj-wrap .swiper-slide-active:after{
  display: none;
}
.index-tj-wrap .swiper-slide:hover:after{
  background: rgba(255,255,255,0);
}
.index-tj-wrap .swiper-slide img{
  transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
}
.index-tj-wrap .swiper-slide:hover img{
  transform: scale(1.1);
  transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
}
.index-tj-wrap .swiper-slide{
  overflow: hidden;
}
.index-tj-wrap .swiper-slide-active{
  overflow: inherit;
}

.nav li:nth-child(3){
  position: relative;
}
.ermenu-ul{
  position: absolute;
  left: -20%;
  width: 140%;
  background: #f2bd77;
  z-index: 2;
  display: none;
}
.ermenu-ul li{
  float: none;
  border-top: 1px solid #fff;
}
.ermenu-ul li:hover a{
  background: #F7F7F7;
  color: #000;
}
.ermenu-ul a{
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.nav> ul > li:hover .ermenu-ul{
  display: block;
}
.head-top{
  background: #fff;
  border-bottom: 1px solid #eee;
 
}
.head-top .nav li a{
  color: #333;
}
.head-top .head-logo{
  float: left;
  margin-top: 17px;
}
.head-top .nav span{
  float: right;
  color: #DAB866;
  line-height: 106px;
  display:none;
}
.nav > ul{
  display: inline-block;
 
}
.div7 .div7_swiper .ziticolorse{ color: #9A9A9B;}
