fieldset, img {
  border: 0;
}
*, a:focus, input:focus {
  outline: 0;
}
a, body {
  color: #000;
}
.cl, .fix:after {
  clear: both;
}
.block, .fix:after {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
img, input {
  vertical-align: middle;
}
article, aside, blockquote, body, button, code, dd, dialog, div, dl, dt, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, input, legend, li, nav, ol, p, pre, section, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}
input, select, textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}
li, ol, ul {
  list-style: none;
}
em, i {
  font-style: normal;
}
del {
  text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:active {
  opacity: 0.7;
}
html {
  -webkit-text-size-adjust: none;
  overflow-y: scroll;
}
body {
  min-height:100%;
  min-width: 320px;
  font-size:12px;
  line-height: 1.5;
  font-family: Arial,Helvetica,STHeiTi,sans-serif;
  background: #FFF;
}
html,body{
  height: 100%;
}
.inactivebody {
  overflow: hidden;
}
.fix:after {
  content: "";
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.wbox {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  word-break: break-all;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.col-wbox{
  -webkit-box-orient: vertical;
}
.flex {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
.prevent{
  pointer-events: none;
}

@font-face{
  font-family: "DIN";
  src: url('font/DIN Alternate.ttf');
}
@font-face{
  font-family: "hello-font";
  src: url('font/FZBSJW.ttf');
}
@font-face{
  font-family: "banner-font";
  src: url('font/PingFang Regular.ttf');
}
.after{
  position: relative;
}
.after:after{
  position: absolute;
  right:0.4rem;
  top:50%;
  content:'';
  display:block;
  width:0.32rem;
  height:0.32rem;
  border:1px solid #000;
  border-left-color:transparent;
  border-bottom-color:transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.navbtn{
  display:block;
  position: absolute;
  top:50%;
  right:0;
  width:1.28rem;
  height:1.28rem;
  margin-top:-0.64rem;
}
.navbtn span{
  position:absolute;
  display:block;
  top:50%;
  left:0.2rem;
  height:0.12rem;
  width:0.8rem;
  background:#2c2c2c;
  border-radius:5px;
  opacity:1;
}
.navbtn span:before{
  position:absolute;
  left:-0.2rem;
  content:"";
  display:block;
  width:0.12rem;
  height:0.12rem;
  border-radius:40%;
  background:#2c2c2c;
}
.navbtn span:nth-child(1){
  margin-top:-0.38rem;
}
.navbtn span:nth-child(2){
  margin-top:-0.06rem;
}
.navbtn span:nth-child(3){
  margin-top:0.26rem;
}
.navbtn.open span:nth-child(1){
  margin-top:0;
  -webkit-transform:rotate(45deg);
  -webkit-transition:margin 0.2s linear 0.2s,-webkit-transform 0.2s linear 0.4s;
}
.navbtn.open span::before,
.navbtn.open span:nth-child(2){
  opacity:0;
  -webkit-transition:opacity 0.2s linear 0s
}
.navbtn.open span:nth-child(3){
  margin-top:0;
  -webkit-transform:rotate(-45deg);
  -webkit-transition:margin 0.2s linear 0.2s,-webkit-transform 0.2s linear 0.4s;
}
/**/
.navbtn.close span:nth-child(1){
  margin-top:-0.38rem;
  -webkit-transform:rotate(0);
  -webkit-transition:margin 0.2s linear 0.2s,-webkit-transform 0.2s linear 0s;
}
.navbtn.close span::before,
.navbtn.close span:nth-child(2){
  opacity:1;
  -webkit-transition:opacity 0.2s linear 0.4s
}
.navbtn.close span:nth-child(3){
  margin-top:0.26;
  -webkit-transform:rotate(-0);
  -webkit-transition:margin 0.2s linear 0.2s,-webkit-transform 0.2s linear 0s;
}
/**/
@media screen and (min-width:0px) {
  body{
    font-family: Arial,Helvetica,STHeiTi,sans-serif;
  }
  .wrap{
    width:100%;
    max-width:750px;
    min-width:320px;
    margin:0 auto;
    /* font-size:20px; */
  }
  .header{
    position: relative;
    height:60px;
    padding:0 10px;
    z-index:50;
  }
  .header .logo{
    position: relative;
    float: left;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
  }
  .header .logo img{
    display:block;
    /* width:6.24rem;
    height:0.92rem; */
    width:4.04rem;
    height:1.24rem;
  }
  .header .nav-list{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:60px;
    border-top:2px solid #000;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
  }
  .header .nav-list:after{
    content: '';
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,0.8);
  }
  .header .nav-list dl{
    position: relative;
    width:100%;
    padding:0 0.4rem;
    background:#FFF;
    z-index:10;
  }
  .header .nav-list dl dt a{
    display:block;
    height:1.8rem;
    padding:0 0.2rem;
    font-size:0.64rem;
    line-height:1.8rem;
  }
  .header .nav-list dl.on dt.after:after{
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .header .nav-list dl dd{
    border-top:1px solid #000;
  }
  .header .nav-list dl dd a{
    display: block;
    height:1.8rem;
    line-height:1.8rem;
    margin:0 0.4rem 0 0.6rem;
    font-size:0.44rem;
    border-bottom:1px solid #ddd;
  }
  .header .nav-list dl dd a.on{
    font-weight:700;
  }
  .header .nav-list dl dd a.after:after{
    right:0;
    border-right-color:#acacac;
    border-top-color:#acacac;
  }
  .header .nav-list ul li{
    display: block;
    position: relative;
  }
  .header .nav-list ul li:after{
    position: absolute;
    bottom:0;
    left:0;
    content:'';
    display: block;
    width:100%;
    height:1px;
    background:#ddd;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .header .nav-list ul li:last-child:after{
    display: none;
  }
  .header .nav-list ul li a{
    display: block;
    height:1.2rem;
    padding:0 0.4rem;
    line-height:1.2rem;
    font-size:0.48rem;
  }
  .header .nav-list ul li.on a{
    color:#cf0001;
  }
  .i-page{
    /* position: absolute;
    top:65px;
    bottom:0;
    right:0;
    left:0;
    overflow: hidden; */
  }
  .i-page .page{
    /* position: relative;
    height: 100%;
    background:#FFF;
    overflow: hidden;
    z-index:1; */
  }
  .i-page .page:first-child{
    z-index: 2;
  }
  .swiper-wrapper{
    position: relative;
    height:100%;
  }
  .i-page .slider-box{
    height:17.4rem;
  }
  .i-page .slider-box .slider,
  .i-page .slider-box ul,
  .i-page .slider-box ul li{
    height:100%;
  }
  .i-page .slider-box ul li{
    background-repeat: no-repeat;
    background-position: 15% center;
    background-size:200%;
  }
  .slider-box .slide-1{
    text-align: center;
  }
  .slider-box .slide-1 img{
    position: relative;
    display:block;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .slider-box .slide-1{
    padding:0 0.6rem;
  }
  .slider-box .slide-1 img.pc{
    display: none;
  }
  .teaminfo{
    /* position: absolute;
    bottom:0; */
    width:100%;
    height:6.8rem;
    background:#cf0001;
  }
  .teaminfo ul{
    position: relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
  }
  .teaminfo ul li{
    position: relative;
    float:left;
    width:33%;
    text-align: center;
  }
  .teaminfo ul li:after{
    content:"";
    display:block;
    position: absolute;
    width:1px;
    height:100%;
    background:#FFF;
    right: 0;
    top:0;
    -webkit-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
  .teaminfo ul li:last-child:after{
    display:none;
  }
  .teaminfo p{
    display: inline-block;
    color:#FFF;
  }
  .teaminfo p span{
    font-family: DIN;
    font-size:2rem;
    line-height:1.1;
  }
  .teaminfo p em{
    font-size:10px;
  }
  .teaminfo p em,
  .teaminfo p span{
    display: block;
    text-align: left;
  }
  .page .page-title img{
    display: block;
    width:6.08rem;
    margin:0 auto;
  }
  .page2 .page-title{
    margin-top:1.8rem;
  }
  .page2 .page-content{
    padding:0 10px;
    margin-top:1.8rem;
  }
  .page2 .page-content img{
    float:left;
    width:7.8rem;
    margin-right:1rem;
    margin-bottom:1.2rem;
  }
  .page2 .page-content h4{
    font-size:0.72rem;
    line-height:1.2rem;
  }
  .page2 .page-content h4 strong{
    display:block;
    font-weight:400;
    font-size:1.2rem;
    line-height:2rem;
  }
  .page2 .page-content h5{
    font-size:0.4rem;
    line-height:0.8rem;
  }
  .page2 .page-content .detail{
    color:#666;
    font-size:0.4rem;
    line-height:0.6rem;
  }
  .page2 .page-content .detail p{
    margin-top:0.4rem;
  }
  .more-link{
    position: relative;
    display:inline-block;
  }
  .more-link:after{
    content:"→";
    font-size:0.4rem;
    color:#cf0001;
  }
  .more-link span{
    position: relative;
    display:inline-block;
    height:0.76rem;
    padding:0 0.2rem;
    line-height:0.76rem;
    font-size:0.36rem;
  }
  .more-link span:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:200%;
    height:200%;
    box-sizing: border-box;
    border-top:0.06rem solid #cf0001;
    border-bottom:0.06rem solid #cf0001;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  .page2 .more-box{
    margin-top:1rem;
    text-align: right;
  }
  .line-title{
    margin:1.6rem 0 0.4rem;
    text-align: center;
  }
  .line-title span,
  .line-title span i{
    position: relative;
    display:inline-block;
    text-align: center;
  }
  .line-title span{
    width:6.8rem;
  }
  .line-title span:after{
    position: absolute;
    content:'';
    display:block;
    top:0;
    left:0;
    width:100%;
    height:50%;
    border-bottom:1px solid #000;
  }
  .line-title span i{
    padding: 0 0.2rem;
    background:#FFF;
    font-size:0.72rem;
    line-height:1.44rem;
    z-index:3;
  }
  .case-page{
    padding-bottom:2rem;
  }
  .waterfall-box{
    padding:0 0.2rem;
  }
  .waterfall-box .more-box{
    /* position: absolute;
    bottom:0.2rem; */
    margin-top:1rem;
    width:100%;
  }
  .waterfall-box .more-box a{
    position:relative;
    display:block;
    width:6rem;
    margin:0 auto;
    height:1.2rem;
    border:1px solid #cf0001;
    color:#cf0001;
    text-align: center;
    line-height:1.2rem;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAIAQMAAAAhj1bXAAAABlBMVEUAAADPAAFIk1gkAAAAAXRSTlMAQObYZgAAABtJREFUCNdjYGBkAOIGID7A8P//AxAGsaFiDACB/ghDD+JicAAAAABJRU5ErkJggg==);
    background-position: 5rem center;
    background-repeat: no-repeat;
    background-size:0.4rem;
  }
  /* .waterfall-box .more-box a:after{
    content:"";
    position:absolute;
    display:block;
    width:0.4rem;
    height:0.16rem;
    right:1.2rem;
    top:50%;
    margin-top:-0.08rem;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAIAgMAAABmLywHAAAACVBMVEUAAAD9ADf+X4LGXN5SAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjAAImBhBgbACTCQyhQBABISEiEFmISgB3nAUhIzXslgAAAABJRU5ErkJggg==) no-repeat;
    background-size:0.4rem;
  } */
  .waterfall-box .waterfall-type{
    height:1.4rem;
    overflow: hidden;
  }
  .waterfall-box .waterfall-type .scroll{
    height:2rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .waterfall-box .waterfall-type ul{
    white-space: nowrap;
    font-size:0;
    letter-spacing: 0;
  }
  .waterfall-box .waterfall-type ul li{
    display:inline-block;
    margin-right:0.6rem;
    width:2.7rem;
    height:2rem;
    font-size:0;
    letter-spacing: 0;
  }
  .waterfall-box .waterfall-type ul li a{
    position: relative;
    display: block;
    height:1.2rem;
    text-align: center;
    line-height:1.2rem;
    font-size:0.6rem;
  }
  .waterfall-box .waterfall-type ul li a.on{
    color:#cf0001;
  }
  .waterfall-box .waterfall-type ul li a.on:after{
    position: absolute;
    left:0;
    bottom:0;
    content: '';
    display:block;
    width:100%;
    height:0.06rem;
    background:#cf0001;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .waterfall-list{
    margin-top:0.4rem;
    overflow: hidden;
  }
  .waterfall-list.waterfall-list-page{
    height:auto;
  }
  .waterfall-list ul{
    margin-right:-20px;
    overflow: hidden;
  }
  .waterfall-list ul li{
    float:left;
    margin-bottom:0.2rem;
    overflow: hidden;
  }
  .i-page .waterfall-list ul li:nth-child(n+7){
    /*display:none;*/
  }
  .waterfall-list ul li{
    margin-right:0.2rem;
  }
  .waterfall-list ul li .inner{
    width:7.2rem;
    height:6rem;
    background:#FFF;
  }
  .waterfall-list ul li .inner .img{
    position: relative;
    height:5rem;
    overflow: hidden;
  }
  .waterfall-list ul li .inner .img img{
    width:100%;
    height:100%;
  }
  .waterfall-list ul li .inner .link{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(207,0,0,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .waterfall-list ul li .inner .link span{
    position: relative;
    top:50%;
    display:block;
    width:2.8rem;
    height:0.72rem;
    margin:0 auto;
    color:#FFF;
    font-size:0.24rem;
    text-align: center;
    line-height:0.72rem;
    border:0.04rem solid #FFF;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
  }
  .waterfall-list ul li .inner .link:active{
    opacity: 1;
  }
  .waterfall-list ul li .inner .foot{
    height:1rem;
    padding:0 0.3rem;
    overflow: hidden;
  }
  .waterfall-list ul li .inner .foot .date{
    display:none;
    float:right;
  }
  .waterfall-list ul li .inner .foot p{
    font-size:0.44rem;
    height:1rem;
    line-height:1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /*page4*/
  .page4 .page-title{
    margin:4rem 0 3rem;
  }
  .depart-box{
    position: relative;
    width:100%;
    overflow: hidden;
    padding-bottom:2.2rem;
  }
  .depart-box .order{
    position: absolute;
    bottom:0;
    width:100%;
    text-align: center;
  }
  .depart-box .order span{
    display:inline-block;
    width:0.32rem;
    height:0.32rem;
    margin:1.34rem 0.3rem 0;
    border:1px solid #000;
    border-radius:50%;
  }
  .depart-box .order span.on{
    background:#000;
  }
  .page4 .depart-list{
    position: relative;
    width:100%;
    height: 13.6rem;
    margin:0 auto;
    background:#FFF
  }
  .page4 .depart-list .swiper-container{
    width:150%;
    height:100%;
    margin-left:-25%;
  }
  .page4 .depart-list ul1{
    position: relative;
    height:100%;
    white-space: nowrap;
    font-size:0px;
    letter-spacing: 0;
  }
  .page4 .depart-list li{
    display: inline-block;
    position: relative;
    height:100%;
    text-align: center;
    border:1px solid #cf0001;
  }
  .page4 .depart-list .depart{
    padding:2.6rem 0 1.8rem;
    text-align: center;
  }
  .page4 .depart-list p{
    font-size:0.72rem;
    line-height:1.2rem;
  }
  .page4 .depart-list .contains{
    overflow: hidden;
  }
  .page4 .depart-list .contains a{
    float:left;
    display:block;
    width:50%;
    padding:0 0.5rem;
    font-size:0.44rem;
    line-height:0.72rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page4 .depart-list .contains a:before{
    content:'▪';
    padding-right:0.2rem;
  }
  .page4 .depart-list p{
    color:#000;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    -ms-transition: color 0.6s;
    transition: color 0.6s;
  }
  .page4 .depart-list .contains a{
    color:#666;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    -ms-transition: color 0.6s;
    transition: color 0.6s;
  }
  .page4 .depart-list .read-more{
    display: inline-block;
    font-size:0.32rem;
    margin-top: 1rem;
  }
  .page4 .depart-list li .read-more span{
    display: inline-block;
    padding: 0 0.2rem;
    vertical-align: middle;
    height:0.76rem;
    line-height:0.76rem;
    color:#000;
    font-size:0.32rem;
    border-top:0.04px solid #000;
    border-bottom:0.04px solid #000;
    -webkit-transition: color,border 0.6s;
    -moz-transition: color,border 0.6s;
    -ms-transition: color,border 0.6s;
    transition: color,border 0.6s;
  }
  .page4 .depart-list .read-more:after{
    content:'→';
  }
  .page4 .depart-list li{
    /* color:#cf0001; */
    position:relative;
  }
  .page4 .depart-list li .bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .page4 .depart-list li .depart,
  .page4 .depart-list li .contains,
  .page4 .depart-list li .read-more{
    position: relative;
    z-index: 5;
  }
  .page4 .depart-list li.sev-1 .bg{
    background:url(../temp/ser-01.jpg) no-repeat center center;
    background-size:cover;
  }
  .page4 .depart-list li.sev-2 .bg{
    background:url(../temp/ser-02.jpg) no-repeat center center;
    background-size:cover;
  }
  .page4 .depart-list li.sev-3 .bg{
    background:url(../temp/ser-03.jpg) no-repeat center center;
    background-size:cover;
  }
  .page4 .depart-list li.sev-4 .bg{
    background:url(../temp/ser-04.jpg) no-repeat center center;
    background-size:cover;
  }
  .page4 .depart-list li.on .bg{
    opacity: 1;
  }
  .page4 .depart-list li.on p,
  .page4 .depart-list li.on .contains a,
  .page4 .depart-list .read-more,
  .page4 .depart-list li.on .read-more span{
    color:#FFF;
  }
  .page4 .depart-list li.on .read-more span{
    border-color:#FFF;
  }
  /*page5*/
  .i-page .page.page5{
    margin-top:2rem;
    background:#eee;
  }
  .page5 .fttxt{
    height:6.8rem;
    background:url(../temp/star-bg.jpg) no-repeat center center;
    background-size:cover;
  }
  .page5 .fttxt p{
    width:70%;
    padding:1.2rem 0;
    margin:0 auto;
    color:#FFF;
    font-size:0.72rem;
    line-height:1rem;
    text-align: center;
  }
  .page5 .fttxt strong{
    display:block;
    width:6.8rem;
    height:1.2rem;
    margin:0 auto;
    color:#FFF;
    font-size:0.6rem;
    text-align: center;
    line-height:1.16rem;
    border:0.04rem solid #FFF;
  }
  .page5 .md{
    padding-top:0.6rem;
    padding-bottom:2.1rem;
    text-align: center;
    background-color: #eeeeee;
  }
  .page5 .md h4{
   font-size:0.6rem;
   line-height:1.2rem;
  }
  .page5 .md p{
    width: 60%;
    margin:0 auto;
    font-size: 0.4rem;
    line-height:0.72rem;
  }
  .i-page .mwbox{
    height:100%;
    display:-webkit-box;
    display:-moz-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .page5 .mwbox .md,
  .page5 .mwbox .md .pt,
  .page5 .mflex{
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
  }
  .copyrights{
    height:6rem;
    background:#252525;
  }
  .copyrights .mob{
    padding-top:0.8rem;
    display:block;
    text-align: center;
  }
  .copyrights .mob .ft-nav a{
    display:inline-block;
    padding-left:0.3rem;
    font-size:0.6rem;
    color:#FFF;
  }
  .copyrights .mob .ft-nav a:after{
    content:'/';
    display:inline-block;
    margin-left:0.3rem;
    color:#666;
  }
  .copyrights .mob .ft-nav a:last-child:after{
    display:none;
  }
  .copyrights .mob .tele{
    color:#FFF;
    font-size:0.72rem;
    padding:0.3rem 0;
  }
  .copyrights .mob .addrmail{
    color:#666;
    font-size:0.36rem;
    line-height:2em;
  }
  .copyrights .mob .addrmail span{
    display:block;
  }
  .copyrights .mob .share{
    display: none;
    height:0.84rem;
    margin:0.2rem 0;
  }
  .copyrights .mob .rights{
    font-size:0.36rem;
    color:#666;
  }
  .copyrights .mob .rights a{
    margin-left:20px;
    color:#666;
  }
  .copyrights .pc{
    display:none;
  }
  .page5 .pt{
    position: relative;
    padding:0 0.6rem;
    margin-top:1rem;
    text-align: left;
    overflow: hidden;
  }
  .page5 .pt-list{
    position: relative;
    width:100%;
    /* overflow:hidden; */
  }
  .page5 .pt-list .pt-btn{
    /* display:none; */
    position: absolute;
    top: 50%;
    display: block;
    width: 0.4rem;
    height: 0.8rem;
    margin-top: -0.4rem;
  }
  .page5 .pt-list .pt-btn.prev {
    left: 0;
    background: url(../images/flip-s-prev-gray.png) no-repeat center center;
    background-size: cover;
  }
  .page5 .pt-list .pt-btn.next {
    right: 0px;
    background: url(../images/flip-s-next-gray.png) no-repeat center center;
    background-size: cover;
  }
  .page5 .pt-list .scroll{
    width:11rem;
    height:5.34rem;
    margin:0 auto;
    overflow: hidden;
  }
  .page5 .pt-list ul{
    display: block;
    white-space: nowrap;
    font-size:0;
  }
  .page5 .pt-list ul li{
    display: inline-block;
    width:5.2rem;
    margin-right:0.6rem;
    text-align: center;
  }
  .page5 .pt-list ul li span{
    display:block;
    width:5.2rem;
    height:2.32rem;
    margin-bottom:0.72rem;
    background:#FFF;
  }
  .page5 .pt-list ul li span:after{
    content:"";
    display: inline-block;
    width:1px;
    height:100%;
    vertical-align: middle;
    margin-right:-1px;
  }
  .page5 .pt-list ul li img{
    max-width:90%;
    margin:0 auto;
    vertical-align: middle;
  }
  .page5 .pt-list ul li img:nth-child(2){
    margin:0;
  }
  /*其他页面*/
  .banner-box{
    height:12rem;
  }
  .banner-box .case-b{
    height: 100%;
    background:#1f1f1f url(../temp/case-banner-bg.jpg) center bottom no-repeat;
    background-size:cover;
  }
  .banner-box .about-b{
    height: 100%;
    background:#1f1f1f url(../temp/about-banner-bg.jpg) center bottom no-repeat;
    background-size:cover;
  }
  .banner-box .contact-b{
    height: 100%;
    background:#1f1f1f url(../temp/contact-banner-bg.jpg) center bottom no-repeat;
    background-size:cover;
  }
  .banner-box .service-b{
    height: 100%;
    background:#1f1f1f url(../temp/serv-banner-bg.jpg) center bottom no-repeat;
    background-size:cover;
  }
  .b-text{
    position: relative;
    top:50%;
    color:#FFF;
    text-align: center;
    font-family: 'banner-font';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .case-b-text{
    font-size:1.08rem;
    line-height: 1.6rem;
  }
  .case-b-text .g{
    color:#999;
    letter-spacing: 0.14rem;
  }
  .about-b-text strong{
    display:block;
    font-size:3rem;
    font-weight:400;
    font-family: 'hello-font';
  }
  .about-b-text p span{
    display:block;
    font-size:0.4rem;
    color:#999;
  }
  .contact-b-text strong{
    display:block;
    font-size:1.2rem;
    line-height:2.4rem;
    font-weight:400;
  }
  .contact-b-text p{
    font-size:0.6rem;
    color:#666;
    letter-spacing: 0.2rem;
  }
  .service-b-text strong{
    display:block;
    font-size:0.96rem;
    font-weight:400;
  }
  .service-b-text p{
    margin-top:0.8rem;
    padding:0 10%;
    font-size:0.36rem;
    color:#999;
  }
  .service-b-text ul{
    margin-top:1rem;
  }
  .service-b-text li{
    position: relative;
    display:inline-block;
    padding:0 0.4rem 0 0.2rem;
  }
  /* .service-b-text li span:after{
    position: absolute;
    bottom:0;
    right:0;
    content:'';
    width:3px;
    height:3px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGBAMAAAAS4vJ7AAAAD1BMVEUAAABmZmZmZmZmZmZmZmYw3FdPAAAABHRSTlMAM5lERIyJiQAAABpJREFUCNdjYDBmYGByUWAQcXEEYTCbQZABABvuAkOIkbpJAAAAAElFTkSuQmCC)
  } */
  .service-b-text li:last-child:after{
    display:none;
  }
  .service-b-text li i{
    display: block;
    width:1.12rem;
    height:1.12rem;
    margin:0 auto 0.2rem;
    border:0.04rem solid #FFF;
    border-radius: 50%;
    font-size:0.48rem;
    text-align: center;
    line-height: 1.08rem;
  }
  .service-b-text li span{
    position: relative;
    display:block;
    color:rgba(255,255,255,0.4);
    font-size:0.28rem;
  }
  .service-b-text li span:after{
    position: absolute;
    top:50%;
    right:-0.4rem;
    content:'';
    width:3px;
    height:3px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGBAMAAAAS4vJ7AAAAD1BMVEUAAABmZmZmZmZmZmZmZmYw3FdPAAAABHRSTlMAM5lERIyJiQAAABpJREFUCNdjYDBmYGByUWAQcXEEYTCbQZABABvuAkOIkbpJAAAAAElFTkSuQmCC) center center no-repeat;
    background-size:3px;
  }
  .service-b-text li:last-child span:after{
    display:none;
  }
  /*about*/
  .sev .line-title{
    margin-bottom:0.4rem;
  }
  .sev .yy{
    color:#999;
    font-size:0.48rem;
    text-align: center;
  }
  .sev .yy span{
    display: inline-block;
    margin:0 0.3rem;
  }
  .sev .slogan{
    margin-top:0.6rem;
    font-size:0.48rem;
    line-height:0.9rem;
    text-align: center;
  }
  .sev .i-detail{
    margin-top:0.9rem;
  }
  .sev .i-detail p{
    text-align: center;
    color:#666;
    font-size:0.36rem;
    line-height:0.72rem;
  }
  .sev .i-detail p:nth-child(1){
    padding:0 15%;
  }
  .sev .i-detail p:nth-child(2){
    padding:0 14%;
  }
  .sev .i-detail p:nth-child(3){
    padding:0 21%;
  }
  .sev .ssi{
    margin-top:1.4rem;
    /* overflow: hidden; */
  }
  .sev .ssi dd{
    float:left;
    /* width:4.1rem; */
    width:33%;
    height:5rem;
    margin:0 auto;
    text-align: center;
    color:#999;
    font-size:0.28rem;
    line-height: 2em;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  /* .sev .ssi dd:nth-child(2){
    width:5.84rem;
    padding:0 0.2rem;
    color:#000;
    font-size:0.36rem;
  } */
  .sev .ssi dd .icon{
    display:block;
    width: 100%;
    height:1.8rem;
    margin-bottom:0.6rem;
    background:url(../temp/ln-1.jpg) center center no-repeat;
    background-size:contain;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    filter:grayscale(100%);
  }
  .sev .ssi dd:hover .icon,
  .sev .ssi dd.on .icon{
    -webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);
    filter:grayscale(0%);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .sev .ssi dd:hover,
  .sev .ssi dd.on{
    color:#000;
    font-size:0.3rem;
  }
  .sev .ssi dd:nth-child(2) .icon{
    background:url(../temp/ln-2.jpg) center center no-repeat;
    background-size:contain;
  }
  .sev .ssi dd:nth-child(3) .icon{
    background:url(../temp/ln-3.jpg) center center no-repeat;
    background-size:contain;
  }

  .sev .teams{
    margin-top:2rem;
    text-align: center;
  }
  .sev .teams h3{
    font-size:0.72rem;
  }
  .sev .teams p{
    padding:0 0.6rem;
    margin-top:0.4rem;
    font-size:0.36rem;
    line-height:2em;
  }
  .sev .team-pic{
    margin:1.2rem auto 2.7rem;
    overflow: hidden;
  }
  .sev .team-pic li{
    float:left;
    width:100%;
    overflow: hidden;
  }
  .sev .team-pic li.front{
    height:6.8rem;
    overflow: hidden;
  }
  .sev .team-pic li.front img.half{
    height:50%;
  }
  .sev .team-pic li.half{
    height:3.4rem;
  }
  .sev .team-pic li.end{
    height:5.4rem;
  }
  .sev .team-pic li img{
    float:left;
    display:block;
    height:100%;
    width:50%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition:filter 0.6s;
    -moz-transition:filter 0.6s;
    transition:filter 0.6s;
  }
  .sev .team-pic li img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .sev .teams .jzl{
    margin-top:1.4rem;
    height:4.8rem;
    background:url(../temp/jzl.jpg) center center no-repeat;
    background-size:cover;
  }
  .sev .teams .jzl img{
    display:none;
  }
  .sev .our-kh{
    margin:2rem 0 1.2rem;
    text-align: center;
  }
  .sev .our-kh p{
    font-size:0.32rem;
  }
  .sev .our-kh h4{
    margin-top:0.4rem;
    font-size:0.6rem;
  }
  .sev .our-kh .kh-list{
    margin-top:0.3rem;
    margin-left:0.6rem;
    overflow: hidden;
  }
  .sev .our-kh .kh-list li{
    float:left;
    width:4rem;
    height:1.8rem;
    margin:0.3rem 0.3rem;
    border:1px solid #eaeaea;
    overflow: hidden;
  }
  .sev .our-kh .kh-list li img{
    position: relative;
    top:50%;
    display:block;
    margin:0 auto;
    max-width:80%;
    max-height:80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition:filter 0.6s;
    -moz-transition:filter 0.6s;
    transition:filter 0.6s;
  }
  .sev .our-kh .kh-list li:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  /*contact*/
  .contact-form{
    margin-top:1.6rem;
    padding:0 0.4rem 2rem;
    overflow: hidden;
  }
  .contact-form dt h3{
    font-size:0.72rem;
    color:#cf0001;
  }
  .contact-form dt .word{
    font-size:0.36rem;
    line-height:0.8rem;
    padding-bottom:0.8rem;
    border-bottom:1px dotted #eaeaea;
  }
  .contact-form .cominfo{
    padding-top:0.8rem;
  }
  .contact-form .cominfo p{
    padding-left:0.72rem;
    font-size:0.36rem;
    line-height: 0.72rem;
  }
  .contact-form .cominfo p.tele{
    margin:0.2rem 0;
    font-size:0.48rem;
  }
  .contact-form .cominfo p.addr{
    background:url(../images/addr-icon.png) 0.04rem 0.14rem no-repeat;
    background-size:0.4rem;
  }
  .contact-form .cominfo p.tele{
    background:url(../images/tele-icon.png) 0.04rem 0.14rem no-repeat;
    background-size:0.4rem;
  }
  .contact-form .cominfo p.qq{
    background:url(../images/qq-icon.png) 0.04rem 0.14rem no-repeat;
    background-size:0.4rem;
  }
  .contact-form .cominfo p.mail{
    background:url(../images/mail-icon.png) 0.04rem 0.14rem no-repeat;
    background-size:0.4rem;
  }
  .contact-form .form{
    margin-top:2rem;
    padding:0 1.8rem;
  }
  .contact-form .form h4{
    font-size:0.48rem;
  }
  .contact-form .form input,
  .contact-form .form textarea{
    display:block;
    width:100%;
    margin-top:0.44rem;
    font-size:0.36rem;
    line-height:0.6rem;
    padding:0.2rem 0.4rem;
    border:0;
    background:#f2f2f2;
    resize:none;
    border-radius: 0;
    font-family: 'Microsoft YaHei';
  }
  .contact-form .form input::-webkit-input-placeholder,
  .contact-form .form textarea::-webkit-input-placeholder{
    font-family: 'Microsoft YaHei';
    color:#999;
  }
  .contact-form .form .submit{
    display:block;
    height:1.08rem;
    border:1px solid #999;
    text-align: center;
    line-height:1.02rem;
    font-size:0.48rem;
    margin-top:0.44rem;
  }
  /**/
  .case-detail-box{
    background:#FFF;
  }
  .case-detail-box .detail-bar{
    margin-top:1.6rem;
    padding:0 0.2rem;
    overflow: hidden;
  }
  .case-detail-box .detail-bar .cate{
    display:none;
  }
  .case-detail-box .flip{
    float:right;
  }
  .case-detail-box .flip a{
    position:relative;
    float:left;
    width:0.8rem;
    height:0.8rem;
  }
  .case-detail-box .flip a.prev{
    margin-right:3rem;
    background:url(../images/flip-s-prev.png) center center no-repeat;
    background-size:0.4rem;
  }
  .case-detail-box .flip a.next{
    background:url(../images/flip-s-next.png) center center no-repeat;
    background-size:0.4rem;
  }
  .case-detail-box .detail-bar .crumb{
    height:0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .case-detail-box .detail-bar .crumb,
  .case-detail-box .detail-bar .crumb a,
  .case-detail-box .detail-bar .crumb span{
    line-height: 0.8rem;
    font-size:0.48rem;
  }
  .case-detail-box .detail-bar .crumb i{
    padding:0 0.2rem;
  }
  .case-detail-box .detail-bar .crumb a.home{
    padding:0.2rem 0 0.2rem 1rem;
    background:url(../images/home-icon.png) left center no-repeat;
    background-size:0.72rem;
  }
  .case-detail-box .detail-bar .crumb span{
    color:#666;
  }
  .case-detail-box .detail-container{
    padding:2rem 0.2rem 0;
  }
  .case-detail-box .detail-container .detail-info{
    display:none;
  }
  .case-detail-box .detail-container img{
    display:block;
    max-width:100%;
    margin:0 auto;
  }
  .service{
    overflow: hidden;
  }
  .service .ser-title{
    margin:1.8rem 0 1.08rem;
    font-size:0.72rem;
    text-align: center;
  }
  .service .ser-type{
    text-align: center;
    font-size:0;
    letter-spacing: 0;
  }
  .service .ser-type a{
    display:inline-block;
    width:6.6rem;
    height:3rem;
    color:#cf0001;
    margin:0 0.2rem;
    border:0.06rem solid #cf0001;
  }
  .service .ser-type a span{
    position: relative;
    top:50%;
    display: block;
    font-size:0.48rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .service .ser-type a span i{
    display: block;
    font-size:0.6rem;
  }
  .service .ser-type a.on{
    color:#FFF;                  
    background:#cf0001;
  }
  .ser-tab-container{
    margin-top:1.8rem;
  }
  .mod-title{
    position: relative;
    border:1px solid #000;
  }
  .mod-title span{
    display:inline-block;
    position: absolute;
    font-size: 0.96rem;
    height:2.4rem;
    line-height:2.4rem;
    letter-spacing: 0.2rem;
  }
  .mod-title span i{
    position: absolute;
    bottom:0.2rem;
    display: block;
    font-size:0.36rem;
    line-height:1.1em;
    letter-spacing: 0.1rem;
  }
  .mod-title strong{
    display:block;
    position: absolute;
    bottom:1.1rem;
    right:0.6rem;
    height:2rem;
    font-size:0.6rem;
    line-height:2rem;
  }
  .mod-title strong:after{
    content:"";
    display:block;
    position: absolute;
    right:0;
    bottom:0;
    width:0.9rem;
    height:1px;
    background:#000;
  }
  .service ul .icon{
    display:block;
    width:1.28rem;
    height:1.28rem;
  }
  .service ul li span{
    font-size:0.52rem;
    line-height:1.2rem;
  }
  .service ul li p{
    white-space: nowrap;
    font-size:0.36rem;
    line-height: 2em; 
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .service ul li p em{
    display:block;
    font-size:0.28rem;
  }
  .service .brand{
    padding:1.8rem 1.6rem 1.2rem;
    background:#e0e0e0;
    overflow: hidden;
  }
  .service .brand .mod-title{
    width:11.7rem;
    height:4.6rem;
    margin-left:0.1rem;
  }
  .service .brand .mod-title span{
    left:-0.3rem;
    top:0.6rem;
    background:#e0e0e0;
  }
  .service .brand strong{
    bottom:0.8rem;
  }
  .service .brand ul{
    overflow: hidden;
  }
  .service .brand ul li{
    float:left;
    width:50%;
    margin-top:1rem;
    padding-left:1rem;
  }
  .service .print{
    padding:0 0 2.55rem 0;
    background:#eff1f2;
    overflow: hidden;
  }
  .service .print .mod-title{
    float:right;
    width:4rem;
    height:7rem;
    margin-right:0.4rem;
    margin-top:2.5rem;
  }
  .service .print .mod-title span{
    top:1rem;
    left:-0.3rem;
    background:#eff1f2;
    text-align: right;
  }
  .service .print .mod-title span i{
    right:0;
    left:auto;
  }
  .service .print .mod-title strong{
    bottom:1.2rem;
  }
  .service .print ul{
    padding:0.9rem 0.7rem 0 0.7rem;
    overflow: hidden;
  }
  .service .print ul li{
    float:left;
    width:50%;
    margin-top:1.6rem;
  }
  .service .terminal{
    padding:2.4rem 0 1.9rem;
    background:#a42020;
    overflow: hidden;
  }
  .service .terminal .mod-title{
    float:left;
    width:4rem;
    height:6.9rem;
    margin-left:0.8rem;
    color:#FFF;
    border-color:#FFF;
  }
  .service .terminal .mod-title span{
    top:1rem;
    left:0.4rem;
    font-size:0.64rem;
    background: #a42020;
  }
  .service .terminal .mod-title strong{
    left:0.4rem;
    right:auto;
  }
  .service .terminal .mod-title strong:after{
    background:#FFF;
    left:0;
    right:auto;
  }
  .service .terminal ul{
    color:#FFF;
    overflow: hidden;
  }
  .service .terminal ul li .iconbox{
    float:left;
    width:3.4rem;
    text-align: center;
  }
  .service .terminal ul li .iconbox .icon{
    margin:0 auto;
  }
  .service .terminal ul.spec{
    margin-left:6rem;
  }
  .service .terminal ul.spec li{
    width:100%;
    margin-top:0.7rem;
    overflow: hidden;
  }
  .service .terminal ul.mul{
    clear: both;
    padding-top:0.4rem;
  }
  .service .terminal ul.mul li{
    float:left;
    width:50%;
    margin-top:0.8rem;
  }
  .service .video{
    padding-bottom:1.4rem;
    background:#dfdfdf;
    overflow: hidden;
  }
  .service .video .mod-title{
    float:right;
    width:4rem;
    height:7rem;
    margin-top:1.4rem;
    margin-right:0.2rem;
  }
  .service .video .mod-title span{
    top:1rem;
    left:-0.2rem;
    background:#dfdfdf;
  }
  .service .video .mod-title span i{
    right:0;
    left:auto;
  }
  .service .video ul{
    overflow: hidden;
  }
  .service .video ul li{
    float:left;
    width:50%;
    padding-left:0.8rem;
    margin-top:1.4rem;
  }
  .service .video ul li .iconbox{
  }
  .service .video ul li .icon{
  }

  .service ul li .bzsj{
    background:url(../images/ser-icon.png) center top no-repeat;
    background-size:1.28rem;
  }
  .service ul li .vi{
    background:url(../images/ser-icon.png) center -1.28rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .jxw{
    background:url(../images/ser-icon.png) center -2.56rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .ppt{
    background:url(../images/ser-icon.png) center -3.84rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .hbsj{
    background:url(../images/ser-icon.png) center -5.12rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .zhsj{
    background:url(../images/ser-icon.png) center -6.4rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .bzgh{
    background:url(../images/ser-icon.png) center -7.68rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .zzcp{
    background:url(../images/ser-icon.png) center -8.96rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .szhwz{
    background:url(../images/ser-icon.png) center -10.24rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .wap{
    background:url(../images/ser-icon.png) center -11.52rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .dspt{
    background:url(../images/ser-icon.png) center -12.8rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .htgl{
    background:url(../images/ser-icon.png) center -14.08rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .wvi{
    background:url(../images/ser-icon.png) center -15.36rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .szhcb{
    background:url(../images/ser-icon.png) center -16.64rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .cphdty{
    background:url(../images/ser-icon.png) center -17.92rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .hpsy{
    background:url(../images/ser-icon.png) center -19.2rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .ppyy{
    background:url(../images/ser-icon.png) center -20.48rem no-repeat;
    background-size:1.28rem;
  }
  .service ul li .xcp{
    background:url(../images/ser-icon.png) center -21.76rem no-repeat;
    background-size:1.28rem;
  }
  .service .flow img{
    display: block;
    margin: 0 auto 2rem;
  }
  .service .flow .line-title{
    margin-top:0;
  }
}
@media screen and (min-width:1000px) {
  body{
    font-family: Arial,"Microsoft YaHei";
  }
  .wrap{
    width:960px;
    min-width:960px;
  }
  .header{
    height:100px;
    padding:0;
  }
  .header .logo{
    /* top:40px; */
  }
  .header .logo img{
    /* width:312px;
    height:46px; */
    width:252px;
    height:62px;
  }
  .header .navbtn{
    display: none;
  }
  .header .nav-list{
    float:right;
    box-shadow: none;
    position: static;
    margin-top:40px;
    display: block;
    border:0 none;
  }
  .header .nav-list:after{
    display:none;
  }
  .header .nav-list dl{
    float:left;
    width:100px;
    margin:0 10px;
  }
  .header .nav-list dl dd{
    display:none;
  }
  .header .nav-list dl dt a{
    font-size:20px;
    line-height:20px;
    height:auto;
    padding:0;
    text-align: center;
  }
  .header .nav-list dl.on dt a{
    color:#cf0001;
  }
  .header .nav-list .after:after{
    display:none;
  }

  .header .nav-list ul li{
    float:left;
    width:100px;
    margin:0 10px;
  }
  .header .nav-list ul li:last-child{
    margin-right:0;
  }
  .header .nav-list ul li:after{
    display: none;
  }
  .header .nav-list ul li a{
    font-size:20px;
    line-height:20px;
    height:auto;
    padding:0;
    text-align: center;
  }
  .banner-box .case-b,
  .banner-box .about-b,
  .banner-box .contact-b{
    background-size:contain;
  }
  .i-page{
    position: static;
    min-width: 960px;
    overflow: visible;
  }
  .i-page .page{
    height: auto;
  }
  .i-page .slider-box{
    position: relative;
    height:600px;
    bottom:0;
  }
  .i-page .slider-box ul li{
    background-position:center center;
    background-size:auto;
  }
  .i-page .slider-box .order{
    position:absolute;
    width:100%;
    bottom:10px;
    text-align: center;
    display:none;
  }
  .i-page .slider-box .order i{
    display: inline-block;
    width:40px;
    height:3px;
    margin:0 5px;
    background:#666;
  }
  .i-page .slider-box .order i.on{
    background:#cf0001;
  }
  .slider-box .slide-1 img.mob{
    display:none;
  }
  .slider-box .slide-1 img.pc{
    display:block;
    position: relative;
  }
  .teaminfo{
    position: static;
    height:150px;
  }
  .teaminfo p span{
    font-size:72px;
  }
  .teaminfo p em{
    font-size:14px;
  }
  .page .page-title img{
    width:auto;
  }
  .page2 .page-title{
    margin-top:100px;
  }
  .page2 .page-content{
    margin-top:60px;
  }
  .page2 .page-content img{
    float:left;
    width:auto;
    margin-right:0;
    margin-bottom:0;
  }
  .page2 .ctx{
    margin-left:455px;
    overflow: hidden;
  }
  .page2 .page-content h4{
    margin-top:45px;
  }
  .page2 .page-content h4,
  .page2 .page-content h4 strong{
    font-size:32px;
    line-height:60px;
  }
  .page2 .page-content h4 strong{
    display:inline;
  }
  .page2 .page-content h5{
    font-size:20px;
  }
  .page2 .page-content .detail{
    color:#666;
    font-size:16px;
    line-height:28px;
  }
  .page2 .page-content .detail p{
    margin-top:30px;
  }
  .more-link{
    position: relative;
    display:inline-block;
  }
  .more-link:after{
    content:"→";
    color:#cf0001;
    font-size:14px;
  }
  .more-link span{
    position: relative;
    display:inline-block;
    height:36px;
    padding:0 10px;
    line-height:36px;
    font-size:14px;
  }
  .more-link span:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:200%;
    height:200%;
    box-sizing: border-box;
    border-top:3px solid #cf0001;
    border-bottom:3px solid #cf0001;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  .page2 .more-box{
    margin-top:80px;
  }
  /*page3*/
  .line-title{
    margin:150px 0 25px;
    text-align: center;
  }
  .line-title span,
  .line-title span i{
    position: relative;
    display:inline-block;
    text-align: center;
  }
  .line-title span{
    width:340px;
  }
  /* .line-title span:after{
    position: absolute;
    content:'';
    display:block;
    top:0;
    left:0;
    width:100%;
    height:50%;
    border-bottom:2px solid #000;
  } */
  .line-title span i{
    padding: 0 20px;
    background:#FFF;
    font-size:36px;
    line-height:72px;
    z-index:3;
  }
  .case-page{
    padding-bottom:100px;
  }
  .waterfall .wrap{
    width:100%;
    min-width: 100%;
  }
  .waterfall-box{
    padding:0;
  }
  .waterfall-box .waterfall-type{
    height:auto;
    overflow: hidden;
  }
  .waterfall-box .waterfall-type .scroll{
    height:auto;
    overflow:hidden;
  }
  .waterfall-box .waterfall-type ul{
    width:800px;
    margin:0 auto;
    overflow: hidden;
  }
  .waterfall-box .waterfall-type ul li{
    float:left;
    display:block;
    margin-right:-1px;
    width:115px;
    height:36px;
  }
  .waterfall-box .waterfall-type ul li a{
    position: relative;
    display: block;
    height:36px;
    text-align: center;
    line-height:34px;
    font-size:14px;
    border:1px solid #dedede;
    background:#f5f5f5;
  }
  .waterfall-box .waterfall-type ul li a.on{
    color:#FFF;
    border-color:#cf0001;
    background:#cf0001;
  }
  .waterfall-box .waterfall-type ul li a.on:after{
    display:none;
  }
  .waterfall-box .more-box{
    position: static;
  }
  .waterfall-box .more-box a{
    width:308px;
    height:56px;
    margin-top:50px;
    line-height: 54px;
    font-size:20px;
    border-width: 2px;
  }
  .waterfall-box .more-box a{
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAIAQMAAAAhj1bXAAAABlBMVEUAAADPAAFIk1gkAAAAAXRSTlMAQObYZgAAABtJREFUCNdjYGBkAOIGID7A8P//AxAGsaFiDACB/ghDD+JicAAAAABJRU5ErkJggg==);
    background-position: 230px center;
    background-repeat: no-repeat;
    background-size:auto;
  }
  .waterfall-list{
    margin-top:40px;
    height:auto;
    overflow: visible;
    padding:0 100px;
    min-width:1000px;
  }
  .waterfall-list ul{
    margin-right:-54px;
    overflow: visible;
  }
  .waterfall-list ul li{
    float:left;
    width:calc(25% - 10px - 15px);
    margin-bottom:20px;
    margin-right:15px!important;;
    -webkit-transition: -webkit-box-shadow 0.6s;
    -moz-transition: -moz-box-shadow 0.6s;
    transition: box-shadow 0.6s;
  }
  .waterfall-list ul li:nth-child(n){
    display:block;
  }
  .waterfall-list ul li:nth-child(2n-1){
    margin-right:15px;
  }
  .waterfall-list ul li .inner{
    width:100%;
    height:auto;
    /* height:265px; */
    background:#FFF;
  }
  .waterfall-list ul li .inner .img{
    position: relative;
    width:100%;
    height:auto;
    /* height:215px; */
    overflow: hidden;
  }
  .waterfall-list ul li .inner .link{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(207,0,0,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .waterfall-list ul li .inner .link span{
    position: relative;
    top:50%;
    display:block;
    width:80%;
    max-width:200px;
    height:48px;
    margin:0 auto;
    color:#FFF;
    font-size:14px;
    text-align: center;
    line-height:48px;
    border:2px solid #FFF;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
  }
  .waterfall-list ul li .inner .link:active,
  .waterfall-list ul li:hover .inner .link{
    opacity: 1;
  }
  .waterfall-list ul li:hover{
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
  }
  .waterfall-list ul li .inner .foot{
    height:50px;
    padding:0 20px;
    overflow: hidden;
  }
  .waterfall-list ul li .inner .foot .date{
    display:none;
    float:right;
  }
  .waterfall-list ul li .inner .foot p{
    font-size:22px;
    height:50px;
    line-height:50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /*page4*/
  .page4 .page-title{
    margin:150px 0 120px;
  }
  .page4 .depart-list .swiper-container{
    margin:0;
    width:100%;
  }
  .page4 .depart-list .swiper-container li .bg{
    display:none;
  }
  .depart-box{
    position: static;
    padding-bottom:100px;
  }
  .depart-box .order{
    display:none;
  }
  .page4 .depart-list{
    position: relative;
    width:auto;
    height:370px;
    background:none;
  }
  .page4 .depart-list ul{
    position: relative;
    height:100%;
    white-space: nowrap;
    font-size:14px;
    letter-spacing: 0;
  }
  .page4 .depart-list li{
    display: inline;
    float:left;
    width:25%;
    margin-right:0;
    padding-right:40px;
    position: relative;
    height:100%;
    text-align: center;
    border:0 none;
  }
  .page4 .depart-list .depart{
    padding:80px 0 20px 20px;
    text-align: left;
    border:2px solid #cf0001;
  }
  .page4 .depart-list .depart:hover{
    background:#cf0001;
  }
  .page4 .depart-list li .depart:hover p{
    color:#FFF!important;
  }
  .page4 .depart-list .contains{
    margin-top:25px;
    overflow: hidden;
  }
  .page4 .depart-list .contains a{
    float:left;
    display:block;
    width:50%;
    padding:0 0 0 20px;
    font-size:16px;
    line-height:36px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* .page4 .depart-list .contains a:before{
    content:'▪';
    padding-right:0.2rem;
  }
  .page4 .depart-list p{
    color:#000;
  }
  .page4 .depart-list .contains a{
    color:#666;
  } */
  .page4 .depart-list .read-more{
    display:none;
  }
  .page4 .depart-list li .read-more span{
    display: inline-block;
    padding: 0 0.2rem;
    vertical-align: middle;
    height:0.76rem;
    line-height:0.76rem;
    color:#000;
    font-size:0.32rem;
    border-top:0.04px solid #000;
    border-bottom:0.04px solid #000;
  }
  .page4 .depart-list .read-more:after{
    content:'→';
  }
  .page4 .depart-list li{
    color:#cf0001;
    background: none!important;
  }
  .page4 .depart-list li.on p,
  .page4 .depart-list li.on .contains a,
  .page4 .depart-list .read-more,
  .page4 .depart-list li.on .read-more span{
    color:#000;
  }
  .page4 .depart-list li p,
  .page4 .depart-list li.on p{
    color:#cf0001;
    font-size:20px;
    line-height:36px;
  }
  .page4 .depart-list li p.in,
  .page4 .depart-list li.on p.in{
    color:#000;
    font-size:18px;
  }
  .page4 .depart-list li .contains a,
  .page4 .depart-list li.on .contains a{
    color:#666;
    font-size:16px;
    line-height:34px;
  }
  .page4 .depart-list li .contains a:before,
  .page4 .depart-list li.on .contains a::before{
    display:none;
  }
  .page4 .depart-list li.on .read-more span{
    border:none;
  }
  .i-page .page5{
    background-color: #eee;
  }
  .page5 .fttxt{
    height:490px;
    background:#FFF url(../temp/star-bg.jpg) no-repeat center center;
  }
  .page5 .fttxt p{
    width:100%;
    padding:160px 0 40px;
    margin:0 auto;
    color:#FFF;
    font-size:36px;
    line-height:50px;
    text-align: center;
  }
  .page5 .fttxt strong{
    display:block;
    width:340px;
    height:60px;
    margin:0 auto;
    color:#FFF;
    font-size:30px;
    text-align: center;
    line-height:56px;
    border:2 solid #FFF;
  }
  .page5 .mwbox,
  .i-page .mwbox{
    display:block;
  }
  .page5 .md{
    padding-top:50px;
    height:410px;
    text-align: center;
  }
  .page5 .md h4{
   font-size:30px;
   line-height:60px;
  }
  .page5 .md p{
    width: 100%;
    margin:0 auto;
    font-size: 16px;
    line-height:32px;
  }
  .copyrights{
    height:210px;
    background:#252525;
  }
  .copyrights .mob{
    position: relative;
    display:block;
    padding-top:0;
    /* margin-top:100px; */
    text-align: left;
  }
  .copyrights .mob .ft-nav{
    display:none;
  }
  .copyrights .mob .tele{
    color:#FFF;
    font-size:24px;
    padding-top:30px;
  }
  .copyrights .mob .addrmail{
    margin-top:30px;
    color:#FFF;
    font-size:14px;
    line-height:2em;
  }
  .copyrights .mob .share{
    display:block;
    top:80px;
    position:absolute;
    width:260px;
    right:0;
  }
  .copyrights .mob .share ul li{
    position: relative;
    float: left;
    margin-left:25px;    
  }
  .copyrights .mob .share ul li a{
    position: relative;
    display:block;
    width:40px;
    height:40px;
    background:url(../images/share.png) no-repeat;
    z-index: 10;
  }
  .copyrights .mob .share ul li.wx a{
    background-position: 0 0;
  }
  .copyrights .mob .share ul li.pyq a{
    background-position: -40px 0;
  }
  .copyrights .mob .share ul li.qqfriend a{
    background-position: -80px 0;
  }
  .copyrights .mob .share ul li.weibo a{
    background-position: -120px 0;
  }
  .copyrights .mob .share .code{
    width:220px;
    height:286px;
    position: absolute;
    left:50%;
    bottom:0px;
    margin-left:-110px;
    padding:10px;
    background:#252525;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    opacity:0;
    z-index: 1;
  }
  .copyrights .mob .share .code.show{
    bottom:40px;
    opacity: 1;
    z-index:5;
  }
  .copyrights .mob .share .code img{
    display: block;
    width:200px;
    height:266px;
  }
  .copyrights .mob .rights{
    margin-top:20px;
    font-size:12px;
    color:#666;
  }
  .copyrights .pc{
    display:none;
  }
  .page5 .pt{
    position: relative;
    width:960px;
    height:260px;
    padding:0;
    margin:0 auto;
    overflow: visible;
  }
  .page5 .pt-list{
    position: relative;
    height:90px;
    width:100%;
    margin-top:75px;
    overflow:visible;
  }
  .page5 .pt-list .pt-btn{
    position:absolute;
    top:50%;
    display:block;
    width:20px;
    height:40px;
    margin-top:-25px;
  }
  .page5 .pt-list .pt-btn.prev{
    left:-10px;
    background: url(../images/flip-s-prev-gray.png) no-repeat center center;
    background-size: cover;
  }
  .page5 .pt-list .pt-btn.next{
    right:-10px;
    background: url(../images/flip-s-next-gray.png) no-repeat center center;
    background-size: cover;
  }
  .page5 .pt-list .scroll{
    width:900px;
    margin:0 30px;
    height:auto;
    overflow:hidden;
  }
  .page5 .pt-list ul{
    height:90px;
    width:100000px;
  }
  .page5 .pt-list ul li{
    float:left;
    width:auto;
    height:90px;
    margin-right:0px;
  }
  .page5 .pt-list ul li span{
    float:left;
    width:205px;
    height:90px;
    margin:0 10px;
  }
  /**/
  .banner-box{
    height:560px;
  }
  .case-b-text{
    line-height:80px;
    letter-spacing:4px;
  }
  .case-b-text p{
    font-size:48px;
  }
  .case-b-text p.g{
    font-size:54px;
  }
  .about-b-text strong{
    font-size:150px;
  }
  .about-b-text p span{
    font-size:20px;
    color:#999;
    line-height:36px;
  }
  .contact-b-text strong{
    font-size:60px;
    line-height:120px;
  }
  .contact-b-text p{
    font-size:30px;
    letter-spacing: 10px;
  }
  /*sev*/
  .sev .line-title{
    margin-bottom:0;
  }
  .sev .yy{
    color:#999;
    font-size:24px;
    text-align: center;
  }
  .sev .yy span{
    display: inline-block;
    margin:0 15px;
  }
  .sev .slogan{
    margin-top:20px;
    font-size:24px;
    line-height:48px;
    text-align: center;
  }
  .sev .slogan p{
    display:inline;
  }
  .sev .i-detail{
    margin-top:25px;
  }
  .sev .i-detail p:nth-child(1),
  .sev .i-detail p:nth-child(2),
  .sev .i-detail p:nth-child(3){
    padding:0;
    color:#000;
  }
  .sev .i-detail p{
    text-align: center;
    color:#666;
    font-size:18px;
    line-height:36px;
  }
  .sev .ssi{
    margin-top:60px;
    text-align: center;
    overflow: hidden;
  }
  .sev .ssi dd{
    float:none;
    display:inline-block;
    width:310px;
    height:auto;
    text-align: center;
    color:#000;
    font-size:18px;
    line-height: 2em;
  }
  .sev .ssi dd:nth-child(2){
    width:310px;
    padding:0;
    color:#000;
    font-size:18px;
  }
  .sev .ssi dd:hover,
  .sev .ssi dd.on{
    font-size:18px;
  }
  .sev .ssi dd .icon{
    display:block;
    margin:0 auto 40px;
    width:265px;
    height:163px;
    background:url(../temp/ln-1.jpg) center bottom no-repeat;
    background-size:contain;
  }
  .sev .ssi dd:nth-child(2) .icon{
    height:163px;
    background:url(../temp/ln-2.jpg) center bottom no-repeat;
    background-size:contain;
  }
  .sev .ssi dd:nth-child(3) .icon{
    background:url(../temp/ln-3.jpg) center bottom no-repeat;
    background-size:contain;
  }
  .sev .teams{
    margin-top:160px;
    text-align: center;
  }
  .sev .teams h3{
    font-size:36px;
  }
  .sev .teams p{
    margin-top:20px;
    font-size:18px;
  }
  .sev .team-pic{
    margin:40px auto 200px;
    overflow: hidden;
  }
  .sev .team-pic li{
    float:left;
    width:100%;
    overflow: hidden;
  }
  .sev .team-pic li.front{
    height:400px;
    overflow: hidden;
  }
  .sev .team-pic li.front img.half{
    height:50%;
  }
  .sev .team-pic li.end{
    height:300px;
  }
  .sev .team-pic li img{
    float:left;
    display:block;
    height:100%;
    width:50%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition:filter 0.6s;
    -moz-transition:filter 0.6s;
    transition:filter 0.6s;
  }
  .sev .team-pic li img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .sev .teams .jzl{
    margin-top:55px;
    background:none;
    height:320px;
  }
  .sev .teams .jzl img{
    display: block;
    margin:0 auto;
  }
  .sev .our-kh{
    margin-top:120px;
    margin-bottom:110px;
  }
  .sev .our-kh p{
    font-size:16px;
  }
  .sev .our-kh h4{
    font-size:30px;
  }
  .sev .our-kh .hk-list-box{
    position: relative;
    width:920px;
    margin:0 auto;
  }
  .sev .our-kh .hk-list-box .list-scroll{
    width:920px;
    overflow: hidden;
  }
  .sev .our-kh .hk-list-box .flip-btn{
    position: absolute;
    display:block;
    top:50%;
    margin-top:-20px;
    width:20px;
    height:40px;
  }
  .sev .our-kh .hk-list-box .prev{
    left:-30px;
    background:url(../images/flip-s-prev-gray.png) no-repeat center center;
    background-size:cover;
  }
  .sev .our-kh .hk-list-box .next{
    right:-30px;
    background:url(../images/flip-s-next-gray.png) no-repeat center center;
    background-size:cover;
  }
  .sev .our-kh .hk-list-box .ul-list{
    width:10000px;
    overflow: hidden;
  }
  .sev .our-kh .hk-list-box .ul-list ul{
    float:left;
    width:920px;
  }
  .sev .our-kh .kh-list{
    margin-top:20px;
    margin-left:0;
    overflow: hidden;
  }
  .sev .our-kh .kh-list li{
    float:left;
    width:160px;
    height:90px;
    margin:15px 12px;
    border:1px solid #eaeaea;
    overflow: hidden;
  }
  /* .sev .our-kh .kh-list li img{
    position: relative;
    top:50%;
    display:block;
    margin:0 auto;
    max-width:80%;
    max-height:80%;
    -webkit-transform: translateY(-50%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition:filter 0.6s;
    transition:filter 0.6s;
  }
  .sev .our-kh .kh-list li:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  } */
  /*contact*/
  .contact-form{
    margin-top:110px;
    padding:0 0 120px;
    overflow: hidden;
  }
  .contact-form dt,
  .contact-form dd{
    float:left;
    width:50%;
    padding-right:80px;
  }
  .contact-form dt{
    width:65%;
  }
  .contact-form dd{
    width:35%;
    padding:0;
  }
  .contact-form dt h3{
    font-size:36px;
    color:#cf0001;
  }
  .contact-form dt .word{
    font-size:14px;
    line-height:24px;
    padding-bottom:60px;
  }
  .contact-form .cominfo{
    padding-top:60px;
  }
  .contact-form .cominfo p{
    padding-left:36px;
    font-size:14px;
    line-height: 28px;
  }
  .contact-form .cominfo p.tele{
    margin:15px 0;
    font-size:18px;
  }
  .contact-form .cominfo p.addr{
    background:url(../images/addr-icon.png) left 3px no-repeat;
    background-size:auto;
  }
  .contact-form .cominfo p.tele{
    background:url(../images/tele-icon.png) left 3px no-repeat;
    background-size:auto;
  }
  .contact-form .cominfo p.qq{
    background:url(../images/qq-icon.png) left 3px no-repeat;
    background-size:auto;
  }
  .contact-form .cominfo p.mail{
    background:url(../images/mail-icon.png) left 3px no-repeat;
    background-size:auto;
  }
  .contact-form .form{
    margin-top:0;
    padding:0;
  }
  .contact-form .form h4{
    font-size:20px;
  }
  .contact-form .form input,
  .contact-form .form textarea{
    width:100%;
    margin-top:10px;
    font-size:14px;
    line-height:24px;
    padding:10px 20px;
    font-family: 'Microsoft YaHei';
  }
  .contact-form .form .submit{
    height:44px;
    line-height:42px;
    font-size:14px;
    margin-top:10px;
  }
  /**/
  .case-detail-box{
    background:#F5F5F5;
    padding-bottom:40px;
  }
  .case-detail-box .detail-bar{
    margin-top:0;
    padding:0;
    height:100px;
    overflow: hidden;
  }
  .case-detail-box .detail-bar .cate{
    display:block;
    width:42px;
    height:42px;
    margin:29px 0 0 0;
    background:url(../images/cate-icon.png) center center no-repeat;
    overflow: hidden;
  }
  .case-detail-box .flip{
    float:right;
    margin-top:30px;
  }
  .case-detail-box .flip a{
    position:relative;
    float:left;
    width:40px;
    height:40px;
  }
  .case-detail-box .flip a.prev{
    margin-right:130px;
    background:url(../images/flip-s-prev.png) center center no-repeat;
    background-size:auto;
  }
  .case-detail-box .flip a.next{
    background:url(../images/flip-s-next.png) center center no-repeat;
    background-size:auto;
  }
  .case-detail-box .detail-bar .crumb{
    display:none;
  }
  .case-detail-box .detail-container{
    position: relative;
    padding:0;
    background:#FFF;
    overflow: hidden;
  }
  .case-detail-box .detail-container .detail-img{
    padding-right:350px;
  }
  .case-detail-box .detail-container .detail-info{
    display:block;
    float:right;
    width:280px;
    margin-right:50px;
    padding:40px 0 30px;
    /* height:100px; */
    margin-left:-350px;
  }
  .detail-info p{
    font-size:24px;
  }
  .detail-info h5{
    font-size:30px;
    line-height:60px;
  }
  .detail-info .project-info{
    margin-top:30px;
    padding:0px 0 30px;
    border-top:1px dashed #eaeaea;
    border-bottom:1px solid #eaeaea;
  }
  .detail-info .project-info dl{
    margin-top:25px;
  }
  .detail-info .project-info dl dt{
    font-size:18px;
  }
  .detail-info .project-info dl dd{
    margin-top:10px;
    font-size:14px;
    color:#666;
    line-height:24px;
  }
  .detail-info .about-project{
    margin-top:30px;
  }
  .detail-info .about-project li{
    position: relative;
    font-size:14px;
    height:30px;
    line-height:30px;
    padding-left:20px;
    /* list-style-type: circle;
    list-style-position: inside; */
  }
  .detail-info .about-project li:before{
    position:absolute;
    content:"";
    top:50%;
    margin-top:-4px;
    left:0;
    display:block;
    width:6px;
    height:6px;
    border:1px solid #666;
    border-radius:50%;
  }
  .detail-info .about-project li::before{
    color:#666;
  }
  .detail-info .about-project li span{
    color:#666;
  }
  .case-detail-box .detail-container img{
    display:block;
    max-width:90%;
    margin:0 auto;
  }
  /**/
  .service-b-text strong{
    font-size:48px;
  }
  .service-b-text p{
    width:690px;
    margin:20px auto 0;
    padding:0;
    line-height:36px;
    font-size:18px;
  }
  .service-b-text ul{
    margin-top:40px;
  }
  .service-b-text ul li{
    padding:0 25px 0 18px;
  }
  .service-b-text ul li:after{
    font-size:16px;
    bottom:3px;
    right:-2px;
  }
  .service-b-text li i{
    width:54px;
    height:54px;
    border-width:2px;
    font-size:24px;
    line-height:50px;
  }
  .service-b-text li span{
    font-size:14px;
    line-height:32px;
    letter-spacing:3px;
  }
  .service-b-text li span:after{
    right:-25px;
    background-size:6px;
  }
  .ser-tab-container{
    margin-top:100px;
  }
  .service .ser-title{
    font-size:36px;
    margin:70px auto 55px;
  }
  .service .ser-type a{
    width:390px;
    height:150px;
    margin:0 37px;
  }
  .service .ser-type a span i{
    font-size:30px;
  }
  .service .ser-type a span{
    font-size:18px;
  }
  .service .mod-title{
    border-width:2px;
  }
  .service .mod-title span{
    top:50px;
    font-size:48px;
    height:110px;
    line-height:110px;
  }
  .service .mod-title span i{
    font-size:18px;
  }
  .service .mod-title strong{
    font-size:30px;
    height:110px;
    line-height:110px;
    bottom:55px;
  }
  .service .mod-title strong:after{
    height:2px;
    width: 40px;
  }
  .service ul .iconbox{
    margin-bottom:30px;
  }
  .service ul .icon{
    width:70px;
    height:70px;
  }
  .service ul li span{
    font-size:20px;
    line-height:50px;
  }
  .service ul li p{
    font-size: 14px;
    line-height:32px;
  }
  .service .brand,
  .service .print,
  .service .terminal,
  .service .video {
    padding:125px 0;
  }
  .service .wrap{
    width:960px;
    min-width:960px;
  }
  .service .brand .mod-title,
  .service .print .mod-title,
  .service .terminal .mod-title,
  .service .video .mod-title{
    float:left;
    width:200px;
    height:350px;
  }
  .service .brand .mod-title span{
    right:-20px;
    left:auto;
    top:50px;
  }
  .service .brand .mod-title strong{
    left:25px;
    right:auto;
  }
  .service .brand .mod-title strong:after{
    left:0;
    right:auto;
  }
  .service .brand ul{
    margin-left:290px;
  }
  .service .brand ul li{
    width:25%;
    padding-left:20px;
    margin-top:50px;
  }
  .service .flow img{
    display: block;
    margin: 0 auto 100px;
  }
  .service .flow .line-title{
    margin-top:0;
  }
  .service .print .mod-title{
    float:right;
  }
  .service .print .mod-title span{
    top:50px;
    left:-5px;
  }
  .service .print .mod-title strong{
    bottom:55px;
    right:40px;
  }
  .service .print ul{
    margin-right:100px;
  }
  .service .print ul li{
    width:25%;
    margin-top:80px;
  }

  .service .terminal .mod-title{
    position:absolute;
    left:0;
    top:50px;
  }
  .service .terminal .mod-title span{
    font-size:32px;
    right:auto;
    left:20px;
    top:50px;
  }
  .service .terminal .mod-title strong{
    left:20px;
  }
  .service .terminal .wrap{
    position: relative;
    padding-left:320px;
  }
  .service .terminal ul.spec,
  .service .terminal ul.mul{
    margin-left:0;
  }
  .service .terminal ul.spec li,
  .service .terminal ul.mul li{
    float:left;
    width:50%;
    padding-left:20px;
  }
  .service .terminal ul.spec li .iconbox,
  .service .terminal ul.mul li .iconbox{
    width:140px;
  }
  .service .terminal ul.mul li p em{
    font-size:14px;
    line-height:1.1em;
  }
  .service .video .mod-title{
    float:right;
  }
  .service .video .mod-title span{
    left:-5px;
    top:50px;
  }
  .service .video .mod-title strong{
    right:30px;
  }
  .service .video ul li{
    width:25%;
    margin-top:80px;
  }


  .service ul li .bzsj{
    background:url(../images/ser-icon.png) center top no-repeat;
    background-size:auto;
  }
  .service ul li .vi{
    background:url(../images/ser-icon.png) center -70px no-repeat;
    background-size:auto;
  }
  .service ul li .jxw{
    background:url(../images/ser-icon.png) center -140px no-repeat;
    background-size:auto;
  }
  .service ul li .ppt{
    background:url(../images/ser-icon.png) center -210px no-repeat;
    background-size:auto;
  }
  .service ul li .hbsj{
    background:url(../images/ser-icon.png) center -280px no-repeat;
    background-size:auto;
  }
  .service ul li .zhsj{
    background:url(../images/ser-icon.png) center -350px no-repeat;
    background-size:auto;
  }
  .service ul li .bzgh{
    background:url(../images/ser-icon.png) center -420px no-repeat;
    background-size:auto;
  }
  .service ul li .zzcp{
    background:url(../images/ser-icon.png) center -490px no-repeat;
    background-size:auto;
  }
  .service ul li .szhwz{
    background:url(../images/ser-icon.png) center -560px no-repeat;
    background-size:auto;
  }
  .service ul li .wap{
    background:url(../images/ser-icon.png) center -630px no-repeat;
    background-size:auto;
  }
  .service ul li .dspt{
    background:url(../images/ser-icon.png) center -700px no-repeat;
    background-size:auto;
  }
  .service ul li .htgl{
    background:url(../images/ser-icon.png) center -770px no-repeat;
    background-size:auto;
  }
  .service ul li .wvi{
    background:url(../images/ser-icon.png) center -840px no-repeat;
    background-size:auto;
  }
  .service ul li .szhcb{
    background:url(../images/ser-icon.png) center -910px no-repeat;
    background-size:auto;
  }
  .service ul li .cphdty{
    background:url(../images/ser-icon.png) center -980px no-repeat;
    background-size:auto;
  }
  .service ul li .hpsy{
    background:url(../images/ser-icon.png) center -1050px no-repeat;
    background-size:auto;
  }
  .service ul li .ppyy{
    background:url(../images/ser-icon.png) center -1120px no-repeat;
    background-size:auto;
  }
  .service ul li .xcp{
    background:url(../images/ser-icon.png) center -1190px no-repeat;
    background-size:auto;
  }
}
@media screen and (min-width:1200px) {
  .wrap{
    width:1200px;
    min-width:1200px;
  }
  .page2 .wrap{
    max-width: 1200px;
    min-width: 1200px;
  }
  .i-page{
    min-width:1200px;
  }
  .waterfall-list{
    padding: 0 200px;
  }
  .waterfall-list ul li{
    float:left;
    margin-bottom:20px;
    margin-right:15px;
  }
  .waterfall-list ul li:nth-child(2n-1){
    margin-right:15px;
  }
  .waterfall-list ul li .inner{
    /* width:390px;
    height:320px; */
    background:#FFF;
  }

  .waterfall-list ul li .inner .img{
    position: relative;
    overflow: hidden;
  }
  .page5 .pt{
    width:1200px;
  }
  .page5 .pt .scroll{
    width:1140px;
  }
  .page5 .pt-list ul li{
    /* margin-right:35px;
    width:203px; */
    height:90px;
  }
  .page5 .pt-list ul li span{
    width:208px;
  }
  /* .page5 .pt-list ul li img,
  .page5 .pt-list ul li img:nth-child(2){
    margin: 14px 75px 14px 11px;
  } */
  .sev .team-pic{
    width:1000px;
  }
  .sev .team-pic li.front{
    height:540px;
  }
  .sev .team-pic li.end{
    height:420px;
  }
  .sev .ssi dd,
  .sev .ssi dd:nth-child(2){
    width:380px;
  }
  .sev .ssi dd .icon{
    width:305px;
  }
  .sev .teams .jzl{
    height:353px;
  }
  .sev .our-kh .kh-list li{
    margin:15px 12px;
  }
  .sev .our-kh .hk-list-box{
    width:1120px;
  }
  .sev .our-kh .hk-list-box .list-scroll{
    width:1120px;
  }
  .sev .our-kh .hk-list-box .ul-list ul{
    width:1120px;
  }
  .sev .our-kh .hk-list-box .prev{
    left:-40px;
  }
  .sev .our-kh .hk-list-box .next{
    right:-40px;
  }
  .sev .our-kh .kh-list li{
    width:200px;
  }
  .service .wrap{
    width:1200px;
    min-width:1200px;
  }
}
@media screen and (min-width:1600px) {
  .wrap{
    width:1600px;
    min-width:1600px;
  }
  .i-page{
    min-width:1600px;
  }
  .page4 .depart-list li p,
  .page4 .depart-list li.on p{
    color:#cf0001;
    font-size:28px;
  }
  .page5 .pt{
    width:1600px;
  }
  .page5 .pt .scroll{
    width:1540px;
  }
  .page5 .pt-list ul li{
    /* margin-right:25px;
    width:198px; */
  }
  .page5 .pt-list ul li span{
    margin:0 50px 0 50px;
  }
  /* .page5 .pt-list ul li img,
  .page5 .pt-list ul li img:nth-child(2){
    margin:14px 90px 14px 20px;
  } */
  .sev .team-pic{
    width:1300px;
  }
  .sev .team-pic li.front{
    height:594px;
  }
  .sev .team-pic li.end{
    height:460px;
  }
  .sev .ssi dd,
  .sev .ssi dd:nth-child(2){
    width:450px;
  }
  .sev .ssi dd .icon{
    width:345px;
  }
  .sev .our-kh .kh-list li{
    margin:15px 12px;
  }
  .sev .our-kh .hk-list-box .prev{
    left:-100px;
  }
  .sev .our-kh .hk-list-box .next{
    right:-100px;
  }
  .contact-form{
    min-width:1200px;
    width:1200px;
  }
}
@media screen and (max-height:480px) and (max-width:750px){
  .page2 .page-content{
    margin-top:0.4rem;
  }
  .line-title{
    margin-top:0.6rem;
  }
  .waterfall-list{
    margin-top:0.2rem;
  }
  .page4 .page-title{
    margin:0.8rem 0 1.6rem;
  }
  .depart-box{
    top:5rem;
  }
  .page5 .ft{
    height:5rem;
  }
  .page5 .ft p{
    padding:0.6rem 0;
  }
  .copyrights{
    height:4.2rem;
  }
  .copyrights .mob{
    padding-top:0.2rem;
  }
  .copyrights .mob .tele{
    padding-top:0;
  }
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right{
  background:none!important;
}