@charset "UTF-8";
* {
  box-sizing: border-box;
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 320px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  font-family: Helvetica, Microsoft YaHei, Lucida Grande, Arial;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  background: #f5f5f5;
  padding: 64px 0 0;
}

input,
select,
textarea,
button {
  font-family: heiti SC, Helvetica, Microsoft YaHei, Lucida Grande, Arial;
  vertical-align: middle;
  outline: none;
}

ul,
ol,
li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  display: block;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/* 取消苹果圆角 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

div, p, span.i {
  -webkit-tap-highlight-color: transparent;
}

.fix {
  *zoom: 1;
}

.fix:after {
  clear: both;
  content: "";
  display: table;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.svg-icon {
  min-width: 1em;
  min-height: 1em;
  width: 100%;
  height: 100%;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.dis-block {
  display: block !important;
}

.dis-flex {
  display: flex !important;
}

.dis-inline-block {
  display: inline-block !important;
}

.dis-none {
  display: none !important;
}

.btn {
  display: inline-block;
  height: 40px;
  padding: 0 28px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background: rgba(32, 173, 229, 1);
  border-radius: 100px;
  font-size: 14px;
}
.btn:hover{
   opacity: .8;
}
.routine-btn{
    display: inline-block;
  height: 32px;
  padding: 0 28px;
  line-height: 32px;
  text-align: center;
  color: rgba(32, 173, 229, 1);
  border:1px solid  rgba(32, 173, 229, 1);
  border-radius: 100px;
  font-size: 14px;
}
.routine-btn:hover{
  color: rgba(255, 255, 255, 1);
  background:rgba(32, 173, 229, 1);
}
.btn-group {
  display: flex;
  border: 1px solid rgba(32, 173, 229, 1);
  border-radius: 100px;
  height: 40px;
  overflow: hidden;
  width:170px;
}

.btn-group .btn {
  flex: 1;
  height: 100%;
  background: transparent;
  color: rgba(32, 173, 229, 1);
  border-radius: 0;
  position: relative;
  padding: 0 16px;
  font-size:16px;
}
.btn-group .btn:hover{
   opacity: .8;
}
.btn-group .btn::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(32, 173, 229, 1);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.btn-group .btn:last-child::after {
  display: none;
}

.m0 {
  margin: 0;
}

.ml0 {
  margin-left: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.ml16 {
  margin-left: 16px;
}
.mr8{
  margin-right:8px
}
.mt16{
  margin-top:16px;
}
.bg-white {
  background: rgba(255, 255, 255, 1) !important;
}

.bg-blue {
  background: rgba(247, 253, 255, 1) !important;
}

.banner-btn {
  padding: 12px 60px;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 50px;
  color: #fff;
  background-color: #fa7727;
  background-image: linear-gradient(-90deg, #fa7727 0%, #fda40e 100%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.btn-banner-1 {
  font-size: 18px;
  line-height: 48px;
  display: inline-block;
  vertical-align: baseline;
  width:160px;
  height:48px;
  border-radius: 50px;
  color: #fff;
  background:rgba(255,185,25,1);
  cursor:pointer;
  text-align:center;
}
.btn-banner-1:hover{
  box-shadow:0 2px 12px 0 rgba(0,106,149,.4)
}

.btn-banner-2 {
  font-size: 18px;
  line-height: 48px;
  display: inline-block;
  vertical-align: baseline;
  width:160px;
  height:48px;
  border-radius: 50px;
  color: #20ade5;
  cursor:pointer;
  text-align:center;
  background:rgba(255,255,255,.7);
}
.btn-banner-2:hover{
  box-shadow:0 2px 12px 0 rgba(0,106,149,.4)
}

.info-card-box {
  display: flex;
  font-size: 14px;
  padding: 12px 8px;
  cursor: pointer;
  line-height:1em
}

.info-card-box:hover {
  background: rgba(248, 248, 248, 1);
}

.info-card-box:hover .info-box .title, .info-card-box:hover .info-box .tips {
  color: rgba(32, 173, 229, 1);
}

.info-card-box .icon-box {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.info-card-box .info-box {
  flex: 1;
  width: 0;
}

.info-card-box .info-box .title {
  font-size:16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 8px
}

.info-card-box .info-box .tips {
  color: rgba(0, 0, 0, 0.6);
}

.nav-card {
  padding:12px 0;
  width: 100%;
  max-width: 100px;
  text-align: center;
  border-radius:2px;
}
.nav-card:hover{
  background:#f5f5f5;
}
.nav-card:hover figcaption{
  color:#20ADE5;
}
.nav-card .icon-box {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.nav-card figcaption {
  font-size: 16px;
}


/* 本例子css */
.slideBox {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.service-page-box .slideBox{
  height: 420px;
}

.slideBox .hd {
  overflow: hidden;
  position: absolute;
  
  bottom: 24px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;

}

.slideBox .hd ul li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  width: 16px;
  height: 6px;
  background: url(img.ysdinghuo.com_icon-q1.png) no-repeat;
  background-size: 16px 6px;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 0;
}

