@charset "utf-8";
html, body {
    color: #777;
    padding: 0px;
    margin: 0px;
    font-size: 62.5%;
    font-family: "Microsoft YaHei","Source Han Sans CN","Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
body{ font-size: 1.4rem;}
input, textarea, select {
    margin: 0;
    padding: 0;
}
input {
    border: none;
}
.fl{ display: inline; float: left;}
.fr{ display: inline; float: right;}
a {
    color: #777;
    transition: color 0.3s ease 0s;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
ul, ol {
    list-style: none outside none;
}
ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.clearfix:after { content: ""; display: table; clear: both;}
.clr {clear: both;}

.w830{
    width: 830px;
    margin: 0 auto;
    height: 100%;
}
.w83{ 
    width: 83%;
    margin: 0 auto;
    background: #FFF;
}
button {   
  background: none;   
  border: 0;   
  box-sizing: border-box;   
  box-shadow: inset 0 0 0 1px #333;   
  color: #333;   
  font-size: inherit;    
  margin: 1em;   
  padding: 1em 2em;   
  text-align: center;   
  text-transform: capitalize;   
  position: relative;   
  vertical-align: middle; 
  cursor: pointer; 
}   
button::before, button::after {   
  box-sizing: border-box;   
  content: '';   
  position: absolute;   
  width: 100%;   
  height: 100%;   
}
.more_btn {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
 background: url(../images/ico-btn01.png) no-repeat 22px center;
 padding-left: 42px; 
 margin: 40px auto;
 display: -webkit-box;
}
.more_btn::before, .more_btn::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.more_btn::before {
  top: 0;
  left: 0;
}
.more_btn::after {
  bottom: 0;
  right: 0;
}
.more_btn:hover {
 color: #C80D08;
 background: url(../images/ico-btn02.png) no-repeat 22px center;

}
.more_btn:hover::before, .more_btn:hover::after {
  width: 100%;
  height: 100%;
}
.more_btn:hover::before {
  border-top-color: #C80D08;
  border-right-color: #C80D08;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
          transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.more_btn:hover::after {
  border-bottom-color: #C80D08;
  border-left-color: #C80D08;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
          transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}            
  



/*公共样式*/
body{background: #fff;}
.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.text-center{
    width:400px; height:40px; margin:0px auto; padding-top:30px;
}
.text-center ul li{ font-size:14px; color:#666; line-height:40px; float:left; margin-left:5px; width:40px; height: 40px; background-color: #fff; border-radius: 100%; text-align:center;  cursor:pointer;}
.text-center ul li.active{ color:#fff; background:#E50E18; }
/*头部样式*/
header {
    position: fixed;
    z-index: 10;
    transition: transform 0.5s ease 0s;
    height: 80px;
    width: 100%;
    box-shadow: 0px 1px 4px 0 rgba(0,0,0,.1);
    left: 0px;
    top: 0px;
    background: #fff;
}

.header .logo{   
    float: left;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 80px;
}
.header.w83{background-color: transparent;}
.header .logo  img{
    display: block;
    margin: 0 auto;
    width: 100%; 
    height: auto;
    max-width: 195px;

}

.header .header_nav {
    position: relative;
    text-align: center;
    width: 100%;
    min-width: 700px;
    height: 100%;
}
.header .header_nav .nav_li {
    display: inline-block;
    height: 100%;
}
.header .header_nav .nav_li .nac {
    display: block;
    line-height: 80px;
    color: #666;
    font-size: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    top: 25px;
    height: 30px;
    overflow: hidden;
}
.header .header_nav .nav_li .nac .nac_v {
    line-height: 30px;
    position: relative;
    top: 0;
    padding-right: 15px;
    box-sizing: border-box;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .header_nav .nav_li .nac .div2 {
    color: #c60813;
}

.header .header_nav .nav_li:hover a .nac_v{
  top: -30px;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.header .contact{
    position: absolute;
    height: 80px;
    width: 90px;
    top: 0;
    right: 0px;
}
.header .contact a{
    float: left;
    width: 45px;
    height: 80px;
}
.header .contact a.qq{background: url(../images/icon01.png) no-repeat center center;}
.header .contact a.weix{background: url(../images/icon02.png) no-repeat center center;}
.header{position: relative;height: 100%;}
/* 手机端菜单*/
.menu_btn {
    width: 60px;
    height: 60px;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    left:50%;
    top:50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.menu_btn i {
    position: absolute;
    width: 28px;
    height: 2px;
    background: #333;
    left: 12px;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menu_btn i:nth-of-type(1) {
    top: 20px;
}
.menu_btn i:nth-of-type(2) {
    top: 30px;
}
.menu_btn i:nth-of-type(3) {
    top: 40px;
    width: 14px;
}
.menu_btn.active i:nth-of-type(1){-webkit-transform: rotate(225deg) translate(-7px,-7px);-moz-transform: rotate(225deg) translate(-7px,-7px);-ms-transform: rotate(225deg) translate(-7px,-7px);transform: rotate(225deg) translate(-7px,-7px);}
.menu_btn.active i:nth-of-type(3){opacity:0;}
.menu_btn.active i:nth-of-type(2){-webkit-transform: rotate(-225deg) translate(0,0);-moz-transform: rotate(-225deg) translate(0,0);-ms-transform: rotate(-225deg) translate(0,0);transform: rotate(-225deg) translate(0,0);}
.menu_btn:hover i:nth-of-type(3){width:28px;}
.nav{width:100%;position:fixed;left:0;bottom:0;top:80px;right:0;background:rgba(0,0,0,.98);z-index:-1;backface-visibility: hidden; opacity: 0}
.nav{padding:7.5% 0 0;}
.nav.show{opacity:1;z-index:120;}
.nav ul li{text-align:center;width:40%;margin:30px auto;font-weight:lighter;}
.nav ul li a{display:block;font-size:38px;height:52px;line-height:52px;width:100%;position:relative;text-transform:uppercase;overflow:hidden;position:relative;color:#fff;letter-spacing:7px;}
.nav ul li a span {display:block;height:52px;cursor: pointer;}
.nav ul li .navon {font-size:32px;line-height:52px;} 
.m_head{ display: none;}
/*黑底头部*/
.b_head{background: transparent;}
.b_head .header .logo{display: flex; align-items: center;}
.b_head .header .logo img{ max-width: 85px;}
.b_head .header .header_nav .nav_li .nac{color: #fff;}
.b_head .header .contact a.qq { background: url(../images/icon01_w.png) no-repeat center center;
}
.b_head .header .contact a.weix { background: url(../images/icon02_w.png) no-repeat center center;
}
.body_wrap {
    width: 100%;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
    margin-top: 80px;
}
.ban_wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    height: 900px;
    margin-top: 80px;
}
.ban_wrap .swiper-slide {
    width: 100%;
    height: 100%;
}

.ban_wrap .swiper-slide {
    overflow: hidden;
    background-size: cover !important;
    background-position: center;
    padding-left: 0px;
    opacity: 0;
}
.wel-banner-bg {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    background-position: center !important;
    background-size: cover !important;
    transition: all 7.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
    box-sizing: border-box;
}
.wel-banner-titles {
    z-index: 2;
    position: relative;
    width: 83%;
    margin: 0 auto;
    padding-top: 293px;
    line-height: 1;
    color: #fff !important;
    transition: all 0.8s cubic-bezier(0.24, 0.77, 0.25, 1);
}
.wel-banner-titles .tit-en-h1 {
        text-transform: uppercase;
        font-size: 6rem;
        padding-bottom: 38px;
    }
.ani011 {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, 100px);
    transition-duration: .8s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.delay2 {
    transition-delay: .2s;
}

.delay3 {
    transition-delay: .3s;
}
.ban_wrap .swiper-slide{opacity: 0;
    filter: alpha(opacity=0);}
.ban_wrap .swiper-slide-active .ani011{
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0,0);
}
.ban_wrap .swiper-slide-active .wel-banner-bg {
    transform: scale(1);
}
.ban_wrap .swiper-slide-active .wel-banner-titles:before {
    opacity: 1;
    height: 114px;
    transition-delay: 1s;
}


.ban_wrap .ban_bottom{position: absolute; bottom:0px; right: 156px;z-index: 999;background: #c60711; width: 392px; height: 102px; text-align: center; 
    display: flex;justify-content:center;align-items:Center; color: #fff; font-size: 1.8rem;    
}
.ban_wrap .ban_bottom span{    letter-spacing: 4px;}
.ban_bottom_mask{
    width: 100%;
    height: 102px;
    z-index: 990;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0px !important;
    line-height: 102px;
}
.swiper-pagination{
    width: 83% !important;
    height: 102px;
    z-index: 999;
    left: 8.5% !important;
    position: absolute;
    bottom: 0px !important;
    line-height: 102px;
    text-align: left;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 4px; 
    border-radius: 0;
    font-size: 2.0rem;
    color: #fff;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: #C60711;
}
.ban_wrap .ban_bottom{  transition: all 0.4s ease 0s;}
.w713{ position: relative; padding-top:100px; padding-bottom:50px; width: 713px; height: auto; margin: 0 auto; text-align: center;}
.w713 img{width: 100%; height: auto;}
.work_wrap{padding-bottom: 80px;}
.list_wrap {margin-top: 45px;}
.list_wrap ul {width: 101.6%; padding: 0px;}
.list_wrap li {
    width: 31.7%;
    margin-right: 1.6%;
    transition: box-shadow 0.3s ease 0s;
    margin-bottom: 20px;
    float: left;
}
.list_wrap .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.list_wrap .img img{
     height: 100%;
     transform: scale(1, 1);
     transition: transform 0.6s ease 0s;
 }
img.up-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    height: auto;
}
.list_wrap .img img.up-pic {
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}
.up-graybox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
        z-index: 3;
}
.up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
 .up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
}
.up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
}
.up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
}
 .up-graybox .linet {
    top: 0;
}

.up-graybox .lineb {
    bottom: 0;
}
.list_wrap .img:hover img{
            transform: scale(1.05, 1.05);
            transition: transform 0.6s ease 0s;
        }
.img:hover .up-graybox{
                opacity: 1;
                filter: alpha(opacity=1);
            }
.up-graybox:hover .line{
        
            width: 6px;
            margin-left: -3px;
            opacity: 0.6;
            filter: alpha(opacity=60);

    }
.list_wrap .cont-wrap {
    width: 86.5%;
    padding: 0px 6.5% 0px;
    border: 1px solid #f2f2f2;
    margin-top: -1px;
    display: inline-block;
    overflow: hidden;
}
.list_wrap .tit {
    line-height: 1.5em;
    font-size: 2.4rem;
    color: #303030;
    margin: 20px 0;
}

.list_wrap .intr {
    display: block;
    line-height: 22px;
    font-size: 1.4rem;
    color: #999;
}
.list_wrap .point {
    display: inline-block;
    width: 24px;
    height: 8px;
    background: url(../images/arr.png) no-repeat right center;
    margin-top:22px;
}

/*服务*/
.ser_wrap{width: 100%; background: #F2F2F2; position: relative;}
.ser_wrap .box{widows: 100%; height: 80px; background: #000;  }
.canvasWave{ background: #202B36; width: 100%; height: 900px; position: absolute; top: 0px; left: 0px;}
.w713 .line{width: 4px; height: 20px; background: #C60712; position: relative;margin-bottom: 160px;  margin:45px auto; }
.w713.tit02{padding-bottom: 100px;}
.ser_wrap .w83{  padding: 80px 0; position: relative;overflow: hidden; background: #fff;}
.ser_wrap .w83.view_wrap {padding-top:0px;}  
.ser_list{padding-bottom: 40px;padding-left: 40px;overflow: hidden;width:96%;position: relative;margin: 0 auto; margin-left:5%;}
.ser_list>li{ width: 16%; float: left; margin: 0 4%;}
.ser_icon{  background-size: cover;transition: all 0.6s ease 0s;background-color: #333; background-position: center center; background-repeat: no-repeat; width: 100px; height: 100px; position: relative;}
.ser_icon01{ background-image: url(../images/icon03.png);}
.ser_icon02{ background-image: url(../images/icon04.png);}
.ser_icon03{ background-image: url(../images/icon05.png);}
.ser_icon04{ background-image: url(../images/icon06.png);}
.ser_list .ser_tit{ font-size: 2.2rem; color: #333;}
.sub_list {position: relative;}
.sub_list li{position: relative; font-size: 1.6rem; color: #999; line-height: 2em;padding-left: 15px;}
.sub_list li span{display: inline-block;}
.ser_list li:hover .ser_icon{background-color: #C60711;}
.sub_list span:before {
   position: absolute;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    left: 0;
    transition: .45s cubic-bezier(.52,.01,.16,1);
    content: "";
    background: #c60813;
    top: 45%;
    height: 2px;
    width: 7px;
}
.list04 .img_l{ display: flex; align-items: center;  transform: translate(200px,0);  transition-delay: 1.2s; }
.list04 .img_l .img_bg{ width: 100%;height: auto;  }
.list04 .img_l .imgB{position: absolute; left: 352px; transition-delay: 2.2s;}
.list04 .img_l, .list04 .img_l .imgB{
    opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 1.2s;
    transition-property: all;
    transition-timing-function: ease-out;
}
.list04 .img_l.active, .list04 .img_l.active .imgB{
    opacity: 1;
    filter: alpha(opacity=1);}
.list04 .img_l.active{
 transform: translate(0,0);
}

/*view point*/
.ser_wrap .list_wrap ul { width: 88%; margin: 0 auto; }
.view_wrap{margin-top:20px; }
.ser_wrap .list_wrap .cont-wrap{ border: none; }
.view_list .cont-tit{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #333;
    font-size: 2.4rem;
}
.view_list .cont-con{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
    color: #666;
    font-size: 1.6rem;
}

.in_ban .wel-banner-titles{text-align: center;}

/*view页面*/
.ban_wrap.in_ban{z-index: 0; margin-top: 0px;display: flex; align-items: center;}
.ban_wrap.in_ban .wel-banner-titles{padding-top: 0px; }
.ban_wrap.in_ban .wel-banner-titles .tit-en-h1{font-size: 8.0rem;}
.in_ban.active .wel-banner-bg, .in_ban.stop .wel-banner-bg{
    transform: scale(1);
    transition:none;
}
.in_wrap{ margin-top: -158px; position: relative;z-index: 1; padding-bottom: 80px;}
.in_wrap .list_wrap{width: 90%; margin: 0 auto;overflow: hidden;}
.in_wrap .wel-banner-bg{z-index: 0;}
.ban_wrap.in_ban .tit-en-h1{
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(30px);
        transition: 0.3s ease 0.2s;
}
.ban_wrap.in_ban .tit01{line-height: 1em;}
.ban_wrap.in_ban.active .tit01{
      opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.6s ease 0.6s;
}
.ban_wrap.in_ban.active .tit02{
      opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.6s ease 1s;
}

/*view页面*/


/*ser页面*/
.in_ban .wel-banner-bg{z-index: 0;}
.inser_list_wrap .w83{background:transparent; position: relative;display: flex;align-items: center;}
.inser_l{width: 50%;position: relative;}
.list02 .inser_l{ width: 45%; padding-left: 5%; }
.inser_l img{  max-width: 100%; height: auto; align-items: center; max-height: -webkit-fill-available;}
.inser_l img.inserImg01{position: absolute; left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-out;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
 }
 .inser_l img.inserImg01.inserImg0101{margin-top:144px; margin-left:-89px;   transition-delay: 1.8s;}
 .inser_l img.inserImg01.inserImg0102{margin-top:318px; margin-left:-60px;  transition-delay: 2.4s;}
.inser_l.inserImg{text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(100px,0);
    transition-duration: 1.2s;
    transition-property: all;
    transition-timing-function: ease-out;
    transition-delay: 1.2s;
}
.inser_l.inserImg.active{
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0,0);

}
.inser_l.inserImg.active .inserImg01{
     opacity: 1;
    filter: alpha(opacity=100);
}
.ser_list01 .inser_tit.h01{color: #fff; margin-top: 0px;}
.ser_list01 .inser_tit.h02{color: #fff;}
.list02 .inser_tit.h01{color: #333; margin-top: 0px;}
.list02 .inser_tit.h02{color: #333;}
.inser_list_wrap.ser_list01 .sub_list {width: 90%;}
.inser_list_wrap .sub_list.wf li{color: #fff; }
.inser_list_wrap .sub_list.li_3th li,.inser_list_wrap.list02 .sub_list.li_3th li{width: 30%;padding-left: 3%;}

.inser_tit{text-align: left;width: 100%; display: block;}
.inser_tit.h01{
    font-size: 6.0rem;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 66px;
    margin-bottom: 20px;
    margin-top: -120px;
}
.inser_tit.h02{
    font-size:4.0rem;
    font-weight: 200;
    color: #2F2F2F;
    line-height: 32px;
    opacity: .8;
}
.inser_list_wrap{ overflow: hidden; background: #fff; display: flex;align-items: center}
.inser_list_wrap .sub_list{width:75%;overflow: hidden; padding: 0px;margin-top: 100px;}
.inser_list_wrap .sub_list span:before{width: 10px; height: 4px; }
.inser_list_wrap .sub_list li{ width:46%; float: left;font-size: 2.0rem; color: #333; padding-left: 4%; }
.inser_list_wrap.list02 .sub_list li{color: #333;width: 45%;}
.img_l{position: absolute; left: 0px; width: 50%; height: auto; padding: 20px 0;}

/*case页面*/
.w1000{text-align: center; max-width:1000px; margin:0 auto; width: 1000px; }
.w713 p{margin:0px; }
.main_tit{ font-size: 3.6rem; color: #333;line-height: 1.8em;  }
.sub_tit{ font-size: 1.6rem; color: #999; }
.case_cap{ font-size: 1.6rem; color: #999; line-height: 1.8em;text-align: left; }
.case_icon{width: 220px; overflow: hidden; margin: 0 auto; height: 80px; margin-top: 115px; }
.case_icon.v_icon{overflow: visible;}
.case_icon.v_icon .sao img{width: 102px;
    height: 109px;
    position: absolute; top: 80px;
    left: -10px;
     opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease-out;
     transform: translate(0px,50px);
     }
.case_icon.v_icon .sao:hover img{
     opacity: 1;
    filter: alpha(opacity=1);
     transform: translate(0,0);
}


.case_icon li{width: 80px; height: 80px; float: left; margin:  0 15px; cursor: pointer;}
.case_icon li.link{ background:url(../images/case_link01.jpg) no-repeat center center ;background-size: cover; }
.case_icon li.link:hover{ background:url(../images/case_link02.jpg) no-repeat center center ;}
.case_icon li.sao{position: relative; background:url(../images/case_s01.jpg) no-repeat center center ;background-size: cover; }
.case_icon li.sao:hover{ background:url(../images/case_s02.jpg) no-repeat center center ;}
.case_inban{width: 100%; height: auto;}
.case_show{position: relative; width: 100%;padding-bottom: 300px;background: #fff; }
.case_pc_wrap{width: 100%;  background:url(../images/case_inban.jpg) no-repeat center center #fff; background-size: cover;}
.case_pc_wrap img{ position: absolute; left: 50%; height: auto;}
.case_bigban{text-align: center;box-shadow: 0px 0px 10px rgba(0,0,0,.5);position: relative;background:rgba(255,255,255,0.3);  }
.case_bigban img{width: 80%; margin:0 auto; position: relative; height: auto; }
.case_bigban_wrap{  background: #f2f2f2; }
.case_more{text-align: center; color: #999; font-size: 14px;padding-top: 40px;}
.case_more a{ color: #999; font-size: 14px; cursor: pointer;}
.case_more a:hover{ color: #C60712;  }
.bot-paging {
    width: 79%;
    left: 10.5%;
    position: fixed;
    bottom: 50px;
    height: 45px;
    z-index: 20;
    transition: all 0.3s ease 0s;
    zoom:1;
}
.bot-paging.long {
    width: 96%;
    left: 2%;
}
.bot-paging .link-info {
    display: block;
    width: 46px;
    height: 46px;
    position: relative;
    overflow: hidden;
    transition: width 0.3s ease 0s;
}
.bot-paging .link-info .link-ico{
            display: block;
            width: 46px;
            height: 46px;
            position: relative;
            z-index: 2;
            background-color: rgba(0,0,0,0.15);
            border-radius: 50%;
        }
.bot-paging .prev i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ico_arrl.png) no-repeat center;
}
.prev .link-ico{
            float: left;
        }
.bot-paging .link-info .tit-box {
    display: block;
    line-height: 46px;
    height: 46px;
    border-radius: 46px;
    background: rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 0;
    width: 66px;
    color: #fbf9f6;
    z-index: 1;
    font-size: 14px;
}
.bot-paging .prev .tit-box {
    transform: translateX(-102%);
    left: 1px;
    padding: 0 22px 0 55px;
}
.next i{
            display: block;
            width: 100%;
            height: 100%;
            background: url(../images/ico_arrr.png) no-repeat center;
        }
.next .link-ico{
            float: right;
        }
.next .tit-box{
            transform: translateX(102%);
            right: 1px;
            padding: 0 55px 0 22px;
        }     
.link-info:hover .tit-box{transform: translateX(0);}
.link-info:hover {width: 145px;}
.link-info:hover  .link-ico{    background-color: rgba(0,0,0,0.8);}
/*case-list页面*/
.in_wrap .ser_list{text-align: center; margin:0 auto;padding:0px; width: 50%; padding-bottom: 50px; }
.in_wrap .ser_list .ser_icon{margin: 0 auto; background-size: cover;  width: 60px; height: 60px;}
.in_wrap .ser_list .ser_tit{padding-left: 0px;font-size: 1.8rem;}
.in_wrap .ser_list>li{ width: 27%;
    cursor: pointer;margin: 0 3%;}
.in_wrap .ser_list>li:hover .ser_tit, .in_wrap .ser_list>li.active .ser_tit{ color: #C60711;}
.in_wrap .ser_list>li.active .ser_icon{background-color: #C60711;}
.w713 .line.line02 { width: 20px;height: 4px;}

/*about页面*/
.about_list_wrap{overflow: hidden;  background: #F8F8F8;}
.about_w83{  z-index: 1; background: transparent;}

.about_cap{text-align: center; font-size: 14px;color: #303030; line-height: 1.8em; width:94%; max-width:1172px; margin:0 auto; padding:0 3%;  }
.num_list li{
    margin: 0 1.5%;
    display: inline-block;
    float: none;
    width: 30%;
    text-align: center;
}
.num_list li .num {
    font-size: 4.8rem;

    font-family: "Trump";
    color: #fff;
}
 .num_list li .num_tit{
    color: #fff;
    font-size: 14px;
 }
  .num_list li .num_tit02{
    color: #999;
  }
.num_list li .num span{
  font-size: 12rem;  
}
.about_per{width: 100%; height: auto;margin-bottom: 2%;}
.about_img{float: left; margin-bottom:2%; overflow: hidden; }
.about_img img{width: 100%;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;}
 .about_img .up-graybox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
}
 .about_img .i-wrap .up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.about_img:hover img{
    transform: scale(1.05, 1.05);
                transition: transform 0.6s ease 0s;
}
.about_img:hover  .up-graybox{
    opacity: 1;
                filter: alpha(opacity=1);
}
.about_img:hover .line03{
    width: 52px;
}
.up-graybox {z-index: 3;}
.list_wrap .img.img60{width:54.5%;margin-right: 2%;}
.list_wrap .img.img38{width: 43%;margin-right: 0;}
.up-graybox b{display: block;font-size: 3.0rem;font-weight: 300;}
.up-graybox .line03{
    position: relative;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    left: 0;
    transition: .45s cubic-bezier(.52,.01,.16,1);
    content: "";
    background: #fff;
    top: 20%;
    height: 1px;
    width:100px;}
 .about_img .up-graybox .stit{
    text-align: left;
    top: auto;
    bottom: 20px;
    padding: 0 3%;
    width: 94%;
    line-height: 2.2em;
 }

/* contact页面*/
.con_map img{width: 100%; height: auto; }

.map_list{margin-top:50px; display: flex;align-items: center;overflow: hidden;}
.map_list li{float: left;}
.map_list li p{  margin: 0px;    line-height: 1.5em;}
.map_list li b{font-weight: 400;display: block;}
.map_list .map16{width: 16%; padding:0 2%; text-align: left;color: #666;}
.map_list .map60.map02{ font-size: 1.6rem;}
.map_list .map16.map01{font-size:3.00rem; }
.map_list .map16.map01 b{color: #C60813;font-size: 2.4rem;  }
.map_list .map60.map02 b{color: #303030;font-size: 2.4rem; }
.map_list .map16.map03{text-align: right; font-size: 1.4rem;}
.map_list .map16.map03 img{max-width: 92px;
}
.map_list .map60{width: 60%; text-align: center;}
.join_list{overflow: hidden;   padding-bottom: 80px;}
.join_list li{float: left;  width: 49%; border: 1px solid #DCDCDC; margin-right: 2%;margin-bottom: 2%;  box-sizing: border-box;
    padding: 30px;background:transparent; cursor: pointer; }

.join_list li:nth-child(2n){margin-right: 0;}
.join_list .join_cap01{color: #333; font-size: 2.0rem;}
.join_list li{transition: transform 0.6s ease 0s; }
.join_list .join_cap01{transition: transform 0.6s ease 0.2s; }
.join_list li:hover{background:#E8ECF1;}
.join_list li:hover .join_cap01{color: #ED2124;}

/*news页面*/
.news_wrap{ background: #fff;}
.case_icon li.share{ background:url(../images/share_icon01.jpg) no-repeat center center ;background-size: cover; }
.case_icon li.share:hover{ background:url(../images/share_icon02.jpg) no-repeat center center ;}
 .w804{width: 804px; margin:0 auto; position: relative; text-align: center;}
 .w804 .main_tit{margin-top: 90px;line-height: 1.2em;}
.w804 .case_icon{width: 80px;margin-top:60px; }
.w804 .case_icon li{margin:0; }
.news_con p{text-align: center; font-size: 16px; color: #666; line-height: 1.8em;}
.w804 img{max-width: 100%; margin:0 auto; position: relative; height: auto; margin-bottom: 40px;  }
.news_con p{text-align: left; font-size: 16px; color: #666; line-height: 1.8em;}
.news_con {padding: 50px 0; border-bottom: 3px solid #000; }
.share_wrap{text-align: right; height: 38px; line-height: 38px; padding: 30px 0;display: flex;
    align-items: center;}
.share_wrap span{display: inline-block; width: 38px; height: 38px;margin-left: 15px;}
.share_wrap span a{width: 100%; height: 100%; cursor: pointer;}
.share_wrap span.share01{background:url(../images/icon_weix.jpg) center center no-repeat}
.share_wrap span.share02{background:url(../images/icon_weib.jpg) center center no-repeat}
/*右侧按钮*/

.new-float{
    height: 196px;
    position: fixed;
    right: -225px;
    top: 50%;
    margin-top: -98px;
    z-index: 3;}
.f_nav {position: relative;}
 .f_nav li {
    width: 48px;
    height: 48px;
    display: block;
    text-align: left;
    background: #C60712;  
    position: relative;
    margin-bottom: 1px;
   
}
.f_nav li.active{
    background: #CBCBCB;
}

 .f_nav li.tel{text-align: left;
    width: 220px;
    padding-left: 53px;
    padding-top: 0px;
    height: 48px;
     transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  -ms-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
    transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0); 
}
.f_icon{
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0px;
    top: 0px;
}
.f_nav li p{margin: 0px; width: 100%;height: 48px; line-height: 48px;font-size: 16px; color: #fff;}
 .f_nav li.tel:hover{
      transform: translate(-220px, 0);
  -webkit-transform: translate(-220px, 0);
  -moz-transform: translate(-220px, 0);
  -ms-transform: translate(-220px, 0);
  -o-transform: translate(-220px, 0); 
 }
 .f_nav li.tel.f_qq:hover{
     transform: translate(-110px, 0);
  -webkit-transform: translate(-110px, 0);
  -moz-transform: translate(-110px, 0);
  -ms-transform: translate(-110px, 0);
  -o-transform: translate(-110px, 0); 
 }
.f_nav li a{ position: absolute; left: 0px; top: 0px; display: inline-block;  width: 48px; height:48px;  
     text-decoration: none; }
 .f_nav li:hover{ background: #252525;}
  .top_icon{ background: url(../images/l_icon01.png) center center no-repeat;}
  .q_icon{ background: url(../images/l_icon02.png) center center no-repeat;}
  .tel_icon{ background: url(../images/l_icon03.png) center center no-repeat;}
  .w_icon{ background: url(../images/l_icon04.png) center center no-repeat;}
  .f_nav li.tel :hover a{cursor: none;}
.l_code{ width: 109px; height: 102px; position: absolute; bottom: 0px; left: -120px; }
.l_code{ opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease-out;
     transform: translate(-50px,0px);}

 .l_code.active{
     opacity: 1;
    filter: alpha(opacity=1);
     transform: translate(0,0);
}
/*尾部*/
.foot_wrap{width: 100%;background:transparent;}
.w83.form_wrap{background: transparent;; padding: 50px 0;padding-bottom:114px;}
.form_tit{font-size: 30px; color: #303032; text-align: left; }
.input-block {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #666;
    padding-left:1%;
    border: 1px solid transparent;
    outline: 0;
    float: left;
    background: #fff;
    width: 27%;
    margin-right: 0.5%;
}
.input-block:focus{   border: 1px solid #C60711;}
.sub-btn{cursor: pointer; float: right; width:13.5%; height: 60px;line-height: 60px;color: #fff;text-align: center; background: #323232;transition: .45s cubic-bezier(.52,.01,.16,1); }
.sub-btn:hover{background:#C60711; }
.foot{width: 100%; background: #242424;  overflow: hidden;}
.foot .w83{background: #242424; }
.foot ul{position: relative; overflow: hidden; padding:80px 0;}
.foot ul li{ float: left; width: 25%; text-align: center; font-size: 1.8rem; color: #fff; }
.foot ul li img{margin-bottom: 20px; }
.foot .copy_txt{ text-align: center;  font-size: 1.2rem; color: #4b4b4b;border-top: 1px solid #4b4b4b;padding: 40px 0;  }


/*圆点动画*/
  @keyframes warn {
            0% {
                transform: scale(0.3);
                -webkit-transform: scale(0.3);
                opacity: 0.0;
            }
            25% {
                transform: scale(0.3);
                -webkit-transform: scale(0.3);
                opacity: 0.1;
            }
            50% {
                transform: scale(0.5);
                -webkit-transform: scale(0.5);
                opacity: 0.3;
            }
            75% {
                transform: scale(0.8);
                -webkit-transform: scale(0.8);
                opacity: 0.5;
            }
            100% {
                transform: scale(1);
                -webkit-transform: scale(1);
                opacity: 0.0;
            }
        }
        @keyframes warn1 {
            0% {
                transform: scale(0.3);
                -webkit-transform: scale(0.3);
                opacity: 0.0;
            }
            25% {
                transform: scale(0.3);
                -webkit-transform: scale(0.3);
                opacity: 0.1;
            }
            50% {
                transform: scale(0.3);
                -webkit-transform: scale(0.3);
                opacity: 0.3;
            }
            75% {
                transform: scale(0.5);
                -webkit-transform: scale(0.5);
                opacity: 0.5;
            }
            100% {
                transform: scale(0.8);
                -webkit-transform: scale(0.8);
                opacity: 0.0;
            }
        }
        @-webkit-keyframes "warn" {
            0% {
                transform: scale(0);
                -webkit-transform: scale(0);
                opacity: 0.0;
            }
            25% {
                transform: scale(0);
                -webkit-transform: scale(0);
                opacity: 0.1;
            }
            50% {
                transform: scale(0.1);
                -webkit-transform: scale(0.1);
                opacity: 0.3;
            }
            75% {
                transform: scale(0.5);
                -webkit-transform: scale(0.5);
                opacity: 0.5;
            }
            100% {
                transform: scale(1);
                -webkit-transform: scale(1);
                opacity: 0.0;
            }
        }

        .dot_wrap{
            position:absolute;
            width: 1px;
            height: 1px;
            left: 71.4583%;
            top: 41%;
            /*border: 1px solid #000;*/
        }
        /* 保持大小不变的小圆圈  */
        .dot {
          position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    background: #C60712;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    margin-left: -7.5px;
    margin-top: -7.5px;
        }
        /* 产生动画（向外扩散变大）的圆圈  */
    .pulse {
          position: absolute;
    width: 74px;
    height: 74px;
    left: 50%;
    top: 50%;
    background: rgba(198,7,18,0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 30px red;
    margin-left: -37px;
    margin-top: -37px;

        }
        .pulse1 {
           position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    background: rgba(198,7,18,0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn1 2s ease-out;
    -moz-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 30px red;
    margin-left: -60px;
    margin-top: -60px;
        }
.dot_wrap p{ width: 150px; position: absolute; left: 50%; text-align: center; margin-left: -75px; font-size: 2.4rem; color: #fff; bottom: -100px;}
/*渐隐出现*/

.fadeIntop{
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(30px);
    }
    .fadeIntop.show{
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0);
        transition: all 0.3s ease 0s;
    }
   

/*屏幕适应*/
@media screen and (max-width:1500px){
    .header .header_nav .nav_li .nac{ padding: 0 20px;}
    .ban_wrap .ban_bottom{right: 38px;}
    .ban_wrap.in_ban .wel-banner-titles .tit-en-h1{font-size:5.0rem;}
    .wel-banner-titles{line-height: 0.8;padding-left: 0px; padding-top: 100px; }
    .wel-banner-titles .tit-en-h1{ font-size:4.5rem;}
    .ser_list>li {
    width: 22%;
    float: left;
    margin: 0 1%;
}
.in_wrap {
    margin-top: -58px;
 
}

@media (max-width:1199px){
    html{font-size: 45%;}

    .wel-banner-titles{line-height: 0.3;padding-left: 0px; padding-top: 15%; }
   .ban_wrap.in_ban .wel-banner-titles .tit-en-h1 {font-size:5.0rem;}
    .w713{width:75%;padding-top: 40px;}
    .ban_wrap .ban_bottom{width: 40%;height: 20%;bottom: 0px;}
    .swiper-pagination{height: 20%; line-height: 100%;}
    .nav{padding:9.5% 0 0;}
    .nav ul li{width:80%;}
    .nav ul li a{font-size:3.6rem;}
    .pc_head{ display: none;}
    .m_head{ display: block;}
    .ser_list .ser_tit{font-size: 1.8rem;}
     .input-block, .sub-btn{
        width: 98%;
        margin: 1% 0;
        display: block;
        clear: both;
    }
    .sub-btn{width: 100%;}
    .ser_list{padding-bottom: 20px;}
    .work_wrap{padding-bottom: 20px;}
    .in_wrap .ser_list{width: 80%;}   
    .map_list li{ padding: 20px 0; height: auto;}
    .map_list li.map60, .map_list li.map16{ padding-left:25%;}
    .map_list .map60, .map_list .map16.map03{width: 80%; margin:0 auto; text-align: left;}
    .map_list .map16{width: 80%; margin:0 auto;}
}  
@media (max-width:770px){

    .header .logo{width:30%; }
    .menu_btn{width:50px;height:50px;}
    .menu_btn i:nth-of-type(1){top:15px;width:26px;}
    .menu_btn i:nth-of-type(2){top:25px;width:26px;}
    .menu_btn i:nth-of-type(3){top:34px;}
    .menu_btn:hover i:nth-of-type(3){width:14px;}
    .nav{padding:20.5% 0 0;}
    .nav ul li a{font-size:24px;height:32px;line-height:32px;}
    .nav ul li .navon {font-size:26px;line-height:32px;height:32px;} 
    .nav ul li .navcur {display:block;height:32px;cursor: pointer;}
    .in_wrap .ser_list>li{height: auto;}
    .ban_wrap.in_ban{margin-top:80px; }
    
} 
@media (max-width:1600px){
    .footer{padding:20px 20% 10px 20%;}
    .footer .badger{top:24px;}
    .ser_list>li { width: 18%;margin: 0 2%;}
    .in_wrap .ser_list>li{margin: 0 3%;}
    .ser_list .ser_tit {font-size: 1.8rem;}
}

@media(max-width:1024px){
.nav ul li{margin:20px auto;}
.case_ban{height: auto !important; display: block;}
.w713.w1000 .line{margin-bottom: 45px; margin-top:20px : }
.wel-banner-titles .tit-en-h1 {
    font-size: 2.4rem;
    line-height: 1.8em;
    padding-bottom:0px;

}
.wel-banner-titles {
        padding-top: 10%;
}
.ser_wrap .w83{padding:40px 0; }
.canvasWave{height: 400px;}
.num_list li .num {margin: 0;}
.num_list li .num_tit {
    font-size: 1.4rem;
    margin: 0;
}
.num_list li .num span {
    font-size: 4rem;
    line-height: 0.3em;
}
.num_list li {width: 28%;}
.map_list{display: block;}
.join_list {
    padding-bottom: 30px;
}
.case_icon{margin-top:40px; }
.case_show {
    padding-bottom:40px;}
.in_wrap {
    padding-bottom: 40px;
}
.inser_list_wrap, .inser_list_wrap .w83{display: block;}
.inser_l {
    width: 100%;
    position: relative;
    clear: both;
    float: none;
}
.inser_tit.h01 {
    font-size: 3.0rem;
    line-height: 1.5em;
}
.inser_tit.h02 {
    font-size: 2.4rem;
    line-height: 1.2em;
}
.inser_list_wrap.ser_list01 .sub_list {
    margin-top: 30px;
}
.inser_l.inserImg {
    width: 80%;
   margin: 40px auto;
    display: block;
}
.inser_l.inserImg  .inserImg01{
    transform: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
}
.inser_l.inserImg  .inserImg01.inserImg0101{margin-top:115px;}
.inser_l.inserImg  .inserImg01.inserImg0102{margin-top:254px;}

.inser_list_wrap{height: auto !important;     padding: 40px 10px;
    box-sizing: border-box;}
.sub_list li span {padding-left: 10px;}
.ban_wrap.in_ban.list02, .ban_wrap.in_ban.list03{margin-top: 0px;}
.img_l, .list04 .img_l.active{display: none;}
.w804 {width: 90%;}
.main_tit{font-size: 2.8rem;}
}

@media (max-width:767px){
    .share_icon{display: none;}
    .footer{padding:20px 10px;}
    .footer .badger{top:10px;}
    .header .logo img{margin-top:20px;}
    html{ font-size: 45%; }
    .list_wrap ul { width: 100%;}
    .list_wrap li{width: 49%; margin: 0 0.5%;}
    .list_wrap .point{display: none;}
    .w713{padding: 30px 0;}
    .list_wrap{margin-top: 0px;}
    .w713 .line{margin-bottom: 0px;}
    .ser_list {
    width: 100%;
    position: relative;
     margin: 0; 
    padding-left: 40px;
}
.ser_icon{width: 60px; height: 60px;}
.ser_wrap .list_wrap ul {
    width: 98%;
    margin: 0 auto;
}
.ser_list>li {
    width: 42%;
    margin-right: 2%;
 height: 300px;
}
.ban_wrap .ban_bottom{width:auto; padding: 0 15px;}
.ban_wrap .ban_bottom span{    letter-spacing: 0px;}
.ban_wrap.in_ban .wel-banner-titles .tit-en-h1 {
    font-size: 3.0rem;padding-bottom: 0px; 
}
.ban_wrap.in_ban .wel-banner-titles {
    line-height: 1.2em;
}
.wel-banner-titles .tit02{padding-top:10px; }
.foot ul li{width: 45%;}
.w83 {width: 96%;}
.foot_wrap .w83{width:94%;}
.input-block, .sub-btn{padding: 0 4%;width: 92%;}
.sub-btn{margin-bottom: 40px;}
.in_wrap{margin-top:0px; }
}
@media (max-width:320px){
    .nav ul li{margin:16px auto;}
    .nav ul li a{font-size:24px;}
}