body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal
}

body {
	height: 100%;
	font-size: 14px
}

img {
	border: none
}

li {
	list-style-type: none
}

input,
select,
textarea {
	outline: none
}

textarea {
	resize: none
}

img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

a,
a:hover,
a:visited,
a:focus {
	text-decoration: none !important;
}

* {
	margin: 0;
	padding: 0;
	font-family: "-apple-system-font", "BlinkMacSystemFont", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Arial", "sans-serif";
	-webkit-font-smoothing: antialiased
}

input::-webkit-input-placeholder {
	color: #999
}

[v-cloak] {
	visibility: hidden
}

p {
	margin: 0 !important;
}

.flex-row {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.flex-column {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.img-wrapper{
	position:fixed;
	z-index:999;
	width:450px;
	height:140px;
	-webkit-box-shadow:0px 3px 21px 0px rgba(211,211,211,0.5);
	box-shadow:0px 3px 21px 0px rgba(211,211,211,0.5);
	left:-500px;
	bottom:32px;
	border-radius:8px;
	transition: all .8s linear;
}
.img-wrapper.active{
	transform: translateX(532px);
	/* animation:myfirst 10s linear infinite; */
}
@keyframes myfirst 
{
0% {left:-500px;} 
10% {left:32px;}
25% {left: 32px;}
50% {left: 32px;}
75% {left: 32px;}
90% {left: -500px;}
100% {left:-500px;} 
}
.img-wrapper .btn-close{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #999;
	cursor: pointer;
}
.content-top {
	background: url(../img/bg.png);
	height: 580px;
}

.c-btn {
	cursor: pointer;
}

.c-btn:nth-child(3) {
	margin-left: 20px;
	border: 1px solid #007EFF;
}

.price-page .info-table .btn-group {
	width: 100%;
}

.tooltip {
	position: absolute;
	min-width: 150px;
	border: 1px solid #ebeef5;
	z-index: 2000;
	line-height: 1.4;
	font-size: 14px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.tooltip-inner {
	background: #fff;
	max-width: 250px;
	padding: 18px 20px;
	color: #606266;
	line-height: 1.4;
	text-align: justify;
	border-radius: 4px;
	font-size: 14px;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #fff;
	left: -5px;
}

.tooltip.right {
	padding: 0;
	margin-left: 10px;
}

.swiper-slide-prev .item,
.swiper-slide-duplicate-prev .item {
	opacity: 0 !important;
	transform: scale(0.9) !important;
	transition: all 1800ms;

}

.swiper-slide-active {
	margin-right: 50px !important;
}

.swiper-slide-active .item,
.swiper-slide-duplicate-active .item {
	opacity: 1 !important;
	transform: scale(1) !important;
	-webkit-transition: all 800ms;
	transition: all 800ms;
	/* width: 320px!important; */
}

.swiper-container {
	padding-right: 50px;
}



.V_sel {
	width: 1200px;
	margin: auto;
	margin-top: 100px;
}

.V_sel .big_bt {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}

.V_sel .talke {
	overflow: hidden;
}

.V_sel .talke .img {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 100%
}

.talke_item:nth-child(even) {
	justify-content: flex-start;
	flex-direction: row-reverse;
	margin: 30px 0 60px
}

.V_sel .talke .say {
	max-width: 740px;
	margin: 0 30px;
	padding: 10px 20px;
	text-align: left;
	font-size: 16px;
	color: #333;
	letter-spacing: 0;
	font-weight: bold;

	background: #FFFFFF;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
}

.talke_item {
	margin-left: -1080px;
	transition: all .5s linear;
}

.talke .talke_item:nth-child(even) {
	margin-right: -1080px;
}

.V_sel .talke>div:nth-child(even) .say {
	background-color: #2A75ED;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
	line-height: 30px;
	border-radius: 5px;
	padding: 10px 30px;
	font-weight: inherit;
}

.V_sel .talke {
	padding: 60px;
}

.price-page {
	min-width: 1200px;
	font-weight: normal
}

.price-page .c-btn {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	background: #2a75ed;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: 0 28px;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.price-page .c-btn.border {
	color: #2a75ed;
	background: transparent;
	border: 1px solid #2a75ed
}

.price-page .c-btn:hover {
	border-color: #2a75ed;
	color: #fff;
	background: #2a75ed;
}

.price-page .banner {
	padding-top: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.price-page .banner .info-wrap {
	text-align: center
}

.price-page .banner .info-wrap .m {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}

.price-page .banner .info-wrap .s {
	margin-top: 6px!important;
	font-size: 18px;
	color: #999
}

.price-page .banner img {
	display: block;
	position: absolute;
	max-height: none;
	max-width: none;
	height: auto;
	top: 0
}

.price-page .banner .l {
	left: 0;
	width: 346px
}

.price-page .banner .r {
	right: 0;
	width: 250px
}

.price-type {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 80px;
}

.type_item {
	width: 360px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 2px 14px 0px rgba(42, 117, 237, 0.1);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #EEEEEE;
	transition: all .3s linear;
}
.type_item:hover{
	margin-top: -20px!important;
	/* transform: scale(1.1); */
}
.type_top {
	color: #333333;
}

.type_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 36px 0 30px 0;
}

.type_info {
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	padding-bottom: 40px;
	margin: 0 20px;
	border-bottom: 1px solid #EEEEEE;
}

.type_inc {
	padding: 30px 0;
	margin: 0 20px;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 23px;
}

.type_price {
	font-size: 48px;
	color: #2A75ED;
	font-weight: bold;
	margin-top: 20px;
}

.type_price .price_company {
	font-size: 16px;
}

.ori_price {
	font-size: 16px;
	color: #999999;
}

.price_btn {
	color: #2A75ED;
	font-size: 16px;
	box-shadow: 0px 2px 14px 0px rgba(42, 117, 237, 0.1);
	border-radius: 4px;
	border: 1px solid #2A75ED;
	width: 200px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	margin: 38px 0 50px 0;
	cursor: pointer;
}

.type_item:nth-child(2) {
	width: 400px;
	margin: 0 40px;
}

.type_item:nth-child(2) .type_top {
	background: linear-gradient(180deg, #5460F7 0%, #2A75ED 100%);
	color: #FFFFFF;
	position: relative;
}

.type_item:nth-child(2) .type_top .type_info {
	border-bottom: 1px solid #2A75ED;
}

.type_item:nth-child(2) .type_inc {
	color: #666666;
}

.type_item:nth-child(2) .price_btn {
	color: #FFFFFF;
	width: 240px;
	background: #2A75ED;
	margin-top: 58px;
}

.type_item:nth-child(1) .price_btn:hover{
	background: #2A75ED;
	color: #FFFFFF;
}
.type_item:nth-child(3) .price_btn:hover{
	background: #333333;
	color: #FFFFFF;
}

.type_top .jian {
	position: absolute;
	right: 20px;
	top: 0;
	text-align: center;
	background: #fbdd9e;
	width: 44px;
	height: 58px;
	color: #be9642;
	font-size: 20px;
	padding-top: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.type_top .jian:before {
	content: "";
	display: block;
	border: 22px solid #fff;
	position: absolute;
	bottom: 0;
	border-bottom-width: 10px;
	border-color: transparent transparent #2A75ED;
}

.type_item:nth-child(3) .type_top {
	background: linear-gradient(180deg, #F0E2CD 0%, #FFFFFF 100%);
}

.type_item:nth-child(3) .type_title {
	color: #B39568;
}

.type_item:nth-child(3) .type_price {
	color: #333333;
}

.type_item:nth-child(3) .price_btn {
	color: #333333;
	border-color: #333333;
}




.price-page .info-table {
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 0 60px;
	padding-top: 280px
}

.price-page .info-table h3 {
	font-size: 32px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px
}

.price-page .info-table .info-bar {
	height: 75px
}

.price-page .info-table .bar-wrap {
	z-index: 1
}

.price-page .info-table .bar-wrap.fixed {
	position: fixed;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 0 20px -10px #000;
	box-shadow: 0 0 20px -10px #000
}

.price-page .info-table .bar-wrap.fixed .center-helper {
	width: 1200px;
	margin: 0 auto
}

.price-page .info-table .bar-wrap.fixed table {
	margin: 0 auto;
	max-width: 1024px
}

.price-page .info-table .bar-wrap.fixed th {
	border-bottom: none
}

.price-page .info-table table {
	width: 100%
}

.price-page .info-table table th,
.price-page .info-table table td {
	padding: 0 10px
}

.price-page .info-table .m-table {
	border-collapse: collapse
}

.price-page .info-table .m-table th {
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
	line-height: 74px
}

.price-page .info-table .m-table th:nth-child(1) {
	text-align: left;
	font-size: 26px;
	color: #666
}

.price-page .info-table .m-table th:nth-child(1) span {
	font-size: 32px;
	font-weight: bold;
	color: #999;
	position: relative;
	top: 3px;
	margin-right: 4px
}

.price-page .info-table .m-table th:nth-child(2),
.price-page .info-table .m-table th:nth-child(3),
.price-page .info-table .m-table th:nth-child(4) {
	font-size: 18px;
	text-align: center;
	width: 150px
}

.price-page .info-table .info-ctn {
	max-height: 500px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}

.price-page .info-table .info-ctn.active {
	position: static;
	max-height: 99999px
}

.price-page .info-table .info-ctn.active:after {
	display: none
}

.price-page .info-table .info-ctn:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 270px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), #fff)
}

.price-page .info-table .info-ctn .s-table {
	border-collapse: collapse
}

.price-page .info-table .info-ctn .s-table:not(:first-child) {
	margin-top: 10px
}

.price-page .info-table .info-ctn .s-table th {
	text-align: left;
	font-size: 26px;
	color: #666;
	font-weight: normal;
	border-bottom: 1px solid #ebebeb;
	line-height: 80px
}

.price-page .info-table .info-ctn .s-table th span {
	font-size: 32px;
	font-weight: bold;
	color: #999;
	position: relative;
	top: 3px;
	margin-right: 4px
}

/* .price-page .info-table .info-ctn .s-table tr:hover {
	background: #fafafa
} */

.price-page .info-table .info-ctn .s-table td {
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	width: 150px;
	border-bottom: 1px solid #ebebeb
}

.price-page .info-table .info-ctn .s-table td:nth-child(1) {
	text-align: left;
	width: auto;
	font-size: 16px;
	color: #333
}

.price-page .info-table .info-ctn .s-table td a,
.price-page .info-table .info-ctn .s-table td span {
	font-size: 16px
}

.price-page .info-table .info-ctn .el-icon-minus,
.price-page .info-table .info-ctn .el-icon-check {
	font-weight: bold
}

.price-page .info-table .info-ctn .el-icon-circle-check {
	font-size: 16px
}

.price-page .info-table .info-ctn .tips-ico {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	display: inline-block;
	background: url(https://www.duanshu.com/dist/static/img/tips.bb7f604.png) no-repeat center center;
	background-size: 100% 100%;
	margin-left: 5px
}

.price-page .info-table .info-ctn .blue {
	color: #2A75ED
}

.price-page .info-table .info-ctn .grey {
	color: #d1d1d1
}

.price-page .info-table .info-ctn .version-text .m {
	font-size: 16px;
	line-height: 1em;
	color: #0072FF
}

.price-page .info-table .info-ctn .version-text .s {
	font-size: 14px;
	color: #91AEC3;
	line-height: 1em;
	margin-top: 8px
}

.price-page .info-table .info-ctn .pointer {
	cursor: pointer
}

.price-page .info-table .btn-group {
	margin-top: 40px;
	text-align: center
}

.price-page .info-table .btn-group .c-btn {
	width: 180px;
	font-size: 16px
}

.price-page .info-table .btn-group .c-btn:nth-child(2) {
	margin-right: 6px
}

.price-page .qa {
	background: #fff;
	height: 478px;
	overflow: hidden
}

.price-page .qa h2 {
	font-size: 24px;
	color: #333;
	line-height: 1em;
	margin-top: 60px;
	text-align: center;
	font-weight: normal
}

.price-page .qa .ctn {
	max-width: 1000px;
	margin: 50px auto 0;
	overflow: hidden
}

.price-page .qa .ctn dl {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
	margin-bottom: 50px
}

.price-page .qa .ctn dl:nth-child(2n) {
	padding-left: 40px;
	padding-right: 0
}

.price-page .qa .ctn dt {
	color: #333;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold
}

.price-page .qa .ctn dd {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	margin-top: 16px;
	height: 84px
}



.fix-nav {
	position: fixed;
	left: 50%;
	z-index: 1;
	top: 180px;
	margin-left: -630px
}

.fix-nav ul {
	border-right: 1px solid #E9E9E9;
	padding: 2px 10px 2px 0
}

.fix-nav ul li {
	text-align: right;
	font-size: 14px;
	color: #999;
	line-height: 1em;
	white-space: nowrap;
	position: relative;
	cursor: pointer
}

.fix-nav ul li:not(:last-child) {
	margin-bottom: 16px
}

.fix-nav ul li.active,
.fix-nav ul li:hover {
	color: #2A75ED;
}

.fix-nav ul li.active:before,
.fix-nav ul li:hover:before {
	content: '';
	display: block;
	position: absolute;
	right: -10px;
	top: -1px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	border-width: 8px 4px;
	border-style: solid;
	border-color: transparent transparent transparent #2A75ED;
}

.float-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 47px
}

.float-nav li {
	width: 130px;
	height: 44px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 22px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333;
	margin: 13px 7px;
	cursor: pointer
}

.float-nav li:hover {
	background: #2A75ED;
	color: #fff
}




.intro-mod {
	text-align: center;
	color: #333
}

.intro-mod .intro-section {
	overflow: hidden;
	background: #F7F8F9;
	margin-top: 55px;
}

.intro-mod h4 {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}


.section {
	background: #fff;
	padding: 50px 0;
}

.section .content {
	position: relative;
	background: #F7F8F9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1200px;
	margin: auto;
	padding: 40px 0;
	overflow: hidden;
}

.section .content .bg {
	width: 384px;
	height: 529px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 7px
}

.section .content .slider {
	margin-left: -800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: center;
	flex-direction: center
}

.section .content .slider:not(.no-transition) {
	-webkit-transition: all 800ms;
	transition: all 800ms
}

.section .content .slider .item {
	width: 320px;
	height: 368px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0px 2px 26px 0px rgba(170, 170, 170, 0.28);
	box-shadow: 0px 2px 26px 0px rgba(170, 170, 170, 0.28);
	border-radius: 7px;
	padding: 60px 34px 34px 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: .6;
	transform: scale(0.9);
}

.section .content .slider .item:not(.no-transition) {
	-webkit-transition: all 800ms;
	transition: all 800ms
}

.section .content .slider .item.active {
	opacity: 1;
	margin-right: 40px;
	transform: scale(1);
}

.section .content .slider .item.hidden {
	opacity: 0;
	visibility: hidden
}

.section .content .slider .item .t {
	position: relative
}

.section .content .slider .item .t .brief {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	word-break: break-all
}

.section .content .slider .item .t .brief:after,
.section .content .slider .item .t .brief:before {
	display: block;
	font-size: 72px;
	position: absolute;
	color: #ccc;
	line-height: .3em;
	font-family: 'Helvetica Neue'
}

.section .content .slider .swiper-slide-active .item .t .brief:before,
.section .content .slider .swiper-slide-duplicate-active .item .t .brief:before {
	content: "";
	background: url(../img/shang.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: -40px;
	width: 30px;
	height: 26px;
}

.section .content .slider .swiper-slide-active .item .t .brief:after,
.section .content .slider .swiper-slide-duplicate-active .item .t .brief:after {
	content: "";
	background: url(../img/xia.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	bottom: -40px;
	width: 30px;
	height: 26px;
}

.section .content .slider .item .t .brief:before {
	content: "";
	background: url(../img/shang_qian.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: -40px;
	width: 30px;
	height: 26px;

}

.section .content .slider .item .t .brief:after {
	content: "";
	background: url(../img/xia_qian.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	bottom: -40px;
	width: 30px;
	height: 26px;
}

.section .content .slider .item .b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.section .content .slider .item .b .avatar {
	width: 58px;
	height: 58px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%
}

.section .content .slider .item .b .detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 16px
}

.section .content .slider .item .b .detail .name {
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all
}

.section .content .slider .item .b .detail .star-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2px
}

.section .content .slider .item .b .detail .star-box .star-item {
	margin-right: 5px
}

.section .content .slider .item .b .detail .star-box .star-item:last-child {
	margin-right: 0
}

.section .content .slider .item .b .detail .star-box .star-item .star-img {
	width: 18px;
	height: 18px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.section .content .btn-wrap {
	position: absolute;
	right: 0;
	bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.section .content .btn-wrap .btn_p {
	width: 58px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(200, 200, 200, 0.28);
	box-shadow: 0px 0px 7px 0px rgba(200, 200, 200, 0.28);
	padding: 0;

}

.section .content .btn-wrap .btn_p img {
	width: 12px;
	vertical-align: middle
}

.section .content .btn-wrap .btn_p.btn-l {
	border-radius: 4px 0 0 4px
}

.section .content .btn-wrap .btn_p.btn-l .n {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.section .content .btn-wrap .btn_p.btn-r {
	border-radius: 0 4px 4px 0
}