.slideBox .hd ul li.on {
  width: 32px;
  height: 6px;
  background: url(img.ysdinghuo.com_icon-q2.png) no-repeat;
  background-size: 32px 6px;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  height: 700px;
  overflow: hidden;
}
.service-page-box .slideBox .bd li{
  height: 420px;
}

.slideBox .bd li .home-banner-tips-wrap{
  display:inline-block;
  width:1200px;
  height:700px;
  position: absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color:#fff !important;
  line-height:1.5;
}
.slideBox .bd li .home-banner-tips-wrap span{
  color:#fff !important;
}
.slideBox .bd li .home-banner-tips-wrap .cls1{
  position: absolute;
  top:18%;
  left:0;
  width:400px;
}

.slideBox .bd li .home-banner-tips-wrap .cls2{
  position: absolute;
  top:10%;
  left:50%;
  width:400px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align:center;
}
.slideBox .bd li:nth-child(1) .home-banner-tips-wrap{
  //top:18%;
  //left:18%;
  
}

.slideBox .bd img {
  position: absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  
  width:1920px;
  height: 700px;
  display: block;
  max-width:none;
}
.service-page-box .slideBox .bd img {
  height: 420px;
}
.lianying-slide-box {
  position: absolute;
  top: 34%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.lianying-slide-box h2 {
  margin-bottom: 32px;
  font-size: 26px;
  color: #fff;
  font-weight: normal;
}

.product-slide-box {
  width:530px;
  position: absolute;
  top: 20%;
  left: 0;
}

.product-slide-box h2 {
  font-size: 44px;
  line-height: 66px;
  color: #fff;
  margin-bottom:24px;
}

.product-slide-box p {
  font-size: 18px;
  line-height:25px;
  color: #fff;
  margin-bottom: 55px;
}

.banner-card-box {
  /*height: 760px;*/
  padding: 40px 0;
}

.banner-card-box:nth-child(even) .banner-card-wrap .title-box {
  /*margin-right: 116px;*/
}

.banner-card-box:nth-child(odd) .banner-card-wrap {
  flex-direction: row-reverse;
}

.banner-card-box:nth-child(odd) .banner-card-wrap .img-box {
  /*margin-right: 116px;*/
}

.banner-card-box .banner-card-wrap {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.banner-card-box .banner-card-wrap .img-box {
  width: 684px;
  /*height: 600px;*/
  text-align: center;
  /*line-height: 600px;*/
}

.banner-card-box .banner-card-wrap .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.banner-card-box .banner-card-wrap .title-box {
  flex: 1;
  max-width:432px
}

.banner-card-box .banner-card-wrap .title-box h2 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.8);
}

.banner-card-box .banner-card-wrap .title-box p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom:8px;
}

.banner-card-box .banner-card-wrap .title-box dt {
  font-size: 20px;
  line-height: 1.7em;
  color: rgba(0, 0, 0, 0.8);
}

.banner-card-box .banner-card-wrap .title-box dd {
  font-size: 16px;
  line-height: 1.7em;
  color: #999;
}


.title-row-box {
  padding: 80px 0 40px;
  text-align: center;
  background: #fff;
}

.title-row-box h1 {
  margin: 0 auto 16px;
  width: 1200px;
  font-size: 44px;
  font-weight: blod;
  color: rgba(0, 0, 0, 0.8);
  line-height: 62px;
}

.title-row-box p {
  margin: 0 auto;
  width: 1200px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 25px
}

.title-row-box .img-box {
  margin-top: 32px;
}

.tabs-row-box {
  height: 64px;
  text-align: center;
  background: #fff;
}

.tabs-row-box .tab {
    display: inline-flex;
  width: 160px;
  height: 64px;
  line-height: 64px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
      align-content: center;
    align-items: center;
    justify-content: center;
}
.tabs-row-box .tab a{
  color: rgba(0, 0, 0, 0.6);
}
.tabs-row-box .tab.active{
  color: rgba(32, 173, 229, 1)
}
.tabs-row-box .tab.active a{
  color: rgba(32, 173, 229, 1);
}
.tabs-row-box .tab .iconfont {
  margin-right:2px;
  font-size:32px;
  font-weight:400;
} 
.tabs-row-box .tab.active::after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 2px;
  background: rgba(32, 173, 229, 1);
  position: absolute;
  left: 0;
  bottom: 0
}

.tabs-main-box {
  background: rgba(247, 253, 255, 1);
}

.tabs-main-fixed-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 4px 0 rgba(153, 153, 153, 0.2);
  z-index: 999;
}

.tabs-main-box .title-row-box {
  background: rgba(247, 253, 255, 1);
}

.tabs-main-box .title-row-box h2 {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 50px;
  margin-bottom: 16px;
}

.tabs-main-box .title-row-box p {
  font-size: 16px;
}

.presentation-row-box {
  padding: 80px 0;
  background: #fff;
}

.presentation-row-box .presentation-row-wrap {
  width: 1200px;
  margin: 0 auto;
}

.presentation-row-box .presentation-row-wrap h1 {
  font-size: 44px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 62px;
  margin-bottom: 50px;
  text-align: center;
}

