.freeSystem .title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #868686;
	 padding: 95px 0 50px 0; 
}
.freeSystem .title .name {
    font-size: 32px;
    color: #282828;
    margin-bottom: 12px;
}
.freeSystem ul {
    width: 1200px;
    margin: 0 auto;
}
.freeSystem ul li {
    float: left;
    cursor: pointer;
    margin-top: 33px;
}
.freeSystem ul li {
    float: left;
    cursor: pointer;
    margin-top: 33px;
}
.freeSystem ul li .item1 {
    border: 1px solid #eee;
    width: 209px;
    height: 471px;
    text-align: center;
    padding: 0 40px;
    font-size: 14px;
    color: #999;
}
.freeSystem ul li .item2 {
    width: 363px;
    margin-top: -31px;
    overflow: hidden;
    display: none;
}
.freeSystem ul li .item1 .iconfont {
    font-size: 50px;
    margin: 38px auto 35px auto;
    color: #2e80fb;
}
.freeSystem ul li .item1 .name {
    font-size: 18px;
    color: #282828;
    margin-bottom: 10px;
}
.freeSystem ul li .item1 .list {
    margin-top: 50px;
}
.freeSystem ul li .item1 .list .item {
    font-size: 16px;
    color: #282828;
    margin-top: 25px;
}
.freeSystem ul li .item2 .bgcolor {
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(to right, #2a7efb, #5498fe);
    background: -ms-linear-gradient(to right, #2a7efb, #5498fe);
    background: -webkit-linear-gradient(to right, #2a7efb, #5498fe);
    background: linear-gradient(to right, #2a7efb, #5498fe);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2a7efb", endColorstr="#5498fe", gradientType="1");
    font-size: 14px;
    color: #fff;
    padding: 25px 37px;
}
.freeSystem ul li .item2 .list {
    width: 100%;
    height: 448px;
    border: 1px solid #2a7efb;
    padding: 0 20px 0 32px;
    padding-top: 10px;
}
.freeSystem ul li .item2 .bgcolor .name {
    font-size: 18px;
    margin-bottom: 10px;
}
.freeSystem ul li .item2 .list .item .iconfont {
    font-size: 60px;
    color: #2a7efb;
    margin-right: 12px;
}
.freeSystem ul li .item2 .list .item .dis {
    display: inline-block;
    vertical-align: middle;
}
.freeSystem ul li .item2 .list .item .dis .name {
    margin-bottom: 2px;
}
.freeSystem ul li .item2 .list .item .dis .explanation {
    color: #999;
    font-size: 14px;
    width: 230px;
    overflow: hidden;
}
.freeSystem ul li .item1.on {
    display: none;
}
.freeSystem ul li .item2.on {
    display: block;
}
.freeSystem ul li .item2.on {
    display: block;
}
.freeSystem ul li .item2 .more {
    text-align: center;
    margin-top: 37px;
}
.freeSystem ul li .item2 .more a{
	color: #2a7efb;
	font-size: 16px;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
	-webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
	-webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.freeSystem .freeBnt {
	display: block;
    font-size: 16px;
    color: #fff;
    width: 190px;
    height: 56px;
    background-color: #2a7efb;
    border: 5px solid #e9f2ff;
    text-align: center;
    line-height: 46px;
    margin: 57px auto 62px auto;
    cursor: pointer;
}
.set_2_button {
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
.set_2_button:before {
    content: "→";
    position: absolute;
    left: -100%;
    transition: all 0.5s;
}
.set_2_button span {
    display: inline-block;
    transition: all 0.5s;
}
.set_2_button:hover:before {
    left: 48%;
    transition: all 1s;
}
.set_2_button:hover > span {
    transform: translateX(300%);
    transition: all 1s;
}
.operate {
    background: linear-gradient(180deg, #F0F3FA 0%, #F8F9FC 100%);
    padding-bottom: 38px;
}
.operate-content {
    padding: 34px 0 !important;
}
.white-bg {
    background: #FFF !important;
}

.version-bg {
    background: url(../images/version_bg.png) no-repeat;
    background-size: 100% 100%;
}

.big-title {
    font-size: 46px;
    font-weight: bold;
}
.container {
    width: 1200px;
    margin: 0 auto;
}	
.operate .section-title {
    text-align: center;
    padding-top: 70px;
    margin-bottom: 40px;
}
.operate .section-title .title-bottom-line {
    border-radius: 6px;
    width: 100px;
    height: 6px;
    display: block;
    background-color: #27D598;
    box-shadow: 0px 10px 16px 0px rgba(39,213,152,0.4);
    margin: 25px auto 0;
}
.operate .section-title .qijian{
    color: #666;
    font-size: 20px;
    margin: 32px 0 40px;
}
.operate  .version{
    padding: 20px 0;
    display: flex;
    /*align-items: center;*/
    flex-wrap: nowrap;
}
.operate .version_content{
  /*  display: flex;
    justify-content: space-around;*/
    width: 100%;
}
.operate  .version .mid{
  margin: 25px 0;
}
.operate  .version .btn{
    background-color: #27D598;
    border-radius: 100px;
    padding: 10px 0;
    width: 150px;
    color: #fff;
    cursor: pointer;
}
.operate table thead tr{
    font-size: 20px;
    height: 60px;
}

.operate table thead tr th:first-child{
    background-color: #F7FFFC;
}
.operate table thead tr th:nth-child(2){
    background-color: #EEFFF9;
    width:28%;
}
.operate table thead tr th:nth-child(3){
    background-color: #D4FFF0;
    width:28%;
}
.operate table thead tr th:last-child{
    background-color: #B4FAE2;
    width:28%;
}
.operate table tbody tr{
    font-size: 16px;
    text-align: center;
    height: 50px;
}
.operate table tbody tr:nth-child(2n){
    background-color: #F5F8F7;
}
    /*.operate  .version>div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }*/
.operate  .version>div div{
    text-align: center;
}
.operate  .version_feature{
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
}
.operate .version .version_name{
    width: 100%;
    display: flex;
    justify-content: space-around;
    letter-spacing: 2px;
    font-size: 34px;
    color: #27D598;
    font-weight: 800;
}
.operate .version .version_price{
    display: flex;
    justify-content: space-around;
}
.operate .version .version_price>div{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.operate .version .discount{
    font-size: 30px;
    color: #FF0000;
    font-weight: 800;
}
.operate .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}
.section-title p {
    font-size: 16px;
    color: #95989d;
    width: 930px;
    margin: 15px auto;
}
.section-content-tni {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 700px;
}
.section-content-tni .section-text {
    width: 400px;
}
.section-content-tni .section-text .text-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section-content-tni .section-text .text-content {
    font-size: 20px;
    line-height: 40px;
}
.operate .list1 ul li {
    float: left;
    width: 280px;
    margin: 10px;
    text-align: center;
    background: #fff;
    padding-bottom: 38px;
	border-radius: 5px;
	box-shadow: 0px 12px 48px 0px rgb(0 33 71 / 5%), 0px 12px 19px 0px rgb(0 33 71 / 5%), inset 0px 1px 0px 0px rgb(255 255 255 / 50%);
}


.operate .list1 ul li:hover {
	-webkit-box-shadow: 0px 10px 20px rgba(226, 226, 226, .8);
	box-shadow: 0px 10px 20px rgba(226, 226, 226, .8);
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	transition-duration: 0.4s;
}

.operate .list1 ul li img{
    padding-top: 30px;
	padding-bottom: 10px;
}

.operate .list1 ul li p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: 48px;
}
.operate .list1 ul li p:nth-child(3) {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    padding: 0 20px;
}

.operate .list1 ul li:last-child {
    margin-right: 0;
}
.operate .list1 ul li a {
    display: block;
    width: 160px;
    height: 36px;
    background: #3da1f9;
    background: -moz-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #3da1f9), color-stop(100%, #476dfd));
    background: -webkit-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -o-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -ms-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1f9', endColorstr='#ff6c55', GradientType=1 );
    box-shadow: 0 3px 10px 0 #3da1f9;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(243,243,248,1);
    line-height: 36px;
    text-align: center;
    margin: 20px auto 0;
}

.d-none {
    display: none !important;
}

.version-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
  width: 100%;
}

.version-item{
   width: 561px;
   height: auto;
   padding: 30px 16px;
   background: #FFFFFF;
   border-radius: 4px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-right: 37px;
   margin-bottom: 40px;
}

.time {
   font-size: 24px;
   font-family: Arial;
   font-weight: bold;
   color: #999999;
}

.date {
    font-size: 14px;
font-family: Arial;
font-weight: 400;
color: #999999;
margin-top: 12px;
 }

 .version-item .content {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    width: 420px;
 }

 .more-version-content {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .more-version-content .title {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
 }

.about-content {

}
.about-content .about-text {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    width: 1100px;
    margin: 0 auto 20px;
}
.about-content .about-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1190px;
    margin: 0 auto;
}

.operate .tech-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.operate .tech-list ul li {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 340px;
    height: 350px;
    margin: 10px 0 20px;
    background: #FFF;
    border-radius: 12px;
    font-size: 30px;
    padding: 20px;
}

.operate .tech-list ul li .title {
    font-size: 30px;
    font-weight: bold;
}

.operate .tech-list ul li .line {
    border-radius: 6px;
    width: 55px;
    height: 6px;
    display: block;
    background-color: #27D598;
    box-shadow: 0px 10px 16px 0px rgba(39,213,152,0.4);
    margin: 20px 0;
}

.operate .tech-list ul li .content {
    height: 120px;
    font-size: 24px;
    color: #666666;
}
.operate .function-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.operate .function-list ul li {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 245px;
    margin: 10px 0;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 30px;
}

.operate .function-list ul li span {
    display: block;
    width: 120px;
    height: 70px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}

.operate .list2 ul li {
    float: left;
    width: 280px;
    margin: 10px;
    background: #fff;
    padding: 30px;
	border-radius: 5px;
	box-shadow: 0px 12px 48px 0px rgb(0 33 71 / 5%), 0px 12px 19px 0px rgb(0 33 71 / 5%), inset 0px 1px 0px 0px rgb(255 255 255 / 50%);
}


.operate .list2 ul li:hover {
	-webkit-box-shadow: 0px 10px 20px rgba(226, 226, 226, .8);
	box-shadow: 0px 10px 20px rgba(226, 226, 226, .8);
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	transition-duration: 0.4s;
}

.operate .list2 ul li img{
    width: 40px;
	border-radius: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.operate .list2 ul li p:nth-child(2) {
    font-size: 18px;
	font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 32px;
	text-align: left;
	padding-top: 5px;
	float: left;
}
.operate .list2 ul li span:nth-child(3) {
    color:#0071ef;
    border: 1px solid #0071ef; 
    margin-left: 10px;
    border-radius: 5px;
    font-size: 12px;
    padding:2px 5px;
	margin-top: 8px;
	float: left;
}
.operate .list2 ul li p:nth-child(5) {
    font-size: 14px;
    line-height: 24px;
}
.operate .list2 ul li p:nth-child(6) {
    font-size: 14px;
    color: #888888;
    line-height: 22px;
	padding-top: 5px;
}

.operate .list2 ul li p:nth-child(7) {
	float: right;
	margin-top: 10px;
	height: 35px;
	width: 100px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.operate .list2 ul li span{
	
}
.operate .list2 ul li dd{
	margin:10px 0; 
	width: 100%; 
	border-bottom: 1px solid #f2f2f2; 
	clear: both;
}
.operate .list2 ul li:last-child {
    margin-right: 0;
}
.operate .list2 ul li a {
	color: #0071ef;
	background-color: #fff;
	border: 1px #0071ef solid;
	font-size: 14px;
	line-height: 32px;
	display: block;
	border-radius: 2px;

}


.operate .user-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.operate .user-list ul li {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0 20px;
    background: #FFF;
    border-radius: 12px;
    font-size: 30px;
    width: 350px;
    padding: 0 0 20px;
}

.green-bg {
    background: #EFFDF8;
}
.title-intro {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.operate .user-list ul li img {
    width: 350px;
    height: 220px;
}

.operate .user-list ul li .title {
    font-size: 30px;
    font-weight: bold;
}

.operate .user-list ul li .line {
    border-radius: 6px;
    width: 55px;
    height: 6px;
    display: block;
    background-color: #27D598;
    box-shadow: 0px 10px 16px 0px rgba(39,213,152,0.4);
    margin: 20px 0;
}

.operate .user-list ul li .content {
    height: 120px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding: 0 20px;
}

.safe-sass {
	background-image: url(../images/1199.png);
	background-repeat: no-repeat;
    padding: 70px 0;
    background-size: cover;
    background-position: 50%;
}
.safe-sass>h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}
.safe-sass>h1, .safe-sass>p {
    color: #333;
    text-align: center;
}
.safe-sass>p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 72px;
}
.safe-sass .features {
    margin-top: 56px;
    margin-bottom: 48px;
    text-align: center;
}
.safe-sass .features .item {
    display: inline-block;
    text-align: left;
}
.safe-sass .features .item+.item {
    margin-left: 72px;
}
.safe-sass .features .item img {
    width: 48px;
    margin-right: 16px;
}
.safe-sass .features .item .text, .safe-sass .features .item img {
    display: inline-block;
    vertical-align: middle;
}
.safe-sass .features .item .text h1 {
    font-size: 16px;
    line-height: 22px;
    color: #323233;
    margin-bottom: 8px;
}
.safe-sass .features .item .text p {
    font-size: 14px;
    line-height: 20px;
    color: #969799;
}
.safe-sass .primary {
    width: 140px;
    padding: 10px 0;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
    display: block;
    margin: 72px auto 0;
        background: #38f;
    color: #fff;
}
.marketing {
    text-align: center;
    padding-top: 30px;
}
.school {
	background-color: #f8f8f8;
	padding-bottom: 60px;
}
.marketing .title {
    padding-top: 40px;
    font-size: 36px;
    font-weight: 400;
}
.marketing .main {
    color: #888;
    margin: 19px 0 50px;
    font-size: 16px;
}
.marketing .list_three {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 512px;
}
.marketing .list_three .list {
    height: 512px;
    border-bottom: 5px solid #2a75ed;
    transition: all 0.2s;
    border: 1px solid #e5e5e5;
    padding-top: 83px;
    padding-left: 31px;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: 284px;
    float: left;
    background-color: #fff;
    margin-right: 20px;
}
.marketing .list_three .sprites_one {
    width: 86px;
    height: 93px;
    background: url(../images/03-icon.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 35px;
    top: -34px;
    z-index: 5;
}
.marketing .list_three .top {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}
.marketing .list_three .list .bottom {
    text-align: center;
    margin-left: -31px;
}
.marketing .list_three .top_list li img {
    vertical-align: middle;
    margin-right: 10px;
}
.marketing .list_three .top_list li .one {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.marketing .list_three .top_list li .two {
    margin-left: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 26px;
    margin-top: 2px;
}
.marketing .list_three .list .bottom {
    text-align: center;
    margin-left: -31px;
}
.marketing .list_three .bottom a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 44px;
    display: inline-block;
    width: 180px;
    height: 44px;
    background: linear-gradient(45deg, #3da1f9, #476dfd );
    background: -moz-linear-gradient(45deg, #3da1f9, #ff6c55);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3da1f9), color-stop(100%,#476dfd ));
    background: -webkit-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -o-linear-gradient(left, #3da1f9 0%,#476dfd  100%);
    background: -ms-linear-gradient(left, #3da1f9 0%,#476dfd  100%);
    background: linear-gradient(to right, #3da1f9 0%,#476dfd  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1f9', endColorstr='#476dfd ',GradientType=1 );
    box-shadow: 0 3px 10px 0 #3da1f9;
    border-radius: 22px;
}
.marketing .list_three .list_three_four .sprites_one {
    background-position: -263px 0;
}
.marketing .list_three .list_three_three .sprites_one {
    background-position: -174px 0;
}
.marketing .list_three .list_three_two .sprites_one {
    background-position: -86px 0;
}
.marketing .list li {
	height: auto;
}
.marketing_news {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 10px;
	
	border-radius: 6px;
	background-color: #fff;
}
.new_list {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 7px 0;
	text-align: left;
}

.news-item h2 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
	text-align: left;
	font-weight: 400;
}
.news-item .img {
    position: relative;
    display: block;
    height: 150px;
    padding-bottom: 0;
    margin-bottom: 15px;
    overflow: hidden;
}
.news-item .img img {
    width: 100%;
    transition: all .5s;
}
.news-item {
    float: left;
    width: 335px;
    margin-left: 47px;
    overflow: hidden;
}
.news-item h2 a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 30px;
}
.news-item h2 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}

.news-item p:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #aaa;
    border-radius: 50%;
}
.news-item h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #1069f5;
}



.video-mg, .videoContent .video-mb {
    background:rgba(0, 0, 0, .3);
    height:100%
}
.video-mg, .videoContent, .videoContent .video-mb {
    position:fixed;
    left:0;
    top:0
}
.swiper-banner {
    min-width:1200px;
    height: 480px;
}
.video-mg {
    width:100%;
    display:none
}
.videoContent {
    width:85%;
    right:0;
    bottom:0;
    margin:auto;
    z-index:10000
}
.videoContent .video-mb {
    width:100%
}
.grey-bg {
    background:#f8f8f8
}
.videoContentClose {
    position:absolute;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50%;
    top:-38px;
    right:-38px;
    color:#fff;
    z-index:1;
    font-size:25px;
    text-align:center;
    cursor:pointer;
    -webkit-transition:all .1s linear;
    transition:all .1s linear
}
.videoContentClose:hover {
    background:rgba(230, 230, 230, .5)
}
.example_video_1-dimensions {
    width:100%!important;
    height:100%!important
}
.vjs-big-play-button {
    left:45%!important;
    top:45%!important
}




.example {
    padding:100px 0
}
.example .example-content {
    width:1200px;
    margin:0 auto
}
.example .example-item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin:0 0 100px
}
.example .example-item:nth-child(even) {
    flex-direction: row-reverse;
}
.example .example-item:last-child {
    margin:0
}
.example .example-text {
    width:560px;
    height:360px
}
.example .example-text .example-title {
    line-height:42px;
    margin:47px 0 2px;
    font-size:30px;
    color:#081E42
}
.example .example-text .example-tip {
    line-height:25px;
    font-size:18px;
    color:#081E42
}
.example .example-text .example-instruct {
    width:460px;
    line-height:28px;
    color:#415070;
    margin:20px 0 60px
}
.example .example-text .example-btn-wrap {
    font-size:0
}
.example .example-text .example-btn {
    display:inline-block;
    width:110px;
    height:42px;
    line-height:42px;
    border-radius:2px;
    font-size:14px;
    text-align:center
}
.example .example-text .example-btn__free {
    background:#2A75ED;
    color:#fff
}
.example .example-text .example-btn__quick {
    border:1px solid #2A75ED;
    color:#2371F1;
    margin-left:18px
}
.example .example-text__left {
    padding-left:80px
}

.example .example-text__right {
    padding-left:66px
}
.example .example-img {
    width:560px;
    height:360px;
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background-position:center;
    background-repeat:no-repeat;
    background-size:auto 360px
}
.example .example-img:hover {
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    -webkit-transform-origin:center;
    transform-origin:center
}
.example .example-img__pay {
    background-image:url(../img/pay.jpg)
}
.example .example-img__edu {
    background-image:url(../img/edu.png)
}
.example .example-img__content {
    background-image:url(../img/content.jpg)
}
.mores {
    background:#F4F6F9
}
.mores .mores-content {
    width:1200px;
    margin:0 auto;
    padding:0 0 48px;
    overflow:hidden
}
.mores .mores-title {
    line-height:50px;
    margin:80px 0 60px;
    text-align:center;
    color:#071D43;
    font-size:36px
}
.mores .mores-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.mores .mores-item {
    width:370px;
    background:#fff;
    overflow:hidden;
    margin:0 0 52px;
    color:#081E42
}
.mores .mores-item__img {
    height:200px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:370px;
    overflow:hidden
}
.mores .mores-item__img:hover .mores-item__getmore {
    -webkit-transform:translateY(0);
    transform:translateY(0)
}
.mores .mores-item__img .mores-item__getmore {
    display:block;
    width:inherit;
    height:inherit;
    text-align:center;
    background:rgba(8, 30, 66, .6);
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.mores .mores-item__img .mores-item__btn {
    display:inline-block;
    width:129px;
    height:50px;
    line-height:50px;
    color:#fff;
    border:1px solid #fff;
    margin:75px 0 0
}
.mores .mores-item__img-live {
    background-image:url(../img/live.jpg)
}
.mores .mores-item__img-dk {
    background-image:url(../img/dk.jpg)
}
.mores .mores-item__img-meeting {
    background-image:url(../img/meeting.jpg)
}
.mores .mores-item__img-nx {
    background-image:url(../img/nx.jpg)
}
.mores .mores-item__img-publish {
    background-image:url(../img/publish.jpg)
}
.mores .mores-item__img-ads {
    background-image:url(../img/ads.jpg)
}
.mores .mores-item__title {
    padding:0 14px;
    line-height:25px;
    margin:20px 0 6px;
    font-size:18px
}
.mores .mores-item__tip {
    padding:0 14px;
    margin:0 0 20px
}
.data {
    background-repeat:no-repeat;
    background-position: bottom;
    background-image:url(../images/crmeb.jpg);
    background-size:cover
}
.data .data-content {
    width:1200px;
    height:465px;
    margin:0 auto;
    overflow:hidden
}
.data .data-title {
    line-height:50px;
    text-align:center;
    margin:80px 0 70px;
    font-size:28px;
    color:#fff
}
.data .data-title span{
    line-height:50px;
    text-align:center;
	font-size:18px;
    color:#fff
}
.data .data-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.data .data-item {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    text-align:center;
    color:#fff
}
.data .data-item__icon {
    display:inline-block;
    height:56px;
    line-height:48px;
    font-size:48px;
    vertical-align:top;
    margin-top:6px
}
.data .data-item_header {
    line-height:90px;
    font-size:64px;
    font-weight:500
}
.data .data-item_content {
    line-height:25px;
    font-size:18px
}
.gain {
    background:#fff
}
.gain .gain-content {
    width:1200px;
    margin:0 auto;
    overflow:hidden;
    text-align:center
}
.gain .gain-header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:0 227px;
    margin:100px 0 40px
}
.gain .gain-header__item {
    width:56px
}
.gain .gain-header__img {
    width:56px;
    height:56px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:56px;
    margin:0 0 10px
}
.gain .gain-header__img-zmedia {
    background-image:url(../fonts/zmedia.svg)
}
.gain .gain-header__img-media {
    background-image:url(../fonts/media.svg)
}
.gain .gain-header__img-edu {
    background-image:url(../fonts/edu.svg)
}
.gain .gain-header__img-px {
    background-image:url(../fonts/px.svg)
}
.gain .gain-header__img-publish {
    background-image:url(../fonts/publish.svg)
}
.gain .gain-header__img-v {
    background-image:url(../fonts/v.svg)
}
.gain .gain-header__text {
    color:#081E42
}
.gain .gain-tips {
    height:17px;
    line-height:17px;
    font-size:12px;
    margin:40px 0;
    color:#42516E
}
.gain .gain-customer {
    width:1200px;
    margin:0 0 100px
}
.gain .gain-btn {
    display:block;
    width:185px;
    height:50px;
    line-height:50px;
    color:#42516E;
    margin:40px auto 100px;
    border:1px solid #42516e;
    border-radius:2px
}
.gain .gain-btn:hover {
    color:#2A75ED
}
.gain .gain-more {
    height:24px;
    line-height:24px;
    font-size:14px;
    margin:60px 0 100px
}
.gain .gain-more a {
    color:#888
}
.gain .gain-more_icon {
    display:inline-block;
    width:24px;
    height:24px;
    font-size:22px;
    vertical-align:top;
    margin:1px 0 0 10px
}
.gain .gain-item, .gain .gain-qrcode {
    width:183px;
    height:150px;
    background-position:center;
    background-repeat:no-repeat
}
.gain .gain-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 0 100px;
    padding:0 50px
}
.gain .gain-item {
    position:relative;
    overflow:hidden;
    background-size:cover
}
.gain .gain-item:hover {
    z-index:10;
    -webkit-box-shadow:0 8px 22px 0 rgba(42, 117, 237, .16);
    box-shadow:0 8px 22px 0 rgba(42, 117, 237, .16)
}
.gain .gain-item:hover .gain-qrcode {
    -webkit-transform:translateY(-120px);
    transform:translateY(-120px)
}
.gain .gain-item1 {
    background-image:url(../img/1.png)
}
.gain .gain-item2 {
    background-image:url(../img/2.png)
}
.gain .gain-item3 {
    background-image:url(../img/3.png)
}
.gain .gain-item4 {
    background-image:url(../img/4.png)
}
.gain .gain-item5 {
    background-image:url(../img/5.png)
}
.gain .gain-item6 {
    background-image:url(../img/6.png)
}
.gain .gain-item7 {
    background-image:url(../img/7.png)
}
.gain .gain-item8 {
    background-image:url(../img/8.png)
}
.gain .gain-item9 {
    background-image:url(../img/9.png)
}
.gain .gain-item10 {
    background-image:url(../img/10.png)
}
.gain .gain-item11 {
    background-image:url(../img/11.png)
}
.gain .gain-item12 {
    background-image:url(../img/12.png)
}
.gain .gain-item13 {
    background-image:url(../img/13.png)
}
.gain .gain-item14 {
    background-image:url(../img/14.png)
}
.gain .gain-item15 {
    background-image:url(../img/15.png)
}
.gain .gain-item16 {
    background-image:url(../img/16.png)
}
.gain .gain-item17 {
    background-image:url(../img/17.png)
}
.gain .gain-item18 {
    background-image:url(../img/18.png)
}
.gain .gain-item19 {
    background-image:url(../img/19.png)
}
.gain .gain-item20 {
    background-image:url(../img/20.png)
}
.gain .gain-item21 {
    background-image:url(../img/21.png)
}
.gain .gain-item22 {
    background-image:url(../img/22.png)
}
.gain .gain-item23 {
    background-image:url(../img/23.png)
}
.gain .gain-item24 {
    background-image:url(../img/24.png)
}
.gain .gain-name {
    line-height:22px;
    margin:98px 0 0;
    font-size:16px;
    text-align:center
}

.gain .gain-qrcode {
    position:absolute;
    -webkit-transform:translateY(150px);
    transform:translateY(150px);
    background-color:#fff;
    background-size:110px;
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.gain .gain-qrcode1 {
    background-image:url(../img/wx25.png)
}
.gain .gain-qrcode2 {
    background-image:url(../img/wx26.png)
}
.gain .gain-qrcode3 {
    background-image:url(../img/wx27.png)
}
.gain .gain-qrcode4 {
    background-image:url(../img/wx28.png)
}
.gain .gain-qrcode5 {
    background-image:url(../img/wx29.png)
}
.gain .gain-qrcode6 {
    background-image:url(../img/wx30.png)
}
.gain .gain-qrcode7 {
    background-image:url(../img/wx31.png)
}
.gain .gain-qrcode8 {
    background-image:url(../img/wx32.png)
}
.gain .gain-qrcode9 {
    background-image:url(../img/wx33.png)
}
.gain .gain-qrcode10 {
    background-image:url(../img/wx34.png)
}
.gain .gain-qrcode11 {
    background-image:url(../img/wx35.png)
}
.gain .gain-qrcode12 {
    background-image:url(../img/wx36.png)
}
.gain .gain-qrcode13 {
    background-image:url(../img/wx37.png)
}
.gain .gain-qrcode14 {
    background-image:url(../img/wx38.png)
}
.gain .gain-qrcode15 {
    background-image:url(../img/wx39.png)
}
.gain .gain-qrcode16 {
    background-image:url(../img/wx40.png)
}
.gain .gain-qrcode17 {
    background-image:url(../img/wx41.png)
}
.gain .gain-qrcode18 {
    background-image:url(../img/wx42.png)
}
.gain .gain-qrcode19 {
    background-image:url(../img/wx43.png)
}
.gain .gain-qrcode20 {
    background-image:url(../img/wx44.png)
}
.gain .gain-qrcode21 {
    background-image:url(../img/wx45.png)
}
.gain .gain-qrcode22 {
    background-image:url(../img/wx46.png)
}
.gain .gain-qrcode23 {
    background-image:url(../img/wx47.png)
}
.gain .gain-qrcode24 {
    background-image:url(../img/wx48.png)
}
.safe {
    background:#F4F6F9
}
.safe .safe-content {
    width:1200px;
    margin:0 auto;
    overflow:hidden;
    text-align:center
}
.safe .safe-title {
    line-height:50px;
    font-size:36px;
    color:#071D43;
    margin:100px 0 60px
}
.safe .safe-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:0 22px;
    margin:0 0 100px
}
.safe .safe-item {
    width:164px
}
.safe .safe-img {
    width:160px;
    height:160px;
    border-radius:50%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:130px
}
.safe .safe-img__skill {
    background-image:url(../img/skill.png)
}
.safe .safe-img__safe {
    background-image:url(../img/safe.png);
    background-size:110px
}
.safe .safe-img__service {
    background-image:url(../img/service.png);
    background-size:110px
}
.safe .safe-img__good {
    background-image:url(../img/good.png)
}
.safe .safe-img__convenient {
    background-image:url(../img/convenient.png)
}
.safe .safe-name {
    line-height:25px;
    color:#081E42;
    font-size:18px;
    margin:10px 0 4px
}
.safe .safe-tip {
    line-height:20px;
    color:#081E42
}
.customer {
    background:#fff;
    overflow:hidden
}
.customer .customer-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center;
    margin:100px 0 0
}
.customer .customer-item {
    width:110px;
    cursor:pointer
}
.customer .customer-item_customer1 {
    background:url(../img/1.png) center no-repeat
}
.customer .customer-item_customer2 {
    background:url(../img/2.png) center no-repeat
}
.customer .customer-item_customer3 {
    background:url(../img/3.png) center no-repeat
}
.customer .customer-item_customer5 {
    background:url(../img/5.png) center no-repeat
}
.customer .customer-item_customer6 {
    background:url(../img/6.png) center no-repeat
}
.customer .customer-item_customer7 {
    background:url(../img/7.png) center no-repeat
}
.customer .customer-item_customer8 {
    background:url(../img/8.png) center no-repeat
}
.customer .customer-item_avatar {
    position:relative;
    width:80px;
    height:80px;
    background-size:auto 80px;
    border-radius:50%;
    margin:0 auto
}
.customer .customer-item_avatar:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, .5);
    border-radius:50%
}
.customer .customer-item_name {
    line-height:25px;
    color:#081E42;
    font-size:18px;
    margin:13px 0 2px
}
.customer .customer-item_channel {
    line-height:17px;
    font-size:12px;
    color:#42516E
}
.customer .customer-item_selected .customer-item_avatar:before {
    display:none
}
.customer .customer-content {
    margin:0 auto;
    padding:60px 0 100px;
    overflow:hidden
}
.customer .customer-show {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:707px;
    height:269px;
    padding:60px 54px;
    background:#fff;
    -webkit-box-shadow:0 10px 40px 0 #e2e4ee;
    box-shadow:0 10px 40px 0 #e2e4ee;
    -webkit-transform:scale(.8);
    transform:scale(.8)
}
.customer .customer-show:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:inherit;
    height:inherit;
    background:rgba(255, 255, 255, .4)
}
.customer .swiper-slide-active {
    -webkit-box-shadow:0 16px 48px 0 #e2e4ee;
    box-shadow:0 16px 48px 0 #e2e4ee;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.customer .swiper-slide-active:before {
    background:0 0
}
.customer .customer-item_customer-big1 {
    background:url(../img/pic_customers1.png) center no-repeat
}
.customer .customer-item_customer-big2 {
    background:url(../img/pic_customers2.png) center no-repeat
}
.customer .customer-item_customer-big3 {
    background:url(../img/pic_customers3.png) center no-repeat
}
.customer .customer-item_customer-big5 {
    background:url(../img/pic_customers5.png) center no-repeat
}
.customer .customer-item_customer-big6 {
    background:url(../img/pic_customers6.png) center no-repeat
}
.customer .customer-item_customer-big8 {
    background:url(../img/pic_customers8.png) center no-repeat
}
.customer .customer-show_img {
    width:128px;
    height:128px;
    background-size:128px;
    border-radius:50%;
    margin:0 40px 0 0;
    background-repeat:no-repeat;
    background-position:center
}
.customer .customer-show_text {
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.customer .customer-show_text-header {
    line-height:33px;
    color:#081E42;
    margin:0 0 16px;
    font-size:24px
}
.customer .customer-show_text-header span {
    font-size:14px;
    color:#415070;
    margin:0 0 0 5px
}
.customer .customer-show_text-footer {
    font-size:14px;
    line-height:28px;
    color:#415070
}
.img-text-container {
    width:100%;
    height:600px;
    overflow:hidden;
    position:relative;
    margin-bottom:100px
}
.img-text-container:after {
    content:'';
    display:block;
    clear:both
}
.img-text-container .img-text-imgs-list {
    float:left;
    width:450px;
    margin-right:90px;
    height:600px
}
.img-text-container .img-text-imgs-list img {
    width:100%
}
.img-text-container.right .img-text-imgs-list {
    float:right;
    margin-right:0
}
.img-text-container.right .img-text-list li:hover {
    background:#fff
}
.img-text-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:600px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.img-text-list li {
    width:520px;
    padding:20px 20px 20px 70px;
    text-align:left;
    position:relative
}
.img-text-list li:hover {
    background:#f8f8f8
}
.img-text-list li .iconfont {
    font-size:32px;
    color:#2A75ED;
    float:left;
    position:absolute;
    left:20px;
    top:20px
}
.img-text-list li h4 {
    font-weight:500;
    font-size:16px;
    line-height:24px;
    color:#081E42;
    margin:0
}
.img-text-list li p {
    font-size:14px;
    color:#888;
    margin:10px 0 0
}
.channelAdvantage, .channelAdvantage div {
    height:50px;
    line-height:50px
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity:.85;
    background:#fff
}
.swiper-container:hover .channelAdvantage {
    display:block
}
.channelAdvantage {
    display:none;
    position:absolute;
    width:50px;
    top:50%;
    margin-top:-25px;
    z-index:2;
    outline:0;
    cursor:pointer;
    font-size:20px;
    text-align:center;
    background:rgba(0, 0, 0, .2)
}
.channelAdvantage div:before {
    color:#fff
}
.channelAdvantage.btnNext {
    right:0
}
.channelAdvantage.btnPrev {
    left:0;
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.swiper-wrapper a{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 0;
     /*background-size: cover;*/ 
}
.swiper-button-prev {
    background: url(../img/arrow_left.png) no-repeat;
    background-color: rgba(0,0,0,0.5);
}
.swiper-button-next {
    background: url(../img/arrow_right.png) no-repeat;
    background-color: rgba(0,0,0,0.5);
}

.section-1{ background: #fff; border-radius: 5px; padding-bottom: 30px; box-shadow: 0px 12px 28px 0px rgb(0 33 71 / 5%), 0px 12px 19px 0px rgb(0 33 71 / 5%), inset 0px 1px 0px 0px rgb(255 255 255 / 50%); position: relative; z-index: 3; margin-top: -40px;}
.section-1 .list{ overflow: hidden; }
.section-1 .list li{ float: left; width: 25%; padding-top: 35px;}
.section-1 .list li a{ overflow: visible; display: block; }
.section-1 .list li .img{ float: left; transition: all .2s; width: 51px; height: 59px; margin-left: 40px; background: url(../images/01-icon.png) no-repeat;}
.section-1 .list li.item-1 .img{ background-position: left top; }
.section-1 .list li.item-2 .img{ background-position: -60px top; }
.section-1 .list li.item-3 .img{ background-position: -120px top; }
.section-1 .list li.item-4 .img{ background-position: -180px top; }
.section-1 .list li.item-1 a:hover .img{ background-position: left bottom; }
.section-1 .list li.item-2 a:hover .img{ background-position: -60px bottom; }
.section-1 .list li.item-3 a:hover .img{ background-position: -120px bottom; }
.section-1 .list li.item-4 a:hover .img{ background-position: -180px bottom; }
.section-1 .list li .text{ float: left; width: 170px; margin-left: 20px;}
.section-1 .list li h3{ font-size: 18px; margin-bottom: 7px;}
.section-1 .list li p{ font-size: 14px; color: #95989d; white-space: nowrap;}

.home-sec * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.home-sec { -webkit-box-sizing: border-box; box-sizing: border-box; }
.inner-width { width: 1200px; margin: 0 auto; }

.home-sec { margin: 0 auto; }
.animate-item { transform: translateY(80px) scale(.96); opacity: 0; transition: all 1s ease .2s; }
.animate-item.show { transform: translateY(0) scale(1); opacity: 1; }
.animate-item.static-show { transform: translateY(0) scale(1); opacity: 1; transition: unset; }

.home-sec-title { height: 42px; line-height: 42px; color: #3B426B; font-size: 30px; font-weight: bold; text-align: center; }
.home-sec-desc { margin-top: 20px; height: 28px; line-height: 28px; font-size: 20px; text-align: center; color: #3B426B; }

.service { height: 647px; padding-top: 80px; position: relative; overflow: hidden;margin-top:60px; }
.service-bg { position: absolute; z-index: 0; width: 100vw; min-width: 1980px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.service .inner-width { position: relative; z-index: 1; }
.service .inner-width .home-sec-title { color: #fff; }
.service-container { width: 1200px; height: 343px; position: relative; }
.service-vessel { background: rgba(255, 255, 255, 0.15); width: 1200px; height: 343px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 70px; }
.service-item { width: 300px; height: 343px; padding-top: 64px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.service-iconbox { height: 72px; width: 72px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 6px; }
.service-iconbox .service-icon { display: block; }
.service-title { height: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: relative; font-size: 22px; color: #fff; }
.service-title::before { content: ''; position: absolute; width: 40px; height: 4px; background: #2a75ed; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); bottom: -4px; }
.service-desc { margin-top: 35px; line-height: 25px; font-size: 16px; color: #fff; width: 220px; text-align: center; }

.service-active-vessel { background: #2a75ed; margin-top: 0; }
.service-active-vessel .service-title::before { background: #fff; }

.service-slider { position: absolute; -webkit-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; top: 0; left: 0; width: 300px; height: 343px; overflow: hidden; }
.service-slider .service-active-vessel { position: absolute; top: 0; left: 0; -webkit-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; }

/* 必要布局样式css */
.solution-box {
    background: #262c50;
}

.solution-bj {
    background: url("../images/fa_bg.jpg");
    background-size: cover;
	height: 693px;
	

}

.solution-header {
    max-width: 1200px;
    padding: 50px 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-header h2 {
    margin: 10px auto;
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    color: #FAFBFE;
    font-weight: inherit;
}

.solution-header p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
}

.solution-content {
    max-width: 1172px;
    margin: 0 auto;
	height: 504px;
	backdrop-filter: blur(14px);
	background: rgba(23,24,27,.4);
}

.solution-list {
    width: 300px;
    float: left;
}

.solution-list ul li {
    width: 240px;
    height: 72px;
    background: rgba(255, 255, 255, 0.15);
    padding-left: 70px;
    margin: 0 10px;
    position: relative;
}

.solution-list ul li h2 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 72px;
    font-weight: inherit;
}

.solution-list ul .on {
    width: 260px;
    margin: 0;
    padding-left: 80px;
    background-image: linear-gradient(-180deg, #4389f9 0%, #2a75ed 63%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4389f9, endColorstr=#2a75ed);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#4389f9, endColorstr=#2a75ed)";
    /*IE8+*/
}

.solution-item {
    margin-left: 300px;
    display: block;
    padding: 20px 30px 0 10px;
    overflow: hidden;
}

.solution-item ul li {
    padding: 20px 0;
}

.solution-item ul li h2 {
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    font-weight: inherit;
}

.solution-item ul li p {
    opacity: 0.8;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
}

.s-btn {
    display: inline-block;
    color: #36383C;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 20px;
    cursor: pointer;
    border: 1px solid #d4d5d7;
    position: relative;
    letter-spacing: normal;
}

.solution-more {
    border: 1px solid #FAFBFE;
    border-radius: 4px;
    height: 40px;
    width: 140px;
    margin: 20px 0 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #FAFBFE;
    padding-left: 30px;
}

.solution-more em {
    width: 13px;
    height: 8px;
    margin-left: 10px;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAGRJREFUGBm1jkEKgDAMBKtYf+JJ3yM+UrS+RlD8inEivVr2YmAgbWeThvBHmVmCBRp5PnILF5zee7BS0lnecW/o3xCXB4dOGYCT1E0ReQbfNEK5+EWEDVbvy3Z+RZxggFoKfEkPa309oQKxul4AAAAASUVORK5CYII=") no-repeat;
    background-size: cover;
    transition: margin-left 0.3s ease-out;
}

.solution-more:hover {
    color: #2a75ed;
    border: 1px solid #2a75ed;
}

.solution-more:hover em {
    margin-left: 15px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAGRJREFUGBm1jkEKgDAMBKtYf+JJ3yM+UrS+RlD8inEivVr2YmAgbWeThvBHmVmCBRp5PnILF5zee7BS0lnecW/o3xCXB4dOGYCT1E0ReQbfNEK5+EWEDVbvy3Z+RZxggFoKfEkPa309oQKxul4AAAAASUVORK5CYII=") no-repeat;
}

.solution-title {
    position: relative;
}

.solution-title h3 {
    font-size: 18px;
    color: #FFFFFF;
    width: 135px;
    font-weight: inherit;
}

.solution-title span {
    border-top: 1px solid white;
    opacity: 0.2;
    display: inline-block;
    width: 81%;
    position: absolute;
    margin-left: 135px;
    top: 12px;
}

.solution-brand {
    width: 100%;
    position: relative;
}

.solution-brand-item {
    padding: 15px 20px 10px 0;
    width: 138px;
    float: left;
}

.solution-brand-item a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    height: 40px;
	text-align: center;
    display: block;
    position: relative;
}

.solution-brand-item a i {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 20px;
    top: 8px;
    color: #ffffff;
    font-size: 24px;
}

.solution-item .solution-brand-item a p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px
}

.solution-brand-item .solution-more {
    width: auto;
    margin-top: 0;
}

.solution-brand-item a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.solution-more-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: block;
}

.solution-more-wrap .solution-more {
    width: auto;
    margin-top: 0;
    color: #999;
	font-size:18px;
    border: none;
}

.solution-more-wrap .solution-more:hover {
    color: #2a75ed
}

.solution-brand-item a i img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
}

.clear a {
    border: none;
    padding-left: 20px;
}

.clear a:hover {
    background: none;
}

.clear a img {
    width: 130px;
}

.clear {
    padding-top: 32px;
}

.solution-item ul {
    display: none;
}

.case-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.case-index-title {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
}

.case-index-title h2 {
    font-size: 36px;
    font-weight: normal;
}

.case-index-title p {
    font-size: 16px;
    color: #919599;
    margin-top: 30px;
}

.case-index-content {
    position: relative;
}

.service-list .service-list-item {
    float: left;
    width: 290px;
    margin-right: 13px;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.service-title2 {
    width: 290px;
    height: 160px;
}

.service-bj1 .service-title2 {
    background: url(../images/service-001.jpg) no-repeat center top;
}

.service-bj2 .service-title2 {
    background: url(../images/service-002.jpg) no-repeat center top;
}

.service-bj3 .service-title2 {
    background: url(../images/service-003.jpg) no-repeat center top;
}

.service-bj4 .service-title2 {
    background: url(../images/service-004.jpg) no-repeat center top;
}

.service-title2 h3 {
    font-size: 24px;
    text-align: center;
    padding-top: 105px;
    color: #fff;
    font-weight: normal;
}

.service-content {
    height: 318px;
    border: 1px solid #E7E9EC;
    border-top: 0;
}

.service-content-list {
    margin-left: 58px;
    margin-top: 28px;
}

.service-content-list li {
    margin-bottom: 18px;
    position: relative;
}

.service-content-list li:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C1C5CB;
    content: "";
    position: absolute;
    left: -16px;
    top: 7px;
}

.service-content-list li h4 {
    font-size: 14px;
    color: #616366;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 20px;
}

.service-content-list li p {
    font-size: 14px;
    color: #919499;
}

.service-list-more {
    width: 200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    color: #2a75ed;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #2a75ed;
    transition: all .2s;
}

.service-list-more:hover {
    background: #2a75ed;
    color: #fff;
}

.service-list .service-list-item:hover {
    box-shadow: 0 7px 39px rgba(0,0,0,.1)
}

.service-list {
    margin-right: -13px;
}


.banner-text1{font-size:50px;line-height:50px;color:#fff}
.banner-text2{margin-top:28px;font-size:20px;line-height:35px;color:#e4e7eb}
.banner-link-button {
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 54px;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.banner-link-button:hover{background:#fff;color:#333;border:1px solid #fff}

.banner-point{display:none;position:absolute;bottom:48px;left:0;width:100%;height:18px;line-height:18px}
.banner-point{display:block}

.slider-text {
	width: 1200px;
	margin: 180px auto auto auto;
}
.popup-container {
    position: fixed;
    top: 50%;
    width: 400px;
    left: 50%;
    padding: 30px 0;
    background: #fff;
    display: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    border-radius: 8px;
    color: #333;
}
.popup-container .close{
    /*background-image: url('__PUBLIC__/mobile/close_bg.png');
    background-size: 100% 100%;*/
    height: 60px;
    text-align: right;
    color: #333;
    right: 11px;
    cursor: pointer;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    z-index: 99990;
    display: none;
}
.popup-container.active,.mask.active {
    display: block;
}
.modal-box {
    display: none;
    position: relative;
}
.modal-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.2;
}
.modal-content {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px auto 0;
    z-index: 300;
    background-color: #FFF;
    border-radius: 10px;
    width: 320px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.modal-title {
    font-size: 18px;
    font-weight: bold;
}
.modal-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    color: #0c72ef;
}
.modal-section button {
    width: 60px;
    height: 32px;
}

.customer-service-pc {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    overflow: hidden;
    position: fixed;
    right: 20px;
    top: 207px;
    width: 120px;
    z-index: 100
}

.customer-service-pc .service__circle {
    background: #27D598;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 120px;
    overflow: hidden;
    width: 120px
}

.customer-service-pc .service__circle .circle__content {
    border-radius: 50%;
    height: 90px;
    margin: 15px;
    width: 90px
}

.customer-service-pc .service-text {
    background: #27D598;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center
}

.customer-service-pc .service-text .service__title {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    justify-content: center;
    line-height: 16px;
    margin: 5px 0 0
}

.customer-service-pc .service-text .service__btn {
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 38px;
    text-align: left;
}

.customer-service-pc .service-text .service-qrcode {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 hsla(0,0%,81%,.5);
    display: none;
    height: 152px;
    padding: 10px;
    position: fixed;
    right: 160px;
    text-align: center;
    top: 430px;
    width: 152px
}

.customer-service-pc .service-text .service-qrcode .qrcode {
    height: 105px;
    width: 105px
}

.customer-service-pc .service-text .service-qrcode .text {
    color: #333;
    line-height: 14px
}

.customer-service-pc .service-text .service-qrcode .text2 {
    color: #999;
    line-height: 12px;
    margin-top: 5px
}

.customer-service-pc .service-text .border-tb {
    border-bottom: 1px solid hsla(0,0%,100%,.4);
    border-top: 1px solid hsla(0,0%,100%,.4)
}

.customer-service-pc .service-text .border-tb:hover .service-qrcode {
    display: block
}

.customer-service-pc .service-text .service__code {
    height: 90px;
    vertical-align: text-bottom;
    width: 90px
}

.customer-service-pc .service-text .service__note {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin: 8px auto 0
}

.customer-service-pc .service-text .service__note span {
    color: #fff256
}

