@font-face{font-family:'PP Neue Montreal';src:url(../fonts/PPNeueMontreal-Bold.woff2) format('woff2'),url(../fonts/PPNeueMontreal-Bold.woff) format('woff'),url(../fonts/PPNeueMontreal-Bold.ttf) format('truetype'),url(../fonts/PPNeueMontreal-Bold.otf) format('otf');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'PP Neue Montreal';src:url(../fonts/PPNeueMontreal-Medium.woff2) format('woff2'),url(../fonts/PPNeueMontreal-Medium.woff) format('woff'),url(../fonts/PPNeueMontreal-Medium.ttf) format('truetype'),url(../fonts/PPNeueMontreal-Medium.otf) format('otf');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'PP Neue Montreal';src:url(../fonts/PPNeueMontreal-Regular.woff2) format('woff2'),url(../fonts/PPNeueMontreal-Regular.woff) format('woff'),url(../fonts/PPNeueMontreal-Regular.ttf) format('truetype'),url(../fonts/PPNeueMontreal-Regular.otf) format('otf');font-weight:400;font-style:normal;font-display:swap}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  cursor: pointer;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  display: block;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button{
  cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/**
** Main
**/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color:#EEE;
}
::-webkit-scrollbar-thumb {
    background-color:#CCC;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{
	font-size:14px;
  font-family: 'PP Neue Montreal', sans-serif;
	color: #333;
  /* font-family: "Google Sans", -apple-system, BlinkMacSystemFont, sans-serif; */
	/* font-family: Arial, "苹方", "PingFang SC", "Microsoft Yahei", sans-serif; */
  /* background-image: url(../img/body-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto; */
}

/* @media screen and (min-width: 1400px){
  body{
    zoom: 1.2;
  }
} */

h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
button,a{
	outline: none;
}

.hide{
  display: none;
}

/* 定宽 */
.site-header,
.site-footer-inner,
.adv-content-inner,
.intro-slogan,
.client-logos,
.ec-content,
.case-content,
.insight-content-inner,
.freetrial-content-inner,
.channel-content,
.our-team-text{
  width: 1210px;
  margin: auto;
}

.block-container{
  position: relative;
}
.block-container:before,
.block-container:after{
  content: '';
  display: table;
}
.block-container:after{
  clear: both;
}