.presentation-row-box .presentation-row-wrap .presentation-row-main {
  display: flex;
  flex-wrap: wrap;
}

.presentation-row-box .presentation-row-wrap .presentation-row-main .item-box {
  width: 500px;
  margin-right: 200px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 30px 0;
}
.presentation-row-box .presentation-row-wrap .presentation-row-main .item-box:hover{
  background:#f5f5f5;
}

.presentation-row-box .presentation-row-wrap .presentation-row-main .item-box:nth-child(even) {
  margin-right: 0;
}

.presentation-row-box .presentation-row-wrap .presentation-row-main .item-box .icon-box {
  width: 88px;
  height: 88px;
  margin-right: 24px;
}

.presentation-row-box .presentation-row-wrap .presentation-row-main .item-box .info-box {
  flex: 1;
}

.presentation-row-box .presentation-row-wrap .presentation-row-main .item-box h3 {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 33px;
  margin-bottom: 16px;
}

.presentation-row-box .presentation-row-wrap .presentation-row-main .item-box p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}

.banner-row-box .banner-card-box:nth-child(odd) {
  background: rgba(255, 255, 255, 1);
}

.banner-row-box .banner-card-box:nth-child(even) {
  background: rgba(247, 253, 255, 1)
}

.product-tabs-box {
  background: rgba(255, 255, 255, 1);
}

.product-tabs-box-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(153, 153, 153, 0.2);
  z-index: 1;
}

.product-tabs-box .product-tabs-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.product-tabs-box .product-tabs-wrap a {
  display: inline-block;
  vertical-align: top;
}

.product-tabs-box .product-tabs-wrap .item-box {
  width: 200px;
  text-align: center;
  padding: 16px 0;
  cursor: pointer;
}

.product-tabs-box .product-tabs-wrap .item-box .icon-box {
  display: inline-flex;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: rgba(227, 227, 227, 1);
  border-radius: 50%;
  align-centent:center;
  align-items:center;
  justify-content: center;
  
}

.product-tabs-box .product-tabs-wrap .item-box .icon-box img {
  max-width: 100%;
  max-height: 100%;
}
.product-tabs-box .product-tabs-wrap .item-box .icon-box img:nth-child(1){
  display:block
}
.product-tabs-box .product-tabs-wrap .item-box .icon-box img:nth-child(2){
  display:none
}

.product-tabs-box .product-tabs-wrap .item-box .txt {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  line-height: 16px;
  margin-top: 8px;
}

.product-tabs-box .product-tabs-wrap .item-box.active {
  position: relative;
}

.product-tabs-box .product-tabs-wrap .item-box.active .txt, .product-tabs-box .product-tabs-wrap .item-box:hover .txt {
  color: rgba(32, 173, 229, 1);
}

.product-tabs-box .product-tabs-wrap .item-box.active .icon-box, .product-tabs-box .product-tabs-wrap .item-box:hover .icon-box {
  background: rgba(32, 173, 229, 1);
}

.product-tabs-box .product-tabs-wrap .item-box.active .icon-box img:nth-child(1), .product-tabs-box .product-tabs-wrap .item-box:hover .icon-box img:nth-child(1){
  display:none
}
.product-tabs-box .product-tabs-wrap .item-box.active .icon-box img:nth-child(2), .product-tabs-box .product-tabs-wrap .item-box:hover .icon-box img:nth-child(2){
  display:block
}

.product-tabs-box .product-tabs-wrap .item-box.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: rgba(32, 173, 229, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.plan-row-box {
  background: #fff;
  padding: 80px 0 0;
}

.plan-row-box .plan-row-wrap {
  width: 1200px;
  margin: 0 auto;
}

.plan-row-box .plan-row-wrap .title-box {
  padding: 0 0 80px;
  text-align: center;
}

.plan-row-box .plan-row-wrap .title-box h1 {
  font-size: 36px;
  color: rgba(58, 58, 58, 1);
  line-height: 50px;
  margin-bottom: 16px;
}

.plan-row-box .plan-row-wrap .title-box p {
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
}

.plan-row-box .plan-row-wrap .plan-list-box {
  padding-bottom: 24px;
  font-size: 0;
}

.plan-row-box .plan-row-wrap .plan-list-box li {
  display: inline-block;
  vertical-align: middle;
  width: 362px;
  height: 160px;
  background: rgba(245, 245, 245, 1);
  margin-right: 56px;
  margin-bottom: 56px;
}

.plan-row-box .plan-row-wrap .plan-list-box li img {
  width: 100%;
  height: 100%;
}

.plan-row-box .plan-row-wrap .plan-list-box li:nth-child(3n) {
  margin-right: 0;
}

.client-row-box {
  background: #fff;
  padding: 80px 0 24px;
}

.client-row-box .client-row-wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}

.client-row-box .client-row-wrap li {
  display: inline-block;
  vertical-align: top;
  width: 258px;
  height: 160px;
  background: #fff;
  margin-right: 56px;
  margin-bottom: 56px;
  text-align: center;
  line-height: 160px;
  cursor: pointer;
}

.client-row-box .client-row-wrap li:nth-child(4n) {
  margin-right: 0;
}

