/*header*/

@media screen and (min-width: 320px) {
  html {
    font-size: 14px;
  }
}
/*iPhone6*/
@media screen and (min-width: 375px) {
  html {
    font-size: 16px;
  }
}
/*iPhone6Plus*/
@media screen and (min-width: 414px) {
  html {
    font-size: 18px;
  }
}

@media (max-width:980px){
  #fullPage-nav{display:none;}
  .section .bg img { display: block; width:auto;height:100%;}
  .bodybox{width:100%;}
  .pcheader{display:none;}
  .appheader{display:block;width:100%;height:6.21rem;position:fixed;top:0;left:0;z-index:100;}
  header{width:100%;height:6.21rem;z-index:3;}
  header h1 {float:left;width:16rem;height: 6.21rem;line-height: 3.21rem;text-align: center;font-size: 1.1rem;font-weight:200;color:#fff;}
  header h1>.a-1{display:block;margin:0.8rem 0 0 3rem;width:12rem;height:4rem;}
  .telephone{float:left;margin-left: 3.5rem;width:7.7rem;height: 3.21rem;background:url('../images/tel.png') no-repeat left center;background-size:1.2rem 1.2rem;padding-left:1.8rem;line-height: 3.21rem;font-size:0.8rem;color:#b54646;}
  header h1 a img{width:100%;height:100%;}
  .wrapper {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
  .wrapper .container {position: relative;height:100%;width: 100%;background-color:rgba(0,0,0,0.5);}
  .slide-mask {height:100%;width:100%;position:fixed;z-index:3;left: 0;top:6.21rem;font-size:50px;color:#fff;cursor:pointer;background: rgba(0, 0, 0, 0);-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;display: none;}
  .nav-slide-wrapper {display:block;position: fixed;z-index: 870;right: 0;top:6.21rem;width:50%;height:100%;-webkit-transform: translate3d(200%, 0, 0);-moz-transform: translate3d(200%, 0, 0);-ms-transform: translate3d(200%, 0, 0);-o-transform: translate3d(200%, 0, 0);
                        transform: translate3d(200%,0,0);-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  .nav-slide-wrapper > div {height:44rem;background: rgba(73,73,73,0.8);min-height: 100%;}
  .nav-slide-wrapper > div > div {padding: 0 10px;height: 45px;background-color: #99b7d6;overflow: hidden;}
  .nav-slide-wrapper.moved {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}

  .button-a {position: fixed;right: 0.5rem;top: 0.6rem;width:5rem;height: 5rem;z-index:5;}
  .yc-span{width:100%;height:100%;}
  .icon-bar{position: absolute;top: 49%;left: 0;display: block;width: 60px;height: 3px;cursor: pointer;content: '';background-color: #fff;border-radius: 1px;-webkit-transition: all .4s cubic-bezier(0.19,1,.22,1);-o-transition: all .4s cubic-bezier(0.19,1,.22,1);transition: all .4s cubic-bezier(0.19,1,.22,1);}
  .icon-bar::before,.icon-bar::after{position: absolute;display: block;width: 60px;height: 3px;cursor: pointer;content: '';background-color: #fff;border-radius: 1px;-webkit-transition: all .4s cubic-bezier(0.19,1,.22,1);-o-transition: all .4s cubic-bezier(0.19,1,.22,1);transition: all .4s cubic-bezier(0.19,1,.22,1);}
  .icon-bar::before{top:1rem;}
  .icon-bar::after{bottom:1rem;}
  .ovfHiden{overflow:hidden;}

  .swiper-pagination-bullet {background: #fff;opacity:1;}
  .swiper-pagination-bullet-active {opacity: 1;background: #007aff;  }
  .nav-button.drawer-open span{background:rgba(0,0,0,0);}
  .nav-button.drawer-open span:before {background-color: #fff;-webkit-transform: rotate(45deg);transform: rotate(45deg);left:0px;top:0px;}
  .nav-button.drawer-open span:after {background-color: #fff;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);left:0px;top:0px;}
  .nav-button.drawer-open{position:flex;right:1rem;top:0.6rem;z-index:9;}

  /*nav*/
  .accordion {width: 100%;margin: 0 auto;font-size: 14px;}
  .accordion .link {cursor: pointer;display: block;padding: 2.5rem 3rem;border-top: 1px solid #9f9fa1;font-size: 2.5rem;color: #fff;background:url('../images/right.png') no-repeat 70% center;background-size:0.6rem 0.9rem;}
  .accordion .link:hover{display:block;width:100%;height:100%;background-color:	transparent;}
  .accordion .link a{color:#fff;display:block;width:100%;height:100%;}
  .accordion li:last-child .link {border-bottom: 0;}
  .accordion li:first-child .link {border-top:0;}
  .accordion li{cursor: pointer;position:relative;}
  .accordion li.open .link {background:url('../images/bottom.png') no-repeat 70% center;background-size:0.9rem 0.6rem;}
  .accordion li.open i a{color: #f39800;}
  .accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
  /** Submenu-----------------------------*/
  .submenu {display: none;font-size: 14px;border-top:1px solid #ccc;}
  .submenu a {font-size:2.1rem;display: block;border:1px solid #fff;text-decoration: none;color: #fff;text-align:left;padding:2rem 3.2rem;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
  .submenu a:hover,.submenu a.hover,.submenu li.current a{color: #FFF;}
  .sjsubmenu li a{font-size:1.8rem;border:none;}
  .slidesContainer .slide div span{margin-top:60%;}
  .slidesContainer .slide div p{margin-top:5%;padding:0 15%;}

  /*第二屏*/
  .sec2-tit{position: absolute;left: 50%;top: 10%;z-index: 10;width: 1200px;height: 45px;margin-left: -600px;text-align:center;background-repeat: no-repeat;opacity: 0;-webkit-transform: scale(0.5, 0.5);transform: scale(0.5, 0.5);transition: all 1s;color:#333;}
  .sec2-tit h2{font-size:3rem;text-align:center;height:5rem;line-height:5rem;font-weight:100;}
  .sec2-tit span{display:block;width:105px;height:5px;margin:1rem auto 0.5rem;color:#333;background:#73468f;}
  .sec2-tit p{width:100%;padding:1rem 0;text-align:center;font-size:2rem;color:#999;}
  .sec2-psec{width:980px;position: absolute;left: 50%;top: 13%;margin-left: -490px;margin-top: 160px;font-size: 16px;opacity: 0;transition: all 1s;}
  .sec2-psec p{width:800px;font-size:2rem;line-height:4rem;color:#333;text-align:center;}
  .sec2-menusec{width:980px;position:absolute;left: 50%;bottom:10%;margin-left:-490px;font-size:16px;color:#333;transition: all 1s;bottom:-20%;}
  .sec2-menusec ul{width:90%;margin:0 auto;}
  .sec2-menusec ul li{width:130px;margin-right:20px;float:left;}
  .sec2-menusec ul li:nth-last-child(1){margin-right:0;}
  .sec2-menusec ul li a .sec2-menusec-img{width:96px;height:96px;margin:0 auto;position:relative;}
  .sec2-menusec ul li a .sec2-menusec-img img{position:absolute;top:0;left:0;}
  .sec2-menusec ul li a .sec2-menusec-img .img-second{display:none;}
  .sec2-menusec ul li a .sec2-menusec-img:hover .img-second{display:block;}
  .sec2-menusec ul li a span{display:block;padding:20px 0;;width:100%;text-align:center;color:#333;font-size:1.5rem;}

  /*sec2 过渡动画*/
  .active .sec2-tit {opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);transition-delay: 0.7s;}
  .active .sec2-psec {opacity: 1;transition-delay: 1.7s;}
  .active .sec2-menusec {bottom:0%;transition-delay: 0.9s;}

  /*sec3*/
  .section3{background:green;}
  .sec3-tit{position: absolute;left: 50%;top: 12%;z-index: 10;width: 1200px;text-align:center;height: 45px;margin-left: -600px;background-repeat: no-repeat;opacity: 0;-webkit-transform: scale(0.5, 0.5);transform: scale(0.5, 0.5);transition: all 1s;color:#fff;}
  .sec3-tit h2{font-size:3rem;text-align:center;height:5rem;line-height:5rem;font-weight:100;}
  .sec3-tit span{display:block;width:105px;height:5px;margin:1rem auto 0.5rem;color:#fff;background:#fff;}
  .sec3-tit p{width:100%;padding:1rem 0;text-align:center;font-size:2rem;color:#fff;}
  .server{width:980px;position: absolute;left: 50%;margin-left: -490px;bottom:0;display:block;transition: all 2.5s;bottom:-80%;}
  .server-body{width:100%;padding-top:50px;height:530px;}
  .card-area{margin:30px auto 0;width:950px;position:relative;}
  .card-area .card-item{width:250px;}
  .card-area .card-item.active{width:450px;}

  /*sec3过渡动画*/
  .active .server{bottom:25%;transition-delay: 0.9s;}

  /*sec4*/
  .sec4-tit{position: absolute;left: 50%;top:12%;z-index: 10;width: 1200px;text-align:center;height: 45px;margin-left: -600px;background-repeat: no-repeat;opacity: 0;-webkit-transform: scale(0.5, 0.5);transform: scale(0.5, 0.5);transition: all 1s;color:#333;}
  .sec4-tit h2{font-size:3rem;text-align:center;height:5rem;line-height:5rem;font-weight:100;}
  .sec4-tit span{display:block;width:105px;height:5px;margin:1rem auto 0.5rem;color:#fff;background:#73468f;}
  .sec4-tit p{width:100%;padding:1rem 0;text-align:center;font-size:2rem;color:#999;}
  .news-tit{width:980px;position:absolute;left:50%;top:30%;z-index:10;text-align:center;height:5rem;margin-left:-490px;opacity:0;transition: all 1s;color:#333;}
  .news-tit h3{display:inline-block;font-size:1.5rem;margin:0 50px;padding:0.8rem 1.5rem;color:#333;font-weight:100;cursor:pointer;}
  .news-tit h3:hover,.news-tit h3.hover{background:#73468f;border-radius:3rem;color:#fff;}
  .home-news{display:none;}
  .app-home-news{display:block;}
  .app-home-news{width:980px;position: absolute;left: 50%;margin-left: -490px;bottom:0;display:block;transition: all 2.5s;bottom:-80%;}
  .app-home-news ul{width:900px;margin:0 auto;}
  .app-home-news ul li{width:420px;margin-right:50px;margin-bottom:2rem;float:left;display:none;}
  .app-home-news ul li:nth-child(2n){margin-right:0;}
  .app-home-news ul li:nth-child(1){display:block;}
  .app-home-news ul li:nth-child(2){display:block;}
  .spic{padding-bottom:30px;}
  .spic img{display:block;width:100%;}
  .spic h3{width:96%;font-size:1.4rem;color:#333;font-weight:100;padding:1rem 2%;border-bottom:1px solid #d2d2d2;margin:0 2%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
  .spic span{display:block;width:100%;padding:10px 4%;font-size:1rem;text-align:left;color:#999;}
  .spic p{width:100%;padding:0 4%;font-size:1.1rem;color:#666;text-align:left;line-height:2rem;height:6rem;}
  .spic a{width:8rem;height:2rem;line-height:2rem;text-align:center;color:#fff;background:#73468f;border-radius:25px;margin:20px auto;font-size:1rem;display:block;}

  /*sec4过渡动画*/
  .active .app-home-news{bottom:10rem;transition-delay: 0.9s;}

  /*sec5*/
  .sec5-home-banner{display:none;}
  .app-sec5-home-banner{display:block;}
  .sec5-tit{position: absolute;left: 50%;top: 12%;z-index: 10;width: 1200px;text-align:center;height:5rem;margin-left: -600px;background-repeat: no-repeat;opacity: 0;-webkit-transform: scale(0.5, 0.5);transform: scale(0.5, 0.5);transition: all 1s;color:#333;}
  .sec5-tit h2{font-size:3rem;text-align:center;height:5rem;line-height:5rem;font-weight:100;}
  .sec5-tit span{display:block;width:105px;height:5px;margin:1rem auto 0.5rem;color:#fff;background:#73468f;}
  .sec5-tit p{width:100%;padding:1rem 0;text-align:center;font-size:2rem;color:#999;}
  .app-sec5-home-banner{width:980px;position:absolute;position:absolute;left:50%;margin-left:-490px;transition: all 2.5s;bottom:-80%;}
  .app-sec5-home-banner ul{width:900px;margin: 0 auto;}
  .app-sec5-home-banner ul li{width:420px;height:200px;margin-bottom:20px;margin-right:50px;float:left;background:#fff;}
  .app-sec5-home-banner ul li:nth-child(2n){margin-right:0;}
  .app-sec5-home-banner ul li a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;}
  .app-sec5-home-banner ul li a img{}


  /*sec5过渡动画*/
  .active .app-sec5-home-banner{bottom:135px;transition-delay: 0.9s;}

  /*sec6*/
  .sec6-tit{position: absolute;left: 50%;top: 10%;z-index: 10;width: 1200px;text-align:center;height: 45px;margin-left: -600px;background-repeat: no-repeat;opacity: 0;-webkit-transform: scale(0.5, 0.5);transform: scale(0.5, 0.5);transition: all 1s;color:#fff;}
  .sec6-tit h2{font-size:3rem;text-align:center;height:5rem;line-height:5rem;font-weight:100;}
  .sec6-tit span{display:block;width:105px;height:5px;margin:1rem auto 0.5rem;color:#fff;background:#fff;}
  .sec6-tit p{width:100%;padding:1rem 0;text-align:center;font-size:2rem;color:#fff;}
  .home-map{position: absolute;top:22%;left:30%;width:589px;height:427px;transition: all 2.5s;left:-50%;}
  .home-telus{width:440px;position:absolute;top:52%;right:25%;transition: all 2.5s; right:-50%;}
  .home-telus img{display:block;position:absolute;right:-41%;bottom:4%;}
  .home-telus h2{width:100%;color:#fff;font-size:1.5rem;font-weight:100;position:relative;margin:10px 0;border-bottom:1px solid #fff;}
  .home-telus p{width:100%;color:#fff;line-height:2rem;font-size:1.2rem;margin-bottom:15px;}
.nav-left{display:none;}

}
@media (max-width:640px){
  .container{width:100%}
  .pcheader{display:none;}
  .appheader{display:block;width:100%;height:3.21rem;position:fixed;top:0;left:0;z-index:100;}
  header{width:100%;height:3.21rem;z-index:3;}
  header h1 {float:left;width:8rem;height: 3.21rem;line-height: 3.21rem;text-align: center;font-size: 1.1rem;font-weight:200;color:#fff;}
  header h1>.a-1{display:block;margin:0.6rem 0 0 1rem;width:6rem;height:2rem;}
  .telephone{float:left;margin-left: 3.5rem;width:7.7rem;height: 3.21rem;background:url('../images/tel.png') no-repeat left center;background-size:1.2rem 1.2rem;padding-left:1.8rem;line-height: 3.21rem;font-size:0.8rem;color:#b54646;}
  header h1 a img{width:100%;height:100%;}
  .wrapper {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
  .wrapper .container {position: relative;height:100%;width: 100%;background-color:rgba(0,0,0,0.5);}
  .slide-mask {height:100%;width:100%;position:fixed;z-index:3;left: 0;top:6.21rem;font-size:50px;color:#fff;cursor:pointer;background: rgba(0, 0, 0, 0);-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;display: none;}
  .nav-slide-wrapper {display:block;position: fixed;z-index: 870;right: 0;top:3.21rem;width:50%;height:100%;-webkit-transform: translate3d(200%, 0, 0);-moz-transform: translate3d(200%, 0, 0);-ms-transform: translate3d(200%, 0, 0);-o-transform: translate3d(200%, 0, 0);
                        transform: translate3d(200%,0,0);-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  .nav-slide-wrapper > div {height:44rem;background: rgba(73,73,73,0.8);min-height: 100%;}
  .nav-slide-wrapper > div > div {padding: 0 10px;height: 45px;background-color: #99b7d6;overflow: hidden;}
  .nav-slide-wrapper.moved {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}

  .button-a {position: fixed;right: 1rem;top: 0.6rem;width:2rem;height: 2rem;z-index:5;}
  .yc-span{width:100%;height:100%;}
  .icon-bar{position: absolute;top: 49%;left: 0;display: block;width: 25px;height: 2px;cursor: pointer;content: '';background-color: #fff;border-radius: 1px;-webkit-transition: all .4s cubic-bezier(0.19,1,.22,1);-o-transition: all .4s cubic-bezier(0.19,1,.22,1);transition: all .4s cubic-bezier(0.19,1,.22,1);}
  .icon-bar::before,.icon-bar::after{position: absolute;display: block;width: 25px;height: 2px;cursor: pointer;content: '';background-color: #fff;border-radius: 1px;-webkit-transition: all .4s cubic-bezier(0.19,1,.22,1);-o-transition: all .4s cubic-bezier(0.19,1,.22,1);transition: all .4s cubic-bezier(0.19,1,.22,1);}
  .icon-bar::before{top:0.5rem;}
  .icon-bar::after{bottom:0.5rem;}
  .ovfHiden{overflow:hidden;}

  .swiper-pagination-bullet {background: #fff;opacity:1;}
  .swiper-pagination-bullet-active {opacity: 1;background: #007aff;  }
  .nav-button.drawer-open span{background:rgba(0,0,0,0);}
  .nav-button.drawer-open span:before {background-color: #fff;-webkit-transform: rotate(45deg);transform: rotate(45deg);left:0px;top:0px;}
  .nav-button.drawer-open span:after {background-color: #fff;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);left:0px;top:0px;}
  .nav-button.drawer-open{position:flex;right:1rem;top:0.6rem;z-index:9;}

  /*nav*/
  .accordion {width: 100%;margin: 0 auto;font-size: 14px;}
  .accordion .link {cursor: pointer;display: block;padding: 1rem 1rem;border-top: 1px solid #9f9fa1;font-size: 1rem;color: #fff;background:url('../images/right.png') no-repeat 70% center;background-size:0.6rem 0.9rem;}
  .accordion .link:hover{display:block;width:100%;height:100%;background-color:	transparent;}
  .accordion .link a{color:#fff;display:block;width:100%;height:100%;}
  .accordion li:last-child .link {border-bottom: 0;}
  .accordion li:first-child .link {border-top:0;}
  .accordion li{cursor: pointer;position:relative;}
  .accordion li.open .link {background:url('../images/bottom.png') no-repeat 70% center;background-size:0.9rem 0.6rem;}
  .accordion li.open i a{color: #f39800;}
  .accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
  /** Submenu-----------------------------*/
  .submenu {display: none;font-size: 14px;border-top:1px solid #ccc;}
  .submenu a {font-size:0.9rem;display: block;border:1px solid #fff;border-top:none;text-decoration: none;color: #fff;text-align:left;padding:1rem 1rem;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
  .submenu a:hover,.submenu a.hover,.submenu li.current a{color: #FFF;}
  .sjsubmenu li a{font-size:0.7rem;border:none;}

  .market-banner{width:100%;margin-top:3.21rem;}
  .market-banner p{position:absolute;left:10%;}
  .market-banner p.p1{top:30%;font-size:14px;}
  .market-banner p.p2{top:50%;font-size:8px;}
  .cur-lt{width:100%;}
  .current-location{width:100%;border:1px solid #e5e5e5;padding:1rem 1rem;display:none}
  .current-location span{display:block;width:100%;height:26px;line-height:26px;float:left;font-size:12px;padding-left:30px;color:#999;background:url('../images/wz.png') no-repeat left center;}
  .current-location ul {width:100%;margin-top:1rem;}
  .current-location ul li{float:left;width:5rem;height:2rem;margin:0.5rem 0.9rem;text-align:center;line-height:2rem;font-size:1rem;}
  .market-tit-h2{width:100%;font-size:1.5rem;position:relative;color:#333333;font-weight:100;text-align:center;}
  .market-tit-h2:before, .market-tit-h2:after{content: '';position: absolute;top: 50%;margin-top:-1px;width: 40px;height:2px;}
  .market-tit-h2:before{left: 23%;background:#74468f;}
  .market-tit-h2:after {right: 23%;background:#74468f;}


  /*aboutus.html*/
  .company-profile {width:100%;padding: 3rem 0;}
  .company-profile p{width:90%;margin:0 auto;margin-top:1.5rem;line-height: 2rem;font-size: 1.1rem;}
  .company-culture{padding:3rem 0;background-color:#f7f7f7;}
  .com-cul-sec{width:100%;}
  .com-cul-sec ul{width:100%;padding:0 15px;margin-top:3rem;}
  .com-cul-sec ul li{width:48%;float:left;margin-right:3%;margin-bottom:1rem;border:2px solid #eee;}
  .com-cul-sec ul li:nth-child(2n){margin-right:0;}
  .com-cul-sec ul li .com-cul-sec-top{width:100%;}
  .com-cul-sec-top .com-cul-sec-top-img{margin-top:1rem;}
  .com-cul-sec-top h3{text-align:center;font-weight:100;font-size:1.1rem;color:#333;font-weight:100;margin-top:0.3rem;margin-bottom:1rem;}
  .com-cul-sec-top span{display:block;width:3rem;height:2px;background:#74468f;margin:0 auto;}
  .com-cul-sec-top p{width:100%;text-align:center;margin:1rem 0;font-size:1rem;color:#4d4d4d;height:4.5rem;}
  .com-cul-sec-bottom{width:100%;margin:0 auto;border-top:2px solid #ebebeb;margin-bottom:1rem;}
  .com-cul-sec-bottom p{margin-top:1rem;color:#6b6b6b;line-height:2rem;font-size:1rem;padding:0 0.5rem;height:11.5rem;}


  #next, #prev{top:35%;}
  .deve-history{padding:3rem 0;width:100%;}
  .timeline-sec{width:100%;height:inherit;;overflow:hidden;margin:0px auto 0 auto;position:relative;}
  #timeline{width:100%;height:inherit;overflow:hidden;margin: 0 auto;position:relative;background:url('../images/licbg.png') center 82px no-repeat;}
#issues{width:100%;margin-top:20px;position:relative;}
  #issues li{width:23rem;height:inherit;
    list-style:none;float:left;background:#fafafa;box-shadow:0 0 26px -2px #f7ebff;}
  #issues li img{width:23rem;float:left;display:block;margin:0 auto;}
  #issues li p{width:90%;margin:0 5%;margin-top:1rem;float:left;color:#333;line-height:2rem;font-size:1rem;padding-bottom:1.5rem;}

  .team-adv-sec{width:100%;}
  .team-advantage{width:100%;padding:3rem 0;background:#f7f7f7;}
  .team-adv-tit h2{font-weight: 100;display:inline-block;margin:3rem 2rem;cursor: pointer;padding:0.3rem 1rem;text-align:center;color:#666;border-radius:25px;border:1px solid #666;font-size:16px;}
  .team-adv-banner ul li img{margin:1rem 0.5rem;float:left;}
  .team-adv-banner ul li h3{font-size:1rem;font-weight:100;float:left;margin-top:1rem;width: 58%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
  .team-adv-banner ul li p{width:58%;text-align:left;font-size:0.9rem;line-height:1.6rem;float:left;margin-top:0.5rem;}

  .honor{width:100%;padding:3rem 0;}
  .honor-sec{width:100%;}
  .honor-tit h2{font-weight: 100;display:inline-block;margin:3rem 2rem;cursor: pointer;padding:0.3rem 1rem;text-align:center;color:#666;border-radius:25px;border:1px solid #666;font-size:16px;}
  #certify .swiper-slide {width: 15rem;height: 12rem;background: #fff;}
  #certify .swiper-slide img{display:block;width:100%;}
  .button-border {width:2rem;height:2rem;display:block;position: absolute;cursor: pointer;}
  #certify .swiper-slide span{display:block;position:absolute;bottom:-25%;width:100%;line-height:20px;text-align:center;font-size:0.9rem;color:#333;}
  #certify .ohsms{width: 100%;height: 40px;color: #fff;font-size: 25px;text-align: center;line-height: 40px;}

  .cust-list{width:100%;padding:3rem 0;background:#f7f7f7;}
  .cust-list-sec{width:100%;}
  .cust-list-sec-left,.cust-list-sec-right{width:100%;margin-top:20px;}
  .cust-list-sec-left h2,.cust-list-sec-right h2{width:90%;padding-left:8%;}
  .cust-list-sec-left ul, .cust-list-sec-right ul{float:left;width:47%;margin:20px 1.5% 0px;}
  .cust-list-sec-left ul li,.cust-list-sec-right ul li{width:96%;margin:0 2%;font-size:12px;}
  /*market.html*/
  .product-ft{width:100%;padding-top:3rem;padding-bottom:2rem;}
  .product-ft ul {width:96%;margin:0 auto;margin-top:3rem;}
  .product-ft ul li {position:relative;width:31%;height:9rem;float:left;margin-right:3.5%;}
  .product-ft ul li:nth-last-child(1){margin-right:0;}
  .product-ft ul li .ft-top{position:absolute;top:0;width:4rem;height:4rem;left:50%;margin-left:-2rem;background:#fff;border:3px solid #f2f2f2;border-radius:100%;z-index:5;}
  .product-ft ul li:hover .ft-top{background:#74468f;border:3px solid #74468f;}
  .product-ft ul li .ft-top .ft-top-img{width:2rem;height:2rem;margin:0 auto;display:block;margin-top:0.8rem;position:relative;}
  .product-ft ul li .ft-top .ft-top-img img{position:absolute;top:0;left:0;width:100%;}
  .product-ft ul li .ft-top .ft-top-img .second-img{display:none;width:2rem;height:2rem;}
  .product-ft ul li:hover .ft-top .ft-top-img .second-img{display:block;}
  .product-ft ul li .ft-top h3 {width:130%;margin-left:-15%;text-align:center;font-weight:100;font-size:14px;color:#73468f;margin-top:1.5rem;}
  .product-ft ul li:hover .ft-top h3{color: #74468f;}
  .product-ft ul li .ft-bottom{z-index:1;width:100%;height:6rem;position:absolute;bottom:0;left:0;border:2px solid #f2f2f2;}
  .product-ft ul li .ft-bottom p{display:none;}

  .technical-adv{width:100%;background:#fafafa;padding-top:3rem;}
  .technical-adv-sec{width:100%;}
  .technical-adv-ulsec ul{width:100%;margin-top:2rem;}
  .technical-adv-ulsec ul li{width:100%;height:inherit;float:left;border:2px solid rgba(0,0,0,0);margin-right:0;margin-bottom:0.5rem;padding: 24px 0;}
  .technical-adv-ulsec ul li h3{float:left;width:60%;font-size:1.1rem;font-weight:100;}
  .technical-adv-ulsec ul li p{float:left;width:60%;margin-top:0.8rem;padding-right:1rem;line-height:1.5rem;font-size:1rem;color:#666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height:4.5rem;}

  .consult-content{padding:3rem 0;}
  .consult-ct-sec{width:100%;}
  .consult-ct-ulsec>ul>li{width:100%;height:10rem;background:#73468f;float:left;margin-right:76px;margin-bottom:1rem;transition:all 1s;opacity:1;}
  .consult-ct-ulsec ul li .ct-ulsec-left .second-img {display: block;}
  .consult-ct-ulsec ul li .ct-ulsec-left{float:left;width:4rem;height:4rem;margin:3rem 2rem;display:block;position:relative;}
  .consult-ct-ulsec ul li .ct-ulsec-left img{width:100%;position:absolute;top:0;left:0;}
  .consult-ct-ulsec ul li .ct-ulsec-right{opacity:1;float:left;width:14rem;height:10rem;overflow:hidden;position:relative;}
  .consult-ct-ulsec ul li .ct-ulsec-right h3{width:70%;z-index:2;font-size:1.2rem;font-weight:100;color:#73468f;height:3rem;line-height:3rem;border-bottom:1px solid #73468f;margin-top:3rem;margin-left:0.5rem;}
  .consult-ct-ulsec ul li .ct-ulsec-right ul{position:absolute;left:0;top:0;z-index:5;width:14rem;border-left:2px solid rgba(0,0,0,0);height:8rem;margin:1rem 0;padding:0 0.5rem;transition:all 1s;opacity:1;}
  .consult-ct-ulsec ul li .ct-ulsec-right ul h5{width:100%;line-height:1.8rem;font-size:1.1rem;color:#fff;font-weight:100;}
  .consult-ct-ulsec ul li .ct-ulsec-right ul li{width:100%;line-height:1.3rem;font-size:1rem;color:#fff;position:relative;padding-left:1rem;}
  .consult-ct-ulsec ul li .ct-ulsec-right ul li span{display:inline-block;width:3px;height:3px;background-color:#fff;position:absolute;top:7px;left:0;}

  .app-case {width:100%;padding-top:3rem;}
  .app-case-sec ul{width:100%;padding-top:2rem;padding-bottom:3rem;}
  .app-case-sec ul li{width:100%;height:9rem;border:1px solid #a0a0a0;margin-right:0;float:left;margin-bottom:1rem;}
  .app-case-sec ul li img{margin:2rem 0.5rem;width:5rem;height:5rem;display:block;float:left;}
  .app-case-sec ul li h3{float:left;width:60%;line-height:1.8rem;font-size:1.1rem;margin-top:1rem;font-weight:100;color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
  .app-case-sec ul li p{float:left;width:71%;line-height:1.5rem;font-size:1rem;color:#666;margin-top: 0.5rem;}

  /*news*/
  .news-list {width:100%;padding:3rem 0;}
  .news-list ul {width:90%;margin:0 auto;}
  .news-list ul li{width:100%;float:left;margin-right:0;border:1px solid #eeeeee;margin-bottom:40px;}
  .news-pages {width:100%;text-align:center;margin-bottom: 2rem;}
  .news-pages a{display:inline-block;padding:0.2rem 0.6rem;margin:0 0.2rem;color:#8a8a8a;border:1px solid #ccc;border-radius:3px;}

  /*news-details.html*/
  .news-details{width:90%;margin:0 auto;padding:3rem 0;}
  .news-details img{max-width:100%;}
  .news-details h3{width:100%;text-align:center;font-size:1.1rem;color:#333;font-weight:100;}
  .news-details>span{display:block;width:100%;text-align:center;color:#999;margin:20px 0 35px 0;font-size:0.8rem;}
  .news-details p{width: 100%;line-height:2rem;font-size:1rem;color:#666;margin-bottom:1rem;}
  .news-details-img{width:100%;margin:2rem auto;}
  .news-details-img img{float:left;width:100%;height:inherit;margin-right:0;margin-bottom:1rem;}
  .news-details-list{width:100%;height:5rem;border:1px solid #dcdcdc;position:relative;margin-bottom:2rem;}
  .news-details-list>a{display:block;width:70%;float:left;line-height:2rem;font-size:1rem;color:#333;padding-left:1rem;margin:3px 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
  .news-details-list>span{display:block;position:absolute;top:-1px;right:0;width:5rem;height:5rem;float:right;background:#74468f;text-align:center;line-height:33px;font-size:1rem;letter-spacing:0.8rem;}
  .news-details-list>span a{display:block;color:#fff;margin-top: 0.3rem;margin-left:0.8rem;}
  .news-details-list .a{width:75%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;line-height:20px;}
  /*operation.html*/
  .product-ftn{width:100%;padding:2rem 0;}
  .product-ftn ul{width:94%;margin-top:2rem;}
  .product-ftn ul li{width:10rem;height:10rem;position:relative;margin-right:20px;float:left;}
  .product-ftn ul li:nth-child(2){margin-right:0 ;}
  .product-ftn ul li:nth-child(3){margin:0 80px;}
  .product-ftn ul li .product-ftn-xs{position:absolute;top:0;left:0;width:10rem;height:10rem;padding-top:1.5rem;background:#f7f7f7;border-radius:100%;transition:all 1s;opacity:1;}
  .product-ftn ul li .product-ftn-xs img{width:70px;height:70px;margin:0 auto;margin-bottom:0.3rem;display:block;}
  .product-ftn ul li .product-ftn-xs span{display:block;width:100%;text-align:center;font-size:1rem;color:#333;}
  .product-ftn ul li .product-ftn-yc{position:absolute;top:0;left:0;width:10rem;height:10rem;background:#74468f;border-radius:100%;transition:all 1s;opacity:0;display:inline-block;}
  .product-ftn ul li .product-ftn-yc h3{width:100%;text-align:center;color:#fff;font-size:1rem;margin-top:1.5rem;font-weight:100;}
  .product-ftn ul li .product-ftn-yc span{display:block;width:90px;height:1px;background:#fff;margin:1rem auto;}
  .product-ftn ul li .product-ftn-yc p{width:100%;text-align:center;color:#ededed;line-height:25px;font-size:0.9rem;height:50px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;padding:0px 10px;}

  .oper-tec-adv{width:100%;padding:2rem 0;}
  .oper-tec-adv ul{width:87%;margin-top:2rem;}
  .oper-tec-adv ul li{width:100%;float:left;margin:0;margin-bottom:1rem;position:relative;}
  .oper-tec-adv ul li>img{width:100%;}
  .oper-tec-adv ul li .oper-tec-adv-xs{position:absolute;top:0;left:0;width:100%;transition:all 1s;opacity:1;}
  .oper-tec-adv ul li .oper-tec-adv-xs img{display:block;width:102px;height:102px;margin:0 auto;margin-top:90px;}
  .oper-tec-adv ul li .oper-tec-adv-xs span{display:block;width:90px;height:1px;background-color:#fff;margin:45px auto;}
  .oper-tec-adv ul li .oper-tec-adv-xs h3{font-size:18px;width:100%;text-align:center;color:#fff;font-weight:100;}
  .oper-tec-adv ul li .oper-tec-adv-yc span {margin: 45px 0 45px 20%;}
  .oper-tec-adv ul li .oper-tec-adv-yc h3 {padding-left:20%;}
  .oper-tec-adv ul li .oper-tec-adv-yc{width:100%;}
  .oper-tec-adv ul li .oper-tec-adv-yc p{padding-left:20%;}



  .oper-app-cs{width:100%;padding:3rem 0 5rem;background:#f7f7f7;}
  .oper-app-cs-sec{width:100%;}
  .oper-app-cs-sec ul{width:94%;margin:0 auto;margin-top:2rem;}
  .oper-app-cs-sec ul li{width:100%;margin-bottom:1rem;position:relative;float:left;margin-right:58px;background:#fff;border:2px solid #dedede;}
  .oper-app-cs-sec ul li:nth-child(2n){margin-right:0;}
  .oper-app-cs-sec ul li .oper-img{width:100%;height:137px;margin:0 auto;margin-top:0;display:flex;justify-content:center;align-items:center;}
  .oper-app-cs-sec ul li .oper-img img{display:block;width:100%;}
  .oper-app-cs-sec ul li h3{width:100%;margin:0 auto;margin-top:1rem;font-size:1.2rem;color:#74468f;font-weight:100;padding:0 5%;}
  .oper-app-cs-sec ul li p{width:100%;margin:0 auto;margin-top:5px;margin-bottom:1rem;font-size:1rem;color:#333;line-height:25px;padding:0 5%;}
  .oper-app-cs-sec ul li:hover{border:2px solid #fff;box-shadow: 0 0 32px -2px #ccc;}



  /*test.html*/
  .product-introduce{width:100%;padding-top:2rem;padding-bottom:2rem;}
  .product-introduce ul {width:98%;margin-top:3rem;}
  .product-introduce ul li {position:relative;width:31%;float:left;margin-right:3%;}
  .product-introduce ul li .product-in-img{width:4rem;height:4rem;margin:0 auto;display:block;position:relative;}
  .product-introduce ul li .product-in-img img{display:block;width:100%;position:absolute;top:0;left:0;}
  .product-introduce ul li h3{width:100%;line-height:1.3rem;font-size:1.1rem;text-align:center;color:#333;font-weight:100;margin-top:10px;height:2.5rem;}
  .product-introduce ul li span{width:2rem;height:2px;background:#73468f;display:block;margin:0.5rem auto;}
  .product-introduce ul li p{width:100%;line-height:1.5rem;font-size:1rem;text-align:center;color:#666666;height:9rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}

  .product-fun-h2:before{left: 22%;background:#fff;}
  .product-fun-h2:after {right: 22%;background:#fff;}
  .product-fun{padding:3rem 0;}
  .product-fun-sec{width:100%;}
  .product-fun-sec ul{width:94%;margin-top:3rem;}
  .product-fun-sec ul li{width:100%;float:left;background:rgba(50,50,50,0.7);margin-right:3%;margin-bottom: 1.5rem;cursor:pointer;min-height:305px;}
  /* .product-fun-sec ul li:nth-child(2n){margin:0;} */
  .product-fun-sec ul li img{display:block;width:70px;height:70px;margin:1.5rem auto;}
  .product-fun-sec ul li h3{font-size:1.2rem;}
  .product-fun-sec ul li span{margin:1rem auto;}
  .product-fun-sec ul li p{font-size:1rem;margin:1rem 10% 2rem;line-height:2rem;}

  .test-tec-adv{padding:3rem 0;}
  .test-tec-adv-sec{width:100%;}
  .test-tec-adv-sec ul{width:100%;margin-top:3rem;}
  .test-tec-adv-sec ul li{width:100%;height:14rem;position:relative;float:left;margin-right:22px;margin-bottom:10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
  .test-tec-adv-sec ul li>img{display:block;width:100%;height:inherit;position:absolute;top:0;left:0;}
  .test-tec-adv-sec ul li .test-tec-adv-div{width:100%;height:13rem;position:absolute;top:0;left:0;}
  .test-tec-adv-sec ul li .test-tec-adv-div img{width:78px;height:80px;margin:3rem 1rem 0 2rem;float:left;}
  .test-tec-adv-sec ul li .test-tec-adv-div h3{width:60%;float:left;margin-top:2rem;color:#fff;font-size:1.4rem;font-weight:100;overflow: hidden;
text-overflow:ellipsis;white-space: nowrap;}
  .test-tec-adv-sec ul li .test-tec-adv-div p{float:left;width:160px;margin-top: 10px;  border-top:1px solid #fff;padding-top:0.3rem;color:#c9c9c9;font-size:1rem;line-height:2.2rem;}

  .test-app-cs{width:100%;padding:3rem 0;}
  .test-app-cs-sec{width:100%;}
  .test-app-cs-sec ul{width:94%;margin-left:0px;margin-top:2rem;}
  .test-app-cs-sec ul li{width:100%;height:13rem;position:relative;float:left;margin-right:0;margin:0 3% 1.5rem;}
  .test-app-cs-sec ul li>img{width:100%;height:13rem;position:absolute;top:0;left:0;}
  .test-app-cs-sec ul li span{display:block;width:100%;height:2rem;line-height:2rem;text-align:center;color:#fff;background:#73468f;position:absolute;bottom:0;left:0;font-size:1.1rem;z-index:1;transition:all 0.5s;}
  .test-app-cs-sec ul li .test-app-cs-sf{width:100%;height:13rem;padding:1rem;position:absolute;top:0px;left:0px;background:#73468f;z-index:5;opacity:0;transition:all 0.5s;}
  .test-app-cs-sec ul li .test-app-cs-sf div{border:2px solid #fff;width:100%;height:100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
  .test-app-cs-sec ul li .test-app-cs-sf div h3{width:96%;text-align:center;margin-top:1rem;margin-bottom:1rem;font-size:1.2rem;color:#fff;font-weight:100;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
  .test-app-cs-sec ul li .test-app-cs-sf div p{width:92%;font-size:1rem;line-height:1.7rem;color:#fff;font-weight:100;}

  /*job.html*/
  .company-envi{width:98%;margin:0 auto;padding:3rem 0 2rem;}
  .company-envi ul li{width:31%;margin-right:3%;}
  .company-envi ul li img{display:block;width:100%;}
  .company-envi ul li span{font-size:1rem;line-height:3rem;}

  .fringe-benefits{width:100%;}
  .fringe-benefits ul{width:96%;margin:0 auto;margin-top:3rem;}
  .fringe-benefits ul li{width:23%;margin-bottom:1rem;float:left;text-align:center;margin-right:2%;}
  .fringe-benefits ul li img{display:block;width:4rem;height:4rem;}
  .fringe-benefits ul li:nth-child(4n){margin-right:0;}
  .fringe-benefits ul li span{display:block;width:100%;line-height:3rem;font-size:1rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

  .job{width:100%;padding:2rem 0;}
  .job tr td:nth-child(1),.job tr td:nth-child(3),.job tr td:nth-child(5){display:none;}
  .job tr td:nth-child(2){width:33%;}
  .job tr td:nth-child(4){width:33%;}
  .job tr td:nth-child(6){width:33%;}
  /* .job>img{width:100%;display:block;} */
  .job h3{width:100%;padding-left:5%;line-height:3rem;font-size:1.1rem;font-weight:100;margin-top: 1rem;}
  .job ul{width:90%;margin:1rem auto;}
  .job ul li {width:25%;float:left;text-align:center;}
  .job ul li:hover img{display:block;box-shadow:0 0 32px -2px #aaa;}
  .job ul li img{display:block;border-radius:100%;width:3rem;height:3rem;}
  .job ul li a span{display:block;color:#333;width:100%;line-height:3rem;font-size:1rem;}
  .nav-left{display:none;}


  footer{width:100%;height:3rem;line-height:3rem;color:#999;text-align:center;font-size:0.8rem;background-color:#424242; }

}
