+
.marginauto {
	width: 1200px;
	margin: 0 auto;
}
/*.header {
	justify-content: space-between;
	height: 80px;
}
.header img {
	margin: 22px 128px 22px 35px;
	width: 306px;
}

.header li {
	line-height: 80px;
	margin-right: 40px;
}
.header li a {
	font-size: 16px;
	color: #666;
}
.header li.active a {
	color: #0086ff;
}
.header li:hover a {
	color: #0086ff;
}
.header div div {
	line-height: 38px;
	height: 38px;
	text-align: center;
	width: 90px;
	background: #0b86f9;
	border-radius: 4px;
	margin: 21px 0;
	cursor: pointer;
}.header div div a {
	font-size: 16px;
	color: #fff;
}
.header div div:nth-of-type(2) {
	width: 120px;
	margin: 21px 64px 21px 18px;
	border: 1px solid #0086ff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.header div div:nth-of-type(2) a {
	color: #0086ff;
}
.header div div:nth-of-type(1):hover {
	background: #2894fe;
}
.header div div:nth-of-type(2):hover {
	background: #2894fe;
	border: none;
}
.header div div:nth-of-type(2):hover a {
	color: #fff;
}*/
.top_banner {
	min-height: 690px;
}
.banner {
	color: #fff;
	font-weight: 100;
}
.banner img {
	margin: 30px 228px 0 18px;
}
.banner .flex {
	width: 260px;
    margin: 30px 0;
	text-align: center;
}
.banner>div p:nth-of-type(1) {
	font-size: 32px;
	margin: 146px 0 30px 0;
}
.banner>div p:nth-of-type(2) {
	font-size: 32px;
}
.banner .flex a:nth-of-type(1) {
	width: 120px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer;
	color: #fff;
}
.banner .flex a:nth-of-type(1):hover {
	background: #fff;
	color: #0086ff;
}
.banner .flex a:nth-of-type(2) {
	color: #0086ff;
	width: 120px;
	height: 44px;
	line-height: 44px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: pointer;
}
/*.banner .flex a:nth-of-type(2):hover {
	background: #f2f2f2;
	color: #0086ff;
}*/
.top_banner .nav {
	height: 11px;
	width: 106px;
	bottom: 146px;
	left: 50%;
	margin-left: -53px;
}
.top_banner .nav li {
	text-align: center;
	width:11px;
	height:11px;
	border-radius:50%;
	margin-right: 37px;
}
.top_banner .nav li a {
	width:11px;
	height:11px;
	border: 1px solid #000;
	border-radius:50%;
	color: #fff;
	line-height: 11px;
    display: block;
}
.top_banner .nav li a.active {
	background: #00AAEA;
	border-color: #00AAEA;
}
.changeTit div:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid #2389ed;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: block;
	margin: 16px auto 10px auto;
}
.changeTit div {
	text-align: center;
	font-size: 30px;
	color: #555;
	margin-top: 66px;
}
.changeTit p {
	color: #888;
	font-size: 16px;
	width: 628px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
}
.model {
	justify-content: space-around;
	margin-top: 46px;
}
.model img {
	width: 77px;
	height: 60px;
	margin: 0 auto;
	display: block;
}
.model div.active {
	border-bottom: 2px solid #2389ED;
}
.model div.active p {
	color: #2389ed;
}
.model div {
	border-bottom: 2px solid transparent;
	padding-bottom: 23px;
	width: 600px;
	cursor: pointer;
}
.model p {
	color: #666;
	text-align: center;
	padding-top: 10px;
}
span.jianbian {
	width: 46px;
	margin: 0 auto;
	font-size: 46px;
	color: transparent;
	background: linear-gradient(90deg,#70b5fa,#1576fb);
    -webkit-background-clip: text;
    display: block;
}
.modelDetail {
	background: #f8faff;
	color: #666;
	padding-bottom: 90px;
}
.modelDetail>div:nth-of-type(2) {
	display: none;
	opacity: 0;
}
.modelDetail>div {
	transition: all 0.3s ease;
}
.distribution .flex{
	padding-left: 20px;
}
.distribution .flex div:nth-of-type(1) {
	background-image: url(../img/bg_4.png);
}
.distribution .flex div:nth-of-type(2) {
	background-image: url(../img/bg_3.png);
}
.distribution .flex div:nth-of-type(3) {
	background-image: url(../img/bg_1.png);
}
.distribution .flex div:nth-of-type(4) {
	background-image: url(../img/bg_2.png);
}
.distribution .flex div {
	width: 230px;
	height: 260px;
	border: 1px solid #EEEEEE;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: bottom right;
	background-repeat: no-repeat;
	/*background-size: 100%;*/
	background-color: #fff;
	margin-right: 80px;
	text-align: center;
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.distribution>p {
	font-size: 16px;
	margin: 62px 0 38px 20px;
	height: 60px;
	line-height: 30px;
	width: 1100px;
}
.distribution div p:nth-of-type(1) {
	font-size: 14px;
}
.distribution .flex div:hover p:nth-of-type(1){
	line-height: 52px;
}
.distribution img {
	margin: 41px auto 21px auto;
	width: 57px;
	height: 65px;
}
.distribution .flex div:hover .jianbian{
	margin: 30px auto 10px auto;
	color: #fff;
}
.distribution div p:nth-of-type(2) {
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 50%;
	background: #5c93fc;
	width: 21px;
	height: 21px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
.distribution div p:nth-of-type(2):before {
	content: '';
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 6px;
	height: 6px;
	display: block;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 5px;
    top: 7px;
    position: absolute;
}
.distribution .flex div p:nth-of-type(3){
	display: none;
}
.distribution .flex div:hover p:nth-of-type(3){
	display: block;
	padding: 0 18px;
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}
.distribution .flex div:hover {
	background: linear-gradient(180deg,#70b5fa,#1173fc);
	margin-top: -16px;
	background-position: bottom right;
}
.distribution .flex div:hover .iconfont {
	top: 42px;
}
.distribution .flex div:hover p:nth-of-type(2) {
	display: none;
}
.distribution .flex div:hover p {
	color: #fff;
}
.distribution+img {
	width: 414px;
	height: 325px;
	margin: 80px 0 0 140px;
}
.distribution .jianbian {
	margin: 50px auto 30px auto;
    font-size: 50px;
    width: 50px;
}
.modelDetail .abs {
	right: 214px;
	top: 146px;
	transition: all 0.2s ease;
}
.modelDetail .abs:hover {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.step {
	flex-wrap: wrap;
	margin-top: 50px;
	justify-content: space-around;
}
.step div {
	width: 370px;
	height: 300px;
	padding: 192px 30px 0 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: url(../img/finish.png) center 70px no-repeat;
	background-size: 40%;
	border-radius: 5px;
	transition: all .4s ease;
	box-shadow: 0 0 18px 8px rgba(0,0,0,.02);
	margin-bottom: 26px;
}
.step a:nth-of-type(2) div {
	background-image: url(../img/view.png);
	background-position: center 60px;
}
.step a:nth-of-type(3) div {
	background-image: url(../img/three.png);
}
.step a:nth-of-type(4) div {
	background-image: url(../img/user.png);
}
.step a:nth-of-type(5) div {
	background-image: url(../img/online.png);
	background-position: center 60px;
}
.step a:nth-of-type(6) div {
	background-image: url(../img/join.png);
}
.step p:nth-of-type(1) {
	color: #666;
	font-size: 18px;
	margin: 30px 0 40px 0;
}
.step .detailp {
	color: #747474;
	font-size: 12px;
	line-height: 22px;
	margin-top: 8px;
	display: none;
}
.step div:hover {
	background-size: 30%;
	padding-top: 146px;
}
.step div:hover p:nth-of-type(1) {
	color: #347ffd;
	margin-bottom: 20px;
}
.step div:hover p:nth-of-type(2) {
	color: #3c3c3c;
	display: block;
}
.stability {
	background: url(../img/stable_bg.png) no-repeat;
	color: #fff;
	width: 100%;
	height: 588px;
	margin-top: 20px;
	background-size: 100% 100%;
}
.stability li {
	width: 300px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 16px;
	background: rgba(82,82,82,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.05);
	cursor: pointer;
}
.stability li:last-child {
	border: none;
}
.stability li.act {
	background: #2389ed;
}

.stability_right p {
	font-size: 16px;
	padding: 154px 0 54px 0;
	line-height: 26px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.stability ul {
	margin: 116px 97px 0 0;
}
.stability_right div {
	justify-content: space-around;
}
.stability_right div div {
	/*background: url(../img/stable.png) center 69px no-repeat;*/
	padding-top: 144px;
	font-size: 16px;
	text-align: center;
	background-size: 56%;
	width: 146px;
	text-align: center;
}
.icon {
  /* 通过设置 font-size 来改变图标大小 */
  width: 1em; height: 1em;
  /* 图标和文字相邻时，垂直对齐 */
  vertical-align: -0.15em;
  /* 通过设置 color 来改变 SVG 的颜色/fill */
  fill: currentColor;
  /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
     normalize.css 中也包含这行 */
  overflow: hidden;
}

/*.numbersDay {
	height: 346px;
	width: 100%;
	background: #fcfcfc;
	padding: 46px 0 50px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.numbersFlex {
	justify-content: space-around;
	text-align: center;
}
.numbersFlex div div {
	width: 156px;
	height: 156px;
	background: rgba(241,249,254,0.5);
	border-radius: 50%;
	position: relative;
}
.numbersFlex div div:before {
	content: '';
	display: block;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: url(../img/stable_update.png) center no-repeat;
	background-size: 70%;
	background-color: #eef6fe;
	position: absolute;
	top: 35px;
	left: 35px;
}
.numbersFlex div:nth-of-type(2) div:before {
	background-image: url(../img/homeicon.png);
}
.numbersFlex div:nth-of-type(3) div:before {
	background-image: url(../img/log.png);
}
.numbersFlex div p:nth-of-type(2) {
	color: #2676fd;
	font-size: 18px;
	margin: 18px 0 6px 0;
	font-weight: 100;
    font-family: Helvetica;
}
.numbersFlex div p:nth-of-type(2) span{
	font-size: 36px;
}
.numbersFlex div p:nth-of-type(1) {
	color: #666;
}*/
/**
   'Dotum','f046bc294b35eefdc8d333a600d0003','Dotum'
 * */

/*数据新样式*/
/*
.numbersDay {
	height: 120px;
	background: #2389ed;
	border-top: 1px solid #50a1f2;
}
.numbersFlex {
	justify-content: space-around;
}
.numbersFlex div {
	width: 25%;
}
.numbersDay p {
	color: #fff;
	font-size: 18px;
	opacity: 0.7;
	padding: 16px 0;
	text-align: center;
}
.numbersDay .num {
	font-size: 16px;
	opacity: 1;
	padding-bottom: 2px;
}
.numbersDay .num span {
	font-size: 36px;
}
*/
.numbersDay {
	position: absolute;
	left: 20px;
	top: 640px;
	z-index: 1000;
}
.numbersDay div {
	width: 160px;
	height: 72px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #2389ed;
	/*橘色*/
	box-shadow: 0 2px 10px 2px rgba(35,137,237,.4);
	margin-bottom: 20px;
}
.numbersDay .num span {
	opacity: 1;
	font-size: 28px;
}
.numbersDay .num {
	padding: 6px 0 0 0;
}
.numbersDay p {
	/*opacity: 0.8;*/
}
.cases {
	background: #f8faff;
	padding: 79px 0 46px 0;
    margin-top: 46px;
}
.cases .flex {
	justify-content: space-around;
}
.cases .caseitem {
	width: 280px;
	height: 326px;
	background-color: #fff;
	transition: all 0.2s ease;
	overflow: hidden;
	position: relative;
}
.caseitem .abscase {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 5px;
}
.abscase2 {
	position: absolute;
	top: 326px;
	left: 0;
	width: 100%;
	background: #fff;
	height: 184px;
	transition: all .3s ease;
	
}
.abscase2 .casedetail {
	width: 256px;
	margin: 0 auto;
	padding-top: 18px;
	border-top: 1px solid #eee;
	font-size: 14px;
	color: #999;
	line-height: 22px;
}
.abscase2 span:nth-of-type(1) {
	color: #2676fd;
	font-weight: bold;
}
.cases .caseitem p.flex {
	font-size: 16px;
	color: #666666;
	line-height: 60px;
	width: 256px;
	margin: 0 auto;
	justify-content: space-between;
}
.cases .caseitem p.flex span:nth-of-type(2) {
	font-size: 12px;
	color: #999;
	background: #f1f1f1;
	padding: 4px 6px;
	border-radius: 3px;
	line-height: 12px;
	height: 12px;
	margin-top: 22px;
}
.cases img  {
	border-radius: 5px 5px 0 0;
}
.morebtn {
	color: #236ffb;
	border: 1px solid;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 57px auto 0 auto;
	cursor: pointer;
	display: block;
}
.morebtn:hover {
	background: #2894fe;
	color: #FFFFFF;
}

.cases .caseitem:hover {
	box-shadow: 0 8px 24px 0 rgba(63,74,105,.16);
	margin-top: -10px;
	border-bottom: 3px solid #236ffb;
}
.caseitem:hover .abscase {
	display: block;
}
.caseitem:hover .abscase2 {
	top: 142px;
}
/*.cases div div div {
   	line-height: 123px;
   	text-align: center;
   	color: #4a332a;
    font-size: 24px;
   font-family: 'Constantia';
}*/
.client {
	background: url(../img/voice_bg.png) center no-repeat;
	background-size: cover;
	padding-bottom: 15px;
}
.client .changeTit {
	padding: 10px 0;
}
.client .swiper-slide {
    width: 80%;
}
.client .swiper-slide .flex div {
	width: 20%;
}
.client .swiper-slide .flex {
	height: 50%;
	align-items: center;
	margin-top: 65px;
}
.client .swiper-slide img {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	transition: all 0.5s ease;
	margin: 0 auto;
	/*cursor: pointer;*/
	display: block;
	
}
.client .swiper-slide img.act{
	width: 140px;
	height: 140px;
}
.client .swiperheader {
	width: 1000px;
	height: 400px;
	margin: 46px auto 172px auto;
	box-shadow: 0 0 10px 6px rgba(0,0,0,0.05);
	background: rgba(255,255,255,0.86);
	justify-content: space-around;
    padding: 0 50px;
}
.client .swiper-slide p {
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 40px;
}

.swiperheader>img {
	width: 40px;
	height: 40px;
	margin-top: 178px;
	cursor: pointer;
	opacity: 0.3;
	display: none;	
}
.swiperheader>img:nth-of-type(2) {
	transform: rotate(180deg);
}
.register {
	background: url(../img/enter.png) no-repeat;
	height: 130px;
	width: 100%;
	line-height: 130px;
	color: #fff;
	font-size: 22px;
	background-size: 100% 100%;
}
.register p {
	font-weight: 100;
}
.register>div {
	width: 1000px;
	justify-content: space-around;
}
.register div a {
	line-height: 50px;
	width: 142px;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	margin-top: 40px;
	font-size: 18px;
	cursor: pointer;
	display: block;
	color: #fff;
}
.register div a:hover {
	background: #fff;
	color: #2894fe;
}

.news {
	width: 100%;
	/*background: #f8faff;*/
	padding: 20px 0 90px 0;
}
.newsitem {
	justify-content: space-around;
	margin-top: 66px;
}
/*.newsitem>div {
	width: 334px;
	height: 326px;
	background: url(../img/news.png) center 58px no-repeat;
	background-size: 62%;
	background-color: #FFFFFF;
}
.newsitem>div:nth-of-type(2) {
	background-image: url(../img/publish.png);
}
.newsitem>div:nth-of-type(3) {
	background-image: url(../img/update.png);
	background-position: center 90px;
}*/
.newsitem>div {
	width: 334px;
	/*background-color: #FFFFFF;*/
}
/*.newsitem .tit {
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 186px;
	background: #2389ed;
	line-height: 30px;
}*/
/*.newsitem .tit a{
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}*/
.newsitem .tit a {
	overflow: hidden;
	height: 40px;
    display: block;
	margin-bottom: 12px;
    line-height: 40px;
    padding: 14px;
    border-bottom: 1px solid #eee;
}
.newsitem .tit .iconfont {
	float: right;
	transform: rotate(-90deg);
}
.newsitem .tit span {
	color: #333;
}
.newsitem .tit:hover span {
	color: #2676fd;
}
.newsitem .tit svg {
	font-size: 40px;
	margin-right: 10px;
	float: left;
}
.newsitem p {
	line-height: 54px;
	padding: 0 14px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
}
.newsitem p a {
    font-size: 14px;
    color: #333;
}
.newsitem p a:hover{
	color: #2676fd;
}
/*.bottom {
	background: #1c2227;
	height: 50px;line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #666;
}*/

/*icon*/
/*.distribution span {
	position: absolute;
    top: 56px;
    left: 98px;
    color: #388efc;
    font-size: 34px;
}*/
.distribution .flex div {
	position: relative;
}
.stability_right {
	display: none;
}
.stability_right:nth-of-type(1){
	display: block;
}
.stability_right .flex div svg {
    margin-top: -76px;
    font-size: 48px;
    margin-bottom: 34px;
    width: 100%;
    text-align: center;
}
/*三周年*/
.absolutethree {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(0,0,0,0.7);
	/*display: none;*/
}
.absolutethree img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 645px;
	height: 447px;
}
.absolutethree span {
	position: absolute;
    top: -400px;
    left: 440px;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 26px;
    z-index: 1002;
    color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


#carouselbox {
	width: 1200px;
	height: 620px;
	margin:  10% auto 0 auto;
	position: relative;
	overflow: hidden;
}

#carouselbox ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 300px;
	width: 8400px!important;
	height: 620px;
}

#carouselbox ul li {
	float: left;
	width: 1200px;
	height: 620px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}

#carouselbox ul li a {
	display: block;
	height: 300px;
}

#carouselbox ul li a img {
	width: 100%;
	height: 100%;
}

#carouselprev,
#carouselnext {
	position: absolute;
	top: 280px;
	width: 40px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	color: #ccc;
}
#carouselprev:hover,
#carouselnext:hover {
	color: #0b86f9;
}

