/* Partners CSS */
.ease {
	transition: ease-out 0.5s;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-ms-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
}
.page-wrap {
	margin: 0 auto;
	max-width: 1280px;
}
.zapp-wrap {
}
.aboutus-menu .zapp {
	background: url("images/icon-zapp.png");
}
.aboutus-menu .ReP {
	background: url("images/icon-rep.png");
}
.aboutus-menu .StA {
	background: url("images/icon-sta.png");
}
.aboutus-menu .TeP {
	background: url("images/icon-tep.png");
}
.aboutus-menu .selected span, .aboutus-menu a:hover span {
	background-position: center 100%;
}
.zapp-banner {
	background: #f9f9f9;
	padding: 80px 0;
	text-align: center;
	height: 100px;
}
.zapp-banner h1 {
	font-size: 80px;
	line-height: 90px;
	padding-bottom: 25px;
	color: #333;
	font-family: 'pn-bold';
	letter-spacing: -2px;
}
.zapp-banner h4 {
	font-size: 36px;
	line-height: 46px;
	color: #333;
	font-family: "微软雅黑";
}
.zapp-content {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
	padding: 60px 5% 60px 7%;
	position: relative;
	top: -60px;
	z-index: 999;
	background-color: #fff;
	background-image: linear-gradient(90deg, transparent 60px, #fcf1f0 60px, #fcf1f0 61px, transparent 61px), linear-gradient(#f7f6fa .1em, transparent .1em);
	background-size: 100% 1.8em;
}
.zapp-content h4 {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
	color: #333;
}
.zapp-content ul {
}
.zapp-content li, .zapp-benefits li {
	background: url("images/dot-grey.png") no-repeat left 13px;
	color: #666666;
	font-size: 15px;
	line-height: 24px;
	padding: 5px 0 15px 30px;
	font-family: "微软雅黑";
}
.zapp-content p {
	color: #666666;
	line-height: 24px;
	padding: 20px 0;
	font-family: "微软雅黑";
}
.zapp-content p img {
	display: block;
	padding-bottom: 20px;
}
.zapp-content p span {
	color: #000000;
	font-size: 20px;
	
}
.zapp-content a {
	color: #20C067;
	text-decoration: underline;
}
.zapp-benefits {
	margin: 0 auto;
	max-width: 900px;
	overflow: auto;
	padding: 0 0 90px;
}
.zapp-benefits h3 {
	color: #333;
	text-align: center;
	font-size: 32px;
	margin-bottom: 40px;
	font-family: "微软雅黑";
}
.zapp-benefits h3 span {
	font-family: 'pn-bold';
}
.zapp-benefits ul {
	float: left;
	width: 33.3%;
}
.zapp-benefits li {
	padding-bottom: 0;
}
.zapp-benefits li:first-child {
	background: none;
	color: #333333;
	font-family: 'pn-regular';
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 0;
}
/* Resellers CSS */
.white-wrap {
	background: #FFFFFF;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
	padding: 100px;
	overflow: auto;
	margin-bottom: 100px;
}
.resellers-wrap ul {
	width: 21%;
	padding: 0 2%;
	float: left;
}
.resellers-wrap li {
	font-size: 15px;
	color: #3fc5ab;
	line-height: 30px;
	cursor: pointer;
}
.resellers-wrap li:first-child {
	
	font-size: 18px;
	padding-bottom: 20px;
	color: #333;
	cursor: auto;
}
/* Reseller Popup */

.mask {
	width: 100%;
}
.mask-main {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(255, 255, 255, 0.95);
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: ease-out 0.5s;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-ms-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
	z-index: 999999;
	display: none;
}
.close {
	background: url("images/icon-close.png");
	cursor: pointer;
	height: 35px;
	opacity: 0.5;
	position: absolute;
	right: 50px;
	top: 40px;
	width: 35px;
}
.light-box {
	max-width: 900px;
	position: absolute;
}
.hide {
	display: none;
}
.container {
	display: none;
	width: 900px;
	height: auto;
	margin: 0 auto;
	transition: All 0.3s ease-out;
	-webkit-transition: All 0.3s ease-out;
	-moz-transition: All 0.3s ease-in;
	-o-transition: All 0.3s ease-out;
	transform: scale3d(.8, .8, 1);
	-webkit-transform: scale3d(.8, .8, 1);
	-moz-transform: scale3d(.8, .8, 1);
	-o-transform: scale3d(.8, .8, 1);
	-ms-transform: scale3d(.8, .8, 1);
	opacity: 0.3;
	position: absolute;
	z-index: 999999999;
}
.reseller-popup {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E6E6E6;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
	margin: 0 auto;
	max-width: 900px;
	overflow: hidden;
	width: 100%;
}
.reseller-popup h3 {
	background: none repeat scroll 0 0 #F8F8F8;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
	padding: 20px 0 20px 35px;
	
}
.partners-content {
	overflow: hidden;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 25px;
	overflow: hidden;
	padding: 40px 0;
	max-width: 850px;
	width: 100%;
}
.item {
	display: block;
	line-height: 40px;
}
.logobox {
	height: 215px;
	width: 230px;
	padding: 0 0 0 20px;
	float: left;
	border-right: 1px solid #e7e7e7;
}
.adressbox {
	height: 215px;
	width: 466px;
	padding: 0 0 0 30px;
	float: left;
	border-right: 1px solid #e7e7e7;
}
.adressbox h5, .patners-info h5 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 400;
}
.adressbox p, .patners-info p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-bottom: 35px;
	font-weight: 300;
}
.adressbox a {
	color: #1B9A4E;
}
.adressbox h5, .patners-info h5 {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.info {
	width: 100px;
	float: right;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 12px;
	
	font-weight: 400;
	cursor: pointer;
	color: #333;
}
.item-data {
	display: none;
	height: auto;
}
.patners-info {
	background: #f9f9f9;
	margin: 0 0 20px;
	padding: 40px;
}
.reseller-expand {
	display: none;
	height: auto;
	padding: 0 25px;
}
/* Partners Technology CSS */

.partners-technology-detail {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 40px auto 80px;
	max-width: 900px;
	overflow: hidden;
	padding: 60px 0;
}
.partners-technology-detail li {
	border-left: 1px solid #F6F6F6;
	float: left;
	padding: 5%;
	text-align: center;
	width: 39.75%;
}
.partners-technology-detail li:first-child {
	border: none;
}
.partners-technology-detail li img {
}
.partners-technology-detail li span {
	display: block;
	margin: 20px 0;
}
.partners-technology-detail li a {
	border-left: 1px solid #F6F6F6;
	color: #20C067;
	padding: 0 10px;
}
.partners-technology-detail li a:first-child {
	border: none;
}
.partners-technology-detail a:hover {
}
/* Strategic CSS */
.strategic-wrap {
	padding: 10px 60px;
}
.strategic {
	background: #F9F9F9;
	margin: 50px 0;
	padding: 60px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}
.strategic p strong {
	font-family: 'pn-bold';
}
.strategic img {
	margin-bottom: 40px;
}
.strategic p {
	color: #666666;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
}
.strategic span {
	color: #19984F;
	display: block;
	font-weight: 400;
	margin-top: 20px;
	text-align: right;
}
.strategic a {
	color: #19984F;
	text-decoration: underline;
}


/*新的合作伙伴css开始*/
.bg-grey{
background: #f4f4f4;
}
.mt30{
margin-top: 30px;
}
.mb50{
margin-bottom: 50px;
}
.partners {
	width: 100%;
	background: #fff;
}
.partners-nav {
	width: 15%;
	float: left;
	margin-left: 20%;
}
.partners-nav ul {
	display: inline-block;
	width: 100%;
}
.partners-nav li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.partners-nav li a {
	color: #333;
}
.partners-nav li:hover {
	border-right: none;
}
#lanPos {
	width: 225px;
	height: 40px;
	line-height: 40px;
	border-left: 5px solid #FF5F3E;
	top: 0;
	position: absolute;
	z-index: -1;
	transition: top .2s;
}