.service-row-box {
  background: #fff;
  padding: 80px 0 48px;
}

.service-row-box .service-row-wrap {
  width: 1200px;
  margin: 0 auto;
}

.service-row-box .service-row-wrap h1 {
  font-size: 44px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 62px;
  margin-bottom: 50px;
  text-align: center;
}

.service-row-box .service-row-wrap ul {
  font-size: 0;
}

.service-row-box .service-row-wrap li {
  display: inline-block;
  vertical-align: top;
  width: 276px;
  margin-right: 32px;
  margin-bottom: 32px;
  padding: 32px 0;
  font-size: 12px;
  text-align: center;
}

.service-row-box .service-row-wrap li:nth-child(4n) {
  margin-right: 0;
}

.service-row-box .service-row-wrap li .icon-box {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 80px;
}

.service-row-box .service-row-wrap li .icon-box {
  max-width: 100%;
  max-height: 100%;
}

.service-row-box .service-row-wrap li h3 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 33px;
  margin-bottom: 16px;
}

.service-row-box .service-row-wrap li p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  text-align: left;
}

.service-row-box .service-row-wrap li h5 {
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
}

.aboutus-row-box {
  background: #fff;
  padding: 80px 0;
}

.aboutus-row-box .aboutus-row-wrap {
  width: 1200px;
  margin: 0 auto;
}

.aboutus-row-box .aboutus-row-wrap h1 {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 62px;
  margin-bottom: 16px;
}

.aboutus-main {
  font-size: 18px;
  color: #666;
  line-height: 2;
}

.aboutus-main p span {
  text-indent: 2em;
}

.aboutus-main video {
  float: right;
  width: 500px;
  height: 278px;
}

.mobile-dom-box {
  display: none;
}

.application-row-box {
  background: rgba(255, 255, 255, 1);
  padding: 80px 0;
}

.application-row-box .application-row-wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}

.application-row-box .application-row-wrap li {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  /* padding: 16px; */
  font-size: 12px;
  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid #e3e3e3;
  transition: all .2s;
  cursor: pointer;
  border-radius: 6px;
}

.application-row-box .application-row-wrap li:nth-child(4n) {
  margin-right: 0;
}

.application-row-box .application-row-wrap li:hover {
  box-shadow: 0 2px 10px 0 rgba(133, 133, 133, 0.3);
}

.application-row-box .application-row-wrap li .icon-box {
  /* height: 136px; */
  /* background: rgba(228, 247, 255, 1); */
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.application-row-box .application-row-wrap li .icon-box .svg-icon {
  width: 60px;
  height: 60px;
}

.application-row-box .application-row-wrap li .title-box {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  text-align: left;
  font-weight: normal;
  padding: 0 12px;
}

.application-row-box .application-row-wrap li .text-box {
  font-size: 14px;
  color: #999;
  height: 80px;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  padding: 0 12px;
  margin-bottom: 12px;
  word-break: break-all;
}

.blog-row-box {
  background: #fff;
  padding: 80px 0;
}

.blog-row-box .blog-row-wrap {
  width: 1200px;
  margin: 0 auto;
}

.blog-row-box .blog-row-wrap li {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.blog-row-box .blog-row-wrap .blogs-list-box {
  display: flex;
}

.blog-row-box .blog-row-wrap .blogs-list-box .img-tit {
  width: 240px;
  height: 136px;
  margin-right: 36px;
}

.blog-row-box .blog-row-wrap .blogs-list-box .main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-row-box .blog-row-wrap .blogs-list-box .main h2 {
  margin-bottom: 16px;
  color: #333;
}

.blog-row-box .blog-row-wrap .blogs-list-box .main .txt {
  color: #666666;
  line-height: 1.5;
  font-size: 14px;
  flex: 1;
}

.blog-row-box .blog-row-wrap .blogs-list-box .main .info {
  font-size: 14px;
  color: #666666;
}

.blog-row-box .blog-row-wrap .blogs-list-box .main .info .time {
  padding-right: 20px;
  border-right: 1px solid #e3e3e3;
}

.blog-row-box .blog-row-wrap .paging-box {
  width: 50%;
  float: left;
  text-align: center;
}

.contact-row-box {
  background: #fff;
  padding: 80px 0;
}

.contact-row-box .contact-row-wrap {
  width: 1200px;
  margin: 0 auto;
}

.contact-row-box .contact-row-wrap .map-box {
  width: 1200px;
  height: 548px;
}

.contact-row-box .contact-row-wrap .map-box .BMap_cpyCtrl.BMap_noprint.anchorBL {
  display: none;
}

.contact-row-box .contact-row-wrap .info-box {
  margin-top: 16px;
  text-align: center;
}

.contact-row-box .contact-row-wrap dt {
  font-size: 18px;
  color: #333;
  margin-bottom: 19px;
}

.contact-row-box .contact-row-wrap dd {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}

.core-row-box {
  padding: 80px 0;
}

.core-row-box .core-roe-wrap {
  width: 1200px;
  margin: 0 auto;
}

.core-row-box .core-roe-wrap h1 {
  font-size: 44px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 62px;
  margin-bottom: 16px;
  text-align: center;
}

.core-row-box .core-roe-wrap ul {
  font-size: 0;
}

.core-row-box .core-roe-wrap li {
  display: inline-block;
  vertical-align: top;
  width: 227px;
  min-height: 264px;
  margin-right: 16px;
  padding: 20px;
  line-height: 1.5em;
  background: #fff;
  text-align: center;
}

.core-row-box .core-roe-wrap li:last-child {
  margin-right: 0;
}

.core-row-box .core-roe-wrap li .icon-box {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: rgba(188, 234, 255, 1);
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.core-row-box .core-roe-wrap li .icon-box .svg-icon {
  width: 60px;
  height: 60px;
}

.core-row-box .core-roe-wrap li h2 {
  font-size: 22px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  line-height: 26px;
  margin-bottom: 16px;
}

.core-row-box .core-roe-wrap li p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  text-align: center;
}

.advantage-row-box {
  padding: 80px 0;
}

.advantage-row-box .advantage-row-wrap {
  width: 1200px;
  margin: 0 auto;
}

.advantage-row-box .advantage-row-wrap h1 {
  font-size: 44px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 62px;
  margin-bottom: 16px;
  text-align: center;
}

.advantage-row-box .advantage-row-wrap ul {
  font-size: 0;
}

.advantage-row-box .advantage-row-wrap li {
  font-size: 12px;
  display: inline-block;
  width: 389px;
  margin-right: 16px;
  margin-bottom: 16px;
  background: #fff;
  padding: 16px;
}

.advantage-row-box .advantage-row-wrap li:nth-child(3n) {
  margin-right: 0;
}

.advantage-row-box .advantage-row-wrap li .item-box {
  display: flex;
}

.advantage-row-box .advantage-row-wrap li .item-box .icon-box {
  width: 56px;
  height: 56px;
  margin-right: 16px;
}

.advantage-row-box .advantage-row-wrap li .item-box .info-box {
  flex: 1;
}

.advantage-row-box .advantage-row-wrap li .item-box .info-box h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 12px;
}

.advantage-row-box .advantage-row-wrap li .item-box .info-box p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  text-align: left;
}