/* 头部 */
.header-fixed{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
.site-header{
  height: 100px;
  margin: auto;
}
.site-header-logo{
  float: left;
  padding-top: 32px;
}
.site-header-logo img{
  height: 26px;
}
.site-header-menu{
  float: right;
  padding-top: 30px;
}
.site-header-menu ul{
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  height: 30px;
}
.site-header-menu ul li{
  margin-left: 10px;
}
.site-header-menu ul li.empty-li{
  width: 40px;
}
.site-header-menu ul li a{
  padding-left: 18px;
  padding-right: 18px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #333;
  border: 2px solid transparent;
  border-radius: 40px;
}
.site-header-menu ul li.active-menu-link a,
.site-header-menu ul li a:hover{
  border: 2px solid #cc3333;
  color: #cc3333;
}
.site-header-menu ul li.freetrial-btn{
  margin-left: 15px;
}
.site-mobile-menu{
  display: none;
}
.site-header-menu ul li.lan-btn.borderright1px{
  margin-left: 30px;
  border-right: 1px solid #ddd;
  height: 20px;
}
.site-header-menu ul li.lan-btn.borderright1px a{
  padding-right: 10px;
  border-radius: 0;
}
.site-header-menu ul li.lan-btn{
  margin-top: 5px;
}
.site-header-menu ul li.lan-btn a{
  padding-left: 0;
  padding-right: 0;
  border: none;
  line-height: 20px;
}
.site-header-menu ul li.lan-btn a:hover{
  border: none;
}

/* 底部 */
.site-footer{
  background-image: linear-gradient(#e7e7e7 1%,#f7f7f7);
  padding-top: 63px;
  padding-bottom: 70px;
}
.site-footer-logo{
  float: left;
  padding-top: 8px;
}
.site-footer-logo img{
  width: 220px;
}
.site-footer-info{
  float: right;
}
.site-footer-info button{
  height: 40px;
  background-color: #dd4141;
  color: #fff;
  margin: 0;
  border: 0;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 16px;
  cursor: default;
}
.site-footer-info p{
  font-size: 14px;
  line-height: 21px;
  padding-left: 10px;
  color: #000;
}

/* 大图介绍 */
.intro-slogan{
  display: flex;
  padding-top: 180px;
  padding-bottom: 30px;
}
.intro-slogan-left,
.intro-slogan-right{
  width: 50%;
}
.intro-slogan-right img{
  width: 98%;
  margin-top: 15px;
  float: right;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, .1);
}
.intro-slogan-left h2{
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
}
.intro-slogan-left p{
  font-size: 16px;
  line-height: 26px;
  color: #cc4d47;
}
.intro-slogan-left a{
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #dd4141;
  border-radius: 30px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  margin-top: 55px;
  font-size: 16px;
}

/* 服务客户 */
.client-logos{
  padding-top: 50px;
  padding-bottom: 50px;
}
.client-logos h2{
  font-size: 16px;
  line-height: 24px;
  color: #cc3333;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.client-logos img{
  width: 80%;
  height: auto;
  margin: auto;
  margin-top: 30px;
}

/* EC */
.ec-content{
  padding-top: 140px;
  padding-bottom: 100px;
}
.ec-content .ec-left{
  float: left;
}
.ec-content .ec-right{
  float: right;
}
.ec-content .ec-left h2{
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 24px;
}
.ec-content .ec-left p{
  color: #c95454;
  font-size: 16px;
  line-height: 26px;
}
.nobr-pc{
  display: inherit;
}
.nobr-mobile{
  display: none;
}
.ec-content .ec-right ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.ec-content .ec-right ul li{
  width: 25%;
  text-align: center;
}
.ec-content .ec-left > a{
  display: block;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  background-color: #dd4141;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
  border-radius: 30px;
  padding-left: 24px;
  padding-right: 24px;
  float: left;
}
.ec-right{
  padding-top: 50px;
  padding-right: 40px;
}
.ec-right ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.ec-right ul li{
  text-align: center;
  margin-left: 0px;
}
.ec-right ul li img{
  width: 96px;
  margin: auto;
}
.ec-right ul li span{
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.ec-content-top,
.ec-content-bottom{
  width: 100%;
}
.ec-content-bottom{
  margin-top: 85px;
}
.ec-content-bottom .ec-content-col{
  width: 33.33333333%;
  float: left;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.ec-content-bottom .ec-content-col:first-child{
  padding-right: 16px;
  padding-left: 0;
}
.ec-content-bottom .ec-content-col:last-child{
  padding-left: 16px;
  padding-right: 0;
}
.ec-content-bottom .ec-content-col h3{
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.ec-content-bottom .ec-content-col img{
  width: 100%;
  margin-top: 26px;
  border-radius: 16px;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, .1);
}

/* Case */
.case-content{
  padding-top: 170px;
  padding-bottom: 100px;
}
.case-content h2{
  font-size: 42px;
  line-height: 56px;
  text-align: center;
}
.case-slider-header .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: inherit;
  left: inherit;
  width: 780px;
}
.case-slider-header .swiper-pagination-bullet{
  height: inherit;
  margin: inherit;
  background-color: inherit;
  opacity: 1;
}
.case-slider-header ul{
  width: 780px;
  margin: auto;
  display: flex;
  text-align: center;
  list-style: none;
  padding: 0;
  margin-top: 45px;
}
.case-slider-header ul li{
  width: 260px;
}
.case-slider-header ul li button{
  background-color: transparent;
  border: 0;
  font-size: 16px;
  padding: 0;
  border-bottom: 4px solid transparent;
  height: 30px;
}
.case-slider-header ul li.active-case-menu button{
  border-bottom: 4px solid #c95454;
}
.case-slider-content{
  margin-top: 10px;
}
.case-content .swiper-slide{
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 30px;
}
.case-content .swiper-slide-inner{
  margin-top: 30px;
  width: 100%;
  border-radius: 30px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, .1);
}
.swiper-slide-inner-left{
  width: 50%;
  float: left;
}
.swiper-slide-inner-right{
  width: 50%;
  float: right;
  padding-top: 20px;
  padding-right: 50px;
}
.swiper-slide-inner-left img{
  height: 500px;
  width: auto;
}
.swiper-slide-inner-right h3{
  font-size: 32px;
  font-weight: normal;
  line-height: 42px;
}
.swiper-slide-inner-right p{
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.swiper-slide-inner-right h3+p{
  margin-top: 15px;
}
.swiper-slide-inner-right p span.colorfont{
  color: #c95454;
}
.swiper-slide-inner-right ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: 10px;
}
.swiper-slide-inner-right ul li{
  margin-right: 40px;
}
.swiper-slide-inner-right ul li span{
  font-size: 34px;
  color: #c95454;
}
.swiper-slide-inner-right ul li span i{
  font-style: normal;
  font-size: 24px;
}
.swiper-slide-inner-right ul li p{
  margin-top: 5px;
}

/* Insight */
.insight-content{
  width: 100%;
  margin-top: 80px;
  padding-top: 180px;
  padding-bottom: 230px;
  background-color: #f7f7f7;
  background-image: url(../img/insight-demo.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 56% auto;
}
.insight-content-inner-left{
  width: 50%;
  float: left;
}
.insight-content-inner-left h2{
  font-size: 42px;
  line-height: 56px;
}
.insight-content-inner-left p{
  margin-top: 24px;
  font-size: 16px;
  line-height: 26px;
  color: #c95454;
}
.insight-content-inner-left a,
.insight-content-inner-left button{
  display: block;
  width: 220px;
  margin-top: 42px;
  height: 34px;
  line-height: 34px;
  border: 0;
  background-color: #dd4141;
  color: #fff;
  border-radius: 30px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  text-decoration: none;
}
.insight-content-inner-left ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: 90px;
  padding-right: 50px;
}
.insight-content-inner-left ul li{
  width: 25%;
  text-align: center;
  padding-right: 40px;
}
.insight-content-inner-left ul li img{
  width: 100%;
  margin: auto;
}
.insight-content-inner-left ul li span{
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

/* Channel */
.channel-content{
  padding-bottom: 215px;
  padding-top: 130px;
}
.channel-content h2{
  font-size: 42px;
  text-align: center;
}
.channel-content p{
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}
.swiper.channel-slider{
  margin-top: 62px;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
/* .channel-slider .swiper-wrapper{
  padding-left: 40px;
  padding-right: 40px;
} */
.channel-slider .swiper-wrapper .swiper-slide{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  width: auto;
}
.channel-slider .swiper-wrapper .swiper-slide img{
  height: 30px;
}
.channel-slider .swiper-wrapper .swiper-slide:last-child img{
  /* height: 50px; */
  width: auto;
}
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after{
  color: #d98787;
  background-color: #fff;
}
.channel-content .swiper-button-prev{
  left: 0;
}
.channel-content .swiper-button-next{
  right: 0;
}
.channel-content .swiper-button-prev,
.channel-content .swiper-button-next{
  width: 40px;
  background-color: #fff;
}

/* ADV */
.adv-content{
  background-image: url(../img/adv-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  position: relative;
  padding-bottom: 300px;
  padding-top: 190px;
  width: 100%;
  overflow-x: hidden;
  background-color: #f7525c;
}
.adv-content-cover{
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
}
.adv-content-cover-left{
  width: 50%;
  float: left;
}
.adv-content-cover-left:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 50vw solid transparent;
  border-bottom: 100px solid #f7f7f7;
}
.adv-content-cover-right{
  width: 50%;
  float: right;
}
.adv-content-cover-right:before{
  position: absolute;
  left: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-bottom: 100px solid #f7f7f7;
}
.adv-header h2{
  font-size: 42px;
  text-align: center;
  letter-spacing: 2px;
}
.adv-header p{
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}
.adv-body{
  display: flex;
  margin-top: 114px;
}
.adv-body-item{
  width: 33.33333333%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.adv-body.adv-body-item:first-child{
  padding-left: 0;
  padding-right: 80px;
}
.adv-body.adv-body-item:last-child{
  padding-right: 0;
  padding-left: 80px;
}
.adv-body-item img{
  height: 95px;
  margin: auto;
}
.adv-body-item h3{
  margin-top: 10px;
  line-height: 36px;
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: normal;
  border-bottom: 2px solid rgba(255, 255, 255, .4);
}
.adv-body-item p{
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

/* 试用 */
.freetrial-content{
  background-color: #f7f7f7;
  background-image: url(../img/free_trial_bg_earth.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 40% auto;
  padding-bottom: 90px;
  padding-top: 150px;
}
.freetrial-content-header{
  text-align: center;
}
.freetrial-content-header h2{
  font-size: 42px;
}
.freetrial-content-header p{
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}
.freetrial-content-form{
  float: right;
  width: 460px;
  margin-right: 90px;
  padding-bottom: 100px;
  padding-top: 90px;
}
.freetrial-content-form-inline{
  display: flex;
}
.freetrial-content-form-inline .freetrial-content-form-item{
  width: 50%;
}
.freetrial-content-form-inline .freetrial-content-form-item:first-child{
  padding-right: 25px;
}
.freetrial-content-form-inline .freetrial-content-form-item:last-child{
  padding-left: 25px;
}
.freetrial-content-form-item{
  margin-bottom: 8px;
}
.freetrial-content-form-item h3{
  font-size: 18px;
  color: #5f5f5f;
  font-weight: normal;
  line-height: 32px;
}
.freetrial-content-form-item input{
  height: 44px;
  border: 2px solid #5f5f5f;
  border-radius: 4px;
  padding: 5px;
  background-color: transparent;
  width: 100%;
}
.freetrial-content-form-item button{
  height: 34px;
  border-radius: 30px;
  background-color: #dd4141;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  border: 0;
  margin: 0;
  margin-top: 36px;
  letter-spacing: 2px;
  font-size: 16px;
}
.intro-slogan-left:before,
.intro-slogan-left:after,
.ec-content-top:before,
.ec-content-top:after,
.ec-content-bottom:before,
.ec-content-bottom:after,
.insight-content:before,
.insight-content:after,
.site-footer:before,
.site-footer:after,
.freetrial-content:before,
.freetrial-content:after,
.swiper-slide-inner:before,
.swiper-slide-inner:after,
.our-team-text:before,
.our-team-text:after{
  content: '';
  display: table;
}
.intro-slogan-left:after,
.ec-content-top:after,
.ec-content-bottom:after,
.insight-content:after,
.site-footer:after,
.freetrial-content:after,
.swiper-slide-inner:after,
.our-team-text:after{
  clear: both;
}

.our-team{
  padding-top: 100px;
  padding-bottom: 30px;
}
.our-team-text{
  padding-top: 70px;
  text-align: center;
}
.our-team-text h2{
  font-size: 42px;
  line-height: 56px;
}
.our-team-text h3{
  margin-top: 70px;
  font-weight: bold;
}
.our-team-text h3,
.our-team-text p{
  font-size: 16px;
  line-height: 28px;
  color: #c95454;
}
.our-team-text p{
  margin-top: 8px;
}

.section_04_brands_header{
  text-align: center;
  margin-top: 20px;
}
.section_04_brands_header h2{
  font-size: 56px;
  line-height: 70px;
  margin: 0;
  color: #dd4141;
}
.section_04_brands_header p{
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.section_04_brands_body{
  margin-top: 60px;
}
.section_04_brands_body:before,
.section_04_brands_body:after{
  content: '';
  display: table;
}
.section_04_brands_body:after{
  clear: both;
}
.section_04_brands_body_item{
  padding-left: 20px;
  padding-right: 20px;
  width: 33.33333333%;
  float: left;
}
.section_04_brands_body_inner{
  padding: 56px 24px;
  background-color: #FFF;
  border-radius: 16px;
  text-align: center;
  min-height: 500px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.section_04_brands_body_inner img{
  margin: auto;
}
.section_04_brands_body_inner img.img1{
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
}
.section_04_brands_body_inner img.img2{
  height: 60px;
}
.section_04_brands_body_inner img.img3{
  height: 60px;
}
.section_04_brands_body_inner p{
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

@media screen and (max-width: 750px){
  .site-header,
  .site-footer-inner,
  .adv-content-inner,
  .intro-slogan,
  .client-logos,
  .ec-content,
  .case-content,
  .insight-content-inner,
  .freetrial-content-inner,
  .channel-content,
  .our-team-text{
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .site-header{
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    z-index: 999;
  }
  .site-mobile-menu{
    display: block;
    float: right;
    padding-top: 25px;
  }
  .site-mobile-menu > button,
  .site-mobile-menu > a{
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/site-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    border: none;
    background-color: inherit;
    float: right;
  }
  .site-mobile-menu ul.site-mobile-menu-items{
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 20px 0;
  }
  .site-mobile-menu ul li{
    line-height: 40px;
    text-align: right;
  }
  .site-mobile-menu ul li a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-right: 20px;
    color: #333;
    text-decoration: none;
  }
  
  .site-header-menu ul{
    display: inherit;
    text-align: center;
    display: none;
  }
  .site-header-menu ul li{
    margin-left: 0;
  }
  .site-header-menu ul li a{
    padding-left: 0;
    padding-right: 0;
  }
  .intro-slogan{
    padding-top: 120px;
    display: inherit;
  }
  .intro-slogan-left,
  .intro-slogan-right{
    width: 100%;
  }
  .intro-slogan-left h2,
  .ec-content .ec-left h2,
  .insight-content-inner-left h2,
  .case-content h2,
  .channel-content h2,
  .adv-header h2,
  .freetrial-content-header h2,
  .our-team h2{
    font-size: 24px;
    line-height: 36px;
  }
  .client-logos h2,
  .intro-slogan-left p,
  .ec-content .ec-left p,
  .insight-content-inner-left p,
  .channel-content p,
  .adv-header p,
  .adv-body-item p,
  .freetrial-content-header p,
  .our-team h3,
  .our-team p{
    font-size: 14px;
  }
  .intro-slogan-right img{
    width: 100%;
    margin-top: 60px;
    float: inherit;
  }

  .ec-content{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .ec-left,
  .ec-right{
    width: 100%;
    float: inherit;
  }
  .nobr-pc{
    display: none;
  }
  .nobr-mobile{
    display: inherit;
  }
  .ec-right{
    padding-right: 0;
  }
  .ec-content .ec-right ul{
    width: 100%;
    display: inherit;
    padding-left: 30px;
    padding-right: 30px;
  }
  .ec-content .ec-right ul li{
    width: 100%;
    height: 180px;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
  }
  .ec-right ul li span{
    font-size: 14px;
  }
  .ec-content-bottom{
    margin-top: 40px;
  }
  .ec-content-bottom .ec-content-col{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
  }
  .ec-content-bottom .ec-content-col:first-child{
    padding-right: 0;
    margin-top: 0;
  }
  .ec-content-bottom .ec-content-col:last-child{
    padding-left: 0;
  }
  .ec-content-bottom .ec-content-col img{
    width: 96%;
    margin: auto;
    box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 10%);
  }

  .client-logos img{
    width: 100%;
  }

  .insight-content{
    padding-top: 60px;
    padding-bottom: 250px;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .insight-content-inner-left{
    width: 100%;
    float: inherit;
    padding-right: 0!important;
  }
  .insight-content-inner-left ul{
    display: inherit;
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .insight-content-inner-left ul li{
    width: 100%;
    height: 180px;
    float: left;
    margin-right: 0;
    padding-right: 0;
    /* padding-left: 30px;
    padding-right: 30px; */
  }
  .insight-content-inner-left ul li img{
    width: 96px;
    margin: auto;
  }
  .insight-content-inner-left ul li span{
    font-size: 14px;
  }
  
  .case-content{
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .case-content h2{
    text-align: center;
  }
  .case-content .swiper-slide{
    padding-left: 40px;
    padding-right: 40px;
  }
  .case-content .swiper-slide-inner{
    box-shadow: none;
  }
  .swiper-slide-inner-left,
  .swiper-slide-inner-right{
    width: 100%;
    float: inherit;
  }
  .swiper-slide-inner-left img{
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .swiper-slide-inner-right{
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 30px;
  }
  .swiper-slide-inner-right h3{
    font-size: 20px;
    line-height: 28px;
  }
  .swiper-slide-inner-right p{
    font-size: 14px;
  }
  .swiper-slide-inner-right h3+p{
    margin-top: 18px;
  }
  .swiper-slide-inner-right ul{
    margin-top: 18px;
  }
  .swiper-slide-inner-right ul li{
    width: 50%;
    margin-right: 0;
  }
  .swiper-slide-inner-right ul li:last-child{
    width: 50%;
  }
  .swiper-slide-inner-right ul li span{
    font-size: 18px;
    line-height: 24px;
  }
  .swiper-slide-inner-right ul li span i{
    font-size: 14px;
  }
  .case-slider-header ul li button,
  .case-slider-header ul li.active-case-menu button{
    color: #333!important;
  }

  .channel-content{
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .channel-content p{
    margin-top: 18px;
  }
  .swiper.channel-slider{
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .channel-slider .swiper-wrapper .swiper-slide{
    padding-left: 10px;
    padding-right: 10px;
  }
  .channel-content .swiper-button-prev, 
  .channel-content .swiper-button-next{
    width: 22px;
  }

  .adv-content{
    background-size: auto auto;
    background-position: center top;
    padding-top: 80px;
    padding-bottom: 99px;
  }
  .adv-header h2,
  .adv-header h2 span{
    letter-spacing: 0px;
  }
  .adv-header h2 span{
    margin-right: 2px;
  }
  .adv-header p{
    line-height: 24px;
  }
  .adv-body{
    margin-top: 50px;
    display: inherit;
  }
  .adv-body-item{
    width: 100%;
    float: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .adv-body-item h3{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .adv-body-item p{
    line-height: 24px;
    text-align: center;
  }
  .adv-body-item img{
    width: 66px;
    height: auto;
  }

  .freetrial-content{
    padding-top: 80px;
  }
  .freetrial-content-header p{
    margin-top: 8px;
  }
  .freetrial-content-form{
    width: 100%;
    float: inherit;
    padding-top: 30px;
    margin-right: 0;
  }
  .freetrial-content-form-item h3{
    font-size: 14px;
  }
  .freetrial-content-form-item input{
    height: 36px;
    border-width: 1px;
  }

  .site-footer-logo,
  .site-footer-info{
    width: 100%;
    float: inherit;
  }
  .site-footer-info{
    margin-top: 30px;
  }
  .site-footer-info button{
    height: 34px;
    border-radius: 30px;
    background-color: #dd4141;
    color: #fff;
    padding-left: 24px;
    padding-right: 24px;
    border: 0;
    margin: 0;
    margin-top: 36px;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 14px;
  }
  .insight-content-inner-left a,
  .insight-content-inner-left button{
    width: 100%;
    text-align: center;
  }
  .case-slider-header .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 100%;
  }
  .case-slider-header ul li button{
    height: 70px;
  }
  
  .section_04_brands_header p{
    font-size: 14px;
    line-height: 20px;
  }
  .section_04_brands_body_item{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    margin-top: 16px;
  }
  .section_04_brands_body_item:first-child{
    margin-top: 0;
  }
  .section_04_brands_body_inner{
    padding: 56px 24px;
    background-color: #FFF;
    border-radius: 16px;
    text-align: center;
    min-height: 400px;
  }
  .section_04_brands_body_inner img{
    height: 60px;
  }
  .section_04_brands_body_inner p{
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

}

.bis-header{
  background-color: inherit;
  background-image: url(../../templates/xinli/images/bg.png);
}
.bis-header .site-header{
  background-color: inherit;
}
.bis-header .site-header-menu ul li a{
  color: #fff;
}
.z_banner1 .banner2 .li{
  position: relative;
}
.z_banner1 .banner2 .li .a{
  position: absolute;
  border: 0;
  right: 0;
  top: 70px;
  font-size: 2rem;
}

.beian a{
  color: #999;
  text-decoration: none;
}

.client-logos h2,
.intro-slogan-left p,
.ec-content .ec-left p,
.insight-content-inner-left p{
  font-size: 20px;
}

/* Update */
.journey-timeline{
  margin-top: 60px;
}
.our-team-leader{
  margin-top: 60px;
}
.our-team-leader .modal-header{
  border-bottom: 0;
}
/* .modal-header button.close:active,
.modal-header button.close:focus{
  border: 0;
  text-shadow:none;
} */
.modal-dialog-centered{
  max-width: 70%!important;
}
.team-title-box{
  text-align: center;
}
.team-title-box:hover{
  cursor: pointer;
}
.team-title-box img{
  border-radius: 50%;
  width: 40%;
  margin: auto;
}
.team-modal-body h2,
.team-title-box h2{
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
}
.team-modal-body h3,
.team-title-box h3{
  font-size: 16px;
  line-height: 22px;
}
.team-modal-body img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
.team-modal-body h2,
.team-modal-body h3{
  padding-left: 130px;
}
.team-modal-body{
  padding: 30px;
}
.team-modal-body p{
  padding-left: 130px;
  font-size: 16px;
  margin-top: 15px;
}
.our-team-leader .col-md-3{
  margin-top: 30px;
}
.form-group{
  margin-bottom: 0;
}
.site-footer-wrap{
  background-image: linear-gradient(#e7e7e7 1%,#f7f7f7);
  padding-top: 63px;
  padding-bottom: 70px;
}
.logo-sitefooter-left{
  width: 80%;
}
.site-footer-wrap h3{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.site-footer-wrap .col-form-label{
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer-wrap p{
  line-height: 1.5;
  font-size: 14px;
}
.top-team-pic{
  padding-top: 100px;
}
.intro-txt{
  margin-top: 60px;
}
.intro-content p{
  font-size: 16px;
  line-height: 1.5;
}
.intro-content p+p{
  margin-top: 15px;
}
.intro-txt h2.card-title,
.about-page .freetrial-content-header h2{
  color: #dd4141;
}

.about-desc-items .row .col-md-5{
  text-align: right;
  font-weight: bold;
}
.about-desc-items .row+.row{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.intro-txt h3{
  font-size: 1rem;
  font-weight: bold;
  color: #dd4141;
  margin-bottom: 15px;
}
.intro-txt p+h3{
  margin-top: 15px;
}

@media screen and (max-width: 750px){
  .about-desc-items .row .col-md-5{
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .intro-txt h2.card-title,
  .about-page .freetrial-content-header h2,
  .about-page .card-title{
    font-size: 2rem;
    line-height: 1.2!important;
  }
  .site-footer-wrap .offset-md-5{
    margin-top: 15px;
  }
  .modal-dialog-centered{
    max-width: 100%!important;
  }
  .modal-dialog-centered img{
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  .modal-dialog-centered h2,
  .modal-dialog-centered h3{
    padding-left: 100px;
  }
  .modal-dialog-centered p{
    padding-left: 0;
    clear: both;
    font-size: 14px;
  }
}