body {
  /* font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif; */
  font-family: Pingfang;
 
}
body *{ 
    /*transition:1s;*/
    transition-duration:0.6s;
}

.phone {
  display: none;
}

.container {
  max-width: 1500px;
  width: 92%;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.footer,
.header {
  flex: 0;
}

a:hover {
  text-decoration: none;
  color: #240f6c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}
@font-face {
  font-family: Ranybold;
  src: url(../fonts/Rany/Rany-Bold.otf);
}
@font-face {
  font-family: RanyMedium;
  src: url(../fonts/Rany/Rany.otf);
}
@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/PINGFANG.TTC);
}
@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/PINGFANG\ BOLD.TTF);
}
@font-face {
  font-family: sourceHan;
  src: url(../fonts/SourceHan/SourceHanSansCN-Normal.otf);
}
@font-face {
  font-family: sourceHan-bold;
  src: url(../fonts/SourceHan/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: sourceHan-light;
  src: url(../fonts/SourceHan/SourceHanSansCN-Light.otf);
}
@font-face {
  font-family: poppins;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
.Pingfang{
  font-family: Pingfang;
}
.Pingfang-bold{
  font-family: Pingfang-bold;
}
.Ranybold{
  font-family: Ranybold;
}
.RanyMedium{
  font-family: RanyMedium;
}
.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.sourceHan-light{
  font-family: sourceHan-light;
}
.poppins{
  font-family: poppins;
}
.container{width: 92%;margin: auto;max-width: 1500px;}
.image{font-size: 0;line-height: 0;overflow:hidden;}
.image img{transition:0.6s;}
.image:hover img{transform:scale(1.1,1.1);}

/* 导航 */
.pc-nav {  width: 100%;height: 110px;  position: fixed;  top: 0;  left: 0;  z-index: 999; background:rgba(255,255,255,0);}

.pc-nav .container{}

.pc-nav .logo-box{ display: flex;  align-items: center;  justify-content: space-between;float: left;height: 110px;}
.pc-nav .logo-box .logo {align-items: center;}
.pc-nav .logo-box .logo img {  max-width: 100%;max-height: 100%;}


.pc-nav .nav{float: right;width: calc(100% - 300px);}
.pc-nav .nav .menu {display: flex; align-content: center;justify-content: flex-end;}
.pc-nav .nav .menu li { display: flex; align-items: center; justify-content: center;  position: relative;margin-left:calc(2vw + 2px);float: left;height: 110px;}
.pc-nav .nav .menu li a {font-size: 18px; color:#ffffff;opacity: 1; white-space: nowrap;height: 40px;line-height: 40px;}
.pc-nav .nav .menu li a.nv{white-space: nowrap;position: relative;}
.pc-nav .nav .menu li:hover a{color:#ee7900;}
.pc-nav .nav .menu .menu-son {  display: none;  position: absolute;  top: 80px;  left: calc(50% - 80px);   z-index: 100;  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  width: 160px;  font-size: 14px;  background: #fff;  animation: fromBottomFade 0.6s ease both;  -webkit-animation: fromBottomFade 0.6s ease both;}
.pc-nav .nav .menu .menu-son a {  overflow: hidden;  color: #222;  display: block;  font-size: 14px;  padding: 10px;text-align: center;  border-bottom: 1px solid #ebebeb;  line-height: 23px;  text-align: center;}
.pc-nav .nav .menu .menu-son a:hover { font-weight: bold;  background: #f5f5f5;}
.pc-nav .nav .menu li:hover .menu-son {  display: block;}

.pc-nav.current{background:#ffffff;}
.pc-nav.current .nav .menu li .nv{color:#000000;}
.pc-nav.current .nav .menu li:hover a{color:#ee7900;}
.pc-nav.current .nav .menu li.cur a{color:#ee7900;}

.pc-nav .nav .menu li.searchpro{position:relative; }
.pc-nav .nav .menu li.searchpro input{border:1px solid #dedede;background:#ffffff;height:40px;border-radius:20px;text-indent:15px;padding-right:40px;}
.pc-nav .nav .menu li.searchpro .icon{position:absolute;right:15px;top:45px;}
.headerauto{height: 110px;}



.sidenav{overflow:hidden;background: #f2f2f2;}
.sidenav .container{}
/* .sidenav1{background:#ffffff;margin-bottom:30px;} */
.sidenav .left{line-height: 140px;font-size:16px;white-space: nowrap;}
.sidenav .right{float:right;height:140px;display:flex;align-items:center;}
.sidenav ul li{float:left; overflow: hidden;overflow: hidden;margin-bottom: 1px;position: relative;transition: 1s;line-height: 20px; margin-left:20px;}
.sidenav ul li a {color: #333333;  font-size:18px;margin: auto; display: block; position: relative;transition: 1s; }
.sidenav ul li.cur a{color: #ee7900; }

.catelist{margin-bottom: 40px;overflow:hidden;}
.catelist ul li{float:left;line-height:40px;margin-right:25px;}
.catelist ul li a{color: #333333;  font-size:18px;margin: auto; display: block; position: relative;transition: 1s; }
.catelist ul li.cur a{color: #ee7900; }

/* 内页导航 */
.inset {width: 100%;  overflow: hidden; background: #f8f8f8;padding: 60px 0;}

.inset_left{width: 270px;background: #f8f8f8;border-radius: 25px;padding: 45px 0px;float: left;}
.inset_left .inset_left_tt{font-size: 26px;margin-bottom: 26px;padding-left: 20px;}
.inset_left ul li{ overflow: hidden;line-height:30px; overflow: hidden;margin-bottom: 1px;position: relative;transition:1s;padding-left: 20px;width: 240px; line-height: 2;}
.inset_left ul li a {color: #000000;  font-size:16px;margin: auto; display: block; position: relative;transition: 1s;border-bottom:1px solid #eae5e5;padding:10px 0px; }
.inset_left ul li a i{float: right;}
.inset_left .nav-first a{font-size:18px ;color:#000000;}
.inset_left .nav-third{padding-left: 20px;display: none;}


.inset_left .nav-second.cur .nav-third{height: auto;opacity: 1;display: block;}
.inset_left ul li.top_title{font-size: 26px;}
.inset_left ul li.top_title p{margin: auto;}
.inset_left ul li a.cur{color: #ee7900;   }
.inset_left ul li a:hover{color: #ee7900;  }
.inset_left .nav-third.cur a{color: #ee7900;}


.insetpic_left{width: 400px;padding:60px 50px; background:#ee7900;float: left;}
.insetpic_left ul li{border-bottom: 1px solid #ff982d;line-height:54px;text-indent:10px;}
.insetpic_left ul li.active{background:#ff982d;}
.insetpic_left ul li a{font-size: 20px;color:#ffffff;}
.insetpic_left ul li:last-child{border-bottom: 0;}
.insetpic_left .cate{width: 100%;overflow: hidden; display: flex;justify-content: flex-end;align-items: center;margin-top: 40px;}
.insetpic_left .cate p{color:#ffffff;font-size: 26px;}


.inset_right{width: calc(100% - 300px);float: right; background: #ffffff;overflow: hidden;}
.inset_right1{width: 100%;background: #ffffff;overflow: hidden;}
.inset_right img{max-width: 100%;}
.inset_right1 img{max-width: 100%;}

.orientation {  margin-top: 30px;  line-height: 30px;}


.tit{position: relative;width: 100%;line-height: 1;margin-bottom:calc(30px + 1.5vw);}
.tit .catenname{font-size:calc(4vw + 20px) ;color:rgba(0,0,0,0.05);}
.tit .catname{font-size:calc(2vw + 14px);margin-top: calc(6px - 2vw);}

.abouttit{text-align: center;padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:calc(1.4vw + 12px);}

.insidecate{padding:0px 0px calc(20px + 1.5vw);text-align: center;}
.insidecate .catenname{font-size:calc(1.5vw + 60px) ;color:rgba(0,0,0,0.05);}
.insidecate .catname{font-size:calc(1.3vw + 20px);margin-top: calc(6px - 2vw);}

/* 内页banner */
.index-banner{overflow: hidden;}
.index-banner img{
  width:100%;
  min-height:101%;
  transition:1s linear 2s;
  transform:scale(1.1,1.1) rotate(0.2deg);

  }
  .index-banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
  transition:8s linear;
  transform:scale(1,1) rotate(0.1deg);
  }	

.index-banner .banner-con{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.index-banner .banner-con .title{font-size:calc(20px + 2.5vw);color:#ffffff;width:100%;overflow:hidden;}
.index-banner .banner-con .title p{float: left;}
.index-banner .banner-con .con{font-size:calc(28px + 1vw);color:#ffffff;margin-top:15px;}
.index-banner .banner-con .con p{float: left;margin-right:5px;}
.inside-banner {}
.inside-banner .swiper-slide { position: relative;}
.inside-banner .swiper-slide .banner-title {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%); }
.inside-banner .swiper-slide .banner-title .cn{ font-size: 34px;   color: #fff;margin-bottom: 10px;}
.inside-banner .swiper-slide .banner-title .en{ font-size: 20px;   color: #fff;font-weight: lighter;}



.iAbout{width: 100%; position: relative;overflow: hidden;padding: calc(4vw + 20px) 0px;}
.iAbout .container{overflow: hidden;display: flex; align-items: center;justify-content: space-between;}
.iAbout .about-left{width: 50%;float: left;}
.iAbout .details{width: 100%;overflow: hidden;font-size: 18px;line-height: 2;margin-bottom: 50px;}
.iAbout .about-left .more{padding:0px 30px;height: 58px;line-height: 58px; width: 135px; border-radius: 30px;display: flex;align-items: center;justify-content: center;color:#ffffff;background:#ee7900;}
.iAbout .about-left .more img{margin-left:20px;transition:0.3s;}
.iAbout .about-left .more:hover img{margin-left:40px;}

.iAbout .aboutlist{width: 50%;float: right;max-width: 464px;}
.iAbout .aboutlist ul{margin-top: 40px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.iAbout .aboutlist ul li{float: left;width: 50%;margin-bottom: 30px;}
.iAbout .aboutlist ul li:nth-child(2n) .item{/*float: right;*/min-width: 80px;}
.iAbout .aboutlist ul li .numCX{color:#ee7900;font: calc(1.6vw + 14px) Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif}
.iAbout .aboutlist ul li sub{font-size: 1vw;color:#ee7900;}
.iAbout .aboutlist ul li .indc{margin-top: 10px;font-size: 1vw;color:#999999}
.iAbout .aboutlist ul li:nth-child(4n+4) sub{font-size: calc(1.6vw + 14px);color:#ee7900;}

.aboutimglist{width: 100%;overflow: hidden;}
.aboutimglist ul{width: 100%;display: flex;justify-content: space-between;align-items: flex-end;}
.aboutimglist ul li:nth-child(3n+1){margin-right: 25px;}
.aboutimglist ul li:nth-child(3n+1) p{text-align: center;margin-bottom: 60px;font-size:18px;}
.aboutimglist ul li:nth-child(3n+2){margin-right: 25px;}
.aboutimglist ul li:nth-child(3n+2) p{text-align: left;margin-bottom: 60px;font-size:18px;}
.aboutimglist .image img{max-width: 100%;transition:0.6s;}
.aboutimglist .image:hover img{transform:scale(1.1,1.1);}


.iProducts{width: 100%;}
.iProducts .iProducts_con{overflow: hidden;}
.iProducts .iProducts_con ul li{display: flex;align-items: center;justify-content: space-between;}
.iProducts .iProducts_con ul li::after{content:"";position: absolute;left:0;width: 50%;height: 100%;background: #394a5f;z-index: -1;}
.iProducts .iProducts_con ul li .image{float: left;position: absolute;left: 39%;top: 50%;transform: translateY(-50%);width: 56.8%;}
.iProducts .iProducts_con ul li .image img{max-width: 100%;max-height: 100%;transition:0.6s;}
.iProducts .iProducts_con ul li .image:hover img{transform:scale(1.1,1.1);}

.iProducts .iProducts_con ul li .details{width: 33%;max-width: 500px;padding:calc(4vw + 30px) 0px;}
.iProducts .iProducts_con ul li .details .title{font-size: 36px;margin-bottom: calc(1.5vw + 14px);color:#ffffff;padding-bottom: 25px;position: relative;}
.iProducts .iProducts_con ul li .details .title::before{content: " "; position: absolute;width: 7px;height: 7px;border-radius: 4px;background: #ffffff;bottom: 0px;left: 0px;}
.iProducts .iProducts_con ul li .details .title::after{content: " "; position: absolute;width: 43px;height: 7px;border-radius: 4px;background: #ffffff;bottom: 0px;left:10px;}
.iProducts .iProducts_con ul li .summary{line-height: 2;font-size: 20px;color:#ffffff;min-height: calc(10vw + 160px);}
.iProducts .iProducts_con ul li .more{width: 80px;height: 80px;background: #ee7900;border-radius: 40px;display: flex;align-items: center;justify-content: center;}
.iProducts .swiper-button{position: absolute;bottom: 100px;left: 50%;transform: translateX(-50%);z-index: 100;font-size: 0;line-height: 0;}
.iProducts .swiper-button .button-next{float: left;outline:0;}
.iProducts .swiper-button .button-prev{float: left;margin-right: 10px;outline:0;}
.button-next{outline:0;}
.button-prev{outline:0;}
.iCustomer{width: 100%;overflow: hidden;padding: 60px 0px;}
.iCustomer .Customer-detail{overflow: hidden;}
.iCustomer .Customer-detail ul li{text-align: center;font-size: 0;line-height: 0;}
.iCustomer .Customer-detail ul li .image{height: 124px;width: calc(100% - 2px);border:1px solid #eeeeee;display: flex;align-items: center;justify-content: center;}
.iCustomer .Customer-detail ul li .image img{max-width: 100%;max-height: 100%;transition:0.6s;}
.iCustomer .Customer-detail ul li .image:hover img{transform:scale(1.1,1.1);}

.iCustomer .Customer-detail ul li .title{font-size: 18px;}


.iArticle{width: 100%; padding: 60px 0px; position: relative;overflow: hidden;background:#fafafa;}
.iarticle-left{width: 100%;float: left;}
.iarticle-left .content ul{display: flex;justify-content: space-between;}
.iarticle-left .content ul li{width: 31%;float: left;border-radius:25px 25px 0px 0px;overflow:hidden;}
.iarticle-left .content ul li .image{font-size: 0;line-height: 0;aspect-ratio:3/2;height:270px;overflow:hidden;}
.iarticle-left .content ul li .image img{width: 100%;height: 100%;transition:0.6s;}
.iarticle-left .content ul li:hover .image img{transform:scale(1.1,1.1);}

.iarticle-left .content ul li .details{width: calc(100% - 60px);padding:30px;border-radius: 20px;position: relative; top: -20px; background: #ffffff;}
.iarticle-left .content ul li .details .title{font-size: 18px; color:#333333;line-height: 2;height: 72px;border-bottom: 1px dashed #ed7700;}
.iarticle-left .content ul li .details .summary{line-height: 2;height: 72px; margin: 20px 0px;color:#666666;overflow:hidden;}
.iarticle-left .content ul li .details .viewmore{padding-bottom: 10px;display:flex;justify-content:space-between;align-items:center;}
.iarticle-left .content ul li .details .viewmore p{color:#999;font-size: 14px;}
.iarticle-left .content ul li:hover .details .title{color: #ed7700;} 
.iarticle-left .content ul li:hover .details .summary{color: #ed7700;} 
.iHonor{width: 100%; overflow: hidden;background: url(../images/bg-iHonor.jpg)no-repeat center;background-size: cover;}
.iHonor .container{overflow: hidden;padding: 120px 0px;}
.iHonor .tit{text-align: center;margin-bottom: 50px;}
.iHonor .tit::after{left: calc(50% - 2vw - 4px); }
.mySwiper_Honor{width: 70%;margin: auto;overflow: hidden;}
.mySwiper_Honor ul li.swiper-slide{width: 15%;z-index: 1;height: 360px; display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0;}
.mySwiper_Honor ul li.swiper-slide-active{ z-index: 100;}
.mySwiper_Honor ul li.swiper-slide-next{ z-index: 10;top: 50%;}
.mySwiper_Honor ul li.swiper-slide-prev{ z-index: 10;}
.mySwiper_Honor ul li .image{position: relative;}
.mySwiper_Honor ul li img{width: 100%;}
.mySwiper_Honor ul li.swiper-slide-active img{width: 200%;position: absolute;}
.mySwiper_Honor ul li.swiper-slide-next img{width: 160%;position: absolute;}
.mySwiper_Honor ul li.swiper-slide-prev img{width: 160%;position: absolute;}


/*关于我们*/
.aboutpage1{padding:0px 0px 100px;margin-top: 80px; position: relative;overflow: hidden;background: url(../images/about_bg.jpg)no-repeat right center;background-size:45% 100% ;}
.aboutpage1 .container{overflow: hidden;display: flex; align-items: center;justify-content: space-between;}
.aboutpage1 .about-left{width: 50%;}
.aboutpage1 .aboutlist{width: 100%;margin-bottom: 60px;}
.aboutpage1 .aboutlist ul{width: 100%; display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutpage1 .aboutlist ul li{fmargin-bottom: 30px;}
.aboutpage1 .aboutlist ul li .numCX{font-size: calc(1.6vw + 14px);color:#ee7900;}
.aboutpage1 .aboutlist ul li sub{font-size: 1vw;}
.aboutpage1 .aboutlist ul li .indc{margin-top: 10px;font-size: 0.8vw;color:#999999}
.aboutpage1 .aboutlist ul li:nth-child(4n+3) sub{font-size: calc(1.6vw + 14px);color:#ee7900;}
.aboutpage1 .aboutlist ul li:nth-child(4n+4) sub{font-size: calc(1.6vw + 14px);color:#ee7900;}
.aboutpage1 .details{line-height: 2;}





.aboutpage2{width: 100%;padding:80px 0px 50px;}
.aboutpage2 .details{display: flex;display: flex;justify-content: space-between;align-items: center;width: 100%;margin-bottom: calc(20px + 2vw);}
.aboutpage2 .details li{width: 50%;}
.aboutpage2 .details li p.tt{font-size: 24px;color:#000000;line-height: 2;}
.aboutpage2 .details li p.des{font-size: 30px;color:#000000;line-height: 1;}
.aboutpage2 .images{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.aboutpage2 .images img{max-width: 100%;}

.aboutpage3{width: 100%;margin-bottom: 60px;}
.aboutpage3 .developbig{overflow: hidden;margin-bottom: 30px;}
.aboutpage3 .developbig .swiper-slide img{max-width: calc(100% - 170px);}
.aboutpage3 .developbig .swiper-slide .detail{position: absolute;bottom: 15%;right:0; width: calc(50% - 100px); background: #ee7900;padding: 30px 50px;}
.aboutpage3 .developbig .swiper-slide .detail .title{font-size: 60px;color:#ffffff;}
.aboutpage3 .developbig .swiper-slide .detail .des{color:#ffffff;line-height: 1.8;}
.aboutpage3 .developbig .button-prev{position: absolute; left: calc(100% - 170px);top:calc(50% - 40px); width: 85px;height: 85px;background: #f8840f;z-index:100 ;display: flex;align-items: center;justify-content: center;}
.aboutpage3 .developbig .button-prev img{filter: invert(1);}
.aboutpage3 .developbig .button-next{position: absolute; left: calc(100% - 85px);top:calc(50% - 40px);width: 85px;height: 85px;background: #f8840f;z-index:100 ;display: flex;align-items: center;justify-content: center;}
.aboutpage3 .developbig .button-next img{transform: rotate(180deg);filter: invert(1);}
.aboutpage3 .developbig .swiper-button-disabled{background: #bdbdbd;filter: brightness(1);}
.aboutpage3 .developbig .swiper-button-disabled img{filter: brightness(1);}
.aboutpage3 .developsmall .swiper-slide{border-top:12px solid #e8e8e8;}
.aboutpage3 .developsmall .swiper-slide p{font-size: 20px;line-height: 50px;text-align: center;}
.aboutpage3 .developsmall .swiper-slide-thumb-active{border-top:12px solid #ee7900;}
.aboutpage4 .container{overflow:hidden; }
.aboutpage4 .activitybig{overflow: hidden;margin-bottom:12px;}
.aboutpage4 .activitysmall .swiper-slide{background: #000000;font-size: 0;line-height: 0}
.aboutpage4 .activitysmall .swiper-slide img{opacity: 0.4;max-width: 100%;}
.aboutpage4 .activitysmall .swiper-slide-thumb-active img{opacity: 1;}
/*招才纳贤 */
.recruitpage1{display: flex;justify-content: space-between;}
.recruitpage1 .details{background:#f8f8f8;width: calc(48% - 80px) ;padding: 60px 40px;border-radius: 15px;}
.recruitpage1 .details .title{font-size:calc(1vw + 10px);margin-bottom: 12px;}
.recruitpage1 .details .line{width: 35px;height: 5px;background: #ee7900;margin:30px 0;border-radius: 2px;}
.recruitpage1 .details .content{font-size: calc(0.5vw + 8px);line-height: 2;}

.recruitpage2{width: 100%;}
.recruitpage2 .list{margin-bottom: 8px;width: 100%;overflow: hidden;background: #ee7900;}
.recruitpage2 .list div{float: left;}
.recruitpage2 .list .p1{width: 30%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p2{width: 10%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p3{width: 20%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p4{width: 30%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p5{width: 10%;text-align: center;line-height: 60px;color:#ffffff;font-size: calc(0.5vw + 8px);}
.recruitpage2 .list .p6{width: calc(100% - 4.8vw - 4px);overflow: hidden;padding: calc(2.4vw + 2px);background: #f8f8f8;display: none;}
.recruitpage2 .list1{background: #3a8dc9;}
.recruitpage2 .list .p6 .details1{width: 48%;line-height: 2;font-size: calc(0.3vw + 10px);}
.recruitpage2 .list .p6 .details1 .title{font-size: calc(0.6vw + 8px);color:#000000;width: 100%;overflow: hidden;line-height: 2;margin-bottom: 20px;}
.recruitpage2 .list .p7{width: 100%;margin-top: 20px;}

.articlepage1 img{max-width: 100%;}
.articlepage2{background: #f8f8f8;margin-top: 60px;width: 100%;overflow: hidden;}
.articlepage2 .left{float: left;width: 63%;}
.articlepage2 .left img{max-width: 100%;}
.articlepage2 .right{float: right;width: 37%;height: 100%;}
.articlepage2 .right .details{width: calc(100% - 130px);text-align: left;margin: 40px auto;}
.articlepage2 .right .details .abouttit{text-align: left;}
.articlepage2 ul{height: 240px;}
.articlepage2 ul li .title{font-size: calc(0.3vw + 12px);line-height:30px;width: calc(100% - 20px);padding-left: 20px;background: url(../images/icon-jt4.png)no-repeat left center;}
.articlepage2 ul li .title:hover{color:#ee7900;background: url(../images/icon-jt3.png)no-repeat left center;}
.articlepage2 .articlemore a{display: block;margin: auto;line-height: 58px;font-size: 18px;color: #666666;}


.articlepage3{background: #f8f8f8;margin-top: 60px;width: 100%;overflow: hidden;}
.articlepage3 .left{float: right;width: 63%;}
.articlepage3 .left img{max-width: 100%;}
.articlepage3 .right{float: left;width: 37%;height: 100%;}
.articlepage3 .right .details{width: calc(100% - 130px);text-align: left;margin: 40px auto;}
.articlepage3 .right .details .abouttit{text-align: left;}
.articlepage3 ul{height: 240px;}
.articlepage3 ul li .title{font-size: calc(0.3vw + 12px);line-height:30px;width: calc(100% - 20px);padding-left: 20px;background: url(../images/icon-jt4.png)no-repeat left center;}
.articlepage3 ul li .title:hover{color:#ee7900;background: url(../images/icon-jt3.png)no-repeat left center;}
.articlepage3 .articlemore a{display: block;margin: auto;line-height: 58px;font-size: 18px;color: #666666;}



.articlepage4 .articlemore{width:248px;height: 58px;display: block;border: 1px solid #b5b5b5;margin: auto;border-radius: 29px;} 
.articlepage4 .articlemore a{display: block;margin: auto;text-align: center;line-height: 58px;font-size: 18px;color: #666666;}
.articlepage4 .articlemore:hover{background: #ee7900;border: 1px solid #ee7900;}
.articlepage4 .articlemore:hover a{color:#ffffff;}

.selectcate{background: #ffffff;padding: 30px 0px;margin-bottom: 20px;overflow: hidden;}
.selectcate .cate{float: left;margin-right: 40px ;}
.selectcate .cate:first-child{line-height: 50px;font-size: 26px;color:#ee7900;}
.selectcate .cate select{width: 328px;border-radius: 25px;height: 50px;overflow: hidden;background:rgba(255,255,255,0);border:1px solid #eeeeee;text-indent: 20px;}
.productselect_docn{overflow-x:scroll;}
.productselect_doil{overflow-x:scroll;}


/*.productselect ul{width: 100%;overflow: hidden;}*/
.productselect ul.tdtit{background: #ee7900;padding: 30px 0;overflow:hidden;}
.productselect ul.tdtita1{width:2510px;}
.productselect ul.tdtita2{width:2140px;}
.productselect .tdtit li{color: #ffffff;font-size: 16px;float: left;min-height:1px;line-height: 30px;overflow: hidden;padding:0px 5px;}
.productselect .tdtit li.protitle{width:calc(38% - 240px);}
/*.productselect .tdtit li:nth-child(7n+1){width: 12%;text-align: center;}*/
/*.productselect .tdtit li:nth-child(7n+2){width: calc(33% - 40px);padding: 0px 20px;}*/
/*.productselect .tdtit li:nth-child(7n+3){width: 20%;}*/
/*.productselect .tdtit li:nth-child(7n+4){width: 15%;text-align: center;}*/
/*.productselect .tdtit li:nth-child(7n+5){width: 10%;text-align: center;}*/
/*.productselect .tdtit li:nth-child(7n+6){width: 10%;text-align: center;}*/
/*.productselect .tdtit li:nth-child(7n+7){width: 100%;overflow: hidden;}*/

.productselect ul.detail{padding: 30px 0px;border-bottom:1px solid #dedede;overflow:hidden;}
.productselect .detail li{float: left;min-height:1px;line-height: 30px;overflow: hidden;padding:0px 5px;}
.productselect .detail li.protitle{width:calc(38% - 240px);}
/*.productselect .detail li:nth-child(7n+1){width: 12%;text-align: center;}*/
/*.productselect .detail li:nth-child(7n+2){width: calc(33% - 40px);padding: 0px 20px;}*/
/*.productselect .detail li:nth-child(7n+2) span{color:#ee7900;border:1px solid #ee7900;font-size:12px;padding:2px;}*/
/*.productselect .detail li:nth-child(7n+3){width: 20%;}*/
/*.productselect .detail li:nth-child(7n+4){width: 15%;text-align: center;}*/
/*.productselect .detail li:nth-child(7n+5){width: 10%;text-align: center;}*/
/*.productselect .detail li:nth-child(7n+6){width: 10%;text-align: center;}*/
/*.productselect .detail li:nth-child(7n+7){width: 100%;overflow: hidden;}*/
.productselect .detail li .checkmore{height: 32px;line-height: 32px;text-align: center;background: #ee7900;color:#ffffff;display: block;margin: auto;border-radius: 15px;}
.productselect .detail li .checkmoreinfo{color:#000000;}
.productselect .detail li .checkmoreinfo span{color:#ee7900;border:1px solid #ee7900;font-size:12px;padding:2px;}


.productpage .inset-cate { margin: 40px auto;}
.productpage .inset-cate .cate{ font-size: 26px; }
.productpage .cate-description{width: calc(100% - 80px);padding: 50px 50px 50px 30px; overflow: hidden;background: #f8f8f8;border-radius: 25px;display: flex;align-items: center;justify-content: space-between;}
.productpage .cate-description .image{width: 40%;float: left;margin-right: 60px;}
.productpage .cate-description .details{width: 56%;float: right;}
.productpage .cate-description .details .title{font-size: calc(1.2vw + 16px);margin-bottom: 20px;}
.productpage .cate-description .details .summary{line-height: 2;font-size: calc(0.4vw + 10px);}




.picture{ /*display: flex; */overflow:hidden;}
.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 4);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;margin-bottom: 25px;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li a{width:calc(100% - 20px);margin: auto;padding: 10px 0px;display: block;}
.picture .detail li .image{ overflow: hidden;border-radius: 10px;height: 240px;border:1px solid #eeeeee;  display: flex;align-items: center;justify-content: center;/*background: #f8f8f8;*/ }
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li img{}
.picture .detail li img:hover{transform: scale(1.1,1.1);}
.picture .detail li .title { font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;text-align: center;}


.pictureshow .part-one{background: #f8f8f8;padding: 45px 0px ;border-radius: 20px;}
.pictureshow .part-one .container{display: flex;align-items: center;justify-content: space-between;}
.pictureshow .part-one .image{width: 266px;height: 266px;border:1px solid #eee; display: flex;justify-content: center;align-items: center;background: #ffffff;border-radius: 10px;}
.pictureshow .part-one .image img{max-width: 100%;}
.pictureshow .part-one .details{width: calc(100% - 300px);line-height: 1.7;}
.pictureshow .part-one .details .tt{font-size: calc(20px + 1vw);margin-bottom: 15px;}
.pictureshow .part-one .details .summary{font-size: calc(16px + 0.1vw);}

.pictureshow .transcate .cate a{font-size: 26px; line-height: 100px;margin-right:50px;}
.pictureshow .transcate .cate a.active{color:#ee7900;}
.pictureshow .transcan .trans-can{display:none;}
.pictureshow .transcan .trans-can:first-child{display:block;}

.pictureshow .part-two .cate a{font-size: 26px; line-height: 100px;margin-right:50px;}
.pictureshow .part-two .details{background:#f8f8f8 ;padding:70px 0px ;line-height: 2.2; font-size: calc(16px + 0.1vw);border-radius: 20px;}

.pictureshow .part-three .cate a{font-size: 26px; line-height: 100px;margin-right:50px;}
.pictureshow .part-three .details{background:#f8f8f8 ;padding:45px 0px ;line-height: 2.2; font-size: calc(13px + 0.1vw);border-radius: 20px;}
.pictureshow .part-three .details ul li{
    display:flex;justify-content: space-between;flex-direction: row-reverse;margin-bottom: 35px;
}
.pictureshow .part-three .details ul li .image{width:48%;}
.pictureshow .part-three .details ul li img{max-width:100%;}
.pictureshow .part-three .details ul li .des{width:calc(52% - 60px);padding:0px 30px;}
.pictureshow .part-three .details ul li .des .title{font-size:24px;}

.pictureshow .part-three .details ul li:nth-child(even){ }

.pictureshow .part-four .cate a{font-size: 26px; line-height: 100px;margin-right:50px;}
.pictureshow .part-four .details{background:#f8f8f8 ;padding:45px 0px ;line-height: 2.2; font-size: calc(16px + 0.1vw);border-radius: 20px;}

.pictureselect{margin-bottom: calc(20px + 1vw);}
.pictureselect_scroll{overflow-x:auto;padding-bottom:10px;}
.pictureselect_scroll ul{display:flex;}
.pictureselect_scroll ul li{flex-shrink: 0;}
.pictureselect .catetit{font-size: calc(20px + 1vw);text-align:center;color:#000000;}
/*.pictureselect ul{width: 100%;overflow: hidden;}*/
.pictureselect ul.tdtit{padding: 10px 0;}
.pictureselect ul li{color: #000000;font-size: 18px;padding:0px 10px; float: left;min-height:1px;line-height: 30px;overflow: hidden;}
.pictureselect ul li.protitle{width:30%;max-width:240px; }
/*.pictureselect .tdtit li:nth-child(7n+1){width: calc(45% - 40px);padding: 0px 20px;}*/
/*.pictureselect .tdtit li:nth-child(7n+2){width: 20%;}*/
/*.pictureselect .tdtit li:nth-child(7n+3){width: 15%;text-align: center;}*/
/*.pictureselect .tdtit li:nth-child(7n+4){width: 10%;text-align: center;}*/
/*.pictureselect .tdtit li:nth-child(7n+5){width: 10%;text-align: center;}*/
/*.pictureselect .tdtit li:nth-child(7n+6){width: 100%;overflow: hidden;}*/

.pictureselect ul.detail{margin-top: 10px;}
.pictureselect .detail li{float: left;min-height:1px;line-height: 30px;overflow: hidden;font-size:14px;padding-top:10px; border-top:1px solid #dedede;}
/*.pictureselect .detail li:nth-child(7n+1){width: calc(45% - 40px);padding: 0px 20px;}*/
/*.pictureselect .detail li:nth-child(7n+1) span{color:#ee7900;border:1px solid #ee7900;font-size:12px;padding:2px;}*/
/*.pictureselect .detail li:nth-child(7n+2){width: 20%;}*/
/*.pictureselect .detail li:nth-child(7n+3){width: 15%;text-align: center;}*/
/*.pictureselect .detail li:nth-child(7n+4){width: 10%;text-align: center;}*/
/*.pictureselect .detail li:nth-child(7n+5){width: 10%;text-align: center;}*/
/*.pictureselect .detail li:nth-child(7n+6){width: 100%;overflow: hidden;}*/
.pictureselect .detail li .checkmore{height: 32px;line-height: 32px;text-align: center;background: #ee7900;color:#ffffff;display: block;margin: auto;border-radius: 15px;}
.pictureselect .detail li .checkmoreinfo{color:#000000;}
.pictureselect .detail li .checkmoreinfo span{color:#ee7900;border:1px solid #ee7900;font-size:12px;padding:2px;}




.fixedcontent{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);display:none;z-index: 1000;}
.fixedcon{width:500px;background:#ffffff;line-height:50px;position:absolute;left:calc(50% - 250px);top:calc(50% - 250px); padding:30px;font-size:13px;line-height:1.8;}
.fixedcon .list{width:100%;overflow:hidden;}
.fixedcon .list .title{float:left;font-size:18px;line-height:35px;}
.fixedcon .list .close{float:right;font-size:18px;line-height:35px;}
.fixedcon .list:first-child{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #dcdcdc;}
.fixedcon p{width:100px;float:left;}
.fixedcon .des{float: left;width:calc(100% - 100px);}
.taglistpage{width: calc(100% - 500px);float: right;}
.taglistpage li{display: none;}
.taglistpage li.active{display: block;}
.taglistpage li .image{height: 520px;width:100%; overflow: hidden;}
.taglistpage li .image img{width: 100%;}
.taglistpage li .conn{padding-top:40px ;}
.taglistpage li .conn .title{font-size: 30px; color:#000000;position: relative;padding-bottom: 25px;}
.taglistpage li .conn .title a{float: right;color:#ee7900;border-bottom: 1px solid #ee7900;font-size: 20px;}
.taglistpage li .conn .title::after{content: "";position: absolute;left:0;bottom: 0;width: 28px;height: 7px;background: #ee7900;border-radius: 3px;}
.taglistpage li .conn .summary{line-height: 30px;margin-top:15px;margin-bottom: 20px;}
.taglistpage li .conn .aboutunit{height:160px;overflow:hidden;}
.taglistpage li .conn .aboutunit img{float: left;margin-right: 20px;}
.taglistpage li .conn .unitSwiper{padding-bottom:35px;}
.taglistpage li .conn .unitSwiper .swiper-slide a{border:1px solid #dedede;display:block;width:calc(100% - 2px);height:100%;overflow:hidden;}
.taglistpage li .conn .unitSwiper .swiper-slide img{max-width:100%}
/* .picture1{ display: flex; }
.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(91% / 7);  border-radius: 3px;  overflow: hidden;  margin-right: 1.5%;margin-bottom: 25px;}
.picture1 .detail li:nth-child(7n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture1 .detail li .image img:hover{transform: scale(1.1,1.1);}
.picture1 .detail li .title {  text-align: center;font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;}



.picture .detail li p::after{position: absolute;content:"";width: 30px;height: 8px;border-radius: 4px; background: #000000;left: calc(50% - 15px);bottom: 0;}
.picture .detail li:hover img {  transform: scale(1.1, 1.1);}
.picture .detail li:hover p{color:#2458a4;}
.picture .detail li:hover p::after{background: #2458a4;} */

.contact-image ul{display: flex;justify-content: center;align-items: center;margin-bottom: 50px;}
.contact-image ul li{margin: 0px 20px;}
.contact-image ul li p{text-align: center;margin-top: 20px;}


.contact-lxfs{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.contact-lxfs .left{width: calc(49% - 60px); padding:50px 30px 30px; background: #ffffff;overflow: hidden;border-radius: 15px;}
.contact-lxfs .left .tt{font-size: 27px;margin-bottom: 20px;}
.contact-lxfs .right{width: calc(49% - 60px);  padding:50px 30px 30px;background: #ffffff;overflow: hidden;border-radius: 15px;}
.contact-lxfs .right .tt{font-size: 27px;margin-bottom: 20px;}
.contact-lxfs ul li{display: flex;align-items: center;background: #f8f8f8;margin-bottom:20px;height: 60px;width: calc(100% - 40px);padding:0px 20px; overflow: hidden;border-radius: 15px;}
.contact-lxfs ul li .image{width: 50px;}
.contact-lxfs ul li:nth-child(4n+1){width: calc(49% - 40px);float: left;overflow: hidden;}
.contact-lxfs ul li:nth-child(4n+2){width: calc(49% - 40px);float: right;overflow: hidden;}



.contact .lxfs{width: 100%;display: flex;justify-content: space-between;margin-top: 38px;}
.contact .tel{background: #ffffff;line-height:60px;padding: 50px 0px;text-align: center;width: 35%;float: left;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.contact .title{font-size: 20px;margin-right: 15px;color: #333333;}
.contact .con{font-size: 26px;color: #333333;}
.contact .add{background: #ffffff;line-height:60px;padding: 50px 0px;text-align: center;width: 63%;float: right;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.contact .qrcode{background: #ffffff;width: 100%;margin-top: 38px;box-shadow: 0px 0px 10px 5px #ebeaea;padding: 50px 0px ;border-radius: 20px;}
.contact .qrcode ul{display: flex;align-items: center;justify-content: center;width: 100%;}
.contact .qrcode ul li{margin: 0px 30px;}
.contact .qrcode ul li .image{font-size: 0;line-height: 0;}
.contact .qrcode ul li img{border-radius: 15px;}
.contact .qrcode ul li p{text-align: center;margin-top: 15px;}
.cxptpage ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.cxptpage ul li{width:48%;float:left;margin-bottom:20px;}
.cxptpage ul li a{width:90%;margin:20px 5%;padding:30px 0px; display:block;}
.cxptpage ul li:nth-child(7n+1){background:#20499b;}
.cxptpage ul li:nth-child(7n+2){background:#5987e3;}
.cxptpage ul li:nth-child(7n+3){background:#3171f1;}
.cxptpage ul li:nth-child(7n+4){background:#374fb6;}
.cxptpage ul li:nth-child(7n+5){background:#37acd8;}
.cxptpage ul li:nth-child(7n+6){background:#20499b;}
.cxptpage ul li:nth-child(7n+7){background:#5987e3;}
.cxptpage ul li a p{color:#ffffff;font-size:36px;line-height:50px;height:100px;margin-bottom:80px;}
.cxptpage ul li a .more{border:1px solid #ffffff;line-height:35px;padding:5px 10px;border-radius:22px;width:140px;color:#fff;font-size:16px;text-align:center;transition:0.3s;}
.cxptpage ul li a .more:hover{background:#ffffff;color:#20499b;}
.hydt{display: flex; }
.hydt .details li {margin-bottom: 25px;width:32%;overflow:hidden;background:#f9f9f9;border-radius:5px;float:left;margin-right:2%;}
.hydt .details li a {width:90%;padding:20px 5%;display:block;  font-size: 16px;  overflow: hidden;}
.hydt .details li a .image{width:100%; font-size: 0;font-weight: 0;overflow: hidden;display: flex;height:206px;}
.hydt .details li a .image img{width:100%;border-radius: 5px;overflow: hidden;}
.hydt .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height:30px;height:60px; margin:10px auto;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .des{margin-bottom: 5px; color:#808080;font-size: 14px;line-height: 25px;height:50px;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;}
.hydt .details li:hover{background:#1f72ec;transition:0.3s;}
.hydt .details li:hover a *{color:#ffffff;}
.hydt .details li:nth-child(3n){margin-right:0;}


.article .details{width: 100%;overflow: hidden;}
.article .details li {margin-bottom: 25px; position:relative;width: 32%;background:#ffffff; float: left;margin-right: 2%;border-radius: 15px;overflow: hidden;}
.article .details li:nth-child(3n){margin-right: 0;}
.article .details li a .image{font-size: 0;font-weight: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;aspect-ratio:3/2;height:270px;}
.article .details li a .image img{border-radius: 5px;overflow: hidden;width: 100%;height: 100%;}
.article .details li a .detail{width:calc(100% - 60px);padding: 30px;border-radius:20px;position: relative;top:-20px;z-index:10; background: #fff;}
.article .details li a .title {width: 100%; font-size: calc(0.1vw + 16px);color: #333333;line-height:30px;height: 60px; border-bottom: 1px dashed #ee7900;padding-bottom: calc(0.5vw + 2px);margin-bottom:calc(0.5vw + 2px) ;}
.article .details li a .des{margin-bottom: 5px; color:#666666;font-size: 14px;height:56px; line-height: 2;margin-bottom:calc(0.5vw + 2px);}
.article .details li a .icon{display:flex;align-items:center;justify-content:space-between;}
.article .details li a .icon p{color:#999;font-size:14px;}
.article .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;}
.article .details li a:hover .image img{transform: scale(1.1,1.1);}
.article .details li a:hover .title {  color: #ee7900;}
.article .details li a:hover .des{  color: #ee7900;}

.mybglist .details{width: 100%;overflow: hidden;}
.mybglist .details li {margin-bottom: 25px; position:relative;width: 100%;overflow: hidden;position: relative;background: #ffffff;height: 565px;display: flex;align-items: center;}
.mybglist .details li .image{font-size: 0;font-weight: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;position: absolute;}
.mybglist .details li .image img{border-radius: 5px;overflow: hidden;}w
.mybglist .details li .detail{overflow: hidden;}
.mybglist .details li .detail .con{float: right;width: 47%;}
.mybglist .details li .title {width: 100%; font-size: calc(0.8vw + 18px);color: #333333;line-height:36px;margin-bottom: 40px;}
.mybglist .details li .des{margin-bottom: 5px; color:#333333;font-size: calc(0.3vw + 12px);line-height: 2;margin-bottom:calc(0.5vw + 2px);cursor: pointer;margin-bottom: 40px;}
.mybglist .details li .icon{width: 182px;height: 60px;line-height:60px ;background: #ee7900;text-align: center;font-size:18px;color:#ffffff;border-radius: 30px;}
.mybglist .details li a:hover .image img{transform: scale(1.1,1.1);}
.mybglist .details li a:hover .title {  color: #ee7900;}
.mybglist .details li a:hover .des{  color: #ee7900;}

.mybglist .details li:nth-child(odd) .image{right: 50%;top:0;}
.mybglist .details li:nth-child(even) .image{top:0;left: 50%;}
.mybglist .details li:nth-child(2n) .detail .con{float: left;width: 47%;}

.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px dashed #ee7900;margin-bottom: 18px; }
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;  padding-bottom: 18px;  font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height: 35px;}
.xwlb .details li a .date { font-size: 12px;line-height: 35px;white-space: nowrap;flex: 0 0 120px;text-align: right;}
.xwlb .details li a:hover .title {  color: #ee7900;}

.articleshow{}
.articleshow img{max-width: 100%;}
.articleshow .inset-cate { margin: 20px auto;padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid #dcdcdc;}
.articleshow .title{font-size: 26px; line-height: 40px;margin-bottom:10px ;color: #000;}

.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#bbbbbb;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .image{display: flex;justify-content: center;}
.article_show1{display: flex;justify-content: space-between;}
.article_show1 .image{margin-right: 40px;}
.article_show1 .editor{width: calc(100% - 200px);}
.productshow{}
.content-part-one{overflow: hidden;margin: auto;}
.content-part-one .fl{width: 500px;float: left;font-size: 0;line-height: 0;}
.content-part-one .fl .image{margin-bottom: 20px;}
.content-part-one .fl img{}
.content-part-one .fl .images .img{width: calc(32% - 2px);margin-right: 2%;border: 1px solid #dcdcdc;}
.content-part-one .fl .images img{max-width: 100%;}
.imgdet{
  position: relative;
  height: 570px;
  /* width: 1004px; */
  
}
.imgdet .imglist{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 84px;
  /* height: 460px; */
  height: 100%;
  overflow: hidden;
}
.imgdet .imglist ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.imgdet .imglist ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.imgdet .imglist ul li:last-of-type{
  margin-bottom: 0;
}
.imgdet .imglist ul .active{
  border: 2px solid #f00;
}
.imgdet .imglist ul li img{
  width: 100%;
  height: 100%;
}
.imgdet .imgpart{
  vertical-align: top;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 570px;
  height: 570px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.imgdet .imgpart .pic{
  position: relative;
  width: 100%;
  height: 100%;

}
.imgdet .imgpart .pic .magnify{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  cursor: move;
  background-color: rgba(179,179,179, 0.3);
  opacity: .3;
  filter:alpha(opacity=30);
}
.imgdet .imgpart .pic img{
  width: 100%;
  height: 100%;
}

.imgdet .imgpart .bigpic{
  display: none;
  position: absolute;
  top: -1px;
  right: -504px;
  width: 500px;
  height: 500px;
  z-index: 333;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  background: #fff;
}
.imgdet .imgpart .bigpic>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  height: 920px;
}






.content-part-one .fr{width: calc(100% - 600px);float: right;height: 570px;border-radius: 20px; box-shadow: 0px 0px 5px 5px #f9f9f9;margin: 5px;}
.content-part-one .fr .title{font-size: calc(1vw + 14px) ;line-height:2;margin: 20px auto;border-bottom: 1px solid #e8e8e8;}
.content-part-one .fr .fr-con{min-height: 260px;}
.content-part-one .fr .message{width: 180px; height: 50px;background: #ee7900;color:#ffffff;text-align: center;line-height: 50px;border-radius: 25px;}
.content-part-one .fr .summary{font-size: 18px;color: #7e88a4;line-height: 1.8;margin-bottom: 30px;}
.content-part-one .fr .summary *{font-size: 18px;color: #7e88a4;}

.content-part-two{width: 100%;overflow: hidden;background: #f8f8f8;border-radius: 15px;margin: 40px auto;}
.content-part-two .part-two-tt{ background: #ee7900;overflow: hidden;color:#ffffff;font-size: 20px;height: 70px;line-height: 70px; text-indent: 28px;border-radius: 15px;}
.content-part-two .part-two-con{width: calc(100% - 120px);margin: auto;padding: 60px;}

.content-part-three{width: 100%;overflow: hidden;}
.content-part-three .part-three-tt{ overflow: hidden;font-size: 26px;color:#000000;}
.content-part-three .part-three-con{margin:40px auto;}
.content-part-three .part-three-con ul{display: flex;justify-content: space-between;}
.content-part-three .part-three-con ul li{float: left;width: 32%;border-radius: 15px;background: #f8f8f8;}
.content-part-three .part-three-con ul li .title1{background: #ee7900;color:#ffffff;width: calc(100% - 60px);padding: 25px 30px; border-radius: 15px 15px 0px 0px;display: flex;align-items: center;justify-content: space-between;}
.content-part-three .part-three-con ul li .title2{width: calc(100% - 60px);padding: 25px 30px;display: flex;align-items: center;}
.content-part-three .part-three-con ul li .title2 img{margin-right: 15px;}
.content-part-three .part-three-con ul li img{max-width: 100%;}

.content-part-four{width: 100%;overflow: hidden;}
.content-part-four .part-four-tt{ overflow: hidden;font-size: 26px;color:#000000;}
.content-part-four .part-four-con{width: 100%;margin: 40px auto;}
.content-part-four .part-four-con .detail li { width: 19%; border-radius: 3px;  overflow: hidden;  margin-right: 1%;margin-bottom: 25px;background: #f8f8f8;}
.content-part-four .part-four-con .detail li:nth-child(5n) {  margin-right: 0;}
.content-part-four .part-four-con .detail li a{width:calc(100% - 20px);margin: auto;padding: 10px 0px;display: block;}
.content-part-four .part-four-con .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;/*background: #f8f8f8;*/ }
.content-part-four .part-four-con .detail li .image img{max-width: 100%;max-height: 100%;}
.content-part-four .part-four-con .detail li img{}
.content-part-four .part-four-con .detail li img:hover{transform: scale(1.1,1.1);}
.content-part-four .part-four-con .detail li .title { font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;}


.contact_li{width: 100%;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.contact_li li{display: flex;justify-content: center;align-items: center;}
.contact_li li .pic{margin-right: 30px;}
.contact_li li .tt{font-size: 22px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 16px;font-weight: lighter;line-height: 1;}
.contact_li li:nth-child(3n+2){width: 32%; border-left: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;}
#allmap{width: 100%;height: 600px;}


.iMessage{ position: fixed;width: 100%;height: 100%;left: 0;top:0;z-index: 1000;display: none;}
.iMessage-bg{background: rgba(0,0,0,0.7);position: absolute;left:0 ;top:0;width: 100%;height: 100%;}
.iMessage .container{position: absolute; left: 50%;top:50%;transform: translate(-50%,-50%);background: #ffffff; padding:30px 0px; border-radius: 15px;width:900px;}
.iMessage .message-le{width:40%; float:left;}
.iMessage .message-le ul{display:flex;align-items:center;justify-content:space-between;}
.iMessage .message-le ul li{width:48%;}
.iMessage .message-le ul li img{max-width:100%;}
.iMessage .message-le ul li p{text-align:center;width:140px;}
.iMessage .message-le .con{width:calc(100% - 60px);padding:0px 30px;margin-top:20px; }
.iMessage .message-le .con p{line-height:2;font-size:14px;}
.iMessage .message-le .con p.tel{font-size:18px;}
.iMessage .message-r{width:60%;float:right;}
.iMessage .cnname{border-radius: 15px;text-align:center; width: calc(100% - 60px);padding:0px 30px;font-size:20px; margin-bottom:30px}
.iMessage ul{padding:0px 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessage ul li{width:100%;overflow:hidden;margin-bottom:5px;border-radius: 5px;}
.iMessage ul li p{width: 98px;height:40px;line-height:40px;font-size:16px;float: left;}
.iMessage ul li input{width:calc(100% - 100px);text-indent:10px;border:1px solid #eeeeee; float:left;height:40px;line-height:40px;outline: none; border-radius:2px;}
.iMessage ul li textarea{width:calc(100% - 100px);text-indent:10px; float:left;height:80px;line-height:40px;outline: none;border:1px solid #eeeeee; border-radius:2px;}
.iMessage ul li.verify{background: rgba(0, 0, 0, 0);}
.iMessage ul li.verify p{background: #ffffff;}
.iMessage ul li.verify input{width: calc(98% - 100px - 130px);margin-right: 2%; float: left;background: #ffffff;border-radius: 0px 10;}
.iMessage ul li.verify img{float: left;height:40px}
.iMessage .messagesubmit{width: 200px;margin-top: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #ee7900;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
}

.iMessage-contact{ width: 100%;background: #ffffff;border-radius: 20px;}
.iMessage-contact .cnname{width: calc(100% - 60px);padding:30px; color:#000000;font-size: 27px;}
.iMessage-contact ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessage-contact ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #f8f8f8;border-radius: 5px;}
.iMessage-contact ul li.text{width: 49%;}
.iMessage-contact ul li p{text-align:center;width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.iMessage-contact ul li input{width:calc(100% - 140px);text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;background: #f8f8f8;}
.iMessage-contact ul li textarea{width:calc(100% - 140px);text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;background: #f8f8f8;outline: none;border-radius:2px;}
.iMessage-contact ul li.verify{background: rgba(0, 0, 0, 0);}
.iMessage-contact ul li.verify p{background: #f8f8f8;}
.iMessage-contact ul li.verify input{width: calc(50% - 140px);margin-right: 2%; float: left;background: #f8f8f8;border-radius: 0px 10;}
.iMessage-contact ul li.verify img{float: left;}
.iMessage-contact .messagesubmit{width: 280px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  background: #ee7900;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
}



.iMessageen{ width: 100%;height: 100%;padding-bottom:50px; background:#f2f2f2;}
.iMessageen .container{margin:auto; padding:30px 0px; border-radius: 15px;width:900px;background:#ffffff;overflow:hidden;}
.iMessageen .message-le{width:40%; float:left;}
.iMessageen .message-le ul{display:flex;align-items:center;justify-content:space-between;}
.iMessageen .message-le ul li{width:48%;}
.iMessageen .message-le ul li img{max-width:100%;}
.iMessageen .message-le ul li p{text-align:center;width:140px;}
.iMessageen .message-le .con{width:calc(100% - 60px);padding:0px 30px;margin-top:20px; }
.iMessageen .message-le .con p{line-height:2;font-size:14px;}
.iMessageen .message-le .con p.tel{font-size:18px;}
.iMessageen .message-r{width:60%;float:right;}
.iMessageen .cnname{border-radius: 15px;text-align:center; width: calc(100% - 60px);padding:0px 30px;font-size:20px; margin-bottom:30px}
.iMessageen ul{padding:0px 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessageen ul li{width:100%;overflow:hidden;margin-bottom:5px;border-radius: 5px;}
.iMessageen ul li p{width: 98px;height:40px;line-height:40px;font-size:16px;float: left;}
.iMessageen ul li input{width:calc(100% - 100px);text-indent:10px;border:1px solid #eeeeee; float:left;height:40px;line-height:40px;outline: none; border-radius:2px;}
.iMessageen ul li textarea{width:calc(100% - 100px);text-indent:10px; float:left;height:80px;line-height:40px;outline: none;border:1px solid #eeeeee; border-radius:2px;}
.iMessageen ul li.verify{background: rgba(0, 0, 0, 0);}
.iMessageen ul li.verify p{background: #ffffff;}
.iMessageen ul li.verify input{width: calc(98% - 100px - 130px);margin-right: 2%; float: left;background: #ffffff;border-radius: 0px 10;}
.iMessageen ul li.verify img{float: left;height:40px}
.iMessageen .messagesubmit{width: 200px;margin-top: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #ee7900;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
}



.zkzj .detail li{ flex: 0 1 calc(96% / 5); margin-right: 1%; }
.zkzj .detail li:nth-child(4n) {  margin-right: 1%;}
.zkzj .detail li:nth-child(5n) {  margin-right: 0%;}

/* 底部 */
.footer {background: #ffffff; }
.footer-menu{padding: 20px 0px;display: flex;justify-content: space-between;align-items: center;}

.footer-bottom{padding: 20px 0px; border-top: 1px solid #e9e9e9;display: flex;justify-content: space-between;align-items: center;}
.footer-bottom .left{width: calc(100% - 240px);}
.footer-bottom .left ul{display: flex;align-items: flex-start;}
.footer-bottom .left ul li{margin-right: 35px;}
.footer-bottom .left ul li .title{font-size:  calc(0.2vw + 12px);color:rgba(255,255,255,0.5);}
.footer-bottom .left ul li .con{font-size: calc(0.2vw + 14px);line-height: 2;}
.footer-bottom .left .line{width: 1px ;height: 30px;background: #ffffff;}


.footer-bottom .right{display: flex;justify-content: space-between;align-items: center;text-align:center}
.footer-bottom .right img{margin-bottom:12px;}

.footer-copyright {font-size: 16px;line-height: 50px;padding: 15px 0px; border-top: 1px solid #e9e9e9;}
.footer-copyright *{}

.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
  margin:0px 3px;
}
.mypage li.active {
  background: #ee7900;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}