.copyright-row-box {
  padding: 80px 0;
}

.copyright-row-box .copyright-row-wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.copyright-row-box .copyright-row-wrap .certificate-title h2 {
  color: #404040;
  font-size: 36px;
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: normal;
}

.copyright-row-box .copyright-row-wrap .certificate-title h2:before, .copyright-row-box .copyright-row-wrap .certificate-title h2:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e3e3e3;
  margin: 0 20px;
}

.copyright-row-box .copyright-row-wrap .certificate-title h4 {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: grey;
  margin-top: 24px;
  background: #fff;
  border-radius: 42px;
  display: inline-block;
  padding: 0 36px;
  font-weight: normal;
}

.poster-main {
  width: 1000px;
  height: 500px;
  position: relative;
  margin: 0px auto;
}

.poster-main a, .poster-main img {
  display: block;
}

.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.poster-main .poster-prev-btn {
  left: 0;
  background: url(certificate-left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url(certificate-right.png) no-repeat center center;
}


.website-case-detail{
  background:#fff
}
.website-case-detail .row{
  width: 1200px;
  margin: 0 auto;
}
.website-case-detail .back {
  display: inline-block;
  color: #20ADE5;
  font-size: 14px;
}

.website-case-detail .website-detail-back {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

.website-case-detail .share {
  float: right;
  font-size: 14px;
  display: inline-block;
  text-align: right;
}

.website-case-detail .share span {
  display: inline-block;
  vertical-align: middle;
}

.website-case-detail .share .share-list {
  display: inline-block;
  vertical-align: middle;
}

.website-case-detail .share .share-list li {
  vertical-align: middle;
}


.website-detail-main {
  border-bottom: 1px solid #e3e3e3;
  padding: 24px 0;
}

.website-detail-main .title {
  font-size: 24px;
  color: #333;
}

.website-detail-main .time {
  padding: 18px 0;
  font-size: 14px;
  color: #999999;
}

.website-detail-main .time time {
  border-right: 1px solid #e3e3e3;
  padding-right: 14px;
}

.website-detail-main .time span {
  padding: 0 14px;
}

.website-detail-main .main {
  margin-top: 22px;
  text-align: center;
}

.website-detail-main .main h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.website-detail-main .main p {
  font-size: 16px;
  color: #666;
  /*text-indent: 2em;*/
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1em;
}

.website-detail-main .main img {
  max-width: 100%;    margin-top: 30px;
  cursor: zoom-in;
  margin-bottom: 30px;
  box-shadow: 0px 0px 16px #eaeef2;
}


.website-detail-page {
  padding: 24px 0;
  font-size: 14px;
  color: #666;
}

.website-detail-page p {
  margin-bottom: 16px;
}

.website-detail-page a {
  display: inline-block;
  color: #666;
}
.website-detail-page a:hover{
  color: #20ADE5;
}
.website-detail-page span {
  color: #20ADE5;
}

.mask-panel {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 9;
}

.affix-wrap-box{
  position: fixed;
  top:50%;
  right: 0;
  width: 88px;  
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}

.affix-wrap-box ul{
  border-radius: 4px 0 0 4px;
  box-shadow: 0 2px 10px 0 rgba(147,152,153,0.20);
}

.affix-wrap-box li{
  text-align:center;
  padding:0 8px;
  background:#fff;
  position: relative;
}
.affix-wrap-box li:nth-child(1){ 
  border-radius: 4px 0 0 0;
}
.affix-wrap-box li:nth-child(3){ 
  border-radius: 0 0 0 4px;
}
.affix-wrap-box li:hover{
  background: #E8F6FC;
}
.affix-wrap-box li:hover .tel-box{
  display:block;
}

.affix-wrap-box li .item-wrap{
  display:inline-block;
  border-bottom:1px solid #e3e3e3;
  padding:8px 0;
  font-size:12px;
  color: #666;
  width:100%;
}
.affix-wrap-box li .item-wrap img{
  width:32px;
  height:32px;
}
.affix-wrap-box li .item-wrap p{
  margin-top:8px;
  line-height:1em;
}

.affix-wrap-box li:last-child .item-wrap{
  border-bottom:0 none;
}
.affix-wrap-box li .tel-box{
  position: absolute;
  right: 99px;
  top: 18px;
  height:32px;
  line-height:32px;
  background: #333;
  padding:0 16px;
  font-size:14px;
  color:#fff;
  display: none;
  width: auto;
  white-space: nowrap;
    border-radius: 6px;
}

.affix-wrap-box li .tel-box:after{
  content:"";
  display:inline-block;
  width:12px;
  height:12px;
  background: #333;
  position: absolute;
  top:9px;
  right:-6px;
  -ms-transform:rotate(45deg);   /* IE 9 */ 
  -moz-transform:rotate(45deg);   /* Firefox */ 
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */ 
  -o-transform:rotate(45deg);   /* Opera */
  transform:rotate(45deg);
}
.affix-wrap-box #jsToTopBox li{
  border-radius: 4px 0 0 4px;
}

.pop-video {
  display: none;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
  border-radius: 6px;
  background: #fff;
  width: 1200px;
  height: 580px;
  border-radius: 0;
}

.pop-video:hover .video-close-box {
  display: block;
}

.pop-video .video-close-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 32px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 32px;
  text-align: right;
  padding: 0 24px;
  cursor: pointer;
  z-index: 2;
}

