/*
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:1;
-webkit-flex:1;
-ms-flex:1;
flex:1;
display:block;
*/
/* and (max-width:1920px) */
@media screen and (min-width:1001px) {
  /* .home2 .part1 .box .tal,
  .home2 .part1 .box .tar{
    opacity: 0;
    transition: opacity 0.8s ease 0s;
  } */
  
  /* .home2 .part1 .box .img1,
  .home2 .part1 .box .ig {
      opacity: 1;
  } */
  .home2 .part1 .box .tal{
    transform: translateX(20px);
  }
  .home2 .part1 .box .tar{
    transform: translateX(-20px);
  }
  .active .home2 .part1 .box .tal,
  .active .home2 .part1 .box .tar,
  .active .home2 .part1 .box .img1,
  .active .home2 .part1 .box .ig{
    transition: all 1.4s ease;
  }
  .active .home2 .part1 .box .img3{
    transition-delay: 0s;
    opacity: 1;
  }
  .active .home2 .part1 .box .img2{
    transition-delay: 0.5s;
    opacity: 1;
  }
  .active .home2 .part1 .box .img1{
    transition-delay: 1s;
    opacity: 1;
  }
  .active .home2 .part1 .box .tal,
  .active .home2 .part1 .box .tar{
    transition-delay: 1.5s;
    opacity: 1;
    transform: translateX(0);
  }
  .home2 .part2 .box .item{
    transition: all 0.6s ease;
  }
  .home2 .part2 .box .item .img .i2{
    transition: all 0.8s ease;
  }
  .home2 .part2 .box .item .img:after{
    transition: all 0.8s ease;
  }
  .home2 .part2 .box .item:hover .img .i2{
    opacity: 1;
  }
  .home2 .part2 .box .item:hover .img:after{
    opacity: 1;
    animation: rotate 5s linear 0s infinite ;
  }
  .home2 .part2 .box .item{
    transform: translateY(20px);
  }
  
  .active .home2 .part2 .box .item{
    transition: all 1.4s ease;
    transform: translateY(0);
    opacity: 1;
  }
  .active .home2 .part2 .box .item:nth-child(1){
    transition-delay: 0s;
  }
  .active .home2 .part2 .box .item:nth-child(2){
    transition-delay: 0.3s;
  }
  .active .home2 .part2 .box .item:nth-child(3){
    transition-delay: 0.6s;
  }
  .active .home2 .part2 .box .item:nth-child(4){
    transition-delay: 0.9s;
  }
  .active .home2 .part2 .box .item:nth-child(5){
    transition-delay: 1.2s;
  }
  .home2 .part3 .box .item{
    opacity: 1;
    transition: all 0.6s ease-out;
  }
  /* .home2 .part3 .box .item.i1,
  .home2 .part3 .box .item.i2,
  .home2 .part3 .box .item.i3
  {
    transform: translate(0,-80%);
  }
  .home2 .part3 .box .item.i4,
  .home2 .part3 .box .item.i5,
  .home2 .part3 .box .item.i6
  {
    transform: translate(0,80%);
  } */
  .active .home2 .part3 .box .item{
    transition: all 1.4s ease-out;
    transform: translate(0,0);
    opacity: 1;
  }
  .active .home2 .part3 .box .item.i1{
    transition-delay: 0s;
  }
  .active .home2 .part3 .box .item.i2{
    transition-delay: 0.4s;
  }
  .active .home2 .part3 .box .item.i3{
    transition-delay: 0.8s;
  }
  .active .home2 .part3 .box .item.i4{
    transition-delay: 0s;
  }
  .active .home2 .part3 .box .item.i5{
    transition-delay: 0.4s;
  }
  .active .home2 .part3 .box .item.i6{
    transition-delay: 0.8s;
  }
  .active .home2 .part3 .box .item .img{
    transition: all 0.4s ease;
    transform: translate(0, 0);
  }
  .active .home2 .part3 .box .item:hover .img{
    transform: translate(0, -10px);
  }
}
@keyframes rotate{
  0%{
    transform:translate(-50%,-50%) rotate(0);
  }
  100%{
    transform:translate(-50%,-50%) rotate(360deg);
  }
}
@media screen and (max-width:1440px){
.footer .d1{padding:30px 50px;}
.footer .d1 .tel .d .h3{font-size:40px;}
.footer .friend{padding:35px 50px;font-size:16px;}
.footer .d2{padding:35px 50px;}
.footer .d2 .nav .item{padding-right:40px;}
.footer .d3{padding:35px 50px;}
.g-seek {
  padding: 30px 10px 28px;
}
.g-seek .btn i {
  margin-right: 15px;
}
.pop-seek h4{font-size: 16px;margin-bottom: 25px;}
	.pop-seek .inner{padding: 20px 25px;width: 520px;}
	.pop-seek .tel{font-size: 18px;margin-bottom: 11px;}
	.pop-seek .inp input{height: 40px;font-size: 15px;}
	.pop-seek .inp button{font-size: 17px;}
	.pop-seek .tips{font-size: 12px;margin-bottom: 21px;}
	.pop-seek .inp {margin-bottom: 4px;}
	.pop-seek .btn{height: 40px;line-height: 40px;font-size: 16px;}

	.pop-seek .wx span{font-size: 16px;padding-left: 30px;
		-o-background-size: 20px auto;
		-ms-background-size: 20px auto;
		-moz-background-size: 20px auto;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	.pop-seek .qr .pic{bottom: 40px;}
	.pop-seek .wx{width: 315px;}
	.pop-seek .bot{height: 40px;line-height: 40px;}
	.pop-seek .wx{line-height: 40px;}
	.pop-seek .btn{font-size: 16px;}
	.pop-seek .btn i{width: 20px;height: 20px;
		-o-background-size: 20px auto;
		-ms-background-size: 20px auto;
		-moz-background-size: 20px auto;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	.pop-seek .qr em{padding-left: 19px;
		-o-background-size: 12px auto;
		-ms-background-size: 12px auto;
		-moz-background-size: 12px auto;
		-webkit-background-size: 12px auto;
		background-size: 12px auto;
	}


	.pop-seek .qr{font-size: 14px;}
	
	.pop-seek .close{width: 30px;height: 30px;right: 10px;top: 8px;
		-o-background-size: 20px auto;
		-ms-background-size: 20px auto;
		-moz-background-size: 20px auto;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
}
@media screen and (max-width:1366px){
.block{width:1150px;}

.footer .d1 .list .item span{width:90px;height:90px;}
.footer .d2{padding:25px 40px;}
.footer .d2 .nav .item ul{font-size:16px;}

.home1{height:1300px;}
.home1 .nav{bottom:250px;right:25px;}
.home1 .nav .item{height:80px;line-height:80px;font-size:20px;}
.home1 .tit1 .h1{font-size:48px;}
.home1 .tit2 .h1{font-size:36px;}
.home1 .tit2 .h2{font-size:100px;margin-right:30px;bottom:50px;}

.home2{margin:0 ;}
.home2 .close{right:25px;}
.home2 .nav1{right:25px;}
.home2 .nav1 .item{height:80px;line-height:80px;font-size:20px;}

.home2 .part1 .list{margin-top:50px;}

.home2 .part2 .dl{margin-bottom:0;}
.home2 .part2 .dr{margin-top:0;}
.home2 .part2 .dr .d{margin-top:10%;}
.home2 .part7 .list .item{width:468px;}

.home2 .part7{padding-bottom:80px;}
.section5 .box .item {height: auto;}
.section5 .box .item .inner{padding: 3.6% 7%;}
.section5 .box .item .text .desc{font-size: 14px;height: 70px;}
.section5 .box .item .text .tit{font-size: 20px;}
.section5 .box .item .img{width: 60px;padding-top: 5px;}

.home2 .part7 .list .item{width: 364px;}
.home2 .part2 .box .item .inner{margin: 0 5%;}

.section4 .ptafter{height: 100%;}
.section4 .home2{height: 100%;}
.fix-right li {
  width: 35px;
  height: 35px;
}
.fix-right .txt {
  height: 35px;
  width: 35px;
  line-height: 35px;
  padding-right: 35px;
}
.fix-right .ico {
  width: 35px;
  height: 35px;
  -o-background-size: 25px auto;
  -ms-background-size: 25px auto;
  -moz-background-size: 25px auto;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}
}
@media screen and (max-width:1280px){
.footer .d1{padding:20px 40px;}
.footer .friend{padding:20px 40px;}
.g-seek .btn {
  font-size: 16px;
}
.home2 .titbox .tit{font-size: 36px;}
.home2 .titbox .desc{font-size: 20px;margin-top: 10px;}
.home2 .part3 .box .tit{font-size: 36px;}
.home2 .part3 .box .desc{font-size: 18px;margin-top: 5px;line-height: 1.4;}
.home2 .part3 .box .desc1{list-style: 1.4;margin-top: 5px;}
.home2 .part3 .box .inner{padding: 0 8%;}
.home2 .part3 .box .img{width: 80px;height: 66px;}
.home2 .part3 .box .tit1{margin-top: 5px;}

.home2 .part1 .box .item .tit{font-size: 16px;}
.home2 .part1 .box .item .desc{font-size: 12px;}
.home2 .part2 .box .item .tit{font-size: 18px;}
.home2 .part2 .box .item .desc{font-size: 12px;line-height: 1.4;}
.home2 .part2 .box .item .img{width: 100px;height: 100px;}
.home2 .part2 .box .item .tit{font-size: 16px;}
.home2 .part2 .box .desc{margin-top: 5px;}
.home2 .part3 .box .desc1{font-size: 14px;}
.section5 .box{margin-top: 2%;}
}
@media screen and (max-width:1200px){
body{min-width:0;}
.block{width:980px;}
.header .nav_main{display:none;}
.header .tools{right:100px;}
.header .menu{position:absolute;cursor:pointer;z-index:4;display:block;width:40px;height:40px;right:30px;top:50%;margin-top:-20px;}
.header .menu .inner{right:0;top:0;width:100%;height:100%;position: absolute;}
.header .menu i{float:right;background:#fff;border-radius:2px;height:2px;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;}
.header .menu i:nth-child(1){width:100%;position:absolute;right:0;top:4px;}
.header .menu i:nth-child(2){width:100%;position:absolute;right:0;top:19px;}
.header .menu i:nth-child(3){width:100%;position:absolute;right:0;top:34px;}
.header .menu.act i{background:#fff;}
.header .menu.act i:nth-child(1){transform:translate(0,15px) rotate(45deg);}
.header .menu.act i:nth-child(2){opacity:0;}
.header .menu.act i:nth-child(3){transform:translate(0,-15px) rotate(-45deg);}
.nav_main_m{position:fixed;right:0;top:0;width:100%;height:100%;color:#fff;z-index:3;right:-100%;display:block;transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;}
.nav_main_m.show{right:0;}
.nav_main_m .inner{background:rgba(0,0,0,0.9);height:100%;float: right;width:400px;position: relative;}
.nav_main_m.show .inner{box-shadow:0 0 0.5rem rgba(0,0,0,0.2);}
.nav_main_m .t{display: none;}
.nav_main_m .nav{color: #fff;font-size:16px;overflow:auto;position: absolute;left:0;right:0;top:100px;bottom:50px;}
.nav_main_m .nav .item{position:relative;padding:8px 0;}
.nav_main_m .nav .item.now{background:rgba(255,255,255,0.1);}
.nav_main_m .nav .item>a{padding:0 40px;}
.nav_main_m .nav .item i{width:40px;height:40px;line-height:40px;text-align:center;background-size:0.3rem auto;position:absolute;right:0.19rem;top:0rem;transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;}
.nav_main_m .nav .item i:after{content:"\e832";font-family:icon;font-size:30px;}
.nav_main_m .nav .item i.on{transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.nav_main_m .nav .item ul{background:rgba(255,255,255,0.18);padding:10px;display:none;margin-top:10px;}
.nav_main_m .nav .item li{padding:8px 40px;}
.home2 .part4 .box .item .desc{line-height: 1.2;}
.section5 .box .item .text .desc{line-height: 1.4;height: 80px;}

.home2 .part7 .list .item{width: 468px;}
}

@media screen and (max-width:1000px){
/*------------------global------------------*/
body{font-size:0.28rem;min-width:0;line-height:1.5;}
.block{width:auto;}
input,textarea,select,button{-webkit-appearance:none;font-size:inherit;color:inherit;}
select{direction:rtl;}
select option{direction:ltr;}
h1,h2,h3,h4,h5,h6{line-height:1.3;}
h1{font-size:0.42rem;}
h2{font-size:0.36rem;}
h3{font-size:0.32rem;}
h4{font-size:0.28rem;}

.header{height:1rem;}
.header .logo{top:0.3rem;left:0.3rem;width:35%;}
.header .logo img{max-height:45%;}
.header .tools{display:none;}
.header .menu{width:1rem;height:1rem;right:0;top:0;margin:0;}
.header .menu .inner{right:0.3rem;top:0.3rem;width:0.5rem;height:0.4rem;}
.header .menu i:nth-child(1){top:0;}
.header .menu i:nth-child(2){top:0.18rem;}
.header .menu i:nth-child(3){top:0.35rem;}
.header .menu.act i:nth-child(1){transform:translate(0,0.18rem) rotate(45deg);}
.header .menu.act i:nth-child(3){transform:translate(0,-0.17rem) rotate(-45deg);}
.nav_main_m .inner{width:70%;}
.nav_main_m .t{display: block;height:1rem;padding-left:0.15rem;border-bottom:2px solid rgba(255,255,255,0);}
.nav_main_m .lang{float:left;line-height:1rem;margin-left:0.25rem;font-size:0.32rem;}
.nav_main_m .lang a{margin-right:0.15rem;}
.nav_main_m .nav{font-size:0.32rem;top:1.5rem;bottom:1.5rem;overflow:auto;}
.nav_main_m .nav .item{padding:0.15rem 0;}
.nav_main_m .nav .item>a{padding:0 0.4rem;}
.nav_main_m .nav .item i{width:0.8rem;height:0.8rem;}
.nav_main_m .nav .item i:after{font-size:0.4rem;}
.nav_main_m .nav .item ul{padding:0.15rem 0;}
.nav_main_m .nav .item li{padding:0.1rem 0.6rem;}
.header .scmbtn{font-size:0.5rem;font-family:icon;width:0.8rem;height:1rem;line-height:1rem;position:absolute;right:1rem;top:0;font-family:icon;text-align:center;display:block;}
.header .search_m{position:absolute;left:0;top:100%;background:#1c4e7e;height:0;overflow: hidden;box-shadow:0 0 0.1rem rgba(0,0,0,0.3);padding:0 0 0 0.13rem;box-sizing:border-box;width:100%;display: block;transition:all 0.1s ease-out 0s;-webkit-transition:all 0.1s ease-out 0s;}
.header .search_m.s{height:0.9rem;}
.header .search_m form{height:100%;display:flex;}
.header .search_m .kw{height:0.6rem;flex:1;margin:0.15rem 0;background:#fff;border-radius:0.12rem;border:none;box-sizing:border-box;padding:0 0.15rem;font-size:0.24rem;box-shadow:0.03rem 0.03rem 0.03rem rgba(0,0,0,0.5) inset;color: #333;}
.header .search_m .ok{width:0.8rem;height:0.9rem;line-height:0.9rem;border: none;font-family:icon;font-size:0.5rem;color: #fff;}
.nav_main_m .btns{position:absolute;left:0;bottom:0.3rem;right:0;padding:0 0.3rem;}
.nav_main_m .btns a{width:0.7rem;height:0.7rem;line-height:0.7rem;display: inline-block;background-size:60% auto;background-repeat:no-repeat;background-position:center center;color: #fff;text-align: center;}
.nav_main_m .btns .wx:after{content:"\e602";font-size:0.5rem;font-family:icon;}
.nav_main_m .btns .wb:after{content:"\e605";font-size:0.5rem;font-family:icon;}

.home1 .banner .navg{left:50%;bottom:30px; transform:translateX(-50%);}

.footer{padding-top: 0.8rem;}
.footer .d1{padding:0.3rem 0.5rem;margin-top: 0.8rem;}
.footer .d1 .list{display:flex; justify-content:space-between;width:100%;float: none;}
.footer .d1 .list:after{display:none;}
.footer .d1 .list .item{margin:0;font-size:0.24rem;float: none;}
.footer .d1 .list .item span{width:1.1rem;height:1.1rem;line-height:1.1rem;}
.footer .d1 .list .item span.ico1 img{left:0;top:0;margin:0;width:100%;height:100%;}
.footer .d1 .tel{padding-top:0.3rem;float: none;}
.footer .d1 .tel .d{margin:0;float:none;text-align: center;margin:0.2rem 0;}
.footer .friend{display:none;}
.footer .d2{display:none;}
.footer .d3{display:none;}
.footer .copy{padding:0.5rem;line-height:1.3;font-size: 0;}
.footer .copy a{display: block;font-size: 0.28rem;}

.title1{padding:0 0.3rem;}
.title1 .h2{font-size:0.48rem;line-height:1.5;}
.title1 .button{margin-top:0.3rem;}
.title1 .button .a{font-size:0.32rem;line-height:0.8rem;}

.layer{width:auto;left:0.3rem;right:0.3rem;width:auto;margin:0;}
.layer .inner{padding:0.4rem;}
.layer h1{font-size:0.42rem;}
.layer h3{font-size:0.28rem;}
.layer .p{font-size:0.24rem;}
.layer .content{max-height:5.5rem;}

.buttons{margin-top:0.6rem;}
.title h1{font-size:0.42rem;}
.title .p{margin-top:0.15rem;font-size:0.28rem;}

.home1 .banner .c1{padding:0;}
.home1 .banner .c1 .l{width:100%;height:30%;text-align:center;}
.home1 .banner .c1 .r{width:100%;height:40%;}
.home1 .banner .c1 .h{font-size:30px;}
.home1 .banner .c1 .p{font-size:20px;margin-top:10px;}
.home1 .banner .c2{padding:0;}
.home1 .banner .c2 .l{width:100%;height:40%;}
.home1 .banner .c2 .r{width:100%;height:40%;}


.section1 .home1{height:6rem;overflow: hidden;}
.home1 .tit1{left:10%;margin-top:6vh;z-index:1;}
.home1 .tit1 .h1{font-size:0.6rem;}
.home1 .tit1 .h2{margin-top:0.3rem;font-size:0.3rem;}
.home1 .person{top:10vh;right:5%;width:160vw;padding-top:95vw;max-width:none;left:auto;}
.home1 .tit2{left:0.3rem;}
.home1 .tit2 .h1{font-size:0.4rem;}
.home1 .tit2 .h2{font-size:1.3rem;margin-right:0.2rem;}
.home1 .nav{left:0.3rem;right:0.3rem;bottom:23%;transform:translateY(50%);}
.home1 .nav .item{line-height:1.1;display:flex;align-items:center;justify-content:center;font-size:0.32rem;height:1.5rem;text-align:left;}
.home1 .nav.show .item{padding:0 0.2rem;}
.home1 .nav .item:hover{padding:0 0.2rem;}
.home1 .nav .item span{display:block;margin:0.1rem auto 0;}
.home1 .tools{right:0;top:0.4rem;}
.home1 .links{width:2rem;height:0.6rem;line-height:0.6rem;font-size:0.32rem;margin-right:0.1rem;}
.home1 .tel{font-size:0;}
.home1 .tel i{width:0.6rem;height:0.6rem;}


.block{width:auto;}
.home2{margin:0;display:block;}
.home2 .close{display:none;}
.home2 .nav1{display:none;}

.title .h{font-size:0.48rem;}

.home2 .bg{display:none;}
.home2 .title{text-align:center;}
.home2 .part{display:block;padding:0.6rem 0.3rem;height:auto;overflow:visible;}

.home2 .part7 .list{display:flex; flex-wrap:wrap;padding:0;justify-content:space-between;}
.home2 .part7 .list .item{width:calc(50% - 0.1rem);margin:0 0 0.2rem;}
.home2 .part7 .list .item .mask{position:static;margin-top:0.1rem;width:auto;height:auto;opacity:1;transform:none;background:none;}
.home2 .part7 .list .item .mask .h3{font-size:0.28rem;transform:none;color: #333;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;padding:0;}
.home2 .part7 .list .item .mask p{font-size:0.24rem;margin-top:0.1rem;}
.home2 .part7 .list .item .mask .cell{position:static;margin-top:0;height:auto;}

.home1 .box .tit{font-size: 0.4rem;}
.home1 .box .desc{font-size: 0.24rem;margin-top: 0.1rem;line-height: 1.4;}
.home2 .part1 .box{padding: 0 0.3rem;margin-top: 0.4rem;}
.home2 .part1 .box .img1,.home2 .part1 .box .ig{display: none;}
.home2 .part1 .box .item{position: static;text-align: left;margin: 0.15rem 0;display: inline-block;vertical-align: top;width: auto;}
.home2 .part1 .box .item .tit{font-size: 0.32rem;}
.home2 .titbox {padding: 0 0.3rem;}
.home2 .titbox .tit{font-size: 0.48rem;}
.home2 .titbox .desc{font-size: 0.24rem;margin-top: 0.2rem;}
.home2 .part1 .box .item .desc{font-size: 0.24rem;margin-top: 0.1rem;text-align: justify;}
.home2 .part1 .box .item .desc br{display: none;}

.home2 .part2{padding-top: 0.8rem;}
.home2 .part2 .box{text-align: left;}
.home2 .part2 .box .item{width: auto;margin: 0.1rem 0;}
.home2 .part2 .box .item .img{width: 1.5rem;height: 1.5rem;margin: 0 auto;}
.home2 .part2 .box .item .inner{margin: 0 0.6rem;}
.home2 .part2 .box{padding: 0.6rem 0;}
.home2 .part2 .box .item .tit{font-size: 0.28rem;text-align: center;}
.home2 .part2 .box .item .desc{font-size: 0.24rem;line-height: 1.6;margin-top: 0.1rem;}

.home2 .part3:after{display: none;}
.home2 .part3 .bg1{display: none;}
.home2 .part3 .box .item.i2,.home2 .part3 .box .item.i5{background: #0f663a;}
.home2 .part3 .box .item.i6{background: #1bacaa;}
.home2 .part3 .box{position: static;padding-top: 0.8rem;}
.home2 .part3 .box .item{width: 50%;height: 5rem;}
.home2 .part3 .box .item.i1{width: auto;height: auto;float: none;display: block;text-align: center;margin-bottom: 0.5rem;}
.home2 .part3 .box .item.i1 .inner{display: block;position: static;}
.home2 .part3 .box .item.i1 br{display: none;}
.home2 .part3 .box .item.i6{width: 100%;height: 4rem;}
.home2 .part3 .box .item.i6 .desc1{height: auto;}
.home2 .part3 .box .tit{font-size: 0.48rem;}
.home2 .part3 .box .desc{font-size: 0.24rem;}
.home2 .part3 .box .desc1{height: 2.1rem;}
.home2 .part3 .box .tit1{font-size: 0.3rem;}
.home2 .part3 .box .desc1{font-size: 0.24rem;line-height: 1.4;margin-top: 0.12rem;}
.home2 .part3 .box .img{width: 1.4rem;height: 1.18rem;}
.home2 .part4 .box .i7,
.home2 .part4 .box .i6,
.home2 .part4 .box .i5{display: none;}
.section5 .home2{margin: 0; position: relative;}
.section5{padding: 0.8rem 0 1rem;}
.section5 .box .item{width: 100%;height: auto;}
.section5 .box .item .text{padding-left: 0.2rem;}
.section5 .box .item .text .desc{height: auto;margin-top: 0;}
.section5 .box .item .img{width: 1rem;}
.section5 .box .item .text .tit{font-size: 0.28rem;}
.section5 .box .item .text .desc{font-size: 0.22rem;}
.section5 .box{margin-top: 0.4rem;}
.section2{padding: 0.8rem 0;}
.case-list  {
  margin-top: 10px;
}
.case-list li {
  width: 50%;
}.case-list li .tag {
  font-size: 12px;
}
.case-list li .tag span {
  margin: 0 2px;
}
.home2 .part7 {
  padding: 80px 0 20px!important;
}
.g-seek {
  padding: 20px 10px;
}
.g-seek .con {
  background: 0;
  padding: 0;
}
.g-seek .btn {
  width: 35%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.g-seek .btn i {
  width: 15px;
  height: 15px;
  background: url(../image/i-09.png) no-repeat center center;
  background-size: contain;
}
.top-meun{left: 10px;top: 80px;}
.m-header{display: block;overflow: hidden;height: 80px;padding: 0 20px;
  position: fixed;top: 0;right: 0;left: 0;z-index: 101;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0,0,0,.3);
}
.mo-logo{float: left;}
/*.banner .master-slider{display: none !important;}*/
.banner .mo-ban{display: block !important;}
.mo-logo{line-height: 80px;float: left;}
.mo-logo img{height: 60px;display: inline-block;vertical-align: middle;}
.menuBtn{display: block;}
}
@media screen and (max-width:768px){
  .pop-seek .inner{width: 95%;padding: 15px 20px;box-sizing: border-box;}
	.pop-seek .tel p{width: auto;float: none;}
	.pop-seek h4{font-size: 18px;margin-bottom: 10px;}
	.pop-seek .tel .p2{text-align: left;}
	.pop-seek .tel{font-size: 16px;margin-bottom: 10px;}
	.pop-seek .tel span{font-size: 26px;color: #fff !important;}
	.pop-seek .inp input{height: 35px;font-size: 14px;}
	.pop-seek .inp button{width: 90px;font-size: 14px;}
	.pop-seek .btn{height: 35px;line-height: 35px;font-size: 14px;}
	.pop-seek .wx span{font-size: 14px;}
	.pop-seek .qr{font-size: 12px;}
	.pop-seek .close{right: 10px;top: 10px;
		-o-background-size: 20px auto;
		-ms-background-size: 20px auto;
		-moz-background-size: 20px auto;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	/*.pop-seek .wx{padding-top: 10px;}*/


	.pop-seek .wx{padding-top: 0;float: none;height: 40px;width: auto;}
	.pop-seek .btn{font-size: 14px;}
	.pop-seek .bot{height: auto;padding-right: 90px;position: relative;}

	.pop-seek .qr1{margin-right: 10px;}
	.pop-seek .wx span{margin-right: 2px;}
	.pop-seek .wx span {
	    padding-left: 25px;
	    -o-background-size: 16px auto;
	    -ms-background-size: 16px auto;
	    -moz-background-size: 16px auto;
	    -webkit-background-size: 16px auto;
	    background-size: 16px auto;
	}
	.pop-seek .btn{width: 90px;position: absolute;right: 0;top: 0;height: 40px;line-height: 40px;}
	.pop-seek .btn i{width: 16px;height: 16px;margin-right: 5px;
		-o-background-size: 16px auto;
		-ms-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}
  .pop-seek .tips{margin-bottom: 10px;}
  .top-meun>a,.top-meun span{font-size: 16px;}
	.top-meun .arr{top: 9px;}
  .top-meun{top: 50px;}
  .m-header{height: 50px;padding: 0 10px;z-index: 111;}
  .mo-logo {
    line-height: 50px;
}
  .mo-logo img {
    height: 35px;
}
.menuBtn {
  margin-top: 5px;
  -o-background-size: 25px auto;
  -ms-background-size: 25px auto;
  -moz-background-size: 25px auto;
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
}
.section3 {padding: 100px 0;}
}