#carouselprev {
	left: 20px;
	transform: rotate(90deg);
}

#carouselnext {
	right: 20px;
	transform: rotate(-90deg);
}
.carouselpoint span {
	color: #ccc;
	font-size: 50px;
}
.carouselpoint {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.carouselpoint .active {
	color: #0b86f9;
}

.abscontent {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
	border-radius: 6px;
}
#carouselbox {
	border-radius: 6px;
}
.closecarousel {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	z-index: 12;
	cursor: pointer;
}
.carouselli h3 {
	color: #333;
	font-size: 24px;
}
.carouselli img {
	margin: 100px 0 10px 0;
}
.carouselli p {
	padding: 30px 140px;
}
.carouselli .flex {
	justify-content: center;
	align-items: center;
	margin: 60px 0;
}
.carouselli .circle {
	color: #fff;
	text-align: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	font-size: 24px;
	margin-right: 20px;
	background: linear-gradient(180deg,#2fbefa,#1e83ff);
}
.carouselli .arrow {
	font-size: 50px;
	color: #ccc;
	margin: 0 30px;
	font-weight: normal;
}
.carouselli .flex p {
	text-align: left;
	padding: 0;
}
.linshi h3 {
	margin: 50px;
}
.linshi img {
	margin-top: 120px;
}
body {
	overflow-x: hidden;
}
#head-swiper {
	display: flex;
	width: 100%;
	height: 690px;
	position: relative;
	overflow: hidden;
	/*position: absolute;
    top: 0;
    left: 0;
    transition: left .3s;*/
}
#head-swiper .slick-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#head-swiper .slick-list.draggable {
	overflow: hidden;
	width: 100%;
}
.v5_vertical .slick-list.draggable {
	height: 90px;
	overflow: hidden;
}
#head-swiper .slick-dots {
	height: 11px;
	width: 160px;
	bottom: 146px;
	left: 50%;
	margin-left: -80px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