.pop-video .video-close:hover {
  opacity: .8;
}

.pop-video  video{
  width:100%;
}

.video-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  background: rgba(26, 26, 26, 0.8);
  display: none;
  z-index: 9;
}

.banner-btn-box{
  padding-bottom: 40px;
  text-align:center;
}
.bg-blue-btn:hover{
  box-shadow:0 2px 12px 0 rgba(91,97,99,.3)
}

.bg-white-btn:hover{
  box-shadow:0 2px 12px 0 rgba(0,0,0,.2)
}

.case-row-box{
  padding:40px 0;
}

.case-row-box .case-row-wrap{
  width:1200px;
  margin:0 auto;
  text-align:center;
}

.case-row-box .case-row-wrap .title-box{
  font-size:44px;
  line-height:62px;
  margin-bottom:16px;
  color:#333;
}
.case-row-box .case-row-wrap .tips-box{
  font-size:18px;
  color:#666;
  line-height:25px;
  margin-bottom:80px;
}
.case-row-box .case-row-wrap .case-row-main-box{
  font-size:0;
}

.case-row-box .case-row-wrap .case-row-main-box .main-item-box{
  display:inline-block;
  width:300px;
  height:400px;
  background:#fff;
  position: relative;
  overflow: hidden;
}

.case-row-box .case-row-wrap .case-row-main-box .main-item-box img{
  width:100%;
  height:100%;
}