.page-heading1 {
	border-bottom: 1px solid #e8e8e8;
	max-width: 100%;
	text-align: center;
	background: #f9f9f9;
	padding: 50px 0;
}
.page-heading1 h1{
font-size: 42px;
}
.cW {
	margin: 0 auto;
	width: 980px;
}
.cWI {
	position: relative;
	z-index: 1;
}
.s1 {
	border-right: 1px dotted #ddd;
	float: left;
	min-height: 782px;
	padding-top: 5px;
	width: 194px;
}
#p h1 {
	font-size: 19px;
}
.info {
	background: #fff;
	border-bottom: 1px solid #E7EBEE;
	padding: 20px;
	text-align: center;
}
.s1 h4 {
	background: #f1f4f6;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 10px 20px;
}
.side-full a {
	text-decoration: underline;
}
ul.s1Nav li {
	padding: 0px;
	text-decoration: none;
}
ul.s1Nav li a {
	border-bottom: 1px solid #ECECEC;
	color: #777777;
	font-size: 13px;
	padding: 12px;
	text-decoration: none;
}
ul.s1Nav li a:hover, ul.s1Nav li.cur a {
	background: #fdfdfd;
	text-decoration: none;
	color: #555;
	margin: 0;
	font-weight: normal;
}
ul.s1Nav li.cur a {
	border-left: 2px solid #222;
	margin-right: -1px;
}
ul.s1Nav li, ul.s1Nav li a {
	display: block;
}
.s2 {
	float: left;
	padding: 0px 30px;
	width: 725px;
}
.s1 a, .s2 a {
	text-decoration: underline;
}
.s2 .bc a {
	text-decoration: none;
}
.s2Cont {
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 20px;
}
.s2Cont ol {
	display: list-item;
}
.s2Cont ol li {
	list-style-type: decimal;
	display: list-item;
	margin: 15px 40px 0px 80px;
	font-size: 15px;
}
.s2Cont ul li {
	display: list-item;
	list-style-type: disc;
	margin: 6px 0px 0px 30px;
	padding-top: 5px;
	text-align: left;
}
.s2Cont p {
	padding-top: 10px;
}
.s2Cont h2 {
	font-size: 16px;
	color: #444;
	line-height: 20px;
	padding: 0px;
	margin-top: 20px
}
.s2Cont h3 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #3A4356;
}
blockquote {
	color: #555;
	margin: 0 0 5px
}
.s2 h2{
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.s2 p{
font-size: 15px;
line-height: 26px;

}

.area-agents li{
float: left !important;
line-height: 40px;
}

.area-agents .area li a{
font-size: 18px;
display: block;
color: #333;
text-decoration: none;
padding-right: 30px;
padding-top: 20px;
font-weight: 600;

}
.s2 h3{
font-weight: normal;
font-size: 16px;
padding-top: 30px;
}
.agent-cont{
float: left;
width: 60%;
}

.agent-cont li{
float: none !important;
font-size: 14px;
line-height: 26px;
}
.agent-cont li a{
color: #007FC5;
}
.area-agents span{
display: block;
width: 30%;
float: right;
}
.area-agents span img{
width: 80%;
}

.s2 h3{
color: #000000;
font-weight: 600;
padding-bottom: 10px;
}
.per-con li{
font-size: 14px;
line-height: 26px;
list-style-image: url(images/tick.png);
margin-left: 15px;
padding-left: 5px;

}
/*百会活动开始*/
.event-bg{
	background:#021828;
	width:100%;
	padding-top:5%;
	padding-bottom:5%;
	}
.event-img{
	float:left;
	width:40%;
	padding-left:10%;
	}
.event-form{
	width:40%;
	float:right;
	padding-right:10%;
	}
.signup-box {
	float:right;
	
	
	
}
.signup_frm .signup-heading {
	color: rgb(255, 255, 255);
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	margin: 0px 0px 20px;
	text-align: left;
}
.signup_frm, .thank_titmn {
	margin: 30px auto 0px;
	min-height: 90px;
}
.signup_frm {
	background: transparent none repeat scroll 0px 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.sgnusrname, .sgnpaswrd, .sgnemail, .zs-txtfldnew {
	background: rgba(255, 255, 255, 0.21) none repeat scroll 0px 0px;
	border: 1px solid rgba(255, 255, 255, 0);
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 4px;
	padding: 12px 15px;
	width: 100%;
	transition: all 0.7s ease 0s;
	-moz-appearance: none;
	border-radius: 0px;
	outline: medium none;
	margin-top: 10px;
}
input:-moz-placeholder {
color: rgba(255, 255, 255, 0.45);
font-size: 14px;
}
input:focus:-moz-placeholder {
color: rgba(255, 255, 255, 0.6);
}
input::-moz-placeholder {
color: rgba(255, 255, 255, 0.45);
font-size: 14px;
}
input:focus::-moz-placeholder {
color: rgba(255, 255, 255, 0.6);
}
input:focus, input:active {
	outline: medium none;
}
.za-captcha-container {
	clear: both;
	display: none;
	padding: 10px 0px;
	text-align: left;
}
.zs-txtfldnew {
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 10px;
}
.sgnbtnmn {
	clear: both;
	overflow: hidden;
}
.sgnbtn {
	clear: both;
	float: none;
	height: 46px;
	padding-left: 0px;
}
.sgnbtn input {
	background-color: rgb(240, 72, 62);
	border: 1px solid rgb(240, 72, 62);
	-moz-appearance: none;
	border-radius: 0px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 16px;
	height: 46px;
	padding: 5px 0px;
	position: relative;
	width: 100%;
	z-index: 99;
	box-sizing: border-box;
}
.snews-letter {
	color: rgb(68, 68, 68);
	font-size: 12px;
	height: 0px;
	margin: 0px;
	opacity: 0;
	padding-left: 0px;
	visibility: hidden;
}
.sign_agree {
	color: rgb(153, 153, 153);
	font-size: 10px;
	line-height: 16px;
	padding-bottom: 20px;
	margin-top: 5px;
	text-align: left;
	width: 350px;
}
.sign_agree a {
	color: inherit;
	text-decoration: underline;
}
.sign_agree:hover {
	color: rgb(204, 204, 204);
}
.password-strength {
	text-align: left;
	clear: both;
}
.password-strength div {
	color: rgb(254, 0, 0);
	display: block;
	margin: 0px;
	overflow: hidden;
	padding-top: 5px;
}
:-moz-placeholder {
color: rgb(165, 160, 160);
}
.signup-twocol {
	max-width: 450px;
	margin-top: 5%;
}
.two-input .sgfrm {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.two-input .sgfrm:last-child {
	float: left;
	width: 50%;
	margin-right: 0%;
}
.button {
	width: 450px;
	height: 44px;
	background:url(images/singupbutton.png) no-repeat;
	border: none;
	cursor: pointer;
}
.title{
	color:#fff;
	font-size:24px;
	}
.event-content{
	max-width:1003px;
	margin:40px auto;
	line-height:30px;
	font-size:16px;
	color: #011325;
	
	}
.event-content p{
	margin-bottom:20px; 
	}
	
.event-content p span{
	color:#ff3600;
	font-weight:600;
	}
.event-time{
	margin-top:60px;
	margin-bottom:60px;
	}
.event-time img{
	display:block;
		margin-left:auto;
	margin-right:auto;
	}
.event-time ul{
	width:100%;
	display:inline-table;
	}
.event-time li ul li{
	float:left;
	width:29%;
	min-height:60px;
	line-height:60px;
	padding-left:20px;
	padding-right:20px;
	font-weight:600;
	color:#000;
	}
.dark-blue{
	background:#eee;
	color:#333;
	}
.center{
	text-align:center;
	}
.event-dt{
	width:60%;
	float:left;
	margin-top:5%;
	margin-bottom:5%;
	}
.event-sj{
	width:35%;
	float:right;
	margin-top:10%;
	}
@media(max-width:991px){
	.event-content{
		margin-left:5%;
		margin-right:5%;
		}
	.event-img, .event-dt{
		width:100%;
		float:none;
		padding-left:5%;
		padding-right:5%;
		}
	.event-img img, .event-dt img{
		width:90%;
		}
	.signup-box{
		width:100%;
		float:none;
		margin-left:5%;
		margin-right:5%;
		
		}
	.event-form{
		width:90%;
		float:none;
		padding-right:0;
		}
.event-sj{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float:none;
	}
.event-time li ul li{
	width:30%;}
	}
@media(max-width:750px){
	.event-time li ul li{
	width:100%;
	min-height:60px;}
	}