.shadow{box-shadow: rgba(0,0,0,0.1) 0 0 10px; -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 10px;}
.more-btn{ height:1rem; border: #E41F2B 1px solid; color: #E41F2B; display: flex; display: -webkit-flex; align-items: center; justify-content: center; border-radius: 4px; }
.foot-btn{ height:1.2rem; background: linear-gradient(left, #f94247 , #fb6950);
    background: -webkit-linear-gradient(left, #f94247 , #fb6950);  display: flex; display: -webkit-flex; align-items: center; justify-content: center; border-radius: 4px; margin: 0rem 0.24rem 0.4rem 0.24rem; color: #fff; font-size: 0.34rem;}
.foot-btn span{border: #FFFFFF 1px solid; width:0.5rem; height: 0.5rem; border-radius: 50%; -webkit-border-radius: 50%; margin-right: 0.2rem;}
.foot-btn span img{ width: 100%;}
    
.clear{ clear: both;}
.clearfix {  zoom: 1;}
.clearfix:after { display: block;  height: 0;  clear: both;  visibility: hidden;  overflow: hidden;  content: ".";}

.header {  position: absolute;  display: block; top: 0;  left: 0; height:1rem;  width: 100%;  overflow: hidden;  z-index: 99;}
/*.header .burger-container {  position: relative;  display: inline-block;  height: 1rem;  width: 1rem;  cursor: pointer;  -webkit-transform: rotate(0deg);  transform: rotate(0deg);  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);  background: transparent; float: right; z-index: 9; cursor: pointer;}
.header .burger-container #burger { width: 0.36rem;  height: 0.16rem;  position: relative;  display: block;  margin: -0.08px auto 0;  top: 40%;}
.header .burger-container #burger .bar {  width: 100%;  height: 2px;  display: block;  position: relative;  background: #FFF;  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);  transition-delay: 0s;}
.header .burger-container #burger .bar.topBar { -webkit-transform: translateY(0px) rotate(0deg);  transform: translateY(0px) rotate(0deg);}
.header .burger-container #burger .bar.btmBar { -webkit-transform: translateY(6px) rotate(0deg); transform: translateY(6px) rotate(0deg);}*/

.nav-icon{  width: 0.8rem;  height: 18px; margin-top:14px ;  position: relative;  cursor: pointer;  display: inline-block; float: right;}
.nav-icon span{  background-color:#fff;  position: absolute;  border-radius: 2px; -webkit-border-radius: 2px;  transition: .3s cubic-bezier(.8, .5, .2, 1.4);  width:60%;  height: 2px;  transition-duration: 500ms}
.nav-icon span:nth-child(1){  top:0px;  left: 0px;}
.nav-icon span:nth-child(2){  top:8px;  left: 0px;  opacity:1;}
.nav-icon span:nth-child(3){ bottom:0px; left: 0px;}
.nav-icon.open span:nth-child(1){  transform: rotate(45deg); -webkit-transform: rotate(45deg);  top: 8px;}
.nav-icon.open span:nth-child(2){  opacity:0;}
.nav-icon.open span:nth-child(3){  transform: rotate(-45deg); -webkit-transform: rotate(-45deg);  top: 8px;}

.header .logo {top:0px;  display: inline-block;  position: absolute;  height: 1rem;  padding:0.25rem;  text-align: center;   box-sizing: border-box;  color: #FFF;  /*left: 50%;  -webkit-transform: translateX(-50%);  transform: translateX(-50%);*/}
.header .logo img{  height: 100%; display: block;}
.header .icon.icon-bag {  right: 0;  top: 0;  left: auto;  -webkit-transform: translateX(0px); transform: translateX(0px);  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);  transition-delay: 0.65s;}
.header ul.menu {  position: relative;  display: block;  padding: 0px 0; list-style: none; margin-top: 1rem;}
.header ul.menu li.menu-item {  border-bottom: 1px solid rgba(255,255,255,.1);
 opacity: 0;  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header ul.menu li.menu-item a {padding:0 0.3rem; box-sizing: border-box;   display: block;  position: relative;  color: #FFF;  text-decoration: none;  font-size: 0.32rem;  line-height:3;  width: 100%;}
.header ul.menu li.menu-item a .arrow{   position: absolute; right: 0.3rem; top: 50%; margin-top: -8px; border-left:2px #fff solid; border-bottom:2px #fff solid; width: 8px; height: 8px; transition: all 0.3s; -webkit-transition: all 0.3s; transform: rotate(315deg); -webkit-transform: rotate(315deg);}
.header ul.menu li.menu-item a.open{ background: #0c0c34;  color: #f56f69; }
.header ul.menu li.menu-item a.open .arrow{transform: rotate(135deg); -webkit-transform: rotate(135deg); margin-top: 0px; border-left:2px #f56f69 solid; border-bottom:2px #f56f69 solid;}
.header ul.menu li.menu-item .secondary{background: rgba(12,12,52,0.5); display: none; padding:0.2rem;}
.header ul.menu li.menu-item .secondary a{ line-height: 2.4; font-size: 0.3rem; color: rgba(255,255,255,.8);}

.header.menu-opened { height: 100vh;  background-color: #000;  transition: all 0.3s ease-in, background 0.5s ease-in; position: relative; /*  transition-delay: 0.25s;*/}
.header.menu-opened .burger-container { -webkit-transform: rotate(90deg);         transform: rotate(90deg);}
.header.menu-opened .burger-container #burger .bar {  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);  transition-delay: 0.2s;}
.header.menu-opened .burger-container #burger .bar.topBar {  -webkit-transform: translateY(5px) rotate(45deg);          transform: translateY(5px) rotate(45deg);}
.header.menu-opened .burger-container #burger .bar.btmBar {  -webkit-transform: translateY(3px) rotate(-45deg);  transform: translateY(3px) rotate(-45deg);}
.header.menu-opened ul.menu li.menu-item {  -webkit-transform: scale(1) translateY(0px); transform: scale(1) translateY(0px);  opacity: 1; position: relative;}
.header.menu-opened ul.menu li.menu-item:nth-child(1) { transition-delay: 0.27s;}
.header.menu-opened ul.menu li.menu-item:nth-child(2) {  transition-delay: 0.34s;}
.header.menu-opened ul.menu li.menu-item:nth-child(3) { transition-delay: 0.41s;}
.header.menu-opened ul.menu li.menu-item:nth-child(4) {  transition-delay: 0.48s;}
.header.menu-opened ul.menu li.menu-item:nth-child(5) {  transition-delay: 0.55s;}
.header.menu-opened ul.menu li.menu-item:nth-child(6) {  transition-delay: 0.62s;}
.header.menu-opened ul.menu li.menu-item:nth-child(7) {  transition-delay: 0.69s;}
.header.menu-opened ul.menu li.menu-item:nth-child(8) { display: none;  transition-delay: 0.74s;}
.header.menu-opened ul.menu .hot{padding:0.175rem 0.1rem; display: inline-block; position: absolute; left: 1.1rem; top:-10px; 	-webkit-animation: vibrate-1 0.5s linear infinite both;	    animation: vibrate-1 0.5s linear infinite both; background: linear-gradient(left, #f94247 , #fb6950);
    background: -webkit-linear-gradient(left, #f94247 , #fb6950); font-size: 0.1rem; line-height: 0; color: #fff; border-radius: 2px;}
.header.menu-opened ul.menu .hot:before{ content: ''; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f94247; position: absolute; bottom: -5px;}

.header.fixedTop{ position: fixed; background: #0c0c34;}
.header.menu-opened .tel{ display: flex; display: -webkit-flex; align-items: center; justify-content: center; width: 100%; color: #fff; position: absolute; bottom: 0.4rem; text-align:center; font-size: 0.48rem;}
.header.menu-opened .tel span{border: #FFFFFF 1px solid; width:0.5rem; height: 0.5rem; border-radius: 50%; -webkit-border-radius: 50%; margin-right: 0.2rem;}
.header.menu-opened .tel span img{ width: 100%;}

.focus{ position: relative;}
.focus .swiper-wrapper .swiper-slide img{ width: 100%; display: block;}
.focus .mask{ width: 100%; position: absolute; bottom: -5px; left: 0; z-index: 9;}
.focus .mask img{ width: 100%;}
.focus .swiper-notification{ width: 5px;}

.section-service{padding:0.24rem}
.section-tit{  font-size:0.4rem; color: #1f1f1f; display:flex; display: -webkit-flex; align-items: center; justify-content: center; flex-flow: column;  padding: 0.4rem 0; text-align: center;}
.section-tit small{ font-size:0.28rem; display: block; font-weight: normal; width: 80%; text-align: center; opacity: 0.8; margin-top:0.24rem ;}
.section-tit a{ color: #1F1F1F;}
.section-service ul{ display: flex; display: -webkit-flex; justify-content: space-between; flex-flow: wrap;}
.section-service ul li{ width: 48%; border: #eaeaea 1px solid; padding:0.4rem 0; text-align: center; margin-top: 0.24rem;}
.section-service ul li .icon-box{ display: block; background: #f5f5f5; width:1.6rem; overflow: hidden; height: 1.6rem; border-radius: 50%; margin: 0px auto;}
.section-service ul li .icon-box img{ width: 100%; display: block;}
.section-service ul li h3{ padding: 0.2rem 0 0.24rem 0; font-size: 0.36rem; font-weight: bold;}
.section-service ul li p{ color: #595959; font-size: 0.28rem; line-height: 1.6;}
.section-service ul li:last-child{ width: 100%; padding:0.4rem 0.24rem;  text-align: inherit; position: relative; }
.section-service ul li:last-child .icon-box{position: absolute; float: left; width:1.6rem; height: 1.6rem; overflow: hidden; display: inline-block;}
.section-service ul li:last-child .decs{ padding-left: 1.84rem; min-height: 1.6rem; float: left;}
.section-service ul li:last-child .decs h3{padding-top: 0;}
/*.section-service ul li:last-child .decs p{  display: inline-block; width: 50%; float: left;}*/

.section-solve{ background: url(../images/program-bg.png) no-repeat; background-size: cover; padding:0.48rem 0 1rem 0;}
.section-solve .section-tit{ color: #fff;}

.section-solve .container{ margin-top: 0.48rem; box-sizing: border-box;    padding:0 0.24rem;}
.swiper1 {width: 100%; margin-top: 0.48rem; box-sizing: border-box; }
.swiper1 .swiper-slide {text-align: center;font-size: 0.28rem;height: 0.7rem;
display: -webkit-flex;display: flex;justify-content: center;align-items: center;cursor: pointer; color: #fff; border: rgba(255,255,255,0.3) 1px solid; border-bottom: none; cursor: pointer; box-sizing: border-box; }
.swiper1 .swiper-slide.selected {color: #fff; background: #ef323e; font-weight: bold; }
.swiper2 {width: 100%;}
.swiper2 .swiper-slide { box-sizing: border-box; height: auto;  overflow: hidden; }
.swiper2 .swiper-slide-active{ overflow: auto !important; }
.solve-content{ padding:0.4rem 0.24rem; height: 100%; border: rgba(255,255,255,0.3)  1px solid; }
.solve-content .decs{ font-size:0.28rem; opacity: 0.8; color: #fff; width: 100%;}
.solve-content .tit{ color: #fff; font-size: 0.32rem; position: relative; padding-left: 0.4rem; margin-top: 0.4rem;}
.solve-content .tit:before{  content: ''; width: 0.16rem; height: 2px; background: #ef323e; position: absolute; left: 0px; top: 50%; display: inline-block;}
.solve-content .text-ul li{height: 0.7rem;   background: rgba(255,255,255,.1);color: rgba(255,255,255,0.6); display: inline-block;
 margin-right: 0.2rem;  line-height: 0.7rem; font-size: 0.28rem; border-radius: 4px;   -webkit-border-radius: 4px;  padding: 0px 0.4rem; margin-top: 0.2rem;}
.solve-content .logo-ul{ height: auto; overflow: hidden;}
.solve-content .logo-ul li{ float: left; width: 31%; margin-right: 3.5%;}
.solve-content .logo-ul li:nth-child(3n){ margin-right: 0;}
.solve-content .logo-ul li img{ width: 100%; margin-top: 0.4rem;}


.section-value{ background: #f7f8fa; padding: 0.24rem 0;}
.section-value .map img{ width: 100%; }
.section-value .content{ margin: 0.24rem; margin-bottom: 0;}
.section-value .content li{ background: #fff; box-shadow: rgba(0,0,0,.1) 0 0 10px; padding: 0.24rem; border-radius: 4px; -webkit-border-radius: 4px; min-height: 2rem; box-sizing: border-box; margin-bottom: 0.24rem;}
.section-value .content li:last-child{ margin-bottom: 0;}
.section-value .content li .icon-box{position: absolute; margin-top: 0.2rem;  width:1rem; height: 1rem; overflow: hidden; display: inline-block;}
.section-value .content li .icon-box img{ width: 100%;}
.section-value .content li .decs{ padding-left: 1.24rem; min-height: 1rem;  }
.section-value .content li .decs h3{ font-size: 0.32rem; margin-bottom: 0.3rem; font-weight: bold;}
.section-value .content li .decs p{  display:block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 50%; float: left; color: #595959; font-size: 0.28rem; line-height: 1.4;}

.section-about{padding: 0.48rem; background: url(../images/about-bg.png) no-repeat; background-size:cover; position: relative;}
.section-about h2{font-size: 0.36rem; color: #fff; text-align: center;}
.section-about p{text-align: left; font-size: 0.28rem; color: #fff; opacity: 0.8; position: relative; padding: 0.3rem 0; text-indent: 2em;}
.section-about p span{ font-size:0.4rem; position: absolute; left:-1em; top: 6px; opacity: 1; }
.section-about p span img{ width: 0.28rem;}
.section-about .btn{ margin: 0.24rem auto 0 auto; height:0.7rem; border: #fff 1px solid; display: inline-block; text-align: center; line-height: 0.7rem; justify-content: center; padding: 0 0.24rem; border-radius: 4px; color: #fff; font-size: 0.28rem; vertical-align: middle;}
.section-about .btn span{ width: 5px; height: 5px; border-right:#fff 2px solid; border-bottom:#fff 2px solid; display: inline-block; transform: rotate(-45deg); margin-left: 5px; }
.section-about .picture{ position: absolute; right: 0; bottom: -1.24rem;}
.section-about .picture img{ width: 2.5rem;}

.section-honor{padding: 0.48rem 0;}
.section-honor ul{ padding: 0 0.24rem; display: flex; display: -webkit-flex; justify-content: space-between; flex-flow:wrap;}
.section-honor ul li{ margin-top: 0.24rem; width: 48%; box-sizing: border-box;   box-shadow: rgba(0,0,0,.1) 0px 0px 10px;
    -webkit-box-shadow: rgba(0,0,0,.1) 0px 0px 10px; background: #fff; padding: 5px;}
.section-honor ul li img{ width: 100%;}

.section-classroom{ padding-top: 0.48rem;}
.section-classroom ul{ /*border: #EAEAEA 1px solid; */margin: 0 0.24rem 0.3rem; padding: 0.24rem;}
.section-classroom ul li{ position: relative; }
.section-classroom ul li a{ color: #272727; font-size: 0.28rem; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 2;  padding-left:15px;}
.section-classroom ul li a:before{position: absolute; top: 50%;  margin-top: -2px; left: 0;  width: 5px;  height: 5px; border-radius: 50%;  -webkit-border-radius: 50%; background: #666; content: ''; display: inline-block;}
.section-classroom h3{ margin-left: 0.24rem; padding-left: 0.24rem;    font-size: 0.32rem;   margin-bottom: 0.3rem;   font-weight: bold; position: relative;}
.section-classroom h3:before{ content: ''; width: ; display: inline-block; position: absolute; left: 0; top: 4px; background: #2E2E2E; bottom: 2px; width: 3px;}

.section-learn{ font-size: 0.4rem; color: #fff; padding: 0.3rem 0; text-align: center; background: url(../images/slogan-bg.png) no-repeat; background-size: cover;}
.section-learn p{ font-size: 0.32rem; margin-top: 0.12rem;}
.section-learn .btn{ margin: 0.24rem auto; height:0.7rem; background: #fff; /*border: #fff 1px solid;*/ display: inline-block; text-align: center; line-height: 0.7rem; justify-content: center; padding: 0 0.4rem; border-radius: 4px; color: #2e2e2e; font-size: 0.28rem; vertical-align: middle;}
.section-learn .btn span{ width: 5px; height: 5px; border-right:#fff 2px solid; border-bottom:#fff 2px solid; display: inline-block; transform: rotate(-45deg); margin-left: 5px; }

.seciton-news{ padding: 0.3rem 0px 0px;}
.seciton-news .headline{ margin:0.24rem 0.24rem 0rem; line-height: ; }
.seciton-news .headline img{ width: 100%; display: block;}
.seciton-news .headline p{border: #EAEAEA 1px solid; border-top: none; padding:0.12rem 0.24rem; box-sizing: border-box; min-height:0.88rem; line-height: 0.88rem; font-size: 0.32rem; color: #1F1F1F;}
.seciton-news ul{padding:0.24rem;}
.seciton-news ul li{ position: relative; }
.seciton-news ul li a{ color: #272727; font-size: 0.28rem; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 2.4; background: url(../images/icon-point.png) no-repeat center left; padding-left: 20px;}


.footer{ background:#272727; background-size: 100% auto; padding:0.24rem; }
.footer dl{ margin-bottom: 0.32rem;}
.footer dl dt{ color: #fff; font-size: 0.32rem; margin-bottom: 0.12rem; padding: 0.3rem 0;}
.footer dl dd{ display: flex; display: -webkit-flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footer dl dd a{width: 49%; background: #3c3c3c; color: rgba(255,255,255,.5); font-size: 0.28rem; display: inline-block; text-align: center; margin-top: 0.12rem; line-height:0.48rem; padding:0.2rem 0;}
.footer dl.contact{}
.footer dl.contact dd a{ height:0.8rem; border: rgba(255,255,255,.5) 1px solid; border-radius: 4px; background: no-repeat; display: block; line-height: 0.8rem; text-align: center;}
.footer dl.wechat{ display: flex; display: -webkit-flex; justify-content: space-between;}
.footer dl.wechat dd{font-size: 0.28rem; text-align: center;  display: block; margin: 0px auto;  color: #fff; margin-top: 0.24rem; }
.footer dl.wechat dd img{width: 2rem; height: 2rem; margin: 0px auto; background: #fff; padding: 5px; display: block;}
.copyright{ background: #222222; font-size: 0.28rem; color:rgba(255,255,255,.5); text-align: center; line-height: 1; padding: 0.24rem 0;}


.sub-banner{ padding:1.6rem 0.3rem 0.6rem  ; background: url(../images/sub-banner.png) no-repeat; background-size:cover;  text-align: center;}
.sub-banner h2{ font-size: 0.4rem; font-weight: bold; color: #fff; margin-bottom:0.4rem;}
.sub-banner p{ color: #fff; font-size: 0.28rem; line-height: 1.6; opacity: 1;}
.sub-banner .more-btn{background: linear-gradient(left, #f94247 , #fb6950);
    background: -webkit-linear-gradient(left, #f94247 , #fb6950); color: #fff;  border: none; height:0.8rem; width: 40%; margin: 0.6rem auto 0 auto; line-height: 0.8rem;}
.section-box{ padding: 0.24rem 0.24rem 0.6rem 0.24rem;}

.activity-calculate{ background: url(../images/pc-bag.png) no-repeat bottom; background-size: auto 2.12rem; }
.activity-calculate ul{display: flex; display: -webkit-flex; justify-content: space-between; flex-flow: wrap;}
.activity-calculate ul li{     width: 48%;   border: #eaeaea 1px solid;    padding: 0.4rem 0;    margin-top: 0.24rem; box-sizing: border-box;  background: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; position: relative;    overflow: hidden; }
.activity-calculate ul li .tit{ font-size: 0.36rem; font-weight: bold; color: #1F1F1F; text-align: center; }
.activity-calculate ul li .desc{ font-size: 0.28rem; line-height: 20px; color: #595959; text-align: center; padding: 0 0.2rem;}
.activity-calculate ul li .icon-box{ width: 1.6rem; height: 1.6rem;  margin: 0.3rem auto;}
.activity-calculate ul li .icon-box img{  width: 100%;}
.activity-calculate ul li:last-child{ width: 100%;}

.activity-service{ background: #f5f5f5 ;}
.activity-service ul{ }
.activity-service ul li{background: #fff;  width: 100%; border: #EAEAEA 1px solid; box-shadow:rgba(0,0,0,0.1) 0 0 10px ;  border-radius: 4px;  -webkit-border-radius: 4px; box-sizing: border-box; overflow: hidden; margin-top:0.3rem; }
.activity-service ul li .picture{ margin: 0px auto;  width: 100%; }
.activity-service ul li .picture img{ width: 100%;}
.activity-service ul li .info{  padding: 0px 0.3rem; margin-top: 0.2rem;}
.activity-service ul li .info h3{  color: #1F1F1F; font-size: 0.36rem; font-weight: bold; margin-bottom:0.4rem;}
.activity-service ul li .info p{ font-size: 0.28rem; padding-left: 20px; background: url(../images/list-icon1.png) no-repeat left center; position: relative; color: #595959; margin-bottom: 8px; float: left; width: 50%; box-sizing: border-box;}
.activity-service ul li .btn{  /*border-top:#eaeaea 1px solid ;*/background: linear-gradient(left, #f94247 , #fb6950);    background: -webkit-linear-gradient(left, #f94247 , #fb6950); height: 1rem; line-height: 1rem; color: #fff; text-align: center; font-size: 0.32rem; width: 100%; display: block; box-sizing: border-box;    overflow: hidden; margin-top: 0.4rem;}

.activity-superiority{display: flex; display: -webkit-flex; justify-content: space-between; flex-flow: wrap;}
.activity-superiority  li{     width: 48%;   border: #eaeaea 1px solid;    padding: 0.4rem 0;    margin-top: 0.4rem; box-sizing: border-box;  background: #fff; -webkit-border-radius: 4px;  border-radius: 4px; position: relative;    overflow: hidden; }
.activity-superiority  li .icon-box{  width: 1.6rem; height: 1.6rem;  margin: 0px auto 0 auto;}
.activity-superiority  li .icon-box img{  width: 100%;}
.activity-superiority  h2{ font-size: 0.36rem; color: #1F1F1F; text-align: center; font-weight:bold; margin-bottom: 0.3rem; }
.activity-superiority  li .desc{ font-size: 0.3rem; margin-top: 0.4rem; line-height: 20px; color: #595959; text-align: center; padding: 0 0.3rem;}
.activity-superiority.migrate-provide li{ width: 100%;}
.activity-superiority.migrate-provide  li .icon-box{ background:#F5F5F5; border-radius: 50%; background-size:1.6rem 1.6rem; width: 1.6rem; height: 1.6rem;  margin: 0px auto 0.2rem auto;}

.migrate-process{ background: #F5F5F5; position: relative; }
.migrate-process ul{ position: relative; margin-bottom: 0.24rem;}
.migrate-process ul:before{ content: '';  width: 2px; background: #fff; display: inline-block; position: relative; position: absolute; left: 0.3rem; top:0.6rem; bottom: 0.6rem; }
.migrate-process ul li{position: relative;counter-increment: list; padding-left: 0.8rem; margin-top: 0.24rem;  }
.migrate-process ul li:before{ content: counter(list); background: #fff; color: #5D5F6A; position: absolute;  top: 50%; transform: translateY(-50%); z-index: 0; width: 0.6rem; height: 0.6rem; text-align: center;  font-weight: bold; font-family: impact; border-radius: 50%; line-height: 0.6rem;  -webkit-border-radius: 50%; left: 0; box-shadow: rgba(0,0,0,0.1) 0 0 10px; -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 10px;}
.migrate-process ul li .item{display: flex; display: -webkit-flex; background: #fff; padding:0.4rem 0.2rem; border-radius: 4px; -webkit-border-radius: 4px; align-items: center;}
.migrate-process ul li .item .icon-box{ width:0.8rem; height: 0.8rem; padding-right:0.2rem}
.migrate-process ul li .item .icon-box img{ width: 100%; display: block;}
.migrate-process .more-btn{ background: linear-gradient(left, #f94247 , #fb6950);
    background: -webkit-linear-gradient(left, #f94247 , #fb6950); color: #fff; box-shadow: rgba(0,0,0,0.1) 0 0 10px; -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 10px; margin: 0.6rem 0 0.4rem 0; border: none;}

.migrate-solution{background: url(../images/bg2.jpg) no-repeat top;   background-size: cover;   background-attachment: fixed!important;   }
.migrate-solution .section-tit{ color: #fff;}
.migrate-solution ul{ display: flex; display: -webkit-flex; justify-content: space-around; flex-flow: wrap;}
.migrate-solution ul li{ width: 48%; background: #fff; -webkit-border-radius: 4px;  border-radius: 4px; padding: 0.4rem;
    margin-top: 0.24rem; box-sizing: border-box;     font-size: 0.36rem; font-weight: bold;    color: #1F1F1F; font-size: 500;}
.migrate-solution ul li p{font-size: 0.28rem;  margin-top: 0.4rem; line-height: 20px; color: #595959; font-weight: normal;}    

.migrate-case{}
.migrate-case  li{background: #fff;  width: 100%; border: #EAEAEA 1px solid; box-shadow:rgba(0,0,0,0.1) 0 0 10px ;  box-sizing: border-box; overflow: hidden; border-radius: 4px; margin-top: 0.24rem; }
.migrate-case  li:last-child{ margin-right: 0;}
.migrate-case  li .picture{ margin: 0px auto;  width: 100%; height: 100%; overflow: hidden; position: relative; }
.migrate-case  li .picture img{ width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
.migrate-case  li .picture .mask{ box-sizing: border-box; position: absolute; top: 0; left: 0; right: 0; bottom: 0.1rem; background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.2)); background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.3)); color: #fff; font-size: 0.28rem; padding:24% 0.24rem 0.24rem;}
.migrate-case  li .picture .mask h4{ font-size: 0.32rem; font-weight: bold; color: #fff; margin-bottom: 0.2rem;}

.migrate-case  li .info{ padding:0.4rem; }
.migrate-case  li .info p{ font-size: 14px; line-height: 20px;  position: relative; color: #595959; margin-bottom: 8px; box-sizing: border-box;}
.migrate-case  li .info p span{ font-weight: bold; color: #272727;}
.migrate-case  li .info p:last-child{ margin-bottom: 0;}

.manage-superiority{}
.manage-superiority li{background: #fff; width: 100%; border: #EAEAEA 1px solid; /*box-shadow:rgba(0,0,0,0.1) 0 0 10px ;*/ box-sizing: border-box; overflow: hidden; border-radius: 4px; -webkit-border-radius: 4px; margin-top: 0.4rem; padding-bottom: 0.4rem; }
.manage-superiority li .picture{ margin: 0px auto;  width: 100%; height:100%; position: relative; overflow:hidden;}
.manage-superiority li .picture img{ width: 100%; }
.manage-superiority li .picture .mask{ box-sizing: border-box; position: absolute; top: 0; left: 0; right: 0; bottom: 0.1rem; background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.2)); background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.3)); color: #fff; display: flex; display: -webkit-flex; justify-content: center; align-items: center; font-size: 0.32rem; font-weight: bold; }
.manage-superiority li .info{  padding:0.4rem; font-size: 0.28rem;}
.manage-superiority li .info .dec{ line-height: 1.6; padding-bottom: 0.3rem;  color: #595959;}
.manage-superiority li .info p{position: relative; padding-left: 0.4rem; margin-top: 0.2rem; }
.manage-superiority li .info p:before{ width: 13px; height: 13px; background:url(../images/list-icon1.png) no-repeat;  display: inline-block; content: ''; left: 0; position: absolute; top: 5px;}
.manage-superiority li .more-btn{/*border: #e41f2b 1px solid;  color: #e41f2b;*/  overflow: hidden;  margin: 0px 0.4rem; height: 0.88rem; background: linear-gradient(left, #f94247 , #fb6950);
    background: -webkit-linear-gradient(left, #f94247 , #fb6950); color: #fff; box-shadow: rgba(0,0,0,0.1) 0 0 10px; -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 10px; border: none;}

.manage-service{ background: #F5F5F5;}
.manage-service .activity-superiority  li .icon-box{ background:#F5F5F5; border-radius: 50%;   -webkti-border-radius: 50%; background-size:1.6rem 1.6rem; width: 1.6rem; height: 1.6rem;  margin: 0px auto 0.2rem auto;}

.manage-partner{ display: flex; display: -webkit-flex; box-sizing: border-box; justify-content: space-between; flex-flow:wrap;}
.manage-partner li{ border-radius: 4px; -webkit-border-radius: 4px; margin-top: 0.24rem; border: #EAEAEA 1px solid; width: 30%;}
.manage-partner li img{ width: 100%; display: block;}

.guarantee-why{font-size: 0.3rem; color: #272727; margin-top: 0.4rem; line-height: 1.6; padding-bottom: 0.4rem;}
.guarantee-why img{width: 100%;  display: block;}
.guarantee-why p{text-indent: 2em;}
.guarantee-process{background: #F5F5F5;}
.guarantee-process .small-tit{font-size: 0.28rem; margin-top: 0.2rem; color: #595959;}
.guarantee-process .step-box{ display: flex; display: -webkit-flex; /*justify-content:space-around; align-content: space-around;*/ margin-top: 0.4rem;}
.guarantee-process .step{ width: 1.5rem;   position: relative;  counter-reset: myCounter;}
.guarantee-process .step ul{ height: 100%;  display: flex; align-items: center; justify-content: space-around;  justify-content:space-around; flex-flow: column;}
.guarantee-process .step li { position: relative; z-index: 1; text-align: center;}
.guarantee-process .step li span{ font-size: 0.32rem; /*left: -20px; top: -25px;*/ width: 1rem; text-align: center;  color: #8c8c8c; margin: 0px auto;}
.guarantee-process .step li.active span{ color: #f56f69; font-weight: bold;}
.guarantee-process .step li:hover { cursor: pointer;}
.guarantee-process .step li:before {  display: block; content: counter(myCounter);  counter-increment: myCounter;  width: 0.6rem;  height: 0.6rem;  border-radius: 50%;  text-align: center;  line-height: 0.6rem;  background-color: #e0e0e0;   font-size: 0.24rem;  border: 4px solid transparent; margin: 0px auto;}
.guarantee-process .step li.complated:before {  background-color: #f56f69;  color: #fff;}
.guarantee-process .step li.active:before { background-color: #f56f69; color: #fff; animation: borderPulsate 1.5s infinite;}

.guarantee-process .main{-webkit-box-shadow: rgba(0,0,0,0.1) 0 0 10px; -moz-box-shadow: rgba(0,0,0,0.1) 0 0 10px; -ms-box-shadow: rgba(0,0,0,0.1) 0 0 10px; box-shadow: rgba(0,0,0,0.1) 0 0 10px; background: #fff; flex: 1; border-radius: 4px; -webkit-border-radius: 4px; min-height: 9rem;}
.guarantee-process .main .item{ display: none;}
.guarantee-process .main .item.show{ display: block;}
.guarantee-process .main .item .cont-list{}
.guarantee-process .main .item .cont-list li{position: relative; box-sizing: border-box; text-align: center; font-size: 0.32rem; padding:0.2rem 0.2rem 0.4rem 0.2rem; font-weight: bold; }
.guarantee-process .main .item .cont-list li .people{ width: 1rem; height: 1rem; margin: 0px auto; }
.guarantee-process .main .item .cont-list li .people img{ width: 100%;}
.guarantee-process .main .item .cont-list li:not(:last-child):after{ background: #FAFAFA; width: 1px; position: absolute; right: 0; content: ''; display: inline-block; top: 30px; bottom: 30px;}
.guarantee-process .main .item .cont-list li p{ width: 90%;  text-align: center; margin: 0.2rem auto; color: #595959; font-size: 0.28rem; font-weight: normal;}

.guarantee-package{background: url(../images/bg2.jpg) no-repeat top;   background-size: cover;   background-attachment: fixed!important;}
.guarantee-package .section-tit{ color: #fff;}
.guarantee-package .package-tab{ margin-top: 0.4rem; display: flex; display: -webkit-flex;  justify-content: space-between;}
.guarantee-package .package-tab li{ color: #fff; font-size: 0.28rem;}
.guarantee-package .package-tab li.active{ color: #f56f69; font-weight: bold;}
.guarantee-package .package-main .item{ display: none;}
.guarantee-package .package-main .item.show{ display: block;}
.guarantee-package .package-main h3{ color: #f56f69; font-size:0.36rem; margin-top: 0.2rem;}
.guarantee-package .package-main h5{width: 100%; background: #fff2ed; text-align: center; padding: 0.2rem; border-radius: 4px; box-sizing: border-box; margin: 0.2rem 0; font-weight: bold;}
.guarantee-package .package-main ul{ display: flex; display: -webkit-flex; justify-content: space-between;}
.guarantee-package .package-main ul li{ background: #fff;  width: 31%; padding: 0.2rem; box-sizing: border-box; border: none; border-radius: 4px; font-size: 0.28rem; color: #595959;}
.guarantee-package .package-main ul li p{ min-height: 2rem;}
.guarantee-package .package-main ul li .keyword{ display: flex; display: -webkit-flex; flex-flow: column; color: #f56f69; min-height: 1rem; font-size: 0.32rem; padding-top: 0.2rem; justify-content:flex-start; align-items: center;}
.guarantee-package .package-main ul li .keyword span{ display: flex; display: -webkit-flex; justify-content: center; align-items: center; height: 0.48rem; width: 0.48rem; border-radius: 50%; background: #f56f69; margin-top: 0.1rem;}
.guarantee-package .package-main ul li .keyword span img{ width: 50%;}
.guarantee-package .package-main ul.w2 li{ width: 48%;}
.guarantee-package .package-main ul.w2 li p{ min-height: 1.4rem;}
.guarantee-package .package-main .more-btn{ background: #E41F2B; color: #fff; margin-top: 0.4rem;} 

.guarantee-superiority{}
.guarantee-superiority li{background: #fff; border:#EAEAEA 1px solid;   position: relative;      padding-top: 0;      margin-bottom: 0;   padding: 0.4rem 0.4rem  0.4rem 1.6rem; box-sizing: border-box; -webkit-border-radius: 4px;  border-radius: 4px; margin-top: 0.2rem; }
.guarantee-superiority li .pic{position: absolute; left: 0.24rem;   width: 1rem;  height: 1rem;} 
.guarantee-superiority li .pic img{ width: 100%; display: block;}
.guarantee-superiority li h3{font-size: 0.32rem; font-weight: bold; line-height: 1.4; margin-top: 0.3rem;}  
.guarantee-superiority li p{line-height: 1.6;    margin-top: 0.3rem; font-size: 0.28rem; color: #595959; letter-spacing: 0; }    
.guarantee-superiority .more-btn{ margin-top: 0.4rem; background: #E41F2B; color: #fff;}

.operation-doing{}
.operation-doing li{ border: #E5E5E5 1px solid;  border-radius: 4px; -webkit-border-radius: 4px; box-sizing:border-box; padding: 0.4rem; box-sizing: border-box;  margin-top: 0.4rem; }
.operation-doing  li .pic{ width: 1rem; height: 1rem; margin: 0px auto;  margin-bottom: 0.2rem;}
.operation-doing  li .pic img{ width: 100%; display: block;}
.operation-doing  li h4{ font-size: 0.36rem; text-align: center; font-weight: normal;  line-height: 22px; margin-bottom: 0.6rem;}
.operation-doing  li p{position: relative; padding-left: 15px; font-size: 0.28rem; color: #595959; margin-bottom: 10px; box-sizing: border-box;}
.operation-doing  li p:before{ width: 6px; height: 6px; background: #ccc; border-radius: 50%; -webkit-border-radius: 50%; display: inline-block; content: ''; left: 0; position: absolute; top: 5px;}
.operation-doing  li p.half{ width: 50%; float: left;}

.operation-why{ /*margin-bottom: 0.4rem;*/}
.operation-why li .pic{ width: 1.2rem; height: 1.2rem;}
.operation-why li p{ padding-left:0.6rem ;}
.operation-why li p:before{display: none;}
.operation-why li span{ position: absolute; left: 0; color: #E41F2B;}
.operation-why li span:after{ width: 5px; height: 1px; background: #E41F2B; content: ''; display: inline-block; top: 0; right: 0;}


.operation-package{ background: #FAFAFA;}
.table-box{ width: 100%; margin: 0.4rem auto 0px auto;}
.table-box .tip{ color: #E41F2B;  margin: 0.4rem 0; font-size: 0.26rem;}
.table-box .more-btn{ background: linear-gradient(left, #f94247 , #fb6950);
    background: -webkit-linear-gradient(left, #f94247 , #fb6950); border: none; color: #fff;}
.operation-table{ width: 100%;   box-sizing: border-box; position: relative; }
.operation-table thead th{ height: 50px; font-size: 0.3rem;  border-bottom: #E5E5E5 1px solid; background: #E41F2B; color: #fff; font-weight: bold;}
.operation-table thead th:first-child{ padding-left: 15px;}
.operation-table tbody{background: #fff;}
.operation-table tbody.nobg{ background: none;}
.operation-table tbody .column{ background: #fafafa; font-weight: bold; font-size: 0.3rem; color: #272727;}
.operation-table tbody tr td{font-size: 0.24rem; color: #595959; border: #E5E5E5 1px solid; padding: 0.2rem 0.1rem; line-height: 18px; box-sizing: border-box;}
.operation-table tbody tr:hover{ background: #FAFAFA;}
.operation-table tbody tr:hover td{ color: #2e2e2e;}
.operation-table tbody tr td .present{ font-size: 12px; color: #999;}
.operation-table tbody.nobg td{border: none; padding: 10px 0px;}   


.sms-section{     background: #F5F5F5 url(../images/sms-bg2.jpg) no-repeat bottom center; background-size: cover;}
.sms-section .section-tab{ display: flex;  display: -webkit-flex; justify-content: space-between; margin-top: 0.2rem; padding: 0px 0.5rem;}
.sms-section .section-tab li{word-wrap: break-word;  font-size: 0.32rem; position: relative; cursor: pointer; height: 0.6rem; }
.sms-section .section-tab li.active{ color: #f56f69; font-weight: bold;}
.sms-section .section-tab li.active:after{ content: ''; height: 2px; background: #f56f69; position: absolute; bottom: 0; left: 0; right: 0; }
.sms-section .section-content{ background: #fff; border-radius: 4px; -webkit-border-radius: 4px; padding-bottom: 0.4rem;}
.sms-section .section-content .item{ display: none;}
.sms-section .section-content .item.show{ display: block;}
.sms-section .section-content .item .pic{ width: 50%; margin: 0rem auto; padding: 0.4rem 0; display:block; text-align: center;}
.sms-section .section-content .item .info{ padding: 0 0.2rem;}
.sms-section .section-content .item .info p{ padding-left: 0.4rem; font-size: 0.28rem; line-height: 22px; color: #595959;}
.sms-section .section-content .item .info h3{ font-size: 0.32rem; font-weight: bold; margin-bottom: 0.2rem; }
.sms-section .section-content .item .info h3 img{ width: 0.36rem; vertical-align: middle; margin-right: 0.1rem;}
.sms-section .section-content .item .line{ width: 100%; height: 1px; background: #E5E5E5; display: block; margin: 0.4rem 0px;}

.sms-count{ background:url(../images/sms-bg.png) no-repeat; background-size: cover; padding: 0.6rem 0;}
.sms-count ul{ display: flex; display: -webkit-flex; flex-flow: wrap;}
.sms-count ul li{ width: 50%; text-align: center; color: rgba(255,255,255,.75); margin: 0.2rem 0;}
.sms-count ul li span{ color: #fff; font-size: 0.4rem; display: block;}

.sms-overview img{ width: 80%; display: block; margin: 0px auto; }
.sms-overview ul{ margin-top: 0.4rem;}
.sms-overview ul li{ font-size: 0.28rem; color: #595959; line-height: 24px; padding: 0.1rem 0 0 0.3rem; position: relative;}
.sms-overview ul li:before{ background: #f56f69; width:6px; height:6px; display: inline-block; content: ''; position: absolute; left: 0; border-radius: 50%; top: 0.25rem;}

.sms-nodus{ background: #FAFAFA;}
.sms-nodus ul{ display: flex; display: -webkit-flex; flex-flow: wrap; justify-content: space-between; margin-top: 0.2rem;}
.sms-nodus ul li{ box-sizing:border-box; display: block; position: relative;    background: #fff;   cursor: pointer; font-size: 0.32rem; border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden; margin-bottom: 0.4rem; width: 100%; }
.sms-nodus ul li .text{background: #fff;  box-sizing: border-box; padding:0.4rem 0.24rem; font-size: 0.3rem; font-weight: bold; }
.sms-nodus ul li p{ margin-top: 0.1rem; font-size: 0.28rem; color: #595959; font-weight: normal; line-height: 22px; }    
.sms-nodus ul li .pic{ width: 100%;  overflow: hidden;} 
.sms-nodus ul li .pic img{ width: 100%; display: block;}

.sms-sale{}
.sms-sale li{ width: 100%; z-index: 9;  box-shadow: rgba(0,0,0,0.1) 0 0 10px;    background: #fff;  box-sizing: border-box; position: relative; margin-top: 0.4rem; padding-bottom: 0.4rem; }
.sms-sale li .head{ padding: 0.6rem 0.3rem;  background: linear-gradient(135deg, #f94247, #fb6950);}
.sms-sale li h3{ color: #fff; font-size: 0.32rem; font-weight: bold; text-align: center; margin-bottom: 0.2rem;}
.sms-sale li .dec{ color:rgba(255,255,255,0.75); font-size: 0.28rem; text-align: center;}
.sms-sale li .info{position: relative; padding:0.4rem 0.3rem;}
/*.sms-sale li .info:after{ content: ''; height: 1px; position: absolute; bottom: 0; left: 0.25rem; right: 0.25rem; background: #E5E5E5 ; display: inline-block}*/
.sms-sale li .info:before{ top: 0;}
.sms-sale li .info .name{ font-size: 16px; font-weight:bold; padding-bottom: 0.2rem; display:block;}
.sms-sale li .info p{ font-size: 0.28rem; padding-left: 20px; background: url(../images/list-icon1.png) no-repeat left center; position: relative; color: #595959; margin-bottom: 8px; box-sizing: border-box; }

.sms-sale li .info .small-price{ border: rgba(245,111,105,0.3) 1px solid; height: 0.48rem; border-radius: 0.24rem; color: #f56f69; display: inline-block; line-height: 24px; font-size: 0.28rem; padding: 0px 0.2rem; }
.sms-sale li .price{ padding: 0.4rem 0; text-align: center; font-size: 0.28rem; color: #666;}
.sms-sale li .price span{ font-size: 0.6rem; color: #f56f69;}
.sms-sale li .more-btn{ margin: 0px 0.3rem;  height: 0.88rem; line-height: 0.88rem; color: #E41F2B; border: #E41F2B 1px solid; font-size: 0.3rem;  }

.cooperation-why li{ width: 100%;}
.cooperation-why li .icon-box{ text-align: center; height: 1.4rem;}
.cooperation-why li .icon-box img{ width: 60%; margin: 0 auto 0px auto; padding-top: 5%; display: block;}

.cooperation-plan{ background: #FAFAFA;}
.cooperation-plan .section-tit{ padding: 0.4rem 0;}
.cooperation-plan .cont{ padding:0.4rem 0.2rem;}
.cooperation-plan .pic{ width: 100%;}
.cooperation-plan .pic img{ width: 100%; display:block}
.cooperation-plan .cont h2{position: relative; padding-left: 20px; font-weight: bold; font-size: 0.32rem; line-height: 30px; }
.cooperation-plan .cont h2:before{ position: absolute; left: 0; width: 5px; background: #ef323e; content: ''; display: inline-block; top: 5px; bottom: 5px;}
.cooperation-plan .cont h2:after{ position: absolute; left: 0; width: 5px; background: #1F1F1F; content: ''; display: cooperation-plan;  bottom: 5px; top: 60%;}
.cooperation-plan .cont p{  font-size: 0.3rem; line-height: 1.6; color: #595959; padding: 10px 0px 10px 20px ;}
.cooperation-plan .cont p strong{color: #1F1F1F;}


.cooperation-contact{background:url(../images/cooperation-contact.png) no-repeat; background-size: cover;}
.cooperation-contact .section-tit{ color: #fff; padding: 0.4rem 0;}
.cooperation-contact .form-box{ box-sizing: border-box;  background: #fff; border-radius: 4px; -webkit-border-radius: 4px; padding-bottom: 0.8rem; margin-top: 0.4rem;}
.cooperation-contact .form-box ul{ padding: 0.8rem 0.4rem 0rem 0;}
.cooperation-contact .form-box ul li{ margin-bottom: 0.2rem; overflow: hidden; padding-left: 2rem; position: relative; box-sizing:border-box;}
.cooperation-contact .form-box ul li span{ line-height: 40px; width: 1.6rem;   float: left; text-align: right; position: absolute; left: 0; font-size: 0.28rem;}
.cooperation-contact .form-box ul li input{ border: #EAEAEA 1px solid; padding: 10px; box-sizing: border-box; line-height: 20px;  box-sizing: border-box; width: 100%; font-size: 0.28rem;  -webkit-border-radius: 4px;  border-radius: 4px;}
.cooperation-contact .form-box ul li input:focus{ border: #ef323e 1px solid;}
.cooperation-contact .form-box .check{ float: left;  line-height: 50px;}
.cooperation-contact .form-box .check a { margin-right: 20px; line-height: 10px; display: inline-block; font-size: 0.28rem; color: #8C8C8C;}
.cooperation-contact .form-box .check a span{position: relative;  display: inline-block;  border: #EAEAEA 1px solid; width: 18px; height: 18px; float: left; margin-right: 5px; margin-top: -6px; }
.cooperation-contact .form-box .check a span:before{}
.cooperation-contact .form-box .check a.actives{ color: #ef323e;}
.cooperation-contact .form-box .check a.actives span{ background: #ef323e; border: #ef323e 1px solid;}
.cooperation-contact .form-box .check a.actives span:before{position: absolute; width: 12px; height: 12px; background: url(../images/check.png) no-repeat; background-size: 12px 12px; content: ''; display: inline-block; left: 3px; top: 3px;}
.cooperation-contact .form-box .more-btn{background: linear-gradient(left, #f94247 , #fb6950);
    background: -webkit-linear-gradient(left, #f94247 , #fb6950); border: none; color: #fff; margin: 0.4rem 0.4rem 0 0.4rem;}

.cooperation-tel{}
.cooperation-tel .tel{ display:flex; display: -webkit-flex; justify-content: center; align-items: center; flex-flow: column;  color: #8C8C8C; font-size: 0.28rem;  margin-top:0.4rem;}
.cooperation-tel .tel span{color: #ef323e; font-size:0.6rem;  }
.cooperation-tel .wechat{ display: flex; display: -webkit-flex; justify-content: space-between; margin-bottom: 0.6rem;}
.cooperation-tel .wechat dd{font-size: 0.28rem; text-align: center;  display: block; margin: 0px auto;  color: #8C8C8C; margin-top: 0.24rem; }
.cooperation-tel .wechat dd img{width: 2rem; height: 2rem; margin:0.2rem auto; background: #fff; padding: 5px; display: block;}

.about-introduce .sms-count{ margin-top: 0.2rem; background: #fff; border-radius: 4px; -webkit-border-radius: 4px;}
.about-introduce .sms-count ul li{  text-align: center; color: #8C8C8C; margin: 0.2rem 0;}
.about-introduce .sms-count ul li span{ color: #f56f69; font-size: 0.6rem; display: block;}
.about-introduce .dec{text-indent: 2em; font-size: 0.3rem; color: #272727; line-height: 1.6; padding-top: 0.4rem;}

.about-operation{ background: #FAFAFA;}
.about-operation .main-box{ display: flex; display: -webkit-flex;}
.about-operation .left-tit{width: 25%;  float: left;  box-sizing: border-box;}
.about-operation .left-tit h4{ margin-top: 2.5rem; font-size: 0.32rem; font-weight: bold; color: #E41F2B; text-align: right; padding-right: 0.1rem;}
.about-operation .left-tit h4:last-child{ margin-top: 3.3rem;}
.about-operation .right-cont{ width: 75%; float: right;}
.about-operation .right-cont .tit{ background: #fff; width: 49%; box-sizing:border-box;  padding:0.4rem 0; text-align: center; font-size: 0.28rem; border-radius: 4px; -webkit-border-radius: 4px; margin-top: 0.2rem;}
.about-operation .right-cont .manage-ul{ padding-top: 0.2rem;  width: 100%;}
.about-operation .right-cont .manage-ul li{ float: left; width: 49%; font-size: 0.28rem; border-radius: 4px; -webkit-border-radius: 4px; box-sizing:border-box; background: #f56f69; color: #fff; padding: 0.2rem; min-height: 2rem;  }
.about-operation .right-cont .manage-ul li:last-child{ float: right;}
.about-operation .right-cont .tag-ul{ padding-top: 0.2rem; display: flex; display: -webkit-flex; flex-flow: wrap; }
.about-operation .right-cont .tag-ul li{display: inline-block; font-size: 14px; box-sizing:border-box; background: #f56f69; color: #fff; padding: 0.2rem;  -webkit-border-radius: 4px; border-radius: 4px; margin-right: 0.1rem; margin-bottom: 0.1rem; display: flex; display: -webkit-flex; align-items: center;}
.about-operation .right-cont .tag-ul li img{ height: 18px; margin-right: 10px;}


.news-list li{ padding:0.2rem 0; margin-bottom: 0.1rem;  position: relative;}
.news-list li:after{ content: ''; height: 1px; display: inline-block; position: absolute; background: #EAEAEA; left: 0; right: 0; bottom: 0;}
.news-list li:last-child:after{ display: none;}
.news-list li .name{ font-size: 0.32rem; color: #272727; font-weight: bold;}
.news-list li .name a{color: #1F1F1F;}
.news-list li .dec{ font-size: 0.28rem;   color:#595959;    letter-spacing: 0;    line-height: 20px;    margin: 0.2rem 0; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news-list li .dec a{ color: #595959;}
.news-list li .time{ color: #8C8C8C; font-size: 0.24rem; display:flex; display: -webkit-flex; align-items: center;}
.news-list li .time span{ width: 12px; height: 12px; background: url(../images/time-icon.png) no-repeat; background-size:12px 12px; vertical-align: middle; margin-right: 5px;}


.news-detail{width: 100%;  margin: 0.4rem auto;}
.news-detail .headline{  text-align: center; margin-bottom: 0.4rem;}
.news-detail .headline h1{ font-size: 0.4rem; text-align: center;}
.news-detail .headline .time{text-align: center;    display:block;  vertical-align: middle;    margin-top: 10px;    margin-right: 15px;    font-size: 0.26rem;    line-height: 18px;    color: #8C8C8C;}
.news-detail .headline .time span{ width: 12px; height: 12px; display: inline-block; background: url(../images/time-icon.png) no-repeat; background-size:12px 12px; vertical-align: middle; margin-right: 5px;}
.news-detail .content{ font-size: 0.3rem; color: #595959; line-height: 26px;}
.news-detail .content p{ margin-bottom: 0.4rem;}
.news-detail .content img{
	width:100%!important;
	height:auto!important;
}
.index-news{padding-top:0px;}
.index-news .headline.hot-txt{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.index-news .headline a{ width:50%; display:block;padding: 0 .12rem; box-sizing:border-box}
.index-news .headline a .name{padding:0.12rem 0rem;height:.88rem; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border:none;}
.index-news .headline a .info{padding:0rem 0rem .12rem;color: #888;height:.9rem; line-height:.44rem; word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 2 !important;-webkit-box-orient: vertical;overflow: hidden; font-size:.28rem; border:none;}
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  40% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  60% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  80% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  40% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  60% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  80% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