.case-row-box .case-row-wrap .case-row-main-box .main-item-box .case-shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background:rgba(64,64,64,.7)
}
.case-row-box .case-row-wrap .case-row-main-box .main-item-box .case-shadow .shadow-inner{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 120px;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.case-row-box .case-row-wrap .case-row-main-box .main-item-box .case-shadow .case-icon {
font-size:40px;
}
.case-row-box .case-row-wrap .case-row-main-box .main-item-box .case-shadow .case-icon .iconfont{
  font-size:64px;
}
.case-row-box .case-row-wrap .case-row-main-box .main-item-box .case-shadow .case-title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 16px;
    position: relative;
}
.case-row-box .case-row-wrap .case-row-main-box .main-item-box .case-shadow .case-title a{
  color:#fff;
}
.case-row-box .case-row-wrap .case-row-main-box .main-item-box .case-shadow .two-lines-text{
    font-size: 14px;
    font-weight: 400;
    color: white;
    line-height: 22px;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 30px;
  display: -webkit-flex;display: -webkit-box;
overflow: hidden;
white-space: normal !important;
text-overflow: ellipsis;
word-wrap: break-word;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.case-row-box .case-row-wrap .case-row-main-box .main-item-box .case-shadow .check-detail {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.case-row-box .case-row-wrap .case-row-main-box .main-item-box .case-shadow .getcase-button {
    display: block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin: 28px auto 0;
    text-align: center;
    border: 1px solid #fff;
    overflow: hidden;
}

.case-row-box .case-row-wrap .case-row-main-box .main-item-box:hover .case-shadow{
  background-color: rgba(32, 173, 229, .94); 
}
.case-row-box .case-row-wrap .case-row-main-box .main-item-box:hover .case-shadow .shadow-inner {
    height: 238px;
    overflow: visible;
}
.case-row-box .case-row-wrap .case-row-main-box .main-item-box:hover .case-shadow .case-title {
    margin-top: 0;
}
.case-row-box .case-row-wrap .case-row-main-box .main-item-box:hover .case-shadow .getcase-button {
    display: block;
}



.kechen-video ul li{position:relative;height: auto !important;font-size: 16px;overflow: hidden;}
.kechen-video ul li span{position:absolute;left: 0px;top: 0px;color: white;z-index: 1;display: block;line-height: 24px;background-color:rgba(0, 0, 0, 0.3);padding: 0px 8px;border-radius: 0px 0px 12px 0px;font-size: 12px;}
.kechen-video ul li p{position: absolute;color: white;line-height: 20px;bottom: 0px;z-index: 2;left: 0px;text-align: left;font-weight: bold;font-size: 16px;background: rgba(0, 0, 0, 0.4);padding: 8px 12px;width: 100%;}
.kechen-video ul li .kc-video-mask{position:absolute;width:100%;height:100%;background-color: rgba(0, 0, 0, 0.4);transition: all 0.2s ease;}
.kechen-video ul li:hover .kc-video-mask{background-color:rgba(0, 0, 0, 0.7);}
.video-icon{width: 30px;height: 30px;position:absolute;background:url(play.png) 0 0 no-repeat;background-size: cover;left:50%;top:50%;margin-left: -15px;margin-top: -15px;}


.price-page-box {
}

.price-page-body {
    padding: 80px 0;
    position: relative;
    background: #fff;
}
.price-page-body .bg{
      position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  
}
.price-page-body .bg img{
      position: absolute;
  left:0;
bottom:0;
}
.price-page-body .price-page-main {
    position: relative;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
  z-index:1;
}

.price-page-body .price-page-main h1 {
    font-size: 44px;
    line-height: 62px;
    margin-bottom: 80px;
    color: #333;
    visibility: hidden;
}

.price-page-body .price-page-main h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 48px;
    color: #333;
    visibility: hidden;
}

.price-page-body .price-page-main .price-box {
    font-size: 0;
}

.price-page-body .price-box .price-card {
    display: inline-block;
    vertical-align: middle;
    width: 288px;
    height: 436px;
    background: rgba(255, 255, 255, 1);
    padding: 40px 32px;
    text-align: center;
    margin-right: 16px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 6px 16px 0 rgba(153, 153, 153, 0.2);
    visibility: hidden;
}

.price-page-body .price-box .price-card .tips-img {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
}


.price-page-body .price-box .price-card:last-child {
    margin-right: 0;
    border-radius: 4px;
}


.price-page-body .price-box .price-card:hover {
    background: #f5fcff;
    border: 0 none;
}
.price-page-body .price-box .price-card:hover .btn{
    background: rgba(32, 173, 229, 1);
    color: #fff;
}

.price-page-body .price-box .price-card h3 {
    font-size: 24px;
    color: #34383A;
    line-height: 33px;
    margin-bottom: 16px;
}


.price-page-body .price-box .price-card .btn {
    height: 40px;
    background: #fff;
    border: 1px solid #20ade5;
    color: #20ade5;
    font-size: 16px;
    padding: 0 32px;
    border-radius: 50px;
    left: 1016px;
    top: 740px;
    width: 192px;
    background-color: rgba(255, 255, 255, 1);
}

.price-page-body .price-box .price-card .line {
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    margin-bottom: 16px;
}

.price-page-body .price-box .price-card .txt-box {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    height: 80px;
}

.price-page-body .price-box .price-card .txt-box p {
    padding-bottom: 8px;
}

.price-page-body .price-box .price-card .h168 {
    height: 168px;
}

.txt-gray3 {
    color: #34383A;
    font-weight: bold;
}

.mt8 {
    margin-top: 8px;
}

.price-page-table-box {
    background: #fff;

}

.price-page-table {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.price-page-table .content {
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#jsTablePackBtn {
    display: none;
}

.table-less .content {
    position: relative;
    height: 600px !important;
}

.table-less .content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 66%;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
    background-image: -moz-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background-image: -o-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background-image: -ms-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, 0), #fff);
}

.price-page-table h2 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 50px;
    text-align: center;
}

.price-page-table table {
    width: 100%;
    border-collapse: separate
}

.price-page-table tr {
    border: 1px solid #e3e3e3;
}

.price-page-table th {
    height: 121px;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
    padding-top: 24px;
}

.price-page-table th .btn {
    width: 88px;
    height: 24px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(32, 173, 229, 1);
    line-height: 20px;
    color: rgba(32, 173, 229, 1);
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin-top: 18px;
}