#head-swiper .slick-dots li:last-child {margin: 0;}
#head-swiper .slick-dots li {
	text-align: center;
	width:11px;
	height:11px;
	border-radius:50%;
	margin : 0 37px 0 0;
}
#head-swiper .slick-dots li button {
	width:11px;
	height:11px;
	border: 1px solid #000;
	border-radius:50%;
	color: #fff;
	line-height: 11px;
	display: block;
}
#head-swiper .slick-dots li.slick-active button{
	background: #00AAEA;
	border-color: #00AAEA;
}

.animate-start {
    animation:swiperBanner 16s infinite;
}
#head-swiper a {
	width: 100%;
	display: block;
	flex-shrink: 0;
	position: relative;
}
#head-swiper div.v5_renren a{
	min-height: 690px;
	min-width: 1200px;
	z-index: -1;
	background: #c0eeff;
}
#head-swiper div.v5_renren .v5_one .v5_indTop{
	height:50px;
	font-size:54px;
	font-weight:400;
	margin-top: 89px;
	line-height: 50px;
}
#head-swiper div.v5_renren .v5_one .v5_indTit{
	height:50px;
	font-size:54px;
	font-weight:bold;
	margin-top: 22px;
	line-height: 50px;
}
#head-swiper div.v5_renren .v5_one .indCon{
	height:23px;
	font-size:24px;
	font-weight:400;
	margin: 40px 0 70px;
	line-height: 23px;
	padding-left: 20px;
	position: relative;
}
#head-swiper div.v5_renren .v5_one .indCon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 2px;
	width: 8px;
	height: 26px;
	background: #00aaea;
}
#head-swiper div.v5_renren .v5_one .v5_indNum
{
	height:34px;
	font-size:36px;
	line-height: 34px;
	margin-top: 13px;
}
#head-swiper div.v5_renren .v5_one .v5_indNum span {
	font-weight: bold;
	color: #00aaea;
}
#head-swiper div.v5_renren .v5_one .v5_indBtn {
	width:130px;
	height:45px;
	background:rgba(0,170,234,1);
	border-radius:5px;
	line-height: 45px;
	color: #fff;
	margin-top: 22px;
	font-size:18px;
	text-align: center;
}
#head-swiper div.v5_renren .v5_one img{
	width: 528px;
	height: 525px;
	margin-top: 31px;
}

