/*
* @Author: Joan
* @Date:   2018-06-08 10:22:42
* @Last Modified by:   Joan
* @Last Modified time: 2018-09-10 14:30:12
*/

.static-adv {
	height: 584px;
	width: 100%;
	position: relative;
}
.static-adv__ul {
	width: 100%;
	height: 100%;
}
.static-adv__li {
	background: url("../images/product-banner.jpg") no-repeat center center;
	height: 100%;
}

.adv__bannerMask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #000;
	filter: alpha(opacity(30));
	opacity: 0.1;
}
.adv__bannerOpreate {
	position: absolute;
	top: 186px;
	left: 50%;
	margin-left: -538px;
	z-index: 10;
}
.adv__bannerOpreate h1 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 60px;
}
/*.adv__bannerOpreate hr {
	width: 80px;
	margin: 22px 0;
	border: none;
	border-top: 3px solid rgba(255, 255, 255, 0.65);
}
.adv__bannerOpreate h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 75px;
}*/
.adv__bannerOpreate button {
	display: inline-block;
	width: 240px;
	height: 60px;
	font-size: 24px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: normal;
}

.pro-header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 2px 3px #eee;
	transition: background 0.2s, box-shadow 0.2s;
}

.pro-header .navList {
	/* width: 1248px; */
	width: 1200px;
	margin: 0 auto;
	/* padding: 0 50px; */
	box-sizing: border-box;
	height: 66px;
	line-height: 60px;
}
.pro-header .navList .nav-list {
	/* float: left; */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.pro-header .navList .nav-list li {
	/* float: left; */
	margin-right: 53px;
	cursor: pointer;
}
.pro-header .navList .nav-list li a {
	color: #7b8390;
	font-size: 16px;
	padding: 0 10px;
	line-height: 38px;
	display: inline-block;
	position: relative;
}
.pro-header .navList .nav-list li a.active {
	color: #21a8df;
	border-bottom: 1px solid #21a8df;
}
.pro-header .navList .nav-list li:last-of-type a {
	margin-right: 0;
}
.pro-header .navList .nav-list.introduce li {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.pro-header .navList .nav-list li:hover a {
	color: #21a8df;
}

.pro-header .navList .nav-list li a::after {
	content: "";
	width: 0;
	height: 1px;
	background: #21a8df;
	position: absolute;
	top: 100%;
	left: 50%;
	transition: all 0.3s;
}

.pro-header .navList .nav-list li:hover a::after {
	left: 0;
	width: 84px;
}
.intro-nav {
	position: relative;
	width: 1162px;
	margin: 0 auto;
	margin-top: 56px;
}
.intro-nav .content-wrap {
	height: 64px;
	line-height: 64px;
}
.intro-nav .intro-nav-list {
	overflow: hidden;
	/* margin-left: -30px; */
	border-bottom: 1px solid #e2e9ee;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.intro-nav .intro-nav-item {
	/* float: left; */
	height: 64px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
	font-size: 16px;
	color: #606c82;
	margin-left: 14px;
	position: relative;
	/* border-bottom: 1px solid #e2e9ee; */
}
.intro-nav .intro-nav-item p {
	padding: 0 10px;
	position: relative;
}
/* .intro-nav .intro-nav-item:hover, */
.intro-nav .intro-nav-item.active {
	border-bottom: 1px solid #21a8df;
	color: #21a8df;
}
.intro-nav-list li:first-child {
	margin-left: 0;
}
.intro-nav .intro-nav-item p::after {
	content: "";
	width: 0;
	height: 1px;
	background: #21a8df;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -1px;
	transition: all 0.3s;
}
.intro-nav .intro-nav-item:hover {
	color: #21a8df;
}
.intro-nav .intro-nav-item:hover p::after {
	left: 0%;
	width: 84px;
}
.intro:nth-of-type(odd) {
	background-color: #fff;
}
.intro:nth-of-type(even) {
	background: url(/v3/images/index_bg.png);
	background-size: auto 100%;
}
.intro .mainBody > div {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.intro .pl {
	-ms-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}
.intro .pr {
	-ms-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}
.intro .original {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.intro .intro-con {
	margin-left: 30px;
	width: 464px;
	padding-top: 114px;
}
.intro .employeeMenage {
	padding-top: 100px;
}
.intro .mainBody {
	margin: 0 auto;
	width: 1100px;
	height: 600px;
	box-sizing: border-box;
}
/* .intro .mainBody > div {
	 padding-top: 100px; 
}*/
.intro .mainBody img {
	width: 600px;
	height: 600px;
}
.intro .mainBody h2 {
	margin-top: 6px;
	margin-bottom: 40px;
	font-size: 26px;
	color: #2e3748;
	/* font-weight: bold; */
	line-height: 1;
	position: relative;
	letter-spacing: 1px;
}
.intro .mainBody h2::after {
	position: absolute;
	width: 30px;
	height: 2px;
	display: block;
	content: "";
	background-color: #21a8df;
	left: 0;
	bottom: -10px;
}
.intro .mainBody h2 span {
	font-size: 20px;
	color: #21a8df;
	padding-right: 20px;
	font-weight: bold;
}
.intro .mainBody h3 {
	color: #2e3748;
	font-size: 16px;
	margin-bottom: 6px;
	line-height: 1;
	/* font-weight: bold; */
	text-shadow: 0 1px 0px #00000052;
}
.intro .mainBody p {
	font-size: 14px;
	line-height: 24px;
	color: #7d889c;
	overflow: hidden;
	margin-bottom: 16px;
}

.intro .mainBody p b {
	color: #606c82;
	display: inline-block;
	float: left;
}
.intro .mainBody p span {
	display: inline-block;
	float: left;
	width: 242px;
}
/* .intro_1 {
} */
.intro_2 .intro-con {
	padding-top: 120px;
}
/* .intro_3 .mainBody {
} */
.intro_3 .intro-con {
	padding-top: 75px;
}
.intro_4 .intro-con {
	padding-top: 100px;
}
.intro_5 .intro-con {
	padding-top: 228px;
}
.intro_6 .intro-con {
	padding-top: 200px;
}
.intro_7 .intro-con {
	padding-top: 120px;
}
.intro_8 .intro-con {
	padding-top: 190px;
}
.intro_9 .intro-con {
	padding-top: 200px;
}
.intro_10 .intro-con {
	padding-top: 120px;
}
.to-store-btn a {
	color: #fff;
}

.version {
	padding-top: 80px;
	padding-bottom: 120px;
	/* background-color: #f0f4f7; */
}

.editionUl {
	width: 1200px;
	height: 860px;
	margin: 0px auto 0px;
	padding: 15px 15px;
	/*display: flex;
	display: -moz-box;
	display: -webkit-flex;
	align-items: center;*/
	position: relative;
}
.editionLi {
	width: 360px;
	-ms-flex: 1;
	transition: all 0.3s;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	box-shadow: 5px 0px 15px rgba(125, 136, 156, 0.16);
}

.editionLi.basic {
	position: absolute;
	left: 0;
}
.editionLi.standart {
	position: absolute;
	left: 410px;
}
.editionLi.pro {
	position: absolute;
	left: 820px;
}

.editionLi:hover {
	/* width: 400px; */
	/* height: 936px; */
	box-shadow: 0px 0px 20px #d2d7da;
	z-index: 2;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* top: -40px; */
}
.editionLi.basic:hover {
	position: absolute;
	/* left: -20px; */
}
.editionLi.standart:hover {
	position: absolute;
	/* left: 390px; */
}
.editionLi.pro:hover {
	position: absolute;
	/* left: 800px; */
}
.editionLi-header {
	height: 136px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.basic .editionLi-header {
	background: #78bc14;
	text-align: center;
	color: #fff;
}

.standart .editionLi-header {
	background: #21a8df;
}

.pro .editionLi-header {
	background: #ffb32f;
}

.editionLi-header > .title {
	color: white;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
}

.editionLi-header > .context {
	color: white;
	font-size: 14px;
	margin-top: 18px;
	text-align: left;
}

.editionLi-header .title .tips {
	text-align: right;
	color: #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-left: 74px;
	font-size: 14px;
	padding: 2px 10px;
}
/* 
.basic .editionLi-header .title {
} */

.editionLi-header .context {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}

.editionLi-body {
	/*height: 86%;*/
	/*border: 1px solid #e1e1e1;*/
	height: 696px;
	background: white;
}

.editionLi-body .price {
	text-align: center;
	padding-top: 36px;
}

.editionLi-body .price .priceNum {
	font-size: 50px;
	color: #2e3748;
	/*text-align: center;*/
}
.editionLi-body .desc {
	width: 255px;
	margin: auto;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	padding-top: 20px;
	color: #606c82;
}

.editionLi-body .price .perYear {
	font-size: 20px;
	color: #606c82;
	position: relative;
	/*text-align: center;*/
}

.editionLi-body .contentItem {
	text-align: center;
	padding-top: 20px;
}

.editionLi-body .contentItem .tilte {
	margin-top: 20px;
	font-size: 22px;
}

.editionLi-body .contentItem .item {
	padding-top: 18px;
	margin-left: 30%;
	width: 60%;
	text-align: left;
	font-size: 16px;
	color: #606c82;
	position: relative;
	padding-left: 30px;
}
.editionLi-body .contentItem .item::before {
	position: absolute;
	left: -8px;
	top: 24px;
	display: block;
	width: 10px;
	height: 8px;
	background: url(/v3/images/tick.png) no-repeat center center;
	background-size: 100% 100%;
	content: "";
}
.editionLi-body .contentItem > .item > b {
	color: #606c82;
	padding-right: 16px;
}

.editionLi-body .buttonContainer {
	text-align: center;
	position: absolute;
	bottom: 42px;
	left: 50%;
	margin-left: -120px;
}

.editionLi-body .buttonContainer button {
	display: inline-block;
	width: 240px;
	height: 60px;
	font-size: 20px;
}

.editionLi-body .buttonContainer button.basic {
	border: 1px solid #21a8df;
	background: #fff;
	color: #21a8df;
}
.feature7 {
	background: #f0f4f7;
	height: 260px;
	text-align: center;
}
.feature7 h2 {
	font-size: 24px;
	color: #606c82;
	padding-bottom: 42px;
	padding-top: 60px;
}
.feature7 button {
	width: 240px;
	height: 60px;
	font-size: 24px;
}

.buyPop {
	width: 600px;
	height: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -150px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 10000;
}

.buyPop .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 18px;
	cursor: pointer;
}

.buyPop > .reg-page__regbox {
	height: 100%;
	border: 1px solid #eee;
	border-left: none;
	padding: 10px 25px;
	float: none;
	width: auto !important;
}

.buyPop .itemContainer {
	/*border: 1px solid #eee;*/
	position: relative;
	width: 100%;
	height: 32px;
	margin-top: 10px;
}

.buyPop .itemContainer .name {
	width: 30%;
	display: inline-block;
	padding-left: 20px;
	text-align: right;
	color: #959595;
}

.buyPop .itemContainer .formItem {
	width: 60%;
	display: inline-block;
}

.buyYearContainer label {
	border: 1px solid #959595;
	border-radius: 3px;
	padding: 5px 8px;
	margin-right: 15px;
	color: #555555;
	font-size: 12px;
}

.buyYearContainer label.activeYear {
	border: 1px solid #21a8df;
	border-radius: 3px;
	color: #21a8df;
}

.buyPop .agreeBlock {
	color: #959595;
	margin-left: 93px;
}

.buyPop a {
	color: #21a8df;
}
.icon_yes {
	display: inline-block;
	width: 10px;
	height: 8px;
	background: url(/v3/images/tick.png) no-repeat center center;
	background-size: 100% 100%;
}
.contact_text {
	font-size: 16px;
	line-height: 1.68;
	margin-top: 80px;
	margin-bottom: 20px;
}
/* .editionLi:hover .editionLi-body .contentItem .item {
	font-size: 18px;
} */
.editionLi:hover .desc {
	/* font-size: 18px; */
	widows: 286px;
}
/* .editionLi:hover .contact_text {
	font-size: 18px;
}
.editionLi:hover .title {
	font-size: 29px;
}
.editionLi:hover .context {
	font-size: 18px;
}
.contact_us_btn {
} */
.hq-btn-outline {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	min-width: 140px;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	transition: all 0.2s;
	border: 1px solid;
	color: #7d889c;
	display: inline-block;
	text-align: center;
}
.hq-btn-outline:hover {
	color: #21a8df;
}
.mainBody-img {
	background: url("../images/yggl.png") no-repeat center center;
	 height: 600px; 
	 width: 600px; 
	background-size: contain;
}
.mainBody-img2 {
	background: url("../images/product (2).png") no-repeat center center;
	 height: 600px; 
	 width: 600px; 
	background-size: contain;
}
.mainBody-img3 {
	background: url("../images/pbkq.png") no-repeat center center;
	 height: 600px; 
	 width: 600px; 
	background-size: contain;
}
.mainBody-img4 {
	background: url("../images/xcgl.png") no-repeat center center;
	 height: 600px; 
	 width: 600px; 
	background-size: contain;
}
.mainBody-img5 {
	background: url("../images/lcsp.png") no-repeat center center;
	 height: 600px; 
	 width: 600px; 
	background-size: contain;
}
.mainBody-img6 {
	background: url("../images/zzgl.png") no-repeat center center;
	 height: 600px; 
	 width: 600px; 
	background-size: contain;
}
.mainBody-img8 {
	background: url("../images/jcfx.png") no-repeat center center;
	 height: 600px; 
	 width: 600px; 
	background-size: contain;
}
.mainBody-img10 {
	background: url("../images/txfl.png") no-repeat center center;
	 height: 600px; 
	 width: 600px; 
	background-size: contain;
}
.mainBody-img12 {
	background: url("../images/rcpd.png") no-repeat center center;
	 height: 600px; 
	 width: 600px; 
	background-size: contain;
}

.v3-banner-container .product-opearation-v3 {
	margin-top: -68px;
	text-align: left;
}

.tiyan-btn {
	border-radius: 2px;
	background: #13e4ce;
	color: #fff;
	height: 50px;
	width: 140px;
	line-height: 50px;
	font-size: 16px;
	/* transition-duration: 0.2s; */
}

.tiyan-btn:hover {
	/* opacity: 0.8; */
	background-color: #04d3b3;
	border-color: #04d3b3;
}

.shenqing-btn {
	border-radius: 2px;
	border: 1px solid #13e4ce;
	color: #fff;
	height: 50px;
	width: 140px;
	line-height: 50px;
	opacity: 1;
	background: #1275ca;
	font-size: 16px;
}
.shenqing-btn:hover {
	/* opacity: 0.9; */
	border-color: #1a6fb8;
	background-color: #1a6fb8;
}