.price-page-table td {
    height: 32px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    /* border-right: 1px solid #e3e3e3; */
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}

.price-page-table td img {
    height: 16px;
}

.price-page-table td[colspan], .price-page-table td[rowspan] {
    border-left: 0px solid #e3e3e3;
    border-right: 1px #f2f2f2 solid;
}

.price-page-table td p {
    color: #666;
}

.price-page-table td .tips {
    font-size: 12px;
    color: #999;
}

.price-page-table .btn-box {
    margin-top: 44px;
    text-align: center;
}

.price-page-table .btn-box .btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #20ade5;
    color: #20ade5;
    font-size: 18px;
}

.price-page-table .sticky {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.price-page-table .sticky table {
    width: 1160px;
    margin: 0 auto;
}

.price-page-table .sticky th {
    border: 0 none;
    padding-bottom: 24px;
}

.price-page-table .sticky th .btn {
    width: 88px;
    height: 24px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(32, 173, 229, 1);
    line-height: 20px;
    color: rgba(32, 173, 229, 1);
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin-top: 18px;
}

.price-page-table .sticky th:nth-child(1) {
    width: 27%;
}


.price-page-appreciation {
    padding: 80px 0;
}

.price-page-appreciation .wrap {
    width: 1200px;
    margin: 0 auto;
}

.price-page-appreciation h2 {
    font-size: 36px;
    color: #333;
    line-height: 1em;
    margin-bottom: 24px;
    text-align: center;
}

.price-page-appreciation p {
    font-size: 18px;
    color: #333;
    line-height: 1em;
    text-align: center;
}

.price-page-appreciation .appreciation-list {
    font-size: 0;
    margin-top: 50px;
    text-align: center;
}

.price-page-appreciation .appreciation-list .card {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 240px;
    height: 300px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px 0px rgba(133, 133, 133, 0.2);
    border-radius: 4px;
    text-align: center;
    padding: 24px;
    border: 1px solid rgba(133, 133, 133, 0.2);
    margin-right: 24px;
    margin-bottom: 24px;
}

.price-page-appreciation .appreciation-list .card:nth-child(4n) {
    margin-right: 0;
}

.price-page-appreciation .appreciation-list h4 {
    font-size: 18px;
    color: #333;
    line-height: 1em;
    margin-bottom: 24px;
}

.price-page-appreciation .appreciation-list .line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #E3E3E3;
    margin: 24px 0;
}

.price-page-appreciation .appreciation-list .txt-box {
    min-height: 34px;
    margin-bottom: 24px;
}

.price-page-appreciation .appreciation-list .txt-box .tit {
    font-size: 12px;
    color: #333;
    line-height: 1em;
    margin-bottom: 8px;
}

.price-page-appreciation .appreciation-list .txt-box .tips {
    font-size: 12px;
    color: #999;
    line-height: 1em;
}

.price-page-appreciation .appreciation-list .price {
    font-size: 18px;
    color: #333;
    line-height: 1em;
}

.price-page-appreciation .appreciation-list .price span {
    font-size: 14px;
}

.price-page-appreciation .appreciation-list .price p {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}


/*背景*/
.developer-solution-block {
    position: relative;
    max-width: none;
    padding: 80px 0;
    text-align: center;
    clear: both;
}

/*大标题*/
.titleBar .caption {
    font-size: 44px;
    color: #333;
    text-align: center;
    line-height: 62px;
    margin-bottom: 80px;
}

.developer-solution-block .titleBar {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.developer-solution-block .developer-solution {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

/*左边分类*/
.developer-solution .solution-tab {
    font-size: 14px;
    color: #666;
    margin-right: 40px;
    width: 284px;
}

.solution-tab ul li {
    padding: 0 28px;
    color: #666;
    height: 72px;
    line-height: 72px;
    text-align: left;
    font-size: 24px;
}

.solution-tab ul li.active {
    background: #ECF9FF;
    color: #20ade5;
    position: relative;
}

.solution-tab ul li.active:before {
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background: #20ade5;
}

/*右边内容标题详情*/
.developer-solution .solution-detail {
    flex: 1;
    width: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.developer-solution .solution-detail ul li {
    display: none
}

.developer-solution .solution-detail ul li.active {
    display: block
}

.solution-detail li .title {
    font-size: 24px;
    color: #333;
    line-height: 33px;
    text-align: left;
    margin-bottom: 16px
}

.solution-detail li .detail {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 10px;
}

.solution-detail li .line {
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 16px;
}

.solution-detail li .detail img {
    display: inline-block;
    width: 104px;
    margin-right: 16px;
    margin-bottom: 16px;
}

/*产看更多按钮*/
.solution-detail li .more-btn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    width: 88px;
    height: 24px;
    border-radius: 2px;
    background-color: rgba(247, 253, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
}


.solution-detail li .more-btn:hover {
    color: #20ADE5;
    border: 1px solid #20ADE5;
}


.page-module-row {
    background: #fff;
}

.page-module-row .page-module-row-main {
    padding: 80px 0;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.page-module-row .page-module-row-main h1 {
    font-size: 44px;
    line-height: 62px;
    margin-bottom: 80px;
    color: #333;
}