#head-swiper div.v5_newIntro  {
	min-height: 690px;
	width: 100%;
	z-index: 1;
	background: url(../img/v5/introduce/index.png) no-repeat center;
	background-size: 100% 100%;
}
.v5_intImg {
	padding-top: 117px;
	height: 256px;
	width: 884px;
	margin: 0 auto 70px;
}
.v5_two .v5_intLi {
	width: 110px;
	margin-right: 50px;
	height:45px;
	background:rgba(28,70,228,0.53);
	border-radius:8px;
	line-height: 45px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
	cursor: default;
}
.v5_two .v5_intLi span {
	display: inline-block;
	position: absolute;
	top: -25px;
	font-size: 37px;
	right: -20px;
	color: #fff;
}

#head-swiper div.v5_newThree {
	min-height: 690px;
	min-width: 1200px;
	z-index: -1;
	width: 100%;
	display: block;
	background: url("../img/v5/bg3.png") no-repeat center;
	background-size: 100% 100%;
}
#head-swiper div.v5_newThree img {
	width: 1114px;
	height: 441px;
	margin: 0 auto;
}
/*#head-swiper div:last-child a{*/
/*	height: 690px;*/
/*	min-width: 1200px;*/
/*	margin: 0 auto;*/
/*	z-index: -1;*/
/*	background: url("../img/nbanner2.jpg") no-repeat center;*/
/*}*/
.nav #nav-banner {
	margin-bottom: 29px;
}
.v5_container .v5_bannerAdv {
	position: absolute;
	bottom: 27px;
	left: 50%;
	margin-left: -425px;
	width:850px;
	height:90px;
	background: rgba(255,255,255,.7);
	box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	border-radius:8px;
	z-index: 9;
	overflow: hidden;
}
.v5_container .v5_bannerAdv .flexRow {
	padding: 4px 30px 4px 8px;
}
.v5_container .v5_bannerAdv img {
	width:150px;
	height:80px;
	border-radius:8px;
}
.v5_container .v5_bannerAdv .v5_bannerRgt {
	margin-left: 17px;
	padding-right: 50px;
	padding-top: 5px;
}
.v5_container .v5_bannerAdv .v5_bannerRgt p:first-child{
	height: 24px;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.v5_container .v5_bannerAdv .v5_bannerRgt p:last-child{
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #707070;
	line-height: 18px;
	margin-top: 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ani-li {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

@keyframes swiperBanner{
	0% {
		left: 0;
	}
	23% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	48% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	73% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	98% {
		left: -300%;
	}
	99.99% {
		left: -400%;
	}
	100% {
		left: 0;
	}
}

/*新版本 10-18样式*/
/*10-18弹窗*/
.new-version {
	background: rgba(0,0,0,0.6);
	z-index: 1006;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*display: none;*/
}
.new-version .rel {
	width: 606px;
	height: 550px;
}
.new-version div.abs {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 606px;
	height: 550px;
}
.new-version img {
	width: 100%;
	/*height: 100%;*/
}
.new-version img.abs {
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	cursor: pointer;
}
.new-version .count-down {
	color: #fff;
	font-size: 16px;
	text-align: center;
	top: 350px;
    left: 188px;
	right: 0;
	align-items: center;
}
.new-version .count-down span {
	font-size: 18px;
}
.new-version .count-down .count-num {
	color: #060607;
	width: 30px;
	height: 26px;
	display: block;
	text-align: center;
	line-height: 26px;
	background: #ffea00;
	border-radius: 4px;
	margin: 0 4px;
}

/* 新V5列表	*/
.v5_new {
	width: 1200px;
	margin: 0 auto;
	height: 140px;
	padding: 8px 0 38px;
}
.v5_new .v5_ul .v5_li{
	width: 288px;
	height: 138px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(229,229,229,1);
	border-radius:10px;
	transition: all .3s ease;
	margin-right: 12px;
	text-align: center;
}
.v5_new .v5_ul .v5_li:last-child {
	margin-right: 0;
}
.v5_new .v5_ul .v5_li a{
	padding-top: 15px;
	height: 100%;
}
.v5_new .v5_ul .v5_li img {
	margin-top: 21px;
	height: 33px;
}
.v5_new .v5_ul .v5_li .v5_liTitle{
	font-size: 24px;
	/*margin-top: 15px;*/
	transition: all .3s ease;
	height: 23px;
	line-height: 23px;
}
.v5_new .v5_ul .v5_li p:last-child{
	font-size: 16px;
	margin-top: 8px;
	height: 17px;
	color: #434343;
	line-height: 17px;
	transition: all .3s ease;
}
.v5_new .v5_ul .v5_li:hover{
	box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	border-radius: 10px;
	transform: translateY(-2px);
}
.v5_new .v5_ul .v5_li a span {
	color: #b5b5b5;
}
.v5_new .v5_ul .v5_li:hover a span,
.v5_new .v5_ul .v5_li:hover .v5_liTitle{
	color: #00AAEA;
}
.v5_new .v5_ul .v5_li:hover p:last-child{
	color: #000;
}

/*5年深耕 专业电商营销系统*/
.v5_content {
	width: 100%;
	padding-top: 65px;
}
.v5_content .v5_title {
	font-size:42px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	text-align: center;
}
.v5_content .v5_help {
	font-size:20px;
	font-weight:400;
	color:rgba(89,89,89,1);
	text-align: center;
	margin-top: 22px;
}
.v5_content .v5_year {
	margin-top: 50px;
	padding-bottom: 96px;
}
.v5_content .v5_year .v5_yearLi {
	width: 270px;
	text-align: center;
	height: 375px;
	margin-left: 40px;
	position: relative;
}
.v5_content .v5_year .v5_yearLi:first-child {
	margin-left: 0;
}
.v5_content .v5_year .v5_yearLi .svg {
	height: 135px;
	width: 135px;
	padding: 27px;
	margin: 0 auto;
	transition: all 0.3s;
	-webkit-transition: all .3s;
	border-radius: 50%;
}
.v5_content .v5_year .v5_yearLi:hover .svg {
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.13);
}
.v5_content .v5_year .v5_yearLi svg{
	width: 135px;
	height: 135px;
	vertical-align: middle;
	margin: 0px auto;
	border-radius: 50%;
	/*opacity: 0;*/
}
/*.v5_content .v5_year .v5_yearLi svg:first-child {
	opacity: 1;
}
.v5_content .v5_year .v5_yearLi .svg {
	height: 189px;
	width: 189px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 50%;
	border-radius: 50%;
	margin-left: -94.5px;
	transition: all .5s	;
	-webkit-transition: all .5s;
}
.v5_content .v5_year .v5_yearLi .svg svg{
	height: 135px;
	width: 135px;
	margin: 27px auto 0;
}
.v5_content .v5_year .v5_yearLi:hover>svg {
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.13);
}
.v5_content .v5_year .v5_yearLi:hover .svg {
	opacity: 1;
	background:linear-gradient(to bottom,rgba(8,175,233,1),rgba(110,246,224,1));
}
.v5_content .v5_year .v5_yearLi:nth-child(2):hover .svg {
	background:linear-gradient(to bottom,rgba(238,130,28,1),rgba(249,237,110,1));
}
.v5_content .v5_year .v5_yearLi:nth-child(3):hover .svg {
	background:linear-gradient(to bottom,rgba(98,230,0,1),rgba(210,254,0,1));
}
.v5_content .v5_year .v5_yearLi:last-child:hover .svg {
	background:linear-gradient(to bottom,rgba(239,103,53,1),rgba(253,220,172,1));
}*/
.v5_content .v5_year .v5_yearLi .v5_yearTit {
	font-size: 30px;
	font-weight: 500;
	margin-top: 23px;
	margin-bottom: 30px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.v5_content .v5_year .v5_yearLi:hover .v5_yearTit {
	color: #00AAEA;
}
.v5_content .v5_year .v5_yearLi .v5_yearDesc {
	font-size: 16px;
	color: #707070;
	line-height: 24px;
	font-weight: 400;
}
.v5_content .v5_year .v5_yearLi .v5_yearLine {
	height:1px;
	background:rgba(0,0,0,1);
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-top: 44px;
}
.v5_content .v5_year .v5_yearLi:hover .v5_yearLine{
	height: 5px;
	background:linear-gradient(90deg,rgba(8,175,233,1),rgba(110,246,224,1));
}
.v5_content .v5_year .v5_yearLi:nth-child(2):hover .v5_yearLine {
	background:linear-gradient(90deg,rgba(238,130,28,1),rgba(249,237,110,1));
}
.v5_content .v5_year .v5_yearLi:nth-child(3):hover .v5_yearLine {
	background:linear-gradient(90deg,rgba(98,230,0,1),rgba(210,254,0,1));
}
.v5_content .v5_year .v5_yearLi:last-child:hover .v5_yearLine {
	background:linear-gradient(90deg,rgba(239,103,53,1),rgba(253,220,172,1));
}
.v5_content .v5_solute {
	margin-top: 69px;
	padding-bottom: 85px;
}
.v5_content .v5_solute .v5_soluteLi {
	width: 367px;
	margin-left: 49.5px;
	height: 240px;
	border-radius:10px;
	margin-top: 33px;
	transition: all .3s ease;
}
.v5_content .v5_solute .v5_soluteLi:nth-child(3n-2) {
	margin-left: 0;
}
.v5_content .v5_solute .v5_soluteImg{
	height: 200px;
	margin-top: 0;
}
.v5_content .v5_solute .v5_soluteTit{
	font-size: 30px;
	text-align: center;
}
.v5_content .v5_solute .v5_soluteImg .v5_soluteTit {
	margin-top: 60px;
	color: #fff;
	text-align: center;
}
.v5_content .v5_solute .v5_soluteImg .v5_line {
	height: 1px;
	width: 46px;
	background: #fff;
	margin: 19px auto 0;
}
.v5_content .v5_solute .v5_soluteImg .v5_soluteDesc{
	height:18px;
	font-size:18px;
	font-weight:400;
	color: #fff;
	margin-top: 28px;
	text-align: center;
}
.v5_content .v5_solute .v5_soluteLi span {
	display: block;
	font-size:81px;
	font-weight:900;
	color: #eee;
	text-align: left;
	padding-left: 30px;
	transition: all .3s ease;
	font-family: "Arial Black";
}
.v5_content .v5_solute .v5_soluteLi span+p {
	padding-left: 30px;
	text-align: left;
	margin-top: -28px;
}
.v5_content .v5_solute .v5_soluteLi span+p+p {
	margin-top: 25px;
	padding: 0 30px;
	font-size: 16px;
	text-align: left;
	font-weight:400;
	line-height: 30px;
	color: rgba(77,77,77,1);
	transition: all .3s ease;
}
.v5_content .v5_solute .v5_soluteLi.bian:hover {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	border-radius:10px;
	transform: translateY(-2px);
}
.v5_content .v5_solute .v5_soluteLi:hover span{
	color: #00AAEA;
}
.v5_content .v5_solute .v5_soluteLi:hover span+p+p{
	color: #000;
	font-size: 18px;
}
	/*全渠道覆盖  数据打通统一管理*/
.v5_content .v5_allLine {
	width:60px;
	height:1px;
	background:rgba(0,0,0,1);
	margin: 45px auto 30px;
}
.v5_content .v5_allTwo {
	height: 34px;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: rgba(0,0,0,1);
	line-height: 34px;
	padding-bottom: 30px;
}
.v5_content .v5_all {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.v5_content .v5_all .v5_allImg,.v5_content .v5_all .v5_allList {
	height: 500px;
	width: 600px;
	position: relative;
}
.v5_content .v5_all .v5_allImg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.v5_content .v5_all .v5_allList .bgc {
	background: #fff;
}
.v5_content .v5_all .v5_allList .v5_listItem{
	height: 100px;
	line-height: 100px;
	transition: all .3s ease;
}
.v5_content .v5_all .v5_allList .v5_listItem:hover{
	box-shadow:0px 0px 16px 0px rgba(4,0,0,0.13);
	transform: translateY(-2px);
	margin-top: 2px;
}
.v5_content .v5_all .v5_allList .v5_listItem.allNew .v5_itemTit{
	color: #00AAEA;
}
.v5_content .v5_all .v5_allList .v5_listItem.allNew .v5_items
{
	color: #00AAEA;
	font-size: 18px;
}
.v5_content .v5_all .v5_allList .v5_listItem.allNew .v5_itemCen{
	background: #00AAEA;
}
.v5_content .v5_all .v5_allList .v5_listItem .v5_itemTit{
	font-size: 30px;
	text-align: center;
	width: 248px;
}
.v5_content .v5_all .v5_allList .v5_listItem .v5_itemCen {
	height: 50px;
	margin: auto 0;
	width: 1px;
	background: #000;
}
.v5_content .v5_all .v5_allList .v5_listItem .v5_items {
	padding: 22px 0 22px 60px;
	font-size: 16px;
	color: #707070;
	font-weight: 400;
	line-height: 28px;
	height: 44px;
	color:rgba(112,112,112,1);
	transition: all .3s ease;
}
.v5_content .v5_fashion {
	padding-top: 70px;
}
.v5_content .v5_fashion li{
	width: 194px;
	margin-left: 58px;
	text-align: center;
}
.v5_content .v5_fashion li img{
	height: 174px;
	padding: 0 10px;
	border-radius: 50%;
}
.v5_content .v5_fashion li .v5_fashionTit{
	font-size:30px;
	font-weight:500;
	margin-top: 30px;
	margin-bottom: 25px;
}
.v5_content .v5_fashion li .v5_fashionDec {
	font-size:16px;
	font-weight:400;
	color:rgba(77,77,77,1);
	line-height:24px;
}
.v5_content .v5_fashionImg li:nth-child(3n-2){
	margin-left: 0;
}
.v5_content .v5_fashionImg li{
	height: 160px;
	width: 306px;
	padding: 70px 32px 0;
	margin-left: 45px;
	margin-top: 40px;
	border-radius:10px;
	position: relative;
	text-align: center;
	color: #fff;
	transition: all .3s ease;
}
.v5_content .v5_fashionImg li .v5_imgModal {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 306px;
	padding: 70px 32px 0;
	border-radius: 10px;
	transition: all .3s ease;
}
.v5_content .v5_fashionImg li .v5_imgTit{
	font-size: 30px;
	font-weight:500;
	transition: all .3s ease;
}
.v5_content .v5_fashionImg li .imgLine {
	width:53px;
	height:1px;
	background: #fff;
	margin: 38px auto 0;
	transition: all .3s ease;
}
.v5_content .v5_fashionImg li .imgCont {
	font-size:18px;
	font-weight:400;
	margin-top: 30px;
	transition: all .3s ease;
	display: none;
}
.v5_content .v5_fashionImg li.active .v5_imgModal {
	background: rgba(0,170,234,0.8);
	border-radius: 10px;
	padding-top: 52px;
	height: 178px;
}
.v5_content .v5_fashionImg li.active .imgLine {
	width: 100%;
	margin-top: 23px;
}
.v5_content .v5_fashionImg li.active .imgCont {
	display: block;
}
	/*组合应用模块 解决3大运营难题*/
.v5_container .v5_modular {
	margin: 70px 0 115px;
}
.v5_container .v5_modular .v5_modul{
	height: 626px;
	width: 370px;
	margin-left: 45px;
	border-radius: 10px;
	transition: all .3s ease;
	box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	transform: scale(0.98);
}
.v5_container .v5_modular .v5_modul:hover {
	transform: translateY(-2px) scale(1);
}
.v5_container .v5_modular .v5_modul .v5_modulList .v5_modulTit{
	width:333px;
	padding-left: 37px;
	height: 94px;
	background:rgba(0,170,234,1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	padding-top: 32px;
}
.v5_container .v5_modular .v5_modul .v5_modulList .v5_modulTit p:first-child::before {
	content: "";
	height: 28px;
	width: 0.5rem;
	background: #fff;
	position: absolute;
	top: 1px;
	left: 0;
}
.v5_container .v5_modular .v5_modul .v5_modulList .v5_modulTit p:first-child {
	padding-left: 22px;
	margin-bottom: 20px;
	height: 28px;
	font-size: 30px;
	font-weight:500;
	position: relative;
	line-height: 28px;
}
.v5_container .v5_modular .v5_modul .v5_modulList .v5_modulTit p:last-child {
	font-size: 18px;
	font-weight: 400;
}
.v5_container .v5_modular .v5_modul .v5_modulList dd {
	height: 50px;
	padding: 22px 0 28px 36px;
	position: relative;
}
.v5_container .v5_modular .v5_modul .v5_modulList dd p:first-child {
	height: 26px;
	font-size: 24px;
	line-height: 24px;
}
.v5_container .v5_modular .v5_modul .v5_modulList dd p:first-child span{
	display: inline-block;
	font-size: 26px;
	line-height: 26px;
	margin-right: 6px;
	color: #00AAEA;
}

.v5_container .v5_modular .v5_modul .v5_modulList dd p+p {
	font-size: 16px;
	font-weight:400;
	color:rgba(170,170,170,1);
	line-height : 16px;
	margin-top: 8px;
}
.v5_container .v5_modular .v5_modul .v5_modulList dd:nth-child(even):hover {
	background: #DEF2FF;
}
.v5_container .v5_modular .v5_modul .v5_modulList dd:nth-child(even):hover p+p+span{
	display: inline-block;
	color: rgba(255,255,255,0.47);
}
.v5_container .v5_modular .v5_modul .v5_modulList dd:nth-child(odd):hover {
	background: #A8E7FF;
}
.v5_container .v5_modular .v5_modul .v5_modulList dd:nth-child(odd):hover p+p+span {
	display: inline-block;
	color: rgba(255,255,255,0.53);
}
	/*前后端UI界面样式升级 操作体验更流畅*/
.v5_content .v5_forword {
	padding: 95px 0 118px;
	border-radius: 10px;
}
.v5_content .v5_forword .v5_forwordLi video{
	height: 504px;
	object-fit:fill;
	border-radius: 10px;
}
.v5_content .v5_forword .v5_forwordLi p{
	text-align: center;
	font-size:24px;
	font-weight:500;
	color:rgba(255,255,255,1);
	margin-top: 20px;
}
	/*完善服务机制 为商城运营护航*/
.v5_content .v5_shop {
	padding: 70px 0 50px;
}
.v5_content .v5_shop .v5_shopLi {
	width: 280px;
	margin-right: 55px;
}
.v5_content .v5_shop .v5_shopLi div{
	height: 100px;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 66px;
	border: 1px solid #e5e5e5;
/*	transition: all .3s;
	-webkit-transition: all .3s;*/
}
.v5_content .v5_shop .v5_shopLi div.target {
	color: #fff;
	height: 100px;
	background:linear-gradient(0deg,rgba(92,135,245,1),rgba(0,180,254,1));
}
.v5_content .v5_shop .v5_shopLi div.target .iconfont{
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
}
.v5_content .v5_shop .v5_shopLi div .iconfont{
	font-size: 30px;
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
	margin-right: 8px;
	background:linear-gradient(0deg,rgba(92,135,245,1),rgba(0,180,254,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.v5_content .v5_shop .v5_shopRgt {
	height: 438px;
	width: 863px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.v5_content .v5_shop .v5_shopRgt .v5_shopItems .v5_shopItem{
	width: 306px;
	height: 97px;
	padding: 60px 0 60px 125px;
}
.v5_content .v5_shop .v5_shopRgt .v5_shopItems .v5_shopItem p:first-child{
	font-size:30px;
	font-weight:500;
	position: relative;
	height: 29px;
	line-height: 29px;
}
.v5_content .v5_shop .v5_shopRgt .v5_shopItems .v5_shopItem p:first-child::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -24px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #00AAEA;
}
.v5_content .v5_shop .v5_shopRgt .v5_shopItems .v5_shopItem p:nth-child(2) {
	margin-top: 25px;
	color: #707070;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
}
.v5_content .v5_shop .v5_shopRgt .v5_shopItems .v5_shopItem p:nth-child(3){
	font-size: 16px;
	line-height: 18px;
	color: #707070;
	height: 18px;
	margin-top: 8px;
}
	/*战略合作伙伴*/
.v5_content	.v5_teams {
	padding: 60px 0 135px;
}
.v5_content .v5_teams img {
	width: 262px;
	height: 82px;
	margin-left: 46px;
	margin-top: 24px;
}
.v5_content .v5_teams img:nth-child(4n-3) {
	margin-left: 0;
}
	/*免费试用*/
.v5_fee {
	width: 100%;
	height: 161px;
	padding-top: 64px;
	background:linear-gradient(180deg,rgba(8,175,233,1),rgba(90,226,255,1));
}
.v5_fee p {
	text-align: center;
	/*font-weight: bold;*/
	color: #fff;
	font-size: 28px;
	height: 40px;
	line-height: 40px;
}
.v5_fee .v5_feeBtn {
	width: 130px;
	height: 45px;
	background:rgba(255,255,255,1);
	border-radius:5px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	font-weight:400;
	display: block;
	/*color: #fe5f25;*/
	margin: 29px auto 0;
	opacity: 0.9;
}
.v5_fee .v5_feeBtn:hover {
	opacity: 1;
}
/*强制引导页面*/
.v5_adv {
	width: 100%;
	height: 100vh;
	min-width: 1200px;
	position: relative;
}
.v5_adv .v5_backg {
	background: url("../img/v5/backg.png") no-repeat top;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-width: 1200px;
}
.v5_adv .v5_container {
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}
.v5_adv .v5_loadImg {
	padding-top: 108px;
	text-align: center;
	padding-bottom: 28px;
}
.v5_adv .v5_loadImg img {
	height: 168px;
	width: 168px;
}
.v5_adv .v5_altText {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}
.v5_adv .v5_altText span {
	color: #00AAEA;
}
.v5_adv .v5_daojishi {
	margin-top: 38px;
	margin-bottom: 24px;
	font-size: 18px;
	color: #8c8c8c;
	font-weight: 400;
	position: relative;
}
.v5_adv .v5_dian {
	width: 38px;
	height: 7px;
}
.v5_adv .v5_dian span:first-child {
	margin-left: 0;
}
.v5_adv .v5_dian span {
	display: inline-block;
	height: 6px;
	width: 6px;
	background: #aaa;
	border-radius: 50%;
	margin-left: 10px;
	transform: scale(1);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.v5_adv .v5_goUrl {
	margin-top: 50px;
	width:169px;
	height:52px;
	line-height: 52px;
	text-align: center;
	background:rgba(0,170,234,1);
	border-radius:26px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}